#global-ux .accordion-overlay .accordion-body.active .actionsPanel {
  display: block;
}

#global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content {
  padding: 6.59722%;
}

#global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content p {
  font-size: 16px;
  font-size: 1rem;
  color: #616161;
  line-height: 1.5rem;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
  #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content p {
    font-size: 13px;
    font-size: .8125rem;
  }

  #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content p .icon-share {
    font-size: 1.2rem;
  }

  #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content p .icon-download {
    transform: scale(0.8, 0.8);
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content {
    padding: 40px 6.59722% 40px;
  }

  #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content p {
    font-weight: 300;
  }
}

#global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .richText p {
  font-size: 16px;
  font-size: 1rem;
  color: #616161;
}

@media screen and (max-width: 767px) {
  #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .richText p {
    font-size: 13px;
    font-size: .8125rem;
  }
}

#global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content {
  padding-right: 20px;
  padding-bottom: 0;
  position: static;
  overflow: visible !important;
}

#global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .richtext {
  float: none;
  width: 100%;
}

#global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .actionsPanel {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  float: none;
  width: 120px;
}

@media screen and (max-width: 767px) {
  #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .actionsPanel {
    bottom: 15px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .actionsPanel {
    width: 160px;
  }
}

#global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay,
#global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-overlay-bg,
#global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
  position: absolute;
}

#global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
  top: 10%;
  left: -154px;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
    left: auto;
    right: -10px;
  }
}

#global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-overlay-bg {
  width: 5000px;
  height: 1000px;
  left: -2000px;
  top: -450px;
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
    left: -150px;
    top: auto;
    bottom: 0;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-overlay-bg {
    width: 20000px;
    height: 20000px;
    left: -10000px;
    top: auto;
    bottom: -20px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .actionsPanel {
    right: 40px;
  }
}

#global-ux .accordion-overlay .accordion-body .accordion-content .actionsPanel .action {
  width: auto;
}

#global-ux .accordion-overlay .accordion-body .accordion-content .actionsPanel .action a {
  font-size: 12px;
}

#global-ux .accordion-compare {
  margin-left: 0;
  background: #fff;
  line-height: 0;
}

#global-ux .accordion-compare .accordion-title {
  color: #2d96cd;
  cursor: default;
  padding: 20px 6.59722%;
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion-compare .accordion-title {
    cursor: pointer;
  }
}

#global-ux .accordion-compare .accordion-title h3 {
  color: #2d96cd;
  font-weight: 200;
}

#global-ux .accordion-compare .accordion-title .accordion-indicator {
  font-size: 24px;
  font-size: 1.5rem;
}

#global-ux .accordion-compare .accordion-title.active {
  background: #fff;
}

#global-ux .accordion-compare .accordion-title.active .accordion-indicator {
  transform: rotate(-90deg);
}

#global-ux .accordion-compare .accordion-body {
  border-top: 0;
  opacity: 0;
}

#global-ux .accordion-compare .accordion-body.active {
  border-top: 0;
  opacity: 1;
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion-compare .accordion-body {
    -webkit-transition: height 0.5s linear,opacity 0.8s linear;
    -moz-transition: height 0.5s linear,opacity 0.8s linear;
    -ms-transition: height 0.5s linear,opacity 0.8s linear;
    -o-transition: height 0.5s linear,opacity 0.8s linear;
    transition: height 0.5s linear,opacity 0.8s linear;
  }
}

#global-ux .accordion-compare .accordion-body .accordion-content {
  padding: 20px 6.59722%;
}

#global-ux .accordion-compare .accordion-body .compare-filter {
  position: relative;
  padding: 0 1.8rem 2.5rem;
  text-align: right;
  height: 25px;
}

#global-ux .accordion-compare .accordion-body .compare-filter .compare-filter-trigger {
  display: inline-block;
  height: 25px;
}

#global-ux .accordion-compare .accordion-body .compare-filter input[type=checkbox] {
  display: inline-block;
  height: 25px;
}

#global-ux .accordion-compare .accordion-body .compare-filter input[type=checkbox]:checked+label:before {
  background-color: #1b394e;
}

#global-ux .accordion-compare .accordion-body .compare-filter label {
  font-size: 12px;
  font-size: .75rem;
}

#global-ux .accordion-compare .accordion-body .compare-filter label:before {
  width: 21px;
  height: 21px;
}

#global-ux .accordion-compare .feature {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #EBEBEB;
}

#global-ux .accordion-compare .feature-title {
  position: static;
}

@media only screen and (min-width: 62em) {
  #global-ux .accordion-compare .feature-title {
    width: 25%;
  }
}

#global-ux .accordion-compare .feature-title>.scroll-follow.scf {
  max-width: 25%;
}

#global-ux .accordion-compare .feature-title .feature-heading {
  font-weight: 200;
  color: #333;
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion-compare .feature-title .feature-heading {
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 290px;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .accordion-compare .feature-title .feature-heading {
    font-size: 30px;
    font-size: 1.875rem;
    max-width: 345px;
  }
}

@media only screen and (min-width: 75em) {
  #global-ux .accordion-compare .feature-title .feature-heading {
    font-size: 36px;
    font-size: 2.25rem;
    max-width: 345px;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .accordion-compare .feature-table {
    width: 75%;
  }
}

#global-ux .accordion-compare .feature-table .table-content table td span>strong,
#global-ux .accordion-compare .feature-table .table-content table td span>b {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
}

@media only screen {
  #global-ux .accordion-compare .feature-table {
    padding-left: 0;
  }
}

#global-ux .cols-3 .accordion-compare .feature.row,
#global-ux .cols-3 .accordion-compare .feature.genericCarousel,
#global-ux .cols-3 .accordion-compare .feature.dynamicCarousel,
#global-ux .cols-3 .accordion-compare .feature.billboardCarousel,
#global-ux .cols-3 .accordion-compare .feature.mediaCarousel,
#global-ux .cols-3 .accordion-compare .feature.accessoriesTile,
#global-ux .cols-3 .accordion-compare .mediaCarousel .feature.media-carousel,
#global-ux .mediaCarousel .cols-3 .accordion-compare .feature.media-carousel,
#global-ux .cols-3 .accordion-compare .feature.threesixtyColouriser,
#global-ux .cols-3 .accordion-compare .accessoriesTile .feature.media-carousel,
#global-ux .accessoriesTile .cols-3 .accordion-compare .feature.media-carousel {
  padding-left: 0;
}

#global-ux .accordionModelDetails .common-richtext ul,
#global-ux .accordionModelDetails .common-billboard ul,
#global-ux .accordionModelDetails .common-richtext ol,
#global-ux .accordionModelDetails .common-billboard ol {
  list-style-type: disc;
  margin-bottom: 0;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .accordionModelDetails .common-richtext ul,
  #global-ux .accordionModelDetails .common-billboard ul,
  #global-ux .accordionModelDetails .common-richtext ol,
  #global-ux .accordionModelDetails .common-billboard ol {
    font-size: 14px;
    font-size: .875rem;
  }
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .accordionModelDetails .common-richtext ul,
  #global-ux .accordionModelDetails .common-billboard ul,
  #global-ux .accordionModelDetails .common-richtext ol,
  #global-ux .accordionModelDetails .common-billboard ol {
    font-size: 14px;
    font-size: .875rem;
  }
}

@media only screen and (max-width: 479px) {
  #global-ux .accordionModelDetails .common-richtext ul,
  #global-ux .accordionModelDetails .common-billboard ul,
  #global-ux .accordionModelDetails .common-richtext ol,
  #global-ux .accordionModelDetails .common-billboard ol {
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .accordionModelDetails .content-two-col {
  width: 100%;
  display: block;
}

#global-ux .accordionModelDetails .content-table .section-title {
  margin-bottom: 35px;
}

#global-ux .accordionModelDetails .content-table table {
  margin-bottom: 35px;
  width: 100%;
}

#global-ux .accordionModelDetails .content-table table tr:nth-child(even) {
  background-color: #fff;
}

#global-ux .accordionModelDetails .content-table table tr:nth-child(odd) {
  background-color: #f3f3f3;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .accordionModelDetails .content-table table .title {
    width: 80%;
  }

  #global-ux .accordionModelDetails .content-table table .data {
    width: 20%;
  }
}

@media only screen and (max-width: 479px) {
  #global-ux .accordionModelDetails .content-table table tr:nth-child(even) {
    background-color: #fff;
  }

  #global-ux .accordionModelDetails .content-table table tr:nth-child(odd) {
    background-color: #f3f3f3;
  }
}

#global-ux .accordionModelDetails .content-table .title {
  color: #231f20;
  width: 70%;
}

#global-ux .accordionModelDetails .content-table .data {
  color: #231f20;
  font-weight: 500;
  width: 30%;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .accordionModelDetails .content-table .title {
    width: 80%;
  }

  #global-ux .accordionModelDetails .content-table .data {
    width: 20%;
  }
}

@media only screen and (max-width: 479px) {
  #global-ux .accordionModelDetails .content-table .title {
    width: 60%;
  }

  #global-ux .accordionModelDetails .content-table .data {
    width: 40%;
  }
}

#global-ux .accordionModelDetails .col-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .accordionModelDetails .col-wrapper .col-1,
#global-ux .accordionModelDetails .col-wrapper .col-2 {
  width: 45%;
  display: inline-block;
}

#global-ux .accordionModelDetails .col-wrapper .col-1 {
  float: left;
}

#global-ux .accordionModelDetails .col-wrapper .col-2 {
  float: right;
}

@media only screen and (max-width: 479px) {
  #global-ux .accordionModelDetails .col-wrapper .col-1,
  #global-ux .accordionModelDetails .col-wrapper .col-2 {
    width: 90%;
    float: none;
    display: block;
  }
}

#global-ux .accordionModelDetails .section-title {
  margin: 0;
}

#global-ux .accordionModelDetails .section-subtitle {
  margin: 35px 0;
}

#global-ux .accordionModelDetails .section-subtitle:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .accordion-overlay .accordion-title {
    padding-right: 40px;
    padding-left: 170px;
  }
}

.rtl #global-ux .accordion-overlay .accordion-title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  float: right;
}

.rtl #global-ux .accordion-overlay .accordion-title .accordion-handle {
  font-size: 20px;
  font-size: 1.25rem;
  right: auto;
  left: 0;
}

.rtl #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .actionsPanel {
  right: auto;
  left: 40px;
  width: 220px;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .actionsPanel {
    width: 220px;
  }
}

.rtl #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .actionsPanel .action a {
  font-size: 18px;
  font-size: 1.125rem;
}

.rtl #global-ux .accordion .accordion-title h3,
.rtl #global-ux .accordionModelDetails .accordion-title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  float: right;
}

@media only screen and (max-width: 479px) {
  .rtl #global-ux .accordion .accordion-title h3,
  .rtl #global-ux .accordionModelDetails .accordion-title h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.rtl #global-ux .accordion .accordion-title .accordion-indicator,
.rtl #global-ux .accordionModelDetails .accordion-title .accordion-indicator {
  margin-right: 10px;
}

.rtl #global-ux .accordion .accordion-handle,
.rtl #global-ux .accordionModelDetails .accordion-handle {
  right: auto;
  left: 60px;
}

@media only screen and (max-width: 74.9375em) {
  .rtl #global-ux .accordion .accordion-handle,
  .rtl #global-ux .accordionModelDetails .accordion-handle {
    left: 40px;
  }
}

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

.rtl #global-ux .accordion .accordion-content .richtext p,
.rtl #global-ux .accordionModelDetails .accordion-content .richtext p {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px;
}

.rtl #global-ux .accordion .content-table .title,
.rtl #global-ux .accordion .content-table .data,
.rtl #global-ux .accordionModelDetails .content-table .title,
.rtl #global-ux .accordionModelDetails .content-table .data {
  float: left;
  text-align: right;
  direction: ltr;
}

#global-ux .threesixtyColouriser {
  display: none;
}

#global-ux .threesixtyColouriser.service-ok {
  display: block;
}

#global-ux .threesixtyColouriser>.columns {
  padding-left: 0;
  padding-right: 0;
}

#global-ux .threesixtyColouriser a {
  color: #2d96cd;
}

#global-ux .threesixtyColouriser a:hover {
  color: #19678e;
}

#global-ux .threesixtyColouriser .image-list {
  border-bottom: 1px solid #cbcbcb;
  position: relative;
}

#global-ux .threesixtyColouriser .image-list ol {
  list-style: none;
  margin: 0;
  overflow: hidden;
}

#global-ux .threesixtyColouriser .image-list ol.multiple {
  cursor: pointer;
}

#global-ux .threesixtyColouriser .image-list .threesixty-control {
  background-color: transparent;
  color: #2d96cd;
  font-family: icomoon;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 62em) {
  #global-ux .threesixtyColouriser .image-list .threesixty-control {
    -webkit-tap-highlight-color: initial;
  }
}

#global-ux .threesixtyColouriser .image-list .threesixty-prev {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 10px;
  margin-top: -28px;
}

#global-ux .threesixtyColouriser .image-list .threesixty-next {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -22px;
  right: 10px;
}

#global-ux .threesixtyColouriser .menu-container {
  padding-bottom: 80px;
  position: relative;
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .menu-container {
    padding-bottom: 0;
  }
}

#global-ux .threesixtyColouriser .menu-container .menu {
  background-color: #fff;
  list-style: none;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .menu-container .menu {
    position: relative;
    text-align: center;
  }
}

#global-ux .threesixtyColouriser .menu-container .menu li {
  display: none;
  font-size: 1.125rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .menu-container .menu li {
    display: inline-block;
  }
}

#global-ux .threesixtyColouriser .menu-container .menu li.selected {
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .menu-container .menu li.selected {
    display: inline-block;
  }

  #global-ux .threesixtyColouriser .menu-container .menu li.selected a {
    border-bottom: 4px solid #1b394e;
    color: #1b394e;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .menu-container .menu li:hover a {
    color: #2d96cd;
    border-bottom: 4px solid #2d96cd;
  }
}

#global-ux .threesixtyColouriser .menu-container .menu li a {
  -webkit-transition: border-bottom 0.2s;
  -moz-transition: border-bottom 0.2s;
  -ms-transition: border-bottom 0.2s;
  -o-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
  font-weight: 300;
  border-bottom: 4px solid transparent;
  color: #2d96cd;
  display: block;
  padding: 24px 20px 20px 20px;
  text-decoration: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .menu-container .menu li a {
    padding: 21px 20px;
  }
}

#global-ux .threesixtyColouriser .menu-container .menu li a span.icon-chevron-thin-down {
  font-weight: bold;
  font-size: 2rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .menu-container .menu li a span.icon-chevron-thin-down {
    display: none;
  }
}

#global-ux .threesixtyColouriser .menu-container.menu-open .menu li {
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .menu-container.menu-open .menu li {
    display: inline-block;
  }
}

#global-ux .threesixtyColouriser .features {
  background-color: #f7f7f7;
  border-top: 1px solid #cbcbcb;
  padding-bottom: 80px;
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .features {
    padding-bottom: 46px;
  }
}

#global-ux .threesixtyColouriser .features .feature-heading {
  font-weight: 300;
  color: #616161;
  font-size: 1.25rem;
  padding-bottom: 20px;
  padding-top: 34px;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .features .feature-heading {
    margin-bottom: 22px;
    padding-bottom: 0;
  }
}

#global-ux .threesixtyColouriser .features .features-container {
  margin-bottom: 60px;
  overflow-x: auto;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .features .features-container {
    margin-bottom: 40px;
  }
}

#global-ux .threesixtyColouriser .features .feature-swatches {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

#global-ux .threesixtyColouriser .features .feature-swatches li {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

#global-ux .threesixtyColouriser .features .feature-swatches li a {
  background-color: transparent;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-right: 5px;
  position: relative;
  background-size: cover;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

#global-ux .threesixtyColouriser .features .feature-swatches li a .icon-checked {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #fff;
  font-size: 2rem;
  margin: -1rem 0 0 -1rem;
  left: 50%;
  position: absolute;
  top: 50%;
}

#global-ux .threesixtyColouriser .features .feature-swatches li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .features .feature-swatches li:hover {
    opacity: .7;
    filter: alpha(opacity=70);
  }
}

#global-ux .threesixtyColouriser .features .feature-swatches li:hover .icon-checked {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .features .feature-swatches li:hover .icon-checked {
    opacity: .5;
    filter: alpha(opacity=50);
  }
}

#global-ux .threesixtyColouriser .three-sixty-cta {
  text-align: center;
}

#global-ux .threesixtyColouriser .three-sixty-cta a {
  border: 1px solid #2d96cd;
  box-shadow: 0 2px 3px rgba(0,0,0,0.15);
  font-size: 1rem;
  padding: 22px 82px;
}

@media only screen and (min-width: 48em) {
  #global-ux .threesixtyColouriser .three-sixty-cta a {
    font-size: 1rem;
    padding: 8px 42px;
  }
}

#global-ux .threesixtyColouriser .three-sixty-cta a:hover,
#global-ux .threesixtyColouriser .three-sixty-cta a:active,
#global-ux .threesixtyColouriser .three-sixty-cta a:focus {
  background-color: #fff;
  border-color: #003478;
  color: #003478;
}

#global-ux .threesixtyColouriser .repeat-animation.ng-enter {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  opacity: 0;
}

#global-ux .threesixtyColouriser .repeat-animation.ng-enter.ng-enter-active {
  opacity: 1;
}

#global-ux .threesixtyColouriser .repeat-animation.ng-leave {
  opacity: 1;
}

#global-ux .threesixtyColouriser .repeat-animation.ng-leave.ng-leave-active {
  opacity: 0;
}

#global-ux .threesixtyColouriser .repeat-animation.ng-move {
  opacity: 0.5;
}

#global-ux .threesixtyColouriser .repeat-animation.ng-move.ng-move-active {
  opacity: 1;
}

#global-ux .threesixtyColouriser .component-content.white .threesixty-control {
  color: #fff;
}

#global-ux .threesixtyColouriser .component-content.blue .threesixty-control {
  color: #2d96cd;
}

#global-ux .vehicleAttribute {
  font-weight: 200;
  font-size: 30px;
  font-size: 1.875rem;
  display: none;
  position: relative;
  padding: 18px 0;
  color: #1b394e;
  width: 100%;
}

#global-ux .vehicleAttribute .component-content {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 0;
  position: relative;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .vehicleAttribute .component-content {
    display: inline-block;
    margin-right: 25px;
  }
}

#global-ux .vehicleAttribute .component-content sup[data-disclosure] {
  font-size: 70%;
  position: absolute;
  left: 105%;
  top: 0;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .vehicleAttribute .component-content sup[data-disclosure] {
    top: -5px;
  }
}

#global-ux .vehicleAttribute.service-ok {
  display: block;
}

@media (max-width: 767px) {
  #global-ux .vehicleAttribute.service-ok {
    width: 100%;
  }
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .vehicleAttribute {
    padding: 28px 0 20px;
    width: auto;
  }
}

#global-ux .vehicleAttribute .attribute-prefix,
#global-ux .vehicleAttribute .attribute-suffix,
#global-ux .vehicleAttribute .attribute {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#global-ux .vehicleAttribute .attribute-prefix {
  line-height: normal;
  margin: 3px 0 8px;
}

#global-ux .vehicleAttribute sup {
  cursor: pointer;
}

#global-ux .price-promotional,
#global-ux .price-retail,
#global-ux .price-minimal,
#global-ux .price-maximal,
#global-ux .startingPrice,
#global-ux .maxPrice,
#global-ux .seatingNo,
#global-ux .fuelEfficiencyFrom,
#global-ux .fuelEfficiencyTo {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 25px;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .price-promotional,
  #global-ux .price-retail,
  #global-ux .price-minimal,
  #global-ux .price-maximal,
  #global-ux .startingPrice,
  #global-ux .maxPrice,
  #global-ux .seatingNo,
  #global-ux .fuelEfficiencyFrom,
  #global-ux .fuelEfficiencyTo {
    margin-right: 15px;
    margin-left: 10px;
  }
}

#global-ux .price-promotional .attribute-prefix,
#global-ux .price-retail .attribute-prefix,
#global-ux .price-minimal .attribute-prefix,
#global-ux .price-maximal .attribute-prefix,
#global-ux .startingPrice .attribute-prefix,
#global-ux .maxPrice .attribute-prefix,
#global-ux .seatingNo .attribute-prefix,
#global-ux .fuelEfficiencyFrom .attribute-prefix,
#global-ux .fuelEfficiencyTo .attribute-prefix {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  display: inline-block;
  color: #616161;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .price-promotional .attribute-prefix,
  #global-ux .price-retail .attribute-prefix,
  #global-ux .price-minimal .attribute-prefix,
  #global-ux .price-maximal .attribute-prefix,
  #global-ux .startingPrice .attribute-prefix,
  #global-ux .maxPrice .attribute-prefix,
  #global-ux .seatingNo .attribute-prefix,
  #global-ux .fuelEfficiencyFrom .attribute-prefix,
  #global-ux .fuelEfficiencyTo .attribute-prefix {
    display: block;
  }
}

#global-ux .price-promotional .attribute,
#global-ux .price-retail .attribute,
#global-ux .price-minimal .attribute,
#global-ux .price-maximal .attribute,
#global-ux .startingPrice .attribute,
#global-ux .maxPrice .attribute,
#global-ux .seatingNo .attribute,
#global-ux .fuelEfficiencyFrom .attribute,
#global-ux .fuelEfficiencyTo .attribute {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #1b394e;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .price-promotional .attribute,
  #global-ux .price-retail .attribute,
  #global-ux .price-minimal .attribute,
  #global-ux .price-maximal .attribute,
  #global-ux .startingPrice .attribute,
  #global-ux .maxPrice .attribute,
  #global-ux .seatingNo .attribute,
  #global-ux .fuelEfficiencyFrom .attribute,
  #global-ux .fuelEfficiencyTo .attribute {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

#global-ux .loading-price {
  position: relative;
  color: transparent !important;
}

#global-ux .loading-price:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/loader-blue-small-30.gif);
  top: 0;
  left: 12px;
}

#global-ux .vehicle-attributes .specs-engine-mpg-0,
#global-ux .vehicle-attributes .specs-engine-mpg-1,
#global-ux .vehicle-attributes .specs-engine-mpg-0-extended,
#global-ux .vehicle-attributes .specs-engine-mpg-1-extended,
#global-ux .vehicle-attributes .specs-engine-mpg-0-standard,
#global-ux .vehicle-attributes .specs-engine-mpg-1-standard {
  float: right;
  width: 100%;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .vehicle-attributes .specs-engine-mpg-0,
  #global-ux .vehicle-attributes .specs-engine-mpg-1,
  #global-ux .vehicle-attributes .specs-engine-mpg-0-extended,
  #global-ux .vehicle-attributes .specs-engine-mpg-1-extended,
  #global-ux .vehicle-attributes .specs-engine-mpg-0-standard,
  #global-ux .vehicle-attributes .specs-engine-mpg-1-standard {
    width: auto;
  }
}

#global-ux .component-content.specs-engine-mpg-0,
#global-ux .component-content.specs-engine-mpg-1,
#global-ux .component-content.specs-engine-mpg-1-extended,
#global-ux .component-content.specs-engine-mpg-0-standard,
#global-ux .component-content.specs-engine-mpg-1-standard {
  font-size: 20px;
  font-size: 1.25rem;
}

#global-ux .component-content.specs-engine-mpg-0 .engine-name,
#global-ux .component-content.specs-engine-mpg-1 .engine-name,
#global-ux .component-content.specs-engine-mpg-1-extended .engine-name,
#global-ux .component-content.specs-engine-mpg-0-standard .engine-name,
#global-ux .component-content.specs-engine-mpg-1-standard .engine-name {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline;
  float: none;
  vertical-align: baseline;
  width: 100%;
}

#global-ux .splitter .specs-engine-mpg-0,
#global-ux .splitter .specs-engine-mpg-1,
#global-ux .splitter .specs-engine-mpg-0-extended,
#global-ux .splitter .specs-engine-mpg-1-extended,
#global-ux .splitter .specs-engine-mpg-0-standard,
#global-ux .splitter .specs-engine-mpg-1-standard {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: none;
  padding-bottom: 10px;
  text-align: center;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .splitter .specs-engine-mpg-0,
  #global-ux .splitter .specs-engine-mpg-1,
  #global-ux .splitter .specs-engine-mpg-0-extended,
  #global-ux .splitter .specs-engine-mpg-1-extended,
  #global-ux .splitter .specs-engine-mpg-0-standard,
  #global-ux .splitter .specs-engine-mpg-1-standard {
    margin-right: 25px;
    padding: 0;
  }
}

#global-ux .splitter .specs-engine-mpg-0 .attribute,
#global-ux .splitter .specs-engine-mpg-1 .attribute,
#global-ux .splitter .specs-engine-mpg-0-extended .attribute,
#global-ux .splitter .specs-engine-mpg-1-extended .attribute,
#global-ux .splitter .specs-engine-mpg-0-standard .attribute,
#global-ux .splitter .specs-engine-mpg-1-standard .attribute {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1b394e;
  text-align: right;
  width: 100%;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .splitter .specs-engine-mpg-0 .attribute,
  #global-ux .splitter .specs-engine-mpg-1 .attribute,
  #global-ux .splitter .specs-engine-mpg-0-extended .attribute,
  #global-ux .splitter .specs-engine-mpg-1-extended .attribute,
  #global-ux .splitter .specs-engine-mpg-0-standard .attribute,
  #global-ux .splitter .specs-engine-mpg-1-standard .attribute {
    font-size: 31px;
    font-size: 1.9375rem;
    text-align: center;
    position: initial;
  }
}

#global-ux .splitter .specs-engine-mpg-0 .attribute .engine-name,
#global-ux .splitter .specs-engine-mpg-1 .attribute .engine-name,
#global-ux .splitter .specs-engine-mpg-0-extended .attribute .engine-name,
#global-ux .splitter .specs-engine-mpg-1-extended .attribute .engine-name,
#global-ux .splitter .specs-engine-mpg-0-standard .attribute .engine-name,
#global-ux .splitter .specs-engine-mpg-1-standard .attribute .engine-name {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 200;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: left;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: left;
  width: 50%;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .splitter .specs-engine-mpg-0 .attribute .engine-name,
  #global-ux .splitter .specs-engine-mpg-1 .attribute .engine-name,
  #global-ux .splitter .specs-engine-mpg-0-extended .attribute .engine-name,
  #global-ux .splitter .specs-engine-mpg-1-extended .attribute .engine-name,
  #global-ux .splitter .specs-engine-mpg-0-standard .attribute .engine-name,
  #global-ux .splitter .specs-engine-mpg-1-standard .attribute .engine-name {
    display: block;
    line-height: 1;
    float: none;
    width: auto;
    position: initial;
    text-align: center;
    text-transform: uppercase;
  }
}

#global-ux .splitter .specs-engine-mpg-0 .attribute-prefix,
#global-ux .splitter .specs-engine-mpg-0 .attribute-suffix,
#global-ux .splitter .specs-engine-mpg-1 .attribute-prefix,
#global-ux .splitter .specs-engine-mpg-1 .attribute-suffix,
#global-ux .splitter .specs-engine-mpg-0-extended .attribute-prefix,
#global-ux .splitter .specs-engine-mpg-0-extended .attribute-suffix,
#global-ux .splitter .specs-engine-mpg-1-extended .attribute-prefix,
#global-ux .splitter .specs-engine-mpg-1-extended .attribute-suffix,
#global-ux .splitter .specs-engine-mpg-0-standard .attribute-prefix,
#global-ux .splitter .specs-engine-mpg-0-standard .attribute-suffix,
#global-ux .splitter .specs-engine-mpg-1-standard .attribute-prefix,
#global-ux .splitter .specs-engine-mpg-1-standard .attribute-suffix {
  display: none;
}

#global-ux .richtext+.vehicleAttribute .specs-engine-mpg-0,
#global-ux .richtext+.vehicleAttribute .specs-engine-mpg-1,
#global-ux .richtext+.vehicleAttribute .specs-engine-mpg-0-extended,
#global-ux .richtext+.vehicleAttribute .specs-engine-mpg-1-extended,
#global-ux .richtext+.vehicleAttribute .specs-engine-mpg-0-standard,
#global-ux .richtext+.vehicleAttribute .specs-engine-mpg-1-standard {
  padding-top: 10px;
  padding-bottom: 0;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .richtext+.vehicleAttribute .specs-engine-mpg-0,
  #global-ux .richtext+.vehicleAttribute .specs-engine-mpg-1,
  #global-ux .richtext+.vehicleAttribute .specs-engine-mpg-0-extended,
  #global-ux .richtext+.vehicleAttribute .specs-engine-mpg-1-extended,
  #global-ux .richtext+.vehicleAttribute .specs-engine-mpg-0-standard,
  #global-ux .richtext+.vehicleAttribute .specs-engine-mpg-1-standard {
    padding: 0;
  }
}

#global-ux .specs-number-of-seats .attribute-prefix {
  font-size: 20px;
  font-size: 1.25rem;
}

#global-ux .splitter .specs-number-of-seats {
  display: block;
  padding-bottom: 20px;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .splitter .specs-number-of-seats {
    margin-right: 25px;
    padding: 0;
  }
}

#global-ux .splitter .specs-number-of-seats.component-content.component-content sup[data-disclosure] {
  left: 102%;
}

@media only screen and (min-width: 48em) {
  #global-ux .splitter .specs-number-of-seats.component-content.component-content sup[data-disclosure] {
    left: 105%;
  }
}

#global-ux .splitter .specs-number-of-seats .attribute-prefix {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 300;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #333;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .splitter .specs-number-of-seats .attribute-prefix {
    font-size: 14px;
    font-size: .875rem;
    display: block;
  }
}

#global-ux .splitter .specs-number-of-seats .attribute {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #1b394e;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .splitter .specs-number-of-seats .attribute {
    font-size: 31px;
    font-size: 1.9375rem;
    position: relative;
    bottom: 0;
  }
}

#global-ux .richtext sup[data-disclosure] {
  cursor: pointer;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 30em) {
  #global-ux .richtext sup[data-disclosure] {
    font-size: 15px;
    font-size: .9375rem;
  }
}

#global-ux .richtext h2 {
  color: #616161;
  margin: 0 0 10px;
  font-weight: 200;
}

#global-ux .richtext h3,
#global-ux .richtext h4 {
  font-weight: 200;
}

#global-ux .richtext p {
  color: #616161;
}

#global-ux .richtext h1,
#global-ux .richtext h2,
#global-ux .richtext h3,
#global-ux .richtext h4,
#global-ux .richtext h5,
#global-ux .richtext h6 {
  font-weight: 200;
  line-height: 1.1;
  text-indent: 0;
}

@media screen and (max-width: 480px) {
  #global-ux .richtext h1 {
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  #global-ux .richtext h1 {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .richtext h1 {
    font-size: 2.625rem;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .richtext h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  #global-ux .richtext h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  #global-ux .richtext h2 {
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .richtext h2 {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .richtext h2 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 480px) {
  #global-ux .richtext h3 {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  #global-ux .richtext h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .richtext h3 {
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .richtext h3 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 480px) {
  #global-ux .richtext h4 {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  #global-ux .richtext h4 {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .richtext h4 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .richtext h4 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 480px) {
  #global-ux .richtext h5 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  #global-ux .richtext h5 {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .richtext h5 {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .richtext h5 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  #global-ux .richtext h6 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  #global-ux .richtext h6 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #global-ux .richtext h6 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .richtext h6 {
    font-size: 1.125rem;
  }
}

#global-ux .richtext p {
  line-height: 1.4rem;
}

@media only screen and (max-width: 991px) {
  #global-ux .richtext p {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .richtext p {
    font-size: 1rem;
  }
}

#global-ux .richtext small {
  font-size: 0.75rem;
}

#global-ux .feature-container .richtext h2 {
  font-weight: 200;
}

#global-ux .richtext-gridgallery-header {
  width: 100%;
  padding: 40px 7.5% 35px;
  margin: 0 auto;
  background: #f7f7f7;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .richtext-gridgallery-header {
    padding: 60px 7.5% 55px;
  }
}

#global-ux .richtext-gridgallery-header h2 {
  font-weight: 200;
  margin: 0 0 10px;
  color: #616161;
  line-height: 1.4;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .richtext-gridgallery-header h2 strong {
    color: #1b394e;
  }
}

#global-ux .richtext-gridgallery-header p {
  color: #616161;
}

@media only screen and (min-width: 48em) {
  .richtext .hidden-desktop,
  .image-caption .hidden-desktop {
    display: none;
  }
}

@media only screen and (max-width: 30em) {
  .richtext .hidden-mobile,
  .image-caption .hidden-mobile {
    display: none;
  }
}

@media only screen and (min-width: 30.0625em) and (max-width: 47.9375em) {
  .richtext .hidden-mobile,
  .image-caption .hidden-mobile {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .richtext .bold-desktop {
    font-weight: 400;
  }
}

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

.richtext .quote {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  display: block;
  margin: 0 30px;
  color: #1b394e;
  line-height: 1.6rem;
}

@media only screen and (min-width: 48em) {
  .richtext .quote {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 300;
    margin: 0 60px 0 150px;
    line-height: 2.6rem;
  }
}

.richtext .quote:before,
.richtext .quote:after {
  font-size: 35px;
  font-size: 2.1875rem;
  position: absolute;
  margin-top: 2px;
}

@media only screen and (min-width: 48em) {
  .richtext .quote:before,
  .richtext .quote:after {
    font-size: 65px;
    font-size: 4.0625rem;
    margin-top: 8px;
  }
}

.richtext .quote:before {
  content: "\201C";
  margin-left: -25px;
}

@media only screen and (min-width: 48em) {
  .richtext .quote:before {
    margin-left: -29px;
  }
}

.richtext .quote:after {
  content: "\201D";
}

.richtext .small {
  font-size: 11px;
  font-size: .6875rem;
}

.richtext .grey-reference-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #f7f7f7;
  padding: 30px 20px;
}

@media only screen and (min-width: 48em) {
  .richtext .grey-reference-block {
    padding: 40px 30px;
  }
}

#global-ux .richtext .link-chevron {
  position: relative;
  display: initial;
  align-items: center;
  text-shadow: none;
  text-decoration: none;
  width: 100%;
}

#global-ux .richtext .link-chevron: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;
}

#global-ux .richtext .link-chevron:after {
  display: inline;
  margin: 0 0 0 0.5em;
  font-size: 151%;
  position: absolute;
  top: 46%;
  left: auto;
  -ms-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

#global-ux .richtext .link-chevron.multi-break:after {
  margin: 0 0 0 1.375em;
}

@media only screen and (max-width: 479px) {
  #global-ux .richtext .link-chevron.multi-break:after {
    margin: 0 0 0 1.25em;
  }
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .richtext .link-chevron {
    width: auto;
  }

  #global-ux .richtext .link-chevron+.link-chevron {
    margin-left: 1em;
  }
}

#global-ux .richtext .link-chevron-thin {
  position: relative;
  display: inline-block;
  text-shadow: none;
  text-decoration: none;
}

#global-ux .richtext .link-chevron-thin: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;
}

#global-ux .richtext .link-chevron-thin:after {
  display: inline;
  margin: 0 0 0 0.25em;
}

#global-ux .richtext .link-blue-and-bold-new-window {
  font-weight: 700;
  text-decoration: none;
}

#global-ux .richtext .link-blue-and-bold-new-window: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;
}

#global-ux .richtext .link-blue-and-bold-new-window:after {
  font-size: 12px;
  font-size: .75rem;
  display: inline;
  margin: 0 0.5em;
  vertical-align: super;
}

#global-ux .richtext .link-white-underline {
  color: #fff;
  text-decoration: underline;
}

div#global-ux.page .content div.richtext p.link-blue-and-bold:focus,
div#global-ux.page .content div.richtext a.link-blue-and-bold:focus,
div#global-ux.page .content div.richtext span.link-blue-and-bold:focus,
div#global-ux.page .main-nav div.richtext p.link-blue-and-bold:focus,
div#global-ux.page .main-nav div.richtext a.link-blue-and-bold:focus,
div#global-ux.page .main-nav div.richtext span.link-blue-and-bold:focus {
  color: #fff;
  background: #2d96cd;
}

div#global-ux.page .content div.richtext li a.link-blue-and-bold,
div#global-ux.page .content div.richtext p a.link-blue-and-bold,
div#global-ux.page .main-nav div.richtext li a.link-blue-and-bold,
div#global-ux.page .main-nav div.richtext p a.link-blue-and-bold {
  font-weight: 700;
  text-decoration: none;
}

div#global-ux.page .content div.richtext h1 a.link-blue-and-bold,
div#global-ux.page .content div.richtext h2 a.link-blue-and-bold,
div#global-ux.page .content div.richtext h3 a.link-blue-and-bold,
div#global-ux.page .content div.richtext h4 a.link-blue-and-bold,
div#global-ux.page .main-nav div.richtext h1 a.link-blue-and-bold,
div#global-ux.page .main-nav div.richtext h2 a.link-blue-and-bold,
div#global-ux.page .main-nav div.richtext h3 a.link-blue-and-bold,
div#global-ux.page .main-nav div.richtext h4 a.link-blue-and-bold {
  font-weight: 400;
}

#global-ux .white-background .richtext-f-single h2,
#global-ux .light-grey-background .richtext-f-single h2,
#global-ux .dark-grey-background .richtext-f-single h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  margin: 0 0 20px 0;
  color: #333;
  line-height: 1.1;
}

@media only screen and (min-width: 48em) {
  #global-ux .white-background .richtext-f-single h2,
  #global-ux .light-grey-background .richtext-f-single h2,
  #global-ux .dark-grey-background .richtext-f-single h2 {
    margin: 0 0 10px 0;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  #global-ux .white-background .richtext-f-single h2,
  #global-ux .light-grey-background .richtext-f-single h2,
  #global-ux .dark-grey-background .richtext-f-single h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .white-background .richtext-f-single h2,
  #global-ux .light-grey-background .richtext-f-single h2,
  #global-ux .dark-grey-background .richtext-f-single h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .white-background .richtext-f-single p,
#global-ux .light-grey-background .richtext-f-single p,
#global-ux .dark-grey-background .richtext-f-single p {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 200;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.6;
}

@media only screen and (min-width: 48em) {
  #global-ux .white-background .richtext-f-single p,
  #global-ux .light-grey-background .richtext-f-single p,
  #global-ux .dark-grey-background .richtext-f-single p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

#global-ux .white-background .richtext-f-single a[name]:not([href]),
#global-ux .light-grey-background .richtext-f-single a[name]:not([href]),
#global-ux .dark-grey-background .richtext-f-single a[name]:not([href]) {
  display: none;
}

#global-ux .dark-grey-background .richtext-f-single h2,
#global-ux .dark-grey-background .richtext-f-single p {
  color: #fff;
}

#global-ux .richtext-article {
  padding: 45px 30px;
}

@media only screen and (min-width: 62em) {
  #global-ux .richtext-article {
    padding: 70px 200px 50px;
  }
}

#global-ux .richtext-article h2,
#global-ux .richtext-article h3,
#global-ux .richtext-article ul li,
#global-ux .richtext-article ol li,
#global-ux .richtext-article p {
  color: #616161;
}

#global-ux .richtext-article h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 200;
  line-height: 1.9rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 48em) {
  #global-ux .richtext-article h2 {
    font-size: 49px;
    font-size: 3.0625rem;
    line-height: 3.65rem;
    margin-bottom: 0.5rem;
  }
}

#global-ux .richtext-article h3 {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
}

@media only screen and (min-width: 48em) {
  #global-ux .richtext-article h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

#global-ux .richtext-article a {
  text-decoration: none;
}

#global-ux .richtext-article p {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.65rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .richtext-article p {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 2rem;
  }
}

#global-ux .richtext-article ul li,
#global-ux .richtext-article ol li {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.85rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .richtext-article ul li,
  #global-ux .richtext-article ol li {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 2rem;
  }
}

#global-ux .richtext-article ol,
#global-ux .richtext-article ul {
  margin-left: 1.4rem;
}

#global-ux .richtext-article ol li,
#global-ux .richtext-article ul li {
  margin-bottom: 25px;
}

@media only screen and (min-width: 48em) {
  #global-ux .richtext-article ol,
  #global-ux .richtext-article ul {
    margin-left: 3rem;
  }

  #global-ux .richtext-article ol li,
  #global-ux .richtext-article ul li {
    margin-bottom: 10px;
  }
}

#global-ux .richtext-awards-headline {
  text-align: center;
  padding: 45px 0;
  margin: 0 3%;
}

@media only screen and (min-width: 48em) {
  #global-ux .richtext-awards-headline {
    padding: 0;
    margin: 0 15%;
    width: 70%;
  }
}

#global-ux .richtext-awards-headline h2,
#global-ux .richtext-awards-headline h4,
#global-ux .richtext-awards-headline p {
  color: #616161;
}

#global-ux .richtext-awards-headline h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 200;
}

@media only screen and (min-width: 48em) {
  #global-ux .richtext-awards-headline h2 {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 0;
  }
}

#global-ux .richtext-awards-headline h4 {
  font-weight: 200;
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 2px;
}

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

#global-ux .richtext-awards-headline p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8rem;
}

#global-ux .richtext-dynamic-key-features {
  padding-left: 1.5625rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .richtext-dynamic-key-features {
    padding-left: 5.625rem;
  }
}

#global-ux .richtext-dynamic-key-features h2 {
  font-weight: 200;
  color: #616161;
  padding-left: 10px;
}

@media only screen and (min-width: 48em) {
  #global-ux .richtext-dynamic-key-features h2 {
    padding-left: 15px;
  }
}

#global-ux .accordion .section.richtext .feature-spec-rte,
#global-ux .accordionModelDetails .section.richtext .feature-spec-rte {
  color: #616161;
  font-weight: 300;
}

#global-ux .accordion .section.richtext .feature-spec-rte h3,
#global-ux .accordionModelDetails .section.richtext .feature-spec-rte h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  color: #616161;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}

#global-ux .accordion .section.richtext .feature-spec-rte h5,
#global-ux .accordionModelDetails .section.richtext .feature-spec-rte h5 {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  color: #616161;
  line-height: 1.1;
  margin: 25px 0 15px;
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion .section.richtext .feature-spec-rte h5,
  #global-ux .accordionModelDetails .section.richtext .feature-spec-rte h5 {
    margin: 45px 0 25px;
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .accordion .section.richtext .feature-spec-rte p,
#global-ux .accordionModelDetails .section.richtext .feature-spec-rte p {
  color: #616161;
  font-size: 0.75rem;
  margin-bottom: 16px;
  margin-top: 16px;
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion .section.richtext .feature-spec-rte p,
  #global-ux .accordionModelDetails .section.richtext .feature-spec-rte p {
    font-size: 0.875rem;
    margin-bottom: 20px;
    margin-top: 25px;
  }
}

#global-ux .accordion .section.richtext .feature-spec-rte ul,
#global-ux .accordionModelDetails .section.richtext .feature-spec-rte ul {
  list-style: none;
  margin-bottom: 0;
}

#global-ux .accordion .section.richtext .feature-spec-rte li,
#global-ux .accordionModelDetails .section.richtext .feature-spec-rte li {
  color: #616161;
  font-size: 0.75rem;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion .section.richtext .feature-spec-rte li,
  #global-ux .accordionModelDetails .section.richtext .feature-spec-rte li {
    font-size: 0.875rem;
  }
}

#global-ux .accordion .section.richtext .feature-spec-rte li:before,
#global-ux .accordionModelDetails .section.richtext .feature-spec-rte li:before {
  content: '\2022';
  position: absolute;
  left: -15px;
}

#global-ux .accordion .accordion-content>.box>.box-content,
#global-ux .accordionModelDetails .accordion-content>.box>.box-content {
  padding: 15px 20px 40px;
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion .accordion-content>.box>.box-content,
  #global-ux .accordionModelDetails .accordion-content>.box>.box-content {
    padding: 40px 6.59722% 55px;
  }
}

.richtext-read-more .ellipsis,
.richtext-read-more .more-link {
  display: none;
}

.richtext-read-more .desktop {
  display: block;
}

.box-content .feature-container .richtext-read-more .desktop {
  padding-top: 60px;
  padding-bottom: 60px;
}

.richtext-read-more .mobile {
  display: none;
}

.richtext-read-more .mobile.show-mob-only p {
  display: block !important;
  text-align: left;
}

.richtext-read-more .mobile.show-mob-only p.text-center {
  display: block;
  text-align: center !important;
}

.richtext-read-more .mobile.show-mob-only p.text-center a.link-chevron {
  margin-left: -27px;
}

.richtext-read-more .mobile.small-devices {
  bottom: 50px;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .richtext-read-more .ellipsis,
  .richtext-read-more .more-link {
    display: inline-block;
    text-decoration: none !important;
  }

  .richtext-read-more .desktop.hideForMobile {
    display: none;
  }

  .richtext-read-more .mobile {
    display: block;
  }

  .richtext-read-more .mobile .showmoreText {
    display: none;
  }

  .richtext-read-more .mobile.show-mob-only p {
    display: inline-block;
  }

  .richtext-read-more .ellipsis {
    color: #1b394e;
  }

  .richtext-read-more .hidden {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .richtext-read-more .mobile.show-mob-only .txt-inline {
    display: inline;
  }

  .richtext-read-more .mobile.show-mob-only .txt-inline p:last-child {
    display: inline;
  }

  .richtext-read-more .mobile.show-mob-only .showmoreText p {
    display: inline;
  }

  .richtext-read-more .mobile.show-mob-only a.showmore {
    display: inline-block;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 15px;
    font-size: .875rem;
    padding-left: 5px;
  }
}

.rtl #global-ux .richtext .link-chevron {
  font-size: 24px;
  font-size: 1.5rem;
}

.rtl #global-ux .richtext .link-chevron:after {
  top: 50%;
  right: 100%;
  left: auto;
  margin-right: 0.5em;
  transform: rotateY(-180deg) translate(0px, -50%);
  font-size: 100%;
  content: "\e618";
  position: absolute;
}

.rtl #global-ux .richtext _::-webkit-:not(:root:root):after,
.rtl #global-ux .richtext .link-chevron:after {
  display: none;
}

.rtl #global-ux .richtext _::-webkit-:not(:root:root):before,
.rtl #global-ux .richtext .link-chevron:before {
  content: "\e618";
  font-family: "icomoon";
  left: 0;
  margin: 0 10px 0 0;
  position: relative;
  top: 50%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
}

.rtl #global-ux .richtext .cta-button {
  font-size: 24px;
  font-size: 1.5rem;
}

#global-ux .f-single {
  padding-bottom: 80px;
  padding-top: 60px;
}

@media only screen and (min-width: 48em) {
  #global-ux .f-single {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  #global-ux .f-single.initialized {
    clear: both;
    padding-bottom: 0;
    padding-top: 0;
  }
}

#global-ux .f-single .columns {
  padding-left: 8.33%;
  padding-right: 8.33%;
}

@media only screen and (min-width: 48em) {
  #global-ux .f-single .columns:first-child {
    padding-right: 13px;
  }

  #global-ux .f-single .columns:last-child {
    padding-left: 13px;
  }
}

#global-ux .f-single h2,
#global-ux .f-single p {
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .f-single h2,
  #global-ux .f-single p {
    text-align: left;
  }
}

#global-ux .f-single .remaining-text.hidden {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .f-single .remaining-text.hidden {
    display: inline;
  }
}

#global-ux .f-single .more-link.hidden,
#global-ux .f-single .ellipsis.hidden {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .f-single .more-link,
  #global-ux .f-single .ellipsis {
    display: none;
  }
}

#global-ux .f-single .more-link {
  text-decoration: none;
}

#global-ux .row-feature-icon {
  width: 100%;
  display: none;
}

.ie9 #global-ux .row-feature-icon {
  display: block;
}

#global-ux .row-feature-icon .column-feature-icon {
  width: 26%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 2%;
}

#global-ux .row-feature-icon .box .features-trigger {
  padding: .625rem 0;
  margin-top: .625rem;
  margin-left: 0;
  margin-right: 0;
}

#global-ux .row-feature-icon .feature-container .richtext.section .regular .cta-button {
  padding-left: .625rem;
  padding-right: .625rem;
  min-width: inherit;
}

#global-ux .billboard .billboard-features-trigger img {
  display: block;
}

#global-ux .splitter-column-mobile {
  height: auto;
}

.ie9 #global-ux .splitter-column-mobile {
  display: none;
}

#global-ux .splitter-column-mobile .flex-viewport .slides {
  margin: 0;
}

#global-ux .splitter-column-mobile .image .component-content img {
  display: block;
}

#global-ux .splitter-column-mobile .flexslider .slides img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  vertical-align: middle;
}

#global-ux .splitter-column-mobile .feature-container .richtext.section .regular .cta-button {
  padding-left: .625rem;
  padding-right: .625rem;
  min-width: inherit;
  width: auto;
}

#global-ux .splitter-column-mobile .image .component-content img {
  display: inline-block;
  text-align: center !important;
  width: auto;
}

@media only screen and (min-width: 48em) {
  #global-ux .row-feature-icon .column-feature-icon .component-content {
    display: inline-block;
  }

  #global-ux .row-feature-icon .column-feature-icon .component-content img {
    width: auto;
    height: auto;
    margin: auto;
  }

  #global-ux .splitter-column-mobile {
    display: none;
  }

  #global-ux .row-feature-icon {
    display: inline-block;
  }
}

#global-ux .social-share-section {
  display: block;
  padding: 80px 0 50px;
}

#global-ux .social-share-section:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .social-share-section .richtext {
  text-align: center;
  display: block;
  margin: 0 0 70px;
}

#global-ux .social-share-section .richtext:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .social-share-section .richtext h1,
#global-ux .social-share-section .richtext h2,
#global-ux .social-share-section .richtext h3,
#global-ux .social-share-section .richtext h4,
#global-ux .social-share-section .richtext h5,
#global-ux .social-share-section .richtext h6,
#global-ux .social-share-section .richtext p {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 200;
  margin: 0;
}

#global-ux .social-share-section a {
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

#global-ux .social-share-section a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

#global-ux .social-share-section .social-icons {
  list-style: none;
  display: block;
  text-align: center;
}

#global-ux .social-share-section .social-icons li {
  display: inline-block;
  vertical-align: top;
  margin: 0 44px 44px;
}

#global-ux .social-share-section .social-icons img {
  width: 120px;
  height: auto;
  display: block;
  margin: 0;
}

#global-ux .social-share-section .mobile-share {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
}

#global-ux .social-share-section .mobile-share:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .social-share-section .mobile-share .social-slider {
  position: absolute;
  left: -9999px;
  top: -9999px;
  float: left;
  width: 100%;
}

@media screen and (max-width: 47.9375em) {
  #global-ux .social-share-section {
    padding: 45px 0;
  }

  #global-ux .social-share-section .richtext {
    margin: 0 0 40px;
  }

  #global-ux .social-share-section .richtext h1,
  #global-ux .social-share-section .richtext h2,
  #global-ux .social-share-section .richtext h3,
  #global-ux .social-share-section .richtext h4,
  #global-ux .social-share-section .richtext h5,
  #global-ux .social-share-section .richtext h6,
  #global-ux .social-share-section .richtext p {
    font-size: 24px;
    font-size: 1.5rem;
  }

  #global-ux .social-share-section .social-icons {
    display: none;
    visibility: hidden;
  }

  #global-ux .social-share-section .mobile-share {
    height: auto;
    text-align: center;
  }

  #global-ux .social-share-section .mobile-share .social-slider {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    float: none;
    margin: 0 auto;
    width: 240px;
  }

  #global-ux .social-share-section .mobile-share .social-slider ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
  }

  #global-ux .social-share-section .mobile-share .social-slider ul:after {
    content: "";
    display: table;
    clear: both;
  }

  #global-ux .social-share-section .mobile-share .social-slider li {
    text-align: center;
    margin-bottom: 15px;
  }

  #global-ux .social-share-section .mobile-share .social-slider img {
    width: 58px;
    height: auto;
  }

  #global-ux .social-share-section .mobile-share .flexslider.none-slider li {
    float: left;
    width: 33.33333%;
  }
}

.box-content {
  background-size: cover;
  width: 100%;
}

.box-content:before,
.box-content:after {
  content: " ";
  display: table;
}

.box-content:after {
  clear: both;
}

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

.light-grey-background {
  background-color: #f7f7f7;
}

#global-ux .dark-grey-background {
  background-color: #41423E;
}

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

.transparent-background {
  background-color: transparent;
}

#global-ux .gallery-trigger-reveal {
  background: #fff;
  padding-top: 68px;
}

#global-ux .gallery-trigger-reveal .richtext .regular {
  padding-bottom: 30px;
  margin: 0 8.3%;
}

#global-ux .gallery-trigger-reveal .richtext .regular h2,
#global-ux .gallery-trigger-reveal .richtext .regular p {
  font-weight: 200;
  color: #616161;
  text-shadow: none;
}

#global-ux .gallery-trigger-reveal .richtext .regular p {
  font-size: 14px;
  font-size: .875rem;
  margin: .9375rem auto;
  line-height: 1.8;
}

@media only screen and (min-width: 48em) {
  #global-ux .gallery-trigger-reveal .richtext .regular p {
    font-size: 18px;
    font-size: 1.125rem;
    width: 65%;
  }
}

#global-ux .gallery-trigger-reveal .richtext .regular h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .gallery-trigger-reveal .richtext .regular h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .gallery-trigger-reveal .tabs .component-content {
  padding-top: 0;
}

#global-ux .gallery-trigger-reveal .tabs .tabs-nav {
  height: auto;
  padding: 1.25rem 0 3.125rem 0;
  position: static;
}

#global-ux .gallery-trigger-reveal .tabs .tabs-nav-list {
  float: left;
  text-align: center;
  width: 100%;
}

#global-ux .gallery-trigger-reveal .tabs .tabs-nav-item {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
  background: #fff;
  border: 1px solid #2d96cd;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: auto;
  line-height: 1.25;
  margin: 0 7px;
  padding: 1.5rem 1.25rem;
  top: 0;
  text-decoration: none;
  text-align: center;
  max-width: 270px;
  width: 45%;
}

@media only screen and (min-width: 48em) {
  #global-ux .gallery-trigger-reveal .tabs .tabs-nav-item {
    padding: .875rem 1.25rem;
  }
}

#global-ux .gallery-trigger-reveal .tabs .tabs-nav-item a {
  color: #2d96cd;
  text-decoration: none;
}

#global-ux .gallery-trigger-reveal .tabs .tabs-nav-item:hover {
  background: #2d96cd;
}

#global-ux .gallery-trigger-reveal .tabs .tabs-nav-item:hover a {
  color: #fff;
  text-decoration: none;
}

#global-ux .gallery-trigger-reveal .tabs .tabs-nav-item.is-active,
#global-ux .gallery-trigger-reveal .tabs .tabs-nav-item.is-active:hover {
  background-color: #fff;
  border-color: #1b394e;
  cursor: default;
}

#global-ux .gallery-trigger-reveal .tabs .tabs-nav-item.is-active a,
#global-ux .gallery-trigger-reveal .tabs .tabs-nav-item.is-active:hover a {
  cursor: default;
  color: #1b394e;
}

#global-ux .gallery-trigger-reveal .tabs .tabs-content {
  background: #fff;
}

#global-ux .box .features-trigger {
  overflow: hidden;
  margin: 1.875rem auto;
}

#global-ux .box .features-trigger .section {
  float: left;
  width: 50%;
}

@media only screen and (min-width: 48em) {
  #global-ux .box .features-trigger .section {
    margin-bottom: .625rem;
  }
}

@media only screen and (min-width: 75em) {
  #global-ux .box .features-trigger .section {
    width: 50%;
    margin-bottom: 0;
  }
}

#global-ux .box .features-trigger .richtext p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 auto;
  line-height: 1.2;
}

#global-ux .box .features-trigger .richtext p:first-of-type {
  font-size: 46px;
  font-size: 2.875rem;
  color: #1b394e;
}

#global-ux .box .features-trigger .section:last-child {
  border-left: 1px solid rgba(151,151,151,0.3);
}

@media only screen and (min-width: 48em) {
  #global-ux .box .features-trigger .section:last-child {
    border: 0;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .box .features-trigger {
    margin: 1.875rem 1.875rem 0;
    padding: 1.25rem 0 0;
    border-top: solid 1px rgba(151,151,151,0.3);
  }
}

@media only screen and (min-width: 75em) {
  #global-ux .box .features-trigger {
    margin: 1.875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1129px) {
  #global-ux .box .features-trigger .richtext p {
    font-size: 13px;
    font-size: .8125rem;
    white-space: nowrap;
  }

  #global-ux .box .features-trigger .richtext p:first-of-type {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

#global-ux .box .features-overview {
  margin: 5px 0;
  background: #fff;
}

#global-ux .box .features-overview>div {
  overflow: auto;
}

@media only screen and (min-width: 75em) {
  #global-ux .box .features-overview {
    padding: 0 75px;
  }
}

#global-ux .box .features-overview .image,
#global-ux .box .features-overview .box {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #global-ux .box .features-overview .image,
  #global-ux .box .features-overview .box {
    width: 50%;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .box .features-overview .image,
  #global-ux .box .features-overview .box {
    width: 33.33%;
  }
}

.box-content.divider {
  border-bottom: 1px solid #EBEBEB;
}

#global-ux .box .expanded-feature {
  padding: 20px;
  text-align: center;
  color: #616161;
}

#global-ux .box .expanded-feature.box-content {
  padding: 0;
}

#global-ux .box .expanded-feature h2,
#global-ux .box .expanded-feature p {
  font-weight: 200;
  color: #616161;
  text-shadow: none;
}

#global-ux .box .expanded-feature p {
  font-size: 14px;
  font-size: .875rem;
  margin: .9375rem auto;
  line-height: 1.8;
}

@media only screen and (min-width: 48em) {
  #global-ux .box .expanded-feature p {
    font-size: 18px;
    font-size: 1.125rem;
    width: 65%;
  }
}

#global-ux .box .expanded-feature a {
  text-decoration: none;
}

#global-ux .box .expanded-feature h2 {
  font-size: 21px;
  font-size: 1.3125rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .box .expanded-feature h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .box .expanded-feature h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: .625rem 0;
  color: #1b394e;
}

@media only screen and (min-width: 30.0625em) and (max-width: 47.9375em) {
  #global-ux .box .expanded-feature h3 .hidden-mobile {
    display: none;
  }
}

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

@media only screen and (min-width: 62em) {
  #global-ux .box .expanded-feature h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .box .expanded-feature img {
    display: inline-block;
  }
}

#global-ux .box .expanded-feature .image {
  position: relative;
}

@media only screen and (min-width: 48em) {
  #global-ux .box .expanded-feature .image img {
    width: auto;
  }
}

#global-ux .box .expanded-feature .heading {
  margin: 15px 0 0 0;
}

#global-ux .box .expanded-feature .splitter-carousel {
  margin: 1.5625rem auto;
  padding: 1.5625rem 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  background-color: transparent;
}

@media only screen and (min-width: 48em) {
  #global-ux .box .expanded-feature .splitter-carousel {
    width: auto;
    box-shadow: none;
    background-color: transparent;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .box .expanded-feature .splitter-carousel p {
    width: 100%;
  }
}

#global-ux .box .expanded-feature .features-trigger {
  margin-left: 0;
  margin-right: 0;
}

#global-ux .box .expanded-feature .features-trigger .section {
  width: 50%;
}

#global-ux .box .expanded-feature .features-trigger .box-content {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #global-ux .box .expanded-feature .splitter-column .image picture img {
    width: 40%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #global-ux .box .expanded-feature .splitter-column .image picture img {
    width: 110px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .box .expanded-feature .splitter-column .image picture {
    display: block;
    position: relative;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .box .expanded-feature>div>.richtext,
  #global-ux .box .expanded-feature>div>.splitter {
    padding: 0 5% 0;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .box .expanded-feature>div>.image img {
    width: 100%;
  }
}

#global-ux .box .sitemap-wrapper {
  background-color: #fff;
  padding: 1.25rem 1.5625rem;
}

#global-ux .box .sitemap-wrapper .richtext:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .box .sitemap-wrapper h2 {
  margin-bottom: 1.25rem;
}

#global-ux .box .sitemap-wrapper h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

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

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

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

#global-ux .box .sitemap-wrapper h3,
#global-ux .box .sitemap-wrapper h4 {
  margin: 1rem 0;
  padding-bottom: .75rem;
  border-bottom: 2px solid #EBEBEB;
}

#global-ux .box .sitemap-wrapper ul {
  font-size: 14px;
  font-size: .875rem;
  list-style: none;
  width: auto;
  margin: 0;
  padding: 0;
}

#global-ux .box .sitemap-wrapper ul li {
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 1em;
  padding: 0;
}

#global-ux .box .sitemap-wrapper ul a {
  text-decoration: none;
}

#global-ux .box .sitemap-wrapper ul ul {
  width: auto;
  margin: 1em 0 2.5em;
}

#global-ux .box .sitemap-wrapper ul:last-child ul {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .box .sitemap-wrapper {
    padding: 2.5rem 2.1875rem 7.5rem;
  }

  #global-ux .box .sitemap-wrapper h3,
  #global-ux .box .sitemap-wrapper h4 {
    margin: 2.5rem 0 2rem;
    padding-bottom: .75rem;
  }

  #global-ux .box .sitemap-wrapper ul {
    width: 15%;
    margin-right: 2%;
    float: left;
  }

  #global-ux .box .sitemap-wrapper ul:first-of-type {
    margin-left: 0;
  }

  #global-ux .box .sitemap-wrapper ul ul {
    float: none;
    margin: 1em 0 0;
  }

  #global-ux .box .sitemap-wrapper .regular ul {
    float: none;
    width: auto;
  }
}

#global-ux .light-grey-background-mobile-only {
  background: #f7f7f7;
}

@media only screen and (min-width: 48em) {
  #global-ux .light-grey-background-mobile-only {
    background: #fff;
  }
}

#global-ux .light-grey-background-mobile-only .richtext.section {
  width: 100%;
  padding: 35px 7.5% 20px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .light-grey-background-mobile-only .richtext.section {
    padding: 35px 7.5%;
  }
}

#global-ux .light-grey-background-mobile-only .richtext.section h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 200;
  margin: 0 0 12px;
  color: #616161;
  line-height: 1.4;
}

@media only screen and (min-width: 48em) {
  #global-ux .light-grey-background-mobile-only .richtext.section h2 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

#global-ux .light-grey-background-mobile-only .richtext.section p {
  font-weight: 200;
  color: #626466;
  font-size: 1rem;
  line-height: 1.8em;
  margin-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  .specification-quick-view {
    background: #f7f7f7;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 48em) {
  .specification-quick-view {
    background: #fff;
    padding-bottom: 100px;
  }
}

.specification-quick-view img {
  display: block;
  margin: 0 auto;
}

#global-ux .specification-quick-view img {
  max-width: 100%;
  width: auto;
}

.specification-quick-view .richtext-read-more {
  padding: 110px 0 120px;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  .specification-quick-view .richtext-read-more {
    padding: 40px;
    text-align: center;
  }
}

#global-ux .specification-quick-view .richtext-read-more h2 {
  font-size: 48px;
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .specification-quick-view .richtext-read-more h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}

#global-ux .specification-quick-view .richtext-read-more p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  max-width: 600px;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .specification-quick-view .richtext-read-more p {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 auto;
  }
}

.specification-quick-view .richtext-read-more .more-link {
  color: #1b394e;
  text-decoration: none;
}

.specification-quick-view .tabs {
  max-width: 700px;
  margin: 0 auto;
}

.specification-quick-view .tabs .tabs-mobile-category-name {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  .specification-quick-view .tabs .tabs-mobile-category-name {
    font-size: 14px;
    font-size: .875rem;
    display: block;
    max-width: 220px;
    color: white;
    margin: 0 auto;
    background: #1b394e url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/icon-dots.png") no-repeat right center;
    background-size: 20px 5px;
    padding-right: 20px;
    border-right: 20px transparent solid;
    line-height: 4.3;
    text-align: center;
    letter-spacing: -1px;
  }
}

.specification-quick-view .tabs>.component-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  overflow: hidden;
}

@media only screen and (max-width: 47.9375em) {
  .specification-quick-view .tabs .tabs-nav.is-open .tabs-nav-list {
    max-height: 300px;
  }
}

.specification-quick-view .tabs .tabs-nav-item {
  margin: 0;
}

.specification-quick-view .tabs .tabs-nav-item a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  margin: .4375rem 0;
  text-align: center;
}

#global-ux .specification-quick-view .tabs .tabs-nav-item a {
  text-decoration: none;
}

@media only screen and (max-width: 47.9375em) {
  .specification-quick-view .tabs .tabs-nav-list {
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: #e6e6e6;
    overflow: visible;
    max-height: 0;
  }
}

@media only screen and (min-width: 48em) {
  .specification-quick-view .tabs .tabs-nav-list {
    overflow: visible;
  }
}

.specification-quick-view .tabs .tabs-container {
  -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: static;
  max-width: 100%;
}

.specification-quick-view .tabs .tabs-container img {
  margin: 0;
}

.specification-quick-view .tabs .tabs-container .tabs-content {
  left: 0;
  top: 0;
  margin: 0;
  background: none;
}

@media only screen and (min-width: 48em) {
  .specification-quick-view .tabs .tabs-container .tabs-content {
    margin: 0;
    background: none;
  }
}

.specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav {
  position: absolute;
  padding: 0;
  height: auto;
  top: calc(100% - 210px);
}

@media only screen and (min-width: 48em) {
  .specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav {
    top: auto;
    bottom: 0;
    overflow: visible;
  }
}

.specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  overflow: visible;
}

.specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-container {
  width: 100%;
}

.specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-container .tabs-content {
  padding-bottom: 240px;
}

@media only screen and (min-width: 48em) {
  .specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-container .tabs-content {
    padding-bottom: 120px;
  }
}

.specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-item {
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  height: auto;
  background: none;
  padding: 40px 0 20px;
}

@media only screen and (min-width: 48em) {
  .specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-item {
    margin: 40px 5px 20px;
    width: auto;
    height: auto;
    background: #fff;
    border: 1px solid #1b394e;
    padding: 15px 32px;
  }
}

.specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-item:hover,
.specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-item.is-active {
  background: #1b394e;
}

@media only screen and (min-width: 48em) {
  .specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-item:hover,
  .specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-item.is-active {
    background: #1b394e;
  }
}

.specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-item:hover a,
.specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-item.is-active a {
  color: #fff;
  background: none;
}

.specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-item:hover {
  background: #35709a;
}

@media only screen and (min-width: 48em) {
  .specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-item:hover {
    background: #1b394e;
  }
}

.specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-item a {
  font-weight: 400;
  color: #1b394e;
  padding: 13px;
  margin: 0;
}

@media only screen and (min-width: 48em) {
  .specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-item a {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
    color: #1b394e;
  }

  #global-ux .specification-quick-view .tabs>.component-content:not(.tabs-vertical) .tabs-nav-item a {
    text-decoration: none;
    margin: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .specification-quick-view .tabs .tabs-vertical {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.specification-quick-view .tabs .tabs-vertical .tabs-nav {
  position: static;
}

@media only screen and (max-width: 47.9375em) {
  .specification-quick-view .tabs .tabs-vertical .tabs-nav {
    position: relative;
    display: table;
    margin-bottom: 20px;
    width: 100%;
  }

  .specification-quick-view .tabs .tabs-vertical .tabs-nav:after {
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 10px 0;
    border-color: transparent transparent transparent #1b394e;
    z-index: -1;
    border-color: #1b394e transparent transparent transparent;
    border-width: 10px 12px 10px 10px;
    left: 42%;
    left: calc(50% - 20px / 2);
    top: 3.4375rem;
    z-index: 100;
  }
}

@media only screen and (min-width: 48em) {
  .specification-quick-view .tabs .tabs-vertical .tabs-nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    overflow: visible;
    width: 175px;
  }
}

@media only screen and (min-width: 48em) {
  .specification-quick-view .tabs .tabs-vertical .tabs-container {
    width: 450px;
  }
}

.specification-quick-view .tabs .tabs-vertical .tabs-nav-item.is-active {
  background: #1b394e;
}

.specification-quick-view .tabs .tabs-vertical .tabs-nav-item.is-active .tab-active-image {
  display: block;
}

.specification-quick-view .tabs .tabs-vertical .tabs-nav-item.is-active .tab-image {
  display: none;
}

.specification-quick-view .tabs .tabs-vertical .tabs-nav-item.is-active a {
  color: white;
}

.specification-quick-view .tabs .tabs-vertical .tabs-nav-item.is-active:after {
  left: -12px;
}

@media only screen and (min-width: 48em) {
  .specification-quick-view .tabs .tabs-vertical .tabs-nav-item.is-active {
    background: #1b394e;
  }
}

.specification-quick-view .tabs .tabs-vertical .tabs-nav-item:hover {
  background: #35709a;
}

.specification-quick-view .tabs .tabs-vertical .tabs-nav-item:hover .tab-active-image {
  display: block;
}

.specification-quick-view .tabs .tabs-vertical .tabs-nav-item:hover .tab-image {
  display: none;
}

.specification-quick-view .tabs .tabs-vertical .tabs-nav-item:hover a {
  color: white;
}

@media only screen and (max-width: 47.9375em) {
  .specification-quick-view .tabs .tabs-vertical .tabs-nav-item {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    vertical-align: middle;
    background: none;
    margin: 0;
    padding: 40px 0 20px;
    text-align: center;
    clear: none;
    float: none;
  }
}

@media only screen and (min-width: 48em) {
  .specification-quick-view .tabs .tabs-vertical .tabs-nav-item {
    background: #e6e6e6;
    width: 175px;
    height: 115px;
    position: relative;
    margin-bottom: 10px;
  }

  .specification-quick-view .tabs .tabs-vertical .tabs-nav-item:after {
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 10px 0;
    border-color: transparent transparent transparent #1b394e;
    z-index: -1;
    border-color: transparent #1b394e transparent transparent;
    border-width: 10px 12px 10px 0;
    top: 42%;
    top: calc(50% - 20px / 2);
    left: 0;
  }
}

.specification-quick-view .tabs .tabs-vertical .tabs-nav-item a {
  font-size: 14px;
  font-size: .875rem;
  color: #1b394e;
  text-decoration: none !important;
  letter-spacing: -1.5px;
  display: block;
  text-align: center;
  font-weight: normal;
  padding: 0 10px;
}

@media only screen and (max-width: 47.9375em) {
  .specification-quick-view .tabs .tabs-vertical .tabs-nav-item a {
    font-size: 10px;
    font-size: .625rem;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: normal;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .specification-quick-view .tabs .tabs-vertical .tabs-nav-item img {
    max-width: 90px !important;
    max-height: 40px !important;
  }
}

@media only screen and (min-width: 48em) {
  .specification-quick-view .tabs .tabs-vertical .tabs-nav-item .tab-image,
  .specification-quick-view .tabs .tabs-vertical .tabs-nav-item .tab-active-image {
    margin-top: 15px;
  }
}

.specification-quick-view .tabs .tabs-vertical .tabs-nav-item .tab-active-image {
  display: none;
}

#global-ux .box .generic-wrapper {
  padding: 1.5625rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .box .generic-wrapper .feature-container .richtext .cta-button {
    margin-top: 49px;
  }
}

#global-ux .box .generic-wrapper .richtext h2 {
  font-weight: 200;
  margin: 0 0 23px;
}

#global-ux .box .generic-wrapper .richtext,
#global-ux .box .generic-wrapper .richtext ul,
#global-ux .box .generic-wrapper .richtext li,
#global-ux .box .generic-wrapper .richtext p {
  font-size: 16px;
  line-height: 1.8rem;
  font-weight: 300;
}

#global-ux .box .generic-wrapper .richtext strong {
  font-weight: 400;
}

#global-ux .box .generic-wrapper .richtext ul {
  margin-left: 17px !important;
}

#global-ux .box .generic-wrapper .richtext ul li {
  margin-bottom: 0 !important;
}

#global-ux .box .generic-wrapper .richtext ul,
#global-ux .box .generic-wrapper .richtext p {
  margin-bottom: 29px !important;
}

@media only screen and (max-width: 479px) {
  #global-ux .box .generic-wrapper .richtext .cta-button {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 17px;
    margin: 0;
  }
}

#global-ux .box .vehicle-types-list {
  padding: 0 25px;
}

#global-ux .box .vehicle-types-list:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .box .vehicle-types-list .richtext.section {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  min-height: 100px;
}

@media only screen and (min-width: 48em) {
  #global-ux .box .vehicle-types-list .richtext.section {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #global-ux .box .vehicle-types-list .richtext.section:nth-child(2n+3) {
    clear: left;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .box .vehicle-types-list .richtext.section {
    width: 33.3333%;
  }

  #global-ux .box .vehicle-types-list .richtext.section:nth-child(2n+3) {
    clear: none;
  }

  #global-ux .box .vehicle-types-list .richtext.section:nth-child(3n+4) {
    clear: left;
  }
}

#global-ux .box .vehicle-types-list .richtext.section .richtext {
  position: relative;
}

#global-ux .box .vehicle-types-list .richtext.section img {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100px;
  height: auto;
}

#global-ux .box .vehicle-types-list .richtext.section h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 120px;
  font-weight: 100;
}

#global-ux .box .vehicle-types-list .richtext.section p {
  font-size: 14px;
  font-size: .875rem;
  color: #333;
  margin-left: 120px;
  margin-bottom: 0;
}

body.cq-wcm-edit #global-ux .box .vehicle-types-list .richtext.section {
  clear: none;
}

@media only screen and (min-width: 48em) {
  body.cq-wcm-edit #global-ux .box .vehicle-types-list .richtext.section:nth-child(4n+6) {
    clear: left;
  }
}

@media only screen and (min-width: 62em) {
  body.cq-wcm-edit #global-ux .box .vehicle-types-list .richtext.section:nth-child(4n+6) {
    clear: none;
  }

  body.cq-wcm-edit #global-ux .box .vehicle-types-list .richtext.section:nth-child(6n+8) {
    clear: left;
  }
}

#global-ux .box .share-brochureware {
  position: relative;
  padding-bottom: 130px;
}

@media only screen and (min-width: 62em) {
  #global-ux .box .share-brochureware {
    padding-bottom: 0;
    position: static;
  }
}

#global-ux .box .share-brochureware .actionsPanel {
  bottom: 0;
  left: 0;
  padding: 35px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 62em) {
  #global-ux .box .share-brochureware .actionsPanel {
    padding: 40px 200px;
    position: static;
    text-align: left;
    width: auto;
  }
}

#global-ux .box .share-brochureware .actionsPanel .action {
  margin-bottom: 0;
}

@media only screen and (min-width: 62em) {
  #global-ux .box .share-brochureware .richtext-article {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

#global-ux .actionsPanel .fm-actions.actionsPanel-content {
  text-align: center;
  margin-top: 20px;
}

.ie9 #global-ux .share-overlay .share-wrapper .share-data {
  border: 1px solid #dcdcdc;
  border-top: none;
}

.ie9 #global-ux .share-overlay .share-wrapper .social-links {
  float: none;
  display: block;
  overflow: hidden;
}

.ie9 #global-ux .share-overlay .share-wrapper .social-links li {
  width: 20%;
}

.ie9 #global-ux .share-overlay .share-wrapper .social-links a {
  background-image: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/social-icons.png");
  background-repeat: no-repeat;
}

.ie9 #global-ux .share-overlay .share-wrapper .social-links a:before {
  font-size: 0;
}

.ie9 #global-ux .share-overlay .share-wrapper .social-links .icon-share-facebook {
  background-position: -7px 0;
}

.ie9 #global-ux .share-overlay .share-wrapper .social-links .icon-share-twitter {
  background-position: -92px 0;
}

.ie9 #global-ux .share-overlay .share-wrapper .social-links .icon-share-pinterest {
  background-position: -177px 0;
}

.ie9 #global-ux .share-overlay .share-wrapper .social-links .icon-share-email {
  background-position: -263px 0;
}

.ie9 #global-ux .share-overlay .share-wrapper .social-links .icon-share-googleplus {
  background-position: -345px 0;
}

.box .brochureware-download {
  margin: 30px;
}

@media only screen and (min-width: 62em) {
  .box .brochureware-download {
    margin: 30px 200px;
  }
}

.box .brochureware-download>.feature-container>.richtext {
  background-color: #f7f7f7;
  margin-bottom: 30px;
}

#global-ux .box .brochureware-download>.feature-container>.richtext h4 {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 20px;
}

#global-ux .box .brochureware-download>.feature-container>.richtext h4:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .box .brochureware-download>.feature-container>.richtext h4:before {
  font-size: 35px;
  margin: -5px 20px 0 0;
  display: inline-block;
  color: #2d96cd;
}

@media only screen and (min-width: 48em) {
  .box .brochureware-download .splitter {
    display: table;
    width: 100%;
  }

  .cq-wcm-edit .box .brochureware-download .splitter {
    display: block;
  }
}

@media only screen and (min-width: 48em) {
  .box .brochureware-download .splitter .row,
  .box .brochureware-download .splitter #global-ux .genericCarousel,
  #global-ux .box .brochureware-download .splitter .genericCarousel,
  .box .brochureware-download .splitter #global-ux .dynamicCarousel,
  #global-ux .box .brochureware-download .splitter .dynamicCarousel,
  .box .brochureware-download .splitter #global-ux .billboardCarousel,
  #global-ux .box .brochureware-download .splitter .billboardCarousel,
  .box .brochureware-download .splitter #global-ux .mediaCarousel,
  #global-ux .box .brochureware-download .splitter .mediaCarousel,
  .box .brochureware-download .splitter #global-ux .accessoriesTile,
  #global-ux .box .brochureware-download .splitter .accessoriesTile,
  .box .brochureware-download .splitter #global-ux .mediaCarousel .media-carousel,
  #global-ux .mediaCarousel .box .brochureware-download .splitter .media-carousel,
  .box .brochureware-download .splitter #global-ux .threesixtyColouriser,
  #global-ux .box .brochureware-download .splitter .threesixtyColouriser,
  .box .brochureware-download .splitter #global-ux .accessoriesTile .media-carousel,
  #global-ux .accessoriesTile .box .brochureware-download .splitter .media-carousel {
    display: table-row;
  }

  .cq-wcm-edit .box .brochureware-download .splitter .row,
  .cq-wcm-edit .box .brochureware-download .splitter #global-ux .genericCarousel,
  #global-ux .cq-wcm-edit .box .brochureware-download .splitter .genericCarousel,
  .cq-wcm-edit .box .brochureware-download .splitter #global-ux .dynamicCarousel,
  #global-ux .cq-wcm-edit .box .brochureware-download .splitter .dynamicCarousel,
  .cq-wcm-edit .box .brochureware-download .splitter #global-ux .billboardCarousel,
  #global-ux .cq-wcm-edit .box .brochureware-download .splitter .billboardCarousel,
  .cq-wcm-edit .box .brochureware-download .splitter #global-ux .mediaCarousel,
  #global-ux .cq-wcm-edit .box .brochureware-download .splitter .mediaCarousel,
  .cq-wcm-edit .box .brochureware-download .splitter #global-ux .accessoriesTile,
  #global-ux .cq-wcm-edit .box .brochureware-download .splitter .accessoriesTile,
  .cq-wcm-edit .box .brochureware-download .splitter #global-ux .mediaCarousel .media-carousel,
  #global-ux .mediaCarousel .cq-wcm-edit .box .brochureware-download .splitter .media-carousel,
  .cq-wcm-edit .box .brochureware-download .splitter #global-ux .threesixtyColouriser,
  #global-ux .cq-wcm-edit .box .brochureware-download .splitter .threesixtyColouriser,
  .cq-wcm-edit .box .brochureware-download .splitter #global-ux .accessoriesTile .media-carousel,
  #global-ux .accessoriesTile .cq-wcm-edit .box .brochureware-download .splitter .media-carousel {
    display: block;
  }
}

.box .brochureware-download .splitter-column {
  float: none;
  overflow: hidden;
}

@media only screen and (min-width: 48em) {
  .box .brochureware-download .splitter-column {
    display: table-cell;
  }

  .cq-wcm-edit .box .brochureware-download .splitter-column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
  }
}

.box .brochureware-download .splitter-column>div {
  padding: 50px 0;
}

@media only screen and (min-width: 48em) {
  .box .brochureware-download .splitter-column>div {
    padding: 0;
  }
}

.box .brochureware-download .splitter-column:first-child>div {
  padding-top: 0;
}

@media only screen and (min-width: 48em) {
  .box .brochureware-download .splitter-column:first-child {
    padding-left: 0;
    width: 20%;
  }
}

.box .brochureware-download .splitter-column:nth-child(2)>div,
.box .brochureware-download .splitter-column:nth-child(3)>div {
  border-top: 1px solid #dfdfdf;
}

@media only screen and (min-width: 48em) {
  .box .brochureware-download .splitter-column:nth-child(2)>div,
  .box .brochureware-download .splitter-column:nth-child(3)>div {
    border: none;
  }
}

@media only screen and (min-width: 48em) {
  .box .brochureware-download .splitter-column:nth-child(2),
  .box .brochureware-download .splitter-column:nth-child(3) {
    width: 40%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .box .brochureware-download .splitter-column:nth-child(2):before,
  .box .brochureware-download .splitter-column:nth-child(3):before {
    content: '';
    display: block;
    float: left;
    position: absolute;
    height: calc(100% - 30px);
    padding-top: 100%;
    width: 1px;
    background-color: #dfdfdf;
    top: 30px;
    left: 0;
  }

  .cq-wcm-edit .box .brochureware-download .splitter-column:nth-child(2):before,
  .cq-wcm-edit .box .brochureware-download .splitter-column:nth-child(3):before {
    content: none;
    display: none;
  }
}

#global-ux .box .brochureware-download .splitter-column h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

#global-ux .box .brochureware-download .splitter-column p {
  font-size: 12px;
  font-size: .75rem;
  color: #A8A8A8;
  margin-bottom: .3125rem;
}

#global-ux .box .brochureware-download .splitter-column a {
  font-size: inherit;
  text-decoration: none;
  font-family: inherit;
  color: #2d96cd;
}

#global-ux .box .brochureware-download .splitter-column a[class*='icon-']:before {
  font-size: 19px;
  font-family: 'icomoon';
  color: #A8A8A8;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.box .brochureware-download .splitter-column .image {
  clear: both;
}

.cq-wcm-edit .box .brochureware-download .splitter-column .image {
  float: left;
}

.box .brochureware-download .splitter-column .image+.image {
  margin-top: 30px;
}

.box .brochureware-download .splitter-column .image img {
  margin-bottom: 30px;
}

@media only screen and (min-width: 48em) {
  .box .brochureware-download .splitter-column .image img {
    float: left;
    max-width: 30%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 48em) {
  .box .brochureware-download .splitter-column .image .image-caption {
    margin-left: 30%;
    padding-left: 20px;
  }
}

#global-ux .box-image-overlay {
  min-height: 68px;
  padding: 8px 20px;
}

@media only screen and (min-width: 48em) {
  #global-ux .box-image-overlay {
    padding: 8px 6.5972%;
  }
}

#global-ux .box-image-overlay .richtext {
  float: left;
}

#global-ux .box-image-overlay .richtext h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
  color: #616161;
  line-height: 150%;
  margin: 0;
  padding-top: 30px;
}

@media only screen and (min-width: 48em) {
  #global-ux .box-image-overlay .richtext h3 {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 8px 0;
  }
}

#global-ux .box-image-overlay .actionsPanel {
  float: right;
  padding: 0;
  width: auto;
}

#global-ux .box-image-overlay .actionsPanel p {
  margin-bottom: 0;
}

#global-ux .box-image-overlay .actionsPanel .action {
  width: auto;
  margin-left: 30px;
}

#global-ux .overlay-content-inner .box .box-image-overlay {
  padding: 0;
}

.rtl #global-ux .box-image-overlay .actionsPanel {
  float: left;
}

.rtl #global-ux .box .generic-wrapper .richtext h3 {
  font-size: 48px;
  font-size: 3rem;
}

.rtl #global-ux .box .generic-wrapper .richtext h5 {
  font-size: 28px;
  font-size: 1.75rem;
}

.rtl #global-ux .box .generic-wrapper .richtext p,
.rtl #global-ux .box .generic-wrapper .richtext ul li {
  font-size: 24px;
  font-size: 1.5rem;
}

.rtl #global-ux .box .generic-wrapper .richtext p:before,
.rtl #global-ux .box .generic-wrapper .richtext ul li:before {
  margin: -3px -15px 10px 0;
}

.rtl #global-ux .box .generic-wrapper .richtext ul {
  margin-left: 0;
  margin-right: 2.5rem;
}

.rtl #global-ux .box .features-trigger .section {
  float: right;
}

#global-ux .brightcove {
  background: #fff;
}

#global-ux .brightcove .fsVideoContainer {
  z-index: 10000;
  top: 0px !important;
  right: 0px !important;
  position: fixed !important;
  left: 0px !important;
  display: grid !important;
  min-height: 100vh !important;
}

#global-ux .brightcove .fsVideoContainer .icon-plus.icon-x {
  background-image: url("../../fordcn-re-ap/img/icons.svg");
  background-repeat: no-repeat;
  font-size: 40px;
  display: block;
  background-position: -80px -220px;
  position: absolute;
  right: 2%;
  top: 2%;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

#global-ux .brightcove .vjs-tech.fsVideo {
  padding: 0;
  margin: 0;
  margin-top: 50px;
  height: 100%;
  z-index: 10000001;
  position: absolute;
}

#global-ux .brightcove .brightcove-player {
  position: relative;
  width: 100%;
  height: 100%;
}

#global-ux .brightcove .brightcove-player iframe {
  display: block;
  border: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#global-ux .brightcove .brightcove-player .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

#global-ux .brightcove .brightcove-player .vjs-fullscreen {
  position: relative !important;
}

#global-ux .brightcove .brightcove-player .vjs-big-play-button {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: VideoJS;
  font-size: 48px;
  padding: 0px;
  margin: 0px;
  background-color: rgba(0,0,0,0.45);
}

#global-ux .brightcove .brightcove-player .vjs-button {
  font-family: VideoJS;
  padding: 0px;
  font-size: 10px;
  background: none;
}

#global-ux .brightcove .brightcove-player object.vjs-tech,
#global-ux .brightcove .brightcove-player .BrightcoveExperience {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#global-ux .brightcove .brightcove-player .start-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  overflow: hidden;
  cursor: pointer;
}

#global-ux .brightcove .brightcove-player .start-image a picture {
  font-size: 4.0625rem;
  display: block;
  color: #fff;
  position: relative;
  cursor: pointer;
}

#global-ux .brightcove .brightcove-player .start-image 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;
}

#global-ux .brightcove .brightcove-player .start-image a picture:before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "\e632";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  cursor: pointer;
}

#global-ux .brightcove .brightcove-player .start-image .component-content,
#global-ux .brightcove .brightcove-player .start-image .component-content picture {
  position: static !important;
}

#global-ux .brightcove .brightcove-player .start-image .component-content img {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}

#global-ux .brightcove .brightcove-player .end-image {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#global-ux .brightcove .brightcove-player .end-image a picture {
  font-size: 4.0625rem;
  display: block;
  color: #fff;
  position: relative;
}

#global-ux .brightcove .brightcove-player .end-image 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;
}

#global-ux .brightcove .brightcove-player .end-image a picture:before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "\e632";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

#global-ux .brightcove .brightcove-player .end-image .component-content,
#global-ux .brightcove .brightcove-player .end-image .component-content picture {
  position: static !important;
}

#global-ux .brightcove .brightcove-player .end-image .component-content img {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

#global-ux .brightcove .brightcove-player .start-image .component-content,
#global-ux .brightcove .brightcove-player .end-image .component-content {
  position: relative;
}

#global-ux .brightcove .brightcove-player .start-image .brightcove-text,
#global-ux .brightcove .brightcove-player .end-image .brightcove-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 2.6875rem;
  font-weight: 700;
  font-size: 15px;
  font-size: .9375rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .brightcove .brightcove-player .start-image .brightcove-text,
  #global-ux .brightcove .brightcove-player .end-image .brightcove-text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 3.9375rem;
  }
}

#global-ux .brightcove .brightcove-player.auto-play .start-image {
  display: none !important;
}

#global-ux .brightcove .video-description {
  background: #000;
  padding: .625rem 1.25rem;
}

#global-ux .brightcove .video-description,
#global-ux .brightcove .video-description h2 {
  color: #fff;
  font-weight: 200;
}

#global-ux .brightcove .video-description h2 {
  font-size: 15px;
  font-size: .9375rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .brightcove .video-description h2 {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 1.25rem 2.5rem;
  }
}

.csstransforms #global-ux .overlay-container.overlay-video .overlay-content {
  top: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.brightcove .outer-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
}

.brightcove .outer-container .BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#global-ux .brightcove.section .billboard-paragraph {
  position: absolute;
  top: 50%;
  padding-left: 7%;
  width: 40%;
  transform: translate(0, -50%);
  z-index: 999;
}

#global-ux .brightcove.section .billboard-paragraph .richtext h2 {
  font-weight: 200;
  color: #fff;
  margin: 0;
  font-size: 48px;
  display: inline-block;
  padding: 0;
  padding-bottom: 28px;
}

#global-ux .brightcove.section .billboard-paragraph .richtext p {
  padding: 0;
  margin: 0;
}

#global-ux .brightcove.section .billboard-paragraph .richtext p .cta-button {
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  padding: 23px 68px;
  border: none;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 17px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #global-ux .brightcove.section .billboard-paragraph .richtext h2 {
    font-size: 25px;
    text-shadow: none;
    padding-bottom: 18px;
  }

  #global-ux .brightcove.section .billboard-paragraph .richtext p .cta-button {
    display: inline-block;
    margin: 0 auto 15px;
    font-size: 10px;
    text-align: center;
    width: 25%;
    min-width: inherit !important;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  #global-ux .brightcove.section .billboard-paragraph {
    width: 100%;
    left: 0%;
    top: 70%;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  #global-ux .brightcove.section .billboard-paragraph .richtext h2 {
    font-size: 24px;
    padding: 18px 10px;
    line-height: 33px;
    padding-bottom: 0;
  }

  #global-ux .brightcove.section .billboard-paragraph .richtext h2+h2 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }

  #global-ux .brightcove.section .billboard-paragraph .richtext p .cta-button {
    display: inline-block;
    margin: 0 auto 15px;
    font-size: 13px;
    text-align: center;
    width: auto;
    min-width: inherit !important;
  }
}

@media (max-width: 767px) {
  .rtl .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext h2 {
    line-height: 1.2 !important;
  }
}

.rtl #global-ux .brightcove-description h5 {
  font-size: 30px;
  font-size: 1.875rem;
}

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

#back-to-the-top {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  top: 90px;
  width: 100%;
  max-width: 90rem;
  left: 50%;
  max-height: 0;
  z-index: 10;
}

#back-to-the-top.scrollUp a {
  right: 10px;
  opacity: 1;
}

@media only screen and (min-width: 30.0625em) {
  #back-to-the-top.scrollUp a {
    right: 5px;
  }
}

@media only screen and (min-width: 30.0625em) {
  #back-to-the-top {
    top: auto;
    bottom: 105px;
  }
}

@media only screen and (min-width: 48em) {
  #back-to-the-top {
    bottom: 127px;
  }
}

@media only screen and (max-width: 479px) {
  #back-to-the-top {
    top: auto;
    bottom: 100px;
  }
}

#back-to-the-top a {
  -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;
  display: block;
  position: absolute;
  right: -50px;
  width: 65px;
  height: 65px;
  padding: 10px;
  opacity: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

#back-to-the-top a:before {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  font-family: "icomoon";
  content: "\e640";
  display: block;
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  color: #fff;
  text-indent: 0;
  text-align: center;
  opacity: inherit;
}

#back-to-the-top a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: 45px;
  height: 45px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.6);
  opacity: inherit;
}

#global-ux .brandGallery {
  margin: 0;
  background: #fff;
  overflow: hidden;
  height: auto !important;
}

@media only screen and (min-width: 90.125rem) {
  #global-ux .brandGallery {
    margin: 0 -1px -1px;
  }
}

#global-ux .brandGallery .item {
  position: relative;
  display: none;
}

#global-ux .brandGallery .item:nth-child(-n+4) {
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .brandGallery .item {
    display: block !important;
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .brandGallery .item {
    display: block !important;
    float: left;
    width: 25%;
  }
}

#global-ux .brandGallery .image {
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

#global-ux .brandGallery .image .image-caption {
  -webkit-transition: background 0.5s ease 0.1s;
  -moz-transition: background 0.5s ease 0.1s;
  -ms-transition: background 0.5s ease 0.1s;
  -o-transition: background 0.5s ease 0.1s;
  transition: background 0.5s ease 0.1s;
  pointer-events: none;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: rgba(45,150,205,0.6);
}

#global-ux .brandGallery .image .image-caption p {
  font-weight: 300;
  position: relative;
  margin-left: 0.625rem;
  color: #fff;
  line-height: 1;
  padding: 0 50px 0 3%;
  margin-bottom: 0;
  height: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#global-ux .brandGallery .image .image-caption p span {
  line-height: 1.2rem;
}

#global-ux .brandGallery .image .image-caption p:before {
  content: "\e618";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  font-size: 1.9rem;
  margin-top: -0.45rem;
  vertical-align: middle;
  margin-right: -35px;
}

@media only screen and (min-width: 48em) {
  #global-ux .brandGallery .image .image-caption p:before {
    margin-top: 0;
    font-size: 1.1rem;
  }
}

#global-ux .brandGallery .image picture img {
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: none;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  box-shadow: 0 0 1px rgba(0,0,0,0.05);
  outline: 1px solid transparent;
}

#global-ux .brandGallery .image:hover .image-caption,
#global-ux .brandGallery .image a:active .image-caption,
#global-ux .brandGallery .image a:focus .image-caption {
  background: rgba(45,150,205,0.8);
}

#global-ux .brandGallery .image:hover .zoom picture img,
#global-ux .brandGallery .image a:active .zoom picture img,
#global-ux .brandGallery .image a:focus .zoom picture img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#global-ux .brandGallery .image .link-overlay-video .image-caption p:before {
  content: "" !important;
  font-size: 15px;
  font-size: .9375rem;
  margin-top: .1875rem;
}

#global-ux .brandGallery .image .component-content {
  overflow: hidden;
}

#global-ux .brandGallery .image .video-link-overlay picture,
#global-ux .brandGallery .image .link-overlay-video picture {
  margin: 0;
}

#global-ux .brandGallery .heading {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  margin-top: -1px;
  text-align: center;
  padding: 7% 5% 1.875rem;
}

#global-ux .brandGallery .heading h2 {
  font-weight: 200;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 20px 0 10px;
  line-height: 1.1;
  color: #626466;
}

@media only screen and (min-width: 48em) {
  #global-ux .brandGallery .heading h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .brandGallery .heading h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

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

#global-ux .brandGallery .heading p {
  font-size: 14px;
  font-size: .875rem;
  margin: 1.25rem 0 .625rem;
  color: #626466;
}

@media only screen and (min-width: 48em) {
  #global-ux .brandGallery .heading {
    width: 75%;
    float: left;
    padding: 5% 5% 0 1.875rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .brandGallery .one {
    width: 50%;
  }
}

@media only screen and (min-width: 1440px) {
  #global-ux .brandGallery .one.hero {
    width: 50% !important;
  }
}

#global-ux .brandGallery .hero .image .link-overlay img {
  width: 100%;
  margin-bottom: 1px;
}

@media only screen and (min-width: 48em) {
  #global-ux .brandGallery .hero .image .image-caption p {
    font-size: 19px;
    font-size: 1.1875rem;
    text-align: center;
  }

  #global-ux .brandGallery .hero .image .image-caption p span {
    vertical-align: middle;
  }

  #global-ux .brandGallery .hero .image .image-caption p:before {
    content: none;
  }

  #global-ux .brandGallery .hero .image .image-caption p:after {
    content: "\e618";
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: none;
    font-size: 1.5rem;
    margin-top: -0.45rem;
    vertical-align: middle;
    margin-right: -35px;
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .brandGallery .hero .image .link-overlay-video .image-caption p:after {
    display: none;
  }
}

#global-ux .brandGallery .view-toggle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  display: block;
  text-align: center;
  padding: 12px 0;
  width: 100%;
  background-color: #2d96cd;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  cursor: pointer;
  color: #fff;
}

@media only screen and (min-width: 48em) {
  #global-ux .brandGallery .view-toggle {
    display: none;
  }
}

#global-ux .brandGallery .view-toggle .icon-plus,
#global-ux .brandGallery .view-toggle .icon-minus {
  font-size: 19px;
  font-size: 1.1875rem;
  vertical-align: top;
}

#global-ux .brandGallery .view-toggle .view-less {
  display: none;
}

#global-ux .brandGallery .view-toggle.in .view-less {
  display: block;
}

#global-ux .brandGallery .view-toggle.in .view-all {
  display: none;
}

#global-ux .brandGallery .ieImg {
  overflow: hidden;
}

#global-ux .brandGallery .ieImg .brandGallery-fake-img {
  position: absolute;
  max-width: none !important;
  top: 50%;
  left: 50%;
  float: none !important;
  z-index: 1;
  width: 100%;
  height: auto;
  transition: none !important;
}

#global-ux .brandGallery .ieImg .image-caption {
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  #global-ux .brandGallery .heading {
    display: table;
    padding: 0 5% 0 1.875rem;
  }

  #global-ux .brandGallery .heading .richtext {
    display: table-row;
  }

  #global-ux .brandGallery .heading .richtext .richtext-read-more {
    display: table-cell;
    vertical-align: middle;
  }

  #global-ux .brandGallery .heading .richtext .richtext-read-more h2,
  #global-ux .brandGallery .heading .richtext .richtext-read-more p {
    overflow: hidden;
  }

  #global-ux .brandGallery .heading .richtext .richtext-read-more h2 {
    height: 40px;
    margin-top: 0;
  }

  #global-ux .brandGallery .heading .richtext .richtext-read-more p {
    max-height: 42px;
    margin-bottom: 0;
    margin-top: 0;
  }

  #global-ux .brandGallery .heading .richtext .richtext-read-more .gux-tooltip:after {
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #global-ux .brandGallery .heading {
    padding: 0 .9375rem;
  }

  #global-ux .brandGallery .heading,
  #global-ux .brandGallery .heading .richtext,
  #global-ux .brandGallery .heading .richtext .richtext-read-more {
    display: block;
  }

  #global-ux .brandGallery .heading .richtext-read-more .desktop {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -moz-transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  #global-ux .brandGallery .image .image-caption {
    height: 30%;
  }

  #global-ux .brandGallery .hero .image .image-caption {
    height: 20%;
  }
}

.ie9 #global-ux .brandGallery .view-toggle {
  display: none;
}

.ie9 #global-ux .brandGallery .heading {
  padding: 0 5% 0;
  float: left;
  width: 75%;
  display: table;
}

.ie9 #global-ux .brandGallery .heading .richtext {
  display: table-row;
}

.ie9 #global-ux .brandGallery .heading .richtext .richtext-read-more {
  display: table-cell;
  vertical-align: middle;
  height: 300px;
}

.ie9 #global-ux .brandGallery .heading h2 {
  font-size: 36px;
}

.ie9 #global-ux .brandGallery .heading p {
  font-size: 14px;
  margin: 20px 0 10px;
  line-height: 20px;
}

.ie9 #global-ux .brandGallery .item {
  display: block !important;
  float: left;
  width: 25%;
}

.ie9 #global-ux .brandGallery .one {
  width: 50%;
}

.ie9 #global-ux .brandGallery .image .image-caption {
  background: #2d96cd;
  filter: alpha(opacity=60);
  cursor: pointer;
}

.ie9 #global-ux .brandGallery .image .image-caption p::before {
  font-size: 15px;
  margin-top: 30px;
}

.ie9 #global-ux .brandGallery .image .image-caption p {
  text-align: left;
  top: 30%;
}

.ie9 #global-ux .brandGallery .image .black-caption .image-caption {
  background: #000000;
  opacity: 0.5;
}

.ie9 #global-ux .brandGallery .hero {
  margin-bottom: -1px;
}

.ie9 #global-ux .brandGallery .hero .image .image-caption p {
  font-size: 19px;
}

.ie9 #global-ux .brandGallery .hero .image .link-overlay img {
  margin-bottom: 0;
}

#global-ux .brandGallery .image .black-caption .image-caption {
  background: rgba(0,0,0,0.5);
}

#global-ux .brandGallery .image .black-caption:hover .image-caption,
#global-ux .brandGallery .image .black-caption a:active .image-caption,
#global-ux .brandGallery .image .black-caption a:focus .image-caption {
  background: rgba(0,0,0,0.8);
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .brandGallery .heading {
    float: right;
  }
}

.rtl #global-ux .brandGallery .heading .richtext .richtext-read-more h2 {
  font-size: 54px;
  font-size: 3.375rem;
  height: 80px;
}

@media only screen and (max-width: 479px) {
  .rtl #global-ux .brandGallery .heading .richtext .richtext-read-more h2 {
    height: auto;
  }
}

.rtl #global-ux .brandGallery .heading .richtext .richtext-read-more p {
  font-size: 24px;
  font-size: 1.5rem;
  max-height: 60px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .brandGallery .item {
    float: right;
  }
}

.rtl #global-ux .brandGallery .image .image-caption p {
  font-size: 22px !important;
  padding-right: 3%;
}

.rtl #global-ux .brandGallery .image .image-caption p:after {
  transform: rotateY(-180deg);
  padding-top: 4px;
}

@media (max-width: 767px) {
  .rtl #global-ux .brandGallery .image .image-caption p.text-left {
    padding-left: 50px;
  }

  .rtl #global-ux .brandGallery .image .image-caption p.text-left:before {
    left: -40px;
    position: relative;
  }
}

#global-ux .cookie-disclaimer {
  display: none;
  background: #1b394e;
}

#global-ux .cookie-disclaimer .close {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: right;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

#global-ux .cookie-disclaimer .text {
  padding: 30px;
}

#global-ux .cookie-disclaimer .text p {
  color: #fff;
  text-align: center;
  padding-right: 10px;
}

#global-ux .cookie-disclaimer .text p a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

#global-ux .youMightAlsoLike {
  display: none;
}

#global-ux .youMightAlsoLike.service-ok {
  display: block;
  position: relative;
  padding: 4.0625rem 1.5625rem 7.1875rem;
  overflow: hidden;
  text-align: center;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .youMightAlsoLike.service-ok {
    padding: 4.0625rem 1.5625rem 4.375rem 1.5625rem;
  }
}

#global-ux .youMightAlsoLike.service-ok h2 {
  font-weight: 200;
  color: #616161;
}

@media only screen and (min-width: 48em) {
  #global-ux .youMightAlsoLike.service-ok h2 {
    text-align: center;
  }
}

#global-ux .youMightAlsoLike.service-ok .slide-container {
  width: 440px;
  margin: 0 auto;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .youMightAlsoLike.service-ok .slide-container {
    width: 660px;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .youMightAlsoLike.service-ok .slide-container {
    width: 920px;
  }
}

#global-ux .youMightAlsoLike.service-ok .slide-container.three-items {
  width: 660px;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .youMightAlsoLike.service-ok .slide-container.three-items {
    width: 660px;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .youMightAlsoLike.service-ok .slide-container.three-items {
    width: 1080px;
  }
}

#global-ux .youMightAlsoLike.service-ok .carousel {
  outline-width: 0;
  overflow-x: scroll;
}

@media only screen and (min-width: 62em) {
  #global-ux .youMightAlsoLike.service-ok .carousel {
    overflow: hidden;
  }
}

#global-ux .youMightAlsoLike.service-ok .carousel .carousel-slide {
  width: 220px;
  float: left;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .youMightAlsoLike.service-ok .carousel .carousel-slide {
    width: 330px;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .youMightAlsoLike.service-ok .carousel .carousel-slide {
    width: 450px;
  }
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .youMightAlsoLike.service-ok .carousel .three-items .carousel-slide {
    width: 220px;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .youMightAlsoLike.service-ok .carousel .three-items .carousel-slide {
    width: 360px;
  }
}

#global-ux .youMightAlsoLike.service-ok .model {
  padding: 0 .9375rem;
  text-align: center;
}

#global-ux .youMightAlsoLike.service-ok .model h6 {
  font-weight: 300;
  color: #2d96cd;
}

@media only screen and (max-width: 30em) {
  #global-ux .youMightAlsoLike.service-ok .model h6 {
    padding: 0;
  }
}

#global-ux .youMightAlsoLike.service-ok .model h6:hover {
  color: #19678e;
}

#global-ux .youMightAlsoLike.service-ok .model p {
  margin-bottom: .3125rem;
  cursor: pointer;
  color: #231f20;
}

#global-ux .youMightAlsoLike.service-ok .model sup[data-disclosure] {
  cursor: pointer;
}

#global-ux .youMightAlsoLike.service-ok .model a {
  color: #2596cf;
}

#global-ux .gallery-trigger {
  position: relative;
  overflow: hidden;
}

#global-ux .gallery-trigger:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .gallery-trigger .image {
  position: relative;
  display: none;
  float: left;
  overflow: hidden;
  width: 50%;
  margin: 0;
  padding: 0;
  max-height: 200px;
}

.ie9 #global-ux .gallery-trigger .image {
  width: 25%;
  display: block;
  max-height: none;
}

#global-ux .gallery-trigger .image:nth-child(-n+7),
#global-ux .gallery-trigger .image:last-child {
  display: block;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .gallery-trigger .image {
    width: 50%;
    max-height: 320px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .gallery-trigger .image {
    width: 25%;
    display: block;
  }
}

#global-ux .gallery-trigger .image .image-caption {
  font-weight: 300;
  pointer-events: none;
  display: block;
  position: absolute;
  color: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(45,150,205,0.9);
}

.ie9 #global-ux .gallery-trigger .image .image-caption {
  background: #2d96cd;
}

#global-ux .gallery-trigger .image .image-caption p {
  font-size: 24px;
  font-size: 1.5rem;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  position: relative;
  top: 50%;
  padding: 0 5%;
  margin: -12px 0 0 0;
  line-height: 26.4px;
  color: white;
  text-align: center;
  text-decoration: none;
}

#global-ux .gallery-trigger .image .image-caption p:after {
  content: "\e615";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}

#global-ux .gallery-trigger .image .component-content a:focus picture img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#global-ux .gallery-trigger .image picture img {
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  -webkit-transform: scale(1.01) translateZ(0);
  -moz-transform: scale(1.01) translateZ(0);
  -ms-transform: scale(1.01) translateZ(0);
  -o-transform: scale(1.01) translateZ(0);
  transform: scale(1.01) translateZ(0);
  height: 100%;
}

#global-ux .gallery-trigger .image picture:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .gallery-trigger .splitter-column .image {
    width: auto;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .gallery-trigger .splitter-column .image {
    width: auto;
  }
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .gallery-trigger .splitter-column .sameHeightSplitter .image {
    width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .gallery-trigger .splitter-column .sameHeightSplitter .image {
    width: 100%;
  }
}

#global-ux .overlay-container.gallery-trigger-carousel .slides-container {
  position: relative;
  transition-duration: 0ms;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-container.gallery-trigger-carousel .slides-container {
    width: auto !important;
  }
}

#global-ux .overlay-container.gallery-trigger-carousel .slides-container.is-loading {
  transition-duration: 200ms;
}

#global-ux .overlay-container.gallery-trigger-carousel .slides-container>div:not(.carousel-arrows) {
  float: left;
  max-width: 90rem;
}

#global-ux .overlay-container.gallery-trigger-carousel .slides-container .slide {
  position: relative;
  display: none;
}

#global-ux .overlay-container.gallery-trigger-carousel .slides-container .slide.is-active,
#global-ux .overlay-container.gallery-trigger-carousel .slides-container .slide.is-loading {
  display: block;
}

#global-ux .overlay-container.gallery-trigger-carousel.overlay-hide .carousel-arrows {
  display: none;
  right: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-container.gallery-trigger-carousel.visible .carousel-arrows {
    display: block;
  }
}

#global-ux .overlay-container.gallery-trigger-carousel .overlay-content {
  width: 90rem;
  max-width: 1130px;
  overflow-x: hidden;
}

#global-ux .overlay-container.gallery-trigger-carousel .overlay-content:hover .carousel-arrows {
  right: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-container.gallery-trigger-carousel .accordion-handle {
    margin-top: 3px;
  }
}

#global-ux .overlay-container.gallery-trigger-carousel .gallery-counter {
  font-size: 14pxpx;
  font-size: .875rem;
  font-weight: 200;
  float: right;
  color: #616161;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-container.gallery-trigger-carousel .gallery-counter {
    position: absolute;
    top: 31px;
    right: 250px;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .overlay-container.gallery-trigger-carousel .gallery-counter {
    display: none;
  }
}

#global-ux .overlay-container.gallery-trigger-carousel .carousel-arrows {
  display: none;
  right: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-container.gallery-trigger-carousel .carousel-arrows {
    -webkit-transition: right 0.2s ease;
    -moz-transition: right 0.2s ease;
    -ms-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
    transition: right 0.2s ease;
    position: absolute;
    top: -100px;
    right: 0px !important;
    margin-top: -15px;
    z-index: 1;
  }

  #global-ux .overlay-container.gallery-trigger-carousel .carousel-arrows .icon {
    line-height: 47px;
  }
}

#global-ux .overlay-container.gallery-trigger-carousel .carousel-arrows .carousel-btn {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  display: block;
  height: 47px;
  width: 47px;
  border-radius: 0;
  border: none;
  background-color: #2d96cd;
  cursor: pointer;
}

#global-ux .overlay-container.gallery-trigger-carousel .carousel-arrows .carousel-btn.darkened {
  background-color: rgba(0,0,0,0.5);
}

#global-ux .overlay-container.gallery-trigger-carousel .carousel-arrows .carousel-btn:hover {
  background-color: #fff;
}

#global-ux .overlay-container.gallery-trigger-carousel .carousel-arrows .carousel-btn:hover .icon {
  color: #2d96cd;
}

#global-ux .overlay-container.gallery-trigger-carousel .carousel-arrows .carousel-btn .icon {
  color: #fff;
  display: block;
  text-align: center;
}

#global-ux .overlay-container.gallery-trigger-carousel .carousel-arrows .carousel-btn+ul {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  #global-ux .gallery-trigger .image:nth-of-type(4),
  #global-ux .gallery-trigger .image:nth-of-type(5),
  #global-ux .gallery-trigger .image:nth-of-type(6),
  #global-ux .gallery-trigger .image:nth-of-type(7) {
    display: none;
  }

  #global-ux .gallery-trigger .image:nth-of-type(1),
  #global-ux .gallery-trigger .image:nth-of-type(2),
  #global-ux .gallery-trigger .image:nth-of-type(3),
  #global-ux .gallery-trigger .image:last-child {
    display: block !important;
  }
}

.rtl #global-ux .gallery-trigger .image {
  float: right;
}

.rtl #global-ux .gallery-trigger .image .image-caption p {
  font-size: 40px;
  font-size: 2.5rem;
}

.rtl #global-ux .gallery-trigger .image .image-caption p:after {
  transform: rotateY(-180deg);
}

.rtl #global-ux .overlay-container.gallery-trigger-carousel .gallery-counter .gallery-counter-current {
  float: right;
  margin-left: .3125rem;
}

.rtl #global-ux .overlay-container.gallery-trigger-carousel .gallery-counter .gallery-counter-all {
  float: left;
  margin-right: .3125rem;
}

#global-ux .search {
  overflow: hidden;
  height: 100%;
}

@media only screen and (max-width: 30em) {
  #global-ux .search.search-form-sa .search-header {
    padding: 60px 30px;
  }
}

#global-ux .search.search-form-sa .search-header .search-button {
  display: block;
  top: 5px;
  font-size: 2.375rem;
}

@media only screen and (max-width: 30em) {
  #global-ux .search.search-form-sa .search-header .search-button {
    font-size: 1.625rem;
  }
}

#global-ux .search.search-form-sa .search-header.focused input[type="search"] {
  background: #fafafa;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

@media only screen and (max-width: 30em) {
  #global-ux .search.search-form-sa .search-header input[type="search"] {
    font-size: 18px;
  }
}

#global-ux .search.search-form-sa .search-main {
  padding: 284px 100px 0;
}

@media only screen and (max-width: 30em) {
  #global-ux .search.search-form-sa .search-main {
    padding: 174px 100px 0;
  }
}

#global-ux .search.search-form-sa .search-main .search-popular-items,
#global-ux .search.search-form-sa .search-main .search-how-to {
  display: none;
}

#global-ux .search .search-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 90rem;
  padding: 35px 60px;
  margin: 0 auto;
  background: #fff;
}

#global-ux .search .search-header .search-button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

#global-ux .search .search-header.focused .search-button {
  visibility: visible;
  opacity: 1;
}

#global-ux .search .search-header.focused .header-search-teaser p:before {
  margin: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .search .search-header {
    padding: 75px 100px;
    max-width: 70.63rem;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .search .search-header {
    padding: 30px;
  }
}

#global-ux .search .header-search-teaser p {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-bottom: 14px;
  color: #A8A8A8;
}

#global-ux .search .header-search-teaser p:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .search .header-search-teaser p:before {
  -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;
  margin-right: 10px;
  visibility: visible;
  opacity: 1;
}

#global-ux .search .search-input {
  position: relative;
}

#global-ux .search .search-input .twitter-typeahead {
  width: 100%;
}

#global-ux .search .search-input input[type="search"],
#global-ux .search .search-input .search-button {
  font-size: 2rem;
  line-height: 46px;
}

@media only screen and (min-width: 48em) {
  #global-ux .search .search-input input[type="search"],
  #global-ux .search .search-input .search-button {
    font-size: 3rem;
    line-height: 68px;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .search .search-input input[type="search"],
  #global-ux .search .search-input .search-button {
    font-size: 1.625rem;
    line-height: 1;
  }
}

#global-ux .search .search-input input[type="search"] {
  font-weight: 200;
  background: transparent;
  height: auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 85px;
  color: #616161;
  border-width: 0;
  border-left: 1px solid #979797;
  box-shadow: none;
}

#global-ux .search .search-input input[type="search"]::-webkit-input-placeholder,
#global-ux .search .search-input input[type="search"]:-moz-placeholder,
#global-ux .search .search-input input[type="search"]:-ms-input-placeholder,
#global-ux .search .search-input input[type="search"]::-moz-placeholder {
  color: #A8A8A8;
}

@media only screen and (max-width: 30em) {
  #global-ux .search .search-input input[type="search"] {
    padding-right: 10px;
  }
}

#global-ux .search .search-input .search-button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  right: 10px;
  visibility: hidden;
  padding: 0;
  opacity: 0;
  background: none;
  color: #2d96cd;
  display: none;
}

#global-ux .search .search-input .search-button:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .search .search-input .search-button span {
  display: none;
}

#global-ux .search .search-input .search-button:hover,
#global-ux .search .search-input .search-button:focus {
  color: #66afe9;
}

#global-ux .search .search-input input::-webkit-input-placeholder {
  color: #616161;
}

#global-ux .search .search-input input::-moz-placeholder {
  color: #616161;
}

#global-ux .search .search-input input:-ms-input-placeholder {
  color: #616161;
}

#global-ux .search .search-basic .search-input .search-button:after {
  content: "";
}

#global-ux .search .tt-menu {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

#global-ux .search .tt-menu .tt-suggestion {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  padding: 20px 25px;
  border-top: 1px solid #e0e0e0;
}

#global-ux .search .tt-menu .tt-suggestion a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: 200;
}

#global-ux .search .tt-menu .tt-suggestion a:hover {
  color: #0078a0;
}

#global-ux .search .tt-menu .tt-suggestion:first-child {
  border-top: 0;
}

#global-ux .search .tt-menu .tt-suggestion.tt-cursor {
  background-color: #fafafa;
}

#global-ux .search .tt-menu .tt-suggestion.tt-cursor a {
  color: #0078a0;
}

@media only screen and (min-width: 48em) {
  #global-ux .search .tt-menu {
    width: auto;
  }
}

#global-ux .search .search-main {
  display: none;
  padding: 185px 60px 0;
}

#global-ux .search .search-main .search-col {
  font-weight: 200;
  float: left;
  width: 100%;
  padding: 30px 0;
  vertical-align: top;
}

#global-ux .search .search-main .search-col+.search-col {
  padding-top: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .search .search-main .search-col+.search-col {
    padding-top: 30px;
    padding-left: 45px;
    border-width: 0;
  }
}

#global-ux .search .search-main .search-col h5 {
  font-weight: 200;
  margin-bottom: 15px;
  color: white;
  font-size: 1.5rem;
}

#global-ux .search .search-main .search-col p {
  margin: 0;
}

#global-ux .search .search-main .search-col a {
  font-size: 1rem;
  line-height: 40px;
  text-decoration: none;
}

#global-ux .search .search-main .search-col a:hover,
#global-ux .search .search-main .search-col a:focus {
  color: #66afe9;
}

@media only screen and (min-width: 48em) {
  #global-ux .search .search-main .search-col {
    width: auto;
    padding-right: 45px;
    border-right: 1px solid rgba(203,203,203,0.45);
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .search .search-main {
    display: block;
    padding: 330px 100px 0;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .search .search-main {
    display: block;
  }
}

#global-ux .search .component-content {
  overflow-y: auto;
  height: 100%;
}

.configuration-page .search {
  overflow: hidden;
  background-color: #1F1F1F;
}

#global-ux .footer-search {
  overflow: visible;
  padding: 36px 5px 33px;
  background: #343434;
}

#global-ux .footer-search .component-content {
  overflow: visible;
}

#global-ux .footer-search .search-input {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
}

#global-ux .footer-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;
}

#global-ux .footer-search .search-input:before {
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -8px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #global-ux .footer-search .search-input:before {
    margin-top: -10px;
  }
}

#global-ux .footer-search .search-input .twitter-typeahead {
  width: 100%;
}

#global-ux .footer-search .search-input input[type="search"] {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 0 0 35px;
  margin-bottom: 0;
  background: #343434;
  border-width: 0;
  color: #fff;
  line-height: normal;
  margin-top: 9px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #global-ux .footer-search .search-input input[type="search"] {
    margin-top: 0;
  }
}

#global-ux .footer-search .search-input input::-webkit-input-placeholder {
  color: #fff;
}

#global-ux .footer-search .search-input input::-moz-placeholder {
  color: #fff;
}

#global-ux .footer-search .search-input input:-ms-input-placeholder {
  color: #fff;
}

#global-ux .footer-search .search-input label {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .footer-search .search-input {
    margin-bottom: 0;
  }
}

#global-ux .footer-search .footer-search-terms {
  margin-top: 8px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #global-ux .footer-search .footer-search-terms {
    margin-top: 5px;
  }
}

#global-ux .footer-search .footer-search-terms h5 {
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  display: inline-block;
  margin-right: 16px;
  color: #fff;
}

@media only screen and (min-width: 48em) {
  #global-ux .footer-search .footer-search-terms h5 {
    margin-right: 0;
  }
}

#global-ux .footer-search .footer-search-terms ul,
#global-ux .footer-search .footer-search-terms li {
  list-style: none;
}

#global-ux .footer-search .footer-search-terms ul {
  display: inline;
  margin: 0;
}

#global-ux .footer-search .footer-search-terms li {
  display: inline-block;
  margin-right: 16px;
}

#global-ux .footer-search .footer-search-terms li a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 14px;
  font-size: .875rem;
  color: #A8A8A8;
}

#global-ux .footer-search .footer-search-terms li a:hover,
#global-ux .footer-search .footer-search-terms li a:focus {
  color: #fff;
}

#global-ux .footer-search .footer-search-terms li:nth-child(n+4) {
  display: none;
}

#global-ux .footer-search .footer-search-terms li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .footer-search .footer-search-terms li {
    margin-left: 16px;
    margin-right: 0;
  }

  #global-ux .footer-search .footer-search-terms li:nth-child(n+4) {
    display: inline-block;
  }
}

#global-ux .footer-search .tt-menu {
  background-color: #343434;
  border-color: #252525;
}

#global-ux .footer-search .tt-menu .tt-suggestion {
  line-height: normal;
  border-color: #252525;
}

#global-ux .footer-search .tt-menu .tt-suggestion a {
  font-size: 14px;
  font-size: .875rem;
}

#global-ux .footer-search .tt-menu .tt-suggestion a:hover {
  color: #fff;
}

#global-ux .footer-search .tt-menu .tt-suggestion .tt-highlight {
  color: #fff;
}

#global-ux .footer-search .tt-menu .tt-suggestion.tt-cursor {
  background-color: #252525;
}

#global-ux .footer-search .tt-menu .tt-suggestion.tt-cursor a {
  color: #fff;
}

@media only screen and (min-width: 48em) {
  #global-ux .footer-search {
    padding-left: 25px;
    padding-right: 25px;
  }

  #global-ux .footer-search .richtext {
    margin-bottom: -6px;
  }
}

@media only screen and (max-width: 767px) {
  #global-ux .footer-search .search-input {
    margin-bottom: 0;
  }

  #global-ux .footer-search .search-input input[type="search"] {
    margin-top: 0;
  }

  #global-ux .footer-search .footer-search-terms {
    margin-top: 0;
  }

  #global-ux .footer-search .richtext {
    margin-top: 15px;
    margin-bottom: -4px;
  }
}

#global-ux .search-results {
  position: relative;
  padding: 55px 25px 10px 25px;
  padding: 3.4375rem 1.5625rem .625rem 1.5625rem;
  max-width: 890px;
  max-width: 55.625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .search-results {
    padding: 40px 25px 10px;
    padding: 2.5rem 1.5625rem .625rem;
  }
}

#global-ux .search-results .keyword {
  font-weight: 700;
}

#global-ux .search-results.search-result-sa {
  padding: 3.4375rem 0 0 0;
  max-width: none;
}

#global-ux .search-results.search-result-sa .search-results-header {
  background-color: #fafafa;
  padding: 30px 1.5625rem 10px 1.5625rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

#global-ux .search-results.search-result-sa .search-results-header .with-results,
#global-ux .search-results.search-result-sa .search-results-header .no-results {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0;
  line-height: 27px;
}

#global-ux .search-results.search-result-sa .search-results-header .keyword {
  font-weight: 700;
}

#global-ux .search-results.search-result-sa .search-results-header a {
  font-weight: 700;
  display: inline-block;
  padding: 15px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
}

@media only screen and (max-width: 30em) {
  #global-ux .search-results.search-result-sa .search-results-header a {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 28px;
  }
}

#global-ux .search-results.search-result-sa .search-results-header a:after {
  content: "\e618";
  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;
  margin-left: 10px;
  font-size: 30px;
  font-size: 1.875rem;
}

#global-ux .search-results.search-result-sa .search-results-header a:hover:after {
  content: "\e619";
}

#global-ux .search-results.search-result-sa .search-results-list .search-results-item {
  padding: 25px 20% 30px 1.5625rem;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0;
}

#global-ux .search-results.search-result-sa .search-results-list .search-results-item .item-name a {
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 35px;
}

#global-ux .search-results.search-result-sa .search-results-list .search-results-item .item-url a {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
}

@media only screen and (max-width: 30em) {
  #global-ux .search-results.search-result-sa .search-results-list .search-results-item .item-url a {
    font-size: 15px;
    font-size: .9375rem;
  }
}

#global-ux .search-results.search-result-sa .search-results-list .search-results-item .item-description p {
  line-height: 20px;
}

#global-ux .search-results.search-result-sa .search-results-pagination {
  padding: 35px 1.5625rem 35px 1.5625rem;
  background-color: #fafafa;
  text-align: center;
}

#global-ux .search-results.search-result-sa .search-results-pagination .pagination-btn {
  vertical-align: middle;
}

#global-ux .search-results.search-result-sa .search-results-pagination .pagination-btn .icon {
  font-size: 28px;
  font-size: 1.75rem;
}

#global-ux .search-results-header h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 47px;
  line-height: 2.9375rem;
  font-weight: 200;
  margin: 0 0 45px;
  margin: 0 0 2.8125rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .search-results-header h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
  }
}

#global-ux .search-results-header h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 300;
  margin: 0 0 21px;
  margin: 0 0 1.3125rem;
  padding: 0 4px;
  padding: 0 .25rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  color: #616161;
}

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

#global-ux .search-results-header .search-form {
  margin: 0 0 68px;
  margin: 0 0 4.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .search-results-header .search-form {
    margin: 0 0 40px;
    margin: 0 0 2.5rem;
  }
}

#global-ux .search-results-header .search-form .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 300;
  margin: 0 0 21px;
  margin: 0 0 1.3125rem;
  padding: 0 4px;
  padding: 0 .25rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  color: #616161;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .search-results-header .search-form .title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 0;
  }
}

#global-ux .search-results-header .search-form .form-textfield {
  position: relative;
  max-width: 560px;
  max-width: 35rem;
}

#global-ux .search-results-header .search-form .search {
  height: 3.125rem;
  -moz-border-radius: 2;
  -webkit-border-radius: 2;
  border-radius: 2;
  padding: 10px 48px 10px 18px;
  padding: .625rem 3rem .625rem 1.125rem;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .search-results-header .search-form .search {
    font-size: 14px;
    font-size: .875rem;
    padding: 10px 37px 10px 10px;
    padding: .625rem 2.3125rem .625rem .625rem;
    height: 40px;
    height: 2.5rem;
  }
}

#global-ux .search-results-header .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 .search-results-header .search-form .search-btn {
    padding: 12px 12px 9px;
    padding: .75rem .75rem .5625rem;
  }
}

#global-ux .search-results-header .search-form .search-btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

#global-ux .search-results-header .search-form .search-btn .icon-search {
  font-size: 17px;
  font-size: 1.0625rem;
}

#global-ux .search-results-list .search-results-item {
  margin: 0 0 58px;
  margin: 0 0 3.625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .search-results-list .search-results-item {
    margin: 0 0 35px;
    margin: 0 0 2.1875rem;
  }
}

#global-ux .search-results-list .search-results-item .item-name h3 {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

#global-ux .search-results-list .search-results-item .item-url {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 400;
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

#global-ux .search-results-list .search-results-item a {
  font-weight: 400;
  word-wrap: break-word;
}

#global-ux .search-results-list .search-results-item p {
  margin: 0;
  color: #616161;
  font-size: 14px;
  font-size: .875rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .search-results-list .search-results-item p {
    line-height: 18px;
    line-height: 1.125rem;
  }
}

#global-ux .search-results-pagination {
  width: 100%;
  padding: 0 0 30px;
  padding: 0 0 1.875rem;
}

#global-ux .search-results-pagination .content {
  display: block;
}

#global-ux .search-results-pagination .content:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .search-results-pagination .pagination-btn {
  display: inline-block;
  color: #2596cf;
  vertical-align: text-bottom;
}

#global-ux .search-results-pagination .pagination-btn .icon {
  font-size: 20px;
  font-size: 1.25rem;
}

#global-ux .search-results-pagination .pagination-previous.inactive a,
#global-ux .search-results-pagination .pagination-next.inactive a {
  pointer-events: none;
  cursor: default;
  color: #dadada;
}

#global-ux .search-results-pagination .pagination-previous {
  margin-right: 10px;
  margin-right: .625rem;
}

#global-ux .search-results-pagination .pagination-next {
  margin-left: 10px;
  margin-left: .625rem;
}

#global-ux .search-results-pagination .pagination-numbers {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  color: #2596cf;
}

#global-ux .search-results-pagination .pagination-numbers .page-number {
  margin-left: 2px;
  margin-right: 2px;
  color: #dadada;
}

#global-ux .search-results-pagination .pagination-numbers .page-current {
  font-weight: 700;
  color: #008CBA;
}

#global-ux .search-results-pagination:hover {
  right: 0;
}

#global-ux .search-basic {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
}

#global-ux .search-basic .search-input {
  position: relative;
}

@media only screen and (min-width: 48em) {
  #global-ux .search-basic {
    padding: 0;
    width: 50%;
  }
}

#global-ux .search-basic input[type=search] {
  border-radius: 2px;
  box-shadow: none;
  padding: 0 15px;
  margin: 0;
}

#global-ux .search-basic input[type=search]:-ms-input-placeholder {
  line-height: 1;
  color: #999;
}

#global-ux .search-basic input[type=search]::-ms-clear {
  display: none;
}

#global-ux .search-basic .search-button {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: transparent;
  color: #2d96cd;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 5px;
}

#global-ux .search-basic .search-button: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: 48em) {
  #global-ux .search-basic .search-button {
    font-size: 16px;
    font-size: 1rem;
    top: 9px;
  }
}

#global-ux .search-basic .search-button span {
  display: none;
}

.rtl #global-ux .search-results-header h2 {
  font-size: 48px;
  font-size: 3rem;
}

.rtl #global-ux .search-results-header .link-overlay-search {
  font-size: 24px;
  font-size: 1.5rem;
}

.rtl #global-ux .search-results-header .link-overlay-search:after {
  display: inline-block;
  padding-left: 10px;
  transform: rotateY(-180deg);
}

.rtl #global-ux .search-results-item {
  padding-right: 30px;
  padding-left: 20%;
}

.rtl #global-ux .search-results-item .item-name h3 {
  font-size: 32px;
  font-size: 2rem;
}

.rtl #global-ux .search-results-item p {
  font-size: 24px;
  font-size: 1.5rem;
}

.rtl #global-ux .search-results-pagination .pagination-btn .icon {
  display: inline-block;
  transform: rotateY(-180deg);
}

#global-ux .icon-x,
#global-ux .icon-download {
  background-image: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/icons.svg");
  background-repeat: no-repeat;
}

#global-ux .icon-x:before,
#global-ux .icon-download:before {
  display: none;
}

#global-ux .icon-x {
  background-position: -71px -206px;
}

#global-ux .icon-download {
  background-position: -257px -578px;
  width: 24px;
  height: 26px;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#global-ux .overlay-container {
  -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;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 99999;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0,0,0,0.8);
}

#global-ux .overlay-container.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

#global-ux .overlay-container.visible .overlay-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: inherit;
}

#global-ux .overlay-container.visible .overlay-content .common-box .box-content {
  position: relative;
}

#global-ux .overlay-container.visible .overlay-content .common-box .box-content .splitter-box .mediaCarouselItem .mediaCarouselItem-content h4 {
  padding: 1.25rem 1.875rem;
  border-bottom: none;
  padding: 0px;
  margin: 0px;
}

#global-ux .overlay-container.overlay-hide {
  display: none;
}

#global-ux .overlay-container .overlay-content {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  background: #fff;
  opacity: 0;
}

#global-ux .overlay-container .overlay-content:focus {
  outline: none;
}

#global-ux .overlay-container .overlay-content .overlay-msg-content-inner,
#global-ux .overlay-container .overlay-content .overlay-content-inner {
  display: none !important;
}

#global-ux .overlay-container .overlay-content .overlay-msg-content-inner>.sameHeightSplitter,
#global-ux .overlay-container .overlay-content .overlay-content-inner>.sameHeightSplitter {
  background: #fff;
  padding: 30px 60px;
  padding: 1.875rem 3.75rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .overlay-container .overlay-content .overlay-msg-content-inner>.sameHeightSplitter,
  #global-ux .overlay-container .overlay-content .overlay-content-inner>.sameHeightSplitter {
    padding: 30px 40px;
    padding: 1.875rem 2.5rem;
  }
}

#global-ux .overlay-container .overlay-content .overlay-msg-content-inner.is-active,
#global-ux .overlay-container .overlay-content .overlay-content-inner.is-active {
  display: block !important;
}

body.fullscreen-active #global-ux .overlay-container .overlay-content {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-container .overlay-content {
    width: 90%;
    max-width: 1130px;
    min-height: 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

#global-ux .overlay-container .overlay-content h4:first-of-type {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 30px 0;
  padding: 30px 100px 30px 30px;
  border-bottom: 1px solid #dbdbdb;
}

@media only screen and (max-device-width: 481px) {
  #global-ux .overlay-container .overlay-content h4:first-of-type {
    padding: 30px 30px 30px 30px;
  }
}

#global-ux .overlay-container .overlay-content .row.splitter,
#global-ux .overlay-container .overlay-content .splitter.genericCarousel,
#global-ux .overlay-container .overlay-content .splitter.dynamicCarousel,
#global-ux .overlay-container .overlay-content .splitter.billboardCarousel,
#global-ux .overlay-container .overlay-content .splitter.mediaCarousel,
#global-ux .overlay-container .overlay-content .splitter.accessoriesTile,
#global-ux .overlay-container .overlay-content .mediaCarousel .splitter.media-carousel,
#global-ux .mediaCarousel .overlay-container .overlay-content .splitter.media-carousel,
#global-ux .overlay-container .overlay-content .splitter.threesixtyColouriser,
#global-ux .overlay-container .overlay-content .accessoriesTile .splitter.media-carousel,
#global-ux .accessoriesTile .overlay-container .overlay-content .splitter.media-carousel {
  padding: 0 20px;
}

#global-ux .overlay-container .overlay-content .row.splitter .splitter-column,
#global-ux .overlay-container .overlay-content .splitter.genericCarousel .splitter-column,
#global-ux .overlay-container .overlay-content .splitter.dynamicCarousel .splitter-column,
#global-ux .overlay-container .overlay-content .splitter.billboardCarousel .splitter-column,
#global-ux .overlay-container .overlay-content .splitter.mediaCarousel .splitter-column,
#global-ux .overlay-container .overlay-content .splitter.accessoriesTile .splitter-column,
#global-ux .overlay-container .overlay-content .mediaCarousel .splitter.media-carousel .splitter-column,
#global-ux .mediaCarousel .overlay-container .overlay-content .splitter.media-carousel .splitter-column,
#global-ux .overlay-container .overlay-content .splitter.threesixtyColouriser .splitter-column,
#global-ux .overlay-container .overlay-content .accessoriesTile .splitter.media-carousel .splitter-column,
#global-ux .accessoriesTile .overlay-container .overlay-content .splitter.media-carousel .splitter-column {
  padding: 15px;
}

#global-ux .overlay-container .overlay-content .secondaryNavigation {
  display: none !important;
  visibility: hidden !important;
}

#global-ux .overlay-container .overlay-content .header-search-teaser p:before {
  display: none !important;
}

#global-ux .overlay-container .overlay-close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
}

#global-ux .overlay-container .overlay-close .icon-plus {
  font-size: 37px;
  font-size: 2.3125rem;
  display: block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-weight: 200;
  text-align: center;
  vertical-align: middle;
  color: #2d96cd;
  margin: 0;
  margin-left: 17px;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-container .overlay-close .icon-plus,
  #global-ux .overlay-container .overlay-close .icon-plus.icon-x {
    height: 64px;
    line-height: 64px;
    margin: 0;
    background-image: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/search_icon.png");
    background-position: 50% 50%;
    background-size: auto auto;
  }
}

#global-ux .overlay-container .carousel-arrows {
  right: 0;
  position: absolute;
  top: 48px;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-container .carousel-arrows {
    -webkit-transition: right 0.2s ease;
    -moz-transition: right 0.2s ease;
    -ms-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
    transition: right 0.2s ease;
    top: -100px;
    right: 0px !important;
    margin-top: -15px;
    z-index: 1;
  }

  #global-ux .overlay-container .carousel-arrows .icon {
    line-height: 47px;
  }
}

#global-ux .overlay-container .carousel-arrows .carousel-btn {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  display: block;
  height: 47px;
  width: 47px;
  border-radius: 0;
  border: none;
  background-color: #2d96cd;
  cursor: pointer;
}

#global-ux .overlay-container .carousel-arrows .carousel-btn.darkened {
  background-color: rgba(0,0,0,0.5);
}

#global-ux .overlay-container .carousel-arrows .carousel-btn:hover {
  background-color: #fff;
}

#global-ux .overlay-container .carousel-arrows .carousel-btn:hover .icon {
  color: #2d96cd;
}

#global-ux .overlay-container .carousel-arrows .carousel-btn .icon {
  color: #fff;
  display: block;
  text-align: center;
}

#global-ux .overlay-container .carousel-arrows .carousel-btn+ul {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  #global-ux .overlay-container .carousel-arrows .carousel-btn .icon {
    line-height: 47px !important;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .overlay-container .box-image-overlay .image .carousel-arrows {
    top: 50% !important;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }
}

#global-ux .overlay-container.has-form .overlay-close {
  top: 13px;
  right: 8px;
}

#global-ux .overlay-container.has-form .overlay-close .icon-plus {
  font-size: 40px;
  font-size: 2.5rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-container.has-form .overlay-close .icon-plus,
  #global-ux .overlay-container.has-form .overlay-close .icon-plus.icon-x {
    background-image: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/icons.svg");
    background-repeat: no-repeat;
  }

  #global-ux .overlay-container.has-form .overlay-close .icon-plus:before,
  #global-ux .overlay-container.has-form .overlay-close .gux-tooltip-overlay .close-icon:before,
  #global-ux .gux-tooltip-overlay .overlay-container.has-form .overlay-close .close-icon:before,
  #global-ux .overlay-container.has-form .overlay-close .showroom .model-item-overlay .model-item-close:before,
  #global-ux .showroom .model-item-overlay .overlay-container.has-form .overlay-close .model-item-close:before,
  #global-ux .overlay-container.has-form .overlay-close .icon-plus.icon-x:before,
  #global-ux .overlay-container.has-form .overlay-close .gux-tooltip-overlay .icon-x.close-icon:before,
  #global-ux .gux-tooltip-overlay .overlay-container.has-form .overlay-close .icon-x.close-icon:before,
  #global-ux .overlay-container.has-form .overlay-close .showroom .model-item-overlay .icon-x.model-item-close:before,
  #global-ux .showroom .model-item-overlay .overlay-container.has-form .overlay-close .icon-x.model-item-close:before {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-container.has-form .overlay-close {
    top: 40px;
    right: 20px;
  }

  #global-ux .overlay-container.has-form .overlay-close.desktop-align-title {
    top: 30px;
  }
}

#global-ux .overlay-navigation {
  border: 1px solid #cecece;
}

#global-ux .overlay-navigation:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .overlay-navigation.hide {
  display: none;
}

#global-ux .overlay-navigation .button-previous,
#global-ux .overlay-navigation .button-next {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 200;
  display: block;
  line-height: 2.3846153846;
  width: 50%;
}

#global-ux .overlay-navigation .button-previous span,
#global-ux .overlay-navigation .button-next span {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}

#global-ux .overlay-navigation .button-previous {
  border-right: 1px solid #cecece;
  float: left;
  padding: 13px 17.0666666667% 9px 3.7333333333%;
  text-align: right;
}

#global-ux .overlay-navigation .button-previous span {
  float: left;
}

#global-ux .overlay-navigation .button-next {
  float: right;
  padding: 13px 3.7333333333% 9px 17.8666666667%;
  text-align: left;
}

#global-ux .overlay-navigation .button-next span {
  float: right;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-navigation .button-previous,
  #global-ux .overlay-navigation .button-next {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.9615384615;
  }

  #global-ux .overlay-navigation .button-previous span,
  #global-ux .overlay-navigation .button-next span {
    font-size: 51px;
    font-size: 3.1875rem;
  }

  #global-ux .overlay-navigation .button-previous {
    padding: 19px 17.7449168207% 13px 4.1589648799%;
  }

  #global-ux .overlay-navigation .button-next {
    padding: 19px 4.1589648799% 13px 17.7449168207%;
  }
}

#global-ux .overlay-container.overlay-image .overlay-content {
  width: 100%;
  min-height: inherit;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-container.overlay-image .overlay-content {
    padding-bottom: 0;
    max-width: 1130px;
  }

  .csstransforms #global-ux .overlay-container.overlay-image .overlay-content {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
  }
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .overlay-container.overlay-image .overlay-content {
    overflow: hidden !important;
    position: relative;
    max-width: 1130px;
  }
}

#global-ux .overlay-container.overlay-image .overlay-close {
  background: transparent;
  top: 0;
  right: 0;
}

#global-ux .overlay-container.overlay-image .overlay-close .icon-plus {
  color: #fff;
}

#global-ux .share-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10001;
  top: 0;
}

#global-ux .share-overlay .share-overlay-bg {
  background: #000;
  background: rgba(0,0,0,0.55);
  left: 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10001;
}

#global-ux .share-overlay .social-links {
  display: flex;
  list-style: none;
  margin: 0;
  width: 300px;
}

#global-ux .share-overlay .social-links li {
  animation: none;
  float: left;
  padding: 0;
  width: 25%;
}

#global-ux .share-overlay .social-links a {
  font-size: 32px;
  font-size: 2rem;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  height: 64px;
  position: relative;
  color: #fff;
  text-decoration: none;
}

#global-ux .share-overlay .social-links a:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1001;
}

#global-ux .share-overlay .social-links a.icon-share-facebook {
  background-color: #5071AA;
  font-size: 0;
}

#global-ux .share-overlay .social-links a.icon-share-facebook: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;
  font-size: 35px;
}

#global-ux .share-overlay .social-links a.icon-share-twitter {
  background-color: #68C6E1;
  font-size: 0;
}

#global-ux .share-overlay .social-links a.icon-share-twitter: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;
  font-size: 35px;
}

#global-ux .share-overlay .social-links a.icon-share-googleplus {
  background-color: #F35E47;
  font-size: 0;
}

#global-ux .share-overlay .social-links a.icon-share-googleplus: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;
  font-size: 35px;
}

#global-ux .share-overlay .social-links a.icon-share-email {
  background-color: #6F6f6F;
  font-size: 0;
}

#global-ux .share-overlay .social-links a.icon-share-email: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;
  font-size: 35px;
}

#global-ux .share-overlay .social-links a.icon-share-pinterest {
  background-color: #bd081C;
  font-size: 0;
}

#global-ux .share-overlay .social-links a.icon-share-pinterest: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;
  font-size: 35px;
}

#global-ux .share-overlay .social-links a.icon-share-instagram {
  background-color: #517FA4;
  font-size: 0;
}

#global-ux .share-overlay .social-links a.icon-share-instagram: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;
  font-size: 35px;
}

#global-ux .share-overlay .social-links a.icon-share-weibo {
  background: #fff url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/weibo.png") no-repeat 50% 50%;
  background-size: 40px auto;
}

#global-ux .share-overlay .social-links a.icon-share-qzone {
  background: #fff url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/qzone.png") no-repeat 50% 50%;
  background-size: 40px auto;
}

#global-ux .share-overlay .social-links a.icon-share-kaixin {
  background: #d7083b url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/kaixin.png") no-repeat 50% 50%;
  background-size: 40px auto;
}

#global-ux .share-overlay .share-wrapper {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: fixed;
  left: 50%;
  top: 10%;
  width: 300px;
  z-index: 10002;
}

#global-ux .share-overlay .share-wrapper fieldset {
  background: #f7f7f7;
  border: 0;
  margin: 0;
  padding: 25px 15px;
}

@media only screen and (min-width: 48em) {
  #global-ux .share-overlay .share-wrapper {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 75%;
  }
}

#global-ux .share-overlay .share-wrapper .share-content {
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

#global-ux .share-overlay .share-data input {
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
  color: #2d96cd;
  display: block;
  margin: 5px 0 10px;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.5;
}

#global-ux .share-overlay .share-data label {
  color: #616161;
  display: block;
  text-align: left;
}

#global-ux .overlay-container.overlay-search-sa .overlay-content {
  height: auto;
}

#global-ux .overlay-container.overlay-search {
  overflow: hidden;
  bottom: 0;
  background: rgba(31,31,31,0.9);
}

#global-ux .overlay-container.overlay-search.overlay-search-sa {
  height: auto;
}

#global-ux .overlay-container.overlay-search.overlay-search-sa .overlay-content {
  height: auto;
}

#global-ux .overlay-container.overlay-search .overlay-content {
  height: 100%;
  margin-bottom: 0;
}

#global-ux .overlay-container.overlay-search .overlay-content-inner {
  height: 100%;
}

#global-ux .overlay-container.overlay-search .overlay-close {
  top: 18px;
  right: 18px;
  z-index: 1;
  background: transparent;
}

#global-ux .overlay-container.overlay-search .overlay-close .icon-plus {
  color: #A8A8A8;
}

.rtl #global-ux .overlay-container .overlay-close {
  direction: rtl;
  right: inherit !important;
  left: 0;
}

.rtl #global-ux .overlay-container .overlay-close .icon-plus {
  margin-left: 0;
}

.rtl #global-ux .overlay-container.gallery-trigger-carousel {
  direction: ltr;
}

.rtl #global-ux .overlay-container.gallery-trigger-carousel .slide {
  direction: rtl;
}

.rtl #global-ux .share-overlay .share-data label {
  text-align: right;
}

.tabs {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.no-js .tabs-nav {
  display: none;
}

.no-js .tabs-content {
  display: block !important;
  visibility: visible !important;
}

.no-js .tabs>.component-content {
  padding-top: 0;
}

.tabs>.component-content {
  padding-top: 39px;
}

.tabs-nav {
  height: 39px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.tabs-nav .tabs-nav-list {
  left: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.tabs-nav-item {
  font-weight: 700;
  font-size: 12px;
  font-size: .75rem;
  background: #fff;
  border: 2px 2px 0 2px solid #2d96cd;
  cursor: pointer;
  display: inline;
  float: left;
  height: 30px;
  margin-left: 5px;
  padding: 7px 10px;
  top: 4px;
}

.tabs-nav-item a {
  color: #2d96cd;
}

.tabs-nav-item:hover {
  background: #2d96cd;
}

.tabs-nav-item:hover a {
  color: #fff;
  text-decoration: none;
}

.tabs-nav-item:first-child {
  margin-left: 0;
}

.tabs-nav-item.is-active,
.tabs-nav-item.is-active:hover {
  cursor: default;
  color: #1b394e;
  background-color: #fff;
  border-color: #1b394e;
  border-bottom: none;
  padding-bottom: 9px;
}

.tabs-nav-item.is-active a,
.tabs-nav-item.is-active:hover a {
  cursor: default;
  color: #1b394e;
}

.tabs-container {
  overflow: hidden;
  width: 100%;
}

.tabs-container .tabs-content {
  position: relative;
  z-index: 8;
  top: -2px;
  min-height: 50px;
  background: rgba(151,151,151,0.4);
  float: left;
}

.tabs>.tabs-vertical {
  padding: 0 0 0 20%;
}

.tabs-vertical .tabs-nav {
  height: auto;
  width: 20%;
}

.tabs-vertical .component-content {
  padding-top: 0;
}

.tabs-vertical .tabs-nav-list {
  width: 100%;
}

.tabs-vertical .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: auto;
  clear: both;
}

.tabs-vertical .tabs-nav-item .is-active,
.tabs-vertical .tabs-nav-item .is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;
  padding: 7px 12px 7px 10px;
}

.tabs-vertical .tabs-container .tabs-content {
  left: -2px;
  top: 0;
}

.cq-wcm-edit .tabs-container .tabs-content:not(.active) {
  left: -9999px;
}

#global-ux .tabPanel .tabs-nav {
  position: relative;
  text-align: center;
  min-height: 45px;
  height: auto;
}

#global-ux .tabPanel .tabs-nav .tabs-nav-list {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  display: block;
}

#global-ux .tabPanel .tabs-nav .tabs-nav-list li.tabs-nav-item {
  margin-left: 20px;
  margin-right: 20px;
  height: auto;
  padding: 0 10px;
  display: inline-block;
  float: none;
  vertical-align: baseline;
}

#global-ux .tabPanel .tabs-nav .tabs-nav-list li.tabs-nav-item.is-active {
  border-bottom: 5px solid #1b394e;
}

#global-ux .tabPanel .tabs-nav .tabs-nav-list li.tabs-nav-item.is-active a {
  color: #1b394e;
  font-weight: 700;
}

#global-ux .tabPanel .tabs-nav .tabs-nav-list li.tabs-nav-item.is-active a p {
  color: #1b394e;
  font-weight: 700;
}

#global-ux .tabPanel .tabs-nav .tabs-nav-list li.tabs-nav-item.is-active:hover {
  background-color: #2d96cd !important;
}

#global-ux .tabPanel .tabs-nav .tabs-nav-list li.tabs-nav-item:hover {
  background-color: #f7f7f7 !important;
}

#global-ux .tabPanel .tabs-nav .tabs-nav-list li.tabs-nav-item:hover a {
  color: #1b394e;
  font-weight: 700;
}

#global-ux .tabPanel .tabs-nav .tabs-nav-list li.tabs-nav-item a {
  font-size: 1.125rem;
  text-decoration: none !important;
  font-weight: 700;
}

#global-ux .tabPanel .tabs-nav .tabs-nav-list li.tabs-nav-item a p {
  color: #2d96cd;
  font-weight: 700;
}

#global-ux .tabPanel .tabs-container {
  margin-top: 2px;
}

#global-ux .tabPanel .tabs-container .tabs-content {
  margin-bottom: 0;
}

#global-ux .tabPanel .mob-accordion-tab {
  display: none;
  height: 80px;
  padding: 30px 60px 30px 20px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  #global-ux .tabPanel .tabs-nav {
    display: none;
  }

  #global-ux .tabPanel .mobile-scrolling-tabs {
    display: block;
  }

  #global-ux .tabPanel .mobile-scrolling-tabs .tabs-nav {
    display: block;
  }

  #global-ux .tabPanel .accordion-on-mobile .mob-accordion-tab {
    display: block;
    border-bottom: solid 1px rgba(206,206,206,0.5);
    clear: both;
    position: relative;
    font-size: 16px;
    font-weight: 300;
  }

  #global-ux .tabPanel .accordion-on-mobile .mob-accordion-tab:first-child {
    border-top: solid 1px rgba(206,206,206,0.5);
  }

  #global-ux .tabPanel .accordion-on-mobile .mob-accordion-tab:last-child {
    border-bottom: none;
  }

  #global-ux .tabPanel .accordion-on-mobile .mob-accordion-tab .accordion-indicator {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    float: right;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -14px;
    transition: all .3s ease;
  }

  #global-ux .tabPanel .accordion-on-mobile .mob-accordion-tab .accordion-indicator.active {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  #global-ux .tabPanel .accordion-on-mobile .tabs-content.active {
    top: 0;
    display: inline-block;
  }

  #global-ux .tabPanel .carousel-on-mobile .flex-direction-nav {
    display: none;
  }
}

.myProfileTabOwner .tabs-nav {
  position: relative;
  text-align: center;
  height: 45px;
}

.myProfileTabOwner .tabs-nav .tabs-nav-list {
  display: inline-block;
  width: auto;
}

.myProfileTabOwner .tabs-nav .tabs-nav-list li.tabs-nav-item {
  margin-left: 20px;
  margin-right: 20px;
  height: 45px;
  padding: 0px 0px;
}

.myProfileTabOwner .tabs-nav .tabs-nav-list li.tabs-nav-item.is-active {
  border-bottom: 5px solid #1b394e;
}

.myProfileTabOwner .tabs-nav .tabs-nav-list li.tabs-nav-item.is-active a {
  color: #1b394e;
}

.myProfileTabOwner .tabs-nav .tabs-nav-list li.tabs-nav-item:hover {
  background-color: inherit;
}

.myProfileTabOwner .tabs-nav .tabs-nav-list li.tabs-nav-item:hover a {
  color: #1b394e;
}

.myProfileTabOwner .tabs-nav .tabs-nav-list li.tabs-nav-item a {
  font-size: 1.125rem;
  text-decoration: none !important;
  padding: 0 10px;
}

.myProfileTabOwner .tabs-nav .tabs-nav-list li.tabs-nav-item .link-logout-overlay {
  display: block;
  height: 100%;
}

.myProfileTabOwner .tabs-container {
  margin-top: 2px;
}

.myProfileTabOwner .tabs-container .tabs-content {
  margin-bottom: 0;
}

.myProfileTabOwner .tabs-container .tabs-content.hide {
  display: block;
  min-height: inherit;
  height: 0;
  overflow-y: hidden;
}

.myProfileTabOwner .tabs-container .tabs-content.active {
  display: block;
  min-height: 50px;
  height: auto;
  overflow: inherit;
}

.myProfileTabOwner .mob-accordion-tab {
  display: none;
  height: 80px;
  padding: 30px 60px 30px 20px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .myProfileTabOwner .zebraChartTile thead .gux-variable {
    word-wrap: break-word;
  }

  .myProfileTabOwner .tabs-nav {
    display: none;
  }

  .myProfileTabOwner .accordion-on-mobile .mob-accordion-tab {
    display: block;
    border-bottom: solid 1px rgba(206,206,206,0.5);
    clear: both;
    position: relative;
    font-size: 16px;
    font-weight: 300;
  }

  .myProfileTabOwner .accordion-on-mobile .mob-accordion-tab:first-child {
    border-top: solid 1px rgba(206,206,206,0.5);
  }

  .myProfileTabOwner .accordion-on-mobile .mob-accordion-tab .accordion-indicator {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    float: right;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -14px;
    transition: all .3s ease;
  }

  .myProfileTabOwner .accordion-on-mobile .mob-accordion-tab .accordion-indicator.active {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .myProfileTabOwner .accordion-on-mobile .tabs-content.active {
    top: 0;
    display: inline-block;
  }

  .myProfileTabOwner .carousel-on-mobile .flex-direction-nav {
    display: none;
  }
}

#global-ux .myProfileTabOwner .zebraChartTile-table.sticky-column tbody tr td:last-child {
  padding: 10px 20px;
}

#global-ux .myProfileTabOwner .zebraChartTile-table tbody tr td:last-child {
  padding: 28px 29px;
  text-align: left;
}

.image-tabs-panel.wcmmode-edit-wrap .tabs-content:not(.active) {
  display: none;
}

.image-tabs-panel.wcmmode-edit-wrap .tabs-content {
  position: relative;
  display: block;
  height: 600px;
}

.image-tabs-panel.wcmmode-edit-wrap .tabs-nav-item {
  min-height: 180px;
  width: 33%;
  position: relative;
  display: block;
}

#global-ux .tabPanel .image-tabs-panel {
  display: block;
  position: relative;
}

#global-ux .tabPanel .image-tabs-panel:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .tabPanel .image-tabs-panel .tabs-nav {
  position: relative;
  display: block;
  height: auto;
  overflow: visible;
  z-index: 9;
  margin-bottom: 20px;
}

#global-ux .tabPanel .image-tabs-panel .tabs-nav .tabs-nav-list {
  width: 100%;
  display: block;
  overflow: visible;
}

#global-ux .tabPanel .image-tabs-panel .tabs-nav li.tabs-nav-item {
  display: inline-block;
  position: relative;
  width: 33.3333333333%;
  height: auto;
  float: left;
  top: 0;
  box-sizing: border-box;
  padding: 20px 10px;
  text-align: center;
  margin: 0;
  background: #f7f7f7;
}

#global-ux .tabPanel .image-tabs-panel .tabs-nav li.tabs-nav-item a {
  text-decoration: none;
  color: inherit;
}

#global-ux .tabPanel .image-tabs-panel .tabs-nav li.tabs-nav-item a p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

#global-ux .tabPanel .image-tabs-panel .tabs-nav li.tabs-nav-item.is-active {
  background: #2d96cd;
  border-bottom: none;
}

#global-ux .tabPanel .image-tabs-panel .tabs-nav li.tabs-nav-item.is-active a p {
  color: inherit;
  font-weight: 400;
  color: #fff;
}

#global-ux .tabPanel .image-tabs-panel .tabs-nav li.tabs-nav-item.is-active .arrow-left {
  display: none;
}

#global-ux .tabPanel .image-tabs-panel .tabs-nav li.tabs-nav-item.is-active .arrow-down {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid blue;
  bottom: -8px;
  left: 44%;
}

#global-ux .tabPanel .image-tabs-panel .tabs-container {
  margin: 0;
}

#global-ux .tabPanel .image-tabs-panel .tabs-container .mobile-only,
#global-ux .tabPanel .image-tabs-panel .tabs-container .desktop-only {
  display: none;
}

@media (max-width: 61.875em) {
  #global-ux .tabPanel .image-tabs-panel .tabs-content {
    min-height: 0 !important;
  }
}

@media (min-width: 61.9375em) {
  #global-ux .tabPanel .image-tabs-panel .tabs-nav {
    float: right;
    width: 20.6896551724%;
  }

  #global-ux .tabPanel .image-tabs-panel .tabs-nav .tabs-nav-list {
    overflow: visible;
  }

  #global-ux .tabPanel .image-tabs-panel .tabs-nav li.tabs-nav-item {
    display: block;
    margin: 0;
    width: 100%;
    border: none;
    float: none;
  }

  #global-ux .tabPanel .image-tabs-panel .tabs-nav li.tabs-nav-item.is-active {
    background: #2d96cd;
  }

  #global-ux .tabPanel .image-tabs-panel .tabs-nav li.tabs-nav-item.is-active a p {
    color: #fff;
  }

  #global-ux .tabPanel .image-tabs-panel .tabs-nav li.tabs-nav-item.is-active .arrow-down {
    display: none;
  }

  #global-ux .tabPanel .image-tabs-panel .tabs-nav li.tabs-nav-item.is-active .arrow-left {
    position: absolute;
    display: block;
    top: 44%;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
  }

  #global-ux .tabPanel .image-tabs-panel .tabs-nav li img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  #global-ux .tabPanel .image-tabs-panel .tabs-container {
    width: 77.5862068966%;
    margin-right: 1.724137931%;
    float: left;
  }

  #global-ux .tabPanel .image-tabs-panel .tabs-container .tabs-content {
    position: relative;
  }

  #global-ux .tabPanel .image-tabs-panel .tabs-container .component-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

#global-ux .overlay-container.has-form .overlay-close {
  width: 30px;
  height: 30px;
}

#global-ux .overlay-container.has-form .overlay-close .icon-plus {
  background-position: -620px -215px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 30px;
  height: 30px;
  margin: 0;
}

#global-ux .form,
#global-ux .newform2020 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 25px;
  margin: 0;
  background: #fff;
  display: block;
}

#global-ux .form:after,
#global-ux .newform2020:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 75em) {
  #global-ux .form,
  #global-ux .newform2020 {
    padding: 35px 60px 90px;
  }
}

#global-ux .form.section,
#global-ux .newform2020.section {
  overflow: hidden;
}

#global-ux .form .form-group-input,
#global-ux .newform2020 .form-group-input {
  margin-left: -15px;
  margin-left: -.9375rem;
  margin-right: -15px;
  margin-right: -.9375rem;
  display: block;
}

#global-ux .form .form-group-input:after,
#global-ux .newform2020 .form-group-input:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .form .form-group-input .richtext,
#global-ux .newform2020 .form-group-input .richtext {
  padding: 0 15px;
  padding: 0 .9375rem;
}

#global-ux .form .form-group-input .richtext .richtext,
#global-ux .newform2020 .form-group-input .richtext .richtext {
  padding: 0;
}

#global-ux .form .form-group-input .richtext .richtext .mobile hr,
#global-ux .newform2020 .form-group-input .richtext .richtext .mobile hr {
  margin: 0 -30px;
}

#global-ux .form .emailfield .clearleft,
#global-ux .newform2020 .emailfield .clearleft {
  float: none !important;
}

#global-ux .form .richtext,
#global-ux .newform2020 .richtext {
  color: #616161;
}

#global-ux .form .richtext.first hr,
#global-ux .newform2020 .richtext.first hr {
  margin-left: -35px;
  margin-right: -35px;
  margin-bottom: 0;
}

#global-ux .form .richtext.first h1,
#global-ux .newform2020 .richtext.first h1 {
  margin-bottom: 32px;
}

#global-ux .form .richtext.first h1+p,
#global-ux .newform2020 .richtext.first h1+p {
  margin-top: -25px;
}

#global-ux .form .richtext.first .mobile>*,
#global-ux .newform2020 .richtext.first .mobile>* {
  padding-right: 30px;
}

@media only screen and (min-width: 75em) {
  #global-ux .form .richtext.first hr,
  #global-ux .newform2020 .richtext.first hr {
    margin-left: -60px;
    margin-right: -60px;
  }

  #global-ux .form .richtext.first h1,
  #global-ux .newform2020 .richtext.first h1 {
    margin-bottom: 42px;
  }

  #global-ux .form .richtext.first h1+p,
  #global-ux .newform2020 .richtext.first h1+p {
    margin-top: -35px;
  }
}

#global-ux .form .richtext p,
#global-ux .newform2020 .richtext p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 300;
  color: #616161;
  display: block;
}

#global-ux .form .richtext .richtext-read-more .desktop,
#global-ux .newform2020 .richtext .richtext-read-more .desktop {
  padding-bottom: 0;
  padding-top: 0;
}

#global-ux .form .richtext .richtext-read-more .desktop.hideForMobile p,
#global-ux .form .richtext .richtext-read-more .mobile.show-mob-only p,
#global-ux .newform2020 .richtext .richtext-read-more .desktop.hideForMobile p,
#global-ux .newform2020 .richtext .richtext-read-more .mobile.show-mob-only p {
  display: block;
  text-align: left;
}

#global-ux .form h1,
#global-ux .form h2,
#global-ux .newform2020 h1,
#global-ux .newform2020 h2 {
  text-indent: inherit;
  line-height: 100%;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 24px;
  font-size: 1.5rem;
  color: #616161;
  font-weight: 200;
}

#global-ux .form h1+p,
#global-ux .form h2+p,
#global-ux .newform2020 h1+p,
#global-ux .newform2020 h2+p {
  margin-top: -25px;
}

@media only screen and (min-width: 48em) {
  #global-ux .form h1,
  #global-ux .form h2,
  #global-ux .newform2020 h1,
  #global-ux .newform2020 h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 40px;
  }

  #global-ux .form h1+p,
  #global-ux .form h2+p,
  #global-ux .newform2020 h1+p,
  #global-ux .newform2020 h2+p {
    margin-top: -35px;
  }
}

#global-ux .form input[type="text"],
#global-ux .form input[type="password"],
#global-ux .form input[type="date"],
#global-ux .form input[type="datetime"],
#global-ux .form input[type="datetime-local"],
#global-ux .form input[type="month"],
#global-ux .form input[type="week"],
#global-ux .form input[type="email"],
#global-ux .form input[type="number"],
#global-ux .form input[type="search"],
#global-ux .form input[type="tel"],
#global-ux .form input[type="time"],
#global-ux .form input[type="url"],
#global-ux .form input[type="color"],
#global-ux .form select,
#global-ux .form button,
#global-ux .form textarea,
#global-ux .form .select2-container,
#global-ux .newform2020 input[type="text"],
#global-ux .newform2020 input[type="password"],
#global-ux .newform2020 input[type="date"],
#global-ux .newform2020 input[type="datetime"],
#global-ux .newform2020 input[type="datetime-local"],
#global-ux .newform2020 input[type="month"],
#global-ux .newform2020 input[type="week"],
#global-ux .newform2020 input[type="email"],
#global-ux .newform2020 input[type="number"],
#global-ux .newform2020 input[type="search"],
#global-ux .newform2020 input[type="tel"],
#global-ux .newform2020 input[type="time"],
#global-ux .newform2020 input[type="url"],
#global-ux .newform2020 input[type="color"],
#global-ux .newform2020 select,
#global-ux .newform2020 button,
#global-ux .newform2020 textarea,
#global-ux .newform2020 .select2-container {
  margin: 0;
}

#global-ux .form input[type="text"],
#global-ux .form input[type="password"],
#global-ux .form input[type="date"],
#global-ux .form input[type="datetime"],
#global-ux .form input[type="datetime-local"],
#global-ux .form input[type="month"],
#global-ux .form input[type="week"],
#global-ux .form input[type="email"],
#global-ux .form input[type="number"],
#global-ux .form input[type="search"],
#global-ux .form input[type="tel"],
#global-ux .form input[type="time"],
#global-ux .form input[type="url"],
#global-ux .form input[type="color"],
#global-ux .form textarea,
#global-ux .newform2020 input[type="text"],
#global-ux .newform2020 input[type="password"],
#global-ux .newform2020 input[type="date"],
#global-ux .newform2020 input[type="datetime"],
#global-ux .newform2020 input[type="datetime-local"],
#global-ux .newform2020 input[type="month"],
#global-ux .newform2020 input[type="week"],
#global-ux .newform2020 input[type="email"],
#global-ux .newform2020 input[type="number"],
#global-ux .newform2020 input[type="search"],
#global-ux .newform2020 input[type="tel"],
#global-ux .newform2020 input[type="time"],
#global-ux .newform2020 input[type="url"],
#global-ux .newform2020 input[type="color"],
#global-ux .newform2020 textarea {
  border-color: #a8a8a8;
}

#global-ux .form .select2-container.select2-container-disabled .select2-choice,
#global-ux .newform2020 .select2-container.select2-container-disabled .select2-choice {
  background-color: #ddd;
  border-color: #a8a8a8;
}

#global-ux .form .form-recaptchav2,
#global-ux .newform2020 .form-recaptchav2 {
  margin-bottom: 10px;
}

#global-ux .form div.form-textarea,
#global-ux .form div.form-textfield,
#global-ux .form div.form-dropdown,
#global-ux .form div.form-recaptcha,
#global-ux .newform2020 div.form-textarea,
#global-ux .newform2020 div.form-textfield,
#global-ux .newform2020 div.form-dropdown,
#global-ux .newform2020 div.form-recaptcha {
  margin-bottom: 25px;
}

@media only screen and (min-width: 48em) {
  #global-ux .form div.form-textarea,
  #global-ux .form div.form-textfield,
  #global-ux .form div.form-dropdown,
  #global-ux .form div.form-recaptcha,
  #global-ux .newform2020 div.form-textarea,
  #global-ux .newform2020 div.form-textfield,
  #global-ux .newform2020 div.form-dropdown,
  #global-ux .newform2020 div.form-recaptcha {
    margin-bottom: 42px;
  }
}

#global-ux .form div.fieldsGroup,
#global-ux .newform2020 div.fieldsGroup {
  display: block;
}

#global-ux .form div.fieldsGroup:after,
#global-ux .newform2020 div.fieldsGroup:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .form div.fieldsGroup .form-fields-group,
#global-ux .newform2020 div.fieldsGroup .form-fields-group {
  padding: 28px 0 24px;
  float: left;
  width: 100%;
  position: relative;
}

#global-ux .form div.fieldsGroup .form-fields-group:before,
#global-ux .form div.fieldsGroup .form-fields-group:after,
#global-ux .newform2020 div.fieldsGroup .form-fields-group:before,
#global-ux .newform2020 div.fieldsGroup .form-fields-group:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 15px;
  float: left;
  height: 15px;
  bottom: -5px;
  background: #fff;
}

#global-ux .form div.fieldsGroup .form-fields-group:after,
#global-ux .newform2020 div.fieldsGroup .form-fields-group:after {
  left: auto;
  right: 0;
}

#global-ux .form div.fieldsGroup .form-fields-group>.richtext,
#global-ux .newform2020 div.fieldsGroup .form-fields-group>.richtext {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #global-ux .form div.fieldsGroup .form-fields-group,
  #global-ux .newform2020 div.fieldsGroup .form-fields-group {
    padding: 60px 0 35px;
  }
}

#global-ux .form div.fieldsGroup:last-child .form-fields-group,
#global-ux .newform2020 div.fieldsGroup:last-child .form-fields-group {
  border-bottom: none;
}

#global-ux .form div.fieldsGroup.last .form-fields-group,
#global-ux .newform2020 div.fieldsGroup.last .form-fields-group {
  border: none;
  padding-bottom: 0;
}

#global-ux .form div.fieldsGroup.last .form-fields-group:before,
#global-ux .form div.fieldsGroup.last .form-fields-group:after,
#global-ux .newform2020 div.fieldsGroup.last .form-fields-group:before,
#global-ux .newform2020 div.fieldsGroup.last .form-fields-group:after {
  display: none;
}

#global-ux .form span.title,
#global-ux .newform2020 span.title {
  display: block;
  margin: 0;
  padding: 0 0 9px;
  color: #868686;
}

#global-ux .form input,
#global-ux .form select,
#global-ux .form .postfix,
#global-ux .form .prefix,
#global-ux .newform2020 input,
#global-ux .newform2020 select,
#global-ux .newform2020 .postfix,
#global-ux .newform2020 .prefix {
  font-size: 12px;
  font-size: .75rem;
  padding: 0 20px;
  border-radius: 2px;
  height: 46px;
}

#global-ux .form input.error,
#global-ux .form select.error,
#global-ux .form .postfix.error,
#global-ux .form .prefix.error,
#global-ux .newform2020 input.error,
#global-ux .newform2020 select.error,
#global-ux .newform2020 .postfix.error,
#global-ux .newform2020 .prefix.error {
  border-color: #972637;
  color: #972637;
}

#global-ux .form input:focus,
#global-ux .form input.valid,
#global-ux .form select:focus,
#global-ux .form select.valid,
#global-ux .form .postfix:focus,
#global-ux .form .postfix.valid,
#global-ux .form .prefix:focus,
#global-ux .form .prefix.valid,
#global-ux .newform2020 input:focus,
#global-ux .newform2020 input.valid,
#global-ux .newform2020 select:focus,
#global-ux .newform2020 select.valid,
#global-ux .newform2020 .postfix:focus,
#global-ux .newform2020 .postfix.valid,
#global-ux .newform2020 .prefix:focus,
#global-ux .newform2020 .prefix.valid {
  border-color: #2d96cd;
  background-color: #fff;
}

#global-ux .form .postfix,
#global-ux .newform2020 .postfix {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#global-ux .form .prefix,
#global-ux .newform2020 .prefix {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#global-ux .form select,
#global-ux .newform2020 select {
  padding: 12px 20px;
  color: #7d7d7d;
}

#global-ux .form select.valid,
#global-ux .newform2020 select.valid {
  color: #2d96cd;
}

#global-ux .form textarea,
#global-ux .newform2020 textarea {
  min-height: 90px;
  padding: 12px 20px;
  color: #7d7d7d;
}

#global-ux .form textarea.valid,
#global-ux .newform2020 textarea.valid {
  color: #2d96cd;
}

#global-ux .form hr,
#global-ux .newform2020 hr {
  border: none;
  background: #adadad;
  height: 1px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #global-ux .form .large-3,
  #global-ux .form .large-4,
  #global-ux .newform2020 .large-3,
  #global-ux .newform2020 .large-4 {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #global-ux .form .large-8,
  #global-ux .newform2020 .large-8 {
    width: 100%;
  }
}

#global-ux .form .form-checkbox,
#global-ux .newform2020 .form-checkbox {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

#global-ux .form .form-checkbox label,
#global-ux .newform2020 .form-checkbox label {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 300;
}

#global-ux .form .form-checkbox label.disabled:before,
#global-ux .newform2020 .form-checkbox label.disabled:before {
  border: 1px solid #ccc;
}

@media only screen and (min-width: 48em) {
  #global-ux .form .form-checkbox,
  #global-ux .newform2020 .form-checkbox {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #global-ux .form .form-checkbox label,
  #global-ux .newform2020 .form-checkbox label {
    font-size: 14px;
    font-size: .875rem;
    font-weight: normal;
  }
}

#global-ux .form .form-textarea small.hint,
#global-ux .form .form-textfield small.hint,
#global-ux .form .form-dropdown small.hint,
#global-ux .newform2020 .form-textarea small.hint,
#global-ux .newform2020 .form-textfield small.hint,
#global-ux .newform2020 .form-dropdown small.hint {
  font-size: 11px;
  font-size: .6875rem;
  color: #868686;
  font-weight: 400;
  padding-top: 6px;
  display: block;
  text-transform: none;
}

#global-ux .form .textfield-email.null-email input,
#global-ux .newform2020 .textfield-email.null-email input {
  font-size: 0;
  color: #fff;
}

#global-ux .form .form-submit,
#global-ux .newform2020 .form-submit {
  width: 100%;
  padding-top: 15px;
}

@media only screen and (min-width: 48em) {
  #global-ux .form .form-submit,
  #global-ux .newform2020 .form-submit {
    width: auto;
    padding-top: 5px;
  }
}

#global-ux .form .form-cancel,
#global-ux .newform2020 .form-cancel {
  width: 100%;
  padding-top: 40px;
}

#global-ux .form .form-cancel .cta-button,
#global-ux .newform2020 .form-cancel .cta-button {
  padding: 14px 40px;
  padding: .875rem 2.5rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .form .form-cancel,
  #global-ux .newform2020 .form-cancel {
    width: auto;
    padding-top: 5px;
  }
}

#global-ux .form .checkbox+.recaptcha .form-recaptcha,
#global-ux .newform2020 .checkbox+.recaptcha .form-recaptcha {
  padding-top: 30px;
}

@media only screen and (min-width: 48em) {
  #global-ux .form .checkbox+.recaptcha .form-recaptcha,
  #global-ux .newform2020 .checkbox+.recaptcha .form-recaptcha {
    padding-top: 30px;
  }
}

#global-ux .form .checkbox+.richtext,
#global-ux .newform2020 .checkbox+.richtext {
  padding-top: 10px;
}

#global-ux .form .checkbox+.richtext,
#global-ux .form .checkbox+.richtext p,
#global-ux .newform2020 .checkbox+.richtext,
#global-ux .newform2020 .checkbox+.richtext p {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.5;
}

@media only screen and (min-width: 48em) {
  #global-ux .form .checkbox+.richtext,
  #global-ux .newform2020 .checkbox+.richtext {
    padding-top: 12px;
  }

  #global-ux .form .checkbox+.richtext,
  #global-ux .form .checkbox+.richtext p,
  #global-ux .newform2020 .checkbox+.richtext,
  #global-ux .newform2020 .checkbox+.richtext p {
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .form .recaptcha .form-recaptcha .input-field,
#global-ux .newform2020 .recaptcha .form-recaptcha .input-field {
  display: inline-block;
  width: 55%;
}

@media only screen and (min-width: 48em) {
  #global-ux .form .recaptcha .form-recaptcha .input-field,
  #global-ux .newform2020 .recaptcha .form-recaptcha .input-field {
    width: 100%;
  }
}

#global-ux .form .recaptcha .form-recaptcha .input-field .captcha-refresh,
#global-ux .newform2020 .recaptcha .form-recaptcha .input-field .captcha-refresh {
  color: #008CBA;
}

#global-ux .form .recaptcha .form-recaptcha .input-field .captcha-wrap,
#global-ux .newform2020 .recaptcha .form-recaptcha .input-field .captcha-wrap {
  position: absolute;
  bottom: 8px;
  left: 100%;
  width: 100%;
  height: 30px;
}

#global-ux .form .recaptcha .form-recaptcha .input-field .captcha-wrap img,
#global-ux .newform2020 .recaptcha .form-recaptcha .input-field .captcha-wrap img {
  width: auto;
  height: 30px;
}

#global-ux .form .recaptcha .form-recaptcha input[type="text"],
#global-ux .newform2020 .recaptcha .form-recaptcha input[type="text"] {
  width: 100%;
}

#global-ux .form .recaptcha .form-recaptcha #errRecaptcha.invalid,
#global-ux .newform2020 .recaptcha .form-recaptcha #errRecaptcha.invalid {
  font-size: 11px;
  font-size: .6875rem;
  color: #f34c32;
  font-weight: normal;
  padding: 6px 0 0 0;
  display: block;
}

#global-ux .form label,
#global-ux .form .input-field,
#global-ux .form .area-field,
#global-ux .newform2020 label,
#global-ux .newform2020 .input-field,
#global-ux .newform2020 .area-field {
  display: block;
  position: relative;
  color: #616161;
}

#global-ux .form label.error:before,
#global-ux .form .error.input-field:before,
#global-ux .form .error.area-field:before,
#global-ux .newform2020 label.error:before,
#global-ux .newform2020 .error.input-field:before,
#global-ux .newform2020 .error.area-field:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .form label.error:before,
#global-ux .form .error.input-field:before,
#global-ux .form .error.area-field:before,
#global-ux .newform2020 label.error:before,
#global-ux .newform2020 .error.input-field:before,
#global-ux .newform2020 .error.area-field:before {
  content: "\e623";
  font-size: 1.15rem;
  color: #972637;
  position: absolute;
  top: auto;
  right: 12px;
  right: .75rem;
  bottom: 38px;
  bottom: 2.375rem;
}

#global-ux .form label.valid:before,
#global-ux .form .valid.input-field:before,
#global-ux .form .valid.area-field:before,
#global-ux .newform2020 label.valid:before,
#global-ux .newform2020 .valid.input-field:before,
#global-ux .newform2020 .valid.area-field:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .form label.valid:before,
#global-ux .form .valid.input-field:before,
#global-ux .form .valid.area-field:before,
#global-ux .newform2020 label.valid:before,
#global-ux .newform2020 .valid.input-field:before,
#global-ux .newform2020 .valid.area-field:before {
  content: "\e602";
  font-size: 20px;
  font-size: 1.25rem;
  color: #2d96cd;
  position: absolute;
  top: auto;
  right: 12px;
  right: .75rem;
  bottom: 13px;
  bottom: .8125rem;
}

#global-ux .form label.error:not(label),
#global-ux .form .error.input-field:not(label),
#global-ux .form .error.area-field:not(label),
#global-ux .form label small.error,
#global-ux .form .input-field small.error,
#global-ux .form .area-field small.error,
#global-ux .form label span.error,
#global-ux .form .input-field span.error,
#global-ux .form .area-field span.error,
#global-ux .newform2020 label.error:not(label),
#global-ux .newform2020 .error.input-field:not(label),
#global-ux .newform2020 .error.area-field:not(label),
#global-ux .newform2020 label small.error,
#global-ux .newform2020 .input-field small.error,
#global-ux .newform2020 .area-field small.error,
#global-ux .newform2020 label span.error,
#global-ux .newform2020 .input-field span.error,
#global-ux .newform2020 .area-field span.error {
  font-size: 11px;
  font-size: .6875rem;
  font-style: normal;
  background: transparent;
  color: #f34c32;
  padding: 6px 0 0 0;
  margin: 0;
  text-transform: none;
}

#global-ux .form label.error input[type="text"],
#global-ux .form .error.input-field input[type="text"],
#global-ux .form .error.area-field input[type="text"],
#global-ux .form label.error input[type="password"],
#global-ux .form .error.input-field input[type="password"],
#global-ux .form .error.area-field input[type="password"],
#global-ux .form label.error input[type="date"],
#global-ux .form .error.input-field input[type="date"],
#global-ux .form .error.area-field input[type="date"],
#global-ux .form label.error input[type="datetime"],
#global-ux .form .error.input-field input[type="datetime"],
#global-ux .form .error.area-field input[type="datetime"],
#global-ux .form label.error input[type="datetime-local"],
#global-ux .form .error.input-field input[type="datetime-local"],
#global-ux .form .error.area-field input[type="datetime-local"],
#global-ux .form label.error input[type="month"],
#global-ux .form .error.input-field input[type="month"],
#global-ux .form .error.area-field input[type="month"],
#global-ux .form label.error input[type="week"],
#global-ux .form .error.input-field input[type="week"],
#global-ux .form .error.area-field input[type="week"],
#global-ux .form label.error input[type="email"],
#global-ux .form .error.input-field input[type="email"],
#global-ux .form .error.area-field input[type="email"],
#global-ux .form label.error input[type="number"],
#global-ux .form .error.input-field input[type="number"],
#global-ux .form .error.area-field input[type="number"],
#global-ux .form label.error input[type="search"],
#global-ux .form .error.input-field input[type="search"],
#global-ux .form .error.area-field input[type="search"],
#global-ux .form label.error input[type="tel"],
#global-ux .form .error.input-field input[type="tel"],
#global-ux .form .error.area-field input[type="tel"],
#global-ux .form label.error input[type="time"],
#global-ux .form .error.input-field input[type="time"],
#global-ux .form .error.area-field input[type="time"],
#global-ux .form label.error input[type="url"],
#global-ux .form .error.input-field input[type="url"],
#global-ux .form .error.area-field input[type="url"],
#global-ux .form label.error input[type="color"],
#global-ux .form .error.input-field input[type="color"],
#global-ux .form .error.area-field input[type="color"],
#global-ux .form label.error textarea,
#global-ux .form .error.input-field textarea,
#global-ux .form .error.area-field textarea,
#global-ux .form label.valid input[type="text"],
#global-ux .form .valid.input-field input[type="text"],
#global-ux .form .valid.area-field input[type="text"],
#global-ux .form label.valid input[type="password"],
#global-ux .form .valid.input-field input[type="password"],
#global-ux .form .valid.area-field input[type="password"],
#global-ux .form label.valid input[type="date"],
#global-ux .form .valid.input-field input[type="date"],
#global-ux .form .valid.area-field input[type="date"],
#global-ux .form label.valid input[type="datetime"],
#global-ux .form .valid.input-field input[type="datetime"],
#global-ux .form .valid.area-field input[type="datetime"],
#global-ux .form label.valid input[type="datetime-local"],
#global-ux .form .valid.input-field input[type="datetime-local"],
#global-ux .form .valid.area-field input[type="datetime-local"],
#global-ux .form label.valid input[type="month"],
#global-ux .form .valid.input-field input[type="month"],
#global-ux .form .valid.area-field input[type="month"],
#global-ux .form label.valid input[type="week"],
#global-ux .form .valid.input-field input[type="week"],
#global-ux .form .valid.area-field input[type="week"],
#global-ux .form label.valid input[type="email"],
#global-ux .form .valid.input-field input[type="email"],
#global-ux .form .valid.area-field input[type="email"],
#global-ux .form label.valid input[type="number"],
#global-ux .form .valid.input-field input[type="number"],
#global-ux .form .valid.area-field input[type="number"],
#global-ux .form label.valid input[type="search"],
#global-ux .form .valid.input-field input[type="search"],
#global-ux .form .valid.area-field input[type="search"],
#global-ux .form label.valid input[type="tel"],
#global-ux .form .valid.input-field input[type="tel"],
#global-ux .form .valid.area-field input[type="tel"],
#global-ux .form label.valid input[type="time"],
#global-ux .form .valid.input-field input[type="time"],
#global-ux .form .valid.area-field input[type="time"],
#global-ux .form label.valid input[type="url"],
#global-ux .form .valid.input-field input[type="url"],
#global-ux .form .valid.area-field input[type="url"],
#global-ux .form label.valid input[type="color"],
#global-ux .form .valid.input-field input[type="color"],
#global-ux .form .valid.area-field input[type="color"],
#global-ux .form label.valid textarea,
#global-ux .form .valid.input-field textarea,
#global-ux .form .valid.area-field textarea,
#global-ux .newform2020 label.error input[type="text"],
#global-ux .newform2020 .error.input-field input[type="text"],
#global-ux .newform2020 .error.area-field input[type="text"],
#global-ux .newform2020 label.error input[type="password"],
#global-ux .newform2020 .error.input-field input[type="password"],
#global-ux .newform2020 .error.area-field input[type="password"],
#global-ux .newform2020 label.error input[type="date"],
#global-ux .newform2020 .error.input-field input[type="date"],
#global-ux .newform2020 .error.area-field input[type="date"],
#global-ux .newform2020 label.error input[type="datetime"],
#global-ux .newform2020 .error.input-field input[type="datetime"],
#global-ux .newform2020 .error.area-field input[type="datetime"],
#global-ux .newform2020 label.error input[type="datetime-local"],
#global-ux .newform2020 .error.input-field input[type="datetime-local"],
#global-ux .newform2020 .error.area-field input[type="datetime-local"],
#global-ux .newform2020 label.error input[type="month"],
#global-ux .newform2020 .error.input-field input[type="month"],
#global-ux .newform2020 .error.area-field input[type="month"],
#global-ux .newform2020 label.error input[type="week"],
#global-ux .newform2020 .error.input-field input[type="week"],
#global-ux .newform2020 .error.area-field input[type="week"],
#global-ux .newform2020 label.error input[type="email"],
#global-ux .newform2020 .error.input-field input[type="email"],
#global-ux .newform2020 .error.area-field input[type="email"],
#global-ux .newform2020 label.error input[type="number"],
#global-ux .newform2020 .error.input-field input[type="number"],
#global-ux .newform2020 .error.area-field input[type="number"],
#global-ux .newform2020 label.error input[type="search"],
#global-ux .newform2020 .error.input-field input[type="search"],
#global-ux .newform2020 .error.area-field input[type="search"],
#global-ux .newform2020 label.error input[type="tel"],
#global-ux .newform2020 .error.input-field input[type="tel"],
#global-ux .newform2020 .error.area-field input[type="tel"],
#global-ux .newform2020 label.error input[type="time"],
#global-ux .newform2020 .error.input-field input[type="time"],
#global-ux .newform2020 .error.area-field input[type="time"],
#global-ux .newform2020 label.error input[type="url"],
#global-ux .newform2020 .error.input-field input[type="url"],
#global-ux .newform2020 .error.area-field input[type="url"],
#global-ux .newform2020 label.error input[type="color"],
#global-ux .newform2020 .error.input-field input[type="color"],
#global-ux .newform2020 .error.area-field input[type="color"],
#global-ux .newform2020 label.error textarea,
#global-ux .newform2020 .error.input-field textarea,
#global-ux .newform2020 .error.area-field textarea,
#global-ux .newform2020 label.valid input[type="text"],
#global-ux .newform2020 .valid.input-field input[type="text"],
#global-ux .newform2020 .valid.area-field input[type="text"],
#global-ux .newform2020 label.valid input[type="password"],
#global-ux .newform2020 .valid.input-field input[type="password"],
#global-ux .newform2020 .valid.area-field input[type="password"],
#global-ux .newform2020 label.valid input[type="date"],
#global-ux .newform2020 .valid.input-field input[type="date"],
#global-ux .newform2020 .valid.area-field input[type="date"],
#global-ux .newform2020 label.valid input[type="datetime"],
#global-ux .newform2020 .valid.input-field input[type="datetime"],
#global-ux .newform2020 .valid.area-field input[type="datetime"],
#global-ux .newform2020 label.valid input[type="datetime-local"],
#global-ux .newform2020 .valid.input-field input[type="datetime-local"],
#global-ux .newform2020 .valid.area-field input[type="datetime-local"],
#global-ux .newform2020 label.valid input[type="month"],
#global-ux .newform2020 .valid.input-field input[type="month"],
#global-ux .newform2020 .valid.area-field input[type="month"],
#global-ux .newform2020 label.valid input[type="week"],
#global-ux .newform2020 .valid.input-field input[type="week"],
#global-ux .newform2020 .valid.area-field input[type="week"],
#global-ux .newform2020 label.valid input[type="email"],
#global-ux .newform2020 .valid.input-field input[type="email"],
#global-ux .newform2020 .valid.area-field input[type="email"],
#global-ux .newform2020 label.valid input[type="number"],
#global-ux .newform2020 .valid.input-field input[type="number"],
#global-ux .newform2020 .valid.area-field input[type="number"],
#global-ux .newform2020 label.valid input[type="search"],
#global-ux .newform2020 .valid.input-field input[type="search"],
#global-ux .newform2020 .valid.area-field input[type="search"],
#global-ux .newform2020 label.valid input[type="tel"],
#global-ux .newform2020 .valid.input-field input[type="tel"],
#global-ux .newform2020 .valid.area-field input[type="tel"],
#global-ux .newform2020 label.valid input[type="time"],
#global-ux .newform2020 .valid.input-field input[type="time"],
#global-ux .newform2020 .valid.area-field input[type="time"],
#global-ux .newform2020 label.valid input[type="url"],
#global-ux .newform2020 .valid.input-field input[type="url"],
#global-ux .newform2020 .valid.area-field input[type="url"],
#global-ux .newform2020 label.valid input[type="color"],
#global-ux .newform2020 .valid.input-field input[type="color"],
#global-ux .newform2020 .valid.area-field input[type="color"],
#global-ux .newform2020 label.valid textarea,
#global-ux .newform2020 .valid.input-field textarea,
#global-ux .newform2020 .valid.area-field textarea {
  padding-right: 45px;
}

#global-ux .form label,
#global-ux .newform2020 label {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
}

#global-ux .form label input,
#global-ux .form label .postfix,
#global-ux .form label .prefix,
#global-ux .form label select,
#global-ux .form label textarea,
#global-ux .newform2020 label input,
#global-ux .newform2020 label .postfix,
#global-ux .newform2020 label .prefix,
#global-ux .newform2020 label select,
#global-ux .newform2020 label textarea {
  margin-top: .5rem;
  color: #616161;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 200;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#global-ux .form label input:focus,
#global-ux .form label .postfix:focus,
#global-ux .form label .prefix:focus,
#global-ux .form label select:focus,
#global-ux .form label textarea:focus,
#global-ux .newform2020 label input:focus,
#global-ux .newform2020 label .postfix:focus,
#global-ux .newform2020 label .prefix:focus,
#global-ux .newform2020 label select:focus,
#global-ux .newform2020 label textarea:focus {
  border-color: #2d96cd;
}

@media screen and (max-width: 767px) {
  #global-ux .form label input,
  #global-ux .form label .postfix,
  #global-ux .form label .prefix,
  #global-ux .form label select,
  #global-ux .form label textarea,
  #global-ux .newform2020 label input,
  #global-ux .newform2020 label .postfix,
  #global-ux .newform2020 label .prefix,
  #global-ux .newform2020 label select,
  #global-ux .newform2020 label textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

#global-ux .form .input-field.error,
#global-ux .form .area-field.error,
#global-ux .newform2020 .input-field.error,
#global-ux .newform2020 .area-field.error {
  padding-top: 0 !important;
}

#global-ux .form .input-field.error:before,
#global-ux .form .area-field.error:before,
#global-ux .newform2020 .input-field.error:before,
#global-ux .newform2020 .area-field.error:before {
  bottom: 50%;
  margin-bottom: -9px;
}

#global-ux .form .input-field.valid,
#global-ux .form .area-field.valid,
#global-ux .newform2020 .input-field.valid,
#global-ux .newform2020 .area-field.valid {
  padding-top: 0 !important;
}

#global-ux .form .input-field.valid:before,
#global-ux .form .area-field.valid:before,
#global-ux .newform2020 .input-field.valid:before,
#global-ux .newform2020 .area-field.valid:before {
  bottom: 50%;
  margin-bottom: -10px;
}

#global-ux .form fieldset,
#global-ux .newform2020 fieldset {
  margin: 0;
  padding: 0;
}

#global-ux .form input[type="checkbox"],
#global-ux .form input[type="radio"],
#global-ux .newform2020 input[type="checkbox"],
#global-ux .newform2020 input[type="radio"] {
  opacity: 0;
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}

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

#global-ux .form input[type="checkbox"]+label:before,
#global-ux .form input[type="checkbox"]+.error+label:before,
#global-ux .form input[type="radio"]+label:before,
#global-ux .form input[type="radio"]+.error+label:before,
#global-ux .newform2020 input[type="checkbox"]+label:before,
#global-ux .newform2020 input[type="checkbox"]+.error+label:before,
#global-ux .newform2020 input[type="radio"]+label:before,
#global-ux .newform2020 input[type="radio"]+.error+label:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin-right: .625rem;
  border: 1px solid #A8A8A8;
  vertical-align: middle;
  margin-left: -2rem;
  margin-top: 1px;
}

#global-ux .form input[type="checkbox"]:checked+label:before,
#global-ux .form input[type="checkbox"]:checked+.error+label:before,
#global-ux .form input[type="radio"]:checked+label:before,
#global-ux .form input[type="radio"]:checked+.error+label:before,
#global-ux .newform2020 input[type="checkbox"]:checked+label:before,
#global-ux .newform2020 input[type="checkbox"]:checked+.error+label:before,
#global-ux .newform2020 input[type="radio"]:checked+label:before,
#global-ux .newform2020 input[type="radio"]:checked+.error+label:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .form input[type="checkbox"]:checked+label:before,
#global-ux .form input[type="checkbox"]:checked+.error+label:before,
#global-ux .form input[type="radio"]:checked+label:before,
#global-ux .form input[type="radio"]:checked+.error+label:before,
#global-ux .newform2020 input[type="checkbox"]:checked+label:before,
#global-ux .newform2020 input[type="checkbox"]:checked+.error+label:before,
#global-ux .newform2020 input[type="radio"]:checked+label:before,
#global-ux .newform2020 input[type="radio"]:checked+.error+label:before {
  font-size: 9px;
  font-size: .5625rem;
  font-weight: normal;
  width: 1rem;
  height: 1rem;
  padding-top: .125rem;
  background-color: #2d96cd;
  border: 1px solid #2d96cd;
  color: #fff;
  text-align: center;
}

#global-ux .form input[type="checkbox"].checked-parent+label,
#global-ux .form input[type="checkbox"].checked-parent+.error+label,
#global-ux .form input[type="radio"].checked-parent+label,
#global-ux .form input[type="radio"].checked-parent+.error+label,
#global-ux .newform2020 input[type="checkbox"].checked-parent+label,
#global-ux .newform2020 input[type="checkbox"].checked-parent+.error+label,
#global-ux .newform2020 input[type="radio"].checked-parent+label,
#global-ux .newform2020 input[type="radio"].checked-parent+.error+label {
  padding-left: 2rem;
}

#global-ux .form input[type="checkbox"].checked-parent+label:before,
#global-ux .form input[type="checkbox"].checked-parent+.error+label:before,
#global-ux .form input[type="radio"].checked-parent+label:before,
#global-ux .form input[type="radio"].checked-parent+.error+label:before,
#global-ux .newform2020 input[type="checkbox"].checked-parent+label:before,
#global-ux .newform2020 input[type="checkbox"].checked-parent+.error+label:before,
#global-ux .newform2020 input[type="radio"].checked-parent+label:before,
#global-ux .newform2020 input[type="radio"].checked-parent+.error+label:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin-right: .625rem;
  border: 1px solid #A8A8A8;
  vertical-align: middle;
  margin-left: -2rem;
  margin-top: 1px;
  background: transparent;
}

#global-ux .form input[type="checkbox"].un-checked-parent+label:before,
#global-ux .form input[type="checkbox"].un-checked-parent+.error+label:before,
#global-ux .form input[type="radio"].un-checked-parent+label:before,
#global-ux .form input[type="radio"].un-checked-parent+.error+label:before,
#global-ux .newform2020 input[type="checkbox"].un-checked-parent+label:before,
#global-ux .newform2020 input[type="checkbox"].un-checked-parent+.error+label:before,
#global-ux .newform2020 input[type="radio"].un-checked-parent+label:before,
#global-ux .newform2020 input[type="radio"].un-checked-parent+.error+label:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .form input[type="checkbox"].un-checked-parent+label:before,
#global-ux .form input[type="checkbox"].un-checked-parent+.error+label:before,
#global-ux .form input[type="radio"].un-checked-parent+label:before,
#global-ux .form input[type="radio"].un-checked-parent+.error+label:before,
#global-ux .newform2020 input[type="checkbox"].un-checked-parent+label:before,
#global-ux .newform2020 input[type="checkbox"].un-checked-parent+.error+label:before,
#global-ux .newform2020 input[type="radio"].un-checked-parent+label:before,
#global-ux .newform2020 input[type="radio"].un-checked-parent+.error+label:before {
  font-size: 9px;
  font-size: .5625rem;
  font-weight: normal;
  width: 1rem;
  height: 1rem;
  padding-top: .125rem;
  background-color: #2d96cd;
  border: 1px solid #2d96cd;
  color: #fff;
  text-align: center;
}

#global-ux .form .form-checkbox,
#global-ux .newform2020 .form-checkbox {
  overflow: hidden;
}

#global-ux .form .form-checkbox input[type="checkbox"],
#global-ux .newform2020 .form-checkbox input[type="checkbox"] {
  position: absolute;
}

#global-ux .form .form-checkbox fieldset,
#global-ux .newform2020 .form-checkbox fieldset {
  padding: 0;
  border: 0;
}

#global-ux .form .form-checkbox small.error,
#global-ux .newform2020 .form-checkbox small.error {
  font-size: 11px;
  font-size: .6875rem;
  font-style: normal;
  background: transparent;
  color: #f34c32;
  padding: 6px 0 0 32px;
  margin: 0;
}

#global-ux .form .form-checkbox .error input[type="checkbox"]+label:before,
#global-ux .newform2020 .form-checkbox .error input[type="checkbox"]+label:before {
  border-color: #972637;
}

#global-ux .form input[type="radio"]+label:before,
#global-ux .newform2020 input[type="radio"]+label:before {
  border-radius: 50%;
  content: " ";
  position: relative;
  margin: -2px 10px 0px 0px;
  display: inline-block;
  height: 12px;
  width: 12px;
  border: 1px solid #1b394e;
}

#global-ux .form input[type="radio"]:checked+label:before,
#global-ux .newform2020 input[type="radio"]:checked+label:before {
  font-size: 12px;
  font-size: .75rem;
  font-weight: normal;
  background-color: #1b394e;
}

#global-ux .form .form-radioButtons.radio-button,
#global-ux .newform2020 .form-radioButtons.radio-button {
  margin-bottom: 2.625rem;
}

#global-ux .form .form-radioButtons.radio-button .config label.error,
#global-ux .form .form-radioButtons.radio-button .config label.valid,
#global-ux .newform2020 .form-radioButtons.radio-button .config label.error,
#global-ux .newform2020 .form-radioButtons.radio-button .config label.valid {
  clear: both;
  position: static;
  cursor: default;
}

#global-ux .form .form-radioButtons.radio-button .config label.error:before,
#global-ux .form .form-radioButtons.radio-button .config label.valid:before,
#global-ux .newform2020 .form-radioButtons.radio-button .config label.error:before,
#global-ux .newform2020 .form-radioButtons.radio-button .config label.valid:before {
  top: 2px;
  top: .125rem;
  right: 22px;
  right: 1.375rem;
}

#global-ux .form .form-radioButtons.radio-button .config small.error,
#global-ux .newform2020 .form-radioButtons.radio-button .config small.error {
  font-size: 11px;
  font-size: .6875rem;
  clear: both;
  font-style: normal;
  background: transparent;
  color: #f34c32;
  padding-left: 0;
}

#global-ux .form .form-radioButtons.radio-button .config ul,
#global-ux .newform2020 .form-radioButtons.radio-button .config ul {
  padding-top: .3125rem;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  display: block;
}

#global-ux .form .form-radioButtons.radio-button .config ul:after,
#global-ux .newform2020 .form-radioButtons.radio-button .config ul:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .form .form-radioButtons.radio-button .config ul li,
#global-ux .newform2020 .form-radioButtons.radio-button .config ul li {
  float: left;
  margin-right: 3.125rem;
}

#global-ux .form .form-radioButtons.radio-button .config label,
#global-ux .newform2020 .form-radioButtons.radio-button .config label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 1.875rem;
}

#global-ux .form .form-radioButtons.radio-button .config label:before,
#global-ux .newform2020 .form-radioButtons.radio-button .config label:before {
  content: "";
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: .625rem;
  position: absolute;
  left: 0;
  bottom: -2px;
  border: solid 2px #2d96cd;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#global-ux .form .form-radioButtons.radio-button .config input[type=radio]:checked ~ label:before,
#global-ux .newform2020 .form-radioButtons.radio-button .config input[type=radio]:checked ~ label:before {
  background-color: #2d96cd;
  border: none;
}

#global-ux .form .cta-button,
#global-ux .newform2020 .cta-button {
  margin-left: 0;
  margin-right: 0;
}

#global-ux .form input:focus ~ label,
#global-ux .newform2020 input:focus ~ label {
  outline: none;
}

#global-ux .form div.form-radioButtons.buttons,
#global-ux .newform2020 div.form-radioButtons.buttons {
  margin-bottom: 12px;
}

@media only screen and (min-width: 48em) {
  #global-ux .form div.form-radioButtons.buttons,
  #global-ux .newform2020 div.form-radioButtons.buttons {
    margin-bottom: 30px;
  }
}

#global-ux .form div.form-radioButtons.buttons input[type="radio"],
#global-ux .newform2020 div.form-radioButtons.buttons input[type="radio"] {
  position: absolute;
  left: -9999px;
}

#global-ux .form div.form-radioButtons.buttons input[type="radio"]+label:before,
#global-ux .newform2020 div.form-radioButtons.buttons input[type="radio"]+label:before {
  display: none;
}

#global-ux .form div.form-radioButtons.buttons>label,
#global-ux .newform2020 div.form-radioButtons.buttons>label {
  padding-right: 48px;
  padding-right: 3rem;
}

#global-ux .form div.form-radioButtons.buttons label.error,
#global-ux .form div.form-radioButtons.buttons label.valid,
#global-ux .newform2020 div.form-radioButtons.buttons label.error,
#global-ux .newform2020 div.form-radioButtons.buttons label.valid {
  clear: both;
  position: static;
  cursor: default;
}

#global-ux .form div.form-radioButtons.buttons label.error:before,
#global-ux .form div.form-radioButtons.buttons label.valid:before,
#global-ux .newform2020 div.form-radioButtons.buttons label.error:before,
#global-ux .newform2020 div.form-radioButtons.buttons label.valid:before {
  top: 2px;
  top: .125rem;
  right: 22px;
  right: 1.375rem;
}

#global-ux .form div.form-radioButtons.buttons small.error,
#global-ux .newform2020 div.form-radioButtons.buttons small.error {
  font-size: 11px;
  font-size: .6875rem;
  clear: both;
  font-style: normal;
  background: transparent;
  color: #f34c32;
  padding-left: 0;
}

#global-ux .form div.form-radioButtons.buttons ul,
#global-ux .newform2020 div.form-radioButtons.buttons ul {
  padding-top: 1rem;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  display: block;
}

#global-ux .form div.form-radioButtons.buttons ul:after,
#global-ux .newform2020 div.form-radioButtons.buttons ul:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .form div.form-radioButtons.buttons ul li,
#global-ux .newform2020 div.form-radioButtons.buttons ul li {
  display: block;
  width: 48%;
  float: left;
  margin: 0 0 13px;
}

@media only screen and (max-width: 30em) {
  #global-ux .form div.form-radioButtons.buttons ul li,
  #global-ux .newform2020 div.form-radioButtons.buttons ul li {
    width: 100%;
  }
}

#global-ux .form div.form-radioButtons.buttons ul li:nth-child(2n),
#global-ux .newform2020 div.form-radioButtons.buttons ul li:nth-child(2n) {
  margin-left: 4%;
}

@media only screen and (max-width: 30em) {
  #global-ux .form div.form-radioButtons.buttons ul li:nth-child(2n),
  #global-ux .newform2020 div.form-radioButtons.buttons ul li:nth-child(2n) {
    margin-left: 0;
  }
}

#global-ux .form div.form-radioButtons.buttons ul label,
#global-ux .newform2020 div.form-radioButtons.buttons ul label {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  height: auto;
  width: auto;
  line-height: 24px;
  padding: 13px 40px;
  background: #fff;
  color: #2d96cd;
  border-radius: 1px;
  border: solid 1px #2d96cd;
  text-align: center;
  align-items: center;
  justify-content: center;
  white-space: normal;
}

#global-ux .form div.form-radioButtons.buttons ul label:hover,
#global-ux .form div.form-radioButtons.buttons ul input[type="radio"]:checked+label,
#global-ux .newform2020 div.form-radioButtons.buttons ul label:hover,
#global-ux .newform2020 div.form-radioButtons.buttons ul input[type="radio"]:checked+label {
  background: #2d96cd;
  border: solid 1px #2d96cd;
  color: white;
}

@media only screen and (min-width: 48em) {
  #global-ux .form div.form-radioButtons.buttons ul li,
  #global-ux .form div.form-radioButtons.buttons ul li:nth-child(2n),
  #global-ux .newform2020 div.form-radioButtons.buttons ul li,
  #global-ux .newform2020 div.form-radioButtons.buttons ul li:nth-child(2n) {
    min-width: 270px;
    min-width: 16.875rem;
    margin: 0 20px 13px 0;
    margin: 0 1.25rem .8125rem 0;
    width: auto;
  }

  #global-ux .form div.form-radioButtons.buttons ul label,
  #global-ux .newform2020 div.form-radioButtons.buttons ul label {
    padding: 16px 40px;
  }
}

#global-ux .form div.fieldsGroup .form-fields-group.group-disabled,
#global-ux .newform2020 div.fieldsGroup .form-fields-group.group-disabled {
  padding-top: 0;
  margin-bottom: 35px;
}

@media only screen and (min-width: 48em) {
  #global-ux .form div.fieldsGroup .form-fields-group.group-disabled,
  #global-ux .newform2020 div.fieldsGroup .form-fields-group.group-disabled {
    padding-top: 0;
    margin-bottom: 24px;
  }
}

#global-ux .form-checkbox-carousel {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-checkbox-carousel.full-image .flex-viewport {
    width: 100%;
  }

  #global-ux .form-checkbox-carousel.full-image .flex-viewport.end {
    margin-left: 0;
  }
}

#global-ux .form-checkbox-carousel .flex-viewport {
  float: left;
  width: 100%;
  -webkit-transition: margin 0.8s linear;
  -moz-transition: margin 0.8s linear;
  -ms-transition: margin 0.8s linear;
  -o-transition: margin 0.8s linear;
  transition: margin 0.8s linear;
  margin: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .form-checkbox-carousel .flex-viewport {
    width: 120%;
  }

  #global-ux .form-checkbox-carousel .flex-viewport.end {
    margin-left: -20%;
  }

  #global-ux .form-checkbox-carousel.not-hidden-item .flex-viewport {
    width: 100%;
    margin-left: 0;
  }
}

#global-ux .form-checkbox-carousel .carousel {
  outline-width: 0;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0 0 30px 0;
  padding: 0 0 1.875rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .form-checkbox-carousel .carousel {
    padding: 0 0 100px 0;
    padding: 0 0 6.25rem 0;
  }
}

#global-ux .form-checkbox-carousel .carousel .carousel-slide {
  color: #000;
}

#global-ux .form-checkbox-carousel .carousel .carousel-slide * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#global-ux .form-checkbox-carousel .carousel .carousel-slide *:before,
#global-ux .form-checkbox-carousel .carousel .carousel-slide *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#global-ux .form-checkbox-carousel .carousel .carousel-slide .item-wrap {
  padding: 0 15px;
  padding: 0 .9375rem;
  display: block;
}

#global-ux .form-checkbox-carousel .carousel .carousel-slide .item-content {
  display: block;
  padding: 16px;
  cursor: pointer;
  border: 1px solid #fff;
}

#global-ux .form-checkbox-carousel .carousel .carousel-slide .item-content:hover {
  padding: 10px 10px 9px;
  border: 1px solid #2e97d0;
}

#global-ux .form-checkbox-carousel .carousel .carousel-slide .img {
  display: block;
  margin: 0 0 15px;
  text-align: center;
}

#global-ux .form-checkbox-carousel .carousel .carousel-slide label {
  font-size: 11px;
  font-size: .6875rem;
  padding: 0 0 0 22px;
  position: relative;
  display: block;
  overflow: hidden;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}

#global-ux .form-checkbox-carousel .carousel .carousel-slide label input {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

#global-ux .form-checkbox-carousel .carousel .carousel-slide label:before {
  width: 14px;
  height: 14px;
  border: 1px solid #2e97d0;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  text-indent: -9999px;
  overflow: hidden;
}

#global-ux .form-checkbox-carousel .carousel .carousel-slide label.checked:before {
  background: #2e97d0;
}

#global-ux .form-checkbox-carousel .carousel .carousel-slide label.checked: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;
}

#global-ux .form-checkbox-carousel .carousel .carousel-slide label.checked:after {
  font-size: 9px;
  color: #fff;
  position: absolute;
  left: 1px;
  top: 2px;
  z-index: 2;
}

@media only screen and (min-width: 48em) {
  #global-ux .form-checkbox-carousel .carousel .carousel-slide .item-wrap {
    padding: 0 15px;
    padding: 0 .9375rem;
  }

  #global-ux .form-checkbox-carousel .carousel .carousel-slide .item-content {
    display: block;
    padding: 26px 26px 16px;
    -webkit-transition: all 0.1s ease-in !important;
    -moz-transition: all 0.1s ease-in !important;
    -ms-transition: all 0.1s ease-in !important;
    -o-transition: all 0.1s ease-in !important;
    transition: all 0.1s ease-in !important;
  }

  #global-ux .form-checkbox-carousel .carousel .carousel-slide .img {
    margin: 0 0 25px;
  }

  #global-ux .form-checkbox-carousel .carousel .carousel-slide label {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 0 0 36px;
  }

  #global-ux .form-checkbox-carousel .carousel .carousel-slide label:before {
    width: 20px;
    height: 20px;
  }

  #global-ux .form-checkbox-carousel .carousel .carousel-slide label.checked:after {
    font-size: 12px;
    left: 2px;
    top: 3px;
  }
}

#global-ux .form-checkbox-carousel .carousel .carousel-arrows {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .form-checkbox-carousel .carousel .carousel-arrows {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -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;
    margin: -48px 0 0 0;
    margin: -3rem 0 0 0;
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -100px;
  }

  #global-ux .form-checkbox-carousel .carousel .carousel-arrows .icon {
    line-height: 47px;
  }

  #global-ux .form-checkbox-carousel .carousel .carousel-arrows .carousel-btn {
    height: 47px;
    width: 47px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    display: block;
    border-radius: 0;
    border: none;
    background-color: #2d96cd;
    cursor: pointer;
    outline-width: 0;
  }

  #global-ux .form-checkbox-carousel .carousel .carousel-arrows .carousel-btn.darkened {
    background-color: rgba(0,0,0,0.5);
  }

  #global-ux .form-checkbox-carousel .carousel .carousel-arrows .carousel-btn .icon {
    color: #fff;
    display: block;
    text-align: center;
  }

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

  #global-ux .form-checkbox-carousel .carousel .carousel-arrows .carousel-btn:hover .icon {
    color: #2d96cd;
  }
}

#global-ux .form-checkbox-carousel .carousel:hover .carousel-arrows {
  right: 16px;
}

#global-ux .form-checkbox-carousel .carousel .carousel-controls {
  bottom: 5px;
  bottom: .3125rem;
  line-height: 12px;
  left: 0;
  -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);
  display: block;
  width: 100%;
  position: absolute;
  right: auto;
  top: auto;
  margin: 0;
  z-index: 1;
  text-align: center;
}

#global-ux .form-checkbox-carousel .carousel .carousel-controls ol,
#global-ux .form-checkbox-carousel .carousel .carousel-controls ul {
  line-height: 12px;
}

#global-ux .form-checkbox-carousel .carousel .carousel-controls li {
  margin: 0 6px;
  margin: 0 .375rem;
  line-height: 12px;
  vertical-align: top;
}

#global-ux .form-checkbox-carousel .carousel .carousel-controls li a {
  display: block;
  margin-top: 0;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

#global-ux .form-checkbox-carousel .carousel .carousel-controls li a:before,
#global-ux .form-checkbox-carousel .carousel .carousel-controls li a:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

#global-ux .form-checkbox-carousel .carousel .carousel-controls li a.flex-active {
  margin: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

#global-ux .form-checkbox-carousel .carousel .carousel-controls li a.flex-active:before,
#global-ux .form-checkbox-carousel .carousel .carousel-controls li a.flex-active:after {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

@media only screen and (min-width: 48em) {
  #global-ux .form-checkbox-carousel .carousel .carousel-controls {
    bottom: 20px;
    bottom: 1.25rem;
  }
}

#global-ux .form-range-slider {
  margin-bottom: 35px;
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .form-range-slider {
    margin-bottom: 62px;
  }
}

#global-ux .form-range-slider .ui-helper-hidden {
  display: none;
}

#global-ux .form-range-slider .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#global-ux .form-range-slider .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

#global-ux .form-range-slider .ui-helper-clearfix:before,
#global-ux .form-range-slider .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

#global-ux .form-range-slider .ui-helper-clearfix:after {
  clear: both;
}

#global-ux .form-range-slider .ui-helper-clearfix {
  min-height: 0;
}

#global-ux .form-range-slider .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

#global-ux .form-range-slider .ui-front {
  z-index: 100;
}

#global-ux .form-range-slider .ui-state-disabled {
  cursor: default !important;
}

#global-ux .form-range-slider .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

#global-ux .form-range-slider .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#global-ux .form-range-slider .ui-slider {
  position: relative;
  text-align: left;
}

#global-ux .form-range-slider .ui-slider .ui-slider-handle {
  background: #5d94cb;
  width: 23px;
  height: 23px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #555555;
  font-weight: normal;
  position: absolute;
  z-index: 2;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

#global-ux .form-range-slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #ccc;
}

#global-ux .form-range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
#global-ux .form-range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

#global-ux .form-range-slider .ui-slider-horizontal {
  height: 5px;
}

#global-ux .form-range-slider .ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: -9px;
}

#global-ux .form-range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

#global-ux .form-range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

#global-ux .form-range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

#global-ux .form-range-slider .ui-slider-vertical {
  width: 5px;
  height: 150px;
}

#global-ux .form-range-slider .ui-slider-vertical .ui-slider-handle {
  left: -9px;
  margin-left: 0;
  margin-bottom: -12px;
}

#global-ux .form-range-slider .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

#global-ux .form-range-slider .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

#global-ux .form-range-slider .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

#global-ux .form-range-slider .ui-widget-content {
  background: #f3f3f3;
  display: block;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#global-ux .form-range-slider .rs-wrap {
  position: relative;
  margin-top: 36px;
}

#global-ux .form-range-slider .rs-wrap .rs-txt {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -10px 0 0 0;
  text-align: right;
}

#global-ux .form-range-slider .rs-wrap .range-slider-wrap {
  margin: 12px 9px;
  display: block;
}

#global-ux .form-range-slider.single-slider .range-slider-wrap .ui-slider-range+.ui-slider-handle {
  display: none !important;
}

#global-ux .form-range-slider .ui-corner-all {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.clearleft {
  clear: left;
}

#global-ux .form div.form-province-dropdown,
#global-ux .form div.form-city-dropdown,
#global-ux .form div.form-preferred-dealer-dropdown,
#global-ux .form div.form-model-dropdown,
#global-ux .form div.form-series-dropdown,
#global-ux .form div.form-first-dropdown,
#global-ux .form div.form-second-dropdown,
#global-ux .form div.form-third-dropdown,
#global-ux .newform2020 div.form-province-dropdown,
#global-ux .newform2020 div.form-city-dropdown,
#global-ux .newform2020 div.form-preferred-dealer-dropdown,
#global-ux .newform2020 div.form-model-dropdown,
#global-ux .newform2020 div.form-series-dropdown,
#global-ux .newform2020 div.form-first-dropdown,
#global-ux .newform2020 div.form-second-dropdown,
#global-ux .newform2020 div.form-third-dropdown {
  margin-bottom: 42px;
}

#global-ux .form div.form-province-dropdown label select,
#global-ux .form div.form-city-dropdown label select,
#global-ux .form div.form-preferred-dealer-dropdown label select,
#global-ux .form div.form-model-dropdown label select,
#global-ux .form div.form-series-dropdown label select,
#global-ux .form div.form-first-dropdown label select,
#global-ux .form div.form-second-dropdown label select,
#global-ux .form div.form-third-dropdown label select,
#global-ux .newform2020 div.form-province-dropdown label select,
#global-ux .newform2020 div.form-city-dropdown label select,
#global-ux .newform2020 div.form-preferred-dealer-dropdown label select,
#global-ux .newform2020 div.form-model-dropdown label select,
#global-ux .newform2020 div.form-series-dropdown label select,
#global-ux .newform2020 div.form-first-dropdown label select,
#global-ux .newform2020 div.form-second-dropdown label select,
#global-ux .newform2020 div.form-third-dropdown label select {
  margin-top: 0 !important;
}

#global-ux .form .form-group-input .richtext h1,
#global-ux .form .form-group-input .richtext h2,
#global-ux .newform2020 .form-group-input .richtext h1,
#global-ux .newform2020 .form-group-input .richtext h2 {
  clear: both;
}

#global-ux .form .form-group-input.td-form h1,
#global-ux .form .form-group-input.td-form h2,
#global-ux .form .form-group-input.td-form h3,
#global-ux .form .form-group-input.td-form h4,
#global-ux .form .form-group-input.td-form h5,
#global-ux .form .form-group-input.td-form h6,
#global-ux .newform2020 .form-group-input.td-form h1,
#global-ux .newform2020 .form-group-input.td-form h2,
#global-ux .newform2020 .form-group-input.td-form h3,
#global-ux .newform2020 .form-group-input.td-form h4,
#global-ux .newform2020 .form-group-input.td-form h5,
#global-ux .newform2020 .form-group-input.td-form h6 {
  font-family: "STXihei", "Antenna", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", "华文细黑", "SimSun", "宋体", sans-serif;
}

#global-ux .form .form-group-input.td-form .td-img,
#global-ux .newform2020 .form-group-input.td-form .td-img {
  display: block;
  float: right;
  height: 0;
  width: 45%;
}

#global-ux .form .form-group-input.td-form .checkboxgroup .form-checkbox,
#global-ux .newform2020 .form-group-input.td-form .checkboxgroup .form-checkbox {
  width: 50%;
}

#global-ux .form .form-group-input.td-form .checkboxgroup .form-checkbox input[type="radio"],
#global-ux .newform2020 .form-group-input.td-form .checkboxgroup .form-checkbox input[type="radio"] {
  display: none;
}

#global-ux .form .form-group-input.td-form .checkboxgroup .form-checkbox input[type="radio"]+span,
#global-ux .newform2020 .form-group-input.td-form .checkboxgroup .form-checkbox input[type="radio"]+span {
  font-size: 18.5px;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}

#global-ux .form .form-group-input.td-form .checkboxgroup .form-checkbox input[type="radio"]+span:before,
#global-ux .newform2020 .form-group-input.td-form .checkboxgroup .form-checkbox input[type="radio"]+span:before {
  content: "";
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  position: absolute;
  background: #4c95c8;
  border-radius: 100%;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 18px #fff;
}

#global-ux .form .form-group-input.td-form .checkboxgroup .form-checkbox input[type="radio"]:checked+span:before,
#global-ux .newform2020 .form-group-input.td-form .checkboxgroup .form-checkbox input[type="radio"]:checked+span:before {
  border: 1px solid #4c95c8;
  box-shadow: inset 0 0 0 4px #fff;
}

#global-ux .form .form-group-input.td-form .form-dropdown,
#global-ux .newform2020 .form-group-input.td-form .form-dropdown {
  margin-bottom: 5px;
}

#global-ux .form .form-group-input.td-form .form-dropdown .select2-choice,
#global-ux .newform2020 .form-group-input.td-form .form-dropdown .select2-choice {
  height: 2.5rem;
}

#global-ux .form .form-group-input.td-form .form-dropdown .select2-choice .select2-chosen,
#global-ux .newform2020 .form-group-input.td-form .form-dropdown .select2-choice .select2-chosen {
  line-height: 2.5rem;
}

#global-ux .form .form-group-input.td-form .form-textfield,
#global-ux .newform2020 .form-group-input.td-form .form-textfield {
  margin-bottom: 5px;
}

#global-ux .form .form-group-input.td-form .form-textfield input,
#global-ux .newform2020 .form-group-input.td-form .form-textfield input {
  height: 2.5rem;
  font-size: 14px !important;
}

#global-ux .form .form-group-input.td-form div.form-recaptcha,
#global-ux .newform2020 .form-group-input.td-form div.form-recaptcha {
  margin-bottom: 0px;
  padding-top: 0;
}

#global-ux .form .form-group-input.td-form div.form-recaptcha .title,
#global-ux .newform2020 .form-group-input.td-form div.form-recaptcha .title {
  font-size: 14px;
  font-weight: 200;
}

#global-ux .form .form-group-input.td-form div.form-recaptcha input,
#global-ux .newform2020 .form-group-input.td-form div.form-recaptcha input {
  height: 2.5rem;
  font-size: 14px !important;
}

#global-ux .form .form-group-input.td-form label.error::before,
#global-ux .newform2020 .form-group-input.td-form label.error::before {
  font-size: 0;
}

#global-ux .form .form-group-input.td-form label.error .select2-container .select2-choice,
#global-ux .newform2020 .form-group-input.td-form label.error .select2-container .select2-choice {
  border: solid 1px #961912;
}

#global-ux .form .form-group-input.td-form label.error .select2-container .select2-choice:after,
#global-ux .newform2020 .form-group-input.td-form label.error .select2-container .select2-choice:after {
  color: #961912;
}

#global-ux .form .form-group-input.td-form label.error .select2-container .select2-choice span,
#global-ux .newform2020 .form-group-input.td-form label.error .select2-container .select2-choice span {
  color: #961912;
}

#global-ux .form .form-group-input.td-form small.error,
#global-ux .newform2020 .form-group-input.td-form small.error {
  display: none;
}

#global-ux .form .form-group-input.td-form input.error,
#global-ux .newform2020 .form-group-input.td-form input.error {
  border-color: #961912;
  color: #961912;
}

#global-ux .form .form-group-input.td-form input.error::-webkit-input-placeholder,
#global-ux .newform2020 .form-group-input.td-form input.error::-webkit-input-placeholder {
  color: #961912;
}

#global-ux .form .form-group-input.td-form h2,
#global-ux .newform2020 .form-group-input.td-form h2 {
  margin-bottom: 0;
}

#global-ux .form .form-group-input.td-form .smsInput,
#global-ux .newform2020 .form-group-input.td-form .smsInput {
  clear: left;
}

#global-ux .form .form-group-input.td-form .smsInput .title,
#global-ux .newform2020 .form-group-input.td-form .smsInput .title {
  display: none;
}

#global-ux .form .form-group-input.td-form .smsBtn,
#global-ux .newform2020 .form-group-input.td-form .smsBtn {
  margin-bottom: 12px;
}

#global-ux .form .form-group-input.td-form .smsBtn .sms-button,
#global-ux .newform2020 .form-group-input.td-form .smsBtn .sms-button {
  margin-top: 0 !important;
}

#global-ux .form .form-group-input.td-form .richtext p,
#global-ux .newform2020 .form-group-input.td-form .richtext p {
  margin-bottom: 0;
}

#global-ux .form .form-group-input.td-form .richtext p.error-hide,
#global-ux .newform2020 .form-group-input.td-form .richtext p.error-hide {
  position: unset;
  top: unset;
  left: unset;
}

#global-ux .form .form-group-input.td-form .richtext p.error-show,
#global-ux .newform2020 .form-group-input.td-form .richtext p.error-show {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#global-ux .form .form-group-input.td-form .richtext h1,
#global-ux .newform2020 .form-group-input.td-form .richtext h1 {
  margin-bottom: 20px;
}

#global-ux .form .form-group-input.td-form .richtext h2,
#global-ux .newform2020 .form-group-input.td-form .richtext h2 {
  line-height: 1;
}

#global-ux .form .form-group-input.td-form .richtext.error .richtext-read-more p,
#global-ux .newform2020 .form-group-input.td-form .richtext.error .richtext-read-more p {
  color: #961912;
}

#global-ux .form .form-group-input.td-form .richtext.error .richtext-read-more p.error-hide,
#global-ux .newform2020 .form-group-input.td-form .richtext.error .richtext-read-more p.error-hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#global-ux .form .form-group-input.td-form .richtext.error .richtext-read-more p.error-show,
#global-ux .newform2020 .form-group-input.td-form .richtext.error .richtext-read-more p.error-show {
  position: unset;
  top: unset;
  left: unset;
}

#global-ux .form .form-group-input.td-form hr:nth-child(1),
#global-ux .newform2020 .form-group-input.td-form hr:nth-child(1) {
  margin: 0;
}

#global-ux .form .form-group-input.td-form .form-submit .cta-button,
#global-ux .newform2020 .form-group-input.td-form .form-submit .cta-button {
  font-size: 23px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.2px;
  padding: 0.656rem 2.5rem;
  font-family: "STXihei", "Antenna", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", "华文细黑", "SimSun", "宋体", sans-serif;
}

@media (max-width: 767px) {
  #global-ux .form .form-group-input.td-form .td-img,
  #global-ux .newform2020 .form-group-input.td-form .td-img {
    display: none;
  }

  #global-ux .form .form-group-input.td-form .checkboxgroup .large-3,
  #global-ux .newform2020 .form-group-input.td-form .checkboxgroup .large-3 {
    width: 40%;
  }

  #global-ux .form .form-group-input.td-form .checkboxgroup .large-3 .form-checkbox,
  #global-ux .newform2020 .form-group-input.td-form .checkboxgroup .large-3 .form-checkbox {
    width: 50%;
    padding: 0;
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #global-ux .form .form-group-input.td-form .checkboxgroup .form-checkbox input[type="radio"]+span,
  #global-ux .newform2020 .form-group-input.td-form .checkboxgroup .form-checkbox input[type="radio"]+span {
    font-size: 14px;
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    padding-top: 4px;
  }

  #global-ux .form .form-group-input.td-form .richtext h1,
  #global-ux .newform2020 .form-group-input.td-form .richtext h1 {
    margin-bottom: 25px;
  }

  #global-ux .form .form-group-input.td-form .textfield .large-3,
  #global-ux .newform2020 .form-group-input.td-form .textfield .large-3 {
    width: 60%;
  }

  #global-ux .form .form-group-input.td-form .dropdownCustomize .form-dropdown:nth-last-child(3),
  #global-ux .form .form-group-input.td-form .dropdownCustomize .form-dropdown:nth-last-child(4),
  #global-ux .newform2020 .form-group-input.td-form .dropdownCustomize .form-dropdown:nth-last-child(3),
  #global-ux .newform2020 .form-group-input.td-form .dropdownCustomize .form-dropdown:nth-last-child(4) {
    width: 50%;
  }

  #global-ux .form .form-group-input.td-form .dropdownCustomize .form-dropdown .select2-choice .select2-chosen,
  #global-ux .newform2020 .form-group-input.td-form .dropdownCustomize .form-dropdown .select2-choice .select2-chosen {
    font-size: 12px;
  }

  #global-ux .form .form-group-input.td-form hr:nth-child(1),
  #global-ux .newform2020 .form-group-input.td-form hr:nth-child(1) {
    display: none;
  }

  #global-ux .form .form-group-input.td-form .smsBtn,
  #global-ux .newform2020 .form-group-input.td-form .smsBtn {
    width: 40%;
    padding-left: 0;
  }

  #global-ux .form .form-group-input.td-form .smsBtn .sms-button,
  #global-ux .newform2020 .form-group-input.td-form .smsBtn .sms-button {
    min-width: unset;
  }

  #global-ux .form .form-group-input.td-form div.form-recaptcha .title,
  #global-ux .newform2020 .form-group-input.td-form div.form-recaptcha .title {
    font-size: 12px;
  }
}

#global-ux .form .form-group-input .country-code-container,
#global-ux .newform2020 .form-group-input .country-code-container {
  float: left;
  overflow: visible;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #global-ux .form .form-group-input .country-code-container,
  #global-ux .newform2020 .form-group-input .country-code-container {
    width: 50%;
    clear: left;
  }
}

#global-ux .form .form-group-input .country-code-container .dropdown,
#global-ux .newform2020 .form-group-input .country-code-container .dropdown {
  width: 35%;
}

@media only screen and (min-width: 48em) {
  #global-ux .form .form-group-input .country-code-container .dropdown,
  #global-ux .newform2020 .form-group-input .country-code-container .dropdown {
    width: auto;
  }
}

#global-ux .form .form-group-input .country-code-container .dropdown select,
#global-ux .newform2020 .form-group-input .country-code-container .dropdown select {
  margin-top: 0;
}

#global-ux .form .form-group-input .country-code-container .form-dropdown,
#global-ux .newform2020 .form-group-input .country-code-container .form-dropdown {
  padding-right: 0;
}

#global-ux .form .form-group-input .country-code-container .mobile-container,
#global-ux .newform2020 .form-group-input .country-code-container .mobile-container {
  float: left;
  width: 65%;
}

@media only screen and (min-width: 48em) {
  #global-ux .form .form-group-input .country-code-container .mobile-container,
  #global-ux .newform2020 .form-group-input .country-code-container .mobile-container {
    float: none;
    width: auto;
  }
}

#global-ux .form .form-group-input .country-code-container .mobile-container .form-textfield,
#global-ux .newform2020 .form-group-input .country-code-container .mobile-container .form-textfield {
  padding-left: 5px;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #global-ux .form .form-group-input .country-code-container .mobile-container .form-textfield,
  #global-ux .newform2020 .form-group-input .country-code-container .mobile-container .form-textfield {
    width: 75%;
  }
}

#global-ux .form .form-group-input .country-code-container .mobile-container .title,
#global-ux .newform2020 .form-group-input .country-code-container .mobile-container .title {
  transform: translate(-54%, 0);
}

@media only screen and (min-width: 48em) {
  #global-ux .form .form-group-input .country-code-container .mobile-container .title,
  #global-ux .newform2020 .form-group-input .country-code-container .mobile-container .title {
    transform: translate(-32%, 0);
  }
}

#global-ux .form div.fieldsGroup .form-fields-group,
#global-ux .newform2020 div.fieldsGroup .form-fields-group {
  margin-bottom: 20px;
}

#global-ux .preferredDealerdropdown .column+.column:last-child,
#global-ux .preferredDealerdropdown .columns+.column:last-child,
#global-ux .preferredDealerdropdown .column+.columns:last-child,
#global-ux .preferredDealerdropdown .columns+.columns:last-child,
#global-ux .dropdownCustomize .column+.column:last-child,
#global-ux .dropdownCustomize .columns+.column:last-child,
#global-ux .dropdownCustomize .column+.columns:last-child,
#global-ux .dropdownCustomize .columns+.columns:last-child,
#global-ux .dropdownCustomizemap .column+.column:last-child,
#global-ux .dropdownCustomizemap .columns+.column:last-child,
#global-ux .dropdownCustomizemap .column+.columns:last-child,
#global-ux .dropdownCustomizemap .columns+.columns:last-child,
#global-ux .dropdownDynamic .column+.column:last-child,
#global-ux .dropdownDynamic .columns+.column:last-child,
#global-ux .dropdownDynamic .column+.columns:last-child,
#global-ux .dropdownDynamic .columns+.columns:last-child,
#global-ux .modelSeriesdropdown .column+.column:last-child,
#global-ux .modelSeriesdropdown .columns+.column:last-child,
#global-ux .modelSeriesdropdown .column+.columns:last-child,
#global-ux .modelSeriesdropdown .columns+.columns:last-child {
  float: left;
}

#global-ux .input-field.hidden-field-validation {
  height: 0 !important;
  overflow: hidden !important;
}

#global-ux .input-field.hidden-field-validation.error {
  height: auto !important;
  overflow: inherit !important;
}

body .select2-results .select2-result-label {
  text-transform: none !important;
}

.select2-search input {
  background: #fafafa !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .select2-search input {
    background: #fafafa !important;
  }

  .select2-search input:focus {
    background: #fafafa !important;
  }
}

#global-ux .error-msg-sa {
  margin-top: 10px;
  display: none;
  color: #f34c32;
  font-size: 11px;
  font-size: .6875rem;
}

#global-ux .error-msg-sa .columns {
  padding: 0;
}

#global-ux .pt30 {
  padding-top: 30px;
}

#global-ux .email-confirmation-wrap {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
  text-align: center;
  z-index: 9999999;
  float: left;
  left: 0;
  top: 0;
}

#global-ux .email-confirmation-wrap.hidden-msg {
  display: none;
  visibility: hidden;
}

#global-ux .email-confirmation-wrap .email-confirmation-bg {
  float: left;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.8 !important;
  filter: alpha(opacity=80);
}

#global-ux .email-confirmation-wrap .email-confirmation {
  float: left;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 50px 25px;
  position: absolute;
  z-index: 2;
}

#global-ux .email-confirmation-wrap .email-confirmation h4 {
  color: #fff;
  border-bottom: none !important;
  margin: 0 !important;
  padding: 20px 0 !important;
}

#global-ux .email-confirmation-wrap .email-confirmation p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}

#global-ux .email-confirmation-wrap .email-confirmation .cta-button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  padding: 12px 40px;
  font-weight: 300;
  margin: 0;
  border: none;
  min-width: 265px;
}

#global-ux .email-confirmation-wrap .email-confirmation .cta-button+.cta-button {
  margin: 25px 0 0;
}

#global-ux .email-confirmation-wrap .email-confirmation .cta-transparent {
  border: none;
  color: #2596cf;
}

@media only screen and (min-width: 48em) {
  #global-ux .email-confirmation-wrap {
    font-size: 18px;
    font-size: 1.125rem;
  }

  #global-ux .email-confirmation-wrap .email-confirmation {
    padding: 60px 0;
  }

  #global-ux .email-confirmation-wrap .email-confirmation .cancel-content {
    display: block;
    max-width: 680px;
    margin: 0 auto;
  }

  #global-ux .email-confirmation-wrap .email-confirmation .cancel-content:after {
    content: "";
    display: table;
    clear: both;
  }

  #global-ux .email-confirmation-wrap .email-confirmation p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 10px;
  }

  #global-ux .email-confirmation-wrap .email-confirmation .cta-button {
    margin: 0 15px;
  }

  #global-ux .email-confirmation-wrap .email-confirmation .cta-button+.cta-button {
    margin: 0 15px;
  }

  #global-ux .email-confirmation-wrap .email-confirmation .cta-button.disabled {
    cursor: pointer;
  }
}

#global-ux .form-textfield.addressfield label {
  width: 100%;
}

#global-ux .form-textfield.addressfield .address-wrap {
  overflow: hidden;
  display: block;
  position: relative;
  padding-right: 150px;
}

#global-ux .form-textfield.addressfield .address-wrap:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .form-textfield.addressfield .address-wrap .cta-button {
  width: 140px;
  height: auto;
  float: left;
  min-width: 0;
  margin: 0;
  padding: 6px 10px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
}

#global-ux .form-textfield.addressfield .daum_post_wrap {
  border: 1px solid;
  width: 500px;
  height: 300px;
  margin: 0;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 56px;
}

#global-ux .form-textfield.addressfield .daum_post_wrap img {
  width: 16px;
}

#global-ux .form-textfield.addressfield .input_container input[type="text"] {
  margin: 10px 0 0 0;
}

@media screen and (max-width: 47.9375em) {
  #global-ux .form-textfield.addressfield .address-wrap .cta-button {
    font-size: 16px;
    font-size: 1rem;
  }

  #global-ux .form-textfield.addressfield .daum_post_wrap {
    width: 310px;
  }

  #global-ux .form-textfield.addressfield .daum_post_wrap .post_search .placeholder {
    max-width: 75%;
    overflow: hidden;
    white-space: nowrap;
  }
}

.rtl .select2-offscreen {
  left: auto;
  right: -10000px;
}

.rtl .select2-container .select2-choice {
  padding: 0 1.25rem 0 0;
}

.rtl .select2-container .select2-choice:after {
  right: auto;
  left: 12px;
}

.rtl .select2-container .select2-choice span {
  margin-left: 26px;
  margin-right: 0;
}

.rtl #global-ux .form-textfield,
.rtl #global-ux .form-dropdown,
.rtl #global-ux .form-textarea,
.rtl #global-ux .form-recaptcha,
.rtl #global-ux .form-submit,
.rtl #global-ux .form-cancel,
.rtl #global-ux .form-checkbox,
.rtl newform2020-textfield,
.rtl newform2020-dropdown,
.rtl newform2020-textarea,
.rtl newform2020-recaptcha,
.rtl newform2020-submit,
.rtl newform2020-cancel,
.rtl newform2020-checkbox {
  float: right;
  clear: right;
}

.rtl #global-ux .form-cancel,
.rtl newform2020-cancel {
  clear: left;
}

.rtl #global-ux .form h1,
.rtl newform2020 h1 {
  font-size: 42px;
  font-size: 2.625rem;
}

.rtl #global-ux .form .richtext,
.rtl newform2020 .richtext {
  clear: both;
}

.rtl #global-ux .form .richtext p,
.rtl newform2020 .richtext p {
  font-size: 24px;
  font-size: 1.5rem;
}

.rtl #global-ux .form .richtext .richtext-read-more .desktop.hideForMobile p,
.rtl #global-ux .form .richtext .richtext-read-more .mobile.show-mob-only p,
.rtl newform2020 .richtext .richtext-read-more .desktop.hideForMobile p,
.rtl newform2020 .richtext .richtext-read-more .mobile.show-mob-only p {
  text-align: right;
  line-height: 1.3;
}

.rtl #global-ux .form .form-group-input .country-code-container .mobile-container,
.rtl newform2020 .form-group-input .country-code-container .mobile-container {
  float: right;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .form .form-group-input .country-code-container .mobile-container,
  .rtl newform2020 .form-group-input .country-code-container .mobile-container {
    float: none;
  }
}

.rtl #global-ux .form .form-group-input .country-code-container .mobile-container .title,
.rtl newform2020 .form-group-input .country-code-container .mobile-container .title {
  transform: none;
  white-space: nowrap;
}

.rtl #global-ux .form .form-group-input .country-code-container .dropdown,
.rtl newform2020 .form-group-input .country-code-container .dropdown {
  float: right;
  direction: ltr;
}

.rtl #global-ux .form .form-group-input .country-code-container .dropdown .select2-container .select2-choice span,
.rtl newform2020 .form-group-input .country-code-container .dropdown .select2-container .select2-choice span {
  margin-left: 50px;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .form .form-group-input .country-code-container .dropdown,
  .rtl newform2020 .form-group-input .country-code-container .dropdown {
    float: none;
  }
}

.rtl #global-ux .form label,
.rtl newform2020 label {
  font-size: 24px;
  font-size: 1.5rem;
}

.rtl #global-ux .form label input[type="text"],
.rtl #global-ux .form label textarea,
.rtl newform2020 label input[type="text"],
.rtl newform2020 label textarea {
  font-size: 20px;
  font-size: 1.25rem;
}

.rtl #global-ux .form label .error,
.rtl #global-ux .form label .hint,
.rtl newform2020 label .error,
.rtl newform2020 label .hint {
  font-size: 18px;
  font-size: 1.125rem;
}

.rtl #global-ux .form label.error:before,
.rtl newform2020 label.error:before {
  bottom: 3rem;
}

.rtl #global-ux .form .cta-button,
.rtl newform2020 .cta-button {
  font-size: 20px;
  font-size: 1.25rem;
}

.rtl #global-ux .form input[type="checkbox"]+label:before,
.rtl #global-ux .form input[type="checkbox"]+.error+label:before,
.rtl #global-ux .form input[type="radio"]+label:before,
.rtl #global-ux .form input[type="radio"]+.error+label:before,
.rtl newform2020 input[type="checkbox"]+label:before,
.rtl newform2020 input[type="checkbox"]+.error+label:before,
.rtl newform2020 input[type="radio"]+label:before,
.rtl newform2020 input[type="radio"]+.error+label:before {
  position: relative;
  margin-right: 0;
  margin-left: 0.625rem;
}

.rtl #global-ux .form .recaptcha .form-recaptcha .captcha-wrap,
.rtl newform2020 .recaptcha .form-recaptcha .captcha-wrap {
  left: auto;
  right: 100%;
}

.rtl #global-ux .form .recaptcha .form-recaptcha img,
.rtl newform2020 .recaptcha .form-recaptcha img {
  right: 100%;
}

.rtl #global-ux .form .form-checkbox-carousel .carousel .carousel-slide,
.rtl newform2020 .form-checkbox-carousel .carousel .carousel-slide {
  float: right !important;
}

.rtl #global-ux .form .form-checkbox-carousel .carousel .carousel-slide label,
.rtl newform2020 .form-checkbox-carousel .carousel .carousel-slide label {
  padding: 0 36px 0 0;
  text-align: right;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .form .form-checkbox-carousel .carousel .carousel-slide label,
  .rtl newform2020 .form-checkbox-carousel .carousel .carousel-slide label {
    padding: 0 20px 0 0;
  }
}

.rtl #global-ux .form .form-checkbox-carousel .carousel .carousel-slide label:before,
.rtl newform2020 .form-checkbox-carousel .carousel .carousel-slide label:before {
  left: auto;
  right: 0;
  text-align: right;
}

.rtl #global-ux .form .form-checkbox-carousel .carousel .carousel-slide label.checked:after,
.rtl newform2020 .form-checkbox-carousel .carousel .carousel-slide label.checked:after {
  left: auto;
  right: 2px;
}

.rtl #global-ux .form .form-checkbox-carousel .carousel .carousel-arrows,
.rtl newform2020 .form-checkbox-carousel .carousel .carousel-arrows {
  right: auto !important;
  left: 0;
}

.rtl #global-ux .form .form-checkbox-carousel .carousel .carousel-arrows .icon-chevron-thin-right:before,
.rtl #global-ux .form .form-checkbox-carousel .carousel .carousel-arrows .disclaimers .disclaimer-inner.accordian>h3:after,
.rtl #global-ux .disclaimers .form .form-checkbox-carousel .carousel .carousel-arrows .disclaimer-inner.accordian>h3:after,
.rtl #global-ux .form .form-checkbox-carousel .carousel .carousel-arrows .disclaimers .disclaimer-inner.accordian>h5:after,
.rtl #global-ux .disclaimers .form .form-checkbox-carousel .carousel .carousel-arrows .disclaimer-inner.accordian>h5:after,
.rtl #global-ux .form .form-checkbox-carousel .carousel .carousel-arrows .common-richtext a.link-chevron-thin:after,
.rtl #global-ux .common-richtext .form .form-checkbox-carousel .carousel .carousel-arrows a.link-chevron-thin:after,
.rtl #global-ux .form .form-checkbox-carousel .carousel .carousel-arrows .common-billboard a.link-chevron-thin:after,
.rtl #global-ux .common-billboard .form .form-checkbox-carousel .carousel .carousel-arrows a.link-chevron-thin:after,
.rtl #global-ux .form .form-checkbox-carousel .carousel .carousel-arrows .richtext .link-chevron-thin:after,
.rtl #global-ux .richtext .form .form-checkbox-carousel .carousel .carousel-arrows .link-chevron-thin:after,
.rtl newform2020 .form-checkbox-carousel .carousel .carousel-arrows .icon-chevron-thin-right:before,
.rtl newform2020 .form-checkbox-carousel .carousel .carousel-arrows #global-ux .disclaimers .disclaimer-inner.accordian>h3:after,
#global-ux .disclaimers .rtl newform2020 .form-checkbox-carousel .carousel .carousel-arrows .disclaimer-inner.accordian>h3:after,
.rtl newform2020 .form-checkbox-carousel .carousel .carousel-arrows #global-ux .disclaimers .disclaimer-inner.accordian>h5:after,
#global-ux .disclaimers .rtl newform2020 .form-checkbox-carousel .carousel .carousel-arrows .disclaimer-inner.accordian>h5:after,
.rtl newform2020 .form-checkbox-carousel .carousel .carousel-arrows #global-ux .common-richtext a.link-chevron-thin:after,
#global-ux .common-richtext .rtl newform2020 .form-checkbox-carousel .carousel .carousel-arrows a.link-chevron-thin:after,
.rtl newform2020 .form-checkbox-carousel .carousel .carousel-arrows #global-ux .common-billboard a.link-chevron-thin:after,
#global-ux .common-billboard .rtl newform2020 .form-checkbox-carousel .carousel .carousel-arrows a.link-chevron-thin:after,
.rtl newform2020 .form-checkbox-carousel .carousel .carousel-arrows #global-ux .richtext .link-chevron-thin:after,
#global-ux .richtext .rtl newform2020 .form-checkbox-carousel .carousel .carousel-arrows .link-chevron-thin:after {
  content: "\e612";
}

.rtl #global-ux .form .form-checkbox-carousel .carousel .carousel-arrows .icon-chevron-thin-left:before,
.rtl newform2020 .form-checkbox-carousel .carousel .carousel-arrows .icon-chevron-thin-left:before {
  content: "\e615";
}

.rtl #global-ux .form .error .area-field:before,
.rtl newform2020 .error .area-field:before {
  left: 12px;
  left: .75rem;
  right: auto;
}

.rtl #global-ux .form .form-radioButtons.buttons ul li,
.rtl newform2020 .form-radioButtons.buttons ul li {
  float: right;
}

.rtl #global-ux .form .form-radioButtons.buttons ul li:nth-child(2n),
.rtl newform2020 .form-radioButtons.buttons ul li:nth-child(2n) {
  margin-right: 4%;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .form .form-radioButtons.buttons ul li,
  .rtl #global-ux .form .form-radioButtons.buttons ul li:nth-child(2n),
  .rtl newform2020 .form-radioButtons.buttons ul li,
  .rtl newform2020 .form-radioButtons.buttons ul li:nth-child(2n) {
    margin: 0 0 13px 20px;
  }
}

.rtl #global-ux .singleDropdown .form-dropdown {
  float: none;
}

.rtl #dealer-locator .dl-search .dl-search-field .input-field input[type="text"] {
  padding: 0 15px 0 70px;
}

.rtl #dealer-locator .dl-search .dl-search-field .input-field .search-submit {
  right: auto;
  left: 0;
}

.rtl #dealer-locator .dl-results .dl-results-header .dl-count h2 {
  text-align: right;
  padding: 0 28px 0 50px !important;
}

.rtl #dealer-locator .dl-results .dl-filter-toggle {
  right: auto;
  left: 0;
  text-align: right;
}

.rtl #dealer-locator .dl-results .dl-filter-toggle a {
  padding: 0 18px 0 65px;
}

.rtl #dealer-locator .dl-results .dl-filter-toggle a .icon-filter {
  position: absolute;
  left: 23px;
  top: 17px;
  padding: 0;
}

.rtl #dealer-locator .dl-results .dl-results-list .result .dl-telephone .icon-phone,
.rtl #dealer-locator .dl-results .dl-results-list .dealer-details .dl-telephone .icon-phone {
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.rtl #dealer-locator .dl-results .dl-results-list .result .dl-distance,
.rtl #dealer-locator .dl-results .dl-results-list .dealer-details .dl-distance {
  float: right;
  padding: 0 10px 0 0 !important;
}

.rtl #dealer-locator .dl-results .dl-results-list .result .dl-index,
.rtl #dealer-locator .dl-results .dl-results-list .dealer-details .dl-index {
  float: right;
}

.rtl #dealer-locator .info-window .dl-telephone {
  position: relative;
  min-height: 28px;
  padding-right: 25px;
}

.rtl #dealer-locator .info-window .dl-telephone .icon-phone,
.rtl #dealer-locator .info-window .dl-telephone .icon-fax {
  position: absolute;
  right: 0;
  top: 0;
}

.rtl #dealer-locator .info-window .dl-telephone .icon-phone {
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin: 0;
  right: -5px;
  top: -5px;
}

.rtl #dealer-locator .info-window .dl-telephone.dl-fax .icon-fax {
  margin: 0 !important;
}

.rtl #dealer-locator .info-window .dl-ctas a span {
  margin: 0 0 0 5px;
}

.rtl #dealer-locator .info-window .close-info-window {
  right: auto;
  left: -4px;
}

.rtl #dealer-locator .select-style select {
  background-position: 5% 60%;
}

.rtl #global-ux #dealer-locator .dl-distance-display {
  left: 62px;
  right: auto;
}

.rtl #global-ux #dealer-locator .accordian>h5::after {
  right: auto;
  left: 20px;
}

.rtl #global-ux #dealer-locator .accordian .accordian-content .clear-filter {
  right: auto;
  left: 0;
}

.rtl #global-ux #dealer-locator .accordian .accordian-content .filter-sub-title {
  text-align: right;
}

.rtl #global-ux #dealer-locator .filter-row input.custom-checkbox[type="checkbox"]+label {
  padding: 0 40px 0 0 !important;
}

.rtl #global-ux #dealer-locator .filter-row input.custom-checkbox[type="checkbox"]+label:after {
  left: auto;
  right: 0;
}

.rtl .email-confirmation-wrap .confirm-mobile-number span {
  display: inline-block;
  direction: ltr;
}

@media only screen and (max-width: 991px) {
  .rtl #dealer-locator .dl-results .dl-details,
  .rtl #dealer-locator .dl-results .dl-directions {
    right: -25px;
  }

  .rtl #dealer-locator .dl-results .dl-details .icon-details {
    left: -30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .rtl #dealer-locator .dl-search .dl-search-field .input-field input[type="text"] {
    padding: 0 25px 0 75px;
  }
}

.country-code-dropdown-added .select2-drop {
  direction: ltr;
}

#global-ux .hotspots.section {
  margin: 20px 20px;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
}

#global-ux .hotspots.section ul {
  margin-left: 0;
  list-style: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .hotspots.section {
    box-shadow: none;
    background: none;
  }
}

#global-ux .hotspots.section .component-content {
  position: relative;
}

#global-ux .hotspots.section .hotspot-trigger {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  color: rgba(0,0,0,0.3);
  border-radius: 100px;
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 25px;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 300;
  margin-left: -12.5px;
  margin-top: -12.5px;
  text-align: center;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.25);
  background-color: white;
  display: block;
}

#global-ux .hotspots.section .hotspot-trigger:after {
  content: '+';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#global-ux .hotspots.section .hotspot-trigger.number {
  font-size: 18px;
  font-size: 1.125rem;
}

#global-ux .hotspots.section .hotspot-trigger.number:after {
  content: '';
}

@media only screen and (max-width: 30em) {
  #global-ux .hotspots.section .hotspot-trigger.active {
    background-color: #2d96cd;
    color: #ffffff;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .hotspots.section .hotspot-trigger {
    width: 2.8125rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .hotspots.section .hotspot-trigger {
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 2.25rem;
  }
}

#global-ux .hotspots.section .popup {
  display: none;
  width: 16.0625rem;
  background: #fff;
  padding: .9375rem;
  border: solid 1px #dbdbdb;
  position: absolute;
  background: #fff;
}

#global-ux .hotspots.section .popup .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1b394e;
  margin-bottom: .625rem;
  margin-top: .625rem;
}

#global-ux .hotspots.section .popup .title p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1b394e;
  margin-bottom: 0;
}

#global-ux .hotspots.section .popup .txt-content {
  font-size: 14px;
  font-size: .875rem;
  color: #86827b;
  line-height: 1.4375rem;
}

#global-ux .hotspots.section .popup .txt-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: .875rem;
  color: #86827b;
  line-height: 1.4375rem;
}

#global-ux .hotspots.section .popup.left:after {
  content: "";
  height: 0;
  width: 0;
  border-right: 1.25rem solid #fff;
  border-left: 1.25rem solid transparent;
  border-bottom: 1.25rem solid transparent;
  border-top: 1.25rem solid transparent;
  position: absolute;
  top: 50%;
  left: -2.5rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#global-ux .hotspots.section .popup.left:before {
  content: "";
  height: 0;
  width: 0;
  border-right: 1.3125rem solid #dbdbdb;
  border-left: 1.3125rem solid transparent;
  border-bottom: 1.3125rem solid transparent;
  border-top: 1.3125rem solid transparent;
  position: absolute;
  top: 50%;
  left: -2.6875rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#global-ux .hotspots.section .popup.right:after {
  content: "";
  height: 0;
  width: 0;
  border-left: 1.25rem solid #fff;
  border-right: 1.25rem solid transparent;
  border-bottom: 1.25rem solid transparent;
  border-top: 1.25rem solid transparent;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#global-ux .hotspots.section .popup.right:before {
  content: "";
  height: 0;
  width: 0;
  border-left: 1.3125rem solid #dbdbdb;
  border-right: 1.3125rem solid transparent;
  border-bottom: 1.3125rem solid transparent;
  border-top: 1.3125rem solid transparent;
  position: absolute;
  top: 50%;
  right: -2.6875rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#global-ux .hotspots.section .popup .close {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

#global-ux .hotspots.section .prepopulate-imgs {
  display: none;
}

#global-ux .hotspots.section .hotspots-pointer,
#global-ux .hotspots.section .popup-carousel-mobile {
  text-align: center;
}

#global-ux .hotspots.section .hotspots-pointer .title,
#global-ux .hotspots.section .popup-carousel-mobile .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #616161;
  padding: 1.875rem .625rem 0 .625rem;
  margin-bottom: .625rem;
}

#global-ux .hotspots.section .hotspots-pointer .title p,
#global-ux .hotspots.section .popup-carousel-mobile .title p {
  font-weight: 700;
  color: #616161;
  margin-bottom: 0;
}

#global-ux .hotspots.section .hotspots-pointer .description,
#global-ux .hotspots.section .popup-carousel-mobile .description {
  color: #86827b;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5625rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  padding: 0 .625rem;
}

#global-ux .hotspots.section .hotspots-pointer .description p,
#global-ux .hotspots.section .popup-carousel-mobile .description p {
  color: #86827b;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5625rem;
  margin-bottom: 0;
}

#global-ux .hotspots.section .background-img {
  background-position: left top;
  background-repeat: repeat;
}

#global-ux .hotspots.section .background-img.image1 {
  background-image: url(/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/modelCompare/check-icon.jpg);
}

#global-ux .hotspots.section .background-color {
  background-repeat: repeat;
  background-position: left top;
}

#global-ux .hotspots.section .background-color.red {
  background-color: red;
}

#global-ux .hotspots.section .background-color.yellow {
  background-color: yellow;
}

#global-ux .hotspots.section .background-color.green {
  background-color: green;
}

#global-ux .hotspots.section .background-color.white {
  background-color: white;
}

#global-ux .hotspots.section .background-color.black {
  background-color: black;
}

#global-ux .hotspots.section .background-color.gray {
  background-color: #fafafa;
}

#global-ux .hotspots.section .text-color.red,
#global-ux .hotspots.section .text-color.red p {
  color: red;
}

#global-ux .hotspots.section .text-color.yellow,
#global-ux .hotspots.section .text-color.yellow p {
  color: yellow;
}

#global-ux .hotspots.section .text-color.green,
#global-ux .hotspots.section .text-color.green p {
  color: green;
}

#global-ux .hotspots.section .text-color.white,
#global-ux .hotspots.section .text-color.white p {
  color: white;
}

#global-ux .hotspots.section .text-color.black,
#global-ux .hotspots.section .text-color.black p {
  color: black;
}

#global-ux .hotspots.section .text-color.gray,
#global-ux .hotspots.section .text-color.gray p {
  color: #fafafa;
}

@media only screen and (min-width: 48em) {
  #global-ux .hotspots.section .popup-carousel-mobile {
    display: none;
  }

  #global-ux .hotspots.section .hotspots-pointer,
  #global-ux .hotspots.section .popup-carousel-mobile {
    text-align: center;
  }

  #global-ux .hotspots.section .hotspots-pointer .title,
  #global-ux .hotspots.section .popup-carousel-mobile .title {
    font-size: 45px;
    font-size: 2.8125rem;
    font-weight: 200;
    color: #616161;
    padding-top: 0;
  }

  #global-ux .hotspots.section .hotspots-pointer .description,
  #global-ux .hotspots.section .popup-carousel-mobile .description {
    font-size: 18px;
    font-size: 1.125rem;
    color: #616161;
    line-height: 1.875rem;
    width: 80%;
  }

  #global-ux .hotspots.section .hotspots-pointer .description p,
  #global-ux .hotspots.section .popup-carousel-mobile .description p {
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.rtl #global-ux .hotspots.section .hotspots-pointer .title {
  font-size: 48px;
  font-size: 3rem;
}

.rtl #global-ux .hotspots.section .text-color.black p {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .hotspots.section .text-color.black p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.rtl #global-ux .hotspots.section .popup .title p {
  font-size: 32px;
  font-size: 2rem;
}

.rtl #global-ux .hotspots.section .popup .txt-content p {
  font-size: 22px;
  font-size: 1.375rem;
}

.rtl #global-ux .hotspots.section .popup-carousel-mobile .flex-viewport {
  direction: ltr !important;
}

.rtl #global-ux .hotspots.section .popup-carousel-mobile .description p {
  font-size: 20px;
  font-size: 1.25rem;
}

.rtl #global-ux .hotspots.section .popup-carousel-mobile .title p {
  font-size: 24px;
  font-size: 1.5rem;
}

#global-ux .colorizer.section {
  text-align: center;
}

#global-ux .colorizer.section .component-label {
  width: 100%;
  padding: 85px 0 10px 0;
  text-align: center;
}

#global-ux .colorizer.section .component-label h3 {
  color: #616161;
  font-weight: 200;
}

#global-ux .colorizer.section .tabs {
  font-weight: 300;
}

#global-ux .colorizer.section .tabs .tab-links {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
}

#global-ux .colorizer.section .tabs .tab-links:after {
  display: block;
  clear: both;
  content: '';
}

#global-ux .colorizer.section .tabs .tab-links li {
  padding: 0 20px;
  float: left;
  list-style: none;
}

#global-ux .colorizer.section .tabs .tab-links li.active a {
  border-bottom: 5px solid #1a394e;
  color: #1a394e;
}

#global-ux .colorizer.section .tabs .tab-links a {
  padding: 28px 0 15px;
  display: inline-block;
  text-decoration: none;
  color: #2c97cf;
}

#global-ux .colorizer.section .tab-content {
  margin-top: -5px;
  border-radius: 3px;
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
  background: #fff;
  position: relative;
  overflow: hidden;
  display: block;
}

#global-ux .colorizer.section .tab-content .mobile-nav {
  text-indent: 99999px;
  font-weight: 200;
  height: 0;
  font-size: 1.3125rem;
  color: #616161;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .colorizer.section .tab-content .mobile-nav {
    display: none;
  }
}

#global-ux .colorizer.section .tab-content .mobile-nav sup[data-disclosure] {
  font-size: 70%;
  line-height: 1;
  white-space: nowrap;
}

#global-ux .colorizer.section .tab-content .image-360 {
  position: relative;
  float: left;
  width: 100%;
}

#global-ux .colorizer.section .tab-content .image-360 .flex-control-nav {
  display: none;
}

#global-ux .colorizer.section .tab-content .image-360 .flex-direction-nav {
  position: absolute;
  top: 50%;
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  z-index: 98;
}

#global-ux .colorizer.section .tab-content .image-360 .flex-direction-nav li {
  display: inline-block;
}

#global-ux .colorizer.section .tab-content .image-360 .flex-direction-nav li:first-child {
  float: left;
  padding-left: 64px;
}

#global-ux .colorizer.section .tab-content .image-360 .flex-direction-nav li:last-child {
  float: right;
  padding-right: 64px;
}

#global-ux .colorizer.section .tab-content .image-360 .flex-direction-nav li .flex-next {
  text-decoration: none;
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/colorizer/360arrows.png") no-repeat 0 100%;
  height: 16px;
  width: 10px;
  display: inline-block;
  text-indent: -9999px;
}

#global-ux .colorizer.section .tab-content .image-360 .flex-direction-nav li .flex-prev {
  text-decoration: none;
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/colorizer/360arrows.png") no-repeat 0 0;
  height: 16px;
  width: 10px;
  display: inline-block;
  text-indent: 9999px;
}

#global-ux .colorizer.section .tab-content .image-360 .flex-direction-nav li .flex-next,
#global-ux .colorizer.section .tab-content .image-360 .flex-direction-nav li .flex-prev {
  background-size: 10px auto;
}

@media only screen and (min-width: 48em) {
  #global-ux .colorizer.section .tab-content .image-360 .flex-direction-nav li .flex-next,
  #global-ux .colorizer.section .tab-content .image-360 .flex-direction-nav li .flex-prev {
    height: 30px;
    width: 19px;
    background-size: 19px auto;
  }
}

#global-ux .colorizer.section .tab-content .color-swatch-component ul {
  list-style: none;
}

#global-ux .colorizer.section .tab-content .color-swatch-component .main-picture {
  margin: 0 auto;
  padding-top: 10px;
}

#global-ux .colorizer.section .tab-content .color-swatch-component .main-picture .item {
  display: none;
}

#global-ux .colorizer.section .tab-content .color-swatch-component .main-picture .item.active {
  display: block;
}

#global-ux .colorizer.section .tab-content .color-swatch-component .main-picture .item .item-label {
  color: #1a394e;
  padding: 10px;
  font-weight: 500;
}

@media only screen and (min-width: 48em) {
  #global-ux .colorizer.section .tab-content .color-swatch-component .main-picture .item .item-label {
    font-size: 22px;
  }
}

#global-ux .colorizer.section .tab-content .color-swatch-component .main-picture .item img {
  width: 100%;
}

#global-ux .colorizer.section .tab-content .color-swatch-component .color-items {
  display: inline-block;
  text-align: center;
  margin: 0 auto 10px;
}

#global-ux .colorizer.section .tab-content .color-swatch-component .color-items li {
  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 .colorizer.section .tab-content .color-swatch-component .color-items li.active .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
}

#global-ux .colorizer.section .tab-content .color-swatch-component .color-items li .icon {
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/colorizer/tick-icon.png") 0 0 no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  #global-ux .colorizer.section .tab-content .color-swatch-component .color-items {
    margin-bottom: 3.125rem;
  }
}

#global-ux .colorizer.section .tab {
  display: block;
  position: absolute;
  top: -99999px;
}

#global-ux .colorizer.section .tab.active {
  position: inherit;
  top: inherit;
}

@media only screen and (min-width: 48em) {
  #global-ux .colorizer.section section {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #global-ux .colorizer.section .component-label {
    display: none;
  }

  #global-ux .colorizer.section .tabs .tab-links {
    display: none;
  }

  #global-ux .colorizer.section .tabs .tab-content .mobile-nav {
    font-weight: 200;
    display: block;
    text-align: left;
    border-top: 1px solid #d5d5d5;
    position: relative;
    height: auto;
    text-indent: 0px;
    padding: 30px 0 30px 25px;
  }

  #global-ux .colorizer.section .tabs .tab-content .mobile-nav .icon {
    background-image: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/chevron-thin-down_cta-blue.svg");
    background-repeat: no-repeat;
    background-position: -3px -10px;
    display: block;
    height: 13px;
    right: 25px;
    margin: 0 auto;
    position: absolute;
    width: 25px;
    top: 40%;
  }

  #global-ux .colorizer.section .tabs .tab-content .mobile-nav.last-item {
    border-bottom: 1px solid #d5d5d5;
  }

  #global-ux .colorizer.section .tabs .tab-content .mobile-nav sup[data-disclosure] {
    font-size: 70%;
    line-height: 1;
    white-space: nowrap;
  }

  #global-ux .colorizer.section .tabs .tab-content .mobile-nav.centered {
    text-align: center;
  }

  #global-ux .colorizer.section .tabs .tab-content .color-swatch-component ul {
    list-style: none;
  }

  #global-ux .colorizer.section .tabs .tab-content .color-swatch-component .main-picture {
    margin: 0 auto;
  }

  #global-ux .colorizer.section .tabs .tab-content .color-swatch-component .main-picture .item {
    display: none;
  }

  #global-ux .colorizer.section .tabs .tab-content .color-swatch-component .main-picture .item.active {
    display: block;
  }

  #global-ux .colorizer.section .tabs .tab-content .color-swatch-component .color-items {
    text-align: center;
  }

  #global-ux .colorizer.section .tabs .tab-content .image-360 .flex-direction-nav {
    top: 45%;
  }

  #global-ux .colorizer.section .tabs .tab-content .image-360 .flex-direction-nav li:first-child {
    padding-left: 14px;
  }

  #global-ux .colorizer.section .tabs .tab-content .image-360 .flex-direction-nav li:last-child {
    padding-right: 14px;
  }
}

@media only screen and (max-width: 320px) {
  #global-ux .colorizer.section .tabs .tab-content .color-swatch-component .color-items {
    text-align: center;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #global-ux .colorizer.section .tabs .tab-content .color-swatch-component .color-items {
    text-align: center;
  }

  #global-ux .colorizer.section .colorizer {
    margin-bottom: -5px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #global-ux .colorizer.section .tabs .tab-content .color-swatch-component .color-items {
    text-align: center;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  #global-ux .colorizer.section .tabs .tab-content .color-swatch-component .color-items {
    text-align: center;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  #global-ux .colorizer.section .tabs .tab-content .color-swatch-component .color-items {
    text-align: center;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  #global-ux .colorizer.section .tabs .tab-content .color-swatch-component .color-items {
    text-align: center;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  #global-ux .colorizer.section .tabs .tab-content .color-swatch-component .color-items {
    text-align: center;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  #global-ux .colorizer.section .tabs .tab-content .color-swatch-component .color-items {
    text-align: center;
  }
}

#global-ux .image-360 ul.slides {
  margin-left: 0;
}

#global-ux .colorizer.section .tab-content .color-swatch-component .color-items {
  overflow: hidden;
}

@media only screen and (min-width: 667px) and (max-width: 767px) {
  #global-ux .colorizer.section .tab-content .color-swatch-component .color-items li {
    width: 48px;
    height: 48px;
  }

  #global-ux .colorizer.section .tab-content .color-swatch-component .color-items li.active .icon {
    top: 9px;
    left: 9px;
    width: 30px;
    height: 30px;
    margin: 0;
  }
}

@media only screen and (max-width: 666px) {
  #global-ux .colorizer.section .tab-content .color-swatch-component .color-items li {
    width: 29px;
    height: 29px;
    margin: 0 2px !important;
  }

  #global-ux .colorizer.section .tab-content .color-swatch-component .color-items li.active .icon {
    top: 5px;
    left: 5px;
    width: 19px;
    height: 19px;
    margin: 0;
  }
}

.rtl #global-ux .colorizer.section .component-label h3 {
  font-size: 48px;
  font-size: 3rem;
}

.rtl #global-ux .colorizer.section .tabs .tab-links {
  font-size: 24px;
  font-size: 1.5rem;
}

.rtl #global-ux .colorizer.section .tabs .tab-links li {
  float: right;
}

.rtl #global-ux .colorizer.section .tabs .tab-content .mobile-nav {
  padding-right: 55px;
  padding-left: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .colorizer.section .tabs .tab-content .mobile-nav {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.rtl #global-ux .colorizer.section .tabs .tab-content .mobile-nav .icon {
  left: 8%;
}

.rtl #global-ux .colorizer.section .tab-content .color-swatch-component .main-picture .item .item-label {
  font-size: 24px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .colorizer.section .tab-content .color-swatch-component .main-picture .item .item-label {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

#global-ux .component-iframe .loader-holder {
  text-align: center;
  padding: 100px 0;
}

#global-ux .component-iframe .loader-holder .loading {
  width: auto;
  display: inline-block;
}

#global-ux .billboardShowroom.section {
  position: relative;
}

#global-ux .billboardShowroom.section ul {
  margin: 0;
}

#global-ux .billboardShowroom.section .flex-direction-nav {
  position: absolute;
  top: 50%;
  right: 51px;
  margin: 0;
  list-style: none;
  text-decoration: none;
  background: #2d96cd;
  width: 100%;
}

#global-ux .billboardShowroom.section .flex-direction-nav li {
  display: block;
  position: relative;
}

#global-ux .billboardShowroom.section .flex-direction-nav li .flex-next {
  display: block;
  background-image: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/modelDisplay/icons.svg");
  background-repeat: no-repeat;
  background-position: -121px -1px;
  width: 51px;
  height: 51px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  overflow: hidden;
  background-color: #2d96cd;
  right: -51px;
}

#global-ux .billboardShowroom.section .flex-direction-nav li .flex-prev {
  display: block;
  background-image: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/modelDisplay/icons.svg");
  background-repeat: no-repeat;
  background-position: -244px -1px;
  width: 51px;
  height: 51px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #999;
  position: absolute;
  top: -51px;
  right: -51px;
}

#global-ux .billboardShowroom.section .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: 40px;
}

#global-ux .billboardShowroom.section .content {
  text-align: center;
  position: relative;
  background-position: center center;
}

#global-ux .billboardShowroom.section .content .wrap-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30%;
  transform: translate(0, -50%);
}

#global-ux .billboardShowroom.section .content .wrap-text .heading {
  color: #626466;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 200;
}

#global-ux .billboardShowroom.section .content .wrap-text .heading p {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 200;
}

#global-ux .billboardShowroom.section .content .wrap-text .heading br {
  display: none;
}

#global-ux .billboardShowroom.section .content .wrap-text .sub-title {
  color: #626466;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 2.1875rem;
  line-height: 1.875rem;
  font-weight: 200;
}

#global-ux .billboardShowroom.section .content .wrap-text .sub-title p {
  margin-bottom: 0;
  color: #626466;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 200;
}

#global-ux .billboardShowroom.section .content .wrap-text button {
  padding: 1.5rem 5.1875rem;
  background: #2d96cd;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  #global-ux .billboardShowroom.section .content {
    background-size: 250%;
    background-repeat: no-repeat;
  }

  #global-ux .billboardShowroom.section .content .wrap-text .heading {
    font-size: 24px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  #global-ux .billboardShowroom.section .content .wrap-text .heading p {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 auto;
    padding-bottom: 1.875rem;
  }

  #global-ux .billboardShowroom.section .content .wrap-text .heading br {
    display: block;
  }

  #global-ux .billboardShowroom.section .content .wrap-text .sub-title {
    display: none;
  }

  #global-ux .billboardShowroom.section .content .wrap-text button {
    padding: 1rem 3.9375rem;
    background: #2d96cd;
    font-size: 14px;
    font-size: .875rem;
    box-sizing: border-box;
  }
}

#global-ux .modelDisplay.section {
  position: relative;
}

#global-ux .modelDisplay.section .top-content {
  padding: 4.7222222222% 6.8055555556%;
  font-weight: 200;
}

#global-ux .modelDisplay.section .top-content .title {
  font-size: 36px;
  color: #616161;
}

#global-ux .modelDisplay.section .top-content button {
  font-size: 16px;
  background: #fff;
  color: #2d96cd;
  border: 1px solid #2d96cd;
  float: right;
  padding: 18px 60px;
  margin: 0;
}

#global-ux .modelDisplay.section .top-content .mobile-title {
  display: none;
}

#global-ux .modelDisplay.section .bottom-content {
  display: none;
}

#global-ux .modelDisplay.section .model-display-slider .item span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#global-ux .modelDisplay.section .model-display-slider .item .label-feature {
  color: #2d96cd;
  font-size: 20px;
  font-weight: 200;
}

#global-ux .modelDisplay.section .model-display-slider .item .model-name {
  font-size: 16px;
  font-weight: 200;
}

#global-ux .modelDisplay.section .model-display-slider .flex-viewport {
  box-sizing: border-box;
  margin: 0 6.8055555556%;
}

#global-ux .modelDisplay.section .model-display-slider .flex-direction-nav {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  background: #2d96cd;
}

#global-ux .modelDisplay.section .model-display-slider .flex-direction-nav li {
  display: block;
  position: relative;
}

#global-ux .modelDisplay.section .model-display-slider .flex-direction-nav li .flex-next {
  display: block;
  background-image: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/modelDisplay/icons.svg");
  background-repeat: no-repeat;
  background-position: -121px -1px;
  width: 51px;
  height: 51px;
  text-indent: -9999px;
  position: absolute;
  top: -102px;
  overflow: hidden;
  background-color: #2d96cd;
}

#global-ux .modelDisplay.section .model-display-slider .flex-direction-nav li .flex-prev {
  display: block;
  background-image: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/modelDisplay/icons.svg");
  background-repeat: no-repeat;
  background-position: -244px -1px;
  width: 51px;
  height: 51px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #999999;
}

#global-ux .modelDisplay.section .model-display-slider .flex-control-nav {
  list-style: none;
  text-align: center;
  padding: 40px 0;
  margin: 0 auto;
}

#global-ux .modelDisplay.section .model-display-slider .flex-control-nav.flex-control-paging li {
  display: inline;
  padding: 0 11px;
  width: 8px;
  height: 8px;
}

#global-ux .modelDisplay.section .model-display-slider .flex-control-nav.flex-control-paging li a {
  color: #fff;
  text-decoration: none;
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #2d96cd;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px transparent;
  -moz-box-shadow: inset 0 0 3px transparent;
  -o-box-shadow: inset 0 0 3px transparent;
  box-shadow: inset 0 0 3px transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#global-ux .modelDisplay.section .model-display-slider .flex-control-nav.flex-control-paging li a.flex-active {
  width: 12px;
  height: 12px;
  border: 2px solid #2d96cd;
  background: #fff;
}

@media (max-width: 767px) {
  #global-ux .modelDisplay.section .top-content .title {
    display: none;
  }

  #global-ux .modelDisplay.section .top-content .mobile-title {
    text-align: center;
    font-weight: 200;
    font-size: 24px;
    display: block;
    color: #616161;
  }

  #global-ux .modelDisplay.section .top-content button {
    display: none;
  }

  #global-ux .modelDisplay.section .bottom-content {
    display: block;
    font-weight: 200;
    text-align: center;
  }

  #global-ux .modelDisplay.section .bottom-content button {
    font-size: 16px;
    background: #fff;
    color: #2d96cd;
    border: 1px solid #2d96cd;
    padding: 13px 49px;
    margin: 0;
    display: inline-block;
  }

  #global-ux .modelDisplay.section .model-display-slider .item .label-feature {
    padding: 5px 0;
  }

  #global-ux .modelDisplay.section .model-display-slider .item .model-name {
    padding-bottom: 5px;
  }

  #global-ux .modelDisplay.section .model-display-slider .flex-direction-nav {
    display: none;
  }

  #global-ux .modelDisplay.section .model-display-slider .flex-control-nav.flex-control-paging {
    padding: 10px 0;
  }
}

#store-locator-wrapper {
  display: block;
  position: relative;
}

#store-locator-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

#store-locator-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#store-locator-wrapper *:before,
#store-locator-wrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#store-locator-wrapper a {
  text-decoration: none !important;
  outline: none !important;
}

#store-locator-wrapper input::-webkit-input-placeholder {
  color: #626466;
  opacity: 1;
  filter: alpha(opacity=100);
  font-style: italic;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#store-locator-wrapper input::-moz-placeholder {
  color: #626466;
  opacity: 1;
  filter: alpha(opacity=100);
  font-style: italic;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#store-locator-wrapper input:-ms-input-placeholder {
  color: #626466;
  opacity: 1;
  filter: alpha(opacity=100);
  font-style: italic;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#store-locator-wrapper input:-moz-placeholder {
  color: #626466;
  opacity: 1;
  filter: alpha(opacity=100);
  font-style: italic;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#store-locator-wrapper .store-locator-sidebar {
  width: 488px;
  width: 30.5rem;
  left: 45px;
  left: 2.8125rem;
  top: 70px;
  top: 4.375rem;
  float: left;
  position: absolute;
  z-index: 100;
}

#store-locator-wrapper .store-locator-sidebar>h2 {
  font-size: 44px;
  font-size: 2.75rem;
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
  line-height: 1.2;
  text-shadow: 1px 1px 1px #555;
  font-weight: 200;
  color: #fff;
}

@media only screen and (max-width: 74.9375em) {
  #store-locator-wrapper .store-locator-sidebar {
    width: 400px;
    width: 25rem;
  }

  #store-locator-wrapper .store-locator-sidebar>h2 {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 0 12px;
    margin: 0 0 .75rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #store-locator-wrapper .store-locator-sidebar {
    width: 300px;
    width: 18.75rem;
    left: 35px;
    left: 2.1875rem;
    top: 50px;
    top: 3.125rem;
  }

  #store-locator-wrapper .store-locator-sidebar>h2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 10px;
    margin: 0 0 .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #store-locator-wrapper .store-locator-sidebar {
    float: none;
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: auto;
  }

  #store-locator-wrapper .store-locator-sidebar:after {
    content: "";
    display: table;
    clear: both;
  }

  #store-locator-wrapper .store-locator-sidebar>h2 {
    display: none;
  }
}

#store-locator-wrapper .store-locator-background {
  display: block;
  text-align: center;
}

#store-locator-wrapper .store-locator-background img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

#store-locator-wrapper .store-locator-search-form {
  background: #fff;
  display: block;
  position: relative;
  z-index: 50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#666666)";
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

#store-locator-wrapper .store-locator-search-form:after {
  content: "";
  display: table;
  clear: both;
}

#store-locator-wrapper .store-locator-search-form .btn-geo-location {
  padding: 0 25px;
  padding: 0 1.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 80px;
  line-height: 5rem;
  font-weight: normal;
  display: block;
  background: #2596cf;
  color: #fff;
}

#store-locator-wrapper .store-locator-search-form .btn-geo-location span {
  font-size: 40px;
  font-size: 2.5rem;
  margin: -5px 12px 0 0;
  margin: -.3125rem .75rem 0 0;
  display: inline-block;
}

@media only screen and (max-width: 74.9375em) {
  #store-locator-wrapper .store-locator-search-form .btn-geo-location {
    padding: 0 20px;
    padding: 0 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 60px;
    line-height: 3.75rem;
  }

  #store-locator-wrapper .store-locator-search-form .btn-geo-location span {
    font-size: 30px;
    font-size: 1.875rem;
    margin: -2px 12px 0 0;
    margin: -.125rem .75rem 0 0;
  }
}

@media only screen and (max-width: 61.9375em) {
  #store-locator-wrapper .store-locator-search-form .btn-geo-location {
    padding: 0 15px;
    padding: 0 .9375rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 50px;
    line-height: 3.125rem;
  }

  #store-locator-wrapper .store-locator-search-form .btn-geo-location span {
    font-size: 24px;
    font-size: 1.5rem;
    margin: -2px 10px 0 0;
    margin: -.125rem .625rem 0 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #store-locator-wrapper .store-locator-search-form .btn-geo-location {
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
}

#store-locator-wrapper .store-locator-search-form .locator-input {
  display: block;
  position: relative;
}

#store-locator-wrapper .store-locator-search-form .locator-input:after {
  content: "";
  display: table;
  clear: both;
}

#store-locator-wrapper .store-locator-search-form .locator-input .input-text {
  height: 80px;
  height: 5rem;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 70px 0 25px;
  padding: 0 4.375rem 0 1.5625rem;
  margin: 0;
  color: #626466;
  font-weight: 300;
  line-height: 1;
  display: block;
  width: 100%;
  border: none;
}

#store-locator-wrapper .store-locator-search-form .locator-input .button {
  width: 70px;
  width: 4.375rem;
  height: 80px;
  height: 5rem;
  line-height: 80px;
  line-height: 5rem;
  margin: 0;
  padding: 0;
  color: #bbb;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

#store-locator-wrapper .store-locator-search-form .locator-input .button span {
  font-size: 35px;
  font-size: 2.1875rem;
}

@media only screen and (max-width: 74.9375em) {
  #store-locator-wrapper .store-locator-search-form .locator-input .input-text {
    height: 60px;
    height: 3.75rem;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 60px 0 20px;
    padding: 0 3.75rem 0 1.25rem;
  }

  #store-locator-wrapper .store-locator-search-form .locator-input .button {
    width: 60px;
    width: 3.75rem;
    height: 60px;
    height: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem;
  }

  #store-locator-wrapper .store-locator-search-form .locator-input .button span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #store-locator-wrapper .store-locator-search-form .locator-input .input-text {
    height: 50px;
    height: 3.125rem;
    font-size: 12px;
    font-size: .75rem;
    padding: 0 50px 0 15px;
    padding: 0 3.125rem 0 .9375rem;
  }

  #store-locator-wrapper .store-locator-search-form .locator-input .button {
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
  }

  #store-locator-wrapper .store-locator-search-form .locator-input .button span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #store-locator-wrapper .store-locator-search-form .locator-input .input-text {
    padding: 0 75px 0 25px;
    padding: 0 4.6875rem 0 1.5625rem;
  }

  #store-locator-wrapper .store-locator-search-form .locator-input .button {
    width: 75px;
    width: 4.6875rem;
  }
}

#store-locator-wrapper .store-locator-search-form .suggestion-block {
  padding: 25px 25px 15px 25px;
  padding: 1.5625rem 1.5625rem .9375rem 1.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-top: 1px solid #dbdbdb;
  border-top: .0625rem solid #dbdbdb;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  float: left;
  width: 100%;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#666666)";
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  z-index: 60;
}

#store-locator-wrapper .store-locator-search-form .suggestion-block:after {
  content: "";
  display: table;
  clear: both;
}

#store-locator-wrapper .store-locator-search-form .suggestion-block em {
  margin-bottom: 5px;
  margin-bottom: .3125rem;
  font-weight: 300;
  color: #626466;
  display: block;
}

#store-locator-wrapper .store-locator-search-form .suggestion-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#store-locator-wrapper .store-locator-search-form .suggestion-block li {
  padding: 10px 0;
  padding: .625rem 0;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  line-height: 1.2;
  color: #2596cf;
  font-weight: bold;
}

#store-locator-wrapper .store-locator-search-form .suggestion-block li a {
  color: #2596cf;
}

@media only screen and (max-width: 74.9375em) {
  #store-locator-wrapper .store-locator-search-form .suggestion-block {
    padding: 20px 20px 15px 20px;
    padding: 1.25rem 1.25rem .9375rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
  }

  #store-locator-wrapper .store-locator-search-form .suggestion-block li {
    padding: 8px 0;
    padding: .5rem 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #store-locator-wrapper .store-locator-search-form .suggestion-block {
    padding: 15px 15px 10px 15px;
    padding: .9375rem .9375rem .625rem .9375rem;
    font-size: 12px;
    font-size: .75rem;
  }

  #store-locator-wrapper .store-locator-search-form .suggestion-block li {
    padding: 6px 0;
    padding: .375rem 0;
    font-size: 12px;
    font-size: .75rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #store-locator-wrapper .store-locator-search-form .suggestion-block {
    padding: 15px 25px 10px 25px;
    padding: .9375rem 1.5625rem .625rem 1.5625rem;
  }
}

#store-locator-wrapper .store-locator-search-form .search-msg {
  padding: 25px 60px 25px 25px;
  padding: 1.5625rem 3.75rem 1.5625rem 1.5625rem;
  font-size: 15px;
  font-size: .9375rem;
  border-top: 1px solid #dbdbdb;
  border-top: .0625rem solid #dbdbdb;
  color: #f34c32;
  display: block;
  font-weight: normal;
  position: relative;
}

#store-locator-wrapper .store-locator-search-form .search-msg:after {
  content: "";
  display: table;
  clear: both;
}

#store-locator-wrapper .store-locator-search-form .search-msg i {
  right: 25px;
  right: 1.5625rem;
  margin: -14px 0 0 0;
  margin: -.875rem 0 0 0;
  font-size: 24px;
  font-size: 1.5rem;
  float: left;
  position: absolute;
  top: 50%;
}

@media only screen and (max-width: 74.9375em) {
  #store-locator-wrapper .store-locator-search-form .search-msg {
    padding: 20px 50px 20px 20px;
    padding: 1.25rem 3.125rem 1.25rem 1.25rem;
    font-size: 14px;
    font-size: .875rem;
  }

  #store-locator-wrapper .store-locator-search-form .search-msg i {
    right: 20px;
    right: 1.25rem;
    margin: -12px 0 0 0;
    margin: -.75rem 0 0 0;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #store-locator-wrapper .store-locator-search-form .search-msg {
    padding: 15px 50px 15px 15px;
    padding: .9375rem 3.125rem .9375rem .9375rem;
    font-size: 12px;
    font-size: .75rem;
  }

  #store-locator-wrapper .store-locator-search-form .search-msg i {
    right: 15px;
    right: .9375rem;
    margin: -10px 0 0 0;
    margin: -.625rem 0 0 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #store-locator-wrapper .store-locator-search-form .search-msg {
    padding: 15px 75px 15px 25px;
    padding: .9375rem 4.6875rem .9375rem 1.5625rem;
  }

  #store-locator-wrapper .store-locator-search-form .search-msg i {
    right: 25px;
    right: 1.5625rem;
  }
}

#store-locator-wrapper .demo-page-title {
  display: none;
  visibility: hidden;
}

.demo-page-title {
  display: block;
  margin: 0;
  padding: 60px 45px 20px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: red;
}

@media only screen and (max-width: 61.9375em) {
  .demo-page-title {
    padding: 60px 35px 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .demo-page-title {
    padding: 60px 25px 20px;
    font-size: 14px;
  }
}

#global-ux .accessories.section .accessories,
#global-ux .nameplateAccessories.section .accessories {
  padding: 110px 30px;
  font-weight: 200;
}

#global-ux .accessories.section .accessories p,
#global-ux .nameplateAccessories.section .accessories p {
  color: inherit;
}

#global-ux .accessories.section .accessories p,
#global-ux .accessories.section .accessories .name-item p,
#global-ux .nameplateAccessories.section .accessories p,
#global-ux .nameplateAccessories.section .accessories .name-item p {
  color: #2596cf;
}

#global-ux .accessories.section .accessories .heading,
#global-ux .nameplateAccessories.section .accessories .heading {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

#global-ux .accessories.section .accessories .heading .title,
#global-ux .nameplateAccessories.section .accessories .heading .title {
  font-size: 42.32px;
  margin-bottom: 5px;
}

#global-ux .accessories.section .accessories .heading .description,
#global-ux .nameplateAccessories.section .accessories .heading .description {
  font-size: 14.72px;
}

#global-ux .accessories.section .accessories .heading .dropdown-filter,
#global-ux .nameplateAccessories.section .accessories .heading .dropdown-filter {
  display: block;
  position: absolute;
  z-index: 5;
  font-size: 20px;
  top: 25%;
  right: 16px;
}

#global-ux .accessories.section .accessories .heading .dropdown-filter .selected-type,
#global-ux .nameplateAccessories.section .accessories .heading .dropdown-filter .selected-type {
  font-size: 16px;
  color: #40abe7;
  border: 1px solid;
  padding: 17px 14px 17px 50px;
}

#global-ux .accessories.section .accessories .heading .dropdown-filter .selected-type .icon,
#global-ux .nameplateAccessories.section .accessories .heading .dropdown-filter .selected-type .icon {
  background-image: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/colorizer/icons.svg");
  background-repeat: no-repeat;
  background-position: -755px -500px;
  display: inline-block;
  height: 10px;
  left: 87%;
  margin: 0 14px 0 50px;
  width: 19px;
}

#global-ux .accessories.section .accessories .heading .dropdown-filter .selections,
#global-ux .nameplateAccessories.section .accessories .heading .dropdown-filter .selections {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

#global-ux .accessories.section .accessories .heading .dropdown-filter .selections li,
#global-ux .nameplateAccessories.section .accessories .heading .dropdown-filter .selections li {
  background: #fff;
}

#global-ux .accessories.section .accessories .heading .dropdown-filter .selections li a,
#global-ux .nameplateAccessories.section .accessories .heading .dropdown-filter .selections li a {
  text-decoration: none;
  color: #40abe7;
  font-size: 16px;
  display: block;
  border: 1px solid #40abe7;
  border-top: none;
  padding: 17px 0 17px 15px;
  text-align: left;
}

#global-ux .accessories.section .accessories .heading .dropdown-filter .selections li:hover a,
#global-ux .nameplateAccessories.section .accessories .heading .dropdown-filter .selections li:hover a {
  background: #40abe7;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #global-ux .accessories.section .accessories .heading,
  #global-ux .nameplateAccessories.section .accessories .heading {
    line-height: normal;
    padding: 0 210px;
  }
}

@media only screen and (min-width: 1025px) {
  #global-ux .accessories.section .accessories .heading,
  #global-ux .nameplateAccessories.section .accessories .heading {
    line-height: normal;
    padding: 0 220px;
  }
}

#global-ux .accessories.section .accessories .filter-content .list-items,
#global-ux .nameplateAccessories.section .accessories .filter-content .list-items {
  list-style: none;
  font-size: 0px;
  text-align: center;
  margin: 0 auto;
}

#global-ux .accessories.section .accessories .filter-content .list-items .item,
#global-ux .nameplateAccessories.section .accessories .filter-content .list-items .item {
  display: block;
  padding: 16.5px 16.5px 40px;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  width: 25%;
  float: left;
  text-align: left;
}

@media only screen and (min-width: 48em) {
  #global-ux .accessories.section .accessories .filter-content .list-items .item.clearl,
  #global-ux .nameplateAccessories.section .accessories .filter-content .list-items .item.clearl {
    clear: left;
  }
}

#global-ux .accessories.section .accessories .filter-content .list-items .item img,
#global-ux .nameplateAccessories.section .accessories .filter-content .list-items .item img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

#global-ux .accessories.section .accessories .filter-content .list-items .item .name-item,
#global-ux .nameplateAccessories.section .accessories .filter-content .list-items .item .name-item {
  font-size: 12px;
  left: 0;
  display: inline-block;
  padding: 15px 0 0;
}

#global-ux .accessories.section .accessories .mobile-content,
#global-ux .nameplateAccessories.section .accessories .mobile-content {
  display: none;
}

#global-ux .accessories.section .accessories .bg-accessories,
#global-ux .nameplateAccessories.section .accessories .bg-accessories {
  background-repeat: repeat;
  background-position: left top;
}

@media (max-width: 767px) {
  #global-ux .accessories.section .accessories,
  #global-ux .nameplateAccessories.section .accessories {
    padding: 0;
  }

  #global-ux .accessories.section .accessories .heading,
  #global-ux .nameplateAccessories.section .accessories .heading {
    padding: 40px 0;
    margin-bottom: 0;
  }

  #global-ux .accessories.section .accessories .heading .title,
  #global-ux .nameplateAccessories.section .accessories .heading .title {
    font-size: 28px;
  }

  #global-ux .accessories.section .accessories .heading .description,
  #global-ux .nameplateAccessories.section .accessories .heading .description {
    font-size: 10.5px;
  }

  #global-ux .accessories.section .accessories .heading .dropdown-filter,
  #global-ux .nameplateAccessories.section .accessories .heading .dropdown-filter {
    display: none;
  }

  #global-ux .accessories.section .accessories .filter-content,
  #global-ux .nameplateAccessories.section .accessories .filter-content {
    display: none;
  }

  #global-ux .accessories.section .accessories .mobile-content,
  #global-ux .nameplateAccessories.section .accessories .mobile-content {
    display: block;
  }

  #global-ux .accessories.section .accessories .mobile-content .mobile-nav,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .mobile-nav {
    font-weight: 200;
    font-size: 28px;
    color: #616161;
    text-align: left;
    padding: 17px 29px;
    border-top: 1px solid #d5d5d5;
    position: relative;
    height: auto;
    text-indent: 0px;
    background: #f3f3f3;
  }

  #global-ux .accessories.section .accessories .mobile-content .mobile-nav .icon,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .mobile-nav .icon {
    background-image: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/colorizer/icons.svg");
    background-repeat: no-repeat;
    background-position: -755px -500px;
    height: 10px;
    left: 87%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    width: 19px;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
  }

  #global-ux .accessories.section .accessories .mobile-content .mobile-nav.active,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .mobile-nav.active {
    border-bottom: 1px solid #d5d5d5;
  }

  #global-ux .accessories.section .accessories .mobile-content .mobile-nav.active .icon,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .mobile-nav.active .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
  }

  #global-ux .accessories.section .accessories .mobile-content .mobile-nav.last-item,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .mobile-nav.last-item {
    border-bottom: 1px solid #d5d5d5;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide {
    height: 0;
    padding: 0 26.5px;
    text-align: center;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-viewport,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-viewport {
    height: 0;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-viewport .slides,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-viewport .slides {
    margin-bottom: 0;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-viewport .slides .item a,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-viewport .slides .item a {
    display: block;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .item .name-item,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .item .name-item {
    color: #40abe7;
    font-size: 16px;
    display: inline-block;
    padding: 15px 0;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-control-nav,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-control-nav {
    list-style: none;
    text-align: center;
    padding: 8px 0;
    margin: 0 auto;
    display: none;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-control-nav.flex-control-paging li,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-control-nav.flex-control-paging li {
    display: inline;
    padding: 0 11px;
    width: 8px;
    height: 8px;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-control-nav.flex-control-paging li a,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-control-nav.flex-control-paging li a {
    color: #fff;
    text-decoration: none;
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #2d96cd;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px transparent;
    -moz-box-shadow: inset 0 0 3px transparent;
    -o-box-shadow: inset 0 0 3px transparent;
    box-shadow: inset 0 0 3px transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  #global-ux .accessories.section .accessories .mobile-content .accessories-slide .flex-control-nav.flex-control-paging li a.flex-active,
  #global-ux .nameplateAccessories.section .accessories .mobile-content .accessories-slide .flex-control-nav.flex-control-paging li a.flex-active {
    width: 12px;
    height: 12px;
    border: 2px solid #2d96cd;
    background: #fff;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .flex-control-nav,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .flex-control-nav {
    visibility: hidden;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel {
    margin-top: -40px;
    padding: 0 10px;
    display: block;
    margin-bottom: 40px;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-left,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-left {
    float: left;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-right,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-right {
    float: right;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-next,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-next {
    margin-right: 50px;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-prev,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .flex-prev {
    margin-left: 50px;
  }

  #global-ux .accessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .page-num,
  #global-ux .nameplateAccessories.section .accessories.mob-pagination .mobile-content .accessories-slide .nav-carousel .page-num {
    color: #2596cf;
    float: right;
    margin-right: 25px;
  }
}

#global-ux .bg-c-black {
  background-color: black;
}

#global-ux .bg-c-white {
  background-color: white;
}

#global-ux .bg-c-gray {
  background-color: #616161;
}

#global-ux .c-black {
  color: black;
}

#global-ux .c-white {
  color: white;
}

#global-ux .c-gray {
  color: #616161;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .heading .title {
  font-size: 48px;
  font-size: 3rem;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .heading .description {
  font-size: 24px;
  font-size: 1.5rem;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .heading .dropdown-filter {
  right: auto;
  left: 16px;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .heading .dropdown-filter .selected-type {
  padding-left: 14px;
  font-size: 20px;
  font-size: 1.25rem;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .heading .dropdown-filter .selected-type .icon {
  margin-left: 14px;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .heading .dropdown-filter .selections li a {
  padding-right: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: right;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .filter-content .list-items .item .name-item {
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}

.rtl #global-ux .accessories，.namepalteAccessories.section .accessories .name-item p {
  font-size: 22px;
  font-size: 1.375rem;
}

#global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner {
  position: relative;
  overflow: hidden;
}

#global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-image {
  position: relative;
  width: auto;
  height: auto;
}

#global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
}

#global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext h2 {
  font-weight: 200;
  color: #fff;
  margin: 0;
  font-size: 48px;
  display: inline-block;
  padding: 0;
  padding-bottom: 28px;
}

#global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext p {
  padding: 0;
  margin: 0;
}

#global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext p .cta-button {
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  padding: 23px 68px;
  border: none;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 17px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner picture img {
    width: 100%;
    position: inherit;
    max-width: none;
  }

  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext h2 {
    font-size: 25px;
    text-shadow: none;
    padding-bottom: 18px;
  }

  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext p .cta-button {
    display: inline-block;
    margin: 0 auto 15px;
    font-size: 10px;
    text-align: center;
    width: 25%;
    min-width: inherit !important;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-image picture img {
    width: 300%;
    position: inherit;
    max-width: 100%;
  }

  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext h2 {
    font-size: 24px;
    padding: 18px 10px;
    line-height: 33px;
    padding-bottom: 0;
  }

  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext h2+h2 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }

  #global-ux .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext p .cta-button {
    display: inline-block;
    margin: 0 auto 15px;
    font-size: 13px;
    text-align: center;
    width: auto;
    min-width: inherit !important;
  }
}

@media (max-width: 767px) {
  .rtl .billboard.section .billboard-content.billboard-smart-next-steps .billboard-inner .billboard-paragraph .richtext h2 {
    line-height: 1.2 !important;
  }
}

#global-ux .billboard.section .billboard-content {
  position: relative;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner {
  position: relative;
  overflow: hidden;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-image {
  position: relative;
  width: auto;
  height: auto;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph {
  top: 18.55072%;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext h2 {
  color: #626466;
  font-size: 48px;
  font-weight: 200;
  text-shadow: none;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext p {
  color: #626466;
  font-size: 18px;
  letter-spacing: 0.25px;
  font-weight: 200;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext .hidden-mobile {
  color: #626466;
  font-size: 16px;
  font-weight: normal;
}

#global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .cta-button {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

@media (max-width: 767px) {
  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner picture img {
    width: 220%;
    position: inherit;
    max-width: none;
    transform: translate(-25%, 0);
  }

  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph {
    top: 0;
  }

  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext h2 {
    font-size: 24px;
    padding: 18px 10px;
    line-height: 33px;
  }

  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext .cta-button {
    display: block;
    margin: 0;
    margin: 0 auto;
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext h2 {
    font-size: 34px;
    text-shadow: none;
  }

  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .richtext .hidden-mobile {
    font-size: 12px;
  }

  #global-ux .billboard.section .billboard-content.billboard-showroom .billboard-inner .billboard-paragraph .cta-button {
    font-size: 12px;
    margin: 0;
    min-width: 12px;
    padding: 10px 25px;
  }
}

#global-ux .billboard .billboard-campaign-layer .billboard-image .component-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .billboard .billboard-campaign-layer .billboard-image .component-content {
    height: 550px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .billboard .billboard-campaign-layer .billboard-image .component-content {
    height: 628px;
  }
}

#global-ux .billboard .billboard-campaign-layer .billboard-image .component-content img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  min-width: 101%;
  min-height: 101%;
}

@media only screen and (max-width: 767px) {
  #global-ux .billboard .billboard-campaign-layer .billboard-image.mobile_760 .component-content {
    height: 760px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.mobile_628 .component-content {
    height: 628px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.mobile_550 .component-content {
    height: 550px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.mobile_450 .component-content {
    height: 450px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #global-ux .billboard .billboard-campaign-layer .billboard-image.tablet_760 .component-content {
    height: 760px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.tablet_628 .component-content {
    height: 628px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.tablet_550 .component-content {
    height: 550px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.tablet_450 .component-content {
    height: 450px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktop_760 .component-content {
    height: 760px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktop_628 .component-content {
    height: 628px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktop_550 .component-content {
    height: 550px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktop_450 .component-content {
    height: 450px !important;
  }
}

@media only screen and (min-width: 1441px) {
  #global-ux .billboard .billboard-campaign-layer .billboard-image .component-content {
    height: 760px;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktoplarge_760 .component-content {
    height: 760px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktoplarge_628 .component-content {
    height: 628px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktoplarge_550 .component-content {
    height: 550px !important;
  }

  #global-ux .billboard .billboard-campaign-layer .billboard-image.desktoplarge_450 .component-content {
    height: 450px !important;
  }
}

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

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

#showroom-vehicle-card {
  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;
}

#showroom-vehicle-card:after {
  content: "";
  display: table;
  clear: both;
}

#showroom-vehicle-card * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#showroom-vehicle-card *:before,
#showroom-vehicle-card *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#showroom-vehicle-card .page-title {
  margin: 0 0 35px;
  margin: 0 0 2.1875rem;
  display: block;
  position: relative;
  z-index: 20;
}

#showroom-vehicle-card .page-title:after {
  content: "";
  display: table;
  clear: both;
}

#showroom-vehicle-card .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;
}

#showroom-vehicle-card .page-title .dropdown-vehicle-sort {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

#showroom-vehicle-card .vehicle-card-group {
  position: relative;
  display: block;
  z-index: 10;
}

#showroom-vehicle-card .vehicle-card-group:after {
  content: "";
  display: table;
  clear: both;
}

#showroom-vehicle-card .vehicle-card-group .showroom-vehicle-card-sorted {
  display: none;
}

#showroom-vehicle-card .vehicle-card-group dl {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  padding: 0;
  display: block;
}

#showroom-vehicle-card .vehicle-card-group dt {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 15px;
  margin: 0 0 .9375rem;
  color: #616161;
  font-weight: 200;
  padding: 0;
  display: block;
}

#showroom-vehicle-card .vehicle-card-group dd {
  margin: 0;
  padding: 0;
}

#showroom-vehicle-card .vehicle-card-grid {
  display: block;
}

#showroom-vehicle-card .vehicle-card-grid:after {
  content: "";
  display: table;
  clear: both;
}

#showroom-vehicle-card .vehicle-card-grid .item-content {
  padding: 31px 26px 21px;
  padding: 1.9375rem 1.625rem 1.3125rem;
  float: left;
  width: 100%;
}

#showroom-vehicle-card .vehicle-card-grid .item {
  width: 25%;
  margin: 0 -4px 20px 0;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

#showroom-vehicle-card .vehicle-card-grid .item:after {
  content: "";
  display: table;
  clear: both;
}

#showroom-vehicle-card .vehicle-card-grid .item .img {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  display: block;
  text-align: center;
}

#showroom-vehicle-card .vehicle-card-grid .item .img img {
  width: 100%;
  display: block;
  margin: 0;
}

#showroom-vehicle-card .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;
}

#showroom-vehicle-card .vehicle-card-grid .item .desc {
  display: block;
}

#showroom-vehicle-card .vehicle-card-grid .item .desc p {
  margin: 0 0 5px;
  margin: 0 0 .3125rem;
  color: #616161;
}

#showroom-vehicle-card .vehicle-card-grid .item .desc .hide {
  display: none;
}

#showroom-vehicle-card .vehicle-card-grid .item .action {
  padding: 15px 0 0;
  padding: .9375rem 0 0;
  background: #fff;
  position: relative;
  display: none;
}

#showroom-vehicle-card .vehicle-card-grid .item .action p {
  margin-bottom: 1em;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #showroom-vehicle-card .vehicle-card-grid .item .action p {
    width: auto;
  }
}

#showroom-vehicle-card .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) {
  #showroom-vehicle-card .vehicle-card-grid .item .action p .cta-button {
    width: auto;
    padding: 15px 40px;
    padding: .9375rem 2.5rem;
  }
}

@media only screen and (max-width: 30em) {
  #showroom-vehicle-card .vehicle-card-grid .item .action p .cta-button {
    width: auto;
    padding: 15px 10px;
    padding: .9375rem .625rem;
    font-size: 12px;
    font-size: .75rem;
  }
}

#showroom-vehicle-card .vehicle-card-grid .item:hover {
  margin-right: -4px;
  z-index: 2;
}

#showroom-vehicle-card .vehicle-card-grid .item:hover .item-content {
  margin: 0 0 -115px;
  margin: 0 0 -7.1875rem;
  border: 1px solid #2d96cd;
  background: #fff;
}

#showroom-vehicle-card .vehicle-card-grid .item:hover .action {
  display: block;
  background: #fff;
}

@media screen and (min-width: 47.9375em) {
  #showroom-vehicle-card .vehicle-card-grid .item {
    min-height: 350px;
  }

  #showroom-vehicle-card .vehicle-card-grid .item .item-content {
    position: absolute;
    min-height: 350px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 74.9375em) {
  #showroom-vehicle-card {
    max-width: 1440px;
    max-width: 90rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item {
    width: 33.33333%;
  }

  #showroom-vehicle-card .page-title h1 {
    margin-right: 250px;
  }
}

@media only screen and (max-width: 61.9375em) {
  #showroom-vehicle-card .vehicle-card-grid .item {
    width: 50%;
  }

  #showroom-vehicle-card .page-title h1 {
    margin-right: 250px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #showroom-vehicle-card {
    padding: 25px 25px 0;
    padding: 1.5625rem 1.5625rem 0;
  }

  #showroom-vehicle-card .page-title h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  #showroom-vehicle-card .page-title .dropdown-vehicle-sort {
    top: -5px;
  }

  #showroom-vehicle-card .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;
  }

  #showroom-vehicle-card .dropdown-vehicle-sort .txt {
    padding: 0 25px 0 0;
    padding: 0 1.5625rem 0 0;
  }

  #showroom-vehicle-card .dropdown-vehicle-sort .txt:before {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 48px;
    line-height: 3rem;
  }

  #showroom-vehicle-card .dropdown-vehicle-sort .by {
    padding-left: 5px;
  }

  #showroom-vehicle-card .dropdown-vehicle-sort ul li a {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 32px;
    line-height: 2rem;
    padding: 0 10px;
    padding: 0 .625rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content {
    padding: 31px 26px 11px;
    padding: 1.9375rem 1.625rem .6875rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item {
    margin-bottom: 20px;
    margin-right: -4px;
  }

  #showroom-vehicle-card .vehicle-card-grid .item:hover {
    margin-right: -4px;
    z-index: 2;
  }

  #showroom-vehicle-card .vehicle-card-grid .item:hover .item-content {
    padding: 30px 25px 10px;
    padding: 1.875rem 1.5625rem .625rem;
  }

  #showroom-vehicle-card .page-title h1 {
    margin-right: 200px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 736px) {
  #showroom-vehicle-card .vehicle-card-grid .item:hover .item-content {
    margin: 0 0 -221px;
    margin: 0 0 -13.8125rem;
  }
}

@media only screen and (max-width: 30em) {
  #showroom-vehicle-card .vehicle-card-group dl {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }

  #showroom-vehicle-card .vehicle-card-group dt {
    font-size: 22px;
    font-size: 1.375rem;
  }

  #showroom-vehicle-card .vehicle-card-grid {
    margin: 0 -15px;
    margin: 0 -.9375rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content {
    padding: 16px 16px 6px;
    padding: 1rem 1rem .375rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content .img {
    margin: 0 0 15px;
    margin: 0 0 .9375rem;
  }

  #showroom-vehicle-card .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;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content .desc p {
    font-size: 12px;
    font-size: .75rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content .action {
    padding: 10px 0 0;
    padding: .625rem 0 0;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content .button {
    font-size: 12px;
    font-size: .75rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item-content .button.secondary {
    line-height: 33px;
    line-height: 2.0625rem;
  }

  #showroom-vehicle-card .vehicle-card-grid .item:hover .item-content {
    padding: 15px 15px 5px;
    padding: .9375rem .9375rem .3125rem;
    margin: 0 0 -146px;
    margin: 0 0 -9.125rem;
  }

  #showroom-vehicle-card .page-title {
    clear: both;
  }

  #showroom-vehicle-card .page-title h1 {
    float: left;
    margin-right: 0;
  }

  #showroom-vehicle-card .page-title .dropdown-vehicle-sort {
    float: none;
    position: static;
    width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .vehicle-card-grid .item .cta-button {
    min-width: 15.625rem !important;
  }
}

@media only screen and (max-width: 74.9375em) {
  .rtl #showroom-vehicle-card .page-title h1 {
    margin-right: 0;
    margin-left: 250px;
  }
}

.rtl #showroom-vehicle-card .page-title .dropdown-vehicle-sort {
  right: auto;
  left: 0;
}

.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 .splitter.section.active-sticky.sticky {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
}

#global-ux .splitter-darkblue {
  background-color: #1b394e;
  color: #fff;
}

#global-ux .splitter-grey {
  background-color: #616161;
  color: #fff;
}

#global-ux .splitter-darkgrey {
  background-color: #121212;
  color: #fff;
}

#global-ux .splitter-lightgrey {
  background-color: #f7f7f7;
  color: #000;
}

#global-ux .splitter-ctablue {
  background-color: #2d96cd;
  color: #fff;
}

#global-ux .splitter-5-columns .columns {
  width: 50%;
}

@media only screen and (min-width: 62em) {
  #global-ux .splitter-5-columns .columns {
    width: 20%;
  }
}

#global-ux .vehicleAttribute .attribute {
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes {
    padding: 0;
    border: none;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .vehicleAttribute.service-ok,
  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport {
    padding: 20px 27px;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport {
    background: transparent !important;
    padding: 0;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides {
    width: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .splitter-column {
    width: 100% !important;
    float: none !important;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .splitter-column .vehicleAttribute.service-ok {
    width: 100%;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .vehicleAttribute.service-ok {
    border-top: 1px solid rgba(151,151,151,0.4);
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .component-content {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .vehicleAttribute .attribute-prefix,
  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .vehicleAttribute .attribute {
    float: left;
    width: 40%;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .vehicleAttribute .attribute {
    width: 21%;
    float: left;
    text-align: right;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: normal;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flexslider .flex-viewport .slides .vehicleAttribute .attribute-suffix {
    float: right;
    text-align: left;
    width: 39%;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes>div>.splitter-column:first-of-type {
    border-bottom: none;
  }

  #global-ux .splitter[lastdisplay="mobile"] .vehicle-attributes .flex-control-nav {
    display: none;
  }
}

.splitter .richtext ul {
  margin-left: 15px !important;
}

#global-ux .sameHeightSplitter .common-image .component-content img {
  width: 100%;
}

#global-ux .accordion-item .sameHeightSplitter .common-image .component-content img {
  width: auto !important;
}

.rtl #global-ux .splitter .richtext ul {
  margin-left: 0 !important;
  margin-right: 15px !important;
}

.rtl #global-ux .splitter .flex-viewport {
  direction: ltr !important;
}

#global-ux .expanded-feature-section .top-content {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 200;
  color: #616161;
  text-align: center;
  width: -moz-calc(80%);
  width: -webkit-calc(80%);
  width: calc(80%);
  margin: 0 auto;
  padding: 1.625rem 0 1.25rem;
}

#global-ux .expanded-feature-section .top-content .title,
#global-ux .expanded-feature-section .top-content .description {
  display: block;
}

#global-ux .expanded-feature-section .top-content .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: .5rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .expanded-feature-section .top-content .title {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 2.875rem;
    margin-bottom: 1.5rem;
  }
}

#global-ux .expanded-feature-section .top-content .description {
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .expanded-feature-section .top-content .description {
    line-height: 2rem;
    width: -moz-calc(80%);
    width: -webkit-calc(80%);
    width: calc(80%);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.375rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .expanded-feature-section .top-content {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 5rem 0 1.25rem;
  }
}

#global-ux .expanded-feature-section .expanded-feature-images-desktop {
  display: none;
}

#global-ux .expanded-feature-section .expanded-feature-images-desktop:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .expanded-feature-section .expanded-feature-images-desktop .item {
  float: left;
  width: 33.333%;
  padding: .625rem .9375rem;
}

#global-ux .expanded-feature-section .expanded-feature-images-desktop .item:nth-of-type(3n+1) {
  clear: left;
}

@media only screen and (min-width: 62em) {
  #global-ux .expanded-feature-section .expanded-feature-images-desktop {
    display: block;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .expanded-feature-section .expanded-feature-slider-mobile {
    display: none;
  }
}

#global-ux .expanded-feature-section button,
#global-ux .expanded-feature-section .button {
  padding: 1rem 3.125rem 1.0625rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .expanded-feature-section button,
  #global-ux .expanded-feature-section .button {
    padding-left: 3.625rem;
    padding-right: 3.625rem;
  }
}

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

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

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

#global-ux h6 {
  font-size: 12px;
  font-size: .75rem;
}

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

#global-ux .slider-feature-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .slider-feature-section .slides .component-content,
  #global-ux .slider-feature-section .slides .start-image>a,
  #global-ux .slider-feature-section .slides .outer-container {
    display: block;
    position: relative;
  }

  #global-ux .slider-feature-section .slides .start-image>a {
    display: block;
    height: 100%;
  }

  #global-ux .slider-feature-section .slides .start-image>a:before {
    font-family: "icomoon";
    content: "\e632";
    font-size: 4.0625rem;
    display: block;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
    z-index: 5;
  }

  #global-ux .slider-feature-section .slides .start-image>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  }

  #global-ux .slider-feature-section .slides .start-image>a .component-content:before {
    display: none;
  }

  #global-ux .slider-feature-section .slides .start-image a picture:before {
    display: none;
  }
}

#global-ux .slider-feature-section ul {
  margin: 0;
  list-style: none;
}

#global-ux .slider-feature-section .control-button {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 24px;
  width: 280px;
}

@media only screen and (min-width: 48em) {
  #global-ux .slider-feature-section .control-button {
    bottom: 53px;
    width: 453px;
  }
}

.ie9 #global-ux .slider-feature-section .slider-block:after,
.no-js #global-ux .slider-feature-section .slider-block:after {
  content: "";
  display: table;
  clear: both;
}

.ie9 #global-ux .slider-feature-section .slider-block,
.ie9 #global-ux .slider-feature-section .slider-block .slides .item,
.no-js #global-ux .slider-feature-section .slider-block,
.no-js #global-ux .slider-feature-section .slider-block .slides .item {
  height: 255px !important;
}

.ie9 #global-ux .slider-feature-section .slider-block .slides .item,
.no-js #global-ux .slider-feature-section .slider-block .slides .item {
  position: relative;
  overflow: hidden;
}

.ie9 #global-ux .slider-feature-section .slider-block .slides .item img,
.no-js #global-ux .slider-feature-section .slider-block .slides .item 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-width: none;
}

@media only screen and (min-width: 48em) {
  .ie9 #global-ux .slider-feature-section .slider-block,
  .ie9 #global-ux .slider-feature-section .slider-block .slides .item,
  .no-js #global-ux .slider-feature-section .slider-block,
  .no-js #global-ux .slider-feature-section .slider-block .slides .item {
    height: auto !important;
  }

  .ie9 #global-ux .slider-feature-section .slider-block .slides .item img,
  .no-js #global-ux .slider-feature-section .slider-block .slides .item img {
    position: static;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    height: auto;
  }
}

#global-ux .description-block {
  margin: 26px auto 16px;
  width: 87.5%;
}

#global-ux .description-block h2 {
  color: #616161;
  line-height: normal;
  letter-spacing: .1px;
  margin: 0 0 .5rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .description-block h2 {
    margin-bottom: .625rem;
  }
}

#global-ux .description-block,
#global-ux .description-block h2,
#global-ux .description-block p {
  font-weight: 200;
}

#global-ux .description-block,
#global-ux .description-block p {
  color: #86827B;
}

#global-ux .description-block .description-txt {
  position: relative;
  max-height: 6.25rem;
  overflow: hidden;
  margin: 0;
  -webkit-transition: all 4s ease-out 0s;
  transition: all 4s ease-out 0s;
}

#global-ux .description-block .description-txt.show {
  max-height: 437.5rem;
}

#global-ux .description-block .description-txt .link-more-mob {
  position: absolute;
  right: 0;
  top: 64px;
  padding-left: .375rem;
  text-decoration: none;
  background: #fff;
}

#global-ux .description-block .description-txt .link-more-mob:before {
  content: "...";
}

@media only screen and (min-width: 48em) {
  #global-ux .description-block .description-txt {
    height: auto;
  }

  #global-ux .description-block .description-txt .link-more-mob {
    display: none;
  }
}

#global-ux .description-block a {
  color: #2d96cd;
}

@media only screen and (min-width: 48em) {
  #global-ux .description-block {
    position: absolute;
    top: 31px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 62.5%;
  }

  #global-ux .description-block,
  #global-ux .description-block h2,
  #global-ux .description-block p {
    color: #fff;
  }

  #global-ux .description-block,
  #global-ux .description-block p {
    font-size: 1.125rem;
    line-height: 1.9375rem;
  }
}

#global-ux .control-button-block,
#global-ux .slider-feature-section .control-button {
  border: #2d96cd solid 1px;
  box-sizing: content-box;
  margin: 0 auto;
}

#global-ux .control-button-block:after,
#global-ux .slider-feature-section .control-button:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .control-button-block,
#global-ux .slider-feature-section .control-button,
#global-ux .control-button-block .item,
#global-ux .slider-feature-section .control-button .item {
  text-align: center;
  height: 1.8125rem;
  line-height: 1.8125rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .control-button-block,
  #global-ux .slider-feature-section .control-button,
  #global-ux .control-button-block .item,
  #global-ux .slider-feature-section .control-button .item {
    height: 3rem;
    line-height: 3rem;
  }
}

#global-ux .control-button-block .item,
#global-ux .slider-feature-section .control-button .item {
  float: left;
  width: 50%;
  color: #fff;
  font-size: 12.4px;
  font-size: .775rem;
  font-weight: normal;
  cursor: pointer;
  background-color: rgba(0,0,0,0.1);
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

#global-ux .control-button-block .item:hover,
#global-ux .slider-feature-section .control-button .item:hover {
  background-color: rgba(0,0,0,0.3);
}

#global-ux .control-button-block .item.active,
#global-ux .slider-feature-section .control-button .item.active,
#global-ux .control-button-block .item.active:hover,
#global-ux .slider-feature-section .control-button .item.active:hover {
  background-color: #2d96cd;
}

@media only screen and (min-width: 48em) {
  #global-ux .control-button-block .item,
  #global-ux .slider-feature-section .control-button .item {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#global-ux .slider-feature-section:before,
#global-ux .description-block,
#global-ux .control-button-block,
#global-ux .slider-feature-section .control-button {
  z-index: 9;
}

.rtl #global-ux .sliderFeature .description-block p {
  font-size: 48px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .sliderFeature .slider-feature-section .control-button {
    height: auto;
    line-height: 1;
  }
}

.rtl #global-ux .sliderFeature .slider-feature-section .control-button .item {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .sliderFeature .slider-feature-section .control-button .item {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 5px 0 10px;
    height: auto;
  }
}

#global-ux .page-news .header-page {
  padding: 30px 25px 0;
  padding: 1.875rem 1.5625rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .page-news .header-page {
    padding: 20px 35px 20px 70px;
    padding: 1.25rem 2.1875rem 1.25rem 4.375rem;
  }
}

#global-ux .page-news .header-news {
  position: relative;
}

#global-ux .page-news .header-news .title-news {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  float: left;
  color: #616161;
}

@media only screen and (min-width: 48em) {
  #global-ux .page-news .header-news .title-news {
    font-size: 42px;
    font-size: 2.625rem;
    border: none;
  }
}

#global-ux .page-news .header-news .header-holder {
  float: right;
}

#global-ux .page-news .header-news .header-holder .search-vehicle {
  float: left;
  margin: 0 10px 0 0;
}

#global-ux .page-news .header-news .header-holder .search {
  margin: 0;
}

#global-ux .page-news .header-news .dropdown-vehicle-sort {
  float: left;
}

#global-ux .page-news .container-news {
  position: relative;
  padding: 1.875rem 0;
}

#global-ux .page-news .container-news .title-year {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 200;
  color: #616161;
  margin: 1.25rem 0;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .page-news .container-news {
    padding: 0 2.1875rem 1.875rem 4.375rem;
  }

  #global-ux .page-news .container-news .title-year {
    text-align: left;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

#global-ux .page-news .container-news .blocks-news {
  padding: 0;
}

#global-ux .page-news .container-news .blocks-news .sameHeightNews {
  position: relative;
}

#global-ux .page-news .container-news .blocks-news h3 {
  font-weight: 700;
  font-size: 13px;
  font-size: .8125rem;
  border-bottom: solid 1px #b3b3b3;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

#global-ux .page-news .container-news .blocks-news h3 p {
  text-align: left !important;
}

#global-ux .page-news .container-news .blocks-news h3 h1,
#global-ux .page-news .container-news .blocks-news h3 h2,
#global-ux .page-news .container-news .blocks-news h3 h3,
#global-ux .page-news .container-news .blocks-news h3 h4 {
  text-align: left !important;
}

#global-ux .page-news .container-news .blocks-news .date-year,
#global-ux .page-news .container-news .blocks-news .txt-description {
  font-size: 10px;
  font-size: .625rem;
  font-weight: 300;
  line-height: 1.125rem;
}

#global-ux .page-news .container-news .blocks-news .txt-description {
  padding-bottom: 62px;
  padding-bottom: 3.875rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .page-news .container-news .blocks-news .txt-description {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}

#global-ux .page-news .container-news .blocks-news .btn-link-news {
  margin: 0;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}

#global-ux .page-news .container-news .blocks-news .btn-link-news .cta-button-primary {
  width: 100%;
  margin: 0;
  min-width: auto;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .page-news .container-news .blocks-news .btn-link-news .cta-button-primary {
    padding: 5px;
    padding: .3125rem;
    font-size: 14px;
    font-size: .875rem;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .page-news .container-news .blocks-news {
    padding: 1.25rem .625rem;
  }

  #global-ux .page-news .container-news .blocks-news h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  #global-ux .page-news .container-news .blocks-news .date-year,
  #global-ux .page-news .container-news .blocks-news .txt-description {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.5rem;
  }
}

#global-ux .page-news .container-news .row .columns,
#global-ux .page-news .container-news .genericCarousel .columns,
#global-ux .page-news .container-news .dynamicCarousel .columns,
#global-ux .page-news .container-news .billboardCarousel .columns,
#global-ux .page-news .container-news .mediaCarousel .columns,
#global-ux .page-news .container-news .accessoriesTile .columns,
#global-ux .mediaCarousel .page-news .container-news .media-carousel .columns,
#global-ux .page-news .container-news .threesixtyColouriser .columns,
#global-ux .accessoriesTile .page-news .container-news .media-carousel .columns {
  border: solid 1px transparent;
}

#global-ux .page-news .container-news .row .columns.item:last-child,
#global-ux .page-news .container-news .genericCarousel .columns.item:last-child,
#global-ux .page-news .container-news .dynamicCarousel .columns.item:last-child,
#global-ux .page-news .container-news .billboardCarousel .columns.item:last-child,
#global-ux .page-news .container-news .mediaCarousel .columns.item:last-child,
#global-ux .page-news .container-news .accessoriesTile .columns.item:last-child,
#global-ux .mediaCarousel .page-news .container-news .media-carousel .columns.item:last-child,
#global-ux .page-news .container-news .threesixtyColouriser .columns.item:last-child,
#global-ux .accessoriesTile .page-news .container-news .media-carousel .columns.item:last-child {
  float: left;
}

@media only screen and (min-width: 48em) {
  #global-ux .page-news .container-news .row .columns:hover,
  #global-ux .page-news .container-news .genericCarousel .columns:hover,
  #global-ux .page-news .container-news .dynamicCarousel .columns:hover,
  #global-ux .page-news .container-news .billboardCarousel .columns:hover,
  #global-ux .page-news .container-news .mediaCarousel .columns:hover,
  #global-ux .page-news .container-news .accessoriesTile .columns:hover,
  #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns:hover,
  #global-ux .page-news .container-news .threesixtyColouriser .columns:hover,
  #global-ux .accessoriesTile .page-news .container-news .media-carousel .columns:hover {
    border: solid 1px #2d96cd;
  }

  #global-ux .page-news .container-news .row .columns:hover .btn-link-news,
  #global-ux .page-news .container-news .genericCarousel .columns:hover .btn-link-news,
  #global-ux .page-news .container-news .dynamicCarousel .columns:hover .btn-link-news,
  #global-ux .page-news .container-news .billboardCarousel .columns:hover .btn-link-news,
  #global-ux .page-news .container-news .mediaCarousel .columns:hover .btn-link-news,
  #global-ux .page-news .container-news .accessoriesTile .columns:hover .btn-link-news,
  #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns:hover .btn-link-news,
  #global-ux .page-news .container-news .threesixtyColouriser .columns:hover .btn-link-news,
  #global-ux .accessoriesTile .page-news .container-news .media-carousel .columns:hover .btn-link-news {
    display: block;
  }
}

#global-ux .page-news .container-news .year {
  background: #FFF;
  position: relative;
}

#global-ux .page-news .container-news .no-results {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

@media only screen and (min-width: 48em) {
  #global-ux .page-news .container-news .no-results {
    font-size: 17px;
  }
}

#global-ux .page-news .view-more {
  background: #2d96cd;
  padding: 2.1875rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200;
  color: #fff;
  margin-top: 2.5rem;
  text-align: center;
  cursor: pointer;
}

#global-ux .page-news .view-more .site-link-icon {
  margin-left: 1.5625rem;
}

#global-ux .page-news .hidden-item {
  display: none;
}

#global-ux .dropdown-vehicle-sort {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 15;
  width: auto;
}

#global-ux .dropdown-vehicle-sort label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 48px;
  line-height: 3rem;
  padding: 0 15px;
  padding: 0 .9375rem;
  min-width: 160px;
  min-width: 10rem;
  border: 1px solid #2d96cd;
  border: .0625rem solid #2d96cd;
  margin: 0;
  color: #2d96cd;
  font-weight: 200;
  text-align: right;
  display: inline-block;
  white-space: nowrap;
}

#global-ux .dropdown-vehicle-sort .txt {
  padding: 0 30px 0 0;
  padding: 0 1.875rem 0 0;
  position: relative;
  display: inline-block;
  border: none;
  color: #2d96cd !important;
  height: 3rem;
}

#global-ux .dropdown-vehicle-sort .txt:before {
  font-family: "icomoon";
  font-size: 1.75rem;
  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;
  content: "\e641";
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
  float: left;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

#global-ux .dropdown-vehicle-sort .by {
  padding-left: 10px;
}

#global-ux .dropdown-vehicle-sort ul {
  margin-top: -1px;
  margin-top: -.0625rem;
  border: 1px solid #2d96cd;
  border: .0625rem solid #2d96cd;
  min-width: 100%;
  background: #fff;
  float: left;
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  visibility: hidden;
}

#global-ux .dropdown-vehicle-sort ul li {
  border-bottom: 1px solid #2d96cd;
  border-bottom: .0625rem solid #2d96cd;
  color: #616161;
  font-weight: 200;
  display: block;
  width: auto;
  white-space: nowrap;
}

#global-ux .dropdown-vehicle-sort ul li a {
  font-size: 14px;
  font-size: .875rem;
  line-height: 40px;
  line-height: 2.5rem;
  padding: 0 15px;
  padding: 0 .9375rem;
  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;
}

#global-ux .dropdown-vehicle-sort ul li a:hover {
  background: #2d96cd;
  color: #fff;
}

#global-ux .dropdown-vehicle-sort ul li:last-child {
  border: none;
}

#global-ux .dropdown-vehicle-sort.active ul {
  display: block;
  visibility: visible;
  z-index: 5;
}

#global-ux .dropdown-vehicle-sort.active .txt:before {
  content: "\e640";
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .dropdown-vehicle-sort label {
    font-size: 14px;
    font-size: .875rem;
    line-height: 36px;
    line-height: 2.25rem;
    padding: 0 10px;
    padding: 0 .625rem;
    min-width: 130px;
    min-width: 8.125rem;
  }

  #global-ux .dropdown-vehicle-sort .txt {
    padding: 0 25px 0 0;
    padding: 0 1.5625rem 0 0;
    height: 2.25rem;
  }

  #global-ux .dropdown-vehicle-sort .txt:before {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 48px;
    line-height: 3rem;
  }

  #global-ux .dropdown-vehicle-sort .by {
    padding-left: 5px;
  }

  #global-ux .dropdown-vehicle-sort ul li a {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 32px;
    line-height: 2rem;
    padding: 0 10px;
    padding: 0 .625rem;
  }

  #global-ux .dropdown-vehicle-sort ul {
    position: relative;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .page-news .header-news .header-holder {
    float: none;
    padding-top: 10px;
    padding-top: .625rem;
  }

  #global-ux .page-news .header-news .header-holder .search-vehicle {
    float: none;
    margin: 0 10px;
    margin: 0 .625rem;
  }

  #global-ux .page-news .header-news .search-vehicle .search-form .form-textfield {
    max-width: 100%;
  }

  #global-ux .page-news .header-news .title-news {
    float: none;
  }

  #global-ux .page-news .header-news .dropdown-vehicle-sort {
    float: left;
  }

  #global-ux .dropdown-vehicle-sort {
    position: static !important;
    float: none;
    margin: 10px 0 0;
    margin: .625rem 0 0;
    width: 100%;
  }

  #global-ux .dropdown-vehicle-sort label {
    width: 100%;
    text-align: left;
    border-color: #B3B3B3;
    border-width: 1px 0 2px;
    line-height: 48px;
  }

  #global-ux .dropdown-vehicle-sort .txt {
    width: 100%;
    height: 48px;
  }

  #global-ux .dropdown-vehicle-sort.active ul {
    margin: -2px 0 0;
    margin: -.125rem 0 0;
  }
}

._:-ms-fullscreen,
:root #global-ux #showroom-vehicle-card .dropdown-vehicle-sort .txt:before {
  top: 25px;
}

@media only screen and (max-width: 767px) {
  #global-ux .page-news .header-page {
    padding: 15px 0 0;
  }

  #global-ux .page-news .header-news .title-news {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }

  #global-ux .page-news .header-news .search-vehicle .form-textfield {
    max-width: 170px;
  }

  #global-ux .page-news .header-news .search-vehicle .search {
    font-size: 14px;
    font-size: .875rem;
    line-height: 38px;
    line-height: 2.375rem;
    height: 38px;
    height: 2.375rem;
    padding-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-bottom: 0;
  }

  #global-ux .page-news .header-news .search-vehicle .search-btn {
    padding: 10px 12px 9px;
    padding: .625rem .75rem .5625rem;
  }

  #global-ux .page-news .header-news .dropdown-vehicle-sort label {
    padding: 0 1.5625rem !important;
  }

  #global-ux .page-news .container-news .row .columns,
  #global-ux .page-news .container-news .genericCarousel .columns,
  #global-ux .page-news .container-news .dynamicCarousel .columns,
  #global-ux .page-news .container-news .billboardCarousel .columns,
  #global-ux .page-news .container-news .mediaCarousel .columns,
  #global-ux .page-news .container-news .accessoriesTile .columns,
  #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns,
  #global-ux .page-news .container-news .threesixtyColouriser .columns,
  #global-ux .accessoriesTile .page-news .container-news .media-carousel .columns {
    padding-bottom: 15px;
  }

  #global-ux .page-news .container-news .row .columns:nth-of-type(2n+1),
  #global-ux .page-news .container-news .genericCarousel .columns:nth-of-type(2n+1),
  #global-ux .page-news .container-news .dynamicCarousel .columns:nth-of-type(2n+1),
  #global-ux .page-news .container-news .billboardCarousel .columns:nth-of-type(2n+1),
  #global-ux .page-news .container-news .mediaCarousel .columns:nth-of-type(2n+1),
  #global-ux .page-news .container-news .accessoriesTile .columns:nth-of-type(2n+1),
  #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns:nth-of-type(2n+1),
  #global-ux .page-news .container-news .threesixtyColouriser .columns:nth-of-type(2n+1),
  #global-ux .accessoriesTile .page-news .container-news .media-carousel .columns:nth-of-type(2n+1) {
    clear: left;
  }

  #global-ux .page-news .container-news .row .columns .blocks-news .sameHeightNews,
  #global-ux .page-news .container-news .genericCarousel .columns .blocks-news .sameHeightNews,
  #global-ux .page-news .container-news .dynamicCarousel .columns .blocks-news .sameHeightNews,
  #global-ux .page-news .container-news .billboardCarousel .columns .blocks-news .sameHeightNews,
  #global-ux .page-news .container-news .mediaCarousel .columns .blocks-news .sameHeightNews,
  #global-ux .page-news .container-news .accessoriesTile .columns .blocks-news .sameHeightNews,
  #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns .blocks-news .sameHeightNews,
  #global-ux .page-news .container-news .threesixtyColouriser .columns .blocks-news .sameHeightNews,
  #global-ux .accessoriesTile .page-news .container-news .media-carousel .columns .blocks-news .sameHeightNews {
    height: auto !important;
  }
}

.rtl #global-ux .page-news .header-news .dropdown-vehicle-sort {
  right: auto;
  left: 0;
  top: 14px;
}

.rtl #global-ux .page-news .container-news .title-year {
  text-align: right;
}

#global-ux .news-article {
  padding: 0 25px;
  padding: 0 1.5625rem;
}

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

#global-ux .news-article .news-article-frame {
  position: relative;
}

#global-ux .news-article .news-article-frame .actionsPanel {
  display: inline;
  padding: 0;
  margin: 0;
}

#global-ux .news-article .news-article-frame .share-overlay {
  position: static;
}

#global-ux .news-article .news-article-frame .share-overlay .share-wrapper {
  transform: none;
  top: 100%;
  left: 0;
  position: absolute;
}

#global-ux .news-article .fm-actions {
  overflow: hidden;
}

#global-ux .news-article .fm-actions .action {
  float: left;
  padding: 0 0 0 10px;
  padding: 0 0 0 .625rem;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.2;
  margin: 0;
}

#global-ux .news-article .fm-actions .action:first-child {
  padding: 0;
}

#global-ux .news-article .fm-actions .action i {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
  margin: 0 0 .3125rem;
}

#global-ux .news-article .fm-actions .action a {
  display: block;
  text-align: center;
  text-decoration: none;
}

#global-ux .news-article .fm-actions .action a span {
  display: block;
}

#global-ux .news-article .title-article {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1b394e;
  text-align: center;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
  line-height: 1.375rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .news-article .title-article {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    padding-top: 3.125rem;
    padding-bottom: 1.25rem;
  }
}

#global-ux .news-article .date-time-article {
  font-size: 14px;
  font-size: .875rem;
  color: #616161;
  font-weight: 200;
  text-align: center;
  padding-bottom: .9375rem;
}

@media large-up {
  #global-ux .news-article .date-time-article {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 1.875rem;
  }
}

#global-ux .news-article .txt-content {
  padding: 1.875rem 1.5625rem;
  font-weight: 200;
  color: #616161;
  font-size: 12px;
  font-size: .75rem;
}

#global-ux .news-article .txt-content ul {
  font-size: 12px;
  font-size: .75rem;
  list-style: none !important;
  margin-left: 2.5rem;
  margin-top: 0;
  margin-bottom: 20px;
}

#global-ux .news-article .txt-content ul li {
  position: relative;
  margin-bottom: 10px;
}

#global-ux .news-article .txt-content ul li:before {
  position: absolute;
  content: "\2022";
  font-size: 125%;
  margin: -3px 0 10px -15px;
}

@media only screen and (min-width: 48em) {
  #global-ux .news-article .txt-content {
    position: relative;
    padding: 5rem 2.1875rem 0 4.8125rem;
    line-height: 1.875rem;
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .news-article .txt-content .txt-regular {
  font-weight: 400;
}

#global-ux .news-article .view-all {
  text-align: center;
  margin: 1.875rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .news-article .view-all {
    margin: 3.75rem 0;
  }
}

.rtl #global-ux .news-article .title-article {
  font-size: 48px;
  font-size: 3rem;
  word-break: break-word;
  line-height: 1;
}

.rtl #global-ux .news-article .date-time-article {
  font-size: 24px;
  font-size: 1.5rem;
}

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

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

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

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

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

#global-ux .latestOffers .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 .latestOffers .search-filter-holder {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

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

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

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

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

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

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

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

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

#global-ux .latestOffers .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 .latestOffers .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 .latestOffers .search-filter .hide-button {
    display: none;
  }
}

#global-ux .latestOffers .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 .latestOffers .search-filter .radio-filter-section {
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
  }
}

#global-ux .latestOffers .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 .latestOffers .search-filter .radio-filter-section .filter-radio-holder .custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

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

#global-ux .latestOffers .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 .latestOffers .search-filter .radio-filter-section .filter-radio-holder label {
    font-size: 11px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#global-ux .latestOffers .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 .latestOffers .search-filter.mobile-filters-popup .mobile-filters-popup-head .cancel-btn,
#global-ux .latestOffers .search-filter.mobile-filters-popup .mobile-filters-popup-head .number,
#global-ux .latestOffers .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 .latestOffers .search-filter.mobile-filters-popup .mobile-filters-popup-head .apply-btn {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .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 .latestOffers .result-block .vehicle-sort-block {
    width: auto;
    float: none;
    margin: 0 -25px;
  }
}

#global-ux .latestOffers .result-block .offers-post {
  text-align: right;
}

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

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

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

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

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

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

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

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

#global-ux .latestOffers .result-block .offers-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 .latestOffers .result-block .offers-holder .item {
    padding: 40px 20px 20px;
    padding: 2.5rem 1.25rem 1.25rem;
  }
}

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

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

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

#global-ux .latestOffers .result-block .offers-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 .latestOffers .result-block .offers-holder .item p {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

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

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

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

#global-ux .latestOffers .result-block .offers-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 .latestOffers .result-block .offers-holder .item-holder {
    padding: 25px 5px 10px;
    padding: 1.5625rem .3125rem .625rem;
  }
}

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

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

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

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

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

#global-ux .latestOffers .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 .latestOffers .result-block .filter-btn {
    display: table-cell;
  }
}

#global-ux .latestOffers .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 .latestOffers .result-block .filter-btn:before {
    display: block;
  }
}

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

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

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

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

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

#global-ux .latestOffers .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 .latestOffers .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 .latestOffers .filter-active-holder .filter-active>span .close-icon {
  top: 9px;
  right: 7px;
}

#global-ux .latestOffers .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 .latestOffers .filter-active-holder .filter-active .reset {
  padding-right: 20px;
  padding-right: 1.25rem;
  cursor: pointer;
}

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

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

#global-ux .latestOffers .offers-post a {
  text-decoration: none;
}

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

#global-ux .latestOffers .dropdown-vehicle-sort {
  float: right;
  min-width: 160px;
  margin-top: 20px;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .dropdown-vehicle-sort {
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .dropdown-vehicle-sort {
    display: table-cell;
    float: none;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .latestOffers .dropdown-vehicle-sort {
    position: relative !important;
  }
}

#global-ux .latestOffers .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 .latestOffers .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 .latestOffers .dropdown-vehicle-sort label {
    border-width: 1px;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .dropdown-vehicle-sort.active ul {
    position: absolute;
    border-color: #e6e6e6;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .dropdown-vehicle-sort.active ul li {
    border-color: #e6e6e6;
  }
}

#global-ux .latestOffers .dropdown-vehicle-sort .txt {
  position: static;
  padding: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .dropdown-vehicle-sort .txt {
    white-space: normal;
    height: auto;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

#global-ux .latestOffers .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 .latestOffers .hide-filter {
  overflow: hidden;
}

#global-ux .latestOffers .hide-filter .search-filter-holder {
  margin-left: -25%;
}

#global-ux .latestOffers .hide-filter .result-block-holder {
  width: 100%;
}

#global-ux .latestOffers .hide-filter .search-filter .hide-button {
  right: -37px;
}

#global-ux .latestOffers .hide-filter .search-filter .hide-button:before {
  color: #2d96cd;
  content: '\e615';
}

#global-ux .latestOffers .hide-filter .result-block-holder .result-block .offers-holder .item {
  width: 25%;
}

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

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .hide-filter .result-block-holder .result-block .offers-holder .item {
    width: 50%;
  }
}

#global-ux .latestOffers .offer-details {
  border-top: 1px solid #ddd;
}

#global-ux .latestOffers .offer-details .configuration-block {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .offer-details .configuration-block {
    display: block;
  }
}

#global-ux .latestOffers .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 .latestOffers .offer-details .configuration-block .item {
    padding: 25px 3%;
    padding: 1.5625rem 3%;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .latestOffers .offer-details .configuration-block .item {
    padding: 25px 10px;
    padding: 1.5625rem .625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .offer-details .configuration-block .item {
    display: block;
    text-align: center;
    padding: 15px 10px;
    padding: .9375rem .625rem;
  }
}

#global-ux .latestOffers .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 .latestOffers .offer-details .configuration-block .item p {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    margin: 0 0 .625rem;
  }
}

#global-ux .latestOffers .offer-details .configuration-block .item .image-holder {
  margin: 0 0 10px;
  margin: 0 0 .625rem;
}

#global-ux .latestOffers .offer-details .configuration-block .item .name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #616161;
}

#global-ux .latestOffers .offer-details .configuration-block .item .change {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 300;
}

#global-ux .latestOffers .offer-details .configuration-block .item .price {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #616161;
}

#global-ux .latestOffers .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 .latestOffers .offer-details .option-list {
    margin: 0;
  }
}

#global-ux .latestOffers .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 .latestOffers .offer-details .option-list li {
    padding: 0 5px 10px;
    padding: 0 .3125rem .625rem;
  }
}

#global-ux .latestOffers .offer-details .option-list .image-holder {
  min-height: 28px;
  display: table;
  width: 100%;
}

#global-ux .latestOffers .offer-details .option-list .image-holder img {
  width: auto;
}

#global-ux .latestOffers .offer-details .option-list .image-block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#global-ux .latestOffers .offer-details .result-block {
  border-top: 1px solid #ddd;
}

#global-ux .latestOffers .offer-bar {
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
  background: #1a384e;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .offer-bar {
    padding: 10px 20px;
    padding: .625rem 1.25rem;
  }
}

#global-ux .latestOffers .offer-bar ul {
  list-style: none;
  margin: 0;
  text-align: center;
  font-size: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .offer-bar ul {
    text-align: left;
  }
}

#global-ux .latestOffers .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 .latestOffers .offer-bar ul li {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .offer-bar ul li {
    display: block;
    border-left: none;
    border-top: 1px solid #fff;
    padding: 25px 0;
    padding: 1.5625rem 0;
  }
}

#global-ux .latestOffers .offer-bar ul li:first-child {
  border: none;
}

#global-ux .latestOffers .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 .latestOffers .offer-bar ul a:hover {
  color: #A8A8A8;
}

#global-ux .latestOffers .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 .latestOffers .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 .latestOffers .configuration-list-block {
    padding: 30px 30px 20px;
    padding: 1.875rem 1.875rem 1.25rem;
  }
}

#global-ux .latestOffers .configuration-list-block .configuration-list {
  margin: 0;
}

#global-ux .latestOffers .configuration-list-block .configuration-list li {
  color: #616161;
  font-weight: 300;
  margin: 0 10px;
  margin: 0 .625rem;
}

#global-ux .latestOffers .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 .latestOffers .action-panel-block {
    padding: 40px 40px 20px;
    padding: 2.5rem 2.5rem 1.25rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .action-panel-block {
    padding: 0;
  }
}

#global-ux .latestOffers .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 .latestOffers .action-panel {
    display: none;
  }
}

#global-ux .latestOffers .action-panel li {
  display: inline-block;
  margin: 0 10px;
  margin: 0 .625rem;
}

#global-ux .latestOffers .action-panel a {
  text-decoration: none;
}

#global-ux .latestOffers .action-panel span {
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 300;
}

#global-ux .latestOffers .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 .latestOffers .custom-range-slider {
  height: 2px;
  width: 100%;
  background: #aab6bf;
  position: relative;
}

#global-ux .latestOffers .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 .latestOffers .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 .latestOffers .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 .latestOffers .custom-range-slider .ui-slider-range {
  position: absolute;
  background: #1a384e;
  height: 2px;
}

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

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

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

#global-ux .latestOffers .local-offers .title-holder,
#global-ux .latestOffersModelDetails .local-offers .title-holder {
  position: relative;
  padding: 30px 90px;
  padding: 1.875rem 5.625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-offers .title-holder,
  #global-ux .latestOffersModelDetails .local-offers .title-holder {
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
  }
}

#global-ux .latestOffers .local-offers .title-holder:before,
#global-ux .latestOffersModelDetails .local-offers .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-offers .title-holder:before,
  #global-ux .latestOffersModelDetails .local-offers .title-holder:before {
    display: none;
  }
}

#global-ux .latestOffers .local-offers .title-holder h4,
#global-ux .latestOffersModelDetails .local-offers .title-holder h4 {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-offers .title-holder h4,
  #global-ux .latestOffersModelDetails .local-offers .title-holder h4 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

#global-ux .latestOffers .local-offers .form,
#global-ux .latestOffersModelDetails .local-offers .form {
  padding: 0;
}

#global-ux .latestOffers .local-offers .form .title,
#global-ux .latestOffersModelDetails .local-offers .form .title {
  color: #616161;
}

#global-ux .latestOffers .local-offers-holder,
#global-ux .latestOffersModelDetails .local-offers-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-offers-holder,
  #global-ux .latestOffersModelDetails .local-offers-holder {
    padding: 20px 30px;
    padding: 1.25rem 1.875rem;
  }
}

#global-ux .latestOffers .local-offers-holder .form-textfield,
#global-ux .latestOffersModelDetails .local-offers-holder .form-textfield {
  max-width: 50%;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-offers-holder .form-textfield,
  #global-ux .latestOffersModelDetails .local-offers-holder .form-textfield {
    max-width: 100%;
  }
}

#global-ux .latestOffers .local-offers-holder .btn-holder .cta-button,
#global-ux .latestOffersModelDetails .local-offers-holder .btn-holder .cta-button {
  margin: 0;
}

#global-ux .latestOffers .local-offers-holder .btn-holder .cancel,
#global-ux .latestOffersModelDetails .local-offers-holder .btn-holder .cancel {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#global-ux .latestOffers .local-offers-disclaimer,
#global-ux .latestOffersModelDetails .local-offers-disclaimer {
  padding: 50px;
  padding: 3.125rem;
  border-top: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .latestOffers .local-offers-disclaimer,
  #global-ux .latestOffersModelDetails .local-offers-disclaimer {
    padding: 30px;
    padding: 1.875rem;
  }
}

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

.rtl #global-ux .latestOffers .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 .latestOffers .search-filter {
    padding: 63px 15px 40px;
    padding: 3.9375rem .9375rem 2.5rem;
  }
}

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

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

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

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

.rtl #global-ux .latestOffers .search-filter .hide-button:before {
  content: '\e615';
  right: 6px;
  left: auto;
}

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

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

.rtl #global-ux .latestOffers .result-block .post-block {
  float: left;
}

.rtl #global-ux .latestOffers .result-block .offers-post {
  text-align: left;
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .latestOffers .result-block .offers-post {
    text-align: right;
  }
}

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

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

.rtl #global-ux .latestOffers .result-block .filter-btn {
  float: right;
  border-width: 1px 1px 1px 0;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffers .result-block .filter-btn {
    float: none;
  }
}

.rtl #global-ux .latestOffers .result-block .filter-btn:before {
  left: 14px;
  right: auto;
}

.rtl #global-ux .latestOffers .dropdown-vehicle-sort {
  float: left;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffers .dropdown-vehicle-sort {
    float: none;
  }
}

.rtl #global-ux .latestOffers .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 .latestOffers .dropdown-vehicle-sort label {
    padding: 23px 20px 22px 40px;
    padding: 1.4375rem 1.25rem 1.375rem 2.5rem;
  }
}

.rtl #global-ux .latestOffers .dropdown-vehicle-sort .txt:before {
  right: auto;
  left: 17px;
}

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

.rtl #global-ux .latestOffers .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 .latestOffers .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 .latestOffers .filter-active-holder .filter-active>span .close-icon {
  right: auto;
  left: 0;
}

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

.rtl #global-ux .latestOffers .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 .latestOffers .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 .latestOffers .configuration-list-block {
    padding: 30px 30px 20px;
    padding: 1.875rem 1.875rem 1.25rem;
  }
}

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

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffers .offer-bar ul {
    text-align: right;
  }
}

.rtl #global-ux .latestOffers .offer-bar ul li {
  border-right: 1px solid #fff;
  border-left: none;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .latestOffers .offer-bar ul li {
    border-right: none;
  }
}

.rtl #global-ux .latestOffers .offer-bar ul li:first-child {
  border: none;
}

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

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

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

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

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

#global-ux .latestOffersModelDetails .last-offers-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 .offers-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 .offers-holder {
    margin: 0 -20px 30px;
    margin: 0 -1.25rem 1.875rem;
  }
}

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

#global-ux .latestOffersModelDetails .result-block .offers-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 .offers-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 .offers-holder .item {
    width: 33.33%;
  }
}

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

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

#global-ux .latestOffersModelDetails .result-block .offers-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 .offers-holder .item p {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

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

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

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

#global-ux .latestOffersModelDetails .result-block .offers-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 .offers-holder .item-holder {
    padding: 25px 5px 10px;
    padding: 1.5625rem .3125rem .625rem;
  }
}

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

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

#global-ux .latestOffersModelDetails .result-block .offers-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 .offers-post {
  text-align: left;
}

@media only screen and (max-width: 61.9375em) {
  .rtl #global-ux .latestOffersModelDetails .result-block .offers-post {
    text-align: right;
  }
}

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

.rtl #global-ux .latestOffersModelDetails .result-block .offers-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;
}

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

#global-ux .liveStreamVideo {
  background: #fff;
}

#global-ux .liveStreamVideo .livestreamvideo-player {
  position: relative;
  width: 100%;
  height: 100%;
}

#global-ux .liveStreamVideo .livestreamvideo-player iframe {
  display: block;
  border: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#global-ux .liveStreamVideo .livestreamvideo-player .video-js {
  width: 100%;
  height: 100%;
}

#global-ux .liveStreamVideo .livestreamvideo-player .vjs-big-play-button {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

#global-ux .liveStreamVideo .livestreamvideo-player .vjs-tech {
  position: relative;
}

#global-ux .liveStreamVideo .livestreamvideo-player .LiveStreamVideoExperience {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  overflow: hidden;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image a picture {
  font-size: 4.0625rem;
  display: block;
  color: #fff;
  position: relative;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image 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;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image a picture:before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "\e632";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image .component-content,
#global-ux .liveStreamVideo .livestreamvideo-player .start-image .component-content picture {
  position: static !important;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image .component-content img {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

#global-ux .liveStreamVideo .livestreamvideo-player .end-image {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#global-ux .liveStreamVideo .livestreamvideo-player .end-image a picture {
  font-size: 4.0625rem;
  display: block;
  color: #fff;
  position: relative;
}

#global-ux .liveStreamVideo .livestreamvideo-player .end-image 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;
}

#global-ux .liveStreamVideo .livestreamvideo-player .end-image a picture:before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "\e632";
  position: absolute;
  top: 50%;
  left: 50%;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image .component-content,
#global-ux .liveStreamVideo .livestreamvideo-player .end-image .component-content {
  position: relative;
}

#global-ux .liveStreamVideo .livestreamvideo-player .start-image .livestreamvideo-text,
#global-ux .liveStreamVideo .livestreamvideo-player .end-image .livestreamvideo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 2.6875rem;
  font-weight: 700;
  font-size: 15px;
  font-size: .9375rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .liveStreamVideo .livestreamvideo-player .start-image .livestreamvideo-text,
  #global-ux .liveStreamVideo .livestreamvideo-player .end-image .livestreamvideo-text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 3.9375rem;
  }
}

#global-ux .liveStreamVideo .livestreamvideo-player .livestreamvideo-wrapper {
  text-align: center;
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
}

#global-ux .liveStreamVideo .livestreamvideo-player.auto-play .start-image {
  display: none !important;
}

#global-ux .liveStreamVideo .video-description {
  background: #000;
  padding: .625rem 1.25rem;
}

#global-ux .liveStreamVideo .video-description,
#global-ux .liveStreamVideo .video-description h2 {
  color: #fff;
  font-weight: 200;
}

#global-ux .liveStreamVideo .video-description h2 {
  font-size: 15px;
  font-size: .9375rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .liveStreamVideo .video-description h2 {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 1.25rem 2.5rem;
  }
}

.csstransforms #global-ux .overlay-container.overlay-video .overlay-content {
  top: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.liveStreamVideo .outer-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
}

.liveStreamVideo .outer-container .LiveStreamVideoExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rtl #global-ux .livestreamvideo-description h5 {
  font-size: 30px;
  font-size: 1.875rem;
}