
  /* clearfix "micro" version */
  .chatterfeedshell {
      display: none !important;
  }
  .chatterShowHideFeed {
      display: none !important;
  }
  .group:before,
  .group:after {
      content: "";
      display: table;
  } 
  .group:after {
      clear: both;
  }
  .group {
      zoom: 1; /* For IE 6/7 (trigger hasLayout) */
  }

  
  html .brandQuaternaryBgr {
    background-color: #00539e !important;
  }
  body.hasMotif {
    margin: 0;
  }
  /*
  body {
    font-size: 16px;
  }
  */
  a {
    color: #00539e;
    text-decoration: none;
  }

  h1, h2 div:not(.container_sidebar, .container_content), h3, h4 {
    display: block;
    margin-bottom: 20px;
    color: #00548E;
  }
  h4 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.83em;
  }
  h2 div:not(.container_sidebar, .container_content){
    font-size: 2em;
  }
  h1 {
    font-size: 2.5em;
  }

  a:hover {
    text-decoration: underline;
  }

  .bodyDiv {
    border-radius: 0;
    box-shadow: none;
    border-top: 0px;
  }
  .bodyDiv .outerNoSidebar {
    padding: 0;
  }
  .zen nav {
    background-color: #d8262c;
    padding-left: 160px;
  }
  .zen .zen-tabMenu {
    padding: 4px 0 2px;
  }
  .zen .zen-tabMenu > li, .zen .zen-tabMenu .zen-active {
    padding: 0 24px;
  }
  .zen .zen-tabMenu .zen-active {
    background-color: #d8262c !important;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
  }
  .zen .zen-tabMenu a, .zen .zen-tabMenu a:hover,
  .zen .zen-moreTabs ul a,
  .zen .zen-tabMenu .zen-active .zen-moreTabs a:hover {
    color: white;
  }

  ul#MoreTabs_List {
    background-color: #d8262c;
  }

  
  .communitiesHeader {
    background: linear-gradient(to right, black, #00538e);
    height: 80px;
  }
  .communitiesLogo {
    left: 40px;
    position: absolute;
    top: 10px;
  }
  .communitiesProfilePhoto {
    border: 1px solid #dedde2;
    float: right;
    margin: 2px 0 2px 10px;
  }
  .communitiesTitle {
    color: white;
    font-size: 22px;
    left: 190px;
    position: absolute;
    top: 34px;
  }
  .communitiesSearch {
    float: right;
    margin: 24px 36px;
  }
  .communitiesLogout {
    color: white;
  }
  .communitiesLogout a {
    color: white;
    font-weight: bold;
    float: right;
  }
  .communitiesLogout a:hover {
    color: white;
  }
  .communitiesSearch form {
    display: inline-block;
    float: right;
  }
  .communitiesSearch input {
    background: white url(/aamco/resource/1507131459000/CommunitiesHome/CommunitiesSearch.png) no-repeat 225px center;
    line-height: 15px;
    padding: 5px;
    width: 235px;
  }
  
  
  .communitiesFooter {
    clear: both;
    color: white;
    margin: 0 auto;
    padding: 100px 40px 40px;
    width: 1220px;
  }
  .communitiesFooter a {
    color: white;
    text-decoration: none;
  }
  .communitiesFooter a:hover {
    color: white;
  }
  .communitiesFooterLinks {
    float: left;
    width: 300px;
  }
  .communitiesFooter h4 {
    font-size: 18px;
    font-weight: bold;
  }
  .communitiesFooterLinks a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
  }
  .communitiesFooterSocial {
    padding-top: 40px;
  }
  .communitiesFooterSocial a {
    margin-right: 10px;
  }
  .communitiesFooterCopyright {
    clear: both;
    font-size: 13px;
    padding-top: 80px;
    text-align: center;
  }

  
  .homeWrapper {
    margin: 0 auto;
    width: 1300px;
  }
  .homeWrapper h1, h2, h3, h4 {
    display: block;
    margin-bottom: 20px;
    color: #00548E;
  }  
  .homeSecondaryColumn {
    float: right;
    padding: 40px;
    width: 450px;
  }
  .homeSecondaryColumn img {
    margin-bottom: 20px;
  }
  .homeToDos {
    width: 100%;
  }
  .homeToDos th {
    color: #6e6e70;
    padding: 5px 20px;
  }
  .homeToDos tr:first-child th {
    background-color: #e5e5e5;
    color: #2a2e6c;
    font-size: 22px;
    padding: 10px 20px;
  }
  
  .homeToDos td {
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
  }
  .homeToDos tfoot td a {
    color: #d8262c;
    font-size: 16px;
    font-weight: bold;
  }
  .homeToDos tfoot td {
    border-top: 1px solid grey;
    text-align: right;
    padding: 15px 0;
  }
  .homePrimaryColumn {
    float: left;
    padding: 40px;
    width: 690px;
  }
  .homeCases {
    width: 100%;
  }
  
  .homeCases tr:nth-child(even) {background: #E1E1E1}
  .homeCases tr:nth-child(odd) {background: #FFF}

  .homeCases th {
    background-color: #5f6062;
    color: white;
    padding: 5px 15px;
  }
  .homeCases tbody td {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
  }
  .homeCases tfoot td {
    border-top: 1px solid #464646;
    text-align: right;
    padding: 15px 0;
  }
  .homeCases tfoot td a {
    color: #d8262c;
    font-size: 16px;
    font-weight: bold;
  }
  .homeComponent {
    margin-bottom: 20px;
  }
  .homeTickerWrapper {
    background-color: #5f6062;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .homeTicker {
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto;
    padding: 25px 25px 20px;
    width: 1220px;
  }
  .homeTickerLabel {
    color: #2a2e6c;
    float: left;
    margin-right: 5px;
    text-transform: uppercase;
  }
  .homeTicker ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .homeTicker li {
    margin: 0;
  }
  .homeTicker a, .homeTicker a:hover {
    color: white;
  }
  #homeTickerPrevious {
    cursor: pointer;
    float: left;
    margin-right: 18px;
  }
  #homeTickerNext {
    cursor: pointer;
    float: right;
    margin-left: 18px;
  }

