#global-ux .section.secondaryNavigation .style-2 .navigation-vertical.collapsed .mobile ul {
  height: auto;
  display: none;
}

#global-ux .section.secondaryNavigation .style-2 .navigation-vertical.collapsed h1:after,
#global-ux .section.secondaryNavigation .style-2 .navigation-vertical.collapsed h2:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#global-ux .section.secondaryNavigation .style-2 .navigation-vertical.collapsed ul {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#global-ux .section.secondaryNavigation .style-2 .navigation-vertical h1,
#global-ux .section.secondaryNavigation .style-2 .navigation-vertical h2 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 14px 60px 16px 0;
  padding-left: 1.625rem;
  height: 50px;
  background: #1b394e;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
  text-indent: 0;
  line-height: 1.4;
  width: 100%;
}

#global-ux .section.secondaryNavigation .style-2 .navigation-vertical h1:after,
#global-ux .section.secondaryNavigation .style-2 .navigation-vertical h2:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  font-size: 19px;
  font-size: 1.1875rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "icomoon";
  float: right;
  content: "\e615";
  vertical-align: initial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 0;
  position: absolute;
  right: 19px;
  top: 7px;
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigation .style-2 .navigation-vertical h1:after,
  #global-ux .section.secondaryNavigation .style-2 .navigation-vertical h2:after {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#global-ux .section.secondaryNavigation .style-2 .navigation-vertical h1:before,
#global-ux .section.secondaryNavigation .style-2 .navigation-vertical h2:before {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigation .style-2 .navigation-vertical h1,
  #global-ux .section.secondaryNavigation .style-2 .navigation-vertical h2 {
    padding: 15px 70px 10px 0;
    padding-left: 4.0625rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .section.secondaryNavigation .style-2 .navigation-vertical h1,
  #global-ux .section.secondaryNavigation .style-2 .navigation-vertical h2 {
    padding-left: 5.9375rem;
  }
}

#global-ux .section.secondaryNavigation.style-2 {
  height: auto;
  min-height: 50px;
}

.rtl #global-ux .section.secondaryNavigation .navigation-vertical {
  float: right;
}

@media only screen and (min-width: 62em) {
  .rtl #global-ux .section.secondaryNavigation .navigation-vertical h1,
  .rtl #global-ux .section.secondaryNavigation .navigation-vertical h2 {
    padding-top: 20px;
  }
}

.rtl #global-ux .section.secondaryNavigation .navigation-vertical h1:after,
.rtl #global-ux .section.secondaryNavigation .navigation-vertical h2:after {
  right: auto;
  left: 23px;
}

.rtl #global-ux .section.secondaryNavigation .navigation-vertical li {
  padding-left: 15px;
}

.rtl #global-ux .section.secondaryNavigation .navigation-vertical li.parent:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media only screen and (min-width: 1024px) {
  .rtl #global-ux .section.secondaryNavigation .navigation-vertical li.parent:before {
    left: .9375rem;
  }
}

@media only screen and (max-width: 768px) {
  .rtl #global-ux .section.secondaryNavigation .navigation-vertical li.parent:before {
    left: 1.625rem;
  }
}

.rtl #global-ux .section.secondaryNavigation .navigation-horizontal {
  padding: 0 0 0 4.6875rem;
  float: left;
}

@media only screen and (max-width: 991px) {
  .rtl #global-ux .section.secondaryNavigation .navigation-horizontal {
    padding: 0;
  }
}

.rtl #global-ux .section.secondaryNavigation .navigation .navigation-horizontal li a:before {
  padding: 0 11px 0 0;
  float: right;
  transform: rotateY(-180deg);
}

#global-ux .section.secondaryNavigationUpdated {
  z-index: 99;
  height: auto;
  min-height: 70px;
  position: relative;
}

#global-ux .section.secondaryNavigationUpdated .navigation-horizontal.show-desktop-only,
#global-ux .section.secondaryNavigationUpdated .navigation-collapsible.show-desktop-only,
#global-ux .section.secondaryNavigationUpdated .navigation-horizontal.show-tablet-only,
#global-ux .section.secondaryNavigationUpdated .navigation-collapsible.show-tablet-only {
  display: none;
}

@media only screen and (min-width: 1200px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal.show-desktop-only,
  #global-ux .section.secondaryNavigationUpdated .navigation-collapsible.show-desktop-only {
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-collapsible.show-tablet-only {
    display: block;
  }
}

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

  #global-ux .section.secondaryNavigationUpdated .mobile {
    display: none;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-left-align {
    float: left;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal.show-desktop-only,
  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal.show-tablet-only,
  #global-ux .section.secondaryNavigationUpdated .navigation-collapsible.show-desktop-only.columns,
  #global-ux .section.secondaryNavigationUpdated .navigation-collapsible.show-tablet-only.columns {
    float: right;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal.show-desktop-only {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  #global-ux .section.secondaryNavigationUpdated {
    min-height: 50px;
  }

  #global-ux .section.secondaryNavigationUpdated .mobile {
    display: block;
  }

  #global-ux .section.secondaryNavigationUpdated .desktop.hideForMobile {
    display: none;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-vertical {
    width: 100%;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal {
    width: 100%;
  }

  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical {
    width: 100%;
  }
}

#global-ux .section.secondaryNavigationUpdated:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  clear: both;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated+.billboardCarousel {
    position: relative;
    top: 0;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated.navOpen {
    height: auto;
  }

  #global-ux .section.secondaryNavigationUpdated.navOpen .navigation.fixed {
    position: fixed;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .bar-blue,
  #global-ux .section.secondaryNavigationUpdated .bar-blue-white,
  #global-ux .section.secondaryNavigationUpdated .bar-white {
    height: 70px;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal.menu-dropdown {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    position: relative;
    padding: 0 75px 0 0;
    float: right;
    right: auto;
    background: none;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal.menu-dropdown li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    background: transparent;
    border-bottom: none;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal.menu-dropdown li a {
    line-height: 70px;
    height: 70px;
    padding: 0 10px;
  }
}

#global-ux .section.secondaryNavigationUpdated .common-secondaryNavigationUpdated {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  width: auto;
}

#global-ux .section.secondaryNavigationUpdated .bar-white .navigation {
  background: #fff;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .bar-white .navigation {
    border: 1px solid #ccc;
    border-width: 1px 0;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .bar-white .navigation-horizontal li a {
    color: #008CBA;
  }

  #global-ux .section.secondaryNavigationUpdated .bar-white .navigation-horizontal li a:hover,
  #global-ux .section.secondaryNavigationUpdated .bar-white .navigation-horizontal li a:focus {
    color: #19678e;
  }
}

#global-ux .section.secondaryNavigationUpdated .bar-blue-white .navigation {
  background: #2d96cd;
}

#global-ux .section.secondaryNavigationUpdated .bar-blue .navigation {
  background: #2d96cd;
}

#global-ux .section.secondaryNavigationUpdated .bar-blue .navigation,
#global-ux .section.secondaryNavigationUpdated .bar-blue .navigation.fixed {
  background: #2d96cd;
}

#global-ux .section.secondaryNavigationUpdated .bar-blue .navigation .navigation-horizontal li a,
#global-ux .section.secondaryNavigationUpdated .bar-blue .navigation.fixed .navigation-horizontal li a {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .bar-blue .navigation .navigation-horizontal li a,
  #global-ux .section.secondaryNavigationUpdated .bar-blue .navigation.fixed .navigation-horizontal li a {
    color: #fff;
  }
}

#global-ux .section.secondaryNavigationUpdated .bar-blue .navigation.fixed {
  background: #2d96cd;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .bar-blue .tertiary-navigation.collapsed h2 {
    color: #fff;
  }
}

#global-ux .section.secondaryNavigationUpdated .bar-cta-blue .navigation {
  background: #2d96cd;
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .bar-cta-blue .navigation-horizontal li a {
    color: #fff;
  }

  #global-ux .section.secondaryNavigationUpdated .bar-cta-blue .navigation-horizontal li a:hover,
  #global-ux .section.secondaryNavigationUpdated .bar-cta-blue .navigation-horizontal li a:focus {
    color: #fff;
  }
}

#global-ux .section.secondaryNavigationUpdated .bar-ford-blue .navigation {
  background: #003478;
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .bar-ford-blue .navigation-horizontal li a {
    color: #fff;
  }

  #global-ux .section.secondaryNavigationUpdated .bar-ford-blue .navigation-horizontal li a:hover,
  #global-ux .section.secondaryNavigationUpdated .bar-ford-blue .navigation-horizontal li a:focus {
    color: #fff;
  }
}

#global-ux .section.secondaryNavigationUpdated .bar-dark-blue .navigation {
  background: #1b394e;
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .bar-dark-blue .navigation-horizontal li a {
    color: #fff;
  }

  #global-ux .section.secondaryNavigationUpdated .bar-dark-blue .navigation-horizontal li a:hover,
  #global-ux .section.secondaryNavigationUpdated .bar-dark-blue .navigation-horizontal li a:focus {
    color: #fff;
  }
}

#global-ux .section.secondaryNavigationUpdated .bar-text-grey .navigation {
  background: #616161;
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .bar-text-grey .navigation-horizontal li a {
    color: #fff;
  }

  #global-ux .section.secondaryNavigationUpdated .bar-text-grey .navigation-horizontal li a:hover,
  #global-ux .section.secondaryNavigationUpdated .bar-text-grey .navigation-horizontal li a:focus {
    color: #fff;
  }
}

#global-ux .section.secondaryNavigationUpdated .bar-border-grey .navigation {
  background: #dbdbdb;
}

#global-ux .section.secondaryNavigationUpdated .bar-light-gray-shadow .navigation {
  background: #fafafa;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.15);
}

#global-ux .section.secondaryNavigationUpdated .bar-ford-black .navigation {
  background: #231f20;
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .bar-ford-black .navigation-horizontal li a {
    color: #fff;
  }

  #global-ux .section.secondaryNavigationUpdated .bar-ford-black .navigation-horizontal li a:hover,
  #global-ux .section.secondaryNavigationUpdated .bar-ford-black .navigation-horizontal li a:focus {
    color: #fff;
  }
}

#global-ux .section.secondaryNavigationUpdated .bar-cool-grey .navigation {
  background: #75787b;
}

#global-ux .section.secondaryNavigationUpdated .navigation {
  -webkit-transition: background 0.4s cubic-bezier(0.7, 0, 0.3, 1),color 0.4s;
  -moz-transition: background 0.4s cubic-bezier(0.7, 0, 0.3, 1),color 0.4s;
  -ms-transition: background 0.4s cubic-bezier(0.7, 0, 0.3, 1),color 0.4s;
  -o-transition: background 0.4s cubic-bezier(0.7, 0, 0.3, 1),color 0.4s;
  transition: background 0.4s cubic-bezier(0.7, 0, 0.3, 1),color 0.4s;
  height: 50px;
  padding: 0;
  left: 0;
  overflow: visible;
  z-index: 1;
}

#global-ux .section.secondaryNavigationUpdated .navigation .navigation-horizontal li a {
  font-weight: 700;
  font-size: 15px;
  font-size: .9375rem;
}

#global-ux .section.secondaryNavigationUpdated .navigation .navigation-horizontal li a:before {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "icomoon";
  font-weight: normal;
  float: right;
  vertical-align: initial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e618";
  font-family: "icomoon";
  font-size: 15px;
  font-size: .9375rem;
  float: left;
  margin: -1px 11px 0 0;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation .navigation-horizontal li a:before {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation .navigation-horizontal li a:before {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 71px;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation .navigation-horizontal.hide-icon li a {
  position: relative;
  padding: 0 16px;
}

#global-ux .section.secondaryNavigationUpdated .navigation .navigation-horizontal.hide-icon li a:before {
  content: "|";
  color: rgba(255,255,255,0.3);
  margin: -3px 0 0;
  float: none;
  font-size: 13px;
  font-size: .8125rem;
  line-height: normal;
  position: absolute;
  left: -3px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#global-ux .section.secondaryNavigationUpdated .navigation .navigation-horizontal.hide-icon li:first-child a:before {
  display: none;
}

#global-ux .section.secondaryNavigationUpdated .navigation.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 65px;
  z-index: 999;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .section.secondaryNavigationUpdated .navigation.fixed {
    top: 75px !important;
  }
}

@media only screen and (max-width: 1100px) {
  #global-ux .section.secondaryNavigationUpdated .navigation.fixed {
    top: 80px;
  }
}

@media only screen and (min-width: 90rem) {
  #global-ux .section.secondaryNavigationUpdated .navigation.fixed {
    padding: 0 1px;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation.fixedCopy {
  position: fixed;
  left: 0;
  right: 0;
  top: 0px !important;
  z-index: 999;
}

@media only screen and (min-width: 90rem) {
  #global-ux .section.secondaryNavigationUpdated .navigation.fixedCopy {
    padding: 0 1px;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation li.selected-tertiary a {
  font-weight: 700;
  color: #1b394e;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation {
    height: 70px;
    overflow: visible;
  }
}

.cq-wcm-edit #global-ux .section.secondaryNavigationUpdated .navigation {
  min-height: 70px;
  height: auto;
}

#global-ux .section.secondaryNavigationUpdated .navigation-collapsible {
  margin-top: 22px;
  right: 0;
}

#global-ux .section.secondaryNavigationUpdated .navigation-collapsible .collapsible-title {
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}

#global-ux .section.secondaryNavigationUpdated .navigation-collapsible .collapsible-title:after {
  content: "\e618";
  font-family: "icomoon";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: auto;
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#global-ux .section.secondaryNavigationUpdated .navigation-collapsible.expanding .collapsible-title:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

#global-ux .section.secondaryNavigationUpdated .navigation-collapsible .desktop {
  position: absolute;
  margin-left: -80px;
  margin-top: 15px;
  display: none;
}

#global-ux .section.secondaryNavigationUpdated .navigation-collapsible .desktop ul {
  width: 200px;
}

#global-ux .section.secondaryNavigationUpdated .navigation-collapsible .desktop ul li {
  padding-left: 10px;
  text-align: right;
}

#global-ux .section.secondaryNavigationUpdated .navigation-collapsible.show-mob-only {
  display: none;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical {
  padding: 0;
  position: relative;
  z-index: 99;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical .loggedin,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical .loggedin {
    display: inline-block;
    margin-top: 0;
    text-align: left;
    color: #fff;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical.collapsed .mobile ul,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical.collapsed .mobile ul {
  height: auto;
  display: none;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical.collapsed h1:before,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical.collapsed h2:before,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical.collapsed h1:before,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical.collapsed h2:before {
  -webkit-transform: translateX(-42px) rotate(90deg);
  -moz-transform: translateX(-42px) rotate(90deg);
  -ms-transform: translateX(-42px) rotate(90deg);
  -o-transform: translateX(-42px) rotate(90deg);
  transform: translateX(-42px) rotate(90deg);
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical.collapsed h1:before,
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical.collapsed h2:before,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical.collapsed h1:before,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical.collapsed h2:before {
    transform: none;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical.collapsed h1:before,
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical.collapsed h2:before,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical.collapsed h1:before,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical.collapsed h2:before {
    transform: none;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical.collapsed ul,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical.collapsed ul {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical ul,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical ul {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical {
    width: auto;
    position: relative;
    background: #1b394e;
    min-width: 22.875rem;
  }
}

@media only screen and (max-width: 1200px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical {
    min-width: 17.875rem;
  }
}

@media only screen and (max-width: 991px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical ul,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical ul {
    position: relative;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical h1,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical h2,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h1,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 14px 60px 16px 25px;
  height: 50px;
  background: #1b394e;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
  text-indent: 0;
  line-height: 1.4;
  width: 100%;
  position: relative;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical h1:after,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical h2:after,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h1:after,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "icomoon";
  font-weight: normal;
  float: right;
  vertical-align: initial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  position: absolute;
  right: 19px;
  top: 5px;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h1:after,
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h2:after,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h1:after,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2:after {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical h1:before,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical h2:before,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h1:before,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2:before {
  content: "\e618";
  font-family: "icomoon";
  display: block;
  position: absolute;
  top: 19px;
  font-size: 32px;
  line-height: 32px;
  -webkit-transform: translateX(-42px) rotate(-90deg);
  -moz-transform: translateX(-42px) rotate(-90deg);
  -ms-transform: translateX(-42px) rotate(-90deg);
  -o-transform: translateX(-42px) rotate(-90deg);
  transform: translateX(-42px) rotate(-90deg);
  font-weight: 700;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "icomoon";
  font-weight: normal;
  float: right;
  vertical-align: initial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h1:before,
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h2:before,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h1:before,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2:before {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h1:before,
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h2:before,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h1:before,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2:before {
    left: 18px;
  }
}

@media only screen and (max-width: 991px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h1:before,
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h2:before,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h1:before,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2:before {
    content: "\e641";
    right: 27px;
    left: auto;
    top: 10px;
    font-size: 26px;
    line-height: 26px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h1,
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h2,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h1,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 20px;
    font-size: 1.25rem;
    height: 70px;
    padding: 21px 5% 29px 0;
    padding-left: 4.0625rem;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h1:after,
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h2:after,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h1:after,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2:after {
    cursor: pointer;
    right: 23px;
    top: 13px;
  }
}

@media only screen and (min-width: 1200px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h1,
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h2,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h1,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2 {
    padding: 21px 19% 29px 0;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h1,
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h2,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h1,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2 {
    padding-left: 5.9375rem;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical ul,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical ul {
  -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);
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  background: #fff;
  z-index: 9;
  overflow: auto;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li {
  position: relative;
  display: block;
  padding: 0 20px;
  padding-left: 1.625rem;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical li,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li {
    padding: 0 15px 0 120px;
    padding-left: 5.9375rem;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-vertical li:last-of-type a,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li:last-of-type a {
    border-bottom: none;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li ul,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li ul {
  display: none;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li.open ul,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.open ul {
  display: block;
  top: 0;
  right: auto;
  left: 100%;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li.parent,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.parent {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li.parent:before,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.parent:before {
  position: absolute;
  top: .9375rem;
  right: 1.875rem;
  color: #2596cf;
  font-size: 22px;
  font-size: 1.375rem;
  content: "\e615";
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical li.parent:before,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.parent:before {
    right: .9375rem;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li.parent.open:before,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.parent.open:before {
  content: "\e640";
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li.parent.opened:before,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.parent.opened:before {
  content: "\e612";
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a [class^="icon-"],
#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a [class*=" icon-"],
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a [class^="icon-"],
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a [class*=" icon-"] {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  display: block;
  text-decoration: none;
  border-top: 1px solid rgba(204,204,204,0.6);
  padding: 15px 15px 15px 0;
  color: #2596cf;
  line-height: 21px;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a:hover,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a:focus,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a [class^="icon-"]:hover,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a [class^="icon-"]:focus,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a [class*=" icon-"]:hover,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a [class*=" icon-"]:focus,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a:hover,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a:focus,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a [class^="icon-"]:hover,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a [class^="icon-"]:focus,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a [class*=" icon-"]:hover,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a [class*=" icon-"]:focus {
  color: #19678e;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a[class^="icon-"],
#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a[class*=" icon-"],
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a[class^="icon-"],
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a[class*=" icon-"] {
  background: #1b394e;
  color: #fff;
  margin: 0 -1.25rem 0 -1.625rem;
  padding-left: 1.625rem;
  padding-right: 1.25rem;
  border-top-width: 0;
  position: relative;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a[class^="icon-"]:after,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a[class*=" icon-"]:after,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a[class^="icon-"]:after,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a[class*=" icon-"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.625rem;
  right: 1.25rem;
  display: block;
  height: 1px;
  background: rgba(204,204,204,0.3);
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a[class^="icon-"]:before,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical li a[class*=" icon-"]:before,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a[class^="icon-"]:before,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a[class*=" icon-"]:before {
  font-family: "icomoon";
  font-size: 1.75rem;
  color: #2596cf;
  vertical-align: middle;
  margin-right: .625rem;
  border-top-width: 0;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical li a[class^="icon-"],
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical li a[class*=" icon-"],
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a[class^="icon-"],
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li a[class*=" icon-"] {
    display: none;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li.active>a,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical li.tertiary-is-active>a,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.active>a,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.tertiary-is-active>a {
  font-weight: 700;
  color: #1b394e;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li.tertiary-is-active>a,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.tertiary-is-active>a {
  padding-right: 0;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li.tertiary-is-active>a:after,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.tertiary-is-active>a:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "icomoon";
  font-weight: normal;
  float: right;
  vertical-align: initial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2596cf;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical li.tertiary-is-active>a:after,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.tertiary-is-active>a:after {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical li.tertiary-is-active>a:after,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.tertiary-is-active>a:after {
    content: '';
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li.tertiary-is-active ul,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.tertiary-is-active ul {
  display: block;
  box-shadow: none;
  max-height: 0;
  overflow: hidden;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li.tertiary-is-active ul li,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.tertiary-is-active ul li {
  padding: 0;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical li.tertiary-is-active ul,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.tertiary-is-active ul {
    display: none;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li.tertiary-is-active.open>a:after,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.tertiary-is-active.open>a:after {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li.tertiary-is-active.open ul,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li.tertiary-is-active.open ul {
  max-height: 100%;
  overflow: visible;
  padding-left: 5%;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li:first-child a,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li:first-child a {
  border-top-width: 0;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li:first-child a[class^="icon-"]:after,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical li:first-child a[class*=" icon-"]:after,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li:first-child a[class^="icon-"]:after,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li:first-child a[class*=" icon-"]:after {
  display: none;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li li,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li li {
  padding-left: 0;
  padding-right: 0;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li li a,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li li a {
  border-top-width: 1px !important;
  padding-left: 1.25rem;
}

#global-ux .section.secondaryNavigationUpdated .navigation-vertical li ul,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical li ul {
  position: static;
  box-shadow: none;
}

#global-ux .section.secondaryNavigationUpdated .navigation-horizontal {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal {
    position: relative;
    z-index: 150;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-horizontal .common-richtext:after,
#global-ux .section.secondaryNavigationUpdated .navigation-horizontal .common-billboard:after {
  content: '';
  display: block;
  clear: both;
}

#global-ux .section.secondaryNavigationUpdated .navigation-horizontal.collapsed {
  display: none;
}

#global-ux .section.secondaryNavigationUpdated .navigation-horizontal [class^="icon-"],
#global-ux .section.secondaryNavigationUpdated .navigation-horizontal [class*=" icon-"],
#global-ux .section.secondaryNavigationUpdated .navigation-horizontal .link-icon:before,
#global-ux .section.secondaryNavigation .navigation-vertical .section.secondaryNavigationUpdated .navigation-horizontal li.parent:before,
#global-ux .section.secondaryNavigation .sub-navigation-vertical .section.secondaryNavigationUpdated .navigation-horizontal li.parent:before,
#global-ux .section.secondaryNavigationUpdated .navigation-horizontal .navigation-vertical li.parent:before,
#global-ux .section.secondaryNavigationUpdated .navigation-vertical .navigation-horizontal li.parent:before,
#global-ux .section.secondaryNavigationUpdated .navigation-horizontal .sub-navigation-vertical li.parent:before,
#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical .navigation-horizontal li.parent:before,
#global-ux .section.secondaryNavigationUpdated .navigation-horizontal .billboardCarousel .carousel.homepage .heading p a.cta-button:before,
#global-ux .billboardCarousel .carousel.homepage .heading p .section.secondaryNavigationUpdated .navigation-horizontal a.cta-button:before {
  font-family: "icomoon";
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal {
    float: right;
    width: auto;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal {
    display: block;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-horizontal ul {
  float: none;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal ul {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: right;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-horizontal li {
  display: block;
  background: #1b394e;
  padding: 0 20px;
}

#global-ux .section.secondaryNavigationUpdated .navigation-horizontal li:last-of-type a {
  border: none;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 0;
    background: transparent;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-horizontal li a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  line-height: 1;
  border-bottom: 1px solid rgba(204,204,204,0.6);
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal li a {
    font-size: 14px;
    font-size: .875rem;
    line-height: 70px;
    border: none;
    height: 70px;
    padding: 0 10px;
  }
}

#global-ux .section.secondaryNavigationUpdated .navigation-horizontal li a:before {
  display: none;
}

.cq-wcm-edit #global-ux .section.secondaryNavigationUpdated .navigation-horizontal li a:before {
  display: inline-block;
}

@media screen and (min-width: 1048px) and (max-width: 1156px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal.large-7 {
    display: block;
    padding-right: 1.25rem;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal.large-7 .desktop ul li a {
    padding: 0 4px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1047px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal.large-7 {
    display: block;
    padding-right: 1.25rem;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal.large-7 .desktop ul li a {
    padding: 0 10px;
    font-size: 13px;
    font-size: .8125rem;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-horizontal.large-7 .desktop ul li a:before {
    font-size: 12px;
    font-size: .75rem;
  }
}

#global-ux .section.secondaryNavigationUpdated .tertiary-navigation {
  display: none;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .tertiary-navigation {
    width: auto;
    background-color: #fff;
    border-right: 1px solid #dbdbdb;
    display: block;
  }

  #global-ux .section.secondaryNavigationUpdated .tertiary-navigation:after {
    color: #2596cf;
  }

  #global-ux .section.secondaryNavigationUpdated .tertiary-navigation h2 {
    background-color: #fff;
    color: #2596cf;
    padding: 25px 50px 25px 25px;
    width: 100%;
  }

  #global-ux .section.secondaryNavigationUpdated .tertiary-navigation h2:hover {
    color: #19678e;
  }

  #global-ux .section.secondaryNavigationUpdated .tertiary-navigation li {
    padding: 0 50px 0 25px;
  }

  #global-ux .section.secondaryNavigationUpdated .tertiary-navigation li a {
    padding: 15px 25px 15px 0;
  }

  #global-ux .section.secondaryNavigationUpdated .tertiary-navigation li a:first-child {
    border-top: medium none;
  }

  #global-ux .section.secondaryNavigationUpdated .tertiary-navigation.collapsed {
    background: none;
    cursor: pointer;
  }

  #global-ux .section.secondaryNavigationUpdated .tertiary-navigation.collapsed h2 {
    background: transparent;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .menu-dropdown {
    -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);
    background: #fff;
    padding: 0 35px;
    position: absolute;
    width: auto;
    right: 2.1875rem;
    top: 60px;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .menu-dropdown li {
    float: none;
    display: block;
    border-bottom: 1px solid rgba(204,204,204,0.6);
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .menu-dropdown li a {
    font-size: 14px;
    font-size: .875rem;
    border: none;
    height: 60px;
    line-height: 2;
    padding: 15px 50px 15px 0;
  }
}

#global-ux .section.secondaryNavigationUpdated .menu-dropdown li a[class^="icon-"]:before,
#global-ux .section.secondaryNavigationUpdated .menu-dropdown li a[class*=" icon-"]:before {
  display: inline;
  margin-right: 15px;
  color: #2596cf;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .menu-dropdown li a[class^="icon-"]:before,
  #global-ux .section.secondaryNavigationUpdated .menu-dropdown li a[class*=" icon-"]:before {
    display: none;
  }
}

.cq-wcm-edit #global-ux .section.secondaryNavigationUpdated .menu-dropdown li a[class^="icon-"]:before,
.cq-wcm-edit #global-ux .section.secondaryNavigationUpdated .menu-dropdown li a[class*=" icon-"]:before {
  display: inline;
}

.cq-wcm-edit #global-ux .section.secondaryNavigationUpdated .menu-dropdown {
  display: block;
  position: static;
}

#global-ux .section.secondaryNavigationUpdated .dropdown-navigation-button {
  font-size: 16px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #1b394e;
  display: none;
  height: 70px;
  line-height: 1.75;
  padding: 21px 50px 21px 0px;
}

@media only screen and (max-width: 991px) {
  #global-ux .section.secondaryNavigationUpdated .dropdown-navigation-button {
    display: block;
    float: right;
  }
}

#global-ux .section.secondaryNavigationUpdated .dropdown-navigation-button:before {
  font-size: 28px;
  font-size: 1.75rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  float: right;
  line-height: 1em;
  margin-left: 10px;
}

.cq-wcm-edit #global-ux .section.secondaryNavigationUpdated .dropdown-navigation-button {
  display: block;
  height: 28px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .kabob-dropdown {
    -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);
    background: #fff;
    padding: 0 35px;
    position: absolute;
    width: auto;
    right: 2.1875rem;
    top: 60px;
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .kabob-dropdown li {
    float: none;
    display: block;
    border-bottom: 1px solid rgba(204,204,204,0.6);
  }
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .kabob-dropdown li a {
    font-size: 14px;
    font-size: .875rem;
    border: none;
    height: 60px;
    line-height: 2;
    padding: 15px 50px 15px 0;
  }
}

#global-ux .section.secondaryNavigationUpdated .kabob-dropdown li a[class^="icon-"]:before,
#global-ux .section.secondaryNavigationUpdated .kabob-dropdown li a[class*=" icon-"]:before {
  display: inline;
  margin-right: 15px;
  color: #2596cf;
}

@media only screen and (min-width: 992px) {
  #global-ux .section.secondaryNavigationUpdated .kabob-dropdown li a[class^="icon-"]:before,
  #global-ux .section.secondaryNavigationUpdated .kabob-dropdown li a[class*=" icon-"]:before {
    display: none;
  }
}

.cq-wcm-edit #global-ux .section.secondaryNavigationUpdated .kabob-dropdown li a[class^="icon-"]:before,
.cq-wcm-edit #global-ux .section.secondaryNavigationUpdated .kabob-dropdown li a[class*=" icon-"]:before {
  display: inline;
}

.cq-wcm-edit #global-ux .section.secondaryNavigationUpdated .kabob-dropdown {
  display: block;
  position: static;
}

#global-ux .section.secondaryNavigationUpdated ul {
  box-shadow: none !important;
}

#global-ux .section.secondaryNavigationUpdated .mobile .submenu {
  width: 100% !important;
}

#global-ux .section.secondaryNavigationUpdated .submenu {
  width: 280px !important;
  min-width: 280px !important;
}

#global-ux .section.secondaryNavigationUpdated .submenu li {
  padding-left: 20px;
  padding-right: 20px;
}

#global-ux .section.secondaryNavigationUpdated .selected-submenu {
  width: 100% !important;
  left: 0 !important;
}

#global-ux .section.secondaryNavigationUpdated .selected-submenu li {
  padding-left: 20px;
  padding-right: 20px;
}

#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical {
  display: none;
}

#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2 {
  padding-left: 60px;
  padding-right: 30px;
  font-weight: bold;
  position: relative;
}

#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2:after {
  content: '';
  display: block;
  height: 35px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 17px;
  background: #fff;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

#global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical:before {
  top: 25%;
  content: "";
  position: absolute;
}

@media only screen and (min-width: 1199px) and (max-width: 1333px) {
  #global-ux .section.secondaryNavigationUpdated .navigation-vertical,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical {
    min-width: initial;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h2,
  #global-ux .section.secondaryNavigationUpdated .sub-navigation-vertical h2 {
    padding-right: 5% !important;
  }

  #global-ux .section.secondaryNavigationUpdated .navigation-vertical h2 {
    padding-left: 42px !important;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .style-2 .navigation {
    height: 50px;
    overflow: visible;
  }
}

.cq-wcm-edit #global-ux .section.secondaryNavigationUpdated .style-2 .navigation {
  min-height: 50px;
  height: auto;
}

#global-ux .section.secondaryNavigationUpdated .style-2 .navigation .navigation-horizontal li a {
  line-height: 50px;
  height: 50px;
}

#global-ux .section.secondaryNavigationUpdated .style-2 .navigation .navigation-horizontal li a:before {
  line-height: 50px;
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .style-2 .navigation .navigation-horizontal li a:before {
    line-height: 50px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-blue,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-blue-white,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-white,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-white,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-border-grey,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-light-gray-shadow,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-cool-grey {
    height: 50px;
  }
}

#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.row,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.genericCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.dynamicCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.billboardCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.mediaCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.accessoriesTile,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .mediaCarousel .navigation.media-carousel,
#global-ux .mediaCarousel .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.media-carousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.threesixtyColouriser,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .accessoriesTile .navigation.media-carousel,
#global-ux .accessoriesTile .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.media-carousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.row.fixed,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.fixed.genericCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.fixed.dynamicCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.fixed.billboardCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.fixed.mediaCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.fixed.accessoriesTile,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .mediaCarousel .navigation.fixed.media-carousel,
#global-ux .mediaCarousel .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.fixed.media-carousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.fixed.threesixtyColouriser,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue .accessoriesTile .navigation.fixed.media-carousel,
#global-ux .accessoriesTile .section.secondaryNavigationUpdated .style-2.bar-blue .navigation.fixed.media-carousel {
  background: rgba(45,150,205,0.8);
}

#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue-white .navigation,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue-white .navigation.row.fixed,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue-white .navigation.fixed.genericCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue-white .navigation.fixed.dynamicCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue-white .navigation.fixed.billboardCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue-white .navigation.fixed.mediaCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue-white .navigation.fixed.accessoriesTile,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue-white .mediaCarousel .navigation.fixed.media-carousel,
#global-ux .mediaCarousel .section.secondaryNavigationUpdated .style-2.bar-blue-white .navigation.fixed.media-carousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue-white .navigation.fixed.threesixtyColouriser,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-blue-white .accessoriesTile .navigation.fixed.media-carousel,
#global-ux .accessoriesTile .section.secondaryNavigationUpdated .style-2.bar-blue-white .navigation.fixed.media-carousel {
  background: rgba(45,150,205,0.8);
}

#global-ux .section.secondaryNavigationUpdated .style-2.bar-white .navigation,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-white .navigation.row.fixed,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-white .navigation.fixed.genericCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-white .navigation.fixed.dynamicCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-white .navigation.fixed.billboardCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-white .navigation.fixed.mediaCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-white .navigation.fixed.accessoriesTile,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-white .mediaCarousel .navigation.fixed.media-carousel,
#global-ux .mediaCarousel .section.secondaryNavigationUpdated .style-2.bar-white .navigation.fixed.media-carousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-white .navigation.fixed.threesixtyColouriser,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-white .accessoriesTile .navigation.fixed.media-carousel,
#global-ux .accessoriesTile .section.secondaryNavigationUpdated .style-2.bar-white .navigation.fixed.media-carousel {
  background: rgba(255,255,255,0.8);
}

#global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue .navigation,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue .navigation.row.fixed,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue .navigation.fixed.genericCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue .navigation.fixed.dynamicCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue .navigation.fixed.billboardCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue .navigation.fixed.mediaCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue .navigation.fixed.accessoriesTile,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue .mediaCarousel .navigation.fixed.media-carousel,
#global-ux .mediaCarousel .section.secondaryNavigationUpdated .style-2.bar-cta-blue .navigation.fixed.media-carousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue .navigation.fixed.threesixtyColouriser,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue .accessoriesTile .navigation.fixed.media-carousel,
#global-ux .accessoriesTile .section.secondaryNavigationUpdated .style-2.bar-cta-blue .navigation.fixed.media-carousel {
  background: rgba(45,150,205,0.8);
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue .navigation-horizontal li a {
    color: #fff;
  }

  #global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue .navigation-horizontal li a:hover,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-cta-blue .navigation-horizontal li a:focus {
    color: #fff;
  }
}

#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue .navigation,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue .navigation.row.fixed,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue .navigation.fixed.genericCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue .navigation.fixed.dynamicCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue .navigation.fixed.billboardCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue .navigation.fixed.mediaCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue .navigation.fixed.accessoriesTile,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue .mediaCarousel .navigation.fixed.media-carousel,
#global-ux .mediaCarousel .section.secondaryNavigationUpdated .style-2.bar-ford-blue .navigation.fixed.media-carousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue .navigation.fixed.threesixtyColouriser,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue .accessoriesTile .navigation.fixed.media-carousel,
#global-ux .accessoriesTile .section.secondaryNavigationUpdated .style-2.bar-ford-blue .navigation.fixed.media-carousel {
  background: rgba(0,52,120,0.8);
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue .navigation-horizontal li a {
    color: #fff;
  }

  #global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue .navigation-horizontal li a:hover,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-blue .navigation-horizontal li a:focus {
    color: #fff;
  }
}

#global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue .navigation,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue .navigation.row.fixed,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue .navigation.fixed.genericCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue .navigation.fixed.dynamicCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue .navigation.fixed.billboardCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue .navigation.fixed.mediaCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue .navigation.fixed.accessoriesTile,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue .mediaCarousel .navigation.fixed.media-carousel,
#global-ux .mediaCarousel .section.secondaryNavigationUpdated .style-2.bar-dark-blue .navigation.fixed.media-carousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue .navigation.fixed.threesixtyColouriser,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue .accessoriesTile .navigation.fixed.media-carousel,
#global-ux .accessoriesTile .section.secondaryNavigationUpdated .style-2.bar-dark-blue .navigation.fixed.media-carousel {
  background: rgba(27,57,78,0.8);
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue .navigation-horizontal li a {
    color: #fff;
  }

  #global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue .navigation-horizontal li a:hover,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-dark-blue .navigation-horizontal li a:focus {
    color: #fff;
  }
}

#global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey .navigation,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey .navigation.row.fixed,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey .navigation.fixed.genericCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey .navigation.fixed.dynamicCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey .navigation.fixed.billboardCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey .navigation.fixed.mediaCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey .navigation.fixed.accessoriesTile,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey .mediaCarousel .navigation.fixed.media-carousel,
#global-ux .mediaCarousel .section.secondaryNavigationUpdated .style-2.bar-text-grey .navigation.fixed.media-carousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey .navigation.fixed.threesixtyColouriser,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey .accessoriesTile .navigation.fixed.media-carousel,
#global-ux .accessoriesTile .section.secondaryNavigationUpdated .style-2.bar-text-grey .navigation.fixed.media-carousel {
  background: rgba(97,97,97,0.8);
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey .navigation-horizontal li a {
    color: #fff;
  }

  #global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey .navigation-horizontal li a:hover,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-text-grey .navigation-horizontal li a:focus {
    color: #fff;
  }
}

#global-ux .section.secondaryNavigationUpdated .style-2.bar-border-grey .navigation,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-border-grey .navigation.row.fixed,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-border-grey .navigation.fixed.genericCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-border-grey .navigation.fixed.dynamicCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-border-grey .navigation.fixed.billboardCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-border-grey .navigation.fixed.mediaCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-border-grey .navigation.fixed.accessoriesTile,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-border-grey .mediaCarousel .navigation.fixed.media-carousel,
#global-ux .mediaCarousel .section.secondaryNavigationUpdated .style-2.bar-border-grey .navigation.fixed.media-carousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-border-grey .navigation.fixed.threesixtyColouriser,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-border-grey .accessoriesTile .navigation.fixed.media-carousel,
#global-ux .accessoriesTile .section.secondaryNavigationUpdated .style-2.bar-border-grey .navigation.fixed.media-carousel {
  background: rgba(219,219,219,0.8);
}

#global-ux .section.secondaryNavigationUpdated .style-2.bar-light-gray-shadow .navigation,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-light-gray-shadow .navigation.row.fixed,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-light-gray-shadow .navigation.fixed.genericCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-light-gray-shadow .navigation.fixed.dynamicCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-light-gray-shadow .navigation.fixed.billboardCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-light-gray-shadow .navigation.fixed.mediaCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-light-gray-shadow .navigation.fixed.accessoriesTile,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-light-gray-shadow .mediaCarousel .navigation.fixed.media-carousel,
#global-ux .mediaCarousel .section.secondaryNavigationUpdated .style-2.bar-light-gray-shadow .navigation.fixed.media-carousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-light-gray-shadow .navigation.fixed.threesixtyColouriser,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-light-gray-shadow .accessoriesTile .navigation.fixed.media-carousel,
#global-ux .accessoriesTile .section.secondaryNavigationUpdated .style-2.bar-light-gray-shadow .navigation.fixed.media-carousel {
  background: rgba(250,250,250,0.8);
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.15);
}

#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black .navigation,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black .navigation.row.fixed,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black .navigation.fixed.genericCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black .navigation.fixed.dynamicCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black .navigation.fixed.billboardCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black .navigation.fixed.mediaCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black .navigation.fixed.accessoriesTile,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black .mediaCarousel .navigation.fixed.media-carousel,
#global-ux .mediaCarousel .section.secondaryNavigationUpdated .style-2.bar-ford-black .navigation.fixed.media-carousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black .navigation.fixed.threesixtyColouriser,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black .accessoriesTile .navigation.fixed.media-carousel,
#global-ux .accessoriesTile .section.secondaryNavigationUpdated .style-2.bar-ford-black .navigation.fixed.media-carousel {
  background: rgba(35,31,32,0.8);
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black .navigation-horizontal li a {
    color: #fff;
  }

  #global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black .navigation-horizontal li a:hover,
  #global-ux .section.secondaryNavigationUpdated .style-2.bar-ford-black .navigation-horizontal li a:focus {
    color: #fff;
  }
}

#global-ux .section.secondaryNavigationUpdated .style-2.bar-cool-grey .navigation,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cool-grey .navigation.row.fixed,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cool-grey .navigation.fixed.genericCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cool-grey .navigation.fixed.dynamicCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cool-grey .navigation.fixed.billboardCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cool-grey .navigation.fixed.mediaCarousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cool-grey .navigation.fixed.accessoriesTile,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cool-grey .mediaCarousel .navigation.fixed.media-carousel,
#global-ux .mediaCarousel .section.secondaryNavigationUpdated .style-2.bar-cool-grey .navigation.fixed.media-carousel,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cool-grey .navigation.fixed.threesixtyColouriser,
#global-ux .section.secondaryNavigationUpdated .style-2.bar-cool-grey .accessoriesTile .navigation.fixed.media-carousel,
#global-ux .accessoriesTile .section.secondaryNavigationUpdated .style-2.bar-cool-grey .navigation.fixed.media-carousel {
  background: rgba(117,120,123,0.8);
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .style-2 h1,
  #global-ux .section.secondaryNavigationUpdated .style-2 h2 {
    height: 50px;
  }
}

#global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical.collapsed .mobile ul {
  height: auto;
  display: none;
}

#global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical.collapsed h1:after,
#global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical.collapsed h2:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical.collapsed ul {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical h1,
#global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical h2 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 14px 60px 16px 0;
  padding-left: 1.625rem;
  height: 50px;
  background: #1b394e;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
  text-indent: 0;
  line-height: 1.4;
  width: 100%;
}

#global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical h1:after,
#global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical h2:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  font-size: 19px;
  font-size: 1.1875rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "icomoon";
  float: right;
  content: "\e615";
  vertical-align: initial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 0;
  position: absolute;
  right: 19px;
  top: 7px;
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical h1:after,
  #global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical h2:after {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical h1:before,
#global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical h2:before {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical h1,
  #global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical h2 {
    padding: 15px 70px 10px 0;
    padding-left: 4.0625rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical h1,
  #global-ux .section.secondaryNavigationUpdated .style-2 .navigation-vertical h2 {
    padding-left: 5.9375rem;
  }
}

#global-ux .section.secondaryNavigationUpdated.style-2 {
  height: auto;
  min-height: 50px;
}

#global-ux .secondaryNavigationUpdated .navigation-vertical.hideForMobile {
  min-width: initial;
}

#global-ux .secondaryNavigationUpdated .navigation-vertical.hideForMobile h1,
#global-ux .secondaryNavigationUpdated .navigation-vertical.hideForMobile h2 {
  padding: 21px 0 29px 42px;
}

#global-ux .secondaryNavigationUpdated .navigation-vertical.hideForMobile li {
  padding: 0 15px 0 12px;
}

#global-ux .secondaryNavigationUpdated .sub-navigation-vertical.hideForMobile {
  min-width: initial;
}

#global-ux .secondaryNavigationUpdated .sub-navigation-vertical.hideForMobile h1,
#global-ux .secondaryNavigationUpdated .sub-navigation-vertical.hideForMobile h2 {
  padding: 21px 0 29px 62px;
}

#global-ux .secondaryNavigationUpdated .sub-navigation-vertical.hideForMobile li {
  padding: 0 15px 0 20px;
}

#global-ux .secondaryNavigationUpdated .navigation-vertical.show-mob-only .mobile>ul {
  display: none;
  visibility: hidden;
}

#global-ux .secondaryNavigationUpdated .navigation-vertical.show-mob-only.active-nv .mobile>ul {
  display: block;
  visibility: visible;
}

#global-ux .secondaryNavigationUpdated .sub-navigation-vertical.show-mob-only h2 {
  padding-left: 25px;
}

#global-ux .secondaryNavigationUpdated .sub-navigation-vertical.show-mob-only h2:before {
  left: auto;
}

#global-ux .secondaryNavigationUpdated .sub-navigation-vertical.show-mob-only h2:after {
  background: transparent;
}

#global-ux .secondaryNavigationUpdated .sub-navigation-vertical.show-mob-only .mobile>ul {
  display: none;
  visibility: hidden;
}

#global-ux .secondaryNavigationUpdated .sub-navigation-vertical.show-mob-only.active-snv .mobile>ul {
  display: block;
  visibility: visible;
}

#global-ux .secondaryNavigationUpdated .sub-navigation-vertical.show-mob-only.active-snv .mobile>ul li.parent .submenu {
  display: none;
  visibility: hidden;
}

#global-ux .secondaryNavigationUpdated .sub-navigation-vertical.show-mob-only.active-snv .mobile>ul li.parent.open .submenu {
  display: block;
  visibility: visible;
}

#global-ux .secondaryNavigationUpdated .navigation-collapsible {
  right: 20px !important;
  width: auto !important;
}

#global-ux .secondaryNavigationUpdated .navigation-collapsible .desktop.navigation-vertical {
  float: right;
  left: auto;
  margin-left: 0;
  min-width: 200px;
  right: -20px;
}

.cq-wcm-edit .secondaryNavigationUpdated .navigation {
  position: static !important;
}

.rtl #global-ux .section.secondaryNavigationUpdated .navigation-vertical {
  float: right;
}

@media only screen and (min-width: 62em) {
  .rtl #global-ux .section.secondaryNavigationUpdated .navigation-vertical h1,
  .rtl #global-ux .section.secondaryNavigationUpdated .navigation-vertical h2 {
    padding-top: 20px;
  }
}

.rtl #global-ux .section.secondaryNavigationUpdated .navigation-vertical h1:after,
.rtl #global-ux .section.secondaryNavigationUpdated .navigation-vertical h2:after {
  right: auto;
  left: 23px;
}

.rtl #global-ux .section.secondaryNavigationUpdated .navigation-horizontal {
  padding: 0 0 0 4.6875rem;
  float: left;
}

@media only screen and (max-width: 991px) {
  .rtl #global-ux .section.secondaryNavigationUpdated .navigation-horizontal {
    padding: 0;
  }
}

.rtl #global-ux .section.secondaryNavigationUpdated .navigation .navigation-horizontal li a:before {
  padding: 0 11px 0 0;
  float: right;
  transform: rotateY(-180deg);
}

#global-ux .table .table-content {
  background-color: #fff;
}

#global-ux .table .table-content.section {
  padding: 40px 6.59% 50px;
}

#global-ux .table .table-content h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 200;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0px;
}

#global-ux .table .table-content table {
  margin-bottom: 0px;
  margin-top: 30px;
  width: 100%;
}

#global-ux .table .table-content table tr:nth-of-type(2n) {
  background: #F7F7F7;
}

#global-ux .table .table-content table th,
#global-ux .table .table-content table td {
  word-wrap: break-word;
}

#global-ux .table .table-content table td {
  font-size: 12px;
  font-size: .75rem;
  border: none;
  color: #616161;
  padding: 10px;
  width: 50%;
}

@media only screen and (min-width: 48em) {
  #global-ux .table .table-content table td {
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .table .table-content table td p {
  margin: 0 0 6px;
}

#global-ux .table .table-content table td p:last-child {
  margin-bottom: 0;
}

#global-ux .table .table-content table td ul,
#global-ux .table .table-content table td ol {
  margin-bottom: 6px;
}

#global-ux .table .table-content table td ul:last-child,
#global-ux .table .table-content table td ol:last-child {
  margin-bottom: 0;
}

#global-ux .table .table-content table td li {
  margin-bottom: 0;
}

#global-ux .table .table-content table td p,
#global-ux .table .table-content table td li,
#global-ux .table .table-content table td ul,
#global-ux .table .table-content table td ol {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

#global-ux .table .table-content.model-walk table {
  margin-top: 0;
}

#global-ux .table .table-content.model-walk tr td {
  padding: 15px 30px;
}

#global-ux .table .table-content.model-walk tr td+td {
  border-left: 1px solid #EBEBEB;
}

#global-ux .table .table-content.model-walk tr:nth-child(even) {
  background-color: #fafafa;
}

#global-ux .table .table-content.two-cols tr td {
  width: 50%;
}

#global-ux .table .table-content.three-cols tr td {
  width: 33%;
}

#global-ux .table .table-content.vehicle-price-list {
  overflow: hidden;
}

#global-ux .table .table-content.vehicle-price-list>table {
  margin-top: 29px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

#global-ux .table .table-content.vehicle-price-list>table:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  left: 0;
  bottom: -30px;
}

@media only screen and (min-width: 48em) {
  #global-ux .table .table-content.vehicle-price-list>table {
    margin-top: 39px;
    margin-bottom: 40px;
  }

  #global-ux .table .table-content.vehicle-price-list>table:after {
    width: 300%;
    bottom: -40px;
  }
}

#global-ux .table .table-content.vehicle-price-list>table td,
#global-ux .table .table-content.vehicle-price-list>table th {
  vertical-align: top;
  color: #4E4E4E;
}

#global-ux .table .table-content.vehicle-price-list>table td {
  font-size: 10px;
  padding: 3px 30px;
}

@media only screen and (min-width: 48em) {
  #global-ux .table .table-content.vehicle-price-list>table td {
    width: 25%;
    font-size: 14px;
    float: left;
    position: relative;
    padding: 13px 17px;
  }

  #global-ux .table .table-content.vehicle-price-list>table td:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 500%;
    width: 1px;
    background: #D9D9D9;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .table .table-content.vehicle-price-list>table tbody tr td:first-child {
    padding-left: 0;
    border-right: none;
  }

  #global-ux .table .table-content.vehicle-price-list>table tbody tr td:first-child:after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #global-ux .table .table-content.vehicle-price-list>table tbody tr td:first-child {
    display: none;
  }
}

#global-ux .table .table-content.vehicle-price-list>table tbody tr:first-child td {
  vertical-align: middle;
}

@media only screen and (min-width: 48em) {
  #global-ux .table .table-content.vehicle-price-list>table tbody tr:first-child td {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

@media only screen and (max-width: 767px) {
  #global-ux .table .table-content.vehicle-price-list>table tbody tr:first-child td {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #global-ux .table .table-content.vehicle-price-list>table tbody tr:first-child td:last-child {
    display: none;
  }
}

#global-ux .table .table-content.vehicle-price-list>table tr:nth-of-type(2n) td:first-child {
  position: relative;
  background: #FFF;
}

#global-ux .table .table-content.vehicle-price-list>table tr:nth-of-type(2n) td:first-child:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  left: 0;
  bottom: -100%;
}

#global-ux .table .table-content table td .big,
#global-ux .table .table-content table th .big,
#global-ux .table .table-content .table-content .big,
#global-ux .table .table-content .vehicle-price-list .big {
  font-size: 18px;
  font-weight: 200;
  line-height: normal;
}

@media only screen and (min-width: 48em) {
  #global-ux .table .table-content table td .big,
  #global-ux .table .table-content table th .big,
  #global-ux .table .table-content .table-content .big,
  #global-ux .table .table-content .vehicle-price-list .big {
    font-size: 32px;
  }
}

#global-ux .table .table-content table td .s-mall,
#global-ux .table .table-content table th .s-mall,
#global-ux .table .table-content .table-content .s-mall,
#global-ux .table .table-content .vehicle-price-list .s-mall {
  font-size: 8px;
}

@media only screen and (min-width: 48em) {
  #global-ux .table .table-content table td .s-mall,
  #global-ux .table .table-content table th .s-mall,
  #global-ux .table .table-content .table-content .s-mall,
  #global-ux .table .table-content .vehicle-price-list .s-mall {
    font-size: 14px;
  }
}

#global-ux .table .table-content table td .light-blue,
#global-ux .table .table-content table th .light-blue,
#global-ux .table .table-content .table-content .light-blue,
#global-ux .table .table-content .vehicle-price-list .light-blue {
  color: #2596cf !important;
}

#global-ux .table h2 {
  color: #616161;
  font-weight: 200;
}

#global-ux .table .table-content h2 {
  margin: 30px 0;
  padding: 0 23px 30px;
  border-bottom: #D9D9D9 solid 1px;
}

@media only screen and (min-width: 48em) {
  #global-ux .table .table-content h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 44px 0 42px;
    padding: 0 0 39px;
  }
}

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

@media only screen and (min-width: 48em) {
  #global-ux .table {
    padding-left: 6.6%;
    padding-right: 6.6%;
  }
}

#global-ux .table .table-content[data-mobile-transposed='1'].is-transposed>table {
  display: none;
}

#global-ux .table .table-content[data-mobile-transposed='1'].is-transposed .transposed-table-container {
  display: initial;
}

@media only screen and (min-width: 48em) {
  #global-ux .table .table-content[data-mobile-transposed='1'].is-transposed>table {
    display: initial;
  }

  #global-ux .table .table-content[data-mobile-transposed='1'].is-transposed .transposed-table-container {
    display: none;
  }
}

#global-ux .table .table-content.vehicle-specifications>table tr {
  background-color: inherit;
}

#global-ux .table .table-content.vehicle-specifications>table tr:nth-child(odd) {
  background-color: #fafafa;
}

#global-ux .table .table-content.vehicle-specifications .transposed-table-container table {
  background-color: #fff;
}

#global-ux .table .table-content.vehicle-specifications .transposed-table-container table:nth-child(odd) {
  background-color: #fafafa;
}

#global-ux .table .table-content.vehicle-specifications .transposed-table-container table tr {
  background-color: inherit;
}

#global-ux .table .technical-specification table tr {
  background-color: inherit;
}

#global-ux .table .technical-specification table tr:nth-child(odd) {
  background-color: #fafafa;
}

#global-ux .table .technical-specification table td {
  width: 75%;
}

#global-ux .table .technical-specification table td:nth-child(2n+2) {
  font-weight: 700;
  width: 25%;
}

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

#global-ux .modelsDisplay.service-ok {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

@media only screen and (min-width: 62em) {
  #global-ux .modelsDisplay.service-ok:hover .models-display .carousel .carousel-arrows {
    right: 0;
  }
}

#global-ux .modelsDisplay.service-ok .models-display {
  padding: 35px 25px 56px;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelsDisplay.service-ok {
    padding: 0;
  }

  #global-ux .modelsDisplay.service-ok .models-display {
    padding: 70px 95px 100px;
  }
}

#global-ux .modelsDisplay.service-ok .heading {
  overflow: hidden;
}

#global-ux .modelsDisplay.service-ok .heading h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 200;
  color: #616161;
  text-align: center;
  margin-top: .625rem;
  margin-bottom: 4.375rem;
}

@media (max-width: 767px) {
  #global-ux .modelsDisplay.service-ok .heading h2 {
    margin-bottom: 0;
  }
}

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

@media only screen and (min-width: 30.0625em) {
  #global-ux .modelsDisplay.service-ok .heading h2 {
    float: left;
    max-width: 50%;
  }
}

#global-ux .modelsDisplay.service-ok .heading .cta-button {
  display: none;
  float: right;
  margin: 0;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .modelsDisplay.service-ok .heading .cta-button {
    display: block;
    width: auto;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 5px 10px;
  }
}

#global-ux .modelsDisplay.service-ok .carousel {
  outline-width: 0;
  overflow: hidden;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-arrows {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelsDisplay.service-ok .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;
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
  }

  #global-ux .modelsDisplay.service-ok .carousel .carousel-arrows .icon {
    line-height: 74px;
  }

  #global-ux .modelsDisplay.service-ok .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: 74px;
    width: 74px;
    border-radius: 0;
    border: none;
    background-color: #2d96cd;
    cursor: pointer;
    outline-width: 0;
  }

  #global-ux .modelsDisplay.service-ok .carousel .carousel-arrows .carousel-btn.darkened {
    background-color: rgba(0,0,0,0.5);
  }

  #global-ux .modelsDisplay.service-ok .carousel .carousel-arrows .carousel-btn .icon {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 50px;
  }

  #global-ux .modelsDisplay.service-ok .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 .modelsDisplay.service-ok .carousel .carousel-arrows .carousel-btn:hover {
    background-color: #fff;
  }

  #global-ux .modelsDisplay.service-ok .carousel .carousel-arrows .carousel-btn:hover .icon {
    color: #2d96cd;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .modelsDisplay.service-ok .carousel .carousel-arrows {
    right: -74px;
  }
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-bottom-arrows {
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  display: none;
}

@media only screen and (max-width: 479px) {
  #global-ux .modelsDisplay.service-ok .carousel .carousel-bottom-arrows {
    bottom: 2em;
  }
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-bottom-arrows>.content {
  display: inline-block;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-bottom-arrows .carousel-btn {
  display: inline-block;
  color: #2596cf;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-bottom-arrows .carousel-btn .icon {
  font-size: 30pxpx;
  font-size: 1.875rem;
  line-height: 1.625rem;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-bottom-arrows .carousel-previous {
  float: left;
  margin-right: 10px;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-bottom-arrows .carousel-next {
  float: right;
  margin-left: 10px;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-bottom-arrows .carousel-numbers {
  display: inline-block;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-bottom-arrows:hover {
  right: 0;
}

#global-ux .modelsDisplay.service-ok .carousel:not(.carousel-numbers-pagination) .carousel-bottom-arrows {
  display: none;
}

#global-ux .modelsDisplay.service-ok .carousel.carousel-numbers-pagination .carousel-controls {
  display: none;
}

#global-ux .modelsDisplay.service-ok .carousel.carousel-numbers-pagination .carousel-bottom-arrows {
  display: block;
}

#global-ux .modelsDisplay.service-ok .carousel.carousel-numbers-pagination .carousel-numbers {
  font-size: 16pxpx;
  font-size: 1rem;
  bottom: 3.75rem;
  color: #2596cf;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-controls {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  left: 0;
  margin: 0;
  z-index: 1;
  text-align: center;
}

@media only screen and (max-width: 30em) {
  #global-ux .modelsDisplay.service-ok .carousel .carousel-controls {
    bottom: 1rem;
  }
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-controls .flex-control-nav {
  margin: 0;
  line-height: 2.5rem;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-controls .flex-control-paging-numbers li {
  margin: .3125rem;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-controls .flex-control-paging-numbers a {
  font-size: 14px;
  font-size: .875rem;
  line-height: .875rem;
  background-color: transparent;
  border: 0;
  text-indent: 0;
  text-decoration: none;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-controls .flex-control-paging-numbers a:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-controls .flex-control-paging-numbers a.flex-active {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border: 0;
  text-decoration: underline;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-controls li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-controls li a {
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  color: transparent;
  display: block;
  width: 38px;
  height: 38px;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-controls li a:hover {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-controls li a.flex-active {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-controls li a.flex-active:after {
  background-color: transparent;
  border: solid 1px #2d96cd;
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-controls li a:after {
  display: block;
  width: 8px;
  height: 8px;
  content: " ";
  border-radius: 50%;
  border: solid 1px transparent;
  background-color: #2d96cd;
  position: absolute;
  top: 13px;
  left: 13px;
}

@media (max-width: 767px) {
  #global-ux .modelsDisplay.service-ok .carousel .carousel-controls li a {
    width: 8px;
    height: 8px;
  }
}

#global-ux .modelsDisplay.service-ok .carousel .carousel-slide {
  width: 310px;
}

#global-ux .modelsDisplay.service-ok .model {
  padding: 0 .9375rem;
  text-align: center;
}

#global-ux .modelsDisplay.service-ok .model h6 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 1.25rem 0 .625rem;
  color: #2d96cd;
  font-weight: 200;
}

#global-ux .modelsDisplay.service-ok .model p {
  margin-bottom: .3125rem;
  color: #616161;
  font-weight: 200;
  font-size: 16px;
}

#global-ux .modelsDisplay.service-ok .model sup[data-disclosure] {
  left: 1%;
  cursor: pointer;
  font-size: 70%;
  white-space: nowrap;
  line-height: 1;
}

#global-ux .modelsDisplay.service-ok .bottom-content {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 1;
  text-align: center;
  color: #2d96cd;
  padding: 13px 49px;
  display: inline-block;
}

#global-ux .modelsDisplay.service-ok .bottom-content .cta-button {
  font-size: 16px;
  font-weight: 200;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .modelsDisplay.service-ok .bottom-content {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  #global-ux .modelsDisplay.service-ok .bottom-content {
    display: block;
    margin: 0 auto;
    position: relative;
  }
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .modelsDisplay.service-ok .carousel .carousel-arrows {
    right: auto;
    left: -74px;
  }
}

@media only screen and (min-width: 62em) {
  .rtl #global-ux .modelsDisplay.service-ok .carousel .carousel-arrows {
    right: auto;
    left: -74px;
  }
}

.rtl #global-ux .modelsDisplay.service-ok .carousel .carousel-slide.model {
  float: right !important;
}

@media only screen and (min-width: 62em) {
  .rtl #global-ux .modelsDisplay.service-ok .carousel .slide-container.flipslide {
    width: 100% !important;
  }

  .rtl #global-ux .modelsDisplay.service-ok .carousel .slide-container.flipslide .carousel-slide {
    float: right !important;
  }
}

.rtl #global-ux .modelsDisplay.service-ok .heading h2 {
  float: right;
}

.rtl #global-ux .modelsDisplay.service-ok .heading .cta-button {
  float: left;
}

.rtl #global-ux .modelsDisplay.service-ok:hover .carousel .carousel-arrows {
  left: 0;
  right: auto;
}

#global-ux .modelDetailsAccordion .feature-group,
#global-ux .modelDetailsAccordionPoC .feature-group {
  -webkit-transition: opacity,0.6s;
  -moz-transition: opacity,0.6s;
  -ms-transition: opacity,0.6s;
  -o-transition: opacity,0.6s;
  transition: opacity,0.6s;
  -webkit-transition: max-height,0.6s;
  -moz-transition: max-height,0.6s;
  -ms-transition: max-height,0.6s;
  -o-transition: max-height,0.6s;
  transition: max-height,0.6s;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  padding: 15px 20px 40px;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelDetailsAccordion .feature-group,
  #global-ux .modelDetailsAccordionPoC .feature-group {
    padding: 15px 7% 50px;
  }
}

#global-ux .modelDetailsAccordion .feature-group h3,
#global-ux .modelDetailsAccordionPoC .feature-group h3 {
  font-weight: 200;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelDetailsAccordion .feature-group h3,
  #global-ux .modelDetailsAccordionPoC .feature-group h3 {
    padding-left: 0;
    margin-top: 35px;
  }
}

#global-ux .modelDetailsAccordion .feature-group ul,
#global-ux .modelDetailsAccordionPoC .feature-group ul {
  font-weight: 300;
  margin-bottom: 10px;
  margin-left: 0;
  list-style-type: none;
}

#global-ux .modelDetailsAccordion .feature-group li,
#global-ux .modelDetailsAccordionPoC .feature-group li {
  font-size: 12px;
  font-size: .75rem;
  color: #616161;
  padding: 0 0 10px 20px;
}

#global-ux .modelDetailsAccordion .feature-group li:before,
#global-ux .modelDetailsAccordionPoC .feature-group li:before {
  content: '\2022';
  position: absolute;
  left: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelDetailsAccordion .feature-group li,
  #global-ux .modelDetailsAccordionPoC .feature-group li {
    display: inline;
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .modelDetailsAccordion .feature-group li,
  #global-ux .modelDetailsAccordionPoC .feature-group li {
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .modelDetailsAccordion .feature-group li a,
#global-ux .modelDetailsAccordionPoC .feature-group li a {
  vertical-align: middle;
  text-decoration: none;
}

#global-ux .modelDetailsAccordion .feature-group li a:after,
#global-ux .modelDetailsAccordionPoC .feature-group li a: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 .modelDetailsAccordion .feature-group li a span,
#global-ux .modelDetailsAccordionPoC .feature-group li a span {
  display: none;
}

#global-ux .modelDetailsAccordion .feature-group li a:after,
#global-ux .modelDetailsAccordionPoC .feature-group li a:after {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 120%;
  margin-left: 5px;
  vertical-align: text-top;
}

#global-ux .modelDetailsAccordion .feature-group .feature-type,
#global-ux .modelDetailsAccordionPoC .feature-group .feature-type {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}

#global-ux .modelDetailsAccordion .feature-group .feature-type h5,
#global-ux .modelDetailsAccordionPoC .feature-group .feature-type h5 {
  font-weight: 700;
  font-size: 12px;
  font-size: .75rem;
  padding-top: 5px;
  padding-bottom: 8px;
  color: #616161;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelDetailsAccordion .feature-group .feature-type h5,
  #global-ux .modelDetailsAccordionPoC .feature-group .feature-type h5 {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .modelDetailsAccordion .feature-group .feature-type h5,
  #global-ux .modelDetailsAccordionPoC .feature-group .feature-type h5 {
    font-size: 14px;
    font-size: .875rem;
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

#global-ux .pagination>div {
  clear: both;
}

#global-ux .pagination .columns.splitter-column {
  padding-left: 0;
  padding-right: 0;
}

.i9 #global-ux .pagination .columns.splitter-column {
  width: 50%;
}

#global-ux .pagination .columns.splitter-column .navigationTile {
  border-top: 1px solid #d7d7d7;
}

#global-ux .pagination .columns.splitter-column:first-child .navigationTile {
  border-right: 1px solid #d7d7d7;
}

#global-ux .pagination .pagination-left,
#global-ux .pagination .pagination-right {
  font-weight: 200;
}

#global-ux .pagination .pagination-left a,
#global-ux .pagination .pagination-right a {
  color: #333;
  padding-bottom: 50px;
  padding-top: 50px;
  display: block;
  position: relative;
  text-align: center;
  vertical-align: baseline;
  font-size: 12px;
  font-size: .75rem;
}

.ie9 #global-ux .pagination .pagination-left a,
.ie9 #global-ux .pagination .pagination-right a {
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .pagination .pagination-left a,
  #global-ux .pagination .pagination-right a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .pagination .pagination-left a,
  #global-ux .pagination .pagination-right a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.ie9 #global-ux .pagination .pagination-left .pagination-text-container {
  padding-left: 60px;
  text-align: left;
}

.ie9 #global-ux .pagination .pagination-left .pagination-text-container:before {
  content: "\e612";
  left: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .pagination .pagination-left a {
    line-height: 21px;
  }

  #global-ux .pagination .pagination-left .pagination-text-container {
    padding-left: 60px;
    text-align: left;
  }

  #global-ux .pagination .pagination-left .pagination-text-container:before {
    content: "\e612";
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  #global-ux .pagination .pagination-left .pagination-text-container:before {
    content: "\e612";
    left: -30px;
    top: 3px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.ie9 #global-ux .pagination .pagination-right .pagination-text-container {
  padding-right: 60px;
  text-align: right;
}

.ie9 #global-ux .pagination .pagination-right .pagination-text-container:after {
  content: "\e615";
  right: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .pagination .pagination-right a {
    line-height: 21px;
  }

  #global-ux .pagination .pagination-right .pagination-text-container {
    padding-right: 60px;
    text-align: right;
  }

  #global-ux .pagination .pagination-right .pagination-text-container:after {
    content: "\e615";
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  #global-ux .pagination .pagination-right .pagination-text-container:after {
    content: "\e615";
    right: -30px;
    top: 3px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#global-ux .pagination .pagination-text-container {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#global-ux .pagination .pagination-text-container:before,
#global-ux .pagination .pagination-text-container:after {
  color: #2d96cd;
  font-family: icomoon;
  position: absolute;
  top: 12px;
  font-size: 42px;
  font-size: 2.625rem;
}

#global-ux .pagination .pagination-title {
  color: #2d96cd;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

.ie9 #global-ux .pagination .pagination-title {
  font-size: 26px;
  font-size: 1.625rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .pagination .pagination-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.rtl #global-ux .pagination .pagination-left a,
.rtl #global-ux .pagination .pagination-right a {
  font-size: 19px;
  font-size: 1.1875rem;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .pagination .pagination-left a,
  .rtl #global-ux .pagination .pagination-right a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.rtl #global-ux .pagination .pagination-title {
  font-size: 24px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .pagination .pagination-title {
    padding-top: 3px;
    font-size: 32px;
    font-size: 2rem;
  }
}

.rtl #global-ux .pagination .columns.splitter-column:first-child .navigationTile {
  border-left: 1px solid #d7d7d7;
  border-right: none;
}

#global-ux .zebraChartTile #sticky-header {
  border-bottom: 1px solid #d6d6d6;
  overflow-y: auto;
}

#global-ux .zebraChartTile-table {
  margin: 0 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid #d6d6d6;
  table-layout: auto;
}

#global-ux .zebraChartTile-table.sticky-header {
  border-bottom: 1px solid #d6d6d6;
}

@media only screen and (min-width: 68.75rem) {
  #global-ux .zebraChartTile-table.sticky-header {
    margin: 0 0;
  }
}

#global-ux .zebraChartTile-table.sticky-column {
  border-right: 1px solid #d6d6d6;
  z-index: 1;
}

#global-ux .zebraChartTile-table.sticky-column tbody tr:nth-child(odd) {
  background: #fff;
}

#global-ux .zebraChartTile-table.sticky-column tbody tr:nth-child(even) {
  background: #f7f7f7;
}

#global-ux .zebraChartTile-table.with-padding {
  margin: 0 50px;
  max-width: 1322px;
  min-width: 1322px;
  width: 1322px;
}

#global-ux .zebraChartTile-table.with-padding thead tr th:first-child,
#global-ux .zebraChartTile-table.with-padding tbody tr td:first-child {
  padding-left: 50px;
}

#global-ux .zebraChartTile-table.with-padding thead tr th:last-child,
#global-ux .zebraChartTile-table.with-padding tbody tr td:last-child {
  padding-right: 50px;
}

#global-ux .zebraChartTile-table.with-padding thead tr th:last-child,
#global-ux .zebraChartTile-table.with-padding tbody tr td:last-child {
  text-align: left;
}

@media only screen and (max-width: 479px) {
  #global-ux .zebraChartTile-table.with-padding {
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    width: 100% !important;
  }

  #global-ux .zebraChartTile-table.with-padding thead tr th:first-child,
  #global-ux .zebraChartTile-table.with-padding tbody tr td:first-child {
    padding-left: 20px !important;
  }

  #global-ux .zebraChartTile-table.with-padding thead tr th:last-child,
  #global-ux .zebraChartTile-table.with-padding tbody tr td:last-child {
    padding-right: 20px !important;
  }
}

#global-ux .zebraChartTile-table.no-border {
  border: 0;
}

#global-ux .zebraChartTile-table.no-border thead tr th {
  border: 0;
}

#global-ux .zebraChartTile-table.no-border tbody tr td {
  border: 0;
}

#global-ux .zebraChartTile-table.inverse thead th {
  background-color: #f7f7f7;
}

#global-ux .zebraChartTile-table.inverse tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

#global-ux .zebraChartTile-table.inverse tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}

#global-ux .zebraChartTile tr td,
#global-ux .zebraChartTile tr th {
  padding: 28px 29px;
  font-size: 16px;
  text-align: inherit;
  border-right: 1px solid #d6d6d6;
}

@media only screen and (max-width: 30em) {
  #global-ux .zebraChartTile tr td,
  #global-ux .zebraChartTile tr th {
    font-size: .875rem;
    padding: 15px;
  }
}

#global-ux .zebraChartTile tr td:last-child,
#global-ux .zebraChartTile tr th:last-child {
  border-right: none;
}

#global-ux .zebraChartTile tr td:last-child table,
#global-ux .zebraChartTile tr th:last-child table {
  border: none;
}

#global-ux .zebraChartTile tr td:last-child table th,
#global-ux .zebraChartTile tr th:last-child table th {
  padding: 30px;
  width: 50%;
}

#global-ux .zebraChartTile tr td:last-child table th:first-child,
#global-ux .zebraChartTile tr th:last-child table th:first-child {
  border: none;
  border-right: 1px solid #d6d6d6;
}

#global-ux .zebraChartTile thead {
  background: #fff;
}

#global-ux .zebraChartTile thead tr th,
#global-ux .zebraChartTile thead tr td {
  font-weight: inherit;
}

#global-ux .zebraChartTile thead tr th:first-child,
#global-ux .zebraChartTile thead tr td:first-child {
  border-left: none;
  padding-left: 20px;
}

#global-ux .zebraChartTile thead tr th:last-child,
#global-ux .zebraChartTile thead tr td:last-child {
  border-right: none;
  padding: 0;
  text-align: center;
}

#global-ux .zebraChartTile thead tr th:last-child table,
#global-ux .zebraChartTile thead tr td:last-child table {
  border: none;
}

#global-ux .zebraChartTile thead tr th:last-child table th,
#global-ux .zebraChartTile thead tr td:last-child table th {
  padding: 30px;
  width: 50%;
}

#global-ux .zebraChartTile thead tr th:last-child table th:first-child,
#global-ux .zebraChartTile thead tr td:last-child table th:first-child {
  border: none;
  border-right: 1px solid #d6d6d6;
}

#global-ux .zebraChartTile thead tr th {
  font-weight: bold;
  text-align: left;
}

#global-ux .zebraChartTile thead.tableFloatingHeaderOriginal th {
  border-bottom: 1px solid #d6d6d6;
}

#global-ux .zebraChartTile tbody tr {
  text-align: left;
}

#global-ux .zebraChartTile tbody tr:nth-child(odd) {
  background: #f7f7f7;
}

#global-ux .zebraChartTile tbody tr td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px transparent;
  border-right: solid 1px #d6d6d6;
  border-bottom: none;
  color: #616161;
  font-weight: 300;
}

#global-ux .zebraChartTile tbody tr td.error {
  color: #f34c32;
}

#global-ux .zebraChartTile tbody tr td:first-child {
  border-left: none;
  padding-left: 20px;
}

#global-ux .zebraChartTile tbody tr td:last-child {
  border-right: none;
}

#global-ux .zebraChartTile tbody tr td a {
  padding-left: 36px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#global-ux .zebraChartTile tbody tr td a: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: '\e618';
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 28px;
  margin: -14px 0 0 0;
}

#global-ux .zebraChartTile .table-holder {
  overflow-x: auto;
}

#global-ux .zebraChartTile .table-holder.sticky-header {
  overflow-x: visible;
}

#global-ux .zebraChartTile .table-holder.sticky-column {
  overflow-x: auto;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
}

#global-ux .zebraChartTile .sticky-corner {
  background: #fff;
}

#global-ux .zebraChartTile .sticky-corner tr,
#global-ux .zebraChartTile .sticky-corner td,
#global-ux .zebraChartTile .sticky-corner th {
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
}

#global-ux .zebraChartTile .sticky-corner tr {
  border-right: 1px solid #d6d6d6;
}

#global-ux .history-content {
  width: 25%;
  background: #f7f7f7;
  border-right: 5px solid white;
  display: inline-block;
  padding: 35px 20px;
  color: #828282;
  font-size: 1.7em;
}

#global-ux .history-content:last-child {
  border: none;
}

#global-ux .service-history div:last-of-type {
  margin-right: 0;
}

#global-ux .service-head {
  height: 75px;
  line-height: 75px;
  position: relative;
}

#global-ux .service-head h5 {
  display: inline-block;
  color: #616161;
}

#global-ux .service-head a {
  position: absolute;
  font-size: 1.2em;
  right: 14px;
}

#global-ux .service-head a::before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  content: '\e618';
  position: absolute;
  left: -35px;
  top: 50%;
  font-size: 28px;
  margin: -14px 0 0 0;
}

#global-ux .service-last div {
  display: inline-block;
  margin-top: 10px;
}

#global-ux .service-history div:last-of-type {
  margin-right: 0;
}

#global-ux .service-history h6 {
  font-weight: bold !important;
  font-size: 1rem !important;
  color: #4a4a4a !important;
  margin-bottom: 0 !important;
}

#global-ux .history-content .service-last {
  font-size: 1.125rem;
}

#global-ux .history-display-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 999;
}

#global-ux .history-display-overlay .overlay-content-inner {
  width: 900px;
  height: 75%;
  background: #fff;
  margin: 3% auto 0;
}

#global-ux .history-display-overlay .overlay-head {
  line-height: 75px;
  border-bottom: 1px solid #adadad;
  font-size: 35px;
  color: #616161;
  padding-left: 60px;
  font-weight: 200;
  padding-top: 10px;
  position: relative;
}

#global-ux .history-display-overlay .overlay-body {
  background: #f5f5f5;
  height: 100%;
  padding: 15px 60px;
}

#global-ux .history-display-overlay a.close-icon {
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 9px;
  right: 17px !important;
  width: 30px;
  height: 30px;
  text-decoration: none;
  line-height: 1.5;
}

#global-ux .history-display-overlay a.close-icon::before {
  content: "\e608";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  color: #2d96cd;
  font-size: 1.875rem;
}

#global-ux .history-display-overlay .overlay-body div {
  height: 70%;
  overflow: auto;
}

#global-ux .history-display-overlay .overlay-body table {
  margin-bottom: 0;
}

#global-ux .history-display-overlay .overlay-body table tr {
  line-height: 40px;
  height: 10px;
}

#global-ux .history-display-overlay .overlay-body table tbody tr:nth-child(odd) {
  background: #fff;
}

#global-ux .history-display-overlay .overlay-body table tbody tr:nth-child(even) {
  background: #f5f5f5 !important;
}

#global-ux .history-display-overlay .overlay-body table th {
  text-align: center;
}

#global-ux .history-display-overlay .overlay-body table td {
  text-align: center;
}

#global-ux #servicePage .page {
  font-size: 14px;
  background-color: transparent;
  width: 100%;
  display: none;
  margin-top: 30px;
}

#global-ux #servicePage .page .page-l select {
  width: 60px;
  height: 30px;
}

#global-ux #servicePage .page .page-l .page-size-box {
  display: inline-block;
  margin-left: 20px;
}

#global-ux #servicePage .page .page-r {
  float: right;
  padding-top: 10px;
}

#global-ux #servicePage .page .page-r ul {
  float: left;
  list-style: none;
  margin: 0;
  height: 30px;
  box-sizing: border-box;
  padding: 0;
}

#global-ux #servicePage .page .page-r ul li {
  float: left;
  list-style: none;
  height: 100%;
  line-height: 30px;
  border: 1px solid #ccc;
  border-right: 0 none;
  box-sizing: border-box;
}

#global-ux #servicePage .page .page-r ul li a:hover {
  background-color: #ddd;
}

#global-ux #servicePage .page .page-r ul li:last-child {
  border-right: 1px solid #ccc;
}

#global-ux #servicePage .page .page-r ul li a {
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 0 10px;
  color: #777;
}

#global-ux #servicePage .page .page-r ul li a.active {
  background-color: #09aeb0;
  color: #fff;
}

#global-ux #servicePage .page .page-r ul li span {
  display: block;
  height: 100%;
  padding: 0 10px;
  color: #ccc;
  cursor: not-allowed;
}

#global-ux #servicePage .page .page-r ul li span.ellipsis {
  cursor: default;
}

#global-ux #servicePage .page {
  display: flex;
  justify-content: center;
}

#global-ux .service-history a.service-soon {
  display: flex;
}

#global-ux .service-history a.service-service-view-more {
  display: inline-block;
}

#global-ux .syncCompatibilityChart {
  border-top: solid 1px #d6d6d6;
}

#global-ux .syncCompatibilityChart .scc-header {
  width: 100%;
  display: block;
  padding: .625rem 1.25rem;
  background: #fff;
  margin: 0 auto;
}

#global-ux .syncCompatibilityChart .scc-header:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .syncCompatibilityChart .scc-header.fixed {
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#global-ux .syncCompatibilityChart .scc-header .scc-toprow .scc-legend {
  float: left;
  margin: 5px;
}

#global-ux .syncCompatibilityChart .scc-header .scc-toprow .scc-legend .icon-checkmark {
  font-size: 15px;
  font-size: .9375rem;
  margin-right: 5px;
}

#global-ux .syncCompatibilityChart .scc-header .scc-toprow .scc-print {
  float: right;
  margin: 5px;
}

#global-ux .syncCompatibilityChart .scc-header .scc-title {
  display: none;
  visibility: hidden;
}

#global-ux .syncCompatibilityChart .tooltip-content .scc-optional,
#global-ux .syncCompatibilityChart .scc-available {
  display: none;
  visibility: hidden;
}

#global-ux .syncCompatibilityChart .scc-legend span.circle-compatibility {
  width: 10px;
  height: 10px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #2d96cd;
  margin-right: 5px;
  margin-left: 10px;
  display: inline-block;
}

#global-ux .syncCompatibilityChart .icon-checkmark,
#global-ux .syncCompatibilityChart .icon-solid {
  color: #2d96cd;
  text-align: center;
}

#global-ux .syncCompatibilityChart .zebraChartTile .circle-compatibility {
  width: 10px;
  height: 10px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #2d96cd;
  cursor: pointer;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table {
  max-width: none;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table tr th {
  text-align: center;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table tr:first-child {
  border-left: inherit;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table tr td,
#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table tr th {
  padding: 1.75rem .625rem;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table tr.title-row {
  background: #f5f2f2;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table tr.title-row td {
  border-right: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1.25rem .625rem;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table tr.title-row td.col-icons {
  min-width: 75px;
  background: #2d96cd;
  text-align: center;
  color: #fff;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table tr.title-row td.col-icons .icon-mobile-syncicon {
  font-size: 36px;
  font-size: 2.25rem;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table tr.title-row td.scc-manufacture,
#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table tr.title-row .scc-device {
  text-align: left;
  padding: 28px 29px;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table .container-tooltip .tooltip-top-chart,
#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table .scc-device .tooltip-top-chart {
  background: #fff;
  position: absolute;
  bottom: 2.25rem;
  min-width: 300px;
  -webkit-box-shadow: 1px 1px 3px #b5b3b3;
  -moz-box-shadow: 1px 1px 3px #b5b3b3;
  box-shadow: 1px 1px 3px #b5b3b3;
  padding: .3125rem .625rem;
  z-index: 99;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 10px;
  display: none;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table .container-tooltip .tooltip-top-chart p,
#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table .scc-device .tooltip-top-chart p {
  margin-bottom: 0;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table .container-tooltip .tooltip-top-chart .arrown-tooltip,
#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table .scc-device .tooltip-top-chart .arrown-tooltip {
  content: "";
  bottom: -10px;
  margin-left: -5px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #b5b3b3;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table .container-tooltip .scc-device,
#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table .scc-device .scc-device {
  display: block;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table .container-tooltip .tooltip-content,
#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table .scc-device .tooltip-content {
  position: relative;
  display: inline-block;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table .container-tooltip .icon-solid,
#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table .scc-device .icon-solid {
  cursor: pointer;
  font-size: 10px;
  font-size: .625rem;
}

#global-ux .syncCompatibilityChart .zebraChartTile table.zebraChartTile-table .container-tooltip {
  text-align: center;
}

#global-ux .syncCompatibilityChart .zebraChartTile table .icon-checkmark,
#global-ux .syncCompatibilityChart .zebraChartTile table .icon-solid {
  color: #2d96cd;
  font-size: 15px;
  font-size: .9375rem;
  text-align: center;
}

.fixed {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}

.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 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;
  z-index: 50;
  width: auto;
}

.sticky-wrap .sticky-thead {
  width: 100%;
}

.sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150;
}

.sticky-wrap.overflow-y {
  overflow-y: auto;
  max-height: 50px;
}

.rtl #global-ux .zebraChartTile thead tr th,
.rtl #global-ux .zebraChartTile thead tr td,
.rtl #global-ux .zebraChartTile tbody tr th,
.rtl #global-ux .zebraChartTile tbody tr td {
  border-right: none;
  border-left: 1px solid #d6d6d6;
  text-align: right;
}

.rtl #global-ux .zebraChartTile thead tr th:last-child,
.rtl #global-ux .zebraChartTile thead tr td:last-child,
.rtl #global-ux .zebraChartTile tbody tr th:last-child,
.rtl #global-ux .zebraChartTile tbody tr td:last-child {
  border-left: none;
  border-left: expression(this.nextSibling==null?'none':'inherit');
}

#global-ux .contact-bar {
  padding: 68px 10px;
  background-color: #f7f7f7;
  font-family: "Antenna",Helvetica,Arial,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体",sans-serif;
}

#global-ux .contact-bar .heading {
  margin: 0 0 38px;
  color: #616161;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

#global-ux .contact-bar .buttons-toolbar {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
  font-size: 1px;
  line-height: 0;
  text-align: justify;
}

@media all and (max-width: 767px) {
  #global-ux .contact-bar .buttons-toolbar {
    width: 82%;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .contact-bar .buttons-toolbar {
    width: 100%;
  }
}

#global-ux .contact-bar .buttons-toolbar:after {
  display: inline-block;
  width: 100%;
  height: 0;
  content: '';
  overflow: hidden;
  visibility: hidden;
}

#global-ux .contact-bar .btn {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  vertical-align: top;
  color: #1c87c9;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}

@media all and (max-width: 767px) {
  #global-ux .contact-bar .btn {
    text-align: center;
    margin: 0 3px 10px;
    vertical-align: top;
  }
}

@media all and (max-width: 767px) {
  #global-ux .contact-bar .btn-text {
    display: block;
  }
}

#global-ux .contact-bar .btn .btn-text {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .contact-bar .btn .btn-text {
    display: block;
  }
}

#global-ux .contact-bar .btn .btn-text .info {
  color: #868686;
  font-size: 12px;
  margin: 0;
}

#global-ux .contact-bar .info {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 12px;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .contact-bar .info {
    width: 82%;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .contact-bar .info {
    width: 100%;
  }
}

#global-ux .contact-bar .info p {
  color: #868686;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

#global-ux .contact-bar .showForMobile {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .contact-bar .showForMobile {
    display: inline-block;
  }
}

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

#global-ux .contact-bar .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 43px;
  color: #1c87c9;
}

@media all and (max-width: 767px) {
  #global-ux .contact-bar .icon {
    margin: 0 0 10px;
  }
}

#global-ux .contact-bar .icon:before {
  font-size: inherit;
}

#global-ux .contact-bar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background: rgba(0,0,0,0.8);
  transition: opacity ease-out 300ms;
}

#global-ux .contact-bar-overlay.is-overlay-visible {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

#global-ux .contact-bar-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  padding: 0 33px;
  width: 874px;
  opacity: 0;
  transition: opacity ease-out 300ms;
  display: none;
}

#global-ux .contact-bar-popup.is-popup-visible {
  opacity: 1;
  visibility: visible;
  z-index: 100001;
}

@media all and (max-width: 960px) {
  #global-ux .contact-bar-popup {
    width: 100%;
    padding: 0 18px;
  }
}

#global-ux .contact-bar-popup .popup-inner {
  position: relative;
  padding: 37px 40px;
  background: #fff;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .contact-bar-popup .popup-inner {
    padding: 20px 40px;
  }
}

#global-ux .contact-bar-popup .popup-header {
  overflow: hidden;
  text-align: right;
}

#global-ux .contact-bar-popup .btn-close-popup {
  position: absolute;
  top: 30px;
  right: 20px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  width: 22px;
  height: 22px;
}

#global-ux .contact-bar-popup .btn-close-popup:hover .icon-close,
#global-ux .contact-bar-popup .btn-close-popup:active .icon-close {
  color: #2376a3;
}

#global-ux .contact-bar-popup .icon-close {
  color: #2c95cd;
  transition: color 300ms ease-out;
  font-size: 30px;
}

#global-ux .contact-bar-popup .icon-plus {
  background-image: url("../../fordcn-re-ap/img/icons.svg");
  background-repeat: no-repeat;
  background-position: -620px -219px;
  font-size: 40px;
  width: 22px;
  height: 22px;
  display: block;
}

#global-ux .contact-bar-popup .popup-heading {
  margin: 0;
  color: #616161;
  font: 200 36px/1.2 "Antenna",Helvetica,Arial,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体",sans-serif;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .contact-bar-popup .popup-heading {
    font: 200 30px/1.2 "Antenna",Helvetica,Arial,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体",sans-serif;
  }
}

#global-ux .contact-bar-popup .popup-content {
  margin: 0 auto;
  padding-bottom: 64px;
  max-width: 380px;
  color: #616161;
  font: 300 36px/1.2 "Antenna",Helvetica,Arial,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体",sans-serif;
  text-align: center;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .contact-bar-popup .popup-content {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .contact-bar-popup .popup-content {
    height: auto;
  }
}

#global-ux .contact-bar-popup .media-container {
  margin: 0 auto;
  max-width: 250px;
}

@media only screen and (max-width: 61.9375em) {
  #global-ux .contact-bar-popup .media-container {
    max-width: 180px;
  }
}

#global-ux .contact-bar-popup .media-container img {
  max-width: 100%;
  vertical-align: middle;
}

#global-ux .contact-bar-popup .text {
  margin: 0 0 10px;
  font-size: inherit;
}

#global-ux .contact-bar-popup .text:last-child {
  margin-bottom: 0;
}

#global-ux .vehicles-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#global-ux .vehicles-list-item {
  position: relative;
  display: inline-block;
  width: 24%;
  height: 445px;
  background: #fff;
  z-index: 99;
  vertical-align: top;
}

#global-ux .vehicles-list-item-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px 25px;
  border: 1px solid #fff;
}

#global-ux .vehicles-list-item:hover {
  z-index: 100;
}

#global-ux .vehicles-list-item:hover .buttons-toolbar {
  display: block;
}

#global-ux .vehicles-list-item:hover .vehicles-list-item-inner {
  border-color: #2d96cd;
}

#global-ux .vehicles-list .vehicle-picture {
  position: relative;
  margin-bottom: 20px;
  height: 115px;
}

#global-ux .vehicles-list .vehicle-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#global-ux .vehicles-list .vehicle-title {
  margin-bottom: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #b3b3b3;
  color: #2d96cd;
  font-size: 18px;
  line-height: 1;
}

#global-ux .vehicles-list .vehicle-description {
  margin-bottom: 12px;
  overflow: hidden;
}

#global-ux .vehicles-list .vehicle-description-text {
  margin-bottom: 12px;
  color: #616161;
  font-size: 14px;
  line-height: 1;
}

#global-ux .vehicles-list .buttons-toolbar {
  display: none;
}

#global-ux .vehicles-list .buttons-toolbar .cta-button:first-child {
  margin-bottom: 10px;
}

#global-ux .vehicles-list .cta-button {
  margin: 0;
  width: 100%;
}

#global-ux .common-richtext .showless,
#global-ux .common-billboard .showless {
  display: none;
}

#global-ux .common-richtext .showmore,
#global-ux .common-billboard .showmore {
  display: inline;
}

#global-ux .common-richtext .active-show-more .showless,
#global-ux .common-billboard .active-show-more .showless {
  display: inline;
}

#global-ux .common-richtext .active-show-more .showmore,
#global-ux .common-billboard .active-show-more .showmore {
  display: none;
}

#global-ux .common-richtext .showmoreText,
#global-ux .common-billboard .showmoreText {
  float: left;
}

#global-ux .common-richtext h1,
#global-ux .common-billboard h1,
#global-ux .common-richtext h2,
#global-ux .common-billboard h2,
#global-ux .common-richtext h3,
#global-ux .common-billboard h3,
#global-ux .common-richtext h4,
#global-ux .common-billboard h4,
#global-ux .common-richtext h5,
#global-ux .common-billboard h5,
#global-ux .common-richtext h6,
#global-ux .common-billboard h6,
#global-ux .common-richtext .h1,
#global-ux .common-billboard .h1,
#global-ux .common-richtext .h2,
#global-ux .common-billboard .h2,
#global-ux .common-richtext .h3,
#global-ux .common-billboard .h3,
#global-ux .common-richtext .h4,
#global-ux .common-billboard .h4,
#global-ux .common-richtext .h5,
#global-ux .common-billboard .h5,
#global-ux .common-richtext .h6,
#global-ux .common-billboard .h6 {
  color: inherit;
  line-height: 1.1;
  text-indent: initial;
}

#global-ux .common-richtext h1,
#global-ux .common-billboard h1,
#global-ux .common-richtext .h1,
#global-ux .common-billboard .h1 {
  font-size: 48px;
  font-size: 3rem;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .common-richtext h1,
  #global-ux .common-billboard h1,
  #global-ux .common-richtext .h1,
  #global-ux .common-billboard .h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

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

@media only screen and (max-width: 479px) {
  #global-ux .common-richtext h1,
  #global-ux .common-billboard h1,
  #global-ux .common-richtext .h1,
  #global-ux .common-billboard .h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

#global-ux .common-richtext h2,
#global-ux .common-billboard h2,
#global-ux .common-richtext .h2,
#global-ux .common-billboard .h2 {
  font-size: 42px;
  font-size: 2.625rem;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .common-richtext h2,
  #global-ux .common-billboard h2,
  #global-ux .common-richtext .h2,
  #global-ux .common-billboard .h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

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

@media only screen and (max-width: 479px) {
  #global-ux .common-richtext h2,
  #global-ux .common-billboard h2,
  #global-ux .common-richtext .h2,
  #global-ux .common-billboard .h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#global-ux .common-richtext h3,
#global-ux .common-billboard h3,
#global-ux .common-richtext .h3,
#global-ux .common-billboard .h3 {
  font-size: 36px;
  font-size: 2.25rem;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .common-richtext h3,
  #global-ux .common-billboard h3,
  #global-ux .common-richtext .h3,
  #global-ux .common-billboard .h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

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

@media only screen and (max-width: 479px) {
  #global-ux .common-richtext h3,
  #global-ux .common-billboard h3,
  #global-ux .common-richtext .h3,
  #global-ux .common-billboard .h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

#global-ux .common-richtext h4,
#global-ux .common-billboard h4,
#global-ux .common-richtext .h4,
#global-ux .common-billboard .h4 {
  font-size: 30px;
  font-size: 1.875rem;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .common-richtext h4,
  #global-ux .common-billboard h4,
  #global-ux .common-richtext .h4,
  #global-ux .common-billboard .h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

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

@media only screen and (max-width: 479px) {
  #global-ux .common-richtext h4,
  #global-ux .common-billboard h4,
  #global-ux .common-richtext .h4,
  #global-ux .common-billboard .h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#global-ux .common-richtext h5,
#global-ux .common-billboard h5,
#global-ux .common-richtext .h5,
#global-ux .common-billboard .h5 {
  font-size: 24px;
  font-size: 1.5rem;
}

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

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

@media only screen and (max-width: 479px) {
  #global-ux .common-richtext h5,
  #global-ux .common-billboard h5,
  #global-ux .common-richtext .h5,
  #global-ux .common-billboard .h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

#global-ux .common-richtext h6,
#global-ux .common-billboard h6,
#global-ux .common-richtext .h6,
#global-ux .common-billboard .h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .common-richtext h6,
  #global-ux .common-billboard h6,
  #global-ux .common-richtext .h6,
  #global-ux .common-billboard .h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .common-richtext h6,
  #global-ux .common-billboard h6,
  #global-ux .common-richtext .h6,
  #global-ux .common-billboard .h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 479px) {
  #global-ux .common-richtext h6,
  #global-ux .common-billboard h6,
  #global-ux .common-richtext .h6,
  #global-ux .common-billboard .h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

#global-ux .common-richtext p,
#global-ux .common-billboard p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

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

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

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

#global-ux .common-richtext small,
#global-ux .common-billboard small {
  font-size: 12px;
  font-size: .75rem;
}

#global-ux .common-richtext sup.citation,
#global-ux .common-billboard sup.citation {
  color: #2d96cd;
  font-family: "AntennaRE","Antenna","Helvetica","Arial",sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-size: .625rem;
}

.lang_vi #global-ux .common-richtext sup.citation,
.lang_vi #global-ux .common-billboard sup.citation {
  font-family: Helvetica,Arial,Tahoma,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体",sans-serif;
}

#global-ux .common-richtext ul,
#global-ux .common-billboard ul,
#global-ux .common-richtext ol,
#global-ux .common-billboard ol {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 0 20px 22px;
  margin: 0 0 1.25rem 1.375rem;
}

#global-ux .common-richtext ul li,
#global-ux .common-billboard ul li,
#global-ux .common-richtext ol li,
#global-ux .common-billboard ol li {
  color: #616161;
}

#global-ux .common-richtext dl,
#global-ux .common-billboard dl {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

#global-ux .common-richtext .cl-ford-blue,
#global-ux .common-billboard .cl-ford-blue {
  color: #003478;
}

#global-ux .common-richtext .cl-ford-black,
#global-ux .common-billboard .cl-ford-black {
  color: #231f20;
}

#global-ux .common-richtext .cl-cta-blue,
#global-ux .common-billboard .cl-cta-blue {
  color: #2d96cd;
}

#global-ux .common-richtext .cl-dark-blue,
#global-ux .common-billboard .cl-dark-blue {
  color: #1b394e;
}

#global-ux .common-richtext .cl-white,
#global-ux .common-billboard .cl-white {
  color: #fff;
}

#global-ux .common-richtext .cl-cool-grey,
#global-ux .common-billboard .cl-cool-grey {
  color: #75787b;
}

#global-ux .common-richtext .cl-grey,
#global-ux .common-billboard .cl-grey {
  color: #616161;
}

#global-ux .common-richtext .cl-error-red,
#global-ux .common-billboard .cl-error-red {
  color: #f34c32;
}

#global-ux .common-richtext .bg-fold-blue,
#global-ux .common-billboard .bg-fold-blue {
  background-color: #003478;
}

#global-ux .common-richtext .bg-ford-black,
#global-ux .common-billboard .bg-ford-black {
  background-color: #231f20;
}

#global-ux .common-richtext .bg-cta-blue,
#global-ux .common-billboard .bg-cta-blue {
  background-color: #2d96cd;
}

#global-ux .common-richtext .bg-dark-blue,
#global-ux .common-billboard .bg-dark-blue {
  background-color: #1b394e;
}

#global-ux .common-richtext .bg-white,
#global-ux .common-billboard .bg-white {
  background-color: #fff;
}

#global-ux .common-richtext .bg-cool-grey,
#global-ux .common-billboard .bg-cool-grey {
  background-color: #75787b;
}

#global-ux .common-richtext .bg-grey,
#global-ux .common-billboard .bg-grey {
  background-color: #616161;
}

#global-ux .common-richtext .bg-error-red,
#global-ux .common-billboard .bg-error-red {
  background-color: #f34c32;
}

#global-ux .common-richtext .bg-black,
#global-ux .common-billboard .bg-black {
  background-color: #000;
}

#global-ux .common-richtext .font-thin,
#global-ux .common-billboard .font-thin {
  font-weight: 100;
}

#global-ux .common-richtext .font-extra-light,
#global-ux .common-billboard .font-extra-light {
  font-weight: 200;
}

#global-ux .common-richtext .font-light,
#global-ux .common-billboard .font-light {
  font-weight: 300;
}

#global-ux .common-richtext .font-normal,
#global-ux .common-billboard .font-normal {
  font-weight: 400;
}

#global-ux .common-richtext .font-medium,
#global-ux .common-billboard .font-medium {
  font-weight: 500;
}

#global-ux .common-richtext .font-semi-bold,
#global-ux .common-billboard .font-semi-bold {
  font-weight: 600;
}

#global-ux .common-richtext .font-bold,
#global-ux .common-billboard .font-bold {
  font-weight: 700;
}

#global-ux .common-richtext .font-extra-bold,
#global-ux .common-billboard .font-extra-bold {
  font-weight: 800;
}

#global-ux .common-richtext .font-black,
#global-ux .common-billboard .font-black {
  font-weight: 900;
}

#global-ux .common-richtext .align-left,
#global-ux .common-billboard .align-left {
  text-align: left;
}

#global-ux .common-richtext .align-center,
#global-ux .common-billboard .align-center {
  text-align: center;
}

#global-ux .common-richtext .align-right,
#global-ux .common-billboard .align-right {
  text-align: right;
}

#global-ux .common-richtext .align-top,
#global-ux .common-billboard .align-top {
  vertical-align: top;
}

#global-ux .common-richtext .align-middle,
#global-ux .common-billboard .align-middle {
  vertical-align: middle;
}

#global-ux .common-richtext .align-bottom,
#global-ux .common-billboard .align-bottom {
  vertical-align: bottom;
}

#global-ux .common-richtext .text-shadow,
#global-ux .common-billboard .text-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#global-ux .common-richtext .quote,
#global-ux .common-billboard .quote {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  font-weight: 300;
  margin: 0 60px 0 150px;
  margin: 0 3.75rem 0 9.375rem;
}

#global-ux .common-richtext .quote:before,
#global-ux .common-billboard .quote:before,
#global-ux .common-richtext .quote:after,
#global-ux .common-billboard .quote:after {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 8px;
  position: absolute;
}

#global-ux .common-richtext .quote:before,
#global-ux .common-billboard .quote:before {
  content: "\201C";
  margin-left: -28px;
}

#global-ux .common-richtext .quote:after,
#global-ux .common-billboard .quote:after {
  content: "\201D";
}

#global-ux .common-richtext a.cta-button,
#global-ux .common-billboard a.cta-button {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px 40px;
  padding: .75rem 2.5rem;
  min-width: 250px;
  min-width: 15.625rem;
}

#global-ux .common-richtext a.link-chevron,
#global-ux .common-billboard a.link-chevron {
  position: relative;
  display: initial;
  align-items: center;
  text-shadow: none;
  text-decoration: none;
  width: auto;
}

#global-ux .common-richtext a.link-chevron:after,
#global-ux .common-billboard a.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 .common-richtext a.link-chevron:after,
#global-ux .common-billboard a.link-chevron:after {
  display: inline;
  left: auto;
  position: absolute;
  top: 46%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0 8px;
  margin: 0 0 0 .5rem;
}

#global-ux .common-richtext a.link-chevron-back,
#global-ux .common-billboard a.link-chevron-back {
  align-items: center;
  display: inline;
  left: -10px;
  position: relative;
  text-shadow: none;
  text-decoration: none;
  width: auto;
  font-size: 16px;
  font-size: 1rem;
}

#global-ux .common-richtext a.link-chevron-back:before,
#global-ux .common-billboard a.link-chevron-back:before {
  font-family: "FordGUXFont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .common-richtext a.link-chevron-back:before,
#global-ux .common-billboard a.link-chevron-back:before {
  font-size: 30px;
  font-size: 1.875rem;
}

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

#global-ux .common-richtext a.link-chevron-thin:after,
#global-ux .common-billboard a.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 .common-richtext a.link-chevron-thin:after,
#global-ux .common-billboard a.link-chevron-thin:after {
  display: inline;
  margin: 0 0 0 0.25em;
  margin: 0 0 0 4px;
  margin: 0 0 0 .25rem;
}

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

#global-ux .common-richtext a.link-blue-and-bold-new-window:after,
#global-ux .common-billboard a.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 .common-richtext a.link-blue-and-bold-new-window:after,
#global-ux .common-billboard a.link-blue-and-bold-new-window:after {
  display: inline;
  margin: 0 0.5em;
  vertical-align: super;
  font-size: 12px;
  font-size: .75rem;
}

#global-ux .common-richtext a.link-new-window,
#global-ux .common-billboard a.link-new-window {
  text-decoration: none;
}

#global-ux .common-richtext a.link-new-window:after,
#global-ux .common-billboard a.link-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 .common-richtext a.link-new-window:after,
#global-ux .common-billboard a.link-new-window:after {
  color: #b3b3b3;
  display: inline;
  margin: 0 0.5em;
  vertical-align: super;
  font-size: 12px;
  font-size: .75rem;
}

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

#global-ux .common-richtext a.link-print,
#global-ux .common-billboard a.link-print {
  text-decoration: none;
}

#global-ux .common-richtext a.link-print:before,
#global-ux .common-billboard a.link-print:before {
  content: "\e67b";
  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;
  font-size: 28px;
  font-size: 1.75rem;
  margin-right: 14px;
  margin-right: .875rem;
}

#global-ux .common-richtext .richtext-read-more .active-show-more,
#global-ux .common-billboard .richtext-read-more .active-show-more {
  display: inline-block;
}

#global-ux .common-richtext .richtext-read-more .desktop,
#global-ux .common-billboard .richtext-read-more .desktop {
  padding: 0;
}

#global-ux .common-richtext .richtext-read-more .mobile p,
#global-ux .common-billboard .richtext-read-more .mobile p {
  display: block !important;
}

#ref #global-ux .common-richtext h1,
#ref #global-ux .common-billboard h1,
#ref #global-ux .common-richtext .h1,
#ref #global-ux .common-billboard .h1 {
  font-size: 48px;
  font-size: 4.8rem;
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext h1,
  #ref #global-ux .common-billboard h1,
  #ref #global-ux .common-richtext .h1,
  #ref #global-ux .common-billboard .h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext h1,
  #ref #global-ux .common-billboard h1,
  #ref #global-ux .common-richtext .h1,
  #ref #global-ux .common-billboard .h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 479px) {
  #ref #global-ux .common-richtext h1,
  #ref #global-ux .common-billboard h1,
  #ref #global-ux .common-richtext .h1,
  #ref #global-ux .common-billboard .h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}

#ref #global-ux .common-richtext h2,
#ref #global-ux .common-billboard h2,
#ref #global-ux .common-richtext .h2,
#ref #global-ux .common-billboard .h2 {
  font-size: 42px;
  font-size: 4.2rem;
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext h2,
  #ref #global-ux .common-billboard h2,
  #ref #global-ux .common-richtext .h2,
  #ref #global-ux .common-billboard .h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext h2,
  #ref #global-ux .common-billboard h2,
  #ref #global-ux .common-richtext .h2,
  #ref #global-ux .common-billboard .h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 479px) {
  #ref #global-ux .common-richtext h2,
  #ref #global-ux .common-billboard h2,
  #ref #global-ux .common-richtext .h2,
  #ref #global-ux .common-billboard .h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

#ref #global-ux .common-richtext h3,
#ref #global-ux .common-billboard h3,
#ref #global-ux .common-richtext .h3,
#ref #global-ux .common-billboard .h3 {
  font-size: 36px;
  font-size: 3.6rem;
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext h3,
  #ref #global-ux .common-billboard h3,
  #ref #global-ux .common-richtext .h3,
  #ref #global-ux .common-billboard .h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext h3,
  #ref #global-ux .common-billboard h3,
  #ref #global-ux .common-richtext .h3,
  #ref #global-ux .common-billboard .h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 479px) {
  #ref #global-ux .common-richtext h3,
  #ref #global-ux .common-billboard h3,
  #ref #global-ux .common-richtext .h3,
  #ref #global-ux .common-billboard .h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

#ref #global-ux .common-richtext h4,
#ref #global-ux .common-billboard h4,
#ref #global-ux .common-richtext .h4,
#ref #global-ux .common-billboard .h4 {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext h4,
  #ref #global-ux .common-billboard h4,
  #ref #global-ux .common-richtext .h4,
  #ref #global-ux .common-billboard .h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext h4,
  #ref #global-ux .common-billboard h4,
  #ref #global-ux .common-richtext .h4,
  #ref #global-ux .common-billboard .h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 479px) {
  #ref #global-ux .common-richtext h4,
  #ref #global-ux .common-billboard h4,
  #ref #global-ux .common-richtext .h4,
  #ref #global-ux .common-billboard .h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#ref #global-ux .common-richtext h5,
#ref #global-ux .common-billboard h5,
#ref #global-ux .common-richtext .h5,
#ref #global-ux .common-billboard .h5 {
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext h5,
  #ref #global-ux .common-billboard h5,
  #ref #global-ux .common-richtext .h5,
  #ref #global-ux .common-billboard .h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext h5,
  #ref #global-ux .common-billboard h5,
  #ref #global-ux .common-richtext .h5,
  #ref #global-ux .common-billboard .h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 479px) {
  #ref #global-ux .common-richtext h5,
  #ref #global-ux .common-billboard h5,
  #ref #global-ux .common-richtext .h5,
  #ref #global-ux .common-billboard .h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#ref #global-ux .common-richtext h6,
#ref #global-ux .common-billboard h6,
#ref #global-ux .common-richtext .h6,
#ref #global-ux .common-billboard .h6 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext h6,
  #ref #global-ux .common-billboard h6,
  #ref #global-ux .common-richtext .h6,
  #ref #global-ux .common-billboard .h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext h6,
  #ref #global-ux .common-billboard h6,
  #ref #global-ux .common-richtext .h6,
  #ref #global-ux .common-billboard .h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 479px) {
  #ref #global-ux .common-richtext h6,
  #ref #global-ux .common-billboard h6,
  #ref #global-ux .common-richtext .h6,
  #ref #global-ux .common-billboard .h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#ref #global-ux .common-richtext p,
#ref #global-ux .common-billboard p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

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

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

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

#ref #global-ux .common-richtext small,
#ref #global-ux .common-billboard small {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext small,
  #ref #global-ux .common-billboard small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 30.0625em) {
  #ref #global-ux .common-richtext small,
  #ref #global-ux .common-billboard small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 479px) {
  #ref #global-ux .common-richtext small,
  #ref #global-ux .common-billboard small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#ref #global-ux .common-richtext sup.citation,
#ref #global-ux .common-billboard sup.citation {
  font-size: 10px;
  font-size: 1rem;
}

#ref #global-ux .common-richtext ul,
#ref #global-ux .common-billboard ul,
#ref #global-ux .common-richtext ol,
#ref #global-ux .common-billboard ol,
#ref #global-ux .common-richtext dl,
#ref #global-ux .common-billboard dl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

#ref #global-ux .common-richtext .quote,
#ref #global-ux .common-billboard .quote {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 60px 0 150px;
  margin: 0 6rem 0 15rem;
}

#ref #global-ux .common-richtext .quote:before,
#ref #global-ux .common-billboard .quote:before,
#ref #global-ux .common-richtext .quote:after,
#ref #global-ux .common-billboard .quote:after {
  font-size: 40px;
  font-size: 4rem;
  margin-top: 8px;
  margin-top: .8rem;
}

#ref #global-ux .common-richtext .quote:before,
#ref #global-ux .common-billboard .quote:before {
  margin-left: -28px;
  margin-left: -2.8rem;
}

#ref #global-ux .common-richtext a.cta-button,
#ref #global-ux .common-billboard a.cta-button {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 12px 40px;
  padding: 1.2rem 4rem;
  min-width: 250px;
  min-width: 25rem;
}

#ref #global-ux .common-richtext a.link-chevron:after,
#ref #global-ux .common-billboard a.link-chevron:after {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 0 8px;
  margin: 0 0 0 .8rem;
}

#ref #global-ux .common-richtext a.link-blue-and-bold-new-window:after,
#ref #global-ux .common-billboard a.link-blue-and-bold-new-window:after {
  font-size: 12px;
  font-size: 1.2rem;
}

.rtl #global-ux .common-richtext a.link-blue-and-bold-new-window:after,
.rtl #global-ux .common-billboard a.link-blue-and-bold-new-window:after {
  display: inline-block;
}

.rtl.csstransforms #global-ux .richtext .link-chevron-thin:after {
  display: inline-block;
  margin: 0 0.25em 0 0;
  transform: rotate(-180deg);
}

.rtl .richtext-read-more .mobile.show-mob-only p {
  text-align: inherit;
}

.rtl .richtext-read-more .mobile h5 {
  font-size: 34px;
  font-size: 2.125rem;
}

.rtl.lte9 #global-ux .richtext .link-chevron-thin:after {
  font-size: 32px;
  font-size: 2rem;
  display: inline-block;
  margin: 0 0.25em 0 0;
  content: "\e662";
  font-family: "FordGUXFont";
}

#global-ux .common-image .component-content picture {
  display: block;
  margin: 0 auto;
  position: relative;
}

#global-ux .common-image .component-content picture img {
  max-width: 100%;
}

#global-ux .common-image .component-content .image-caption {
  -webkit-transition: background 1s ease 0.1s;
  -moz-transition: background 1s ease 0.1s;
  -ms-transition: background 1s ease 0.1s;
  -o-transition: background 1s ease 0.1s;
  transition: background 1s ease 0.1s;
}

#global-ux .common-image .component-content .image-caption p {
  font-family: "Antenna",Helvetica,Arial,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体",sans-serif;
}

#global-ux .common-image .component-content.zoom picture {
  overflow: hidden;
}

#global-ux .common-image .component-content.zoom picture img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -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);
}

#global-ux .common-image .component-content.zoom picture img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#global-ux .common-image .component-content.border picture {
  border-style: solid;
  border-width: 1px;
}

#global-ux .common-image .component-content.border.bdr-ford-blue picture {
  border-color: #003478;
}

#global-ux .common-image .component-content.border.bdr-cta-blue picture {
  border-color: #2d96cd;
}

#global-ux .common-image .component-content.border.bdr-dark-blue picture {
  border-color: #1b394e;
}

#global-ux .common-image .component-content.border.bdr-text-grey picture {
  border-color: #616161;
}

#global-ux .common-image .component-content.border.bdr-border-grey picture {
  border-color: #dbdbdb;
}

#global-ux .common-image .component-content.border.bdr-ford-black picture {
  border-color: #231f20;
}

#global-ux .common-image .component-content.border.bdr-white picture {
  border-color: #fff;
}

#global-ux .common-image .component-content.border.bdr-cool-grey picture {
  border-color: #75787b;
}

#global-ux .common-image .component-content.border.bdr-error-red picture {
  border-color: #f34c32;
}

#global-ux .common-image .component-content.border.bdr-black picture {
  border-color: #000;
}

#global-ux .common-image .component-content.video picture {
  font-size: 80px;
  font-size: 5rem;
}

#global-ux .common-image .component-content.video 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 .common-image .component-content.video picture:before {
  color: #fff;
  content: "\e632";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

#global-ux .common-image .component-content.caption {
  background: none;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: inherit;
}

#global-ux .common-image .component-content.caption.pos-bottom .image-caption {
  bottom: 0;
  color: #fff;
  left: 0;
  position: absolute;
  padding: 10px;
  padding: .625rem;
}

#global-ux .common-image .component-content.caption.pos-bottom .image-caption.expanded {
  min-height: 44px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#global-ux .common-image .component-content.caption.pos-bottom .image-caption.expanded>p {
  margin-bottom: 0;
}

#global-ux .common-image .component-content.caption.pos-bottom .image-caption.expanded .expand-wrap {
  display: none;
}

#global-ux .common-image .component-content.caption.pos-bottom .image-caption.expanded.expanded-hover {
  min-height: initial;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#global-ux .common-image .component-content.caption.pos-bottom .image-caption.expanded.expanded-hover>p {
  margin-bottom: 10px;
}

#global-ux .common-image .component-content.caption.pos-bottom .image-caption.expanded.expanded-hover .expand-wrap {
  display: block;
}

#global-ux .common-image .component-content.caption.pos-bottom.icon-chevron:before,
#global-ux .common-image .component-content.caption.pos-bottom.icon-play:before,
#global-ux .common-image .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture.component-content.caption.pos-bottom:before,
#global-ux .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a .common-image picture.component-content.caption.pos-bottom:before,
#global-ux .common-image .image .video-link-overlay picture.component-content.caption.pos-bottom:before,
#global-ux .image .video-link-overlay .common-image picture.component-content.caption.pos-bottom:before,
#global-ux .common-image .image .link-overlay-video picture.component-content.caption.pos-bottom:before,
#global-ux .image .link-overlay-video .common-image picture.component-content.caption.pos-bottom:before,
#global-ux .common-image .brightcove .brightcove-player .start-image a picture.component-content.caption.pos-bottom:before,
#global-ux .brightcove .brightcove-player .start-image a .common-image picture.component-content.caption.pos-bottom:before,
#global-ux .common-image .brightcove .brightcove-player .end-image a picture.component-content.caption.pos-bottom:before,
#global-ux .brightcove .brightcove-player .end-image a .common-image picture.component-content.caption.pos-bottom:before,
#global-ux .common-image .liveStreamVideo .livestreamvideo-player .start-image a picture.component-content.caption.pos-bottom:before,
#global-ux .liveStreamVideo .livestreamvideo-player .start-image a .common-image picture.component-content.caption.pos-bottom:before,
#global-ux .common-image .liveStreamVideo .livestreamvideo-player .end-image a picture.component-content.caption.pos-bottom:before,
#global-ux .liveStreamVideo .livestreamvideo-player .end-image a .common-image picture.component-content.caption.pos-bottom:before,
#global-ux .common-image .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture.component-content.caption.pos-bottom:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a .common-image picture.component-content.caption.pos-bottom:before {
  content: "";
}

#global-ux .common-image .component-content.caption.pos-bottom.icon-chevron:after,
#global-ux .common-image .component-content.caption.pos-bottom.icon-play:after {
  content: "";
}

#global-ux .common-image .component-content.caption.pos-bottom.icon-chevron .image-caption>p,
#global-ux .common-image .component-content.caption.pos-bottom.icon-play .image-caption>p {
  position: relative;
}

#global-ux .common-image .component-content.caption.pos-bottom.icon-chevron .image-caption>p:after,
#global-ux .common-image .component-content.caption.pos-bottom.icon-play .image-caption>p:after {
  font-family: "FordGUXFont";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -13px 0 0 0;
  margin: -.8125rem 0 0 0;
  font-size: 26px;
  font-size: 1.625rem;
}

#global-ux .common-image .component-content.caption.pos-bottom.cap-align-left .image-caption {
  text-align: left;
}

#global-ux .common-image .component-content.caption.pos-bottom.cap-align-left .image-caption p:after {
  margin: -13px 0 0 10px;
  margin: -.8125rem 0 0 .625rem;
}

#global-ux .common-image .component-content.caption.pos-bottom.cap-align-center .image-caption {
  text-align: center;
}

#global-ux .common-image .component-content.caption.pos-bottom.cap-align-center .image-caption p:after {
  position: relative;
  margin: 0 0 0 10px;
  margin: 0 0 0 .625rem;
}

#global-ux .common-image .component-content.caption.pos-bottom.icon-chevron .image-caption>p:after {
  font-family: "FordGUXFont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .common-image .component-content.caption.pos-bottom.icon-chevron .image-caption>p:after {
  border: 1px solid #fff;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#global-ux .common-image .component-content.caption.pos-bottom.icon-play .image-caption>p:after {
  font-family: "FordGUXFont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .common-image .component-content.caption.pos-bottom.icon-play .image-caption>p:after {
  border: 0 !important;
}

#global-ux .common-image .component-content.caption.pos-bottom.link-overlay-video picture:before,
#global-ux .common-image .component-content.caption.pos-bottom.link-overlay-video picture:after {
  content: "";
}

#global-ux .common-image .component-content.caption.pos-bottom.link-overlay-video .image-caption p:before {
  content: "" !important;
}

#global-ux .common-image .component-content.caption.pos-bottom.with-icon-video picture {
  font-size: 80px;
  font-size: 5rem;
}

#global-ux .common-image .component-content.caption.pos-bottom.with-icon-video 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 .common-image .component-content.caption.pos-bottom.with-icon-video picture:before {
  content: "\e632" !important;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

#global-ux .common-image .component-content.caption.pos-blockout .image-caption {
  color: #fff;
  height: 100%;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
}

#global-ux .common-image .component-content.caption.pos-blockout .image-caption p {
  padding: 0 3%;
  text-align: center;
  top: auto;
  -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 .common-image .component-content.caption.pos-blockout .image-caption p:before {
  content: "";
}

#global-ux .common-image .component-content.caption.pos-blockout.icon-chevron:before,
#global-ux .common-image .component-content.caption.pos-blockout.icon-play:before,
#global-ux .common-image .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture.component-content.caption.pos-blockout:before,
#global-ux .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a .common-image picture.component-content.caption.pos-blockout:before,
#global-ux .common-image .image .video-link-overlay picture.component-content.caption.pos-blockout:before,
#global-ux .image .video-link-overlay .common-image picture.component-content.caption.pos-blockout:before,
#global-ux .common-image .image .link-overlay-video picture.component-content.caption.pos-blockout:before,
#global-ux .image .link-overlay-video .common-image picture.component-content.caption.pos-blockout:before,
#global-ux .common-image .brightcove .brightcove-player .start-image a picture.component-content.caption.pos-blockout:before,
#global-ux .brightcove .brightcove-player .start-image a .common-image picture.component-content.caption.pos-blockout:before,
#global-ux .common-image .brightcove .brightcove-player .end-image a picture.component-content.caption.pos-blockout:before,
#global-ux .brightcove .brightcove-player .end-image a .common-image picture.component-content.caption.pos-blockout:before,
#global-ux .common-image .liveStreamVideo .livestreamvideo-player .start-image a picture.component-content.caption.pos-blockout:before,
#global-ux .liveStreamVideo .livestreamvideo-player .start-image a .common-image picture.component-content.caption.pos-blockout:before,
#global-ux .common-image .liveStreamVideo .livestreamvideo-player .end-image a picture.component-content.caption.pos-blockout:before,
#global-ux .liveStreamVideo .livestreamvideo-player .end-image a .common-image picture.component-content.caption.pos-blockout:before,
#global-ux .common-image .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture.component-content.caption.pos-blockout:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a .common-image picture.component-content.caption.pos-blockout:before {
  content: "";
}

#global-ux .common-image .component-content.caption.pos-blockout.icon-chevron:after,
#global-ux .common-image .component-content.caption.pos-blockout.icon-play:after {
  content: "";
}

#global-ux .common-image .component-content.caption.pos-blockout.icon-chevron .image-caption p,
#global-ux .common-image .component-content.caption.pos-blockout.icon-play .image-caption p {
  position: relative;
}

#global-ux .common-image .component-content.caption.pos-blockout.icon-chevron .image-caption p:after,
#global-ux .common-image .component-content.caption.pos-blockout.icon-play .image-caption p:after {
  font-family: "FordGUXFont";
  position: relative;
  right: 0;
  font-size: 26px;
  font-size: 1.625rem;
}

#global-ux .common-image .component-content.caption.pos-blockout.icon-chevron .image-caption p:after {
  font-family: "FordGUXFont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .common-image .component-content.caption.pos-blockout.icon-chevron .image-caption p:after {
  display: inline-block;
}

#global-ux .common-image .component-content.caption.pos-blockout.icon-play .image-caption p:after {
  font-family: "FordGUXFont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .common-image .component-content.caption.pos-blockout.icon-play .image-caption p:after {
  border: 0 !important;
  top: -1px;
  margin-left: 10px;
  margin-left: .625rem;
}

#global-ux .common-image .component-content.caption.pos-bottom .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout .image-caption {
  display: block;
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-ford-blue .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-ford-blue .image-caption {
  color: #fff;
  background-color: rgba(0,52,120,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-ford-blue .image-caption:hover,
#global-ux .common-image .component-content.caption.pos-blockout.bg-ford-blue .image-caption:hover {
  background-color: rgba(0,52,120,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-cta-blue .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-cta-blue .image-caption {
  color: #fff;
  background-color: rgba(45,150,205,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-cta-blue .image-caption:hover,
#global-ux .common-image .component-content.caption.pos-blockout.bg-cta-blue .image-caption:hover {
  background-color: rgba(45,150,205,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-dark-blue .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-dark-blue .image-caption {
  color: #fff;
  background-color: rgba(27,57,78,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-dark-blue .image-caption:hover,
#global-ux .common-image .component-content.caption.pos-blockout.bg-dark-blue .image-caption:hover {
  background-color: rgba(27,57,78,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-text-grey .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-text-grey .image-caption {
  color: #fff;
  background-color: rgba(97,97,97,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-text-grey .image-caption:hover,
#global-ux .common-image .component-content.caption.pos-blockout.bg-text-grey .image-caption:hover {
  background-color: rgba(97,97,97,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-border-grey .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-border-grey .image-caption {
  color: #fff;
  background-color: rgba(219,219,219,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-border-grey .image-caption:hover,
#global-ux .common-image .component-content.caption.pos-blockout.bg-border-grey .image-caption:hover {
  background-color: rgba(219,219,219,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-ford-black .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-ford-black .image-caption {
  color: #fff;
  background-color: rgba(35,31,32,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-ford-black .image-caption:hover,
#global-ux .common-image .component-content.caption.pos-blockout.bg-ford-black .image-caption:hover {
  background-color: rgba(35,31,32,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-white .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-white .image-caption {
  color: #231f20;
  background-color: rgba(255,255,255,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-white .image-caption:hover,
#global-ux .common-image .component-content.caption.pos-blockout.bg-white .image-caption:hover {
  background-color: rgba(255,255,255,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-cool-grey .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-cool-grey .image-caption {
  color: #fff;
  background-color: rgba(117,120,123,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-cool-grey .image-caption:hover,
#global-ux .common-image .component-content.caption.pos-blockout.bg-cool-grey .image-caption:hover {
  background-color: rgba(117,120,123,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-error-red .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-error-red .image-caption {
  color: #fff;
  background-color: rgba(243,76,50,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-error-red .image-caption:hover,
#global-ux .common-image .component-content.caption.pos-blockout.bg-error-red .image-caption:hover {
  background-color: rgba(243,76,50,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-black .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-black .image-caption {
  color: #fff;
  background-color: rgba(0,0,0,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-black .image-caption:hover,
#global-ux .common-image .component-content.caption.pos-blockout.bg-black .image-caption:hover {
  background-color: rgba(0,0,0,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-ford-blue>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-ford-blue>a .image-caption {
  color: #fff;
  background-color: rgba(0,52,120,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-ford-blue>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-ford-blue>a:hover .image-caption {
  background-color: rgba(0,52,120,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-cta-blue>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-cta-blue>a .image-caption {
  color: #fff;
  background-color: rgba(45,150,205,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-cta-blue>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-cta-blue>a:hover .image-caption {
  background-color: rgba(45,150,205,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-dark-blue>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-dark-blue>a .image-caption {
  color: #fff;
  background-color: rgba(27,57,78,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-dark-blue>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-dark-blue>a:hover .image-caption {
  background-color: rgba(27,57,78,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-text-grey>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-text-grey>a .image-caption {
  color: #fff;
  background-color: rgba(97,97,97,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-text-grey>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-text-grey>a:hover .image-caption {
  background-color: rgba(97,97,97,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-border-grey>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-border-grey>a .image-caption {
  color: #fff;
  background-color: rgba(219,219,219,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-border-grey>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-border-grey>a:hover .image-caption {
  background-color: rgba(219,219,219,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-ford-black>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-ford-black>a .image-caption {
  color: #fff;
  background-color: rgba(35,31,32,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-ford-black>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-ford-black>a:hover .image-caption {
  background-color: rgba(35,31,32,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-white>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-white>a .image-caption {
  color: #231f20;
  background-color: rgba(255,255,255,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-white>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-white>a:hover .image-caption {
  background-color: rgba(255,255,255,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-cool-grey>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-cool-grey>a .image-caption {
  color: #fff;
  background-color: rgba(117,120,123,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-cool-grey>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-cool-grey>a:hover .image-caption {
  background-color: rgba(117,120,123,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-error-red>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-error-red>a .image-caption {
  color: #fff;
  background-color: rgba(243,76,50,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-error-red>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-error-red>a:hover .image-caption {
  background-color: rgba(243,76,50,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-black>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-black>a .image-caption {
  color: #fff;
  background-color: rgba(0,0,0,0.6);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-black>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-black>a:hover .image-caption {
  background-color: rgba(0,0,0,0.8);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-ford-blue>a .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-cta-blue>a .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-dark-blue>a .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-text-grey>a .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-border-grey>a .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-ford-black>a .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-white>a .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-cool-grey>a .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-error-red>a .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-black>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-ford-blue>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-cta-blue>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-dark-blue>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-text-grey>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-border-grey>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-ford-black>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-white>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-cool-grey>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-error-red>a .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-black>a .image-caption {
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

#global-ux .common-image .component-content.caption.pos-bottom.bg-ford-blue>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-cta-blue>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-dark-blue>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-text-grey>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-border-grey>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-ford-black>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-white>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-cool-grey>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-error-red>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-bottom.bg-black>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-ford-blue>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-cta-blue>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-dark-blue>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-text-grey>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-border-grey>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-ford-black>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-white>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-cool-grey>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-error-red>a:hover .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout.bg-black>a:hover .image-caption {
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

#global-ux .common-image .component-content.caption.pos-bottom picture,
#global-ux .common-image .component-content.caption.pos-blockout picture {
  z-index: 1;
}

#global-ux .common-image .component-content.caption.pos-bottom .image-caption,
#global-ux .common-image .component-content.caption.pos-blockout .image-caption {
  width: 100%;
  z-index: 2;
}

#global-ux .common-image .component-content.caption.pos-bottom .image-caption p,
#global-ux .common-image .component-content.caption.pos-blockout .image-caption p {
  color: inherit;
}

#global-ux .common-image .component-content.caption.pos-bottom .image-caption p:last-child,
#global-ux .common-image .component-content.caption.pos-blockout .image-caption p:last-child {
  margin: 0;
}

#global-ux .common-image .component-content.caption.pos-below {
  height: auto !important;
}

#global-ux .common-image .component-content.caption.pos-below .image-caption {
  padding: 10px 0;
  padding: .625rem 0;
}

#global-ux .common-image .component-content.caption.pos-below .image-caption p {
  color: #616161;
}

#global-ux .common-image .component-content.caption.pos-below .image-caption p:last-child {
  margin: 0;
}

#global-ux .common-image .component-content.caption.pos-below.icon-chevron:before,
#global-ux .common-image .component-content.caption.pos-below.icon-play:before,
#global-ux .common-image .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture.component-content.caption.pos-below:before,
#global-ux .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a .common-image picture.component-content.caption.pos-below:before,
#global-ux .common-image .image .video-link-overlay picture.component-content.caption.pos-below:before,
#global-ux .image .video-link-overlay .common-image picture.component-content.caption.pos-below:before,
#global-ux .common-image .image .link-overlay-video picture.component-content.caption.pos-below:before,
#global-ux .image .link-overlay-video .common-image picture.component-content.caption.pos-below:before,
#global-ux .common-image .brightcove .brightcove-player .start-image a picture.component-content.caption.pos-below:before,
#global-ux .brightcove .brightcove-player .start-image a .common-image picture.component-content.caption.pos-below:before,
#global-ux .common-image .brightcove .brightcove-player .end-image a picture.component-content.caption.pos-below:before,
#global-ux .brightcove .brightcove-player .end-image a .common-image picture.component-content.caption.pos-below:before,
#global-ux .common-image .liveStreamVideo .livestreamvideo-player .start-image a picture.component-content.caption.pos-below:before,
#global-ux .liveStreamVideo .livestreamvideo-player .start-image a .common-image picture.component-content.caption.pos-below:before,
#global-ux .common-image .liveStreamVideo .livestreamvideo-player .end-image a picture.component-content.caption.pos-below:before,
#global-ux .liveStreamVideo .livestreamvideo-player .end-image a .common-image picture.component-content.caption.pos-below:before,
#global-ux .common-image .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture.component-content.caption.pos-below:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a .common-image picture.component-content.caption.pos-below:before {
  content: "";
}

#global-ux .common-image .component-content.caption.pos-below.icon-chevron:after,
#global-ux .common-image .component-content.caption.pos-below.icon-play:after {
  content: "";
}

#global-ux .common-image .component-content.caption.pos-below.icon-chevron .image-caption p,
#global-ux .common-image .component-content.caption.pos-below.icon-play .image-caption p {
  position: relative;
}

#global-ux .common-image .component-content.caption.pos-below.icon-chevron .image-caption p:after,
#global-ux .common-image .component-content.caption.pos-below.icon-play .image-caption p:after {
  font-family: "FordGUXFont";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -13px 0 0 0;
  margin: -.8125rem 0 0 0;
  font-size: 26px;
  font-size: 1.625rem;
}

#global-ux .common-image .component-content.caption.pos-below.icon-chevron .image-caption p:after {
  font-family: "FordGUXFont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .common-image .component-content.caption.pos-below.icon-chevron .image-caption p:after {
  border: 1px solid #616161;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#global-ux .common-image .component-content.caption.pos-below.icon-play .image-caption p:after {
  font-family: "FordGUXFont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .common-image .component-content.caption.pos-below.icon-play .image-caption p:after {
  border: 0 !important;
}

#global-ux .common-image .component-content.caption.pos-below.cap-align-left .image-caption {
  text-align: left;
}

#global-ux .common-image .component-content.caption.pos-below.cap-align-center .image-caption {
  text-align: center;
}

#global-ux .common-image .component-content.caption.pos-below.cap-align-center .image-caption p:after {
  position: relative;
  margin: 0 0 0 10px;
  margin: 0 0 0 .625rem;
}

#global-ux .common-image .component-content.caption.pos-below.bg-ford-blue .image-caption,
#global-ux .common-image .component-content.caption.pos-below.bg-cta-blue .image-caption,
#global-ux .common-image .component-content.caption.pos-below.bg-dark-blue .image-caption,
#global-ux .common-image .component-content.caption.pos-below.bg-text-grey .image-caption,
#global-ux .common-image .component-content.caption.pos-below.bg-border-grey .image-caption,
#global-ux .common-image .component-content.caption.pos-below.bg-ford-black .image-caption,
#global-ux .common-image .component-content.caption.pos-below.bg-white .image-caption,
#global-ux .common-image .component-content.caption.pos-below.bg-cool-grey .image-caption,
#global-ux .common-image .component-content.caption.pos-below.bg-error-red .image-caption,
#global-ux .common-image .component-content.caption.pos-below.bg-black .image-caption {
  padding: 10px;
  padding: .625rem;
}

#global-ux .common-image .component-content.caption.pos-below.bg-ford-blue .image-caption {
  color: #fff;
  background-color: #003478;
}

#global-ux .common-image .component-content.caption.pos-below.bg-ford-blue .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-ford-blue .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-cta-blue .image-caption {
  color: #fff;
  background-color: #2d96cd;
}

#global-ux .common-image .component-content.caption.pos-below.bg-cta-blue .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-cta-blue .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-dark-blue .image-caption {
  color: #fff;
  background-color: #1b394e;
}

#global-ux .common-image .component-content.caption.pos-below.bg-dark-blue .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-dark-blue .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-text-grey .image-caption {
  color: #fff;
  background-color: #616161;
}

#global-ux .common-image .component-content.caption.pos-below.bg-text-grey .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-text-grey .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-border-grey .image-caption {
  color: #fff;
  background-color: #dbdbdb;
}

#global-ux .common-image .component-content.caption.pos-below.bg-border-grey .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-border-grey .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-ford-black .image-caption {
  color: #fff;
  background-color: #231f20;
}

#global-ux .common-image .component-content.caption.pos-below.bg-ford-black .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-ford-black .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-white .image-caption {
  color: #231f20;
  background-color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-white .image-caption p {
  color: #231f20;
}

#global-ux .common-image .component-content.caption.pos-below.bg-white .image-caption p:after {
  border: 1px solid #231f20;
}

#global-ux .common-image .component-content.caption.pos-below.bg-cool-grey .image-caption {
  color: #fff;
  background-color: #75787b;
}

#global-ux .common-image .component-content.caption.pos-below.bg-cool-grey .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-cool-grey .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-error-red .image-caption {
  color: #fff;
  background-color: rgba(243,76,50,0.6);
}

#global-ux .common-image .component-content.caption.pos-below.bg-error-red .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-error-red .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-black .image-caption {
  color: #fff;
  background-color: rgba(0,0,0,0.6);
}

#global-ux .common-image .component-content.caption.pos-below.bg-black .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-black .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-ford-blue>a .image-caption {
  color: #fff;
  background-color: #003478;
}

#global-ux .common-image .component-content.caption.pos-below.bg-ford-blue>a .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-ford-blue>a .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-cta-blue>a .image-caption {
  color: #fff;
  background-color: #2d96cd;
}

#global-ux .common-image .component-content.caption.pos-below.bg-cta-blue>a .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-cta-blue>a .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-dark-blue>a .image-caption {
  color: #fff;
  background-color: #1b394e;
}

#global-ux .common-image .component-content.caption.pos-below.bg-dark-blue>a .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-dark-blue>a .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-text-grey>a .image-caption {
  color: #fff;
  background-color: #616161;
}

#global-ux .common-image .component-content.caption.pos-below.bg-text-grey>a .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-text-grey>a .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-border-grey>a .image-caption {
  color: #fff;
  background-color: #dbdbdb;
}

#global-ux .common-image .component-content.caption.pos-below.bg-border-grey>a .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-border-grey>a .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-ford-black>a .image-caption {
  color: #fff;
  background-color: #231f20;
}

#global-ux .common-image .component-content.caption.pos-below.bg-ford-black>a .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-ford-black>a .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-white>a .image-caption {
  color: #231f20;
  background-color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-white>a .image-caption p {
  color: #231f20;
}

#global-ux .common-image .component-content.caption.pos-below.bg-white>a .image-caption p:after {
  border: 1px solid #231f20;
}

#global-ux .common-image .component-content.caption.pos-below.bg-cool-grey>a .image-caption {
  color: #fff;
  background-color: #75787b;
}

#global-ux .common-image .component-content.caption.pos-below.bg-cool-grey>a .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-cool-grey>a .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-error-red>a .image-caption {
  color: #fff;
  background-color: #f34c32;
}

#global-ux .common-image .component-content.caption.pos-below.bg-error-red>a .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-error-red>a .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-black>a .image-caption {
  color: #fff;
  background-color: rgba(0,0,0,0.6);
}

#global-ux .common-image .component-content.caption.pos-below.bg-black>a .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.caption.pos-below.bg-black>a .image-caption p:after {
  border: 1px solid #fff;
}

#global-ux .common-image .component-content.caption.pos-none .image-caption {
  display: none;
}

#global-ux .common-image .component-content.with-icon-video picture {
  font-size: 80px;
  font-size: 5rem;
}

#global-ux .common-image .component-content.with-icon-video 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 .common-image .component-content.with-icon-video picture:before {
  color: #fff;
  content: "\e632";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

#global-ux .common-image .component-content.image-swap picture {
  visibility: visible;
  z-index: 1;
}

#global-ux .common-image .component-content.image-swap .overlay-wrap {
  left: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transform: scale(0.7);
  transform: scale(0);
}

#global-ux .common-image .component-content.image-swap:hover picture {
  visibility: hidden;
}

#global-ux .common-image .component-content.image-swap:hover .overlay-wrap {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#global-ux .common-image .component-content.gif-swap picture {
  visibility: visible;
  z-index: 1;
  -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;
}

#global-ux .common-image .component-content.gif-swap .overlay-wrap {
  left: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -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;
}

#global-ux .common-image .component-content.gif-swap .overlay-wrap img {
  width: 100% !important;
}

#global-ux .common-image .component-content.gif-swap:hover picture {
  visibility: hidden;
  -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;
}

#global-ux .common-image .component-content.gif-swap:hover .overlay-wrap {
  visibility: visible;
  -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;
}

#global-ux .common-image .component-content.gif-swap:hover .overlay-wrap img {
  width: 100% !important;
}

#global-ux .common-image .component-content.transparent-swap.pos-center picture {
  z-index: 1;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.icon-chevron:before,
#global-ux .common-image .component-content.transparent-swap.pos-center.icon-play:before,
#global-ux .common-image .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture.component-content.transparent-swap.pos-center:before,
#global-ux .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a .common-image picture.component-content.transparent-swap.pos-center:before,
#global-ux .common-image .image .video-link-overlay picture.component-content.transparent-swap.pos-center:before,
#global-ux .image .video-link-overlay .common-image picture.component-content.transparent-swap.pos-center:before,
#global-ux .common-image .image .link-overlay-video picture.component-content.transparent-swap.pos-center:before,
#global-ux .image .link-overlay-video .common-image picture.component-content.transparent-swap.pos-center:before,
#global-ux .common-image .brightcove .brightcove-player .start-image a picture.component-content.transparent-swap.pos-center:before,
#global-ux .brightcove .brightcove-player .start-image a .common-image picture.component-content.transparent-swap.pos-center:before,
#global-ux .common-image .brightcove .brightcove-player .end-image a picture.component-content.transparent-swap.pos-center:before,
#global-ux .brightcove .brightcove-player .end-image a .common-image picture.component-content.transparent-swap.pos-center:before,
#global-ux .common-image .liveStreamVideo .livestreamvideo-player .start-image a picture.component-content.transparent-swap.pos-center:before,
#global-ux .liveStreamVideo .livestreamvideo-player .start-image a .common-image picture.component-content.transparent-swap.pos-center:before,
#global-ux .common-image .liveStreamVideo .livestreamvideo-player .end-image a picture.component-content.transparent-swap.pos-center:before,
#global-ux .liveStreamVideo .livestreamvideo-player .end-image a .common-image picture.component-content.transparent-swap.pos-center:before,
#global-ux .common-image .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture.component-content.transparent-swap.pos-center:before,
#global-ux .accessoriesTile .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a .common-image picture.component-content.transparent-swap.pos-center:before {
  content: "";
}

#global-ux .common-image .component-content.transparent-swap.pos-center.icon-chevron:after,
#global-ux .common-image .component-content.transparent-swap.pos-center.icon-play:after {
  content: "";
}

#global-ux .common-image .component-content.transparent-swap.pos-center.icon-chevron .image-caption>p,
#global-ux .common-image .component-content.transparent-swap.pos-center.icon-play .image-caption>p {
  margin: 0;
  position: relative;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.icon-chevron .image-caption>p:after,
#global-ux .common-image .component-content.transparent-swap.pos-center.icon-play .image-caption>p:after {
  font-family: "FordGUXFont";
  position: absolute;
  top: 50%;
  margin: -13px 0 0 0;
  margin: -.8125rem 0 0 0;
  font-size: 26px;
  font-size: 1.625rem;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.icon-chevron .image-caption>p:after {
  font-family: "FordGUXFont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.icon-chevron .image-caption>p:after {
  border: 1px solid #fff;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.icon-play .image-caption>p:after {
  font-family: "FordGUXFont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.icon-play .image-caption>p:after {
  border: 0 !important;
}

#global-ux .common-image .component-content.transparent-swap.pos-center .image-caption {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  padding: 10px;
  padding: .625rem;
}

#global-ux .common-image .component-content.transparent-swap.pos-center .image-caption p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#global-ux .common-image .component-content.transparent-swap.pos-center.cap-align-left .image-caption>p {
  text-align: left;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.cap-align-left .image-caption>p:after {
  right: 0;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.cap-align-center .image-caption>p {
  left: -10px;
  text-align: center;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.cap-align-center .image-caption>p:after {
  margin-left: 10px;
  right: auto;
}

#global-ux .common-image .component-content.transparent-swap.pos-center:hover .image-caption {
  opacity: 1 !important;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.bg-ford-blue .image-caption {
  background: url(/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/ie/bg-ford-blue-06.png) repeat;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.bg-cta-blue .image-caption {
  background: url(/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/ie/bg-cta-blue-06.png) repeat;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.bg-dark-blue .image-caption {
  background: url(/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/ie/bg-dark-blue-06.png) repeat;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.bg-text-grey .image-caption {
  background: url(/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/ie/bg-text-grey-06.png) repeat;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.bg-border-grey .image-caption {
  background: url(/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/ie/bg-border-grey-06.png) repeat;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.bg-ford-black .image-caption {
  background: url(/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/ie/bg-ford-black-06.png) repeat;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.bg-white .image-caption {
  background: url(/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/ie/bg-white-06.png) repeat;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.bg-cool-grey .image-caption {
  background: url(/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/ie/bg-cool-grey-06.png) repeat;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.bg-error-red .image-caption {
  background: url(/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/ie/bg-error-red-06.png) repeat;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.bg-black .image-caption {
  background: url(/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/ie/bg-black-06.png) repeat;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.bg-ford-blue .image-caption p,
#global-ux .common-image .component-content.transparent-swap.pos-center.bg-cta-blue .image-caption p,
#global-ux .common-image .component-content.transparent-swap.pos-center.bg-dark-blue .image-caption p,
#global-ux .common-image .component-content.transparent-swap.pos-center.bg-text-grey .image-caption p,
#global-ux .common-image .component-content.transparent-swap.pos-center.bg-border-grey .image-caption p,
#global-ux .common-image .component-content.transparent-swap.pos-center.bg-ford-black .image-caption p,
#global-ux .common-image .component-content.transparent-swap.pos-center.bg-cool-grey .image-caption p,
#global-ux .common-image .component-content.transparent-swap.pos-center.bg-error-red .image-caption p,
#global-ux .common-image .component-content.transparent-swap.pos-center.bg-black .image-caption p {
  color: #fff;
}

#global-ux .common-image .component-content.transparent-swap.pos-center.bg-white .image-caption p {
  color: #231f20;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #global-ux .common-image .component-content picture img {
    width: 100%;
  }

  #global-ux .common-image .component-content.is-small picture img {
    width: auto;
  }
}

@media only screen and (max-width: 479px) {
  #global-ux .common-image .component-content {
    text-align: initial !important;
  }

  #global-ux .common-image .component-content picture img {
    width: 100% !important;
  }

  #global-ux .common-image .component-content.is-small picture {
    text-align: center;
  }

  #global-ux .common-image .component-content.is-small picture img {
    width: inherit !important;
  }
}

#global-ux .common-image.align-left .component-content,
#global-ux .common-image.align-center .component-content,
#global-ux .common-image.align-right .component-content {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

#global-ux .common-image.align-left {
  text-align: left;
}

#global-ux .common-image.align-center {
  text-align: center;
}

#global-ux .common-image.align-right {
  text-align: right;
}

#global-ux .common-image.size-fill .component-content {
  height: auto !important;
  text-align: left;
  width: 100% !important;
}

#global-ux .common-image.size-fill .component-content img {
  width: 100% !important;
}

#global-ux .common-image.size-auto .component-content {
  height: auto !important;
  text-align: left;
  width: auto !important;
}

#global-ux .common-image.size-auto .component-content img {
  width: auto !important;
}

@media only screen and (max-width: 479px) {
  #global-ux .common-image.size-auto .component-content {
    width: 100% !important;
  }

  #global-ux .common-image.size-auto .component-content img {
    width: 100% !important;
  }
}

#global-ux .image.section.align-inline {
  display: inline-block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #global-ux .common-image.size-auto .component-content {
    width: 100% !important;
  }

  #global-ux .common-image.size-auto .component-content img {
    display: block;
    margin: 0 auto;
  }

  #global-ux .common-image.align-right {
    float: right;
  }

  #global-ux .common-image.align-left {
    float: left;
    width: 100%;
  }
}

#ref #global-ux .common-image .component-content.video picture {
  font-size: 80px;
  font-size: 8rem;
}

#ref #global-ux .common-image .component-content.caption.pos-bottom .image-caption {
  padding: 10px;
  padding: 1rem;
}

#ref #global-ux .common-image .component-content.caption.pos-bottom.icon-chevron .image-caption p:before,
#ref #global-ux .common-image .component-content.caption.pos-bottom.icon-play .image-caption p:before {
  margin: -13px 0 0 0;
  margin: -1.3rem 0 0 0;
  font-size: 26px;
  font-size: 2.6rem;
}

#ref #global-ux .common-image .component-content.caption.pos-blockout .image-caption {
  padding: 10px;
  padding: 1rem;
}

#ref #global-ux .common-image .component-content.caption.pos-below .image-caption {
  padding: 10px 0;
  padding: 1rem 0;
}

#ref #global-ux .common-image .component-content.caption.pos-below.bg-ford-blue .image-caption,
#ref #global-ux .common-image .component-content.caption.pos-below.bg-cta-blue .image-caption,
#ref #global-ux .common-image .component-content.caption.pos-below.bg-dark-blue .image-caption,
#ref #global-ux .common-image .component-content.caption.pos-below.bg-text-grey .image-caption,
#ref #global-ux .common-image .component-content.caption.pos-below.bg-border-grey .image-caption,
#ref #global-ux .common-image .component-content.caption.pos-below.bg-ford-black .image-caption,
#ref #global-ux .common-image .component-content.caption.pos-below.bg-white .image-caption,
#ref #global-ux .common-image .component-content.caption.pos-below.bg-cool-grey .image-caption,
#ref #global-ux .common-image .component-content.caption.pos-below.bg-error-red .image-caption,
#ref #global-ux .common-image .component-content.caption.pos-below.bg-black .image-caption {
  padding: 10px;
  padding: 1rem;
}

.ie9 #global-ux .common-image .component-content.caption.pos-bottom .image-caption p {
  top: 4px;
  -moz-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

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

.rtl #global-ux .common-image .component-content .common-richtext p,
.rtl #global-ux .common-image .component-content .common-billboard p {
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (min-width: 30.0625em) {
  .rtl #global-ux .common-image .component-content .common-richtext p,
  .rtl #global-ux .common-image .component-content .common-billboard p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.rtl #global-ux .common-image .component-content.caption.pos-bottom.icon-play .image-caption p:before {
  right: auto;
  left: 0;
  content: "\e662";
}

.rtl #global-ux .common-image .component-content.caption.pos-bottom.icon-play .image-caption p:before {
  content: "\e627";
}

#global-ux .section.splitter.sticky.stickIt {
  left: 50%;
  position: fixed;
  top: 0;
  z-index: 9999;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  width: 90rem;
}

@media only screen and (max-width: 479px) {
  #global-ux .section.splitter.sticky.stickIt {
    width: 100%;
  }
}

#global-ux .common-splitter .align-top {
  top: 0;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#global-ux .common-splitter .align-middle {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#global-ux .common-splitter .align-bottom {
  top: 100%;
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

#global-ux .common-splitter .no-padding .splitter-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#global-ux .common-splitter .splitter-column .common-mediaCarouselItem.kba-item h3 {
  border-bottom: none;
}

#global-ux .common-splitter.with-imgcap-below .splitter-box-wrap:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .common-splitter.with-imgcap-below .splitter-box-wrap .splitter-column.align-middle {
  top: 0 !important;
  transform: translateY(0);
}

#global-ux .common-splitter.with-pagination .splitter-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#global-ux .common-splitter.with-pagination .splitter-column:first-child .navigationTile {
  border-right: 1px solid #d7d7d7;
}

#global-ux .common-splitter.with-pagination .navigationTile {
  border-top: 1px solid #d7d7d7;
}

#global-ux .common-splitter.with-pagination .navigationTile .pagination-left .pagination-text-container {
  text-align: left;
  padding-left: 60px;
  padding-left: 3.75rem;
}

#global-ux .common-splitter.with-pagination .navigationTile .pagination-left .pagination-text-container:before {
  content: "\e612";
  left: 0;
}

#global-ux .common-splitter.with-pagination .navigationTile .pagination-right .pagination-text-container {
  text-align: right;
  padding-right: 60px;
  padding-right: 3.75rem;
}

#global-ux .common-splitter.with-pagination .navigationTile .pagination-right .pagination-text-container:after {
  content: "\e615";
  right: 0;
}

#global-ux .common-splitter.with-pagination .navigationTile a {
  color: #333;
  display: block;
  font-weight: 100;
  position: relative;
  text-align: center;
  vertical-align: baseline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding: 50px 0 50px;
  padding: 3.125rem 0 3.125rem;
}

#global-ux .common-splitter.with-pagination .navigationTile a .pagination-text-container {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

#global-ux .common-splitter.with-pagination .navigationTile a .pagination-text-container:before,
#global-ux .common-splitter.with-pagination .navigationTile a .pagination-text-container:after {
  color: #2d96cd;
  font-family: icomoon;
  position: absolute;
  top: 12px;
  font-size: 42px;
  font-size: 2.625rem;
}

#global-ux .common-splitter.with-pagination .navigationTile a .pagination-text-container .pagination-title {
  color: #2d96cd;
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
}

#global-ux .common-splitter.with-grid .splitter-column.grid-lg-12 {
  width: 100%;
}

#global-ux .common-splitter.with-grid .splitter-column.grid-lg-11 {
  width: 91.6666666667%;
}

#global-ux .common-splitter.with-grid .splitter-column.grid-lg-10 {
  width: 83.3333333333%;
}

#global-ux .common-splitter.with-grid .splitter-column.grid-lg-9 {
  width: 75%;
}

#global-ux .common-splitter.with-grid .splitter-column.grid-lg-8 {
  width: 66.6666666666%;
}

#global-ux .common-splitter.with-grid .splitter-column.grid-lg-7 {
  width: 58.3333333333%;
}

#global-ux .common-splitter.with-grid .splitter-column.grid-lg-6 {
  width: 50%;
}

#global-ux .common-splitter.with-grid .splitter-column.grid-lg-5 {
  width: 41.6666666666%;
}

#global-ux .common-splitter.with-grid .splitter-column.grid-lg-4 {
  width: 33.3333333333%;
}

#global-ux .common-splitter.with-grid .splitter-column.grid-lg-3 {
  width: 25%;
}

#global-ux .common-splitter.with-grid .splitter-column.grid-lg-2 {
  width: 16.6666666667%;
}

#global-ux .common-splitter.with-grid .splitter-column.grid-lg-1 {
  width: 8.3333333333%;
}

#global-ux .common-splitter.with-kba .splitter-column {
  height: auto !important;
}

#global-ux .common-splitter .richtext ul {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 0 20px 22px;
  margin: 0 0 1.25rem 1.375rem;
}

#global-ux .common-splitter .richtext ul li {
  color: #616161;
}

@media screen and (min-width: 768px) {
  #global-ux .common-splitter.carousel .splitter-column.align-top,
  #global-ux .common-splitter.carousel .splitter-column.align-middle,
  #global-ux .common-splitter.carousel .splitter-column.align-bottom {
    top: 0 !important;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (max-width: 479px) {
  #global-ux .common-splitter>.row.splitter.col-mob-1>div .splitter-column,
  #global-ux .common-splitter>.splitter.col-mob-1.genericCarousel>div .splitter-column,
  #global-ux .common-splitter>.splitter.col-mob-1.dynamicCarousel>div .splitter-column,
  #global-ux .common-splitter>.splitter.col-mob-1.billboardCarousel>div .splitter-column,
  #global-ux .common-splitter>.splitter.col-mob-1.mediaCarousel>div .splitter-column,
  #global-ux .common-splitter>.splitter.col-mob-1.accessoriesTile>div .splitter-column,
  #global-ux .mediaCarousel .common-splitter>.splitter.col-mob-1.media-carousel>div .splitter-column,
  #global-ux .common-splitter>.splitter.col-mob-1.threesixtyColouriser>div .splitter-column,
  #global-ux .accessoriesTile .common-splitter>.splitter.col-mob-1.media-carousel>div .splitter-column {
    width: 100%;
  }

  #global-ux .common-splitter>.row.splitter.col-mob-2>div .splitter-column,
  #global-ux .common-splitter>.splitter.col-mob-2.genericCarousel>div .splitter-column,
  #global-ux .common-splitter>.splitter.col-mob-2.dynamicCarousel>div .splitter-column,
  #global-ux .common-splitter>.splitter.col-mob-2.billboardCarousel>div .splitter-column,
  #global-ux .common-splitter>.splitter.col-mob-2.mediaCarousel>div .splitter-column,
  #global-ux .common-splitter>.splitter.col-mob-2.accessoriesTile>div .splitter-column,
  #global-ux .mediaCarousel .common-splitter>.splitter.col-mob-2.media-carousel>div .splitter-column,
  #global-ux .common-splitter>.splitter.col-mob-2.threesixtyColouriser>div .splitter-column,
  #global-ux .accessoriesTile .common-splitter>.splitter.col-mob-2.media-carousel>div .splitter-column {
    width: 49%;
  }

  #global-ux .common-splitter.stack-left .col-mob-2>div {
    display: block;
    text-align: left;
    width: 100%;
  }

  #global-ux .common-splitter.stack-left .col-mob-2>div .splitter-column {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  #global-ux .common-splitter.stack-right .row.splitter>div,
  #global-ux .common-splitter.stack-right .splitter.genericCarousel>div,
  #global-ux .common-splitter.stack-right .splitter.dynamicCarousel>div,
  #global-ux .common-splitter.stack-right .splitter.billboardCarousel>div,
  #global-ux .common-splitter.stack-right .splitter.mediaCarousel>div,
  #global-ux .common-splitter.stack-right .splitter.accessoriesTile>div,
  #global-ux .common-splitter.stack-right .mediaCarousel .splitter.media-carousel>div,
  #global-ux .mediaCarousel .common-splitter.stack-right .splitter.media-carousel>div,
  #global-ux .common-splitter.stack-right .splitter.threesixtyColouriser>div,
  #global-ux .common-splitter.stack-right .accessoriesTile .splitter.media-carousel>div,
  #global-ux .accessoriesTile .common-splitter.stack-right .splitter.media-carousel>div {
    position: relative;
    text-align: left;
    float: left;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  #global-ux .common-splitter.stack-right .row.splitter>div .splitter-column,
  #global-ux .common-splitter.stack-right .splitter.genericCarousel>div .splitter-column,
  #global-ux .common-splitter.stack-right .splitter.dynamicCarousel>div .splitter-column,
  #global-ux .common-splitter.stack-right .splitter.billboardCarousel>div .splitter-column,
  #global-ux .common-splitter.stack-right .splitter.mediaCarousel>div .splitter-column,
  #global-ux .common-splitter.stack-right .splitter.accessoriesTile>div .splitter-column,
  #global-ux .common-splitter.stack-right .mediaCarousel .splitter.media-carousel>div .splitter-column,
  #global-ux .mediaCarousel .common-splitter.stack-right .splitter.media-carousel>div .splitter-column,
  #global-ux .common-splitter.stack-right .splitter.threesixtyColouriser>div .splitter-column,
  #global-ux .common-splitter.stack-right .accessoriesTile .splitter.media-carousel>div .splitter-column,
  #global-ux .accessoriesTile .common-splitter.stack-right .splitter.media-carousel>div .splitter-column {
    position: relative;
    float: right;
    display: block;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  #global-ux .common-splitter.stack-right .col-mob-2>div {
    display: block;
    text-align: right;
    width: 100%;
  }

  #global-ux .common-splitter.stack-right .col-mob-2>div .splitter-column {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  #global-ux .common-splitter.carousel .splitter-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #global-ux .common-splitter.carousel .splitter-column.align-top,
  #global-ux .common-splitter.carousel .splitter-column.align-middle,
  #global-ux .common-splitter.carousel .splitter-column.align-bottom {
    top: 0;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  #global-ux .common-splitter.carousel .col-mob-1 .carousel-slide {
    width: auto !important;
  }

  #global-ux .common-splitter.carousel .flex-control-nav li {
    margin: 0 10px !important;
  }

  #global-ux .common-splitter.carousel .component-content picture {
    text-align: center;
  }

  #global-ux .common-splitter.carousel .component-content picture img {
    width: auto !important;
  }

  #global-ux .common-splitter .splitter-box .splitter-column:last-child .common-mediaCarouselItem.kba-item {
    border-bottom: 0;
  }

  #global-ux .common-splitter .splitter-box .splitter-column .common-mediaCarouselItem.kba-item h3 {
    border-bottom: none;
  }

  #global-ux .common-splitter.with-pagination .splitter-column {
    width: 50% !important;
  }

  #global-ux .common-splitter.with-pagination .navigationTile .pagination-left .pagination-text-container {
    padding-left: 60px;
    padding-left: 3.75rem;
  }

  #global-ux .common-splitter.with-pagination .navigationTile .pagination-left .pagination-text-container:before {
    left: 30px;
  }

  #global-ux .common-splitter.with-pagination .navigationTile .pagination-right .pagination-text-container {
    padding-right: 60px;
    padding-right: 3.75rem;
  }

  #global-ux .common-splitter.with-pagination .navigationTile .pagination-right .pagination-text-container:after {
    right: 30px;
  }

  #global-ux .common-splitter.with-pagination .navigationTile a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem;
    padding: 40px 0 40px;
    padding: 2.5rem 0 2.5rem;
  }

  #global-ux .common-splitter.with-pagination .navigationTile a .pagination-text-container {
    display: inline-block;
  }

  #global-ux .common-splitter.with-pagination .navigationTile a .pagination-text-container:before,
  #global-ux .common-splitter.with-pagination .navigationTile a .pagination-text-container:after {
    top: 12px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  #global-ux .common-splitter.with-pagination .navigationTile a .pagination-text-container .pagination-title {
    font-size: 16px;
    font-size: 1rem;
  }

  #global-ux .common-splitter.with-grid .splitter-column.grid-xs-11 {
    width: 91.6666666667% !important;
  }

  #global-ux .common-splitter.with-grid .splitter-column.grid-xs-10 {
    width: 83.3333333333% !important;
  }

  #global-ux .common-splitter.with-grid .splitter-column.grid-xs-9 {
    width: 75% !important;
  }

  #global-ux .common-splitter.with-grid .splitter-column.grid-xs-8 {
    width: 66.6666666666% !important;
  }

  #global-ux .common-splitter.with-grid .splitter-column.grid-xs-7 {
    width: 58.3333333333% !important;
  }

  #global-ux .common-splitter.with-grid .splitter-column.grid-xs-6 {
    width: 50% !important;
  }

  #global-ux .common-splitter.with-grid .splitter-column.grid-xs-5 {
    width: 41.6666666666% !important;
  }

  #global-ux .common-splitter.with-grid .splitter-column.grid-xs-4 {
    width: 33.3333333333% !important;
  }

  #global-ux .common-splitter.with-grid .splitter-column.grid-xs-3 {
    width: 25% !important;
  }

  #global-ux .common-splitter.with-grid .splitter-column.grid-xs-2 {
    width: 16.6666666667% !important;
  }

  #global-ux .common-splitter.with-grid .splitter-column.grid-xs-1 {
    width: 8.3333333333% !important;
  }

  #global-ux .common-splitter.flexslider .splitter-column.carousel-slide.no-height {
    height: auto !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  #global-ux .common-splitter .carousel .col-mob-2 .carousel-slide {
    width: 160px !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  #global-ux .common-splitter .carousel .col-mob-2 .carousel-slide {
    width: 185px !important;
  }
}

.rtl .column,
.rtl .columns {
  float: right;
}

.rtl .column+.column:last-child,
.rtl .columns+.column:last-child,
.rtl .column+.columns:last-child,
.rtl .columns+.columns:last-child {
  float: right;
}

.rtl #global-ux .page-news .container-news .row .columns.item:last-child,
.rtl #global-ux .page-news .container-news .genericCarousel .columns.item:last-child,
.rtl #global-ux .page-news .container-news .dynamicCarousel .columns.item:last-child,
.rtl #global-ux .page-news .container-news .billboardCarousel .columns.item:last-child,
.rtl #global-ux .page-news .container-news .mediaCarousel .columns.item:last-child,
.rtl #global-ux .page-news .container-news .accessoriesTile .columns.item:last-child,
.rtl #global-ux .mediaCarousel .page-news .container-news .media-carousel .columns.item:last-child,
.rtl #global-ux .page-news .container-news .threesixtyColouriser .columns.item:last-child,
.rtl #global-ux .accessoriesTile .page-news .container-news .media-carousel .columns.item:last-child {
  float: right;
}

#global-ux .common-box {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#global-ux .common-box.bg-transparent {
  background-color: transparent;
}

#global-ux .common-box.bg-ford-blue {
  background-color: #003478;
}

#global-ux .common-box.bg-ford-black {
  background-color: #231f20;
}

#global-ux .common-box.bg-cta-blue {
  background-color: #2d96cd;
}

#global-ux .common-box.bg-dark-blue {
  background-color: #1b394e;
}

#global-ux .common-box.bg-white {
  background-color: #fff;
}

#global-ux .common-box.bg-cool-grey {
  background-color: #75787b;
}

#global-ux .common-box.bg-grey {
  background-color: #616161;
}

#global-ux .common-box.bg-error-red {
  background-color: #f34c32;
}

#global-ux .common-box.bg-black {
  background-color: #000;
}

#global-ux .common-box.bg-light-grey {
  background-color: #f7f7f7;
}

#global-ux .common-box .box-data {
  display: none;
}

#global-ux .common-box .box-image {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
}

#global-ux .common-box .box-image img {
  width: auto !important;
}

#global-ux .common-box .box-image.align-left {
  text-align: left;
}

#global-ux .common-box .box-image.align-center {
  text-align: center;
}

#global-ux .common-box .box-image.align-right {
  text-align: right;
}

#global-ux .common-box .box-content {
  background: none !important;
  display: block;
  position: absolute;
  width: auto;
  z-index: 2;
  min-width: 200px;
  min-width: 12.5rem;
}

#global-ux .common-box .box-image.align-left,
#global-ux .common-box .box-content.align-left {
  left: 0;
}

#global-ux .common-box .box-image.align-center,
#global-ux .common-box .box-content.align-center {
  left: 0;
}

#global-ux .common-box .box-image.align-right,
#global-ux .common-box .box-content.align-right {
  right: 0;
}

#global-ux .common-box .box-image.align-top,
#global-ux .common-box .box-content.align-top {
  top: 0;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  #global-ux .common-box .box-image.align-middle,
  #global-ux .common-box .box-content.align-middle {
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

#global-ux .common-box .box-image.align-bottom,
#global-ux .common-box .box-content.align-bottom {
  top: 100%;
  -moz-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

#global-ux .common-box .box-image.align-center.align-top,
#global-ux .common-box .box-content.align-center.align-top {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  #global-ux .common-box .box-image.align-center.align-middle,
  #global-ux .common-box .box-content.align-center.align-middle {
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

#global-ux .common-box .box-image.align-center.align-bottom,
#global-ux .common-box .box-content.align-center.align-bottom {
  -moz-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

#global-ux .common-box.no-height.with-bgimage .box-content,
#global-ux .common-box.no-height.no-bgimage .box-content {
  position: relative;
  transform: none;
}

#global-ux .common-box.no-height.with-bgimage .box-content.align-left,
#global-ux .common-box.no-height.with-bgimage .box-content.align-center,
#global-ux .common-box.no-height.with-bgimage .box-content.align-right,
#global-ux .common-box.no-height.no-bgimage .box-content.align-left,
#global-ux .common-box.no-height.no-bgimage .box-content.align-center,
#global-ux .common-box.no-height.no-bgimage .box-content.align-right {
  left: auto;
}

#global-ux .common-box.no-height.with-bgimage .box-content.align-top,
#global-ux .common-box.no-height.with-bgimage .box-content.align-middle,
#global-ux .common-box.no-height.with-bgimage .box-content.align-bottom,
#global-ux .common-box.no-height.no-bgimage .box-content.align-top,
#global-ux .common-box.no-height.no-bgimage .box-content.align-middle,
#global-ux .common-box.no-height.no-bgimage .box-content.align-bottom {
  top: auto;
}

#global-ux .common-box.with-height {
  position: relative;
}

#global-ux .common-box.with-height.with-bgimage .box-image.align-left,
#global-ux .common-box.with-height.with-bgimage .box-image.align-center,
#global-ux .common-box.with-height.with-bgimage .box-image.align-right {
  top: auto;
}

#global-ux .common-box.with-height.with-bgimage .box-image.align-top {
  top: 0;
}

#global-ux .common-box.with-height.with-bgimage .box-image.align-middle {
  top: 50%;
}

#global-ux .common-box.with-height.with-bgimage .box-image.align-bottom {
  top: 100%;
}

#global-ux .common-box.with-height.with-bgimage .box-content {
  position: absolute;
}

#global-ux .common-box.with-height.with-bgimage .box-content.align-center {
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#global-ux .common-box.with-height.with-bgimage .box-content.align-center.align-top {
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#global-ux .common-box.with-height.with-bgimage .box-content.align-center.align-middle {
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#global-ux .common-box.with-height.with-bgimage .box-content.align-center.align-bottom {
  -moz-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

#global-ux .common-box.with-height.no-bgimage .box-content {
  position: absolute;
}

#global-ux .common-box.with-height.no-bgimage .box-content.align-center {
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#global-ux .common-box.with-height.no-bgimage .box-content.align-center.align-top {
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#global-ux .common-box.with-height.no-bgimage .box-content.align-center.align-middle {
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#global-ux .common-box.with-height.no-bgimage .box-content.align-center.align-bottom {
  -moz-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

#global-ux .common-box.sticky.stickIt {
  left: 50%;
  position: fixed;
  top: 0;
  z-index: 9999;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  width: 90rem;
}

@media only screen and (max-width: 479px) {
  #global-ux .common-box.sticky.stickIt {
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #global-ux .common-box {
    width: 100% !important;
  }
}

#ref #global-ux .common-box .box-content {
  min-width: 200px;
  min-width: 20rem;
}

#ref #global-ux .common-box.sticky.stickIt {
  width: 900px;
  width: 90rem;
}

#ref #global-ux .common-box.no-height {
  min-height: 250px;
  min-height: 25rem;
}

@media only screen and (max-width: 479px) {
  #ref #global-ux .common-box.no-height {
    min-height: 150px;
    min-height: 15rem;
  }
}

#global-ux .common-billboard {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: inherit !important;
  width: auto;
}

#global-ux .common-billboard h1,
#global-ux .common-billboard h2,
#global-ux .common-billboard h3,
#global-ux .common-billboard h4,
#global-ux .common-billboard h5,
#global-ux .common-billboard h6,
#global-ux .common-billboard p {
  text-shadow: initial !important;
}

#global-ux .common-billboard .outer-container {
  position: absolute;
}

#global-ux .common-billboard .billboard-inner .billboard-image.vehdisplaymodel-image {
  text-align: center;
}

#global-ux .common-billboard .billboard-inner .billboard-image.vehdisplaymodel-image picture img {
  width: auto;
  max-height: 225px;
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph {
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  max-height: none;
  min-width: 200px;
  min-width: 12.5rem;
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.billboard-paragraph-relative {
  position: relative;
  margin-top: 35px;
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.billboard-paragraph-relative>div {
  text-align: center;
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.billboard-paragraph-relative>div .richtext.section {
  display: inline-block;
  vertical-align: middle;
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.billboard-paragraph-relative>div .richtext.section:first-child .richtext-read-more p {
  color: #2d96cd;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.billboard-paragraph-relative>div .richtext.section .richtext-read-more a {
  text-decoration: none;
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph img {
  width: auto;
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-left,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-left {
  left: 0;
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-middle.pos-middle,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-middle.pos-mobile-middle {
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-right,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-right {
  right: 0;
  left: inherit;
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-top,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-top {
  top: 0;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-middle,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-middle {
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-middle .image .component-content,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-middle .image .component-content {
  text-align: center;
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-bottom,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-bottom {
  top: 100%;
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-middle.pos-middle,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-middle.pos-mobile-middle {
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-top.pos-middle,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-middle.pos-mobile-top {
  top: 0;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-right.pos-middle,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-middle.pos-mobile-right {
  left: inherit;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-left.pos-middle,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-middle.pos-mobile-left {
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-bottom.pos-middle,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-middle.pos-mobile-bottom {
  left: 50%;
  top: 100%;
  -moz-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-under,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-above,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-under,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-above {
  position: static !important;
  text-align: center;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-under .mobile p,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-above .mobile p,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-under .mobile p,
#global-ux .common-billboard .billboard-inner .billboard-paragraph.pos-mobile-above .mobile p {
  text-align: center;
}

#global-ux .common-billboard .billboard-inner .common-richtext p:last-child,
#global-ux .common-billboard .billboard-inner .common-billboard p:last-child {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

#global-ux .common-billboard .billboard-inner .billboard-actions-panel {
  position: absolute;
  top: 40px;
  right: 47px;
  left: auto;
  width: auto;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #global-ux .common-billboard .billboard-inner .billboard-actions-panel {
    top: auto;
    right: auto;
    left: 20px;
    bottom: 10px;
  }
}

#global-ux .common-billboard .billboard-inner .billboard-actions-panel .fm-actions.actionsPanel-content {
  margin: 0;
}

#global-ux .common-billboard .billboard-inner .billboard-actions-panel .actionsPanel {
  padding: 0;
}

#global-ux .common-billboard .billboard-inner .billboard-actions-panel .action {
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 767px) {
  #global-ux .common-billboard .billboard-inner .billboard-actions-panel .action {
    margin: 0;
  }
}

#global-ux .common-billboard .billboard-inner .billboard-actions-panel .action a {
  display: inline-block;
  margin-right: 50px;
  margin-right: 3.125rem;
}

#global-ux .common-billboard .billboard-inner .billboard-actions-panel .action a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  #global-ux .common-billboard .billboard-inner .billboard-actions-panel .action a {
    margin-right: 15px;
    margin-right: .9375rem;
  }
}

#global-ux .common-billboard .billboard-inner .billboard-actions-panel .action a span,
#global-ux .common-billboard .billboard-inner .billboard-actions-panel .action a i {
  display: block;
}

@media only screen and (max-width: 767px) {
  #global-ux .common-billboard .billboard-inner .billboard-actions-panel .action a span,
  #global-ux .common-billboard .billboard-inner .billboard-actions-panel .action a i {
    display: inline-block;
  }
}

#global-ux .common-billboard .billboard-inner .billboard-actions-panel .action .billboard-actions-label {
  display: block;
  margin-top: 3px;
  margin-top: .1875rem;
}

@media only screen and (max-width: 767px) {
  #global-ux .common-billboard .billboard-inner .billboard-actions-panel .action .billboard-actions-label {
    display: inline-block;
    margin: 0;
  }
}

#global-ux .common-billboard .billboard-inner.above {
  display: flex;
  flex-direction: column-reverse;
}

#global-ux .common-billboard.gif-hover .billboard-inner .billboard-image {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#global-ux .common-billboard.gif-hover .billboard-inner .billboard-image-hover {
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#global-ux .common-billboard.gif-hover .billboard-inner .billboard-paragraph {
  z-index: 3;
}

#global-ux .common-billboard.gif-hover .billboard-inner:hover .billboard-image {
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#global-ux .common-billboard.gif-hover .billboard-inner:hover .billboard-image-hover {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #global-ux .common-billboard {
    text-align: left !important;
  }
}

.ie9 #global-ux .common-billboard {
  text-align: left !important;
}

#global-ux .common-billboard .billboard-inner .billboard-paragraph {
  min-width: 200px;
  min-width: 20rem;
}

@media screen and (device-aspect-ratio: 2 / 3) {
  #global-ux .common-billboard a.cta-button {
    padding: 8px 40px !important;
    margin: 0 !important;
  }
}

@media screen and (device-aspect-ratio: 40 / 71) {
  #global-ux .common-billboard a.cta-button {
    padding: 8px 40px !important;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .rtl #global-ux .billboard .billboard-content .billboard-paragraph p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#global-ux .common-billboardCarousel .carousel .carousel-controls {
  bottom: auto;
  left: 0;
  height: auto;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

#global-ux .common-billboardCarousel .carousel .carousel-controls .flex-control-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 10px;
  margin: 0 .625rem;
}

#global-ux .common-billboardCarousel .carousel .carousel-controls .flex-control-nav li a {
  background-color: #fff !important;
  border: solid 1px transparent !important;
  color: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  height: 38px;
  height: 2.375rem;
  line-height: 16px;
  line-height: 1rem;
  width: 38px;
  width: 2.375rem;
}

#global-ux .common-billboardCarousel .carousel .carousel-controls .flex-control-nav li a:after {
  display: block;
  content: " ";
  margin: auto;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 8px;
  height: .5rem;
  line-height: 38px;
  line-height: 2.375rem;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  width: 8px;
  width: .5rem;
}

#global-ux .common-billboardCarousel .carousel .carousel-controls .flex-control-nav li a:hover {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

#global-ux .common-billboardCarousel .carousel .carousel-controls .flex-control-nav li a.flex-active {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  background-color: transparent;
  border: solid 1px #fff;
}

#global-ux .common-billboardCarousel .carousel .carousel-controls.desktopAndMobile {
  display: block;
}

#global-ux .common-billboardCarousel .carousel .carousel-controls.onlyDesktop {
  display: block;
}

#global-ux .common-billboardCarousel .carousel .carousel-controls.onlyMobile {
  display: none;
}

#global-ux .common-billboardCarousel .carousel .carousel-controls.meatballs-white .flex-control-nav li a {
  background-color: #fff !important;
  border: solid 1px transparent !important;
}

#global-ux .common-billboardCarousel .carousel .carousel-controls.meatballs-white .flex-control-nav li a.flex-active {
  background-color: transparent !important;
  border: solid 1px #fff !important;
}

#global-ux .common-billboardCarousel .carousel .carousel-controls.meatballs-blue .flex-control-nav li a {
  background-color: #2d96cd !important;
  border: solid 1px transparent !important;
}

#global-ux .common-billboardCarousel .carousel .carousel-controls.meatballs-blue .flex-control-nav li a.flex-active {
  background-color: transparent !important;
  border: solid 1px #2d96cd !important;
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows {
  display: block;
  position: absolute;
  right: -47px;
  top: 50%;
  z-index: 1;
  margin-top: -15px;
  margin-top: -.9375rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows .carousel-btn {
  cursor: pointer;
  background-color: #2d96cd;
  border: none;
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 47px;
  height: 2.9375rem;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 47px;
  width: 2.9375rem;
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows .carousel-btn .icon {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 47px;
  line-height: 2.9375rem;
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows .carousel-btn.carousel-next {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows .carousel-btn.carousel-previous {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows.blue-white .carousel-btn {
  background-color: #2d96cd;
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows.blue-white .carousel-btn.darkened {
  background-color: rgba(255,255,255,0.2);
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows.blue-white .carousel-btn:hover {
  background-color: #fff;
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows.blue-white .carousel-btn:hover .icon {
  color: #2d96cd;
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows.blue-black .carousel-btn {
  background-color: #2d96cd;
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows.blue-black .carousel-btn.darkened {
  background-color: rgba(0,0,0,0.5);
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows.blue-black .carousel-btn:hover {
  background-color: #fff;
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows.blue-black .carousel-btn:hover .icon {
  color: #2d96cd;
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows.show-arrow {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .common-billboardCarousel .carousel .carousel-arrows.show-arrow {
    display: block;
  }
}

#global-ux .common-billboardCarousel .carousel .carousel-arrows.hide-arrow {
  display: none;
}

#global-ux .common-billboardCarousel .carousel:hover .carousel-arrows {
  right: 0;
}

#global-ux .common-billboardCarousel.is-under .carousel .carousel-controls .flex-control-nav li a {
  background: #fff;
  border: 1px solid transparent;
}

#global-ux .common-billboardCarousel.is-under .carousel .carousel-controls .flex-control-nav li a.flex-active {
  background: transparent;
  border: 1px solid #fff;
}

#global-ux .common-billboardCarousel.is-above .carousel-controls {
  top: auto !important;
  bottom: 20px;
}

@media only screen and (max-width: 479px) {
  #global-ux .common-billboardCarousel .carousel .carousel-controls {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  #global-ux .common-billboardCarousel .carousel .carousel-controls.onlyDesktop {
    display: none;
  }

  #global-ux .common-billboardCarousel .carousel .carousel-controls.onlyMobile {
    display: block;
  }

  #global-ux .common-billboardCarousel .carousel .carousel-arrows {
    display: none;
  }
}

#ref #global-ux .common-billboardCarousel .carousel .carousel-controls .flex-control-nav li {
  margin: 0 10px;
  margin: 0 1rem;
}

#ref #global-ux .common-billboardCarousel .carousel .carousel-controls .flex-control-nav li a {
  height: 38px;
  height: 3.8rem;
  line-height: 16px;
  line-height: 1.6rem;
  width: 38px;
  width: 3.8rem;
}

#ref #global-ux .common-billboardCarousel .carousel .carousel-controls .flex-control-nav li a:after {
  height: 8px;
  height: .8rem;
  line-height: 38px;
  line-height: 3.8rem;
  width: 8px;
  width: .8rem;
}

#ref #global-ux .common-billboardCarousel .carousel .carousel-arrows {
  margin-top: -15px;
  margin-top: -1.5rem;
}

#ref #global-ux .common-billboardCarousel .carousel .carousel-arrows .carousel-btn {
  height: 47px;
  height: 4.7rem;
  width: 47px;
  width: 4.7rem;
}

#ref #global-ux .common-billboardCarousel .carousel .carousel-arrows .carousel-btn .icon {
  line-height: 47px;
  line-height: 4.7rem;
}

.rtl #global-ux .common-billboardCarousel .carousel-slide {
  direction: rtl;
}

#global-ux .common-mediaCarousel .carousel {
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  padding: 0;
  position: relative;
}

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

#global-ux .common-mediaCarousel .carousel .flex-viewport .media-carousel-container:after {
  clear: both;
}

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

#global-ux .common-mediaCarousel .carousel .flex-viewport .media-carousel-container .carousel-slide .media-carousel-video {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

#global-ux .common-mediaCarousel .carousel .flex-viewport .media-carousel-container,
#global-ux .common-mediaCarousel .carousel .flex-viewport .carousel-slide {
  height: auto;
}

#global-ux .common-mediaCarousel .carousel .flex-control-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#global-ux .common-mediaCarousel .carousel .flex-control-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 10px;
  margin: 0 .625rem;
}

#global-ux .common-mediaCarousel .carousel .flex-control-nav li a {
  top: 0;
}

#global-ux .common-mediaCarousel .carousel.is-arrows .carousel-arrows {
  display: block;
}

#global-ux .common-mediaCarousel .carousel .carousel-arrows {
  display: none;
  margin-top: 0;
  position: absolute;
  right: -62px;
  -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;
}

#global-ux .common-mediaCarousel .carousel .carousel-arrows .carousel-btn {
  cursor: pointer;
  background-color: #2d96cd;
  border: none;
  display: block;
  height: 62px;
  height: 3.875rem;
  width: 62px;
  width: 3.875rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#global-ux .common-mediaCarousel .carousel .carousel-arrows .carousel-btn .icon {
  color: #fff;
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 62px;
  line-height: 3.875rem;
}

#global-ux .common-mediaCarousel .carousel .carousel-arrows .carousel-btn .icon:focus {
  outline: none;
}

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

#global-ux .common-mediaCarousel .carousel.blue-black .carousel-arrows .carousel-btn {
  background-color: #2d96cd;
}

#global-ux .common-mediaCarousel .carousel.blue-black .carousel-arrows .carousel-btn.darkened {
  background-color: rgba(0,0,0,0.5);
}

#global-ux .common-mediaCarousel .carousel.blue-black .carousel-arrows .carousel-btn:hover {
  background-color: #fff;
}

#global-ux .common-mediaCarousel .carousel.blue-black .carousel-arrows .carousel-btn:hover .icon {
  color: #2d96cd;
}

#global-ux .common-mediaCarousel .carousel.blue-white .carousel-arrows .carousel-btn {
  background-color: #2d96cd;
}

#global-ux .common-mediaCarousel .carousel.blue-white .carousel-arrows .carousel-btn.darkened {
  background-color: rgba(255,255,255,0.2);
}

#global-ux .common-mediaCarousel .carousel.blue-white .carousel-arrows .carousel-btn:hover {
  background-color: #fff;
}

#global-ux .common-mediaCarousel .carousel.blue-white .carousel-arrows .carousel-btn:hover .icon {
  color: #2d96cd;
}

#global-ux .common-mediaCarousel .carousel:hover .carousel-arrows {
  right: 0;
}

@media only screen and (max-width: 767px) {
  #global-ux .common-mediaCarousel .carousel.media-carousel.showPagerMobile .carousel-arrows {
    margin: auto !important;
    display: block;
    right: 0;
    z-index: 9999;
    top: auto !important;
    left: 0;
    right: 0 !important;
    bottom: -5px;
    width: 100%;
    height: 30px;
  }

  #global-ux .common-mediaCarousel .carousel.media-carousel.showPagerMobile .carousel-arrows .carousel-btn {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    background: none;
  }

  #global-ux .common-mediaCarousel .carousel.media-carousel.showPagerMobile .carousel-arrows .carousel-btn.carousel-previous {
    left: 0;
  }

  #global-ux .common-mediaCarousel .carousel.media-carousel.showPagerMobile .carousel-arrows .carousel-btn.carousel-next {
    right: 0;
  }

  #global-ux .common-mediaCarousel .carousel.media-carousel.showPagerMobile .carousel-arrows .carousel-btn .icon {
    margin: 0;
    width: 30px;
    height: 30px;
    color: #2d96cd;
    line-height: 30px;
  }

  #global-ux .common-mediaCarousel .carousel.media-carousel.showPagerMobile .carousel-arrows .carousel-btn .icon:before {
    font-size: 30px !important;
  }
}

#global-ux .common-mediaCarousel.with-arrow .carousel-arrows.moved {
  margin: -31px 0 0 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

#global-ux .common-mediaCarousel.with-arrow .carousel-arrows.moved.show {
  display: block !important;
}

@media only screen and (max-width: 479px) {
  #global-ux .common-mediaCarousel.with-arrow .carousel-arrows.moved.show {
    display: none !important;
  }
}

#global-ux .common-mediaCarousel .carousel-numbers {
  text-align: center;
  color: #2d96cd;
  line-height: normal;
}

@media only screen and (max-width: 479px) {
  #global-ux .common-mediaCarousel .carousel.is-arrows .carousel-arrows {
    display: none;
  }

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

#global-ux .common-box.box-layout.with-media-name {
  padding: 0 !important;
}

#global-ux .common-box.box-layout.with-media-name .common-mediaCarousel.split-2,
#global-ux .common-box.box-layout.with-media-name .common-mediaCarousel.split-3 {
  margin: 0 auto;
}

#global-ux .common-box.box-layout.with-media-name .common-mediaCarousel.split-2 .carousel,
#global-ux .common-box.box-layout.with-media-name .common-mediaCarousel.split-3 .carousel {
  overflow: visible;
}

#global-ux .common-box.box-layout.with-media-name .common-mediaCarousel.split-2 .carousel .carousel-arrows.moved,
#global-ux .common-box.box-layout.with-media-name .common-mediaCarousel.split-3 .carousel .carousel-arrows.moved {
  right: -140px;
  top: 0;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#global-ux .common-box.box-layout.with-media-name .common-mediaCarousel.split-2 .carousel:hover .carousel-arrows.moved,
#global-ux .common-box.box-layout.with-media-name .common-mediaCarousel.split-3 .carousel:hover .carousel-arrows.moved {
  right: -72px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #global-ux .common-box.box-layout.with-media-name .common-mediaCarousel.split-2,
  #global-ux .common-box.box-layout.with-media-name .common-mediaCarousel.split-3 {
    margin: 0 auto;
  }
}

.rtl #global-ux .mediaCarousel .media-carousel .media-carousel-container .carousel-slide {
  direction: rtl;
}

#global-ux .common-mediaCarouselItem .mediaCarouselItem-content .media-item-picture img {
  width: auto;
}

#global-ux .common-mediaCarouselItem .mediaCarouselItem-content .caption {
  font-size: 28px;
  font-size: 1.75rem;
}

#global-ux .common-mediaCarouselItem .mediaCarouselItem-content .content p {
  color: #616161;
  font-size: 16px;
  font-size: 1rem;
}

#global-ux .common-mediaCarouselItem.buzz-feed .media-item-picture {
  display: block;
  text-align: center;
}

#global-ux .common-mediaCarouselItem.buzz-feed .media-item-picture img {
  width: auto !important;
}

#global-ux .common-mediaCarouselItem.buzz-feed .mediaCarouselItem-content .caption {
  display: none;
}

#global-ux .common-mediaCarouselItem.buzz-feed .mediaCarouselItem-content .content {
  margin-top: 18px;
  margin-top: 1.125rem;
}

#global-ux .common-mediaCarouselItem.kba-item {
  position: relative;
  top: 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;
}

#global-ux .common-mediaCarouselItem.kba-item .media-item-picture {
  display: block;
  text-align: center;
}

#global-ux .common-mediaCarouselItem.kba-item .media-item-picture img {
  width: auto;
}

#global-ux .common-mediaCarouselItem.kba-item .mediaCarouselItem-content h2.caption {
  display: none;
}

#global-ux .common-mediaCarouselItem.kba-item .caption {
  color: #008CBA;
  font-weight: 100;
  text-align: center;
  margin: 24px 0 18px;
  margin: 1.5rem 0 1.125rem;
}

#global-ux .common-mediaCarouselItem.kba-item .content p {
  font-size: 14px;
  font-size: .875rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .common-mediaCarouselItem.kba-item .content p {
    margin: 0;
  }
}

#global-ux .common-mediaCarouselItem.kba-item:hover {
  top: -4px;
  -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;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .common-mediaCarouselItem.kba-item:hover {
    top: 0;
  }
}

#global-ux .common-mediaCarouselItem.name1 .mediaCarouselItem-content .caption,
#global-ux .common-mediaCarouselItem.name2 .mediaCarouselItem-content .caption {
  font-weight: 100;
  margin: 30px 0 24px;
  margin: 1.875rem 0 1.5rem;
}

#global-ux .common-mediaCarouselItem.video .media-item-picture {
  position: relative;
}

#global-ux .common-mediaCarouselItem.video .media-item-picture:before {
  bottom: 0;
  color: #fff;
  content: "\e632";
  font-family: "icomoon";
  left: 0;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  font-size: 80px;
  font-size: 5rem;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
}

#global-ux .common-mediaCarouselItem.video .mediaCarouselItem-content .caption {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 30px 0 20px;
  margin: 1.875rem 0 1.25rem;
}

#global-ux .common-mediaCarouselItem.button-tile {
  background: #fff;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 2px 1px 1px #dedede;
  -moz-box-shadow: 0 2px 1px 1px #dedede;
  box-shadow: 0 2px 1px 1px #dedede;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 30px;
  padding: 1.875rem;
}

#global-ux .common-mediaCarouselItem.button-tile .picture-container {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0 2px 1px 1px #c8c8c8;
  -moz-box-shadow: 0 2px 1px 1px #c8c8c8;
  box-shadow: 0 2px 1px 1px #c8c8c8;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  max-width: 100%;
}

#global-ux .common-mediaCarouselItem.button-tile .media-item-picture {
  display: block;
  text-align: center;
  width: auto;
  max-width: 100%;
}

#global-ux .common-mediaCarouselItem.button-tile .media-item-picture img {
  width: auto;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #global-ux .common-mediaCarouselItem.button-tile .media-item-picture img {
    width: 100%;
  }
}

#global-ux .common-mediaCarouselItem.button-tile .caption {
  color: #0d96cd;
  margin: 20px 0 40px;
  margin: 1.25rem 0 2.5rem;
}

#global-ux .common-mediaCarouselItem.button-tile .content {
  color: #616161;
  text-align: center;
}

#global-ux .common-mediaCarouselItem .hideForMobile {
  display: block;
}

#global-ux .common-mediaCarouselItem .hideForMobile.content.desktop {
  position: static;
  width: auto;
  height: auto;
}

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

@media only screen and (max-width: 479px) {
  #global-ux .common-mediaCarouselItem .mediaCarouselItem-content .hideForMobile {
    display: none;
  }

  #global-ux .common-mediaCarouselItem .mediaCarouselItem-content .hideForMobile.content.desktop {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
  }

  #global-ux .common-mediaCarouselItem .mediaCarouselItem-content .show-mob-only {
    display: block;
  }

  #global-ux .common-mediaCarouselItem.kba-item {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 10px;
    padding-bottom: .625rem;
    padding-top: 10px;
    padding-top: .625rem;
  }

  #global-ux .common-mediaCarouselItem.kba-item:after {
    content: "";
    display: table;
    clear: both;
  }

  #global-ux .common-mediaCarouselItem.kba-item .picture-container,
  #global-ux .common-mediaCarouselItem.kba-item>.media-item-picture {
    float: left;
    margin-right: 5%;
    width: 28%;
  }

  #global-ux .common-mediaCarouselItem.kba-item .mediaCarouselItem-content {
    float: right;
    overflow: hidden;
    width: 65%;
    padding-top: 3%;
  }

  #global-ux .common-mediaCarouselItem.kba-item .mediaCarouselItem-content .caption {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    text-align: left;
  }

  #global-ux .common-mediaCarouselItem.kba-item.only-caption {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  #global-ux .common-mediaCarouselItem.kba-item.only-caption .mediaCarouselItem-content {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }

  #global-ux .common-mediaCarouselItem.name1>.caption.mobile {
    display: block;
    font-weight: 100;
    text-align: center;
    margin: 30px 0 24px;
    margin: 1.875rem 0 1.5rem;
  }

  #global-ux .common-mediaCarouselItem.name1 .mediaCarouselItem-content .caption.mobile {
    display: none;
  }

  #global-ux .common-mediaCarouselItem.name1 .mediaCarouselItem-content .content {
    margin-top: 18px;
    margin-top: 1.125rem;
  }

  #global-ux .common-mediaCarouselItem.name2 .mediaCarouselItem-content .caption {
    text-align: center;
  }

  #global-ux .common-mediaCarouselItem.video .media-item-picture:before {
    font-size: 60px;
    font-size: 3.75rem;
    width: 60px;
    width: 3.75rem;
    height: 60px;
    height: 3.75rem;
  }

  #global-ux .common-mediaCarouselItem.button-tile .picture-container {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }

  #global-ux .common-mediaCarouselItem.button-tile .caption {
    color: #0d96cd;
    margin: 0 0 40px;
    margin: 0 0 2.5rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .common-mediaCarouselItem[data-hide-image-in-mobile-checked="checked"] img {
    display: none;
  }
}

.rtl #global-ux .common-mediaCarouselItem .caption {
  font-size: 36px;
  font-size: 2.25rem;
}

.rtl #global-ux .common-mediaCarouselItem .content p {
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .common-mediaCarouselItem.kba-item .caption {
    text-align: right;
  }

  .rtl #global-ux .common-mediaCarouselItem.kba-item .picture-container {
    float: right;
    margin: 0 0 0 20px;
  }
}

.rtl #global-ux .common-mediaCarouselItem.name1 .caption,
.rtl #global-ux .common-mediaCarouselItem.name2 .caption {
  text-align: right;
}

@media only screen and (max-width: 47.9375em) {
  .rtl #global-ux .common-mediaCarouselItem.name1 .caption,
  .rtl #global-ux .common-mediaCarouselItem.name2 .caption {
    text-align: center;
  }
}

.rtl #global-ux .common-mediaCarouselItem.video .caption {
  font-size: 32px;
  font-size: 2rem;
}

.rtl #global-ux .brightcove .brightcove-player .start-image .brightcove-text,
.rtl #global-ux .brightcove .brightcove-player .end-image .brightcove-text {
  font-size: 28px;
  font-size: 1.75rem;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .brightcove .brightcove-player .start-image .brightcove-text,
  .rtl #global-ux .brightcove .brightcove-player .end-image .brightcove-text {
    font-size: 32px;
    font-size: 2rem;
  }
}

#global-ux .common-vehicle-attributes {
  border: 1px solid #d7d7d7;
  display: block;
  width: auto;
}

#global-ux .common-vehicle-attributes .qrcode-layer {
  display: none;
}

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

#global-ux .common-vehicle-attributes .qrcode-layer .qrcode {
  position: fixed;
  left: 50%;
  top: 15%;
  z-index: 100000;
}

#global-ux .common-vehicle-attributes .qrcode-layer .qrcode .qrcode-image {
  width: 200px;
  margin-left: -100px;
}

#global-ux .common-vehicle-attributes .qrcode-layer .qrcode .qrcode-text {
  width: 400px;
  margin-left: -200px;
  margin-top: 30px;
}

#global-ux .common-vehicle-attributes .qrcode-layer .qrcode .qrcode-close-btn {
  width: 30px;
  margin-left: -15px;
  margin-top: 30px;
}

#global-ux .common-vehicle-attributes .price-retail {
  -webkit-box-shadow: 0px 4px 2px 0px rgba(214,214,214,0.7);
  -moz-box-shadow: 0px 4px 2px 0px rgba(214,214,214,0.7);
  box-shadow: 0px 4px 2px 0px rgba(214,214,214,0.7);
  width: 100%;
  margin: 0;
  vertical-align: top;
}

#global-ux .common-vehicle-attributes .price-retail:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .common-vehicle-attributes .common-vehicle-attributes-segment.ford-mall-button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#global-ux .common-vehicle-attributes .common-vehicle-attributes-segment.ford-mall-button .buttonOnDesktop {
  width: auto;
}

#global-ux .common-vehicle-attributes .common-vehicle-attributes-segment.ford-mall-button .buttonOnDesktop>a {
  margin: auto;
  margin-top: 0px;
  padding: 3px 20px;
  min-width: 200px;
}

#global-ux .common-vehicle-attributes .common-vehicle-attributes-segment.ford-mall-button .buttonOnMobile {
  width: 50%;
}

#global-ux .common-vehicle-attributes .common-vehicle-attributes-segment.ford-mall-button .buttonOnMobile>a {
  margin: auto;
  font-size: 0.925rem;
  min-width: 9.125rem;
  padding: 3px 20px;
  margin-top: 0px;
}

#global-ux .common-vehicle-attributes .pricing-segment,
#global-ux .common-vehicle-attributes .fuel-economy-segment,
#global-ux .common-vehicle-attributes .seating-segment {
  float: left;
  padding: 30px;
  padding: 1.875rem;
}

#global-ux .common-vehicle-attributes .pricing-segment {
  width: 50%;
  border-right: 1px solid #d7d7d7;
}

#global-ux .common-vehicle-attributes .pricing-segment:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .common-vehicle-attributes .pricing-segment>div {
  float: left;
  width: 50%;
  padding-right: 20px;
  padding-right: 1.25rem;
}

#global-ux .common-vehicle-attributes .pricing-segment>div:last-child {
  padding: 0;
}

#global-ux .common-vehicle-attributes .pricing-segment .labels h1,
#global-ux .common-vehicle-attributes .pricing-segment .labels h2,
#global-ux .common-vehicle-attributes .pricing-segment .labels h3,
#global-ux .common-vehicle-attributes .pricing-segment .labels h4,
#global-ux .common-vehicle-attributes .pricing-segment .labels h5,
#global-ux .common-vehicle-attributes .pricing-segment .labels h6,
#global-ux .common-vehicle-attributes .pricing-segment .labels p {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

#global-ux .common-vehicle-attributes .pricing-segment .notes .location-overlay {
  display: block !important;
}

#global-ux .common-vehicle-attributes .pricing-segment .notes .location-overlay .firstTime h1,
#global-ux .common-vehicle-attributes .pricing-segment .notes .location-overlay .firstTime h2,
#global-ux .common-vehicle-attributes .pricing-segment .notes .location-overlay .firstTime h3,
#global-ux .common-vehicle-attributes .pricing-segment .notes .location-overlay .firstTime h4,
#global-ux .common-vehicle-attributes .pricing-segment .notes .location-overlay .firstTime h5,
#global-ux .common-vehicle-attributes .pricing-segment .notes .location-overlay .firstTime h6,
#global-ux .common-vehicle-attributes .pricing-segment .notes .location-overlay .firstTime p {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

#global-ux .common-vehicle-attributes .pricing-segment .notes .location-overlay a {
  text-decoration: none;
}

#global-ux .common-vehicle-attributes .pricing-segment.no-notes .price {
  float: none;
  width: 100%;
}

#global-ux .common-vehicle-attributes .pricing-segment.no-notes .notes {
  display: none;
}

#global-ux .common-vehicle-attributes .pricing-segment.no-price .price {
  border: 1px solid transparent;
}

#global-ux .common-vehicle-attributes .pricing-segment.no-price .price {
  width: 0;
}

#global-ux .common-vehicle-attributes .pricing-segment.no-price .notes {
  float: left;
  width: 100%;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment {
  border-right: 1px solid #d7d7d7;
  width: 30%;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment>div {
  float: left;
  padding-right: 10px;
  padding-right: .625rem;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment>div:last-child {
  padding: 0;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment .notes {
  width: 33.3%;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment .notes h1,
#global-ux .common-vehicle-attributes .fuel-economy-segment .notes h2,
#global-ux .common-vehicle-attributes .fuel-economy-segment .notes h3,
#global-ux .common-vehicle-attributes .fuel-economy-segment .notes h4,
#global-ux .common-vehicle-attributes .fuel-economy-segment .notes h5,
#global-ux .common-vehicle-attributes .fuel-economy-segment .notes h6,
#global-ux .common-vehicle-attributes .fuel-economy-segment .notes p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment .fuels {
  width: 66.6%;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment .fuels:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div {
  float: left;
  width: 50%;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel .labels h1,
#global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel .labels h2,
#global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel .labels h3,
#global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel .labels h4,
#global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel .labels h5,
#global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel .labels h6,
#global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel .labels p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel .values h4 {
  margin: 0;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel:last-child {
  margin: 0;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment.no-fuel1 .notes,
#global-ux .common-vehicle-attributes .fuel-economy-segment.no-fuel2 .notes {
  width: 50%;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment.no-fuel1 .fuels,
#global-ux .common-vehicle-attributes .fuel-economy-segment.no-fuel2 .fuels {
  width: 50%;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment.no-fuel1 .fuels .fuel-2 {
  float: none;
  width: 100%;
}

#global-ux .common-vehicle-attributes .fuel-economy-segment.no-fuel2 .fuels .fuel-1 {
  float: none;
  width: 100%;
}

#global-ux .common-vehicle-attributes .seating-segment {
  border-right: 0;
  width: 20%;
}

#global-ux .common-vehicle-attributes .seating-segment .labels h1,
#global-ux .common-vehicle-attributes .seating-segment .labels h2,
#global-ux .common-vehicle-attributes .seating-segment .labels h3,
#global-ux .common-vehicle-attributes .seating-segment .labels h4,
#global-ux .common-vehicle-attributes .seating-segment .labels h5,
#global-ux .common-vehicle-attributes .seating-segment .labels h6,
#global-ux .common-vehicle-attributes .seating-segment .labels p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

#global-ux .common-vehicle-attributes p,
#global-ux .common-vehicle-attributes small {
  color: #616161;
}

#global-ux .common-vehicle-attributes p:last-child,
#global-ux .common-vehicle-attributes small:last-child {
  margin: 0;
}

#global-ux .common-vehicle-attributes .dual-pricing .pricing-segment {
  border-right: 1px solid #d7d7d7;
  width: 80%;
}

#global-ux .common-vehicle-attributes .dual-pricing .pricing-segment>div {
  width: 100%;
}

#global-ux .common-vehicle-attributes .dual-pricing .seating-segment {
  width: 20%;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .common-vehicle-attributes .dual-pricing .pricing-segment,
  #global-ux .common-vehicle-attributes .dual-pricing .seating-segment {
    width: 100%;
  }

  #global-ux .common-vehicle-attributes .dual-pricing .pricing-segment {
    border-bottom: 1px solid #d7d7d7;
    height: auto !important;
  }
}

@media only screen and (max-width: 479px) {
  #global-ux .common-vehicle-attributes .dual-pricing .pricing-segment,
  #global-ux .common-vehicle-attributes .dual-pricing .seating-segment {
    width: 100%;
  }

  #global-ux .common-vehicle-attributes .dual-pricing .seating-segment {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}

#global-ux .common-vehicle-attributes a:after {
  transform: translate(0, 50%);
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .common-vehicle-attributes .pricing-segment {
    width: 40%;
  }

  #global-ux .common-vehicle-attributes .fuel-economy-segment {
    width: 40%;
  }
}

@media only screen and (max-width: 479px) {
  #global-ux .common-vehicle-attributes .pricing-segment,
  #global-ux .common-vehicle-attributes .fuel-economy-segment,
  #global-ux .common-vehicle-attributes .seating-segment {
    border: 0;
    float: none;
    padding: 0;
    width: 100%;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }

  #global-ux .common-vehicle-attributes .pricing-segment {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }

  #global-ux .common-vehicle-attributes .pricing-segment>div {
    float: none;
    width: 100%;
    padding-right: 10px;
    padding-right: .625rem;
  }

  #global-ux .common-vehicle-attributes .pricing-segment>div:last-child {
    padding: 0;
  }

  #global-ux .common-vehicle-attributes .pricing-segment .price {
    margin-bottom: 10px;
    margin-bottom: .625rem;
  }

  #global-ux .common-vehicle-attributes .pricing-segment.no-price .price {
    display: none;
  }

  #global-ux .common-vehicle-attributes .pricing-segment.no-notes .notes {
    display: none;
  }

  #global-ux .common-vehicle-attributes .fuel-economy-segment {
    padding-bottom: 10px;
    padding-bottom: .625rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }

  #global-ux .common-vehicle-attributes .fuel-economy-segment .notes {
    width: 45%;
  }

  #global-ux .common-vehicle-attributes .fuel-economy-segment .fuels {
    width: 55%;
  }

  #global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div {
    float: none;
    width: 100%;
  }

  #global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  #global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel:after {
    content: "";
    display: table;
    clear: both;
  }

  #global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel>div {
    float: left;
    width: 50%;
  }

  #global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel .values {
    text-align: right;
  }

  #global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div .fuel:last-child {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  #global-ux .common-vehicle-attributes .fuel-economy-segment .fuels>div.fuel-2 .fuel:last-child {
    margin-bottom: 10px;
    margin-bottom: .625rem;
  }

  #global-ux .common-vehicle-attributes .fuel-economy-segment.no-fuel1 .fuels .fuel-2 .fuel:last-child {
    margin: 0;
  }

  #global-ux .common-vehicle-attributes .fuel-economy-segment.no-fuel2 .fuels .fuel-1 .fuel:last-child {
    margin: 0;
  }

  #global-ux .common-vehicle-attributes .seating-segment {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }

  #global-ux .common-vehicle-attributes .seating-segment:after {
    content: "";
    display: table;
    clear: both;
  }

  #global-ux .common-vehicle-attributes .seating-segment>div {
    float: left;
    width: 50%;
  }

  #global-ux .common-vehicle-attributes .seating-segment .values {
    text-align: right;
  }

  #global-ux .common-vehicle-attributes .seating-segment.no-label,
  #global-ux .common-vehicle-attributes .seating-segment.no-value {
    display: none;
  }

  #global-ux .common-vehicle-attributes .seating-segment.only-seating {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}

#ref #global-ux .common-vehicle-attributes .pricing-segment,
#ref #global-ux .common-vehicle-attributes .fuel-economy-segment,
#ref #global-ux .common-vehicle-attributes .seating-segment {
  padding: 30px;
  padding: 3rem;
}

#ref #global-ux .common-vehicle-attributes .pricing-segment>div {
  padding-right: 20px;
  padding-right: 2rem;
}

#ref #global-ux .common-vehicle-attributes .fuel-economy-segment>div {
  padding-right: 10px;
  padding-right: 1rem;
}

@media only screen and (max-width: 479px) {
  #ref #global-ux .common-vehicle-attributes .pricing-segment,
  #ref #global-ux .common-vehicle-attributes .fuel-economy-segment,
  #ref #global-ux .common-vehicle-attributes .seating-segment {
    padding-left: 20px;
    padding-left: 2rem;
    padding-right: 20px;
    padding-right: 2rem;
  }

  #ref #global-ux .common-vehicle-attributes .pricing-segment {
    padding-bottom: 20px;
    padding-bottom: 2rem;
    padding-top: 20px;
    padding-top: 2rem;
  }

  #ref #global-ux .common-vehicle-attributes .pricing-segment>div {
    padding-right: 10px;
    padding-right: 1rem;
  }

  #ref #global-ux .common-vehicle-attributes .pricing-segment .price {
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }

  #ref #global-ux .common-vehicle-attributes .fuel-economy-segment {
    padding-bottom: 10px;
    padding-bottom: 1rem;
    padding-top: 20px;
    padding-top: 2rem;
  }

  #ref #global-ux .common-vehicle-attributes .seating-segment {
    padding-bottom: 20px;
    padding-bottom: 2rem;
  }
}

.rtl #global-ux .common-vehicle-attributes .pricing-segment,
.rtl #global-ux .common-vehicle-attributes .fuel-economy-segment,
.rtl #global-ux .common-vehicle-attributes .seating-segment {
  float: right;
  border-right: none;
  border-left: 1px solid #d7d7d7;
}

.rtl #global-ux .common-vehicle-attributes .seating-segment {
  border-left: 0;
}

#global-ux .common-brand .common-brandGallery {
  background: #fff;
  margin: 0;
  overflow: hidden;
}

#global-ux .common-brand .common-brandGallery .item-wrapper {
  overflow: auto;
}

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

#global-ux .common-brand .common-brandGallery .item {
  display: block;
  float: left;
  position: relative;
  width: 25%;
}

#global-ux .common-brand .common-brandGallery .item .image {
  overflow: hidden;
  position: relative;
}

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

#global-ux .common-brand .common-brandGallery .item .image .component-content picture {
  border: 0;
}

#global-ux .common-brand .common-brandGallery .item .image .image-caption p {
  padding: 0;
}

#global-ux .common-brand .common-brandGallery .item .image .image-caption p:before {
  content: "";
  margin: 0;
  float: none;
}

#global-ux .common-brand .common-brandGallery .item .image .common-image .component-content {
  width: 100% !important;
  display: inline-block;
  vertical-align: top;
}

#global-ux .common-brand .common-brandGallery .item .image .common-image .component-content img {
  display: block;
  width: 100% !important;
}

#global-ux .common-brand .common-brandGallery .item .image .common-image .component-content.caption.pos-bottom .image-caption.expanded {
  height: auto;
}

#global-ux .common-brand .common-brandGallery .item .image .common-image .component-content.caption.pos-bottom .image-caption.expanded p {
  line-height: 1.5;
  margin: 0;
  top: auto;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#global-ux .common-brand .common-brandGallery .item .image .common-image .caption.pos-blockout .image-caption p {
  margin: 0 !important;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#global-ux .common-brand .common-brandGallery .item .image:hover .common-image .caption.pos-bottom .image-caption.expanded>p {
  margin-bottom: 10px !important;
}

#global-ux .common-brand .common-brandGallery .item .image:hover .common-image .caption.pos-bottom .image-caption.expanded .expand-wrap {
  display: block;
  margin-top: 20px;
}

#global-ux .common-brand .common-brandGallery .item.bg-col-2l,
#global-ux .common-brand .common-brandGallery .item.bg-col-2r {
  width: 50%;
}

#global-ux .common-brand .common-brandGallery .item.bg-col-2l .image-caption,
#global-ux .common-brand .common-brandGallery .item.bg-col-2r .image-caption {
  padding: 30px 10px;
}

#global-ux .common-brand .common-brandGallery .item.bg-col-1l,
#global-ux .common-brand .common-brandGallery .item.bg-col-1r {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

#global-ux .common-brand .view-toggle {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #global-ux .common-brand .common-brandGallery .heading .desktop {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  #global-ux .common-brand .common-brandGallery .heading {
    float: none;
    width: 100%;
  }

  #global-ux .common-brand .common-brandGallery .item {
    display: none;
    float: none;
    width: 100% !important;
  }

  #global-ux .common-brand .common-brandGallery .item.bg-col-2l,
  #global-ux .common-brand .common-brandGallery .item.bg-col-2r {
    width: 100%;
  }

  #global-ux .common-brand .common-brandGallery .item.bg-col-2l .image-caption,
  #global-ux .common-brand .common-brandGallery .item.bg-col-2r .image-caption {
    padding: .625rem;
  }

  #global-ux .common-brand .common-brandGallery .item.bg-col-1l,
  #global-ux .common-brand .common-brandGallery .item.bg-col-1r {
    margin: 0;
    transform: inherit;
  }

  #global-ux .common-brand .common-brandGallery .item .image .image-caption p {
    padding: 0;
  }

  #global-ux .common-brand .common-brandGallery .item .image .image-caption p:before {
    content: "";
    margin: 0;
    float: none;
  }

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

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

  #global-ux .common-brand .view-toggle .view-all {
    display: block;
  }

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

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

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

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

.rtl #global-ux .brandGallery>.common-brandGallery .heading p {
  font-size: 20px;
  font-size: 1.25rem;
}

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

.rtl #global-ux .brandGallery .common-brand .common-brandGallery .component-content .common-image .image-caption p {
  font-size: .75rem;
}

#global-ux .common-overlay .image .component-content.image-fullscreen.no-image .button-container {
  display: none;
}

#global-ux .common-overlay .disclosure-generic {
  font-size: 12px;
  font-size: .75rem;
  -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;
  padding: 10px 30px;
  height: 150px;
  max-height: 150px;
  overflow-y: scroll;
  background: #f7f7f7;
}

@media only screen and (min-width: 48em) {
  #global-ux .common-overlay .disclosure-generic {
    position: static;
    max-height: 80px;
  }
}

#global-ux .common-overlay .disclosure-generic::-webkit-scrollbar {
  width: 10px;
}

#global-ux .common-overlay .disclosure-generic::-webkit-scrollbar-track {
  background: #e2e2e2;
  width: 10px;
}

#global-ux .common-overlay .disclosure-generic::-webkit-scrollbar {
  height: 16px;
  overflow: hidden;
  width: 10px;
}

#global-ux .common-overlay .disclosure-generic::-webkit-scrollbar-thumb {
  background-color: #2d96cd;
  width: 10px;
}

#global-ux .common-overlay .disclosure-generic ul,
#global-ux .common-overlay .disclosure-generic ol {
  padding-left: 20px;
  list-style: disc outside;
}

#global-ux .common-overlay .disclosure-generic ul li,
#global-ux .common-overlay .disclosure-generic ul li p,
#global-ux .common-overlay .disclosure-generic ol li,
#global-ux .common-overlay .disclosure-generic ol li p {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 300;
  color: #616161;
  line-height: 2.1;
}

@media only screen and (min-width: 48em) {
  #global-ux .common-overlay .disclosure-generic ul li,
  #global-ux .common-overlay .disclosure-generic ul li p,
  #global-ux .common-overlay .disclosure-generic ol li,
  #global-ux .common-overlay .disclosure-generic ol li p {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 200;
  }
}

#global-ux .common-overlay .disclosure-generic ul li,
#global-ux .common-overlay .disclosure-generic ol li {
  padding: 2px;
}

#global-ux .common-overlay .disclosure-generic ul li p,
#global-ux .common-overlay .disclosure-generic ol li p {
  padding: 0;
  margin: 0;
}

#global-ux .common-overlay .accordion .accordion-overlay .accordion-item {
  padding-bottom: 0 !important;
}

#global-ux .common-overlay .accordion .accordion-overlay .accordion-item.active {
  padding-bottom: 60px !important;
}

#global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title {
  padding: 10px 20px;
  padding: .625rem 1.25rem;
}

#global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title h3 {
  font-size: 16px;
  font-size: 1rem;
  width: 85%;
}

#global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title h3 p {
  font-size: 1.5rem;
  font-weight: 100;
}

#global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title .accordion-handle {
  display: table;
}

#global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .actionsPanel {
  bottom: 0;
  visibility: hidden;
  width: auto !important;
  width: 160px;
  width: 10rem;
}

#global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .actionsPanel .actionsPanel-content {
  margin-top: 20px;
  margin-top: 1.25rem;
}

#global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .actionsPanel .actionsPanel-content .action {
  margin: 0 0 20px 10px;
  margin: 0 0 1.25rem .625rem;
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .richtext {
    min-height: 60px;
  }
}

#global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .richtext p {
  font-size: 13px;
  font-size: .8125rem;
}

#global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body.active .feature-container .actionsPanel {
  bottom: 0;
  visibility: visible;
}

@media only screen and (max-width: 30em) {
  #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body.active .feature-container .actionsPanel {
    bottom: 0;
  }
}

#global-ux .common-overlay.no-caption .accordion {
  display: none;
}

@media only screen and (min-width: 30.0625em) and (max-width: 47.9375em) {
  #global-ux .common-overlay .accordion .accordion-overlay .accordion-item.active {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title {
    padding: 0;
  }

  #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title h3 {
    padding: 22px 40px;
    padding: 1.375rem 2.5rem;
    font-size: 24px;
    font-size: 1.5rem;
  }

  #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title .accordion-handle {
    border-left: 1px solid rgba(206,206,206,0.5);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 32px 40px;
    padding: 2rem 2.5rem;
    position: absolute !important;
    right: 0 !important;
  }

  #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .actionsPanel {
    bottom: 20px;
    width: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .actionsPanel .actionsPanel-content {
    margin-top: 0;
  }

  #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .actionsPanel .actionsPanel-content .action {
    margin: 0 0 0 30px;
    margin: 0 0 0 1.875rem;
  }

  #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .richtext {
    padding-right: 160px;
    padding-right: 10rem;
  }

  #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .richtext p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .richtext p:last-child {
    margin: 0;
  }

  #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body.active .accordion-content .feature-container .actionsPanel {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #global-ux .common-overlay.no-caption .accordion {
    display: none;
  }
}

#global-ux.no-caption-overlay .fullscreen-caption {
  display: none;
}

.cq-wcm-design .common-overlay .accordion:not(.accordion-compare) .accordion-body,
.cq-wcm-edit .common-overlay .accordion:not(.accordion-compare) .accordion-body {
  display: none;
}

.cq-wcm-design .common-overlay .accordion:not(.accordion-compare) .accordion-body.active,
.cq-wcm-edit .common-overlay .accordion:not(.accordion-compare) .accordion-body.active {
  display: block;
}

#ref #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title {
  padding: 10px 20px;
  padding: 1rem 2rem;
}

#ref #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title h3 {
  font-size: 16px;
  font-size: 1.6rem;
}

#ref #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .actionsPanel {
  width: 160px;
  width: 16rem;
}

#ref #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .actionsPanel .actionsPanel-content {
  margin-top: 20px;
  margin-top: 2rem;
}

#ref #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .actionsPanel .actionsPanel-content .action {
  margin: 0 0 20px 10px;
  margin: 0 0 2rem 1rem;
}

#ref #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .richtext p {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 30.0625em) and (max-width: 47.9375em) {
  #ref #global-ux .common-overlay .accordion .accordion-overlay .accordion-item.active {
    padding-bottom: 60px;
    padding-bottom: 6rem;
  }

  #ref #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title {
    padding: 22px 170px 22px 40px;
    padding: 2.2rem 17rem 2.2rem 4rem;
  }

  #ref #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  #ref #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .actionsPanel .actionsPanel-content .action {
    margin: 0 0 0 30px;
    margin: 0 0 0 3rem;
  }

  #ref #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .richtext {
    padding-right: 160px;
    padding-right: 16rem;
  }

  #ref #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .richtext p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }

  #ref #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .richtext p:last-child {
    margin: 0;
  }
}

.rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title h3 {
  line-height: 1;
}

@media only screen and (min-width: 30.0625em) and (max-width: 47.9375em) {
  .rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title {
    padding: 0;
  }
}

.rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title .accordion-handle {
  border-left: none;
  border-right: 1px solid rgba(206,206,206,0.5);
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -5px;
  left: 0 !important;
  right: auto !important;
}

@media only screen and (min-width: 30.0625em) and (max-width: 47.9375em) {
  .rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-title .accordion-handle {
    border-left: none;
    border-right: 1px solid rgba(206,206,206,0.5);
  }
}

.rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .actionsPanel {
  width: 192px;
  width: 19.2rem;
}

.rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .actionsPanel .actionsPanel-content {
  direction: ltr;
  text-align: left;
}

.rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .actionsPanel .actionsPanel-content .action:first-child {
  margin-left: 0;
}

.rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .box-content {
  padding: 30px 40px 0 30px;
  padding: 1.875rem 2.5rem 0 1.875rem;
}

.rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .richtext {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .richtext p {
  padding: 0;
}

@media only screen and (min-width: 30.0625em) and (max-width: 47.9375em) {
  .rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .richtext {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 160px;
    padding-left: 10rem;
  }

  .rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-item .accordion-body .accordion-content .feature-container .richtext p {
    padding: 10px;
    padding: .625rem;
  }
}

.rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
  left: 100%;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
  .rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
    left: 100%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 400px) {
  .rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
    left: 100%;
  }
}

@media only screen and (min-width: 401px) and (max-width: 430px) {
  .rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
    left: 100%;
  }
}

@media only screen and (min-width: 431px) and (max-width: 767px) {
  .rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
    left: 100%;
  }
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .common-overlay .accordion .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
    left: 100%;
  }
}

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

@media only screen and (min-width: 360px) and (max-width: 374px) {
  .rtl #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
    left: 100%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 400px) {
  .rtl #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
    left: 100%;
  }
}

@media only screen and (min-width: 401px) and (max-width: 430px) {
  .rtl #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
    left: 100%;
  }
}

@media only screen and (min-width: 431px) and (max-width: 767px) {
  .rtl #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
    left: 100%;
  }
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .accordion-overlay .accordion-body .accordion-content .box .box-content .share-overlay .share-wrapper {
    left: 100%;
  }
}

#global-ux .tabPanel .component-content .tabs-container .tabs-animator .tabs-content {
  background: #fff;
}

#global-ux .showroom .sr-wrapper {
  position: relative;
  background-color: #fff;
  z-index: 1;
  display: none;
}

#global-ux .showroom .sr-wrapper.service-ok {
  display: block;
}

#global-ux .showroom .sr-header {
  padding: 40px 20px 30px;
  background: #fafafa;
}

#global-ux .showroom .sr-header h1 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 200;
  color: #616161;
  text-align: center;
  line-height: 1.3;
  text-indent: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
}

#global-ux .showroom .filter-bar {
  margin-top: 10px;
  padding: 0 20px;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .header-wrap {
    display: table;
    width: 100%;
    padding: 20px 20px 0;
  }

  #global-ux .showroom .sr-container {
    padding: 20px 60px;
  }

  #global-ux .showroom .sr-header {
    display: table-cell;
    vertical-align: top;
  }

  #global-ux .showroom .sr-header h1 {
    text-align: left;
    padding: 0;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .showroom .sr-header {
    background: #fff;
  }

  #global-ux .showroom .sr-header h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }

  #global-ux .showroom .filter-bar {
    min-height: 52px;
  }
}

#global-ux .showroom .attention {
  -webkit-animation: attention 0.3s normal forwards;
  -moz-animation: attention 0.3s normal forwards;
  -o-animation: attention 0.3s normal forwards;
  animation: attention 0.3s normal forwards;
}

#global-ux .showroom .sr-wrapper.service-ok {
  width: 100%;
  background: #fff;
  min-height: 100%;
}

#global-ux .showroom .sr-wrapper.service-ok .sr-nav {
  -webkit-transform: translateX(-100%) translateZ(0);
  -moz-transform: translateX(-100%) translateZ(0);
  -ms-transform: translateX(-100%) translateZ(0);
  -o-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  transition: transform .3s ease;
  position: fixed;
  background: #fafafa;
  border-right: 1px solid #dbdbdb;
  color: #616161;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10000;
}

#global-ux .showroom .sr-wrapper.service-ok .sr-nav .mobile-controls {
  -webkit-transform: translateX(-100%) translateZ(0);
  -moz-transform: translateX(-100%) translateZ(0);
  -ms-transform: translateX(-100%) translateZ(0);
  -o-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  transition: transform .3s ease;
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  height: 60px;
}

#global-ux .showroom .sr-wrapper.service-ok .sr-nav .mobile-controls .mobile-control-item {
  font-size: 12pxpx;
  font-size: .75rem;
  font-weight: 300;
  float: left;
  width: 25%;
  color: #2d96cd;
  line-height: 60px;
  cursor: pointer;
}

#global-ux .showroom .sr-wrapper.service-ok .sr-nav .mobile-controls .mobile-control-item.mobile-control-cancel {
  padding-left: 20px;
  text-align: left;
}

#global-ux .showroom .sr-wrapper.service-ok .sr-nav .mobile-controls .mobile-control-item.mobile-control-results {
  font-size: 16pxpx;
  font-size: 1rem;
  width: 50%;
  text-align: center;
  color: #616161;
}

#global-ux .showroom .sr-wrapper.service-ok .sr-nav .mobile-controls .mobile-control-item.mobile-control-results.no-results {
  color: #f34c32;
}

#global-ux .showroom .sr-wrapper.service-ok .sr-nav .mobile-controls .mobile-control-item.mobile-control-apply {
  padding-right: 20px;
  float: right;
  text-align: right;
}

#global-ux .showroom .sr-wrapper.service-ok .sr-nav .filter-container {
  -webkit-transform: translateX(-100%) translateZ(0);
  -moz-transform: translateX(-100%) translateZ(0);
  -ms-transform: translateX(-100%) translateZ(0);
  -o-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  transition: transform .3s ease;
  padding: 1.25rem 1.25rem 2.5rem;
  position: fixed;
  height: 100%;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  top: 60px;
  left: 0;
  right: 0;
}

#global-ux .showroom .sr-wrapper.service-ok .sr-nav .sidebar-wrapper {
  display: none;
}

#global-ux .showroom .sr-wrapper.service-ok .sr-container {
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  transition: transform .3s ease;
  position: relative;
  background: #fff;
  max-width: 1440px;
  padding-bottom: 4rem;
}

#global-ux .showroom .sr-wrapper.service-ok .sr-container.ui-scrollfix {
  padding-top: 60px;
}

#global-ux .showroom .sr-wrapper.service-ok .sr-container .sr-header {
  padding: .9375rem 1.25rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #fafafa;
}

#global-ux .showroom .sr-wrapper.service-ok .sr-container .sr-header h1 {
  font-size: 27pxpx;
  font-size: 1.6875rem;
  color: #616161;
}

#global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-mobile .sr-nav,
#global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-nav {
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  transition: transform .3s ease;
}

#global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-mobile .sr-nav .mobile-controls,
#global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-nav .mobile-controls {
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  transition: transform .3s ease;
}

#global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-mobile .sr-nav .filter-container,
#global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-nav .filter-container {
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  transition: transform .3s ease;
}

#global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-mobile .sr-nav .filter-container input,
#global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-nav .filter-container input {
  display: none !important;
}

#global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-mobile .sr-container,
#global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-container {
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  transition: transform .3s ease;
  width: 100%;
}

#global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-mobile .sr-nav {
  -webkit-transform: translateX(0) translateZ(0);
  -moz-transform: translateX(0) translateZ(0);
  -ms-transform: translateX(0) translateZ(0);
  -o-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}

#global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-mobile .sr-nav .mobile-controls {
  -webkit-transform: translateX(0) translateZ(0);
  -moz-transform: translateX(0) translateZ(0);
  -ms-transform: translateX(0) translateZ(0);
  -o-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}

#global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-mobile .sr-nav .filter-container {
  -webkit-transform: translateX(0) translateZ(0);
  -moz-transform: translateX(0) translateZ(0);
  -ms-transform: translateX(0) translateZ(0);
  -o-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .sr-wrapper.service-ok {
    display: table !important;
  }

  #global-ux .showroom .sr-wrapper.service-ok .sr-nav {
    -webkit-transform: translateX(-15.5625rem) translateZ(0);
    -moz-transform: translateX(-15.5625rem) translateZ(0);
    -ms-transform: translateX(-15.5625rem) translateZ(0);
    -o-transform: translateX(-15.5625rem) translateZ(0);
    transform: translateX(-15.5625rem) translateZ(0);
    display: table-cell;
    height: auto;
    overflow: visible;
    position: relative;
    width: 17.8125rem;
    z-index: 1;
    vertical-align: top;
    cursor: pointer;
  }

  #global-ux .showroom .sr-wrapper.service-ok .sr-nav .sidebar-wrapper {
    -webkit-transition: right 0.2s ease 0.3s;
    -moz-transition: right 0.2s ease 0.3s;
    -ms-transition: right 0.2s ease 0.3s;
    -o-transition: right 0.2s ease 0.3s;
    transition: right 0.2s ease 0.3s;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.25rem;
    height: 100%;
    z-index: 2;
  }

  #global-ux .showroom .sr-wrapper.service-ok .sr-nav .sidebar-toggle {
    -webkit-transition: background 1s ease 0.3s,color 0.5s ease 0.3s;
    -moz-transition: background 1s ease 0.3s,color 0.5s ease 0.3s;
    -ms-transition: background 1s ease 0.3s,color 0.5s ease 0.3s;
    -o-transition: background 1s ease 0.3s,color 0.5s ease 0.3s;
    transition: background 1s ease 0.3s,color 0.5s ease 0.3s;
    -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);
    background-image: -webkit-linear-gradient(to bottom, #000, #999);
    background-image: linear-gradient(to bottom, #000, #999);
    display: block;
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    font-family: "icomoon";
    color: #fff;
    background: #2d96cd;
  }

  #global-ux .showroom .sr-wrapper.service-ok .sr-nav .sidebar-toggle:after {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) .3s;
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) .3s;
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) .3s;
    -webkit-transform: rotate(90deg) translateY(-50%) translateX(-50%);
    -moz-transform: rotate(90deg) translateY(-50%) translateX(-50%);
    -ms-transform: rotate(90deg) translateY(-50%) translateX(-50%);
    -o-transform: rotate(90deg) translateY(-50%) translateX(-50%);
    transform: rotate(90deg) translateY(-50%) translateX(-50%);
    font-size: 20pxpx;
    font-size: 1.25rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "icomoon";
    content: "\e640";
  }

  #global-ux .showroom .sr-wrapper.service-ok .sr-nav .sidebar-toggle:hover {
    cursor: pointer;
  }

  #global-ux .showroom .sr-wrapper.service-ok .sr-nav .sidebar-toggle input {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 2.25rem;
    width: 2.25rem;
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: normal;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    -webkit-appearance: button;
  }

  #global-ux .showroom .sr-wrapper.service-ok .sr-nav .filter-container {
    -webkit-transition: padding-right .15s;
    -moz-transition: padding-right .15s;
    -ms-transition: padding-right .15s;
    -o-transition: padding-right .15s;
    transition: padding-right .15s;
    padding-right: 40px;
  }

  #global-ux .showroom .sr-wrapper.service-ok .sr-container {
    -webkit-transform: translateX(-15.5625rem);
    -moz-transform: translateX(-15.5625rem);
    -ms-transform: translateX(-15.5625rem);
    -o-transform: translateX(-15.5625rem);
    transform: translateX(-15.5625rem);
    width: calc(100% + 248px);
    display: block;
  }

  #global-ux .showroom .sr-wrapper.service-ok .sr-container .sr-header {
    background: #fff;
    text-align: left;
    padding: 10px 0 0;
    height: 60px;
  }

  #global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    cursor: auto;
  }

  #global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-nav .filter-container {
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: padding-right .15s;
    -moz-transition: padding-right .15s;
    -ms-transition: padding-right .15s;
    -o-transition: padding-right .15s;
    transition: padding-right .15s;
    position: relative;
    overflow: visible;
    top: auto;
    text-align: center;
    width: 17.8125rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  #global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-nav .mobile-controls {
    display: none;
  }

  #global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-nav .sidebar-wrapper {
    right: -18px;
    height: auto;
  }

  #global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-nav .sidebar-toggle {
    color: #2d96cd;
    background: #fff;
  }

  #global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-nav .sidebar-toggle:after {
    -webkit-transform: rotate(270deg) translateY(-50%) translateX(-50%);
    -moz-transform: rotate(270deg) translateY(-50%) translateX(-50%);
    -ms-transform: rotate(270deg) translateY(-50%) translateX(-50%);
    -o-transform: rotate(270deg) translateY(-50%) translateX(-50%);
    transform: rotate(270deg) translateY(-50%) translateX(-50%);
  }

  #global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-container {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    display: table-cell;
    padding: 20px 20px;
  }

  #global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-container.ui-scrollfix {
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .showroom .sr-wrapper.service-ok .sr-nav {
    -webkit-transform: translateX(-20.25rem) translateZ(0);
    -moz-transform: translateX(-20.25rem) translateZ(0);
    -ms-transform: translateX(-20.25rem) translateZ(0);
    -o-transform: translateX(-20.25rem) translateZ(0);
    transform: translateX(-20.25rem) translateZ(0);
    width: 22.5rem;
  }

  #global-ux .showroom .sr-wrapper.service-ok .sr-container {
    -webkit-transform: translateX(-20.25rem);
    -moz-transform: translateX(-20.25rem);
    -ms-transform: translateX(-20.25rem);
    -o-transform: translateX(-20.25rem);
    transform: translateX(-20.25rem);
    width: calc(100% + 324px);
    display: block;
  }

  #global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-nav .filter-container {
    width: 22.5rem;
    padding-left: 3.75rem;
    padding-right: 2.3125rem;
  }

  #global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-container {
    display: table-cell;
    padding: 20px 60px;
    width: 100%;
  }

  #global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-container .sr-header {
    padding-top: 3px;
  }

  #global-ux .showroom .sr-wrapper.service-ok.sidebar-visible-desktop .sr-container .sr-header h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

#global-ux .showroom .sort-container {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  color: #2d96cd;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  z-index: 1;
}

#global-ux .showroom .sort-container.ui-scrollfix {
  position: fixed;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
}

#global-ux .showroom .sort-container .sr-m-button {
  float: left;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 50%;
}

#global-ux .showroom .sort-container .sr-m-button span {
  display: block;
  padding: 20px;
}

#global-ux .showroom .sort-container .sr-m-button i {
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  right: 20px;
}

#global-ux .showroom .sort-container .sr-m-button i.chevron-down {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#global-ux .showroom .sort-container .sort-button {
  cursor: pointer;
  overflow: hidden;
}

#global-ux .showroom .sort-container .sort-button ul {
  font-size: 14pxpx;
  font-size: .875rem;
  position: relative;
  background: #fff;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 1rem;
  width: 100%;
}

#global-ux .showroom .sort-container .sort-button ul li {
  display: block;
  padding: 10px 20px;
  color: #2d96cd;
}

#global-ux .showroom .sort-container .sort-button ul li.selected {
  background: #fafafa;
}

#global-ux .showroom .sort-container .sort-button ul li:hover,
#global-ux .showroom .sort-container .sort-button ul li:focus {
  color: #0078a0;
  cursor: pointer;
}

#global-ux .showroom .sort-container .sort-button.active {
  position: absolute;
  overflow: visible;
  float: none;
  top: 0;
  right: 0;
  border: 0;
  border-left: 1px solid transparent;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
}

#global-ux .showroom .sort-container .sort-button.active span {
  color: #616161;
}

#global-ux .showroom .sort-container .sort-button.active i {
  display: none;
}

#global-ux .showroom .sort-container .sort-button.active ul {
  display: block;
}

#global-ux .showroom .sort-container .filter-button {
  cursor: pointer;
  border-right: 1px solid #dbdbdb;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .sort-container {
    display: table-cell;
    vertical-align: top;
    width: 160px;
    height: 60px;
    white-space: nowrap;
    border: none;
  }

  #global-ux .showroom .sort-container.ui-scrollfix {
    position: absolute;
    box-shadow: none;
  }

  #global-ux .showroom .sort-container .filter-button {
    display: none;
  }

  #global-ux .showroom .sort-container .sort-button {
    border: 1px solid #2d96cd;
    width: 100%;
  }

  #global-ux .showroom .sort-container .sort-button:hover {
    border: 1px solid #1b394e;
  }

  #global-ux .showroom .sort-container .sort-button.active {
    border: 1px solid transparent;
  }

  #global-ux .showroom .sort-container .sr-m-button span {
    padding: 14px 20px;
  }
}

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

#global-ux .showroom .model-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200;
  color: #616161;
  text-align: center;
  line-height: 1.1;
  margin-top: 60px;
  margin-bottom: 10px;
}

#global-ux .showroom .model-header:first-child {
  margin-top: 20px;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .model-header {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: left;
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .showroom .content-wrap-extended .model-header {
    padding-left: 2.5rem;
  }
}

#global-ux .showroom .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#global-ux .showroom .content-wrap-extended {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .content-wrap-extended {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .showroom .content-wrap-extended {
    margin: 0 -20px;
  }
}

#global-ux .showroom .model-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: block;
  position: relative;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .model-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .showroom .model-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

#global-ux .showroom .model-item>div {
  padding: 10px 5px;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .showroom .model-item>div {
    padding: 10px;
  }
}

#global-ux .showroom .model-item .model-info {
  text-align: center;
}

#global-ux .showroom .model-item .model-title {
  font-size: 12px;
  font-size: .75rem;
  color: #2d96cd;
  margin-bottom: .3125rem;
  margin-top: 1.25rem;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}

#global-ux .showroom .model-item .model-attributes {
  font-size: 10px;
  font-size: .625rem;
  font-weight: 300;
  color: #616161;
}

#global-ux .showroom .model-item .model-attributes sup {
  cursor: pointer;
}

#global-ux .showroom .model-item .model-footer {
  display: none;
}

#global-ux .showroom .model-item .model-footer .model-buttons {
  width: 100%;
}

#global-ux .showroom .model-item .model-footer .cta-button {
  font-size: 14px;
  font-size: .875rem;
  display: block;
  padding: .8125rem 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

#global-ux .showroom .model-item .model-footer .cta-button:first-of-type {
  margin-top: 2.5rem;
}

#global-ux .showroom .model-item .model-item-close {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .model-item:not(.model-item-extended)>div {
    padding: 1.25rem;
    margin: 4px;
    border: 1px solid #fff;
  }

  #global-ux .showroom .model-item:not(.model-item-extended)>div:hover {
    border: 1px solid #dbdbdb;
    border-bottom-color: transparent;
    overflow: visible;
    z-index: 2;
  }

  #global-ux .showroom .model-item:not(.model-item-extended)>div:hover .model-footer {
    display: block;
    border: 1px solid #dbdbdb;
    border-top: none;
    z-index: 2;
  }

  #global-ux .showroom .model-item:not(.model-item-extended)>div:hover .model-footer a.cta-button {
    width: 100%;
  }

  #global-ux .showroom .model-item:not(.model-item-extended)>div .model-footer {
    position: absolute;
    left: 4px;
    right: 4px;
    width: auto;
    padding: 0 1.25rem 1.25rem;
    text-align: left;
    background: #fff;
  }

  #global-ux .showroom .model-item:not(.model-item-extended) .model-title {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: solid 1px #EBEBEB;
  }

  #global-ux .showroom .model-item:not(.model-item-extended) .model-info {
    text-align: left;
  }

  #global-ux .showroom .model-item:not(.model-item-extended) .model-attributes {
    font-size: 14px;
    font-size: .875rem;
  }
}

#global-ux .showroom .model-item-extended {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  border-bottom: 1px solid #dbdbdb;
}

#global-ux .showroom .model-item-extended:last-child {
  border-bottom: 0;
}

#global-ux .showroom .model-item-extended>div {
  padding: 20px 20px 50px;
  margin: 5px 5px 0 5px;
}

#global-ux .showroom .model-item-extended .model-info {
  text-align: left;
}

#global-ux .showroom .model-item-extended .model-title {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #EBEBEB;
}

#global-ux .showroom .model-item-extended .model-attributes {
  font-size: 14px;
  font-size: .875rem;
}

#global-ux .showroom .model-item-extended .model-footer {
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .model-item-extended {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0;
  }

  #global-ux .showroom .model-item-extended>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding-bottom: 200px;
  }

  #global-ux .showroom .model-item-extended .model-footer .model-buttons {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 20px;
    right: 20px;
    width: auto;
  }

  #global-ux .showroom .model-item-extended .model-footer .cta-button {
    position: absolute;
    bottom: 3.125rem;
    left: 0;
  }

  #global-ux .showroom .model-item-extended .model-footer .cta-button:first-of-type {
    bottom: 6.875rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .showroom .model-item-extended {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  #global-ux .showroom .model-item-extended>div {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .sidebar-visible-desktop .model-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .showroom .sidebar-visible-desktop .model-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .sidebar-visible-desktop .model-item-extended {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

#global-ux .showroom .model-item-overlay {
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

#global-ux .showroom .model-item-overlay>div {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
  height: 100%;
  margin: 0;
  overflow-y: scroll;
}

#global-ux .showroom .model-item-overlay .model-item-close {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  top: 1.6875rem;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
}

#global-ux .showroom .model-item-overlay .model-item-close: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 .showroom .model-item-overlay .model-item-close:hover {
  cursor: pointer;
}

#global-ux .showroom .model-item-overlay .model-item-close:before {
  color: #2d96cd;
  font-size: 1.875rem;
}

#global-ux .showroom .model-item-overlay .model-attributes {
  line-height: 24px;
}

#global-ux .showroom .model-item-button-hidden {
  visibility: hidden;
}

#global-ux .showroom .sr-filter {
  border-bottom: 1px solid #dbdbdb;
  padding: 1.375rem 0;
}

#global-ux .showroom .sr-filter ul {
  margin: 0;
  list-style: none;
  text-align: left;
}

#global-ux .showroom .sr-filter ul.two-columns:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .showroom .sr-filter ul.two-columns li {
  float: left;
  width: 50%;
  margin-bottom: .625rem;
}

#global-ux .showroom .sr-filter ul.two-columns li.full-width {
  width: 100%;
}

#global-ux .showroom .sr-filter li {
  color: #616161;
  margin-bottom: 1.25rem;
}

#global-ux .showroom .sr-filter label {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  cursor: pointer;
  color: #616161;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .sr-filter label {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .showroom .sr-filter label {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 300;
  }
}

#global-ux .showroom .sr-filter p {
  margin-bottom: 1.875rem;
  text-align: left;
  color: #616161;
}

#global-ux .showroom .sr-filter input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

#global-ux .showroom .sr-filter input:checked+label {
  font-weight: 700;
  color: #1b394e;
  letter-spacing: -1px;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .sr-filter input:checked+label {
    letter-spacing: -0.3px;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .showroom .sr-filter input:checked+label {
    letter-spacing: -1px;
  }
}

#global-ux .showroom .sr-filter input:checked+label:before {
  background-color: #1b394e;
}

#global-ux .showroom .sr-filter input:focus+label:before {
  box-shadow: 0 0 5px #1b394e;
}

#global-ux .showroom .sr-filter .header {
  position: relative;
  margin: 0 0 1.875rem;
  padding-right: 1.875rem;
}

#global-ux .showroom .sr-filter .header h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  text-align: left;
  color: #616161;
}

#global-ux .showroom .sr-filter .header .small {
  font-weight: 400;
  color: #bbb;
}

#global-ux .showroom .sr-filter .header .gux-tooltip {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

#global-ux .showroom .sr-filter .header .link-overlay {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: inherit;
  text-decoration: none;
}

#global-ux .showroom .sr-filter .header .link-overlay:before {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #2d96cd;
  position: absolute;
  top: 0;
  right: 0;
}

#global-ux .showroom .filter-bar {
  margin-top: .625rem;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .filter-bar {
    min-height: 3.25rem;
  }
}

#global-ux .showroom .filter-bar .result-count {
  font-weight: 300;
  display: block;
  margin: 0 10px 10px 0;
  padding: 0 12px 8px 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .filter-bar .result-count {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}

#global-ux .showroom .filter-bar .result-count.no-results {
  color: #f34c32;
}

#global-ux .showroom .filter-bar .result-count strong {
  font-size: 28px;
  font-size: 1.75rem;
}

#global-ux .showroom .filter-bar .filter-remove-wrapper {
  display: inline;
}

#global-ux .showroom .filter-bar .filter-remove {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  position: relative;
  margin: 0 10px 10px 0;
  padding: 8px 40px 8px 12px;
  color: #2d96cd;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}

#global-ux .showroom .filter-bar .filter-remove: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 .showroom .filter-bar .filter-remove:after {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 9px;
  right: 12px;
}

#global-ux .showroom .filter-bar .filter-reset {
  padding-right: 12px;
}

#global-ux .showroom .filter-bar .filter-reset:after {
  content: none;
}

#global-ux .showroom .filter-bar .showroom-noresults {
  padding: 20px 0;
}

#global-ux .showroom .filter-bar .showroom-noresults .error-wrapper {
  position: relative;
  margin: 15px 0 30px;
}

#global-ux .showroom .filter-bar .showroom-noresults .error-wrapper:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .filter-bar .showroom-noresults .error-wrapper {
    padding-left: 60px;
  }
}

#global-ux .showroom .filter-bar .showroom-noresults .error-wrapper:before {
  font-size: 30px;
  font-size: 1.875rem;
  color: #f34c32;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .filter-bar .showroom-noresults .error-wrapper:before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
}

#global-ux .showroom .filter-bar .showroom-noresults .error-wrapper h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 300;
  margin: 20px 0 10px;
  color: #616161;
}

#global-ux .showroom .filter-bar .showroom-noresults .error-wrapper h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 20px 0 10px;
  color: #616161;
}

#global-ux .showroom .filter-bar .showroom-noresults .no-results-list {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  list-style: outside none none;
  margin: 0;
  color: #616161;
}

#global-ux .showroom .filter-bar .showroom-noresults .no-results-list li {
  margin-bottom: 30px;
  color: inherit;
}

#global-ux .showroom .filter-bar .showroom-noresults .no-results-list .filter-remove {
  margin: 0 0 8px 10px;
}

#global-ux .showroom .sr-filter-checkbox.regular input[type="checkbox"]+label:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "";
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-right: .625rem;
  border: 1px solid #1B394E;
  vertical-align: middle;
}

#global-ux .showroom .sr-filter-checkbox.regular input[type="checkbox"]:checked+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 .showroom .sr-filter-checkbox.regular input[type="checkbox"]:checked+label:before {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  width: 1rem;
  height: 1rem;
  padding-top: .125rem;
  background-color: #1b394e;
  color: #fff;
  text-align: center;
}

#global-ux .showroom .sr-filter-radio.regular input[type="radio"]:checked+label {
  font-weight: 700;
}

#global-ux .showroom .sr-filter-radio.regular input[type="radio"]:checked+label:before {
  background-color: #1b394e;
}

#global-ux .showroom .sr-filter-radio.regular input[type="radio"]+label:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "";
  margin: -.125rem .625rem 0 0;
  height: .75rem;
  width: .75rem;
  border: 1px solid #1b394e;
  border-radius: 50%;
}

#global-ux .showroom .sr-filter.rectangular ul:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .showroom .sr-filter.rectangular li {
  float: left;
  padding-right: 5%;
  width: 50%;
}

#global-ux .showroom .sr-filter.rectangular li.full-width {
  width: 100%;
}

#global-ux .showroom .sr-filter.rectangular input:focus+label {
  box-shadow: 0 0 5px #1b394e;
}

#global-ux .showroom .sr-filter.rectangular input:checked+label {
  font-weight: 700;
  color: #fff;
  background-color: #1b394e;
}

#global-ux .showroom .sr-filter.rectangular input+label {
  width: 100%;
  height: 3.375rem;
  line-height: 3.375rem;
  text-align: center;
  border: 1px solid #1b394e;
}

#global-ux .showroom .sr-filter.rectangular input+label:before {
  content: none;
}

#global-ux .showroom .sr-filter.square li {
  width: 25%;
}

#global-ux .showroom .sr-filter-slider .ng-slider-range-slider {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto 30px;
  padding: 2px;
  cursor: default;
  border-radius: 2px;
  -moz-user-select: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .showroom .sr-filter-slider .ng-slider-range-slider {
    width: 100%;
  }
}

#global-ux .showroom .sr-filter-slider .ng-slider-range-slider .ng-slider-runner {
  position: relative;
  margin: 0;
  height: 2px;
  background: #dbdbdb;
  border-radius: 2px;
}

#global-ux .showroom .sr-filter-slider .ng-slider-range-slider .ng-slider-handle {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  height: 20px;
  width: 20px;
  background: #1b394e;
  border-radius: 50%;
  border: 2px solid #fafafa;
  outline: 0;
}

#global-ux .showroom .sr-filter-slider .ng-slider-range-slider .ng-slider-handle:focus {
  box-shadow: 0 0 5px #1b394e;
}

#global-ux .showroom .sr-filter-slider .ng-slider-range-slider .ng-slider-handle i {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px;
  margin: -11px;
  cursor: pointer;
}

#global-ux .showroom .sr-filter-slider .ng-slider-range-slider .ng-slider-join {
  position: absolute;
  z-index: 1;
  right: 100%;
  left: 0;
  height: 2px;
  margin: 0;
  background: #1b394e;
}

#global-ux .showroom .sr-filter-slider .slider-value {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
}

#global-ux .showroom .sr-filter-slider .slider-value:after {
  content: "";
  display: table;
  clear: both;
}

#global-ux .showroom .sr-filter-slider .slider-value .slider-value-left {
  float: left;
  margin-left: 10px;
}

#global-ux .showroom .sr-filter-slider .slider-value .slider-value-right {
  float: right;
  margin-right: 10px;
}

#global-ux .showroom .vehicleSegmentsSelectionFilter .sr-filter.showroom-remove-filter-split {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: -52px;
}

#global-ux .showroom .showroom-vehicle-type {
  padding: 22px 0;
  border-bottom: 1px solid #dbdbdb;
}

#global-ux .showroom .showroom-vehicle-type ul {
  margin: 0;
  text-align: left;
}

#global-ux .showroom .showroom-vehicle-type li {
  list-style: none;
  margin-bottom: 20px;
}

#global-ux .showroom .showroom-vehicle-type li a {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  text-decoration: none;
  color: #1b394e;
}

#global-ux .showroom .showroom-vehicle-type li a: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 .showroom .showroom-vehicle-type li a.link-blue-and-bold:before {
  background: #1b394e;
}

@media only screen and (max-width: 30em) {
  #global-ux .modelWalkAndCompare .cta-button {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 30.0625em) and (max-width: 47.9375em) {
  #global-ux .modelWalkAndCompare .cta-button {
    font-size: 16px;
    font-size: 1rem;
  }
}

#global-ux .modelWalkAndCompare .mwc-wrapper {
  padding: 0;
  background: #fff;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-wrapper {
    padding: 0 3.75rem;
    max-width: 90rem;
    margin: 0 auto;
  }
}

#global-ux .modelWalkAndCompare .mwc-header {
  background: #f7f7f7;
  padding: 1.125rem;
  color: #616161;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-header {
    background: #fff;
    border-bottom: none;
    text-align: left;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-header-photo {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-header-title {
    float: left;
  }
}

#global-ux .modelWalkAndCompare .mwc-header-title h2,
#global-ux .modelWalkAndCompare .mwc-header-title h3 {
  font-weight: 200;
  line-height: 1.1;
  color: #616161;
  margin: 20px 0 10px;
}

#global-ux .modelWalkAndCompare .mwc-header-title h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

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

#global-ux .modelWalkAndCompare .mwc-header-title h3 {
  color: #616161;
  font-size: 18px;
  font-size: 1.125rem;
}

#global-ux .modelWalkAndCompare .mwc-select-label-desktop {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-select-label-desktop {
    display: block;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-select-label-mobile {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-header-compare {
    padding: 1.6875rem 0 0;
    float: right;
    text-align: right;
  }
}

#global-ux .modelWalkAndCompare .mwc-header-compare .cta-button {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-header-compare .cta-button {
    display: inline-block;
  }
}

#global-ux .modelWalkAndCompare .mwc-header-compare .cta-button-primary:hover {
  color: #fff;
  background: #2d96cd;
  border-color: #2d96cd;
}

#global-ux .modelWalkAndCompare .mwc-header-compare p {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 200;
  margin: 0 0 10px;
}

#global-ux .modelWalkAndCompare .mwc-header-compare a {
  text-decoration: none;
}

#global-ux .modelWalkAndCompare .mwc-button-cancel {
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-button-cancel {
    display: none;
  }
}

#global-ux .modelWalkAndCompare .mwc-models {
  clear: both;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-models {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#global-ux .modelWalkAndCompare .mwc-model {
  border-bottom: 1px solid #dbdbdb;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-model {
    -webkit-box-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    border-bottom: 0;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .modelWalkAndCompare .mwc-model {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    border-bottom: 0;
  }
}

#global-ux .modelWalkAndCompare .mwc-model-content {
  padding: 20px 13px;
  overflow: hidden;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-model-content {
    margin: 4px;
  }
}

#global-ux .modelWalkAndCompare .mwc-compare-active .mwc-model-content {
  cursor: pointer;
}

#global-ux .modelWalkAndCompare .mwc-model-selected .mwc-model-content {
  background: #fafafa;
}

#global-ux .modelWalkAndCompare .mwc-model-photo {
  display: none;
  padding: 0 7px;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-model-photo {
    display: block;
  }
}

#global-ux .modelWalkAndCompare .mwc-compare-active .mwc-model-photo {
  pointer-events: none;
}

#global-ux .modelWalkAndCompare .mwc-model-hero h3 {
  font-size: 14px;
  font-size: .875rem;
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-model-hero h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 200;
    display: block;
    padding-right: 2rem;
  }
}

#global-ux .modelWalkAndCompare .mwc-model-hero .mwc-hero-close-btn {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-model-hero .mwc-hero-close-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0.9375rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .modelWalkAndCompare .mwc-model-hero .mwc-hero-close-btn {
    margin-right: 0;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-model-hero.column.large-6 h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#global-ux .modelWalkAndCompare .mwc-model-title {
  position: relative;
  overflow: hidden;
  padding: 0 7px;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-model-title {
    margin: 0 0 10px;
    padding: 20px 7px 10px;
    border-bottom: solid 1px #eee;
  }
}

#global-ux .modelWalkAndCompare .mwc-model-select input[type=checkbox] {
  display: none;
}

#global-ux .modelWalkAndCompare .mwc-model-name {
  -webkit-transition: padding 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: padding 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: padding 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: padding 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: padding 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  padding-right: 32px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

#global-ux .modelWalkAndCompare .mwc-model-name a {
  -webkit-transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#global-ux .modelWalkAndCompare .mwc-compare-active .mwc-model-name {
  padding-left: 32px;
  padding-right: 0;
}

#global-ux .modelWalkAndCompare .mwc-compare-active .mwc-model-name a {
  color: #616161;
  pointer-events: none;
}

#global-ux .modelWalkAndCompare .mwc-model-select {
  -webkit-transition: left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  left: -25px;
  top: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-model-select {
    top: 20px;
  }
}

#global-ux .modelWalkAndCompare .mwc-model-select input[type=checkbox]+label {
  vertical-align: top;
  text-indent: -9999px;
}

#global-ux .modelWalkAndCompare .mwc-model-select input[type=checkbox]+label:before,
#global-ux .modelWalkAndCompare .mwc-model-select input[type=checkbox]+label:after {
  text-indent: 0;
}

#global-ux .modelWalkAndCompare .mwc-compare-active .mwc-model-select {
  display: block;
  left: 7px;
}

#global-ux .modelWalkAndCompare .mwc-model-details,
#global-ux .modelWalkAndCompare .mwc-model-key-features {
  padding: 0 7px;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 300;
  color: #616161;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-model-details,
  #global-ux .modelWalkAndCompare .mwc-model-key-features {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5rem;
  }
}

#global-ux .modelWalkAndCompare .mwc-model-details ul,
#global-ux .modelWalkAndCompare .mwc-model-key-features ul {
  margin: 10px 0;
  padding: 0 0 0 40px;
  list-style-type: none;
}

#global-ux .modelWalkAndCompare .mwc-model-details ul li,
#global-ux .modelWalkAndCompare .mwc-model-key-features ul li {
  position: relative;
  font-weight: 300;
  color: #616161;
  font-size: 12px;
  font-size: .75rem;
}

#global-ux .modelWalkAndCompare .mwc-model-details ul li:before,
#global-ux .modelWalkAndCompare .mwc-model-key-features ul li:before {
  content: '\2022';
  position: absolute;
  left: -20px;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-model-details ul li,
  #global-ux .modelWalkAndCompare .mwc-model-key-features ul li {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5rem;
  }
}

#global-ux .modelWalkAndCompare .mwc-model-key-features {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-height: 0;
  overflow: hidden;
}

#global-ux .modelWalkAndCompare .mwc-compare-active .mwc-model-key-features {
  max-height: 30rem;
}

#global-ux .modelWalkAndCompare .mwc-compare-details {
  padding: 1rem;
}

#global-ux .modelWalkAndCompare .mwc-compare-details ul {
  margin-left: 0;
}

#global-ux .modelWalkAndCompare .mwc-compare-details li {
  font-size: 10px;
  font-size: .625rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 1rem 0 0;
  list-style: none;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-compare-details li {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 200;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .modelWalkAndCompare .mwc-compare-details li {
    display: inline-block;
  }
}

#global-ux .modelWalkAndCompare .mwc-compare-details li:nth-child(even) {
  max-width: 165px;
}

#global-ux .modelWalkAndCompare .mwc-compare-details li>span {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  white-space: nowrap;
  color: #1B394E;
  margin: 6px 0;
}

#global-ux .modelWalkAndCompare .mwc-compare-details li>span sup {
  font-size: 10.5px;
  font-size: .65625rem;
  top: -1.3em;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-compare-details li>span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#global-ux .modelWalkAndCompare .mwc-compare-details li.mwc-offers>span {
  font-size: 14px;
  font-size: .875rem;
  margin-top: 0;
}

#global-ux .modelWalkAndCompare .mwc-compare-details li.mwc-offers>span img {
  width: auto;
  margin-left: 5px;
  vertical-align: middle;
}

#global-ux .modelWalkAndCompare .mwc-compare-details li.mwc-offers>span .icon-info {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  color: #2d96cd;
  margin-left: 6px;
}

#global-ux .modelWalkAndCompare .mwc-compare-details li.mwc-offers a {
  color: #2d96cd;
  margin: 1rem 0;
  position: relative;
  text-decoration: none;
}

#global-ux .modelWalkAndCompare .mwc-compare-details li.mwc-offers .link-chevron-thin {
  margin: 0;
}

#global-ux .modelWalkAndCompare .mwc-compare-details li.mwc-offers [class^="icon-"] {
  font-size: 14px;
  font-size: .875rem;
}

#global-ux .modelWalkAndCompare .mwc-compare-details li.mwc-offers .cta-link {
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-compare-details li.mwc-offers {
    white-space: nowrap;
  }

  #global-ux .modelWalkAndCompare .mwc-compare-details li.mwc-offers.mwc-comparison {
    white-space: normal;
  }
}

#global-ux .modelWalkAndCompare .mwc-compare-details .cta-links {
  font-size: 14px;
  font-size: .875rem;
  display: none;
}

#global-ux .modelWalkAndCompare .mwc-compare-details .cta-links a {
  width: 49.6%;
  display: inline-block;
  margin-bottom: 10px;
  white-space: nowrap;
}

#global-ux .modelWalkAndCompare .mwc-compare-details .cta-links a [class^="icon-"] {
  margin-right: 5px;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-compare-details .cta-links {
    font-weight: 200;
    display: block;
  }
}

#global-ux .modelWalkAndCompare .mwc-compare-details .cta-controls {
  display: none;
  margin: 2rem 0;
  text-align: center;
}

#global-ux .modelWalkAndCompare .mwc-compare-details .cta-controls a {
  min-width: auto;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-compare-details .cta-controls {
    display: block;
  }
}

#global-ux .modelWalkAndCompare .cols-3 .mwc-compare-details ul li {
  display: block;
}

@media only screen and (min-width: 62em) {
  #global-ux .modelWalkAndCompare .cols-2 .mwc-compare-details ul li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: 5%;
  }
}

#global-ux .modelWalkAndCompare .mwc-hero-billboard .hero-thumbnail img {
  max-width: 380px;
}

#global-ux .modelWalkAndCompare .hero-billboard-add {
  padding: 47px 0;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  display: none;
}

#global-ux .modelWalkAndCompare .hero-billboard-add .hero-thumbnail {
  margin: -12px 0 32px;
  opacity: .2;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .hero-billboard-add {
    display: block;
  }
}

#global-ux .modelWalkAndCompare .mwc-compare-head .hero-billboard-add {
  box-shadow: none;
}

#global-ux .modelWalkAndCompare .mwc-mobile-change {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  display: none;
  width: 100%;
  z-index: 2;
  border-bottom: none;
  bottom: 0;
  padding: 1rem 0;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-mobile-change {
    display: none;
  }
}

#global-ux .modelWalkAndCompare .mwc-mobile-change.ui-scrollpoint {
  position: fixed;
  display: block;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-mobile-change.ui-scrollpoint {
    display: none;
  }
}

#global-ux .modelWalkAndCompare .mwc-mobile-change .mwc-compare-item:first-child {
  border-right: 1px solid #d2d2d2;
}

#global-ux .modelWalkAndCompare .mwc-mobile-change .mwc-compare-item a {
  display: block;
}

#global-ux .modelWalkAndCompare .mwc-mobile-titles {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  width: 100%;
  z-index: 2;
  border-bottom: none;
  top: 0;
  padding: 1rem 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-mobile-titles {
    display: none;
  }
}

#global-ux .modelWalkAndCompare .mwc-mobile-titles.sticky,
#global-ux .modelWalkAndCompare .mwc-mobile-titles.ui-scrollpoint {
  position: fixed;
  background: #2d96cd;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#global-ux .modelWalkAndCompare .mwc-mobile-titles.sticky .mwc-compare-item,
#global-ux .modelWalkAndCompare .mwc-mobile-titles.ui-scrollpoint .mwc-compare-item {
  position: relative;
  color: #fff;
}

#global-ux .modelWalkAndCompare .mwc-mobile-titles.sticky .mwc-compare-item a,
#global-ux .modelWalkAndCompare .mwc-mobile-titles.ui-scrollpoint .mwc-compare-item a {
  display: block;
  border-left: 1px solid #fff;
  padding-left: 1rem;
  color: #fff;
}

#global-ux .modelWalkAndCompare .mwc-mobile-titles.sticky .mwc-compare-item .mwc-hero-close-btn,
#global-ux .modelWalkAndCompare .mwc-mobile-titles.ui-scrollpoint .mwc-compare-item .mwc-hero-close-btn {
  display: none;
}

#global-ux .modelWalkAndCompare .mwc-mobile-titles.sticky .mwc-compare-item:first-child a,
#global-ux .modelWalkAndCompare .mwc-mobile-titles.ui-scrollpoint .mwc-compare-item:first-child a {
  border-left: 0;
  padding-left: 0;
}

#global-ux .modelWalkAndCompare .mwc-mobile-titles.sticky .mwc-compare-item:last-child,
#global-ux .modelWalkAndCompare .mwc-mobile-titles.ui-scrollpoint .mwc-compare-item:last-child {
  border-right: 0;
}

#global-ux .modelWalkAndCompare .mwc-compare-head {
  display: none;
}

#global-ux .modelWalkAndCompare .mwc-compare-head.sticky,
#global-ux .modelWalkAndCompare .mwc-compare-head.ui-scrollpoint {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  padding-bottom: 0;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  z-index: 5;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-compare-head.sticky,
  #global-ux .modelWalkAndCompare .mwc-compare-head.ui-scrollpoint {
    display: block;
  }
}

#global-ux .modelWalkAndCompare .mwc-compare-head.sticky .mwc-model-hero .compare-item,
#global-ux .modelWalkAndCompare .mwc-compare-head.ui-scrollpoint .mwc-model-hero .compare-item {
  border-left: 1px solid #dbdbdb;
  padding: 1rem 1rem 0;
}

#global-ux .modelWalkAndCompare .mwc-compare-head.sticky .mwc-model-hero .compare-item:first-child,
#global-ux .modelWalkAndCompare .mwc-compare-head.ui-scrollpoint .mwc-model-hero .compare-item:first-child {
  border-left: 0;
}

#global-ux .modelWalkAndCompare .mwc-compare-head.sticky .mwc-model-hero .compare-item .hero-thumbnail,
#global-ux .modelWalkAndCompare .mwc-compare-head.ui-scrollpoint .mwc-model-hero .compare-item .hero-thumbnail {
  text-align: center;
}

#global-ux .modelWalkAndCompare .mwc-compare-head.sticky .mwc-model-hero .compare-item .hero-thumbnail img,
#global-ux .modelWalkAndCompare .mwc-compare-head.ui-scrollpoint .mwc-model-hero .compare-item .hero-thumbnail img {
  width: 75%;
}

#global-ux .modelWalkAndCompare .mwc-compare-head.sticky .mwc-model-hero .compare-item .cta-controls,
#global-ux .modelWalkAndCompare .mwc-compare-head.ui-scrollpoint .mwc-model-hero .compare-item .cta-controls {
  text-align: center;
  padding: .5rem;
}

#global-ux .modelWalkAndCompare .mwc-compare-head.sticky .mwc-model-hero .compare-item .cta-controls a,
#global-ux .modelWalkAndCompare .mwc-compare-head.ui-scrollpoint .mwc-model-hero .compare-item .cta-controls a {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
}

#global-ux .modelWalkAndCompare .mwc-compare-head.sticky .mwc-model-hero .compare-item .icon-thin-close,
#global-ux .modelWalkAndCompare .mwc-compare-head.ui-scrollpoint .mwc-model-hero .compare-item .icon-thin-close {
  top: 1.2rem;
}

#global-ux .modelWalkAndCompare .mwc-comparison .cta-button {
  min-width: 0;
}

#global-ux .modelWalkAndCompare .mwc-comparison.compare-head {
  padding-bottom: 0;
}

@media only screen and (min-width: 62em) {
  #global-ux .modelWalkAndCompare .mwc-comparison.cols-3 .row,
  #global-ux .modelWalkAndCompare .mwc-comparison.cols-3 .genericCarousel,
  #global-ux .modelWalkAndCompare .mwc-comparison.cols-3 .dynamicCarousel,
  #global-ux .modelWalkAndCompare .mwc-comparison.cols-3 .billboardCarousel,
  #global-ux .modelWalkAndCompare .mwc-comparison.cols-3 .mediaCarousel,
  #global-ux .modelWalkAndCompare .mwc-comparison.cols-3 .accessoriesTile,
  #global-ux .modelWalkAndCompare .mwc-comparison.cols-3 .mediaCarousel .media-carousel,
  #global-ux .mediaCarousel .modelWalkAndCompare .mwc-comparison.cols-3 .media-carousel,
  #global-ux .modelWalkAndCompare .mwc-comparison.cols-3 .threesixtyColouriser,
  #global-ux .modelWalkAndCompare .mwc-comparison.cols-3 .accessoriesTile .media-carousel,
  #global-ux .accessoriesTile .modelWalkAndCompare .mwc-comparison.cols-3 .media-carousel {
    padding-left: 25%;
  }

  #global-ux .modelWalkAndCompare .icon-thin-close {
    display: block;
    position: absolute;
    top: .1rem;
    right: 1rem;
    color: #999;
    font-size: 1.5rem;
    z-index: 2;
  }
}

#global-ux .modelWalkAndCompare .mwc-footer-mobile .cta-button {
  width: 100%;
  margin: 0;
}

#global-ux .modelWalkAndCompare .mwc-footer-mobile .cta-button-sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}

#global-ux .modelWalkAndCompare .mwc-footer-desktop {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .mwc-footer-mobile {
    display: none;
  }

  #global-ux .modelWalkAndCompare .mwc-footer-desktop {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  }

  #global-ux .modelWalkAndCompare .mwc-footer-content {
    display: block;
    max-width: 1440px;
    padding: 20px 60px;
    margin: 0 auto;
  }

  #global-ux .modelWalkAndCompare .mwc-footer-content:after {
    content: "";
    display: table;
    clear: both;
  }

  #global-ux .modelWalkAndCompare .mwc-footer-content .mwc-footer-label {
    font-weight: 200;
    font-size: 18px;
    font-size: 1.125rem;
    float: right;
    margin: 20px;
  }

  #global-ux .modelWalkAndCompare .mwc-footer-content .cta-button {
    float: right;
    margin: 0;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .modelWalkAndCompare .accordion-compare {
    margin: 0 -3.75rem;
  }
}

#global-ux .modelWalkAndCompare .attention {
  -webkit-animation: attention 0.3s normal forwards;
  -moz-animation: attention 0.3s normal forwards;
  -o-animation: attention 0.3s normal forwards;
  animation: attention 0.3s normal forwards;
}

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

#global-ux .genericCarousel .carousel .carousel-arrows {
  display: none;
  right: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .genericCarousel .carousel .carousel-arrows {
    -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);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    right: -47px;
    margin-top: -15px;
    display: block;
    z-index: 1;
  }

  #global-ux .genericCarousel .carousel .carousel-arrows .icon {
    line-height: 47px;
  }
}

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

#global-ux .genericCarousel .slide-container,
#global-ux .genericCarousel .carousel-slide,
#global-ux .genericCarousel .flex-viewport {
  height: 100%;
}

#global-ux .genericCarousel .slide-container:before,
#global-ux .genericCarousel .slide-container:after {
  content: " ";
  display: table;
}

#global-ux .genericCarousel .slide-container:after {
  clear: both;
}

#global-ux .genericCarousel .carousel-slide {
  position: relative;
  display: none;
}

#global-ux .genericCarousel .carousel-slide:first-child {
  display: block;
}

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

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

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

#global-ux .genericCarousel .carousel-controls {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  bottom: 3%;
  z-index: 1;
  width: 100%;
  text-align: center;
}

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

#global-ux .genericCarousel .carousel-controls .flex-control-nav {
  margin-left: 0;
}

#global-ux .genericCarousel .carousel-controls li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 15px;
}

#global-ux .genericCarousel .carousel-controls li a {
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 1px transparent;
  background-color: #fff;
  text-indent: 9999px;
  cursor: pointer;
}

#global-ux .genericCarousel .carousel-controls li a:hover {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

#global-ux .genericCarousel .carousel-controls li a.flex-active {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  background-color: transparent;
  border: solid 1px white;
}

#global-ux .genericCarousel .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 .genericCarousel .carousel-btn.darkened {
  background-color: rgba(0,0,0,0.5);
}

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

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

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

#global-ux .genericCarousel .heading {
  height: 78%;
  width: auto;
  position: absolute;
  top: 15%;
  left: 6%;
  right: 6%;
  text-align: left;
  color: #fff;
}

#global-ux .genericCarousel .heading h2,
#global-ux .genericCarousel .heading h3,
#global-ux .genericCarousel .heading a:not(.cta-button),
#global-ux .genericCarousel .heading p {
  font-weight: 200;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#global-ux .genericCarousel .heading h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2;
  margin: 0;
}

#global-ux .genericCarousel .heading h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  line-height: 18px;
}

#global-ux .genericCarousel .heading p {
  visibility: hidden;
}

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

  #global-ux .genericCarousel .heading h2 {
    font-size: 44px;
    font-size: 2.75rem;
    margin: 0;
    line-height: 1.2;
  }

  #global-ux .genericCarousel .heading h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
    line-height: 26px;
  }

  #global-ux .genericCarousel .heading p {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 35px;
    visibility: visible;
  }

  #global-ux .genericCarousel .heading sub {
    position: absolute;
    margin-bottom: 20px;
  }
}

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

  #global-ux .genericCarousel .heading p {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .genericCarousel .heading {
    top: 93px;
    height: 77%;
  }
}

#global-ux .genericCarousel .carousel-disclaimer {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 3%;
  left: 50%;
  position: absolute;
}

#global-ux .genericCarousel .carousel-disclaimer p {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 300;
  color: white;
  visibility: initial;
}

@media only screen and (min-width: 48em) {
  #global-ux .genericCarousel .carousel-disclaimer {
    transform: none;
    position: absolute;
    left: 0;
    bottom: -10%;
  }
}

#global-ux .genericCarousel .carousel.homepage .heading {
  top: 2.5%;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .genericCarousel .carousel.homepage .heading {
    top: 3.2%;
  }

  #global-ux .genericCarousel .carousel.homepage .heading h2 {
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .genericCarousel .carousel.homepage .heading {
    top: 5%;
  }

  #global-ux .genericCarousel .carousel.homepage .heading h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 200;
  }

  #global-ux .genericCarousel .carousel.homepage .heading p {
    margin-top: 3px;
    line-height: 1.5;
  }

  #global-ux .genericCarousel .carousel.homepage .heading p a {
    font-size: 16px;
    font-size: 1rem;
  }

  #global-ux .genericCarousel .carousel.homepage .heading p a:after {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .genericCarousel .carousel.homepage .heading h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media only screen and (min-width: 75em) {
  #global-ux .genericCarousel .carousel.homepage .heading h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .genericCarousel .carousel.homepage .heading h2 {
  margin-top: 0.2rem;
}

#global-ux .genericCarousel .carousel.homepage .carousel-disclaimer {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 3%;
  left: 50%;
  position: absolute;
}

#global-ux .genericCarousel .carousel.homepage .carousel-disclaimer p {
  font-size: 13px;
  font-size: .8125rem;
  color: white;
  visibility: initial;
}

@media only screen and (min-width: 48em) {
  #global-ux .genericCarousel .carousel.homepage .carousel-disclaimer {
    transform: none;
    position: absolute;
    left: 0;
    bottom: -10%;
  }
}

#global-ux .dynamicCarousel .carousel {
  position: relative;
  overflow: hidden;
  margin: 0;
}

#global-ux .dynamicCarousel .carousel .carousel-arrows {
  display: none;
  right: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .dynamicCarousel .carousel .carousel-arrows {
    -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);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    right: -47px;
    margin-top: -15px;
    display: block;
    z-index: 1;
  }

  #global-ux .dynamicCarousel .carousel .carousel-arrows .icon {
    line-height: 47px;
  }
}

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

#global-ux .dynamicCarousel .carousel.white-text h2,
#global-ux .dynamicCarousel .carousel.white-text h3,
#global-ux .dynamicCarousel .carousel.white-text h4,
#global-ux .dynamicCarousel .carousel.white-text h5,
#global-ux .dynamicCarousel .carousel.white-text p {
  color: #fff;
}

#global-ux .dynamicCarousel .carousel.grey-text h2,
#global-ux .dynamicCarousel .carousel.grey-text h3,
#global-ux .dynamicCarousel .carousel.grey-text h4,
#global-ux .dynamicCarousel .carousel.grey-text h5,
#global-ux .dynamicCarousel .carousel.grey-text p {
  color: #616161;
}

#global-ux .dynamicCarousel .slide-container:before,
#global-ux .dynamicCarousel .slide-container:after {
  content: " ";
  display: table;
}

#global-ux .dynamicCarousel .slide-container:after {
  clear: both;
}

#global-ux .dynamicCarousel .carousel-slide {
  position: relative;
  display: none;
}

#global-ux .dynamicCarousel .carousel-slide:first-child {
  display: block;
}

#global-ux .dynamicCarousel .flex-viewport {
  margin: 50px 0 100px;
}

@media only screen and (min-width: 48em) {
  #global-ux .dynamicCarousel .flex-viewport {
    margin: 70px 0 100px;
  }
}

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

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

#global-ux .dynamicCarousel .carousel-controls {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}

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

#global-ux .dynamicCarousel .carousel-controls .flex-control-nav {
  margin-left: 0;
}

#global-ux .dynamicCarousel .carousel-controls li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#global-ux .dynamicCarousel .carousel-controls li a {
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  color: transparent;
  display: block;
  width: 38px;
  height: 38px;
}

#global-ux .dynamicCarousel .carousel-controls li a:hover {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

#global-ux .dynamicCarousel .carousel-controls li a.flex-active {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

#global-ux .dynamicCarousel .carousel-controls li a.flex-active:after {
  background-color: transparent;
  border: solid 1px #2d96cd;
}

#global-ux .dynamicCarousel .carousel-controls li a:after {
  display: block;
  width: 8px;
  height: 8px;
  content: " ";
  border-radius: 50%;
  border: solid 1px transparent;
  background-color: #2d96cd;
  position: absolute;
  top: 15px;
  left: 15px;
}

#global-ux .dynamicCarousel .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 .dynamicCarousel .carousel-btn.darkened {
  background-color: rgba(0,0,0,0.5);
}

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

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

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

#global-ux .dynamicCarousel .heading {
  position: absolute;
  z-index: 1;
  top: 2.5rem;
  width: 100%;
  color: #333;
}

@media only screen and (min-width: 48em) {
  #global-ux .dynamicCarousel .heading {
    top: 3.75rem;
    left: 5%;
    width: auto;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .dynamicCarousel .heading {
    top: 5rem;
  }
}

#global-ux .dynamicCarousel .heading h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  color: inherit;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .dynamicCarousel .heading h2 {
    font-size: 51px;
    font-size: 3.1875rem;
    font-weight: 200;
    text-align: left;
  }
}

#global-ux .dynamicCarousel .heading p {
  margin: 0;
}

#global-ux .dynamicCarousel .sub-title {
  position: absolute;
  z-index: 10;
  color: #333;
  right: 0;
  bottom: 70px;
  left: 0;
  text-align: center;
}

#global-ux .dynamicCarousel .sub-title h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  margin: 0;
  color: inherit;
}

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

#global-ux .dynamicCarousel .sub-title p {
  margin: 0;
}

#global-ux .dynamicCarousel .carousel-disclaimer {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 3%;
  left: 50%;
  position: absolute;
}

#global-ux .dynamicCarousel .carousel-disclaimer p {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 300;
  visibility: initial;
}

@media only screen and (min-width: 48em) {
  #global-ux .dynamicCarousel .carousel-disclaimer {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: absolute;
    left: 3%;
  }
}

#global-ux .billboardCarousel .billboard-content-wrap,
#global-ux .mediaCarousel .billboard-content-wrap,
#global-ux .accessoriesTile .billboard-content-wrap {
  display: block;
  position: relative;
}

#global-ux .billboardCarousel .billboard-content-wrap:after,
#global-ux .mediaCarousel .billboard-content-wrap:after,
#global-ux .accessoriesTile .billboard-content-wrap:after {
  content: "";
  display: table;
  clear: both;
}

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

#global-ux .billboardCarousel .carousel .carousel-arrows,
#global-ux .mediaCarousel .carousel .carousel-arrows,
#global-ux .accessoriesTile .carousel .carousel-arrows {
  display: none;
  right: 0;
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardCarousel .carousel .carousel-arrows,
  #global-ux .mediaCarousel .carousel .carousel-arrows,
  #global-ux .accessoriesTile .carousel .carousel-arrows {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -47px;
    margin-top: -15px;
    display: block;
    z-index: 1;
  }

  #global-ux .billboardCarousel .carousel .carousel-arrows .icon,
  #global-ux .mediaCarousel .carousel .carousel-arrows .icon,
  #global-ux .accessoriesTile .carousel .carousel-arrows .icon {
    line-height: 47px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardCarousel .carousel:hover .carousel-arrows,
  #global-ux .mediaCarousel .carousel:hover .carousel-arrows,
  #global-ux .accessoriesTile .carousel:hover .carousel-arrows {
    right: 0;
  }
}

#global-ux .billboardCarousel .slide-container,
#global-ux .billboardCarousel .carousel-slide,
#global-ux .billboardCarousel .flex-viewport,
#global-ux .mediaCarousel .slide-container,
#global-ux .mediaCarousel .carousel-slide,
#global-ux .mediaCarousel .flex-viewport,
#global-ux .accessoriesTile .slide-container,
#global-ux .accessoriesTile .carousel-slide,
#global-ux .accessoriesTile .flex-viewport {
  height: 100%;
}

#global-ux .billboardCarousel .slide-container:before,
#global-ux .billboardCarousel .slide-container:after,
#global-ux .mediaCarousel .slide-container:before,
#global-ux .mediaCarousel .slide-container:after,
#global-ux .accessoriesTile .slide-container:before,
#global-ux .accessoriesTile .slide-container:after {
  content: " ";
  display: table;
}

#global-ux .billboardCarousel .slide-container:after,
#global-ux .mediaCarousel .slide-container:after,
#global-ux .accessoriesTile .slide-container:after {
  clear: both;
}

#global-ux .billboardCarousel .carousel-slide,
#global-ux .mediaCarousel .carousel-slide,
#global-ux .accessoriesTile .carousel-slide {
  position: relative;
  display: none;
}

#global-ux .billboardCarousel .carousel-slide:first-child,
#global-ux .mediaCarousel .carousel-slide:first-child,
#global-ux .accessoriesTile .carousel-slide:first-child {
  display: block;
}

#global-ux .billboardCarousel .flex-viewport .carousel-slide,
#global-ux .mediaCarousel .flex-viewport .carousel-slide,
#global-ux .accessoriesTile .flex-viewport .carousel-slide {
  display: block;
  overflow: hidden;
}

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

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

#global-ux .billboardCarousel .carousel-controls,
#global-ux .mediaCarousel .carousel-controls,
#global-ux .accessoriesTile .carousel-controls {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  bottom: 3%;
  z-index: 1;
  width: 100%;
  text-align: center;
}

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

#global-ux .billboardCarousel .carousel-controls .flex-control-nav,
#global-ux .mediaCarousel .carousel-controls .flex-control-nav,
#global-ux .accessoriesTile .carousel-controls .flex-control-nav {
  margin-left: 0;
}

#global-ux .billboardCarousel .carousel-controls li,
#global-ux .mediaCarousel .carousel-controls li,
#global-ux .accessoriesTile .carousel-controls li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#global-ux .billboardCarousel .carousel-controls li a,
#global-ux .mediaCarousel .carousel-controls li a,
#global-ux .accessoriesTile .carousel-controls li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  color: transparent;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 1rem;
}

#global-ux .billboardCarousel .carousel-controls li a:after,
#global-ux .mediaCarousel .carousel-controls li a:after,
#global-ux .accessoriesTile .carousel-controls li a:after {
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  display: block;
  width: 8px;
  height: 8px;
  content: " ";
  border-radius: 50%;
  border: solid 1px transparent;
  background-color: #fff;
  margin: auto;
  line-height: 38px;
  vertical-align: middle;
}

#global-ux .billboardCarousel .carousel-controls li a:hover:after,
#global-ux .mediaCarousel .carousel-controls li a:hover:after,
#global-ux .accessoriesTile .carousel-controls li a:hover:after {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

#global-ux .billboardCarousel .carousel-controls li a.flex-active:after,
#global-ux .mediaCarousel .carousel-controls li a.flex-active:after,
#global-ux .accessoriesTile .carousel-controls li a.flex-active:after {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  background-color: transparent;
  border: solid 1px #fff;
}

#global-ux .billboardCarousel .playPause .flex-control-paging,
#global-ux .mediaCarousel .playPause .flex-control-paging,
#global-ux .accessoriesTile .playPause .flex-control-paging {
  max-width: 300px;
  margin: auto;
  display: inline-block;
}

#global-ux .billboardCarousel .playPause .flex-pauseplay,
#global-ux .mediaCarousel .playPause .flex-pauseplay,
#global-ux .accessoriesTile .playPause .flex-pauseplay {
  display: inline-block;
  margin-left: -35px;
  position: inherit;
  margin-top: -1px;
}

@media only screen and (max-width: 479px) {
  #global-ux .billboardCarousel .playPause .flex-pauseplay,
  #global-ux .mediaCarousel .playPause .flex-pauseplay,
  #global-ux .accessoriesTile .playPause .flex-pauseplay {
    margin-top: 18px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #global-ux .billboardCarousel .playPause .flex-pauseplay,
  #global-ux .mediaCarousel .playPause .flex-pauseplay,
  #global-ux .accessoriesTile .playPause .flex-pauseplay {
    position: relative;
  }
}

#global-ux .billboardCarousel .playPause .flex-pauseplay a,
#global-ux .mediaCarousel .playPause .flex-pauseplay a,
#global-ux .accessoriesTile .playPause .flex-pauseplay a {
  height: 30px;
  cursor: pointer;
}

#global-ux .billboardCarousel .playPause .flex-pauseplay a:before,
#global-ux .mediaCarousel .playPause .flex-pauseplay a:before,
#global-ux .accessoriesTile .playPause .flex-pauseplay a:before {
  content: "\ea16";
  font-family: "icomoon";
  display: block;
  position: absolute;
  color: #2c95cd;
  font-size: 20px;
  margin: 0 10px;
}

#global-ux .billboardCarousel .playPause .flex-pauseplay .off:before,
#global-ux .mediaCarousel .playPause .flex-pauseplay .off:before,
#global-ux .accessoriesTile .playPause .flex-pauseplay .off:before {
  content: "\ea15";
}

#global-ux .billboardCarousel .meatballs-white .flex-pauseplay a:before,
#global-ux .mediaCarousel .meatballs-white .flex-pauseplay a:before,
#global-ux .accessoriesTile .meatballs-white .flex-pauseplay a:before {
  color: #fff;
}

#global-ux .billboardCarousel .carousel-btn,
#global-ux .mediaCarousel .carousel-btn,
#global-ux .accessoriesTile .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 .billboardCarousel .carousel-btn.darkened,
#global-ux .mediaCarousel .carousel-btn.darkened,
#global-ux .accessoriesTile .carousel-btn.darkened {
  background-color: rgba(0,0,0,0.5);
}

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

#global-ux .billboardCarousel .carousel-btn+ul,
#global-ux .mediaCarousel .carousel-btn+ul,
#global-ux .accessoriesTile .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 .billboardCarousel .carousel-btn:hover,
#global-ux .mediaCarousel .carousel-btn:hover,
#global-ux .accessoriesTile .carousel-btn:hover {
  background-color: #fff;
}

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

#global-ux .billboardCarousel .carousel-btn.carousel-next,
#global-ux .mediaCarousel .carousel-btn.carousel-next,
#global-ux .accessoriesTile .carousel-btn.carousel-next {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#global-ux .billboardCarousel .carousel-btn.carousel-previous,
#global-ux .mediaCarousel .carousel-btn.carousel-previous,
#global-ux .accessoriesTile .carousel-btn.carousel-previous {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#global-ux .billboardCarousel .heading,
#global-ux .mediaCarousel .heading,
#global-ux .accessoriesTile .heading {
  height: 78%;
  width: auto;
  position: absolute;
  top: 15%;
  left: 5%;
  right: 6%;
  text-align: left;
  color: #fff;
}

#global-ux .billboardCarousel .heading h2,
#global-ux .billboardCarousel .heading h3,
#global-ux .billboardCarousel .heading a:not(.cta-button),
#global-ux .billboardCarousel .heading p,
#global-ux .mediaCarousel .heading h2,
#global-ux .mediaCarousel .heading h3,
#global-ux .mediaCarousel .heading a:not(.cta-button),
#global-ux .mediaCarousel .heading p,
#global-ux .accessoriesTile .heading h2,
#global-ux .accessoriesTile .heading h3,
#global-ux .accessoriesTile .heading a:not(.cta-button),
#global-ux .accessoriesTile .heading p {
  font-weight: 200;
  color: #fff;
  text-align: center;
}

#global-ux .billboardCarousel .heading h2,
#global-ux .mediaCarousel .heading h2,
#global-ux .accessoriesTile .heading h2 {
  line-height: 1.2;
  margin: 0;
}

#global-ux .billboardCarousel .heading h2,
#global-ux .billboardCarousel .heading h2 strong,
#global-ux .mediaCarousel .heading h2,
#global-ux .mediaCarousel .heading h2 strong,
#global-ux .accessoriesTile .heading h2,
#global-ux .accessoriesTile .heading h2 strong {
  font-weight: 200;
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardCarousel .heading h2 strong,
  #global-ux .mediaCarousel .heading h2 strong,
  #global-ux .accessoriesTile .heading h2 strong {
    font-weight: bold;
  }
}

#global-ux .billboardCarousel .heading a.cta-button,
#global-ux .mediaCarousel .heading a.cta-button,
#global-ux .accessoriesTile .heading a.cta-button {
  margin-left: 0;
}

#global-ux .billboardCarousel .heading .richtext,
#global-ux .mediaCarousel .heading .richtext,
#global-ux .accessoriesTile .heading .richtext {
  text-align: center;
}

@media only screen and (max-width: 479px) {
  #global-ux .billboardCarousel .heading .richtext a.cta-button,
  #global-ux .mediaCarousel .heading .richtext a.cta-button,
  #global-ux .accessoriesTile .heading .richtext a.cta-button {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardCarousel .heading h2,
  #global-ux .billboardCarousel .heading h3,
  #global-ux .billboardCarousel .heading p,
  #global-ux .mediaCarousel .heading h2,
  #global-ux .mediaCarousel .heading h3,
  #global-ux .mediaCarousel .heading p,
  #global-ux .accessoriesTile .heading h2,
  #global-ux .accessoriesTile .heading h3,
  #global-ux .accessoriesTile .heading p {
    text-align: left;
  }

  #global-ux .billboardCarousel .heading p,
  #global-ux .mediaCarousel .heading p,
  #global-ux .accessoriesTile .heading p {
    margin-top: 17px;
    visibility: visible;
  }

  #global-ux .billboardCarousel .heading p a,
  #global-ux .mediaCarousel .heading p a,
  #global-ux .accessoriesTile .heading p a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
  }

  #global-ux .billboardCarousel .heading p a.link-chevron:after,
  #global-ux .mediaCarousel .heading p a.link-chevron:after,
  #global-ux .accessoriesTile .heading p a.link-chevron:after {
    vertical-align: top;
  }

  #global-ux .billboardCarousel .heading sub,
  #global-ux .mediaCarousel .heading sub,
  #global-ux .accessoriesTile .heading sub {
    position: absolute;
    margin-bottom: 20px;
  }

  #global-ux .billboardCarousel .heading .richtext,
  #global-ux .mediaCarousel .heading .richtext,
  #global-ux .accessoriesTile .heading .richtext {
    text-align: left;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  #global-ux .billboardCarousel .heading h2,
  #global-ux .mediaCarousel .heading h2,
  #global-ux .accessoriesTile .heading h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  #global-ux .billboardCarousel .heading p,
  #global-ux .mediaCarousel .heading p,
  #global-ux .accessoriesTile .heading p {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardCarousel .heading,
  #global-ux .mediaCarousel .heading,
  #global-ux .accessoriesTile .heading {
    top: 37px;
    height: 77%;
  }
}

#global-ux .billboardCarousel .carousel-disclaimer,
#global-ux .mediaCarousel .carousel-disclaimer,
#global-ux .accessoriesTile .carousel-disclaimer {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
}

#global-ux .billboardCarousel .carousel-disclaimer p,
#global-ux .mediaCarousel .carousel-disclaimer p,
#global-ux .accessoriesTile .carousel-disclaimer p {
  font-size: 13px;
  font-size: .8125rem;
  color: #fff;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .billboardCarousel .carousel-disclaimer,
  #global-ux .mediaCarousel .carousel-disclaimer,
  #global-ux .accessoriesTile .carousel-disclaimer {
    bottom: 9%;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardCarousel .carousel-disclaimer,
  #global-ux .mediaCarousel .carousel-disclaimer,
  #global-ux .accessoriesTile .carousel-disclaimer {
    padding: 0 6%;
    text-align: left;
  }
}

#global-ux .billboardCarousel .image-carousel .carousel-disclaimer,
#global-ux .mediaCarousel .image-carousel .carousel-disclaimer,
#global-ux .accessoriesTile .image-carousel .carousel-disclaimer {
  bottom: auto;
}

#global-ux .billboardCarousel .carousel.homepage .heading,
#global-ux .mediaCarousel .carousel.homepage .heading,
#global-ux .accessoriesTile .carousel.homepage .heading {
  top: 2.5%;
}

#global-ux .billboardCarousel .carousel.homepage .heading h2,
#global-ux .mediaCarousel .carousel.homepage .heading h2,
#global-ux .accessoriesTile .carousel.homepage .heading h2 {
  font-size: 21px;
  font-size: 1.3125rem;
}

@media only screen and (min-width: 30.0625em) {
  #global-ux .billboardCarousel .carousel.homepage .heading,
  #global-ux .mediaCarousel .carousel.homepage .heading,
  #global-ux .accessoriesTile .carousel.homepage .heading {
    top: 3.2%;
  }

  #global-ux .billboardCarousel .carousel.homepage .heading h2,
  #global-ux .mediaCarousel .carousel.homepage .heading h2,
  #global-ux .accessoriesTile .carousel.homepage .heading h2 {
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: 200;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardCarousel .carousel.homepage .heading,
  #global-ux .mediaCarousel .carousel.homepage .heading,
  #global-ux .accessoriesTile .carousel.homepage .heading {
    padding: 56px 0;
    padding: 3.5rem 0;
    margin-top: 65px;
    margin-top: 4.0625rem;
  }

  #global-ux .billboardCarousel .carousel.homepage .heading h2,
  #global-ux .mediaCarousel .carousel.homepage .heading h2,
  #global-ux .accessoriesTile .carousel.homepage .heading h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 200;
  }

  #global-ux .billboardCarousel .carousel.homepage .heading p,
  #global-ux .mediaCarousel .carousel.homepage .heading p,
  #global-ux .accessoriesTile .carousel.homepage .heading p {
    margin-top: 3px;
    line-height: 1.5;
  }

  #global-ux .billboardCarousel .carousel.homepage .heading p a,
  #global-ux .mediaCarousel .carousel.homepage .heading p a,
  #global-ux .accessoriesTile .carousel.homepage .heading p a {
    font-size: 16px;
    font-size: 1rem;
  }

  #global-ux .billboardCarousel .carousel.homepage .heading p a:after,
  #global-ux .mediaCarousel .carousel.homepage .heading p a:after,
  #global-ux .accessoriesTile .carousel.homepage .heading p a:after {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .billboardCarousel .carousel.homepage .heading h2,
  #global-ux .mediaCarousel .carousel.homepage .heading h2,
  #global-ux .accessoriesTile .carousel.homepage .heading h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media only screen and (min-width: 75em) {
  #global-ux .billboardCarousel .carousel.homepage .heading h2,
  #global-ux .mediaCarousel .carousel.homepage .heading h2,
  #global-ux .accessoriesTile .carousel.homepage .heading h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

#global-ux .billboardCarousel .carousel.homepage .heading h2,
#global-ux .mediaCarousel .carousel.homepage .heading h2,
#global-ux .accessoriesTile .carousel.homepage .heading h2 {
  margin-top: 0.2rem;
}

#global-ux .billboardCarousel .carousel.homepage .grey .heading h2,
#global-ux .billboardCarousel .carousel.homepage .grey .heading h3,
#global-ux .billboardCarousel .carousel.homepage .grey .heading a:not(.cta-button),
#global-ux .billboardCarousel .carousel.homepage .grey .heading a:before,
#global-ux .billboardCarousel .carousel.homepage .grey .heading a:after,
#global-ux .billboardCarousel .carousel.homepage .grey .heading p,
#global-ux .billboardCarousel .grey .heading h2,
#global-ux .billboardCarousel .grey .heading h3,
#global-ux .billboardCarousel .grey .heading a:not(.cta-button),
#global-ux .billboardCarousel .grey .heading a:before,
#global-ux .billboardCarousel .grey .heading a:after,
#global-ux .billboardCarousel .grey .heading p,
#global-ux .mediaCarousel .carousel.homepage .grey .heading h2,
#global-ux .mediaCarousel .carousel.homepage .grey .heading h3,
#global-ux .mediaCarousel .carousel.homepage .grey .heading a:not(.cta-button),
#global-ux .mediaCarousel .carousel.homepage .grey .heading a:before,
#global-ux .mediaCarousel .carousel.homepage .grey .heading a:after,
#global-ux .mediaCarousel .carousel.homepage .grey .heading p,
#global-ux .mediaCarousel .grey .heading h2,
#global-ux .mediaCarousel .grey .heading h3,
#global-ux .mediaCarousel .grey .heading a:not(.cta-button),
#global-ux .mediaCarousel .grey .heading a:before,
#global-ux .mediaCarousel .grey .heading a:after,
#global-ux .mediaCarousel .grey .heading p,
#global-ux .accessoriesTile .carousel.homepage .grey .heading h2,
#global-ux .accessoriesTile .carousel.homepage .grey .heading h3,
#global-ux .accessoriesTile .carousel.homepage .grey .heading a:not(.cta-button),
#global-ux .accessoriesTile .carousel.homepage .grey .heading a:before,
#global-ux .accessoriesTile .carousel.homepage .grey .heading a:after,
#global-ux .accessoriesTile .carousel.homepage .grey .heading p,
#global-ux .accessoriesTile .grey .heading h2,
#global-ux .accessoriesTile .grey .heading h3,
#global-ux .accessoriesTile .grey .heading a:not(.cta-button),
#global-ux .accessoriesTile .grey .heading a:before,
#global-ux .accessoriesTile .grey .heading a:after,
#global-ux .accessoriesTile .grey .heading p {
  color: #626466 !important;
}

#global-ux .billboardCarousel .carousel.homepage .grey .carousel-disclaimer p,
#global-ux .billboardCarousel .grey .carousel-disclaimer p,
#global-ux .mediaCarousel .carousel.homepage .grey .carousel-disclaimer p,
#global-ux .mediaCarousel .grey .carousel-disclaimer p,
#global-ux .accessoriesTile .carousel.homepage .grey .carousel-disclaimer p,
#global-ux .accessoriesTile .grey .carousel-disclaimer p {
  color: #626466 !important;
}

#global-ux .billboardCarousel .carousel.homepage .grey sup[data-disclosure],
#global-ux .billboardCarousel .grey sup[data-disclosure],
#global-ux .mediaCarousel .carousel.homepage .grey sup[data-disclosure],
#global-ux .mediaCarousel .grey sup[data-disclosure],
#global-ux .accessoriesTile .carousel.homepage .grey sup[data-disclosure],
#global-ux .accessoriesTile .grey sup[data-disclosure] {
  color: #008CBA;
  font-weight: bolder;
  text-decoration: inherit;
}

#global-ux .billboardCarousel .carousel.homepage .dark-blue .heading h2,
#global-ux .billboardCarousel .carousel.homepage .dark-blue .heading h3,
#global-ux .billboardCarousel .carousel.homepage .dark-blue .heading a:not(.cta-button),
#global-ux .billboardCarousel .carousel.homepage .dark-blue .heading a:before,
#global-ux .billboardCarousel .carousel.homepage .dark-blue .heading a:after,
#global-ux .billboardCarousel .carousel.homepage .dark-blue .heading p,
#global-ux .billboardCarousel .dark-blue .heading h2,
#global-ux .billboardCarousel .dark-blue .heading h3,
#global-ux .billboardCarousel .dark-blue .heading a:not(.cta-button),
#global-ux .billboardCarousel .dark-blue .heading a:before,
#global-ux .billboardCarousel .dark-blue .heading a:after,
#global-ux .billboardCarousel .dark-blue .heading p,
#global-ux .mediaCarousel .carousel.homepage .dark-blue .heading h2,
#global-ux .mediaCarousel .carousel.homepage .dark-blue .heading h3,
#global-ux .mediaCarousel .carousel.homepage .dark-blue .heading a:not(.cta-button),
#global-ux .mediaCarousel .carousel.homepage .dark-blue .heading a:before,
#global-ux .mediaCarousel .carousel.homepage .dark-blue .heading a:after,
#global-ux .mediaCarousel .carousel.homepage .dark-blue .heading p,
#global-ux .mediaCarousel .dark-blue .heading h2,
#global-ux .mediaCarousel .dark-blue .heading h3,
#global-ux .mediaCarousel .dark-blue .heading a:not(.cta-button),
#global-ux .mediaCarousel .dark-blue .heading a:before,
#global-ux .mediaCarousel .dark-blue .heading a:after,
#global-ux .mediaCarousel .dark-blue .heading p,
#global-ux .accessoriesTile .carousel.homepage .dark-blue .heading h2,
#global-ux .accessoriesTile .carousel.homepage .dark-blue .heading h3,
#global-ux .accessoriesTile .carousel.homepage .dark-blue .heading a:not(.cta-button),
#global-ux .accessoriesTile .carousel.homepage .dark-blue .heading a:before,
#global-ux .accessoriesTile .carousel.homepage .dark-blue .heading a:after,
#global-ux .accessoriesTile .carousel.homepage .dark-blue .heading p,
#global-ux .accessoriesTile .dark-blue .heading h2,
#global-ux .accessoriesTile .dark-blue .heading h3,
#global-ux .accessoriesTile .dark-blue .heading a:not(.cta-button),
#global-ux .accessoriesTile .dark-blue .heading a:before,
#global-ux .accessoriesTile .dark-blue .heading a:after,
#global-ux .accessoriesTile .dark-blue .heading p {
  color: #1b394e !important;
}

#global-ux .billboardCarousel .carousel.homepage .dark-blue .carousel-disclaimer p,
#global-ux .billboardCarousel .dark-blue .carousel-disclaimer p,
#global-ux .mediaCarousel .carousel.homepage .dark-blue .carousel-disclaimer p,
#global-ux .mediaCarousel .dark-blue .carousel-disclaimer p,
#global-ux .accessoriesTile .carousel.homepage .dark-blue .carousel-disclaimer p,
#global-ux .accessoriesTile .dark-blue .carousel-disclaimer p {
  color: #1b394e !important;
}

#global-ux .billboardCarousel .carousel-controls {
  bottom: auto;
  height: 35px;
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardCarousel .carousel-controls {
    height: 43px;
  }
}

@media only screen and (max-width: 767px) {
  #global-ux .billboardCarousel .slide-container .heading {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    height: auto;
  }
}

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

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

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

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

#global-ux .billboardCarousel .flex-control-nav li a.flex-active,
#global-ux .billboardCarousel .carousel-controls .flex-control-nav li a.flex-active {
  background: transparent;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  border: #fff solid 1px;
}

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

#global-ux .billboardCarousel .flex-control-nav li,
#global-ux .billboardCarousel .carousel-controls .flex-control-nav li {
  margin-top: 0;
  margin-bottom: 0;
}

#global-ux .billboardCarousel .billboard-buzz-carousel .flex-control-nav,
#global-ux .billboardCarousel .billboard-buzz-carousel .carousel-controls .flex-control-nav {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

#global-ux .billboardCarousel .billboard-buzz-carousel .flex-control-nav li,
#global-ux .billboardCarousel .billboard-buzz-carousel .carousel-controls .flex-control-nav li {
  margin: 1.25rem .375rem .625rem;
  line-height: normal;
}

#global-ux .billboardCarousel .billboard-buzz-carousel .flex-control-nav li,
#global-ux .billboardCarousel .billboard-buzz-carousel .flex-control-nav li a,
#global-ux .billboardCarousel .billboard-buzz-carousel .carousel-controls .flex-control-nav li,
#global-ux .billboardCarousel .billboard-buzz-carousel .carousel-controls .flex-control-nav li a {
  display: inline-block;
}

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

#global-ux .billboardCarousel .billboard-buzz-carousel .flex-control-nav li a.flex-active,
#global-ux .billboardCarousel .billboard-buzz-carousel .carousel-controls .flex-control-nav li a.flex-active {
  background: transparent;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  border: #2c95cd solid 1px;
}

#global-ux .billboardCarousel .billboard-buzz-carousel .flex-control-nav li a:after,
#global-ux .billboardCarousel .billboard-buzz-carousel .carousel-controls .flex-control-nav li a:after {
  display: none;
}

#global-ux .billboardCarousel .billboard-buzz-carousel .carousel-controls {
  top: auto !important;
  bottom: 10px;
}

#global-ux .billboardCarousel .carousel.homepage .heading h2 {
  font-weight: 200;
}

#global-ux .billboardCarousel .carousel.homepage .heading h2 strong {
  display: block;
}

#global-ux .billboardCarousel .carousel.homepage .heading p {
  visibility: visible;
  text-transform: uppercase;
}

#global-ux .billboardCarousel .carousel.homepage .heading p a.cta-button {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
}

#global-ux .billboardCarousel .carousel.homepage .heading p a.cta-button:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  #global-ux .billboardCarousel .carousel.homepage .heading {
    top: auto;
    bottom: 40px;
    height: auto;
    text-align: center;
  }

  #global-ux .billboardCarousel .carousel.homepage .heading h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  #global-ux .billboardCarousel .carousel.homepage .heading h2 strong {
    display: inline;
    text-transform: capitalize;
  }

  #global-ux .billboardCarousel .carousel.homepage .heading p {
    margin: 0;
  }

  #global-ux .billboardCarousel .carousel.homepage .heading .hide-mob {
    display: none;
  }

  #global-ux .billboardCarousel .carousel.homepage .heading a.cta-button,
  #global-ux .billboardCarousel .carousel.homepage .heading a.cta-button.cta-button-primary,
  #global-ux .billboardCarousel .carousel.homepage .heading a.cta-button:hover,
  #global-ux .billboardCarousel .carousel.homepage .heading a.cta-button.cta-button-primary:hover {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 300;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: auto;
    color: #fff;
  }

  #global-ux .billboardCarousel .carousel.homepage .heading a.cta-button:before,
  #global-ux .billboardCarousel .carousel.homepage .heading a.cta-button.cta-button-primary:before,
  #global-ux .billboardCarousel .carousel.homepage .heading a.cta-button:hover:before,
  #global-ux .billboardCarousel .carousel.homepage .heading a.cta-button.cta-button-primary:hover:before {
    display: block;
    content: "\e618";
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -20px;
    font-size: 14px;
    font-size: .875rem;
  }

  #global-ux .billboardCarousel .carousel.homepage .heading .richtext .link-chevron {
    font-size: 12px;
    font-size: .75rem;
  }

  #global-ux .billboardCarousel .carousel.homepage .heading .richtext .link-chevron:after {
    font-size: 14px;
    font-size: .875rem;
  }

  #global-ux .billboardCarousel .carousel.homepage .carousel-disclaimer {
    display: none;
  }

  #global-ux .billboardCarousel .slide-container .heading {
    left: 0;
  }

  #global-ux .billboardCarousel .slide-container .heading .cta-button {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  #global-ux .billboardCarousel .heading {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  #global-ux .billboardCarousel .heading h2 {
    max-height: 96px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  #global-ux .billboardCarousel .heading h2 {
    max-height: 50px;
    line-height: 40px;
  }

  #global-ux .billboardCarousel .carousel-slide .heading {
    left: 6%;
    position: absolute;
    top: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #global-ux .flex-pauseplay {
    line-height: 0 !important;
    margin: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  #global-ux .billboardCarousel .carousel-controls .flex-control-nav {
    margin-top: 20px;
  }
}

#global-ux .gallery-trigger-lightbox.lightbox-backdrop .lightbox-close {
  right: 0;
}

#global-ux .gallery-trigger-carousel .carousel .carousel-content {
  padding: 0;
}

#global-ux .billboardCarousel .image-carousel {
  margin: 1.25rem;
}

#global-ux .billboardCarousel .image-carousel:focus {
  outline: 0;
}

#global-ux .billboardCarousel .image-carousel .flex-control-nav {
  margin: 0;
}

#global-ux .billboardCarousel .image-carousel .carousel-controls {
  bottom: auto;
  height: 4rem;
  padding: .8125rem 0;
  visibility: hidden;
}

#global-ux .billboardCarousel .image-carousel .carousel-controls a:after {
  background-color: #008CBA;
}

#global-ux .billboardCarousel .image-carousel .carousel-controls a.flex-active:after {
  border: solid 1px #008CBA;
}

#global-ux .billboardCarousel .image-carousel .carousel-arrows {
  bottom: auto;
  margin-top: 0;
  visibility: hidden;
}

#global-ux .billboardCarousel .image-carousel .heading {
  position: static;
  max-width: 53.75rem;
  margin: 4rem auto 2.5rem;
  padding: 0;
}

#global-ux .billboardCarousel .image-carousel .heading h2 {
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 400;
  margin: .625rem 0;
  text-shadow: none;
  text-align: center;
}

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

#global-ux .billboardCarousel .image-carousel .heading p {
  font-size: 14px;
  font-size: .875rem;
  visibility: visible;
  margin: .625rem;
  line-height: 1.75rem;
  text-shadow: none;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .billboardCarousel .image-carousel .heading p {
    font-size: 16px;
    font-size: 1rem;
  }
}

#global-ux .billboard-buzz-carousel {
  padding: 10% 5%;
}

#global-ux .billboard-buzz-carousel img {
  width: auto;
}

#global-ux .billboard-buzz-carousel .heading {
  position: relative;
  width: 100%;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  left: auto;
  right: auto;
}

#global-ux .billboard-buzz-carousel .heading a:not(.cta-button) {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
  color: #2596cf;
  text-shadow: none;
  text-decoration: none;
}

#global-ux .billboard-buzz-carousel .heading p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.25;
  color: #616161;
  text-shadow: none;
  visibility: visible;
  margin-top: 1.25em;
}

@media only screen and (min-width: 48em) {
  #global-ux .billboard-buzz-carousel .heading {
    top: 0;
  }
}

@media only screen and (min-width: 48em) {
  #global-ux .billboard-buzz-carousel.carousel .carousel-controls {
    display: none;
  }
}

#global-ux .billboard-buzz-carousel.carousel .carousel-controls li a:after {
  border: solid 1px #2596cf;
  background-color: #2596cf;
}

#global-ux .billboard-buzz-carousel.carousel .carousel-controls li a.flex-active:after {
  border: solid 1px #2596cf;
}

@media only screen and (min-width: 48em) {
  #global-ux .billboard-buzz-carousel.carousel .carousel-arrows {
    margin-top: -47px;
  }
}

#global-ux .billboard-buzz-carousel .component-content {
  text-align: center;
}

.rtl #global-ux .billboardCarousel .carousel,
.rtl #global-ux .mediaCarousel .carousel {
  direction: ltr;
}

.rtl #global-ux .billboardCarousel .carousel .carousel-arrows,
.rtl #global-ux .mediaCarousel .carousel .carousel-arrows {
  right: auto;
  left: -47px;
}

.rtl #global-ux .billboardCarousel .carousel:hover .carousel-arrows,
.rtl #global-ux .mediaCarousel .carousel:hover .carousel-arrows {
  left: 0;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .billboardCarousel .carousel.homepage .heading h2,
  .rtl #global-ux .billboardCarousel .carousel.homepage .heading h3,
  .rtl #global-ux .billboardCarousel .carousel.homepage .heading p,
  .rtl #global-ux .mediaCarousel .carousel.homepage .heading h2,
  .rtl #global-ux .mediaCarousel .carousel.homepage .heading h3,
  .rtl #global-ux .mediaCarousel .carousel.homepage .heading p {
    text-align: right;
  }
}

.rtl #global-ux .billboardCarousel .carousel.homepage .heading h2,
.rtl #global-ux .billboardCarousel .carousel.homepage .heading h3,
.rtl #global-ux .mediaCarousel .carousel.homepage .heading h2,
.rtl #global-ux .mediaCarousel .carousel.homepage .heading h3 {
  font-size: 48px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .billboardCarousel .carousel.homepage .heading h2,
  .rtl #global-ux .billboardCarousel .carousel.homepage .heading h3,
  .rtl #global-ux .mediaCarousel .carousel.homepage .heading h2,
  .rtl #global-ux .mediaCarousel .carousel.homepage .heading h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.rtl #global-ux .billboardCarousel .carousel.homepage .heading p,
.rtl #global-ux .mediaCarousel .carousel.homepage .heading p {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .rtl #global-ux .billboardCarousel .carousel.homepage .heading p,
  .rtl #global-ux .mediaCarousel .carousel.homepage .heading p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.rtl #global-ux .billboardCarousel .carousel.homepage .heading p a,
.rtl #global-ux .mediaCarousel .carousel.homepage .heading p a {
  font-size: 24px;
  font-size: 1.5rem;
}

.rtl #global-ux .billboardCarousel .carousel.homepage .heading p a:after,
.rtl #global-ux .mediaCarousel .carousel.homepage .heading p a:after {
  right: 100%;
  left: auto;
  margin-right: 0.5em;
  transform: translate(0, -50%) rotateY(-180deg);
}

@media only screen and (max-width: 767px) {
  .rtl #global-ux .billboardCarousel .carousel.homepage .heading .richtext .link-chevron,
  .rtl #global-ux .mediaCarousel .carousel.homepage .heading .richtext .link-chevron {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .rtl #global-ux .billboardCarousel .carousel.homepage .heading .richtext .link-chevron:after,
  .rtl #global-ux .mediaCarousel .carousel.homepage .heading .richtext .link-chevron:after {
    font-size: 80%;
  }
}

.rtl #global-ux .billboardCarousel .carousel-disclaimer p,
.rtl #global-ux .mediaCarousel .carousel-disclaimer p {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: right;
}

.rtl #global-ux .billboard-buzz-carousel .heading p {
  font-size: 24px;
  font-size: 1.5rem;
}

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

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

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

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

@media only screen and (min-width: 721px) {
  #global-ux .mediaCarousel .media-carousel .carousel-arrows.hide-on-desktop {
    display: none;
  }
}

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

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

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

#global-ux .mediaCarousel .media-carousel.carousel .carousel-arrows {
  right: -62px;
  top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.ie9 #global-ux .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content {
  overflow: hidden;
}

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

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

#global-ux .mediaCarousel .media-carousel .media-carousel-container .carousel-slide .media-carousel-video .component-content>a picture:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

#global-ux .mediaCarousel .media-carousel .carousel-controls {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  bottom: 15px;
}

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

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

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

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

#global-ux .mediaCarousel .media-carousel .carousel-btn {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 0;
  display: block;
  width: 62px;
  height: 62px;
  border: none;
  background-color: #2d96cd;
  cursor: pointer;
}

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

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

#global-ux .mediaCarousel .media-carousel .carousel-btn+ul {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

#global-ux .mediaCarousel .media-carousel .carousel-btn:hover {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#global-ux .mediaCarousel .blue-bkg .flex-control-nav li a.flex-active,
#global-ux .mediaCarousel .blue-bkg .carousel-controls .flex-control-nav li a.flex-active,
#global-ux .mediaCarousel .darkblue-bkg .flex-control-nav li a.flex-active,
#global-ux .mediaCarousel .darkblue-bkg .carousel-controls .flex-control-nav li a.flex-active {
  background: transparent;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  border: #fff solid 1px;
}

#global-ux .mediaCarousel .blue-bkg .flex-control-nav li a:after,
#global-ux .mediaCarousel .blue-bkg .carousel-controls .flex-control-nav li a:after,
#global-ux .mediaCarousel .darkblue-bkg .flex-control-nav li a:after,
#global-ux .mediaCarousel .darkblue-bkg .carousel-controls .flex-control-nav li a:after {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-control-nav li a.flex-active,
.carousel-controls .flex-control-nav li a.flex-active {
  background: transparent;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  border: #2c95cd solid 1px;
}

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

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

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

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

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

#global-ux .mediaCarousel .media-carousel.max-item-1 .media-carousel-container .carousel-slide .media-carousel-video {
  border: none;
}

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

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

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

.rtl #global-ux .mediaCarousel .media-carousel .image-caption h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .mediaCarousel .media-carousel .image-caption h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.rtl #global-ux .mediaCarousel .media-carousel .image-caption p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 48em) {
  .rtl #global-ux .mediaCarousel .media-carousel .image-caption p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .image {
    display: block !important;
  }
}

.image img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#global-ux .splitter-column .image img {
  width: auto;
  max-width: 100%;
}

#global-ux .splitter-column .image .component-content {
  text-align: center !important;
}

#global-ux .origin img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

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

  #global-ux .splitter-2-columns .splitter-column .image img,
  #global-ux .splitter-3-columns .splitter-column .image img {
    width: auto;
  }

  #global-ux .splitter-2-columns.next-steps .splitter-column .image img,
  #global-ux .splitter-3-columns.next-steps .splitter-column .image img {
    width: 30px;
  }
}

#global-ux .image .features-category-tile {
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
  height: 215px;
}

#global-ux .image .features-category-tile:hover img,
#global-ux .image .features-category-tile a:focus img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 0.7;
}

@media only screen and (min-width: 48em) {
  #global-ux .image .features-category-tile {
    margin: 0 15px 30px;
    height: auto;
  }
}

#global-ux .image .features-category-tile picture {
  display: block;
  background: #000;
}

#global-ux .image .features-category-tile picture img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.6;
}

#global-ux .image .features-category-tile .image-caption {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}

#global-ux .image .features-category-tile .image-caption h5,
#global-ux .image .features-category-tile .image-caption p {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#global-ux .image .features-category-tile .image-caption h5 {
  font-weight: 200;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0;
  line-height: 1;
}

#global-ux .image .features-category-tile .image-caption p {
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  position: relative;
  margin: 0;
  line-height: 1.5em;
}

#global-ux .image .features-category-tile .image-caption p .hidden-mobile:after {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  position: absolute;
  content: "\e615";
  font-family: "icomoon";
  top: 50%;
  margin-left: 10px;
}

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

#global-ux .image .video-link-overlay,
#global-ux .image .link-overlay-video {
  text-align: left;
}

#global-ux .image .video-link-overlay picture,
#global-ux .image .link-overlay-video picture {
  font-size: 4.0625rem;
  color: #fff;
  position: relative;
  display: none;
}

#global-ux .image .video-link-overlay picture:before,
#global-ux .image .link-overlay-video 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 .image .video-link-overlay picture img,
#global-ux .image .link-overlay-video picture img {
  width: auto;
  max-width: 100%;
}

#global-ux .image .video-link-overlay picture:before,
#global-ux .image .link-overlay-video picture:before {
  content: "\e632";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-width: 48em) {
  #global-ux .image .video-link-overlay picture,
  #global-ux .image .link-overlay-video picture {
    display: inline-block;
  }
}

#global-ux .image .video-link-overlay .image-caption,
#global-ux .image .link-overlay-video .image-caption {
  text-align: center;
}

@media only screen and (min-width: 48em) {
  #global-ux .image .video-link-overlay .image-caption,
  #global-ux .image .link-overlay-video .image-caption {
    text-align: left;
  }
}

#global-ux .image .video-link-overlay .image-caption a,
#global-ux .image .link-overlay-video .image-caption a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.875rem;
  letter-spacing: -0.05em;
}

#global-ux .image .image-fullscreen {
  position: relative;
}

#global-ux .image .image-fullscreen .button-container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 7px;
  background: rgba(0,0,0,0.6);
  cursor: pointer;
}

#global-ux .image .image-fullscreen .button-toggle-fullscreen {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("/etc/designs/fordcn/clientlibs/fordcn-re-ap/img/fullscreen.png") 0 0 no-repeat;
  height: 21px;
  width: 21px;
  line-height: 21px;
  vertical-align: middle;
  text-align: center;
  display: block;
}

.overlay-fullscreen-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

#global-ux .overlay-fullscreen {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
}

#global-ux .overlay-fullscreen .icon-download {
  background-position: -594px -578px;
}

#global-ux .overlay-fullscreen .overlay-close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
}

#global-ux .overlay-fullscreen .overlay-close .icon-plus {
  font-size: 28px;
  font-size: 1.75rem;
  display: block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-weight: 200;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin: 0;
  margin-left: 17px;
}

@media only screen and (min-width: 48em) {
  #global-ux .overlay-fullscreen .overlay-close .icon-plus {
    -webkit-transform: scale(1.35, 1.35);
    -ms-transform: scale(1.35, 1.35);
    -moz-transform: scale(1.35, 1.35);
    -o-transform: scale(1.35, 1.35);
    transform: scale(1.35, 1.35);
    margin: 8px 0 0 11px;
  }
}

#global-ux .overlay-fullscreen .overlay-close .icon-x {
  background-position: -63px -203px;
}

@media only screen and (min-width:48em) {
  #global-ux .overlay-fullscreen {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
  }
}

body.fullscreen-active #global-ux .overlay-fullscreen {
  opacity: 1;
  visibility: visible;
}

#global-ux .overlay-fullscreen img {
  width: 100%;
  cursor: pointer;
  z-index: 1;
}

#global-ux .overlay-fullscreen .fullscreen-caption {
  position: relative;
  width: 100%;
}

#global-ux .overlay-fullscreen .fullscreen-caption h3 {
  font-weight: 200;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 30px;
  line-height: 1.1;
  color: #fff;
  background: rgba(0,0,0,0.6);
  cursor: pointer;
}

@media only screen and (min-width:30.0625em) {
  #global-ux .overlay-fullscreen .fullscreen-caption h3 {
    padding: 30px 60px;
  }
}

#global-ux .overlay-fullscreen .fullscreen-caption .actionsPanel .action {
  width: auto;
}

#global-ux .overlay-fullscreen .actionsPanel {
  position: absolute;
  right: 30px;
  bottom: 0;
  padding: 0;
}

@media only screen and (min-width:30.0625em) {
  #global-ux .overlay-fullscreen .actionsPanel {
    right: 60px;
  }
}

@media screen and (max-width: 767px) {
  #global-ux .overlay-fullscreen .actionsPanel {
    bottom: -50px;
  }
}

#global-ux .overlay-fullscreen .actionsPanel .action {
  font-size: 12px;
  font-size: .75rem;
  display: inline-block;
  color: #fff;
  margin: 0 0 13px 10px;
}

#global-ux .overlay-fullscreen .actionsPanel .action a {
  color: inherit;
}

#global-ux .overlay-fullscreen .actionsPanel .action [class*='icon-'] {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 30em) {
  #global-ux .overlay-fullscreen img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  #global-ux .overlay-fullscreen .fullscreen-caption {
    position: absolute;
    top: 0;
    height: 100%;
  }

  #global-ux .overlay-fullscreen .fullscreen-caption h3 {
    top: 0;
    bottom: auto;
    background: none;
    padding: 20px 50px 20px 20px;
  }

  #global-ux .overlay-fullscreen .fullscreen-caption .actionsPanel {
    bottom: 10px;
  }
}

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

.rtl #global-ux .overlay-fullscreen .overlay-close {
  left: 0;
  right: auto;
  direction: rtl;
}

.rtl #global-ux .overlay-fullscreen .actionsPanel {
  right: auto;
  left: 30px;
}

@media only screen and (min-width: 30.0625em) {
  .rtl #global-ux .overlay-fullscreen .actionsPanel {
    right: auto;
    left: 60px;
  }
}

#global-ux .accordion,
#global-ux .accordionModelDetails {
  background-color: #fff;
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion,
  #global-ux .accordionModelDetails {
    padding-bottom: 0;
  }
}

#global-ux .accordion ul,
#global-ux .accordionModelDetails ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#global-ux .accordion li,
#global-ux .accordionModelDetails li {
  position: relative;
  padding: 18px 0 4px;
  margin: 0;
}

#global-ux .accordion li:nth-of-type(1),
#global-ux .accordionModelDetails li:nth-of-type(1) {
  animation-delay: 0.5s;
}

#global-ux .accordion li:nth-of-type(2),
#global-ux .accordionModelDetails li:nth-of-type(2) {
  animation-delay: 0.75s;
}

#global-ux .accordion li:nth-of-type(3),
#global-ux .accordionModelDetails li:nth-of-type(3) {
  animation-delay: 1.0s;
}

#global-ux .accordion li:last-of-type,
#global-ux .accordionModelDetails li:last-of-type {
  padding-bottom: 0;
}

#global-ux .accordion li input[type=checkbox],
#global-ux .accordionModelDetails li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: auto;
  height: auto;
  z-index: 1;
  opacity: 0;
}

#global-ux .accordion li input[type=checkbox]:checked ~ p,
#global-ux .accordionModelDetails li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

#global-ux .accordion li input[type=checkbox]:checked ~ i:before,
#global-ux .accordionModelDetails li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}

#global-ux .accordion li input[type=checkbox]:checked ~ i:after,
#global-ux .accordionModelDetails li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

#global-ux .accordion .richtext.section ul,
#global-ux .accordionModelDetails .richtext.section ul {
  list-style-type: disc;
  padding-left: 20px;
}

#global-ux .accordion .richtext.section ul li,
#global-ux .accordionModelDetails .richtext.section ul li {
  padding: 5px 0;
}

#global-ux .accordion .accordion-details-button,
#global-ux .accordion .accordion-indicator,
#global-ux .accordionModelDetails .accordion-details-button,
#global-ux .accordionModelDetails .accordion-indicator {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

#global-ux .accordion .accordion-indicator,
#global-ux .accordionModelDetails .accordion-indicator {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  transition: transform 0.2s ease;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 10px;
  line-height: 1;
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion .accordion-indicator,
  #global-ux .accordionModelDetails .accordion-indicator {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

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

#global-ux .accordion .accordion-item,
#global-ux .accordionModelDetails .accordion-item {
  animation: none;
  margin: 0;
  padding: 0;
}

#global-ux .accordion .accordion-item.active .accordion-handle .accordion-indicator,
#global-ux .accordionModelDetails .accordion-item.active .accordion-handle .accordion-indicator {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

#global-ux .accordion .accordion-item.active .accordion-body,
#global-ux .accordionModelDetails .accordion-item.active .accordion-body {
  opacity: 1;
}

#global-ux .accordion .accordion-handle,
#global-ux .accordionModelDetails .accordion-handle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
  position: absolute;
  right: 70px;
  top: 50%;
  display: table;
  max-width: 30%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}

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

@media only screen and (max-width: 47.9375em) {
  #global-ux .accordion .accordion-handle,
  #global-ux .accordionModelDetails .accordion-handle {
    right: 10px;
    max-width: 35%;
  }
}

#global-ux .accordion .accordion-title,
#global-ux .accordionModelDetails .accordion-title {
  position: relative;
  border-top: solid 1px rgba(206,206,206,0.5);
  background: #f7f7f7;
  padding: 1.9375rem 20px;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion .accordion-title,
  #global-ux .accordionModelDetails .accordion-title {
    padding: 1.3437rem 6.59722%;
  }
}

#global-ux .accordion .accordion-title a,
#global-ux .accordionModelDetails .accordion-title a {
  text-decoration: none;
  display: block;
}

#global-ux .accordion .accordion-title h3,
#global-ux .accordion .accordion-title i,
#global-ux .accordionModelDetails .accordion-title h3,
#global-ux .accordionModelDetails .accordion-title i {
  font-weight: 200;
  color: #2d96cd;
  float: left;
  line-height: 1;
}

#global-ux .accordion .accordion-title p,
#global-ux .accordionModelDetails .accordion-title p {
  margin: 0;
}

#global-ux .accordion .accordion-title h3,
#global-ux .accordionModelDetails .accordion-title h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  max-width: 70%;
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion .accordion-title h3,
  #global-ux .accordionModelDetails .accordion-title h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 62em) {
  #global-ux .accordion .accordion-title h3,
  #global-ux .accordionModelDetails .accordion-title h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #global-ux .accordion .accordion-title h3,
  #global-ux .accordionModelDetails .accordion-title h3 {
    max-width: 60%;
  }
}

#global-ux .accordion .accordion-body,
#global-ux .accordionModelDetails .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;
  overflow: hidden;
  height: 0;
  opacity: 0;
}

#global-ux .accordion .accordion-body .accordion-content,
#global-ux .accordionModelDetails .accordion-body .accordion-content {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
  color: #616161;
  border-top: none;
  padding: 0;
}

#global-ux .accordion .transition,
#global-ux .accordionModelDetails .transition {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#global-ux .accordion .flipIn,
#global-ux .accordion li,
#global-ux .accordion .accordionModelDetails li,
#global-ux .accordionModelDetails .accordion li,
#global-ux .accordionModelDetails .flipIn,
#global-ux .accordionModelDetails .accordion li,
#global-ux .accordion .accordionModelDetails li,
#global-ux .accordionModelDetails li {
  animation: flipdown 0.5s ease both;
}

#global-ux .accordion .no-select,
#global-ux .accordionModelDetails .no-select {
  -webkit-tap-highlight-color: transparent;
  -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 .accordion .actionsPanel,
#global-ux .accordionModelDetails .actionsPanel {
  font-size: 12px;
  font-size: .75rem;
  width: 25%;
  float: right;
  text-align: right;
  color: #2d96cd;
  padding: 0;
}

.cq-wcm-edit #global-ux .accordion .actionsPanel,
.cq-wcm-edit #global-ux .accordionModelDetails .actionsPanel {
  float: none;
  width: 100%;
}

#global-ux .accordion .actionsPanel+.richtext,
#global-ux .accordionModelDetails .actionsPanel+.richtext {
  width: 75%;
}

#global-ux .accordion .actionsPanel+.richtext:after,
#global-ux .accordionModelDetails .actionsPanel+.richtext:after {
  content: "";
  display: table;
  clear: both;
}

.cq-wcm-edit #global-ux .accordion .actionsPanel+.richtext,
.cq-wcm-edit #global-ux .accordionModelDetails .actionsPanel+.richtext {
  width: 100%;
}

#global-ux .accordion[data-disable-items-activation="1"] .accordion-title,
#global-ux .accordionModelDetails[data-disable-items-activation="1"] .accordion-title {
  cursor: auto !important;
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }

  5% {
    opacity: 1;
  }

  80% {
    transform: rotateX(8deg);
  }

  83% {
    transform: rotateX(6deg);
  }

  92% {
    transform: rotateX(-3deg);
  }

  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

.cq-wcm-design .accordion:not(.accordion-compare) .accordion-body,
.cq-wcm-edit .accordion:not(.accordion-compare) .accordion-body {
  height: auto !important;
  opacity: 1 !important;
}

#global-ux .accordion-overlay {
  background: #fff;
}

#global-ux .accordion-overlay .accordion-item {
  position: relative;
}

@media only screen and (max-width: 30em) {
  #global-ux .accordion-overlay .accordion-item {
    padding-bottom: 60px !important;
  }
}

#global-ux .accordion-overlay .accordion-item.active {
  padding-bottom: 60px !important;
}

#global-ux .accordion-overlay .accordion-title {
  cursor: default;
  position: relative;
  padding-right: 170px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 30em) {
  #global-ux .accordion-overlay .accordion-title {
    padding-right: 20px;
  }
}

#global-ux .accordion-overlay .accordion-title .accordion-handle {
  position: absolute;
  bottom: 15px;
  right: 20px;
  white-space: nowrap;
  cursor: pointer;
}

#global-ux .accordion-overlay .accordion-title h3 {
  color: #616161;
  line-height: normal;
  font-weight: 300;
  line-height: 1.8rem;
}

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

  #global-ux .accordion-overlay .accordion-title .accordion-handle {
    bottom: 28px;
    right: 40px;
  }

  #global-ux .accordion-overlay .accordion-title h3 {
    font-weight: 200;
    line-height: 2.2rem;
  }
}

@media only screen and (max-width: 30em) {
  #global-ux .accordion-overlay .accordion-title {
    padding-top: 10px;
  }
}

#global-ux .accordion-overlay .accordion-handle {
  display: none;
}

@media only screen and (min-width: 48em) {
  #global-ux .accordion-overlay .accordion-handle {
    display: table;
  }
}

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

#global-ux .accordion-overlay .accordion-title>a {
  cursor: default;
}

#global-ux .accordion-overlay .accordion-title .accordion-indicator {
  font-size: 16px;
  font-size: 1rem;
}

#global-ux .accordion-overlay .accordion-body {
  border-top: 0;
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -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;
  border-top: 1px solid #e0e0e0;
}

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