.rtl #global-ux .livestreamvideo-description p {
  font-size: 20px;
  font-size: 1.25rem;
}

.sticky-sidebar-component {
  list-style: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
}

.sticky-sidebar-component .icon-video::before {
  font-size: 18px;
  font-size: 1.125rem;
}

.sticky-sidebar-component .icon-plus::before {
  font-size: 14px;
  font-size: .875rem;
  position: relative;
  top: -4px;
}

.sticky-sidebar-component .icon-social-share::before {
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: -2px;
}

.sticky-sidebar-component li {
  clear: both;
  pointer-events: auto;
  width: 100%;
}

.sticky-sidebar-component li>span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  font-size: 8px;
  font-size: .5rem;
  background-color: #004b87;
  border-bottom: solid 1px #fff;
  display: block;
  float: left;
  height: 50px;
  line-height: 49px;
  padding-right: 50px;
  text-align: left;
  width: 100%;
  z-index: 9 -2;
}

.sticky-sidebar-component li>span>a {
  color: #fff;
  display: inline-block;
  padding: 0 5px 0 17px;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  text-decoration: none !important;
  font-size: 12px;
  font-size: .75rem;
}

.sticky-sidebar-component li>a {
  background-color: #004b87;
  border-bottom: solid 1px #fff;
  color: #fff;
  display: block;
  height: 50px;
  position: absolute;
  right: 0;
  text-decoration: none !important;
  width: 50px;
  z-index: 9 -1;
}

.sticky-sidebar-component li>a>div {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -1px;
  text-align: center;
  width: auto;
}

.sticky-sidebar-component li>a>div::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
}

.sticky-sidebar-component li:hover {
  background-color: #fff;
  color: #000;
}

.sticky-sidebar-component li:hover>span,
.sticky-sidebar-component li:hover>span a,
.sticky-sidebar-component li:hover a {
  background-color: #fff;
  color: #000;
}

.sticky-sidebar-component li.share {
  height: 50px;
  overflow: hidden;
}

.sticky-sidebar-component li.share>span,
.sticky-sidebar-component li.share a {
  border: none;
  color: #fff;
}

.sticky-sidebar-component li.share:hover {
  background-color: transparent;
  color: #fff;
}

.sticky-sidebar-component li.share:hover>span,
.sticky-sidebar-component li.share:hover>span a,
.sticky-sidebar-component li.share:hover a {
  background-color: #004b87;
  color: #fff;
  border: none;
}

.sticky-sidebar-component li .social-share-row {
  height: 50px;
  left: auto;
  position: relative;
  right: 0;
  visibility: visible;
}

.sticky-sidebar-component li .social-share-row a {
  width: 50px !important;
  border-top: 0;
  height: 50px;
  border: none;
  text-decoration: none !important;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.sticky-sidebar-component li .social-share-row a:hover {
  background-color: #fff !important;
  color: #004b87 !important;
}

.sticky-sidebar-component.open li>span {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.stickybar-mobile-component {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  .sticky-sidebar-component {
    display: none;
  }

  .stickybar-mobile-component {
    background-color: #004b87;
    color: #fff;
    display: block;
  }

  .stickybar-mobile-component .medium-4 {
    border-right: 1px #fff solid;
    width: 33.33%;
  }

  .stickybar-mobile-component .medium-4:last-child {
    border: 0;
  }

  .stickybar-mobile-component .medium-4 .component-content {
    padding: 15px 0;
    text-align: center;
  }

  .stickybar-mobile-component .medium-4 .component-content a {
    color: #fff;
    display: block;
  }

  .stickybar-mobile-component .medium-4 .component-content .image-caption p {
    margin: 10px 0 0 !important;
  }
}

.rtl #global-ux .sticky-sidebar-component.left {
  margin-left: 0;
  left: 0;
  right: inherit;
}

.rtl #global-ux .sticky-sidebar-component.left li>span {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  padding-left: 50px;
  padding-right: 0;
  text-align: right;
}

.rtl #global-ux .sticky-sidebar-component.left li>span>a {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}

.rtl #global-ux .sticky-sidebar-component.left li>a {
  left: 0;
  right: inherit;
}

.rtl #global-ux .sticky-sidebar-component.left li>a .icon-video:before {
  margin-left: -2px;
}

.rtl #global-ux .sticky-sidebar-component.left .share>span {
  padding-right: 0;
  padding-left: 12px;
}

.rtl #global-ux .sticky-sidebar-component.left .share .social-share-row {
  padding-left: 41px;
}

.rtl #global-ux .sticky-sidebar-component.left .share .social-share-row>a {
  float: right;
}

.rtl #global-ux .sticky-sidebar-component.open li>span {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
}

.rtl #global-ux .share-wrapper {
  direction: rtl;
  left: 30%;
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .show-arrows .carousel-arrows {
  display: block;
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .hide-arrows .carousel-arrows {
  display: none;
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .desktopAndMobile .flex-control-nav {
  display: block;
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .onlyDesktop .flex-control-nav {
  display: block;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .common-box .mediaCarousel .offer-mediaCarousel .onlyDesktop .flex-control-nav {
    display: none;
  }
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .onlyMobile .flex-control-nav {
  display: none;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .common-box .mediaCarousel .offer-mediaCarousel .onlyMobile .flex-control-nav {
    display: block;
  }
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .carousel-slide p {
  color: #616161;
}

#global-ux .common-box .mediaCarousel .offer-mediaCarousel .carousel-slide .carousel-slide-inner {
  padding: 0 5px 0 70px;
}

@media screen and (max-width: 767px) {
  #global-ux .common-box .mediaCarousel .offer-mediaCarousel .carousel-slide .carousel-slide-inner {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 991px) {
  #global-ux .section.anchorNav .desktop.hideForMobile {
    display: none !important;
  }
}

#global-ux .section.anchorNav .anchor-sidebar-component {
  display: none;
  position: fixed;
  top: 350px;
  left: 0px;
  z-index: 999;
}

#global-ux .section.anchorNav .anchor-sidebar-component ul {
  list-style: none;
  margin: 0;
}

#global-ux .section.anchorNav .anchor-sidebar-component ul li {
  list-style: none;
  margin: 0;
  padding: 0px 5px;
}

#global-ux .section.anchorNav .anchor-sidebar-component ul li a {
  padding: 5px;
  font-weight: 100;
  color: #616161;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  font-weight: 500;
  font-size: 0.9rem;
}

#global-ux .section.anchorNav .anchor-sidebar-component ul li a img {
  width: 35px;
  display: inline-block;
  height: 26px;
}

#global-ux .section.anchorNav .anchor-sidebar-component ul li a .inactive-icon {
  display: inline-block;
}

#global-ux .section.anchorNav .anchor-sidebar-component ul li a .active-icon {
  display: none;
}

#global-ux .section.anchorNav .anchor-sidebar-component ul li a .text {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

#global-ux .section.anchorNav .anchor-sidebar-component ul li a .text p {
  background: #eaeaea;
  color: #000;
  padding: 0 10px 0px 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 27px;
  height: 27px;
  font-size: .8375rem;
  margin: 0;
  border-radius: 0 7px 7px 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

#global-ux .section.anchorNav .anchor-sidebar-component ul li a.active .inactive-icon,
#global-ux .section.anchorNav .anchor-sidebar-component ul li a.current .inactive-icon,
#global-ux .section.anchorNav .anchor-sidebar-component ul li a:hover .inactive-icon {
  display: none;
}

#global-ux .section.anchorNav .anchor-sidebar-component ul li a.active .active-icon,
#global-ux .section.anchorNav .anchor-sidebar-component ul li a.current .active-icon,
#global-ux .section.anchorNav .anchor-sidebar-component ul li a:hover .active-icon {
  display: inline-block;
}

#global-ux .section.anchorNav .anchor-sidebar-component ul a.active .text p {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#global-ux .vehicleInformationBar.section {
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0px;
}

#global-ux .vehicleInformationBar.section .qrcode-layer-new {
  display: none;
}

#global-ux .vehicleInformationBar.section .qrcode-layer-new .qrcode-background {
  background-color: #030303;
  opacity: 0.459 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  left: 0;
  top: 0;
}

#global-ux .vehicleInformationBar.section .qrcode-layer-new .qrcode {
  position: fixed;
  left: 50%;
  top: 15%;
  z-index: 100000;
}

#global-ux .vehicleInformationBar.section .qrcode-layer-new .qrcode .qrcode-image {
  width: 200px;
  margin-left: -100px;
}

#global-ux .vehicleInformationBar.section .qrcode-layer-new .qrcode .qrcode-text {
  width: 400px;
  margin-left: -200px;
  margin-top: 30px;
}

#global-ux .vehicleInformationBar.section .qrcode-layer-new .qrcode .qrcode-close-btn {
  width: 30px;
  margin-left: -15px;
  margin-top: 30px;
}

#global-ux .vehicleInformationBar.section .informationBarContent {
  width: auto;
  height: auto;
  position: relative;
}

#global-ux .vehicleInformationBar.section .informationBarContent .selectModels {
  position: absolute;
  left: 40px;
  top: 116px;
  width: 60%;
  display: none;
  padding: 20px;
  z-index: 10;
  list-style: none;
  border: solid 1px #d2d2d2;
  background-color: #f4faff;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicleInformationBar.section .informationBarContent .selectModels {
    left: 2%;
    top: 84px;
    width: 85%;
  }
}

#global-ux .vehicleInformationBar.section .informationBarContent .selectModels.seeMoreModelsBlock {
  display: block;
}

#global-ux .vehicleInformationBar.section .informationBarContent .selectModels p {
  font-size: 18px;
  color: #535353;
  font-weight: 500;
  letter-spacing: 1.28px;
  margin-bottom: 13px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicleInformationBar.section .informationBarContent .selectModels p {
    font-size: 16px;
  }
}

#global-ux .vehicleInformationBar.section .informationBarContent .selectModels .selectModelsRightSpan {
  text-align: right;
  width: auto;
  float: right;
  display: inline-block;
}

#global-ux .vehicleInformationBar.section .informationBarContent .selectModels ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#global-ux .vehicleInformationBar.section .informationBarContent .selectModels ul li {
  border-bottom: 1px dashed #aaaaaa;
  margin-bottom: 12px;
}

#global-ux .vehicleInformationBar.section .informationBarContent .selectModels ul li:hover {
  border-bottom: 1px dashed #4c95c8;
}

#global-ux .vehicleInformationBar.section .informationBarContent .selectModels ul li:hover span {
  color: #4c95c8;
}

#global-ux .vehicleInformationBar.section .informationBarContent .selectModels ul li:hover .priceArrow {
  background-color: #4c95c8;
  color: #fff;
}

#global-ux .vehicleInformationBar.section .informationBarContent .selectModels ul li a {
  text-decoration: none;
}

#global-ux .vehicleInformationBar.section .informationBarContent .selectModels ul li span {
  font-size: 16.5px;
  font-weight: 500;
  color: #626262;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicleInformationBar.section .informationBarContent .selectModels ul li span {
    font-size: 14px;
  }
}

#global-ux .vehicleInformationBar.section .informationBarContent .selectModels ul li .priceArrow {
  background-color: #626262;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 1rem;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 3px;
  line-height: 20px;
  color: #fff;
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  list-style: none;
  height: auto;
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl .priceLabel p {
  font-size: 21.5px;
  color: #626262 !important;
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl .priceValue p {
  font-size: 28.5px;
  letter-spacing: 0px;
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl li {
  float: left;
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl li:first-child {
  border-right: 1px solid #c9c9c9;
  padding-left: 40px;
  width: 22%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl li:first-child {
    width: 42%;
    padding-left: 2%;
  }
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl li:first-child p {
  color: #22394b;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl li:first-child p {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl li:first-child button {
  padding: 3px 10px;
  font-size: 17.5px;
  letter-spacing: 2.58px;
  padding: 10px;
  position: relative;
  padding-right: 40px;
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl li:first-child button:hover {
  background: #ffffff;
  color: #2d96cd;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl li:first-child button {
    font-size: 13px;
    padding: 7px 10px;
    margin-top: 5px;
  }
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl li:last-child {
  width: 32%;
  padding-top: 15px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl li:last-child {
    display: none;
  }
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl li:last-child button {
  height: 42px;
  line-height: 2px;
  letter-spacing: 3.1px;
  font-size: 21px;
  font-weight: 500;
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl li:last-child button:nth-child(1) {
  margin-right: 25px;
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl li:last-child button:hover {
  background: #ffffff;
  color: #2d96cd;
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl .powerSystem {
  width: 46%;
  padding: 10px 50px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl .powerSystem {
    width: 58%;
    font-size: 16px;
    padding: 0px 0px 0px 2%;
  }

  #global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl .powerSystem p {
    margin: 0px 0px 2px 0px;
  }
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl .powerSystem .blackFont p {
  font-size: 21.5px;
  color: #22394b;
  font-weight: 500;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl .powerSystem .blackFont p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl .powerSystem .grayFont p {
  font-size: 21.5px;
  color: #626262;
  font-weight: normal !important;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl .powerSystem .grayFont p {
    font-size: 16px;
  }
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl .powerSystem span:first-child {
  color: #b7b7b7;
  vertical-align: top;
  font-size: 21.5px;
  display: inline-block;
  letter-spacing: 3.08px;
  margin-right: 7%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl .powerSystem span:first-child {
    display: block;
  }
}

#global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl .powerSystem .powerSystemInfo {
  vertical-align: top;
  letter-spacing: 1.08px;
  display: inline-block;
  text-align: center;
  margin-right: 7%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicleInformationBar.section .informationBarContent .informationBarContentUl .powerSystem .powerSystemInfo {
    margin: 0px;
    text-align: left;
    display: inline-block;
    width: 48%;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.floatingMenu .desktop.hideForMobile {
    display: block;
  }

  #global-ux .section.floatingMenu .mobile-float-menu {
    display: none !important;
  }

  #global-ux .section.floatingMenu .menu-icon .backToTopMenuIcon {
    margin-top: 20px !important;
  }

  #global-ux .section.floatingMenu .menu-icon .backToTopMenuIcon li {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border: none;
    width: 100%;
    height: 100%;
  }

  #global-ux .section.floatingMenu .mobileIcon {
    display: none;
  }

  #global-ux .section.floatingMenu .desktopIcon {
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) {
  #global-ux .section.floatingMenu .float-menu-sidebar-component {
    right: 0;
  }

  #global-ux .section.floatingMenu .desktop.hideForMobile {
    display: none !important;
  }

  #global-ux .section.floatingMenu .mobile-float-menu {
    display: block;
  }

  #global-ux .section.floatingMenu .menu-icon .backToTopMenuIcon {
    width: 56px;
  }

  #global-ux .section.floatingMenu .menu-icon .backToTopMenuIcon li {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border: none;
  }

  #global-ux .section.floatingMenu .menu-icon .backToTopMenuIcon img {
    width: 27px;
    height: auto;
    margin: 13px 14.5px;
  }

  #global-ux .section.floatingMenu .desktopIcon {
    display: none;
  }

  #global-ux .section.floatingMenu .mobileIcon {
    display: inline-block;
  }
}

#global-ux .section.floatingMenu .float-menu-sidebar-component {
  width: auto;
  z-index: 999;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component.active .menu-detail {
  transform: none !important;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component .menu-detail {
  position: absolute;
  right: 0px;
  transform: translateX(100%);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component .menu-detail ul {
  width: auto;
  white-space: nowrap;
  font-size: 0.9375rem;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component .menu-detail ul li {
  border-radius: 0 !important;
  text-align: left;
  min-width: 150px;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component .menu-detail ul li span {
  margin-right: 5px;
  color: #ffffff;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component .menu-detail ul li .inactive-icon {
  display: inline-block;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component .menu-detail ul li .active-icon {
  display: none;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component .menu-detail ul li:nth-last-child(2) {
  border-bottom: none;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component .menu-detail ul li:hover .inactive-icon {
  display: none;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component .menu-detail ul li:hover .active-icon {
  display: inline-block;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component .menu-detail ul .backToTopMenu {
  margin-top: 20px;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component .menu-detail a {
  text-decoration: none;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component ul {
  list-style: none;
  text-align: center;
  width: 50px;
  margin: 0;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component ul li {
  background-color: #4c95c8;
  list-style: none;
  border-bottom: solid #fbfbfb 1px;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component ul li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom: none;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component ul li:first-child {
  border-top-left-radius: 10px;
}

#global-ux .section.floatingMenu .float-menu-sidebar-component img {
  width: 25px;
  height: 25px;
  margin: 7px 10px;
}

#global-ux .section.floatingMenu .mobile-float-menu {
  white-space: nowrap;
  display: flex;
  position: fixed;
  bottom: 0px;
  background: #ffffff;
  z-index: 999;
  width: 100%;
}

#global-ux .section.floatingMenu .mobile-float-menu div {
  display: flex;
}

#global-ux .section.floatingMenu .mobile-float-menu a.cta-button.cta-button-primary {
  width: 33.3333333% !important;
  margin: 0;
  border: 0 !important;
  font-size: 1rem !important;
  padding: .9375rem 1.5rem !important;
}

#global-ux .section.floatingMenu .mobile-float-menu .middle-menu {
  margin: 0 1px 0 1px !important;
}

.container {
  max-width: 960px;
  margin: auto;
  padding: 50px 60px;
}

#global-ux section#countdown {
  background-color: #1e1e1e;
  height: 330px;
  padding: 50px 80px 80px;
  text-align: center;
}

#global-ux section#countdown .headline {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

#global-ux section#countdown .timer {
  color: white;
  position: relative;
}

#global-ux section#countdown .timer p {
  display: inline-block;
  width: 145px;
  text-align: center;
}

#global-ux section#countdown .timer p span {
  display: block;
  top: 15px;
}

#global-ux section#countdown .timer p .numbers {
  font-family: "Antenna",Arial,Helvetica,'PT Sans Narrow';
  font-size: 64px;
  font-size: 4rem;
  padding: 0 5px;
  font-weight: 100;
}

#global-ux section#countdown .timer p .units {
  font-size: 14px;
  font-size: .875rem;
  position: relative;
  top: -20px;
  font-family: "Antenna",Arial,Helvetica,'Arial Narrow',Arial;
  text-transform: uppercase;
  font-weight: 100;
}

#global-ux section#countdown .timer p #s {
  margin-left: -5px;
}

#global-ux section#countdown .timer p.timer-colon {
  display: inline-block;
  font-family: "Antenna",Arial,Helvetica,'PT Sans Narrow';
  font-size: 50px;
  font-size: 3.125rem;
  vertical-align: top;
  width: auto;
  margin: 0;
}

#global-ux section#countdown .timer-footer {
  font-size: 14px;
  font-size: .875rem;
  color: #008ec3;
  text-transform: uppercase;
  font-weight: 300;
}

#global-ux section#countdown .timer-footer p {
  line-height: 1;
}

#global-ux section#countdown .timer-footer a {
  text-indent: -99999px;
  text-decoration: none;
  margin: 0 5px;
}

#global-ux section#countdown .timer-footer .share-text {
  display: inline;
  position: relative;
  top: -4px;
}

#global-ux section#countdown .timer-footer .facebook,
#global-ux section#countdown .timer-footer .twitter,
#global-ux section#countdown .timer-footer .instagram {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  font-size: 1.625rem;
  text-indent: -999999px;
}

#global-ux section#countdown .timer-footer .twitter {
  font-size: 28px;
  font-size: 1.75rem;
}

#global-ux section#countdown .timer-footer .instagram {
  font-size: 34px;
  font-size: 2.125rem;
  position: relative;
  top: 2px;
}

#global-ux section#countdown .timer-footer .facebook:before {
  content: "\f09a";
}

#global-ux section#countdown .timer-footer .twitter:before {
  content: "\f099";
}

#global-ux section#countdown .timer-footer .instagram:before {
  content: "\e916";
}

@media only screen and (max-width: 47.9375em) {
  #global-ux section#countdown {
    padding: 30px 20px;
    height: auto;
  }

  #global-ux section#countdown .timer p {
    width: 68px;
  }

  #global-ux section#countdown .timer p .numbers {
    font-size: 28px;
    font-size: 1.75rem;
  }

  #global-ux section#countdown .timer p.timer-colon {
    font-size: 28px;
    font-size: 1.75rem;
  }

  #global-ux section#countdown .timer p .units {
    font-size: 12px;
    font-size: .75rem;
    display: inline-block;
    padding-top: 15px;
    margin: 0;
  }

  #global-ux section#countdown .timer-footer .share-text {
    top: -6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #global-ux section#countdown {
    padding: 30px 20px;
    height: auto;
  }

  #global-ux section#countdown .timer p {
    width: 115px;
  }
}

#global-ux .vehiclemodel .vmtitle {
  padding: 0px 60px 0px 60px;
  padding: 0rem 3.75rem 0rem 3.75rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .vmtitle {
    padding: 0px 15px 0px;
    padding: 0rem .9375rem 0rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .vmtitle {
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .cttitle {
    text-align: center;
  }
}

#global-ux .vehiclemodel .last-vehicles-holder.empty {
  padding: 50px;
  min-height: 300px;
}

#global-ux .vehiclemodel .row,
#global-ux .vehiclemodel .genericCarousel,
#global-ux .vehiclemodel .dynamicCarousel,
#global-ux .vehiclemodel .billboardCarousel,
#global-ux .vehiclemodel .mediaCarousel,
#global-ux .vehiclemodel .accessoriesTile,
#global-ux .vehiclemodel .mediaCarousel .media-carousel,
#global-ux .mediaCarousel .vehiclemodel .media-carousel,
#global-ux .vehiclemodel .threesixtyColouriser,
#global-ux .vehiclemodel .accessoriesTile .media-carousel,
#global-ux .accessoriesTile .vehiclemodel .media-carousel {
  overflow: hidden;
}

#global-ux .vehiclemodel .vehicles-disclaimer-link {
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
  position: relative;
}

#global-ux .vehiclemodel .latest-vehicles-title {
  padding: 15px 90px;
  padding: .9375rem 5.625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .latest-vehicles-title {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
  }
}

#global-ux .vehiclemodel .search-filter-holder {
  float: left;
  width: 25%;
  background: #fafafa;
  border-right: 2px solid #f1f1f1;
  margin: 0 0 -9999px;
  padding: 0 0 9999px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter-holder {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

#global-ux .vehiclemodel .search-filter {
  position: relative;
  padding: 63px 30px 40px 18%;
  padding: 3.9375rem 1.875rem 2.5rem 18%;
}

@media (max-width: 1400px) {
  #global-ux .vehiclemodel .search-filter {
    padding: 63px 15px 40px;
    padding: 3.9375rem .9375rem 2.5rem;
  }
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .search-filter {
    padding: 40px 25px;
    padding: 2.5rem 1.5625rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .search-filter {
    padding: 40px 10px;
    padding: 2.5rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter {
    display: none;
    padding: 40px 15px;
    padding: 2.5rem .9375rem;
  }
}

#global-ux .vehiclemodel .search-filter .title {
  display: block;
  font-weight: 200;
  padding: 0 5px;
  padding: 0 .3125rem;
  color: #616161;
}

#global-ux .vehiclemodel .search-filter .clearfix {
  padding: 28px 0 0;
  padding: 1.75rem 0 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .search-filter .clearfix {
    padding: 20px 0 0;
    padding: 1.25rem 0 0;
  }
}

#global-ux .vehiclemodel .search-filter .hide-button {
  position: absolute;
  top: 5px;
  right: -19px;
  width: 35px;
  height: 35px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  border: 1px solid #f6f6f6;
}

#global-ux .vehiclemodel .search-filter .hide-button:before {
  content: '\e612';
  font-family: "icomoon";
  position: absolute;
  top: 5px;
  left: 6px;
  color: #2d96cd;
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter .hide-button {
    display: none;
  }
}

#global-ux .vehiclemodel .search-filter .radio-filter-section {
  margin: 0 0 37px;
  margin: 0 0 2.3125rem;
  overflow: hidden;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section {
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
  }
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder {
  float: left;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0 5px;
  padding: 0 .3125rem;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder .custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder .custom-radio+.checked {
  background: #193145;
  border-color: #193145;
  color: #fff;
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder label {
  display: block;
  height: 100%;
  text-align: center;
  border: 1px solid #1a384e;
  font-weight: 200;
  font-size: 13px;
  font-size: .8125rem;
  padding: 15px 5px;
  padding: .9375rem .3125rem;
  line-height: 1.5;
  color: #616161;
  white-space: nowrap;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder label {
    font-size: 11px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder label {
    font-size: 13px;
  }
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder label:before {
  display: none;
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder label:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#global-ux .vehiclemodel .search-filter .radio-filter-section .filter-radio-holder label span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

#global-ux .vehiclemodel .search-filter .radio-filter-section.col-33 .filter-radio-holder {
  width: 33.3333%;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section.col-33 .filter-radio-holder {
    width: 50%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section.col-33 .filter-radio-holder {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section.col-33 .filter-radio-holder {
    width: 50%;
  }
}

#global-ux .vehiclemodel .search-filter .radio-filter-section.col-50 .filter-radio-holder {
  width: 50%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section.col-50 .filter-radio-holder {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .vehiclemodel .search-filter .radio-filter-section.col-50 .filter-radio-holder {
    width: 50%;
  }
}

#global-ux .vehiclemodel .search-filter .models-filter-section {
  padding-bottom: 0;
  border-bottom: none;
}

#global-ux .vehiclemodel .search-filter .price-filter-holder {
  margin: 0 0 37px;
  margin: 0 0 2.3125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .search-filter .price-filter-holder {
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
  }
}

#global-ux .vehiclemodel .search-filter .price-filter {
  padding: 28px 0 0;
  padding: 1.75rem 0 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .search-filter .price-filter {
    padding: 20px 0 0;
    padding: 1.25rem 0 0;
  }
}

#global-ux .vehiclemodel .search-filter .price-filter .result-holder {
  text-align: center;
  padding: 35px 0 0;
  padding: 2.1875rem 0 0;
}

#global-ux .vehiclemodel .search-filter .price-filter .result-holder span {
  color: #616161;
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #fafafa;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head {
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 10px;
  background-color: #fff;
  border-bottom: 2px solid #cacaca;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head .cancel-btn,
#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head .number,
#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head .apply-btn {
  display: inline-block;
  width: 32%;
  vertical-align: middle;
  height: 100%;
  line-height: 45px;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head .apply-btn {
  text-align: right;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head .number {
  text-align: center;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-head .number span {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}

#global-ux .vehiclemodel .search-filter.mobile-filters-popup .mobile-filters-popup-inner {
  padding: 70px 15px 5px;
  height: 100%;
  overflow: auto;
}

#global-ux .vehiclemodel .result-block-holder {
  float: right;
  width: 75%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block-holder {
    width: 100%;
  }
}

#global-ux .vehiclemodel .result-block-holder .result-block .vehicles-holder .item {
  width: 33.33%;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .result-block-holder .result-block .vehicles-holder .item {
    width: 50%;
  }
}

#global-ux .vehiclemodel .result-block {
  padding: 30px 60px 30px;
  padding: 1.875rem 3.75rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .result-block {
    padding: 30px 15px 30px;
    padding: 1.875rem .9375rem 1.875rem;
  }
}

#global-ux .vehiclemodel .result-block p {
  color: #616161;
}

#global-ux .vehiclemodel .result-block .title-block {
  float: left;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .result-block .title-block {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .title-block {
    text-align: center;
  }
}

#global-ux .vehiclemodel .result-block .vehicle-sort-block {
  float: right;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .result-block .vehicle-sort-block {
    width: 100%;
    padding: 15px 0;
    padding: .9375rem 0;
  }
}

@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicle-sort-block {
    width: auto;
    float: none;
    margin: 0 -25px;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-post {
  text-align: right;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-post {
    text-align: left;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-post {
    text-align: center;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-post .overlay-button {
  color: #008CBA;
  cursor: pointer;
}

#global-ux .vehiclemodel .result-block .vehicles-post .overlay-button:hover {
  color: #0078a0;
}

#global-ux .vehiclemodel .result-block .vehicles-post p {
  display: inline-block;
  margin-right: 5px;
}

#global-ux .vehiclemodel .result-block .vehicles-holder {
  font-size: 0;
  margin: 0 -45px 30px;
  margin: 0 -2.8125rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder {
    margin: 0 -20px 30px;
    margin: 0 -1.25rem 1.875rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item {
  width: 25%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  display: inline-block;
  vertical-align: top;
  padding: 24px 45px 0;
  padding: 1.5rem 2.8125rem 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item {
    padding: 40px 20px 20px;
    padding: 2.5rem 1.25rem 1.25rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item {
    padding: 10px 0;
    padding: .625rem 0;
    text-align: center;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item {
    width: 100%;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item p {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item p {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item .image-holder {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item .title {
  color: #2d96cd;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item .title {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item .starting-price {
  font-size: 13px;
  color: #777;
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item-holder {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  padding: 25px 10px 10px;
  padding: 1.5625rem .625rem .625rem;
  -webkit-transition: 0.3s border-color;
  -moz-transition: 0.3s border-color;
  -ms-transition: 0.3s border-color;
  -o-transition: 0.3s border-color;
  transition: 0.3s border-color;
  cursor: pointer;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder .item-holder {
    padding: 25px 5px 10px;
    padding: 1.5625rem .3125rem .625rem;
  }
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item-holder:hover {
  border-color: #2d96cd;
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item-holder .image-holder {
  width: 100%;
}

#global-ux .vehiclemodel .result-block .vehicles-holder .item-holder .label-block {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 45%;
}

#global-ux .vehiclemodel .result-block .vehicles-holder>h4 {
  margin: 72px 45px 25px;
  margin: 4.5rem 2.8125rem 1.5625rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder>h4 {
    margin: 0px 15px 0px;
    margin: 0rem .9375rem 0rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .result-block .vehicles-holder>h4 {
    margin: 35px 10px 20px;
    margin: 2.1875rem .625rem 1.25rem;
  }
}

#global-ux .vehiclemodel .filter-active-holder {
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
}

#global-ux .vehiclemodel .filter-active-holder .number {
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

#global-ux .vehiclemodel .filter-active-holder .number span {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
}

#global-ux .vehiclemodel .filter-active-holder .number p {
  margin: 0;
}

#global-ux .vehiclemodel .filter-active-holder .filter-active {
  margin: 0 0 0 -7px;
}

#global-ux .vehiclemodel .filter-active-holder .filter-active a>span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #f1f1f1;
  color: #2d96cd;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 200;
  padding: 10px 40px 10px 12px;
  padding: .625rem 2.5rem .625rem .75rem;
  margin: 0 0 7px 7px;
  margin: 0 0 .4375rem .4375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .filter-active-holder .filter-active a>span {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 10px 27px 10px 6px;
    padding: .625rem 1.6875rem .625rem .375rem;
  }
}

#global-ux .vehiclemodel .filter-active-holder .filter-active a>span .close-icon {
  top: 9px;
  right: 7px;
}

#global-ux .vehiclemodel .filter-active-holder .filter-active a>span .close-icon:before {
  content: '\e6b3';
  font-family: "icomoon";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-size: 1rem;
}

#global-ux .vehiclemodel .filter-active-holder .filter-active .reset {
  padding-right: 20px;
  padding-right: 1.25rem;
  cursor: pointer;
}

#global-ux .vehiclemodel .vehicles-post {
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
}

#global-ux .vehiclemodel .vehicles-post p {
  margin: 0;
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
}

#global-ux .vehiclemodel .vehicles-post a {
  text-decoration: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .filter-panel-mobile {
    display: table;
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .hideForMobile {
    display: none;
  }
}

#global-ux .vehiclemodel .show-mob-only {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehiclemodel .show-mob-only {
    display: block;
  }
}

