@media only screen and (min-width: 75em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

table.hide-for-landscape,
table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus:focus,
.show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: .5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}

@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}

@media not print {
  .show-for-print {
    display: none !important;
  }
}

#global-ux .content .section div:not(.section):not(.dl-results-list):not(.collapse-block):not(.range-slider):not(.range-slider-handle):not(.clearing-main-prev):not(.clearing-main-next):not(.alert-box):not(.close):not(.defaultValue):not(.item):not(.feature-group):not(.vehicle-menu-item):not(.vehicle-menu-backdrop):not(.share-overlay-bg):not(.button-container):not(.image-caption):not(.ng-move):not(.ng-leave):not(.repeat-animation):not(.search-button):not(.cancel-register-bg):not(.vehicle-menu-content):not(.info):not(.site-link-title):not(.contact-bar-popup):not(.contact-bar-overlay):not(.overlay-content):not(.overlay-container):not(.hero-thumbnail):not(.accordion-body):not(.title):not(.overlay-fullscreen):not(.image):not(.desc) {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

#global-ux .content .section div:not(.section):not(.dl-results-list):not(.collapse-block):not(.range-slider):not(.range-slider-handle):not(.clearing-main-prev):not(.clearing-main-next):not(.alert-box):not(.close):not(.defaultValue):not(.item):not(.feature-group):not(.vehicle-menu-item):not(.vehicle-menu-backdrop):not(.share-overlay-bg):not(.button-container):not(.image-caption):not(.ng-move):not(.ng-leave):not(.repeat-animation):not(.search-button):not(.cancel-register-bg):not(.vehicle-menu-content):not(.info):not(.site-link-title):not(.contact-bar-popup):not(.contact-bar-overlay):not(.overlay-content):not(.overlay-container):not(.hero-thumbnail):not(.accordion-body):not(.title):not(.overlay-fullscreen):not(.image):not(.desc).dl-form-holder .slide-box-wrap,
#global-ux .content .section div:not(.section):not(.dl-results-list):not(.collapse-block):not(.range-slider):not(.range-slider-handle):not(.clearing-main-prev):not(.clearing-main-next):not(.alert-box):not(.close):not(.defaultValue):not(.item):not(.feature-group):not(.vehicle-menu-item):not(.vehicle-menu-backdrop):not(.share-overlay-bg):not(.button-container):not(.image-caption):not(.ng-move):not(.ng-leave):not(.repeat-animation):not(.search-button):not(.cancel-register-bg):not(.vehicle-menu-content):not(.info):not(.site-link-title):not(.contact-bar-popup):not(.contact-bar-overlay):not(.overlay-content):not(.overlay-container):not(.hero-thumbnail):not(.accordion-body):not(.title):not(.overlay-fullscreen):not(.image):not(.desc).dl-form-holder .form-wrap,
#global-ux .content .section div:not(.section):not(.dl-results-list):not(.collapse-block):not(.range-slider):not(.range-slider-handle):not(.clearing-main-prev):not(.clearing-main-next):not(.alert-box):not(.close):not(.defaultValue):not(.item):not(.feature-group):not(.vehicle-menu-item):not(.vehicle-menu-backdrop):not(.share-overlay-bg):not(.button-container):not(.image-caption):not(.ng-move):not(.ng-leave):not(.repeat-animation):not(.search-button):not(.cancel-register-bg):not(.vehicle-menu-content):not(.info):not(.site-link-title):not(.contact-bar-popup):not(.contact-bar-overlay):not(.overlay-content):not(.overlay-container):not(.hero-thumbnail):not(.accordion-body):not(.title):not(.overlay-fullscreen):not(.image):not(.desc).dealer-accordion .slide-box {
  -webkit-transition: max-height 0.5s ease-in, overflow 0s linear 0.5s;
  -moz-transition: max-height 0.5s ease-in, overflow 0s linear 0.5s;
  -o-transition: max-height 0.5s ease-in, overflow 0s linear 0.5s;
  -ms-transition: max-height 0.5s ease-in, overflow 0s linear 0.5s;
  transition: max-height 0.5s ease-in, overflow 0s linear 0.5s;
}

#global-ux .content .section div:not(.section):not(.dl-results-list):not(.collapse-block):not(.range-slider):not(.range-slider-handle):not(.clearing-main-prev):not(.clearing-main-next):not(.alert-box):not(.close):not(.defaultValue):not(.item):not(.feature-group):not(.vehicle-menu-item):not(.vehicle-menu-backdrop):not(.share-overlay-bg):not(.button-container):not(.image-caption):not(.ng-move):not(.ng-leave):not(.repeat-animation):not(.search-button):not(.cancel-register-bg):not(.vehicle-menu-content):not(.info):not(.site-link-title):not(.contact-bar-popup):not(.contact-bar-overlay):not(.overlay-content):not(.overlay-container):not(.hero-thumbnail):not(.accordion-body):not(.title):not(.overlay-fullscreen):not(.image):not(.desc)#compare-model-vehicle,
#global-ux .content .section div:not(.section):not(.dl-results-list):not(.collapse-block):not(.range-slider):not(.range-slider-handle):not(.clearing-main-prev):not(.clearing-main-next):not(.alert-box):not(.close):not(.defaultValue):not(.item):not(.feature-group):not(.vehicle-menu-item):not(.vehicle-menu-backdrop):not(.share-overlay-bg):not(.button-container):not(.image-caption):not(.ng-move):not(.ng-leave):not(.repeat-animation):not(.search-button):not(.cancel-register-bg):not(.vehicle-menu-content):not(.info):not(.site-link-title):not(.contact-bar-popup):not(.contact-bar-overlay):not(.overlay-content):not(.overlay-container):not(.hero-thumbnail):not(.accordion-body):not(.title):not(.overlay-fullscreen):not(.image):not(.desc)#compare-model-vehicle *,
#global-ux .content .section div:not(.section):not(.dl-results-list):not(.collapse-block):not(.range-slider):not(.range-slider-handle):not(.clearing-main-prev):not(.clearing-main-next):not(.alert-box):not(.close):not(.defaultValue):not(.item):not(.feature-group):not(.vehicle-menu-item):not(.vehicle-menu-backdrop):not(.share-overlay-bg):not(.button-container):not(.image-caption):not(.ng-move):not(.ng-leave):not(.repeat-animation):not(.search-button):not(.cancel-register-bg):not(.vehicle-menu-content):not(.info):not(.site-link-title):not(.contact-bar-popup):not(.contact-bar-overlay):not(.overlay-content):not(.overlay-container):not(.hero-thumbnail):not(.accordion-body):not(.title):not(.overlay-fullscreen):not(.image):not(.desc).map-container,
#global-ux .content .section div:not(.section):not(.dl-results-list):not(.collapse-block):not(.range-slider):not(.range-slider-handle):not(.clearing-main-prev):not(.clearing-main-next):not(.alert-box):not(.close):not(.defaultValue):not(.item):not(.feature-group):not(.vehicle-menu-item):not(.vehicle-menu-backdrop):not(.share-overlay-bg):not(.button-container):not(.image-caption):not(.ng-move):not(.ng-leave):not(.repeat-animation):not(.search-button):not(.cancel-register-bg):not(.vehicle-menu-content):not(.info):not(.site-link-title):not(.contact-bar-popup):not(.contact-bar-overlay):not(.overlay-content):not(.overlay-container):not(.hero-thumbnail):not(.accordion-body):not(.title):not(.overlay-fullscreen):not(.image):not(.desc).map-container * {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

#global-ux .content .section {
  background-image: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/load.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

#global-ux .content .billboardCarousel.section {
  background-image: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #global-ux .content .section {
    -webkit-background-size: 40px;
    -moz-background-size: 40px;
    -o-background-size: 40px;
    background-size: 40px;
  }
}

#global-ux .content.show-content .section div:not(.section):not(.dl-results-list):not(.collapse-block):not(.range-slider):not(.range-slider-handle):not(.clearing-main-prev):not(.clearing-main-next):not(.alert-box):not(.close):not(.defaultValue):not(.item):not(.feature-group):not(.vehicle-menu-item):not(.vehicle-menu-backdrop):not(.share-overlay-bg):not(.button-container):not(.image-caption):not(.ng-move):not(.ng-leave):not(.repeat-animation):not(.search-button):not(.cancel-register-bg):not(.vehicle-menu-content):not(.info):not(.site-link-title):not(.contact-bar-popup):not(.contact-bar-overlay):not(.overlay-content):not(.overlay-container):not(.hero-thumbnail):not(.accordion-body):not(.title):not(.overlay-fullscreen):not(.image):not(.desc) {
  opacity: 1;
}

#global-ux .content.show-content .section {
  background-image: none;
}

.ie8 #global-ux .content .section,
.ie8 #global-ux .content .section.show-content {
  background-image: none;
}

.ie8 #global-ux .content .section .section div:not(.section):not(.dl-results-list):not(.collapse-block):not(.range-slider):not(.range-slider-handle):not(.clearing-main-prev):not(.clearing-main-next):not(.alert-box):not(.close):not(.defaultValue):not(.item):not(.feature-group):not(.vehicle-menu-item):not(.vehicle-menu-backdrop):not(.share-overlay-bg):not(.button-container):not(.image-caption):not(.ng-move):not(.ng-leave):not(.repeat-animation):not(.search-button):not(.cancel-register-bg):not(.vehicle-menu-content):not(.info):not(.site-link-title):not(.contact-bar-popup):not(.contact-bar-overlay):not(.overlay-content):not(.overlay-container):not(.hero-thumbnail):not(.accordion-body):not(.title):not(.overlay-fullscreen):not(.image):not(.desc),
.ie8 #global-ux .content .section.show-content .section div:not(.section):not(.dl-results-list):not(.collapse-block):not(.range-slider):not(.range-slider-handle):not(.clearing-main-prev):not(.clearing-main-next):not(.alert-box):not(.close):not(.defaultValue):not(.item):not(.feature-group):not(.vehicle-menu-item):not(.vehicle-menu-backdrop):not(.share-overlay-bg):not(.button-container):not(.image-caption):not(.ng-move):not(.ng-leave):not(.repeat-animation):not(.search-button):not(.cancel-register-bg):not(.vehicle-menu-content):not(.info):not(.site-link-title):not(.contact-bar-popup):not(.contact-bar-overlay):not(.overlay-content):not(.overlay-container):not(.hero-thumbnail):not(.accordion-body):not(.title):not(.overlay-fullscreen):not(.image):not(.desc) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.cl-ford-blue {
  color: #003478;
}

.cl-ford-black {
  color: #231f20;
}

.cl-cta-blue {
  color: #2d96cd;
}

.cl-dark-blue {
  color: #1b394e;
}

.cl-white {
  color: #fff;
}

.cl-cool-grey {
  color: #75787b;
}

.cl-grey {
  color: #616161;
}

.cl-error-red {
  color: #f34c32;
}

.cl-black {
  color: #000;
}

.bg-ford-blue {
  background-color: #003478;
}

.bg-ford-black {
  background-color: #231f20;
}

.bg-cta-blue {
  background-color: #2d96cd;
}

.bg-dark-blue {
  background-color: #1b394e;
}

.bg-white {
  background-color: #fff;
}

.bg-cool-grey {
  background-color: #75787b;
}

.bg-grey {
  background-color: #616161;
}

.bg-error-red {
  background-color: #f34c32;
}

.bg-black {
  background-color: #000;
}

@font-face {
  font-family: "Antenna";
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Extra-Light.eot");
  src: local("Antenna"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Extra-Light.eot?") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Extra-Light.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Extra-Light.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Extra-Light.svg#web") format("svg");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "Antenna";
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Extra-Light-Italic.eot");
  src: local("Antenna"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Extra-Light-Italic.eot?") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Extra-Light-Italic.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Extra-Light-Italic.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Extra-Light-Italic.svg#web") format("svg");
  font-style: italic;
  font-weight: 200;
}

@font-face {
  font-family: "Antenna";
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Light.eot");
  src: local("Antenna"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Light.eot?") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Light.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Light.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Light.svg#web") format("svg");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Antenna";
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Light-Italic.eot");
  src: local("Antenna"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Light-Italic.eot?") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Light-Italic.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Light-Italic.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Light-Italic.svg#web") format("svg");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "Antenna";
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Regular.eot");
  src: local("Antenna"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Regular.eot?") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Regular.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Regular.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Regular.svg#web") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Antenna";
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Regular-Italic.eot");
  src: local("Antenna"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Regular-Italic.eot?") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Regular-Italic.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Regular-Italic.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Regular-Italic.svg#web") format("svg");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "Antenna";
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Bold.eot");
  src: local("Antenna"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Bold.eot?") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Bold.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Bold.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Bold.svg#web") format("svg");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Antenna";
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Bold-Italic.eot");
  src: local("Antenna"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Bold-Italic.eot?") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Bold-Italic.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Bold-Italic.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/antenna/Ford-Antenna-Bold-Italic.svg#web") format("svg");
  font-style: italic;
  font-weight: bold;
}

@font-face {
  font-family: 'Frutiger';
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-75Black.eot");
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-75Black.eot?#iefix") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-75Black.woff2") format("woff2"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-75Black.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-75Black.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-75Black.svg#FrutigerLTArabic-75Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Frutiger';
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-55Roman.eot");
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-55Roman.eot?#iefix") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-55Roman.woff2") format("woff2"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-55Roman.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-55Roman.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-55Roman.svg#FrutigerLTArabic-55Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Frutiger';
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-45Light.eot");
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-45Light.eot?#iefix") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-45Light.woff2") format("woff2"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-45Light.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-45Light.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-45Light.svg#FrutigerLTArabic-45Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Frutiger';
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-65Bold.eot");
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-65Bold.eot?#iefix") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-65Bold.woff2") format("woff2"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-65Bold.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-65Bold.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/frutiger/FrutigerLTArabic-65Bold.svg#FrutigerLTArabic-65Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NanumGothic';
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothic.eot");
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothic.eot?#iefix") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothic.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothic.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothic.svg#web") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NanumGothic';
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothic.eot");
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothic.eot?#iefix") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothic.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothic.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothic.svg#web") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NanumGothic';
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothicBold.eot");
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothicBold.eot?#iefix") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothicBold.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothicBold.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothicBold.svg#web") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NanumGothic';
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothicExtraBold.eot");
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothicExtraBold.eot?#iefix") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothicExtraBold.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothicExtraBold.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/nanum-gothic/NanumGothicExtraBold.svg#web") format("svg");
  font-weight: 900;
  font-style: normal;
}

#global-ux {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Antenna",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
  font-weight: 400;
  color: #1b394e;
}

.lang_vi #global-ux {
  font-family: "Arial","Tahoma","Helvetica",sans-serif;
}

.lang_ar #global-ux {
  font-family: "Frutiger",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
}

.lang_ko #global-ux {
  font-family: "Antenna",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
}

#global-ux h1,
#global-ux h2,
#global-ux h3,
#global-ux h4,
#global-ux h5,
#global-ux h6,
#global-ux p li,
#global-ux label,
#global-ux input,
#global-ux th,
#global-ux td {
  font-family: "Antenna",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
  color: #1b394e;
}

.lang_vi #global-ux h1,
.lang_vi #global-ux h2,
.lang_vi #global-ux h3,
.lang_vi #global-ux h4,
.lang_vi #global-ux h5,
.lang_vi #global-ux h6,
.lang_vi #global-ux p li,
.lang_vi #global-ux label,
.lang_vi #global-ux input,
.lang_vi #global-ux th,
.lang_vi #global-ux td {
  font-family: "Arial","Tahoma","Helvetica",sans-serif;
}

.lang_ar #global-ux h1,
.lang_ar #global-ux h2,
.lang_ar #global-ux h3,
.lang_ar #global-ux h4,
.lang_ar #global-ux h5,
.lang_ar #global-ux h6,
.lang_ar #global-ux p li,
.lang_ar #global-ux label,
.lang_ar #global-ux input,
.lang_ar #global-ux th,
.lang_ar #global-ux td {
  font-family: "Frutiger",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
}

.lang_ko #global-ux h1,
.lang_ko #global-ux h2,
.lang_ko #global-ux h3,
.lang_ko #global-ux h4,
.lang_ko #global-ux h5,
.lang_ko #global-ux h6,
.lang_ko #global-ux p li,
.lang_ko #global-ux label,
.lang_ko #global-ux input,
.lang_ko #global-ux th,
.lang_ko #global-ux td {
  font-family: "Antenna",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
}

#global-ux h1,
#global-ux h2,
#global-ux h3,
#global-ux h4,
#global-ux h5,
#global-ux h6,
#global-ux p {
  font-weight: 300;
}

#global-ux h1 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #616161;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #616161;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

#global-ux h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #616161;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

#global-ux h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux h4 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

#global-ux h5 {
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux h5 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#global-ux h6 {
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width: 62em) {
  #global-ux h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#global-ux p {
  font-size: 14px;
  font-size: .875rem;
}

@media only screen and (min-width: 62em) {
  #global-ux p {
    font-size: 16px;
    font-size: 1rem;
  }
}

#global-ux p.subheader {
  font-weight: 700;
}

#global-ux address {
  color: #1b394e;
  font-style: normal;
  line-height: 1.3;
}

#global-ux .emphasis {
  font-weight: 300;
  margin: 0;
  color: #1b394e;
}

#global-ux p {
  margin: 0 0 1.25em;
}

#global-ux p a,
#global-ux li a {
  text-decoration: underline;
}

#global-ux a.custom-button {
  color: #fff;
  letter-spacing: 1px;
}

#global-ux .chevron,
#global-ux .button,
#global-ux .tel {
  text-decoration: none;
}

#global-ux .chevron a {
  font-weight: 400;
}

#global-ux button {
  font-weight: 300;
}

@font-face {
  font-family: "icomoon";
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/icomoon/icomoon.eot?hawboi");
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/icomoon/icomoon.eot?#iefixhawboi") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/icomoon/icomoon.woff?hawboi") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/icomoon/icomoon.ttf?hawboi") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/icomoon/icomoon.svg?hawboi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.link-icon:before,
#global-ux .billboardOwner .carousel.homepage .heading p a.cta-button:before {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-icon,
#global-ux .billboardOwner .carousel.homepage .heading p a.cta-button {
  font-family: inherit;
}

a:hover .icon-sendto:before {
  content: "\e620";
}

a:hover .icon-directions:before {
  content: "\e617";
}

a:hover .icon-details:before {
  content: "\e605";
}

a:hover .icon-phone-circled-2:before {
  content: "\e658";
}

.icon-icon-armchair-close:before {
  content: "\e911";
}

.icon-icon-armchair-open:before {
  content: "\e912";
}

.icon-mobile-syncicon:before {
  content: "\e958";
}

.icon-full-screen:before {
  content: "\e910";
}

.icon-empty-file-csv:before {
  content: "\e90f";
}

.icon-success-msg:before {
  content: "\e90e";
}

.icon-star-circle:before {
  content: "\e90d";
}

.icon-phone-circled-2:before {
  content: "\e907";
}

.icon-details-2:before {
  content: "\e904";
}

.icon-directions-2:before {
  content: "\e905";
}

.icon-fax:before {
  content: "\e906";
}

.icon-search-bold:before {
  content: "\e901";
}

.icon-icon-scale:before {
  content: "\e902";
}

.icon-minus:before {
  content: "\e607";
}

.icon-plus:before {
  content: "\e608";
}

.icon-question-hover:before {
  content: "\e60F";
}

.icon-question:before {
  content: "\e60E";
}

.icon-warning:before,
#global-ux p.error:after,
.icon-icon-warning:before {
  content: "\e60D";
}

.icon-unchecked:before {
  content: "\e601";
}

.icon-checked:before,
.icon-icon-checked:before {
  content: "\e602";
}

.icon-close-solid:before {
  content: "\e623";
}

.icon-m-filter:before {
  content: "\e625";
}

.icon-d-filter:before {
  content: "\e606";
}

.icon-info:before {
  content: "\e636";
}

.icon-info-hover:before {
  content: "\e60A";
}

.icon-get-location:before {
  content: "\e629";
}

.icon-search:before,
#global-ux .news-listing-wrap .header-search .search-input:before {
  content: "\e62B";
}

.icon-details:before {
  content: "\e624";
}

.icon-details-hover:before {
  content: "\e605";
}

.icon-minus-circled:before {
  content: "\e637";
}

.icon-plus-circled:before {
  content: "\e622";
}

.icon-chevron-thin-left:before {
  content: "\e612";
}

.icon-chevron-thin-right:before {
  content: "\e615";
}

.icon-close:before {
  content: "\e610";
}

.icon-close-hover:before {
  content: "\e611";
}

.icon-thin-close:before {
  content: "\e608";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}

.icon-email:before {
  content: "\e613";
}

.icon-email-hover:before {
  content: "\e614";
}

.icon-directions:before {
  content: "\e631";
}

.icon-directions-hover:before {
  content: "\e617";
}

.icon-link:before,
#global-ux .miniDashboard-wrap .item .db-content .db-btn .link-chevron span:after {
  content: "\e618";
}

.icon-link-hover:before {
  content: "\e619";
}

.icon-plus-hollow:before {
  content: "\e61B";
}

.icon-plus-hollow-over:before {
  content: "\e61C";
}

.icon-search2:before {
  content: "\e61D";
}

.icon-search-hollow:before {
  content: "\e61E";
}

.icon-sendto:before {
  content: "\e61F";
}

.icon-sendto-hover:before {
  content: "\e620";
}

.icon-phone-circled:before {
  content: "\e638";
}

.icon-phone:before {
  content: "\e61A";
}

.icon-chevron-right:before {
  content: "\e618";
}

.icon-chevron-hollow:before {
  content: "\e62E";
}

.icon-play:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture:before,
.icon-icon-play:before {
  content: "\e632";
}

.icon-video:before {
  content: "\e600";
}

.icon-external-link:before,
#global-ux .form-mini-dealer-locator .info-window .ext-link:after,
.form-config .form-mini-dealer-locator .info-window .ext-link:after {
  content: "\e635";
}

.icon-share:before {
  content: "\e63D";
}

.icon-solid:before {
  content: "\e63B";
}

.icon-chevron-thin-up:before {
  content: "\e640";
}

.icon-chevron-thin-down:before,
.select2-container .select2-choice:after,
.icon-icon-chevron-thin-down:before {
  content: "\e641";
}

.icon-m-info:before {
  content: "\e609";
}

.icon-star:before,
#global-ux input[type=checkbox].star-checkbox.checked+label:before,
#global-ux input[type=checkbox].star-checkbox.inline.checked+label:after,
#global-ux .save-icon.on:before {
  content: "\f005";
}

.icon-star-hollow:before,
#global-ux input[type=checkbox].star-checkbox+label:before,
#global-ux input[type=checkbox].star-checkbox.inline+label:after,
#global-ux .save-icon:before {
  content: "\f006";
}

.icon-checkmark:before,
#global-ux input[type=checkbox].custom-checkbox.checked+label:after {
  content: "\e603";
}

.icon-right-arrow:before {
  content: "\e604";
}

.icon-360-solid:before {
  content: "\e60b";
}

.icon-360-open:before {
  content: "\e60c";
}

.icon-apply-credit-open:before {
  content: "\e616";
}

.icon-apply-credit-solid:before {
  content: "\e621";
}

.icon-build-price-open:before {
  content: "\e626";
}

.icon-build-price-solid:before {
  content: "\e627";
}

.icon-certified-pre-owned-open:before {
  content: "\e628";
}

.icon-certified-pre-owned-solid:before {
  content: "\e62a";
}

.icon-change-location-open:before {
  content: "\e62c";
}

.icon-change-location-solid:before {
  content: "\e62d";
}

.icon-check-inventory-open:before {
  content: "\e62f";
}

.icon-check-inventory-solid:before {
  content: "\e630";
}

.icon-compare-competitors-open:before {
  content: "\e633";
}

.icon-compare-competitors-solid:before {
  content: "\e634";
}

.icon-find-dealer-open:before {
  content: "\e639";
}

.icon-find-dealer-solid:before {
  content: "\e63a";
}

.icon-ford-credit-open:before {
  content: "\e63c";
}

.icon-ford-credit-solid:before {
  content: "\e63e";
}

.icon-get-brochure-open:before {
  content: "\e63f";
}

.icon-get-brochure-solid:before {
  content: "\e642";
}

.icon-get-updates-open:before {
  content: "\e643";
}

.icon-get-updates-solid:before {
  content: "\e644";
}

.icon-images-solid:before {
  content: "\e645";
}

.icon-images-open:before {
  content: "\e646";
}

.icon-incentives-solid:before {
  content: "\e647";
}

.icon-incentives-open:before {
  content: "\e648";
}

.icon-request-quote-open:before {
  content: "\e649";
}

.icon-request-quote-solid:before {
  content: "\e64a";
}

.icon-send-to-phone-open:before {
  content: "\e64b";
}

.icon-trade-in-open:before {
  content: "\e64c";
}

.icon-trade-in-solid:before {
  content: "\e64d";
}

.icon-view-map-solid:before {
  content: "\e64e";
}

.icon-view-map-open:before {
  content: "\e64f";
}

.icon-change-location2-open:before {
  content: "\e650";
}

.icon-change-location2-solid:before {
  content: "\e651";
}

.icon-d-email:before {
  content: "\e652";
}

.icon-d-email-hover:before {
  content: "\e653";
}

.icon-primary-applicant:before {
  content: "\e677";
}

.icon-primary-applicant-rev:before {
  content: "\e6a4";
}

.icon-joint-applicant:before {
  content: "\e679";
}

.icon-joint-applicant-rev:before {
  content: "\e6a3";
}

.icon-delete:before {
  content: "\e67f";
}

.icon-delete-rev:before {
  content: "\e68d";
}

.icon-calendar:before {
  content: "\e67d";
}

.icon-calendar-rev:before {
  content: "\e68b";
}

.icon-globe:before {
  content: "\e686";
}

.icon-globe-2:before {
  content: "\e69c";
}

.icon-test-drive:before {
  content: "\e693";
}

.icon-test-drive-rev:before {
  content: "\e689";
}

.icon-send-to-dealer:before {
  content: "\e68c";
}

.icon-send-to-dealer-rev:before {
  content: "\e69f";
}

.icon-select-a-vehicle:before {
  content: "\e68a";
}

.icon-select-a-vehicle-rev:before {
  content: "\e6a8";
}

.icon-drive:before {
  content: "\e68f";
}

.icon-drive-rev:before {
  content: "\e68e";
}

.icon-explore-special-programs:before {
  content: "\e691";
}

.icon-explore-special-programs-rev:before {
  content: "\e690";
}

.icon-interior:before {
  content: "\e6a2";
}

.icon-interior-rev:before {
  content: "\e6a1";
}

.icon-extras:before {
  content: "\e698";
}

.icon-extras-rev:before {
  content: "\e697";
}

.icon-see-commercial-fin-opts:before {
  content: "\e6a7";
}

.icon-see-commercial-fin-opts-rev:before {
  content: "\e6a6";
}

.icon-exterior:before {
  content: "\e696";
}

.icon-exterior-rev:before {
  content: "\e695";
}

.icon-extended-service-plan:before {
  content: "\e694";
}

.icon-wheels-open:before {
  content: "\e654";
}

.icon-wheels-solid:before {
  content: "\e655";
}

.icon-extended-service-plan-rev:before {
  content: "\e692";
}

.icon-estimate-payments-open:before {
  content: "\e656";
}

.icon-estimate-payments-solid:before {
  content: "\e657";
}

.icon-finance-finder:before {
  content: "\e69a";
}

.icon-finance-finder-rev:before {
  content: "\e699";
}

.icon-generic-article:before {
  content: "\e69e";
}

.icon-generic-article-rev:before {
  content: "\e69d";
}

.icon-print:before {
  content: "\e67b";
}

.icon-print-rev:before {
  content: "\e6a5";
}

.icon-mobile-nav-tech:before {
  content: "\e6ae";
}

.icon-tech:before {
  content: "\e6ab";
}

.icon-tech-rev:before {
  content: "\e6aa";
}

.icon-twitter:before {
  content: "\e688";
}

.icon-twitter-rev:before {
  content: "\e6ac";
}

.icon-view-shoppers-guide:before {
  content: "\e69b";
}

.icon-view-shoppers-guide-rev:before {
  content: "\e6ad";
}

.icon-profile:before {
  content: "\e683";
}

.icon-chat-now:before {
  content: "\e676";
}

.icon-social:before {
  content: "\e682";
}

.icon-open-mail:before {
  content: "\e685";
}

.icon-snail-mail:before {
  content: "\e684";
}

.icon-locate-a-dealer:before {
  content: "\e681";
}

.icon-navigation:before {
  content: "\e687";
}

.icon-finance:before {
  content: "\e678";
}

.icon-owner:before {
  content: "\e67c";
}

.icon-vehicle-hybrid:before {
  content: "\e672";
}

.icon-nav-vehicle:before {
  content: "\e674";
}

.icon-shop:before {
  content: "\e675";
}

.icon-chevron-fat:before,
#global-ux .main-nav .site-links li.site-link-chevron a:before,
#global-ux .main-nav .categories .category-inner h3:before,
#global-ux .main-nav .vehicle-menu .vehicle-menu-item-title:before {
  content: "\e67a";
}

.icon-m-chevron-hover:before {
  content: "\e673";
}

.icon-hamburger:before {
  content: "\e6a0";
}

.icon-vehicle-manual:before {
  content: "\e670";
}

.icon-vehicle-performance:before {
  content: "\e671";
}

.icon-vehicle-stripped-chassis:before {
  content: "\e664";
}

.icon-vehicle-stripped:before {
  content: "\e665";
}

.icon-vehicle-van:before {
  content: "\e666";
}

.icon-vehicle-people-mover:before {
  content: "\e667";
}

.icon-vehicle-truck:before {
  content: "\e668";
}

.icon-vehicle-suv:before {
  content: "\e66e";
}

.icon-vehicle-crossover:before {
  content: "\e66f";
}

.icon-vehicle-coupe:before {
  content: "\e66b";
}

.icon-vehicle-sedan:before {
  content: "\e669";
}

.icon-vehicle-hatch:before {
  content: "\e66a";
}

.icon-vehicle-estate:before {
  content: "\e66c";
}

.icon-vehicle-convertible:before {
  content: "\e66d";
}

.icon-phone-circled-hover:before {
  content: "\e658";
}

.icon-send-to-phone-solid:before {
  content: "\e659";
}

.icon-close2:before {
  content: "\e6b3";
}

.icon-chat-now-open:before {
  content: "\e6f5";
}

.icon-extras-bp:before {
  content: "\e6af";
}

.icon-packages:before {
  content: "\e6b0";
}

.icon-color:before {
  content: "\e6b6";
}

.icon-payload:before {
  content: "\e6b1";
}

.icon-models-transit:before {
  content: "\e6b2";
}

.icon-emergency-call-number-25px:before {
  content: "\e6b4";
}

.icon-emergency-call-number-50px:before {
  content: "\e6b5";
}

.icon-emergency-call-number-rev-50px:before {
  content: "\e6b7";
}

.icon-emergency-call-number-125px:before {
  content: "\e6b8";
}

.icon-flat-tire-change-25px:before {
  content: "\e6b9";
}

.icon-flat-tire-change-50px:before {
  content: "\e6ba";
}

.icon-flat-tire-change-rev-50px:before {
  content: "\e6bb";
}

.icon-flat-tire-change-125px:before {
  content: "\e6bc";
}

.icon-fuel-delivery-25px:before {
  content: "\e6bd";
}

.icon-fuel-delivery-50px:before {
  content: "\e6be";
}

.icon-fuel-delivery-rev-50px:before {
  content: "\e6bf";
}

.icon-fuel-delivery-125px:before {
  content: "\e6c0";
}

.icon-have-questions-faqs-25px:before {
  content: "\e6c1";
}

.icon-have-questions-faqs-50px:before {
  content: "\e6c2";
}

.icon-have-questions-faqs-rev-50px:before {
  content: "\e6c3";
}

.icon-have-questions-faqs-125px:before {
  content: "\e6c4";
}

.icon-lock-out-assistance-25px:before {
  content: "\e6c5";
}

.icon-lock-out-assistance-50px:before {
  content: "\e6c6";
}

.icon-lock-out-assistance-rev-50px:before {
  content: "\e6c7";
}

.icon-lock-out-assistance-125px:before {
  content: "\e6c8";
}

.icon-maintenance-schedule-25px:before {
  content: "\e6c9";
}

.icon-maintenance-schedule-50px:before {
  content: "\e6ca";
}

.icon-maintenance-schedule-rev-50px:before {
  content: "\e6cb";
}

.icon-maintenance-schedule-125px:before {
  content: "\e6cc";
}

.icon-manuals-25px:before {
  content: "\e6cd";
}

.icon-manuals-50px:before {
  content: "\e6ce";
}

.icon-manuals-rev-50px:before {
  content: "\e6cf";
}

.icon-manuals-125px:before {
  content: "\e6d0";
}

.icon-owner-advantage-rewards-25px:before {
  content: "\e6d1";
}

.icon-owner-advantage-rewards-50px:before {
  content: "\e6d2";
}

.icon-owner-advantage-rewards-rev-50px:before {
  content: "\e6d3";
}

.icon-owner-advantage-rewards-125px:before {
  content: "\e6d4";
}

.icon-post-a-message-25px:before {
  content: "\e6d5";
}

.icon-post-a-message-50px:before {
  content: "\e6d6";
}

.icon-post-a-message-rev-50px:before {
  content: "\e6d7";
}

.icon-post-a-message-125px:before {
  content: "\e6d8";
}

.icon-power-and-engine-25px:before {
  content: "\e6d9";
}

.icon-power-and-engine-50px:before {
  content: "\e6da";
}

.icon-power-and-engine-rev-50px:before {
  content: "\e6db";
}

.icon-power-and-engine-125px:before {
  content: "\e6dc";
}

.icon-roadside-assistance-25px:before {
  content: "\e6dd";
}

.icon-roadside-assistance-50px:before {
  content: "\e6de";
}

.icon-roadside-assistance-rev-50px:before {
  content: "\e6df";
}

.icon-roadside-assistance-125px:before {
  content: "\e6e0";
}

.icon-schedule-service-25px:before {
  content: "\e6e1";
}

.icon-schedule-service-50px:before {
  content: "\e6e2";
}

.icon-schedule-service-rev-50px:before {
  content: "\e6e3";
}

.icon-schedule-service-125px:before {
  content: "\e6e4";
}

.icon-tire-finder-25px:before {
  content: "\e6e5";
}

.icon-tire-finder-50px:before {
  content: "\e6e6";
}

.icon-tire-finder-rev-50px:before {
  content: "\e6e7";
}

.icon-tire-finder-125px:before {
  content: "\e6e8";
}

.icon-towing-25px:before {
  content: "\e6e9";
}

.icon-towing-50px:before {
  content: "\e6ea";
}

.icon-towing-rev-50px:before {
  content: "\e6eb";
}

.icon-towing-125px:before {
  content: "\e6ec";
}

.icon-dashboard-indicator-25px:before {
  content: "\e6ed";
}

.icon-dashboard-indicator-50px:before {
  content: "\e6ee";
}

.icon-dashboard-indicator-rev-50px:before {
  content: "\e6ef";
}

.icon-dashboard-indicator-125px:before {
  content: "\e6f0";
}

.icon-battery-jump-start-25px:before {
  content: "\e6f1";
}

.icon-battery-jump-start-50px:before {
  content: "\e6f2";
}

.icon-battery-jump-start-rev-50px:before {
  content: "\e6f3";
}

.icon-battery-jump-start-125px:before {
  content: "\e6f4";
}

.icon-ellipsis:before {
  content: "\e65a";
}

.icon-facebook-logo:before {
  content: "\f09a";
}

.icon-twitter-logo:before {
  content: "\f099";
}

.icon-google-plus-logo:before {
  content: "\f0d5";
}

.icon-instagram-logo:before {
  content: "\f083";
}

.icon-pinterest-logo:before {
  content: "\f231";
}

.icon-image:before {
  content: "\e900";
}

.icon-volume-high:before {
  content: "\e903";
}

.icon-cloud-update:before {
  content: "\e909";
}

.icon-sync-down:before {
  content: "\e90a";
}

.icon-twentyfour-h:before {
  content: "\e90b";
}

.icon-usb-sync:before {
  content: "\e90c";
}

.icon-base-font,
.icon-chevron-thin-right-base,
.icon-chevron-fat-base,
.icon-wechat:before {
  font-family: "icomoon";
}

.icon-chevron-thin-right-base {
  content: "\e615";
}

.icon-chevron-fat-base {
  content: "\e67a";
}

.icon-wechat:before {
  content: "\e908";
}

.icon-drive:before {
  content: "\e913";
}

.icon-social-share:before {
  content: "\e914";
}

.icon-download-generic:before {
  content: "\e915";
}

.icon-instagram-new:before {
  content: "\e916";
}

@font-face {
  font-family: "FordGUXFont";
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/guxicons/gux-icons.eot");
  src: url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/guxicons/gux-icons.eot") format("embedded-opentype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/guxicons/gux-icons.ttf") format("truetype"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/guxicons/gux-icons.woff") format("woff"),url("/etc/designs/guxfoap/clientlibs/guxfoap/fonts/guxicons/gux-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="gux-icon-"],
[class*=" gux-icon-"] {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "FordGUXFont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gux-icon-fleet-outline:before {
  content: "\ef31";
}

.gux-icon-tech-outline:before {
  content: "\e6ab";
}

.gux-icon-tech-solid:before {
  content: "\e6aa";
}

.gux-icon-vehicle-showroom-outline:before {
  content: "\ef20";
}

.gux-icon-contact-phone:before {
  content: "\e646";
}

.gux-icon-contact-social-assist:before {
  content: "\e682";
}

.gux-icon-contact-email:before {
  content: "\e685";
}

.gux-icon-towing-125px:before {
  content: "\e6ec";
}

.gux-icon-action-calendar-25px:before {
  content: "\e001";
}

.gux-icon-contact-mail:before {
  content: "\e684";
}

.gux-icon-action-call-25px:before {
  content: "\e002";
}

.gux-icon-action-call-outline-50px:before {
  content: "\e003";
}

.gux-icon-action-call-solid-50px:before {
  content: "\e004";
}

.gux-icon-action-delete-25px:before {
  content: "\e005";
}

.gux-icon-action-email-25px:before {
  content: "\e006";
}

.gux-icon-action-print-25px:before {
  content: "\e007";
}

.gux-icon-action-send-phone-25px:before {
  content: "\e008";
}

.gux-icon-action-send-to-dealer-25px:before {
  content: "\e009";
}

.gux-icon-alert-solid-25px:before {
  content: "\e00a";
}

.gux-icon-bp-chevron-down-50px:before {
  content: "\e00b";
}

.gux-icon-check-25px:before {
  content: "\e00c";
}

.gux-icon-check-solid-25px:before {
  content: "\e00e";
}

.gux-icon-check-outline-25px:before {
  content: "\e00d";
}

.gux-icon-chevron-outline-25px:before {
  content: "\e00f";
}

.gux-icon-chevron-solid-25px:before {
  content: "\e010";
}

.gux-icon-close-outline-25px:before {
  content: "\e011";
}

.gux-icon-close-solid-25px:before {
  content: "\e012";
}

.gux-icon-commercial-model-outline-50px:before {
  content: "\e013";
}

.gux-icon-commercial-model-solid-50px:before {
  content: "\e014";
}

.gux-icon-commercial-models-25px:before {
  content: "\e015";
}

.gux-icon-estimate-payment-50px:before {
  content: "\e016";
}

.gux-icon-contact-locate-dealer:before {
  content: "\e017";
}

.gux-icon-fullscreen-25px:before {
  content: "\e018";
}

.gux-icon-image-expand-25px:before {
  content: "\e019";
}

.gux-icon-locate-dealer-action-25px:before {
  content: "\e01a";
}

.gux-icon-minus-outline-50px:before {
  content: "\e01b";
}

.gux-icon-minus-solid-50px:before {
  content: "\e01c";
}

.gux-icon-notes-25px:before {
  content: "\e01d";
}

.gux-icon-owner-advantage-rewards-125px:before {
  content: "\e01e";
}

.gux-icon-plus-outline-50px:before {
  content: "\e01f";
}

.gux-icon-plus-solid-50px:before {
  content: "\e020";
}

.gux-icon-save-star-outline:before {
  content: "\e021";
}

.gux-icon-save-star-solid:before {
  content: "\e022";
}

.gux-icon-share-25px:before {
  content: "\e023";
}

.gux-icon-sound-25px:before {
  content: "\e024";
}

.gux-icon-video-25px:before {
  content: "\e025";
}

.gux-icon-contact-social-assist-hash:before {
  content: "\e026";
}

.gux-icon-360-solid-50px:before {
  content: "\e600";
}

.gux-icon-360-outline-50px:before {
  content: "\e601";
}

.gux-icon-apply-for-credit-solid-50px:before {
  content: "\e602";
}

.gux-icon-apply-for-credit-outline-50px:before {
  content: "\e603";
}

.gux-icon-build-price-solid-50px:before {
  content: "\e604";
}

.gux-icon-certified-pre-owned-solid-50px:before {
  content: "\e606";
}

.gux-icon-certified-pre-owned-outline-50px:before {
  content: "\e607";
}

.gux-icon-build-price-outline-50px:before {
  content: "\e605";
}

.gux-icon-locatedealer-action-solid-50px:before {
  content: "\e608";
}

.gux-icon-locatedealer-action-outline-50px:before {
  content: "\e609";
}

.gux-icon-search-inventory-solid-50px:before {
  content: "\e60a";
}

.gux-icon-search-inventory-outline-50px:before {
  content: "\e60b";
}

.gux-icon-compare-solid-50px:before {
  content: "\e60c";
}

.gux-icon-compare-outline-50px:before {
  content: "\e60d";
}

.gux-icon-estimate-payment-solid-50px:before {
  content: "\e60e";
}

.gux-icon-estimate-payment-outline-50px:before {
  content: "\e60f";
}

.gux-icon-locate-dealer-indicator-solid-50px:before {
  content: "\e610";
}

.gux-icon-locate-dealer-indicator-outline-50px:before {
  content: "\e611";
}

.gux-icon-ford-credit-solid-50px:before {
  content: "\e612";
}

.gux-icon-ford-credit-outline-50px:before {
  content: "\e613";
}

.gux-icon-get-brochure-solid-50px:before {
  content: "\e614";
}

.gux-icon-get-brochure-outline-50px:before {
  content: "\e615";
}

.gux-icon-get-updates-solid-50px:before {
  content: "\e616";
}

.gux-icon-get-updates-outline-50px:before {
  content: "\e617";
}

.gux-icon-image-expand-solid-50px:before {
  content: "\e618";
}

.gux-icon-image-expand-outline-50px:before {
  content: "\e619";
}

.gux-icon-incentives-solid-50px:before {
  content: "\e61a";
}

.gux-icon-incentives-outline-50px:before {
  content: "\e61b";
}

.gux-icon-request-quote-solid-50px:before {
  content: "\e61c";
}

.gux-icon-request-quote-outline-50px:before {
  content: "\e61d";
}

.gux-icon-action-send-phone-solid-50px:before {
  content: "\e61e";
}

.gux-icon-action-send-phone-outline-50px:before {
  content: "\e61f";
}

.gux-icon-trade-in-solid-50px:before {
  content: "\e620";
}

.gux-icon-trade-in-outline-50px:before {
  content: "\e621";
}

.gux-icon-view-map-solid-50px:before {
  content: "\e622";
}

.gux-icon-wheels-solid-50px:before {
  content: "\e624";
}

.gux-icon-view-map-outline-50px:before {
  content: "\e623";
}

.gux-icon-wheels-outline-50px:before {
  content: "\e625";
}

.gux-icon-social-youtube-50px:before {
  content: "\e627";
}

.gux-icon-kabob-outline-25px:before {
  content: "\e62b";
}

.gux-icon-kabob-solid-25px:before {
  content: "\e62c";
}

.gux-icon-info-25px:before {
  content: "\e630";
}

.gux-icon-search-glass-25px:before {
  content: "\e633";
}

.gux-icon-question-outline-25px:before {
  content: "\e635";
}

.gux-icon-question-solid-25px:before {
  content: "\e636";
}

.gux-icon-email-outline-50px:before {
  content: "\e640";
}

.gux-icon-search-glass-outline-50px:before {
  content: "\e649";
}

.gux-icon-search-glass-solid-50px:before {
  content: "\e64a";
}

.gux-icon-email-solid-50px:before {
  content: "\e641";
}

.gux-icon-send-to-outline-25px:before {
  content: "\e64b";
}

.gux-icon-send-to-solid-25px:before {
  content: "\e64c";
}

.gux-icon-minus-25px:before {
  content: "\e652";
}

.gux-icon-plus-25px:before {
  content: "\e653";
}

.gux-icon-alert-outline-25px:before {
  content: "\e658";
}

.gux-icon-action-play-50px:before {
  content: "\e65e";
}

.gux-icon-new-window-25px:before {
  content: "\e661";
}

.gux-icon-action-chevron-left-25px:before {
  content: "\e662";
}

.gux-icon-vehicle-strippedchassis:before {
  content: "\e664";
}

.gux-icon-action-chevron-right-25px:before {
  content: "\e663";
}

.gux-icon-vehicle-chassis-cab:before {
  content: "\e665";
}

.gux-icon-vehicle-van:before {
  content: "\e666";
}

.gux-icon-vehicle-people-mover:before {
  content: "\e667";
}

.gux-icon-vehicle-truck:before {
  content: "\e668";
}

.gux-icon-vehicle-hatch:before {
  content: "\e66a";
}

.gux-icon-vehicle-coupe:before {
  content: "\e66b";
}

.gux-icon-vehicle-estate:before {
  content: "\e66c";
}

.gux-icon-vehicle-convertible:before {
  content: "\e66d";
}

.gux-icon-vehicle-suv:before {
  content: "\e66e";
}

.gux-icon-vehicle-crossover:before {
  content: "\e66f";
}

.gux-icon-manual-transmission:before {
  content: "\e670";
}

.gux-icon-vehicle-performance:before {
  content: "\e671";
}

.gux-icon-vehicle-hybrid:before {
  content: "\e672";
}

.gux-icon-vehicle-25px:before {
  content: "\e674";
}

.gux-icon-mobile-nav-shop-25px:before {
  content: "\e675";
}

.gux-icon-credit-primary-applicant-outline-50px:before {
  content: "\e677";
}

.gux-icon-mobile-nav-finance-25px:before {
  content: "\e678";
}

.gux-icon-credit-joint-applicant-outline-50px:before {
  content: "\e679";
}

.gux-icon-action-chevron-large:before {
  content: "\e67a";
}

.gux-icon-action-print-outline-50px:before {
  content: "\e67b";
}

.gux-icon-nav-mobile-owner-25px:before {
  content: "\e67c";
}

.gux-icon-action-calendar-outline-50px:before {
  content: "\e67d";
}

.gux-icon-action-chevron-up-25px:before {
  content: "\e67e";
}

.gux-icon-action-delete-outline-50px:before {
  content: "\e67f";
}

.gux-icon-action-chevron-down-25px:before {
  content: "\e680";
}

.gux-icon-locate-dealer-indicator-25px:before {
  content: "\e681";
}

.gux-icon-nav-profile-signed-out:before {
  content: "\e683";
}

.gux-icon-footer-globe-west-25px:before {
  content: "\e686";
}

.gux-icon-social-twitter-outline-50px:before {
  content: "\e688";
}

.gux-icon-credit-test-drive-solid-50px:before {
  content: "\e689";
}

.gux-icon-vehicle-outline-50px:before {
  content: "\e68a";
}

.gux-icon-action-calendar-solid-50px:before {
  content: "\e68b";
}

.gux-icon-action-send-to-dealer-outline-50px:before {
  content: "\e68c";
}

.gux-icon-action-delete-solid-50px:before {
  content: "\e68d";
}

.gux-icon-bp-drive-solid-50px:before {
  content: "\e68e";
}

.gux-icon-bp-drive-outline-50px:before {
  content: "\e68f";
}

.gux-icon-credit-special-programs-solid-50px:before {
  content: "\e690";
}

.gux-icon-credit-special-programs-outline-50px:before {
  content: "\e691";
}

.gux-icon-extended-service-plan-solid-50px:before {
  content: "\e692";
}

.gux-icon-credit-test-drive-outline-50px:before {
  content: "\e693";
}

.gux-icon-extended-service-plan-outline-50px:before {
  content: "\e694";
}

.gux-icon-bp-ext-solid-50px:before {
  content: "\e695";
}

.gux-icon-bp-ext-outline-50px:before {
  content: "\e696";
}

.gux-icon-extras-solid-50px:before {
  content: "\e697";
}

.gux-icon-extras-outline-50px:before {
  content: "\e698";
}

.gux-icon-credit-finance-finder-solid-50px:before {
  content: "\e699";
}

.gux-icon-credit-finance-finder-outline-50px:before {
  content: "\e69a";
}

.gux-icon-credit-shoppers-guide-outline-50px:before {
  content: "\e69b";
}

.gux-icon-footer-globe-east-25px:before {
  content: "\e69c";
}

.gux-icon-generic-article-solid-50px:before {
  content: "\e69d";
}

.gux-icon-generic-article-outline-50px:before {
  content: "\e69e";
}

.gux-icon-action-send-to-dealer-solid-50px:before {
  content: "\e69f";
}

.gux-icon-nav-mobile-hamburger:before {
  content: "\e6a0";
}

.gux-icon-bp-int-solid-50px:before {
  content: "\e6a1";
}

.gux-icon-bp-int-outline-50px:before {
  content: "\e6a2";
}

.gux-icon-credit-joint-applicant-solid-50px:before {
  content: "\e6a3";
}

.gux-icon-credit-primary-applicant-solid-50px:before {
  content: "\e6a4";
}

.gux-icon-action-print-solid-50px:before {
  content: "\e6a5";
}

.gux-icon-credit-commercial-finance-solid-50px:before {
  content: "\e6a6";
}

.gux-icon-credit-commercial-finance-outline-50px:before {
  content: "\e6a7";
}

.gux-icon-vehicle-solid-50px:before {
  content: "\e6a8";
}

.gux-icon-bp-tech-solid-50px:before {
  content: "\e6aa";
}

.gux-icon-bp-tech-outline-50px:before {
  content: "\e6ab";
}

.gux-icon-social-twitter-solid-50px:before {
  content: "\e6ac";
}

.gux-icon-credit-shoppers-guide-solid-50px:before {
  content: "\e6ad";
}

.gux-icon-close:before {
  content: "\e6b3";
}

.gux-icon-emergency-call-number-25px:before {
  content: "\e6b4";
}

.gux-icon-emergency-call-number-outline-50px:before {
  content: "\e6b5";
}

.gux-icon-emergency-call-number-solid-50px:before {
  content: "\e6b7";
}

.gux-icon-emergency-call-number-125px:before {
  content: "\e6b8";
}

.gux-icon-flat-tire-change-25px:before {
  content: "\e6b9";
}

.gux-icon-flat-tire-change-outline-50px:before {
  content: "\e6ba";
}

.gux-icon-flat-tire-change-solid-50px:before {
  content: "\e6bb";
}

.gux-icon-flat-tire-change-rev-125px:before {
  content: "\e6bc";
}

.gux-icon-fuel-delivery-25px:before {
  content: "\e6bd";
}

.gux-icon-fuel-delivery-outline-50px:before {
  content: "\e6be";
}

.gux-icon-fuel-delivery-solid-50px:before {
  content: "\e6bf";
}

.gux-icon-fuel-delivery-125px:before {
  content: "\e6c0";
}

.gux-icon-faq-125px:before {
  content: "\e6c4";
}

.gux-icon-lock-out-assistance-25px:before {
  content: "\e6c5";
}

.gux-icon-lock-out-assistance-outline-50px:before {
  content: "\e6c6";
}

.gux-icon-lock-out-assistance-solid-50px:before {
  content: "\e6c7";
}

.gux-icon-lock-out-assistance-125px:before {
  content: "\e6c8";
}

.gux-icon-maintenance-schedule-25px:before {
  content: "\e6c9";
}

.gux-icon-maintenance-schedule-outline-50px:before {
  content: "\e6ca";
}

.gux-icon-maintenance-schedule-solid-50px:before {
  content: "\e6cb";
}

.gux-icon-maintenance-schedule-125px:before {
  content: "\e6cc";
}

.gux-icon-manuals-25px:before {
  content: "\e6cd";
}

.gux-icon-manuals-outline-50px:before {
  content: "\e6ce";
}

.gux-icon-manuals-solid-50px:before {
  content: "\e6cf";
}

.gux-icon-manuals-125px:before {
  content: "\e6d0";
}

.gux-icon-owner-advantage-rewards-25px:before {
  content: "\e6d1";
}

.gux-icon-owner-advantage-rewards-outline-50px:before {
  content: "\e6d2";
}

.gux-icon-owner-advantage-rewards-solid-50px:before {
  content: "\e6d3";
}

.gux-icon-post-a-message-25px:before {
  content: "\e6d5";
}

.gux-icon-post-a-message-outline-50px:before {
  content: "\e6d6";
}

.gux-icon-post-a-message-solid-50px:before {
  content: "\e6d7";
}

.gux-icon-post-a-message-125px:before {
  content: "\e6d8";
}

.gux-icon-power-and-engine-25px:before {
  content: "\e6d9";
}

.gux-icon-power-and-engine-outline-50px:before {
  content: "\e6da";
}

.gux-icon-power-and-engine-solid-50px:before {
  content: "\e6db";
}

.gux-icon-power-and-engine-125px:before {
  content: "\e6dc";
}

.gux-icon-roadside-assistance-25px:before {
  content: "\e6dd";
}

.gux-icon-roadside-assistance-outline-50px:before {
  content: "\e6de";
}

.gux-icon-roadside-assistance-solid-50px:before {
  content: "\e6df";
}

.gux-icon-roadside-assistance-125px:before {
  content: "\e6e0";
}

.gux-icon-schedule-service-25px:before {
  content: "\e6e1";
}

.gux-icon-schedule-service-outline-50px:before {
  content: "\e6e2";
}

.gux-icon-schedule-service-solid-50px:before {
  content: "\e6e3";
}

.gux-icon-schedule-service-125px:before {
  content: "\e6e4";
}

.gux-icon-tire-finder-25px:before {
  content: "\e6e5";
}

.gux-icon-tire-finder-outline-50px:before {
  content: "\e6e6";
}

.gux-icon-tire-finder-solid-50px:before {
  content: "\e6e7";
}

.gux-icon-tire-finder-125px:before {
  content: "\e6e8";
}

.gux-icon-towing-25px:before {
  content: "\e6e9";
}

.gux-icon-towing-outline-50px:before {
  content: "\e6ea";
}

.gux-icon-towing-solid-50px:before {
  content: "\e6eb";
}

.gux-icon-dashboard-indicator-25px:before {
  content: "\e6ed";
}

.gux-icon-dashboard-indicator-outline-50px:before {
  content: "\e6ee";
}

.gux-icon-dashboard-indicator-solid-50px:before {
  content: "\e6ef";
}

.gux-icon-dashboard-indicator-125px:before {
  content: "\e6f0";
}

.gux-icon-battery-jump-start-outline-25px:before {
  content: "\e6f1";
}

.gux-icon-battery-jump-start-outline-50px:before {
  content: "\e6f2";
}

.gux-icon-battery-jump-start-solid-50px:before {
  content: "\e6f3";
}

.gux-icon-battery-jump-start-125px:before {
  content: "\e6f4";
}

.gux-icon-action-chat-now-25px:before {
  content: "\e6f5";
}

.gux-icon-app-link-125px:before {
  content: "\e6f6";
}

.gux-icon-applink-25px:before {
  content: "\e6f7";
}

.gux-icon-app-link-outline-50px:before {
  content: "\e6f8";
}

.gux-icon-app-link-solid-50px:before {
  content: "\e6f9";
}

.gux-icon-basic-warranty-125px:before {
  content: "\e6fa";
}

.gux-icon-basic-warranty-25px:before {
  content: "\e6fb";
}

.gux-icon-basic-warranty-outline-50px:before {
  content: "\e6fc";
}

.gux-icon-basic-warranty-solid-50px:before {
  content: "\e6fd";
}

.gux-icon-offers-125px:before {
  content: "\e6fe";
}

.gux-icon-electrical-125px:before {
  content: "\e6ff";
}

.gux-icon-electrical-outline-50px:before {
  content: "\e700";
}

.gux-icon-electrical-solid-50px:before {
  content: "\e701";
}

.gux-icon-field-service-action-125px:before {
  content: "\e704";
}

.gux-icon-field-service-action-25px:before {
  content: "\e705";
}

.gux-icon-field-service-action-outline-50px:before {
  content: "\e706";
}

.gux-icon-field-service-action-solid-50px:before {
  content: "\e707";
}

.gux-icon-fixed-capped-price-servicing-125px:before {
  content: "\e708";
}

.gux-icon-fixed-capped-price-servicing-25px:before {
  content: "\e709";
}

.gux-icon-fixed-capped-price-servicing-outline-50px:before {
  content: "\e70a";
}

.gux-icon-fixed-capped-price-servicing-solid-50px:before {
  content: "\e70b";
}

.gux-icon-ford-custom-accessories-125px:before {
  content: "\e70c";
}

.gux-icon-ford-custom-accessories-25px:before {
  content: "\e70d";
}

.gux-icon-ford-custom-accessories-outline-50px:before {
  content: "\e70e";
}

.gux-icon-ford-custom-accessories-solid-50px:before {
  content: "\e70f";
}

.gux-icon-ford-magazine-125px:before {
  content: "\e710";
}

.gux-icon-ford-magazine-25px:before {
  content: "\e711";
}

.gux-icon-ford-magazine-outline-50px:before {
  content: "\e712";
}

.gux-icon-ford-magazine-solid-50px:before {
  content: "\e713";
}

.gux-icon-ford-merchandise-store-125px:before {
  content: "\e714";
}

.gux-icon-ford-merchandise-store-25px:before {
  content: "\e715";
}

.gux-icon-ford-merchandise-store-outline-50px:before {
  content: "\e716";
}

.gux-icon-ford-merchandise-store-solid-50px:before {
  content: "\e717";
}

.gux-icon-ford-parts-125px:before {
  content: "\e718";
}

.gux-icon-ford-parts-25px:before {
  content: "\e719";
}

.gux-icon-ford-parts-outline-50px:before {
  content: "\e71a";
}

.gux-icon-ford-parts-solid-50px:before {
  content: "\e71b";
}

.gux-icon-get-rebates-125px:before {
  content: "\e71d";
}

.gux-icon-get-rebates-25px:before {
  content: "\e71e";
}

.gux-icon-get-rebates-outline-50px:before {
  content: "\e71f";
}

.gux-icon-get-rebates-solid-50px:before {
  content: "\e720";
}

.gux-icon-hands-free-calling-125px:before {
  content: "\e721";
}

.gux-icon-hands-free-calling-25px:before {
  content: "\e722";
}

.gux-icon-hands-free-calling-outline-50px:before {
  content: "\e723";
}

.gux-icon-hands-free-calling-solid-50px:before {
  content: "\e724";
}

.gux-icon-music-and-media-125px:before {
  content: "\e725";
}

.gux-icon-music-and-media-25px:before {
  content: "\e726";
}

.gux-icon-music-and-media-outline-50px:before {
  content: "\e727";
}

.gux-icon-music-and-media-solid-50px:before {
  content: "\e728";
}

.gux-icon-owner-app-125px:before {
  content: "\e729";
}

.gux-icon-owner-app-25px:before {
  content: "\e72a";
}

.gux-icon-owner-app-outline-50px:before {
  content: "\e72b";
}

.gux-icon-owner-app-solid-50px:before {
  content: "\e72c";
}

.gux-icon-service-history-125px:before {
  content: "\e72f";
}

.gux-icon-service-history-25px:before {
  content: "\e730";
}

.gux-icon-service-history-outline-50px:before {
  content: "\e731";
}

.gux-icon-service-history-solid-50px:before {
  content: "\e732";
}

.gux-icon-settings-25px:before {
  content: "\e734";
}

.gux-icon-settings-125px:before {
  content: "\e733";
}

.gux-icon-settings-outline-50px:before {
  content: "\e735";
}

.gux-icon-settings-solid-50px:before {
  content: "\e736";
}

.gux-icon-step-by-step-125px:before {
  content: "\e737";
}

.gux-icon-step-by-step-25px:before {
  content: "\e738";
}

.gux-icon-step-by-step-outline-50px:before {
  content: "\e739";
}

.gux-icon-step-by-step-solid-50px:before {
  content: "\e73a";
}

.gux-icon-support-how-tos-125px:before {
  content: "\e73b";
}

.gux-icon-support-how-tos-25px:before {
  content: "\e73c";
}

.gux-icon-support-how-tos-outline-50px:before {
  content: "\e73d";
}

.gux-icon-support-how-tos-solid-50px:before {
  content: "\e73e";
}

.gux-icon-sync-how-tos-125px:before {
  content: "\e73f";
}

.gux-icon-sync-how-tos-25px:before {
  content: "\e740";
}

.gux-icon-sync-how-tos-outline-50px:before {
  content: "\e741";
}

.gux-icon-sync-how-tos-solid-50px:before {
  content: "\e742";
}

.gux-icon-update-your-sync-125px:before {
  content: "\e743";
}

.gux-icon-update-your-sync-25px:before {
  content: "\e744";
}

.gux-icon-update-your-sync-outline-50px:before {
  content: "\e745";
}

.gux-icon-update-your-sync-solid-50px:before {
  content: "\e746";
}

.gux-icon-vehicle-health-report-125px:before {
  content: "\e747";
}

.gux-icon-vehicle-health-report-25px:before {
  content: "\e748";
}

.gux-icon-vehicle-health-report-outline-50px:before {
  content: "\e749";
}

.gux-icon-vehicle-health-report-solid-50px:before {
  content: "\e74a";
}

.gux-icon-vehicle-report-card-125px:before {
  content: "\e74b";
}

.gux-icon-vehicle-report-card-25px:before {
  content: "\e74c";
}

.gux-icon-vehicle-report-card-outline-50px:before {
  content: "\e74d";
}

.gux-icon-vehicle-report-card-solid-50px:before {
  content: "\e74e";
}

.gux-icon-voice-commands-125px:before {
  content: "\e74f";
}

.gux-icon-voice-commands-25px:before {
  content: "\e750";
}

.gux-icon-voice-commands-outline-50px:before {
  content: "\e751";
}

.gux-icon-voice-commands-solid-50px:before {
  content: "\e752";
}

.gux-icon-vehicle-truck-675-box:before {
  content: "\e753";
}

.gux-icon-vehicle-truck-regular-cab:before {
  content: "\e754";
}

.gux-icon-vehicle-truck-8-box:before {
  content: "\e755";
}

.gux-icon-vehicle-truck-super-cab:before {
  content: "\e757";
}

.gux-icon-vehicle-transit-wagon:before {
  content: "\e759";
}

.gux-icon-vehicle-e-series-wagon-elongated:before {
  content: "\e75b";
}

.gux-icon-account-manager-50px:before {
  content: "\ef01";
}

.gux-icon-apply-at-dealership-50px:before {
  content: "\ef02";
}

.gux-icon-commercial-truck-landing-page-50px:before {
  content: "\ef03";
}

.gux-icon-contact-fleet-manager-50px:before {
  content: "\ef04";
}

.gux-icon-contact-us-support-50px:before {
  content: "\ef05";
}

.gux-icon-credit-financial-50px:before {
  content: "\ef06";
}

.gux-icon-credit-investor-50px:before {
  content: "\ef07";
}

.gux-icon-finance-options-compare-grid-50px:before {
  content: "\ef08";
}

.gux-icon-finance-options-tool-50px:before {
  content: "\ef09";
}

.gux-icon-fleet-landing-page-50px:before {
  content: "\ef10";
}

.gux-icon-lease-end-process-information-rev-50px:before {
  content: "\ef11";
}

.gux-icon-my-next-ford-50px:before {
  content: "\ef12";
}

.gux-icon-online-credit-application-50px:before {
  content: "\ef13";
}

.gux-icon-owner-landing-page-50px:before {
  content: "\ef14";
}

.gux-icon-pay-my-bill-50px:before {
  content: "\ef15";
}

.gux-icon-self-help-faqs-50px:before {
  content: "\ef16";
}

.gux-icon-shopping-guide-50px:before {
  content: "\ef17";
}

.gux-icon-vehicle-protection-insurance-services-50px:before {
  content: "\ef18";
}

.gux-icon-vehicle-protection-landing-page-50px:before {
  content: "\ef19";
}

.gux-icon-vehicle-showroom-50px:before {
  content: "\ef20";
}

.gux-icon-vehicle-protection-wearcare-for-lease-50px:before {
  content: "\ef21";
}

.gux-icon-account-manager-outline-50px:before {
  content: "\ef22";
}

.gux-icon-apply-at-dealership-outline-50px:before {
  content: "\ef23";
}

.gux-icon-commercial-truck-landing-page-outline-50px:before {
  content: "\ef24";
}

.gux-icon-contact-fleet-manager-outline-50px:before {
  content: "\ef25";
}

.gux-icon-contact-us-support-outline-50px:before {
  content: "\ef26";
}

.gux-icon-credit-financial-outline-50px:before {
  content: "\ef27";
}

.gux-icon-credit-investor-outline-50px:before {
  content: "\ef28";
}

.gux-icon-finance-options-compare-grid-outline-50px:before {
  content: "\ef29";
}

.gux-icon-finance-options-compare-grid-outline-50px copy:before {
  content: "\ef30";
}

.gux-icon-fleet-landing-page-outline-50px:before {
  content: "\ef31";
}

.gux-icon-lease-end-process-information-outline-50px:before {
  content: "\ef32";
}

.gux-icon-my-next-ford-outline-50px:before {
  content: "\ef33";
}

.gux-icon-online-credit-application-outline-50px:before {
  content: "\ef34";
}

.gux-icon-online-credit-application-outline-50px copy 2:before {
  content: "\ef35";
}

.gux-icon-pay-my-bill-outline-50px:before {
  content: "\ef36";
}

.gux-icon-self-help-faqs-outline-50px:before {
  content: "\ef37";
}

.gux-icon-shopping-guide-outline-50px:before {
  content: "\ef38";
}

.gux-icon-vehicle-protection-landing-page-outline-50px:before {
  content: "\ef39";
}

.gux-icon-vehicle-protection-insurance-services-outline-50px:before {
  content: "\ef40";
}

.gux-icon-vehicle-showroom-outline-50px:before {
  content: "\ef41";
}

.gux-icon-vehicle-protection-wearcare-for-lease-outline-50px:before {
  content: "\ef42";
}

.gux-icon-vehicle-sedan:before {
  content: "\e027";
}

#global-ux label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0;
}

#global-ux input[type=text] {
  border: 1px solid #ccc;
  box-shadow: none;
}

#global-ux input[type=text]:focus {
  background-color: #fff;
  border-color: #66afe9;
  box-shadow: none;
}

#global-ux input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}

#global-ux input[type=checkbox]+label {
  line-height: 1.25rem;
}

#global-ux input[type=checkbox]+label:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 1rem;
  width: 1rem;
  content: "";
  line-height: 0.875rem;
  margin-bottom: 3px;
  margin-right: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 1.25rem;
}

#global-ux input[type=checkbox].checked+label:before {
  content: "\2713";
}

#global-ux input[type=checkbox].custom-checkbox+label {
  position: relative;
  padding-left: 30px;
}

#global-ux input[type=checkbox].custom-checkbox+label:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  padding-left: 0;
  border: 1px solid #1b394e;
  vertical-align: middle;
  color: #fff;
}

#global-ux input[type=checkbox].custom-checkbox.checked+label {
  font-weight: bold;
}

#global-ux input[type=checkbox].custom-checkbox.checked+label:before {
  content: "";
  background: #1b394e;
}

#global-ux input[type=checkbox].custom-checkbox.checked+label:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 2px;
  top: 0;
  display: block;
  color: #fff;
  font-family: "icomoon";
}

#global-ux input[type=checkbox].star-checkbox.off {
  visibility: hidden;
}

#global-ux input[type=checkbox].star-checkbox.off+label {
  visibility: hidden;
}

#global-ux input[type=checkbox].star-checkbox+label {
  width: 100%;
  text-align: center;
  color: #2d96cd;
}

#global-ux input[type=checkbox].star-checkbox+label:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 0;
  font-size: 1.5em;
  font-family: "icomoon";
}

#global-ux input[type=checkbox].star-checkbox+label span {
  display: none;
}

#global-ux input[type=checkbox].star-checkbox+label span:first-child {
  display: block;
}

#global-ux input[type=checkbox].star-checkbox.checked+label:hover span {
  visibility: visible;
}

#global-ux input[type=checkbox].star-checkbox.checked+label span {
  display: block;
  visibility: hidden;
}

#global-ux input[type=checkbox].star-checkbox.checked+label span:first-child {
  display: none;
}

#global-ux input[type=checkbox].star-checkbox.inline+label {
  width: auto;
  text-align: initial;
}

#global-ux input[type=checkbox].star-checkbox.inline+label:before {
  content: none;
}

#global-ux input[type=checkbox].star-checkbox.inline+label:after {
  border: 0;
  padding-left: 10px;
  vertical-align: text-top;
  font-size: 1.5em;
  font-family: "icomoon";
}

#global-ux input[type=checkbox].star-checkbox.inline+label span {
  display: none;
  visibility: visible;
}

#global-ux input[type=checkbox].star-checkbox.inline+label span:first-child {
  display: inline-block;
}

#global-ux input[type=checkbox].star-checkbox.inline.checked+label span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: visible;
}

#global-ux input[type=checkbox].star-checkbox.inline.checked+label span:first-child {
  display: none;
}

#global-ux input[type=checkbox].star-checkbox.inline.checked+label:after {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 0;
  font-size: 1.5em;
  font-family: "icomoon";
}

#global-ux .save-icon {
  color: #2d96cd;
  text-align: center;
}

#global-ux .save-icon:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "icomoon";
  font-size: 1.5em;
}

#global-ux .save-icon p {
  color: #2d96cd;
}

#global-ux .save-icon.off {
  visibility: hidden;
}

#global-ux .save-icon.on p {
  visibility: hidden;
}

#global-ux .save-icon.on:hover p {
  visibility: visible;
}

#global-ux .cta-blue {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: 300;
  margin: 0;
  padding: 12px 15px;
  border: 1px solid #2d96cd;
  background-color: #2d96cd;
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
}

#global-ux .cta-blue:hover {
  background-color: #fff;
  color: #1ba4e0;
}

#global-ux .cta-blue [class^="icon-"],
#global-ux .cta-blue [class*=" icon-"] {
  margin-right: 10px;
  font-size: 2rem;
  vertical-align: middle;
}

#global-ux .cta-white {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: 300;
  margin: 0;
  padding: 12px 15px;
  border: 1px solid #2d96cd;
  background-color: #fff;
  color: #1ba4e0;
  font-size: 1rem;
  line-height: 2rem;
}

#global-ux .cta-white:hover {
  background-color: #2d96cd;
  color: #fff;
}

#global-ux .cta-white [class^="icon-"],
#global-ux .cta-white [class*=" icon-"] {
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 10px;
}

#global-ux select {
  background-color: #fff;
  border: 1px solid #dadada;
  color: #2d96cd;
  font-size: 0.75rem;
  height: auto;
  line-height: 1rem;
  padding: 13px 8px;
}

#global-ux select:focus {
  border-color: #ccc;
  outline: 0 none;
}

#global-ux select option:hover {
  background-color: #f0f0f0;
}

#global-ux .select-style {
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  position: relative;
  overflow: hidden;
  border: 1px solid #dadada;
  margin-bottom: 13px;
}

#global-ux .select-style select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/chevron-thin-down_cta-blue.svg") no-repeat;
  background-position: 97% 60%;
  border: 0;
  font-size: 1rem;
  margin-bottom: 0;
  box-shadow: none;
  width: 100%;
  text-indent: 1px;
  text-overflow: "";
}

#global-ux .select-style select option {
  color: #2d96cd;
}

@media only screen and (min-width: 48em) {
  #global-ux .select-style select {
    font-size: 0.875rem;
  }
}

#global-ux input[type=radio].custom-radio {
  display: block;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

#global-ux input[type=radio].custom-radio+label {
  font-weight: 400;
  line-height: 1.25rem;
}

#global-ux input[type=radio].custom-radio+label .radio-button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 12px;
  width: 12px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #1b394e;
}

#global-ux input[type=radio].custom-radio.selected+label {
  font-weight: bold;
}

#global-ux input[type=radio].custom-radio.selected+label .radio-button {
  background-color: #1b394e;
  border-color: #1b394e;
}

@-webkit-keyframes attention {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes attention {
  30% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes attention {
  30% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes attention {
  30% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes squish {
  30% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes squish {
  30% {
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes squish {
  30% {
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes squish {
  30% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

html {
  height: auto;
}

body {
  color: #616161;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

#global-ux {
  margin: 0 auto;
  max-width: 90rem;
}

@media only screen and (min-width: 90rem) {
  #global-ux {
    overflow-x: hidden;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
  }
}

#global-ux section {
  background-color: #fff;
}

#global-ux .hidden-seo {
  display: none;
}

#global-ux img {
  width: 100%;
  height: auto;
}

#global-ux img[src*="/libs/cq/linkchecker/resources/linkcheck_o.gif"],
#global-ux img[src*="/libs/cq/linkchecker/resources/linkcheck_c.gif"] {
  width: auto;
}

#global-ux p.error {
  position: relative;
  padding-right: 40px;
  color: #f34c32;
}

#global-ux p.error:after {
  position: absolute;
  top: 25%;
  right: 0;
  font-family: "icomoon";
  font-size: 2rem;
}

#global-ux table {
  border: 0 none;
  background-color: transparent;
}

#global-ux table tr:nth-of-type(even) {
  background-color: #fff;
}

#global-ux .section.new {
  clear: both;
}

#global-ux .no-padding {
  padding-right: 0;
  padding-left: 0;
}

#global-ux .no-margin {
  margin-right: 0;
  margin-left: 0;
}

#global-ux a:focus,
#global-ux img:focus {
  outline: none;
}

.no-js .gux-slider ul {
  display: block;
}

.responsive-mode {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #dadada;
}

#global-ux .box-single {
  background: #fff;
  position: relative;
  padding: 1.875rem 1.5625rem;
}

#global-ux .box-single .close-icon {
  right: 1.5625rem;
  top: 1.875rem;
}

#global-ux .box-single .header-content {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #616161;
}

#global-ux .box-single {
  background: #fff;
  position: relative;
  padding: 1.875rem 1.5625rem;
}

#global-ux .box-single .close-icon {
  right: 1.5625rem;
  top: 1.875rem;
}

#global-ux .box-single .header-content {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #616161;
}

@media only screen and (min-width: 992px) {
  .box-layout {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .box-layout {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 768px) {
  .box-layout {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

html#ref {
  font-size: 62.5%;
}

html#ref body,
html#ref #global-ux {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  html#ref body,
  html#ref #global-ux {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  html#ref body,
  html#ref #global-ux {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 479px) {
  html#ref body,
  html#ref #global-ux {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

html#ref #global-ux,
html#ref .row,
html#ref #global-ux .billboardOwner,
#global-ux html#ref .billboardOwner,
html#ref #global-ux .accessoriesTile .media-carousel,
#global-ux .accessoriesTile html#ref .media-carousel,
html#ref #global-ux .genericCarousel,
html#ref #global-ux .dynamicCarousel,
html#ref #global-ux .billboardCarousel,
html#ref #global-ux .mediaCarousel,
html#ref #global-ux .mediaCarousel .media-carousel,
html#ref #global-ux .threesixtyColouriser {
  max-width: 1440px;
  max-width: 144rem;
}

html#ref [class^="gux-icon-"] {
  font-size: 28px;
  font-size: 2.8rem;
}

html#ref [class^="icon-"],
html#ref [class*=" icon-"],
html#ref .link-icon:before,
html#ref #global-ux .billboardOwner .carousel.homepage .heading p a.cta-button:before,
#global-ux .billboardOwner .carousel.homepage .heading p html#ref a.cta-button:before {
  font-size: 28px;
  font-size: 2.8rem;
}

.select2-container {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 100%;
  margin-top: 10px;
}

.dataTables_length .select2-container {
  width: auto !important;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-container .select2-choice {
  background-color: #fff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 46px;
  height: 2.875rem;
  line-height: 46px;
  line-height: 2.875rem;
  padding: 0 0 0 20px;
  padding: 0 0 0 1.25rem;
  color: #444;
  text-decoration: none;
}

.select2-container .select2-choice:after {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-container .select2-choice:after {
  content: "\e641";
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 22px;
  color: #2495cf;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.select2-container .select2-choice .select2-arrow {
  display: none !important;
}

.valid .select2-container .select2-choice {
  border-color: #2d96cd;
}

.valid .select2-container .select2-choice span {
  color: #2d96cd;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
}

.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  font-size: .875rem;
  color: #616161;
  font-weight: 200;
}

.select2-container .select2-choice abbr {
  display: none !important;
  position: absolute;
  right: 15px;
  top: 18px;
  width: 16px;
  height: 9px;
  font-size: 1px;
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/select2.png") left -31px no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.select2-container .select2-choice abbr:hover {
  background-position: -19px -31px;
  cursor: pointer;
}

.select2-container.select2-container-active {
  color: #2d96cd;
}

.select2-container.select2-container-active .select2-choice {
  color: #2d96cd;
}

.select2-container.select2-container-active .select2-choice span {
  color: #2d96cd;
}

.select2-container.select2-container-active .select2-choice abbr {
  background-position: -19px -31px;
  cursor: pointer;
}

.select2-drop-mask {
  float: left;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
}

.select2-drop {
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  z-index: 99999;
  width: 100%;
  margin-top: -1px;
}

.select2-drop.select2-display-none {
  display: none;
  visibility: hidden;
}

.select2-drop.select2-drop-active {
  display: block;
  visibility: visible;
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 4px 4px rgba(0,0,0,0.15);
  box-shadow: 0 4px 4px rgba(0,0,0,0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-box-shadow: 0 -4px 4px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 -4px 4px rgba(0,0,0,0.15);
  box-shadow: 0 -4px 4px rgba(0,0,0,0.15);
}

.select2-container .select2-choice div {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ccc;
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}

.select2-container .select2-choice div b {
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/select2.png") no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}

.select2-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 10000;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}

.select2-search input {
  background: #fff url("/etc/designs/guxfoap/clientlibs/guxfoap/img/select2.png") no-repeat 100% -22px;
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/select2.png") no-repeat 100% -22px,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/select2.png") no-repeat 100% -22px,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/select2.png") no-repeat 100% -22px,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/select2.png") no-repeat 100% -22px,-o-linear-gradient(bottom, #fff 85%, #eee 99%);
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/select2.png") no-repeat 100% -22px,-ms-linear-gradient(top, #fff 85%, #eee 99%);
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/select2.png") no-repeat 100% -22px,linear-gradient(top, #fff 85%, #eee 99%);
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  margin: 0;
  height: auto !important;
  min-height: 26px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("/etc/designs/guxfoap/clientlibs/guxfoap/img/spinner.gif") no-repeat 100%;
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/spinner.gif") no-repeat 100%,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/spinner.gif") no-repeat 100%,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/spinner.gif") no-repeat 100%,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/spinner.gif") no-repeat 100%,-o-linear-gradient(bottom, #fff 85%, #eee 99%);
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/spinner.gif") no-repeat 100%,-ms-linear-gradient(top, #fff 85%, #eee 99%);
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/spinner.gif") no-repeat 100%,linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #2d96cd;
  outline: none;
}

.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}

.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

.select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
  font-family: "Antenna",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
  font-weight: 200;
  font-size: 14px;
  font-size: .875rem;
}

.lang_vi .select2-results {
  font-family: "Arial","Tahoma","Helvetica",sans-serif;
}

.select2-results ul.select2-result-sub {
  margin: 0 0 0 0;
}

.select2-results ul.select2-result-sub>li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
}

.select2-results li.select2-result-with-children>.select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 16px 4px;
  margin: 0;
  cursor: pointer;
}

.select2-results .select2-highlighted {
  background: #2d96cd;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

.select2-results .select2-disabled {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("/etc/designs/guxfoap/clientlibs/guxfoap/img/spinner.gif") no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container-multi .select2-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -ms-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(82,168,236,0.6);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(82,168,236,0.6);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(82,168,236,0.6);
  border: 1px solid #5897fb;
  outline: none;
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("/etc/designs/guxfoap/clientlibs/guxfoap/img/spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f9eae1;
  -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #f77825;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/select2.png") right top no-repeat;
  outline: none;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container.select2-container-active .select2-choice .select2-search-choice-close {
  background-position: right -3px;
}

.select2-container.select2-container-active .select2-choice .select2-search-choice-close:hover {
  background-position: right -14px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-result-selectable .select2-match {
  text-decoration: underline;
}

.select2-result-unselectable .select2-match {
  text-decoration: none;
}

.select2-offscreen {
  position: absolute;
  left: -10000px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice div b {
    background-image: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/select2x2.png");
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-position: 100% -21px !important;
  }
}

.select2-hidden-accessible {
  display: none;
  visibility: hidden;
}

ul {
  margin-left: 40px;
  margin-left: 2.5rem;
}

body.no-scroll {
  position: fixed;
  overflow-y: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  body.no-scroll {
    position: relative;
    overflow: auto;
    max-width: none;
  }
}

body.pos-fixed {
  position: fixed;
  overflow-y: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  body.pos-fixed {
    position: relative;
    overflow: auto;
    max-width: none;
  }
}

#global-ux .main-nav {
  background-color: #fff;
  height: 76px;
}

#global-ux .main-nav.with-shadow {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
}

#global-ux .main-nav.with-shadow .category-open {
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.15);
  box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.15);
}

#global-ux .main-nav:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav {
    position: relative;
    padding: 1.125rem 2.1875rem 0 4.8125rem;
    z-index: 9999;
  }
}

@media only screen and (min-width: 68.75rem) {
  #global-ux .main-nav {
    height: 70px;
  }
}

#global-ux .main-nav img {
  width: auto;
}

#global-ux .main-nav a {
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  text-decoration: none;
}

#global-ux .main-nav a:hover,
#global-ux .main-nav a:active,
#global-ux .main-nav a:focus {
  color: #1b394e;
}

#global-ux .main-nav .nav-header {
  display: table;
  position: relative;
  padding: .9375rem 1.5625rem 2px;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .nav-header {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: absolute;
    padding: 0;
    width: auto;
    vertical-align: middle;
    box-shadow: none;
  }
}

#global-ux .main-nav .nav-header .nav-header-left,
#global-ux .main-nav .nav-header .nav-header-center,
#global-ux .main-nav .nav-header .nav-header-right {
  display: table-cell;
  width: 33.3333%;
  vertical-align: middle;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .nav-header .nav-header-left,
  #global-ux .main-nav .nav-header .nav-header-center,
  #global-ux .main-nav .nav-header .nav-header-right {
    display: inline;
    width: auto;
  }
}

#global-ux .main-nav .nav-header .nav-header-left {
  text-align: left;
}

#global-ux .main-nav .nav-header .nav-header-center {
  text-align: center;
}

#global-ux .main-nav .nav-header .nav-header-center .logo {
  display: inline-block;
  width: 90px;
  overflow: hidden;
  text-align: center;
}

#global-ux .main-nav .nav-header .nav-header-center .logo img {
  width: 192px;
  height: auto;
  margin: 0;
  max-width: none;
}

@media only screen and (min-width: 68.75rem) {
  #global-ux .main-nav .nav-header .nav-header-center .logo {
    width: 192px;
    height: 37px;
  }

  #global-ux .main-nav .nav-header .nav-header-center .logo img {
    width: auto;
    max-width: 100%;
  }
}

#global-ux .main-nav .nav-header .nav-header-right {
  text-align: right;
}

#global-ux .main-nav .nav-header .nav-header-right>a {
  position: relative;
  display: inline-block;
  padding: .75rem 0;
  margin: -.9375rem 0 0;
}

#global-ux .main-nav .nav-header .nav-header-right>a .count {
  position: absolute;
  top: 9px;
  right: 25px;
  display: block;
  min-width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 11px;
  font-size: .6875rem;
  text-align: center;
  background: #2c94ca;
  color: #FFF;
  border-radius: 1.25rem;
  padding: 0 .3125rem;
}

#global-ux .main-nav .nav-header .nav-header-right i.icon-profile:before {
  font-size: 36px;
  font-size: 2.25rem;
}

#global-ux .main-nav .nav-header .nav-header-right i.icon-profile+span.site-link-title {
  display: none;
}

#global-ux .main-nav .nav-header .hamburger-icon {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  height: .125rem;
  margin: -.9375rem 0 0;
  padding: 1.875rem 0;
  vertical-align: middle;
  cursor: pointer;
  background: transparent none repeat scroll 0 0;
  border-radius: 0.5rem;
  border: 0 solid #fff;
  outline: medium none;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .nav-header .hamburger-icon {
    display: none;
  }
}

#global-ux .main-nav .nav-header .hamburger-icon .lines {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  width: 1.6875rem;
  height: .125rem;
  vertical-align: top;
  background: #2c94ca none repeat scroll 0 0;
  position: relative;
  border-radius: 0.25rem;
}

#global-ux .main-nav .nav-header .hamburger-icon .lines:before,
#global-ux .main-nav .nav-header .hamburger-icon .lines:after {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  width: 1.6875rem;
  height: .125rem;
  vertical-align: middle;
  background: #2c94ca none repeat scroll 0 0;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 0.25rem center 0;
  border-radius: 0.25rem;
}

#global-ux .main-nav .nav-header .hamburger-icon .lines:before {
  top: -.375rem;
}

#global-ux .main-nav .nav-header .hamburger-icon .lines:after {
  top: .375rem;
}

#global-ux .main-nav .nav-header .hamburger-icon.x-icon .lines {
  background: transparent none repeat scroll 0 0;
}

#global-ux .main-nav .nav-header .hamburger-icon.x-icon .lines:before,
#global-ux .main-nav .nav-header .hamburger-icon.x-icon .lines:after {
  transform-origin: 50% 50% 0;
  top: 0;
  width: 1.6875rem;
}

#global-ux .main-nav .nav-header .hamburger-icon.x-icon .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

#global-ux .main-nav .nav-header .hamburger-icon.x-icon .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

#global-ux .main-nav .nav-header .skip-to-content a {
  background: #fff;
  border: 1px solid #ccc;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  left: 0;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 60px;
  white-space: nowrap;
  width: 1px;
  z-index: 1;
}

#global-ux .main-nav .nav-header .skip-to-content a:focus {
  clip: auto;
  height: auto;
  width: auto;
}

#global-ux .main-nav .nav-content {
  -webkit-transition: left .4s ease 0s;
  -moz-transition: left .4s ease 0s;
  -ms-transition: left .4s ease 0s;
  -o-transition: left .4s ease 0s;
  transition: left .4s ease 0s;
  position: fixed;
  overflow-x: hidden;
  top: 100%;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #fff;
  overflow-y: scroll;
  z-index: 500;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .nav-content {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: -moz-calc(99% - 90px);
    width: -webkit-calc(99% - 90px);
    width: calc(99% - 90px);
    position: static;
    overflow: auto;
    vertical-align: middle;
    float: right;
    margin-top: 3px;
  }
}

@media only screen and (max-width: 48rem) {
  #global-ux .main-nav .nav-content {
    margin-top: 0;
  }
}

#global-ux .main-nav .nav-content.visible {
  left: 0;
  overflow-y: auto;
}

#global-ux .main-nav .nav-content.visible .site-links.has-open-category {
  height: auto;
  overflow-y: hidden;
}

#global-ux .main-nav .nav-content.visible .site-link-search.is-open {
  border-top: .125rem solid #ccc;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .nav-content.visible {
    overflow: visible;
  }
}

.br #global-ux .main-nav .nav-header .nav-header-center .logo img {
  width: 175px;
  height: auto;
  max-width: none;
}

@media only screen and (min-width: 48em) {
  .br #global-ux .main-nav .nav-header .nav-header-center .logo {
    width: 73px;
    height: 45px;
  }

  .br #global-ux .main-nav .nav-header .nav-header-center .logo img {
    width: 150px;
    height: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav {
    min-height: 80px;
    height: auto;
  }

  #global-ux .main-nav .nav-header {
    z-index: 101;
  }

  #global-ux .main-nav .nav-content {
    overflow: visible;
    background: transparent;
    padding-bottom: 15px;
  }

  #global-ux .main-nav .site-links {
    background: transparent !important;
  }

  #global-ux .main-nav .site-links .hide-on-large {
    display: none;
  }

  #global-ux .main-nav .utility-links {
    max-height: 29px;
  }

  #global-ux .main-nav .utility-links a.site-link-open {
    color: #1b394e;
  }

  #global-ux .main-nav .utility-links a .icon-globe-2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 68.75rem) {
  #global-ux .main-nav {
    min-height: 70px;
  }
}

@media only screen and (min-width: 1100px) {
  #global-ux .main-nav .nav-content {
    width: -moz-calc(99% - 190px);
    width: -webkit-calc(99% - 190px);
    width: calc(99% - 190px);
  }
}

#global-ux .main-nav .site-links {
  -webkit-transition: margin .4s ease 0s;
  -moz-transition: margin .4s ease 0s;
  -ms-transition: margin .4s ease 0s;
  -o-transition: margin .4s ease 0s;
  transition: margin .4s ease 0s;
  position: relative;
  list-style: none;
  background: #fff;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .site-links {
    position: static;
    float: right;
    margin: 0;
  }

  #global-ux .main-nav .site-links.align-left {
    float: left;
  }

  #global-ux .main-nav .site-links.align-right {
    float: right;
  }

  #global-ux .main-nav .site-links.bold a {
    font-weight: 700;
  }

  #global-ux .main-nav .site-links.normal a {
    font-weight: normal;
  }
}

@media only screen and (min-width: 48em) and (max-width: 1380px) {
  #global-ux .main-nav .site-links {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  #global-ux .main-nav .site-links {
    -webkit-box-shadow: inset 0 2px 1px 1px rgba(0,0,0,0.15);
    box-shadow: inset 0 2px 1px 1px rgba(0,0,0,0.15);
    margin: 0;
    padding: 0 1.25rem;
  }
}

#global-ux .main-nav .site-links.has-open-category {
  margin: 0;
}

#global-ux .main-nav .site-links.has-open-category:after {
  content: "";
  position: absolute;
  top: 0;
  left: 4.5625rem;
  width: .125rem;
  height: 437.5rem;
  margin-left: .125rem;
  background: #ccc;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .site-links.has-open-category:after {
    display: none;
  }
}

#global-ux .main-nav .site-links.has-open-category li a {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .site-links.has-open-category li a {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#global-ux .main-nav .site-links.has-open-category li+li {
  border-top: 1px solid transparent;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .site-links.has-open-category li+li {
    border: 0;
  }
}

#global-ux .main-nav .site-links.has-open-category li.site-link-open {
  position: relative;
  color: #1b394e;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .site-links.has-open-category li.site-link-open {
    color: #2d96cd;
  }

  #global-ux .main-nav .site-links.has-open-category li.site-link-open:after {
    content: none;
  }
}

#global-ux .main-nav .site-links.has-open-category li.site-link-open:after {
  left: -1.25rem;
}

#global-ux .main-nav .site-links.has-open-category li.site-link-open a {
  padding: 1.5625rem 1.5625rem 1.5625rem .625rem;
  color: #1b394e;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .site-links.has-open-category li.site-link-open a {
    padding: 0 .625rem;
  }
}

#global-ux .main-nav .site-links.has-open-category li.chevron-back {
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .site-links.has-open-category li.chevron-back {
    display: none;
  }
}

#global-ux .main-nav .site-links li {
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  position: relative;
}

@media screen and (max-width: 47.9375em) {
  #global-ux .main-nav .site-links li {
    overflow: hidden;
  }

  #global-ux .main-nav .site-links li.site-link-open {
    overflow: visible;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .site-links li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}

#global-ux .main-nav .site-links li+li {
  border-bottom: 1px solid #dbdbdb;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .site-links li+li {
    border: 0;
  }
}

#global-ux .main-nav .site-links li.chevron-back {
  height: 4.375rem;
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .site-links li.chevron-back {
    display: none;
  }
}

#global-ux .main-nav .site-links li.chevron-back a {
  padding: 1.25rem 0;
}

#global-ux .main-nav .site-links li.chevron-back .site-link-icon {
  font-size: 40px;
  font-size: 2.5rem;
}

#global-ux .main-nav .site-links li.site-link-chevron a:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 48em) and (max-width: 1380px) {
  #global-ux .main-nav .site-links li.site-link-chevron a {
    padding: 0 .125rem;
  }
}

#global-ux .main-nav .site-links li.site-link-chevron a:before {
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  color: #2d96cd;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .site-links li.site-link-chevron a:before {
    display: none;
  }
}

#global-ux .main-nav .site-links li.site-link-chevron a:hover:before,
#global-ux .main-nav .site-links li.site-link-chevron a:active:before {
  color: #1b394e;
}

#global-ux .main-nav .site-links a {
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 1.3125rem 1.3125rem 1.3125rem .625rem;
  -webkit-tap-highlight-color: transparent;
  outline-width: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .site-links a {
    -webkit-transition: color .4s ease 0s;
    -moz-transition: color .4s ease 0s;
    -ms-transition: color .4s ease 0s;
    -o-transition: color .4s ease 0s;
    transition: color .4s ease 0s;
    display: inline;
    padding: 0 .625rem;
  }

  #global-ux .main-nav .site-links a:focus {
    outline-width: thin;
  }
}

@media only screen and (max-width: 47.9375rem) {
  #global-ux .main-nav .site-links a {
    font-weight: normal;
    font-size: 15px;
    font-size: .9375rem;
  }
}

#global-ux .main-nav .site-links a * {
  vertical-align: middle;
}

#global-ux .main-nav .site-links .site-link-icon {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 1rem;
  margin-left: .3125rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .site-links .site-link-icon {
    display: none;
  }
}

#global-ux .main-nav .nav-content.visible .site-links.has-open-category li.site-link-open {
  margin: .625rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .nav-content.visible .site-links.has-open-category li.site-link-open {
    margin: 0;
  }
}

#global-ux .main-nav .nav-content.visible .site-links.has-open-category li.site-link-open:before {
  z-index: 12;
  left: -1rem;
}

#global-ux .main-nav .nav-content.visible .site-links.has-open-category li.site-link-open:after {
  z-index: 1;
  left: -1rem;
}

#global-ux .main-nav .nav-content.visible .site-links.has-open-category li a:before {
  opacity: 0;
}

#global-ux .main-nav .nav-content.visible .site-links.has-open-category li+li {
  border-bottom: none;
}

#global-ux .main-nav .nav-content.visible .site-links.has-open-category .site-link-title {
  opacity: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .nav-content.visible .site-links.has-open-category .site-link-title {
    opacity: 1;
  }
}

#global-ux .main-nav .nav-content.visible .site-links li:before {
  -webkit-transition: left .4s ease 0s;
  -moz-transition: left .4s ease 0s;
  -ms-transition: left .4s ease 0s;
  -o-transition: left .4s ease 0s;
  transition: left .4s ease 0s;
  content: "";
  position: absolute;
  z-index: 0;
  margin: -.0078125rem 0;
  top: .125rem;
  bottom: .125rem;
  left: 100%;
  width: .25rem;
  margin-left: 4.4375rem;
  background-color: #fff;
  pointer-events: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .nav-content.visible .site-links li:before {
    content: none;
  }
}

#global-ux .main-nav .nav-content.visible .site-links li:after {
  -webkit-transition: left .4s ease 0s;
  -moz-transition: left .4s ease 0s;
  -ms-transition: left .4s ease 0s;
  -o-transition: left .4s ease 0s;
  transition: left .4s ease 0s;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 4.5625rem;
  border: .125rem solid #ccc;
  border-right-width: 0;
  pointer-events: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .nav-content.visible .site-links li:after {
    content: none;
  }
}

#global-ux .main-nav .nav-content.visible .site-links .site-link-icon.icon-locate-a-dealer {
  font-size: 2.25rem;
  margin-left: 0;
  margin-right: .5rem;
}

#global-ux .main-nav .nav-content.visible .site-links .site-link-icon.icon-mobile-nav-tech {
  font-size: 2.25rem;
  margin-left: 0;
  margin-right: .625rem;
}

#global-ux .main-nav .nav-content.visible .site-links .site-link-icon.icon-icon-scale {
  font-size: 2.25rem;
  margin-left: 0;
  margin-right: .5625rem;
}

#global-ux .main-nav .nav-content.visible .site-links .site-link-icon.icon-globe {
  font-size: 1.375rem;
  margin-right: 1.125rem;
}

#global-ux .main-nav .nav-content.visible .site-links .site-link-title {
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  opacity: 1;
}

#global-ux .main-nav .lang-links {
  float: right;
  margin: 1px 0 0;
}

#global-ux .main-nav .lang-links li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 14px;
  font-size: .875rem;
  text-transform: uppercase;
}

#global-ux .main-nav .lang-links li .active,
#global-ux .main-nav .lang-links li span {
  display: none;
  color: #ccc;
}

@media only screen and (min-width: 62em) {
  #global-ux .main-nav .lang-links li .active,
  #global-ux .main-nav .lang-links li span {
    display: inline-block;
  }
}

#global-ux .main-nav .lang-links li+li:before {
  content: "|";
  font-size: 11px;
  font-size: .6875rem;
  color: #2d96cd;
  padding-right: 9px;
  vertical-align: top;
  position: relative;
  top: 3px;
}

@media only screen and (min-width: 62em) {
  #global-ux .main-nav .lang-links {
    margin-right: 31px;
  }
}

@media only screen and (max-width: 47.9375rem) {
  #global-ux .main-nav .lang-links {
    display: none;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  #global-ux .main-nav .lang-links {
    margin-top: 5px;
  }
}

#global-ux .main-nav .utility-links {
  display: none;
  float: right;
  list-style: none;
  margin: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .utility-links {
    display: block;
    margin-top: 1px;
  }
}

#global-ux .main-nav .utility-links li {
  display: inline-block;
  vertical-align: top;
}

#global-ux .main-nav .utility-links li a {
  font-weight: 300;
  padding: 0 .625rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .utility-links li a .count {
    margin-left: 3px;
  }

  #global-ux .main-nav .utility-links li a .count:before {
    content: "(";
  }

  #global-ux .main-nav .utility-links li a .count:after {
    content: ")";
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .main-nav .utility-links li a {
    padding: 0 .625rem;
  }
}

#global-ux .main-nav .utility-links li a i:before {
  vertical-align: top;
}

#global-ux .main-nav .utility-links li a i.icon-locate-a-dealer {
  font-size: 32px;
  font-size: 2rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .utility-links li a i.icon-locate-a-dealer {
    position: relative;
    top: 1px;
    margin-right: -3px;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .main-nav .utility-links li a i.icon-locate-a-dealer {
    font-size: 25px;
    font-size: 1.5625rem;
    position: static;
  }
}

@media only screen and (min-width: 47.9375rem) and (max-width: 61.9375rem) {
  #global-ux .main-nav .utility-links li a i.icon-locate-a-dealer {
    position: relative;
    top: -2px;
    right: -9px;
  }
}

#global-ux .main-nav .utility-links li a i.icon-profile {
  font-size: 27px;
  font-size: 1.6875rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .utility-links li a i.icon-profile {
    font-size: 23px;
    font-size: 1.4375rem;
    position: relative;
    top: 1px;
    margin-right: 2px;
  }
}

#global-ux .main-nav .utility-links li a i.icon-search {
  font-size: 27px;
  font-size: 1.6875rem;
}

#global-ux .main-nav .utility-links li a i.icon-search:before,
#global-ux .main-nav .utility-links li a .news-listing-wrap .header-search i.search-input:before,
#global-ux .news-listing-wrap .header-search .main-nav .utility-links li a i.search-input:before {
  line-height: 1.4em;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .utility-links li a i.icon-search {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.4em;
  }

  #global-ux .main-nav .utility-links li a i.icon-search:before,
  #global-ux .main-nav .utility-links li a .news-listing-wrap .header-search i.search-input:before,
  #global-ux .news-listing-wrap .header-search .main-nav .utility-links li a i.search-input:before {
    content: "\e901";
    line-height: 1em;
  }
}

@media only screen and (min-width: 47.9375rem) and (max-width: 61.9375rem) {
  #global-ux .main-nav .utility-links li a i.icon-search {
    position: relative;
    top: 1px;
  }
}

#global-ux .main-nav .utility-links li a i.icon-search+span {
  display: none;
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  #global-ux .main-nav .utility-links li a span {
    display: none;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .main-nav .utility-links li a span {
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .main-nav .utility-links li a.loggedin {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .utility-links>li.hide-icon i,
  #global-ux .main-nav .utility-links>li i.hide-icon {
    display: none;
  }
}

#global-ux .main-nav .site-link-search {
  height: 4.375rem;
  margin-left: 0;
  padding: 0 1.25rem;
  position: relative;
}

#global-ux .main-nav .site-link-search a,
#global-ux .main-nav .site-link-search input[type='text'],
#global-ux .main-nav .site-link-search input.search-input {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  color: #ACACAC;
  padding: 1.3125rem 1.3125rem 1.3125rem .625rem;
  overflow: hidden;
}

#global-ux .main-nav .site-link-search a i,
#global-ux .main-nav .site-link-search input[type='text'] i,
#global-ux .main-nav .site-link-search input.search-input i {
  margin: .375rem .8125rem 0 .5625rem;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #2d96cd;
}

#global-ux .main-nav .site-link-search input.search-input {
  position: absolute;
  top: 11px;
  left: 79px;
  background: #fff;
  border: 0;
  padding-left: 0;
  width: -moz-calc(100% - 99px);
  width: -webkit-calc(100% - 99px);
  width: calc(100% - 99px);
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #global-ux .main-nav .utility-links li a {
    padding: 0;
    margin: 0 .1875rem;
  }

  #global-ux .main-nav .utility-links li a i.icon-profile {
    left: 3px;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .main-nav .utility-links li a i.icon-locate-a-dealer {
    margin-right: -5px;
  }
}

#global-ux .main-nav .contact-us {
  overflow: hidden;
  background-color: #f7f7f7;
  color: #616161;
  display: none;
}

#global-ux .main-nav .contact-us>* {
  margin-right: 1.5625rem;
  margin-left: 1.5625rem;
}

#global-ux .main-nav .contact-us>*:first-child {
  margin-top: 1.5625rem;
}

#global-ux .main-nav .contact-us>*:last-child {
  margin-bottom: 1.5625rem;
}

#global-ux .main-nav .contact-us .richtext.section {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e0e0e0;
}

#global-ux .main-nav .contact-us .richtext.section+.richtext.section {
  padding-top: 1.25rem;
}

#global-ux .main-nav .contact-us .richtext.section a {
  color: #2d96cd;
}

#global-ux .main-nav .contact-us .richtext.section a:hover,
#global-ux .main-nav .contact-us .richtext.section a:active {
  color: #1b394e;
}

#global-ux .main-nav .contact-us .richtext.section p {
  margin: 0;
  color: #616161;
}

#global-ux .main-nav .contact-us .richtext.section h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 200;
  margin: 0 0 1.5625rem 0;
  color: #616161;
}

#global-ux .main-nav .contact-us .chat-now {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  padding: 1.5625rem 0 0 0;
  color: #2d96cd;
}

#global-ux .main-nav .contact-us .chat-now i,
#global-ux .main-nav .contact-us .chat-now a {
  display: inline-block;
  vertical-align: middle;
}

#global-ux .main-nav .contact-us .chat-now i {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: -.25rem;
  margin-right: .625rem;
}

#global-ux .main-nav .contact-us.hidden {
  height: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    bottom: auto;
    overflow: visible;
    z-index: 99999;
  }
}

#global-ux .main-nav .categories .category {
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  position: absolute;
  top: 4.375rem;
  right: -100%;
  left: 100%;
  margin-left: 4.25rem;
  background-color: #fff;
  outline: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category {
    -webkit-transition: height .4s ease 0s;
    -moz-transition: height .4s ease 0s;
    -ms-transition: height .4s ease 0s;
    -o-transition: height .4s ease 0s;
    transition: height .4s ease 0s;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin-left: 0;
    min-height: none;
    height: 0;
    border: 0;
  }
}

#global-ux .main-nav .categories .category.category-open {
  z-index: 99999;
  left: 0;
  right: 0;
  top: auto;
  margin-top: .1875rem;
  margin-left: 4.8125rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category.category-open {
    overflow: hidden;
    bottom: auto;
    margin-left: 0;
    margin-top: 0;
    max-height: none;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
}

#global-ux .main-nav .categories .category.loading-vehiclemenu {
  display: block;
  width: 100%;
  min-height: 100px;
  background: url("/etc/designs/guxfoap/clientlibs/guxfoap/img/load.gif") #fff no-repeat center center;
}

@media screen and (max-width: 47.9375em) {
  #global-ux .main-nav .categories .category {
    width: 0;
    overflow: hidden;
  }

  #global-ux .main-nav .categories .category.category-open {
    width: auto;
    overflow: visible;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories #vehicles.category .category-inner {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }
}

#global-ux .main-nav .categories .category-inner {
  padding-left: 1.25rem;
  min-height: 100px;
}

#global-ux .main-nav .categories .category-inner:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category-inner {
    padding-left: 60px;
    padding-right: 60px;
    background: transparent;
  }
}

#global-ux .main-nav .categories .category-inner h3 {
  -webkit-transition: color .4s ease 0s;
  -moz-transition: color .4s ease 0s;
  -ms-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  margin: 0;
  padding: 1.5625rem 2.5rem 1.5625rem 0;
  color: #2d96cd;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

#global-ux .main-nav .categories .category-inner h3:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category-inner h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0 0 .9375rem 0;
    padding: .9375rem 0;
    border-bottom: 1px solid #dbdbdb;
    color: #616161;
    pointer-events: none;
    cursor: auto;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .main-nav .categories .category-inner h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#global-ux .main-nav .categories .category-inner h3:before {
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  color: #2d96cd;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category-inner h3:before {
    display: none;
  }
}

#global-ux .main-nav .categories .category-inner h3:hover {
  color: #1b394e;
}

#global-ux .main-nav .categories .category-inner h3:hover:before {
  color: #1b394e;
}

#global-ux .main-nav .categories .category-inner h3 a {
  pointer-events: all;
  cursor: pointer;
}

#global-ux .main-nav .categories .category-inner .richtext.section {
  border-top: 1px solid #dbdbdb;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category-inner .richtext.section {
    padding: 1.875rem .9375rem;
    border: 0;
    width: 24%;
    display: inline-table;
    vertical-align: top;
  }
}

#global-ux .main-nav .categories .category-inner .richtext.section:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category-inner .richtext.section:last-of-type {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  #global-ux .main-nav .categories .category-inner .richtext.section.has-1-links-columns:nth-child(6) {
    clear: both;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category-inner .richtext.section.has-2-links-columns {
    width: 66.666%;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .main-nav .categories .category-inner .richtext.section.has-2-links-columns {
    width: 50%;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category-inner .richtext.section.has-2-links-columns .category-links-column {
    width: 50%;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category-inner .richtext.section.has-3-links-columns {
    width: 99.999%;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .main-nav .categories .category-inner .richtext.section.has-3-links-columns {
    width: 75%;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category-inner .richtext.section.has-3-links-columns .category-links-column {
    width: 33.3333%;
  }
}

#global-ux .main-nav .categories .category-inner .richtext.section.expanded h3 {
  color: #1b394e;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category-inner .richtext.section.expanded h3 {
    color: #616161;
  }
}

#global-ux .main-nav .categories .category-inner .richtext.section.expanded h3:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  color: #1b394e;
}

#global-ux .main-nav .categories .category-inner .richtext.section p {
  margin: 0;
}

#global-ux .main-nav .categories .category-inner .richtext.section p a {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  padding: .9375rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category-inner .richtext.section p a {
    padding: .1875rem 0;
    font-size: 15px;
    font-size: .9375rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category-inner .richtext.section .category-links-column {
    float: left;
  }
}

#global-ux .main-nav .categories .category-inner .richtext.section .show-mob-only .category-links-column p {
  display: block;
}

#global-ux .main-nav .categories .category-header {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 200;
  margin: 0;
  padding: 1.5625rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .category-header {
    display: none;
  }
}

#global-ux .main-nav .categories .accordion-content-wrapper {
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  height: 0;
  overflow: hidden;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .accordion-content-wrapper {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    overflow: auto;
  }
}

#global-ux .main-nav .categories .accordion-content {
  padding: 0 0 1.5625rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .accordion-content:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #global-ux .main-nav .nav-content {
    margin-top: 0;
  }

  #global-ux .main-nav .utility-links {
    margin-top: 6px;
  }

  #global-ux .main-nav .utility-links li a i.icon-search {
    font-size: 23px;
    font-size: 1.4375rem;
  }

  #global-ux .main-nav .utility-links li a i.icon-locate-a-dealer {
    right: -6px;
  }

  #global-ux .main-nav .nav-header .nav-header-center .logo {
    position: relative;
    top: -6px;
  }

  #global-ux .main-nav .site-links {
    margin-top: 8px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .categories .vehicle-menu .vehicle-menu-content .vehicle-tiles {
    text-align: left;
  }

  #global-ux .main-nav .categories .vehicle-menu .vehicle-img {
    display: block;
    height: auto;
    min-height: 75px;
    text-align: center;
  }

  #global-ux .main-nav .categories .vehicle-menu .tile {
    float: none;
    clear: none !important;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 20px 0;
    text-align: left;
  }

  #global-ux .main-nav .categories .vehicle-menu .tile>a>img {
    height: auto;
    max-height: 75px;
  }

  #global-ux .main-nav .categories .vehicle-menu .title-container h3 {
    display: block;
    justify-content: inherit;
    height: auto !important;
    padding: 10px 0 5px;
  }
}

@media screen and (max-width: 47.9375em) {
  overflow:hidden;.site-link-open {
    overflow: visible;
  }
}

#global-ux .main-nav .vehicle-menu-buttons {
  padding-right: 1.25rem;
  padding-bottom: 1rem;
}

#global-ux .main-nav .vehicle-menu-buttons a {
  font-size: 15px;
  font-size: .9375rem;
}

#global-ux .main-nav .vehicle-menu-buttons .cta-button {
  padding: 0.9375rem 2rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .vehicle-menu-buttons {
    display: block;
    width: 100%;
    padding: 0;
    white-space: nowrap;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    z-index: 10000;
    margin-top: 17px;
  }

  #global-ux .main-nav .vehicle-menu-buttons p {
    margin: 0;
  }

  #global-ux .main-nav .vehicle-menu-buttons a {
    width: 48%;
    margin: 0 1%;
  }

  #global-ux .main-nav .vehicle-menu-buttons .cta-button {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0.9375rem 2.5rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .main-nav .vehicle-menu-buttons a {
    width: auto;
    margin: 0.625rem;
  }
}

#global-ux .main-nav .vehicle-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  list-style: none;
  margin: 0 -60px;
  padding: 0;
  background: #fff;
}

@media screen and (max-width: 47.9375em) {
  #global-ux .main-nav .vehicle-menu {
    margin: 0;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .vehicle-menu {
    padding: 0 50px;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    background-size: 100% 4.375rem;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), color-stop(5%, #fbfbfb), to(#fbfbfb));
    background-image: -webkit-linear-gradient(top, #EBEBEB 0%, #fbfbfb 5%, #fbfbfb 100%);
    background-image: -moz-linear-gradient(top, #EBEBEB 0%, #fbfbfb 5%, #fbfbfb 100%);
    background-image: -o-linear-gradient(top, #EBEBEB 0%, #fbfbfb 5%, #fbfbfb 100%);
    background-image: linear-gradient(to bottom, #EBEBEB 0%, #fbfbfb 5%, #fbfbfb 100%);
  }
}

#global-ux .main-nav .vehicle-menu .vehicle-menu-item {
  border-bottom: 1px solid #dbdbdb;
  position: static;
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .vehicle-menu .vehicle-menu-item:last-of-type .vehicle-menu-item-title {
    border: none;
  }
}

#global-ux .main-nav .vehicle-menu .vehicle-menu-item.is-expanded .info {
  opacity: 1;
}

#global-ux .main-nav .vehicle-menu .vehicle-menu-item.is-expanded .vehicle-menu-item-title {
  color: #1b394e;
}

#global-ux .main-nav .vehicle-menu .vehicle-menu-item.is-expanded .vehicle-menu-item-title:before {
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .vehicle-menu .vehicle-menu-item.is-expanded .vehicle-menu-item-title:before {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .vehicle-menu .vehicle-menu-item {
    display: inline-block;
  }

  #global-ux .main-nav .vehicle-menu .vehicle-menu-item.is-active .vehicle-menu-content {
    visibility: visible;
    opacity: 1;
  }

  #global-ux .main-nav .vehicle-menu .vehicle-menu-item.is-active .vehicle-menu-item-title {
    color: #1b394e;
  }

  #global-ux .main-nav .vehicle-menu .vehicle-menu-item.is-active .vehicle-menu-item-title:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #1b394e;
  }
}

#global-ux .main-nav .vehicle-menu .vehicle-menu-item-title {
  font-weight: 300;
  position: relative;
  display: block;
  color: #008CBA;
  padding: 1.25rem 0;
  border-top: 1px solid #dbdbdb;
}

#global-ux .main-nav .vehicle-menu .vehicle-menu-item-title:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .main-nav .vehicle-menu .vehicle-menu-item-title:before {
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  color: #2d96cd;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .vehicle-menu .vehicle-menu-item-title:before {
    display: none;
  }
}

#global-ux .main-nav .vehicle-menu .vehicle-menu-item-title br {
  display: none;
}

#global-ux .main-nav .vehicle-menu .vehicle-menu-item-title:hover,
#global-ux .main-nav .vehicle-menu .vehicle-menu-item-title:focus {
  color: #1b394e;
}

#global-ux .main-nav .vehicle-menu .vehicle-menu-item-title:hover:before,
#global-ux .main-nav .vehicle-menu .vehicle-menu-item-title:focus:before {
  color: #1b394e;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .vehicle-menu .vehicle-menu-item-title {
    font-weight: 200;
    display: table-cell;
    color: #008CBA;
    height: 4.375rem;
    line-height: 1.25;
    padding: 0 1.25rem;
    border: none;
    vertical-align: middle;
  }

  #global-ux .main-nav .vehicle-menu .vehicle-menu-item-title br {
    display: block;
  }
}

#global-ux .main-nav .vehicle-menu .tile {
  float: left;
  padding: 0 30px 30px;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .vehicle-menu .tile {
    width: 33.3333333333%;
    padding: 3px 30px 0 30px;
    text-align: left;
  }

  #global-ux .main-nav .vehicle-menu .tile:nth-child(3n+4) {
    clear: left;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .main-nav .vehicle-menu .tile {
    width: 16.6666666667%;
  }

  #global-ux .main-nav .vehicle-menu .tile:nth-child(3n+4) {
    clear: none;
  }

  #global-ux .main-nav .vehicle-menu .tile:nth-child(6n+7) {
    clear: left;
  }
}

#global-ux .main-nav .vehicle-menu .tile .info {
  opacity: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .vehicle-menu .tile .info {
    opacity: 1;
  }
}

#global-ux .main-nav .vehicle-menu .tile .model-title {
  font-size: 16px;
  font-size: 1rem;
  color: #008CBA;
  border: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

#global-ux .main-nav .vehicle-menu .tile .model-title:before {
  content: "";
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .vehicle-menu .tile .model-title {
    padding: 15px 0 5px;
    text-align: center;
  }
}

#global-ux .main-nav .vehicle-menu .tile .model-title .model-name {
  font-weight: 700;
  text-transform: uppercase;
}

#global-ux .main-nav .vehicle-menu .tile .make-info {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  display: block;
  color: #616161;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .vehicle-menu .tile .make-info {
    text-align: center;
  }
}

#global-ux .main-nav .vehicle-menu .vehicle-menu-content {
  -webkit-transition: opacity 0.2s ease,transform 0.4s ease,max-height 0.4s ease 0s;
  -moz-transition: opacity 0.2s ease,transform 0.4s ease,max-height 0.4s ease 0s;
  -ms-transition: opacity 0.2s ease,transform 0.4s ease,max-height 0.4s ease 0s;
  -o-transition: opacity 0.2s ease,transform 0.4s ease,max-height 0.4s ease 0s;
  transition: opacity 0.2s ease,transform 0.4s ease,max-height 0.4s ease 0s;
  display: block;
  float: none;
  z-index: 9999;
  width: 100%;
  background: #fff;
  overflow: hidden;
  max-height: 0;
}

#global-ux .main-nav .vehicle-menu .vehicle-menu-content .vehicle-tiles:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 48em) {
  #global-ux .main-nav .vehicle-menu .vehicle-menu-content {
    overflow: auto;
    position: absolute;
    left: 0;
    top: 4.375rem;
    max-height: none !important;
    visibility: hidden;
    opacity: 0;
    padding: 26px 47px 0 47px;
    border-top: 1px solid #dbdbdb;
  }

  #global-ux .main-nav .vehicle-menu .vehicle-menu-content.is-active {
    opacity: 1;
  }

  #global-ux .main-nav .vehicle-menu .vehicle-menu-content *:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .main-nav .vehicle-menu .vehicle-menu-content *:nth-child(3n+1) {
    clear: none;
  }

  #global-ux .main-nav .vehicle-menu .vehicle-menu-content *:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  #global-ux .main-nav .category:not(.category-open) .vehicle-menu-content {
    max-height: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  #global-ux .main-nav .category:not(.category-open) .vehicle-menu-content {
    max-height: 0 !important;
  }
}

#global-ux .vehicle-menu-backdrop {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .vehicle-menu-backdrop {
    display: block;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
}

.ie8 body.no-scroll {
  position: relative;
  overflow: auto;
  max-width: none;
}

.ie8 #global-ux .main-nav {
  padding: 18px 35px 0 77px;
  position: relative;
  z-index: 9999;
}

.ie8 #global-ux .main-nav .nav-header {
  display: inline-block;
  padding: 0;
  position: absolute;
  vertical-align: middle;
  width: auto;
  box-shadow: none;
}

.ie8 #global-ux .main-nav .nav-header .nav-header-left,
.ie8 #global-ux .main-nav .nav-header .nav-header-center,
.ie8 #global-ux .main-nav .nav-header .nav-header-right {
  display: inline;
  width: auto;
}

.ie8 #global-ux .main-nav .nav-header .nav-header-center .logo {
  height: 34px;
  width: 192px;
}

.ie8 #global-ux .main-nav .nav-header .nav-header-right>a {
  padding: 12px 0;
  margin: -15px 0 0;
}

.ie8 #global-ux .main-nav .nav-header .nav-header-right>a .count {
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  padding: 0 5px;
}

.ie8 #global-ux .main-nav .nav-header .hamburger-icon {
  margin: -15px 0 0;
  padding: 30px 0;
  border-radius: 8px;
  display: none;
}

.ie8 #global-ux .main-nav .nav-header .hamburger-icon .lines {
  border-radius: 4px;
}

.ie8 #global-ux .main-nav .nav-header .hamburger-icon .lines:before,
.ie8 #global-ux .main-nav .nav-header .hamburger-icon .lines:after {
  transform-origin: 4px center 0;
  border-radius: 4px;
}

.ie8 #global-ux .main-nav .nav-content {
  display: inline-block;
  width: -moz-calc(99% - 90px);
  width: -webkit-calc(99% - 90px);
  width: calc(99% - 90px);
  position: static;
  overflow: auto;
  vertical-align: middle;
  float: right;
  margin-top: 3px;
}

.ie8 #global-ux .main-nav .nav-content.visible {
  overflow: auto;
}

.ie8 #global-ux .main-nav .site-links {
  position: static;
  float: right;
  margin: 0;
}

.ie8 #global-ux .main-nav .site-links.has-open-category:after {
  height: 7000px;
  display: none;
}

.ie8 #global-ux .main-nav .site-links.has-open-category:after li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.ie8 #global-ux .main-nav .site-links.has-open-category:after li+li {
  border: 0;
}

.ie8 #global-ux .main-nav .site-links.has-open-category:after li.site-link-open {
  color: #2d96cd;
}

.ie8 #global-ux .main-nav .site-links.has-open-category:after li.site-link-open:after {
  content: none;
}

.ie8 #global-ux .main-nav .site-links.has-open-category:after li.site-link-open a {
  padding: 1.5625rem 1.5625rem 1.5625rem 10px;
  padding: 0 10px;
}

.ie8 #global-ux .main-nav .site-links.has-open-category:after li.chevron-back {
  display: none;
}

.ie8 #global-ux .main-nav .site-links li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.ie8 #global-ux .main-nav .site-links li+li {
  border: 0;
}

.ie8 #global-ux .main-nav .site-links li.chevron-back {
  display: none;
}

.ie8 #global-ux .main-nav .site-links li.chevron-back a {
  padding: 20px 0;
}

.ie8 #global-ux .main-nav .site-links li.site-link-chevron a:before {
  display: none;
}

.ie8 #global-ux .main-nav .site-links a {
  padding: 21px 21px 21px 10px;
  display: inline;
  padding: 0 10px;
}

.ie8 #global-ux .main-nav .site-links a:focus {
  outline-width: thin;
}

.ie8 #global-ux .main-nav .site-links .site-link-icon {
  margin-right: 16px;
  margin-left: 5px;
  display: none;
}

.ie8 #global-ux .main-nav .nav-content.visible .site-links.has-open-category li.site-link-open {
  margin: 10px 0;
  margin: 0;
}

.ie8 #global-ux .main-nav .nav-content.visible .site-links.has-open-category li.site-link-open:before {
  left: -16px;
}

.ie8 #global-ux .main-nav .nav-content.visible .site-links.has-open-category li.site-link-open:after {
  left: -16px;
}

.ie8 #global-ux .main-nav .nav-content.visible .site-links.has-open-category li a:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

.ie8 #global-ux .main-nav .nav-content.visible .site-links.has-open-category .site-link-title {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

.ie8 #global-ux .main-nav .nav-content.visible .site-links li:before {
  margin: -2px 0;
  width: 4px;
  margin-left: 71px;
  content: none;
}

.ie8 #global-ux .main-nav .nav-content.visible .site-links li:after {
  width: 73px;
  content: none;
}

.ie8 #global-ux .main-nav .nav-content.visible .site-links .site-link-icon.icon-locate-a-dealer {
  font-size: 36px;
  margin-right: 8px;
}

.ie8 #global-ux .main-nav .nav-content.visible .site-links .site-link-icon.icon-mobile-nav-tech {
  font-size: 36px;
  margin-right: 10px;
}

.ie8 #global-ux .main-nav .nav-content.visible .site-links .site-link-icon.icon-icon-scale {
  font-size: 36px;
  margin-right: 9px;
}

.ie8 #global-ux .main-nav .nav-content.visible .site-links .site-link-icon.icon-globe {
  font-size: 22px;
  margin-right: 18px;
}

.ie8 #global-ux .main-nav .nav-content.visible .site-links .site-link-title {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

.ie8 #global-ux .main-nav .lang-links {
  margin-right: 31px;
}

.ie8 #global-ux .main-nav .lang-links li .active,
.ie8 #global-ux .main-nav .lang-links li span {
  display: block;
}

.ie8 #global-ux .main-nav .utility-links {
  display: block;
  margin-top: 1px;
}

.ie8 #global-ux .main-nav .utility-links li {
  float: left;
}

.ie8 #global-ux .main-nav .utility-links li a {
  padding: 0 10px;
}

.ie8 #global-ux .main-nav .utility-links li a .count {
  margin-left: 3px;
}

.ie8 #global-ux .main-nav .utility-links li a .count:before {
  content: "(";
}

.ie8 #global-ux .main-nav .utility-links li a .count:after {
  content: ")";
}

.ie8 #global-ux .main-nav .utility-links li a i.icon-locate-a-dealer {
  font-size: 25px;
  position: static;
  top: 1px;
  margin-right: -3px;
}

.ie8 #global-ux .main-nav .utility-links li a i.icon-profile {
  font-size: 23px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.ie8 #global-ux .main-nav .utility-links li a i.icon-search {
  font-size: 21px;
  line-height: 1.4em;
}

.ie8 #global-ux .main-nav .utility-links li a i.icon-search:before,
.ie8 #global-ux .main-nav .utility-links li a .news-listing-wrap .header-search i.search-input:before,
.ie8 #global-ux .news-listing-wrap .header-search .main-nav .utility-links li a i.search-input:before {
  line-height: 1em;
  content: "\e901";
}

.ie8 #global-ux .main-nav .utility-links li a i.icon-search:before,
.ie8 #global-ux .main-nav .utility-links li a .news-listing-wrap .header-search i.search-input:before,
.ie8 #global-ux .news-listing-wrap .header-search .main-nav .utility-links li a i.search-input:before {
  content: "\e901";
  line-height: 21px;
  line-height: 1em;
}

.ie8 #global-ux .main-nav .utility-links li a span {
  display: inline-block;
  font-size: 14px;
}

.ie8 #global-ux .main-nav .utility-links>li.hide-icon i,
.ie8 #global-ux .main-nav .utility-links>li i.hide-icon {
  display: none;
}

.ie8 #global-ux .main-nav .site-link-search {
  padding: 0 20px;
}

.ie8 #global-ux .main-nav .site-link-search a,
.ie8 #global-ux .main-nav .site-link-search input[type='text'],
.ie8 #global-ux .main-nav .site-link-search input.search-input {
  padding: 21px 21px 21px 10px;
}

.ie8 #global-ux .main-nav .site-link-search a li,
.ie8 #global-ux .main-nav .site-link-search input[type='text'] li,
.ie8 #global-ux .main-nav .site-link-search input.search-input li {
  margin: 6px 13px 0 9px;
}

.ie8 #global-ux .main-nav .contact-us .richtext.section {
  padding-bottom: 20px;
}

.ie8 #global-ux .main-nav .contact-us .richtext.section+.richtext.section {
  padding-top: 20px;
}

.ie8 #global-ux .main-nav .contact-us .richtext.section h3 {
  margin: 0 0 25px 0;
}

.ie8 #global-ux .main-nav .contact-us .chat-now i {
  margin-top: -4px;
  margin-right: 10px;
}

.ie8 #global-ux .main-nav .categories {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  bottom: auto;
  overflow: visible;
  z-index: 99999;
}

.ie8 #global-ux .main-nav .categories .category {
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin-left: 0;
  min-height: none;
  height: 0;
  border: 0;
}

.ie8 #global-ux .main-nav .categories .category.category-open {
  margin-top: 3px;
  overflow: hidden;
  bottom: auto;
  margin-left: 0;
  margin-top: 0;
  max-height: none;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.ie8 #global-ux .main-nav .categories .category-inner {
  padding-left: 0;
  background: transparent;
}

.ie8 #global-ux .main-nav .categories .category-inner h3 {
  padding: 25px 40px 25px 0;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 0 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
  color: #616161;
  font-size: 24px;
  font-size: 1.5rem;
  cursor: auto;
}

.ie8 #global-ux .main-nav .categories .category-inner h3:before {
  display: none;
}

.ie8 #global-ux .main-nav .categories .category-inner .richtext.section {
  width: 25%;
  float: left;
  padding: 30px 15px;
  border: 0;
}

.ie8 #global-ux .main-nav .categories .category-inner .richtext.section:last-of-type {
  border-bottom: 0;
}

.ie8 #global-ux .main-nav .categories .category-inner .richtext.section.has-1-links-columns:nth-child(6) {
  clear: both;
}

.ie8 #global-ux .main-nav .categories .category-inner .richtext.section.has-2-links-columns {
  width: 50%;
}

.ie8 #global-ux .main-nav .categories .category-inner .richtext.section.has-2-links-columns .category-links-column {
  width: 50%;
}

.ie8 #global-ux .main-nav .categories .category-inner .richtext.section.has-3-links-columns {
  width: 75%;
}

.ie8 #global-ux .main-nav .categories .category-inner .richtext.section.has-3-links-columns .category-links-column {
  width: 33.3333%;
}

.ie8 #global-ux .main-nav .categories .category-inner .richtext.section.expanded h3 {
  color: #616161;
}

.ie8 #global-ux .main-nav .categories .category-inner .richtext.section p a {
  padding: 12px 0;
}

.ie8 #global-ux .main-nav .categories .category-inner .richtext.section .category-links-column {
  float: left;
}

.ie8 #global-ux .main-nav .categories .category-header {
  padding: 25px 0;
  display: none;
}

.ie8 #global-ux .main-nav .categories .accordion-content-wrapper {
  height: auto;
  overflow: auto;
}

.ie8 #global-ux .main-nav .categories .accordion-content {
  padding: 0 0 25px 0;
}

.ie8 #global-ux .main-nav .categories .accordion-content:after {
  content: "";
  display: table;
  clear: both;
}

.ie8 #global-ux .main-nav .vehicle-menu-buttons {
  padding-right: 20px;
  padding-bottom: 16px;
  display: block;
  width: 100%;
  padding: 0;
  white-space: nowrap;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  z-index: 10000;
}

.ie8 #global-ux .main-nav .vehicle-menu-buttons .cta-button {
  padding: 15px 32px;
}

.ie8 #global-ux .main-nav .vehicle-menu-buttons .cta-button {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 15px 40px;
}

.ie8 #global-ux .main-nav .vehicle-menu-buttons a {
  width: auto;
  margin: 10px;
}

.ie8 #global-ux .main-nav .vehicle-menu-buttons a.cta-button-primary {
  color: #ffffff !important;
}

.ie8 #global-ux .main-nav .vehicle-menu {
  padding: 0 50px;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  background-size: 100% 70px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), color-stop(5%, #fbfbfb), to(#fbfbfb));
  background-image: -webkit-linear-gradient(top, #EBEBEB 0%, #fbfbfb 5%, #fbfbfb 100%);
  background-image: -moz-linear-gradient(top, #EBEBEB 0%, #fbfbfb 5%, #fbfbfb 100%);
  background-image: -o-linear-gradient(top, #EBEBEB 0%, #fbfbfb 5%, #fbfbfb 100%);
  background-image: linear-gradient(to bottom, #EBEBEB 0%, #fbfbfb 5%, #fbfbfb 100%);
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-item {
  display: inline-block;
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-item:last-of-type .vehicle-menu-item-title {
  border: none;
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-item.is-expanded .info {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-item.is-active .vehicle-menu-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  visibility: visible;
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-item.is-active .vehicle-menu-item-title {
  color: #1b394e;
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-item.is-active .vehicle-menu-item-title:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #1b394e;
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-item-title {
  padding: 20px 0;
  font-weight: 200;
  display: table-cell;
  color: #008CBA;
  height: 70px;
  line-height: 1.25;
  padding: 0 20px;
  border: none;
  vertical-align: middle;
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-item-title:before {
  display: none;
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-item-title br {
  display: block;
}

.ie8 #global-ux .main-nav .vehicle-menu .tile {
  width: 33.3333333333%;
  padding: 30px;
  text-align: left;
  width: 16.6666666667%;
}

.ie8 #global-ux .main-nav .vehicle-menu .tile:nth-child(3n+4) {
  clear: left;
}

.ie8 #global-ux .main-nav .vehicle-menu .tile:nth-child(3n+4) {
  clear: none;
}

.ie8 #global-ux .main-nav .vehicle-menu .tile:nth-child(6n+7) {
  clear: left;
}

.ie8 #global-ux .main-nav .vehicle-menu .tile .model-title {
  padding: 15px 0 5px;
  text-align: center;
  font-size: 16px;
}

.ie8 #global-ux .main-nav .vehicle-menu .tile .model-title .model-name {
  text-transform: uppercase;
}

.ie8 #global-ux .main-nav .vehicle-menu .tile .make-info {
  text-align: center;
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  overflow: auto;
  position: absolute;
  left: 0;
  top: 70px;
  max-height: none !important;
  visibility: hidden;
  padding: 26px 47px 0 47px;
  border-top: 1px solid #dbdbdb;
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-content.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-content *:nth-child(3n+1) {
  clear: both;
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-content *:nth-child(3n+1) {
  clear: none;
}

.ie8 #global-ux .main-nav .vehicle-menu .vehicle-menu-content *:nth-child(6n+1) {
  clear: both;
}

.ie8 #global-ux .vehicle-menu-backdrop {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  display: block;
  background-color: black;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .main-nav {
    padding-right: 4.8125rem;
    padding-left: 2.1875rem;
  }
}

.rtl #global-ux .main-nav .nav-header .nav-header-left {
  text-align: right;
}

.rtl #global-ux .main-nav .nav-header .nav-header-right {
  text-align: left;
}

.rtl #global-ux .main-nav .nav-header .nav-header-center img {
  float: right;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .main-nav .nav-content {
    float: left;
  }
}

.rtl #global-ux .main-nav .lang-links {
  float: left;
  margin-top: 0;
}

.rtl #global-ux .main-nav .lang-links li .active:before {
  float: left;
}

.rtl #global-ux .main-nav .lang-links li+li:before {
  padding-left: 9px;
  padding-right: 0;
  top: 1px;
}

.rtl #global-ux .main-nav .utility-links {
  float: left;
}

.rtl #global-ux .main-nav .utility-links li a i,
.rtl #global-ux .main-nav .utility-links li a span {
  display: inline-block;
  vertical-align: top;
}

.rtl #global-ux .main-nav .site-links.has-open-category {
  direction: rtl;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .main-nav .site-links {
    float: left;
  }
}

.rtl #global-ux .main-nav .site-links li.site-link-chevron a:before {
  right: auto;
  left: 1.5625rem;
  transform: translateY(-50%) rotate(-180deg);
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .main-nav .site-links a {
    display: inline-block;
  }
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .main-nav .site-links .site-link-title {
    float: left;
  }
}

.rtl #global-ux .main-nav .categories .category-inner .category-header {
  padding-right: 2.5rem;
}

.rtl #global-ux .main-nav .categories .category-inner h3:before {
  right: auto;
  left: 1.5625rem;
}

.rtl #global-ux .main-nav .categories .category-inner .richtext.section .show-mob-only .category-links-column p {
  padding-right: 40px;
}

.rtl #global-ux .main-nav .vehicle-menu .vehicle-menu-item-title {
  padding-right: 2.5rem;
}

.rtl #global-ux .main-nav .vehicle-menu .vehicle-menu-item-title:before {
  right: auto;
  left: 1.5625rem;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .main-nav .categories .category-inner .richtext.section .category-links-column {
    float: right;
  }
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .main-nav .categories .category-inner .richtext.section {
    float: right;
  }
}

.rtl #global-ux .main-nav .categories .vehicle-menu .vehicle-menu-content .vehicle-tiles {
  text-align: right;
}

#global-ux .supportSearch {
  padding: 55px 98px 0 98px;
  padding: 3.4375rem 6.125rem 0 6.125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .supportSearch {
    padding: 30px 25px 0;
    padding: 1.875rem 1.5625rem 0;
  }
}

#global-ux .support-search-wrap {
  border-bottom: 1px solid #dadada;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .support-search-wrap {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}

#global-ux .support-search-block {
  max-width: 800px;
  max-width: 50rem;
}

#global-ux .support-search-block h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 47px;
  line-height: 2.9375rem;
  font-weight: 200;
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .support-search-block h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

#global-ux .support-search-block .description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 300;
  margin: 0 0 25px;
  margin: 0 0 1.5625rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  color: #616161;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .support-search-block .description {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
    letter-spacing: 0;
  }
}

#global-ux .support-search-block .search-form .form-textfield {
  position: relative;
  max-width: 560px;
  max-width: 35rem;
  margin-bottom: 17px;
}

#global-ux .support-search-block .search-form .search {
  height: 3.125rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 48px 12px 18px;
  padding: .75rem 3rem .75rem 1.125rem;
  font-size: 16px;
  font-size: 1rem;
  border-color: #a8a8a8;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .support-search-block .search-form .search {
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .support-search-block .search-form .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #2794cd;
  background: none;
  padding: 14px 16px 13px;
  padding: .875rem 1rem .8125rem;
  margin: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .support-search-block .search-form .search-btn {
    padding: 17px 12px 15px;
    padding: 1.0625rem .75rem .9375rem;
  }
}

#global-ux .support-search-block .search-form .search-btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

#global-ux .support-search-block .search-form .search-btn .icon-search {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 8px;
  line-height: .5rem;
}

#global-ux .support-search-block .search-form .form-submit .cta-button {
  margin: 0;
}

#global-ux .support-browse {
  padding: 75px 98px 75px 98px;
  padding: 4.6875rem 6.125rem 4.6875rem 6.125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .support-browse {
    padding: 30px 25px 30px;
    padding: 1.875rem 1.5625rem 1.875rem;
  }
}

#global-ux .support-browse h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 200;
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .support-browse h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

#global-ux .support-browse-form .form-textfield {
  max-width: 560px;
  max-width: 35rem;
  margin: 0 0 33px;
  margin: 0 0 2.0625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .support-browse-form .form-textfield {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .support-browse-form .select2-container .select2-choice {
  border-color: #a8a8a8;
  height: 49px;
  height: 3.0625rem;
}

#global-ux .support-browse-form .select2-container .select2-choice:after {
  color: #1b394e;
  right: 16px;
  right: 1rem;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 6px;
  line-height: .375rem;
}

#global-ux .support-browse-form .select2-container .select2-choice span {
  color: #1b394e;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-right: 50px;
  margin-right: 3.125rem;
}

#global-ux .support-browse-form .select2-container--disabled .select2-choice {
  border-color: #d7d7d7;
}

#global-ux .support-browse-form .select2-container--disabled .select2-choice:after {
  color: #d7d7d7;
}

#global-ux .support-browse-form .select2-container--disabled .select2-choice .select2-chosen {
  color: #d7d7d7;
}

#global-ux .support-browse-form .form-submit {
  padding-top: 11px;
  padding-top: .6875rem;
}

#global-ux .support-browse-form .cta-button {
  margin: 0;
  min-width: 270px;
  min-width: 16.875rem;
}

#global-ux .support-top {
  padding: 70px 98px 70px 98px;
  padding: 4.375rem 6.125rem 4.375rem 6.125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .support-top {
    padding: 30px 25px 30px;
    padding: 1.875rem 1.5625rem 1.875rem;
  }
}

#global-ux .support-top h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 200;
  margin: 0 0 33px;
  margin: 0 0 2.0625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .support-top h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .support-top .support-top-list {
  max-width: 560px;
  max-width: 35rem;
  margin: 0;
}

#global-ux .support-top .support-top-list li {
  padding: 10px 20px;
  padding: .625rem 1.25rem;
  margin: 0 0 13px;
  margin: 0 0 .8125rem;
  list-style: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .support-top .support-top-list li {
    padding: 5px 15px;
    padding: .3125rem .9375rem;
    margin: 0 0 8px;
    margin: 0 0 .5rem;
  }
}

#global-ux .support-top .support-top-list .odd {
  background: #fafafa;
}

#global-ux .support-top .support-top-list a {
  text-decoration: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .support-top .support-top-list a {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .back-link {
  padding: 58px 25px 130px;
  padding: 3.625rem 1.5625rem 8.125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .back-link {
    padding: 30px 25px 30px;
    padding: 1.875rem 1.5625rem 1.875rem;
  }
}

#global-ux .back-link .back {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  text-decoration: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .back-link .back {
    font-size: 13px;
    font-size: .8125rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .back-link .back i {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

#select-vehicle .vehicle-card-grid .item .button {
  font-size: 14px;
  font-size: .875rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin: 0 0 10px;
  margin: 0 0 .625rem;
  padding: 0 10px;
  padding: 0 .625rem;
  background: #2d96cd;
  color: #fff;
  font-family: "Antenna",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
  font-weight: 300;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none !important;
}

.lang_vi #select-vehicle .vehicle-card-grid .item .button,
#select-vehicle .vehicle-card-grid .item .lang_vi .button {
  font-family: "Arial","Tahoma","Helvetica",sans-serif;
}

#select-vehicle .vehicle-card-grid .item .button:hover {
  background: #1b394e;
}

#select-vehicle .vehicle-card-grid .item .secondary.button {
  background: #fff;
  color: #2d96cd;
  line-height: 38px;
  line-height: 2.375rem;
  border: 1px solid #2d96cd;
  border: .0625rem solid #2d96cd;
}

#select-vehicle .vehicle-card-grid .item .secondary.button:hover {
  background: #1b394e;
  border-color: #1b394e;
  color: #fff;
}

#select-vehicle {
  max-width: 1440px;
  max-width: 90rem;
  padding: 35px 35px 0;
  padding: 2.1875rem 2.1875rem 0;
  background: #fff;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

#select-vehicle:after {
  content: "";
  display: table;
  clear: both;
}

#select-vehicle * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#select-vehicle *:before,
#select-vehicle *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#select-vehicle .vehicle-loading .loading-icon {
  display: block;
  text-align: center;
  padding: 200px 0;
}

#select-vehicle .vehicle-loading .loading-icon img {
  width: 45px;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

#select-vehicle .vehicle-loading .loading-txt {
  display: none;
  padding: 200px 25px;
  text-align: center;
}

#select-vehicle .vehicle-loading.vehicle-not-found {
  display: block !important;
  visibility: visible !important;
}

#select-vehicle .vehicle-loading.vehicle-not-found .loading-icon {
  display: none;
}

#select-vehicle .vehicle-loading.vehicle-not-found .loading-txt {
  display: block;
}

#select-vehicle .page-title {
  margin: 0 0 35px;
  margin: 0 0 2.1875rem;
  display: block;
  position: relative;
  z-index: 20;
}

#select-vehicle .page-title:after {
  content: "";
  display: table;
  clear: both;
}

#select-vehicle .page-title h1 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #616161;
  font-weight: 200;
  text-indent: 0;
  position: relative;
}

#select-vehicle .page-title .mobile-title {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 47.9375em) {
  #select-vehicle .page-title .desktop-title {
    display: none;
    visibility: hidden;
  }

  #select-vehicle .page-title .mobile-title {
    display: block;
    visibility: visible;
  }
}

#select-vehicle .page-title .dropdown-vehicle-sort {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

#select-vehicle .page-title .your-location {
  float: left;
  position: absolute;
  right: 250px;
  top: 2px;
  width: auto;
  max-width: 200px;
  white-space: nowrap;
}

#select-vehicle .page-title .your-location h3 {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

#select-vehicle .page-title .your-location p {
  margin: 0;
}

#select-vehicle .page-title .your-location a {
  text-decoration: none;
  font-size: 14px;
  font-size: .875rem;
}

#select-vehicle .vehicle-card-group {
  position: relative;
  display: block;
  z-index: 10;
}

#select-vehicle .vehicle-card-group:after {
  content: "";
  display: table;
  clear: both;
}

#select-vehicle .vehicle-card-group .select-vehicle-sorted {
  display: none;
}

#select-vehicle .vehicle-card-group dl {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  padding: 0;
  display: block;
}

#select-vehicle .vehicle-card-group dt {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
  color: #616161;
  font-family: "Antenna",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
  font-weight: 200;
  padding: 0;
  display: block;
}

.lang_vi #select-vehicle .vehicle-card-group dt {
  font-family: "Arial","Tahoma","Helvetica",sans-serif;
}

#select-vehicle .vehicle-card-group dd {
  margin: 0;
  padding: 0;
}

#select-vehicle .vehicle-card-grid {
  display: block;
  padding-bottom: 20px;
}

#select-vehicle .vehicle-card-grid:after {
  content: "";
  display: table;
  clear: both;
}

#select-vehicle .vehicle-card-grid .item-content {
  padding: 31px 26px 21px;
  padding: 1.9375rem 1.625rem 1.3125rem;
  float: left;
  width: 100%;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#select-vehicle .vehicle-card-grid .item-content * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#select-vehicle .vehicle-card-grid .item {
  width: 25%;
  margin: 0 -4px 20px 0;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

#select-vehicle .vehicle-card-grid .item:after {
  content: "";
  display: table;
  clear: both;
}

#select-vehicle .vehicle-card-grid .item .img {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  display: block;
  text-align: center;
}

#select-vehicle .vehicle-card-grid .item .img img {
  width: 100%;
  display: block;
  margin: 0;
}

#select-vehicle .vehicle-card-grid .item h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 14px;
  margin: 0 0 .875rem;
  padding: 0 0 12px;
  padding: 0 0 .75rem;
  border-bottom: 1px solid #b3b3b3;
  border-bottom: .0625rem solid #b3b3b3;
  color: #2d96cd;
  font-weight: bold;
}

#select-vehicle .vehicle-card-grid .item .desc {
  display: block;
}

#select-vehicle .vehicle-card-grid .item .desc p {
  margin: 0 0 5px;
  margin: 0 0 .3125rem;
  color: #616161;
}

#select-vehicle .vehicle-card-grid .item .desc .hide {
  display: none;
}

#select-vehicle .vehicle-card-grid .item .action {
  padding: 15px 0 0;
  padding: .9375rem 0 0;
  background: #fff;
  position: relative;
  display: none;
}

#select-vehicle .vehicle-card-grid .item .action p {
  margin-bottom: 1em;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #select-vehicle .vehicle-card-grid .item .action p {
    width: auto;
  }
}

#select-vehicle .vehicle-card-grid .item .action p .cta-button {
  width: 100%;
  margin: 0;
  display: block;
  padding: 25px 0;
  padding: 1.5625rem 0;
}

@media only screen and (min-width: 48em) {
  #select-vehicle .vehicle-card-grid .item .action p .cta-button {
    width: auto;
    padding: 15px 40px;
    padding: .9375rem 2.5rem;
  }
}

@media only screen and (max-width: 30em) {
  #select-vehicle .vehicle-card-grid .item .action p .cta-button {
    width: auto;
    padding: 15px 10px;
    padding: .9375rem .625rem;
    font-size: 12px;
    font-size: .75rem;
  }
}

#select-vehicle .vehicle-card-grid .item .item-content {
  border: 1px solid #fff;
}

#select-vehicle .vehicle-card-grid .item:hover {
  margin-right: -4px;
  z-index: 2;
}

#select-vehicle .vehicle-card-grid .item:hover .item-content {
  padding: 30px 25px 20px;
  padding: 1.875rem 1.5625rem 1.25rem;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  border: 1px solid #2d96cd;
  background: #fff;
}

#select-vehicle .vehicle-card-grid .item:hover .action {
  display: block;
  background: #fff;
}

#select-vehicle .vehicle-card-grid .link-chevron-thin {
  display: inline;
  position: relative;
  text-shadow: none;
  text-decoration: none;
}

#select-vehicle .vehicle-card-grid .link-chevron-thin.btn {
  font-size: 14px;
  line-height: 29px;
  padding: 6px 17px;
  font-weight: 300;
  margin-top: 10px;
  background: #2c94ca;
  color: #fff;
  text-align: center;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

@media screen and (max-width: 767px) {
  #select-vehicle .vehicle-card-grid .link-chevron-thin.btn {
    padding: 5px 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 74.9375em) {
  #select-vehicle {
    max-width: 1440px;
    max-width: 90rem;
  }

  #select-vehicle .vehicle-card-grid .item {
    width: 33.33333%;
  }

  #select-vehicle .page-title h1 {
    margin-right: 250px;
  }
}

@media only screen and (max-width: 61.9375em) {
  #select-vehicle .vehicle-card-grid .item {
    width: 50%;
  }

  #select-vehicle .page-title h1 {
    margin-right: 250px;
  }

  #select-vehicle .page-title .your-location {
    width: 100%;
    position: static;
    right: auto;
    top: auto;
    max-width: inherit;
  }

  #select-vehicle .page-title .your-location h3 {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    margin: 0 3px 0 0;
  }

  #select-vehicle .page-title .your-location p {
    display: inline-block;
  }

  #select-vehicle .page-title .your-location a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #select-vehicle {
    padding: 25px 25px 0;
    padding: 1.5625rem 1.5625rem 0;
  }

  #select-vehicle .page-title h1 {
    font-size: 26px;
    font-size: 1.625rem;
    width: 100%;
    text-align: center;
  }

  #select-vehicle .page-title .dropdown-vehicle-sort {
    top: -5px;
  }

  #select-vehicle .page-title .your-location {
    text-align: center;
    margin: 0 0 10px;
  }

  #select-vehicle .page-title .your-location h3,
  #select-vehicle .page-title .your-location a {
    font-size: 14px;
    font-size: .875rem;
  }

  #select-vehicle .dropdown-vehicle-sort label {
    font-size: 14px;
    font-size: .875rem;
    line-height: 48px;
    line-height: 3rem;
    padding: 0 10px;
    padding: 0 .625rem;
    min-width: 130px;
    min-width: 8.125rem;
  }

  #select-vehicle .dropdown-vehicle-sort .txt {
    padding: 0 25px 0 0;
    padding: 0 1.5625rem 0 0;
  }

  #select-vehicle .dropdown-vehicle-sort .txt:before {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 48px;
    line-height: 3rem;
  }

  #select-vehicle .dropdown-vehicle-sort .by {
    padding-left: 5px;
  }

  #select-vehicle .dropdown-vehicle-sort ul li a {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 32px;
    line-height: 2rem;
    padding: 0 10px;
    padding: 0 .625rem;
  }

  #select-vehicle .vehicle-card-grid .item-content {
    padding: 31px 26px 11px;
    padding: 1.9375rem 1.625rem .6875rem;
  }

  #select-vehicle .vehicle-card-grid .item {
    margin-bottom: 20px;
    margin-right: -4px;
  }

  #select-vehicle .vehicle-card-grid .item:hover {
    margin-right: -4px;
    z-index: 2;
  }

  #select-vehicle .vehicle-card-grid .item:hover .item-content {
    padding: 30px 25px 10px;
    padding: 1.875rem 1.5625rem .625rem;
  }

  #select-vehicle .page-title h1 {
    margin-right: 200px;
  }

  #select-vehicle .page-title .dropdown-vehicle-sort {
    position: static !important;
    float: none;
    margin: 10px 0 0;
    margin: .625rem 0 0;
    width: 100%;
  }

  #select-vehicle .page-title .dropdown-vehicle-sort label {
    width: 100%;
    text-align: left;
    border-color: #b3b3b3;
    border-width: 1px 0 2px;
    line-height: 48px;
  }

  #select-vehicle .page-title .dropdown-vehicle-sort .txt {
    width: 50%;
    height: 70px;
    padding-left: 10px;
    border-left: 1px solid #b3b3b3;
    line-height: 71px;
    line-height: 4.4375rem;
    float: right;
  }

  #select-vehicle .page-title .dropdown-vehicle-sort .txt:before {
    content: "\e641";
    right: -12px;
    font-size: 15px;
  }

  #select-vehicle .page-title .dropdown-vehicle-sort.active ul {
    margin: -2px 0 0;
    margin: -.125rem 0 0;
    float: right;
    min-width: 50% !important;
    overflow: hidden;
  }
}

@media only screen and (max-width: 30em) {
  #select-vehicle .vehicle-card-group dl {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }

  #select-vehicle .vehicle-card-group dt {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
  }

  #select-vehicle .vehicle-card-grid {
    margin: 0 -15px;
    margin: 0 -.9375rem;
  }

  #select-vehicle .vehicle-card-grid .item-content {
    padding: 16px 16px 6px;
    padding: 1rem 1rem .375rem;
  }

  #select-vehicle .vehicle-card-grid .item-content .img {
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
  }

  #select-vehicle .vehicle-card-grid .item-content h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 10px;
    margin: 0 0 .625rem;
    padding: 0 0 10px;
    padding: 0 0 .625rem;
    word-break: break-all;
  }

  #select-vehicle .vehicle-card-grid .item-content .desc p {
    font-size: 12px;
    font-size: .75rem;
  }

  #select-vehicle .vehicle-card-grid .item-content .action {
    padding: 10px 0 0;
    padding: .625rem 0 0;
  }

  #select-vehicle .vehicle-card-grid .item-content .button {
    font-size: 12px;
    font-size: .75rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }

  #select-vehicle .vehicle-card-grid .item-content .button.secondary {
    line-height: 33px;
    line-height: 2.0625rem;
  }

  #select-vehicle .vehicle-card-grid .item:hover .item-content {
    padding: 15px 15px 5px;
    padding: .9375rem .9375rem .3125rem;
  }

  #select-vehicle .page-title {
    clear: both;
  }

  #select-vehicle .page-title h1 {
    float: left;
    margin-right: 0;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .vehicle-card-grid .item .cta-button {
    min-width: 15.625rem !important;
  }
}

#global-ux .overlay-select-vehicle.show {
  display: block !important;
}

#global-ux .overlay-select-vehicle .form div.form-radioButtons.buttons>label {
  color: #868686;
}

#global-ux .overlay-select-vehicle .form div.form-radioButtons.buttons ul label {
  border-color: #1b394e;
  color: #1b394e;
  background: none;
}

#global-ux .overlay-select-vehicle .form div.form-radioButtons.buttons ul input[type="radio"]:checked+label {
  border-color: #1b394e;
  color: #1b394e;
  background: none;
}

#global-ux .overlay-select-vehicle .form div.form-radioButtons.buttons ul label:hover,
#global-ux .overlay-select-vehicle .form div.form-radioButtons.buttons ul input[type="radio"].checked+label,
#global-ux .overlay-select-vehicle .form input[type="checkbox"]:checked+label:before,
#global-ux .overlay-select-vehicle .form input[type="checkbox"]:checked+.error+label:before,
#global-ux .overlay-select-vehicle .form input[type="radio"]:checked+label:before,
#global-ux .overlay-select-vehicle .form input[type="radio"]:checked+.error+label:before {
  background: #1b394e;
  border-color: #1b394e;
  color: #fff;
}

#global-ux .overlay-select-vehicle .form div.form-radioButtons.buttons ul li,
#global-ux .overlay-select-vehicle .form div.form-radioButtons.buttons ul li:nth-child(2n) {
  min-width: 190px;
}

#global-ux .overlay-select-vehicle .submit.section,
#global-ux .overlay-select-vehicle .cancel.section {
  padding-top: 30px;
  float: left;
}

#global-ux .overlay-select-vehicle .popup-header-info {
  padding: 20px 0;
  display: block;
}

#global-ux .overlay-select-vehicle .popup-header-info:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .overlay-select-vehicle .popup-footer-info {
  float: left;
  width: 100%;
  padding: 60px 0 0 0;
}

#global-ux .overlay-select-vehicle .popup-footer-info .richtext p {
  margin: 0;
}

#global-ux .overlay-select-vehicle .form-group-input>.richtext h1 {
  position: relative;
  padding: 0 30px 0 65px;
}

#global-ux .overlay-select-vehicle .form-group-input>.richtext h1 i {
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -24px 0 0 0;
  color: #2596cf;
  font-size: 44px;
  font-size: 2.75rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .overlay-select-vehicle .form div.form-radioButtons.buttons ul li {
    width: 48%;
    float: left;
    min-width: inherit;
  }

  #global-ux .overlay-select-vehicle .form div.form-radioButtons.buttons ul li:nth-child(2n) {
    min-width: inherit;
    float: right;
  }

  #global-ux .overlay-select-vehicle .form div.form-radioButtons.buttons ul label {
    padding-left: 10px;
    padding-right: 10px;
  }

  #global-ux .overlay-select-vehicle .submit.section {
    width: 100%;
  }

  #global-ux .overlay-select-vehicle .cancel.section {
    width: 100%;
    padding: 0;
  }

  #global-ux .overlay-select-vehicle .popup-header-info {
    padding: 15px 0;
  }

  #global-ux .overlay-select-vehicle .form-group-input>.richtext h1 {
    padding: 0 0 0 55px;
  }

  #global-ux .overlay-select-vehicle .form-group-input>.richtext h1 i {
    margin: -18px 0 0 0;
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.select-vehicle-overlay #global-ux .secondaryNavigation,
.select-vehicle-overlay #global-ux .main-nav {
  position: relative;
  z-index: 1;
}

.ie8 #global-ux #select-vehicle .vehicle-card-grid .richtext-read-more .cta-button {
  display: block;
  max-width: 250px !important;
  min-width: auto !important;
  margin: 0 auto;
}

.ie8 .sortOpenIE8 {
  background-image: url(/etc/designs/guxfoap/clientlibs/guxfoap/img/colorizer/icons.png);
  background-position: -986px -166px;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.ie8 .sortCloseIE8 {
  background-image: url(/etc/designs/guxfoap/clientlibs/guxfoap/img/colorizer/icons.png);
  background-position: -986px -214px;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.ie8 #global-ux .dropdown-vehicle-sort {
  border: #2d96cd solid 1px;
}

.ie8 #global-ux .dropdown-vehicle-sort .txt {
  padding: 0 10px 0 0 !important;
}

.ie8 #global-ux .dropdown-vehicle-sort .txt:before {
  display: none;
}

.ie8 #global-ux .dropdown-vehicle-sort ul {
  border-bottom: none;
  right: -1px;
}

.ie8 #global-ux .dropdown-vehicle-sort label {
  min-width: 128px !important;
  border: none;
}

.ie8 #global-ux .dropdown-vehicle-sort .by {
  padding-right: 20px !important;
}

@media only screen and (max-width: 74.9375em) {
  .rtl #select-vehicle .page-title h1 {
    margin-right: 0;
    margin-left: 250px;
  }
}

@media only screen and (max-width: 30em) {
  .rtl #select-vehicle .page-title h1 {
    margin-right: 0;
    margin-left: 0;
  }
}

.rtl #select-vehicle .page-title .your-location {
  right: auto;
  left: 250px;
}

.rtl #select-vehicle .page-title .dropdown-vehicle-sort {
  right: auto;
  left: 0;
}

.rtl #select-vehicle .page-title .dropdown-vehicle-sort label {
  text-align: right;
}

.rtl #global-ux .dropdown-vehicle-sort .txt {
  padding: 0 1.875rem;
}

.rtl #global-ux .dropdown-vehicle-sort .txt:before {
  right: auto;
  left: 0;
  float: none;
}

.rtl #global-ux sup[data-disclosure] {
  display: inline-block !important;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .select-a-path-wrap .sap-column {
    text-align: right;
  }

  .rtl #global-ux .select-a-path-wrap .sap-column p {
    text-align: right;
  }
}

#global-ux .select-a-path-wrap .sap-title {
  display: block;
  text-align: center;
  padding: 30px 25px;
}

#global-ux .select-a-path-wrap .sap-title h2 {
  font-weight: 200;
  line-height: 1.1;
  font-size: 31px;
}

#global-ux .select-a-path-wrap .sap-title h2 b.ng-binding {
  text-transform: uppercase;
}

#global-ux .select-a-path-wrap .sap-content {
  display: block;
  background: #fbfbfb;
  border-top: 1px solid #dbdbdb;
  text-align: center;
  position: relative;
  padding: 30px 25px 60px;
}

#global-ux .select-a-path-wrap .sap-border {
  display: none;
}

#global-ux .select-a-path-wrap .sap-column {
  display: block;
  vertical-align: top;
}

#global-ux .select-a-path-wrap .sap-column.sap-left {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 40px;
}

#global-ux .select-a-path-wrap .sap-column.sap-right {
  padding-top: 30px;
}

#global-ux .select-a-path-wrap .sap-column .action .cta-button {
  font-size: 18px;
}

#global-ux .select-a-path-wrap .sap-column h3 {
  font-size: 31px;
  font-weight: 200;
}

@media only screen and (min-width: 768px) {
  #global-ux .select-a-path-wrap .sap-content {
    padding: 100px 0 60px;
  }

  #global-ux .select-a-path-wrap .sap-column {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 55px 90px 70px;
    text-align: left;
  }

  #global-ux .select-a-path-wrap .sap-column.sap-left {
    padding-bottom: 70px;
    border-bottom: none;
  }

  #global-ux .select-a-path-wrap .sap-column.sap-right {
    padding-top: 55px;
  }

  #global-ux .select-a-path-wrap .sap-column .action {
    margin-top: 70px;
  }

  #global-ux .select-a-path-wrap .sap-column .action .cta-button {
    margin: 0;
  }

  #global-ux .select-a-path-wrap .sap-column p {
    text-align: left;
    color: #616161;
  }

  #global-ux .select-a-path-wrap .sap-border {
    position: absolute;
    left: 51%;
    top: 15%;
    float: left;
    width: 1px;
    height: 73%;
    background: #dbdbdb;
    text-align: left;
    text-indent: -9999px;
    content: " ";
    display: block;
  }
}

#global-ux .billboardOwner .billboard-content-wrap {
  display: block;
  position: relative;
}

#global-ux .billboardOwner .billboard-content-wrap:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .billboardOwner .carousel {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

#global-ux .billboardOwner .carousel .carousel-arrows {
  display: none;
  right: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardOwner .carousel .carousel-arrows {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -47px;
    margin-top: -15px;
    display: block;
    z-index: 1;
  }

  #global-ux .billboardOwner .carousel .carousel-arrows .icon {
    line-height: 47px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardOwner .carousel:hover .carousel-arrows {
    right: 0;
  }
}

#global-ux .billboardOwner .carousel .carousel-arrows.deactivate {
  display: none;
}

#global-ux .billboardOwner .carousel .carousel-arrows.activate {
  display: block;
}

#global-ux .billboardOwner .slide-container,
#global-ux .billboardOwner .carousel-slide,
#global-ux .billboardOwner .flex-viewport {
  height: 100%;
}

#global-ux .billboardOwner .slide-container:before,
#global-ux .billboardOwner .slide-container:after {
  content: " ";
  display: table;
}

#global-ux .billboardOwner .slide-container:after {
  clear: both;
}

#global-ux .billboardOwner .carousel-slide {
  position: relative;
  display: none;
}

#global-ux .billboardOwner .carousel-slide:first-child {
  display: block;
}

#global-ux .billboardOwner .flex-viewport .carousel-slide {
  display: block;
}

#global-ux .billboardOwner .carousel-slide-content {
  margin-bottom: 30px;
}

#global-ux .billboardOwner sup[data-disclosure] {
  color: inherit;
  text-decoration: underline;
  font-weight: bolder;
}

#global-ux .billboardOwner .carousel-controls {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  bottom: 3%;
  z-index: 1;
  width: 100%;
  text-align: center;
}

#global-ux .billboardOwner .carousel-controls ol #global-ux .billboardOwner .carousel-controls ul {
  overflow: hidden;
  padding: 0;
}

#global-ux .billboardOwner .carousel-controls .flex-control-nav {
  margin-left: 0;
}

#global-ux .billboardOwner .carousel-controls li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#global-ux .billboardOwner .carousel-controls li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  color: transparent;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 1rem;
}

#global-ux .billboardOwner .carousel-controls li a:after {
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  display: block;
  width: 8px;
  height: 8px;
  content: " ";
  border-radius: 50%;
  border: solid 1px transparent;
  background-color: #fff;
  margin: auto;
  line-height: 38px;
  vertical-align: middle;
}

#global-ux .billboardOwner .carousel-controls li a:hover:after {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

#global-ux .billboardOwner .carousel-controls li a.flex-active:after {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  background-color: transparent;
  border: solid 1px #fff;
}

#global-ux .billboardOwner .carousel-btn {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  display: block;
  height: 47px;
  width: 47px;
  border-radius: 0;
  border: none;
  background-color: #2d96cd;
  cursor: pointer;
}

#global-ux .billboardOwner .carousel-btn.darkened {
  background-color: rgba(0,0,0,0.5);
}

#global-ux .billboardOwner .carousel-btn .icon {
  color: #fff;
  display: block;
  text-align: center;
}

#global-ux .billboardOwner .carousel-btn+ul {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

#global-ux .billboardOwner .carousel-btn:hover {
  background-color: #fff;
}

#global-ux .billboardOwner .carousel-btn:hover .icon {
  color: #2d96cd;
}

#global-ux .billboardOwner .carousel-btn.carousel-next {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#global-ux .billboardOwner .carousel-btn.carousel-previous {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#global-ux .billboardOwner .heading {
  height: 78%;
  width: auto;
  position: absolute;
  top: 15%;
  left: 5%;
  right: 6%;
  text-align: left;
  color: #fff;
}

#global-ux .billboardOwner .heading h2,
#global-ux .billboardOwner .heading h3,
#global-ux .billboardOwner .heading a:not(.cta-button),
#global-ux .billboardOwner .heading p {
  font-weight: 200;
  color: #fff;
  text-align: center;
}

#global-ux .billboardOwner .heading h2 {
  font-family: "Antenna",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
  line-height: 1.2;
  margin: 0;
}

.lang_vi #global-ux .billboardOwner .heading h2 {
  font-family: "Arial","Tahoma","Helvetica",sans-serif;
}

#global-ux .billboardOwner .heading h2,
#global-ux .billboardOwner .heading h2 strong {
  font-weight: 200;
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardOwner .heading h2 strong {
    font-weight: bold;
  }
}

#global-ux .billboardOwner .heading a.cta-button {
  margin-left: 0;
}

#global-ux .billboardOwner .heading .richtext {
  text-align: center;
}

@media only screen and (max-width: 479px) {
  #global-ux .billboardOwner .heading .richtext a.cta-button {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardOwner .heading h2,
  #global-ux .billboardOwner .heading h3,
  #global-ux .billboardOwner .heading p {
    text-align: left;
  }

  #global-ux .billboardOwner .heading p {
    margin-top: 17px;
    visibility: visible;
  }

  #global-ux .billboardOwner .heading p a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
  }

  #global-ux .billboardOwner .heading sub {
    position: absolute;
    margin-bottom: 20px;
  }

  #global-ux .billboardOwner .heading .richtext {
    text-align: left;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  #global-ux .billboardOwner .heading h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  #global-ux .billboardOwner .heading p {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardOwner .heading {
    top: 37px;
    height: 77%;
  }
}

#global-ux .billboardOwner .carousel-disclaimer {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
}

#global-ux .billboardOwner .carousel-disclaimer p {
  font-size: 13px;
  font-size: .8125rem;
  color: #fff;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .billboardOwner .carousel-disclaimer {
    bottom: 9%;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardOwner .carousel-disclaimer {
    padding: 0 6%;
    text-align: left;
  }
}

#global-ux .billboardOwner .image-carousel .carousel-disclaimer {
  bottom: auto;
}

#global-ux .billboardOwner .carousel.homepage .heading {
  top: 2.5%;
}

#global-ux .billboardOwner .carousel.homepage .heading h2 {
  font-size: 21px;
  font-size: 1.3125rem;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .billboardOwner .carousel.homepage .heading {
    top: 3.2%;
  }

  #global-ux .billboardOwner .carousel.homepage .heading h2 {
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: 200;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardOwner .carousel.homepage .heading {
    padding: 56px 0;
    padding: 3.5rem 0;
    margin-top: 65px;
    margin-top: 4.0625rem;
  }

  #global-ux .billboardOwner .carousel.homepage .heading h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 200;
  }

  #global-ux .billboardOwner .carousel.homepage .heading p {
    margin-top: 3px;
    line-height: 1.5;
  }

  #global-ux .billboardOwner .carousel.homepage .heading p a {
    font-size: 16px;
    font-size: 1rem;
  }

  #global-ux .billboardOwner .carousel.homepage .heading p a:after {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .billboardOwner .carousel.homepage .heading h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media only screen and (min-width: 75em) {
  #global-ux .billboardOwner .carousel.homepage .heading h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .billboardOwner .carousel.homepage .heading h2 {
  margin-top: 0.2rem;
}

#global-ux .billboardOwner .carousel.homepage .grey .heading h2,
#global-ux .billboardOwner .carousel.homepage .grey .heading h3,
#global-ux .billboardOwner .carousel.homepage .grey .heading a:not(.cta-button),
#global-ux .billboardOwner .carousel.homepage .grey .heading a:before,
#global-ux .billboardOwner .carousel.homepage .grey .heading a:after,
#global-ux .billboardOwner .carousel.homepage .grey .heading p,
#global-ux .billboardOwner .grey .heading h2,
#global-ux .billboardOwner .grey .heading h3,
#global-ux .billboardOwner .grey .heading a:not(.cta-button),
#global-ux .billboardOwner .grey .heading a:before,
#global-ux .billboardOwner .grey .heading a:after,
#global-ux .billboardOwner .grey .heading p {
  color: #626466;
}

#global-ux .billboardOwner .carousel.homepage .grey .carousel-disclaimer p,
#global-ux .billboardOwner .grey .carousel-disclaimer p {
  color: #626466;
}

#global-ux .billboardOwner .carousel.homepage .grey sup[data-disclosure],
#global-ux .billboardOwner .grey sup[data-disclosure] {
  color: #008CBA;
  font-weight: bolder;
  text-decoration: inherit;
}

#global-ux .billboardOwner .carousel.homepage .dark-blue .heading h2,
#global-ux .billboardOwner .carousel.homepage .dark-blue .heading h3,
#global-ux .billboardOwner .carousel.homepage .dark-blue .heading a:not(.cta-button),
#global-ux .billboardOwner .carousel.homepage .dark-blue .heading a:before,
#global-ux .billboardOwner .carousel.homepage .dark-blue .heading a:after,
#global-ux .billboardOwner .carousel.homepage .dark-blue .heading p,
#global-ux .billboardOwner .dark-blue .heading h2,
#global-ux .billboardOwner .dark-blue .heading h3,
#global-ux .billboardOwner .dark-blue .heading a:not(.cta-button),
#global-ux .billboardOwner .dark-blue .heading a:before,
#global-ux .billboardOwner .dark-blue .heading a:after,
#global-ux .billboardOwner .dark-blue .heading p {
  color: #1b394e;
}

#global-ux .billboardOwner .carousel.homepage .dark-blue .carousel-disclaimer p,
#global-ux .billboardOwner .dark-blue .carousel-disclaimer p {
  color: #1b394e;
}

#global-ux .billboardOwner .carousel-controls {
  bottom: auto;
  height: 35px;
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardOwner .carousel-controls {
    height: 43px;
  }
}

#global-ux .billboardOwner .flex-control-nav,
#global-ux .billboardOwner .carousel-controls .flex-control-nav {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

#global-ux .billboardOwner .flex-control-nav li,
#global-ux .billboardOwner .carousel-controls .flex-control-nav li {
  margin: 1.25rem .375rem .625rem;
  line-height: normal;
}

#global-ux .billboardOwner .flex-control-nav li,
#global-ux .billboardOwner .flex-control-nav li a,
#global-ux .billboardOwner .carousel-controls .flex-control-nav li,
#global-ux .billboardOwner .carousel-controls .flex-control-nav li a {
  display: inline-block;
}

#global-ux .billboardOwner .flex-control-nav li a,
#global-ux .billboardOwner .carousel-controls .flex-control-nav li a {
  width: 10px !important;
  height: 10px !important;
  background: #fff;
  text-indent: -9999em;
  border-radius: 100%;
}

#global-ux .billboardOwner .flex-control-nav li a.flex-active,
#global-ux .billboardOwner .carousel-controls .flex-control-nav li a.flex-active {
  background: transparent;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  border: #fff solid 1px;
}

#global-ux .billboardOwner .flex-control-nav li a:after,
#global-ux .billboardOwner .carousel-controls .flex-control-nav li a:after {
  display: none;
}

#global-ux .billboardOwner .flex-control-nav li,
#global-ux .billboardOwner .carousel-controls .flex-control-nav li {
  margin-top: 0;
  margin-bottom: 0;
}

#global-ux .billboardOwner .billboard-buzz-carousel .flex-control-nav,
#global-ux .billboardOwner .billboard-buzz-carousel .carousel-controls .flex-control-nav {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

#global-ux .billboardOwner .billboard-buzz-carousel .flex-control-nav li,
#global-ux .billboardOwner .billboard-buzz-carousel .carousel-controls .flex-control-nav li {
  margin: 1.25rem .375rem .625rem;
  line-height: normal;
}

#global-ux .billboardOwner .billboard-buzz-carousel .flex-control-nav li,
#global-ux .billboardOwner .billboard-buzz-carousel .flex-control-nav li a,
#global-ux .billboardOwner .billboard-buzz-carousel .carousel-controls .flex-control-nav li,
#global-ux .billboardOwner .billboard-buzz-carousel .carousel-controls .flex-control-nav li a {
  display: inline-block;
}

#global-ux .billboardOwner .billboard-buzz-carousel .flex-control-nav li a,
#global-ux .billboardOwner .billboard-buzz-carousel .carousel-controls .flex-control-nav li a {
  width: 10px !important;
  height: 10px !important;
  background: #2c95cd;
  text-indent: -9999em;
  border-radius: 100%;
}

#global-ux .billboardOwner .billboard-buzz-carousel .flex-control-nav li a.flex-active,
#global-ux .billboardOwner .billboard-buzz-carousel .carousel-controls .flex-control-nav li a.flex-active {
  background: transparent;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  border: #2c95cd solid 1px;
}

#global-ux .billboardOwner .billboard-buzz-carousel .flex-control-nav li a:after,
#global-ux .billboardOwner .billboard-buzz-carousel .carousel-controls .flex-control-nav li a:after {
  display: none;
}

#global-ux .billboardOwner .billboard-buzz-carousel .carousel-controls {
  top: auto !important;
  bottom: 10px;
}

#global-ux .billboardOwner .carousel.homepage .heading h2 {
  font-weight: 200;
}

#global-ux .billboardOwner .carousel.homepage .heading h2 strong {
  display: block;
}

#global-ux .billboardOwner .carousel.homepage .heading p {
  visibility: visible;
  text-transform: uppercase;
}

#global-ux .billboardOwner .carousel.homepage .heading p a.cta-button {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
}

#global-ux .billboardOwner .carousel.homepage .heading p a.cta-button:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  #global-ux .billboardOwner .carousel.homepage .heading {
    top: auto;
    bottom: 40px;
    height: auto;
    text-align: center;
  }

  #global-ux .billboardOwner .carousel.homepage .heading h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  #global-ux .billboardOwner .carousel.homepage .heading h2 strong {
    display: inline;
    text-transform: capitalize;
  }

  #global-ux .billboardOwner .carousel.homepage .heading p {
    margin: 0;
  }

  #global-ux .billboardOwner .carousel.homepage .heading .hide-mob {
    display: none;
  }

  #global-ux .billboardOwner .carousel.homepage .heading a.cta-button,
  #global-ux .billboardOwner .carousel.homepage .heading a.cta-button.cta-button-primary,
  #global-ux .billboardOwner .carousel.homepage .heading a.cta-button:hover,
  #global-ux .billboardOwner .carousel.homepage .heading a.cta-button.cta-button-primary:hover {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 300;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: auto;
    color: #fff;
  }

  #global-ux .billboardOwner .carousel.homepage .heading a.cta-button:before,
  #global-ux .billboardOwner .carousel.homepage .heading a.cta-button.cta-button-primary:before,
  #global-ux .billboardOwner .carousel.homepage .heading a.cta-button:hover:before,
  #global-ux .billboardOwner .carousel.homepage .heading a.cta-button.cta-button-primary:hover:before {
    display: block;
    content: "\e618";
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -20px;
    font-size: 14px;
    font-size: .875rem;
  }

  #global-ux .billboardOwner .carousel.homepage .heading .richtext .link-chevron {
    font-size: 12px;
    font-size: .75rem;
  }

  #global-ux .billboardOwner .carousel.homepage .heading .richtext .link-chevron:after {
    font-size: 14px;
    font-size: .875rem;
  }

  #global-ux .billboardOwner .carousel.homepage .carousel-disclaimer {
    display: none;
  }
}

.ie8 #global-ux .billboardOwner .carousel .flex-viewport .slide-container .carousel-slide,
.ie8 #global-ux .mediaCarousel .carousel .flex-viewport .slide-container .carousel-slide {
  float: left;
}

.ie8 #global-ux .billboardOwner .carousel .carousel-arrows,
.ie8 #global-ux .mediaCarousel .carousel .carousel-arrows {
  position: absolute;
  top: 50%;
  display: block;
}

.ie8 #global-ux .billboardOwner .carousel-btn.carousel-next,
.ie8 #global-ux .billboardOwner .carousel-btn.carousel-previous,
.ie8 #global-ux .mediaCarousel .carousel-btn.carousel-next,
.ie8 #global-ux .mediaCarousel .carousel-btn.carousel-previous {
  z-index: 100;
  font-size: 28px;
  position: absolute;
  right: -100px;
}

.ie8 #global-ux .billboardOwner .carousel-btn.carousel-next .icon,
.ie8 #global-ux .billboardOwner .carousel-btn.carousel-previous .icon,
.ie8 #global-ux .mediaCarousel .carousel-btn.carousel-next .icon,
.ie8 #global-ux .mediaCarousel .carousel-btn.carousel-previous .icon {
  margin-top: 10px;
}

.ie8 #global-ux .billboardOwner .carousel-btn.carousel-previous,
.ie8 #global-ux .mediaCarousel .carousel-btn.carousel-previous {
  top: 47px;
  background: gray;
}

.ie8 #global-ux .billboardOwner .carousel-btn.carousel-previous:hover,
.ie8 #global-ux .mediaCarousel .carousel-btn.carousel-previous:hover {
  background: white;
}

.ie8 #global-ux .billboardOwner:hover .carousel-btn.carousel-next,
.ie8 #global-ux .billboardOwner:hover .carousel-btn.carousel-previous,
.ie8 #global-ux .mediaCarousel:hover .carousel-btn.carousel-next,
.ie8 #global-ux .mediaCarousel:hover .carousel-btn.carousel-previous {
  right: 0;
}

.ie8 #global-ux .billboardOwner .carousel-slide .carousel-disclaimer,
.ie8 #global-ux .mediaCarousel .carousel-slide .carousel-disclaimer {
  padding: 0 6%;
}

.ie8 #global-ux .billboardOwner .carousel-slide .carousel-disclaimer p,
.ie8 #global-ux .mediaCarousel .carousel-slide .carousel-disclaimer p {
  text-align: left;
}

.ie8 #global-ux .billboardOwner .carousel.homepage .heading,
.ie8 #global-ux .mediaCarousel .carousel.homepage .heading {
  margin-top: 65px;
  padding: 56px 0;
}

.ie8 #global-ux .billboardOwner .carousel.homepage .heading h2,
.ie8 #global-ux .mediaCarousel .carousel.homepage .heading h2 {
  margin-top: 3px;
  font-size: 48px;
  color: white;
}

.ie8 #global-ux .billboardOwner .carousel.homepage .heading p,
.ie8 #global-ux .mediaCarousel .carousel.homepage .heading p {
  font-size: 21px;
  color: white;
}

.rtl #global-ux .billboardOwner .carousel .flex-viewport .slide-container .carousel-slide,
.rtl #global-ux .mediaCarousel .carousel .flex-viewport .slide-container .carousel-slide {
  float: right;
}

@media only screen and (max-width: 991px) {
  #global-ux .billboardOwner .heading {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  #global-ux .billboardOwner .heading h2 {
    max-height: 96px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  #global-ux .billboardOwner .heading h2 {
    max-height: 50px;
    line-height: 25px;
  }
}

#global-ux .billboardOwner .dashboard-billboard-content {
  color: #25384d;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 200;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  float: left;
}

#global-ux .billboardOwner .dashboard-billboard-content p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 200;
  margin: 0 0 15px;
}

#global-ux .billboardOwner .dashboard-billboard-content h1,
#global-ux .billboardOwner .dashboard-billboard-content h2,
#global-ux .billboardOwner .dashboard-billboard-content h3 {
  color: #25384d;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 200;
  margin: 0 0 5px;
}

#global-ux .billboardOwner .dashboard-billboard-content h1+p,
#global-ux .billboardOwner .dashboard-billboard-content h2+p,
#global-ux .billboardOwner .dashboard-billboard-content h3+p {
  margin: 0 0 22px;
}

#global-ux .billboardOwner .dashboard-billboard-content .cta-button {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 40px;
  padding: .75rem 2.5rem;
  min-width: 235px;
  min-width: 14.6875rem;
  line-height: 2;
  font-weight: bold;
  text-transform: uppercase;
}

#global-ux .billboardOwner .dashboard-billboard-content .content-warp {
  display: block;
  padding: 62px 75px;
}

@media screen and (max-width: 47.9375em) {
  #global-ux .billboardOwner .dashboard-billboard-content {
    font-size: 14px;
    font-size: .875rem;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    top: 0;
    text-align: center;
    text-transform: uppercase;
  }

  #global-ux .billboardOwner .dashboard-billboard-content p {
    font-size: 14px;
    font-size: .875rem;
    margin: 0;
  }

  #global-ux .billboardOwner .dashboard-billboard-content h1,
  #global-ux .billboardOwner .dashboard-billboard-content h2,
  #global-ux .billboardOwner .dashboard-billboard-content h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 0;
    line-height: 1.2;
  }

  #global-ux .billboardOwner .dashboard-billboard-content h1 p,
  #global-ux .billboardOwner .dashboard-billboard-content h2 p,
  #global-ux .billboardOwner .dashboard-billboard-content h3 p {
    margin: 0;
  }

  #global-ux .billboardOwner .dashboard-billboard-content .cta-button {
    margin-bottom: 10px;
  }

  #global-ux .billboardOwner .dashboard-billboard-content .content-warp {
    padding: 40px 60px;
    background: white;
  }
}

@media (max-width: 61.9375em) {
  #global-ux .billboardOwner .dashboard-billboard-content .content-warp {
    padding: 20px 35px;
  }

  #global-ux .billboardOwner .dashboard-billboard-content .cta-button {
    font-size: 14px;
    font-size: .875rem;
    padding: 12px 20px;
    padding: .75rem 1.25rem;
    min-width: 200px;
    min-width: 12.5rem;
  }
}

#global-ux .miniDashboard-wrap {
  display: block;
}

#global-ux .miniDashboard-wrap:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .miniDashboard-wrap .item {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#global-ux .miniDashboard-wrap .item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

#global-ux .miniDashboard-wrap .item .db-content {
  border: 1px solid #d6d6d6;
  display: block;
  position: relative;
  text-transform: uppercase;
}

#global-ux .miniDashboard-wrap .item .db-content:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .miniDashboard-wrap .item .db-content>div {
  position: relative;
}

#global-ux .miniDashboard-wrap .item .db-content>div span {
  color: #616161;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  display: block;
  margin: 0 0 2px;
}

#global-ux .miniDashboard-wrap .item .db-content>div p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #1b394e;
  font-weight: 200;
  overflow: hidden;
  margin: 0;
  display: block;
}

#global-ux .miniDashboard-wrap .item .db-content>div a {
  text-decoration: none;
}

#global-ux .miniDashboard-wrap .item .db-content>div .color-vehicle {
  color: #2d96cd;
}

#global-ux .miniDashboard-wrap .item .db-content>div .gux-variable {
  display: inline-block;
  text-transform: uppercase;
}

#global-ux .miniDashboard-wrap .item .db-content .db-model {
  float: left;
  width: 21.31944%;
  padding: 35px 15px 38px 62px;
  border-right: 1px solid #d6d6d6;
}

#global-ux .miniDashboard-wrap .item .db-content .db-model .download-manual {
  font-size: 12px;
  font-size: .75rem;
  font-weight: normal;
  text-transform: capitalize;
  padding: 4px 0 0 0;
}

#global-ux .miniDashboard-wrap .item .db-content .db-model .download-manual i {
  font-size: 14px;
  font-size: .875rem;
  display: inline-block;
  margin: 3px 0 0 3px;
  vertical-align: top;
}

#global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category {
  float: left;
  width: 64.41666%;
  padding: 0 10px 0 30px;
  border-right: 1px solid #d6d6d6;
}

#global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category>div {
  width: auto;
  max-width: 25%;
  padding: 35px 12px 38px 12px;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
}

#global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category>div:last-child,
#global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category>div.last {
  border-left: 1px solid #d6d6d6;
  padding-left: 25px;
}

#global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category .mini-db-col {
  float: left;
  max-width: inherit;
  padding: 0;
  width: 59%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category .mini-db-col {
    width: 100%;
  }
}

#global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category .mini-db-col .mini-db-equal-height {
  padding: 25px 15px 25px 15px;
  white-space: normal;
  float: left;
  width: 33.333%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category .mini-db-col .mini-db-equal-height {
    width: 100%;
  }
}

#global-ux .miniDashboard-wrap .item .db-content .db-contact {
  float: left;
  width: 13.88888%;
  padding: 35px 18px 38px;
}

#global-ux .miniDashboard-wrap .item .db-content .db-contact .mobile-content {
  display: none;
}

#global-ux .miniDashboard-wrap .item .db-content .db-btn {
  float: left;
  width: 14.30555%;
  height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #2d96cd;
  background-color: #2d96cd;
  border-left: none;
  min-height: inherit;
  padding: 0;
  position: absolute !important;
  right: -1px;
  top: 0px;
}

#global-ux .miniDashboard-wrap .item .db-content .db-btn .link-chevron span:after {
  display: inline;
  left: 1.25rem;
  margin: 0 0.5em 0 0;
  position: absolute;
  top: 46%;
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "icomoon";
}

#global-ux .miniDashboard-wrap .item .db-content .db-btn .link-chevron span:after:after {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .miniDashboard-wrap .item .db-content .db-btn .link-chevron span:after {
    left: .625rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #global-ux .miniDashboard-wrap .item .db-content .db-btn .link-chevron span:after {
    left: .3125rem;
  }
}

#global-ux .miniDashboard-wrap .item .db-content .db-btn a {
  display: block;
  height: 100%;
  padding: 0 5px;
  text-align: center;
  background: #2d96cd;
}

#global-ux .miniDashboard-wrap .item .db-content .db-btn a span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  padding-left: 1.875rem;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .miniDashboard-wrap .item .db-content .db-btn a span {
    left: .625rem;
    padding-left: 0;
  }
}

#global-ux .miniDashboard-wrap .item .db-content .db-btn a i {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: top;
  margin: 6px 6px 0 0;
}

#global-ux .miniDashboard-wrap .item .db-content .bd-left {
  border-left: solid 1px #d6d6d6;
}

#global-ux .miniDashboard-wrap .item .db-content .bd-right {
  border-right: solid 1px #d6d6d6;
}

@media screen and (min-width: 768px) {
  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category {
    white-space: nowrap;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category>div {
    white-space: normal;
  }
}

@media screen and (max-width: 1439px) {
  #global-ux .miniDashboard-wrap .item .db-content>div span {
    font-size: 12px;
    font-size: .75rem;
    font-weight: normal;
  }

  #global-ux .miniDashboard-wrap .item .db-content>div p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-model {
    padding: 25px 15px 25px 40px;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-model .download-manual {
    font-size: 11px;
    font-size: .6875rem;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-model .download-manual i {
    font-size: 13px;
    font-size: .8125rem;
    margin: 1px 0 0 3px;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category {
    padding: 0 10px 0 20px;
    white-space: nowrap;
    overflow-x: auto;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category>div {
    padding: 25px 15px 25px 15px;
    white-space: normal;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category>div:last-child,
  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category>div.last {
    padding-left: 20px;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-contact {
    padding: 25px 18px;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn a span {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn a i {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 3px 4px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  #global-ux .miniDashboard-wrap .item .db-content>div span {
    font-size: 10px;
    font-size: .625rem;
    font-weight: normal;
  }

  #global-ux .miniDashboard-wrap .item .db-content>div p {
    font-size: 12px;
    font-size: .75rem;
    font-weight: normal;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-model .download-manual {
    font-size: 10px;
    font-size: .625rem;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-model .download-manual i {
    font-size: 12px;
    font-size: .75rem;
    margin: 1px 0 0 3px;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category {
    width: 59.41666%;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category>div {
    max-width: 40%;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category .mini-db-col .mini-db-content {
    padding: 25px 0;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn {
    width: 19.30555%;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn a span {
    font-size: 15px;
    font-size: .9375rem;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn a i {
    font-size: 16px;
    font-size: 1rem;
    margin: 3px 4px 0 0;
  }
}

@media screen and (max-width: 47.9375em) {
  #global-ux .miniDashboard-wrap .item .db-content {
    padding: 15px;
    border: none;
  }

  #global-ux .miniDashboard-wrap .item .db-content .mini-db-equal-height {
    min-height: inherit !important;
  }

  #global-ux .miniDashboard-wrap .item .db-content>div {
    border: 1px solid #d6d6d6;
    border-top: none;
  }

  #global-ux .miniDashboard-wrap .item .db-content>div span {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 300;
    margin: 0 0 2px;
  }

  #global-ux .miniDashboard-wrap .item .db-content>div p {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 200;
  }

  #global-ux .miniDashboard-wrap .item .db-content>div:first-child {
    border-top: 1px solid #d6d6d6;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-model {
    width: 100%;
    padding: 20px;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-model .download-manual {
    font-size: 12px;
    font-size: .75rem;
    padding: 4px 0 0 0;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-model .download-manual i {
    font-size: 14px;
    font-size: .875rem;
    margin: 3px 0 0 3px;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category {
    overflow: hidden;
    padding: 20px 0 0 0;
    width: 100%;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category>div {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 20px 20px 20px;
    max-width: inherit;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category>div:last-child,
  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category>div.last {
    padding-top: 20px;
    border: none;
    border-top: 1px solid #d6d6d6;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-contact {
    width: 100%;
    padding: 20px;
    text-align: center;
    border-bottom: none;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-contact .desktop-content {
    display: none;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-contact .mobile-content {
    display: block;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn {
    width: 100%;
    padding: 0 60px 25px;
    border: 1px solid #d6d6d6;
    border-top: none;
    position: relative !important;
    right: auto;
    top: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn a {
    height: auto;
    padding: 7px 10px;
    line-height: 2;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn a span {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    position: static;
    width: auto;
    display: block;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn a:hover {
    padding: 6px 9px;
    border: 1px solid #1b394e;
    background: #fff;
    color: #1b394e;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn a:hover span {
    color: #1b394e;
  }
}

@media screen and (min-width: 768px) {
  #global-ux .miniDashboard-wrap .item .db-content {
    border: none;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category {
    padding: 0 10px 0 16px;
    width: 64.3%;
    border-right: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category {
    width: 59.41666%;
  }
}

@media screen and (min-width: 768px) {
  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category .mini-db-col {
    float: left;
    width: 58%;
    max-width: inherit;
    padding: 0;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category .mini-db-col>div {
    padding: 25px 15px 25px 15px;
    white-space: normal;
    float: left;
    width: 33.333%;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category .mini-db-col>div:first-child {
    border-left: none;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category .mini-db-col>div:last-child {
    border-right: none;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category .mini-db-col.mini-db-2col>div {
    width: 49.5%;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category .mini-db-col.mini-db-1col>div {
    width: 99%;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category div.cl-4 {
    width: 21%;
    border-right: none;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category div.cl-5 {
    width: 21%;
    border-right: none;
  }

  #global-ux .miniDashboard-wrap .item .db-content .mini-db-equal-height {
    position: relative;
  }

  #global-ux .miniDashboard-wrap .item .db-content .mini-db-equal-height .mini-db-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 25px 15px 25px 15px;
    text-transform: capitalize;
  }

  #global-ux .miniDashboard-wrap .item .db-content .mini-db-equal-height.db-model .mini-db-content {
    padding: 25px 15px 25px 40px;
  }
}

@media screen and (max-width: 767px) {
  #global-ux .miniDashboard-wrap .item .db-content {
    padding: 0;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category>div.mini-db-col {
    padding: 0;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category>div.mini-db-col .mini-db-content {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-vehicle-category div.bd-right {
    border-left: none;
    border-right: none;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn {
    border: none;
    padding: .9375rem 1.25rem;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn a {
    text-align: inherit;
    padding: 0;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn a i {
    margin: -.25rem 0 0;
    vertical-align: middle;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn a:hover {
    border: none;
    color: #fff;
    padding: 0;
    background: transparent;
  }

  #global-ux .miniDashboard-wrap .item .db-content .db-btn a:hover span {
    color: #fff;
  }
}

#global-ux .login-form-wrap {
  overflow: hidden;
  display: block;
}

#global-ux .login-form-wrap:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .login-form-wrap .login-form {
  border-top: 1px solid #adadad;
  background: #f7f7f7;
  display: block;
  margin: 0 -10px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

#global-ux .login-form-wrap .login-form:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .login-form-wrap .login-form .form-fields-group:before,
#global-ux .login-form-wrap .login-form .form-fields-group:after {
  background: #f7f7f7;
}

@media only screen and (min-width: 75em) {
  #global-ux .login-form-wrap .login-form {
    margin: 0 -45px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

#global-ux .login-form-wrap .login-form.bg-c-white {
  background: #fff;
}

#global-ux .login-form-wrap .login-form.bg-c-gray {
  background: #f7f7f7;
}

#global-ux .login-form-wrap .login-form.bg-c-black {
  background: #1b394e;
  border: none;
}

#global-ux .login-form-wrap .login-form.c-white .form-textarea a,
#global-ux .login-form-wrap .login-form.c-white .form-textarea small.hint,
#global-ux .login-form-wrap .login-form.c-white .form-textfield a,
#global-ux .login-form-wrap .login-form.c-white .form-textfield small.hint,
#global-ux .login-form-wrap .login-form.c-white .form-dropdown a,
#global-ux .login-form-wrap .login-form.c-white .form-dropdown small.hint {
  color: #fff;
}

#global-ux .login-form-wrap .login-form.c-white p,
#global-ux .login-form-wrap .login-form.c-white span.title {
  color: #fff;
}

#global-ux .login-form-wrap .login-form.c-black .form-textarea a,
#global-ux .login-form-wrap .login-form.c-black .form-textarea small.hint,
#global-ux .login-form-wrap .login-form.c-black .form-textfield a,
#global-ux .login-form-wrap .login-form.c-black .form-textfield small.hint,
#global-ux .login-form-wrap .login-form.c-black .form-dropdown a,
#global-ux .login-form-wrap .login-form.c-black .form-dropdown small.hint {
  color: #2d96cd;
}

#global-ux .login-form-wrap .login-form.c-black p,
#global-ux .login-form-wrap .login-form.c-black span.title {
  color: #1b394e;
}

#global-ux .login-form-wrap .login-form.c-gray .form-textarea a,
#global-ux .login-form-wrap .login-form.c-gray .form-textarea small.hint,
#global-ux .login-form-wrap .login-form.c-gray .form-textfield a,
#global-ux .login-form-wrap .login-form.c-gray .form-textfield small.hint,
#global-ux .login-form-wrap .login-form.c-gray .form-dropdown a,
#global-ux .login-form-wrap .login-form.c-gray .form-dropdown small.hint {
  color: #2d96cd;
}

#global-ux .login-form-wrap .login-form.c-gray p,
#global-ux .login-form-wrap .login-form.c-gray span.title {
  color: #868686;
}

#global-ux .login-form-wrap .login-form .login-message {
  color: #f34c32;
  font-size: 11px;
  font-size: .6875rem;
  clear: both;
  display: block;
  float: left;
  padding: 0 15px 20px;
  width: 100%;
}

#global-ux .login-form-wrap .bottom-login .form-cms-wrap h1,
#global-ux .login-form-wrap .bottom-login .form-cms-wrap h2,
#global-ux .login-form-wrap .bottom-login .form-cms-wrap h3,
#global-ux .login-form-wrap .bottom-login .form-cms-wrap h4 {
  color: #1b394e;
  margin: 0 0 14px;
  text-indent: 0;
  text-align: left;
  height: auto;
  line-height: 1.4;
}

#global-ux .login-form-wrap .bottom-login .form-cms-wrap p {
  margin: 0 0 5px;
}

#global-ux .register-wrap {
  overflow: hidden;
}

#global-ux .register-wrap .register-form {
  display: block;
}

#global-ux .register-wrap .register-form:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .register-wrap .register-form form {
  display: block !important;
  margin: 0 0 60px;
}

#global-ux .register-wrap .register-form form>div>.fieldsGroup:last-child .form-fields-group {
  padding-bottom: 0;
}

#global-ux .register-wrap .register-form form input {
  color: #1b394e;
}

#global-ux .register-wrap .register-form form select {
  color: #1b394e;
  margin-top: 0;
}

#global-ux .register-wrap .register-form form .postfix {
  color: #1b394e;
}

#global-ux .register-wrap .register-form form .prefix {
  color: #1b394e;
}

#global-ux .register-wrap .register-form form .form-checkbox label {
  color: #1b394e;
}

#global-ux .register-wrap .register-form form .select2-container .select2-choice span {
  color: #1b394e;
}

#global-ux .register-wrap .register-form form .form-recaptcha span.title {
  color: #1b394e;
}

#global-ux .register-wrap .register-header {
  display: block;
  padding: 60px 60px 0 25px;
  border-bottom: 1px solid #dbdbdb;
}

#global-ux .register-wrap .register-header h1,
#global-ux .register-wrap .register-header h2,
#global-ux .register-wrap .register-header h3 {
  color: #616161;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1;
  margin: 0 0 32px;
  text-indent: inherit;
}

#global-ux .register-wrap .register-header h1+p,
#global-ux .register-wrap .register-header h2+p,
#global-ux .register-wrap .register-header h3+p {
  color: #616161;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.7;
  text-align: left;
  margin-top: -25px;
}

@media only screen and (min-width: 48em) {
  #global-ux .register-wrap .register-header h1,
  #global-ux .register-wrap .register-header h2,
  #global-ux .register-wrap .register-header h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 75em) {
  #global-ux .register-wrap .register-header {
    padding: 60px 60px 14px 60px;
  }

  #global-ux .register-wrap .register-header h1,
  #global-ux .register-wrap .register-header h2,
  #global-ux .register-wrap .register-header h3 {
    font-size: 48px;
    font-size: 3rem;
  }

  #global-ux .register-wrap .register-header h1+p,
  #global-ux .register-wrap .register-header h2+p,
  #global-ux .register-wrap .register-header h3+p {
    margin-top: -16px;
  }
}

#global-ux .register-wrap .register-steps {
  display: block;
  padding: 0 15px 10px;
}

#global-ux .register-wrap .register-steps ul {
  list-style: none;
  margin: 0 -7px 0 0;
  padding: 0;
  display: block;
}

#global-ux .register-wrap .register-steps ul li {
  font-size: 16px;
  font-size: 1rem;
  padding: 25px 7px 0 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 -4px 0 0;
}

#global-ux .register-wrap .register-steps ul li span {
  border-bottom: 5px solid #cbcbcb;
  padding: 0 0 4px;
  color: #616161;
  font-weight: 300;
  display: block;
}

#global-ux .register-wrap .register-steps ul li i {
  display: none;
  font-size: 15px;
  font-size: .9375rem;
  vertical-align: top;
  margin: 5px 0 0 3px;
}

#global-ux .register-wrap .register-steps ul li.done {
  cursor: pointer;
}

#global-ux .register-wrap .register-steps ul li.done span {
  border-bottom-color: #2596cf;
  color: #2596cf;
}

#global-ux .register-wrap .register-steps ul li.done i {
  display: inline-block;
}

#global-ux .register-wrap .register-steps ul li.active span {
  border-bottom-color: #1b394e;
  color: #1b394e;
}

#global-ux .register-wrap .register-steps ul li.active i {
  display: inline-block;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .register-wrap .register-steps ul {
    white-space: nowrap;
    margin: 0;
    padding: 0 25% 0 0;
  }

  #global-ux .register-wrap .register-steps ul li {
    width: 100%;
  }

  #global-ux .register-wrap .register-steps ul.step-1 .first {
    margin-left: 0;
  }

  #global-ux .register-wrap .register-steps ul.step-2 {
    margin-right: -4px;
    padding: 0 12.5%;
  }

  #global-ux .register-wrap .register-steps ul.step-2 .first {
    margin-left: -100%;
  }

  #global-ux .register-wrap .register-steps ul.step-3 {
    margin-right: -4px;
    padding: 0 12.5%;
  }

  #global-ux .register-wrap .register-steps ul.step-3 .first {
    margin-left: -200%;
  }

  #global-ux .register-wrap .register-steps ul.step-4 {
    padding: 0 0 0 25%;
    margin-right: -7px;
  }

  #global-ux .register-wrap .register-steps ul.step-4 .first {
    margin-left: -300%;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .register-wrap .register-steps {
    padding: 32px 15px 0;
    margin: 0 0 -25px;
  }

  #global-ux .register-wrap .register-steps ul li {
    padding-top: 0;
    width: 25%;
    font-size: 18px;
    font-size: 1.125rem;
  }

  #global-ux .register-wrap .register-steps ul li span {
    border-bottom-width: 7px;
    padding: 0 0 7px;
  }

  #global-ux .register-wrap .register-steps ul li i {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 3px 0 0 3px;
  }
}

@media only screen and (min-width: 75em) {
  #global-ux .register-wrap .register-steps {
    padding: 42px 15px 0;
  }
}

#global-ux .register-wrap .register-block {
  background: #f7f7f7;
  display: block;
  padding: 10px;
}

#global-ux .register-wrap .register-block:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .register-wrap .register-block .form {
  background-color: transparent;
  padding: 0;
}

#global-ux .register-wrap .register-block .form .form-fields-group:before,
#global-ux .register-wrap .register-block .form .form-fields-group:after {
  background: #f7f7f7;
}

@media only screen and (min-width: 75em) {
  #global-ux .register-wrap .register-block {
    padding: 0 50px;
  }
}

#global-ux .register-wrap .thankyou {
  display: block;
  text-align: center;
  padding: 50px 20px;
  color: #616161;
}

#global-ux .register-wrap .thankyou:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .register-wrap .thankyou h1,
#global-ux .register-wrap .thankyou h2,
#global-ux .register-wrap .thankyou h3 {
  font-weight: 200;
  line-height: 1.3;
  height: auto;
  text-indent: 0;
  color: #616161;
}

#global-ux .register-wrap .thankyou p {
  color: #616161;
}

@media only screen and (min-width: 48em) {
  #global-ux .register-wrap .thankyou {
    padding: 100px 50px;
  }
}

#global-ux .cancel-register-wrap {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
  text-align: center;
  z-index: 9999999;
  float: left;
  left: 0;
  top: 0;
}

#global-ux .cancel-register-wrap.hidden-msg {
  display: none;
  visibility: hidden;
}

#global-ux .cancel-register-wrap .cancel-register-bg {
  float: left;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.8 !important;
  filter: alpha(opacity=80);
}

#global-ux .cancel-register-wrap .cancel-register {
  float: left;
  width: 100%;
  left: 0;
  top: 50%;
  text-align: center;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 50px 25px;
  position: absolute;
  z-index: 2;
}

#global-ux .cancel-register-wrap .cancel-register p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}

#global-ux .cancel-register-wrap .cancel-register .cta-button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  padding: 12px 40px;
  font-weight: 300;
  margin: 0;
  border: none;
  min-width: 265px;
}

#global-ux .cancel-register-wrap .cancel-register .cta-button+.cta-button {
  margin: 25px 0 0;
}

#global-ux .cancel-register-wrap .cancel-register .cta-transparent {
  border: none;
  color: #2596cf;
}

@media only screen and (min-width: 48em) {
  #global-ux .cancel-register-wrap {
    font-size: 18px;
    font-size: 1.125rem;
  }

  #global-ux .cancel-register-wrap .cancel-register {
    padding: 60px 0;
  }

  #global-ux .cancel-register-wrap .cancel-register .cancel-content {
    display: block;
    max-width: 680px;
    margin: 0 auto;
  }

  #global-ux .cancel-register-wrap .cancel-register .cancel-content:after {
    content: "";
    display: table;
    clear: both;
  }

  #global-ux .cancel-register-wrap .cancel-register p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 40px;
  }

  #global-ux .cancel-register-wrap .cancel-register .cta-button {
    margin: 0 15px;
  }

  #global-ux .cancel-register-wrap .cancel-register .cta-button+.cta-button {
    margin: 0 15px;
  }
}

#global-ux .form-cms-wrap {
  display: block;
  margin: 0 -10px;
  color: #616161;
}

#global-ux .form-cms-wrap:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .form-cms-wrap .cms-block-content {
  background: #fff;
  padding: 50px 25px 75px;
  margin: 0;
  border-top: 1px solid #dbdbdb;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#global-ux .form-cms-wrap h1 {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 10px;
  overflow: auto;
  text-indent: 0;
  line-height: 1.4;
  height: auto;
}

#global-ux .form-cms-wrap h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 8px;
  text-indent: 0;
}

#global-ux .form-cms-wrap h3,
#global-ux .form-cms-wrap h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 5px;
  text-indent: 0;
}

#global-ux .form-cms-wrap .cta-button {
  line-height: 26px;
  margin: 12px 0 0 0;
}

#global-ux .form-cms-wrap .cta-button.cta-white {
  line-height: 24px;
}

#global-ux .form-cms-wrap p {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.9;
  color: #616161;
  margin: 0 0 12px;
}

#global-ux .form-cms-wrap p+.cta-button {
  margin-top: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .form-cms-wrap .cms-block-content {
    padding: 50px 25px;
  }

  #global-ux .form-cms-wrap .cta-button {
    line-height: 20px;
  }

  #global-ux .form-cms-wrap .cta-button.cta-white {
    line-height: 18px;
  }
}

@media only screen and (min-width: 75em) {
  #global-ux .form-cms-wrap {
    margin: 0 -50px;
  }

  #global-ux .form-cms-wrap .cms-block-content {
    padding: 50px 65px;
  }
}

#global-ux .cms-block-content.vin-guide .desc {
  display: block;
  margin: 0 0 10px;
}

#global-ux .cms-block-content.vin-guide .desc:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .cms-block-content.vin-guide .imgs img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 10px 10px 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .cms-block-content.vin-guide .desc {
    float: left;
    width: 45.5%;
    max-width: 320px;
    margin: 0;
  }

  #global-ux .cms-block-content.vin-guide .imgs {
    float: left;
    width: 48.4%;
    padding-left: 6.1%;
  }
}

#global-ux .register-wrap .register-block .component-content {
  position: relative;
}

#global-ux .register-wrap .wait-for-submit {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

#global-ux .register-wrap .wait-for-submit:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .register-wrap .wait-for-submit .waiting-bg {
  display: block;
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  opacity: 0.7 !important;
  filter: alpha(opacity=70);
}

#global-ux .register-wrap .wait-for-submit img {
  display: block;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 20;
}

@media only screen and (min-width: 75em) {
  #global-ux .overlay-content .register-wrap .register-header {
    padding: 60px 46px 14px 46px;
  }
}

@media only screen and (min-width: 75em) {
  #global-ux .overlay-content .register-wrap .register-block {
    padding: 0 36px;
  }
}

#global-ux .overlay-content .register-wrap .form-cms-wrap .cms-block-content {
  padding-bottom: 75px;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-content .register-wrap .form-cms-wrap .cms-block-content {
    padding-bottom: 110px;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .overlay-content .register-wrap .register-block .component-content .register-form {
    margin-top: 3.75rem;
  }
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .cms-block-content.vin-guide .desc,
  .rtl #global-ux .cms-block-content.vin-guide .imgs {
    float: right;
  }

  .rtl #global-ux .cms-block-content.vin-guide .imgs {
    padding-right: 6.1%;
    padding-left: 0;
  }
}

.rtl #global-ux .overlay-container.has-form .overlay-close {
  left: 20px;
}

.ie8 #global-ux .register-wrap .register-steps ul li {
  width: 25%;
}

#global-ux .edit-profile-account .title-detail {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #1b394e;
  display: block;
  font-weight: 400;
  padding: 30px 0 45px;
  padding: 1.875rem 0 2.8125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .edit-profile-account .title-detail {
    font-weight: 700;
    padding: 20px 0 30px;
    padding: 1.25rem 0 1.875rem;
  }
}

#global-ux .edit-profile-account .action-change.confirmChange,
#global-ux .edit-profile-account .hidden-input {
  display: none;
}

#global-ux .edit-profile-account tr.editmode td span {
  display: none;
}

#global-ux .edit-profile-account tr.editmode td .hidden-input {
  display: block;
}

#global-ux .edit-profile-account tr.editmode td select {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 13px 25px;
}

#global-ux .edit-profile-account tr.editmode td .action-change {
  display: none;
}

#global-ux .edit-profile-account tr.editmode td a.action-change.confirmChange {
  display: block;
}

#global-ux .edit-profile-account tr.editmode td input {
  margin: 0;
}

#global-ux .edit-profile-account td>span {
  min-height: 37px;
  min-height: 2.3125rem;
  line-height: 37px;
  line-height: 2.3125rem;
}

#global-ux table {
  width: 100%;
}

#global-ux .bg-table {
  color: #616161;
}

#global-ux .bg-table tbody tr {
  background-color: #fff;
}

#global-ux .bg-table tbody tr.tr-even {
  background-color: #f7f7f7;
}

#global-ux .bg-table tbody tr td {
  font-size: 18px;
  font-size: 1.125rem;
  color: #616161;
  text-align: left;
  line-height: 26px;
  line-height: 1.625rem;
  padding-top: 23px;
  padding-top: 1.4375rem;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
  padding-left: 12px;
  padding-left: .75rem;
  padding-right: 12px;
  padding-right: .75rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .bg-table tbody tr td {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 12px;
    padding: .75rem;
  }
}

#global-ux .bg-table tbody tr td:first-child {
  color: #1b394e;
  width: 28.1746031746%;
  padding-left: 90px;
  padding-left: 5.625rem;
  padding-right: 10px;
  padding-right: .625rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .bg-table tbody tr td:first-child {
    width: 28.1746031746%;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 10px;
    padding-right: .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .bg-table tbody tr td:first-child {
    width: 31.25%;
    padding-left: 12px;
    padding-left: .75rem;
    padding-right: 12px;
    padding-right: .75rem;
  }
}

#global-ux .bg-table tbody tr td:first-child+td {
  width: 42.0634920635%;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .bg-table tbody tr td:first-child+td {
    width: 42.0634920635%;
    padding-left: 10px;
    padding-left: .625rem;
    padding-right: 10px;
    padding-right: .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .bg-table tbody tr td:first-child+td {
    width: 40.625%;
    padding-left: 12px;
    padding-left: .75rem;
    padding-right: 12px;
    padding-right: .75rem;
  }
}

#global-ux .bg-table tbody tr td:first-child+td+td {
  width: 29.7619047619%;
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 10px;
  padding-right: .625rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .bg-table tbody tr td:first-child+td+td {
    width: 28.125%;
    padding-left: 15px;
    padding-left: .9375rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .bg-table tbody tr td:first-child+td+td {
    padding-left: 12px;
    padding-left: .75rem;
    padding-right: 12px;
    padding-right: .75rem;
  }
}

#global-ux .bg-table tbody tr td .action-change {
  color: #2d96cd;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: left;
}

#global-ux .bg-table tbody tr td .action-change i {
  vertical-align: sub;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-right: 13px;
  margin-right: .8125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .bg-table tbody tr td .action-change {
    text-align: center;
    font-weight: normal;
    font-size: 7px;
    font-size: .4375rem;
  }

  #global-ux .bg-table tbody tr td .action-change i {
    font-size: 11px;
    font-size: .6875rem;
    margin-right: 5px;
    margin-right: .3125rem;
  }
}

#global-ux .bg-table tbody tr td+td {
  border-left: solid 1px #d6d6d6;
}

#global-ux .form-edit-account.form {
  padding-left: 20%;
  padding-right: 20%;
}

#global-ux .form-edit-account.form .richtext.section {
  padding-left: 15px;
  padding-left: .9375rem;
  padding-right: 15px;
  padding-right: .9375rem;
}

#global-ux .editAccountInfo .form-edit-account-container {
  background: #f7f7f7;
  overflow: hidden;
}

#global-ux .editAccountInfo .form-edit-account-container .form-edit-account.form {
  width: 70.5%;
  float: left;
  background: transparent;
  padding-left: 75px;
  padding-left: 4.6875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-right: 10px;
  padding-right: .625rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .editAccountInfo .form-edit-account-container .form-edit-account.form {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .editAccountInfo .form-edit-account-container .form-edit-account.form {
    padding: 0 10px 30px 0;
    padding: 0 .625rem 1.875rem 0;
  }
}

#global-ux .editAccountInfo .form-edit-account-container .form-edit-account.form .form-checkbox {
  padding-top: 0;
  padding-bottom: 0;
}

#global-ux .editAccountInfo .form-edit-account-container .form-edit-account-right {
  width: 29.5%;
  float: right;
  padding-left: 32px;
  padding-left: 2rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .editAccountInfo .form-edit-account-container .form-edit-account-right {
    padding-left: 22.4px;
    padding-left: 1.4rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .editAccountInfo .form-edit-account-container .form-edit-account-right {
    padding-left: 19.2px;
    padding-left: 1.2rem;
    padding-top: 0;
    padding-top: 0;
  }
}

#global-ux .editAccountInfo .form-edit-account-container .form-edit-account-right .action-change-account {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  font-weight: 300;
  text-align: left;
  color: #2d96cd;
  line-height: 28px;
  line-height: 1.75rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .editAccountInfo .form-edit-account-container .form-edit-account-right .action-change-account {
    font-size: 7px;
    font-size: .4375rem;
    text-align: left;
    font-weight: 300;
  }
}

#global-ux .editAccountInfo .form-edit-account-container .form-edit-account-right .action-change-account.save {
  display: none;
}

#global-ux .editAccountInfo .form-edit-account-container .form-edit-account-right .action-change-account i {
  vertical-align: sub;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-right: 13px;
  margin-right: .8125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .editAccountInfo .form-edit-account-container .form-edit-account-right .action-change-account i {
    font-size: 11px;
    font-size: .6875rem;
    margin-right: 13px;
    margin-right: .8125rem;
  }
}

#global-ux .editAccountInfo .form-edit-account-container .form-edit-account-right.show_save .action-change-account {
  display: none;
}

#global-ux .editAccountInfo .form-edit-account-container .form-edit-account-right.show_save .action-change-account.save {
  display: block;
}

.rtl #global-ux .bg-table tbody tr td {
  text-align: right;
}

.rtl #global-ux .bg-table tbody tr td:first-child {
  padding-right: 90px;
  padding-right: 5.625rem;
  padding-left: 10px;
  padding-left: .625rem;
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .bg-table tbody tr td:first-child {
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-left: 10px;
    padding-left: .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .bg-table tbody tr td:first-child {
    padding-left: 12px;
    padding-left: .75rem;
    padding-right: 12px;
    padding-right: .75rem;
  }
}

.rtl #global-ux .bg-table tbody tr td:first-child+td {
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .bg-table tbody tr td:first-child+td {
    padding-right: 10px;
    padding-right: .625rem;
    padding-left: 10px;
    padding-left: .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .bg-table tbody tr td:first-child+td {
    padding-left: 12px;
    padding-left: .75rem;
    padding-right: 12px;
    padding-right: .75rem;
  }
}

.rtl #global-ux .bg-table tbody tr td:first-child+td+td {
  padding-right: 35px;
  padding-right: 2.1875rem;
  padding-left: 10px;
  padding-left: .625rem;
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .bg-table tbody tr td:first-child+td+td {
    padding-right: 15px;
    padding-right: .9375rem;
    padding-left: 0px;
    padding-left: 0rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .bg-table tbody tr td:first-child+td+td {
    padding-left: 12px;
    padding-left: .75rem;
    padding-right: 12px;
    padding-right: .75rem;
  }
}

.rtl #global-ux .bg-table tbody tr td+td {
  border-right: solid 1px #d6d6d6;
  border-left: none;
}

.rtl #global-ux .bg-table tbody tr td .action-change {
  display: inline-block;
}

.rtl #global-ux .bg-table tbody tr td .icon-link {
  float: left;
}

.rtl #global-ux .bg-table tbody tr td .icon-link:before,
.rtl #global-ux .bg-table tbody tr td .miniDashboard-wrap .item .db-content .db-btn .link-chevron span:after,
.rtl #global-ux .miniDashboard-wrap .item .db-content .db-btn .link-chevron .bg-table tbody tr td span:after {
  display: inline-block;
  transform: rotateY(-180deg);
}

#global-ux .myProfileLogOut {
  background: rgba(0,0,0,0.85);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}

#global-ux .myProfileLogOut section {
  background: transparent;
}

#global-ux .myProfileLogOut .profile-logout {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

#global-ux .myProfileLogOut .profile-logout .title-logout {
  font-size: 12px;
  font-size: .75rem;
  color: #fff;
  text-align: center;
  font-weight: 200;
  margin-bottom: 2.8125rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .myProfileLogOut .profile-logout .title-logout {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#global-ux .myProfileLogOut .profile-logout .button-logout {
  width: 60%;
  margin: 0 auto;
}

#global-ux .myProfileLogOut .profile-logout .button-logout .logout-confirm {
  color: #fff;
}

#global-ux .myProfileLogOut .profile-logout .button-logout .cta-button:hover,
#global-ux .myProfileLogOut .profile-logout .button-logout .cta-button:active {
  border-color: transparent;
}

@media only screen and (min-width: 48em) {
  #global-ux .myProfileLogOut .profile-logout .button-logout {
    width: auto;
  }
}

#global-ux .myProfileLogOut .profile-logout .button-logout a {
  margin-left: 0;
  margin-right: 0;
}

#global-ux .myProfileLogOut .profile-logout .button-logout a.cta-button {
  margin-bottom: 25px;
}

@media only screen and (min-width: 48em) {
  #global-ux .myProfileLogOut .profile-logout .button-logout a {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  #global-ux .myProfileLogOut .profile-logout .button-logout a.cta-button {
    margin-bottom: 0;
  }
}

.ie8 #global-ux .myProfileLogOut {
  background: transparent url("/etc/designs/guxfoap/clientlibs/guxfoap/img/ie/bg-black-08.png") repeat;
}

.ie8 #global-ux .myProfileLogOut .profile-logout {
  left: 0;
  top: 40%;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.ie8 #global-ux .myProfileLogOut .title-logout {
  font-size: 16px;
  margin-bottom: 45px;
}

.ie8 #global-ux .myProfileLogOut .button-logout .logout-confirm {
  display: inline-block;
  vertical-align: top;
  margin: 24px 0 0 80px;
}

#global-ux .owner-download-manual-wrap .header-wrap {
  text-align: center;
  padding: 1.875rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .owner-download-manual-wrap .header-wrap {
    padding: 3.125rem 0;
  }
}

#global-ux .owner-download-manual-wrap .header-wrap .txt-support {
  font-weight: 700;
  color: #1b394e;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .owner-download-manual-wrap .header-wrap .txt-support {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

#global-ux .owner-download-manual-wrap .header-wrap .txt-manuals {
  font-weight: 200;
  color: #616161;
  margin-top: 32px;
  font-size: 48px;
  font-size: 3rem;
}

@media screen and (max-width: 47.9375em) {
  #global-ux .owner-download-manual-wrap .header-wrap .txt-manuals {
    margin-top: 10px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#global-ux .owner-download-manual-wrap .title {
  color: #868686;
  font-weight: 700;
  padding: 0 0 .5625rem;
  font-size: 12px;
  font-size: .75rem;
  display: block;
}

#global-ux .owner-download-manual-wrap .owner-container {
  background: #f7f7f7;
  padding: 1.875rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .owner-download-manual-wrap .owner-container {
    padding: 4.375rem 0;
  }
}

#global-ux .owner-download-manual-wrap .owner-container .owner-content {
  margin: 0 auto;
}

#global-ux .owner-download-manual-wrap .owner-container .owner-content .select2-container {
  margin-top: 0;
}

#global-ux .owner-download-manual-wrap .owner-container .owner-content .your-vin {
  margin-top: 1.25rem;
}

#global-ux .owner-download-manual-wrap .owner-container .owner-content input {
  height: 2.875rem;
}

#global-ux .owner-download-manual-wrap .owner-container .owner-content label {
  width: 100%;
}

#global-ux .owner-download-manual-wrap .owner-container .owner-content .form-submit {
  float: none;
  text-align: center;
  margin-top: 1.875rem;
}

#global-ux .owner-download-manual-wrap .find-vin {
  width: 100%;
  margin: 0 auto;
  padding: 1.875rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .owner-download-manual-wrap .find-vin {
    padding: 4.375rem 0;
    width: 80%;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .owner-download-manual-wrap .find-vin {
    padding: 4.375rem 0;
    width: 50%;
  }
}

#global-ux .owner-download-manual-wrap .find-vin .description-vin p {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 200;
}

#global-ux .owner-download-manual-wrap .find-vin .title-vim {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1b394e;
}

#global-ux .owner-download-manual-wrap .find-vin .img-vim img {
  width: auto;
}

#global-ux .box-popup .header-popup {
  position: relative;
  border-bottom: solid 1px #adadad;
  background-color: #fff;
  padding: 2.5rem 3.125rem;
}

#global-ux .box-popup .header-popup .close-icon {
  right: 1.875rem;
  top: 1.875rem;
}

#global-ux .box-popup .header-popup h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  height: auto;
  text-indent: inherit;
  line-height: 100%;
}

@media only screen and (min-width: 48em) {
  #global-ux .box-popup .header-popup h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .box-popup .content-box-popup {
  background-color: #f7f7f7;
  padding: 3.125rem;
}

#global-ux .popup-download-owner .content-ownerdownload {
  text-align: center;
}

#global-ux .popup-download-owner .content-ownerdownload .owner-icon i {
  font-size: 120px;
  font-size: 7.5rem;
  color: #2d96cd;
}

#global-ux .popup-download-owner .content-ownerdownload .list-download {
  list-style: none;
  margin: 0;
}

#global-ux .popup-download-owner .content-ownerdownload .list-download .cta-button {
  padding: .3125rem 1.25rem;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  min-width: 16.875rem;
}

#global-ux .popup-download-owner .content-ownerdownload .title-manual {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 200;
  color: #616161;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}

.rtl #global-ux .select2-container .owner-download-manual-nameplate .select2-choice span {
  margin-left: 26px;
}

#global-ux .forgot-usename .form {
  padding-bottom: 0;
}

#global-ux .forgot-usename .form h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .forgot-usename .form h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .forgot-usename .txt-email {
  display: block;
}

#global-ux .forgot-usename .form-group-input {
  position: relative;
}

#global-ux .close-icon {
  position: absolute;
  right: 0;
  width: 1.5rem;
  color: #2d96cd;
}

#global-ux .forgot-usename-success .form-group-input {
  position: relative;
}

#global-ux .forgot-usename-success .form {
  padding-bottom: 0;
}

#global-ux .forgot-usename-success .form h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .forgot-usename-success .form h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .forgot-usename-success .form .login-form {
  text-align: center;
}

#global-ux .forgot-usename-success .form .login-form h1 {
  text-align: center;
  margin-bottom: 1.875rem;
}

#global-ux .forgot-usename-success .form .login-form .txt-success {
  margin-bottom: 1.25rem;
}

#global-ux .forgot-usename-success .form .login-form .form-submit {
  float: none;
}

#global-ux .recently-viewed-section {
  background: #fff;
  text-align: center;
  padding: 1.875rem 0;
}

#global-ux .recently-viewed-section h2.title {
  margin: 0 auto 15px;
  width: 85%;
  color: #626466;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: .25px;
  line-height: normal;
}

@media only screen and (min-width: 48em) {
  #global-ux .recently-viewed-section h2.title {
    margin-bottom: 1.875rem;
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .recently-viewed-section .recently-viewed-desktop {
  display: none;
}

#global-ux .recently-viewed-section .recently-viewed-desktop .item {
  display: inline-block;
  width: 33%;
  padding: 0 1.875rem;
}

#global-ux .recently-viewed-section .recently-viewed-desktop .item img {
  width: 100%;
  height: auto;
}

#global-ux .recently-viewed-section .recently-viewed-slider-mobile>ul {
  list-style: none;
  margin: 0;
}

#global-ux .recently-viewed-section .recently-viewed-slider-mobile .item {
  padding: 0 1.25rem;
}

#global-ux .recently-viewed-section .recently-viewed-slider-mobile .flex-control-nav {
  display: none;
}

#global-ux .recently-viewed-section .recently-viewed-desktop .item,
#global-ux .recently-viewed-section .recently-viewed-slider-mobile .item {
  vertical-align: top;
}

#global-ux .recently-viewed-section .recently-viewed-desktop a,
#global-ux .recently-viewed-section .recently-viewed-slider-mobile a {
  text-decoration: none;
}

#global-ux .recently-viewed-section .recently-viewed-desktop .name,
#global-ux .recently-viewed-section .recently-viewed-desktop .title,
#global-ux .recently-viewed-section .recently-viewed-slider-mobile .name,
#global-ux .recently-viewed-section .recently-viewed-slider-mobile .title {
  display: block;
  font-size: 12px;
  font-size: .75rem;
  font-weight: normal;
  margin: 0 0 .625rem;
}

#global-ux .recently-viewed-section .recently-viewed-desktop .title,
#global-ux .recently-viewed-section .recently-viewed-slider-mobile .title {
  color: #626466;
}

#global-ux .recently-viewed-section .recently-viewed-desktop .name,
#global-ux .recently-viewed-section .recently-viewed-slider-mobile .name {
  font-weight: 200;
  font-size: 15px;
  font-size: .9375rem;
  line-height: normal;
  text-transform: uppercase;
  margin: .625rem 0 .1875rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .recently-viewed-section .recently-viewed-desktop .title,
  #global-ux .recently-viewed-section .recently-viewed-slider-mobile .title {
    font-size: 18px;
    font-size: 1.125rem;
  }

  #global-ux .recently-viewed-section .recently-viewed-desktop .name,
  #global-ux .recently-viewed-section .recently-viewed-slider-mobile .name {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .recently-viewed-section {
    padding: 3.125rem 0 1.875rem;
  }

  #global-ux .recently-viewed-section .recently-viewed-desktop {
    display: block;
  }

  #global-ux .recently-viewed-section .recently-viewed-slider-mobile {
    display: none;
  }
}

#global-ux ul.has-list {
  list-style: none !important;
  margin-left: 2.5rem;
  margin-top: 0;
  margin-bottom: 20px;
}

#global-ux ul.has-list li {
  position: relative;
  margin-bottom: 10px;
}

#global-ux ul.has-list li:before {
  position: absolute;
  content: "\2022";
  font-size: 125%;
  margin: -3px 0 10px -15px;
}

.rtl #global-ux ul.has-list {
  margin-right: 2.5rem;
  margin-left: 0;
}

.rtl #global-ux ul.has-list li {
  position: relative;
  margin-bottom: 10px;
}

.rtl #global-ux ul.has-list li:before {
  display: none;
}

.rtl #global-ux ul.has-list li:after {
  position: absolute;
  content: "\2022";
  font-size: 80%;
  margin: 3px 0 10px;
  right: -15px;
}

.ie8 #global-ux .recently-viewed-section {
  padding: 50px 0 30px;
}

.ie8 #global-ux .recently-viewed-section h2.title {
  margin-bottom: 30px;
  font-size: 40px;
}

.ie8 #global-ux .recently-viewed-section .recently-viewed-desktop {
  display: block;
}

.ie8 #global-ux .recently-viewed-section .recently-viewed-desktop .title {
  font-size: 18px;
  color: #626466;
}

.ie8 #global-ux .recently-viewed-section .recently-viewed-desktop .name {
  font-size: 21px;
}

.ie8 #global-ux .recently-viewed-section .recently-viewed-slider-mobile {
  display: none;
}

#global-ux .forgot-password .form {
  padding-bottom: 0;
}

#global-ux .forgot-password .form h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .forgot-password .form h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .forgot-password .txt-email {
  display: block;
}

#global-ux .forgot-password .form-group-input {
  position: relative;
}

#global-ux .close-icon {
  position: absolute;
  right: 0;
  width: 1.5rem;
  color: #2d96cd;
  cursor: pointer;
}

#global-ux .forgot-password-success .form-group-input {
  position: relative;
}

#global-ux .forgot-password-success .form {
  padding-bottom: 0;
}

#global-ux .forgot-password-success .form h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .forgot-password-success .form h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .forgot-password-success .form .login-form {
  text-align: center;
}

#global-ux .forgot-password-success .form .login-form h1 {
  text-align: center;
  margin-bottom: 1.875rem;
}

#global-ux .forgot-password-success .form .login-form .txt-success {
  margin-bottom: 1.25rem;
}

#global-ux .forgot-password-success .form .login-form .form-submit {
  float: none;
}

#global-ux .download-sync-wrap .recieved-link {
  font-size: 14px;
  font-size: .875rem;
  color: #616161;
  font-weight: 300;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .download-sync-wrap .recieved-link {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#global-ux .download-sync-wrap .btn-download {
  text-align: center;
  margin-top: .625rem;
}

#global-ux .download-sync-wrap .twenty-four {
  text-align: center;
  margin: 1.875rem 0;
}

#global-ux .download-sync-wrap .twenty-four i {
  font-size: 100px;
  font-size: 6.25rem;
  color: #2d96cd;
}

#global-ux .term-agree .header-content {
  text-align: center;
  padding-right: 1.875rem;
}

#global-ux .term-agree .content-agree {
  font-size: 16px;
  font-size: 1rem;
  border: solid 1px #939393;
  line-height: 1.5rem;
  padding: 1.875rem;
  margin: 2.5rem 0;
  max-height: 31.25rem;
  overflow-y: auto;
}

@media only screen and (min-width: 48em) {
  #global-ux .term-agree .content-agree {
    margin: 3.75rem 2.5rem;
  }
}

#global-ux .term-agree .btn-download {
  text-align: center;
  margin-top: .625rem;
}

#global-ux .box-bg-gray {
  background: #fff;
  position: relative;
}

#global-ux .box-bg-gray .close-icon {
  right: 1.5625rem;
  top: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .box-bg-gray .close-icon {
    right: 1.5625rem;
    top: 1.875rem;
  }
}

#global-ux .box-bg-gray .header {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  color: #616161;
  padding: 1.25rem 1.5625rem 1.25rem 1.5625rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .box-bg-gray .header {
    padding: 2.5rem 1.25rem 2.5rem 2.8125rem;
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .box-bg-gray .box-container {
  background: #f7f7f7;
  border-top: solid 1px #dbdbdb;
  padding: 1.25rem 1.5625rem 1.25rem 1.5625rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .box-bg-gray .box-container {
    padding: 2.5rem 1.25rem 2.5rem 2.8125rem;
  }
}

#global-ux .box-bg-gray .box-bottom {
  background: #fff;
  padding: 1.25rem 1.5625rem 1.25rem 1.5625rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .box-bg-gray .box-bottom {
    padding: 2.5rem 1.25rem 2.5rem 2.8125rem;
  }
}

#global-ux .update-your-sync {
  overflow: hidden;
}

#global-ux .update-your-sync .sync-down,
#global-ux .update-your-sync .usb-sync,
#global-ux .update-your-sync .cloud-update {
  text-align: center;
  margin: 2.5rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .update-your-sync .sync-down,
  #global-ux .update-your-sync .usb-sync,
  #global-ux .update-your-sync .cloud-update {
    margin: 0;
  }
}

#global-ux .update-your-sync .sync-down i,
#global-ux .update-your-sync .usb-sync i,
#global-ux .update-your-sync .cloud-update i {
  color: #2d96cd;
  font-size: 95px;
  font-size: 5.9375rem;
}

#global-ux .update-your-sync .cols-right {
  margin-top: 5rem;
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .update-your-sync .cols-right {
    display: block;
  }
}

#global-ux .update-your-sync .cols-right .usb-sync {
  display: none;
}

#global-ux .update-your-sync .active-row .cols-right .usb-sync {
  display: block;
}

#global-ux .update-your-sync .active-row .cols-right .sync-down {
  display: none;
}

#global-ux .update-your-sync .box-bottom .title-forget-report {
  font-size: 16px;
  font-size: 1rem;
  color: #1b394e;
  font-weight: 300;
}

@media only screen and (min-width: 48em) {
  #global-ux .update-your-sync .box-bottom .title-forget-report {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#global-ux .update-your-sync .box-bottom .txt-description {
  font-size: 14px;
  font-size: .875rem;
  color: #616161;
  line-height: 1.4375rem;
  margin-bottom: .9375rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .update-your-sync .box-bottom .txt-description {
    font-size: 12px;
    font-size: .75rem;
  }
}

#global-ux .update-your-sync .box-bottom .link-update {
  font-size: 12px;
  font-size: .75rem;
  display: block;
  margin-bottom: 1.25rem;
}

#global-ux .update-your-sync .box-bottom .cta-button {
  margin: 0;
}

#global-ux .update-your-sync .box-bottom .check-all-update {
  color: #2d96cd;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  display: block;
  margin-top: 1.875rem;
}

#global-ux .update-your-sync .box-bottom .cloud-update {
  text-align: center;
}

#global-ux .tab-sync .component-content .tab-content {
  padding-top: 2.5rem;
  font-size: 12px;
  font-size: .75rem;
  display: none;
  padding-bottom: 2.5rem;
}

#global-ux .tab-sync .component-content .tab-content.active {
  display: block;
}

#global-ux .tab-sync .component-content .title-txt {
  font-size: 16px;
  font-size: 1rem;
  color: #1b394e;
  font-weight: 300;
}

@media only screen and (min-width: 48em) {
  #global-ux .tab-sync .component-content .title-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#global-ux .tab-sync .component-content .txt-description {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.4375rem;
  margin-bottom: .9375rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .tab-sync .component-content .txt-description {
    font-size: 12px;
    font-size: .75rem;
  }
}

#global-ux .tab-sync .component-content .bnt-tab {
  margin-top: 2.5rem;
}

#global-ux .tab-sync .component-content .bnt-tab .cta-button {
  margin: 0;
}

#global-ux .tab-sync .component-content .cloud-update {
  text-align: center;
}

#global-ux .tab-sync ul.tab-header {
  list-style: none;
  margin: 0 -7px 0 0;
  padding: 0;
  display: block;
}

#global-ux .tab-sync ul.tab-header li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 25px 7px 0 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 -4px 0 0;
}

#global-ux .tab-sync ul.tab-header li span {
  border-bottom: 5px solid #cbcbcb;
  padding: 0 0 4px;
  color: #616161;
  font-weight: 300;
  display: block;
}

#global-ux .tab-sync ul.tab-header li i {
  display: none;
  font-size: 15px;
  font-size: .9375rem;
  vertical-align: top;
  margin: 5px 0 0 3px;
}

#global-ux .tab-sync ul.tab-header li.done {
  cursor: pointer;
}

#global-ux .tab-sync ul.tab-header li.done span {
  border-bottom-color: #2596cf;
  color: #2596cf;
}

#global-ux .tab-sync ul.tab-header li.done i {
  display: inline-block;
}

#global-ux .tab-sync ul.tab-header li.first span {
  border-bottom-color: #1b394e;
  color: #1b394e;
}

#global-ux .tab-sync ul.tab-header li.first i {
  display: inline-block;
}

#global-ux .tab-sync ul.tab-header li.first.active {
  margin-left: -100%;
}

@media only screen and (min-width: 48em) {
  #global-ux .tab-sync ul.tab-header li.first.active {
    margin-left: inherit;
  }
}

#global-ux .tab-sync ul.tab-header li.first.active span {
  border-bottom-color: #2d96cd;
  color: #2d96cd;
}

#global-ux .tab-sync ul.tab-header li.first.active i {
  display: inline-block;
}

#global-ux .tab-sync ul.tab-header li.first.active+li span {
  border-bottom-color: #1b394e;
  color: #1b394e;
}

#global-ux .tab-sync ul.tab-header li.first.active+li i {
  display: inline-block;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .tab-sync ul.tab-header {
    white-space: nowrap;
    margin: 0;
  }

  #global-ux .tab-sync ul.tab-header li {
    width: 100%;
  }

  #global-ux .tab-sync ul.tab-header.step-1 .first {
    margin-left: 0;
  }

  #global-ux .tab-sync ul.tab-header.step-2 {
    margin-right: -4px;
    padding: 0 12.5%;
  }

  #global-ux .tab-sync ul.tab-header.step-2 .first {
    margin-left: -100%;
  }

  #global-ux .tab-sync ul.tab-header.step-3 {
    margin-right: -4px;
    padding: 0 12.5%;
  }

  #global-ux .tab-sync ul.tab-header.step-3 .first {
    margin-left: -200%;
  }

  #global-ux .tab-sync ul.tab-header.step-4 {
    padding: 0 0 0 25%;
    margin-right: -7px;
  }

  #global-ux .tab-sync ul.tab-header.step-4 .first {
    margin-left: -300%;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .tab-sync {
    padding: 32px 0 0;
    margin: 0 0 -25px;
  }

  #global-ux .tab-sync ul.tab-header li {
    padding-top: 0;
    width: 50%;
    font-size: 18px;
    font-size: 1.125rem;
  }

  #global-ux .tab-sync ul.tab-header li span {
    border-bottom-width: 7px;
    padding: 0 0 7px;
  }

  #global-ux .tab-sync ul.tab-header li i {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 3px 0 0 3px;
  }
}

@media only screen and (min-width: 75em) {
  #global-ux .tab-sync {
    padding: 30px 0px 0;
  }
}

#global-ux .update-your-sync-popup .popup-header {
  border-bottom: 1px solid #bebebe;
  padding: 52px 43px 45px;
  padding: 3.25rem 2.6875rem 2.8125rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .update-your-sync-popup .popup-header {
    padding: 27px 50px 27px 25px;
    padding: 1.6875rem 3.125rem 1.6875rem 1.5625rem;
  }
}

#global-ux .update-your-sync-popup .popup-header h2 {
  font-weight: 200;
  font-size: 48px;
  font-size: 3rem;
  line-height: 50px;
  line-height: 3.125rem;
  margin: 0;
  color: #616161;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .update-your-sync-popup .popup-header h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

#global-ux .update-your-sync-popup .popup-content {
  padding: 65px 15px 15px;
  padding: 4.0625rem .9375rem .9375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .update-your-sync-popup .popup-content {
    padding: 48px 15px;
    padding: 3rem .9375rem;
  }
}

#global-ux .update-your-sync-popup .popup-content-text {
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-top: 34px;
  padding-top: 2.125rem;
}

#global-ux .update-your-sync-popup .popup-content-text p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: 9px;
  margin-bottom: .5625rem;
  color: #616161;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .update-your-sync-popup .popup-content-text p {
    margin-bottom: 15px;
    margin-bottom: .9375rem;
  }
}

#global-ux .update-your-sync-popup .image-holder {
  text-align: center;
}

#global-ux .update-your-sync-popup .image-holder img {
  width: auto;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .update-your-sync-popup .image-holder img {
    width: 67px;
    width: 4.1875rem;
  }
}

#global-ux .update-your-sync-popup .upload-file-block {
  position: relative;
  overflow: hidden;
  width: 270px;
  width: 16.875rem;
  height: 50px;
  height: 3.125rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
  background: #fff;
  border: 1px solid #a9a9a9;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .update-your-sync-popup .upload-file-block {
    margin: 0 auto 44px;
    margin: 0 auto 2.75rem;
  }
}

#global-ux .update-your-sync-popup #sync-file-name {
  position: absolute;
  right: 10px;
  right: .625rem;
  top: 12px;
  top: .75rem;
  font-size: 12px;
  font-size: .75rem;
  width: 150px;
  width: 9.375rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#global-ux .update-your-sync-popup .upload-file-holder {
  width: 86px;
  width: 5.375rem;
  height: 29px;
  height: 1.8125rem;
  position: absolute;
  left: 10px;
  left: .625rem;
  top: 10px;
  top: .625rem;
  background: #2d96cd;
  color: #fff;
  border: 1px solid #2d96cd;
  overflow: hidden;
  cursor: pointer;
}

#global-ux .update-your-sync-popup .upload-file-holder:hover {
  color: #1b394e;
  background-color: #fff;
  border-color: #1b394e;
}

#global-ux .update-your-sync-popup .upload-file-holder input {
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 199px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  border: none;
  z-index: 1;
  position: relative;
}

#global-ux .update-your-sync-popup .upload-file-holder .btn-browse {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  padding: 5px 17px;
  padding: .3125rem 1.0625rem;
  margin: 0;
}

#global-ux .update-your-sync-popup .report-button {
  text-align: center;
}

#global-ux .update-your-sync-popup .report-button .cta-button {
  margin: 0;
  min-width: 0;
  padding: 14px 24px;
  padding: .875rem 1.5rem;
  font-weight: 300;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .update-your-sync-popup .report-button .cta-button {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 62px;
    padding: .9375rem 3.875rem;
    width: auto;
  }
}

#global-ux .delete-vehicle-holder {
  height: 100%;
  width: 100%;
  position: fixed;
  display: table;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000, endColorstr=#FF000000);
}

#global-ux .delete-vehicle-holder .delete-vehicle-holder-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

#global-ux .deleteVehicle .title-delete-vehicle {
  color: #fff;
  font-size: 14px;
  font-size: .875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 700;
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .deleteVehicle .title-delete-vehicle {
    margin: 0 0 50px;
    margin: 0 0 3.125rem;
  }
}

#global-ux .deleteVehicle .btn-holder a {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  margin: 0 50px;
  margin: 0 3.125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .deleteVehicle .btn-holder .delete-vehicle-cancel {
    width: auto;
    margin: 0 0 28px;
    min-width: 175px;
    padding: 10px 5px;
  }
}

#global-ux .deleteVehicle .cta-button {
  vertical-align: middle;
  border: none;
  box-shadow: none;
  min-width: 232px;
  padding: 12px 5px;
  padding: .75rem .3125rem;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-transition: background 0.1s,color 0.1s;
  -moz-transition: background 0.1s,color 0.1s;
  -ms-transition: background 0.1s,color 0.1s;
  -o-transition: background 0.1s,color 0.1s;
  transition: background 0.1s,color 0.1s;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .deleteVehicle .btn-cancel-wrap {
    width: 100%;
  }
}

#global-ux .deleteVehicle .btn-cancel-wrap {
  display: inline-block;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .deleteVehicle .btn-cancel-wrap {
    display: block;
  }
}

.center-pos,
#global-ux .creditOnlineApply .vehicle-selection-wrap .switch-btn:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#global-ux .creditOnlineApply .primary-application-info-selection:after,
#global-ux .creditOnlineApply .text-section:after,
#global-ux .creditOnlineApply .vehicle-selection-inner:after,
#global-ux .creditOnlineApply .personal-info-wrap:after,
#global-ux .creditOnlineApply .contact-info-wrap:after,
#global-ux .creditOnlineApply .buttons-set:after,
#global-ux .creditOnlineApply .question-about-inner:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .creditOnlineApply textarea {
  resize: none;
  overflow-x: hidden;
  overflow-y: visible;
}

#global-ux .creditOnlineApply .title {
  position: relative;
}

#global-ux .creditOnlineApply .title h2,
#global-ux .creditOnlineApply .title h3,
#global-ux .creditOnlineApply .title h4,
#global-ux .creditOnlineApply .title h5 {
  font-size: 24px;
  font-weight: 200;
  margin: 0;
  line-height: normal;
}

#global-ux .creditOnlineApply .title h2 {
  margin-bottom: 10px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .title h2 {
    font-size: 48px;
    margin-bottom: 12px;
  }
}

#global-ux .creditOnlineApply .title h3 {
  margin-bottom: 12px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .title h3 {
    font-size: 42px;
    letter-spacing: .5px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .title h4 {
    font-size: 36px;
  }
}

#global-ux .creditOnlineApply .title h5 {
  font-size: 18px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .title h5 {
    font-size: 24px;
  }
}

#global-ux .creditOnlineApply .title .v-tick {
  border: #B3B3B3 solid 1px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#global-ux .creditOnlineApply .title .v-tick,
#global-ux .creditOnlineApply .title .v-tick span {
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
}

#global-ux .creditOnlineApply .title .v-tick span {
  color: #2D96CD;
  bottom: -24px;
  font-size: 10px;
  position: relative;
  font-weight: normal;
}

#global-ux .creditOnlineApply .title h3 {
  padding-right: 25px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .title h3 {
    padding-right: 0;
  }
}

#global-ux .creditOnlineApply .cta-button,
#global-ux .creditOnlineApply .button {
  margin: 0 auto;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .cta-button,
  #global-ux .creditOnlineApply .button {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

#global-ux .creditOnlineApply .button {
  display: inline-block;
  vertical-align: middle;
}

#global-ux .creditOnlineApply .text-section {
  padding: 30px 8.4% 35px;
  color: #616161;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .text-section {
    font-size: 18px;
    line-height: 30px;
    padding: 97px 77px 55px;
    margin-bottom: 55px;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .text-section .description {
    width: 77%;
  }
}

#global-ux .creditOnlineApply .text-section .button-sec {
  margin: 45px -2.5% 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .text-section .button-sec {
    margin: 34px 0 0;
  }
}

#global-ux .creditOnlineApply .text-section .button-sec .cta-button {
  width: 100%;
  max-width: 420px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .text-section .button-sec .cta-button {
    min-width: 200px;
    width: auto;
    max-width: none;
  }
}

#global-ux .creditOnlineApply .img-header-wrap {
  position: relative;
  overflow: hidden;
}

#global-ux .creditOnlineApply .img-header-wrap img {
  max-width: 100%;
  height: auto;
}

#global-ux .creditOnlineApply .img-header-wrap .text-header-container {
  color: #FFF;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: .1px;
  position: absolute;
  left: 6.25%;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 7px;
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .img-header-wrap .text-header-container {
    top: 19.6%;
    left: 5.5%;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 0;
    font-size: 50px;
    line-height: normal;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  }
}

#global-ux .creditOnlineApply .img-header-wrap .text-header-container .first-line {
  font-weight: 700;
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .img-header-wrap .text-header-container .first-line {
    font-weight: 200;
    letter-spacing: 0;
  }
}

#global-ux .creditOnlineApply .img-header-wrap .text-header-container .second-line {
  font-weight: 300;
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .img-header-wrap .text-header-container .second-line {
    font-weight: 700;
  }
}

#global-ux .creditOnlineApply .primary-application-info-selection .form-textfield {
  margin-bottom: 24px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .primary-application-info-selection .form-textfield {
    float: left;
  }

  #global-ux .creditOnlineApply .primary-application-info-selection .form-textfield:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .primary-application-info-selection .personal-info-wrap .form-textfield {
    width: 264px;
    margin-right: 47px;
  }
}

#global-ux .creditOnlineApply .primary-application-info-selection .personal-info-wrap label,
#global-ux .creditOnlineApply .primary-application-info-selection .contact-info-wrap label {
  display: block;
  color: #616161;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1px;
}

#global-ux .creditOnlineApply .primary-application-info-selection .personal-info-wrap label .title,
#global-ux .creditOnlineApply .primary-application-info-selection .contact-info-wrap label .title {
  display: block;
  margin-bottom: 5px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .primary-application-info-selection .personal-info-wrap label .title,
  #global-ux .creditOnlineApply .primary-application-info-selection .contact-info-wrap label .title {
    margin-bottom: 11px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .primary-application-info-selection .personal-info-wrap .form-textfield.small-width,
  #global-ux .creditOnlineApply .primary-application-info-selection .contact-info-wrap .form-textfield.small-width {
    width: 229px;
  }
}

#global-ux .creditOnlineApply .primary-application-info-selection .title h5 {
  margin-bottom: 19px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .primary-application-info-selection .title h5 {
    margin-bottom: 29px;
  }
}

#global-ux .creditOnlineApply .primary-application-info-selection .contact-info-wrap {
  margin-top: 26px;
  margin-bottom: 42px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .primary-application-info-selection .contact-info-wrap {
    margin-top: 46px;
    margin-bottom: 62px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .primary-application-info-selection .contact-info-wrap .form-textfield {
    width: 371px;
    margin-right: 21px;
  }
}

#global-ux .creditOnlineApply .primary-application-info-selection .form {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  #global-ux .creditOnlineApply .primary-application-info-selection .form {
    padding: 0;
  }
}

#global-ux .creditOnlineApply .buttons-set-bottom .cta-button,
#global-ux .creditOnlineApply .buttons-set-bottom .button {
  width: auto;
  min-width: none;
  max-width: none;
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .buttons-set-bottom .cta-button {
    min-width: 276px;
  }
}

#global-ux .creditOnlineApply .buttons-set-bottom .button {
  border: #FFF solid 1px;
  color: #2D96CD;
  background: #FFF;
  box-shadow: none;
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .buttons-set-bottom .button {
    min-width: 180px;
  }
}

#global-ux .creditOnlineApply .vehicle-selection,
#global-ux .creditOnlineApply .primary-application-info-selection {
  border-top: #D8D8D8 solid 1px;
}

#global-ux .creditOnlineApply .vehicle-selection,
#global-ux .creditOnlineApply .primary-application-info-selection .primary-application-info-outner,
#global-ux .creditOnlineApply .primary-application-info-selection .dealer-selection-wrap .title,
#global-ux .creditOnlineApply .primary-application-info-selection .before-submit-section {
  padding-left: 6.25%;
  padding-right: 6.25%;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection,
  #global-ux .creditOnlineApply .primary-application-info-selection .primary-application-info-outner,
  #global-ux .creditOnlineApply .primary-application-info-selection .dealer-selection-wrap .title,
  #global-ux .creditOnlineApply .primary-application-info-selection .before-submit-section {
    padding-left: 77px;
    padding-right: 77px;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .vehicle-selection,
  #global-ux .creditOnlineApply .primary-application-info-selection .primary-application-info-outner,
  #global-ux .creditOnlineApply .primary-application-info-selection .dealer-selection-wrap .title,
  #global-ux .creditOnlineApply .primary-application-info-selection .before-submit-section {
    padding-left: 98px;
    padding-right: 98px;
  }
}

#global-ux .creditOnlineApply .vehicle-selection .title h3,
#global-ux .creditOnlineApply .primary-application-info-selection .title h3,
#global-ux .creditOnlineApply .dealer-selection-wrap .title h3 {
  position: relative;
}

#global-ux .creditOnlineApply .vehicle-selection .title h3 span,
#global-ux .creditOnlineApply .primary-application-info-selection .title h3 span,
#global-ux .creditOnlineApply .dealer-selection-wrap .title h3 span {
  font-size: 12px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection .title h3,
  #global-ux .creditOnlineApply .primary-application-info-selection .title h3,
  #global-ux .creditOnlineApply .dealer-selection-wrap .title h3 {
    padding-left: 83px;
    padding-bottom: 14px;
  }

  #global-ux .creditOnlineApply .vehicle-selection .title h3:before,
  #global-ux .creditOnlineApply .primary-application-info-selection .title h3:before,
  #global-ux .creditOnlineApply .dealer-selection-wrap .title h3:before {
    content: "";
    position: absolute;
    left: 3px;
    top: -5px;
    font-family: "icomoon";
    font-size: 49px;
  }
}

#global-ux .creditOnlineApply .vehicle-selection {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 14px;
  color: #777;
  font-weight: 200;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection {
    padding-top: 37px;
    padding-bottom: 134px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection .title h3:before {
    content: "\e68a";
  }
}

#global-ux .creditOnlineApply .vehicle-selection .item {
  text-align: center;
  padding: 10px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection .item {
    display: table-cell;
    vertical-align: middle;
    width: 33.33333%;
    padding: 0 10px;
  }
}

#global-ux .creditOnlineApply .vehicle-selection .item img {
  max-width: 100%;
  height: auto;
}

#global-ux .creditOnlineApply .vehicle-selection .item a {
  display: inline-block;
  color: #2D96CD;
  font-weight: 300;
  font-size: 10px;
  margin: 0 10px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection .item a {
    font-size: 14px;
    margin: 5px 16px;
  }
}

@media only screen and (min-width: 1440px) {
  #global-ux .creditOnlineApply .vehicle-selection .item a {
    margin-left: 32px;
    margin-right: 32px;
  }
}

#global-ux .creditOnlineApply .vehicle-selection .item a i {
  font-size: 43px;
  display: block;
  margin-bottom: 5px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection .item a i {
    font-size: 49px;
    margin-bottom: 9px;
  }
}

#global-ux .creditOnlineApply .vehicle-selection .vehicle-selection-outner {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection .vehicle-selection-outner {
    display: table;
  }

  #global-ux .creditOnlineApply .vehicle-selection .vehicle-selection-outner:before,
  #global-ux .creditOnlineApply .vehicle-selection .vehicle-selection-outner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 33.33333%;
    width: 1px;
    height: 100%;
    background: #C2C2C2;
  }

  #global-ux .creditOnlineApply .vehicle-selection .vehicle-selection-outner:after {
    left: 66.66666%;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection .vehicle-selection-inner {
    display: table-row;
  }
}

#global-ux .creditOnlineApply .primary-application-info-selection {
  padding-top: 20px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .primary-application-info-selection {
    padding-top: 37px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .primary-application-info-selection .title h3:before {
    content: "\e677";
  }
}

#global-ux .creditOnlineApply .dealer-selection-wrap {
  padding-top: 20px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .dealer-selection-wrap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .dealer-selection-wrap .title h3:before {
    content: "\e639";
  }
}

#global-ux .creditOnlineApply .dealer-selection-wrap .title .v-tick {
  right: 6.25%;
}

@media only screen and (max-width: 767px) {
  #global-ux .creditOnlineApply .vehicle-selection>div.title,
  #global-ux .creditOnlineApply .primary-application-info-outner>div.title,
  #global-ux .creditOnlineApply .dealer-selection-wrap>div.title {
    opacity: 1;
  }

  #global-ux .creditOnlineApply .vehicle-selection .vehicle-selection-outner,
  #global-ux .creditOnlineApply .vehicle-selection .primary-application-info-inner,
  #global-ux .creditOnlineApply .vehicle-selection .map-section,
  #global-ux .creditOnlineApply .primary-application-info-outner .vehicle-selection-outner,
  #global-ux .creditOnlineApply .primary-application-info-outner .primary-application-info-inner,
  #global-ux .creditOnlineApply .primary-application-info-outner .map-section,
  #global-ux .creditOnlineApply .dealer-selection-wrap .vehicle-selection-outner,
  #global-ux .creditOnlineApply .dealer-selection-wrap .primary-application-info-inner,
  #global-ux .creditOnlineApply .dealer-selection-wrap .map-section {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }

  #global-ux .creditOnlineApply .vehicle-selection.active>div.title,
  #global-ux .creditOnlineApply .primary-application-info-outner.active>div.title,
  #global-ux .creditOnlineApply .dealer-selection-wrap.active>div.title {
    opacity: 1;
  }

  #global-ux .creditOnlineApply .vehicle-selection.active .v-tick span,
  #global-ux .creditOnlineApply .primary-application-info-outner.active .v-tick span,
  #global-ux .creditOnlineApply .dealer-selection-wrap.active .v-tick span {
    position: absolute;
    display: block;
    bottom: -28px;
    left: 0;
    z-index: 2;
  }

  #global-ux .creditOnlineApply .vehicle-selection.active .v-tick:before,
  #global-ux .creditOnlineApply .vehicle-selection.active .v-tick:after,
  #global-ux .creditOnlineApply .primary-application-info-outner.active .v-tick:before,
  #global-ux .creditOnlineApply .primary-application-info-outner.active .v-tick:after,
  #global-ux .creditOnlineApply .dealer-selection-wrap.active .v-tick:before,
  #global-ux .creditOnlineApply .dealer-selection-wrap.active .v-tick:after {
    content: "";
    position: absolute;
    z-index: 1;
  }

  #global-ux .creditOnlineApply .vehicle-selection.active .v-tick:before,
  #global-ux .creditOnlineApply .primary-application-info-outner.active .v-tick:before,
  #global-ux .creditOnlineApply .dealer-selection-wrap.active .v-tick:before {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #FFF;
    display: block;
    width: 18px;
    height: 18px;
  }

  #global-ux .creditOnlineApply .vehicle-selection.active .v-tick:after,
  #global-ux .creditOnlineApply .primary-application-info-outner.active .v-tick:after,
  #global-ux .creditOnlineApply .dealer-selection-wrap.active .v-tick:after {
    font-family: "icomoon";
    content: "";
    top: -5px;
    left: 0;
    font-size: 20px;
    z-index: 2;
  }

  #global-ux .creditOnlineApply .vehicle-selection.active .vehicle-selection-outner,
  #global-ux .creditOnlineApply .vehicle-selection.active .primary-application-info-inner,
  #global-ux .creditOnlineApply .vehicle-selection.active .map-section,
  #global-ux .creditOnlineApply .primary-application-info-outner.active .vehicle-selection-outner,
  #global-ux .creditOnlineApply .primary-application-info-outner.active .primary-application-info-inner,
  #global-ux .creditOnlineApply .primary-application-info-outner.active .map-section,
  #global-ux .creditOnlineApply .dealer-selection-wrap.active .vehicle-selection-outner,
  #global-ux .creditOnlineApply .dealer-selection-wrap.active .primary-application-info-inner,
  #global-ux .creditOnlineApply .dealer-selection-wrap.active .map-section {
    max-height: 9000px;
  }

  #global-ux .creditOnlineApply .vehicle-selection.active .vehicle-selection-outner,
  #global-ux .creditOnlineApply .primary-application-info-outner.active .vehicle-selection-outner,
  #global-ux .creditOnlineApply .dealer-selection-wrap.active .vehicle-selection-outner {
    padding-bottom: 22px;
  }

  #global-ux .creditOnlineApply .vehicle-selection.checked .v-tick,
  #global-ux .creditOnlineApply .primary-application-info-outner.checked .v-tick,
  #global-ux .creditOnlineApply .dealer-selection-wrap.checked .v-tick {
    border-color: #2D96CD;
    background-color: #2D96CD;
    color: #2D96CD;
  }

  #global-ux .creditOnlineApply .vehicle-selection.checked .v-tick span,
  #global-ux .creditOnlineApply .primary-application-info-outner.checked .v-tick span,
  #global-ux .creditOnlineApply .dealer-selection-wrap.checked .v-tick span {
    position: absolute;
    display: block;
    bottom: -28px;
    left: 0;
  }

  #global-ux .creditOnlineApply .vehicle-selection.checked .v-tick:before,
  #global-ux .creditOnlineApply .vehicle-selection.checked .v-tick:after,
  #global-ux .creditOnlineApply .primary-application-info-outner.checked .v-tick:before,
  #global-ux .creditOnlineApply .primary-application-info-outner.checked .v-tick:after,
  #global-ux .creditOnlineApply .dealer-selection-wrap.checked .v-tick:before,
  #global-ux .creditOnlineApply .dealer-selection-wrap.checked .v-tick:after {
    content: "";
    position: absolute;
    z-index: 1;
  }

  #global-ux .creditOnlineApply .vehicle-selection.checked .v-tick:before,
  #global-ux .creditOnlineApply .primary-application-info-outner.checked .v-tick:before,
  #global-ux .creditOnlineApply .dealer-selection-wrap.checked .v-tick:before {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #FFF;
    display: block;
    width: 18px;
    height: 18px;
  }

  #global-ux .creditOnlineApply .vehicle-selection.checked .v-tick:after,
  #global-ux .creditOnlineApply .primary-application-info-outner.checked .v-tick:after,
  #global-ux .creditOnlineApply .dealer-selection-wrap.checked .v-tick:after {
    font-family: "icomoon";
    content: "\e602";
    top: -5px;
    left: 0;
    font-size: 20px;
    z-index: 2;
  }
}

#global-ux .creditOnlineApply .before-submit-section {
  text-align: center;
  padding: 33px 6.25%;
}

#global-ux .creditOnlineApply .before-submit-section,
#global-ux .creditOnlineApply .before-submit-section textarea {
  width: 100%;
  background: #333;
  color: #FFFEFE;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .before-submit-section {
    padding: 63px 0;
  }
}

#global-ux .creditOnlineApply .before-submit-section .before-submit-inner {
  margin: 0 auto;
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .before-submit-section .before-submit-inner {
    width: 63%;
  }
}

#global-ux .creditOnlineApply .before-submit-section .title h4 {
  color: #FFF;
  margin-bottom: 10px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .before-submit-section .title h4 {
    margin-bottom: 17px;
  }
}

#global-ux .creditOnlineApply .before-submit-section .description {
  margin-bottom: 28px;
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .before-submit-section .description {
    width: 95%;
    margin-bottom: 38px;
  }
}

#global-ux .creditOnlineApply .before-submit-section textarea {
  border-color: #FFF;
  height: 220px;
  padding: 15px 24px;
  margin-bottom: 20px;
}

#global-ux .creditOnlineApply .before-submit-section .button {
  margin-top: 5px;
  margin-bottom: 5px;
  min-width: 280px;
}

#global-ux .creditOnlineApply .before-submit-section .button,
#global-ux .creditOnlineApply .before-submit-section .button :hover {
  background: #A8A8A8;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .before-submit-section .button {
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .before-submit-section .btn-submit {
    min-width: 336px;
  }
}

#global-ux .creditOnlineApply .before-submit-section .btn-cancel {
  background: #333;
  box-shadow: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .before-submit-section .btn-cancel {
    min-width: 200px;
  }
}

#global-ux .creditOnlineApply .before-submit-section .buttons-set {
  padding-top: 28px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .before-submit-section .buttons-set {
    padding-top: 38px;
  }
}

@media only screen and (min-width: 1440px) {
  #global-ux .creditOnlineApply .before-submit-section .buttons-set {
    padding-left: 72px;
  }
}

#global-ux .creditOnlineApply .before-submit-section input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: 1px;
  opacity: 1;
  width: auto;
  height: auto;
  margin-right: 12px;
}

#global-ux .creditOnlineApply .question-about-section {
  text-align: center;
  padding: 35px 0 28px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .question-about-section {
    padding: 60px 0 69px;
  }
}

#global-ux .creditOnlineApply .question-about-section .item {
  float: left;
  width: 33.33333%;
}

#global-ux .creditOnlineApply .question-about-section h4 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .question-about-section h4 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

#global-ux .creditOnlineApply .question-about-section a {
  display: block;
  color: #2495CF;
  text-decoration: none;
  font-size: 10px;
  font-weight: 400;
  line-height: 43px;
  white-space: nowrap;
}

#global-ux .creditOnlineApply .question-about-section a i {
  font-size: 43px;
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .question-about-section a {
    color: #5A94CD;
    font-size: 14px;
    font-weight: 300;
  }

  #global-ux .creditOnlineApply .question-about-section a i {
    display: inline;
    margin-right: 9px;
  }
}

#global-ux .creditOnlineApply .mob {
  display: inline;
}

#global-ux .creditOnlineApply .mob.v-tick {
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .mob.v-tick {
    display: none;
  }
}

#global-ux .creditOnlineApply .desk {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .desk {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  #global-ux .creditOnlineApply .title h3 {
    color: #2D96CD;
    font-size: 18px;
  }

  #global-ux .creditOnlineApply .primary-application-info-outner,
  #global-ux .creditOnlineApply .dealer-selection-wrap {
    border-bottom: #D8D8D8 solid 1px;
  }

  #global-ux .creditOnlineApply .primary-application-info-outner,
  #global-ux .creditOnlineApply .dealer-selection-wrap,
  #global-ux .creditOnlineApply .vehicle-selection {
    padding-bottom: 8px;
  }

  #global-ux .creditOnlineApply .vehicle-selection-outner {
    padding-bottom: 22px;
  }
}

#global-ux .creditOnlineApply .vehicle-selection-wrap,
#global-ux .creditOnlineApply .vehicle-selection-wrap h1,
#global-ux .creditOnlineApply .vehicle-selection-wrap h2,
#global-ux .creditOnlineApply .vehicle-selection-wrap h3,
#global-ux .creditOnlineApply .vehicle-selection-wrap h4,
#global-ux .creditOnlineApply .vehicle-selection-wrap h5,
#global-ux .creditOnlineApply .vehicle-selection-wrap h6,
#global-ux .creditOnlineApply .vehicle-selection-wrap p {
  color: #616161;
}

#global-ux .creditOnlineApply .vehicle-selection-wrap:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .creditOnlineApply .vehicle-selection-wrap i,
#global-ux .creditOnlineApply .vehicle-selection-wrap [class^="icon-"],
#global-ux .creditOnlineApply .vehicle-selection-wrap [class*=" icon-"] {
  color: #2D96CD;
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .top-section,
#global-ux .creditOnlineApply .vehicle-selection-wrap .bottom-section {
  padding-left: 6.25%;
  padding-right: 6.25%;
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap .bottom-section {
    position: relative;
    padding-left: 2.9%;
    padding-right: 0;
    overflow: hidden;
  }
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .top-section {
  position: relative;
  font-weight: 200;
  border-bottom: #B3B3B3 solid 1px;
  padding-top: 11px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap .top-section {
    border-bottom-color: #E7E7E7;
    padding-top: 3px;
    padding-left: 42px;
    padding-right: 36px;
  }
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .top-section .title {
  position: relative;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: .5px;
  padding: 22px 20px 22px 41px;
}

@media only screen and (max-width: 359px) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap .top-section .title {
    width: 110px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap .top-section .title {
    font-size: 24px;
    line-height: 24px;
    padding: 36px 30px 36px 64px;
    width: auto;
  }
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .top-section .title i {
  position: absolute;
  left: -12px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 41px;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap .top-section .title i {
    left: 3px;
  }
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .top-section .title a {
  color: #616161;
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .top-section .close {
  position: absolute;
  top: 30px;
  right: 6.25%;
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: url("../img/globile_icons.png") -22px -539px no-repeat;
  background-size: 284px auto;
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap .top-section .close {
    top: 35px;
    right: 32px;
    width: 32px;
    height: 32px;
    background-position: 0 -1078px;
    background-size: 568px auto;
  }
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .left-part {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .1px;
  line-height: normal;
  padding-top: 28px;
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .left-part p {
  color: #777;
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .left-part .button {
  border: #1C3950 solid 1px;
  background-color: #1C3950;
  padding-left: 5px;
  padding-right: 5px;
  width: 150px;
  margin-bottom: 5px;
  margin-right: 10px;
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .left-part .button.btn-outline {
  background-color: #FFF;
  color: #777;
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap .left-part {
    float: left;
    width: 24.93%;
    padding-top: 24px;
    padding-right: 30px;
  }

  #global-ux .creditOnlineApply .vehicle-selection-wrap .left-part .button {
    float: left;
    width: 47.5%;
    margin-right: 0;
  }

  #global-ux .creditOnlineApply .vehicle-selection-wrap .left-part .button.btn-outline {
    float: right;
  }
}

@media only screen and (max-width: 479px) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap .left-part .button {
    float: left;
    width: 47.5%;
    margin-right: 0;
  }

  #global-ux .creditOnlineApply .vehicle-selection-wrap .left-part .button.btn-outline {
    float: right;
  }
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .left-part .buttons-set {
  overflow: hidden;
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap .left-part.hide-s {
    position: absolute;
    -ms-transform: translate3d(-500px, 0, 0);
    -webkit-transform: translate3d(-500px, 0, 0);
    transform: translate3d(-500px, 0, 0);
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap .right-part {
    overflow: hidden;
  }

  #global-ux .creditOnlineApply .vehicle-selection-wrap .right-part.open {
    padding-right: 2.9%;
  }

  #global-ux .creditOnlineApply .vehicle-selection-wrap .right-part.open #showroom-vehicle-card {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #global-ux .creditOnlineApply .vehicle-selection-wrap .right-part.open #showroom-vehicle-card .vehicle-card-grid .item {
    width: 25%;
  }
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .left-part,
#global-ux .creditOnlineApply .vehicle-selection-wrap .right-part,
#global-ux .creditOnlineApply .vehicle-selection-wrap .switch-btn {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .switch-btn {
  position: absolute;
  top: -1px;
  left: 24.93%;
  display: none;
  width: 37px;
  height: 37px;
  background: #FFF;
  border: #E8E8E8 solid 1px;
  cursor: pointer;
  margin-left: 5px;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px -1px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px -1px rgba(0,0,0,0.3);
  z-index: 2;
}

#global-ux .creditOnlineApply .vehicle-selection-wrap .switch-btn:after {
  font-family: "icomoon";
  content: "\e612";
  color: #2D96CD;
  font-size: 20px;
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap .switch-btn {
    display: block;
  }
}

@media only screen and (min-width: 1440px) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap .switch-btn {
    margin-left: 13px;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap .left-part.hide-s+.switch-btn {
    left: 0;
    margin-left: 0;
  }

  #global-ux .creditOnlineApply .vehicle-selection-wrap .left-part.hide-s+.switch-btn:after {
    content: "\e615";
  }
}

@media only screen and (max-width: 767px) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap #showroom-vehicle-card {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap #showroom-vehicle-card {
    border-left: #E7E7E7 solid 1px;
    padding: 40px 80px 40px 80px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap #showroom-vehicle-card .page-title {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .creditOnlineApply .vehicle-selection-wrap #showroom-vehicle-card .vehicle-card-grid .item {
    width: 33.3333%;
  }
}

#global-ux .thankyou-cod-wrap {
  background: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  padding-top: 43px;
}

@media only screen and (min-width: 48em) {
  #global-ux .thankyou-cod-wrap {
    font-size: 18px;
    line-height: 24px;
    padding-top: 80px;
  }
}

#global-ux .thankyou-cod-wrap,
#global-ux .thankyou-cod-wrap p {
  color: #616161;
  font-weight: 200;
  margin: 0;
}

#global-ux .thankyou-cod-wrap .warning-msg {
  color: #D0021B;
}

#global-ux .thankyou-cod-wrap h4,
#global-ux .thankyou-cod-wrap h5 {
  color: #616161;
  font-size: 24px;
  font-weight: 200;
  margin: 0;
  line-height: normal;
}

@media only screen and (min-width: 48em) {
  #global-ux .thankyou-cod-wrap h4,
  #global-ux .thankyou-cod-wrap h5 {
    font-size: 36px;
  }
}

#global-ux .thankyou-cod-wrap h4 {
  margin-bottom: 5px;
}

#global-ux .thankyou-cod-wrap .thankyou-section,
#global-ux .thankyou-cod-wrap .processing-section {
  position: relative;
  padding-bottom: 33px;
}

#global-ux .thankyou-cod-wrap .thankyou-section:after,
#global-ux .thankyou-cod-wrap .processing-section:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 48em) {
  #global-ux .thankyou-cod-wrap .thankyou-section,
  #global-ux .thankyou-cod-wrap .processing-section {
    padding-bottom: 50px;
  }
}

#global-ux .thankyou-cod-wrap .thankyou-section .description,
#global-ux .thankyou-cod-wrap .processing-section .description {
  line-height: 21px;
}

@media only screen and (min-width: 48em) {
  #global-ux .thankyou-cod-wrap .thankyou-section .description,
  #global-ux .thankyou-cod-wrap .processing-section .description {
    line-height: 26px;
  }
}

#global-ux .thankyou-cod-wrap .thankyou-section .description p,
#global-ux .thankyou-cod-wrap .processing-section .description p {
  margin: 0;
}

#global-ux .thankyou-cod-wrap .processing-bottom-section {
  background: #1C3950;
  font-size: 12px;
  line-height: 19px;
  padding: 25px 6.25%;
  visibility: hidden;
}

#global-ux .thankyou-cod-wrap .processing-bottom-section:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 48em) {
  #global-ux .thankyou-cod-wrap .processing-bottom-section {
    font-size: 16px;
    line-height: 24px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

#global-ux .thankyou-cod-wrap .processing-bottom-section,
#global-ux .thankyou-cod-wrap .processing-bottom-section h5,
#global-ux .thankyou-cod-wrap .processing-bottom-section p {
  color: #FFF;
}

#global-ux .thankyou-cod-wrap .processing-bottom-section h5 {
  font-size: 14px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 48em) {
  #global-ux .thankyou-cod-wrap .processing-bottom-section h5 {
    font-size: 18px;
  }
}

#global-ux .thankyou-cod-wrap .processing-section[style="display: block;"]+.processing-bottom-section {
  visibility: visible;
}

#global-ux .thankyou-cod-wrap .thankyou-section .description {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 48em) {
  #global-ux .thankyou-cod-wrap .thankyou-section .description {
    width: 100%;
  }
}

#global-ux .thankyou-cod-wrap .loading-icon {
  text-align: center;
  padding: 5px 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .thankyou-cod-wrap .loading-icon {
    padding: 10px 0;
  }
}

#global-ux .overlay-cod {
  text-align: center;
  padding: 20px;
}

#global-ux .overlay-cod,
#global-ux .overlay-cod p {
  color: #616161;
  font-weight: 200;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-cod {
    padding: 100px 50px;
  }
}

#global-ux .overlay-cod .cta-button {
  max-width: 280px;
  margin: 8px 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-cod .cta-button {
    margin-left: 8px;
    margin-right: 8px;
  }
}

#global-ux .overlay-cod .buttons-set {
  margin-top: 20px;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-cod .buttons-set {
    margin-top: 40px;
  }
}

.rtl #global-ux .credit-shopper-guide .bring-dealer .list-items .item {
  text-align: right;
}

.rtl #global-ux .credit-shopper-guide .bring-dealer .list-items .item .txt-shopper {
  padding-left: 0;
  padding-right: 25px;
}

.rtl #global-ux .credit-shopper-guide .bring-dealer .list-items .item .txt-shopper:before {
  left: auto;
  right: 0;
}

.rtl #global-ux .credit-shopper-guide .payment-estimator-btns ul li {
  border-left: none;
  border-right: 1px solid #cfcfcf;
}

.rtl #global-ux .credit-shopper-guide .payment-estimator-btns ul li:first-child {
  border-right: none;
}

.rtl #global-ux .credit-shopper-guide .payment-estimator-btns ul li:last-child {
  border-right: 1px solid #cfcfcf;
  border-right: expression(this.nextSibling==null?'1px solid #cfcfcf':'inherit');
}

@media only screen and (min-width: 992px) {
  .rtl #global-ux .credit-shopper-guide .payment-estimator-btns ul li li {
    border-left: none;
  }

  .rtl #global-ux .credit-shopper-guide .payment-estimator-btns ul li li:last-child {
    border-right: 1px solid #cfcfcf;
    border-right: expression(this.nextSibling==null?'1px solid #cfcfcf':'inherit');
  }

  .rtl #global-ux .credit-shopper-guide .payment-estimator-btns ul li li:first-child {
    border-right: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-shopper-guide.hide-bring .credit-mobile-block {
    display: none;
  }
}

#global-ux .credit-shopper-guide.hide-bring .credit-accordion-indicator {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#global-ux .credit-shopper-guide.hide-bring .credit-accordion-title hr {
  margin: 0;
}

#global-ux .credit-shopper-guide.hide-bring .payment-estimator-btns {
  border-top: none;
}

#global-ux .credit-shopper-guide .step-shopper {
  background: #f7f7f7;
}

#global-ux .credit-shopper-guide .step-shopper h3 {
  font-weight: 200;
  padding: 1.25rem 0;
}

#global-ux .credit-shopper-guide .step-shopper .doc-checklist {
  background: #f7f7f7;
  text-align: center;
  border-top: solid 1px #e9e9e9;
  padding: 1.875rem 0;
}

#global-ux .credit-shopper-guide .step-shopper .doc-checklist p {
  color: #616161;
}

#global-ux .credit-shopper-guide .step-shopper .doc-checklist.none-style {
  display: none;
}

#global-ux .credit-shopper-guide .txt-guide {
  padding: 0 1.875rem;
  color: #616161;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .credit-shopper-guide .txt-guide {
    padding: 0 4.375rem;
  }
}

#global-ux .credit-shopper-guide .txt-guide dt,
#global-ux .credit-shopper-guide .txt-guide h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: .3125rem;
  line-height: 1.375rem;
  color: #616161;
}

@media only screen and (min-width: 992px) {
  #global-ux .credit-shopper-guide .txt-guide dt,
  #global-ux .credit-shopper-guide .txt-guide h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#global-ux .credit-shopper-guide .txt-guide dt .txt-blue,
#global-ux .credit-shopper-guide .txt-guide h5 .txt-blue {
  color: #2d96cd;
}

#global-ux .credit-shopper-guide .txt-guide dd,
#global-ux .credit-shopper-guide .txt-guide h6 {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 1.5625rem;
}

@media only screen and (min-width: 992px) {
  #global-ux .credit-shopper-guide .txt-guide dd,
  #global-ux .credit-shopper-guide .txt-guide h6 {
    line-height: 1.5rem;
  }
}

#global-ux .credit-shopper-guide .bring-dealer {
  background: #f7f7f7;
}

#global-ux .credit-shopper-guide .bring-dealer .header-bring {
  text-align: center;
  padding: 1.25rem;
  border-bottom: solid 1px #e9e9e9;
}

@media only screen and (min-width: 992px) {
  #global-ux .credit-shopper-guide .bring-dealer .header-bring {
    padding: 3.75rem 4.375rem 1.875rem 4.375rem;
    border-bottom: none;
  }
}

#global-ux .credit-shopper-guide .bring-dealer .header-bring h3 {
  font-weight: 200;
}

#global-ux .credit-shopper-guide .bring-dealer .header-bring .txt-bring {
  font-size: 14px;
  font-size: .875rem;
  color: #616161;
}

#global-ux .credit-shopper-guide .bring-dealer .header-bring .header-dealer {
  border-bottom: solid 1px #e9e9e9;
  margin-bottom: 1.875rem;
}

#global-ux .credit-shopper-guide .bring-dealer .header-bring ul li label {
  padding-left: 1rem;
}

@media only screen and (min-width: 992px) {
  #global-ux .credit-shopper-guide .bring-dealer .header-bring ul li label {
    padding-left: 2rem;
  }
}

#global-ux .credit-shopper-guide .bring-dealer .list-items {
  background: transparent;
  padding: 0px;
  list-style: none;
  margin: 0;
}

#global-ux .credit-shopper-guide .bring-dealer .list-items .item {
  padding: .3125rem;
  text-align: left;
  float: none;
  display: inline-block;
  vertical-align: top;
}

#global-ux .credit-shopper-guide .bring-dealer .list-items .item .txt-shopper {
  padding-left: 25px;
  position: relative;
  color: #616161;
}

#global-ux .credit-shopper-guide .bring-dealer .list-items .item.checkbox .txt-shopper:before {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: solid 1px #a8a8a8;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
}

#global-ux .credit-shopper-guide .bring-dealer .list-items .item.bullets .txt-shopper:before {
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #616161;
  content: "";
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 12px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-shopper-guide .hideForMobile {
    display: none !important;
  }
}

#global-ux .credit-shopper-guide .show-mob-only {
  display: none !important;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-shopper-guide .show-mob-only {
    display: block !important;
  }
}

#global-ux .credit-shopper-guide .payment-estimator-btns {
  padding: 0 30px;
  background: #f7f7f7;
  border-top: solid 1px #e9e9e9;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#global-ux .credit-shopper-guide .payment-estimator-btns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  padding: 2.0625rem 0;
}

#global-ux .credit-shopper-guide .payment-estimator-btns ul li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 25px;
  border-left: none;
  border-left: 1px solid #cfcfcf;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-shopper-guide .payment-estimator-btns ul li {
    display: block;
    border-bottom: 1px solid rgba(206,206,206,0.5);
    border-left: none;
    padding: 30px 0;
  }
}

#global-ux .credit-shopper-guide .payment-estimator-btns ul li:first-child {
  border-left: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-shopper-guide .payment-estimator-btns ul li:last-child {
    border: none;
  }
}

#global-ux .credit-shopper-guide .payment-estimator-btns ul li a {
  text-decoration: none;
}

#global-ux .credit-shopper-guide .payment-estimator-btns ul li a span {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
}

#global-ux .credit-shopper-guide .payment-estimator-btns ul li a i {
  font-size: 50px;
  font-size: 3.125rem;
  margin-right: 1.5625rem;
}

@media only screen and (min-width: 992px) {
  #global-ux .credit-shopper-guide .payment-estimator-btns ul {
    text-align: center;
  }

  #global-ux .credit-shopper-guide .payment-estimator-btns ul li {
    display: inline-block;
    padding: 0 50px;
    border-right: 1px solid #cfcfcf;
    text-align: center;
    max-width: 320px;
    margin: 0;
    border-right: none;
  }

  #global-ux .credit-shopper-guide .payment-estimator-btns ul li:last-child {
    display: inline-block;
    display: expression(this.nextSibling==null?'inline-block':'inherit');
  }

  #global-ux .credit-shopper-guide .payment-estimator-btns ul li a {
    text-decoration: none;
  }

  #global-ux .credit-shopper-guide .payment-estimator-btns ul li a span {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    font-size: 1.0625rem;
  }

  #global-ux .credit-shopper-guide .payment-estimator-btns ul li a i {
    font-size: 50px;
    font-size: 3.125rem;
    margin-right: 1.25rem;
  }
}

#global-ux .credit-shopper-guide .credit-accordion-title {
  position: relative;
}

#global-ux .credit-shopper-guide .credit-accordion-title h3 {
  color: #409ACF;
  padding: 15px 0 0;
}

#global-ux .credit-shopper-guide .credit-accordion-title p {
  padding: 0 30px;
}

#global-ux .credit-shopper-guide .credit-accordion-indicator {
  position: absolute;
  top: 40%;
  right: 5px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  color: #409ACF;
}

.ie8 #global-ux .credit-shopper-guide .large-4 {
  width: 33.33%;
}

@media only screen and (max-width: 767px) {
  #global-ux .credit-shopper-guide .step-shopper .doc-checklist {
    padding: 1.875rem 1.25rem;
  }
}

#global-ux .payment-estimator-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#global-ux .payment-estimator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title h3 {
  font-weight: 300;
  color: #5d94cb;
}

#global-ux .payment-estimator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title.active {
  border-bottom: 1px solid rgba(206,206,206,0.5);
}

@media only screen and (min-width: 48em) {
  #global-ux .payment-estimator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title .accordion-handle {
    margin: -13px 0 0 0;
  }
}

#global-ux .payment-estimator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-body.active {
  margin-bottom: 20px;
}

#global-ux .payment-estimator-wrap .pe-accordion .accordion ul li.accordion-item:last-child .accordion-title,
#global-ux .payment-estimator-wrap .pe-accordion .accordion ul li.accordion-item:last-child.active {
  border-bottom: 1px solid rgba(206,206,206,0.5);
}

#global-ux .payment-estimator-wrap .pe-accordion .calculator .accordion-body {
  margin: 0 !important;
}

#global-ux .payment-estimator-wrap .pe-accordion .calculator .flex-control-nav li {
  margin: 1.25rem .375rem .625rem !important;
}

#global-ux .payment-estimator-wrap .pe-accordion .calculator .accordion-title {
  background: #fff !important;
}

#global-ux .payment-estimator-wrap .pe-accordion .calculator .accordion-title.active {
  border-bottom: none !important;
}

#global-ux .payment-estimator-wrap .pe-financing-package .form-dropdown .select2-container {
  width: 100%;
  max-width: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .payment-estimator-wrap .hideForMobile {
    display: none !important;
  }
}

.ie8 #global-ux .payment-estimator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title {
  padding: 40px 6.59722% 37px;
}

@media only screen and (max-width: 768px) {
  .model-dropdown {
    background: #f4f4f3;
  }

  .model-dropdown a {
    background: #f4f4f3 !important;
  }
}

@media only screen and (max-width: 768px) {
  #global-ux .payment-estimator-wrap .pe-vehicle-info {
    background: #f4f4f3 !important;
  }

  #global-ux .payment-estimator-wrap .pe-vehicle-info h4 {
    color: #1b394e !important;
    font-size: 1.5625rem !important;
  }

  #global-ux .payment-estimator-wrap .pe-vehicle-info .form.section {
    background: #f4f4f3 !important;
  }

  #global-ux .payment-estimator-wrap .pe-vehicle-info .form.section span.title {
    display: none !important;
  }
}

#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info {
  position: relative;
  display: block;
  margin-top: 60px;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section {
  float: left;
  width: 100%;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section h4 {
  padding: 0 60px;
  color: #777777;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one {
  text-align: center;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form {
  padding-top: 0;
  padding-bottom: 30px;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group {
  padding-top: 0;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-recaptcha,
#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-dropdown {
  margin-bottom: 20px;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form label span.title {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 300;
  color: #868686;
  text-transform: uppercase;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
  text-align: center;
  margin-bottom: 30px;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price p {
  margin-bottom: 12px;
  font-weight: 200;
  font-size: 18px;
  font-size: 1.125rem;
  color: #777777;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price span.ng-binding,
#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price sup {
  color: #26374d;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 200;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price sup {
  font-size: 20px;
  font-size: 1.25rem;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info #loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  display: none;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info #loader-overlay img {
  height: auto;
  width: auto;
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -37px 0 0 -37px;
}

#global-ux .payment-estimator-wrap .pe-vehicle-info #loader-overlay.active {
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-one,
  #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-two {
    width: 40%;
  }

  #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-three {
    width: 20%;
  }

  #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
    text-align: left;
  }

  #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one {
    text-align: left;
  }

  #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form {
    padding-bottom: 43px;
  }

  #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-recaptcha,
  #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-dropdown {
    margin-bottom: 51px;
  }
}

#global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner {
  text-align: center;
  padding: 36px;
  padding: 2.25rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner {
    padding: 118px 50px 92px;
    padding: 7.375rem 3.125rem 5.75rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner {
    padding: 50px;
    padding: 3.125rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner {
    padding: 36px;
    padding: 2.25rem;
  }
}

#global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner h3 {
  font-weight: 300;
  margin: 0 0 25px;
  margin: 0 0 1.5625rem;
}

#global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner p span {
  display: block;
  line-height: 18px;
}

#global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder {
  padding: 19px 0 0;
  padding: 1.1875rem 0 0;
}

#global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder a,
#global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder button {
  line-height: 15px;
  line-height: .9375rem;
  font-size: 13px;
  font-size: .8125rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder a,
  #global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder button {
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder a,
  #global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder button {
    line-height: 19px;
    line-height: 1.1875rem;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder a,
  #global-ux .payment-estimator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder button {
    line-height: 15px;
    line-height: .9375rem;
    font-size: 13px;
    font-size: .8125rem;
  }
}

.ie8 #global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part:after {
  top: -4px;
  background: #dbdbdb;
}

.ie8 #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info {
  margin-top: 60px;
}

.ie8 #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-one,
.ie8 #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-two {
  width: 40%;
}

.ie8 #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-three {
  width: 20%;
}

.ie8 #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
  text-align: left;
}

.ie8 #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one {
  text-align: left;
}

.ie8 #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form {
  padding-bottom: 43px;
}

.ie8 #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group {
  border-bottom: none;
}

.ie8 #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-recaptcha,
.ie8 #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-dropdown {
  margin-bottom: 51px;
}

.ps-mini-showroom .ps-showroom-wrap {
  display: block;
  position: relative;
}

.ps-mini-showroom .ps-showroom-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.ps-mini-showroom .ps-showroom-wrap dl {
  display: block;
  margin: 0;
  padding: 0;
}

.ps-mini-showroom .ps-showroom-wrap dt {
  display: block;
  position: relative;
  margin: 0 0 30px;
  padding: 0;
}

.ps-mini-showroom .ps-showroom-wrap dd {
  display: block;
  position: relative;
  margin: 0 0 50px;
  padding: 0;
}

.ps-mini-showroom .ps-showroom-wrap dd:after {
  content: "";
  display: table;
  clear: both;
}

.ps-mini-showroom .ps-showroom-wrap .vehicle-wrap {
  display: inline-block;
  width: 50%;
  margin: 0 -4px 30px 0;
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .ps-mini-showroom .ps-showroom-wrap .vehicle-wrap {
    width: 25%;
  }
}

.model-overlay-holder #showroom-vehicle-card .page-title .dropdown-vehicle-sort {
  right: 4%;
}

#global-ux .payment-estimator-wrap.is-overlay-open .pe-vehicle-info .info-section,
#global-ux .payment-estimator-wrap.is-overlay-open .pe-financing-package,
#global-ux .payment-estimator-wrap.is-overlay-open .pe-accordion,
#global-ux .payment-estimator-wrap.is-overlay-open .pe-ways-of-preserve {
  display: none;
}

#global-ux .payment-estimator-wrap.is-overlay-open .main-vehicle-info {
  margin: 0;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card {
  display: none;
  opacity: 0;
  overflow: hidden;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card.visible {
  display: block;
  opacity: 1;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .header-overlay {
  overflow: hidden;
  padding: 0 35px 12px;
  margin: 0 -35px;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .header-overlay .back-arrow {
  padding: 0 0 0 9px;
  float: left;
  cursor: pointer;
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .payment-estimator-wrap .showroom-vehicle-card .header-overlay .back-arrow {
    max-width: 200px;
    padding: 0;
  }
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .header-overlay .back-arrow i {
  float: left;
  color: #008CBA;
  font-size: 41px;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .header-overlay .back-arrow span {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #616161;
  font-family: "Antenna",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
  font-weight: 200;
  padding: 0 0 0 19px;
  float: left;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .payment-estimator-wrap .showroom-vehicle-card .header-overlay .back-arrow span {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 22px;
    line-height: 1.375rem;
    overflow: hidden;
    display: block;
    float: none;
    padding: 0 0 0 10px;
  }
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .header-overlay .close-btn {
  float: right;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .header-overlay .close-btn .overlay-close {
  display: block;
  cursor: pointer;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .header-overlay .close-btn .overlay-close i {
  background-position: -620px -215px;
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part {
  overflow: hidden;
  padding: 0 35px;
  padding: 0 2.1875rem;
  margin: 0 -35px;
  margin: 0 -2.1875rem;
  min-height: 270px;
  min-height: 16.875rem;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  z-index: 1;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part:after {
    display: none;
  }
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside {
  background: #fafafa;
  float: left;
  padding: 24px 10px 0 35px;
  padding: 1.5rem .625rem 0 2.1875rem;
  margin: 0 0 0 -35px;
  margin: 0 0 0 -2.1875rem;
  min-height: 200px;
  width: 26.4%;
  position: relative;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside {
    width: 37%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside {
    display: none;
  }
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .aside-inner {
  overflow: hidden;
  width: 100%;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 9999px;
  background: #fafafa;
  border-right: 1px solid #dbdbdb;
  left: 0;
  top: 100%;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn {
  position: absolute;
  width: 37px;
  height: 37px;
  background: #fff;
  top: -2px;
  right: -16px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  cursor: pointer;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn i {
  color: #008CBA;
  font-size: 20px;
  line-height: 37px;
  display: block;
  text-align: center;
  width: 37px;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn .open {
  display: none;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn .close {
  display: block;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn.active .open {
  display: block;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn.active .close {
  display: none;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .title {
  padding: 0 0 18px;
  padding: 0 0 1.125rem;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .title span {
  color: #777;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .labels {
  overflow: hidden;
  margin: 0 0 0 -3.5%;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .labels label {
  float: left;
  background: #fff;
  border: 1px solid #1c3950;
  padding: 11px 8px;
  padding: .6875rem .5rem;
  margin: 0 0 3.5% 3.5%;
  width: 46.5%;
  text-align: center;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .labels label.active {
  color: #fff;
  background: #1c3950;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .labels label input {
  display: none;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side {
  display: none;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 -25px;
  padding: 0 25px;
  position: relative;
  z-index: 1000;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side {
    display: block;
  }
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  z-index: 90;
  margin: -4px 0 0;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder {
  position: relative;
  z-index: 100;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels {
  overflow: hidden;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span {
  float: left;
  width: 50%;
  color: #49a4d4;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 45px;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span i {
  color: #49a4d4;
  float: right;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.filter,
#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.cancel,
#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.advanced-filter {
  text-align-last: auto;
  padding-right: 10px;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.filter,
#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.advanced-filter {
  border-right: 1px solid #b3b3b3;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.skip {
  text-align: right;
  padding-left: 10px;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.apply,
#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.advanced-skip {
  text-align: right;
  padding-left: 10px;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.advanced-filter:after {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  font-size: 19px;
  font-size: 1.1875rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "icomoon";
  float: right;
  content: "\e615";
  vertical-align: initial;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.advanced-filter.opened:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 25px;
  width: 100%;
  background: #fff;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder:after {
  content: '';
  display: block;
  position: absolute;
  height: 9999px;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .title {
  padding: 0 0 18px;
  padding: 0 0 1.125rem;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .title span {
  color: #777;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .labels {
  overflow: hidden;
  margin: 0 0 0 -3.5%;
  width: 100%;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .labels label {
  float: left;
  background: #fff;
  border: 1px solid #1c3950;
  padding: 11px 8px;
  padding: .6875rem .5rem;
  margin: 0 0 3.5% 3.5%;
  width: 46.5%;
  text-align: center;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .labels label.active {
  color: #fff;
  background: #1c3950;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .labels label input {
  display: none;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .category-wrap {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-header-side .category-wrap .category-item {
  width: 100%;
  color: #49a4d4;
  padding: 10px 25px 10px;
  height: 45px;
  border-bottom: 1px solid #49a4d4;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-content {
  float: right;
  width: 76%;
  padding: 45px 0 0 75px;
  padding: 2.8125rem 0 0 4.6875rem;
  position: relative;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-content {
    padding: 35px 0 0 45px;
    padding: 2.1875rem 0 0 2.8125rem;
    width: 66%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-content {
    padding: 15px 0 0;
    padding: .9375rem 0 0;
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-content .page-title {
    display: none;
  }
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-content .vehicle-card-grid .item .item-content {
  margin: 0;
  border: 1px solid transparent;
  padding: 30px 25px 20px;
  padding: 1.875rem 1.5625rem 1.25rem;
}

#global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-content .vehicle-card-grid .item:hover .item-content {
  border: 1px solid #2d96cd;
  padding: 30px 25px 20px;
  padding: 1.875rem 1.5625rem 1.25rem;
}

#global-ux .payment-estimator-wrap #showroom-vehicle-card .vehicle-card-grid .item {
  width: 316px;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .payment-estimator-wrap #showroom-vehicle-card .vehicle-card-grid .item {
    width: 50%;
  }
}

#global-ux .payment-estimator-wrap.is-overlay-open .pe-vehicle-info .info-section,
#global-ux .payment-estimator-wrap.is-overlay-open .pe-financing-package,
#global-ux .payment-estimator-wrap.is-overlay-open .pe-accordion,
#global-ux .payment-estimator-wrap.is-overlay-open .pe-ways-of-preserve {
  display: none;
}

#global-ux .payment-estimator-wrap.is-overlay-open .main-vehicle-info {
  margin: 0;
}

#global-ux .payment-estimator-wrap .pe-financing-package .mobile-programs-dropdown {
  display: none;
}

@media only screen and (max-width: 767px) {
  #global-ux .payment-estimator-wrap .pe-financing-package .mobile-programs-dropdown {
    display: block;
  }
}

#global-ux .payment-estimator-wrap .pe-financing-package .select2-container.select2-container-disabled .select2-choice {
  background-color: #ddd !important;
  border-color: #a8a8a8 !important;
}

#global-ux .payment-estimator-wrap .pe-financing-package .select2-container a {
  text-decoration: none;
}

#global-ux .payment-estimator-wrap .pe-financing-package .financial-products ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#global-ux .payment-estimator-wrap .pe-financing-package .financial-products .product-list {
  display: none;
  visibility: hidden;
}

#global-ux .payment-estimator-wrap .pe-financing-package .financial-products .product-item {
  float: left;
  width: 70%;
  margin: 0 15%;
}

#global-ux .payment-estimator-wrap .pe-financing-package .financial-products .product-item .product-desc {
  display: block;
}

#global-ux .payment-estimator-wrap .pe-financing-package .financial-products .product-item.open-info .cash-back {
  background: #5C94CA;
  color: #fff;
}

#global-ux .payment-estimator-wrap .pe-financing-package .financial-products .product-item.open-info .cash-info {
  display: inline-block !important;
  float: right;
}

#global-ux .payment-estimator-wrap .pe-financing-package .financial-products .product-item.open-info .cash-info .gux-tooltip:after {
  color: #fff;
  float: right;
}

#global-ux .payment-estimator-wrap .pe-financing-package .financial-products .product-item.open-info .cash-info span {
  display: inline-block;
  float: right;
}

#global-ux .payment-estimator-wrap .pe-financing-package .financial-products .product-item.open-info .cash-info p {
  margin: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .payment-estimator-wrap .pe-financing-package .financial-products .product-slider {
    display: none;
    visibility: hidden;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .financial-products ul {
    display: block;
    text-align: center;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .financial-products ul:after {
    content: "";
    display: table;
    clear: both;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .financial-products ul li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1.5%;
    text-align: left;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .financial-products .product-list {
    display: block;
    visibility: visible;
  }
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider {
  background: #f4f4f3;
  padding: 20px 0 24px;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product,
#global-ux .payment-estimator-wrap .pe-financing-package .multi-product li,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list li,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider li {
  color: #616161;
  font-size: 9px;
  line-height: normal;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item {
  text-align: left;
  cursor: pointer;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item h3,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item h3,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item h3 {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
  background: #FFF;
  border-style: solid;
  border-color: #E1E1E1 #E1E1E1 #DDD #E1E1E1;
  border-width: 1px 1px 0;
  position: relative;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item h3:after,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item h3:after,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 0;
  height: 1px;
  background: #DDD;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item h3,
#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .cash-back,
#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .desc,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item h3,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .cash-back,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .desc,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item h3,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .cash-back,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .desc {
  padding: 11px;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .desc,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .desc,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .desc {
  background: #fff;
  border-style: solid;
  border-color: #E1E1E1 #E1E1E1 #5C94CA #E1E1E1;
  border-width: 0 1px 2px;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .desc span,
#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .desc b,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .desc span,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .desc b,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .desc span,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .desc b {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .desc b,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .desc b,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .desc b {
  color: #1b394e;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .desc ul:after,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .desc ul:after,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .desc ul:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .desc ul li,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .desc ul li,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .desc ul li {
  width: 49%;
  margin: 0 0 0 1%;
  float: left;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .cash-back,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .cash-back,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .cash-back {
  color: #FFF;
  text-align: left;
  background: #5C94CA;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .cash-back .cash-info,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .cash-back .cash-info,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .cash-back .cash-info {
  display: none !important;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item.open-info,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item.open-info,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item.open-info {
  border-style: solid;
  border-color: #37485B;
  border-width: 1px 1px 1px 1px;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item.open-info .desc,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item.open-info .desc,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item.open-info .desc {
  border: none;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item.open-info .cash-back,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item.open-info .cash-back,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item.open-info .cash-back {
  color: #FFF;
  text-align: left;
  overflow: hidden;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item.open-info .cash-back .cash-info,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item.open-info .cash-back .cash-info,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item.open-info .cash-back .cash-info {
  float: right;
  display: inline-block !important;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item.open-info .cash-back .cash-info span,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item.open-info .cash-back .cash-info span,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item.open-info .cash-back .cash-info span {
  display: inline-block;
  float: right;
  margin-top: 4px;
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item.open-info h3,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item.open-info h3,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item.open-info h3 {
  color: #1b394e;
}

@media only screen and (min-width: 48em) {
  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider {
    padding: 30px 0 50px;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product,
  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product li,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list li,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider li {
    font-size: 16px;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item {
    width: 100%;
    margin: 0;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item h3,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item h3,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item h3 {
    font-size: 20px;
    font-weight: 600;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item h3,
  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .cash-back,
  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .desc,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item h3,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .cash-back,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .desc,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item h3,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .cash-back,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .desc {
    padding: 17px 15px;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .desc b,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .desc b,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .desc b {
    font-size: 30px;
    font-weight: 300;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .cash-back .cash-info,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .cash-back .cash-info,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .cash-back .cash-info {
    top: 19px;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product,
  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product li,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list li,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider li {
    font-size: 12px;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .desc b,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .desc b,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .desc b {
    font-size: 22px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product,
  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product li,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list li,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider li {
    font-size: 12px;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .multi-product .product-item .desc b,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-list .product-item .desc b,
  #global-ux .payment-estimator-wrap .pe-financing-package .product-slider .product-item .desc b {
    font-size: 22px;
  }
}

#global-ux .payment-estimator-wrap .pe-financing-package .multi-product .flex-direction-nav,
#global-ux .payment-estimator-wrap .pe-financing-package .product-list .flex-direction-nav,
#global-ux .payment-estimator-wrap .pe-financing-package .product-slider .flex-direction-nav {
  display: none;
}

#global-ux .payment-estimator-wrap .pe-financing-package .product-slider ul li {
  text-align: center;
}

#global-ux .payment-estimator-wrap .pe-financing-package .form {
  padding-top: 0;
  padding-bottom: 10px;
}

@media only screen and (min-width: 48em) {
  #global-ux .payment-estimator-wrap .pe-financing-package .tabPanel .tabs-nav {
    border-bottom: #ECECEC solid 1px;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .tabPanel .tabs-nav .tabs-nav-list {
    z-index: 2;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .tabPanel .tabs-nav .tabs-nav-list li.tabs-nav-item.is-active {
    border-bottom-width: 4px;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .tabPanel .tabs-nav .tabs-nav-list li.tabs-nav-item,
  #global-ux .payment-estimator-wrap .pe-financing-package .tabPanel .tabs-nav .tabs-nav-list li.tabs-nav-item a {
    font-weight: 300;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .tabPanel .tabs-nav .tabs-nav-list li.tabs-nav-item a {
    font-size: 17px;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .form {
    padding-bottom: 0;
  }

  #global-ux .payment-estimator-wrap .pe-financing-package .form div.fieldsGroup .form-fields-group {
    padding-top: 20px;
  }
}

#global-ux .payment-estimator-wrap .pe-financing-package span.title {
  height: 34px;
  margin-bottom: 15px;
}

#global-ux .payment-estimator-wrap .pe-financing-package span.title .error {
  padding: 10px 0px 7px;
  color: #d0021b;
}

#global-ux .payment-estimator-wrap .pe-financing-package .custom-range-slider {
  width: 85% !important;
}

.ie8 #global-ux .payment-estimator-wrap .pe-financing-package .tabPanel .tabs-nav {
  border-bottom: 1px solid #ECECEC;
}

.ie8 #global-ux .payment-estimator-wrap .pe-financing-package .tabPanel .tabs-container .form div.fieldsGroup .form-fields-group {
  border-bottom: none;
}

.ie8 #global-ux .payment-estimator-wrap .pe-financing-package .tabPanel .tabs-container .form .columns.large-4 {
  width: 33.3333333333%;
}

.ie8 #global-ux .payment-estimator-wrap .pe-financing-package .financial-products ul li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 1.5%;
  text-align: left;
}

.ie8 #global-ux .payment-estimator-wrap .pe-financing-package .financial-products ul li .product-item {
  width: 100%;
  margin: 0;
}

.ie8 #global-ux .payment-estimator-wrap .pe-financing-package .financial-products ul li .product-item .cash-back {
  padding: 17px 15px;
}

.ie8 #global-ux .payment-estimator-wrap .pe-financing-package .financial-products ul li .product-item .cash-back .cash-info {
  top: 19px;
}

#global-ux .payment-estimator-wrap .payment-summary {
  padding: 0 20px 20px;
}

#global-ux .payment-estimator-wrap .payment-summary dl {
  margin: 0;
  padding: 0;
  display: block;
}

#global-ux .payment-estimator-wrap .payment-summary dl dt {
  display: block;
  background: #f4f4f3;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
  padding: 11px 26px 8px 13px;
  padding: .6875rem 1.625rem .5rem .8125rem;
  color: #777777;
}

#global-ux .payment-estimator-wrap .payment-summary dl dt:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .payment-estimator-wrap .payment-summary dl dd {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
  color: #777777;
}

#global-ux .payment-estimator-wrap .payment-summary dl dd:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .payment-estimator-wrap .payment-summary dl dd.t-head {
  margin-top: 17px;
  margin-top: 1.0625rem;
  padding: 11px 26px 21px 13px;
  padding: .6875rem 1.625rem 1.3125rem .8125rem;
  color: #26374d;
}

#global-ux .payment-estimator-wrap .payment-summary dl ul {
  margin: 0 0 9px;
  padding: 0 26px 0 42px;
  padding: 0 1.625rem 0 2.625rem;
  list-style: none;
  float: left;
  width: 100%;
}

#global-ux .payment-estimator-wrap .payment-summary dl li {
  display: block;
  margin: 0;
  padding: 10px 0;
  padding: .625rem 0;
}

#global-ux .payment-estimator-wrap .payment-summary dl li:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .payment-estimator-wrap .payment-summary dl .title {
  float: left;
  width: 50%;
  padding-right: 5px;
}

#global-ux .payment-estimator-wrap .payment-summary dl .value {
  float: right;
  text-align: right;
  width: 50%;
  padding-left: 5px;
}

@media only screen and (min-width: 48em) {
  #global-ux .payment-estimator-wrap .payment-summary {
    max-width: 1026px;
    margin: 0 auto;
    padding: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #global-ux .payment-estimator-wrap .payment-summary {
    max-width: inherit;
    padding: 0 123px;
  }
}

.ie8 #global-ux .payment-estimator-wrap .payment-summary {
  max-width: 1026px;
  margin: 0 auto;
  padding: 0 0 20px;
}

.ie8 #global-ux .payment-estimator-wrap .payment-summary dl dt {
  padding: 11px 26px 8px 13px;
}

.ie8 #global-ux .payment-estimator-wrap .payment-summary dl dd.t-head {
  padding: 11px 26px 21px 13px;
}

#global-ux .payment-estimator-wrap .compare-financial-options {
  display: block;
  text-align: left;
  white-space: nowrap;
  padding: 60px 20px 0;
  margin: 0 auto 0;
}

#global-ux .payment-estimator-wrap .compare-financial-options:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item {
  display: inline-block;
  width: 50%;
  margin: 0 -4px 0 0;
  padding: 0 5px;
  vertical-align: top;
  white-space: normal;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .vehicle-action {
  display: none;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action {
  display: block;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  display: block;
  text-align: center;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action span {
  display: block;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action span+span {
  background: #f4f4f3;
  padding: 29px 0;
  margin-top: 10px;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .head {
  display: none;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .body .attribute {
  overflow: hidden;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .body .attribute * {
  text-indent: -99999px;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .body .attribute.remove-btn {
  display: none;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item h3 {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item h3 strong {
  font-weight: 700;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .body {
  padding: 20px 10px 0;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .body .attribute {
  margin-bottom: 23px;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .body .attribute p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
  color: #616161;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .body .attribute p strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-size: .75rem;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .body .attribute label.price {
  font-weight: 200;
  font-size: 24px;
  font-size: 1.5rem;
  color: #27394e;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .body .attribute .cta-button {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .body .attribute .cta-button {
    padding-right: 5px;
    padding-left: 5px;
    width: 80%;
    margin: .46875rem 10%;
    min-width: 0px;
  }
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .description {
  background: #f4f4f3;
  padding: 10px;
}

#global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .description p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .payment-estimator-wrap .compare-financial-options {
    max-width: 1220px;
    padding: 60px 0 0 0;
  }

  #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item {
    width: 25%;
    padding: 0 10px;
  }

  #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item h3 {
    font-size: 23px;
    color: #27394e;
    padding: 0 50px;
  }

  #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action a {
    font-size: 23px;
    padding: 0 50px;
  }

  #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action a i {
    display: block;
    margin-top: 20px;
  }

  #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action span+span {
    background: none;
    padding: 0;
    margin-top: 0;
  }

  #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .body .attribute {
    margin-bottom: 40px;
  }

  #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .body .attribute label.price {
    font-size: 31px;
    font-size: 1.9375rem;
    padding-left: 15px;
  }

  #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .description {
    padding: 10px 15px;
  }

  #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .description p {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #global-ux .payment-estimator-wrap .compare-financial-options {
    max-width: inherit;
    padding: 60px 25px 0px;
  }

  #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item h3 {
    padding: 0 20px;
  }
}

.ie8 #global-ux .payment-estimator-wrap .compare-financial-options {
  max-width: 1220px;
  padding: 60px 0 0 0;
}

.ie8 #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item {
  width: 25%;
}

.ie8 #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item h3 {
  font-size: 23px;
  color: #27394e;
  padding: 0 50px;
}

.ie8 #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action a {
  font-size: 23px;
  padding: 0 50px;
}

.ie8 #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action a i {
  display: block;
  margin-top: 20px;
}

.ie8 #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action span+span {
  background: none;
  padding: 0;
  margin-top: 0;
}

.ie8 #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .body {
  padding: 20px 74px 0;
}

.ie8 #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .body .attribute {
  margin-bottom: 40px;
}

.ie8 #global-ux .payment-estimator-wrap .compare-financial-options .vehicle-item .body .attribute label.price {
  font-size: 31px;
  font-size: 1.9375rem;
}

#global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns {
  padding: 0 30px;
}

#global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

#global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(206,206,206,0.5);
  padding: 30px 0;
}

#global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul li:last-child {
  border-bottom: none;
}

#global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul li a {
  text-decoration: none;
}

#global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul li a span {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
}

#global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul li a i {
  font-size: 50px;
  font-size: 3.125rem;
  margin-right: 1.25rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul {
    text-align: center;
  }

  #global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 320px;
    text-align: center;
    padding: 0 50px;
    border-right: 1px solid #cfcfcf;
    border-bottom: none;
  }

  #global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul li:last-child {
    border-right: none;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns {
    padding: 33px 0;
  }
}

.ie8 #global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns {
  padding: 33px 0;
}

.ie8 #global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul {
  text-align: center;
}

.ie8 #global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul li {
  display: inline-block;
  vertical-align: top;
  max-width: 320px;
  text-align: center;
  padding: 0 50px;
  border-left: 1px solid #cfcfcf;
  border-bottom: none;
}

.ie8 #global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul li:first-child {
  border-left: none;
}

.rtl .tabs-nav-item {
  float: right;
}

.rtl #global-ux .creditPaymentEstimator .accordion .accordion-handle {
  right: auto;
  left: 0;
}

.rtl #global-ux .creditPaymentEstimator .product-slider {
  direction: ltr;
}

.rtl #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section {
  float: right;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
    text-align: right;
  }
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .payment-estimator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one {
    text-align: right;
  }
}

.rtl #global-ux .payment-estimator-wrap .payment-summary dl .title {
  float: right;
}

.rtl #global-ux .payment-estimator-wrap .payment-summary dl .title-data {
  float: right;
}

.rtl #global-ux .payment-estimator-wrap .payment-summary dl .value {
  float: left;
  text-align: left;
}

.rtl #global-ux .payment-estimator-wrap .payment-summary dl ul {
  padding: 0 2.625rem 0 1.625rem;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul li {
    border-right: none;
    border-left: 1px solid #cfcfcf;
  }

  .rtl #global-ux .payment-estimator-wrap .pe-ways-of-preserve .payment-estimator-btns ul li:last-child {
    border-left: none;
  }
}

.rtl #global-ux .payment-estimator-wrap .compare-financial-options {
  text-align: right;
}

.rtl #global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside {
  float: right;
  padding: 1.5rem 2.1875rem 0 0;
  margin: 0 -2.1875rem 0 0;
}

.rtl #global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn {
  right: auto;
  left: -16px;
}

.rtl #global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-content {
  padding: 2.8125rem 4.6875rem 0 0;
}

.rtl #global-ux .payment-estimator-wrap .showroom-vehicle-card .content-part .overlay-content .txt {
  padding: 0 0 0 1.875rem;
}

.rtl #global-ux .payment-estimator-wrap .financial-products .product-item .product-desc {
  text-align: right;
}

.rtl #global-ux .pe-financing-package .multi-product .product-item .desc span,
.rtl #global-ux .pe-financing-package .multi-product .product-item .desc b {
  text-align: right;
}

.rtl #global-ux .pe-financing-package .multi-product .product-item .desc ul li {
  margin: 0 1% 0 0;
  float: right;
}

.rtl #global-ux .pe-financing-package .product-list .product-item {
  text-align: right;
  direction: rtl;
}

.rtl #global-ux .pe-financing-package .product-list .product-item .desc ul li {
  float: right;
}

.rtl #global-ux .pe-financing-package .product-list .product-item.open-info .cash-back {
  text-align: right;
}

.rtl #global-ux .pe-financing-package .product-list .product-item.open-info .cash-back .cash-info {
  float: left;
}

.rtl #global-ux .section .form label {
  font-size: .75rem;
}

.rtl #global-ux .section .form-textfield,
.rtl #global-ux .section .form-dropdown {
  clear: none;
}

.rtl #global-ux .section .title-data {
  float: right;
}

.rtl #global-ux .form-range-slider .rs-wrap .rs-txt {
  right: auto;
  left: 0;
}

.rtl .column,
.rtl .columns {
  float: right;
}

#global-ux .finance-calculator-wrap {
  position: relative;
}

#global-ux .finance-calculator-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#global-ux .finance-calculator-wrap .finance-calculator-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  text-align: center;
  z-index: 50;
  opacity: 0.5 !important;
}

#global-ux .finance-calculator-wrap .finance-calculator-loader img {
  width: auto;
  height: auto;
  position: fixed;
  top: 50%;
}

#global-ux .finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title.active {
  border-bottom: 1px solid rgba(206,206,206,0.5);
}

#global-ux .finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title h3 {
  font-weight: 300;
  color: #5d94cb;
}

@media only screen and (min-width: 48em) {
  #global-ux .finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title .accordion-handle {
    margin: -13px 0 0 0;
  }
}

#global-ux .finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-body.active {
  margin-bottom: 20px;
}

#global-ux .finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item:last-child .accordion-title,
#global-ux .finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item:last-child.active {
  border-bottom: 1px solid rgba(206,206,206,0.5);
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-calculator-wrap .hideForMobile {
    display: none !important;
  }
}

.ie8 #global-ux .finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title {
  padding: 40px 6.59722% 37px;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info {
  display: block;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info {
    padding-bottom: 0;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section {
  float: left;
  width: 100%;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section h4 {
  padding: 0 60px;
  padding: 0 3.75rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #777777;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section h4 {
    padding: 0 25px;
    padding: 0 1.5625rem;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one {
  text-align: center;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .cta-button {
  font-size: 14px;
  font-size: .875rem;
  padding: 13px 19px;
  padding: .8125rem 1.1875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  min-width: 0;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form label {
  padding-top: 0;
  padding-bottom: 0;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form label span.title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 200;
  text-transform: none;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form label div.fieldsGroup .form-fields-group {
  padding-top: 0;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form label div.fieldsGroup .form-fields-group div.form-recaptcha,
#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form label div.fieldsGroup .form-fields-group div.form-dropdown {
  margin-bottom: 20px;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price p {
  margin-bottom: 5px;
  margin-bottom: .3125rem;
  padding-left: 5px;
  padding-left: .3125rem;
  font-weight: 200;
  font-size: 18px;
  font-size: 1.125rem;
  color: #777777;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price span.ng-binding,
#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price sup {
  color: #26374d;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 200;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price sup {
  font-size: 20px;
  font-size: 1.25rem;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section {
  padding: 15px;
  padding: .9375rem;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section .year-radio-holder {
  display: inline-block;
  margin: 0 15px 15px 0;
  margin: 0 .9375rem .9375rem 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section .year-radio-holder {
    text-align: center;
  }
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section .title {
  font-weight: 200;
  font-size: 12px;
  font-size: .75rem;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section input[type="radio"]+label {
  width: 118px;
  width: 7.375rem;
  height: 35px;
  height: 2.1875rem;
  border: 1px solid #1b394e;
  color: #1b394e;
  text-align: center;
  padding: 7px 0;
  padding: .4375rem 0;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section input[type="radio"]+label:before {
  display: none;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section input[type="radio"]+label.checked {
  background-color: #1b394e;
  color: #fff;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info #loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  display: none;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info #loader-overlay img {
  height: auto;
  width: auto;
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -37px 0 0 -37px;
}

#global-ux .finance-calculator-wrap .pe-vehicle-info #loader-overlay.active {
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-one,
  #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-two {
    width: 40%;
  }

  #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-three {
    width: 20%;
  }

  #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
    text-align: left;
  }

  #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one {
    text-align: left;
  }

  #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form {
    padding-bottom: 43px;
  }

  #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-recaptcha,
  #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-dropdown {
    margin-bottom: 51px;
  }
}

#global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner {
  text-align: center;
  padding: 36px;
  padding: 2.25rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner {
    padding: 118px 50px 92px;
    padding: 7.375rem 3.125rem 5.75rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner {
    padding: 50px;
    padding: 3.125rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner {
    padding: 36px;
    padding: 2.25rem;
  }
}

#global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner h3 {
  font-weight: 300;
  margin: 0 0 25px;
  margin: 0 0 1.5625rem;
}

#global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner p span {
  display: block;
  line-height: 18px;
}

#global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder {
  padding: 19px 0 0;
  padding: 1.1875rem 0 0;
}

#global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder a,
#global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder button {
  line-height: 15px;
  line-height: .9375rem;
  font-size: 13px;
  font-size: .8125rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder a,
  #global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder button {
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder a,
  #global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder button {
    line-height: 19px;
    line-height: 1.1875rem;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder a,
  #global-ux .finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder button {
    line-height: 15px;
    line-height: .9375rem;
    font-size: 13px;
    font-size: .8125rem;
  }
}

.ie8 #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-one,
.ie8 #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-two {
  width: 40%;
}

.ie8 #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-three {
  width: 20%;
}

.ie8 #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
  text-align: left;
}

.ie8 #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one {
  text-align: left;
}

.ie8 #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form {
  padding-bottom: 43px;
}

.ie8 #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group {
  border-bottom: none;
}

.ie8 #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-recaptcha,
.ie8 #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-dropdown {
  margin-bottom: 51px;
}

.ie8 #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section input[type="radio"]+.checked {
  background-color: #1b394e;
  color: #fff;
}

.ps-mini-showroom .ps-showroom-wrap {
  display: block;
  position: relative;
}

.ps-mini-showroom .ps-showroom-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.ps-mini-showroom .ps-showroom-wrap dl {
  display: block;
  margin: 0;
  padding: 0;
}

.ps-mini-showroom .ps-showroom-wrap dt {
  display: block;
  position: relative;
  margin: 0 0 30px;
  padding: 0;
}

.ps-mini-showroom .ps-showroom-wrap dd {
  display: block;
  position: relative;
  margin: 0 0 50px;
  padding: 0;
}

.ps-mini-showroom .ps-showroom-wrap dd:after {
  content: "";
  display: table;
  clear: both;
}

.ps-mini-showroom .ps-showroom-wrap .vehicle-wrap {
  display: inline-block;
  width: 50%;
  margin: 0 -4px 30px 0;
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .ps-mini-showroom .ps-showroom-wrap .vehicle-wrap {
    width: 25%;
  }
}

#global-ux .finance-calculator-wrap.is-overlay-open .pe-vehicle-info .info-section,
#global-ux .finance-calculator-wrap.is-overlay-open .pe-financing-package,
#global-ux .finance-calculator-wrap.is-overlay-open .pe-accordion,
#global-ux .finance-calculator-wrap.is-overlay-open .pe-ways-of-preserve {
  display: none;
}

#global-ux .finance-calculator-wrap.is-overlay-open .main-vehicle-info {
  margin: 0;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card {
  display: none;
  opacity: 0;
  overflow: hidden;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card.visible {
  display: block;
  opacity: 1;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .header-overlay {
  overflow: hidden;
  padding: 0 35px 12px;
  margin: 0 -35px;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .header-overlay .back-arrow {
  padding: 0 0 0 9px;
  float: left;
  cursor: pointer;
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .finance-calculator-wrap .showroom-vehicle-card .header-overlay .back-arrow {
    max-width: 200px;
    padding: 0;
  }
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .header-overlay .back-arrow i {
  float: left;
  color: #008CBA;
  font-size: 41px;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .header-overlay .back-arrow span {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #616161;
  font-family: "Antenna",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
  font-weight: 200;
  padding: 0 0 0 19px;
  float: left;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .finance-calculator-wrap .showroom-vehicle-card .header-overlay .back-arrow span {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 22px;
    line-height: 1.375rem;
    overflow: hidden;
    display: block;
    float: none;
    padding: 0 0 0 10px;
  }
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .header-overlay .close-btn {
  float: right;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .header-overlay .close-btn .overlay-close {
  display: block;
  cursor: pointer;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .header-overlay .close-btn .overlay-close i {
  background-position: -620px -215px;
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part {
  overflow: hidden;
  padding: 0 35px;
  padding: 0 2.1875rem;
  margin: 0 -35px;
  margin: 0 -2.1875rem;
  min-height: 270px;
  min-height: 16.875rem;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  z-index: 1;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part:after {
    display: none;
  }
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside {
  background: #fafafa;
  float: left;
  padding: 24px 0 0 35px;
  padding: 1.5rem 0 0 2.1875rem;
  margin: 0 0 0 -35px;
  margin: 0 0 0 -2.1875rem;
  min-height: 200px;
  width: 26.4%;
  position: relative;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside {
    width: 37%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside {
    display: none;
  }
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .aside-inner {
  overflow: hidden;
  width: 100%;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 9999px;
  background: #fafafa;
  border-right: 1px solid #dbdbdb;
  left: 0;
  top: 100%;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn {
  position: absolute;
  width: 37px;
  height: 37px;
  background: #fff;
  top: -2px;
  right: -16px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  cursor: pointer;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn i {
  color: #008CBA;
  font-size: 20px;
  line-height: 37px;
  display: block;
  text-align: center;
  width: 37px;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn .open {
  display: none;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn .close {
  display: block;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn.active .open {
  display: block;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn.active .close {
  display: none;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .title {
  padding: 0 0 18px;
  padding: 0 0 1.125rem;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .title span {
  color: #777;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .labels {
  overflow: hidden;
  margin: 0 0 0 -3.5%;
  width: 100%;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .labels label {
  float: left;
  background: #fff;
  border: 1px solid #1c3950;
  padding: 11px 8px;
  padding: .6875rem .5rem;
  margin: 0 0 3.5% 3.5%;
  width: 46.5%;
  text-align: center;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .labels label.active {
  color: #fff;
  background: #1c3950;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .labels label input {
  display: none;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side {
  display: none;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 -25px;
  padding: 0 25px;
  position: relative;
  z-index: 1000;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side {
    display: block;
  }
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  z-index: 90;
  margin: -4px 0 0;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder {
  position: relative;
  z-index: 100;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels {
  overflow: hidden;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span {
  float: left;
  width: 50%;
  color: #49a4d4;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 45px;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span i {
  color: #49a4d4;
  float: right;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.filter,
#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.cancel {
  text-align-last: auto;
  padding-right: 10px;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.filter {
  border-right: 1px solid #b3b3b3;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.skip {
  text-align: right;
  padding-left: 10px;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.apply {
  text-align: right;
  padding-left: 10px;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 25px;
  width: 100%;
  background: #fff;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder:after {
  content: '';
  display: block;
  position: absolute;
  height: 9999px;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .title {
  padding: 0 0 18px;
  padding: 0 0 1.125rem;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .title span {
  color: #777;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .labels {
  overflow: hidden;
  margin: 0 0 0 -3.5%;
  width: 100%;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .labels label {
  float: left;
  background: #fff;
  border: 1px solid #1c3950;
  padding: 11px 8px;
  padding: .6875rem .5rem;
  margin: 0 0 3.5% 3.5%;
  width: 46.5%;
  text-align: center;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .labels label.active {
  color: #fff;
  background: #1c3950;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .labels label input {
  display: none;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content {
  overflow: hidden;
  padding: 45px 0 0 75px;
  padding: 2.8125rem 0 0 4.6875rem;
  position: relative;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content {
    padding: 35px 0 0 45px;
    padding: 2.1875rem 0 0 2.8125rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content {
    padding: 15px 0 0;
    padding: .9375rem 0 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content .page-title {
    display: none;
  }
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content .vehicle-card-grid .item .item-content {
  margin: 0;
  border: 1px solid transparent;
  padding: 30px 25px 20px;
  padding: 1.875rem 1.5625rem 1.25rem;
}

#global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content .vehicle-card-grid .item:hover .item-content {
  border: 1px solid #2d96cd;
  padding: 30px 25px 20px;
  padding: 1.875rem 1.5625rem 1.25rem;
}

#global-ux .finance-calculator-wrap #showroom-vehicle-card .vehicle-card-grid .item {
  width: 316px;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .finance-calculator-wrap #showroom-vehicle-card .vehicle-card-grid .item {
    width: 50%;
  }
}

#global-ux .finance-calculator-wrap.is-overlay-open .pe-vehicle-info .info-section,
#global-ux .finance-calculator-wrap.is-overlay-open .pe-financing-package,
#global-ux .finance-calculator-wrap.is-overlay-open .pe-accordion,
#global-ux .finance-calculator-wrap.is-overlay-open .pe-ways-of-preserve {
  display: none;
}

#global-ux .finance-calculator-wrap.is-overlay-open .main-vehicle-info {
  margin: 0;
}

#global-ux .financial-products-card {
  background: #f7f7f7;
  padding: 45px 0;
  padding: 2.8125rem 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .financial-products-card {
    padding: 25px;
    padding: 1.5625rem;
  }
}

#global-ux .financial-products-card h4 {
  border-bottom: 1px solid #e2e2e2;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 19px 22px 17px;
  padding: 1.1875rem 1.375rem 1.0625rem;
  margin: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .financial-products-card h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 15px 15px 12px;
    padding: .9375rem .9375rem .75rem;
  }
}

#global-ux .financial-products-card .product-item {
  max-width: 339px;
  max-width: 21.1875rem;
  -webkit-box-shadow: 0px 0px 3px 0px #e5e5e5;
  -moz-box-shadow: 0px 0px 3px 0px #e5e5e5;
  box-shadow: 0px 0px 3px 0px #e5e5e5;
  margin: 0 auto;
  border: 1px solid #1b384e;
  background: #fff !important;
}

#global-ux .financial-products-card .product-item .financial-list {
  overflow: hidden;
  list-style: none;
  padding: 24px 23px 30px;
  padding: 1.5rem 1.4375rem 1.875rem;
  margin: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .financial-products-card .product-item .financial-list {
    padding: 15px 15px 25px;
    padding: .9375rem .9375rem 1.5625rem;
  }
}

#global-ux .financial-products-card .product-item .financial-list li {
  float: left;
  width: 50%;
  font-weight: 200;
}

#global-ux .financial-products-card .product-item .financial-list li .title {
  height: auto;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 20px;
  line-height: 1.25rem;
}

#global-ux .financial-products-card .product-item .financial-list li span {
  display: block;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 13px;
  line-height: .8125rem;
  color: #777;
}

#global-ux .financial-products-card .product-item .financial-list li sup {
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
  top: -1.3em;
  color: #1b394e;
}

#global-ux .financial-products-card .product-item .financial-list li .data {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 35px;
  line-height: 2.1875rem;
  overflow: hidden;
  color: #1b394e;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .financial-products-card .product-item .financial-list li .data {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}

#global-ux .financial-products-card .product-item .financial-list li .currency {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  float: left;
  color: #1b394e;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .financial-products-card .product-item .financial-list li .currency {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#global-ux .financeCalculator .financing-package {
  border-top: 1px solid #e2e2e2;
}

#global-ux .financeCalculator .financing-package .form .title {
  text-transform: uppercase;
  height: 38px;
  font-weight: 300;
  padding: 0 0 5px;
  padding: 0 0 .3125rem;
}

#global-ux .financeCalculator .financing-package .form .title .icon-info {
  font-size: 13px;
  font-size: .8125rem;
  margin-left: 3px;
  margin-left: .1875rem;
}

#global-ux .financeCalculator .financing-package .form label input {
  line-height: 46px;
  line-height: 2.875rem;
}

#global-ux .financeCalculator .form {
  padding-top: 0;
  padding-bottom: 10px;
}

#global-ux .financeCalculator .form .title .error {
  padding: 0;
  color: #d0021b;
}

#global-ux .financeCalculator .form .select2-container .select2-choice:after {
  line-height: 5px;
}

@media only screen and (min-width: 48em) {
  #global-ux .financeCalculator .form {
    padding-bottom: 0;
  }

  #global-ux .financeCalculator .form .fieldsGroup .form-fields-group {
    padding-top: 26px;
  }
}

#global-ux .financing-package .form-group-input .block-total-finan input {
  min-height: 225px;
  font-size: 600%;
}

.ie8 #global-ux .financeCalculator .form .columns.large-4 {
  width: 33.3333333333%;
}

#global-ux .finance-calculator-wrap .payment-summary {
  padding: 0 20px;
}

#global-ux .finance-calculator-wrap .payment-summary dl {
  margin: 0;
  padding: 0;
  display: block;
}

#global-ux .finance-calculator-wrap .payment-summary dl dt {
  display: block;
  background: #f4f4f3;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
  padding: .6875rem 1.625rem .5rem .8125rem;
  color: #777777;
}

#global-ux .finance-calculator-wrap .payment-summary dl dt:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .finance-calculator-wrap .payment-summary dl dd {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
  color: #777777;
}

#global-ux .finance-calculator-wrap .payment-summary dl dd:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .finance-calculator-wrap .payment-summary dl dd.t-head {
  margin-top: 1.0625rem;
  padding: .6875rem 1.625rem 1.3125rem .8125rem;
  color: #26374d;
}

#global-ux .finance-calculator-wrap .payment-summary dl ul {
  margin: 0 0 9px;
  padding: 0 1.625rem 0 2.625rem;
  list-style: none;
  float: left;
  width: 100%;
}

#global-ux .finance-calculator-wrap .payment-summary dl li {
  display: block;
  margin: 0;
  padding: 10px 0;
}

#global-ux .finance-calculator-wrap .payment-summary dl li:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .finance-calculator-wrap .payment-summary dl .title {
  float: left;
  width: 50%;
  padding-right: 5px;
}

#global-ux .finance-calculator-wrap .payment-summary dl .value {
  float: right;
  text-align: right;
  width: 50%;
  padding-left: 5px;
}

@media only screen and (min-width: 48em) {
  #global-ux .finance-calculator-wrap .payment-summary {
    max-width: 1026px;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #global-ux .finance-calculator-wrap .payment-summary {
    max-width: inherit;
    padding: 0 123px;
  }
}

.ie8 #global-ux .finance-calculator-wrap .payment-summary {
  max-width: 1026px;
  margin: 0 auto;
  padding: 0;
}

.ie8 #global-ux .finance-calculator-wrap .payment-summary dl dt {
  padding: 11px 26px 8px 13px;
}

.ie8 #global-ux .finance-calculator-wrap .payment-summary dl dd.t-head {
  padding: 11px 26px 21px 13px;
}

#global-ux .finance-calculator-wrap .compare-financial-options {
  display: block;
  text-align: left;
  white-space: nowrap;
  padding: 0 20px;
  margin: 60px auto 0;
}

#global-ux .finance-calculator-wrap .compare-financial-options:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item {
  display: inline-block;
  width: 50%;
  margin: 0 -4px 0 0;
  padding: 0;
  vertical-align: top;
  white-space: normal;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item .vehicle-action {
  display: none;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action {
  display: block;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  display: block;
  text-align: center;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action span {
  display: block;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action span+span {
  background: #f4f4f3;
  padding: 29px 0;
  margin-top: 10px;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .head {
  display: none;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .body .attribute {
  overflow: hidden;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .body .attribute * {
  text-indent: -99999px;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .body .attribute.remove-btn {
  display: none;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item h3 {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item h3 strong {
  font-weight: 700;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item .body {
  padding: 20px 20px 0;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item .body .attribute {
  margin-bottom: 23px;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item .body .attribute p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
  color: #616161;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item .body .attribute p strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-size: .75rem;
}

#global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item .body .attribute label.price {
  font-weight: 200;
  font-size: 24px;
  font-size: 1.5rem;
  color: #27394e;
  white-space: nowrap;
}

@media only screen and (min-width: 48em) {
  #global-ux .finance-calculator-wrap .compare-financial-options {
    max-width: 1220px;
    padding: 0;
  }

  #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item {
    width: 25%;
  }

  #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item h3 {
    font-size: 23px;
    color: #27394e;
    padding: 0 50px;
  }

  #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action a {
    font-size: 23px;
    padding: 0 50px;
  }

  #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action a i {
    display: block;
    margin-top: 20px;
  }

  #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action span+span {
    background: none;
    padding: 0;
    margin-top: 0;
  }

  #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item .body {
    padding: 20px 74px 0;
  }

  #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item .body .attribute {
    margin-bottom: 40px;
  }

  #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item .body .attribute label.price {
    font-size: 31px;
    font-size: 1.9375rem;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #global-ux .finance-calculator-wrap .compare-financial-options {
    max-width: inherit;
    padding: 0 25px;
  }

  #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item h3 {
    padding: 0 20px;
  }

  #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item .body {
    padding: 20px 45px 0;
  }
}

.ie8 #global-ux .finance-calculator-wrap .compare-financial-options {
  max-width: 1220px;
  padding: 0;
}

.ie8 #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item {
  width: 25%;
}

.ie8 #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item h3 {
  font-size: 23px;
  color: #27394e;
  padding: 0 50px;
}

.ie8 #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action a {
  font-size: 23px;
  padding: 0 50px;
}

.ie8 #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action a i {
  display: block;
  margin-top: 20px;
}

.ie8 #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item.hidden-attrs .vehicle-action span+span {
  background: none;
  padding: 0;
  margin-top: 0;
}

.ie8 #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item .body {
  padding: 20px 74px 0;
}

.ie8 #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item .body .attribute {
  margin-bottom: 40px;
}

.ie8 #global-ux .finance-calculator-wrap .compare-financial-options .vehicle-item .body .attribute label.price {
  font-size: 31px;
  font-size: 1.9375rem;
  white-space: nowrap;
}

#global-ux .finance-calculator-wrap .pe-ways-of-preserve .finance-calculator-btns {
  padding: 0 30px;
}

#global-ux .finance-calculator-wrap .pe-ways-of-preserve .finance-calculator-btns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

#global-ux .finance-calculator-wrap .pe-ways-of-preserve .finance-calculator-btns ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(206,206,206,0.5);
  padding: 30px 0;
}

#global-ux .finance-calculator-wrap .pe-ways-of-preserve .finance-calculator-btns ul li:last-child {
  border-bottom: none;
}

#global-ux .finance-calculator-wrap .pe-ways-of-preserve .finance-calculator-btns ul li a {
  text-decoration: none;
}

#global-ux .finance-calculator-wrap .pe-ways-of-preserve .finance-calculator-btns ul li a span {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
}

#global-ux .finance-calculator-wrap .pe-ways-of-preserve .finance-calculator-btns ul li a i {
  font-size: 50px;
  font-size: 3.125rem;
  margin-right: 1.25rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .finance-calculator-wrap .pe-ways-of-preserve .finance-calculator-btns ul {
    text-align: center;
  }

  #global-ux .finance-calculator-wrap .pe-ways-of-preserve .finance-calculator-btns ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 320px;
    text-align: center;
    padding: 0 50px;
    border-right: 1px solid #cfcfcf;
    border-bottom: none;
  }

  #global-ux .finance-calculator-wrap .pe-ways-of-preserve .finance-calculator-btns ul li:last-child {
    border-right: none;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .finance-calculator-wrap .pe-ways-of-preserve .finance-calculator-btns {
    padding: 33px 0;
  }
}

.ie8 #global-ux .finance-calculator-wrap .pe-ways-of-preserve .payment-estimator-btns {
  padding: 33px 0;
}

.ie8 #global-ux .finance-calculator-wrap .pe-ways-of-preserve .payment-estimator-btns ul {
  text-align: center;
}

.ie8 #global-ux .finance-calculator-wrap .pe-ways-of-preserve .payment-estimator-btns ul li {
  display: inline-block;
  vertical-align: top;
  max-width: 320px;
  text-align: center;
  padding: 0 50px;
  border-left: 1px solid #cfcfcf;
  border-bottom: none;
}

.ie8 #global-ux .finance-calculator-wrap .pe-ways-of-preserve .payment-estimator-btns ul li:first-child {
  border-left: none;
}

#global-ux .print-estimator {
  padding: 30px 118px;
  padding: 1.875rem 7.375rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .print-estimator {
    padding: 15px;
    padding: .9375rem;
  }
}

#global-ux .print-estimator p,
#global-ux .print-estimator li {
  color: #565656;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 300;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator p,
  #global-ux .print-estimator li {
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

#global-ux .print-estimator .logo {
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator .logo {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .print-estimator .logo img {
  width: 160px;
  width: 10rem;
  margin: 0 13px 0 0;
  margin: 0 .8125rem 0 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator .logo img {
    width: 80px;
    width: 5rem;
  }
}

#global-ux .print-estimator .logo span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 5px 5px 5px 15px;
  padding: .3125rem .3125rem .3125rem .9375rem;
  border-left: 3px solid #39505e;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 29px;
  line-height: 1.8125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator .logo span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

#global-ux .print-estimator .title-holder {
  margin: 0 0 28px;
  margin: 0 0 1.75rem;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator .title-holder {
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
  }
}

#global-ux .print-estimator .title-holder h2 {
  position: relative;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 47px;
  line-height: 2.9375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
  color: #193245;
  background: #fff;
  display: inline-block;
  z-index: 1;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator .title-holder h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    line-height: 1.875rem;
    display: block;
    padding-right: 0;
  }
}

#global-ux .print-estimator .title-holder:after {
  content: '';
  display: block;
  clear: both;
  height: 4px;
  width: 100%;
  background: #a4a4a4;
  position: absolute;
  left: 0;
  top: 41%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator .title-holder:after {
    display: none;
  }
}

#global-ux .print-estimator .info-title {
  margin: 0 0 22px;
  margin: 0 0 1.375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator .info-title {
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
  }
}

#global-ux .print-estimator .info-title h3 {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 31px;
  line-height: 1.9375rem;
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator .info-title h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

#global-ux .print-estimator .info-title h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  color: #616161;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator .info-title h4 {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .print-estimator .info-title .date {
  float: right;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #616161;
  font-weight: 300;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator .info-title .date {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .print-estimator .table-holder h4 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 15px;
  background: #278bc6;
  margin: 0 0 47px;
  margin: 0 0 2.9375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator .table-holder h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin: 0 0 25px;
    margin: 0 0 1.5625rem;
  }
}

#global-ux .print-estimator table {
  overflow: hidden;
  margin: 0 0 85px;
  margin: 0 0 5.3125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator table {
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
  }
}

#global-ux .print-estimator table thead {
  background: none;
}

#global-ux .print-estimator table tr th {
  color: #747171;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  padding: 8px 15px;
  padding: .5rem .9375rem;
  font-weight: 400;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator table tr th {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

#global-ux .print-estimator table tr th:first-child {
  padding-left: 85px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator table tr th:first-child {
    padding-left: 15px;
  }
}

#global-ux .print-estimator table tr td {
  color: #747171;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 9px 12px;
  padding: .5625rem .75rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator table tr td {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .print-estimator table tr td:first-child {
  padding-left: 85px;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator table tr td:first-child {
    padding-left: 15px;
  }
}

#global-ux .print-estimator table tr td:first-child:before {
  content: '';
  display: block;
  clear: both;
  background: #e2e2e2;
  width: 1px;
  height: 3000px;
  position: absolute;
  top: 0;
  right: 0;
}

#global-ux .print-estimator table tr td:last-child {
  text-align: right;
  padding-right: 85px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator table tr td:last-child {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .print-estimator table tr:first-child td {
    border-bottom: 10px solid #fff;
  }
}

#global-ux .print-estimator table .fill {
  background: #efefef;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .finance-calculator-wrap .pe-ways-of-preserve .finance-calculator-btns ul li {
    border-right: none;
    border-left: 1px solid #cfcfcf;
  }

  .rtl #global-ux .finance-calculator-wrap .pe-ways-of-preserve .finance-calculator-btns ul li:last-child {
    border-left: none;
  }
}

.rtl #global-ux .finance-calculator-wrap .payment-summary dl .title {
  float: right;
}

.rtl #global-ux .finance-calculator-wrap .payment-summary dl .value {
  float: left;
  text-align: left;
}

.rtl #global-ux .finance-calculator-wrap .payment-summary dl ul {
  padding: 0 2.625rem 0 1.625rem;
}

.rtl #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section {
  float: right;
}

.rtl #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one {
  text-align: right;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one {
    text-align: center;
  }
}

.rtl #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
  text-align: right;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
    text-align: center;
  }
}

.rtl #global-ux .finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .radio-info-section {
  clear: both;
}

.rtl #global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside {
  float: right;
  padding: 1.5rem 2.1875rem 0 0;
  margin: 0 -2.1875rem 0 0;
}

.rtl #global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn {
  right: auto;
  left: -16px;
}

.rtl #global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content {
  padding: 2.8125rem 4.6875rem 0 0;
}

.rtl #global-ux .finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content .txt {
  padding: 0 0 0 1.875rem;
}

.rtl #global-ux .compare-financial-options {
  text-align: right;
}

.rtl #global-ux .financial-products-card .product-item .financial-list li {
  float: right;
}

.rtl #global-ux .financial-products-card .product-item .financial-list li .data {
  float: right;
}

.rtl #global-ux .financial-products-card .product-item .financial-list li .currency {
  float: none;
  display: inline-block;
  vertical-align: top;
}

#global-ux .multi-finance-calculator-wrap {
  position: relative;
}

#global-ux .multi-finance-calculator-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#global-ux .multi-finance-calculator-wrap .multi-finance-calculator-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  text-align: center;
  z-index: 50;
  opacity: 0.5 !important;
}

#global-ux .multi-finance-calculator-wrap .multi-finance-calculator-loader img {
  width: auto;
  height: auto;
  position: fixed;
  top: 50%;
}

#global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title {
  padding-left: 1.875rem;
  padding-right: 1.25rem;
}

@media only screen and (min-width: 992px) {
  #global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

#global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title.active {
  border-bottom: 1px solid rgba(206,206,206,0.5);
}

#global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title h3 {
  font-weight: 300;
  color: #5d94cb;
}

@media only screen and (min-width: 48em) {
  #global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title .accordion-handle {
    margin: -13px 0 0 0;
  }
}

@media only screen and (max-width: 768px) {
  #global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title .accordion-handle {
    right: 20px;
  }
}

#global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title .accordion-handle {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-body.active {
  max-width: 100%;
}

#global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-body .accordion-content {
  padding-top: 1px;
  padding-bottom: 20px;
}

#global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-body .payment-summary {
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media only screen and (min-width: 992px) {
  #global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-body .payment-summary {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

#global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-body .payment-summary dl dt.t-head {
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}

#global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item:last-child .accordion-title,
#global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item:last-child.active {
  border-bottom: 1px solid rgba(206,206,206,0.5);
}

.ie8 #global-ux .multi-finance-calculator-wrap .pe-accordion .accordion ul li.accordion-item .accordion-title {
  padding: 40px 6.59722% 37px;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info {
  display: block;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info {
    padding-bottom: 0;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section {
  float: left;
  width: 100%;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section h4 {
  padding: 0 60px;
  padding: 0 3.75rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #777777;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section h4 {
    padding: 0 25px;
    padding: 0 1.5625rem;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one {
  text-align: center;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .cta-button {
  font-size: 14px;
  font-size: .875rem;
  padding: 13px 19px;
  padding: .8125rem 1.1875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  min-width: 0;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form label {
  padding-top: 0;
  padding-bottom: 0;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form label span.title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 200;
  text-transform: none;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form label div.fieldsGroup .form-fields-group {
  padding-top: 0;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form label div.fieldsGroup .form-fields-group div.form-recaptcha,
#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form label div.fieldsGroup .form-fields-group div.form-dropdown {
  margin-bottom: 20px;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .showForMobile {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .showForMobile {
    display: block;
  }
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price p {
  margin-bottom: 5px;
  margin-bottom: .3125rem;
  padding-left: 5px;
  padding-left: .3125rem;
  font-weight: 200;
  font-size: 18px;
  font-size: 1.125rem;
  color: #777777;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price span.ng-binding,
#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price sup {
  color: #26374d;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 200;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price sup {
  font-size: 20px;
  font-size: 1.25rem;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section {
  padding: 15px;
  padding: .9375rem;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section .year-radio-holder {
  display: inline-block;
  margin: 0 15px 15px 0;
  margin: 0 .9375rem .9375rem 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section .year-radio-holder {
    text-align: center;
  }
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section .title {
  font-weight: 200;
  font-size: 12px;
  font-size: .75rem;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section input[type="radio"]+label {
  width: 118px;
  width: 7.375rem;
  height: 35px;
  height: 2.1875rem;
  border: 1px solid #1b394e;
  color: #1b394e;
  text-align: center;
  padding: 7px 0;
  padding: .4375rem 0;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section input[type="radio"]+label:before {
  display: none;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section input[type="radio"]+label.checked {
  background-color: #1b394e;
  color: #fff;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section input[type="radio"]+label.disabled {
  background-color: #f4f4f3;
  border-color: #f4f4f3;
  cursor: default;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section input[type="radio"]+label.disabled.checked {
  color: #1b394e;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info #loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  display: none;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info #loader-overlay img {
  height: auto;
  width: auto;
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -37px 0 0 -37px;
}

#global-ux .multi-finance-calculator-wrap .pe-vehicle-info #loader-overlay.active {
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-one,
  #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-two {
    width: 40%;
  }

  #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-three {
    width: 20%;
  }

  #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
    text-align: left;
  }

  #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one {
    text-align: left;
  }

  #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form {
    padding-bottom: 43px;
  }

  #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-recaptcha,
  #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-dropdown {
    margin-bottom: 51px;
  }
}

#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-vehicle-info .info-section,
#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-financing-package,
#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-accordion,
#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-ways-of-preserve {
  display: none;
}

#global-ux .multi-finance-calculator-wrap.is-overlay-open .main-vehicle-info {
  margin: 0;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card {
  display: none;
  opacity: 0 !important;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card.visible {
  display: block;
  opacity: 1 !important;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay {
  overflow: hidden;
  padding: 0 35px 12px;
  margin: 0 -35px;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .back-arrow {
  padding: 0 0 0 9px;
  float: left;
  cursor: pointer;
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .back-arrow i {
  float: left;
  color: #008CBA;
  font-size: 41px;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .back-arrow span {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #616161;
  font-family: "Antenna",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
  font-weight: 200;
  padding: 0 0 0 19px;
  float: left;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .close-btn {
  float: right;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .close-btn .overlay-close {
  display: block;
  cursor: pointer;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .close-btn .overlay-close i {
  background-position: -620px -215px;
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part {
  overflow: hidden;
  padding: 0 35px;
  padding: 0 2.1875rem;
  margin: 0 -35px;
  margin: 0 -2.1875rem;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  z-index: 1;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside {
  background: #fafafa;
  float: left;
  padding: 24px 0 0 35px;
  padding: 1.5rem 0 0 2.1875rem;
  margin: 0 0 0 -35px;
  margin: 0 0 0 -2.1875rem;
  min-height: 200px;
  width: 26.4%;
  position: relative;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  position: relative;
  z-index: 10;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .aside-inner {
  overflow: hidden;
  width: 100%;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 9999px;
  background: #fafafa;
  border-right: 1px solid #dbdbdb;
  left: 0;
  top: 100%;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn {
  position: absolute;
  width: 37px;
  height: 37px;
  background: #fff;
  top: -2px;
  right: -16px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  cursor: pointer;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn i {
  color: #008CBA;
  font-size: 20px;
  line-height: 37px;
  display: block;
  text-align: center;
  width: 37px;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn .open {
  display: none;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn .close {
  display: block;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn.active .open {
  display: block;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn.active .close {
  display: none;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .title {
  padding: 0 0 18px;
  padding: 0 0 1.125rem;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .title span {
  color: #777;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .labels {
  overflow: hidden;
  margin: 0 0 0 -3.5%;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .labels {
    margin: 0 0 0 -3.3%;
  }
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .labels label {
  float: left;
  background: #fff;
  border: 1px solid #1c3950;
  padding: 11px 8px;
  padding: .6875rem .5rem;
  margin: 0 0 3.5% 3.5%;
  width: 46.5%;
  text-align: center;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .labels label.active {
  color: #fff;
  background: #1c3950;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .filters .filter .labels label input {
  display: none;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content {
  overflow: hidden;
  padding: 45px 0 0 75px;
  padding: 2.8125rem 0 0 4.6875rem;
  position: relative;
}

#global-ux .multi-finance-calculator-wrap #showroom-vehicle-card .vehicle-card-grid .item {
  width: 316px;
}

#global-ux .multi-finance-calculator-wrap #showroom-vehicle-card .vehicle-card-grid .item .item-content {
  position: relative;
  float: none;
}

#global-ux .multi-finance-calculator-wrap #showroom-vehicle-card .vehicle-card-grid .item .desc .vehicle-showroom-citation {
  color: #2d96cd;
}

#global-ux .multi-finance-calculator-wrap #showroom-vehicle-card .vehicle-card-grid .item .desc .vehicle-showroom-citation:after {
  vertical-align: super;
  content: attr(data-content);
  font-size: inherit;
}

#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-vehicle-info .info-section,
#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-financing-package,
#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-accordion,
#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-ways-of-preserve {
  display: none;
}

#global-ux .multi-finance-calculator-wrap.is-overlay-open .main-vehicle-info {
  margin: 0;
}

#global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner {
  text-align: center;
  padding: 36px;
  padding: 2.25rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner {
    padding: 118px 50px 92px;
    padding: 7.375rem 3.125rem 5.75rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner {
    padding: 50px;
    padding: 3.125rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner {
    padding: 36px;
    padding: 2.25rem;
  }
}

#global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner h3 {
  font-weight: 300;
  margin: 0 0 25px;
  margin: 0 0 1.5625rem;
}

#global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner p span {
  display: block;
  line-height: 18px;
}

#global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder {
  padding: 19px 0 0;
  padding: 1.1875rem 0 0;
}

#global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder a,
#global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder button {
  line-height: 15px;
  line-height: .9375rem;
  font-size: 13px;
  font-size: .8125rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder a,
  #global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder button {
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder a,
  #global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder button {
    line-height: 19px;
    line-height: 1.1875rem;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder a,
  #global-ux .multi-finance-calculator-wrap .confirm-overlay-holder .confirm-overlay-inner .btns-holder button {
    line-height: 15px;
    line-height: .9375rem;
    font-size: 13px;
    font-size: .8125rem;
  }
}

.ie8 #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-one,
.ie8 #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-two {
  width: 40%;
}

.ie8 #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .vehicle-section-three {
  width: 20%;
}

.ie8 #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .vehicle-price {
  text-align: left;
}

.ie8 #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one {
  text-align: left;
}

.ie8 #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form {
  padding-bottom: 43px;
}

.ie8 #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group {
  border-bottom: none;
}

.ie8 #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-recaptcha,
.ie8 #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section.vehicle-section-one .form div.fieldsGroup .form-fields-group div.form-dropdown {
  margin-bottom: 51px;
}

.ie8 #global-ux .multi-finance-calculator-wrap .pe-vehicle-info .main-vehicle-info .info-section .radio-info-section input[type="radio"]+.checked {
  background-color: #1b394e;
  color: #fff;
}

.multi-finance-calculator-wrap .ps-mini-showroom .ps-showroom-wrap {
  display: block;
  position: relative;
}

.multi-finance-calculator-wrap .ps-mini-showroom .ps-showroom-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.multi-finance-calculator-wrap .ps-mini-showroom .ps-showroom-wrap dl {
  display: block;
  margin: 0;
  padding: 0;
}

.multi-finance-calculator-wrap .ps-mini-showroom .ps-showroom-wrap dt {
  display: block;
  position: relative;
  margin: 0 0 30px;
  padding: 0;
}

.multi-finance-calculator-wrap .ps-mini-showroom .ps-showroom-wrap dd {
  display: block;
  position: relative;
  margin: 0 0 50px;
  padding: 0;
}

.multi-finance-calculator-wrap .ps-mini-showroom .ps-showroom-wrap dd:after {
  content: "";
  display: table;
  clear: both;
}

.multi-finance-calculator-wrap .ps-mini-showroom .ps-showroom-wrap .vehicle-wrap {
  display: inline-block;
  width: 50%;
  margin: 0 -4px 30px 0;
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .multi-finance-calculator-wrap .ps-mini-showroom .ps-showroom-wrap .vehicle-wrap {
    width: 25%;
  }
}

#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-vehicle-info .info-section,
#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-financing-package,
#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-accordion,
#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-ways-of-preserve {
  display: none;
}

#global-ux .multi-finance-calculator-wrap.is-overlay-open .main-vehicle-info {
  margin: 0;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card {
  display: none;
  opacity: 0;
  overflow: hidden;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card.visible {
  display: block;
  opacity: 1;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay {
  overflow: hidden;
  padding: 0 35px 12px;
  margin: 0 -35px;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .back-arrow {
  padding: 0 0 0 9px;
  float: left;
  cursor: pointer;
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .back-arrow {
    max-width: 200px;
    padding: 0;
  }
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .back-arrow i {
  float: left;
  color: #008CBA;
  font-size: 41px;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .back-arrow span {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #616161;
  font-family: "Antenna",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体";
  font-weight: 200;
  padding: 0 0 0 19px;
  float: left;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .back-arrow span {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 22px;
    line-height: 1.375rem;
    overflow: hidden;
    display: block;
    float: none;
    padding: 0 0 0 10px;
  }
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .close-btn {
  float: right;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .close-btn .overlay-close {
  display: block;
  cursor: pointer;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .header-overlay .close-btn .overlay-close i {
  background-position: -620px -215px;
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part {
  overflow: hidden;
  padding: 0 35px;
  padding: 0 2.1875rem;
  margin: 0 -35px;
  margin: 0 -2.1875rem;
  min-height: 270px;
  min-height: 16.875rem;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  z-index: 1;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part:after {
    display: none;
  }
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside {
  background: #fafafa;
  float: left;
  padding: 24px 0 0 35px;
  padding: 1.5rem 0 0 2.1875rem;
  margin: 0 0 0 -35px;
  margin: 0 0 0 -2.1875rem;
  min-height: 200px;
  width: 26.4%;
  position: relative;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside {
    width: 37%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside {
    display: none;
  }
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .aside-inner {
  overflow: hidden;
  width: 100%;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 9999px;
  background: #fafafa;
  border-right: 1px solid #dbdbdb;
  left: 0;
  top: 100%;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn {
  position: absolute;
  width: 37px;
  height: 37px;
  background: #fff;
  top: -2px;
  right: -16px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  cursor: pointer;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn i {
  color: #008CBA;
  font-size: 20px;
  line-height: 37px;
  display: block;
  text-align: center;
  width: 37px;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn .open {
  display: none;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn .close {
  display: block;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn.active .open {
  display: block;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-aside .close-aside-btn.active .close {
  display: none;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side {
  display: none;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 -25px;
  padding: 0 25px;
  position: relative;
  z-index: 1000;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side {
    display: block;
  }
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  z-index: 90;
  margin: -4px 0 0;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder {
  position: relative;
  z-index: 100;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels {
  overflow: hidden;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span {
  float: left;
  width: 50%;
  color: #49a4d4;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 45px;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span i {
  color: #49a4d4;
  float: right;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.filter,
#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.cancel,
#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.advanced-filter {
  text-align-last: auto;
  padding-right: 10px;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.filter,
#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.advanced-filter {
  border-right: 1px solid #b3b3b3;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.skip {
  text-align: right;
  padding-left: 10px;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.apply,
#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.advanced-skip {
  text-align: right;
  padding-left: 10px;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.advanced-filter:after {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  font-size: 19px;
  font-size: 1.1875rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "icomoon";
  float: right;
  content: "\e615";
  vertical-align: initial;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .btns-holder .labels span.advanced-filter.opened:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 25px;
  width: 100%;
  background: #fff;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder:after {
  content: '';
  display: block;
  position: absolute;
  height: 9999px;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .title {
  padding: 0 0 18px;
  padding: 0 0 1.125rem;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .title span {
  color: #777;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .labels {
  overflow: hidden;
  margin: 0 0 0 -3.5%;
  width: 100%;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .labels label {
  float: left;
  background: #fff;
  border: 1px solid #1c3950;
  padding: 11px 8px;
  padding: .6875rem .5rem;
  margin: 0 0 3.5% 3.5%;
  width: 46.5%;
  text-align: center;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .labels label.active {
  color: #fff;
  background: #1c3950;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .filters-holder .filters .filter .labels label input {
  display: none;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .category-wrap {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-header-side .category-wrap .category-item {
  width: 100%;
  color: #49a4d4;
  padding: 10px 25px 10px;
  height: 45px;
  border-bottom: 1px solid #49a4d4;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content {
  overflow: hidden;
  padding: 45px 0 0 75px;
  padding: 2.8125rem 0 0 4.6875rem;
  position: relative;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content {
    padding: 35px 0 0 45px;
    padding: 2.1875rem 0 0 2.8125rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content {
    padding: 15px 0 0;
    padding: .9375rem 0 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content .page-title {
    display: none;
  }
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content .vehicle-card-grid .item .item-content {
  margin: 0;
  border: 1px solid transparent;
  padding: 30px 25px 20px;
  padding: 1.875rem 1.5625rem 1.25rem;
}

#global-ux .multi-finance-calculator-wrap .showroom-vehicle-card .content-part .overlay-content .vehicle-card-grid .item:hover .item-content {
  border: 1px solid #2d96cd;
  padding: 30px 25px 20px;
  padding: 1.875rem 1.5625rem 1.25rem;
}

#global-ux .multi-finance-calculator-wrap #showroom-vehicle-card .vehicle-card-grid .item {
  width: 316px;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .multi-finance-calculator-wrap #showroom-vehicle-card .vehicle-card-grid .item {
    width: 50%;
  }
}

#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-vehicle-info .info-section,
#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-financing-package,
#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-accordion,
#global-ux .multi-finance-calculator-wrap.is-overlay-open .pe-ways-of-preserve {
  display: none;
}

#global-ux .multi-finance-calculator-wrap.is-overlay-open .main-vehicle-info {
  margin: 0;
}

#global-ux .multi-finance-calculator-wrap .ARG .multi-Annua-insurance,
#global-ux .multi-finance-calculator-wrap .MEX .multi-Annua-insurance,
#global-ux .multi-finance-calculator-wrap .BRA .multi-Annua-insurance {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 14px;
  margin-bottom: 42px;
}