/*  --------------------------------------- 
                  Typography                      
    -------------------------------------- */
/*  --------------------------------------- 
                Colors                      
    -------------------------------------- */
/*  --------------------------------------- 
                Actions                      
-------------------------------------- */
/*  --------------------------------------- 
                Toggle               
-------------------------------------- */
/*  --------------------------------------- 
              Testimonials               
-------------------------------------- */
/*  --------------------------------------
                featured               
-------------------------------------- */
/*  --------------------------------------
                News Article               
-------------------------------------- */
/*  --------------------------------------
                Table              
-------------------------------------- */
/*  --------------------------------------
                Countdown Block              
-------------------------------------- */
/*  --------------------------------------- 
                  Figure   
    -------------------------------------- */
/*  --------------------------------------- 
                    Hero      
    -------------------------------------- */
/*  --------------------------------------- 
                    Text Block   
    -------------------------------------- */
/*  --------------------------------------- 
                    Teaser Block   
    -------------------------------------- */
/*  --------------------------------------- 
                  Dialogs                      
    -------------------------------------- */
@font-face {
  font-family: 'Material Icons';
  src: url("../../../../../fonts/MaterialIcons-Regular.eot");
  src: url("../../../../../fonts/MaterialIcons-Regular.eot") format("embedded-opentype"), url("../../../../../fonts/MaterialIcons-Regular.ttf") format("truetype"), url("../../../../../fonts/MaterialIcons-Regular.woff") format("woff"), url("../../../../../fonts/MaterialIcons-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  header.Site div.BidSessionCountdown, header.Site a.LiveOnline {
    display: block !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape), (max-width: 700px) {
  header.Site div.BidSessionCountdown, header.Site a.LiveOnline, header.Site a.xBid {
    display: none !important;
  }
}
/*  --------------------------------------- 
                  Figure   
    -------------------------------------- */
figure {
  margin: 0;
}
figure img {
  margin: 1em 0;
}
figure figcaption {
  color: #888;
  font-size: 0.75em;
  line-height: 18px;
  margin-bottom: 1.3333em;
}

/*  --------------------------------------- 
                    Ordered List   
    -------------------------------------- */
.ordered {
  margin-bottom: 4.5em;
}
.ordered li {
  font-weight: 200;
  margin-top: 1em;
}

/*  --------------------------------------- 
                    Unordered List   
    -------------------------------------- */
.unordered {
  list-style-type: none;
}
.unordered li {
  text-indent: 10px;
}

/*  --------------------------------------- 
                 Typography                     
    -------------------------------------- */
body {
  color: #444;
}

h1 {
  font-weight: 400;
}

h2 {
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

/*  --------------------------------------- 
                  Separator                 
    -------------------------------------- */
.separator {
  display: inline-block;
  margin: .5em 0;
  width: 80px;
}
.separator--fix .separator {
  max-width: 960px;
}
.separator--large .separator {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.separator--fix {
  padding: 0 1em;
}

/*  --------------------------------------- 
         Temporary header and footer 
    -------------------------------------- */
.Brand {
  display: inline-block;
  margin: 20px 0 20px 16px;
  vertical-align: middle;
}
.Brand h1 {
  margin: 0;
}
.Brand h1 a {
  display: block;
  height: 33px;
}
.Brand div {
  display: none;
}

nav.Breadcrumbs {
  background: none;
  width: auto;
}
nav.Breadcrumbs ul {
  padding: 0;
}
nav.Breadcrumbs ul li:first-child a {
  background: none;
  height: auto;
  text-indent: inherit;
  width: auto;
}
nav.Breadcrumbs ul li:first-child span {
  font-size: 14px;
}

nav.SiteMenu {
  overflow: hidden;
}

.LiveOnline {
  background: url("../../../images/icons/live_online.png") no-repeat left center;
  color: #666;
  font-weight: 500;
  float: right;
  text-align: right;
  padding: 12px 15px 12px 20px;
}

.xBid {
  background: url("../../../images/icons/xbid.png") no-repeat left center;
  float: right;
  text-align: right;
  padding: 12px 15px 12px 20px;
}

footer.Site {
  clear: both;
}

footer.Site .SwitchSite ul {
  padding: 0;
}

footer.Site > div {
  border: none;
}

footer.Site div.SocialMedia {
  border-bottom: 1px solid #eee;
  float: none !important;
  margin-bottom: 10px;
}

/*  --------------------------------------- 
           Content clearfix       
-------------------------------------- */
.ContentContainer {
  clear: both;
  width: 100%;
}

.Content {
  width: 100%;
}

.PageContainer {
  min-width: 768px;
}

/*  --------------------------------------- 
                    Grid        
    -------------------------------------- */
.col {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
.col--s1 {
  width: 8.33333%;
}
.col--s2 {
  width: 16.66667%;
}
.col--s3 {
  width: 25%;
}
.col--s4 {
  width: 33.33333333%;
}
.col--s5 {
  width: 41.66667%;
}
.col--s6 {
  width: 50%;
}
.col--s7 {
  width: 58.33333%;
}
.col--s8 {
  width: 66.66667%;
}
.col--s9 {
  width: 75%;
}
.col--s10 {
  width: 83.33333%;
}
.col--s11 {
  width: 91.66667%;
}
.col--s12 {
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col--m1 {
    width: 8.33333%;
  }
  .col--m2 {
    width: 16.66667%;
  }
  .col--m3 {
    width: 25%;
  }
  .col--m4 {
    width: 33.33333333%;
  }
  .col--m5 {
    width: 41.66667%;
  }
  .col--m6 {
    width: 50%;
  }
  .col--m7 {
    width: 58.33333%;
  }
  .col--m8 {
    width: 66.66667%;
  }
  .col--m9 {
    width: 75%;
  }
  .col--m10 {
    width: 83.33333%;
  }
  .col--m11 {
    width: 91.66667%;
  }
  .col--m12 {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .col--1 {
    width: 8.33333%;
  }
  .col--2 {
    width: 16.66667%;
  }
  .col--3 {
    width: 25%;
  }
  .col--4 {
    width: 33.33333333%;
  }
  .col--5 {
    width: 41.66667%;
  }
  .col--6 {
    width: 50%;
  }
  .col--7 {
    width: 58.33333%;
  }
  .col--8 {
    width: 66.66667%;
  }
  .col--9 {
    width: 75%;
  }
  .col--10 {
    width: 83.33333%;
  }
  .col--11 {
    width: 91.66667%;
  }
  .col--12 {
    width: 100%;
  }
}
@media (min-width: 1365px) and (max-width: 1600px) {
  .col--1 {
    width: 8.33333%;
  }
  .col--2 {
    width: 16.66667%;
  }
  .col--3 {
    width: 25%;
  }
  .col--4 {
    width: 33.33333333%;
  }
  .col--5 {
    width: 41.66667%;
  }
  .col--6 {
    width: 50%;
  }
  .col--7 {
    width: 58.33333%;
  }
  .col--8 {
    width: 66.66667%;
  }
  .col--9 {
    width: 75%;
  }
  .col--10 {
    width: 83.33333%;
  }
  .col--11 {
    width: 91.66667%;
  }
  .col--12 {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .col--1 {
    width: 8.33333%;
  }
  .col--2 {
    width: 16.66667%;
  }
  .col--3 {
    width: 25%;
  }
  .col--4 {
    width: 33.33333333%;
  }
  .col--5 {
    width: 41.66667%;
  }
  .col--6 {
    width: 50%;
  }
  .col--7 {
    width: 58.33333%;
  }
  .col--8 {
    width: 66.66667%;
  }
  .col--9 {
    width: 75%;
  }
  .col--10 {
    width: 83.33333%;
  }
  .col--11 {
    width: 91.66667%;
  }
  .col--12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hidden--s {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hidden--n {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .hidden--m {
    display: none;
  }
}
@media (min-width: 1365px) and (max-width: 1600px) {
  .hidden--l {
    display: none;
  }
}

/*  --------------------------------------- 
        Helper classes        
    -------------------------------------- */
.table-col {
  display: table-cell;
}
.table-col--right {
  text-align: right;
  white-space: nowrap;
}

.text-right {
  text-align: right;
}

/*  --------------------------------------- 
        Contextual Navigation   
    -------------------------------------- */
.nav__header {
  border-bottom: 1px solid #ccc;
  display: none;
  margin: 0 auto;
  width: 100%;
  padding: 1em;
}
.nav__header h1 {
  color: #001a72;
  font-size: 1.5em;
}
.sticky .nav--local {
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
}
.nav--local a.button {
  float: right;
  position: relative;
  margin-right: 80px;
  margin-top: .5em;
}
.nav--global {
  border-bottom: 1px solid #ccc;
}

#contextual-nav {
  background: #fff;
  top: 0;
  width: 100%;
}

/*  --------------------------------------- 
                Breadcrumbs  
    -------------------------------------- */
.Breadcrumbs__wrap {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

/*  --------------------------------------- 
        Card Block    
    -------------------------------------- */
.card .wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1em;
}
.card .wrapper > a {
  display: inline-block;
  margin: 1em;
}
.card__item {
  min-height: 418px;
  max-width: 320px;
  min-width: 286px;
  border: 1px solid #eee;
  margin: 1em;
  padding: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .card__item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .card__item {
    width: 30%;
  }
}
.card--fixed {
  max-width: 960px;
  margin: 0 auto;
}
.card__headline {
  color: #001a72;
  font-size: 2em;
  margin-bottom: 10px;
}
.card__subheadline {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
}
.card__title {
  font-size: 1em;
  margin: .625em 0 .313em 0;
}
.card--featured .card__title {
  color: #001a72;
}
.card__subtitle {
  font-size: 1em;
  margin: .313em 0;
}
.card__description {
  font-size: 0.875em;
  margin: 16px 4px;
}
.card__wrap {
  text-align: left;
  max-width: 960px;
  text-align: center;
}
.card__info-wrap {
  max-width: 286px;
  margin: 0 auto;
  padding: 0 1em;
}
.card__link {
  font-size: 0.875em;
  display: inline-block;
  margin-bottom: 1em;
}
.card__image {
  background-size: cover;
  background-position: center center;
  display: block;
  height: 200px;
  max-width: 100%;
  width: 100%;
}
.card .separator {
  display: none;
}
.card a {
  margin-bottom: 2em;
}

/*  --------------------------------------- 
        Icons    
    -------------------------------------- */
.icon {
  display: inline-block;
}
.icon:before {
  font-family: "Material Icons";
  font-size: 140%;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  line-height: 0;
  vertical-align: middle;
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .icon:before {
    font-size: 75%;
  }
}
.icon:after {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  line-height: 0;
}
.icon--left {
  margin-right: .4em;
}
.icon--right {
  margin-left: .4em;
}
.icon--arrow-right:before {
  content: "\e315";
}
.icon--circle:before {
  content: "\e061";
}
.icon--first:before {
  content: "\e5dc";
}
.icon--dropdown:before {
  content: "\e5c5";
}
.icon--line:before {
  content: "\e15b";
}
.icon--next:before {
  content: "\e5c8";
}
.icon--navigate-next:before {
  content: "\e409";
}
.icon--navigate-before:before {
  content: "\e408";
}
.icon--minus:before {
  content: "\e15b";
}
.icon--play:before {
  content: "\e039";
}
.icon--plus:before {
  content: "\e145";
}
.icon--previous:before {
  content: "\e5c4";
}
.icon--up:before {
  content: "\e5ce";
}
.icon--check:before {
  content: "\e5ca";
}
.icon--print:before {
  content: "\e8ad";
}
.icon--save:before {
  content: "\e161";
}
.icon--search:before {
  content: "\e8b6";
}
.icon--warning:before {
  content: "\e002";
}
.icon--close:before {
  content: "\e5cd";
}
.icon--error:before {
  content: "\e000";
}
.icon--list:before {
  content: "\e896";
}
.icon--clock:before {
  content: "\e192";
}
.icon--info:before {
  content: "\e88e";
}
.icon--star:before {
  content: "\e838";
}
.icon--pdf:before {
  content: "\e415";
}
.icon--camera:before {
  content: "\e04b";
}
.icon--document:before {
  content: "\e24d";
}
.icon--photo:before {
  content: "\e410";
}
.icon--last:before {
  content: "\e5dd";
}
.icon--location-searching:before {
  content: "\e1b4";
}
.icon--location:before {
  content: "\e0c8";
}
.icon--phone:before {
  content: "\e0cd";
}

.icon--auction:before {
  font-family: "icon-font";
}
.icon--bidnow:before {
  font-family: "icon-font";
}
.icon--buynow:before {
  font-family: "icon-font";
}
.icon--buynow-uk:before {
  font-family: "icon-font";
}
.icon--closedsale:before {
  font-family: "icon-font";
}
.icon--eauction:before {
  font-family: "icon-font";
}
.icon--liveonline:before {
  font-family: "icon-font";
}
.icon--price:before {
  font-family: "icon-font";
}
.icon--mbatch:before {
  font-family: "icon-font";
}
.icon--sealedbids:before {
  font-family: "icon-font";
}
.icon--trackvehicle:before {
  font-family: "icon-font";
}
.icon--vendor:before {
  font-family: "icon-font";
}
.icon--xbid:before {
  font-family: "icon-font";
}
.icon--twitter:before {
  content: "\ea96";
  font-family: 'icon-font';
}
.icon--linkedin:before {
  content: "\eaca";
  font-family: 'icon-font';
}
.icon--facebook:before {
  content: "\ea90";
  font-family: 'icon-font';
}
.icon--sealed:before {
  font-family: "icon-font";
}

/*  --------------------------------------- 
                 Checkbox                 
    -------------------------------------- */
.checkbox label:before {
  content: "";
  font-family: 'Material Icons';
}
.no-touch .checkbox label:hover:before {
  font-family: 'Material Icons';
  content: "\e5ca";
}
.checkbox input[type="checkbox"]:checked + label:before {
  font-family: 'Material Icons';
  content: "\e5ca";
}
.no-touch .checkbox--disabled label:hover {
  cursor: not-allowed;
}
.no-touch .checkbox--disabled label:hover:before {
  font-family: 'Material Icons';
  content: "";
}

/*  --------------------------------------- 
                 Radio                     
    -------------------------------------- */
.radio label:before {
  content: "";
  font-family: 'Material Icons';
}
.no-touch .radio label:hover:before {
  font-family: 'Material Icons';
  content: "\e061";
}
.radio input[type="radio"]:checked + label:before {
  font-family: 'Material Icons';
  content: "\e061";
}
.no-touch .radio--disabled label:hover {
  cursor: not-allowed;
}
.no-touch .radio--disabled label:hover:before {
  font-family: 'Material Icons';
  content: "";
}

.select-wrap:after {
  font-family: 'Material Icons';
  content: "\e5c5";
}

/*  ---------------------------------------
                     Form 
    -------------------------------------- */
.form__headline {
  color: #001a72;
  margin: 18px 0px;
}
.form__description {
  margin-bottom: 2.875em;
}
.form input[type="text"] {
  width: 320px;
  height: 44px;
}
.form textarea {
  width: 320px;
}
.form label {
  color: #222;
  font-weight: 500;
  margin-top: 13px;
}
.form legend {
  color: #222;
  font-weight: 500;
  margin-top: 16px;
}
.form .checkbox label {
  font-weight: 400;
  margin-top: 0px;
}
.form .radio label {
  font-weight: 400;
  margin-top: 0px;
  line-height: 1.5em;
}
.form select {
  width: 320px;
  height: 44px;
}
.form .button {
  margin-top: 1.500em;
}

/*  ---------------------------------------
        Select 
    -------------------------------------- */
.select-wrap select {
  padding-right: 1em;
  height: 40px;
}
.select-wrap:after {
  font-size: 160%;
  line-height: 1.5;
  width: 30px;
  height: 38px;
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .select-wrap:after {
    font-size: 75%;
    width: 35px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*Safari and Chrome CSS here*/
  .select-wrap::after {
    height: 37px;
  }
}
/*  ---------------------------------------
        Input 
    -------------------------------------- */
.input-wrap input[type="text"] {
  min-width: inherit;
}
.input-wrap__icon {
  position: absolute;
  top: 3px;
  color: #666;
}
.input-wrap__icon--right {
  right: 1px;
}

/* --------------------------------------------------
	             Free Text Search
-------------------------------------------------- */
.menu-search .button {
  margin-left: 0.625em;
  background-color: #2196F3;
}
.menu-search .button .icon {
  text-shadow: 0px 2px rgba(0, 0, 0, 0.24);
}

/*  ---------------------------------------
        Featured
    -------------------------------------- */
.featured {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1em 0;
  position: relative;
}
.featured__headline {
  color: #001a72;
  line-height: 1.25;
  margin-bottom: 0.750em;
  margin-top: 1em;
}
.dark .featured__headline {
  color: #fff;
}
.featured__subheadline {
  margin-bottom: 2.5em;
}
.dark .featured__subheadline {
  color: #fff;
}
.featured--large {
  text-align: center;
}
.featured--fix .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.featured__item {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  vertical-align: top;
  width: 320px;
}
.featured--medium .featured__item {
  width: 320px;
}
.featured--medium .featured__item:before {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  content: "";
  left: 1em;
  position: absolute;
  top: -13px;
  width: 80px;
}
.featured--medium .featured__item:first-child:before {
  border: none;
}
.featured--small .featured__item {
  margin-bottom: 1em;
}
.featured--small .featured__item:before {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  content: "";
  left: 1em;
  position: absolute;
  top: -13px;
  width: 80px;
}
.featured--small .featured__item:first-child:before {
  border: none;
}
.dark .featured__item:before {
  border-color: rgba(255, 255, 255, 0.12);
}
.light .featured__item:before {
  border-color: rgba(0, 0, 0, 0.12);
}
.featured--medium .featured__text {
  float: left;
  text-align: left;
  width: 208px;
}
.featured--small .featured__text {
  text-align: left;
  width: 208px;
}
.featured__title {
  color: #222;
}
.dark .featured__title {
  color: #fff;
}
.featured--large .featured__title {
  margin-top: 2em;
}
.featured--medium .featured__title {
  margin: .2em;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-align: left;
}
.featured--small .featured__title {
  margin: .2em .2em 1.063em .688em;
  margin-top: 1.25em;
  padding-left: 1.8em;
  text-align: left;
}
.featured__image {
  margin: 0 auto;
  overflow: hidden;
}
.featured--large .featured__image {
  height: 96px;
  margin-top: 2.25em;
  width: 96px;
}
.featured--medium .featured__image {
  float: left;
  height: 48px;
  margin-right: 1em;
  margin-top: 1.25em;
  width: 48px;
}
.featured--small .featured__image {
  float: left;
  height: 24px;
  margin-right: 1em;
  margin-top: 1.25em;
  width: 24px;
}
.featured--large .featured__image img, .featured--large .featured__image svg {
  height: 96px;
  width: 96px;
}
.featured--medium .featured__image img, .featured--medium .featured__image svg {
  height: 48px;
  width: 48px;
}
.featured--small .featured__image img, .featured--small .featured__image svg {
  height: 24px;
  width: 24px;
}
.featured__description {
  margin-bottom: 2.25em;
}
.dark .featured__description {
  color: #fff;
}
.featured__description--left {
  text-align: left;
}
.featured--large .featured__description {
  font-size: 0.875em;
  line-height: 1.5;
  margin: 1em 0;
}
.featured--medium .featured__description {
  font-size: 0.875em;
  margin: .75em 1em .563em .313em;
  text-align: left;
}
.featured--small .featured__description {
  margin-bottom: 1em;
  text-align: left;
}
.featured__link {
  font-size: 0.875em;
}
.dark .featured__link {
  color: #fff;
}
.featured--large .featured__link {
  display: inline-block;
  margin-bottom: 2.313em;
}
.featured--medium .featured__link {
  display: inline-block;
  margin-bottom: 2.5em;
}
.featured--small .featured__link {
  display: inline-block;
  margin-bottom: 2.438em;
}
.featured.dark .wrapper > a {
  color: #fff;
}
.featured.featured--large .wrapper > a, .featured.featured--medium .wrapper > a, .featured.featured--small .wrapper > a {
  display: inline-block;
  margin: 1.5em 0 2.5em 0;
}
.featured .wrapper {
  position: relative;
  z-index: 2;
}
.dark .featured .separator {
  border-color: rgba(255, 255, 255, 0.12);
}
.light .featured .separator {
  border-color: rgba(0, 0, 0, 0.12);
}

/*  --------------------------------------- 
    Center Locator      
    -------------------------------------- */
.locator .wrapper {
  padding: 0 2em;
}
@media (max-width: 768px) {
  .locator .wrapper {
    padding: 0 4em;
  }
}
.locator__header {
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px;
}
.locator__header--bg {
  background-color: #b1d1fc;
}
.locator__header-wrap {
  max-width: 550px;
  padding: 3em;
}
@media (max-width: 768px) {
  .locator__header-wrap {
    padding: 3em 4em;
  }
}
.locator__headline {
  color: #001a72;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: .5em;
}
.locator__new-symbol {
  color: #fb8c00;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.locator__input {
  display: inline-block;
  position: relative;
}
.locator__input input {
  height: 40px;
  padding-right: 2em;
  width: 264px;
}
.locator__input .icon {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 10px;
  visibility: hidden;
}
.locator__label {
  font-weight: 500;
  line-height: 1.5;
}
.locator .button {
  margin-right: .5em;
  padding: .5em;
}
.locator h6 {
  margin-bottom: .5em;
}
.locator__legal {
  background: url(../../../images/cms/powered-by-google.png) no-repeat;
  height: 18px;
  display: block;
  margin-top: 1em;
  width: 144px;
}
.locator__listing {
  border-bottom: 1px solid #eee;
  padding: 1.5em 1em;
}
.locator__listing-title {
  color: #001a72;
  display: inline-block;
  font-size: 1.5em;
  padding-right: .5em;
  margin-top: 0;
}
.locator__listing-info {
  padding-right: 1em;
  width: 100%;
  vertical-align: top;
}
.locator__listing-address {
  width: 66.66667%;
}
@media (max-width: 768px) {
  .locator__listing-address {
    width: 100%;
  }
}
.locator__listing-address div {
  margin-bottom: 1em;
}
.locator__listing-address div:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .locator__listing-address div:last-child {
    margin-bottom: 1em;
  }
}
.locator__listing-details {
  color: #888;
  width: 33.33333333%;
}
@media (max-width: 768px) {
  .locator__listing-details {
    margin-left: 2.3em;
    width: 100%;
  }
}
.locator__listing-details div {
  line-height: 1.5;
}
.locator__listing-details div:last-child {
  margin: 0;
}
.locator__listing-location span {
  line-height: 1.5;
}
.locator__listing-col {
  display: table-cell;
}
.locator__listing-col:first-child {
  padding-right: 1em;
}
.locator__listing-actions .button-group {
  width: 300px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .locator__listing-actions .button-group {
    width: 210px;
  }
}
@media (max-width: 768px) {
  .locator__listing-actions .button-group {
    width: 210px;
  }
}
.locator__listing-distance {
  color: #888;
  font-size: 1em;
}

/*  --------------------------------------- 
        Hero      
    -------------------------------------- */
.hero {
  height: 100%;
  min-height: 392px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .hero {
    height: 100%;
  }
}
.hero img {
  display: none;
  height: 242px;
}
@media (min-width: 770px) {
  .hero img {
    display: none;
  }
}
.hero--hero-search {
  overflow: visible;
}
.hero__wrap {
  padding: 2em 5em;
  top: 0;
  z-index: 2;
}
@media (min-width: 770px) {
  .hero__wrap {
    position: relative;
  }
}
@media (max-width: 768px) {
  .hero__wrap {
    margin-top: 242px;
    padding: 2em 3em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero__wrap {
    padding: 2em 4em;
  }
}
.hero__wrap--hero-search {
  margin-bottom: 1.5em;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .hero__wrap--hero-search {
    margin-top: 1em;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
}
.hero__wrap--center {
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
}
.hero__wrap--left {
  max-width: 50%;
  text-align: left;
}
@media (max-width: 768px) {
  .hero__wrap--left {
    max-width: 100%;
  }
}
.hero__wrap--right {
  float: right;
  max-width: 50%;
  text-align: left;
}
@media (max-width: 768px) {
  .hero__wrap--right {
    max-width: 100%;
  }
}
.hero__wrap .button-group {
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero__wrap .button-group {
    width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .hero__wrap .button-group {
    width: 300px;
    margin: 0 auto;
  }
}
.hero__headline {
  font-size: 3em;
  line-height: 56px;
  margin: 0;
  padding-top: 1em;
}
.dark .hero__headline {
  color: #fff;
}
.light .hero__headline {
  color: #001a72;
}
.hero__headline--hero-search {
  font-size: 2em;
  padding-top: 4em;
}
@media (max-width: 768px) {
  .hero__headline {
    color: #001a72 !important;
    font-size: 2.5em;
  }
  .hero__headline--hero-search {
    color: #fff !important;
    font-size: 1.5em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero__headline--hero-search {
    font-size: 2em;
  }
}
.hero__headline span {
  font-size: 1.5em;
}
.hero__subheadline {
  font-size: 1.25em;
  margin-bottom: 1.5em;
}
.dark .hero__subheadline {
  color: #fff;
}
.dark .hero__subheadline--hero-search {
  padding-bottom: 1em !important;
}
@media (max-width: 768px) {
  .hero__subheadline {
    color: #444 !important;
  }
  .hero__subheadline--hero-search {
    color: #fff !important;
  }
}
.hero__link {
  display: inline-block;
  height: 48px;
  line-height: 34px;
  padding: .5em 1em;
  vertical-align: top;
}
@media (min-width: 770px) {
  .dark .hero__link {
    color: #fff;
  }
  .dark .hero__link:hover {
    color: #fff;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .dark .hero__link {
    color: #2196f3;
  }
  .dark .hero__link:hover {
    color: #42a5f5;
    text-decoration: none;
  }
}
.hero__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 100%;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .hero__img {
    height: 242px;
  }
  .hero__img--hero-search {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    height: 100%;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .hero .fade {
    display: none;
  }
}
.hero .fade--hero-search {
  display: block;
}

.hero .search {
  left: 0;
  margin: 0;
  max-width: none;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero .search {
    padding: 1.5em;
  }
}
@media (max-width: 768px) {
  .hero .search {
    background: none;
  }
}
.hero .search .fts .clearfix {
  margin-top: 1em;
}

/*  --------------------------------------- 
        Teaser     
    -------------------------------------- */
.teaser {
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .teaser {
    background-image: none !important;
    padding-bottom: 3em;
  }
  .teaser .teaser__img {
    display: block !important;
    height: 240px;
  }
}
.teaser--right {
  background-position: right;
}
.teaser--right .teaser__img {
  display: none;
}
.teaser--left {
  background-position: left;
}
.teaser--left .teaser__img {
  display: none;
}
.teaser h1, .teaser h2, .teaser h3, .teaser h4, .teaser h5, .teaser h6 {
  color: #222;
  font-size: 1em;
}
.teaser p {
  margin-bottom: 1em;
  margin-top: 1em;
}
.teaser .dark h1, .teaser .dark h2, .teaser .dark h3, .teaser .dark h4, .teaser .dark h5, .teaser .dark h6 {
  color: #fff !important;
}
.teaser--center {
  background-image: none !important;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.teaser--center .col {
  display: block;
  width: 100%;
}
.teaser--center .teaser__headline {
  margin-top: 4em;
}
.teaser--center .teaser__wrap {
  display: block;
  margin: 0 auto;
  max-width: 960px;
}
.teaser--center .teaser__image {
  background-image: none !important;
}
.teaser--center .teaser__img {
  height: 480px;
  margin: 0 auto;
  max-width: 960px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .teaser--center .teaser__img {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .teaser--center .teaser__img {
    height: 240px;
  }
}
.teaser--center img {
  margin-top: 5em;
}
.teaser__wrap {
  background: #fff;
  padding: 5em;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .teaser__wrap {
    padding: 3em 2em;
  }
}
.teaser__wrap > a, .teaser__wrap > button {
  display: inline-block;
  margin-top: 1em;
}
.teaser__headline {
  color: #001a72 !important;
  font-size: 1.5em !important;
  margin: 0 0 1em 0 !important;
}
.dark .teaser__headline {
  color: #fff !important;
}
@media (max-width: 768px) {
  .teaser__image {
    background-image: none !important;
  }
}
.teaser__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.teaser__img--bg {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.dark .teaser .separator {
  border-color: rgba(255, 255, 255, 0.12);
}
.light .teaser .separator {
  border-color: rgba(0, 0, 0, 0.12);
}
.teaser table {
  margin-top: 0;
}

.Zone7 .teaser, .Zone8 .teaser {
  background-image: none !important;
}
.Zone7 .teaser .teaser__wrap, .Zone8 .teaser .teaser__wrap {
  text-align: left !important;
  width: 100%;
}
.Zone7 .teaser .teaser__image, .Zone8 .teaser .teaser__image {
  display: none !important;
}
.Zone7 .teaser .teaser__img, .Zone8 .teaser .teaser__img {
  display: none !important;
}

/*  --------------------------------------- 
                    Tagline      
    -------------------------------------- */
.tagline {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 132px;
  position: relative;
  width: 100%;
}
.tagline__col {
  padding-left: 1em;
  width: 100%;
}
.tagline__col:last-child {
  padding-left: 5%;
}
.tagline__wrap {
  margin: 0 auto;
  padding: 2em 1em;
  position: relative;
  max-width: 960px;
  z-index: 2;
}
.tagline--border .tagline__wrap {
  border: 1px solid #ccc;
  border-top: 5px solid #001a72;
}
.tagline__title {
  color: #001a72;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
.dark .tagline__title {
  color: #fff;
}
.tagline__description {
  margin-bottom: 0;
}
.dark .tagline__description {
  color: #fff;
}
.tagline--border .fade {
  display: none;
}
.tagline a, .tagline .button {
  white-space: nowrap;
}

/*  --------------------------------------- 
                    Gradient      
    -------------------------------------- */
.fade {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.dark .fade--center {
  background: rgba(0, 0, 0, 0.75);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.dark .fade--left {
  background: rgba(0, 0, 0, 0.75);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.dark .fade--right {
  background: rgba(0, 0, 0, 0.75);
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.dark .fade--full {
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.light .fade--center {
  background: rgba(255, 255, 255, 0.75);
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
}
.light .fade--left {
  background: rgba(255, 255, 255, 0.75);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
}
.light .fade--right {
  background: rgba(255, 255, 255, 0.75);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
}
.light .fade--full {
  background: rgba(255, 255, 255, 0.75);
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
}

/*  --------------------------------------- 
                    Actions        
    -------------------------------------- */
.button {
  font-weight: 500;
}
.button--primary {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.button--secondary {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.button--interest {
  border: none;
  background-color: #da291c;
  border-bottom: 2px solid #bf2418;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.no-touch .button--interest:hover {
  background-color: #de4337;
  border-bottom-color: #c33a30;
}
.button--top {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  margin-top: 16px;
}

.button-group__item--inline:first-of-type {
  margin-left: 0;
}

/*  --------------------------------------- 
            Content and Teaser Block 
    -------------------------------------- */
.teaser__wrap h2 {
  font-family: 'Roboto';
  font-size: 32px;
  color: #001a72;
}
.teaser__wrap h2 span {
  text-decoration: none !important;
}
.teaser__wrap h2 em {
  font-style: inherit;
}
.teaser__wrap h2 strong {
  font-weight: inherit;
}
.teaser__wrap h3 {
  font-family: 'Roboto';
  font-size: 24px;
  color: #001a72;
}
.teaser__wrap h3 span {
  text-decoration: none !important;
}
.teaser__wrap h3 em {
  font-style: inherit;
}
.teaser__wrap h3 strong {
  font-weight: inherit;
}
.teaser__wrap p {
  font-family: 'Roboto';
  font-size: 16px;
  color: #444;
}
.teaser__wrap p span {
  text-decoration: none !important;
}
.teaser__wrap p strong {
  font-weight: bold;
}
.teaser__wrap p em {
  font-style: inherit;
}
.teaser__wrap table tbody tr td span {
  text-decoration: none !important;
}
.teaser__wrap table tbody tr td p strong {
  font-weight: bold;
}
.teaser__wrap table tbody tr td p em {
  font-style: inherit;
}
.teaser__wrap table tbody tr td p em span {
  text-decoration: none !important;
}
.teaser__wrap table tbody tr td p em span strong {
  font-weight: bold;
}
.teaser__wrap table tbody tr td em {
  font-style: inherit;
}
.teaser__wrap table tbody tr td em span {
  text-decoration: none !important;
}
.teaser__wrap table tbody tr td em span strong {
  font-weight: inherit;
}

/*  --------------------------------------- 
                 Control Text  
    -------------------------------------- */
.Control-Text h2 {
  font-family: 'Roboto';
  font-size: 32px;
  color: #001a72;
}
.Control-Text h2 span {
  text-decoration: none !important;
}
.Control-Text h2 em {
  font-style: inherit;
}
.Control-Text h2 strong {
  font-weight: inherit;
}
.Control-Text h3 {
  font-family: 'Roboto';
  font-size: 24px;
  color: #001a72;
}
.Control-Text h3 span {
  text-decoration: none !important;
}
.Control-Text h3 em {
  font-style: inherit;
}
.Control-Text h3 strong {
  font-weight: inherit;
}
.Control-Text p {
  font-family: 'Roboto';
  font-size: 16px;
  color: #444;
}
.Control-Text p span {
  text-decoration: none !important;
}
.Control-Text p strong {
  font-weight: bold;
}
.Control-Text p em {
  font-style: inherit;
}
.Control-Text table tbody tr td span {
  text-decoration: none !important;
}
.Control-Text table tbody tr td p strong {
  font-weight: bold;
}
.Control-Text table tbody tr td p em {
  font-style: inherit;
}
.Control-Text table tbody tr td p em span {
  text-decoration: none !important;
}
.Control-Text table tbody tr td p em span strong {
  font-weight: bold;
}
.Control-Text table tbody tr td em {
  font-style: inherit;
}
.Control-Text table tbody tr td em span {
  text-decoration: none !important;
}
.Control-Text table tbody tr td em span strong {
  font-weight: inherit;
}

/*  --------------------------------------- 
                    Text Block   
    -------------------------------------- */
.textblock {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1em;
}
@media (min-width: 1365px) and (max-width: 1600px) {
  .textblock {
    width: 704px;
  }
}
.textblock__heading {
  color: #222;
  font-size: 3em;
  font-weight: 400;
  line-height: 56px;
}
.textblock__subheading {
  color: #aaa;
  font-size: 1.5em;
  font-weight: 200;
  margin-bottom: 3.5em;
}
.textblock p {
  font-family: 'Roboto';
  font-size: 16px;
  color: #444;
}
.textblock p span {
  text-decoration: none !important;
}
.textblock p strong {
  font-weight: bold;
}
.textblock p em {
  font-style: inherit;
}
.textblock h2 {
  font-family: 'Roboto';
  font-size: 32px;
  color: #001a72;
  /*color: $textblock-text-color-h2;
  font-size: $textblock-font-size-h2;
  line-height: 40px;
  margin: 1em 0 0 0;*/
}
.textblock h2 span {
  text-decoration: none !important;
}
.textblock h2 em {
  font-style: inherit;
}
.textblock h2 strong {
  font-weight: inherit;
}
.textblock h3 {
  font-family: 'Roboto';
  font-size: 24px;
  color: #001a72;
}
.textblock h3 span {
  text-decoration: none !important;
}
.textblock h3 em {
  font-style: inherit;
}
.textblock h3 strong {
  font-weight: inherit;
}
.textblock h6 {
  color: #222;
  font-size: 1em;
  line-height: 24px;
  margin-top: 3em;
  margin-bottom: 1em;
}
.textblock ol {
  margin-bottom: 3.5em;
}
.textblock ol li {
  font-weight: 400;
  margin-top: 1em;
  text-indent: .75em;
}
.textblock ul {
  margin-bottom: 4.5em;
}
.textblock ul li {
  text-indent: .75em;
}
.textblock table tbody tr td span {
  text-decoration: none !important;
}
.textblock table tbody tr td p strong {
  font-weight: bold;
}
.textblock table tbody tr td p em {
  font-style: inherit;
}
.textblock table tbody tr td p em span {
  text-decoration: none !important;
}
.textblock table tbody tr td p em span strong {
  font-weight: bold;
}
.textblock table tbody tr td em {
  font-style: inherit;
}
.textblock table tbody tr td em span {
  text-decoration: none !important;
}
.textblock table tbody tr td em span strong {
  font-weight: inherit;
}

/*  --------------------------------------- 
                 Content   
    -------------------------------------- */
.Content h2 {
  font-family: 'Roboto';
  font-size: 32px;
  color: #001a72;
}
.Content h2 span {
  text-decoration: none !important;
}
.Content h2 em {
  font-style: inherit;
}
.Content h2 strong {
  font-weight: inherit;
}
.Content h3 {
  font-family: 'Roboto';
  font-size: 24px;
  color: #001a72;
}
.Content h3 span {
  text-decoration: none !important;
}
.Content h3 em {
  font-style: inherit;
}
.Content h3 strong {
  font-weight: inherit;
}
.Content p {
  font-family: 'Roboto';
  font-size: 16px;
  color: #444;
}
.Content p span {
  text-decoration: none !important;
}
.Content p strong {
  font-weight: bold;
}
.Content p em {
  font-style: inherit;
}
.Content table tbody tr td span {
  text-decoration: none !important;
}
.Content table tbody tr td p strong {
  font-weight: bold;
}
.Content table tbody tr td p em {
  font-style: inherit;
}
.Content table tbody tr td p em span {
  text-decoration: none !important;
}
.Content table tbody tr td p em span strong {
  font-weight: bold;
}
.Content table tbody tr td em {
  font-style: inherit;
}
.Content table tbody tr td em span {
  text-decoration: none !important;
}
.Content table tbody tr td em span strong {
  font-weight: inherit;
}

/*  --------------------------------------- 
                    Toggle   
    -------------------------------------- */
.toggle__headline {
  color: #001a72;
  margin: .5em 0;
}
.toggle__description {
  margin-bottom: 2em;
}
.toggle__nav {
  list-style-type: none;
  margin: 0;
  padding: 1em 0;
}
.toggle__nav > p {
  margin-bottom: 8px;
}
.toggle__nav li {
  margin-bottom: 1em;
}
.toggle__nav li:last-child {
  margin: 0;
}
.toggle__nav-item {
  background-color: #eee;
  border: 1px solid #ccc;
  color: #444;
  cursor: pointer;
  display: block;
  min-height: 40px;
  line-height: 20px;
  padding: .5em;
  width: 100%;
  text-align: left;
  outline: none;
}
.no-touch .toggle__nav-item:hover {
  color: #444;
}
.toggle__nav-item .icon {
  font-size: 140%;
}
.toggle__nav-item--active {
  border-bottom-color: #eee;
  color: #001a72;
  margin-bottom: 0;
}
.no-touch .toggle__nav-item--active:hover {
  color: #001a72;
}
.non-js .toggle__nav-item {
  border-bottom-color: #eee;
}
.toggle__content {
  background-color: #fff;
  display: none;
  margin-bottom: 0;
  padding: 2em 2em 1em 2em;
}
.toggle__content p {
  word-break: break-word;
}
.toggle__content p:last-child {
  margin: 0;
}
.toggle__content--active {
  border: 1px solid #ccc;
  border-top: none;
}
.non-js .toggle__content {
  border: 1px solid #ccc;
  border-top: none;
  display: block;
}
.toggle .separator {
  display: none;
}

/*  --------------------------------------- 
        Testimonials Block   
    -------------------------------------- */
.carousel {
  padding: 2em 1em;
  position: relative;
  text-align: center;
}
.carousel .wrapper {
  padding: 0;
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
}
.carousel__wrap {
  padding-bottom: 35px;
  padding-top: 0;
}
.carousel__headline {
  color: #001a72;
  font-size: 2em;
  margin: 0;
}
.carousel__subheadline {
  color: #444;
  font-weight: 400;
  margin: 2em 0;
}
.carousel__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel__item {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
  vertical-align: top;
  white-space: normal;
}
.carousel__item.active, .carousel__item.next, .carousel__item.prev {
  display: block;
}
.carousel__item.active {
  left: 0;
}
.carousel__item.next, .carousel__item.prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel__item.next {
  left: 100%;
}
.carousel__item.prev {
  left: -100%;
}
.carousel__item.next.left, .carousel__item.prev.right {
  left: 0;
}
.carousel__item.active.left {
  left: -100%;
}
.carousel__item.active.right {
  left: 100%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel__item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel__item.next, .carousel__item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel__item.prev, .carousel__item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel__item.next.left, .carousel__item.prev.right, .carousel__item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.non-js .carousel__item {
  display: block;
}
.carousel__img {
  border: none;
  display: block;
  margin: 2em auto;
  max-width: 75%;
}
.carousel__description {
  white-space: normal;
}
.carousel__footer {
  padding: 0 0 2em 0;
}
.carousel__nav a {
  color: #444;
  cursor: pointer;
  font-size: 160%;
  font-weight: normal;
  height: 100px;
  line-height: 100px;
  margin-top: -2em;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}
.no-touch .carousel__nav a:hover {
  color: #444;
}
.non-js .carousel__nav {
  display: none;
}
.carousel__control--previous {
  left: 0;
}
.carousel__control--next {
  right: 0;
}
.carousel-indicators {
  margin-top: 1em;
  padding: 0;
  top: auto;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.carousel-indicators li {
  background: #eee;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: .375em;
  width: 14px;
}
.carousel-indicators li.active {
  background: #001a72;
}
.carousel__margin {
  margin: 0 5em;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

/*  --------------------------------------- 
        Countdown Block   
    -------------------------------------- */
.countdown {
  padding: 3em 0;
  width: 100%;
}
.countdown .wrapper {
  margin: 0 auto;
  max-width: 960px;
  min-width: 768px;
}
.countdown__message {
  font-size: 1em;
}
.dark .countdown__message {
  color: #fff;
}
.countdown__headline {
  color: #001a72;
  font-size: 3em;
  font-weight: 300;
  margin: .33333em 0;
}
@media (max-width: 768px) {
  .countdown__headline {
    font-size: 2em;
    margin: .5em 0;
  }
}
.dark .countdown__headline {
  color: #fff;
}
.countdown__subheadline {
  font-size: 1.25em;
  margin: .8em 0;
}
@media (max-width: 768px) {
  .countdown__subheadline {
    font-size: 1em;
    margin: 1em 0;
  }
}
.dark .countdown__subheadline {
  color: #fff;
}
.countdown__holder {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.countdown__item {
  display: inline-block;
  margin-right: 2em;
  padding-right: 2em;
  position: relative;
}
.dark .countdown__item {
  color: #fff;
}
.countdown__item:after {
  border-top: 6px solid #444;
  border-bottom: 6px solid #444;
  content: "";
  height: 28px;
  position: absolute;
  right: 0;
  top: 30%;
  width: 6px;
}
.dark .countdown__item:after {
  border-color: #fff;
}
.countdown__item:last-child {
  margin: 0;
  padding: 0;
}
.countdown__item:last-child:after {
  border: none;
}
.countdown__unit {
  font-size: 5.25em;
}
.no-js .countdown__unit {
  font-size: 3em;
}

/*  ---------------------------------------
                    Logo
    -------------------------------------- */
.logo {
  font-size: 1em;
  padding: 2.5em 0;
  text-align: center;
}
.logo .wrapper {
  max-width: 1060px;
  margin: 0 auto;
}
.logo--fixed .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.logo__headline {
  color: #001a72;
  line-height: 1.25;
  margin-bottom: .75em;
  margin-top: .25em;
}
.logo__subheadline {
  font-size: 1em;
  display: inline-block;
  margin: 0 0 2.5em 0;
  text-align: center;
  max-width: 600px;
}
.logo__item {
  display: inline-block;
  padding: 0 1em;
  vertical-align: top;
  width: 232px;
}
.logo__item p {
  font-size: 1em;
  margin: 1em 0 2.5em 0;
  text-align: center;
}
.logo__image {
  height: 60px;
  margin-top: 2.25em;
  width: 150px;
}
.logo .wrapper > a {
  display: inline-block;
  margin-bottom: .5em;
  margin-top: 1.5em;
}

/*  --------------------------------------- 
        UI widget            
    -------------------------------------- */
.ui-widget {
  font: 14px/18px Arial,Sans-Serif;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0;
}

.ui-menu .ui-menu-item a {
  padding-left: 10px;
  line-height: 2;
}

.ui-widget-content {
  background: #FFF;
  -webkit-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.8);
  -moz-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.8);
  box-shadow: 0 2px 4px rgba(221, 221, 221, 0.8);
  border: solid 1px #ccc;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

/*  ---------------------------------------
        Finance Calculator
    -------------------------------------- */
.calculator {
  margin: 0 auto;
  max-width: 920px;
}
.calculator input[type="text"] {
  width: 120px;
}
.calculator__headline {
  color: #001a72;
}
.calculator__wrap {
  padding: 1.5em;
}
.calculator__item {
  border-bottom: 1px solid #eee;
  padding: 1em;
}
.calculator__item:first-child {
  padding-top: 0;
}
.calculator__item:last-child {
  border: none;
  padding-bottom: 0;
}
.calculator__title {
  font-size: 1.25em;
  font-weight: 500;
}
.calculator__value {
  font-size: 1.25em;
  font-weight: 500;
  padding: 0 3em 0 1em;
}
.calculator__info {
  display: block;
  font-size: 0.875em;
  line-height: 20px;
}
.calculator__slider {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 10px;
  height: 10px;
  margin: 1.5em;
  position: relative;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.calculator__scruber {
  background: #65a965;
  border-radius: 30px;
  height: 44px;
  margin-left: -1.2em;
  position: absolute;
  outline: 0;
  top: -1.2em;
  width: 44px;
  z-index: 2;
}
.calculator__label {
  color: #aaa;
  font-size: 0.875em;
}
.calculator__aside {
  background: #eee;
  padding: 1.5em;
}
.calculator__aside-item {
  border-bottom: 1px solid #fff;
  padding: 1em 0;
}
.calculator__aside-item:first-child {
  padding-top: 0;
}
.calculator__aside-item:last-child {
  border: none;
  padding-bottom: 0;
}
.calculator__aside-value {
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  margin-top: .5em;
}

/*Style added for Composer layout*/
div.Zone {
  width: 100%;
}

div.Zones7-8 {
  display: table;
  height: 100%;
}
div.Zones7-8:after {
  clear: both;
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
}
div.Zones7-8 div.Zone7,
div.Zones7-8 div.Zone8 {
  box-sizing: border-box;
  width: 50%;
  display: table-cell;
  height: 100%;
}
div.Zones7-8 div.Zone7 > div,
div.Zones7-8 div.Zone8 > div {
  height: 100%;
}
div.Zones7-8 div.Zone7 .section-wrapper,
div.Zones7-8 div.Zone8 .section-wrapper {
  height: 100%;
}
@media (max-width: 768px) {
  div.Zones7-8 div.Zone7,
  div.Zones7-8 div.Zone8 {
    display: block;
    float: none;
    width: 100%;
  }
}

/*  ---------------------------------------
        Transport Calculator
    -------------------------------------- */
.calculator-transport {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 1365px) and (max-width: 1600px) {
  .calculator-transport {
    padding: 0em 2em;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .calculator-transport {
    padding: 0em 2em;
  }
}
@media (max-width: 768px) {
  .calculator-transport {
    padding: 0em 3em;
  }
}
.calculator-transport .col {
  padding: 0em;
  vertical-align: bottom;
  margin-left: .800em;
}
.calculator-transport__headline {
  color: #001a72;
  font-size: 1.5em;
  line-height: 24px;
  margin: 1em auto;
}
.calculator-transport__description {
  margin-bottom: 2.875em;
}
.calculator-transport input[type="text"] {
  width: 100%;
  height: 44px;
}
.calculator-transport label {
  color: #222;
  font-weight: 500;
  margin-top: .813em;
}
.calculator-transport select {
  width: 100%;
  height: 44px;
}
.calculator-transport .select-wrap {
  width: 100%;
  line-height: 24px;
}
.calculator-transport .select-wrap:after {
  margin-right: 5px;
  background: #fff;
  color: #666;
  font-size: 140%;
  height: 80%;
  font-family: 'Material Icons';
}
.calculator-transport .button {
  margin-top: 1em;
}

.section-wrapper {
  clear: both;
  display: flex;
}
.section-wrapper:before {
  content: '';
  display: block;
  height: 146px;
  margin-top: -146px;
  visibility: hidden;
}

.contextual-nav-wrapper {
  height: 64px;
}
.contextual-nav-wrapper .active {
  display: block;
}

/*  --------------------------------------- 
        News   
    -------------------------------------- */
.news {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1em;
}
.news__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.news__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news ol li {
  font-weight: 400;
}
.news h1 {
  line-height: 1.250em;
}
.news h2, .news h3, .news h4 {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  color: #222;
}
.news__image {
  width: 100%;
  height: 100%;
  max-width: 960px;
  max-height: 521px;
}
.news__headline {
  color: #001a72;
  font-size: 2em;
}
.news__date {
  font-size: 0.875em;
  color: #666;
  text-transform: uppercase;
}

/*  --------------------------------------- 
        Sales Listing
    -------------------------------------- */
.sale .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.sale__headline {
  color: #001a72;
  margin-bottom: .5em;
  margin-top: 0;
  text-align: center;
}
.sale__separator {
  border-top: 1px solid #eee;
  border-width: 1px 0 0 0;
  margin-top: 3em;
  margin-bottom: 2em;
  width: 100%;
}
.sale__item {
  display: table;
  border-bottom: 1px solid #eee;
  padding-top: 2em;
  padding-bottom: 1.5em;
  width: 100%;
  table-layout: fixed;
}
.sale__item--disabled {
  padding-top: 2em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #eee;
}
.sale__item--disabled .sale__entry p, .sale__item--disabled .sale__info, .sale__item--disabled .sale__more-details, .sale__item--disabled .sale__more-details a, .sale__item--disabled .sale__title {
  color: #ccc;
  cursor: not-allowed !important;
}
.sale__item--disabled .sale__entry p:hover, .sale__item--disabled .sale__info:hover, .sale__item--disabled .sale__more-details:hover, .sale__item--disabled .sale__more-details a:hover, .sale__item--disabled .sale__title:hover {
  color: #ccc;
}
.sale__item--disabled .sale__details {
  padding-left: 79px;
  width: 69.6%;
}
.sale__info {
  font-size: .875em;
  vertical-align: top;
  padding-left: 1em;
  width: 16%;
}
@media (max-width: 768px) {
  .sale__info {
    width: 18%;
  }
}
.sale__date span {
  font-size: 1.715em;
}
.sale__details {
  vertical-align: top;
  padding-left: 5.25em;
  width: 73%;
}
@media (max-width: 768px) {
  .sale__details {
    padding-left: 79px;
    width: 69.6%;
  }
}
.sale__details .col {
  padding: 0;
}
.sale__details .sale__img {
  height: 60px;
  width: 100px;
}
.sale__entry {
  margin-left: 3em;
  width: 390px;
}
.sale__entry p {
  color: #888;
}
@media (max-width: 768px) {
  .sale__entry {
    margin-left: 2em;
    width: 280px;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .sale__entry {
    width: 290px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .sale__entry {
    width: 280px;
  }
}
.sale__title {
  color: #2196f3;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1em 0;
  word-break: break-word;
}
.sale__more-details {
  border-right: 1px solid #eee;
  color: #666;
  padding-right: 1em;
  margin-right: 1em;
  height: 20px;
  float: left;
}
.sale__more-details:before {
  color: #666;
}
.sale__more-details a {
  color: #666;
  font-size: .875em;
  margin-left: 0.5em;
}
.sale p {
  font-size: .875em;
  line-height: 1.7em;
}
.sale__icons {
  padding-right: 1.625em;
  width: 15%;
}
.sale__icons i {
  margin: 0 .5em .5em 0;
  text-align: center;
}
@media (max-width: 768px) {
  .sale__icons i {
    display: block;
  }
}

/*  --------------------------------------- 
        News Block All
    -------------------------------------- */
.newsblock {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 1em;
}
.newsblock__separator {
  border-top: 1px solid #eee;
  border-width: 1px 0 0 0;
  margin-top: 3em;
  width: 100%;
}
.newsblock__headline {
  color: #001a72;
  margin-bottom: .5em;
  margin-top: 0;
  text-align: center;
}
.newsblock__subheadline {
  padding-top: .5em;
  text-align: center;
}
.newsblock__fav {
  margin-top: 3em;
}
.newsblock__fav .newsblock__col {
  padding-top: 2em;
  vertical-align: top;
}
.newsblock__fav .newsblock__date {
  font-size: 0.750em;
  margin-top: 1em;
}
.newsblock__fav-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 249px;
  overflow: hidden;
}
.newsblock__fav-headline {
  color: #001a72;
  font-size: 2em;
  margin: 0.500em 0 1em 0;
}
.newsblock__date {
  color: #666;
  font-size: 0.750em;
  vertical-align: top;
}
.newsblock__footer {
  border-bottom: 1px solid #eee;
  font-size: .75em;
  padding: 1.500em;
}
.newsblock__item {
  margin-top: 2em;
}
.newsblock__item:last-of-type {
  margin-bottom: 2em;
}
.newsblock__item-title {
  color: #444;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: 0.500em;
}
.newsblock__fav-item-title {
  color: #001a72;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 1em 0;
}
.newsblock__item-image {
  margin-right: 1.5em;
  max-height: 111px;
  overflow: hidden;
  width: 182px;
}
.newsblock__item-image img {
  width: 286px;
}
.newsblock__col {
  width: 100%;
}

/*  --------------------------------------- 
                  Table   
    -------------------------------------- */
table {
  max-width: 960px;
}
table tr th {
  background-color: #eeeeee;
  color: #001a72;
  font-size: 0.75em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding: 1em;
}
table tr td {
  height: 69px;
  padding: 0.888em;
}
table tr td .SaleType {
  color: #666;
}

/*  --------------------------------------- 
        Background colors                   
    -------------------------------------- */
.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #001a72;
}

.bg-red {
  background-color: #da291c;
}

.bg-cyan {
  background-color: #2196F3;
}

.bg-orange {
  background-color: #fb8c00;
}

.bg-yellow {
  background-color: #fbc02d;
}

/*  --------------------------------------- 
        Navigation               
    -------------------------------------- */
.nav {
  font-size: 1em;
}
.nav__sub {
  z-index: 5;
}
.nav__link--global {
  font-weight: 500;
}
.nav__dropdown {
  z-index: 4;
}
.nav__item--local--selected a {
  color: #001a72;
}
.nav--pagination {
  height: 64px;
  margin: 1.7143em auto 0 auto;
  max-width: 960px;
  overflow: hidden;
  text-align: center;
}
.nav--pagination .nav__link {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #666;
  display: inline-block;
  margin-left: .5em;
  padding: .65em .9em;
  line-height: 1;
  vertical-align: middle;
}
.no-touch .nav--pagination .nav__link:hover {
  border: 1px solid #ccc;
  color: #444;
}
.nav--pagination .nav__link--selected {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #444;
}
.no-touch .nav--pagination .nav__link--selected:hover {
  border: 1px solid #f5f5f5;
}
.nav--pagination .nav__arrow {
  height: 32px;
  padding: .3em .8em;
  position: relative;
  text-indent: -9999px;
  width: 32px;
}
.nav--pagination .nav__arrow:before {
  font-family: "Material Icons";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: 180%;
  left: 2px;
  position: absolute;
  text-indent: 0;
  top: 3px;
}
.nav--pagination .nav--first {
  width: 38px;
}
.nav--pagination .nav--first:before {
  content: "\e5dc";
  left: 4px;
}
.nav--pagination .nav--previous:before {
  content: "\e408";
}
.nav--pagination .nav--last {
  width: 38px;
}
.nav--pagination .nav--last:before {
  content: "\e5dd";
  left: 4px;
}
.nav--pagination .nav--next:before {
  content: "\e409";
}
.nav .icon--navigate-next,
.nav .icon--navigate-before {
  font-size: 150%;
  margin-left: -.5em;
  width: 20px;
}

/*  --------------------------------------- 
        Home Search               
    -------------------------------------- */
.home-header {
  height: 470px;
  position: relative;
}

.home-header__inner {
  position: absolute;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  left: 0;
}

.search {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  margin: 85px auto;
  max-width: 1000px;
  padding: 2em 4em;
}
@media (max-width: 768px) {
  .search {
    margin: 10px auto;
  }
}
.search .fts {
  color: #333;
  padding: .5em 0;
}
.search .fts__icon-group {
  color: #999;
  top: .6em;
}
.search .fts__icon-group--active .icon {
  color: #333;
}
.search .fts__typehead-container {
  display: none;
  top: 2.6em;
}
.search .fts__typehead-container.expanded {
  display: block;
  text-align: left;
}
.search .fts__typehead-container--has-arrow:before {
  right: 2.3em;
}
.search .fts__typehead-container--has-arrow:after {
  right: 2.3em;
}
.search .fts__typehead-link {
  position: absolute;
  right: 1.25em;
  top: 1.063em;
}
.search .fts__typehead-choice a {
  color: #666;
}
@media (max-width: 768px) {
  .search .fts .table-col {
    display: block;
    margin-bottom: 1em;
  }
  .search .fts .button {
    width: 100%;
  }
  .search .fts__action {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .search .select-wrap {
    width: 100%;
  }
}
.search .select-wrap select {
  height: 40px;
}
@media (max-width: 768px) {
  .search .select-wrap select {
    width: 100%;
  }
}
.search .input-wrap__icon {
  top: .6em;
}
.search input[type="text"] {
  height: 40px;
  width: 100%;
}
.search__wrapper {
  padding: 0 2em;
}
.search__headline {
  font-weight: 500;
  margin: .2em 0;
}
.search__separator {
  border-color: #888;
  border-width: 1px 0 0 0;
  margin: 2em 0;
  width: 100%;
}
.search h2 {
  margin: .5em 0;
}

/*  --------------------------------------- 
        Modal              
    -------------------------------------- */
.modal {
  display: none;
}
.modal--video {
  display: block;
  background: #979797;
}
.modal__overlay {
  display: none;
}
.modal__overlay--in {
  display: block;
}
.modal .button-group__item--inline:first-of-type {
  margin-left: .625em;
}
.modal__content--video {
  width: 976px;
  max-height: 553px;
}
.modal__header {
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
}
.modal__header--video {
  background: none;
  padding: 0;
}
.modal__body--video {
  width: 976px;
  max-height: 556px;
  padding: 0.3em;
}
.modal__inner {
  overflow: hidden;
}
.modal__dialog {
  padding-top: 10%;
  margin: 0 auto;
}
.modal__close {
  cursor: pointer;
  padding: 5px;
}
.modal__close .icon {
  color: #666;
}
.modal__close--video {
  position: absolute;
  right: -30px;
  top: -40px;
}
.modal__close--video .icon {
  color: #fff;
}
.modal--geolocation .modal {
  overflow: hidden;
  overflow-y: inherit;
}
.modal--geolocation .modal__title {
  color: #001a72;
  font-size: 24px;
  font-weight: 500;
  padding: 15px 0;
  margin: 0;
}
.modal--geolocation .modal__description {
  font-size: 13px;
  color: #444;
  padding-right: .5em;
}
.modal--geolocation .modal__header {
  background: none;
  border-bottom: none;
  color: #333;
  padding-bottom: 0;
}
.modal--geolocation .modal__wrap {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}
.modal--geolocation .modal__inner {
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
}
.modal--geolocation .modal__list {
  height: inherit;
  margin: 0;
  padding: 0;
}
.modal--geolocation .modal__list-item {
  height: auto;
  line-height: 4;
  border: none;
  width: 170px;
  float: left;
  padding-left: 1em;
  padding-top: 0;
  cursor: auto;
}
.modal--geolocation .flag__description {
  font-size: 14px;
  padding-left: 6px;
  color: #666;
}
.modal--geolocation .flag__description:hover {
  color: #1dc9ff;
}
.modal--geolocation .checkbox {
  font-size: 14px;
  color: #666;
}
.modal--geolocation .checkbox label {
  line-height: 1.75;
}

.ui-autocomplete .typeahead-choice a {
  color: #204a86;
  padding: 5px 15px;
  display: block;
  font-size: 16px;
}
.ui-autocomplete .typeahead-choice a:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}
.ui-autocomplete .typeahead-choice a .st-text {
  font-weight: bold;
}
.ui-autocomplete .typeahead-choice a .cat-sugestion {
  color: #444;
}
.ui-autocomplete .selected a {
  background-color: #f7f7f7;
  cursor: pointer;
}

.hide {
  display: none;
}

::-ms-reveal {
  display: none;
}

::-ms-clear {
  display: none;
}

/*  --------------------------------------- 
                Footer              
-------------------------------------- */
.footer__wrap .col {
  display: table-cell;
}
.footer__info {
  padding-left: 3%;
}
.footer__title {
  text-decoration: none;
}
.footer__title:hover {
  text-decoration: underline;
}
.footer__social {
  margin-top: 1.5em;
}
.footer__locations a:hover, .footer__copyright a:hover {
  color: #000;
}
.footer__locations span, .footer__copyright span {
  color: #444;
}