.rtl #global-ux .vehiclemodel .search-filter-holder {
  float: right;
}

.rtl #global-ux .vehiclemodel .result-block-holder {
  float: left;
}

.rtl #global-ux .vehiclemodel .result-block .title-block {
  float: right;
}

.rtl #global-ux .vehiclemodel .result-block .vehicles-holder .item-holder .label-block {
  right: auto;
  left: 10px;
}

.rtl #global-ux .vehiclemodel .filter-active-holder .filter-active {
  margin: 0 -7px 0 0;
}

.rtl #global-ux .vehiclemodel .filter-active-holder .filter-active>span {
  padding: 10px 12px 10px 40px;
  padding: .625rem .75rem .625rem 2.5rem;
  margin: 0 7px 7px 0;
  margin: 0 .4375rem .4375rem 0;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .vehiclemodel .filter-active-holder .filter-active>span {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 10px 6px 10px 27px;
    padding: .625rem .375rem .625rem 1.6875rem;
  }
}

.rtl #global-ux .vehiclemodel .filter-active-holder .filter-active>span .close-icon {
  right: auto;
  left: 0;
}

.rtl #global-ux .vehiclemodel .filter-active-holder .filter-active .reset {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.rtl #global-ux .vehiclemodel .action-panel-block {
  float: left;
}

.rtl #global-ux .vehiclemodel .hide-filter .large-3 {
  margin: 0 -25% 0 0;
}

.rtl #global-ux .vehiclemodel .hide-filter .search-filter .hide-button {
  left: -37px;
  right: auto;
}

.rtl #global-ux .vehiclemodel .hide-filter .search-filter .hide-button:before {
  content: '\e612';
}

.rtl #global-ux .vehiclemodel .local-vehicles .title-holder:before {
  left: auto;
  right: 40px;
}

.rtl #global-ux .vehiclemodel .local-vehicles .form .form-textfield {
  width: 100%;
}

#global-ux .latestOffersModelDetails .last-vehicles-holder.empty {
  padding: 50px;
  min-height: 300px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .hideForMobile {
    display: none;
  }
}

#global-ux .latestOffersModelDetails .show-mob-only {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .show-mob-only {
    display: block;
  }
}

#global-ux .latestOffersModelDetails .result-block {
  padding: 30px 60px 30px;
  padding: 1.875rem 3.75rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .result-block {
    padding: 30px 15px 30px;
    padding: 1.875rem .9375rem 1.875rem;
  }
}

#global-ux .latestOffersModelDetails .result-block p {
  color: #616161;
}

#global-ux .latestOffersModelDetails .result-block .title-block {
  float: left;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .result-block .title-block {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .title-block {
    text-align: center;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder {
  font-size: 0;
  margin: 0 -45px 30px;
  margin: 0 -2.8125rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder {
    margin: 0 -20px 30px;
    margin: 0 -1.25rem 1.875rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
  width: 25%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  display: inline-block;
  vertical-align: top;
  padding: 40px 45px 20px;
  padding: 2.5rem 2.8125rem 1.25rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
    padding: 40px 20px 20px;
    padding: 2.5rem 1.25rem 1.25rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
    padding: 10px 0;
    padding: .625rem 0;
    text-align: center;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
    width: 50%;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item p {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item p {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item .image-holder {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item .title {
  color: #2d96cd;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item .title {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder {
  position: relative;
  display: block;
  border: 1px solid #fff;
  padding: 25px 10px 10px;
  padding: 1.5625rem .625rem .625rem;
  -webkit-transition: 0.3s border-color;
  -moz-transition: 0.3s border-color;
  -ms-transition: 0.3s border-color;
  -o-transition: 0.3s border-color;
  transition: 0.3s border-color;
  cursor: pointer;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder {
    padding: 25px 5px 10px;
    padding: 1.5625rem .3125rem .625rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder:hover {
  border-color: #2d96cd;
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder .image-holder {
  width: 100%;
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder .label-block {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 45%;
}

#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;
  }
}

#showroom-vehicle-card .vehicle-card-grid .item .button,
#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",Helvetica,Arial,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体",sans-serif;
  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 #showroom-vehicle-card .vehicle-card-grid .item .button,
#showroom-vehicle-card .vehicle-card-grid .item .lang_vi .button,
.lang_vi #select-vehicle .vehicle-card-grid .item .button,
#select-vehicle .vehicle-card-grid .item .lang_vi .button {
  font-family: Helvetica,Arial,Tahoma,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体",sans-serif;
}

#showroom-vehicle-card .vehicle-card-grid .item .button:hover,
#select-vehicle .vehicle-card-grid .item .button:hover {
  background: #1b394e;
}

#showroom-vehicle-card .vehicle-card-grid .item .secondary.button,
#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;
}

#showroom-vehicle-card .vehicle-card-grid .item .secondary.button:hover,
#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",Helvetica,Arial,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体",sans-serif;
  font-weight: 200;
  padding: 0;
  display: block;
}

.lang_vi #select-vehicle .vehicle-card-group dt {
  font-family: Helvetica,Arial,Tahoma,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体",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;
}

@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;
}

#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: 30.0625em) {
  #global-ux .miniDashboard-wrap .item .db-content .db-btn .link-chevron span:after {
    left: .625rem;
  }
}

@media only screen and (min-width: 30.0625em) {
  #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: 30.0625em) {
  #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 .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,
#global-ux .richtext-article ul,
#global-ux .box .sitemap-wrapper .richtext ul,
#global-ux .box .generic-wrapper .richtext ul,
#global-ux .splitter .richtext ul,
.splitter .richtext #global-ux ul {
  list-style: none !important;
  margin-left: 2.5rem;
  margin-top: 0;
  margin-bottom: 20px;
}

#global-ux ul.has-list li,
#global-ux .richtext-article ul li,
#global-ux .box .sitemap-wrapper .richtext ul li,
#global-ux .box .generic-wrapper .richtext ul li,
#global-ux .splitter .richtext ul li,
.splitter .richtext #global-ux ul li {
  position: relative;
  margin-bottom: 10px;
}

#global-ux ul.has-list li:before,
#global-ux .richtext-article ul li:before,
#global-ux .box .sitemap-wrapper .richtext ul li:before,
#global-ux .box .generic-wrapper .richtext ul li:before,
#global-ux .splitter .richtext ul li:before,
.splitter .richtext #global-ux ul li:before {
  position: absolute;
  content: "\2022";
  font-size: 125%;
  margin: -3px 0 10px -15px;
}

.rtl #global-ux ul.has-list,
.rtl #global-ux .richtext-article ul,
.rtl #global-ux .box .sitemap-wrapper .richtext ul,
.rtl #global-ux .box .generic-wrapper .richtext ul,
.rtl #global-ux .splitter .richtext ul,
.splitter .richtext .rtl #global-ux ul {
  margin-right: 2.5rem;
  margin-left: 0;
}

.rtl #global-ux ul.has-list li,
.rtl #global-ux .richtext-article ul li,
.rtl #global-ux .box .sitemap-wrapper .richtext ul li,
.rtl #global-ux .box .generic-wrapper .richtext ul li,
.rtl #global-ux .splitter .richtext ul li,
.splitter .richtext .rtl #global-ux ul li {
  position: relative;
  margin-bottom: 10px;
}

.rtl #global-ux ul.has-list li:before,
.rtl #global-ux .richtext-article ul li:before,
.rtl #global-ux .box .sitemap-wrapper .richtext ul li:before,
.rtl #global-ux .box .generic-wrapper .richtext ul li:before,
.rtl #global-ux .splitter .richtext ul li:before,
.splitter .richtext .rtl #global-ux ul li:before {
  display: none;
}

.rtl #global-ux ul.has-list li:after,
.rtl #global-ux .richtext-article ul li:after,
.rtl #global-ux .box .sitemap-wrapper .richtext ul li:after,
.rtl #global-ux .box .generic-wrapper .richtext ul li:after,
.rtl #global-ux .splitter .richtext ul li:after,
.splitter .richtext .rtl #global-ux ul li:after {
  position: absolute;
  content: "\2022";
  font-size: 80%;
  margin: 3px 0 10px;
  right: -15px;
  top: -2px;
}

.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: 48em) {
  #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: 48em) {
  #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: 48em) {
  #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: 48em) {
  #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: 48em) {
  #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;
}

@media only screen and (max-width: 767px) {
  #global-ux .credit-shopper-guide .step-shopper .doc-checklist {
    padding: 1.875rem 1.25rem;
  }
}

.rtl #global-ux .creditOptions .options-description .text-block p {
  float: right;
}

.rtl #global-ux .creditOptions .options-description .text-block .button-holder {
  float: left;
}

.rtl #global-ux .creditOptions table tr th,
.rtl #global-ux .creditOptions table tr td {
  text-align: right;
}

#global-ux .creditOptions-holder {
  padding: 0;
}

#global-ux .creditOptions-holder .form {
  padding: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions-holder .form .checkbox input[type="checkbox"]+label:before {
    width: 1.4rem;
    height: 1.4rem;
    border-width: 2px;
    font-size: 14px;
    font-size: .875rem;
    border-color: #627786;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions-holder .form .checkbox input[type="checkbox"]:checked+label:before {
    border-color: #2d96cd;
  }
}

#global-ux .creditOptions .credit-checkbox-holder {
  display: none;
}

#global-ux .creditOptions .checkbox {
  padding: 28px 100px 10px;
  background: #f7f7f7;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions .checkbox {
    padding: 20px 25px 10px;
  }
}

#global-ux .creditOptions .checkbox h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 200;
  margin: 0 0 9px;
  margin: 0 0 .5625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions .checkbox h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

#global-ux .creditOptions .checkbox p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #616161;
}

#global-ux .creditOptions .credit-input input[type="checkbox"]+label,
#global-ux .creditOptions .credit-input input[type="checkbox"]+.error+label {
  padding-left: 2rem !important;
}

#global-ux .creditOptions .credit-input input[type="checkbox"]+label::before,
#global-ux .creditOptions .credit-input input[type="checkbox"]+.error+label::before {
  width: 16px !important;
  height: 16px !important;
  margin-right: .3125rem;
  margin-top: 0px !important;
  border: 1px solid #A8A8A8;
}

#global-ux .creditOptions .credit-input input[type="checkbox"]:checked+label::before,
#global-ux .creditOptions .credit-input input[type="checkbox"]:checked+.error+label::before {
  content: "\e603";
  font-size: 9px;
}

#global-ux .creditOptions .options-description {
  padding: 64px 100px 15px;
  padding: 4rem 6.25rem .9375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions .options-description {
    padding: 15px 25px;
    padding: .9375rem 1.5625rem;
  }
}

#global-ux .creditOptions .options-description h2 {
  margin: 0 0 3px;
  margin: 0 0 .1875rem;
  font-weight: 200;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 38px;
  line-height: 2.375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions .options-description h2 {
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}

#global-ux .creditOptions .options-description h3 {
  margin: 0 0 6px;
  margin: 0 0 .375rem;
  font-weight: 200;
  font-size: 32px;
  font-size: 2rem;
  line-height: 34px;
  line-height: 2.125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions .options-description h3 {
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin: 0;
  }
}

#global-ux .creditOptions .options-description .columns {
  padding: 0;
}

#global-ux .creditOptions .options-description .text-block {
  margin: 0 0 78px;
  margin: 0 0 4.875rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions .options-description .text-block {
    margin: 0 0 40px;
    margin: 0 0 2.5rem;
  }
}

#global-ux .creditOptions .options-description .text-block p {
  float: left;
  width: 65%;
  color: #616161;
  font-size: 14px;
  font-size: .875rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-top: 26px;
  padding-top: 1.625rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .creditOptions .options-description .text-block p {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions .options-description .text-block p {
    padding-top: 15px;
    padding-top: .9375rem;
  }
}

#global-ux .creditOptions .options-description .text-block .button-holder {
  float: right;
  text-align: right;
  width: 25%;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .creditOptions .options-description .text-block .button-holder {
    float: none;
    width: 100%;
    text-align: center;
  }
}

#global-ux .creditOptions .options-description .text-block .button-holder .canscel-buttom {
  display: none;
}

#global-ux .creditOptions .options-description .text-block .cta-button {
  margin: 0;
  width: 100%;
  padding-left: 10px;
  padding-left: .625rem;
  padding-right: 10px;
  padding-right: .625rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .creditOptions .options-description .text-block .cta-button {
    width: 80%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions .options-description .text-block .cta-button {
    padding-left: 5px;
    padding-left: .3125rem;
    padding-right: 5px;
    padding-right: .3125rem;
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
  }
}

#global-ux .creditOptions .compare-description {
  display: none;
  text-align: right;
  padding: 21px 100px;
  padding: 1.3125rem 6.25rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .creditOptions .compare-description {
    padding: 20px 50px;
    padding: 1.25rem 3.125rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions .compare-description {
    text-align: center;
    padding: 25px;
    padding: 1.5625rem;
  }
}

#global-ux .creditOptions .compare-description .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 200;
  color: #565656;
  vertical-align: middle;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions .compare-description .title {
    display: inline-block;
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

#global-ux .creditOptions .compare-description .cta-button {
  margin: 0 0 0 24px;
  margin: 0 0 0 1.5rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions .compare-description .cta-button {
    margin: 0;
    padding-left: 5px;
    padding-left: .3125rem;
    padding-right: 5px;
    padding-right: .3125rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#global-ux .creditOptions .compare-description .mobile {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions .compare-description .mobile {
    display: inline-block;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptions .compare-description .desktop {
    display: none;
  }
}

#global-ux .show-options .credit-checkbox-holder {
  display: block !important;
}

#global-ux .show-options .canscel-buttom {
  display: inline-block !important;
}

#global-ux .show-options .credit-accordion,
#global-ux .show-options .compare-button {
  display: none !important;
}

#global-ux .show-options .show-compare .compare-description {
  display: block;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .show-options .show-compare .checkbox.section.checked-row {
    display: block;
  }
}

#global-ux .creditOptionAccordion .accordion-title {
  padding: 36px 120px 36px 100px;
  padding: 2.25rem 7.5rem 2.25rem 6.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionAccordion .accordion-title {
    padding: 25px 35px 25px 25px;
    padding: 1.5625rem 2.1875rem 1.5625rem 1.5625rem;
  }
}

#global-ux .creditOptionAccordion .accordion-title h2 {
  font-weight: 200;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #2d96cd;
}

#global-ux .creditOptionAccordion .accordion-title .supporting-text p {
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #626466;
  margin: 0;
}

#global-ux .creditOptionAccordion .accordion-body .accordion-content {
  margin-right: -20px;
  margin-right: -1.25rem;
  margin-left: -20px;
  margin-left: -1.25rem;
  padding: 60px 100px 10px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionAccordion .accordion-body .accordion-content {
    padding: 25px 25px 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionAccordion .accordion-body .accordion-content .table-holder {
    width: 100%;
    overflow-y: auto;
  }
}

#global-ux .creditOptionAccordion .accordion-body .accordion-content table {
  margin-bottom: 20px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionAccordion .accordion-body .accordion-content table {
    margin-bottom: 0;
  }
}

#global-ux .creditOptionAccordion .accordion-body .accordion-content table thead {
  background: none;
}

#global-ux .creditOptionAccordion .accordion-body .accordion-content table tr {
  margin: 0;
  padding: 10px;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionAccordion .accordion-body .accordion-content table tr {
    padding: 5px;
    clear: both;
    width: 100%;
    float: left;
    display: block;
  }
}

#global-ux .creditOptionAccordion .accordion-body .accordion-content table tr td {
  margin: 0;
  padding: 10px;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  min-width: 210px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionAccordion .accordion-body .accordion-content table tr td {
    font-size: 14px;
    padding: 5px;
    clear: both;
    width: 100%;
    float: left;
    display: block;
  }
}

#global-ux .creditOptionsAddon .form {
  padding: 0;
}

#global-ux .creditOptionsAddon h3 {
  margin: 0;
  padding: 38px 60px 34px;
  padding: 2.375rem 3.75rem 2.125rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 200;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionsAddon h3 {
    padding: 15px;
    padding: .9375rem;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

#global-ux .creditOptionsAddon h2 {
  margin: 0;
  padding: 31px 56px 21px;
  padding: 1.9375rem 3.5rem 1.3125rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 200;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionsAddon h2 {
    padding: 15px;
    padding: .9375rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

#global-ux .creditOptionsAddon .popup-header {
  position: relative;
  background: #fff;
}

#global-ux .creditOptionsAddon .popup-close-button {
  position: absolute;
  right: 25px;
  right: 1.5625rem;
  top: 25px;
  top: 1.5625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionsAddon .popup-close-button {
    right: 10px;
    right: .625rem;
    top: 10px;
    top: .625rem;
  }
}

#global-ux .creditOptionsAddon .popup-close-button .btn-close-popup {
  padding: 0;
  background: none;
  box-shadow: none;
}

#global-ux .creditOptionsAddon .popup-close-button .icon-close {
  font-size: 38px;
  font-size: 2.375rem;
  color: #2d96cd;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionsAddon .popup-close-button .icon-close {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

#global-ux .creditOptionsAddon .checkbox {
  padding: 28px 59px 10px;
  background: #f7f7f7;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionsAddon .checkbox {
    padding: 10px 15px;
    padding: .625rem .9375rem;
  }
}

#global-ux .creditOptionsAddon .checkbox h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 200;
  margin: 0 0 9px;
  margin: 0 0 .5625rem;
  padding: 0;
  border: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionsAddon .checkbox h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding-top: 0;
  }
}

#global-ux .creditOptionsAddon .checkbox p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #616161;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionsAddon .checkbox p {
    margin: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionsAddon .checkbox .form-checkbox {
    padding: 0;
  }
}

#global-ux .creditOptionsAddon .disable {
  padding: 40px 60px 20px;
  padding: 2.5rem 3.75rem 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionsAddon .disable {
    padding: 10px 15px 10px;
    padding: .625rem .9375rem .625rem;
  }
}

#global-ux .creditOptionsAddon .disable h3,
#global-ux .creditOptionsAddon .disable p {
  color: #bbb;
}

#global-ux .creditOptionsAddon .disable .credit-overlay-input input[type="checkbox"]+label {
  padding-left: 0;
  cursor: auto;
}

#global-ux .creditOptionsAddon .disable .credit-overlay-input input[type="checkbox"]+label:before {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionsAddon .form .checkbox input[type="checkbox"]+label:before {
    width: 1.4rem;
    height: 1.4rem;
    border-width: 2px;
    font-size: 14px;
    font-size: .875rem;
    border-color: #627786;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditOptionsAddon .form .checkbox input[type="checkbox"]:checked+label:before {
    border-color: #2d96cd;
  }
}

#global-ux .creditOptionsAddon .credit-overlay-input input[type="checkbox"]+label,
#global-ux .creditOptionsAddon .credit-overlay-input input[type="checkbox"]+.error+label {
  padding-left: 2rem;
}

#global-ux .creditOptionsAddon .credit-overlay-input input[type="checkbox"]+label::before,
#global-ux .creditOptionsAddon .credit-overlay-input input[type="checkbox"]+.error+label::before {
  width: 16px !important;
  height: 16px !important;
  margin-right: .3125rem;
  margin-top: 0px !important;
  border: 1px solid #A8A8A8;
}

#global-ux .creditOptionsAddon .credit-overlay-input input[type="checkbox"]:checked+label::before,
#global-ux .creditOptionsAddon .credit-overlay-input input[type="checkbox"]:checked+.error+label::before {
  content: "\e603";
  font-size: 9px;
}

#global-ux .creditSummary {
  max-width: 1290px;
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 64px 25px 15px;
  padding: 4rem 1.5625rem .9375rem;
}

#global-ux .creditSummary .hide {
  display: none !important;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditSummary {
    padding: 15px 25px;
    padding: .9375rem 1.5625rem;
  }
}

#global-ux .creditSummary table {
  table-layout: fixed;
  margin: 0;
}

#global-ux .creditSummary .financing-options-description {
  width: 65%;
  float: left;
  margin-bottom: 55px;
  margin-bottom: 3.4375rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .creditSummary .financing-options-description {
    width: 60%;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .creditSummary .financing-options-description {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    padding: 15px 0;
    padding: .9375rem 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditSummary .financing-options-description {
    float: none;
    width: 100%;
  }
}

#global-ux .creditSummary .financing-options-description h2 {
  margin: 0 0 10px;
  margin: 0 0 .625rem;
  font-weight: 200;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 38px;
  line-height: 2.375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditSummary .financing-options-description h2 {
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}

#global-ux .creditSummary .financing-options-description p {
  color: #616161;
  font-size: 14px;
  font-size: .875rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditSummary .table-holder {
    margin-left: -25px;
    margin-left: -1.5625rem;
    margin-right: -25px;
    margin-right: -1.5625rem;
  }
}

#global-ux .creditSummary .back-button-holder {
  text-align: right;
  padding: 20px 0;
  padding: 1.25rem 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditSummary .back-button-holder {
    padding: 5px 15px;
    padding: .3125rem .9375rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditSummary .back-button-holder .cta-button {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400;
    padding: 10px;
    padding: .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditSummary .show-desktop-only {
    display: none;
  }
}

#global-ux .creditSummary .show-mob-only {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .creditSummary .show-mob-only {
    display: block;
  }
}

#global-ux .credit-summary-table {
  overflow: hidden;
}

#global-ux .credit-summary-table.three-columns .add-button {
  display: none;
}

#global-ux .credit-summary-table.three-columns .btn-holder .edit-button {
  display: none;
}

#global-ux .credit-summary-table.three-columns .btn-holder .remove-button {
  display: inline-block;
}

#global-ux .credit-summary-table th {
  font-size: 32px;
  font-size: 2rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 200;
  padding: 34px 0 20px;
  padding: 2.125rem 0 1.25rem;
  vertical-align: top;
  color: #616161;
  border-left: 1px solid #e6e6e6;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .credit-summary-table th {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .credit-summary-table th {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}

#global-ux .credit-summary-table th:first-child {
  border-left: none;
}

#global-ux .credit-summary-table thead {
  background: none;
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table thead {
    border-right: none;
  }
}

#global-ux .credit-summary-table thead th {
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .credit-summary-table thead th {
    padding: 15px 10px;
    padding: .9375rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table thead th {
    display: block;
    width: 50%;
    float: left;
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
    font-weight: 400;
    background: #616161;
    color: #fff;
    padding: 26px 13px !important;
    border-left: 2px solid #fff;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table thead th:first-child {
    display: block;
    float: left;
    width: 100%;
    background: none;
    color: #616161;
  }
}

#global-ux .credit-summary-table tbody tr {
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table tbody tr:first-child {
    border-top: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table tbody tr:last-of-type>td {
    padding-bottom: 50px;
    box-sizing: content-box;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table tbody th {
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    color: #1b394e;
    font-weight: 400;
    padding: 9px 15px;
    padding: .5625rem .9375rem;
  }
}

#global-ux .credit-summary-table tbody td {
  position: relative;
  color: #616161;
  font-weight: 300;
  vertical-align: top;
  padding: 19px 0 42px;
  padding: 1.1875rem 0 2.625rem;
  border-left: 1px solid #e6e6e6;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table tbody td {
    display: block;
    float: left;
    width: 50%;
    border-left: none;
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
  }
}

#global-ux .credit-summary-table tbody td:first-of-type {
  border-left: none;
}

#global-ux .credit-summary-table tbody td p {
  color: #616161;
  font-size: 14px;
  font-size: .875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin: 0;
  padding: 15px 33px;
  padding: .9375rem 2.0625rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .credit-summary-table tbody td p {
    padding: 10px 15px;
    padding: .625rem .9375rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table tbody td p {
    font-size: 12px;
    font-size: .75rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

#global-ux .credit-summary-table .even {
  background: #f7f7f7;
}

#global-ux .credit-summary-table .add-button {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px 35px;
  padding: .75rem 2.1875rem;
  min-width: 0;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .credit-summary-table .add-button {
    padding: 5px 35px;
    padding: .3125rem 2.1875rem;
    width: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table .add-button {
    padding: 10px 30px;
    padding: .625rem 1.875rem;
  }
}

#global-ux .credit-summary-table .btn-holder {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table .btn-holder {
    padding: 0 2px;
  }
}

#global-ux .credit-summary-table .btn-holder td {
  text-align: center;
  background: #fff;
  position: relative;
}

#global-ux .credit-summary-table .btn-holder .cta-button {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px 35px;
  padding: .75rem 2.1875rem;
  margin: 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .credit-summary-table .btn-holder .cta-button {
    min-width: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table .btn-holder .cta-button {
    padding: 10px 5px;
    padding: .625rem .3125rem;
    width: 80%;
  }
}

#global-ux .credit-summary-table .btn-holder .remove-button {
  display: none;
}

#global-ux .credit-summary-table {
  overflow: hidden;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table.three-columns thead th {
    width: 33%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table.three-columns thead th:first-child {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .credit-summary-table.three-columns tbody td {
    width: 33%;
  }
}

#global-ux a:hover,
#global-ux :focus {
  outline: none;
  outline-color: transparent;
  outline-style: none;
}

#global-ux .accessoriesTile .media-carousel-inner {
  position: relative;
}

#global-ux .accessoriesTile .media-carousel-description {
  text-align: center;
  width: 85.9375%;
  margin: 0 auto;
  padding: 2.1875rem 0 1.25rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .accessoriesTile .media-carousel-description {
    width: 70%;
    padding: 4.1875rem 0 2.9375rem;
  }
}

#global-ux .accessoriesTile .media-carousel {
  padding-bottom: 15px;
}

#global-ux .accessoriesTile .media-carousel:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .accessoriesTile .media-carousel.carousel {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

#global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows {
  right: -62px;
  top: 50%;
  margin-top: -62px;
}

#global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows .icon {
  line-height: 62px;
  height: 62px;
  overflow: hidden;
}

#global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows .icon:focus {
  outline: none;
}

#global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows .icon.icon-chevron-thin-right:before,
#global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows .disclaimers .disclaimer-inner.accordian>h3.icon:after,
#global-ux .disclaimers .accessoriesTile .media-carousel.carousel .carousel-arrows .disclaimer-inner.accordian>h3.icon:after,
#global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows .disclaimers .disclaimer-inner.accordian>h5.icon:after,
#global-ux .disclaimers .accessoriesTile .media-carousel.carousel .carousel-arrows .disclaimer-inner.accordian>h5.icon:after,
#global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows .common-richtext a.icon.link-chevron-thin:after,
#global-ux .common-richtext .accessoriesTile .media-carousel.carousel .carousel-arrows a.icon.link-chevron-thin:after,
#global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows .common-billboard a.icon.link-chevron-thin:after,
#global-ux .common-billboard .accessoriesTile .media-carousel.carousel .carousel-arrows a.icon.link-chevron-thin:after,
#global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows .richtext .icon.link-chevron-thin:after,
#global-ux .richtext .accessoriesTile .media-carousel.carousel .carousel-arrows .icon.link-chevron-thin:after,
#global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows .icon.icon-chevron-thin-right:after,
#global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows .icon.icon-chevron-thin-left:before,
#global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows .icon.icon-chevron-thin-left:after {
  font-size: 49px;
  font-size: 3.0625rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#global-ux .accessoriesTile .media-carousel.carousel:hover .carousel-arrows {
  right: 0;
}

#global-ux .accessoriesTile .media-carousel .inner {
  position: relative;
}

#global-ux .accessoriesTile .media-carousel .inner:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .accessoriesTile .media-carousel .media-carousel-container,
#global-ux .accessoriesTile .media-carousel .carousel-slide {
  height: auto;
}

#global-ux .accessoriesTile .media-carousel .media-carousel-container img,
#global-ux .accessoriesTile .media-carousel .carousel-slide img {
  max-height: 100%;
}

#global-ux .accessoriesTile .media-carousel .media-carousel-container:after {
  clear: both;
}

#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide {
  position: relative;
  display: none;
  float: left;
  width: 360px;
  box-sizing: border-box;
}

.ie9 #global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content {
  width: 548px;
  overflow: hidden;
}

.ie9 #global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content img {
  display: block;
  width: auto;
  min-height: 380px;
}

#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture {
  font-size: 0;
  font-size: 4.0625rem;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 14.8125rem;
}

#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture: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;
  font-size: 1.75rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture {
    height: 23.75rem;
  }
}

#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-height: none;
  max-width: none;
}

#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content.link-overlay-video>a picture:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content.link-overlay-video>a img:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a img:before {
  content: "\e632";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.7rem;
  z-index: 5;
}

@media only screen and (min-width: 48em) {
  #global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content.link-overlay-video>a picture:before,
  #global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture:before,
  #global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content.link-overlay-video>a img:before,
  #global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a img:before {
    font-size: 80px;
    font-size: 5rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video {
    border-right: .625rem solid transparent;
  }
}

#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .icon-play {
  font-size: 4.0625rem;
  display: block;
  color: #fff;
}

#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .icon-play:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .image .video-link-overlay picture:before,
#global-ux .image .video-link-overlay .accessoriesTile .media-carousel .media-carousel-container .carousel-slide picture:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .image .link-overlay-video picture:before,
#global-ux .image .link-overlay-video .accessoriesTile .media-carousel .media-carousel-container .carousel-slide picture:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .brightcove .brightcove-player .start-image a picture:before,
#global-ux .brightcove .brightcove-player .start-image a .accessoriesTile .media-carousel .media-carousel-container .carousel-slide picture:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .brightcove .brightcove-player .end-image a picture:before,
#global-ux .brightcove .brightcove-player .end-image a .accessoriesTile .media-carousel .media-carousel-container .carousel-slide picture:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .liveStreamVideo .livestreamvideo-player .start-image a picture:before,
#global-ux .liveStreamVideo .livestreamvideo-player .start-image a .accessoriesTile .media-carousel .media-carousel-container .carousel-slide picture:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .liveStreamVideo .livestreamvideo-player .end-image a picture:before,
#global-ux .liveStreamVideo .livestreamvideo-player .end-image a .accessoriesTile .media-carousel .media-carousel-container .carousel-slide picture:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide:first-child {
  display: block;
}

#global-ux .accessoriesTile .media-carousel .flex-viewport .carousel-slide {
  display: block;
}

#global-ux .accessoriesTile .media-carousel .carousel-slide-content {
  margin-bottom: 30px;
}

#global-ux .accessoriesTile .media-carousel sup[data-disclosure] {
  color: inherit;
  text-decoration: underline;
  font-weight: bolder;
}

#global-ux .accessoriesTile .media-carousel .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: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  bottom: 15px;
}