/* home news links */
.homeNews a {
  display: block;
  width: 450px;
  height: 300px;
  position: relative;
  color: #00548E;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.homeNews a,
.homeNews a:hover,
.homeNews a:active,
.homeNews a:visited {
  text-decoration: none;
}
.homeNews a h2,
.homeNews a h3 {
  margin: 0;
  line-height: 40px;
  display: block;
  width: 440px;
  height: 40px;
  background-color: #e5e5e5;
  padding: 5px;
  text-align: center;
  /*
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  */
}
.homeNews a h3 {
  position: absolute;
  background-color: rgba(229,229,229,.8);
  bottom: 0px;
  z-index: 1000;
  font-weight: normal;
}

/* home CTA styles */
.homeCTA a {
  display: block;
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 55px;
  margin-bottom: 40px;
}
.homeCTA a:last-child {
  margin-right: 0;
}
.homeCTA a,
.homeCTA a:hover,
.homeCTA a:active,
.homeCTA a:visited {
  text-decoration: none;
}
.homeCTA {
  height: 240px;
  width: 1220px;
  clear: both;
  padding: 0 40px;
}
.homeCTA h2 {
  font-size: 1.83em;
}
.homeCTA div,
.homeCTA a > h2 {
  height: 40px;
  width: 190px;
  padding: 5px;
  border-top: 1px solid white;
  background-color: #D12333;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.homeCTA div h4,
.homeCTA div h2 {
  line-height: 20px;
}
.homeCTA h2,
.homeCTA h4 {
  color: white;
  margin: 0px;
}
.homeCTA a > h2 {
  line-height: 40px;
}