#global-ux .accessoriesTile .media-carousel .carousel-controls ol,
#global-ux .accessoriesTile .media-carousel .carousel-controls ul {
  overflow: hidden;
  padding: 0;
}

#global-ux .accessoriesTile .media-carousel .carousel-controls .flex-control-nav {
  display: none;
  margin-left: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .accessoriesTile .media-carousel .carousel-controls {
    bottom: 39px;
  }
}

#global-ux .accessoriesTile .media-carousel.show-meatballs .carousel-controls .flex-control-nav {
  display: block;
}

#global-ux .accessoriesTile .media-carousel .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);
  border-radius: 0;
  display: block;
  width: 62px;
  height: 62px;
  border: none;
  background-color: #2d96cd;
  cursor: pointer;
}

#global-ux .accessoriesTile .media-carousel .carousel-btn.darkened {
  background-color: rgba(255,255,255,0.2);
}

#global-ux .accessoriesTile .media-carousel .carousel-btn .icon {
  color: #fff;
  display: block;
  text-align: center;
}

#global-ux .accessoriesTile .media-carousel .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 .accessoriesTile .media-carousel .carousel-btn:hover {
  background-color: #fff;
}

#global-ux .accessoriesTile .media-carousel .carousel-btn:hover .icon {
  color: #2d96cd;
}

#global-ux .accessoriesTile .media-carousel .image-caption {
  position: static;
  max-width: 53.75rem;
  margin: 0;
  padding: 0;
}

#global-ux .accessoriesTile .media-carousel .image-caption h2,
#global-ux .accessoriesTile .media-carousel .image-caption h3,
#global-ux .accessoriesTile .media-carousel .image-caption h4,
#global-ux .accessoriesTile .media-carousel .image-caption h5,
#global-ux .accessoriesTile .media-carousel .image-caption h6 {
  text-shadow: none;
}

#global-ux .accessoriesTile .media-carousel .image-caption p {
  visibility: visible;
  text-shadow: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .accessoriesTile .media-carousel .image-caption p {
    display: block;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .accessoriesTile .media-carousel .image-caption {
    margin: 1.4375rem auto 3.375rem;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .accessoriesTile .media-carousel .image-caption.richtext {
    text-align: center;
  }
}

#global-ux .accessoriesTile .media-carousel.media-carousel-white {
  background: #000;
}

#global-ux .accessoriesTile .media-carousel.media-carousel-white .media-carousel-description,
#global-ux .accessoriesTile .media-carousel.media-carousel-white .image-caption {
  color: #fff;
}

#global-ux .accessoriesTile .media-carousel.media-carousel-white .media-carousel-description h2,
#global-ux .accessoriesTile .media-carousel.media-carousel-white .media-carousel-description h3,
#global-ux .accessoriesTile .media-carousel.media-carousel-white .media-carousel-description h4,
#global-ux .accessoriesTile .media-carousel.media-carousel-white .media-carousel-description h5,
#global-ux .accessoriesTile .media-carousel.media-carousel-white .media-carousel-description h6,
#global-ux .accessoriesTile .media-carousel.media-carousel-white .image-caption h2,
#global-ux .accessoriesTile .media-carousel.media-carousel-white .image-caption h3,
#global-ux .accessoriesTile .media-carousel.media-carousel-white .image-caption h4,
#global-ux .accessoriesTile .media-carousel.media-carousel-white .image-caption h5,
#global-ux .accessoriesTile .media-carousel.media-carousel-white .image-caption h6 {
  color: #fff;
}

#global-ux .accessoriesTile .media-carousel.media-carousel-white .media-carousel-description p,
#global-ux .accessoriesTile .media-carousel.media-carousel-white .image-caption p {
  color: #7f7f7f;
}

#global-ux .accessoriesTile .media-carousel.media-carousel-black {
  background: #fff;
}

#global-ux .accessoriesTile .media-carousel.media-carousel-black .media-carousel-description,
#global-ux .accessoriesTile .media-carousel.media-carousel-black .image-caption {
  color: #000;
}

#global-ux .accessoriesTile .media-carousel.media-carousel-black .media-carousel-description h2,
#global-ux .accessoriesTile .media-carousel.media-carousel-black .media-carousel-description h3,
#global-ux .accessoriesTile .media-carousel.media-carousel-black .media-carousel-description h4,
#global-ux .accessoriesTile .media-carousel.media-carousel-black .media-carousel-description h5,
#global-ux .accessoriesTile .media-carousel.media-carousel-black .media-carousel-description h6,
#global-ux .accessoriesTile .media-carousel.media-carousel-black .media-carousel-description p,
#global-ux .accessoriesTile .media-carousel.media-carousel-black .image-caption h2,
#global-ux .accessoriesTile .media-carousel.media-carousel-black .image-caption h3,
#global-ux .accessoriesTile .media-carousel.media-carousel-black .image-caption h4,
#global-ux .accessoriesTile .media-carousel.media-carousel-black .image-caption h5,
#global-ux .accessoriesTile .media-carousel.media-carousel-black .image-caption h6,
#global-ux .accessoriesTile .media-carousel.media-carousel-black .image-caption p {
  color: #000;
}

@media only screen and (min-width: 48em) {
  #global-ux .accessoriesTile .media-carousel {
    padding-bottom: 40px;
  }
}

#global-ux .accessoriesTile .white-bkg {
  background: #fff;
}

#global-ux .accessoriesTile .black-bkg {
  background: #000;
}

#global-ux .accessoriesTile .grey-bkg {
  background: #616161;
}

#global-ux .accessoriesTile .lightgrey-bkg {
  background: #7f7f7f;
}

#global-ux .accessoriesTile .darkgrey-bkg {
  background: #121212;
}

#global-ux .accessoriesTile .blue-bkg {
  background: #2d96cd;
}

#global-ux .accessoriesTile .darkblue-bkg {
  background: #1b394e;
}

#global-ux .accessoriesTile .blue-bkg .flex-control-nav,
#global-ux .accessoriesTile .blue-bkg .carousel-controls .flex-control-nav,
#global-ux .accessoriesTile .darkblue-bkg .flex-control-nav,
#global-ux .accessoriesTile .darkblue-bkg .carousel-controls .flex-control-nav {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

#global-ux .accessoriesTile .blue-bkg .flex-control-nav li,
#global-ux .accessoriesTile .blue-bkg .carousel-controls .flex-control-nav li,
#global-ux .accessoriesTile .darkblue-bkg .flex-control-nav li,
#global-ux .accessoriesTile .darkblue-bkg .carousel-controls .flex-control-nav li {
  margin: 1.25rem .375rem .625rem;
  line-height: normal;
}

#global-ux .accessoriesTile .blue-bkg .flex-control-nav li,
#global-ux .accessoriesTile .blue-bkg .flex-control-nav li a,
#global-ux .accessoriesTile .blue-bkg .carousel-controls .flex-control-nav li,
#global-ux .accessoriesTile .blue-bkg .carousel-controls .flex-control-nav li a,
#global-ux .accessoriesTile .darkblue-bkg .flex-control-nav li,
#global-ux .accessoriesTile .darkblue-bkg .flex-control-nav li a,
#global-ux .accessoriesTile .darkblue-bkg .carousel-controls .flex-control-nav li,
#global-ux .accessoriesTile .darkblue-bkg .carousel-controls .flex-control-nav li a {
  display: inline-block;
}

#global-ux .accessoriesTile .blue-bkg .flex-control-nav li a,
#global-ux .accessoriesTile .blue-bkg .carousel-controls .flex-control-nav li a,
#global-ux .accessoriesTile .darkblue-bkg .flex-control-nav li a,
#global-ux .accessoriesTile .darkblue-bkg .carousel-controls .flex-control-nav li a {
  width: 10px !important;
  height: 10px !important;
  background: #fff;
  text-indent: -9999em;
  border-radius: 100%;
}

#global-ux .accessoriesTile .blue-bkg .flex-control-nav li a.flex-active,
#global-ux .accessoriesTile .blue-bkg .carousel-controls .flex-control-nav li a.flex-active,
#global-ux .accessoriesTile .darkblue-bkg .flex-control-nav li a.flex-active,
#global-ux .accessoriesTile .darkblue-bkg .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 .accessoriesTile .blue-bkg .flex-control-nav li a:after,
#global-ux .accessoriesTile .blue-bkg .carousel-controls .flex-control-nav li a:after,
#global-ux .accessoriesTile .darkblue-bkg .flex-control-nav li a:after,
#global-ux .accessoriesTile .darkblue-bkg .carousel-controls .flex-control-nav li a:after {
  display: none;
}

#global-ux .accessoriesTile .white-text .media-carousel-description,
#global-ux .accessoriesTile .white-text .media-carousel-description h1,
#global-ux .accessoriesTile .white-text .media-carousel-description h2,
#global-ux .accessoriesTile .white-text .media-carousel-description h3,
#global-ux .accessoriesTile .white-text .media-carousel-description h4,
#global-ux .accessoriesTile .white-text .media-carousel-description h5,
#global-ux .accessoriesTile .white-text .media-carousel-description h6,
#global-ux .accessoriesTile .white-text .media-carousel-description p,
#global-ux .accessoriesTile .white-text .image-caption,
#global-ux .accessoriesTile .white-text .image-caption h1,
#global-ux .accessoriesTile .white-text .image-caption h2,
#global-ux .accessoriesTile .white-text .image-caption h3,
#global-ux .accessoriesTile .white-text .image-caption h4,
#global-ux .accessoriesTile .white-text .image-caption h5,
#global-ux .accessoriesTile .white-text .image-caption h6,
#global-ux .accessoriesTile .white-text .image-caption p {
  color: #fff;
}

#global-ux .accessoriesTile .black-text .media-carousel-description,
#global-ux .accessoriesTile .black-text .media-carousel-description h1,
#global-ux .accessoriesTile .black-text .media-carousel-description h2,
#global-ux .accessoriesTile .black-text .media-carousel-description h3,
#global-ux .accessoriesTile .black-text .media-carousel-description h4,
#global-ux .accessoriesTile .black-text .media-carousel-description h5,
#global-ux .accessoriesTile .black-text .media-carousel-description h6,
#global-ux .accessoriesTile .black-text .media-carousel-description p,
#global-ux .accessoriesTile .black-text .image-caption,
#global-ux .accessoriesTile .black-text .image-caption h1,
#global-ux .accessoriesTile .black-text .image-caption h2,
#global-ux .accessoriesTile .black-text .image-caption h3,
#global-ux .accessoriesTile .black-text .image-caption h4,
#global-ux .accessoriesTile .black-text .image-caption h5,
#global-ux .accessoriesTile .black-text .image-caption h6,
#global-ux .accessoriesTile .black-text .image-caption p {
  color: #000;
}

#global-ux .accessoriesTile .grey-text .media-carousel-description,
#global-ux .accessoriesTile .grey-text .media-carousel-description h1,
#global-ux .accessoriesTile .grey-text .media-carousel-description h2,
#global-ux .accessoriesTile .grey-text .media-carousel-description h3,
#global-ux .accessoriesTile .grey-text .media-carousel-description h4,
#global-ux .accessoriesTile .grey-text .media-carousel-description h5,
#global-ux .accessoriesTile .grey-text .media-carousel-description h6,
#global-ux .accessoriesTile .grey-text .media-carousel-description p,
#global-ux .accessoriesTile .grey-text .image-caption,
#global-ux .accessoriesTile .grey-text .image-caption h1,
#global-ux .accessoriesTile .grey-text .image-caption h2,
#global-ux .accessoriesTile .grey-text .image-caption h3,
#global-ux .accessoriesTile .grey-text .image-caption h4,
#global-ux .accessoriesTile .grey-text .image-caption h5,
#global-ux .accessoriesTile .grey-text .image-caption h6,
#global-ux .accessoriesTile .grey-text .image-caption p {
  color: #616161;
}

#global-ux .accessoriesTile .lightgrey-text .media-carousel-description,
#global-ux .accessoriesTile .lightgrey-text .media-carousel-description h1,
#global-ux .accessoriesTile .lightgrey-text .media-carousel-description h2,
#global-ux .accessoriesTile .lightgrey-text .media-carousel-description h3,
#global-ux .accessoriesTile .lightgrey-text .media-carousel-description h4,
#global-ux .accessoriesTile .lightgrey-text .media-carousel-description h5,
#global-ux .accessoriesTile .lightgrey-text .media-carousel-description h6,
#global-ux .accessoriesTile .lightgrey-text .media-carousel-description p,
#global-ux .accessoriesTile .lightgrey-text .image-caption,
#global-ux .accessoriesTile .lightgrey-text .image-caption h1,
#global-ux .accessoriesTile .lightgrey-text .image-caption h2,
#global-ux .accessoriesTile .lightgrey-text .image-caption h3,
#global-ux .accessoriesTile .lightgrey-text .image-caption h4,
#global-ux .accessoriesTile .lightgrey-text .image-caption h5,
#global-ux .accessoriesTile .lightgrey-text .image-caption h6,
#global-ux .accessoriesTile .lightgrey-text .image-caption p {
  color: #7f7f7f;
}

#global-ux .accessoriesTile .darkgrey-text .media-carousel-description,
#global-ux .accessoriesTile .darkgrey-text .media-carousel-description h1,
#global-ux .accessoriesTile .darkgrey-text .media-carousel-description h2,
#global-ux .accessoriesTile .darkgrey-text .media-carousel-description h3,
#global-ux .accessoriesTile .darkgrey-text .media-carousel-description h4,
#global-ux .accessoriesTile .darkgrey-text .media-carousel-description h5,
#global-ux .accessoriesTile .darkgrey-text .media-carousel-description h6,
#global-ux .accessoriesTile .darkgrey-text .media-carousel-description p,
#global-ux .accessoriesTile .darkgrey-text .image-caption,
#global-ux .accessoriesTile .darkgrey-text .image-caption h1,
#global-ux .accessoriesTile .darkgrey-text .image-caption h2,
#global-ux .accessoriesTile .darkgrey-text .image-caption h3,
#global-ux .accessoriesTile .darkgrey-text .image-caption h4,
#global-ux .accessoriesTile .darkgrey-text .image-caption h5,
#global-ux .accessoriesTile .darkgrey-text .image-caption h6,
#global-ux .accessoriesTile .darkgrey-text .image-caption p {
  color: #121212;
}

#global-ux .accessoriesTile .blue-text .media-carousel-description,
#global-ux .accessoriesTile .blue-text .media-carousel-description h1,
#global-ux .accessoriesTile .blue-text .media-carousel-description h2,
#global-ux .accessoriesTile .blue-text .media-carousel-description h3,
#global-ux .accessoriesTile .blue-text .media-carousel-description h4,
#global-ux .accessoriesTile .blue-text .media-carousel-description h5,
#global-ux .accessoriesTile .blue-text .media-carousel-description h6,
#global-ux .accessoriesTile .blue-text .media-carousel-description p,
#global-ux .accessoriesTile .blue-text .image-caption,
#global-ux .accessoriesTile .blue-text .image-caption h1,
#global-ux .accessoriesTile .blue-text .image-caption h2,
#global-ux .accessoriesTile .blue-text .image-caption h3,
#global-ux .accessoriesTile .blue-text .image-caption h4,
#global-ux .accessoriesTile .blue-text .image-caption h5,
#global-ux .accessoriesTile .blue-text .image-caption h6,
#global-ux .accessoriesTile .blue-text .image-caption p {
  color: #2d96cd;
}

#global-ux .accessoriesTile .darkblue-text .media-carousel-description,
#global-ux .accessoriesTile .darkblue-text .media-carousel-description h1,
#global-ux .accessoriesTile .darkblue-text .media-carousel-description h2,
#global-ux .accessoriesTile .darkblue-text .media-carousel-description h3,
#global-ux .accessoriesTile .darkblue-text .media-carousel-description h4,
#global-ux .accessoriesTile .darkblue-text .media-carousel-description h5,
#global-ux .accessoriesTile .darkblue-text .media-carousel-description h6,
#global-ux .accessoriesTile .darkblue-text .media-carousel-description p,
#global-ux .accessoriesTile .darkblue-text .image-caption,
#global-ux .accessoriesTile .darkblue-text .image-caption h1,
#global-ux .accessoriesTile .darkblue-text .image-caption h2,
#global-ux .accessoriesTile .darkblue-text .image-caption h3,
#global-ux .accessoriesTile .darkblue-text .image-caption h4,
#global-ux .accessoriesTile .darkblue-text .image-caption h5,
#global-ux .accessoriesTile .darkblue-text .image-caption h6,
#global-ux .accessoriesTile .darkblue-text .image-caption p {
  color: #1b394e;
}

.flex-control-nav,
.carousel-controls .flex-control-nav {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.flex-control-nav li,
.carousel-controls .flex-control-nav li {
  margin: 1.25rem .375rem .625rem;
  line-height: normal;
}

.flex-control-nav li,
.flex-control-nav li a,
.carousel-controls .flex-control-nav li,
.carousel-controls .flex-control-nav li a {
  display: inline-block;
}

.flex-control-nav li a,
.carousel-controls .flex-control-nav li a {
  width: 10px !important;
  height: 10px !important;
  background: #2c95cd;
  text-indent: -9999em;
  border-radius: 100%;
}

.flex-control-nav li a.flex-active,
.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;
}

.flex-control-nav li a:after,
.carousel-controls .flex-control-nav li a:after {
  display: none;
}

.flex-control-nav li a,
.carousel-controls .flex-control-nav li a {
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.flex-control-nav li a.flex-active,
.carousel-controls .flex-control-nav li a.flex-active {
  margin: 0;
}

#global-ux .accessoriesTile .link-accessories {
  text-align: center;
  padding: 0 0 1.875rem 0;
}

#global-ux .accessoriesTile .flex-control-nav li a,
#global-ux .accessoriesTile .carousel-controls .flex-control-nav li a {
  position: relative;
  top: -1px;
}

#global-ux .accessoriesTile .flex-control-nav li a.flex-active,
#global-ux .accessoriesTile .carousel-controls .flex-control-nav li a.flex-active {
  position: static;
}

.rtl #global-ux .accessoriesTile .media-carousel.carousel {
  direction: ltr;
}

.rtl #global-ux .accessoriesTile .media-carousel.carousel .carousel-arrows {
  right: auto;
  left: -62px;
}

.rtl #global-ux .accessoriesTile .media-carousel.carousel:hover .carousel-arrows {
  left: 0;
}

#global-ux .form-dropdown .select2-container {
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-dropdown .select2-container {
    max-width: inherit;
  }
}

#global-ux .form-dropdown .single-dropdown {
  display: inline-block;
  width: 100%;
}

#global-ux .form-dropdown label {
  display: block;
}

#global-ux .form-dropdown .select-row {
  overflow: hidden;
  padding: 95px 0px 86px;
}

#global-ux .form-dropdown .select-row div[class*="-centered"] {
  text-align: center;
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  #global-ux .form-dropdown .select-row {
    padding: 95px 0px;
  }
}

@media only screen and (min-width: 30.0625em) and (max-width: 47.9375em) {
  #global-ux .form-dropdown .select-row {
    padding: 65px 0px;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .form-dropdown .select-row {
    padding: 15px 0px;
  }
}

#global-ux .form-dropdown .select-row h2 {
  margin: 0 0 26px;
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  #global-ux .form-dropdown .select-row h2 {
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 30.0625em) and (max-width: 47.9375em) {
  #global-ux .form-dropdown .select-row h2 {
    margin: 0 0 12px;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .form-dropdown .select-row h2 {
    margin: 0;
  }
}

#global-ux .form-dropdown .select-row .end {
  float: right;
}

.rtl #global-ux .cascadingDropdown {
  overflow: hidden;
}

.rtl #global-ux .cascadingDropdown .cascading-dropdown {
  width: 100%;
}

.rtl #global-ux .cascadingDropdown .form-textfield {
  float: none;
}

#global-ux .form-textfield.default-dropdown {
  position: relative;
}

#global-ux .form-textfield.default-dropdown select {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
}

#global-ux .form-textfield.default-dropdown select option {
  opacity: 1;
}

#global-ux .form-dropdown.cascading-dropdown .no-space {
  padding: 0;
}

#global-ux .form-dropdown.cascading-dropdown .select2-container {
  display: inline-block;
  max-width: 437px;
  width: 100%;
}

#global-ux .form-dropdown.cascading-dropdown .single-dropdown {
  display: inline-block;
  width: 100%;
  max-width: 410px;
}

#global-ux .form-dropdown.cascading-dropdown label {
  display: block;
}

#global-ux .form-dropdown.cascading-dropdown .select-row {
  overflow: hidden;
  padding: 0;
  border-bottom: solid 1px #dadada;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-dropdown.cascading-dropdown .select-row {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}

#global-ux .form-dropdown.cascading-dropdown .select-row h2 {
  margin: 0 0 26px;
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  #global-ux .form-dropdown.cascading-dropdown .select-row h2 {
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 30.0625em) and (max-width: 47.9375em) {
  #global-ux .form-dropdown.cascading-dropdown .select-row h2 {
    margin: 0 0 12px;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .form-dropdown.cascading-dropdown .select-row h2 {
    margin: 0;
  }
}

#global-ux .form-dropdown.cascading-dropdown .select-row .end {
  float: right;
}

#global-ux .cascadingDropdown {
  padding: 55px 98px 0 98px;
  padding: 3.4375rem 6.125rem 0 6.125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .cascadingDropdown {
    padding: 30px 25px 0;
    padding: 1.875rem 1.5625rem 0;
  }
}

#global-ux .cascadingDropdown .select-row .columns {
  padding: 0;
}

#global-ux .financeOptionTool {
  padding: 58px 0;
  padding: 3.625rem 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .financeOptionTool {
    padding: 15px 0;
    padding: .9375rem 0;
  }
}

#global-ux .financeOptionTool h2 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 200;
  margin: 0 0 54px;
  margin: 0 0 3.375rem;
  padding: 0 96px 0;
  padding: 0 6rem 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .financeOptionTool h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
    padding: 0 25px 0;
    padding: 0 1.5625rem 0;
  }
}

#global-ux .financeOptionTool h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 200;
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .financeOptionTool h3 {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
    margin: 0 0 3px;
    margin: 0 0 .1875rem;
  }
}

#global-ux .financeOptionTool .show-error-msg .error-msg {
  display: block;
  text-align: center;
}

#global-ux .financeOptionTool .show-error-msg .option-inner-holder {
  display: none;
}

#global-ux .financeOptionTool .error-msg {
  display: none;
}

#global-ux .financeOptionTool .accordion-holder .accordion-title {
  position: relative;
}

#global-ux .financeOptionTool .accordion-holder .accordion-title h3 {
  float: none;
}

#global-ux .financeOptionTool .accordion-holder .accordion-title .accordion-handle {
  position: absolute;
  top: 40%;
  right: 5%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .financeOptionTool .accordion-holder .accordion-title .accordion-handle {
    right: 10px;
  }
}

#global-ux .financeOptionTool .accordion-holder .accordion-content {
  padding: 17px 6.59722% 27px;
  padding: 1.0625rem 6.59722% 1.6875rem;
}

#global-ux .financeOptionTool .accordion-holder .richtext ul {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding-left: 20px;
  padding-left: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .financeOptionTool .accordion-holder .richtext ul {
    width: 100%;
    padding-left: 0;
  }
}

#global-ux .financeOptionTool .accordion-holder .richtext ul:first-child {
  padding-left: 0;
}

#global-ux .financeOptionTool .accordion-holder .richtext ul li {
  color: #3b3a3a;
}

#global-ux .financeOptionTool .accordion-holder .richtext ul li p {
  margin: 0 0 5px;
  margin: 0 0 .3125rem;
}

#global-ux .financeOptionTool .accordion-holder .richtext ul li b {
  color: #1b394e;
  font-size: 14px;
  font-size: .875rem;
}

#global-ux .option-tool-buying {
  padding: 0 96px 71px;
  padding: 0 6rem 4.4375rem;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .option-tool-buying {
    padding: 0 25px 37px;
    padding: 0 1.5625rem 2.3125rem;
  }
}

#global-ux .option-tool-buying .title-block {
  margin: 0 0 52px;
  margin: 0 0 3.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .option-tool-buying .title-block {
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: 13px;
    margin-bottom: .8125rem;
    padding: 48px 25px 34px;
    padding: 3rem 1.5625rem 2.125rem;
    background: #f7f7f7;
    text-align: center;
  }
}

#global-ux .option-tool-buying .title-block span {
  font-size: 64px;
  font-size: 4rem;
  line-height: 66px;
  line-height: 4.125rem;
  font-weight: 200;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .option-tool-buying .title-block span {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}

#global-ux .option-tool-buying .buying-description .item {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .option-tool-buying .buying-description .item {
    display: block;
  }
}

#global-ux .option-tool-buying .buying-description .info {
  width: 55%;
  margin: 0 9% 0 0;
  margin: 0 9% 0 0;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .option-tool-buying .buying-description .info {
    width: 100%;
    margin: 0 0 25px;
    margin: 0 0 1.5625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .option-tool-buying .buying-description .info a {
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .option-tool-buying .buying-description .title {
  display: block;
  color: #565656;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .option-tool-buying .buying-description .title {
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .option-tool-buying .buying-description p {
  color: #565656;
  margin: 0 0 8px;
  margin: 0 0 .5rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .option-tool-buying .buying-description .button-holder {
    text-align: center;
  }
}

#global-ux .option-tool-buying .buying-description .cta-button {
  margin: 0;
}

#global-ux .option-tool-interest,
#global-ux .option-tool-question-summary {
  padding: 68px 96px 38px;
  padding: 4.25rem 6rem 2.375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .option-tool-interest,
  #global-ux .option-tool-question-summary {
    padding: 36px 25px 10px;
    padding: 2.25rem 1.5625rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) and (max-width: 47.9375em) {
  #global-ux .option-tool-interest h3,
  #global-ux .option-tool-question-summary h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#global-ux .option-tool-interest ul,
#global-ux .option-tool-question-summary ul {
  margin: 0;
  padding-top: 16px;
  padding-top: 1rem;
  list-style: none;
  font-size: 0;
}

#global-ux .option-tool-interest ul li,
#global-ux .option-tool-question-summary ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  width: 33.33%;
  padding: 0 30px 30px 0;
  padding: 0 1.875rem 1.875rem 0;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .option-tool-interest ul li,
  #global-ux .option-tool-question-summary ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .option-tool-interest ul li,
  #global-ux .option-tool-question-summary ul li {
    width: 100%;
    padding: 0;
    margin: 0 0 27px;
    margin: 0 0 1.6875rem;
  }
}

#global-ux .option-tool-interest ul li a,
#global-ux .option-tool-question-summary ul li a {
  text-decoration: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .option-tool-interest ul li a,
  #global-ux .option-tool-question-summary ul li a {
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .option-tool-interest ul li h4,
#global-ux .option-tool-question-summary ul li h4 {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 700;
  color: #565656;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .option-tool-interest ul li h4,
  #global-ux .option-tool-question-summary ul li h4 {
    margin-bottom: 2px;
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .option-tool-interest ul li p,
#global-ux .option-tool-question-summary ul li p {
  color: #565656;
}

#global-ux .option-tool-question-summary {
  padding: 0px !important;
}

#global-ux .option-tool-question-summary .interest-list li {
  width: 50%;
}

#global-ux .option-tool-accordion p {
  color: #626466;
}

#global-ux .option-tool-accordion .column {
  width: 45%;
  margin-left: 10%;
  padding: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .option-tool-accordion .column {
    width: 100%;
    margin-left: 0;
  }
}

#global-ux .option-tool-accordion .column:first-child {
  margin-left: 0;
}

#global-ux .finance-option-questions .progress-bar-holder {
  padding: 30px 25px 27px;
  padding: 1.875rem 1.5625rem 1.6875rem;
  border-bottom: 1px solid #dbdbdb;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .progress-bar-holder {
    padding: 30px 25px 41px;
    padding: 1.875rem 1.5625rem 2.5625rem;
  }
}

#global-ux .finance-option-questions .progress-bar-holder.disable {
  pointer-events: none;
  opacity: 0.6 !important;
}

#global-ux .finance-option-questions .progress-bar-holder.disable .progress {
  background: #d7d7d7 !important;
}

#global-ux .finance-option-questions .progress-bar-holder.disable span.value,
#global-ux .finance-option-questions .progress-bar-holder.disable .value-start-box,
#global-ux .finance-option-questions .progress-bar-holder.disable .value-finish-box {
  color: #fff !important;
}

#global-ux .finance-option-questions .progress-bar-holder.disable span.caption,
#global-ux .finance-option-questions .progress-bar-holder.disable .caption-start-box,
#global-ux .finance-option-questions .progress-bar-holder.disable .caption-finish-box,
#global-ux .finance-option-questions .progress-bar-holder.disable .title {
  color: #d7d7d7 !important;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .progress-bar-line {
    display: none;
  }
}

#global-ux .finance-option-questions .progress-bar-line .title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 200;
  margin: 0 0 25px;
  margin: 0 0 1.5625rem;
  color: #616161;
}

#global-ux .finance-option-questions .progress-bar-line .title span {
  font-weight: 700;
  color: #374b5e;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar {
  max-width: 685px;
  max-width: 42.8125rem;
  margin: 0 auto;
  margin: 0 auto;
  position: relative;
  height: 64px;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .progress {
  position: absolute;
  top: 0;
  padding: 0px;
  height: 34px;
  height: 2.125rem;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .progress.left {
  left: 0;
  z-index: 10;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .progress.left span {
  text-align: left;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .progress.right {
  right: 0;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .progress.right span {
  text-align: right;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .progress.right span.caption.zero-value {
  left: -30px;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .progress.right span.value.zero-value {
  left: -45px;
  z-index: 10;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .progress.center span {
  text-align: center;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .progress span {
  width: 100%;
  left: 0;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .progress .value {
  font-size: 13px;
  font-size: .8125rem;
  color: #fff;
  position: absolute;
  top: 5px;
  padding: 0 10px;
  z-index: 1;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .progress .caption {
  position: absolute;
  bottom: -32px;
  font-size: 16px;
  font-size: 1rem;
  color: #616161;
  font-weight: 300;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .start-box,
#global-ux .finance-option-questions .progress-bar-line .progress-bar .finish-box {
  position: absolute;
  left: 5px;
  top: 10px;
  text-align: left;
  z-index: 10;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .finish-box {
  left: auto;
  right: 5px;
  text-align: right;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .value-start-box,
#global-ux .finance-option-questions .progress-bar-line .progress-bar .caption-start-box,
#global-ux .finance-option-questions .progress-bar-line .progress-bar .value-finish-box,
#global-ux .finance-option-questions .progress-bar-line .progress-bar .caption-finish-box {
  height: 30px;
  height: 1.875rem;
  display: block;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .value-start-box,
#global-ux .finance-option-questions .progress-bar-line .progress-bar .value-finish-box {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 15px;
  line-height: .9375rem;
  color: #fff;
}

#global-ux .finance-option-questions .progress-bar-line .progress-bar .caption-start-box,
#global-ux .finance-option-questions .progress-bar-line .progress-bar .caption-finish-box {
  color: #374b5e;
}

#global-ux .finance-option-questions .progress-bar-circle-holder {
  display: none;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .progress-bar-circle-holder {
    display: block;
  }
}

#global-ux .finance-option-questions .progress-bar-circle-holder .caption-holder {
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  padding-top: 10px;
  color: #374b5e;
  font-weight: 300;
  max-width: 280px;
  margin: 0 auto;
}

#global-ux .finance-option-questions .progress-bar-circle {
  position: relative;
  overflow: hidden;
  width: 246px;
  height: 123px;
  margin: 0 auto;
}

#global-ux .finance-option-questions .progress-bar-circle .progress-container {
  z-index: 1;
  position: absolute;
  background-color: #fff;
  width: 246px;
  height: 123px;
  top: 0%;
  border-radius: 123px 123px 0px 0px;
}

#global-ux .finance-option-questions .progress-bar-circle .progress {
  z-index: 2;
  position: absolute;
  width: 246px;
  height: 123px;
  top: 123px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 123px 123px;
  transform-origin: center top;
  border: 1px solid #fff;
}

#global-ux .finance-option-questions .progress-bar-circle .progress-clear {
  z-index: 3;
  position: absolute;
  background-color: #fff;
  width: 196px;
  height: 100px;
  top: 23px;
  margin-left: 25px;
  margin-right: auto;
  border-radius: 98px 98px 0px 0px;
}

#global-ux .finance-option-questions .progress-bar-circle .progress-buy {
  transform: rotate(160deg);
}

#global-ux .finance-option-questions .progress-bar-circle .progress-lease {
  transform: rotate(-20deg);
}

#global-ux .finance-option-questions .progress-bar-circle .title {
  z-index: 4;
  position: absolute;
  width: 190px;
  top: 63px;
  left: 30px;
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  margin: 0 0 5px;
  margin: 0 0 .3125rem;
  color: #616161;
}

#global-ux .finance-option-questions .progress-bar-circle .title span {
  font-weight: 700;
  color: #374b5e;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 28px;
  line-height: 1.75rem;
}

#global-ux .finance-option-questions .chart-holder {
  max-width: 770px;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
  padding: 20px 30px 0;
  padding: 1.25rem 1.875rem 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .chart-holder {
    padding: 20px 0 0;
    padding: 1.25rem 0 0;
  }
}

#global-ux .finance-option-questions .chart-holder ul {
  margin: 0;
}

#global-ux .finance-option-questions .chart-holder .option-block {
  position: relative;
  width: 20%;
  height: 200px;
  margin: 0 5%;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .chart-holder .option-block {
    margin: 0 2%;
  }
}

#global-ux .finance-option-questions .chart-holder .option {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#global-ux .finance-option-questions .chart-holder .option-title {
  color: #616161;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 15px;
  line-height: .9375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .chart-holder .option-title {
    font-size: 12px;
    font-size: .75rem;
  }
}

#global-ux .finance-option-questions .chart-holder .title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 200;
  margin: 0 0 25px;
  margin: 0 0 1.5625rem;
  color: #616161;
}

#global-ux .finance-option-questions .chart-holder .title span {
  font-weight: 700;
  color: #374b5e;
}

#global-ux .finance-option-questions .chart-holder .value {
  position: absolute;
  text-align: center;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 15px;
  line-height: .9375rem;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 5px;
  color: #fff;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .chart-holder .value {
    font-size: 12px;
    font-size: .75rem;
  }
}

#global-ux .finance-option-questions .chart-holder .value.dark {
  color: #000;
}

#global-ux .finance-option-questions .chart-holder.disable {
  opacity: 0.6 !important;
  pointer-events: none;
}

#global-ux .finance-option-questions .chart-holder.disable .option {
  background: #d7d7d7 !important;
}

#global-ux .finance-option-questions .chart-holder.disable span.value {
  color: #fff !important;
}

#global-ux .finance-option-questions .chart-holder.disable .option-title {
  color: #d7d7d7 !important;
}

#global-ux .finance-option-questions .chart-holder .chart-option1 {
  background: #2f4456;
}

#global-ux .finance-option-questions .chart-holder .chart-option2 {
  background: #298bc5;
}

#global-ux .finance-option-questions .chart-holder .chart-option3 {
  background: #555555;
}

#global-ux .finance-option-questions .question-block {
  text-align: center;
  padding: 56px 96px 30px;
  padding: 3.5rem 6rem 1.875rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .question-block {
    padding: 30px 25px 20px;
    padding: 1.875rem 1.5625rem 1.25rem;
  }
}

#global-ux .finance-option-questions .question-block .question-number {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #565656;
  margin: 0 0 31px;
  margin: 0 0 1.9375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .question-block .question-number {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
  }
}

#global-ux .finance-option-questions .question-block h2 {
  max-width: 450px;
  max-width: 28.125rem;
  margin: 0 auto 42px;
  margin: 0 auto 2.625rem;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 42px;
  line-height: 2.625rem;
  padding: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .question-block h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 22px;
    line-height: 1.375rem;
    max-width: none;
    padding: 0;
  }
}

#global-ux .finance-option-questions .question-block h2 .icon-info {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .question-block h2 .icon-info {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

#global-ux .finance-option-questions .question-block .description {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #565656;
  margin: 0 0 25px;
  margin: 0 0 1.5625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .question-block .description {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
  }
}

#global-ux .finance-option-questions .question-block .button-holder {
  margin: 0 0 22px;
  margin: 0 0 1.375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .question-block .button-holder {
    overflow: hidden;
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
  }
}

#global-ux .finance-option-questions .question-block .button-holder .btn-block {
  display: inline-block;
  margin: 0 8px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .question-block .button-holder .btn-block {
    width: 47%;
    margin: 0 1%;
  }
}

#global-ux .finance-option-questions .question-block .button-holder .cta-button {
  line-height: normal;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .question-block .button-holder .cta-button {
    font-size: 14px;
    font-size: .875rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#global-ux .finance-option-questions .question-block .button-holder .cta-button:first-child {
  margin: 0;
}

#global-ux .finance-option-questions .question-block .button-holder .cta-button.disable {
  opacity: 0.6;
  pointer-events: none;
}

#global-ux .finance-option-questions .question-block .button-holder .disable {
  pointer-events: none;
}

#global-ux .finance-option-questions .question-block .button-holder .disable .cta-button {
  opacity: 0.6;
  pointer-events: none;
}

#global-ux .finance-option-questions .question-block .return-link-holder a {
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
  font-weight: 300;
}

#global-ux .finance-option-questions .radio-question-section {
  text-align: center;
  margin: 0 0 17px;
  margin: 0 0 1.0625rem;
}

#global-ux .finance-option-questions .radio-question-section .radio-holder {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
  margin: 0 0 .625rem;
  padding: 0 15px 10px;
  padding: 0 .9375rem .625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .radio-question-section .radio-holder {
    width: 32%;
    padding: 0 0.5% 10px;
  }
}

#global-ux .finance-option-questions .radio-question-section input[type="radio"]+label {
  outline: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .finance-option-questions .radio-question-section input[type="radio"]+label {
    font-size: 12px;
    font-size: .75rem;
  }
}

#global-ux .finance-option-questions .radio-question-section input[type="radio"]+label span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto 5px;
  border-radius: 20px;
  border: 1px solid #1c3950;
}

#global-ux .finance-option-questions .radio-question-section input[type="radio"]+.checked span {
  background: #1c3950;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .finance-option-questions .question-block .button-holder .btn-block {
    float: right;
  }
}

.rtl #global-ux .finance-option-questions .question-block h2 .gux-tooltip {
  display: inline-block;
}

.rtl #global-ux .finance-option-questions .progress-bar-circle .progress-clear {
  margin-left: auto;
  margin-right: 25px;
}

.rtl #global-ux .option-tool-buying .buying-description .info {
  margin: 0 0 0 9%;
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .option-tool-buying .buying-description .info {
    margin: 0 0 25px;
  }
}

.rtl #global-ux .option-tool-interest ul li,
.rtl #global-ux .option-tool-question-summary ul li {
  padding: 0 0 30px 30px;
  padding: 0 0 1.875rem 1.875rem;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .option-tool-interest ul li,
  .rtl #global-ux .option-tool-question-summary ul li {
    padding: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .financeOptionTool .accordion-holder .accordion-title h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}

.rtl #global-ux .financeOptionTool .accordion-holder .accordion-title .accordion-handle {
  right: auto;
  left: 5%;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .financeOptionTool .accordion-holder .accordion-title .accordion-handle {
    left: 0;
  }
}

#global-ux .vehicle-tile .vehicle-tile-content {
  padding: 15px;
  border: 1px solid transparent;
  min-height: 300px;
  position: relative;
}

#global-ux .vehicle-tile .vehicle-tile-content .vehicle-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #2d96cd;
  max-height: 48px;
  overflow: hidden;
  margin-top: 10px;
}

#global-ux .vehicle-tile .vehicle-tile-content .dl-wrapper {
  display: none;
}

#global-ux .vehicle-tile .vehicle-tile-content .dl-wrapper p {
  margin: 0;
}

#global-ux .vehicle-tile .vehicle-tile-content .dl-wrapper a.cta-button {
  width: 90%;
  min-width: 90%;
  position: absolute;
  bottom: 15px;
  display: inline-block;
  background-color: #2d96cd;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin: 0;
}

#global-ux .vehicle-tile .vehicle-tile-content .dl-wrapper a.cta-button:hover {
  opacity: 0.9;
}

#global-ux .vehicle-tile .vehicle-tile-content:hover {
  border: 1px solid #2d96cd;
}

#global-ux .vehicle-tile .vehicle-tile-content:hover .dl-wrapper {
  display: block;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  #global-ux .vehicle-tile .vehicle-tile-content {
    min-height: 280px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1023px) {
  #global-ux .vehicle-tile .vehicle-tile-content {
    min-height: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #global-ux .vehicle-tile .vehicle-tile-content {
    min-height: 300px;
  }

  #global-ux .vehicle-tile .vehicle-tile-content .vehicle-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #global-ux .vehicle-tile .vehicle-tile-content {
    margin: 20px;
    min-height: auto;
    border: 1px solid #2d96cd;
  }

  #global-ux .vehicle-tile .vehicle-tile-content .vehicle-title {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }

  #global-ux .vehicle-tile .vehicle-tile-content .dl-wrapper {
    display: block;
  }

  #global-ux .vehicle-tile .vehicle-tile-content .dl-wrapper a.cta-button {
    width: 100%;
    position: relative;
    bottom: auto;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }

  #global-ux .vehicle-tile .vehicle-tile-content .dl-wrapper a.cta-button:hover {
    opacity: 0.9;
  }
}

#global-ux .vehicleTile {
  position: relative;
  min-height: 350px;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  transition: height !important;
}

#global-ux .vehicleTile .action {
  display: none;
}

#global-ux .vehicleTile.hover-tile .item-content {
  border: 1px solid #2d96cd;
}

#global-ux .vehicleTile .item-content {
  position: relative;
  padding-bottom: 0;
  padding: 15px;
  padding: .9375rem;
  background: #fff;
  transition: none !important;
}

#global-ux .vehicleTile .item-content:hover,
#global-ux .vehicleTile .item-content:active,
#global-ux .vehicleTile .item-content:focus,
#global-ux .vehicleTile .item-content:focus-within {
  border: 1px solid #2d96cd;
  z-index: 3;
  margin-bottom: -2px;
}

#global-ux .vehicleTile .item-content:hover .action,
#global-ux .vehicleTile .item-content:active .action,
#global-ux .vehicleTile .item-content:focus .action,
#global-ux .vehicleTile .item-content:focus-within .action {
  display: block !important;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehicleTile .item-content .action {
    display: block;
  }
}

#global-ux .vehicleTile .item-content .cta-button {
  margin: 0;
}

#global-ux .vehicleTile .item-content .cta-button {
  display: block;
}

@media only screen and (min-width: 1024px) {
  #global-ux .vehicleTile .item-content.hover-tile:hover .action,
  #global-ux .vehicleTile .item-content.hover-tile:active .action,
  #global-ux .vehicleTile .item-content.hover-tile:focus .action,
  #global-ux .vehicleTile .item-content.hover-tile:focus-within .action {
    display: block !important;
  }
}

#global-ux .iob {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#global-ux .iob #iobToggle1,
#global-ux .iob #iobToggle2,
#global-ux .iob #iobToggle3 {
  transition: 1s;
}

#global-ux .iob #iobToggle3 .common-richtext,
#global-ux .iob #iobToggle3 .common-billboard {
  height: 105px;
  overflow: hidden;
}

#global-ux .iob .iob1 {
  width: 100%;
  vertical-align: top;
  left: 0;
  position: relative;
  margin: auto;
  overflow: hidden;
}

#global-ux .iob .iob1 .iobRichtext {
  position: absolute;
  width: 100%;
  top: 40%;
  text-align: center;
}

#global-ux .iob .iob1 .iobRichtext .iobopen {
  display: block;
}

#global-ux .iob .iob1 .iobRichtext .iobopen a {
  background-image: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/icons-new.png");
  background-repeat: no-repeat;
  background-position: -613px 0;
  margin: 0 auto 20px;
  display: block;
  width: 54px;
  height: 54px;
}

#global-ux .iob .iob1 .iobRichtext .iobopen a:hover {
  background-position: -673px 0;
}

@media only screen and (max-width: 767px) {
  #global-ux .iob .iob1 .iobRichtext {
    top: 10%;
  }
}

#global-ux .iob .iob2 {
  width: 100%;
  left: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
}

#global-ux .iob .iob2 .iobclose {
  display: block;
  position: absolute;
  margin-left: 3%;
  height: 55%;
  bottom: 0;
}

#global-ux .iob .iob2 .iobclose a {
  background-image: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/icons-new.png");
  background-repeat: no-repeat;
  background-position: -741px 0;
  margin: 0 auto 20px;
  display: block;
  width: 54px;
  height: 54px;
}

#global-ux .iob .iob2 .iobclose a:hover {
  background-position: -801px 0;
}

@media only screen and (max-width: 767px) {
  #global-ux .iob .iob2 .iobclose {
    margin-left: 45%;
    top: 4%;
    height: 0;
  }
}

#global-ux .iob .iob2 .iob2pane {
  position: relative;
  margin: auto;
}

#global-ux .iob .iob2 .iob2pane .iob-heading {
  text-align: center;
  padding: 15px 0;
}

@media only screen and (max-width: 767px) {
  #global-ux .iob .iob2 .iob2pane .iob-heading {
    margin-top: 20%;
    padding: 15px 0;
  }
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .indicator {
  display: none;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel {
  overflow: hidden;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .flex-viewport {
  width: 60%;
  height: 60%;
  margin-left: 20%;
}

@media only screen and (max-width: 767px) {
  #global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .flex-viewport {
    width: 95%;
    height: 95%;
    margin: auto;
  }
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-controls {
  bottom: 40px;
  left: 0;
  height: auto;
  position: absolute;
  text-align: center;
  top: auto !important;
  width: 100%;
  z-index: 1;
  -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);
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-controls .flex-control-nav {
  margin-left: 0;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-controls .flex-control-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 10px;
  margin: 0 .625rem;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-controls .flex-control-nav li a {
  color: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  height: 38px;
  height: 2.375rem;
  line-height: 16px;
  line-height: 1rem;
  width: 38px;
  width: 2.375rem;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-controls .flex-control-nav li a:after {
  background-color: #fff;
  border: solid 1px transparent;
  content: " ";
  margin: auto;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 8px;
  height: .5rem;
  line-height: 38px;
  line-height: 2.375rem;
  -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;
  width: 8px;
  width: .5rem;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-controls .flex-control-nav 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 .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-controls .flex-control-nav 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 .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-controls.desktopAndMobile {
  display: block;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-controls.onlyDesktop {
  display: block;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-controls.onlyMobile {
  display: none;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows {
  display: block;
  position: absolute;
  right: -47px;
  top: 50%;
  z-index: 1;
  margin-top: -15px;
  margin-top: -.9375rem;
  -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;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows .carousel-btn {
  cursor: pointer;
  background-color: #2d96cd;
  border: none;
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 47px;
  height: 2.9375rem;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 47px;
  width: 2.9375rem;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows .carousel-btn .icon {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 47px;
  line-height: 2.9375rem;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows .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 .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows .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 .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows.blue-white .carousel-btn {
  background-color: #2d96cd;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows.blue-white .carousel-btn.darkened {
  background-color: rgba(255,255,255,0.2);
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows.blue-white .carousel-btn:hover {
  background-color: #fff;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows.blue-white .carousel-btn:hover .icon {
  color: #2d96cd;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows.blue-black .carousel-btn {
  background-color: #2d96cd;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows.blue-black .carousel-btn.darkened {
  background-color: rgba(0,0,0,0.5);
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows.blue-black .carousel-btn:hover {
  background-color: #fff;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows.blue-black .carousel-btn:hover .icon {
  color: #2d96cd;
}

#global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel:hover .carousel-arrows {
  right: 0;
}

@media only screen and (max-width: 479px) {
  #global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-controls {
    bottom: 18px;
  }

  #global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-controls.onlyDesktop {
    display: none;
  }

  #global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-controls.onlyMobile {
    display: block;
  }

  #global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-arrows {
    display: none;
  }

  #global-ux .iob .iob2 .iob2pane .common-incentivesOffersBillboard .carousel .carousel-slide .box-content .feature-container .image .common-image .component-content {
    overflow: visible !important;
  }
}

#ref #global-ux .common-incentivesOffersBillboard .carousel .carousel-controls .flex-control-nav li {
  margin: 0 10px;
  margin: 0 1rem;
}

#ref #global-ux .common-incentivesOffersBillboard .carousel .carousel-controls .flex-control-nav li a {
  height: 38px;
  height: 3.8rem;
  line-height: 16px;
  line-height: 1.6rem;
  width: 38px;
  width: 3.8rem;
}

#ref #global-ux .common-incentivesOffersBillboard .carousel .carousel-controls .flex-control-nav li a:after {
  height: 8px;
  height: .8rem;
  line-height: 38px;
  line-height: 3.8rem;
  width: 8px;
  width: .8rem;
}

#ref #global-ux .common-incentivesOffersBillboard .carousel .carousel-arrows {
  margin-top: -15px;
  margin-top: -1.5rem;
}

#ref #global-ux .common-incentivesOffersBillboard .carousel .carousel-arrows .carousel-btn {
  height: 47px;
  height: 4.7rem;
  width: 47px;
  width: 4.7rem;
}

#ref #global-ux .common-incentivesOffersBillboard .carousel .carousel-arrows .carousel-btn .icon {
  line-height: 47px;
  line-height: 4.7rem;
}

.rtl #global-ux .common-incentivesOffersBillboard .carousel-slide {
  direction: rtl;
}

#global-ux .dealerLocatorChinaLabels {
  color: #4B4B4B;
  background: #f5f5f5;
  padding: 10px 30px;
  padding: .625rem 1.875rem;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

#global-ux .dealerLocatorChinaLabels .configSection {
  border: 1px solid #ccc;
  border: .0625rem solid #ccc;
  padding: 5px 20px;
  padding: .3125rem 1.25rem;
  border-radius: 5px;
  border-radius: .3125rem;
  box-shadow: 4px 4px 5px #ccc;
  box-shadow: .25rem .25rem .3125rem #ccc;
  margin-bottom: 10px;
  margin-bottom: .625rem;
}

#global-ux .dealerLocatorChinaLabels .configSection h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: -5px -20px;
  margin: -.3125rem -1.25rem;
  padding: 5px;
  padding: .3125rem;
  border-radius: 5px 5px 0 0;
  border-radius: .3125rem .3125rem 0 0;
  background-image: linear-gradient(#fff, #e0e0e0);
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
}

#global-ux .dealerLocatorChinaLabels .configSubSection {
  overflow: hidden;
  margin: 25px 0;
  margin: 1.5625rem 0;
  min-height: 30px;
  min-height: 1.875rem;
}

#global-ux .dealerLocatorChinaLabels .configEntry {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 10px;
  padding-bottom: .625rem;
  margin-bottom: 10px;
  margin-bottom: .625rem;
}

#global-ux .dealerLocatorChinaLabels .configEntry .configKey {
  font-weight: bold;
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

#global-ux .dealerLocatorChinaLabels .configEntry .configKey:after {
  content: ':';
}

#global-ux .dealerLocatorChinaLabels .configEntry .configValue {
  margin-bottom: 10px;
  margin-bottom: .625rem;
  min-height: 1em;
  display: inline-block;
  width: 75%;
}

#global-ux .news-listing-wrap {
  display: block;
}

#global-ux .news-listing-wrap:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .news-listing-wrap .news-results-title {
  width: 1110px;
  width: 69.375rem;
  margin: 0 auto;
  text-align: center;
}

#global-ux .news-listing-wrap .item-warp {
  display: block;
  text-align: center;
}

#global-ux .news-listing-wrap .item-warp:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .news-listing-wrap .item {
  display: inline-block;
  padding: 60px 0;
  margin: 0 auto;
  width: 1110px;
  width: 69.375rem;
  text-align: left;
  border-bottom: 1px solid #dbdbdb;
}

#global-ux .news-listing-wrap .post-img {
  float: left;
  width: 38.2%;
  margin: 0 3% 0 0;
}

#global-ux .news-listing-wrap .post-img a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

#global-ux .news-listing-wrap .post-img+.desc-wrap {
  float: right;
  width: 58%;
}

#global-ux .news-listing-wrap .desc-wrap {
  display: block;
}

#global-ux .news-listing-wrap .date-and-location {
  color: #616161;
  margin: 0 0 12px 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

#global-ux .news-listing-wrap .date-and-location strong {
  font-weight: bold;
}

#global-ux .news-listing-wrap .post-title {
  font-weight: 200;
  color: #616161;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 20px;
}

#global-ux .news-listing-wrap .post-title a {
  color: #616161;
}

#global-ux .news-listing-wrap .post-title a:hover {
  color: #2c94ca;
}

#global-ux .news-listing-wrap .post-title .news-cta {
  display: none;
  visibility: hidden;
}

#global-ux .news-listing-wrap .post-txt {
  color: #616161;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 300;
}

#global-ux .news-listing-wrap .post-txt p,
#global-ux .news-listing-wrap .post-txt h1,
#global-ux .news-listing-wrap .post-txt h2,
#global-ux .news-listing-wrap .post-txt h3,
#global-ux .news-listing-wrap .post-txt h4,
#global-ux .news-listing-wrap .post-txt h5,
#global-ux .news-listing-wrap .post-txt h6 {
  color: #616161;
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
}

#global-ux .news-listing-wrap .post-txt .news-cta span {
  margin: 0 -5px 0 0;
}

#global-ux .news-listing-wrap .post-txt .news-cta i {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

#global-ux .news-listing-wrap .view-more-btn {
  display: block;
  margin: 60px 0 0 0;
}

#global-ux .news-listing-wrap .view-more-btn:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .news-listing-wrap .view-more-btn .cta-button {
  width: 100%;
  font-weight: 300;
  padding: 12px 50px;
  min-width: inherit;
  max-width: 100%;
  text-align: center;
  margin: 0;
}

#global-ux .news-listing-wrap .view-more-btn .cta-button i {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0 0 0 5px;
}

#global-ux .news-listing-wrap .view-more-loading {
  display: block;
  text-align: center;
  padding: 50px;
}

#global-ux .news-listing-wrap .view-more-loading img {
  width: 45px;
  display: inline-block;
  margin: 0 auto;
  height: auto;
}

#global-ux .news-listing-wrap .view-more-msg {
  display: block;
  text-align: center;
  padding: 50px;
  color: #f34c32;
}

#global-ux .news-listing-wrap .view-more-msg p {
  color: #f34c32;
}

#global-ux .news-listing-wrap .item-warp.first-item {
  padding: 0;
}

#global-ux .news-listing-wrap .item-warp.first-item .item {
  float: left;
  width: 100%;
  border: none;
  position: relative;
  margin: 0;
  padding: 0;
}

#global-ux .news-listing-wrap .item-warp.first-item .post-img {
  width: 100%;
  margin: 0;
}

#global-ux .news-listing-wrap .item-warp.first-item .post-img+.desc-wrap {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 10;
  background: rgba(0,0,0,0.5);
  text-align: center;
}

#global-ux .news-listing-wrap .item-warp.first-item .desc {
  display: inline-block;
  padding: 30px 0;
  margin: 0 auto;
  width: 1110px;
  width: 69.375rem;
  text-align: left;
  text-shadow: 1px 1px 0 #333;
}

#global-ux .news-listing-wrap .item-warp.first-item .date-and-location {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 18px;
}

#global-ux .news-listing-wrap .item-warp.first-item .post-title {
  color: #fff;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.3;
  margin: 0;
}

#global-ux .news-listing-wrap .item-warp.first-item .post-title a,
#global-ux .news-listing-wrap .item-warp.first-item .post-title a:hover {
  color: #fff;
}

#global-ux .news-listing-wrap .item-warp.first-item .post-title .news-cta {
  color: #2c94ca;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  display: inline;
  visibility: visible;
}

#global-ux .news-listing-wrap .item-warp.first-item .post-title .news-cta i {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

#global-ux .news-listing-wrap .item-warp.first-item .post-title .news-cta:hover {
  color: #2c94ca;
}

#global-ux .news-listing-wrap .item-warp.first-item .post-txt {
  display: none;
  visibility: hidden;
}

#global-ux .news-listing-wrap .header-search {
  background: #f7f7f7;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
}

@media screen and (max-width: 767px) {
  #global-ux .news-listing-wrap .header-search {
    padding: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #global-ux .news-listing-wrap .header-search .header-search-form {
    padding: 0;
  }
}

#global-ux .news-listing-wrap .header-search .component-content {
  margin: 0 auto;
  overflow: visible;
  max-width: 1100px;
  max-width: 68.75rem;
}

#global-ux .news-listing-wrap .header-search .float-right {
  float: right;
}

@media screen and (max-width: 767px) {
  #global-ux .news-listing-wrap .header-search .float-right {
    float: none;
  }
}

#global-ux .news-listing-wrap .header-search .section {
  float: left;
  padding-left: 30px;
  padding-left: 1.875rem;
}

@media screen and (max-width: 767px) {
  #global-ux .news-listing-wrap .header-search .section {
    float: none;
    padding: 0 0 35px;
    padding: 0 0 2.1875rem;
  }
}

#global-ux .news-listing-wrap .header-search .section.dropdown {
  width: 183px;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  #global-ux .news-listing-wrap .header-search .section.btn-holder .title {
    display: none;
  }
}

#global-ux .news-listing-wrap .header-search .search-input {
  margin-top: 34px;
  margin-top: 2.125rem;
  position: relative;
  display: inline-block;
  width: 100%;
  color: #616161;
}

#global-ux .news-listing-wrap .header-search .search-input: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 screen and (max-width: 767px) {
  #global-ux .news-listing-wrap .header-search .search-input {
    margin: 0 0 28px;
    margin: 0 0 1.75rem;
    padding: 20px 15px;
    padding: 1.25rem .9375rem;
    border-bottom: 1px solid #d6d6d6;
  }
}

#global-ux .news-listing-wrap .header-search .search-input:before {
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -14px;
}

@media screen and (max-width: 767px) {
  #global-ux .news-listing-wrap .header-search .search-input:before {
    left: 15px;
    color: #008cba;
  }
}

#global-ux .news-listing-wrap .header-search .search-input .twitter-typeahead {
  width: 100%;
}

#global-ux .news-listing-wrap .header-search .search-input input[type="search"] {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 0 0 35px;
  padding: 0 0 0 2.1875rem;
  margin-bottom: 0;
  background: #f7f7f7;
  border-width: 0;
  color: #616161;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#global-ux .news-listing-wrap .header-search .search-input input::-webkit-input-placeholder {
  color: #616161;
}

#global-ux .news-listing-wrap .header-search .search-input input::-moz-placeholder {
  color: #616161;
}

#global-ux .news-listing-wrap .header-search .search-input input:-ms-input-placeholder {
  color: #616161;
}

#global-ux .news-listing-wrap .header-search .search-input label {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .news-listing-wrap .header-search .search-input {
    margin-bottom: 0;
  }
}

#global-ux .news-listing-wrap .header-search .title {
  display: block;
  font-weight: 700;
  font-size: 12px;
  font-size: .75rem;
  margin-bottom: 12px;
  margin-bottom: .75rem;
  line-height: 1.4;
  color: #868686;
}

#global-ux .news-listing-wrap .header-search .select2-container {
  margin: 0;
}

#global-ux .news-listing-wrap .header-search .select2-container .select2-choice {
  height: 50px;
  height: 3.125rem;
}

#global-ux .news-listing-wrap .header-search .cta-button {
  padding: 12px 10px;
  padding: .75rem .625rem;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #global-ux .news-listing-wrap .header-search .cta-button {
    width: 100%;
  }
}

#global-ux .news-listing-wrap .header-search .news-list-empty-message {
  color: red;
  padding-left: 15px;
  font-size: 12px;
}

@media screen and (max-width: 74.9375em) {
  #global-ux .news-listing-wrap .item-warp {
    padding: 0 105px;
  }

  #global-ux .news-listing-wrap .item-warp.first-item .desc {
    width: 100%;
    padding: 30px 105px;
    display: block;
  }

  #global-ux .news-listing-wrap .item {
    display: block;
    width: 100%;
  }

  #global-ux .news-listing-wrap .item:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 61.9375em) {
  #global-ux .news-listing-wrap .item-warp {
    padding: 0 25px;
  }

  #global-ux .news-listing-wrap .date-and-location {
    font-size: 16px;
    font-size: 1rem;
  }

  #global-ux .news-listing-wrap .post-title {
    font-size: 26px;
    font-size: 1.625rem;
  }

  #global-ux .news-listing-wrap .post-txt {
    color: #616161;
    font-size: 16px;
    font-size: 1rem;
  }

  #global-ux .news-listing-wrap .post-txt p,
  #global-ux .news-listing-wrap .post-txt h1,
  #global-ux .news-listing-wrap .post-txt h2,
  #global-ux .news-listing-wrap .post-txt h3,
  #global-ux .news-listing-wrap .post-txt h4,
  #global-ux .news-listing-wrap .post-txt h5,
  #global-ux .news-listing-wrap .post-txt h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  #global-ux .news-listing-wrap .post-txt .news-cta i {
    font-size: 22px;
    font-size: 1.375rem;
  }

  #global-ux .news-listing-wrap .view-more-btn .cta-button i {
    font-size: 20px;
    font-size: 1.25rem;
  }

  #global-ux .news-listing-wrap .item-warp.first-item .desc {
    padding: 30px 25px;
  }

  #global-ux .news-listing-wrap .item-warp.first-item .date-and-location {
    font-size: 18px;
    font-size: 1.125rem;
  }

  #global-ux .news-listing-wrap .item-warp.first-item .post-title {
    font-size: 36px;
    font-size: 2.25rem;
  }

  #global-ux .news-listing-wrap .item-warp.first-item .post-title .news-cta {
    font-size: 18px;
    font-size: 1.125rem;
  }

  #global-ux .news-listing-wrap .item-warp.first-item .post-title .news-cta i {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 47.9375em) {
  #global-ux .news-listing-wrap .item-warp {
    padding: 0 25px;
  }

  #global-ux .news-listing-wrap .item {
    padding: 35px 0;
  }

  #global-ux .news-listing-wrap .post-img {
    float: left;
    width: 100%;
    margin: 0;
  }

  #global-ux .news-listing-wrap .post-img+.desc-wrap {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
  }

  #global-ux .news-listing-wrap .post-title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  #global-ux .news-listing-wrap .item-warp.first-item .post-img+.desc-wrap {
    position: relative;
    padding: 0 25px;
    left: auto;
    bottom: auto;
    z-index: 1;
    background: transparent;
  }

  #global-ux .news-listing-wrap .item-warp.first-item .desc {
    padding: 35px 0;
    text-shadow: none;
    border-bottom: 1px solid #dbdbdb;
  }

  #global-ux .news-listing-wrap .item-warp.first-item .date-and-location {
    color: #616161;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 15px;
  }

  #global-ux .news-listing-wrap .item-warp.first-item .post-title {
    color: #616161;
    font-size: 32px;
    font-size: 2rem;
  }

  #global-ux .news-listing-wrap .item-warp.first-item .post-title a,
  #global-ux .news-listing-wrap .item-warp.first-item .post-title a:hover {
    color: #616161;
  }

  #global-ux .news-listing-wrap .item-warp.first-item .post-title .news-cta {
    font-size: 16px;
    font-size: 1rem;
  }

  #global-ux .news-listing-wrap .item-warp.first-item .post-title .news-cta i {
    font-size: 20px;
    font-size: 1.25rem;
  }

  #global-ux .news-listing-wrap .view-more-btn {
    margin: 40px 0 0 0;
  }

  #global-ux .news-listing-wrap .view-more-btn .cta-button {
    font-size: 18px;
    padding: 14px 30px;
  }

  #global-ux .news-listing-wrap .view-more-loading,
  #global-ux .news-listing-wrap .view-more-msg {
    padding: 35px 25px;
  }
}

.rtl #global-ux .news-listing-wrap .header-search .search-input:before {
  left: auto;
  right: 0;
}

.rtl #global-ux .news-listing-wrap .header-search .search-input input[type="search"] {
  padding: 0 35px 0 0;
  padding: 0 2.1875rem 0 0;
}

.rtl #global-ux .news-listing-wrap .header-search .float-right {
  float: left;
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .news-listing-wrap .header-search .float-right {
    float: none;
  }
}

.rtl #global-ux .news-listing-wrap .header-search .form-dropdown {
  float: none;
}

.rtl #global-ux .news-listing-wrap .header-search .section {
  padding-left: 0;
  padding-left: 0;
  padding-right: 30px;
  padding-right: 1.875rem;
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .news-listing-wrap .header-search .section {
    padding: 0 0 35px;
    padding: 0 0 2.1875rem;
  }
}

.rtl #global-ux .news-listing-wrap .header-search .section.dropdown {
  float: right;
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .news-listing-wrap .header-search .section.dropdown {
    float: none;
  }
}

#global-ux .feature-slider-box {
  position: relative;
  overflow: hidden;
}

#global-ux .feature-slider-box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto !important;
}

#global-ux .featureSlider .slider-feature-section .control-button {
  position: absolute;
  width: 376px;
  bottom: 68px;
  left: 50%;
  margin: 0 0 0 -188px;
  border: none;
  height: auto;
  min-height: 0;
  transform: none;
}

@media screen and (max-width: 767px) {
  #global-ux .featureSlider .slider-feature-section .control-button {
    width: 152px;
    margin: 0 0 0 -76px;
    bottom: 23px;
  }
}

#global-ux .featureSlider .slider-feature-section .control-button .btn {
  color: #fff;
  position: absolute;
  top: -31px;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 767px) {
  #global-ux .featureSlider .slider-feature-section .control-button .btn {
    top: -19px;
  }
}

#global-ux .featureSlider .slider-feature-section .control-button .btn span {
  font-size: 46px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #global-ux .featureSlider .slider-feature-section .control-button .btn span {
    font-size: 22px;
  }
}

#global-ux .featureSlider .slider-feature-section .control-button .btn.btn-open {
  left: -74px;
}

@media screen and (max-width: 767px) {
  #global-ux .featureSlider .slider-feature-section .control-button .btn.btn-open {
    left: -30px;
  }
}

#global-ux .featureSlider .slider-feature-section .control-button .btn.btn-close {
  right: -65px;
  margin-top: 9px;
}

@media screen and (max-width: 767px) {
  #global-ux .featureSlider .slider-feature-section .control-button .btn.btn-close {
    margin-top: 4px;
    right: -32px;
  }
}

#global-ux .featureSlider .slider-feature-section .control-button #feature-slider-track {
  position: relative;
  height: 5px;
  background: #cdcdcd;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  #global-ux .featureSlider .slider-feature-section .control-button #feature-slider-track {
    height: 2px;
  }
}

#global-ux .featureSlider .slider-feature-section .control-button .ui-slider-handle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 4px solid #3e9dd0;
  background: #fff;
  position: absolute;
  top: -13px;
  margin-left: -15px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #global-ux .featureSlider .slider-feature-section .control-button .ui-slider-handle {
    width: 8px;
    height: 8px;
    border-width: 2px;
    top: -5px;
    margin-left: -6px;
  }
}

#global-ux .featureSlider .description-block {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  margin-top: 98px;
  margin-top: 6.125rem;
  margin-bottom: 97px;
  margin-bottom: 6.0625rem;
}

@media screen and (max-width: 767px) {
  #global-ux .featureSlider .description-block {
    margin-top: 26px;
    margin-top: 1.625rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}

#global-ux .featureSlider .description-block h1,
#global-ux .featureSlider .description-block h2,
#global-ux .featureSlider .description-block h3,
#global-ux .featureSlider .description-block p {
  color: #616161;
}

#global-ux .featureSlider .description-block h2 {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #global-ux .featureSlider .description-block h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 8px;
    margin-bottom: .5rem;
  }
}

#global-ux .featureSlider .description-block p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #global-ux .featureSlider .description-block p {
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .featureSlider .component-content img {
  display: block;
  width: auto;
  margin: 0 auto;
}

#global-ux .featureSlider .slides .item {
  display: none;
}

#global-ux .featureSlider .slides .item.active {
  display: block;
}

#global-ux .sliderFeature .slider-feature-section .control-button .item {
  background-color: transparent;
}

#global-ux .sliderFeature .slider-feature-section .control-button .item:hover {
  background-color: rgba(0,0,0,0.3);
}

#global-ux .sliderFeature .slider-feature-section .control-button .item.active {
  background-color: #2d96cd;
}

#global-ux .sliderFeature .slider-feature-section .control-button .item.active:hover {
  background-color: #2d96cd;
}

.rtl #global-ux .featureSlider .slider-feature-section .control-button .btn.btn-open {
  left: auto;
  right: -74px;
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .featureSlider .slider-feature-section .control-button .btn.btn-open {
    left: auto;
    right: -30px;
  }
}

.rtl #global-ux .featureSlider .slider-feature-section .control-button .btn.btn-close {
  right: auto;
  left: -65px;
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .featureSlider .slider-feature-section .control-button .btn.btn-close {
    right: auto;
    left: -32px;
  }
}

#global-ux .form-mini-dealer-locator .search-block,
.form-config .form-mini-dealer-locator .search-block {
  display: inline-block;
  position: relative;
  width: 35%;
  margin: 0 50px 25px 0;
  margin: 0 3.125rem 1.5625rem 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .form-mini-dealer-locator .search-block,
  .form-config .form-mini-dealer-locator .search-block {
    width: 40%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-mini-dealer-locator .search-block,
  .form-config .form-mini-dealer-locator .search-block {
    width: 100%;
    margin: 0;
  }
}

#global-ux .form-mini-dealer-locator .search-block input[type="text"],
.form-config .form-mini-dealer-locator .search-block input[type="text"] {
  height: 46px;
  padding: 5px 45px 5px 10px;
  padding: .3125rem 2.8125rem .3125rem .625rem;
}

#global-ux .form-mini-dealer-locator #selected-dealer-info p,
.form-config .form-mini-dealer-locator #selected-dealer-info p {
  display: none;
  margin: 25px 0 0 0;
  font-size: 11px;
  font-size: .6875rem;
  font-weight: 300;
  color: #f34c32;
}

#global-ux .form-mini-dealer-locator .search-button,
.form-config .form-mini-dealer-locator .search-button {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 14px;
  padding: .875rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}

#global-ux .form-mini-dealer-locator .search-button .icon:before,
.form-config .form-mini-dealer-locator .search-button .icon:before {
  display: block;
  font-family: "icomoon";
  font-size: 18px;
  font-size: 1.125rem;
  color: #ccc;
}

#global-ux .form-mini-dealer-locator .search-button .icon.arrow:before,
.form-config .form-mini-dealer-locator .search-button .icon.arrow:before {
  content: '\e687';
}

#global-ux .form-mini-dealer-locator .search-button .icon.clear,
.form-config .form-mini-dealer-locator .search-button .icon.clear {
  font-style: normal;
}

#global-ux .form-mini-dealer-locator .search-button .icon.clear:before,
.form-config .form-mini-dealer-locator .search-button .icon.clear:before {
  content: '\e6b3';
  color: #008CBA;
}

#global-ux .form-mini-dealer-locator .link-holder,
.form-config .form-mini-dealer-locator .link-holder {
  display: inline-block;
  vertical-align: top;
  padding: 12px 0 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-mini-dealer-locator .link-holder,
  .form-config .form-mini-dealer-locator .link-holder {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
}

#global-ux .form-mini-dealer-locator .expander-section .expander-body,
.form-config .form-mini-dealer-locator .expander-section .expander-body {
  overflow: hidden;
  padding: 0 35px;
}

#global-ux .form-mini-dealer-locator .expander-section .expander-body.collapsed,
.form-config .form-mini-dealer-locator .expander-section .expander-body.collapsed {
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-in-out,0.3s linear;
  -moz-transition: max-height 0.2s ease-in-out,0.3s linear;
  -ms-transition: max-height 0.2s ease-in-out,0.3s linear;
  -o-transition: max-height 0.2s ease-in-out,0.3s linear;
  transition: max-height 0.2s ease-in-out,0.3s linear;
}

#global-ux .form-mini-dealer-locator .expander-section .expander-body.expanded,
.form-config .form-mini-dealer-locator .expander-section .expander-body.expanded {
  min-height: 465px;
  max-height: 1000px;
  -webkit-transition: max-height 0.2s ease-in-out,0.3s linear;
  -moz-transition: max-height 0.2s ease-in-out,0.3s linear;
  -ms-transition: max-height 0.2s ease-in-out,0.3s linear;
  -o-transition: max-height 0.2s ease-in-out,0.3s linear;
  transition: max-height 0.2s ease-in-out,0.3s linear;
}

#global-ux .form-mini-dealer-locator .expander-section .expander-body .map-container,
.form-config .form-mini-dealer-locator .expander-section .expander-body .map-container {
  min-height: 465px;
  margin: 0 -35px;
  -webkit-transition: min-height 0.2s ease-in-out,0.3s linear;
  -moz-transition: min-height 0.2s ease-in-out,0.3s linear;
  -ms-transition: min-height 0.2s ease-in-out,0.3s linear;
  -o-transition: min-height 0.2s ease-in-out,0.3s linear;
  transition: min-height 0.2s ease-in-out,0.3s linear;
}

#global-ux .form-mini-dealer-locator .expander-section .expander-body .map-container .map-marker,
.form-config .form-mini-dealer-locator .expander-section .expander-body .map-container .map-marker {
  cursor: pointer;
}

#global-ux .form-mini-dealer-locator .expander-section .expander-body .map-container .map-marker span,
.form-config .form-mini-dealer-locator .expander-section .expander-body .map-container .map-marker span {
  font-family: "Antenna",Helvetica,Arial,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体",sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 31px;
  font-weight: bold;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
}

.lang_vi #global-ux .form-mini-dealer-locator .expander-section .expander-body .map-container .map-marker span,
.lang_vi .form-config .form-mini-dealer-locator .expander-section .expander-body .map-container .map-marker span {
  font-family: Helvetica,Arial,Tahoma,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体",sans-serif;
}

@media only screen and (min-width: 48em) {
  #global-ux .form-mini-dealer-locator .expander-section .expander-body .map-container .map-marker span,
  .form-config .form-mini-dealer-locator .expander-section .expander-body .map-container .map-marker span {
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .form-mini-dealer-locator .dealer-item,
.form-config .form-mini-dealer-locator .dealer-item {
  display: none;
}

#global-ux .form-mini-dealer-locator .autocomplete,
.form-config .form-mini-dealer-locator .autocomplete {
  background-color: white;
  border: 1px solid #ccc;
  left: 0;
  top: 44px;
  padding: 0 0 5px;
  position: absolute;
  width: 100%;
  margin: 0;
  z-index: 10;
}

#global-ux .form-mini-dealer-locator .autocomplete div p,
.form-config .form-mini-dealer-locator .autocomplete div p {
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 8px 0 5px 0;
  color: #626466;
}

#global-ux .form-mini-dealer-locator .autocomplete ul,
.form-config .form-mini-dealer-locator .autocomplete ul {
  list-style: outside none none;
  margin: 0;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

#global-ux .form-mini-dealer-locator .autocomplete ul li,
.form-config .form-mini-dealer-locator .autocomplete ul li {
  font-size: 14px;
  font-size: .875rem;
  display: block;
  padding-bottom: 10px;
}

#global-ux .form-mini-dealer-locator .autocomplete ul li a,
.form-config .form-mini-dealer-locator .autocomplete ul li a {
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (min-width: 75em) {
  #global-ux .form-mini-dealer-locator .autocomplete div p,
  .form-config .form-mini-dealer-locator .autocomplete div p {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 0 10px 0;
  }

  #global-ux .form-mini-dealer-locator .autocomplete ul li,
  .form-config .form-mini-dealer-locator .autocomplete ul li {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 15px;
  }
}

#global-ux .form-mini-dealer-locator .info-window,
.form-config .form-mini-dealer-locator .info-window {
  z-index: 1;
  max-width: 400px;
}

#global-ux .form-mini-dealer-locator .info-window .content,
.form-config .form-mini-dealer-locator .info-window .content {
  width: 330px;
  height: 100%;
  position: relative;
  padding: 20px 50px 10px 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  left: -25px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-mini-dealer-locator .info-window .content,
  .form-config .form-mini-dealer-locator .info-window .content {
    left: 0;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .form-mini-dealer-locator .info-window .content,
  .form-config .form-mini-dealer-locator .info-window .content {
    width: 225px;
    padding: 10px 35px 10px 10px;
  }
}

#global-ux .form-mini-dealer-locator .info-window h4,
.form-config .form-mini-dealer-locator .info-window h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #0078a0;
  margin: 0 0 2px;
}

#global-ux .form-mini-dealer-locator .info-window p,
.form-config .form-mini-dealer-locator .info-window p {
  font-size: 13px;
  font-size: .8125rem;
  margin-bottom: 10px;
  color: #616161;
}

#global-ux .form-mini-dealer-locator .info-window a,
.form-config .form-mini-dealer-locator .info-window a {
  text-decoration: none;
}

#global-ux .form-mini-dealer-locator .info-window .dl-service,
#global-ux .form-mini-dealer-locator .info-window .dl-time,
.form-config .form-mini-dealer-locator .info-window .dl-service,
.form-config .form-mini-dealer-locator .info-window .dl-time {
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.5;
}

#global-ux .form-mini-dealer-locator .info-window .address,
.form-config .form-mini-dealer-locator .info-window .address {
  margin-bottom: 10px;
}

#global-ux .form-mini-dealer-locator .info-window .address p,
.form-config .form-mini-dealer-locator .info-window .address p {
  margin: 0;
  font-size: 13px;
  font-size: .8125rem;
}

#global-ux .form-mini-dealer-locator .info-window .dealer-telephone .icon-phone,
.form-config .form-mini-dealer-locator .info-window .dealer-telephone .icon-phone {
  margin: 0 0 0 -6px;
}

#global-ux .form-mini-dealer-locator .info-window .dealer-fax,
.form-config .form-mini-dealer-locator .info-window .dealer-fax {
  margin: -5px 0 15px;
}

#global-ux .form-mini-dealer-locator .info-window .dealer-fax .icon-fax,
.form-config .form-mini-dealer-locator .info-window .dealer-fax .icon-fax {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 5px 0 0;
}

#global-ux .form-mini-dealer-locator .info-window .ext-link,
.form-config .form-mini-dealer-locator .info-window .ext-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

#global-ux .form-mini-dealer-locator .info-window .ext-link .offscreen,
.form-config .form-mini-dealer-locator .info-window .ext-link .offscreen {
  position: absolute;
  left: -9999px;
  top: -99999px;
}

#global-ux .form-mini-dealer-locator .info-window .ext-link:after,
.form-config .form-mini-dealer-locator .info-window .ext-link:after {
  color: #616161;
  font-family: icomoon;
  font-size: 0.75em;
  padding-left: 4px;
}

#global-ux .form-mini-dealer-locator .info-window .directions,
#global-ux .form-mini-dealer-locator .info-window .dealer-details-link,
.form-config .form-mini-dealer-locator .info-window .directions,
.form-config .form-mini-dealer-locator .info-window .dealer-details-link {
  text-decoration: none;
  text-transform: uppercase;
}

#global-ux .form-mini-dealer-locator .info-window .directions i,
#global-ux .form-mini-dealer-locator .info-window .dealer-details-link i,
.form-config .form-mini-dealer-locator .info-window .directions i,
.form-config .form-mini-dealer-locator .info-window .dealer-details-link i {
  font-size: 20px;
  font-size: 1.25rem;
}

#global-ux .form-mini-dealer-locator .info-window .pointer,
.form-config .form-mini-dealer-locator .info-window .pointer {
  display: block;
  width: 11px;
  height: 17px;
  position: absolute;
  top: 20px;
  left: -11px;
  background: transparent url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/info-window-pointer.png") 0 0 no-repeat;
}

#global-ux .form-mini-dealer-locator .info-window .close,
.form-config .form-mini-dealer-locator .info-window .close {
  position: absolute;
  right: 20px;
  top: 23px;
  display: block;
  height: 21px;
  width: 21px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

@media only screen and (max-width: 30em) {
  #global-ux .form-mini-dealer-locator .info-window .close,
  .form-config .form-mini-dealer-locator .info-window .close {
    right: 10px;
    top: 10px;
  }
}

#global-ux .form-mini-dealer-locator .info-window .close i,
.form-config .form-mini-dealer-locator .info-window .close i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #0078a0;
}

#global-ux .form-mini-dealer-locator .admin-view,
.form-config .form-mini-dealer-locator .admin-view {
  display: none;
}

#global-ux .form-mini-dealer-locator .error-messages,
.form-config .form-mini-dealer-locator .error-messages {
  display: none;
}

#global-ux .form-mini-dealer-locator .mini-dl-error,
.form-config .form-mini-dealer-locator .mini-dl-error {
  display: none;
  padding: 6px 15px 20px 0;
  background: #fff;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-mini-dealer-locator .mini-dl-error,
  .form-config .form-mini-dealer-locator .mini-dl-error {
    padding: 0 15px 15px;
  }
}

#global-ux .form-mini-dealer-locator .mini-dl-error.show-msg,
.form-config .form-mini-dealer-locator .mini-dl-error.show-msg {
  display: block;
}

#global-ux .form-mini-dealer-locator .mini-dl-error p,
.form-config .form-mini-dealer-locator .mini-dl-error p {
  margin: 0;
}

.ie9 #global-ux .form-mini-dealer-locator .mini-dl-error,
.ie9 .form-config .form-mini-dealer-locator .mini-dl-error {
  padding: 20px 15px;
}

#global-ux .form-mini-dealer-locator p.error,
.form-config .form-mini-dealer-locator p.error {
  position: relative;
  font-size: .6875rem;
  font-weight: normal;
}

#global-ux .form-mini-dealer-locator p.error:after,
.form-config .form-mini-dealer-locator p.error:after {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: -4px;
}

.ie9 #global-ux .form-mini-dealer-locator p.error:after,
.ie9 .form-config .form-mini-dealer-locator p.error:after {
  top: 0;
  margin: 0;
}

#global-ux .form-mini-dealer-locator .seldeltitle,
.form-config .form-mini-dealer-locator .seldeltitle {
  display: none;
  margin: 25px 0 0 0;
}

#global-ux .form-mini-dealer-locator .seldeltitle+#selected-dealer-info,
.form-config .form-mini-dealer-locator .seldeltitle+#selected-dealer-info {
  display: none;
}

#global-ux .form-mini-dealer-locator .seldeltitle.show-msg,
.form-config .form-mini-dealer-locator .seldeltitle.show-msg {
  display: block;
}

#global-ux .form-mini-dealer-locator .seldeltitle p,
.form-config .form-mini-dealer-locator .seldeltitle p {
  font-size: 14px;
  margin: 0px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-mini-dealer-locator .seldeltitle p,
  .form-config .form-mini-dealer-locator .seldeltitle p {
    margin-bottom: 10px;
  }
}

#global-ux .form-mini-dealer-locator .seldeltitle p span,
.form-config .form-mini-dealer-locator .seldeltitle p span {
  color: #008CBA;
}

.rtl #global-ux .form-mini-dealer-locator .search-block,
.rtl .form-config .form-mini-dealer-locator .search-block {
  margin: 0 0 0 50px;
  margin: 0 0 0 3.125rem;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .form-mini-dealer-locator .search-block,
  .rtl .form-config .form-mini-dealer-locator .search-block {
    margin: 0;
  }
}

.rtl #global-ux .form-mini-dealer-locator .search-block input[type="text"],
.rtl .form-config .form-mini-dealer-locator .search-block input[type="text"] {
  padding: 5px 10px 5px 45px;
  padding: .3125rem .625rem .3125rem 2.8125rem;
}

.rtl #global-ux .form-mini-dealer-locator .search-button,
.rtl .form-config .form-mini-dealer-locator .search-button {
  right: auto;
  left: 0;
}

.rtl #global-ux .form-mini-dealer-locator .info-window .content,
.rtl .form-config .form-mini-dealer-locator .info-window .content {
  padding: 20px 20px 10px 50px;
}

@media only screen and (max-width: 30em) {
  .rtl #global-ux .form-mini-dealer-locator .info-window .content,
  .rtl .form-config .form-mini-dealer-locator .info-window .content {
    padding: 10px 10px 10px 35px;
  }
}

.rtl #global-ux .form-mini-dealer-locator .info-window .ext-link:after,
.rtl .form-config .form-mini-dealer-locator .info-window .ext-link:after {
  padding-left: 0;
  padding-right: 4px;
}

.rtl #global-ux .form-mini-dealer-locator .info-window .close,
.rtl .form-config .form-mini-dealer-locator .info-window .close {
  right: auto;
  left: 20px;
}

@media only screen and (max-width: 30em) {
  .rtl #global-ux .form-mini-dealer-locator .info-window .close,
  .rtl .form-config .form-mini-dealer-locator .info-window .close {
    left: 10px;
  }
}

.form-config .form-mini-dealer-locator .search-button .icon:before {
  content: '\e687';
}

.form-config .form-mini-dealer-locator .admin-view {
  display: block;
}

#global-ux .printButton {
  overflow: hidden;
  width: 100%;
  padding: 5px 15px;
}

#global-ux .printButton .button-holder.right {
  float: none !important;
  text-align: right;
}

#global-ux .printButton .button-holder.left {
  float: none !important;
}

#global-ux .printButton .button-holder input {
  color: #FF0000;
  font-weight: bold;
  font-size: 15px;
  border: 1px #555 solid;
  padding: 5px 30px;
  height: auto;
}

#global-ux .printButton .button-holder p {
  color: #FF0000;
  font-weight: bold;
  font-size: 13px;
}

#global-ux .printButton .confirmation-text,
#global-ux .printButton .date-block {
  display: none;
}

#global-ux .printButton .header-logo {
  width: 90px;
  position: absolute;
  top: 50px;
  left: 48px !important;
}

#global-ux .printButton .header-logo img {
  margin: 0 !important;
  float: none !important;
}

#global-ux .printButton .footer-logo {
  display: block;
  position: fixed;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}

#global-ux .printButton .footer-logo img {
  width: 90px;
  float: none;
}

@media print {
  .print-form body {
    padding: 130px 48px 50px !important;
  }

  .print-form body.no-scroll {
    position: static;
    overflow-y: auto;
  }

  .print-form body.Section1 {
    page: Section1;
  }

  .print-form #CQ,
  .print-form #CQ .x-window,
  .print-form .cq-editrollover-insert-container,
  .print-form .disclosure-heading,
  .print-form .disclosure-text,
  .print-form .x-toolbar-left-row {
    display: none !important;
  }

  .print-form .form {
    padding: 0 !important;
  }
}

@media print {
  .print-form #global-ux .main-nav,
  .print-form #global-ux .footer,
  .print-form #global-ux .nav-header-left,
  .print-form #global-ux a[href]:after,
  .print-form #global-ux .submit,
  .print-form #global-ux .cancel,
  .print-form #global-ux .recaptcha,
  .print-form #global-ux .hint,
  .print-form #global-ux .author-only-placeholder,
  .print-form #global-ux small.error,
  .print-form #global-ux .link-overlay,
  .print-form #global-ux hr {
    display: none !important;
  }

  .print-form #global-ux p {
    margin: 0 !important;
  }

  .print-form #global-ux select {
    border: none;
    margin: 0 !important;
    float: left;
    width: 65% !important;
    padding: 2px 0 0;
    height: auto;
    font-weight: normal;
  }

  .print-form #global-ux .form-radioButtons.radio-button {
    margin-bottom: 20px;
  }

  .print-form #global-ux .form-radioButtons.radio-button .config ul {
    padding-top: 0 !important;
  }

  .print-form #global-ux .nav-header-center {
    text-align: left !important;
  }

  .print-form #global-ux .fieldsGroup .richtext-read-more {
    padding: 0;
    margin: 0 0 30px;
  }

  .print-form #global-ux h1,
  .print-form #global-ux h2,
  .print-form #global-ux h3,
  .print-form #global-ux h4,
  .print-form #global-ux h5,
  .print-form #global-ux h6 {
    margin: 0 !important;
    color: #394f5f !important;
  }

  .print-form #global-ux h2 {
    font-weight: normal !important;
    font-size: 20px !important;
  }

  .print-form #global-ux .main-nav {
    margin-bottom: 50px;
  }

  .print-form #global-ux .main-nav .nav-header {
    padding: 20px 0 0;
  }

  .print-form #global-ux .main-nav .nav-header .nav-header-center .logo {
    padding-top: 20px;
  }

  .print-form #global-ux .printButton .print-button-form {
    display: none;
  }

  .print-form #global-ux .printButton .header-logo {
    display: block !important;
  }

  .print-form #global-ux .printButton .confirmation-text {
    display: block !important;
  }

  .print-form #global-ux .printButton .confirmation-text .title {
    padding: 15px 0 5px;
  }

  .print-form #global-ux .printButton .confirmation-text .column {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-right: 1%;
    padding: 0;
  }

  .print-form #global-ux .printButton .confirmation-text .column span {
    display: inline-block;
    min-width: 120px;
    color: #394f5f !important;
  }

  .print-form #global-ux .printButton .confirmation-text .column+.column {
    margin: 0;
    width: 52%;
  }

  .print-form #global-ux .printButton .confirmation-text .column+.column span {
    min-width: 150px;
  }

  .print-form #global-ux .printButton .confirmation-text .column p {
    color: #ddd !important;
    margin-bottom: 16px !important;
  }

  .print-form #global-ux .printButton .date-block {
    display: block;
    position: absolute;
    top: 80px;
    left: 158px !important;
  }

  .print-form #global-ux .printButton .thank-you {
    font-weight: 100;
    margin-right: 5px;
    color: #394f5f !important;
  }

  .print-form #global-ux .printButton .print-date {
    color: #888 !important;
  }

  .print-form #global-ux .printButton .page-label {
    position: fixed;
    top: -5px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .print-form #global-ux .printButton .page-label:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 13px;
    left: 0;
  }

  .print-form #global-ux .printButton .page-label span {
    background: #fff !important;
    color: #888 !important;
    padding: 0 10px;
    z-index: 1;
    position: relative;
    font-size: 12px;
  }

  .print-form #global-ux .printButton .page-label.bottom {
    top: auto;
    bottom: 0;
  }

  .print-form #global-ux .form {
    padding: 10px 25px;
  }

  .print-form #global-ux .form h1 {
    position: absolute;
    top: 50px;
    left: 158px !important;
    font-weight: bold;
    margin: 0;
  }

  .print-form #global-ux .form label {
    font-size: 14px;
  }

  .print-form #global-ux .form span.title {
    width: 50% !important;
    padding-right: 10px;
    float: left;
    font-weight: normal;
    color: #394f5f !important;
  }

  .print-form #global-ux .form input {
    border: none;
    height: auto;
    padding: 0;
    line-height: 22px;
  }

  .print-form #global-ux .form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #000000 !important;
    color: #000000 !important;
  }

  .print-form #global-ux .form .input-field,
  .print-form #global-ux .form .select2-container {
    float: left;
    width: 50% !important;
  }

  .print-form #global-ux .form .select2-container.select-print-hide {
    display: none;
  }

  .print-form #global-ux .form .select2-choice {
    padding: 0;
    border: none;
    height: auto;
    text-decoration: none !important;
  }

  .print-form #global-ux .form .select2-choice span {
    line-height: 18px;
    font-weight: normal;
    text-decoration: none !important;
  }

  .print-form #global-ux .form div.form-dropdown,
  .print-form #global-ux .form div.form-textfield {
    margin-bottom: 0;
  }

  .print-form #global-ux .form div.fieldsGroup .form-fields-group {
    padding: 0;
  }

  .print-form #global-ux .form div.fieldsGroup .form-fields-group .richtext-read-more {
    padding: 0;
  }

  .print-form #global-ux .form .error:before {
    display: none;
  }

  .print-form #global-ux .form-radioButtons.radio-button .config input[type=radio]:checked ~ label:before {
    border: solid #2d96cd;
    border-width: 10px 11px;
  }

  .print-form #global-ux .form-fields-group {
    padding: 0;
  }

  .print-form #global-ux .form div.fieldsGroup .form-fields-group {
    position: static;
  }

  .print-form #global-ux .overlay-container {
    position: static;
    overflow-x: visible;
    overflow-y: visible;
    background: none;
  }

  .print-form #global-ux .overlay-container .overlay-content {
    position: static;
    overflow-x: visible;
    overflow-y: visible;
    width: 100%;
    margin: 0 !important;
    max-width: none;
  }
}

@media print {
  .print-form.is-overlay-open #global-ux>div {
    display: none;
  }

  .print-form.is-overlay-open #global-ux .content {
    display: block;
  }

  .print-form.is-overlay-open #global-ux .content>div {
    display: none;
  }

  .print-form.is-overlay-open #global-ux .content .overlay-container {
    display: block !important;
  }
}

#global-ux .modelConfig .model-config-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 30px 0 0;
}

#global-ux .modelConfig .heading {
  margin-bottom: 20px;
  color: #1b394e;
  font-weight: 700;
  text-align: center;
}

#global-ux .modelConfig .description {
  margin: 0 auto 20px;
  max-width: 70%;
  text-align: center;
}

#global-ux .modelConfig .description p {
  margin: 0;
  color: #616161;
  font-weight: 300;
}

#global-ux .modelConfig .zebraChartTile-table {
  border: 0;
}

#global-ux .modelConfig .zebraChartTile-table .table-features-list {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}

#global-ux .modelConfig .zebraChartTile-table .table-features-list .item {
  margin-bottom: 10px;
  color: #616161;
  font-weight: 300;
}

#global-ux .modelConfig .zebraChartTile-table .table-features-list .item:last-child {
  margin-bottom: 0;
}

#global-ux .modelConfig .zebraChartTile-table .description-column,
#global-ux .modelConfig .zebraChartTile-table .image-column,
#global-ux .modelConfig .zebraChartTile-table .buttons-column,
#global-ux .modelConfig .zebraChartTile-table .checkbox-column {
  vertical-align: top;
}

#global-ux .modelConfig .zebraChartTile-table .image-column,
#global-ux .modelConfig .zebraChartTile-table .buttons-column {
  padding-top: 60px;
}

#global-ux .modelConfig .zebraChartTile-table .description-column .heading {
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
}

#global-ux .modelConfig .zebraChartTile-table .description-column .heading sup {
  font-size: 60%;
}

#global-ux .modelConfig .zebraChartTile-table .image-column {
  min-width: 160px;
}

#global-ux .modelConfig .zebraChartTile-table .buttons-column {
  min-width: 120px;
}

#global-ux .modelConfig .zebraChartTile-table .buttons-column a {
  float: left;
}

#global-ux .modelConfig .zebraChartTile-table .buttons-column a:last-child {
  float: right;
}

#global-ux .modelConfig .zebraChartTile-table .checkbox-column {
  min-width: 130px;
  padding: 10px;
}

#global-ux .modelConfig .zebraChartTile-table .checkbox-column span {
  display: block;
  margin-bottom: 5px;
}

#global-ux .modelConfig .zebraChartTile-table .decorated-radio+label:before {
  display: -moz-inline-stack;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 10px;
  height: 1rem;
  width: 1rem;
  border: 1px solid #ccc;
  font-size: 1.25rem;
  line-height: 0.875rem;
  content: '';
  vertical-align: middle;
  border-radius: 0;
}

#global-ux .modelConfig .zebraChartTile-table .decorated-radio:checked+label:before {
  font-size: 9px;
  font-size: .5625rem;
  padding-top: .125rem;
  border: 1px solid #2d96cd;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #2d96cd;
}

#global-ux .modelConfig .zebraChartTile {
  margin-bottom: 50px;
}

#global-ux .modelConfig .zebraChartTile tr th,
#global-ux .modelConfig .zebraChartTile tr td {
  padding: 16px 20px;
  border: 0;
  text-align: center;
}

#global-ux .modelConfig .zebraChartTile tr th:first-child,
#global-ux .modelConfig .zebraChartTile tr td:first-child {
  padding-left: 40px;
  text-align: left;
}

#global-ux .modelConfig .zebraChartTile tr th {
  font-size: 14px;
  font-size: .875rem;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#global-ux .modelConfig .zebraChartTile tr th.decorated-head {
  font-size: 12px;
  font-size: .75rem;
  color: #868686;
  font-weight: 300;
}

#global-ux .modelConfig .zebraChartTile tr th.checkbox-column {
  padding-top: 0;
}

#global-ux .modelConfig .zebraChartTile tbody tr.decorated-row {
  border-bottom: 1px solid #fff;
  background: #f7f7f7;
}

#global-ux .modelConfig .zebraChartTile tbody tr td.description-column,
#global-ux .modelConfig .zebraChartTile tbody tr td.image-column,
#global-ux .modelConfig .zebraChartTile tbody tr td.buttons-column {
  border-right: 1px solid #fff;
}

#global-ux .modelConfig .zebraChartTile tbody tr td.checkbox-column {
  padding-top: 16px;
}

#global-ux .modelConfig .zebraChartTile tbody tr td a {
  padding: 0;
}

#global-ux .modelConfig .zebraChartTile tbody tr td a:before {
  content: normal;
}

#global-ux .modelConfig .step1-container .zebraChartTile-table tbody tr td {
  width: 200px;
}

#global-ux .modelConfig .step1-container .zebraChartTile-table tbody tr td:first-child {
  width: auto;
}

#global-ux .modelConfig .personalisation-form {
  margin: 0 0 50px;
}

#global-ux .modelConfig .hightlighted-section {
  margin-bottom: 1px;
  padding: 20px 40px;
  background: #f7f7f7;
}

#global-ux .modelConfig .hightlighted-section .heading {
  margin-top: 0;
}

#global-ux .modelConfig .hightlighted-section .description p {
  font-size: 17px;
  font-size: 1.0625rem;
}

#global-ux .modelConfig .hightlighted-section .form-radioButtons-holder {
  text-align: center;
}

#global-ux .modelConfig .hightlighted-section .form-radioButtons {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 10%;
}

#global-ux .modelConfig .hightlighted-section .form-radioButtons label {
  padding-left: 0;
}

#global-ux .modelConfig .hightlighted-section .form-radioButtons label:before {
  height: 18px;
  width: 18px;
}

#global-ux .modelConfig .hightlighted-section .form-radioButtons label span {
  text-transform: uppercase;
  font-weight: 100;
}

#global-ux .modelConfig .hightlighted-section .form-radioButtons input[type="radio"]:checked+label:before {
  width: 18px;
  height: 18px;
  border-color: #1b394e;
  content: '';
}

#global-ux .modelConfig .hightlighted-section .form-radioButtons input[type="radio"]:checked+label span {
  color: #1b394e;
}

#global-ux .modelConfig .personalization-container {
  margin: 0 0 50px;
}

#global-ux .modelConfig .colorizer {
  text-align: center;
}

#global-ux .modelConfig .colorizer .item-holder {
  display: inline-block;
  text-align: center;
  margin: 0 auto 10px;
}

#global-ux .modelConfig .colorizer .item-holder .item {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 70px;
  height: 70px;
  margin: 0 5px !important;
}

#global-ux .modelConfig .colorizer .item-holder .item .icon {
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/colorizer/tick-icon.png") 0 0 no-repeat;
  background-size: cover;
}

#global-ux .modelConfig .colorizer .item-holder.is-active .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
}

#global-ux .vehicledisplay .last-vehicles-holder.empty {
  padding: 50px;
  min-height: 300px;
}

#global-ux .vehicledisplay .row,
#global-ux .vehicledisplay .genericCarousel,
#global-ux .vehicledisplay .dynamicCarousel,
#global-ux .vehicledisplay .billboardCarousel,
#global-ux .vehicledisplay .mediaCarousel,
#global-ux .vehicledisplay .accessoriesTile,
#global-ux .vehicledisplay .mediaCarousel .media-carousel,
#global-ux .mediaCarousel .vehicledisplay .media-carousel,
#global-ux .vehicledisplay .threesixtyColouriser,
#global-ux .vehicledisplay .accessoriesTile .media-carousel,
#global-ux .accessoriesTile .vehicledisplay .media-carousel {
  overflow: hidden;
}

#global-ux .vehicledisplay .vehicles-disclaimer-link {
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
  position: relative;
}

#global-ux .vehicledisplay .latest-vehicles-title {
  padding: 15px 90px;
  padding: .9375rem 5.625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .latest-vehicles-title {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
  }
}

#global-ux .vehicledisplay .search-filter-holder {
  float: left;
  width: 25%;
  background: #fafafa;
  border-right: 2px solid #f1f1f1;
  margin: 0 0 -9999px;
  padding: 0 0 9999px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .search-filter-holder {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

#global-ux .vehicledisplay .search-filter {
  position: relative;
  padding: 63px 30px 40px 18%;
  padding: 3.9375rem 1.875rem 2.5rem 18%;
}

@media (max-width: 1400px) {
  #global-ux .vehicledisplay .search-filter {
    padding: 63px 15px 40px;
    padding: 3.9375rem .9375rem 2.5rem;
  }
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehicledisplay .search-filter {
    padding: 40px 25px;
    padding: 2.5rem 1.5625rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehicledisplay .search-filter {
    padding: 40px 10px;
    padding: 2.5rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .search-filter {
    display: none;
    padding: 40px 15px;
    padding: 2.5rem .9375rem;
  }
}

#global-ux .vehicledisplay .search-filter .title {
  display: block;
  font-weight: 200;
  padding: 0 5px;
  padding: 0 .3125rem;
  color: #616161;
}

#global-ux .vehicledisplay .search-filter .clearfix {
  padding: 28px 0 0;
  padding: 1.75rem 0 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehicledisplay .search-filter .clearfix {
    padding: 20px 0 0;
    padding: 1.25rem 0 0;
  }
}

#global-ux .vehicledisplay .search-filter .hide-button {
  position: absolute;
  top: 5px;
  right: -19px;
  width: 35px;
  height: 35px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  border: 1px solid #f6f6f6;
}

#global-ux .vehicledisplay .search-filter .hide-button:before {
  content: '\e612';
  font-family: "icomoon";
  position: absolute;
  top: 5px;
  left: 6px;
  color: #2d96cd;
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .search-filter .hide-button {
    display: none;
  }
}

#global-ux .vehicledisplay .search-filter .radio-filter-section {
  margin: 0 0 37px;
  margin: 0 0 2.3125rem;
  overflow: hidden;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .search-filter .radio-filter-section {
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
  }
}

#global-ux .vehicledisplay .search-filter .radio-filter-section .filter-radio-holder {
  float: left;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0 5px;
  padding: 0 .3125rem;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#global-ux .vehicledisplay .search-filter .radio-filter-section .filter-radio-holder .custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

#global-ux .vehicledisplay .search-filter .radio-filter-section .filter-radio-holder .custom-radio+.checked {
  background: #193145;
  border-color: #193145;
  color: #fff;
}

#global-ux .vehicledisplay .search-filter .radio-filter-section .filter-radio-holder label {
  display: block;
  height: 100%;
  text-align: center;
  border: 1px solid #1a384e;
  font-weight: 200;
  font-size: 13px;
  font-size: .8125rem;
  padding: 15px 5px;
  padding: .9375rem .3125rem;
  line-height: 1.5;
  color: #616161;
  white-space: nowrap;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehicledisplay .search-filter .radio-filter-section .filter-radio-holder label {
    font-size: 11px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .search-filter .radio-filter-section .filter-radio-holder label {
    font-size: 13px;
  }
}

#global-ux .vehicledisplay .search-filter .radio-filter-section .filter-radio-holder label:before {
  display: none;
}

#global-ux .vehicledisplay .search-filter .radio-filter-section .filter-radio-holder label:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#global-ux .vehicledisplay .search-filter .radio-filter-section .filter-radio-holder label span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

#global-ux .vehicledisplay .search-filter .radio-filter-section.col-33 .filter-radio-holder {
  width: 33.3333%;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehicledisplay .search-filter .radio-filter-section.col-33 .filter-radio-holder {
    width: 50%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .search-filter .radio-filter-section.col-33 .filter-radio-holder {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .vehicledisplay .search-filter .radio-filter-section.col-33 .filter-radio-holder {
    width: 50%;
  }
}

#global-ux .vehicledisplay .search-filter .radio-filter-section.col-50 .filter-radio-holder {
  width: 50%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .search-filter .radio-filter-section.col-50 .filter-radio-holder {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .vehicledisplay .search-filter .radio-filter-section.col-50 .filter-radio-holder {
    width: 50%;
  }
}

#global-ux .vehicledisplay .search-filter .models-filter-section {
  padding-bottom: 0;
  border-bottom: none;
}

#global-ux .vehicledisplay .search-filter .price-filter-holder {
  margin: 0 0 37px;
  margin: 0 0 2.3125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .search-filter .price-filter-holder {
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
  }
}

#global-ux .vehicledisplay .search-filter .price-filter {
  padding: 28px 0 0;
  padding: 1.75rem 0 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehicledisplay .search-filter .price-filter {
    padding: 20px 0 0;
    padding: 1.25rem 0 0;
  }
}

#global-ux .vehicledisplay .search-filter .price-filter .result-holder {
  text-align: center;
  padding: 35px 0 0;
  padding: 2.1875rem 0 0;
}

#global-ux .vehicledisplay .search-filter .price-filter .result-holder span {
  color: #616161;
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
}

#global-ux .vehicledisplay .search-filter.mobile-filters-popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #fafafa;
}

#global-ux .vehicledisplay .search-filter.mobile-filters-popup .mobile-filters-popup-head {
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 10px;
  background-color: #fff;
  border-bottom: 2px solid #cacaca;
}

#global-ux .vehicledisplay .search-filter.mobile-filters-popup .mobile-filters-popup-head .cancel-btn,
#global-ux .vehicledisplay .search-filter.mobile-filters-popup .mobile-filters-popup-head .number,
#global-ux .vehicledisplay .search-filter.mobile-filters-popup .mobile-filters-popup-head .apply-btn {
  display: inline-block;
  width: 32%;
  vertical-align: middle;
  height: 100%;
  line-height: 45px;
}

#global-ux .vehicledisplay .search-filter.mobile-filters-popup .mobile-filters-popup-head .apply-btn {
  text-align: right;
}

#global-ux .vehicledisplay .search-filter.mobile-filters-popup .mobile-filters-popup-head .number {
  text-align: center;
}

#global-ux .vehicledisplay .search-filter.mobile-filters-popup .mobile-filters-popup-head .number span {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}

#global-ux .vehicledisplay .search-filter.mobile-filters-popup .mobile-filters-popup-inner {
  padding: 70px 15px 5px;
  height: 100%;
  overflow: auto;
}

#global-ux .vehicledisplay .result-block-holder {
  float: right;
  width: 75%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .result-block-holder {
    width: 100%;
  }
}

#global-ux .vehicledisplay .result-block-holder .result-block .vehicles-holder .item {
  width: 33.33%;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehicledisplay .result-block-holder .result-block .vehicles-holder .item {
    width: 50%;
  }
}

#global-ux .vehicledisplay .result-block {
  padding: 30px 60px 30px;
  padding: 1.875rem 3.75rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehicledisplay .result-block {
    padding: 30px 15px 30px;
    padding: 1.875rem .9375rem 1.875rem;
  }
}

#global-ux .vehicledisplay .result-block p {
  color: #616161;
}

#global-ux .vehicledisplay .result-block .title-block {
  float: left;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehicledisplay .result-block .title-block {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .result-block .title-block {
    text-align: center;
  }
}

#global-ux .vehicledisplay .result-block .vehicle-sort-block {
  float: right;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehicledisplay .result-block .vehicle-sort-block {
    width: 100%;
    padding: 15px 0;
    padding: .9375rem 0;
  }
}

@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .result-block .vehicle-sort-block {
    width: auto;
    float: none;
    margin: 0 -25px;
  }
}

#global-ux .vehicledisplay .result-block .vehicles-post {
  text-align: right;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehicledisplay .result-block .vehicles-post {
    text-align: left;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .result-block .vehicles-post {
    text-align: center;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .vehicledisplay .result-block .vehicles-post .overlay-button {
  color: #008CBA;
  cursor: pointer;
}

#global-ux .vehicledisplay .result-block .vehicles-post .overlay-button:hover {
  color: #0078a0;
}

#global-ux .vehicledisplay .result-block .vehicles-post p {
  display: inline-block;
  margin-right: 5px;
}

#global-ux .vehicledisplay .result-block .vehicles-holder {
  font-size: 0;
  margin: 0 -45px 30px;
  margin: 0 -2.8125rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehicledisplay .result-block .vehicles-holder {
    margin: 0 -20px 30px;
    margin: 0 -1.25rem 1.875rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .result-block .vehicles-holder {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .vehicledisplay .result-block .vehicles-holder .item {
  width: 25%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  display: inline-block;
  vertical-align: top;
  padding: 24px 45px 0;
  padding: 1.5rem 2.8125rem 0;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehicledisplay .result-block .vehicles-holder .item {
    padding: 40px 20px 20px;
    padding: 2.5rem 1.25rem 1.25rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehicledisplay .result-block .vehicles-holder .item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .result-block .vehicles-holder .item {
    padding: 10px 0;
    padding: .625rem 0;
    text-align: center;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .vehicledisplay .result-block .vehicles-holder .item {
    width: 50%;
  }
}

#global-ux .vehicledisplay .result-block .vehicles-holder .item p {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .result-block .vehicles-holder .item p {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .vehicledisplay .result-block .vehicles-holder .item .image-holder {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

#global-ux .vehicledisplay .result-block .vehicles-holder .item .title {
  color: #2d96cd;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .result-block .vehicles-holder .item .title {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .vehicledisplay .result-block .vehicles-holder .item .starting-price {
  font-size: 13px;
  color: #777;
}

#global-ux .vehicledisplay .result-block .vehicles-holder .item-holder {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  padding: 25px 10px 10px;
  padding: 1.5625rem .625rem .625rem;
  -webkit-transition: 0.3s border-color;
  -moz-transition: 0.3s border-color;
  -ms-transition: 0.3s border-color;
  -o-transition: 0.3s border-color;
  transition: 0.3s border-color;
  cursor: pointer;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .result-block .vehicles-holder .item-holder {
    padding: 25px 5px 10px;
    padding: 1.5625rem .3125rem .625rem;
  }
}

#global-ux .vehicledisplay .result-block .vehicles-holder .item-holder:hover {
  border-color: #2d96cd;
}

#global-ux .vehicledisplay .result-block .vehicles-holder .item-holder .image-holder {
  width: 100%;
}

#global-ux .vehicledisplay .result-block .vehicles-holder .item-holder .label-block {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 45%;
}

#global-ux .vehicledisplay .result-block .vehicles-holder>h4 {
  margin: 72px 45px 25px;
  margin: 4.5rem 2.8125rem 1.5625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .result-block .vehicles-holder>h4 {
    margin: 35px 25px 20px;
    margin: 2.1875rem 1.5625rem 1.25rem;
  }
}

#global-ux .vehicledisplay .result-block .filter-btn {
  position: relative;
  width: 50%;
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #e6e6e6;
  border-width: 1px 0 1px 1px;
  font-weight: 300;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .result-block .filter-btn {
    display: table-cell;
  }
}

#global-ux .vehicledisplay .result-block .filter-btn:before {
  content: '\e65a';
  position: absolute;
  font-family: "icomoon";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  font-size: 25px;
  font-size: 1.5625rem;
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .result-block .filter-btn:before {
    display: block;
  }
}

#global-ux .vehicledisplay .filter-active-holder {
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
}

#global-ux .vehicledisplay .filter-active-holder .number {
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

#global-ux .vehicledisplay .filter-active-holder .number span {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
}

#global-ux .vehicledisplay .filter-active-holder .number p {
  margin: 0;
}

#global-ux .vehicledisplay .filter-active-holder .filter-active {
  margin: 0 0 0 -7px;
}

#global-ux .vehicledisplay .filter-active-holder .filter-active>span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #f1f1f1;
  color: #2d96cd;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 200;
  padding: 10px 40px 10px 12px;
  padding: .625rem 2.5rem .625rem .75rem;
  margin: 0 0 7px 7px;
  margin: 0 0 .4375rem .4375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .filter-active-holder .filter-active>span {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 10px 27px 10px 6px;
    padding: .625rem 1.6875rem .625rem .375rem;
  }
}

#global-ux .vehicledisplay .filter-active-holder .filter-active>span .close-icon {
  top: 9px;
  right: 7px;
}

#global-ux .vehicledisplay .filter-active-holder .filter-active>span .close-icon:before {
  content: '\e6b3';
  font-family: "icomoon";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-size: 1rem;
}

#global-ux .vehicledisplay .filter-active-holder .filter-active .reset {
  padding-right: 20px;
  padding-right: 1.25rem;
  cursor: pointer;
}

#global-ux .vehicledisplay .vehicles-post {
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
}

#global-ux .vehicledisplay .vehicles-post p {
  margin: 0;
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
}

#global-ux .vehicledisplay .vehicles-post a {
  text-decoration: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .filter-panel-mobile {
    display: table;
    width: 100%;
  }
}

#global-ux .vehicledisplay .dropdown-vehicle-sort {
  float: right;
  min-width: 160px;
  margin-top: 20px;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehicledisplay .dropdown-vehicle-sort {
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .dropdown-vehicle-sort {
    display: table-cell;
    float: none;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .vehicledisplay .dropdown-vehicle-sort {
    position: relative !important;
  }
}

#global-ux .vehicledisplay .dropdown-vehicle-sort label {
  text-align: left;
  position: relative;
  padding: 0 40px 0 15px;
  padding: 0 2.5rem 0 .9375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .dropdown-vehicle-sort label {
    width: 100%;
    border-color: #e6e6e6;
    padding: 23px 30px 22px 10px;
    padding: 1.4375rem 1.875rem 1.375rem .625rem;
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .vehicledisplay .dropdown-vehicle-sort label {
    border-width: 1px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .dropdown-vehicle-sort.active ul {
    position: absolute;
    border-color: #e6e6e6;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .dropdown-vehicle-sort.active ul li {
    border-color: #e6e6e6;
  }
}

#global-ux .vehicledisplay .dropdown-vehicle-sort .txt {
  position: static;
  padding: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .dropdown-vehicle-sort .txt {
    white-space: normal;
    height: auto;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

#global-ux .vehicledisplay .dropdown-vehicle-sort .txt:before {
  position: absolute;
  display: block;
  top: 50%;
  right: 17px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}

#global-ux .vehicledisplay .hide-filter {
  overflow: hidden;
}

#global-ux .vehicledisplay .hide-filter .search-filter-holder {
  margin-left: -25%;
}

#global-ux .vehicledisplay .hide-filter .result-block-holder {
  width: 100%;
}

#global-ux .vehicledisplay .hide-filter .search-filter .hide-button {
  right: -37px;
}

#global-ux .vehicledisplay .hide-filter .search-filter .hide-button:before {
  color: #2d96cd;
  content: '\e615';
}

#global-ux .vehicledisplay .hide-filter .result-block-holder .result-block .vehicles-holder .item {
  width: 25%;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehicledisplay .hide-filter .result-block-holder .result-block .vehicles-holder .item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .hide-filter .result-block-holder .result-block .vehicles-holder .item {
    width: 50%;
  }
}

#global-ux .vehicledisplay .offer-details {
  border-top: 1px solid #ddd;
}

#global-ux .vehicledisplay .offer-details .configuration-block {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .offer-details .configuration-block {
    display: block;
  }
}

#global-ux .vehicledisplay .offer-details .configuration-block .item {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 70px;
  padding: 1.5625rem 4.375rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehicledisplay .offer-details .configuration-block .item {
    padding: 25px 3%;
    padding: 1.5625rem 3%;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehicledisplay .offer-details .configuration-block .item {
    padding: 25px 10px;
    padding: 1.5625rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .offer-details .configuration-block .item {
    display: block;
    text-align: center;
    padding: 15px 10px;
    padding: .9375rem .625rem;
  }
}

#global-ux .vehicledisplay .offer-details .configuration-block .item p {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .offer-details .configuration-block .item p {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    margin: 0 0 .625rem;
  }
}

#global-ux .vehicledisplay .offer-details .configuration-block .item .image-holder {
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

#global-ux .vehicledisplay .offer-details .configuration-block .item .name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #616161;
}

#global-ux .vehicledisplay .offer-details .configuration-block .item .change {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 300;
}

#global-ux .vehicledisplay .offer-details .configuration-block .item .price {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #616161;
}

#global-ux .vehicledisplay .offer-details .option-list {
  list-style: none;
  padding: 15px 0 0;
  padding: .9375rem 0 0;
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .offer-details .option-list {
    margin: 0;
  }
}

#global-ux .vehicledisplay .offer-details .option-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
  padding: 0 10px 10px;
  padding: 0 .625rem .625rem;
  color: #616161;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehicledisplay .offer-details .option-list li {
    padding: 0 5px 10px;
    padding: 0 .3125rem .625rem;
  }
}

#global-ux .vehicledisplay .offer-details .option-list .image-holder {
  min-height: 28px;
  display: table;
  width: 100%;
}

#global-ux .vehicledisplay .offer-details .option-list .image-holder img {
  width: auto;
}

#global-ux .vehicledisplay .offer-details .option-list .image-block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#global-ux .vehicledisplay .offer-details .result-block {
  border-top: 1px solid #ddd;
}

#global-ux .vehicledisplay .offer-bar {
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
  background: #1a384e;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .offer-bar {
    padding: 10px 20px;
    padding: .625rem 1.25rem;
  }
}

#global-ux .vehicledisplay .offer-bar ul {
  list-style: none;
  margin: 0;
  text-align: center;
  font-size: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .offer-bar ul {
    text-align: left;
  }
}

#global-ux .vehicledisplay .offer-bar ul li {
  display: inline-block;
  padding: 15px 5%;
  padding: .9375rem 5%;
  border-left: 1px solid #fff;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .vehicledisplay .offer-bar ul li {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .offer-bar ul li {
    display: block;
    border-left: none;
    border-top: 1px solid #fff;
    padding: 25px 0;
    padding: 1.5625rem 0;
  }
}

#global-ux .vehicledisplay .offer-bar ul li:first-child {
  border: none;
}

#global-ux .vehicledisplay .offer-bar ul a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

#global-ux .vehicledisplay .offer-bar ul a:hover {
  color: #A8A8A8;
}

#global-ux .vehicledisplay .configuration-list-block {
  float: left;
  padding: 70px 0 30px 7%;
  padding: 4.375rem 0 1.875rem 7%;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehicledisplay .configuration-list-block {
    padding: 40px 0 20px 40px;
    padding: 2.5rem 0 1.25rem 2.5rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .configuration-list-block {
    padding: 30px 30px 20px;
    padding: 1.875rem 1.875rem 1.25rem;
  }
}

#global-ux .vehicledisplay .configuration-list-block .configuration-list {
  margin: 0;
}

#global-ux .vehicledisplay .configuration-list-block .configuration-list li {
  color: #616161;
  font-weight: 300;
  margin: 0 10px;
  margin: 0 .625rem;
}

#global-ux .vehicledisplay .action-panel-block {
  float: right;
  padding: 70px 6% 30px;
  padding: 4.375rem 6% 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .vehicledisplay .action-panel-block {
    padding: 40px 40px 20px;
    padding: 2.5rem 2.5rem 1.25rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .action-panel-block {
    padding: 0;
  }
}

#global-ux .vehicledisplay .action-panel {
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 20px 0 0;
  padding: 1.25rem 0 0;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .action-panel {
    display: none;
  }
}

#global-ux .vehicledisplay .action-panel li {
  display: inline-block;
  margin: 0 10px;
  margin: 0 .625rem;
}

#global-ux .vehicledisplay .action-panel a {
  text-decoration: none;
}

#global-ux .vehicledisplay .action-panel span {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 300;
}

#global-ux .vehicledisplay .action-panel .icon {
  display: block;
  margin: 0 0 4px;
  margin: 0 0 .25rem;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

#global-ux .vehicledisplay .custom-range-slider {
  height: 2px;
  width: 100%;
  background: #aab6bf;
  position: relative;
}

#global-ux .vehicledisplay .custom-range-slider .ui-slider-range {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#global-ux .vehicledisplay .custom-range-slider .ui-slider-handle {
  position: absolute;
  display: block;
  top: 0px;
  width: 2px;
  height: 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1a384e;
  cursor: pointer;
}

#global-ux .vehicledisplay .custom-range-slider .ui-slider-handle:after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -9px;
  top: -9px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1a384e;
}

#global-ux .vehicledisplay .custom-range-slider .ui-slider-range {
  position: absolute;
  background: #1a384e;
  height: 2px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .hideForMobile {
    display: none;
  }
}

#global-ux .vehicledisplay .show-mob-only {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .vehicledisplay .show-mob-only {
    display: block;
  }
}

#global-ux .latestOffers .local-vehicles .title-holder,
#global-ux .latestOffersModelDetails .local-vehicles .title-holder {
  position: relative;
  padding: 30px 90px;
  padding: 1.875rem 5.625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-vehicles .title-holder,
  #global-ux .latestOffersModelDetails .local-vehicles .title-holder {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
  }
}

#global-ux .latestOffers .local-vehicles .title-holder:before,
#global-ux .latestOffersModelDetails .local-vehicles .title-holder:before {
  content: '\e610';
  display: block;
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -19px;
  font-family: "FordGUXFont";
  font-size: 38px;
  line-height: 38px;
  color: #3598ce;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-vehicles .title-holder:before,
  #global-ux .latestOffersModelDetails .local-vehicles .title-holder:before {
    display: none;
  }
}

#global-ux .latestOffers .local-vehicles .title-holder h4,
#global-ux .latestOffersModelDetails .local-vehicles .title-holder h4 {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-vehicles .title-holder h4,
  #global-ux .latestOffersModelDetails .local-vehicles .title-holder h4 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

#global-ux .latestOffers .local-vehicles .form,
#global-ux .latestOffersModelDetails .local-vehicles .form {
  padding: 0;
}

#global-ux .latestOffers .local-vehicles .form .title,
#global-ux .latestOffersModelDetails .local-vehicles .form .title {
  color: #616161;
}

#global-ux .latestOffers .local-vehicles-holder,
#global-ux .latestOffersModelDetails .local-vehicles-holder {
  padding: 30px 40px 100px;
  padding: 1.875rem 2.5rem 6.25rem;
  border-top: 1px solid #dbdbdb;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-vehicles-holder,
  #global-ux .latestOffersModelDetails .local-vehicles-holder {
    padding: 20px 30px;
    padding: 1.25rem 1.875rem;
  }
}

#global-ux .latestOffers .local-vehicles-holder .form-textfield,
#global-ux .latestOffersModelDetails .local-vehicles-holder .form-textfield {
  max-width: 50%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-vehicles-holder .form-textfield,
  #global-ux .latestOffersModelDetails .local-vehicles-holder .form-textfield {
    max-width: 100%;
  }
}

#global-ux .latestOffers .local-vehicles-holder .btn-holder .cta-button,
#global-ux .latestOffersModelDetails .local-vehicles-holder .btn-holder .cta-button {
  margin: 0;
}

#global-ux .latestOffers .local-vehicles-holder .btn-holder .cancel,
#global-ux .latestOffersModelDetails .local-vehicles-holder .btn-holder .cancel {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#global-ux .latestOffers .local-vehicles-disclaimer,
#global-ux .latestOffersModelDetails .local-vehicles-disclaimer {
  padding: 50px;
  padding: 3.125rem;
  border-top: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-vehicles-disclaimer,
  #global-ux .latestOffersModelDetails .local-vehicles-disclaimer {
    padding: 30px;
    padding: 1.875rem;
  }
}

.rtl #global-ux .vehicledisplay .search-filter-holder {
  float: right;
}

.rtl #global-ux .vehicledisplay .search-filter {
  padding: 63px 18% 40px 30px;
  padding: 3.9375rem 18% 2.5rem 1.875rem;
  border-left: 2px solid #f1f1f1;
  border-right: none;
}

@media (max-width: 1400px) {
  .rtl #global-ux .vehicledisplay .search-filter {
    padding: 63px 15px 40px;
    padding: 3.9375rem .9375rem 2.5rem;
  }
}

@media only screen and (max-width: 74.9375em) {
  .rtl #global-ux .vehicledisplay .search-filter {
    padding: 40px 25px;
    padding: 2.5rem 1.5625rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .vehicledisplay .search-filter {
    padding: 40px 10px;
    padding: 2.5rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .vehicledisplay .search-filter {
    padding: 40px 15px;
    padding: 2.5rem .9375rem;
  }
}

.rtl #global-ux .vehicledisplay .search-filter .hide-button {
  right: auto;
  left: -19px;
}

.rtl #global-ux .vehicledisplay .search-filter .hide-button:before {
  content: '\e615';
  right: 6px;
  left: auto;
}

.rtl #global-ux .vehicledisplay .result-block-holder {
  float: left;
}

.rtl #global-ux .vehicledisplay .result-block .title-block {
  float: right;
}

.rtl #global-ux .vehicledisplay .result-block .post-block {
  float: left;
}

.rtl #global-ux .vehicledisplay .result-block .vehicles-post {
  text-align: left;
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .vehicledisplay .result-block .vehicles-post {
    text-align: right;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .vehicledisplay .result-block .vehicles-post {
    text-align: center;
  }
}

.rtl #global-ux .vehicledisplay .result-block .vehicles-holder .item-holder .label-block {
  right: auto;
  left: 10px;
}

.rtl #global-ux .vehicledisplay .result-block .filter-btn {
  float: right;
  border-width: 1px 1px 1px 0;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .vehicledisplay .result-block .filter-btn {
    float: none;
  }
}

.rtl #global-ux .vehicledisplay .result-block .filter-btn:before {
  left: 14px;
  right: auto;
}

.rtl #global-ux .vehicledisplay .dropdown-vehicle-sort {
  float: left;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .vehicledisplay .dropdown-vehicle-sort {
    float: none;
  }
}

.rtl #global-ux .vehicledisplay .dropdown-vehicle-sort label {
  text-align: right;
  padding: 0 15px 0 40px;
  padding: 0 .9375rem 0 2.5rem;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .vehicledisplay .dropdown-vehicle-sort label {
    padding: 23px 20px 22px 40px;
    padding: 1.4375rem 1.25rem 1.375rem 2.5rem;
  }
}

.rtl #global-ux .vehicledisplay .dropdown-vehicle-sort .txt:before {
  right: auto;
  left: 17px;
}

.rtl #global-ux .vehicledisplay .filter-active-holder .filter-active {
  margin: 0 -7px 0 0;
}

.rtl #global-ux .vehicledisplay .filter-active-holder .filter-active>span {
  padding: 10px 12px 10px 40px;
  padding: .625rem .75rem .625rem 2.5rem;
  margin: 0 7px 7px 0;
  margin: 0 .4375rem .4375rem 0;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .vehicledisplay .filter-active-holder .filter-active>span {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 10px 6px 10px 27px;
    padding: .625rem .375rem .625rem 1.6875rem;
  }
}

.rtl #global-ux .vehicledisplay .filter-active-holder .filter-active>span .close-icon {
  right: auto;
  left: 0;
}

.rtl #global-ux .vehicledisplay .filter-active-holder .filter-active .reset {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.rtl #global-ux .vehicledisplay .configuration-list-block {
  float: right;
  padding: 70px 7% 30px 0;
  padding: 4.375rem 7% 1.875rem 0;
}

@media only screen and (max-width: 74.9375em) {
  .rtl #global-ux .vehicledisplay .configuration-list-block {
    padding: 40px 40px 20px 0;
    padding: 2.5rem 2.5rem 1.25rem 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .vehicledisplay .configuration-list-block {
    padding: 30px 30px 20px;
    padding: 1.875rem 1.875rem 1.25rem;
  }
}

.rtl #global-ux .vehicledisplay .action-panel-block {
  float: left;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .vehicledisplay .offer-bar ul {
    text-align: right;
  }
}

.rtl #global-ux .vehicledisplay .offer-bar ul li {
  border-right: 1px solid #fff;
  border-left: none;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .vehicledisplay .offer-bar ul li {
    border-right: none;
  }
}

.rtl #global-ux .vehicledisplay .offer-bar ul li:first-child {
  border: none;
}

.rtl #global-ux .vehicledisplay .hide-filter .large-3 {
  margin: 0 -25% 0 0;
}

.rtl #global-ux .vehicledisplay .hide-filter .search-filter .hide-button {
  left: -37px;
  right: auto;
}

.rtl #global-ux .vehicledisplay .hide-filter .search-filter .hide-button:before {
  content: '\e612';
}

.rtl #global-ux .vehicledisplay .local-vehicles .title-holder:before {
  left: auto;
  right: 40px;
}

.rtl #global-ux .vehicledisplay .local-vehicles .form .form-textfield {
  width: 100%;
}

#global-ux .latestOffersModelDetails .last-vehicles-holder.empty {
  padding: 50px;
  min-height: 300px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .hideForMobile {
    display: none;
  }
}

#global-ux .latestOffersModelDetails .show-mob-only {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .show-mob-only {
    display: block;
  }
}

#global-ux .latestOffersModelDetails .configuration-block {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block {
    display: flex;
    flex-direction: column;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .item {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 70px;
  padding: 1.5625rem 4.375rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .item {
    padding: 25px 3%;
    padding: 1.5625rem 3%;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .item {
    padding: 25px 10px;
    padding: 1.5625rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .item {
    display: block;
    text-align: center;
    padding: 15px 10px;
    padding: .9375rem .625rem;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .item.item-image {
  order: 2;
}

#global-ux .latestOffersModelDetails .configuration-block .item.item-name {
  order: 1;
}

#global-ux .latestOffersModelDetails .configuration-block .item.item-common-info {
  order: 3;
}

#global-ux .latestOffersModelDetails .configuration-block .item p {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .item p {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    margin: 0 0 .625rem;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .item .image-holder {
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

#global-ux .latestOffersModelDetails .configuration-block .item .name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #616161;
}

#global-ux .latestOffersModelDetails .configuration-block .item .change {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 300;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .item .change {
    float: none;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .item .price {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #616161;
}

#global-ux .latestOffersModelDetails .configuration-block .option-list {
  list-style: none;
  padding: 15px 0 0;
  padding: .9375rem 0 0;
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .option-list {
    margin: 0;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .option-list li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
  padding: 0 10px 10px;
  padding: 0 .625rem .625rem;
  color: #616161;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .option-list li {
    padding: 0 5px 10px;
    padding: 0 .3125rem .625rem;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .option-list .image-holder {
  min-height: 28px;
  display: table;
  width: 100%;
}

#global-ux .latestOffersModelDetails .configuration-block .option-list .image-holder img {
  width: auto;
}

#global-ux .latestOffersModelDetails .configuration-block .option-list .image-block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#global-ux .latestOffersModelDetails .configuration-block .location-wrap {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 15px;
  line-height: .9375rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: 300;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .location-wrap {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    margin-bottom: 12px;
    margin-bottom: .75rem;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .location-wrap p {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 15px;
  line-height: .9375rem;
  font-weight: 300;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .configuration-block .location-wrap p {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
  }
}

#global-ux .latestOffersModelDetails .configuration-block .location-wrap .postcode-span,
#global-ux .latestOffersModelDetails .configuration-block .location-wrap .overlay-button {
  cursor: pointer;
  color: #2d96cd;
}

#global-ux .latestOffersModelDetails .configuration-block .location-wrap .change-wrap {
  display: block;
}

#global-ux .latestOffersModelDetails .offer-bar {
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
  background: #1a384e;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .offer-bar {
    padding: 10px 20px;
    padding: .625rem 1.25rem;
  }
}

#global-ux .latestOffersModelDetails .offer-bar ul {
  list-style: none;
  margin: 0;
  text-align: center;
  font-size: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .offer-bar ul {
    text-align: left;
  }
}

#global-ux .latestOffersModelDetails .offer-bar ul li {
  display: inline-block;
  padding: 15px 5%;
  padding: .9375rem 5%;
  border-left: 1px solid #fff;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .offer-bar ul li {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .offer-bar ul li {
    display: block;
    border-left: none;
    border-top: 1px solid #fff;
    padding: 25px 0;
    padding: 1.5625rem 0;
  }
}

#global-ux .latestOffersModelDetails .offer-bar ul li:first-child {
  border: none;
}

#global-ux .latestOffersModelDetails .offer-bar ul a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

#global-ux .latestOffersModelDetails .offer-bar ul a:hover {
  color: #A8A8A8;
}

#global-ux .latestOffersModelDetails .configuration-list-block {
  float: left;
  padding: 70px 0 30px 7%;
  padding: 4.375rem 0 1.875rem 7%;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .configuration-list-block {
    padding: 40px 0 20px 40px;
    padding: 2.5rem 0 1.25rem 2.5rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .configuration-list-block {
    padding: 30px 30px 20px;
    padding: 1.875rem 1.875rem 1.25rem;
  }
}

#global-ux .latestOffersModelDetails .configuration-list-block .configuration-list {
  margin: 0;
}

#global-ux .latestOffersModelDetails .configuration-list-block .configuration-list li {
  color: #616161;
  font-weight: 300;
  margin: 0 10px;
  margin: 0 .625rem;
}

#global-ux .latestOffersModelDetails .action-panel-block {
  float: right;
  padding: 70px 6% 30px;
  padding: 4.375rem 6% 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .action-panel-block {
    padding: 40px 40px 20px;
    padding: 2.5rem 2.5rem 1.25rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .action-panel-block {
    padding: 0;
    float: none;
  }
}

#global-ux .latestOffersModelDetails .action-panel {
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 20px 0 0;
  padding: 1.25rem 0 0;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .action-panel {
    display: none;
  }
}

#global-ux .latestOffersModelDetails .action-panel li {
  display: inline-block;
  margin: 0 10px;
  margin: 0 .625rem;
}

#global-ux .latestOffersModelDetails .action-panel a {
  text-decoration: none;
}

#global-ux .latestOffersModelDetails .action-panel span {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 300;
}

#global-ux .latestOffersModelDetails .action-panel .icon {
  display: block;
  margin: 0 0 4px;
  margin: 0 0 .25rem;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .filter-panel-mobile {
    display: table;
    width: 100%;
  }
}

#global-ux .latestOffersModelDetails .dropdown-vehicle-sort {
  float: right;
  min-width: 160px;
  margin-top: 20px;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort {
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort {
    display: table-cell;
    float: none;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort {
    position: relative !important;
  }
}

#global-ux .latestOffersModelDetails .dropdown-vehicle-sort label {
  text-align: left;
  position: relative;
  padding: 0 40px 0 15px;
  padding: 0 2.5rem 0 .9375rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort label {
    width: 100%;
    border-color: #e6e6e6;
    padding: 23px 40px 22px 20px;
    padding: 1.4375rem 2.5rem 1.375rem 1.25rem;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort label {
    border-width: 1px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort.active ul {
    position: absolute;
    border-color: #e6e6e6;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort.active ul li {
    border-color: #e6e6e6;
  }
}

#global-ux .latestOffersModelDetails .dropdown-vehicle-sort .txt {
  position: static;
  padding: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .dropdown-vehicle-sort .txt {
    white-space: normal;
    height: auto;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

#global-ux .latestOffersModelDetails .dropdown-vehicle-sort .txt:before {
  position: absolute;
  display: block;
  top: 50%;
  right: 17px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}

#global-ux .latestOffersModelDetails .result-block {
  padding: 30px 60px 30px;
  padding: 1.875rem 3.75rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .result-block {
    padding: 30px 15px 30px;
    padding: 1.875rem .9375rem 1.875rem;
  }
}

#global-ux .latestOffersModelDetails .result-block p {
  color: #616161;
}

#global-ux .latestOffersModelDetails .result-block .title-block {
  float: left;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .result-block .title-block {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .title-block {
    text-align: center;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicle-sort-block {
  float: right;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicle-sort-block {
    width: 100%;
    padding: 15px 0;
    padding: .9375rem 0;
  }
}

@media only screen and (max-width: 61.9375em) and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicle-sort-block {
    width: auto;
    float: none;
    margin: 0 -25px;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder {
  font-size: 0;
  margin: 0 -45px 30px;
  margin: 0 -2.8125rem 1.875rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder {
    margin: 0 -20px 30px;
    margin: 0 -1.25rem 1.875rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
  width: 25%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  display: inline-block;
  vertical-align: top;
  padding: 40px 45px 20px;
  padding: 2.5rem 2.8125rem 1.25rem;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
    padding: 40px 20px 20px;
    padding: 2.5rem 1.25rem 1.25rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
    padding: 10px 0;
    padding: .625rem 0;
    text-align: center;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item {
    width: 50%;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item p {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item p {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item .image-holder {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item .title {
  color: #2d96cd;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item .title {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder {
  position: relative;
  display: block;
  border: 1px solid #fff;
  padding: 25px 10px 10px;
  padding: 1.5625rem .625rem .625rem;
  -webkit-transition: 0.3s border-color;
  -moz-transition: 0.3s border-color;
  -ms-transition: 0.3s border-color;
  -o-transition: 0.3s border-color;
  transition: 0.3s border-color;
  cursor: pointer;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder {
    padding: 25px 5px 10px;
    padding: 1.5625rem .3125rem .625rem;
  }
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder:hover {
  border-color: #2d96cd;
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder .image-holder {
  width: 100%;
}

#global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder .label-block {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 45%;
}

#global-ux .latestOffersModelDetails .result-block .filter-btn {
  position: relative;
  width: 50%;
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #e6e6e6;
  border-width: 1px 0 1px 1px;
  font-weight: 300;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .filter-btn {
    display: table-cell;
  }
}

#global-ux .latestOffersModelDetails .result-block .filter-btn:before {
  content: '\e65a';
  position: absolute;
  font-family: "icomoon";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  font-size: 25px;
  font-size: 1.5625rem;
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffersModelDetails .result-block .filter-btn:before {
    display: block;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .offer-bar ul {
    text-align: right;
  }
}

.rtl #global-ux .latestOffersModelDetails .offer-bar ul li {
  border-right: 1px solid #fff;
  border-left: none;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .offer-bar ul li {
    border-right: none;
  }
}

.rtl #global-ux .latestOffersModelDetails .offer-bar ul li:first-child {
  border: none;
}

.rtl #global-ux .latestOffersModelDetails .configuration-list-block {
  float: right;
  padding: 70px 7% 30px 0;
  padding: 4.375rem 7% 1.875rem 0;
}

@media only screen and (max-width: 74.9375em) {
  .rtl #global-ux .latestOffersModelDetails .configuration-list-block {
    padding: 40px 40px 20px 0;
    padding: 2.5rem 2.5rem 1.25rem 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .configuration-list-block {
    padding: 30px 30px 20px;
    padding: 1.875rem 1.875rem 1.25rem;
  }
}

.rtl #global-ux .latestOffersModelDetails .action-panel-block {
  float: left;
}

.rtl #global-ux .latestOffersModelDetails .dropdown-vehicle-sort {
  float: left;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .dropdown-vehicle-sort {
    float: none;
  }
}

.rtl #global-ux .latestOffersModelDetails .dropdown-vehicle-sort label {
  text-align: right;
  padding: 0 15px 0 40px;
  padding: 0 .9375rem 0 2.5rem;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .dropdown-vehicle-sort label {
    padding: 23px 20px 22px 40px;
    padding: 1.4375rem 1.25rem 1.375rem 2.5rem;
  }
}

.rtl #global-ux .latestOffersModelDetails .dropdown-vehicle-sort .txt:before {
  right: auto;
  left: 17px;
}

.rtl #global-ux .latestOffersModelDetails .result-block .title-block {
  float: right;
}

.rtl #global-ux .latestOffersModelDetails .result-block .post-block {
  float: left;
}

.rtl #global-ux .latestOffersModelDetails .result-block .vehicles-post {
  text-align: left;
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .latestOffersModelDetails .result-block .vehicles-post {
    text-align: right;
  }
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .result-block .vehicles-post {
    text-align: center;
  }
}

.rtl #global-ux .latestOffersModelDetails .result-block .vehicles-holder .item-holder .label-block {
  right: auto;
  left: 10px;
}

.rtl #global-ux .latestOffersModelDetails .result-block .filter-btn {
  float: right;
  border-width: 1px 1px 1px 0;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffersModelDetails .result-block .filter-btn {
    float: none;
  }
}

.rtl #global-ux .latestOffersModelDetails .result-block .filter-btn:before {
  left: 14px;
  right: auto;
}

.panorotate {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.panorotate .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: #343434;
  background: rgba(0,0,0,0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.panorotate .spinner span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: block;
}

.panorotate:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

.panorotate:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

.panoslider,
.panoslider-bar {
  border-radius: 10px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
  display: block;
}

.panoslider {
  background: #343434;
  position: relative;
}

.panoslider-bar {
  background: #fff;
  position: absolute;
}

.panoslider-dragger {
  background: rgba(52,52,52,0.5);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  cursor: pointer;
  display: inline-block;
  height: 40px;
  position: absolute;
  width: 40px;
}

.panoslider-dragger:after {
  background: #fff;
  border-radius: 50%;
  bottom: 0;
  content: " ";
  display: block;
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}

.panoslider-dragger:active,
.panoslider-active .panoslider-dragger {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.12)));
  background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.12));
  background-image: -webkit-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.12));
  background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.12));
}

.panoslider-horizontal {
  height: 20px;
  width: 100%;
}

.panoslider-horizontal .panoslider-bar {
  top: 0;
  height: 100%;
}

.panoslider-horizontal .panoslider-dragger {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.panoslider-vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.panoslider-vertical .panoslider-bar {
  bottom: 0;
  width: 100%;
}

.panoslider-vertical .panoslider-dragger {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

.panoslider-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

input[type="range"]:focus+.panoslider .panoslider-dragger {
  box-shadow: 0 0 8px rgba(255,0,255,0.9);
}

.hide-layer {
  -webkit-transition: opacity,0.1s,ease-in-out;
  -moz-transition: opacity,0.1s,ease-in-out;
  -ms-transition: opacity,0.1s,ease-in-out;
  -o-transition: opacity,0.1s,ease-in-out;
  transition: opacity,0.1s,ease-in-out;
  opacity: 0 !important;
}

.threesixty-component {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: relative;
}

.threesixty-component-landing {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

.threesixty-component-preloader {
  display: block;
  height: 200px;
  position: relative;
  width: 100%;
}

.threesixty-component-preloader .loading-icon {
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/loader-blue.gif") no-repeat transparent right 2px;
  background-size: contain;
  display: block;
  height: 75px;
  margin: -18px 0 0;
  position: absolute;
  right: 50%;
  top: 34%;
  width: 75px;
}

.threesixty-component-intro {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.threesixty-component-intro .threesixty-intro-video {
  width: 100%;
}

.threesixty-component-intro .video-js {
  width: 100% !important;
}

.threesixty-component-instructions {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.threesixty-component-wrapper {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.threesixty-component-wrapper .threesixty-component-experience {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  position: relative;
}

.threesixty-component-wrapper .nav-bar-play {
  display: none;
}

.threesixty-component-wrapper .nav-bar-next,
.threesixty-component-wrapper .nav-bar-previous {
  cursor: pointer;
  display: block;
  height: 80px;
  position: absolute;
  text-indent: -9999px;
  top: 45%;
  width: 80px;
  z-index: 3;
}

.threesixty-component-wrapper .nav-bar-previous {
  background: url("/content/dam/Ford/website-assets/threesixtypano/arrow-right.png") no-repeat;
  right: 3.8194444444%;
}

.threesixty-component-wrapper .nav-bar-next {
  background: url("/content/dam/Ford/website-assets/threesixtypano/arrow-left.png") no-repeat;
  left: 3.8194444444%;
}

.threesixty-component-wrapper button:focus,
.threesixty-component-wrapper a:focus,
.threesixty-component-wrapper .btn:focus,
.threesixty-component-wrapper .btn-primary:focus {
  outline: 0;
}

.threesixty-component-wrapper .threesixty-container {
  opacity: 1;
  position: relative;
}

.threesixty-component-wrapper .hotspot:nth-child(1) .pulse-1 {
  -webkit-animation: pulse 2s .25s ease-out infinite;
  -moz-animation: pulse 2s .25s ease-out infinite;
  -o-animation: pulse 2s .25s ease-out infinite;
  animation: pulse 2s .25s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(1):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(2) .pulse-1 {
  -webkit-animation: pulse 2s .75s ease-out infinite;
  -moz-animation: pulse 2s .75s ease-out infinite;
  -o-animation: pulse 2s .75s ease-out infinite;
  animation: pulse 2s .75s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(2):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(3) .pulse-1 {
  -webkit-animation: pulse 2s 1.25s ease-out infinite;
  -moz-animation: pulse 2s 1.25s ease-out infinite;
  -o-animation: pulse 2s 1.25s ease-out infinite;
  animation: pulse 2s 1.25s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(3):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(4) .pulse-1 {
  -webkit-animation: pulse 2s 1.75s ease-out infinite;
  -moz-animation: pulse 2s 1.75s ease-out infinite;
  -o-animation: pulse 2s 1.75s ease-out infinite;
  animation: pulse 2s 1.75s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(4):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(5) .pulse-1 {
  -webkit-animation: pulse 2s 2.25s ease-out infinite;
  -moz-animation: pulse 2s 2.25s ease-out infinite;
  -o-animation: pulse 2s 2.25s ease-out infinite;
  animation: pulse 2s 2.25s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(5):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(6) .pulse-1 {
  -webkit-animation: pulse 2s 2.75s ease-out infinite;
  -moz-animation: pulse 2s 2.75s ease-out infinite;
  -o-animation: pulse 2s 2.75s ease-out infinite;
  animation: pulse 2s 2.75s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(6):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(7) .pulse-1 {
  -webkit-animation: pulse 2s 3.25s ease-out infinite;
  -moz-animation: pulse 2s 3.25s ease-out infinite;
  -o-animation: pulse 2s 3.25s ease-out infinite;
  animation: pulse 2s 3.25s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(7):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(8) .pulse-1 {
  -webkit-animation: pulse 2s 3.75s ease-out infinite;
  -moz-animation: pulse 2s 3.75s ease-out infinite;
  -o-animation: pulse 2s 3.75s ease-out infinite;
  animation: pulse 2s 3.75s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(8):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(9) .pulse-1 {
  -webkit-animation: pulse 2s 4.25s ease-out infinite;
  -moz-animation: pulse 2s 4.25s ease-out infinite;
  -o-animation: pulse 2s 4.25s ease-out infinite;
  animation: pulse 2s 4.25s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(9):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(10) .pulse-1 {
  -webkit-animation: pulse 2s 4.75s ease-out infinite;
  -moz-animation: pulse 2s 4.75s ease-out infinite;
  -o-animation: pulse 2s 4.75s ease-out infinite;
  animation: pulse 2s 4.75s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(10):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(11) .pulse-1 {
  -webkit-animation: pulse 2s 5.25s ease-out infinite;
  -moz-animation: pulse 2s 5.25s ease-out infinite;
  -o-animation: pulse 2s 5.25s ease-out infinite;
  animation: pulse 2s 5.25s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(11):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(12) .pulse-1 {
  -webkit-animation: pulse 2s 5.75s ease-out infinite;
  -moz-animation: pulse 2s 5.75s ease-out infinite;
  -o-animation: pulse 2s 5.75s ease-out infinite;
  animation: pulse 2s 5.75s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(12):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(13) .pulse-1 {
  -webkit-animation: pulse 2s 6.25s ease-out infinite;
  -moz-animation: pulse 2s 6.25s ease-out infinite;
  -o-animation: pulse 2s 6.25s ease-out infinite;
  animation: pulse 2s 6.25s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(13):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(14) .pulse-1 {
  -webkit-animation: pulse 2s 6.75s ease-out infinite;
  -moz-animation: pulse 2s 6.75s ease-out infinite;
  -o-animation: pulse 2s 6.75s ease-out infinite;
  animation: pulse 2s 6.75s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(14):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.threesixty-component-wrapper .hotspot:nth-child(15) .pulse-1 {
  -webkit-animation: pulse 2s 7.25s ease-out infinite;
  -moz-animation: pulse 2s 7.25s ease-out infinite;
  -o-animation: pulse 2s 7.25s ease-out infinite;
  animation: pulse 2s 7.25s ease-out infinite;
}

.threesixty-component-wrapper .hotspot:nth-child(15):hover .pulse-1 {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  from {
    box-shadow: 0 0 8px 6px rgba(255,255,255,0),0 0 3px 0 rgba(0,0,0,0.3),0 0 3px 3px rgba(255,255,255,0);
  }

  10% {
    box-shadow: 0 0 8px 6px rgba(255,255,255,0.4),0 0 12px 10px rgba(0,0,0,0.3),0 0 12px 14px rgba(255,255,255,0.4);
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(255,255,255,0),0 0 3px 30px rgba(0,0,0,0.3),0 0 3px 33px rgba(255,255,255,0);
  }
}

@keyframes pulse {
  from {
    box-shadow: 0 0 8px 6px rgba(255,255,255,0),0 0 3px 0 rgba(0,0,0,0.3),0 0 3px 3px rgba(255,255,255,0);
  }

  10% {
    box-shadow: 0 0 8px 6px rgba(255,255,255,0.4),0 0 12px 10px rgba(0,0,0,0.3),0 0 12px 14px rgba(255,255,255,0.4);
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(255,255,255,0),0 0 3px 30px rgba(0,0,0,0.3),0 0 3px 33px rgba(255,255,255,0);
  }
}

.threesixty-component-wrapper .hotspot {
  height: 20px;
  position: absolute;
  width: 20px;
  z-index: 3;
}

.threesixty-component-wrapper .hotspot img {
  display: none;
  height: 20px !important;
  position: absolute;
  width: 20px !important;
  z-index: 4;
}

.threesixty-component-wrapper .hotspot .pulse-1 {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  border-radius: 50%;
  height: 20px;
  position: absolute;
  width: 20px;
  z-index: 3;
}

.threesixty-component-wrapper .hotspot .hotspot-label {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  background: #252525;
  color: #fff;
  display: block;
  left: 10px;
  line-height: 20px;
  max-height: 20px;
  max-width: 0;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  border-radius: 0 10px 10px 0;
}

.threesixty-component-wrapper .hotspot .hotspot-label-text {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0 !important;
  white-space: nowrap;
}

.threesixty-component-wrapper .hotspot:hover {
  cursor: pointer;
}

.threesixty-component-wrapper .hotspot:hover .hotspot-label {
  max-width: 999px;
  padding: 0 20px;
}

.threesixty-component-wrapper .hotspot:hover .hotspot-label-text {
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 1 !important;
}

.threesixty-component-wrapper .panorotate {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.threesixty-component-wrapper .panorotate .spinner {
  left: 50%;
  position: absolute;
}

.threesixty-component-wrapper .panorotate ol {
  display: block;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.threesixty-component-wrapper .panorotate li {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.threesixty-component-wrapper .panorotate img {
  width: 100%;
}

.threesixty-component-wrapper .panorama-images,
.threesixty-component-wrapper .hotspots-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  position: initial;
  z-index: 2;
}

.threesixty-component-wrapper .panorama-images .current-image,
.threesixty-component-wrapper .hotspots-wrapper .current-image {
  opacity: 1;
}

.threesixty-component-wrapper .panorama-images .previous-image,
.threesixty-component-wrapper .hotspots-wrapper .previous-image {
  opacity: 0;
}

.threesixty-component-wrapper .panorama-images .previous-image .hotspot,
.threesixty-component-wrapper .hotspots-wrapper .previous-image .hotspot {
  opacity: 0;
  visibility: hidden;
}

.threesixty-component-wrapper .slider-range-wrapper {
  bottom: 8%;
  height: .5%;
  left: 28.5%;
  position: absolute;
  width: 42.9166666667%;
  z-index: 3;
}

.threesixty-component-wrapper .slider-range-wrapper .panoslider {
  background: #343434;
  bottom: 0;
  position: absolute;
}

.threesixty-component-wrapper .slider-range-wrapper .panoslider-bar {
  background: #fff;
  box-shadow: none;
  display: block;
  height: 100%;
  position: absolute;
}

.threesixty-component-wrapper .slider-range-wrapper .panoslider-horizontal {
  border-radius: 0;
  cursor: pointer;
  height: 4px;
  width: 100%;
}

.threesixty-component-wrapper .slider-range-wrapper .panoslider-dragger {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 1000%;
  position: absolute;
  top: -450%;
  width: 6.4724919094%;
}

.threesixty-component-wrapper .slider-range-wrapper .panoslider-dragger::after {
  border-radius: 50%;
  bottom: 0;
  content: '';
  display: block;
  height: 37.5%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 37.5%;
}

@media (max-width: 767px) {
  .threesixty-component-wrapper {
    overflow: hidden;
  }

@keyframes pulse {
    0% {
      box-shadow: 0 0 8px 6px rgba(255,255,255,0),0 0 3px 0 rgba(0,0,0,0.3),0 0 3px 3px rgba(255,255,255,0);
    }

    10% {
      box-shadow: 0 0 8px 6px rgba(255,255,255,0.4),0 0 8px 6px rgba(0,0,0,0.3),0 0 8px 10px rgba(255,255,255,0.4);
    }

    100% {
      box-shadow: 0 0 8px 6px rgba(255,255,255,0),0 0 3px 20px rgba(0,0,0,0.3),0 0 3px 23px rgba(255,255,255,0);
    }
}

  .threesixty-component-wrapper .hotspot {
    height: 10px;
    width: 10px;
  }

  .threesixty-component-wrapper .hotspot img {
    height: 10px !important;
    width: 10px !important;
  }

  .threesixty-component-wrapper .hotspot .pulse-1 {
    height: 10px;
    width: 10px;
  }

  .threesixty-component-wrapper .slider-range-wrapper {
    bottom: 9.375%;
    height: 6.875%;
    left: 6.25%;
    width: 87.5%;
  }

  .threesixty-component-wrapper .slider-range-wrapper .panoslider-horizontal {
    height: 9.0909090909%;
  }

  .threesixty-component-wrapper .slider-range-wrapper .panoslider-dragger {
    height: 1100%;
    top: -500%;
    width: 7.8571428571%;
  }

  .threesixty-component-wrapper .slider-range-wrapper .panoslider-dragger::after {
    height: 38.6363636364%;
    width: 38.6363636364%;
  }

  .panorotate .spinner {
    left: 40%;
    position: absolute;
  }
}

#global-ux .common-carousel .carousel {
  position: relative;
  overflow: hidden;
}

#global-ux .common-carousel .carousel .flex-control-nav {
  position: relative;
}

#global-ux .common-carousel .carousel .flex-control-nav li {
  margin: 10px 10px 0;
  padding: 0;
  vertical-align: top;
  animation-delay: 0s;
}

#global-ux .common-carousel .carousel .flex-control-nav li a {
  width: 8px !important;
  height: 8px !important;
}

#global-ux .common-carousel .carousel .carousel-arrows {
  display: block;
  position: absolute;
  right: -47px;
  top: 50%;
  z-index: 1;
  margin-top: -15px;
  margin-top: -.9375rem;
  -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;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .common-carousel .carousel .carousel-arrows {
    display: none;
  }
}

#global-ux .common-carousel .carousel .carousel-arrows.false {
  display: none;
}

#global-ux .common-carousel .carousel .carousel-arrows .carousel-btn {
  cursor: pointer;
  background-color: #2d96cd;
  border: none;
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 47px;
  height: 2.9375rem;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 47px;
  width: 2.9375rem;
}

#global-ux .common-carousel .carousel .carousel-arrows .carousel-btn .icon {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 47px;
  line-height: 2.9375rem;
}

#global-ux .common-carousel .carousel .carousel-arrows .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 .common-carousel .carousel .carousel-arrows .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 .common-carousel .carousel .carousel-arrows.blue-white .carousel-btn {
  background-color: #2d96cd;
}

#global-ux .common-carousel .carousel .carousel-arrows.blue-white .carousel-btn.darkened {
  background-color: rgba(255,255,255,0.2);
}

#global-ux .common-carousel .carousel .carousel-arrows.blue-white .carousel-btn:hover {
  background-color: #fff;
}

#global-ux .common-carousel .carousel .carousel-arrows.blue-white .carousel-btn:hover .icon {
  color: #2d96cd;
}

#global-ux .common-carousel .carousel .carousel-arrows.blue-black .carousel-btn {
  background-color: #2d96cd;
}

#global-ux .common-carousel .carousel .carousel-arrows.blue-black .carousel-btn.darkened {
  background-color: rgba(0,0,0,0.5);
}

#global-ux .common-carousel .carousel .carousel-arrows.blue-black .carousel-btn:hover {
  background-color: #fff;
}

#global-ux .common-carousel .carousel .carousel-arrows.blue-black .carousel-btn:hover .icon {
  color: #2d96cd;
}

#global-ux .common-carousel .carousel:hover .carousel-arrows {
  right: 0;
}

#global-ux .common-carousel .meatballs-white .flex-control-nav li a {
  background: #fff;
}

#global-ux .common-carousel .meatballs-white .flex-control-nav li a.flex-active {
  border: #fff 1px solid;
  background: transparent;
}

#global-ux .common-carousel .meatballs-blue .flex-control-nav li a {
  background: #2c95cd;
}

#global-ux .common-carousel .meatballs-blue .flex-control-nav li a.flex-active {
  border: #2c95cd 1px solid;
  background: transparent;
}

#global-ux .common-carousel .meatballs-inside .flex-control-nav li {
  margin: -30px 10px 0;
}

#global-ux .common-carousel .meatballs-below .flex-control-nav li {
  margin: 10px 10px 0;
}

#global-ux .common-carousel .onlyMobile .flex-control-nav {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .common-carousel .onlyMobile .flex-control-nav {
    display: block;
  }
}

#global-ux .common-carousel .onlyDesktop .flex-control-nav {
  display: block;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .common-carousel .onlyDesktop .flex-control-nav {
    display: none;
  }
}

#global-ux .common-carousel .desktopAndMobile .flex-control-nav {
  display: block;
}

#global-ux .u375Header {
  position: relative;
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .u375Header {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
  }
}

#global-ux .u375Header .logo-holder {
  float: left;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .u375Header .logo-holder {
    text-align: center;
  }
}

#global-ux .u375Header .logo {
  width: 190px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .u375Header .logo {
    width: 150px;
  }
}

#global-ux .u375Header .header-nav {
  float: right;
  padding: 12px;
  padding: .75rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .u375Header .header-nav {
    display: none;
  }
}

#global-ux .u375Header .header-nav ul {
  font-size: 0;
  margin: 0;
  list-style: none;
  float: left;
}

#global-ux .u375Header .header-nav li {
  display: inline-block;
  margin: 0 0 0 23px;
  margin: 0 0 0 1.4375rem;
}

#global-ux .u375Header .header-nav li:first-child {
  margin: 0;
  padding: 0;
}

#global-ux .u375Header .header-nav a {
  display: block;
  color: #2c95cd;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
}

#global-ux .u375Header .header-nav a:hover {
  color: #1f3a4c;
}

#global-ux .u375Header .header-nav .share-content {
  margin: 0 0 0 15px;
  margin: 0 0 0 .9375rem;
  float: left;
}

#global-ux .u375Header .header-nav .share-content .title {
  float: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
}

#global-ux .u375Header .header-nav .social-links li {
  margin: 0 0 0 14px;
  margin: 0 0 0 .875rem;
}

#global-ux .u375Header .header-nav .social-links li.icon-share-weibo a {
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/u375/icon-share-weibo.png") no-repeat;
  background-size: 100%;
}

#global-ux .u375Header .header-nav .social-links li.icon-share-qzone a {
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/u375/icon-share-qzone.png") no-repeat;
  background-size: 100%;
}

#global-ux .u375Header .header-nav .social-links li.icon-share-kaixin a {
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/u375/icon-share-kaixin.png") no-repeat;
  background-size: 100%;
}

#global-ux .u375Header .header-nav .social-links a {
  display: block;
  width: 20px;
  height: 20px;
}

#global-ux .header-nav-mob {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .header-nav-mob {
    position: absolute;
    margin-top: 50px;
    z-index: 30;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .header-nav-mob.mobNav {
    display: block;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
}

#global-ux .header-nav-mob.mobNav .nav-mob-content {
  margin-left: -20px;
  background: rgba(0,0,0,0.8);
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner {
  background: #fff;
  padding: 5%;
  margin-top: -10px;
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner ul,
#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner .share-content ul {
  list-style: none;
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner ul li,
#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner .share-content ul li {
  display: block;
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner ul li:first-child,
#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner .share-content ul li:first-child {
  margin: 0;
  padding: 0;
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner ul li a,
#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner .share-content ul li a {
  line-height: 50px;
  display: block;
  color: #2c95cd;
  text-decoration: none;
  cursor: pointer;
  font-size: 25px;
  font-size: 1.5625rem;
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner ul li a:hover,
#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner .share-content ul li a:hover {
  color: #1f3a4c;
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner .share-content {
  height: 50px;
  margin: 0 0 0 45px;
  margin: 0 0 0 2.8125rem;
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner .share-content .title {
  float: left;
  color: #2c95cd;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 0 25px 0 0;
  margin: 0 1.5625rem 0 0;
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner .social-links li {
  margin: 0 0 0 30px;
  margin: 0 0 0 1.875rem;
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner .social-links li a {
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 20px;
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner .social-links li.icon-share-weibo a {
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/u375/icon-share-weibo.png") no-repeat;
  background-size: 100%;
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner .social-links li.icon-share-qzone a {
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/u375/icon-share-qzone.png") no-repeat;
  background-size: 100%;
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner .social-links li.icon-share-kaixin a {
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/u375/icon-share-kaixin.png") no-repeat;
  background-size: 100%;
}

@-webkit-keyframes u3ani1 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes u3ani1 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes u3ani2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes u3ani2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes u3ani {
  0%, 100%, 20%, 53%, 80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes u3ani {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

  0%, 100%, 20%, 53%, 80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner.transform {
  -webkit-animation-name: u3ani1;
  animation-name: u3ani1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-duration: 1s;
}

#global-ux .header-nav-mob.mobNav .nav-mob-content .nav-mob-inner.transform1 {
  -webkit-animation-name: u3ani2;
  animation-name: u3ani2;
  animation-duration: 1s;
}

#global-ux .toggle-button {
  display: none;
  cursor: pointer;
  float: right;
  height: 30px;
  width: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .toggle-button {
    display: block;
  }
}

#global-ux .toggle-button:before,
#global-ux .toggle-button:after,
#global-ux .toggle-button span {
  background: #008CBA;
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
}

#global-ux .toggle-button:before,
#global-ux .toggle-button:after {
  content: '';
  top: 0px;
}

#global-ux .toggle-button.hamburger {
  visibility: hidden;
  background-image: url(../../fordcn-re-ap/img/icons.svg);
  background-position: -550px -210px;
  font-size: 37px;
  right: 0;
  display: block;
  height: 65px;
  width: 65px;
  text-align: center;
  vertical-align: middle;
  color: #2d96cd;
  margin: 0;
  margin-left: 17px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .toggle-button.hamburger {
    visibility: visible;
  }
}

#global-ux .toggle-button.hamburger.cross {
  background-position: -600px -210px;
}

#global-ux .toggle-button.navOpn:after {
  content: '';
  top: 0px;
}

#global-ux .toggle-button:after {
  top: 27px;
}

#global-ux .wechat-bar {
  background: rgba(0,0,0,0.7);
  z-index: 1000000;
  margin: -30px 0 0 -20px;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .wechat-bar {
    margin: 0;
  }
}

#global-ux .wechat-bar .wechat-content {
  width: 420px;
  margin: auto 0;
  margin: 10% 30%;
  background: #fff;
  display: block;
  position: absolute;
  z-index: 10000;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .wechat-bar .wechat-content {
    width: 100%;
    margin: -20px 0 0 -20px;
  }
}

#global-ux .wechat-bar .wechat-content .wechat-close {
  background-image: url(../../fordcn-re-ap/img/icons.svg);
  background-position: -600px -210px;
  font-size: 37px;
  float: right;
  display: block;
  height: 65px;
  width: 65px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  margin-left: 17px;
}

#global-ux .wechat-bar .wechat-content span {
  display: block;
  margin: 50px;
}

#global-ux .wechat-bar .wechat-content span .bar-code {
  height: 300px;
  width: 300px;
}

#global-ux .wechat-bar .wechat-content span h4 {
  font-size: 37px;
  text-align: center;
}

#global-ux .dontShow {
  display: none;
}

#global-ux .u375Footer {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .u375Footer {
    text-align: center;
  }
}

#global-ux .u375Footer .logo-holder {
  float: right;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .u375Footer .logo-holder {
    float: none;
  }
}

#global-ux .u375Footer .logo {
  width: 190px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .u375Footer .logo {
    width: 150px;
    margin: 0 auto 5px;
  }
}

#global-ux .u375Footer .copy-holder {
  float: left;
  padding: 8px 0 0;
  padding: .5rem 0 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .u375Footer .copy-holder {
    float: none;
  }
}

#global-ux .u375Footer .copy {
  display: inline-block;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .u375Footer .copy {
    display: block;
  }
}

#global-ux .u375Footer .copy p {
  margin: 0;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  line-height: 1rem;
}

#global-ux .u375Footer .footer-list {
  display: inline-block;
  font-size: 0;
  margin: 0 0 0 18px;
  margin: 0 0 0 1.125rem;
  list-style: none;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .u375Footer .footer-list {
    margin: 0;
    padding: 8px 0 0;
    padding: .5rem 0 0;
  }
}

#global-ux .u375Footer .footer-list li {
  position: relative;
  display: inline-block;
  padding: 0 0 0 8px;
  padding: 0 0 0 .5rem;
  margin: 0 0 0 8px;
  margin: 0 0 0 .5rem;
}

#global-ux .u375Footer .footer-list li:before {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 0;
  background: #1f3a4c;
}

#global-ux .u375Footer .footer-list li:first-child {
  margin: 0;
  padding: 0;
}

#global-ux .u375Footer .footer-list li:first-child:before {
  display: none;
}

#global-ux .u375Footer .footer-list a {
  color: #1f3a4c;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
}

#global-ux .u375Footer .footer-list a:hover {
  color: #2c95cd;
}

#global-ux .form-popup-375-holder {
  overflow: hidden;
  max-width: 970px;
  margin: 0 auto;
  padding: 45px 0 25px;
  padding: 2.8125rem 0 1.5625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-popup-375-holder {
    padding: 30px 15px 10px;
    padding: 1.875rem .9375rem .625rem;
  }
}

#global-ux .form-popup-375-holder .join-holder .error label p {
  color: red;
}

#global-ux .form-popup-375-holder .join-holder fieldset {
  border: none;
  display: block;
}

#global-ux .form-popup-375-holder .join-holder fieldset small {
  display: none;
}

#global-ux .form-popup-375-holder .form {
  padding: 0;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .form-popup-375-holder .form .large-4 {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-popup-375-holder .form .large-4 {
    width: 100%;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .form-popup-375-holder .form .large-8 {
    width: 66.6666666667%;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-popup-375-holder .form .large-8 {
    width: 100%;
  }
}

#global-ux .form-popup-375-holder .form .section {
  margin: 0 0 18px;
  margin: 0 0 1.125rem;
  background: none;
}

#global-ux .form-popup-375-holder .form .section .error {
  border: 0;
}

#global-ux .form-popup-375-holder .form .section .error:before {
  display: none;
}

#global-ux .form-popup-375-holder .bg-gray {
  background: #f1f1f1;
  padding: 15px 0 0;
  padding: .9375rem 0 0;
}

#global-ux .form-popup-375-holder input[type=text] {
  font-size: 12px;
  font-size: .75rem;
  padding: 8px;
  padding: .5rem;
  border-color: #ccc;
  height: 37px;
}

#global-ux .form-popup-375-holder input[type=checkbox] {
  float: left;
  margin: 3px 8px 0 0;
  margin: .1875rem .5rem 0 0;
  width: auto;
  height: auto;
  opacity: 1;
}

#global-ux .form-popup-375-holder input[type=checkbox]+label {
  display: block;
  outline: none;
  word-wrap: break-word;
  padding-left: 0;
}

#global-ux .form-popup-375-holder input[type=checkbox]+label:before {
  display: none;
}

#global-ux .form-popup-375-holder select {
  height: 35px;
  height: 2.1875rem;
  padding: 0 5px;
  padding: 0 .3125rem;
  font-size: 12px;
  font-size: .75rem;
  line-height: 14px;
  line-height: .875rem;
  border-color: #ccc;
  color: inherit;
  background-image: none;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
}

#global-ux .form-popup-375-holder textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 175px;
  border-color: #ccc;
  resize: none;
}

#global-ux .form-popup-375-holder textarea:focus {
  background: #fff;
  border-color: #66afe9;
}

#global-ux .form-popup-375-holder .radio-holder {
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-popup-375-holder .social-block .columns {
    width: 50%;
  }
}

#global-ux .form-popup-375-holder .social-block .section {
  margin: 0;
}

#global-ux .form-popup-375-holder .social-block select {
  margin: 0 0 18px;
  margin: 0 0 1.125rem;
}

#global-ux .form-popup-375-holder .social-block label {
  overflow: hidden;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .form-popup-375-holder .social-block label {
    font-size: 12px;
    font-size: .75rem;
  }
}

#global-ux .form-popup-375-holder .social-block label span {
  display: block;
  margin: 9px 0 0;
  margin: .5625rem 0 0;
  font-size: 14px;
  font-size: .875rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .form-popup-375-holder .social-block label span {
    margin: 5px 0 0;
    margin: .3125rem 0 0;
  }
}

#global-ux .form-popup-375-holder .social-block label img {
  float: left;
  width: 40px;
  width: 2.5rem;
  margin: 0 12px 0 0;
  margin: 0 .75rem 0 0;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .form-popup-375-holder .social-block label img {
    width: 30px;
    width: 1.875rem;
  }
}

#global-ux .form-popup-375-holder .social-block input[type=checkbox] {
  margin: 14px 18px 0 0;
  margin: .875rem 1.125rem 0 0;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .form-popup-375-holder .social-block input[type=checkbox] {
    margin: 10px 10px 0 0;
    margin: .625rem .625rem 0 0;
  }
}

#global-ux .form-popup-375-holder .social-block .radio-holder {
  overflow: hidden;
  margin: 0 0 12px;
  margin: 0 0 .75rem;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .form-popup-375-holder .social-block .radio-holder {
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
  }
}

#global-ux .form-popup-375-holder .join-holder {
  margin: 0 -15px;
  margin: 0 -.9375rem;
  padding: 28px 0 0;
  padding: 1.75rem 0 0;
  width: auto;
  max-width: none;
}

@media only screen and (max-width: 74.9375em) {
  #global-ux .form-popup-375-holder .join-holder {
    margin: 0;
  }
}

#global-ux .form-popup-375-holder .join-holder input[type=checkbox]+label {
  display: block;
  overflow: hidden;
}

#global-ux .form-popup-375-holder .join-holder .section {
  margin: 0;
}

#global-ux .form-popup-375-holder .join-holder .btn-holder {
  text-align: right;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .form-popup-375-holder .join-holder .btn-holder {
    text-align: center;
  }
}

#global-ux .form-popup-375-holder .join-holder .cta-button {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}

#global-ux .form-popup-375-holder .captcha label {
  display: block;
}

#global-ux .form-popup-375-holder .captcha input {
  width: 38% !important;
  float: left;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-popup-375-holder .captcha .input-field {
    width: 100% !important;
  }
}

#global-ux .form-popup-375-holder .captcha .error:before {
  display: none;
}

#global-ux .form-popup-375-holder .captcha .title {
  display: block;
  max-width: 38%;
  padding: 0;
}

@media only screen and (max-width: 30em) {
  #global-ux .form-popup-375-holder .captcha .title {
    max-width: none;
  }
}

#global-ux .form-popup-375-holder .captcha .captcha-wrap {
  float: right;
  position: relative !important;
  top: -20px !important;
  bottom: auto !important;
  left: auto !important;
  width: 55% !important;
  height: auto !important;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-popup-375-holder .captcha .captcha-wrap {
    top: -15px !important;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .form-popup-375-holder .captcha .captcha-wrap {
    top: auto !important;
  }
}

#global-ux .form-popup-375-holder .captcha .captcha-wrap img {
  float: left;
  width: 74% !important;
  height: auto !important;
}

#global-ux .form-popup-375-holder .captcha .captcha-wrap .captcha-refresh {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #3497cb;
  font-weight: 700;
}

#global-ux .form-popup-375-holder .error small.error {
  color: #f34c32;
  background: none;
  padding: 0;
}

#global-ux .form-popup-375-holder .thankyou-block div {
  opacity: 1 !important;
}

#global-ux .form-popup-375-holder .thankyou-block .section {
  background: none !important;
}

#global-ux .form-popup-375-holder .thankyou-block .image {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-popup-375-holder .thankyou-block .image {
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
  }
}

#global-ux .form-popup-375-holder .thankyou-block .share-content {
  text-align: center;
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

#global-ux .form-popup-375-holder .thankyou-block .share-content .title {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-popup-375-holder .thankyou-block .share-content .title {
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
  }
}

#global-ux .form-popup-375-holder .thankyou-block .share-content .social-links {
  list-style: none;
  margin: 0;
}

#global-ux .form-popup-375-holder .thankyou-block .share-content .social-links li {
  display: inline-block;
  margin: 0 15px;
  margin: 0 .9375rem;
}

#global-ux .form-popup-375-holder .thankyou-block .share-content .social-links li.icon-share-weibo a {
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/u375/icon-share-weibo.png") no-repeat;
  background-size: 100%;
}

#global-ux .form-popup-375-holder .thankyou-block .share-content .social-links li.icon-share-qzone a {
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/u375/icon-share-qzone.png") no-repeat;
  background-size: 100%;
}

#global-ux .form-popup-375-holder .thankyou-block .share-content .social-links li.icon-share-kaixin a {
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/u375/icon-share-kaixin.png") no-repeat;
  background-size: 100%;
}

#global-ux .form-popup-375-holder .thankyou-block .share-content .social-links a {
  display: block;
  width: 50px;
  height: 50px;
}

#global-ux .form-popup-375-holder .thankyou-block .cta-button {
  min-width: 325px;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-popup-375-holder .thankyou-block .cta-button {
    min-width: none;
  }
}

#global-ux .form-popup-375-holder .hidden {
  display: none;
}

.cq-wcm-edit #global-ux .u375Form .hidden {
  display: block;
}

.rtl #global-ux .u375Header .logo-holder {
  float: right;
}

.rtl #global-ux .u375Header .header-nav {
  float: left;
}

.rtl #global-ux .u375Header .header-nav ul {
  float: right;
}

.rtl #global-ux .u375Header .header-nav li {
  margin: 0 23px 0 0;
  margin: 0 1.4375rem 0 0;
}

.rtl #global-ux .u375Header .header-nav .share-content {
  float: right;
  margin: 0 15px 0 0;
  margin: 0 .9375rem 0 0;
}

.rtl #global-ux .u375Header .header-nav .share-content .title {
  float: right;
}

.rtl #global-ux .u375Header .header-nav .social-links li {
  margin: 0 14px 0 0;
  margin: 0 .875rem 0 0;
}

.rtl #global-ux .u375Header .toggle-button {
  float: left;
  right: auto;
  left: 15px;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .u375Header .toggle-button {
    display: block;
  }
}

.rtl #global-ux .u375Footer .logo-holder {
  float: left;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .u375Footer .logo-holder {
    float: none;
  }
}

.rtl #global-ux .u375Footer .copy-holder {
  float: right;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .u375Footer .copy-holder {
    float: none;
  }
}

.rtl #global-ux .u375Footer .footer-list {
  margin: 0 18px 0 0;
  margin: 0 1.125rem 0 0;
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .u375Footer .footer-list {
    margin: 0;
  }
}

.rtl #global-ux .u375Footer .footer-list li {
  padding: 0 8px 0 0;
  padding: 0 .5rem 0 0;
  margin: 0 8px 0 0;
  margin: 0 .5rem 0 0;
}

.rtl #global-ux .u375Footer .footer-list li:before {
  left: auto;
  right: 0;
}

.rtl #global-ux .u375Footer .footer-list li:first-child {
  margin: 0;
  padding: 0;
}

.rtl #global-ux .u375Form input[type=checkbox] {
  float: right;
  margin: 3px 0 0 8px;
  margin: .1875rem 0 0 .5rem;
}

.rtl #global-ux .u375Form .social-block label img {
  float: right;
  margin: 0 0 0 12px;
  margin: 0 0 0 .75rem;
}

.rtl #global-ux .u375Form .social-block input[type=checkbox] {
  margin: 14px 0 0 18px;
  margin: .875rem 0 0 1.125rem;
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .u375Form .social-block input[type=checkbox] {
    margin: 10px 0 0 10px;
    margin: .625rem 0 0 .625rem;
  }
}

.rtl #global-ux .u375Form .join-holder .btn-holder {
  text-align: left;
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .u375Form .join-holder .btn-holder {
    text-align: center;
  }
}

.rtl #global-ux .u375Form .captcha input {
  float: right;
}

.rtl #global-ux .u375Form .captcha .captcha-wrap {
  float: left;
  right: auto !important;
}

.rtl #global-ux .u375Form .captcha .captcha-wrap img {
  float: right;
}

.rtl #global-ux .u375Form .captcha .captcha-wrap .captcha-refresh {
  right: auto;
  left: 0;
}

#global-ux .fullScreenCloseBtn {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
}

#global-ux .fullScreenCloseIcon {
  position: absolute;
  display: block;
  top: 0;
  right: -17px;
  width: 65px;
  height: 65px;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
}

#global-ux .smsBtn {
  float: left;
  width: 25%;
  padding: 0 15px;
}

#global-ux .sms-button {
  font-size: 14px;
  width: 100%;
  min-width: 10.625rem;
  height: 46px;
  vertical-align: middle;
  padding: 0;
  margin-top: 26px !important;
}

@media only screen and (min-width: 75em) {
  #global-ux .smsBtn {
    width: 25%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #global-ux .smsBtn {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #global-ux .smsBtn {
    margin-bottom: 25px;
    width: 100%;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .smsBtn {
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 75em) {
  #global-ux .smsBtn {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
  }
}

#global-ux .calContainer .calResult {
  text-align: center;
  line-height: 40px;
  padding-bottom: 2%;
}

#global-ux .calContainer .cal {
  overflow: hidden;
  padding: 40px;
}

#global-ux .calContainer .cal .calTitle {
  text-align: center;
  line-height: 40px;
  padding-bottom: 2%;
}

#global-ux .calContainer .cal .basicCal {
  height: 100%;
}

#global-ux .calContainer .cal .basicCal .calChoose {
  border: 1px solid #1B95D1;
  border-top: none;
  border-radius: 14px 14px;
}

#global-ux .calContainer .cal .basicCal .calChoose .titleScheme {
  background-color: #1B95D1;
  margin-top: 0;
  text-align: center;
  color: #ffffff;
  border-radius: 12px 12px 0 0;
  padding: 2% 0;
}

#global-ux .calContainer .cal .basicCal .calChoose .calChooseContent {
  padding: 40px;
}

#global-ux .calContainer .cal .basicCal .calChoose .calChooseContent .row,
#global-ux .calContainer .cal .basicCal .calChoose .calChooseContent .genericCarousel,
#global-ux .calContainer .cal .basicCal .calChoose .calChooseContent .dynamicCarousel,
#global-ux .calContainer .cal .basicCal .calChoose .calChooseContent .billboardCarousel,
#global-ux .calContainer .cal .basicCal .calChoose .calChooseContent .mediaCarousel,
#global-ux .calContainer .cal .basicCal .calChoose .calChooseContent .accessoriesTile,
#global-ux .calContainer .cal .basicCal .calChoose .calChooseContent .mediaCarousel .media-carousel,
#global-ux .mediaCarousel .calContainer .cal .basicCal .calChoose .calChooseContent .media-carousel,
#global-ux .calContainer .cal .basicCal .calChoose .calChooseContent .threesixtyColouriser,
#global-ux .calContainer .cal .basicCal .calChoose .calChooseContent .accessoriesTile .media-carousel,
#global-ux .accessoriesTile .calContainer .cal .basicCal .calChoose .calChooseContent .media-carousel {
  padding-bottom: 6%;
}

#global-ux .calContainer .cal .extendCal {
  height: 100%;
}

#global-ux .calContainer .cal .extendCal .titleScheme {
  background-color: #F28920;
  border-radius: 12px 12px 0 0;
  color: white;
  text-align: center;
  margin-top: 0;
  padding: 2% 0;
}

#global-ux .calContainer .cal .extendCal .extendCalContent {
  border: 1px solid #F28920;
  border-radius: 14px 14px;
}

#global-ux .calContainer .cal .extendCal .extendCalContent .extendChoose {
  padding: 40px 40px 147px 40px;
}

#global-ux .calContainer .cal .extendCal .extendCalContent .extendChoose .row,
#global-ux .calContainer .cal .extendCal .extendCalContent .extendChoose .genericCarousel,
#global-ux .calContainer .cal .extendCal .extendCalContent .extendChoose .dynamicCarousel,
#global-ux .calContainer .cal .extendCal .extendCalContent .extendChoose .billboardCarousel,
#global-ux .calContainer .cal .extendCal .extendCalContent .extendChoose .mediaCarousel,
#global-ux .calContainer .cal .extendCal .extendCalContent .extendChoose .accessoriesTile,
#global-ux .calContainer .cal .extendCal .extendCalContent .extendChoose .mediaCarousel .media-carousel,
#global-ux .mediaCarousel .calContainer .cal .extendCal .extendCalContent .extendChoose .media-carousel,
#global-ux .calContainer .cal .extendCal .extendCalContent .extendChoose .threesixtyColouriser,
#global-ux .calContainer .cal .extendCal .extendCalContent .extendChoose .accessoriesTile .media-carousel,
#global-ux .accessoriesTile .calContainer .cal .extendCal .extendCalContent .extendChoose .media-carousel {
  padding-bottom: 6%;
}

#global-ux .calContainer .cal .extendCal .calButton button {
  background-color: #F28920;
}

#global-ux .calContainer .calPriceShow {
  background-color: #eaeaea;
}

#global-ux .calContainer .calPriceShow .title {
  text-align: center;
}

#global-ux .calContainer .calPriceShow .calPriceDis {
  padding: 0 37%;
}

#global-ux .calContainer .calPriceShow .calPriceDis p {
  margin-bottom: 0;
}

#global-ux .calContainer .calPriceShow .priceCompare {
  overflow: hidden;
  padding: 0 12%;
}

#global-ux .calContainer .calPriceShow .priceCompare .appreciation {
  background: #ffffff;
}

#global-ux .calContainer .calPriceShow .priceCompare .omnibear {
  background: #ffffff;
}

#global-ux .calContainer .calButton {
  text-align: center;
  line-height: 100px;
  margin-top: 30px;
}

#global-ux .calContainer .Price {
  text-align: center;
  color: #3796CC;
  font-weight: 700;
  font-size: 18px;
}

#global-ux .maintencaceContainer {
  overflow: hidden;
}

#global-ux .maintencaceContainer .maintenanceTitle {
  text-align: center;
  padding-bottom: 5%;
}

#global-ux .maintencaceContainer .maintenanceTitle h4 {
  margin-bottom: 0;
}

#global-ux .maintencaceContainer .maintenanceCar {
  cursor: pointer;
  float: left;
}

#global-ux .maintencaceContainer .maintenanceCar a {
  display: inline-block;
}

#global-ux .maintencaceContainer .maintenanceCar .carContent {
  display: inline-block;
}

#global-ux .maintencaceContainer .maintenanceCar .carName {
  text-align: center;
}

#global-ux .maintencaceContainer .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0,0,0,0.4);
}

#global-ux .maintencaceContainer .modal .modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

#global-ux .maintencaceContainer .modal .modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#global-ux .maintencaceContainer .modal .modal-content .close:hover,
#global-ux .maintencaceContainer .modal .modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#global-ux .maintencaceContainer .modal .modal-content .modal-body .title {
  text-align: center;
  padding: 3% 0;
}

#global-ux .maintencaceContainer .modal .modal-content .modal-body .form-dropdown {
  padding-bottom: 20px;
}

#global-ux .maintencaceContainer .modal .modal-content .modal-body .calbtn {
  text-align: center;
  line-height: 100px;
  height: 100px;
}

#global-ux .maintencaceContainer .modal .modal-content .modal-body .calbtn button {
  padding: 20px 60px;
}

#global-ux .maintencaceContainer .modal .modal-content .modal-body .chooseShow {
  padding-top: 3%;
}

#global-ux .maintencaceContainer .modal .modal-content .modal-body .chooseShow .chooseContent {
  width: 400px;
  margin: 0 auto;
  font-size: 18px;
}

#global-ux .maintencaceContainer .modal .modal-content .modal-body .resultContent {
  background-color: #ECEEF0;
  padding: 30px 10%;
}

#global-ux .maintencaceContainer .modal .modal-content .modal-body .resultContent .checkTextLabel {
  text-align: center;
  color: #4591C6;
  font-size: 18px;
  font-weight: 700;
}

#global-ux .maintencaceContainer .modal .modal-content .modal-body .resultContent .resultColor {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 0;
}

#global-ux .maintencaceContainer .modal .modal-content .modal-body .resultContent .resultColor ul {
  list-style: none;
}

@media (min-width: 768px) {
  #global-ux .maintencaceContainer .chooseContent {
    font-size: 14px;
  }
}

/*# sourceMappingURL=../../none */