@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  overflow-x: hidden; }

body.no-scroll,
body.main-nav-open,
body.overlay-is-open {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%; }

body:not(.is-tabbed-bev) * {
  outline: 0 !important; }

.footer-search .search-input input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.back-to-the-top-button,
#legacy-browser-overlay.hidden {
  display: none; }

.fgx-brand-css .mainNavigation > .navbar.main-nav {
  position: relative; }

.fgx-brand-css .mainNavigation > .navbar.with-eyebrowmain-nav {
  position: relative; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124; } }

.content {
  margin: 0 auto;
  max-width: 1440px; }
  @media only screen and (min-width: 1441px) {
    .content {
      border-left: 1px solid #dbdbdb;
      border-right: 1px solid #dbdbdb; } }

#global-ux .content {
  border: 0 !important; }

#global-ux .cookie-disclaimer .text p,
#global-ux .cookie-disclaimer .text p a:not([class*="cta-"]) {
  color: white; }

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */ }

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

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *	`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.cq-wcm-edit #gux3 .richtext.hidden-desktop {
  display: block; }

.cq-wcm-edit #gux3 .richtext.hidden-mobile {
  display: block; }

.cq-wcm-edit #gux3 .richtext-align-bottom,
.cq-wcm-edit #gux3 .richtext-vehicle-attributes,
.cq-wcm-edit #gux3 .richtext-vehicle-attributes-no-cta {
  bottom: auto;
  z-index: 1000;
  margin: 20px auto;
  height: auto; }

.cq-wcm-edit #gux3 .richtext.richtext-billboard-disclosures {
  max-width: 200px;
  top: unset;
  height: 100px !important;
  bottom: 50px !important;
  position: absolute;
  margin: 0; }

.cq-wcm-edit #gux3 .billboard {
  padding: 20px 0; }

.cq-wcm-edit #gux3 .billboard-video {
  position: relative;
  top: 20px;
  padding: 50px 0; }
  .cq-wcm-edit #gux3 .billboard-video img {
    display: block; }
  .cq-wcm-edit #gux3 .billboard-video .billboard-content .billboard-paragraph {
    position: absolute; }
  @media only screen and (max-width: 61.9375em) {
    .cq-wcm-edit #gux3 .billboard-video.enabled-on-mobile .billboard-paragraph, .cq-wcm-edit #gux3 .billboard-video.enabled-on-tablet .billboard-paragraph {
      position: static; } }

.cq-wcm-edit #gux3 .richtext {
  top: 50px;
  max-height: 60%; }

.cq-wcm-edit #gux3 .secondaryNavigation {
  position: relative !important;
  display: block !important;
  margin-bottom: 40px;
  min-height: 150px;
  opacity: 1 !important; }

.cq-wcm-edit #gux3 .secondaryNavigation .navigation-horizontal.collapsed {
  display: block !important; }

.cq-wcm-edit #gux3 .bevModelsCarousel .models-carousel .carousel-container .image .image-caption {
  display: block;
  opacity: 1; }

.cq-wcm-edit #gux3 .tabs-content.active {
  display: block; }

.cq-wcm-edit .box-vehicle-attributes-wrapper .feature-container > .box .feature-container,
.cq-wcm-edit .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext,
.cq-wcm-edit .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .bevVehicleAttribute,
.cq-wcm-edit .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext .richtext-content,
.cq-wcm-edit .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .bevVehicleAttribute .component-content {
  display: block !important;
  width: 100% !important;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: unset; }

@font-face {
  font-family: 'AntennaRegular';
  src: url("gux3/fonts/ford-fonts/fordantenna-regular-webfont.woff2") format("woff2"), url("gux3/fonts/ford-fonts/fordantenna-regular-webfont.woff") format("woff"), url("gux3/fonts/ford-fonts/fordantenna-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'AntennaBold';
  src: url("gux3/fonts/ford-fonts/fordantenna-condensed-bold.woff2") format("woff2"), url("gux3/fonts/ford-fonts/fordantenna-condensed-bold.woff") format("woff"), url("gux3/fonts/ford-fonts/fordantenna-condensed-bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'AntennaCondExtraLight';
  src: url("gux3/fonts/ford/antenna-cond-extra-light.eot?v=2");
  src: url("gux3/fonts/ford/antenna-cond-extra-light.eot?v=2") format("embedded-opentype"), url("gux3/fonts/ford/antenna-cond-extra-light.woff?v=2") format("woff"), url("gux3/fonts/ford/antenna-cond-extra-light.ttf?v=2") format("truetype"), url("gux3/fonts/ford/antenna-cond-extra-light.svg#web?v=2") format("svg");
  font-style: normal;
  font-weight: 100; }

@font-face {
  font-family: 'AntennaCondLight';
  src: url("gux3/fonts/ford/antenna-cond-light.eot?v=2");
  src: url("gux3/fonts/ford/antenna-cond-light.eot?v=2") format("embedded-opentype"), url("gux3/fonts/ford/antenna-cond-light.woff?v=2") format("woff"), url("gux3/fonts/ford/antenna-cond-light.ttf?v=2") format("truetype"), url("gux3/fonts/ford/antenna-cond-light.svg#web?v=2") format("svg");
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'FordAntennaCond-Regular';
  src: url("gux3/fonts/ford/Ford-Antenna-Condensed-Regular.eot");
  src: url("gux3/fonts/ford/Ford-Antenna-Condensed-Regular.eot?") format("embedded-opentype"), url("gux3/fonts/ford/Ford-Antenna-Condensed-Regular.woff2") format("woff2"), url("gux3/fonts/ford/Ford-Antenna-Condensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AntennaCondMedium';
  src: url("gux3/fonts/ford/Ford-Antenna-Medium.eot");
  src: url("gux3/fonts/ford/Ford-Antenna-Medium.eot?") format("embedded-opentype"), url("gux3/fonts/ford/Ford-Antenna-Medium.woff2") format("woff2"), url("gux3/fonts/ford/Ford-Antenna-Medium.woff") format("woff");
  font-style: normal; }

@font-face {
  font-family: 'AntennaCondBold';
  src: url("gux3/fonts/ford/Ford-Antenna-Condensed Bold.eot");
  src: url("gux3/fonts/ford/Ford-Antenna-Condensed Bold.eot?") format("embedded-opentype"), url("gux3/fonts/ford/Ford-Antenna-Condensed-Bold.woff2") format("woff2"), url("gux3/fonts/ford/Ford-Antenna-Condensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'icomoon-gux-3';
  src: url("gux3/fonts/icons/icomoon.ttf") format("truetype"), url("gux3/fonts/icons/icomoon.woff") format("woff"), url("gux3/fonts/icons/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

#g3 .overlay .display-heading,
#gux3 .display-heading {
  font-size: 40px;
  font-family: "AntennaCondBold", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .display-heading,
    #gux3 .display-heading {
      font-size: 45px;
      line-height: 1.444; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .display-heading,
    #gux3 .display-heading {
      font-size: 60px;
      line-height: 1.167;
      letter-spacing: 2px; } }

#g3 .overlay .primary-heading, #g3 .overlay [class*="billboard-gux-3-0"] .richtext h2, #gux3 [class*="billboard-gux-3-0"] .richtext #g3 .overlay h2,
#gux3 .primary-heading,
#gux3 #g3 .overlay [class*="billboard-gux-3-0"] .richtext h2,
#g3 .overlay [class*="billboard-gux-3-0"] .richtext #gux3 h2,
#gux3 [class*="billboard-gux-3-0"] .richtext h2 {
  font-size: 35px;
  font-family: "AntennaCondExtraLight", Arial, Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1.286;
  letter-spacing: 3.5px;
  text-indent: 0;
  height: auto; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .primary-heading, #g3 .overlay [class*="billboard-gux-3-0"] .richtext h2, #gux3 [class*="billboard-gux-3-0"] .richtext #g3 .overlay h2,
    #gux3 .primary-heading,
    #gux3 #g3 .overlay [class*="billboard-gux-3-0"] .richtext h2,
    #g3 .overlay [class*="billboard-gux-3-0"] .richtext #gux3 h2,
    #gux3 [class*="billboard-gux-3-0"] .richtext h2 {
      font-size: 40px;
      line-height: 1.375;
      letter-spacing: 3px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .primary-heading, #g3 .overlay [class*="billboard-gux-3-0"] .richtext h2, #gux3 [class*="billboard-gux-3-0"] .richtext #g3 .overlay h2,
    #gux3 .primary-heading,
    #gux3 #g3 .overlay [class*="billboard-gux-3-0"] .richtext h2,
    #g3 .overlay [class*="billboard-gux-3-0"] .richtext #gux3 h2,
    #gux3 [class*="billboard-gux-3-0"] .richtext h2 {
      font-size: 50px;
      line-height: 1.4;
      letter-spacing: 2px; } }

#g3 .overlay .secondary-heading,
#gux3 .secondary-heading {
  font-size: 16px;
  font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.562;
  letter-spacing: 4px;
  margin-top: 3.2px;
  margin-bottom: 8px; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .secondary-heading,
    #gux3 .secondary-heading {
      font-size: 30px;
      line-height: 1.333; } }

#g3 .overlay .tertiary-heading, #g3 .overlay [class*="billboard-gux-3-0"] .richtext h4, #gux3 [class*="billboard-gux-3-0"] .richtext #g3 .overlay h4,
#gux3 .tertiary-heading,
#gux3 #g3 .overlay [class*="billboard-gux-3-0"] .richtext h4,
#g3 .overlay [class*="billboard-gux-3-0"] .richtext #gux3 h4,
#gux3 [class*="billboard-gux-3-0"] .richtext h4 {
  font-size: 12px;
  font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 2.083;
  letter-spacing: 2.5px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .tertiary-heading, #g3 .overlay [class*="billboard-gux-3-0"] .richtext h4, #gux3 [class*="billboard-gux-3-0"] .richtext #g3 .overlay h4,
    #gux3 .tertiary-heading,
    #gux3 #g3 .overlay [class*="billboard-gux-3-0"] .richtext h4,
    #g3 .overlay [class*="billboard-gux-3-0"] .richtext #gux3 h4,
    #gux3 [class*="billboard-gux-3-0"] .richtext h4 {
      font-size: 14px;
      line-height: 1.786;
      letter-spacing: 3px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .tertiary-heading, #g3 .overlay [class*="billboard-gux-3-0"] .richtext h4, #gux3 [class*="billboard-gux-3-0"] .richtext #g3 .overlay h4,
    #gux3 .tertiary-heading,
    #gux3 #g3 .overlay [class*="billboard-gux-3-0"] .richtext h4,
    #g3 .overlay [class*="billboard-gux-3-0"] .richtext #gux3 h4,
    #gux3 [class*="billboard-gux-3-0"] .richtext h4 {
      font-size: 24px;
      line-height: 1.458; } }

#g3 .overlay #global-ux h1,
#gux3 #global-ux h1 {
  font-size: 35px;
  font-family: "AntennaCondExtraLight", Arial, Helvetica, sans-serif;
  font-weight: 200;
  color: #4d4d4d;
  line-height: 1.286;
  letter-spacing: 3.5px;
  text-indent: 0;
  height: auto;
  text-indent: 0; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay #global-ux h1,
    #gux3 #global-ux h1 {
      font-size: 40px;
      line-height: 1.375;
      letter-spacing: 3px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay #global-ux h1,
    #gux3 #global-ux h1 {
      font-size: 50px;
      line-height: 1.4;
      letter-spacing: 2px; } }

#g3 .overlay h1,
#gux3 h1 {
  font-size: 35px;
  font-family: "AntennaCondExtraLight", Arial, Helvetica, sans-serif;
  font-weight: 200;
  color: #4d4d4d;
  line-height: 1.286;
  letter-spacing: 3.5px;
  text-indent: 0;
  height: auto; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay h1,
    #gux3 h1 {
      font-size: 40px;
      line-height: 1.375;
      letter-spacing: 3px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay h1,
    #gux3 h1 {
      font-size: 50px;
      line-height: 1.4;
      letter-spacing: 2px; } }

#g3 .overlay h2,
#gux3 h2 {
  font-size: 16px;
  font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #4d4d4d;
  line-height: 1.562;
  letter-spacing: 4px;
  margin-top: 3.2px;
  margin-bottom: 8px; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay h2,
    #gux3 h2 {
      font-size: 30px;
      line-height: 1.333; } }

#g3 .overlay h3,
#g3 .overlay h4,
#g3 .overlay h5,
#gux3 h3,
#gux3 h4,
#gux3 h5 {
  font-size: 12px;
  font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #4d4d4d;
  line-height: 2.083;
  letter-spacing: 2.5px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay h3,
    #g3 .overlay h4,
    #g3 .overlay h5,
    #gux3 h3,
    #gux3 h4,
    #gux3 h5 {
      font-size: 14px;
      line-height: 1.786;
      letter-spacing: 3px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay h3,
    #g3 .overlay h4,
    #g3 .overlay h5,
    #gux3 h3,
    #gux3 h4,
    #gux3 h5 {
      font-size: 24px;
      line-height: 1.458; } }

#g3 .overlay h1,
#g3 .overlay h2,
#g3 .overlay h3,
#g3 .overlay h4,
#g3 .overlay h5,
#g3 .overlay h6,
#gux3 h1,
#gux3 h2,
#gux3 h3,
#gux3 h4,
#gux3 h5,
#gux3 h6 {
  text-rendering: optimizeSpeed; }

#g3 .overlay p,
#gux3 p {
  font-size: 12px;
  color: #4d4d4d;
  font-weight: 300;
  font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
  line-height: 2;
  letter-spacing: 1px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay p,
    #gux3 p {
      font-size: 13px;
      letter-spacing: 1px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay p,
    #gux3 p {
      font-size: 14px;
      line-height: 1.929;
      letter-spacing: 1px; } }

#g3 .overlay .primary-cta,
#gux3 .primary-cta {
  font-size: 12px;
  line-height: 1.667;
  font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  color: #102b4e; }
  #g3 .overlay .primary-cta:hover,
  #gux3 .primary-cta:hover {
    color: #2861a4; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .primary-cta,
    #gux3 .primary-cta {
      font-size: 18px;
      line-height: 1.444; } }

#g3 .overlay .secondary-cta,
#gux3 .secondary-cta {
  font-size: 12px;
  line-height: 2.167;
  font-family: "FordAntennaCond-Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #102b4e; }
  #g3 .overlay .secondary-cta:hover,
  #gux3 .secondary-cta:hover {
    color: #2861a4; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .secondary-cta,
    #gux3 .secondary-cta {
      font-size: 13px;
      line-height: 2; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .secondary-cta,
    #gux3 .secondary-cta {
      font-size: 14px;
      line-height: 1.786; } }

#g3 .overlay .regular, #g3 .overlay [class*="billboard-gux-3-0"] .richtext p, #gux3 [class*="billboard-gux-3-0"] .richtext #g3 .overlay p,
#gux3 .regular,
#gux3 #g3 .overlay [class*="billboard-gux-3-0"] .richtext p,
#g3 .overlay [class*="billboard-gux-3-0"] .richtext #gux3 p,
#gux3 [class*="billboard-gux-3-0"] .richtext p {
  font-size: 12px;
  font-weight: 300;
  font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
  line-height: 2;
  letter-spacing: 1px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .regular, #g3 .overlay [class*="billboard-gux-3-0"] .richtext p, #gux3 [class*="billboard-gux-3-0"] .richtext #g3 .overlay p,
    #gux3 .regular,
    #gux3 #g3 .overlay [class*="billboard-gux-3-0"] .richtext p,
    #g3 .overlay [class*="billboard-gux-3-0"] .richtext #gux3 p,
    #gux3 [class*="billboard-gux-3-0"] .richtext p {
      font-size: 13px;
      letter-spacing: 1px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .regular, #g3 .overlay [class*="billboard-gux-3-0"] .richtext p, #gux3 [class*="billboard-gux-3-0"] .richtext #g3 .overlay p,
    #gux3 .regular,
    #gux3 #g3 .overlay [class*="billboard-gux-3-0"] .richtext p,
    #g3 .overlay [class*="billboard-gux-3-0"] .richtext #gux3 p,
    #gux3 [class*="billboard-gux-3-0"] .richtext p {
      font-size: 14px;
      line-height: 1.929;
      letter-spacing: 1px; } }

#g3 .overlay .small,
#gux3 .small {
  font-size: 10px;
  font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .small,
    #gux3 .small {
      font-size: 11px;
      line-height: 1.818;
      letter-spacing: 1px; } }

#g3 .overlay .nowrap,
#gux3 .nowrap {
  white-space: nowrap; }

#g3 .overlay b,
#g3 .overlay strong,
#gux3 b,
#gux3 strong {
  font-family: "AntennaBold", Arial, Helvetica, sans-serif;
  font-weight: 700; }

#g3 .overlay *:focus,
#gux3 *:focus {
  outline: 3px solid #102b4e; }

#g3 .overlay .richtext-white *:focus,
#gux3 .richtext-white *:focus {
  outline: 3px solid #fff; }

#g3 .overlay .icon-tick:after,
#gux3 .icon-tick:after {
  font-family: 'icomoon-gux-3';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\E90F";
  font-size: 32px;
  color: #102b4e; }

#g3 .overlay .billboard,
#gux3 .billboard {
  overflow: visible;
  min-height: 0; }
  #g3 .overlay .billboard .component-content,
  #gux3 .billboard .component-content {
    display: block; }
  #g3 .overlay .billboard .billboard-content .billboard-inner,
  #gux3 .billboard .billboard-content .billboard-inner {
    position: relative; }
  #g3 .overlay .billboard .billboard-content .billboard-paragraph,
  #gux3 .billboard .billboard-content .billboard-paragraph {
    padding: 0;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    overflow: visible;
    max-width: none; }
  #g3 .overlay .billboard .billboard-content .billboard-link-layer,
  #gux3 .billboard .billboard-content .billboard-link-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #g3 .overlay .billboard .billboard-content sup[data-disclosure],
  #gux3 .billboard .billboard-content sup[data-disclosure] {
    font-weight: inherit;
    text-decoration: none; }

#g3 .overlay [class*="billboard-gux-3-0"] .billboard-inner .component-content,
#gux3 [class*="billboard-gux-3-0"] .billboard-inner .component-content {
  overflow: hidden; }
  #g3 .overlay [class*="billboard-gux-3-0"] .billboard-inner .component-content img,
  #gux3 [class*="billboard-gux-3-0"] .billboard-inner .component-content img {
    width: 100%;
    height: auto;
    max-width: none;
    position: relative; }
    #g3 .overlay [class*="billboard-gux-3-0"] .billboard-inner .component-content img:not(.completed),
    #gux3 [class*="billboard-gux-3-0"] .billboard-inner .component-content img:not(.completed) {
      min-height: 450px; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [class*="billboard-gux-3-0"] .billboard-inner .component-content img:not(.completed),
        #gux3 [class*="billboard-gux-3-0"] .billboard-inner .component-content img:not(.completed) {
          min-height: 600px; } }

#g3 .overlay [class*="billboard-gux-3-0"] .billboard-content,
#gux3 [class*="billboard-gux-3-0"] .billboard-content {
  height: 100%; }
  #g3 .overlay [class*="billboard-gux-3-0"] .billboard-content .billboard-paragraph,
  #gux3 [class*="billboard-gux-3-0"] .billboard-content .billboard-paragraph {
    height: 100%;
    top: 0; }
    #g3 .overlay [class*="billboard-gux-3-0"] .billboard-content .billboard-paragraph h1,
    #g3 .overlay [class*="billboard-gux-3-0"] .billboard-content .billboard-paragraph h2,
    #g3 .overlay [class*="billboard-gux-3-0"] .billboard-content .billboard-paragraph h3,
    #g3 .overlay [class*="billboard-gux-3-0"] .billboard-content .billboard-paragraph h4,
    #g3 .overlay [class*="billboard-gux-3-0"] .billboard-content .billboard-paragraph h5,
    #gux3 [class*="billboard-gux-3-0"] .billboard-content .billboard-paragraph h1,
    #gux3 [class*="billboard-gux-3-0"] .billboard-content .billboard-paragraph h2,
    #gux3 [class*="billboard-gux-3-0"] .billboard-content .billboard-paragraph h3,
    #gux3 [class*="billboard-gux-3-0"] .billboard-content .billboard-paragraph h4,
    #gux3 [class*="billboard-gux-3-0"] .billboard-content .billboard-paragraph h5 {
      text-shadow: none; }

#g3 .overlay [class*="billboard-gux-3-0"] picture,
#gux3 [class*="billboard-gux-3-0"] picture {
  width: 100%;
  height: 100%;
  display: block; }

#g3 .overlay [class*="billboard-gux-3-0"] [style*="align"] > .btn-primary-square, #g3 .overlay [class*="billboard-gux-3-0"] [id="common-login-app"] .cl-main-wrapper [style*="align"] > .cl-button, #g3 .overlay [id="common-login-app"] .cl-main-wrapper [class*="billboard-gux-3-0"] [style*="align"] > .cl-button, #gux3 [id="common-login-app"] .cl-main-wrapper #g3 .overlay [class*="billboard-gux-3-0"] [style*="align"] > .cl-button,
#g3 .overlay [class*="billboard-gux-3-0"] [style*="align"] > .btn-primary-square-wide,
#g3 .overlay [class*="billboard-gux-3-0"] .btn-primary-square,
#g3 .overlay [class*="billboard-gux-3-0"] [id="common-login-app"] .cl-main-wrapper .cl-button,
#g3 .overlay [id="common-login-app"] .cl-main-wrapper [class*="billboard-gux-3-0"] .cl-button,
#gux3 [id="common-login-app"] .cl-main-wrapper #g3 .overlay [class*="billboard-gux-3-0"] .cl-button,
#g3 .overlay [class*="billboard-gux-3-0"] .btn-primary-square-wide,
#gux3 [class*="billboard-gux-3-0"] [style*="align"] > .btn-primary-square,
#g3 .overlay [id="common-login-app"] .cl-main-wrapper #gux3 [class*="billboard-gux-3-0"] [style*="align"] > .cl-button,
#gux3 [class*="billboard-gux-3-0"] [id="common-login-app"] .cl-main-wrapper [style*="align"] > .cl-button,
#gux3 [id="common-login-app"] .cl-main-wrapper [class*="billboard-gux-3-0"] [style*="align"] > .cl-button,
#gux3 [class*="billboard-gux-3-0"] [style*="align"] > .btn-primary-square-wide,
#gux3 [class*="billboard-gux-3-0"] .btn-primary-square,
#g3 .overlay [id="common-login-app"] .cl-main-wrapper #gux3 [class*="billboard-gux-3-0"] .cl-button,
#gux3 [class*="billboard-gux-3-0"] [id="common-login-app"] .cl-main-wrapper .cl-button,
#gux3 [id="common-login-app"] .cl-main-wrapper [class*="billboard-gux-3-0"] .cl-button,
#gux3 [class*="billboard-gux-3-0"] .btn-primary-square-wide {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%); }
  #g3 .overlay [class*="billboard-gux-3-0"] [style*="align"] > .btn-primary-square:hover, #g3 .overlay [class*="billboard-gux-3-0"] [id="common-login-app"] .cl-main-wrapper [style*="align"] > .cl-button:hover, #g3 .overlay [id="common-login-app"] .cl-main-wrapper [class*="billboard-gux-3-0"] [style*="align"] > .cl-button:hover, #gux3 [id="common-login-app"] .cl-main-wrapper #g3 .overlay [class*="billboard-gux-3-0"] [style*="align"] > .cl-button:hover,
  #g3 .overlay [class*="billboard-gux-3-0"] [style*="align"] > .btn-primary-square-wide:hover,
  #g3 .overlay [class*="billboard-gux-3-0"] .btn-primary-square:hover,
  #g3 .overlay [class*="billboard-gux-3-0"] [id="common-login-app"] .cl-main-wrapper .cl-button:hover,
  #g3 .overlay [id="common-login-app"] .cl-main-wrapper [class*="billboard-gux-3-0"] .cl-button:hover,
  #gux3 [id="common-login-app"] .cl-main-wrapper #g3 .overlay [class*="billboard-gux-3-0"] .cl-button:hover,
  #g3 .overlay [class*="billboard-gux-3-0"] .btn-primary-square-wide:hover,
  #gux3 [class*="billboard-gux-3-0"] [style*="align"] > .btn-primary-square:hover,
  #g3 .overlay [id="common-login-app"] .cl-main-wrapper #gux3 [class*="billboard-gux-3-0"] [style*="align"] > .cl-button:hover,
  #gux3 [class*="billboard-gux-3-0"] [id="common-login-app"] .cl-main-wrapper [style*="align"] > .cl-button:hover,
  #gux3 [id="common-login-app"] .cl-main-wrapper [class*="billboard-gux-3-0"] [style*="align"] > .cl-button:hover,
  #gux3 [class*="billboard-gux-3-0"] [style*="align"] > .btn-primary-square-wide:hover,
  #gux3 [class*="billboard-gux-3-0"] .btn-primary-square:hover,
  #g3 .overlay [id="common-login-app"] .cl-main-wrapper #gux3 [class*="billboard-gux-3-0"] .cl-button:hover,
  #gux3 [class*="billboard-gux-3-0"] [id="common-login-app"] .cl-main-wrapper .cl-button:hover,
  #gux3 [id="common-login-app"] .cl-main-wrapper [class*="billboard-gux-3-0"] .cl-button:hover,
  #gux3 [class*="billboard-gux-3-0"] .btn-primary-square-wide:hover {
    -webkit-transform: translate(-50%, 50%) scale(1.06667);
            transform: translate(-50%, 50%) scale(1.06667); }

#g3 .overlay [class*="billboard-gux-3-0"] .btn-primary-square-bottom,
#gux3 [class*="billboard-gux-3-0"] .btn-primary-square-bottom {
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
  #g3 .overlay [class*="billboard-gux-3-0"] .btn-primary-square-bottom:hover,
  #gux3 [class*="billboard-gux-3-0"] .btn-primary-square-bottom:hover {
    -webkit-transform: translate(0, 0) scale(1.06667);
            transform: translate(0, 0) scale(1.06667); }

#g3 .overlay [class*="billboard-gux-3-0"] .richtext,
#gux3 [class*="billboard-gux-3-0"] .richtext {
  width: 100%;
  margin-top: 35px; }
  #g3 .overlay [class*="billboard-gux-3-0"] .richtext.richtext-align-center,
  #gux3 [class*="billboard-gux-3-0"] .richtext.richtext-align-center {
    margin: 0 auto; }

#g3 .overlay [class*="billboard-gux-3-0"] .richtext-content,
#gux3 [class*="billboard-gux-3-0"] .richtext-content {
  margin-top: 60px;
  padding-left: 8%;
  padding-right: 8%; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay [class*="billboard-gux-3-0"] .richtext-content,
    #gux3 [class*="billboard-gux-3-0"] .richtext-content {
      margin-top: 68px;
      padding-left: 22.4%;
      padding-right: 22.4%; } }
  @media only screen and (min-width: 48em) {
    #g3 .overlay [class*="billboard-gux-3-0"] .richtext-content,
    #gux3 [class*="billboard-gux-3-0"] .richtext-content {
      margin-top: 86px;
      padding-left: 21.65%;
      padding-right: 21.65%; } }
  #g3 .overlay [class*="billboard-gux-3-0"] .richtext-content > :last-child,
  #gux3 [class*="billboard-gux-3-0"] .richtext-content > :last-child {
    margin-bottom: 0; }

#g3 .overlay .overlay-content-wrapper [class*="billboard-gux-3-0"] .billboard-inner .component-content img,
#gux3 .overlay-content-wrapper [class*="billboard-gux-3-0"] .billboard-inner .component-content img {
  min-height: auto; }

#g3 .overlay .billboard-gux-3-0-with-text-below,
#gux3 .billboard-gux-3-0-with-text-below {
  height: auto;
  max-height: none; }
  #g3 .overlay .billboard-gux-3-0-with-text-below .billboard-content .billboard-paragraph,
  #g3 .overlay .billboard-gux-3-0-with-text-below .billboard-content .richtext-position-bottom,
  #gux3 .billboard-gux-3-0-with-text-below .billboard-content .billboard-paragraph,
  #gux3 .billboard-gux-3-0-with-text-below .billboard-content .richtext-position-bottom {
    position: relative; }
  #g3 .overlay .billboard-gux-3-0-with-text-below .box-content .richtext-content,
  #gux3 .billboard-gux-3-0-with-text-below .box-content .richtext-content {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 70px; }
  #g3 .overlay .billboard-gux-3-0-with-text-below .richtext,
  #gux3 .billboard-gux-3-0-with-text-below .richtext {
    margin-top: 0; }
  #g3 .overlay .billboard-gux-3-0-with-text-below [class*="richtext-gradient-"]::before,
  #gux3 .billboard-gux-3-0-with-text-below [class*="richtext-gradient-"]::before {
    bottom: auto;
    height: 50%;
    top: -49%; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .billboard-gux-3-0-with-text-below [class*="richtext-gradient-"]::before,
      #gux3 .billboard-gux-3-0-with-text-below [class*="richtext-gradient-"]::before {
        height: 100%;
        top: -99%; } }

#g3 .overlay .billboard-video .brightcove,
#gux3 .billboard-video .brightcove {
  margin-bottom: 0; }
  #g3 .overlay .billboard-video .brightcove .vjs-big-play-button,
  #gux3 .billboard-video .brightcove .vjs-big-play-button {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%; }

#g3 .overlay .billboard-video .richtext,
#gux3 .billboard-video .richtext {
  position: absolute;
  z-index: 9;
  height: 100%; }
  #g3 .overlay .billboard-video .richtext.richtext-align-bottom, #g3 .overlay .billboard-video .richtext.richtext-vehicle-attributes, #g3 .overlay .billboard-video .richtext.richtext-vehicle-attributes-no-cta, #g3 .overlay .billboard-video .richtext.richtext-billboard-disclosures,
  #gux3 .billboard-video .richtext.richtext-align-bottom,
  #gux3 .billboard-video .richtext.richtext-vehicle-attributes,
  #gux3 .billboard-video .richtext.richtext-vehicle-attributes-no-cta,
  #gux3 .billboard-video .richtext.richtext-billboard-disclosures {
    height: auto; }

#g3 .overlay .billboard-video .show-controls .vjs-control-bar,
#g3 .overlay .billboard-video .show-controls .video-js.vjs-playing .vjs-control-bar,
#gux3 .billboard-video .show-controls .vjs-control-bar,
#gux3 .billboard-video .show-controls .video-js.vjs-playing .vjs-control-bar {
  z-index: 1001; }

@media only screen and (max-width: 61.9375em) {
  #g3 .overlay .billboard-video.enabled-on-mobile .billboard-inner > .component-content, #g3 .overlay .billboard-video.enabled-on-tablet .billboard-inner > .component-content,
  #gux3 .billboard-video.enabled-on-mobile .billboard-inner > .component-content,
  #gux3 .billboard-video.enabled-on-tablet .billboard-inner > .component-content {
    display: none; }
  #g3 .overlay .billboard-video.enabled-on-mobile .billboard-paragraph, #g3 .overlay .billboard-video.enabled-on-tablet .billboard-paragraph,
  #gux3 .billboard-video.enabled-on-mobile .billboard-paragraph,
  #gux3 .billboard-video.enabled-on-tablet .billboard-paragraph {
    position: static; } }

#g3 .overlay .billboard-video.video-loaded .billboard-content .billboard-paragraph,
#gux3 .billboard-video.video-loaded .billboard-content .billboard-paragraph {
  position: relative; }

#g3 .overlay .billboard-video.video-loaded .billboard-inner > .component-content,
#gux3 .billboard-video.video-loaded .billboard-inner > .component-content {
  display: none; }

@media only screen and (max-width: 61.9375em) {
  #g3 .overlay .billboard-video.video-loaded:not(.enabled-on-mobile) .billboard-content .billboard-paragraph, #g3 .overlay .billboard-video.video-loaded:not(.enabled-on-tablet) .billboard-content .billboard-paragraph,
  #gux3 .billboard-video.video-loaded:not(.enabled-on-mobile) .billboard-content .billboard-paragraph,
  #gux3 .billboard-video.video-loaded:not(.enabled-on-tablet) .billboard-content .billboard-paragraph {
    position: absolute; }
  #g3 .overlay .billboard-video.video-loaded:not(.enabled-on-mobile) .billboard-inner > .component-content, #g3 .overlay .billboard-video.video-loaded:not(.enabled-on-tablet) .billboard-inner > .component-content,
  #gux3 .billboard-video.video-loaded:not(.enabled-on-mobile) .billboard-inner > .component-content,
  #gux3 .billboard-video.video-loaded:not(.enabled-on-tablet) .billboard-inner > .component-content {
    display: block; } }

#g3 .overlay .billboard-video:not(.billboard-with-vehicle-attributes) .brightcove .video-js.vjs-paused .vjs-big-play-button,
#g3 .overlay .billboard-video:not(.billboard-with-vehicle-attributes) .brightcove .video-js.vjs-playing .vjs-big-play-button,
#g3 .overlay .billboard-video:not(.billboard-with-vehicle-attributes) .brightcove .video-js.vjs-playing .vjs-control-bar,
#gux3 .billboard-video:not(.billboard-with-vehicle-attributes) .brightcove .video-js.vjs-paused .vjs-big-play-button,
#gux3 .billboard-video:not(.billboard-with-vehicle-attributes) .brightcove .video-js.vjs-playing .vjs-big-play-button,
#gux3 .billboard-video:not(.billboard-with-vehicle-attributes) .brightcove .video-js.vjs-playing .vjs-control-bar {
  display: none !important; }

#g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .billboard-content,
#gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .billboard-content {
  text-align: inherit; }

#g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .brightcove .video-js.vjs-paused .vjs-big-play-button,
#gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .brightcove .video-js.vjs-paused .vjs-big-play-button {
  display: none !important; }

#g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .brightcove .vjs-control-bar,
#gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .brightcove .vjs-control-bar {
  display: block !important;
  background: none;
  border: none;
  z-index: 8 !important;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto; }

#g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .vjs-control-bar [class^='vjs-'],
#gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .vjs-control-bar [class^='vjs-'] {
  display: none; }

#g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .vjs-control-bar .vjs-play-control,
#gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .vjs-control-bar .vjs-play-control {
  position: absolute;
  display: block;
  bottom: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%; }
  #g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .vjs-control-bar .vjs-play-control:before,
  #gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .vjs-control-bar .vjs-play-control:before {
    font-size: 16px;
    content: '';
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #fff transparent transparent;
    line-height: 13px;
    text-shadow: none;
    display: block;
    width: 13px;
    height: 13px;
    top: 50%;
    left: 60%;
    margin: 0;
    -webkit-transform: translate(-50%, -51%) rotate(180deg);
            transform: translate(-50%, -51%) rotate(180deg);
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .vjs-control-bar .vjs-play-control.vjs-playing:before,
  #gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .vjs-control-bar .vjs-play-control.vjs-playing:before {
    content: '';
    line-height: 32px;
    border: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 14px;
    top: 50%;
    left: 50%;
    width: 6px;
    position: absolute; }

#g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-heading,
#gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-heading {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  padding: 0;
  margin: 45px 0 0 0;
  height: auto; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-heading,
    #gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-heading {
      margin-top: 100px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-heading,
    #gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-heading {
      margin-top: 45px; } }
  #g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-heading .richtext-content,
  #gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-heading .richtext-content {
    margin: 23px 25px;
    padding: 0; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-heading .richtext-content,
      #gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-heading .richtext-content {
        margin: 32px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-heading .richtext-content,
      #gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-heading .richtext-content {
        margin: 60px 94px; } }

#g3 .overlay .richtext .richtext-content ol,
#gux3 .richtext .richtext-content ol {
  counter-reset: gux3-counter;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left; }
  #g3 .overlay .richtext .richtext-content ol li,
  #gux3 .richtext .richtext-content ol li {
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 300;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    line-height: 2;
    letter-spacing: 1px;
    counter-increment: gux3-counter;
    margin-bottom: 15px;
    position: relative;
    padding-left: 34px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .richtext .richtext-content ol li,
      #gux3 .richtext .richtext-content ol li {
        font-size: 13px;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .richtext .richtext-content ol li,
      #gux3 .richtext .richtext-content ol li {
        font-size: 14px;
        line-height: 1.929;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .richtext .richtext-content ol li,
      #gux3 .richtext .richtext-content ol li {
        margin-bottom: 25px; } }
    #g3 .overlay .richtext .richtext-content ol li strong,
    #gux3 .richtext .richtext-content ol li strong {
      font-family: "AntennaBold", Arial, Helvetica, sans-serif;
      font-weight: 700; }
    #g3 .overlay .richtext .richtext-content ol li:before,
    #gux3 .richtext .richtext-content ol li:before {
      font-size: 40px;
      font-family: "AntennaCondBold", Arial, Helvetica, sans-serif;
      font-weight: 600;
      color: #102b4e;
      line-height: 1.5;
      letter-spacing: 1px;
      content: counter(gux3-counter);
      position: absolute;
      height: 100%;
      width: 34px;
      left: 0;
      line-height: 1; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay .richtext .richtext-content ol li:before,
        #gux3 .richtext .richtext-content ol li:before {
          font-size: 45px;
          line-height: 1.444; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .richtext .richtext-content ol li:before,
        #gux3 .richtext .richtext-content ol li:before {
          font-size: 60px;
          line-height: 1.167;
          letter-spacing: 2px; } }
      @media only screen {
        #g3 .overlay .richtext .richtext-content ol li:before,
        #gux3 .richtext .richtext-content ol li:before {
          line-height: 1.1; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .richtext .richtext-content ol li:before,
        #gux3 .richtext .richtext-content ol li:before {
          font-size: 40px; } }

#g3 .overlay .richtext .richtext-content:after,
#gux3 .richtext .richtext-content:after {
  content: ' ';
  display: table; }

#g3 .overlay .richtext .richtext-content strong,
#gux3 .richtext .richtext-content strong {
  font-family: "AntennaBold", Arial, Helvetica, sans-serif;
  font-weight: 700; }

#g3 .overlay .richtext .richtext-content p sup:not(.gux-disclosure):not(.acc-disclosure),
#gux3 .richtext .richtext-content p sup:not(.gux-disclosure):not(.acc-disclosure) {
  font-size: 12px; }

#g3 .overlay .richtext.question-heading-style h2,
#gux3 .richtext.question-heading-style h2 {
  font-size: 28px; }

#g3 .overlay [class^="btn-primary-"], #g3 .overlay [id="common-login-app"] .cl-button-secondary, #gux3 [id="common-login-app"] #g3 .overlay .cl-button-secondary, #g3 .overlay .kmi-form-wrapper button.form-submit, #g3 .overlay .raq-form-wrapper button.form-submit, #gux3 .kmi-form-wrapper #g3 .overlay button.form-submit, #gux3 .raq-form-wrapper #g3 .overlay button.form-submit,
#gux3 [class^="btn-primary-"],
#gux3 #g3 .overlay [id="common-login-app"] .cl-button-secondary,
#g3 .overlay [id="common-login-app"] #gux3 .cl-button-secondary,
#gux3 [id="common-login-app"] .cl-button-secondary,
#gux3 #g3 .overlay .kmi-form-wrapper button.form-submit,
#g3 .overlay .kmi-form-wrapper #gux3 button.form-submit,
#gux3 #g3 .overlay .raq-form-wrapper button.form-submit,
#g3 .overlay .raq-form-wrapper #gux3 button.form-submit,
#gux3 .kmi-form-wrapper button.form-submit,
#gux3 .raq-form-wrapper button.form-submit {
  font-size: 16px;
  font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 4px;
  text-align: center;
  width: 150px;
  height: 150px;
  border: 0;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  z-index: 5;
  outline-offset: 20px;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
          box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
  background: #102b4e;
  -webkit-transition: color .1s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: color .1s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, color .1s ease-in-out, box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, color .1s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out; }
  #g3 .overlay [class^="btn-primary-"]:hover, #g3 .overlay [id="common-login-app"] .cl-button-secondary:hover, #gux3 [id="common-login-app"] #g3 .overlay .cl-button-secondary:hover, #g3 .overlay .kmi-form-wrapper button.form-submit:hover, #g3 .overlay .raq-form-wrapper button.form-submit:hover, #gux3 .kmi-form-wrapper #g3 .overlay button.form-submit:hover, #gux3 .raq-form-wrapper #g3 .overlay button.form-submit:hover,
  #gux3 [class^="btn-primary-"]:hover,
  #g3 .overlay [id="common-login-app"] #gux3 .cl-button-secondary:hover,
  #gux3 [id="common-login-app"] .cl-button-secondary:hover,
  #g3 .overlay .kmi-form-wrapper #gux3 button.form-submit:hover,
  #g3 .overlay .raq-form-wrapper #gux3 button.form-submit:hover,
  #gux3 .kmi-form-wrapper button.form-submit:hover,
  #gux3 .raq-form-wrapper button.form-submit:hover {
    -webkit-box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ;
            box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ; }
  #g3 .overlay [class^="btn-primary-"]:active, #g3 .overlay [id="common-login-app"] .cl-button-secondary:active, #gux3 [id="common-login-app"] #g3 .overlay .cl-button-secondary:active, #g3 .overlay .kmi-form-wrapper button.form-submit:active, #g3 .overlay .raq-form-wrapper button.form-submit:active, #gux3 .kmi-form-wrapper #g3 .overlay button.form-submit:active, #gux3 .raq-form-wrapper #g3 .overlay button.form-submit:active,
  #gux3 [class^="btn-primary-"]:active,
  #g3 .overlay [id="common-login-app"] #gux3 .cl-button-secondary:active,
  #gux3 [id="common-login-app"] .cl-button-secondary:active,
  #g3 .overlay .kmi-form-wrapper #gux3 button.form-submit:active,
  #g3 .overlay .raq-form-wrapper #gux3 button.form-submit:active,
  #gux3 .kmi-form-wrapper button.form-submit:active,
  #gux3 .raq-form-wrapper button.form-submit:active {
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ;
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ; }
  #g3 .overlay [class^="btn-primary-"]:link, #g3 .overlay [id="common-login-app"] .cl-button-secondary:link, #gux3 [id="common-login-app"] #g3 .overlay .cl-button-secondary:link, #g3 .overlay .kmi-form-wrapper button.form-submit:link, #g3 .overlay .raq-form-wrapper button.form-submit:link, #gux3 .kmi-form-wrapper #g3 .overlay button.form-submit:link, #gux3 .raq-form-wrapper #g3 .overlay button.form-submit:link, #g3 .overlay [class^="btn-primary-"]:visited, #g3 .overlay [id="common-login-app"] .cl-button-secondary:visited, #gux3 [id="common-login-app"] #g3 .overlay .cl-button-secondary:visited, #g3 .overlay .kmi-form-wrapper button.form-submit:visited, #g3 .overlay .raq-form-wrapper button.form-submit:visited, #gux3 .kmi-form-wrapper #g3 .overlay button.form-submit:visited, #gux3 .raq-form-wrapper #g3 .overlay button.form-submit:visited, #g3 .overlay [class^="btn-primary-"]:hover, #g3 .overlay [id="common-login-app"] .cl-button-secondary:hover, #gux3 [id="common-login-app"] #g3 .overlay .cl-button-secondary:hover, #g3 .overlay .kmi-form-wrapper button.form-submit:hover, #g3 .overlay .raq-form-wrapper button.form-submit:hover, #gux3 .kmi-form-wrapper #g3 .overlay button.form-submit:hover, #gux3 .raq-form-wrapper #g3 .overlay button.form-submit:hover, #g3 .overlay [class^="btn-primary-"]:active, #g3 .overlay [id="common-login-app"] .cl-button-secondary:active, #gux3 [id="common-login-app"] #g3 .overlay .cl-button-secondary:active, #g3 .overlay .kmi-form-wrapper button.form-submit:active, #g3 .overlay .raq-form-wrapper button.form-submit:active, #gux3 .kmi-form-wrapper #g3 .overlay button.form-submit:active, #gux3 .raq-form-wrapper #g3 .overlay button.form-submit:active,
  #gux3 [class^="btn-primary-"]:link,
  #g3 .overlay [id="common-login-app"] #gux3 .cl-button-secondary:link,
  #gux3 [id="common-login-app"] .cl-button-secondary:link,
  #g3 .overlay .kmi-form-wrapper #gux3 button.form-submit:link,
  #g3 .overlay .raq-form-wrapper #gux3 button.form-submit:link,
  #gux3 .kmi-form-wrapper button.form-submit:link,
  #gux3 .raq-form-wrapper button.form-submit:link,
  #gux3 [class^="btn-primary-"]:visited,
  #g3 .overlay [id="common-login-app"] #gux3 .cl-button-secondary:visited,
  #gux3 [id="common-login-app"] .cl-button-secondary:visited,
  #g3 .overlay .kmi-form-wrapper #gux3 button.form-submit:visited,
  #g3 .overlay .raq-form-wrapper #gux3 button.form-submit:visited,
  #gux3 .kmi-form-wrapper button.form-submit:visited,
  #gux3 .raq-form-wrapper button.form-submit:visited,
  #gux3 [class^="btn-primary-"]:hover,
  #g3 .overlay [id="common-login-app"] #gux3 .cl-button-secondary:hover,
  #gux3 [id="common-login-app"] .cl-button-secondary:hover,
  #g3 .overlay .kmi-form-wrapper #gux3 button.form-submit:hover,
  #g3 .overlay .raq-form-wrapper #gux3 button.form-submit:hover,
  #gux3 .kmi-form-wrapper button.form-submit:hover,
  #gux3 .raq-form-wrapper button.form-submit:hover,
  #gux3 [class^="btn-primary-"]:active,
  #g3 .overlay [id="common-login-app"] #gux3 .cl-button-secondary:active,
  #gux3 [id="common-login-app"] .cl-button-secondary:active,
  #g3 .overlay .kmi-form-wrapper #gux3 button.form-submit:active,
  #g3 .overlay .raq-form-wrapper #gux3 button.form-submit:active,
  #gux3 .kmi-form-wrapper button.form-submit:active,
  #gux3 .raq-form-wrapper button.form-submit:active {
    color: #fff; }
  #g3 .overlay [class^="btn-primary-"]:hover, #g3 .overlay [id="common-login-app"] .cl-button-secondary:hover, #gux3 [id="common-login-app"] #g3 .overlay .cl-button-secondary:hover, #g3 .overlay .kmi-form-wrapper button.form-submit:hover, #g3 .overlay .raq-form-wrapper button.form-submit:hover, #gux3 .kmi-form-wrapper #g3 .overlay button.form-submit:hover, #gux3 .raq-form-wrapper #g3 .overlay button.form-submit:hover,
  #gux3 [class^="btn-primary-"]:hover,
  #g3 .overlay [id="common-login-app"] #gux3 .cl-button-secondary:hover,
  #gux3 [id="common-login-app"] .cl-button-secondary:hover,
  #g3 .overlay .kmi-form-wrapper #gux3 button.form-submit:hover,
  #g3 .overlay .raq-form-wrapper #gux3 button.form-submit:hover,
  #gux3 .kmi-form-wrapper button.form-submit:hover,
  #gux3 .raq-form-wrapper button.form-submit:hover {
    -webkit-transform: scale(1.06667);
            transform: scale(1.06667); }

#g3 .overlay [style*="align"] > [class^="btn-"],
#g3 .overlay [style*="align"] > [class^="cta-"],
#gux3 [style*="align"] > [class^="btn-"],
#gux3 [style*="align"] > [class^="cta-"] {
  position: relative;
  left: auto;
  -webkit-transform: none;
          transform: none; }
  #g3 .overlay [style*="align"] > [class^="btn-"]:hover,
  #g3 .overlay [style*="align"] > [class^="cta-"]:hover,
  #gux3 [style*="align"] > [class^="btn-"]:hover,
  #gux3 [style*="align"] > [class^="cta-"]:hover {
    -webkit-transform: scale(1.06667);
            transform: scale(1.06667); }

#g3 .overlay [style*="align: left;"] > [class^="btn-"],
#g3 .overlay [style*="align: left;"] > [class^="cta-"],
#gux3 [style*="align: left;"] > [class^="btn-"],
#gux3 [style*="align: left;"] > [class^="cta-"] {
  margin-left: 0; }

#g3 .overlay [style*="align: right;"] > [class^="btn-"],
#g3 .overlay [style*="align: right;"] > [class^="cta-"],
#gux3 [style*="align: right;"] > [class^="btn-"],
#gux3 [style*="align: right;"] > [class^="cta-"] {
  margin-right: 0; }

#g3 .overlay .btn-primary-wide, #g3 .overlay .btn-accordion-button,
#g3 .overlay .cta-default,
#gux3 .btn-primary-wide,
#gux3 #g3 .overlay .btn-accordion-button,
#g3 .overlay #gux3 .btn-accordion-button,
#gux3 #g3 .overlay .cta-default,
#g3 .overlay #gux3 .cta-default,
#gux3 .btn-accordion-button,
#gux3 .cta-default {
  font-size: 16px;
  font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 4px;
  text-align: center;
  width: 150px;
  height: 150px;
  border: 0;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  z-index: 5;
  outline-offset: 20px;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
          box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
  background: #102b4e;
  color: #fff;
  border: 0;
  border-radius: 3px;
  width: 100%;
  height: auto;
  padding: 27px 15%;
  -webkit-transition: color .1s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: color .1s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, color .1s ease-in-out, box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, color .1s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out; }
  #g3 .overlay .btn-primary-wide:hover, #g3 .overlay .btn-accordion-button:hover,
  #g3 .overlay .cta-default:hover,
  #gux3 .btn-primary-wide:hover,
  #gux3 .btn-accordion-button:hover,
  #gux3 .cta-default:hover {
    -webkit-box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ;
            box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ; }
  #g3 .overlay .btn-primary-wide:active, #g3 .overlay .btn-accordion-button:active,
  #g3 .overlay .cta-default:active,
  #gux3 .btn-primary-wide:active,
  #gux3 .btn-accordion-button:active,
  #gux3 .cta-default:active {
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ;
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ; }
  #g3 .overlay .btn-primary-wide:link, #g3 .overlay .btn-accordion-button:link,
  #g3 .overlay .cta-default:link, #g3 .overlay .btn-primary-wide:visited, #g3 .overlay .btn-accordion-button:visited,
  #g3 .overlay .cta-default:visited, #g3 .overlay .btn-primary-wide:hover, #g3 .overlay .btn-accordion-button:hover,
  #g3 .overlay .cta-default:hover, #g3 .overlay .btn-primary-wide:active, #g3 .overlay .btn-accordion-button:active,
  #g3 .overlay .cta-default:active,
  #gux3 .btn-primary-wide:link,
  #gux3 .btn-accordion-button:link,
  #gux3 .cta-default:link,
  #gux3 .btn-primary-wide:visited,
  #gux3 .btn-accordion-button:visited,
  #gux3 .cta-default:visited,
  #gux3 .btn-primary-wide:hover,
  #gux3 .btn-accordion-button:hover,
  #gux3 .cta-default:hover,
  #gux3 .btn-primary-wide:active,
  #gux3 .btn-accordion-button:active,
  #gux3 .cta-default:active {
    color: #fff; }
  #g3 .overlay .btn-primary-wide:hover, #g3 .overlay .btn-accordion-button:hover,
  #g3 .overlay .cta-default:hover,
  #gux3 .btn-primary-wide:hover,
  #gux3 .btn-accordion-button:hover,
  #gux3 .cta-default:hover {
    -webkit-transform: scale(1.06667);
            transform: scale(1.06667); }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .btn-primary-wide, #g3 .overlay .btn-accordion-button,
    #g3 .overlay .cta-default,
    #gux3 .btn-primary-wide,
    #gux3 #g3 .overlay .btn-accordion-button,
    #g3 .overlay #gux3 .btn-accordion-button,
    #gux3 #g3 .overlay .cta-default,
    #g3 .overlay #gux3 .cta-default,
    #gux3 .btn-accordion-button,
    #gux3 .cta-default {
      width: 290px;
      margin: 30px auto;
      padding: 26px 10px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .btn-primary-wide, #g3 .overlay .btn-accordion-button,
    #g3 .overlay .cta-default,
    #gux3 .btn-primary-wide,
    #gux3 #g3 .overlay .btn-accordion-button,
    #g3 .overlay #gux3 .btn-accordion-button,
    #gux3 #g3 .overlay .cta-default,
    #g3 .overlay #gux3 .cta-default,
    #gux3 .btn-accordion-button,
    #gux3 .cta-default {
      width: 359px;
      padding: 30px 15px; } }

#g3 .overlay .btn-secondary-square,
#gux3 .btn-secondary-square {
  font-size: 16px;
  font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 4px;
  text-align: center;
  width: 150px;
  height: 150px;
  border: 0;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  z-index: 5;
  outline-offset: 20px;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
          box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
  -webkit-transition: color .1s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: color .1s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, color .1s ease-in-out, box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, color .1s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1)), -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
  background: linear-gradient(to bottom, #fff, #f1f1f1), linear-gradient(to bottom, #f7f7f7, #f7f7f7); }
  #g3 .overlay .btn-secondary-square:hover,
  #gux3 .btn-secondary-square:hover {
    -webkit-box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ;
            box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ; }
  #g3 .overlay .btn-secondary-square:active,
  #gux3 .btn-secondary-square:active {
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ;
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ; }
  #g3 .overlay .btn-secondary-square:link, #g3 .overlay .btn-secondary-square:visited,
  #gux3 .btn-secondary-square:link,
  #gux3 .btn-secondary-square:visited {
    color: #102b4e; }
  #g3 .overlay .btn-secondary-square:hover,
  #gux3 .btn-secondary-square:hover {
    color: #2861a4;
    -webkit-transform: scale(1.06667);
            transform: scale(1.06667); }
  #g3 .overlay .btn-secondary-square:active,
  #gux3 .btn-secondary-square:active {
    color: #4d4d4d; }

#g3 .overlay .btn-primary-square-wide,
#gux3 .btn-primary-square-wide {
  width: 176px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .btn-primary-square-wide,
    #gux3 .btn-primary-square-wide {
      width: 206px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .btn-primary-square-wide,
    #gux3 .btn-primary-square-wide {
      width: 193px; } }

#g3 .overlay .cta-primary-gux-3,
#gux3 .cta-primary-gux-3 {
  font-size: 12px;
  font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.667;
  letter-spacing: 3px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  border: 0;
  background: transparent;
  outline-offset: 0.65em;
  padding-right: 15px;
  color: #102b4e; }
  #g3 .overlay .cta-primary-gux-3:after,
  #gux3 .cta-primary-gux-3:after {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E906";
    font-size: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-52%) translateX(100%);
            transform: translateY(-52%) translateX(100%);
    right: 15px; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .cta-primary-gux-3:after,
      #gux3 .cta-primary-gux-3:after {
        -webkit-transform: translateY(-48%) translateX(100%);
                transform: translateY(-48%) translateX(100%);
        display: inline-block;
        top: 12px; } }
  #g3 .overlay .cta-primary-gux-3:hover, #g3 .overlay .cta-primary-gux-3:active, #g3 .overlay .cta-primary-gux-3:focus,
  #gux3 .cta-primary-gux-3:hover,
  #gux3 .cta-primary-gux-3:active,
  #gux3 .cta-primary-gux-3:focus {
    color: #2861a4;
    text-decoration: underline; }
  #g3 .overlay .cta-primary-gux-3:disabled,
  #gux3 .cta-primary-gux-3:disabled {
    color: #6e6e6e; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .cta-primary-gux-3,
    #gux3 .cta-primary-gux-3 {
      font-size: 18px;
      line-height: 1.444; } }
  #g3 .overlay .cta-primary-gux-3:after,
  #gux3 .cta-primary-gux-3:after {
    display: none; }

#g3 .overlay .cta-secondary-gux-3,
#gux3 .cta-secondary-gux-3 {
  font-size: 12px;
  font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.667;
  letter-spacing: 3px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  border: 0;
  background: transparent;
  outline-offset: 0.65em;
  padding-right: 15px;
  color: #102b4e; }
  #g3 .overlay .cta-secondary-gux-3:after,
  #gux3 .cta-secondary-gux-3:after {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E906";
    font-size: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-52%) translateX(100%);
            transform: translateY(-52%) translateX(100%);
    right: 15px; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .cta-secondary-gux-3:after,
      #gux3 .cta-secondary-gux-3:after {
        -webkit-transform: translateY(-48%) translateX(100%);
                transform: translateY(-48%) translateX(100%);
        display: inline-block;
        top: 12px; } }
  #g3 .overlay .cta-secondary-gux-3:hover, #g3 .overlay .cta-secondary-gux-3:active, #g3 .overlay .cta-secondary-gux-3:focus,
  #gux3 .cta-secondary-gux-3:hover,
  #gux3 .cta-secondary-gux-3:active,
  #gux3 .cta-secondary-gux-3:focus {
    color: #2861a4;
    text-decoration: underline; }
  #g3 .overlay .cta-secondary-gux-3:disabled,
  #gux3 .cta-secondary-gux-3:disabled {
    color: #6e6e6e; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .cta-secondary-gux-3,
    #gux3 .cta-secondary-gux-3 {
      font-size: 18px;
      line-height: 1.444; } }

#g3 .overlay .btn-accordion-button,
#g3 .overlay .cta-default,
#gux3 .btn-accordion-button,
#gux3 .cta-default {
  font-size: 11px;
  line-height: 2.36;
  letter-spacing: 2.06px;
  padding: 10px 26px;
  width: 245px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .btn-accordion-button,
    #g3 .overlay .cta-default,
    #gux3 .btn-accordion-button,
    #gux3 .cta-default {
      font-size: 14px;
      line-height: 1.86;
      letter-spacing: 2px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .btn-accordion-button,
    #g3 .overlay .cta-default,
    #gux3 .btn-accordion-button,
    #gux3 .cta-default {
      letter-spacing: 2.62px; } }
  #g3 .overlay .btn-accordion-button:hover,
  #g3 .overlay .cta-default:hover,
  #gux3 .btn-accordion-button:hover,
  #gux3 .cta-default:hover {
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1); }

#g3 .overlay .cta-secondary-wide-gux-3,
#g3 .overlay .cta-tertiary-wide-gux-3,
#gux3 .cta-secondary-wide-gux-3,
#gux3 .cta-tertiary-wide-gux-3 {
  font-size: 12px;
  font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  border-radius: 3px;
  padding: 0 30px;
  line-height: 40px !important;
  height: 40px !important;
  letter-spacing: 1.71px;
  text-align: center;
  text-decoration: none;
  display: inline-block; }
  #g3 .overlay .cta-secondary-wide-gux-3:focus,
  #g3 .overlay .cta-tertiary-wide-gux-3:focus,
  #gux3 .cta-secondary-wide-gux-3:focus,
  #gux3 .cta-tertiary-wide-gux-3:focus {
    outline: 1px solid #fff;
    outline-offset: 2px; }

#g3 .overlay .cta-secondary-wide-gux-3,
#gux3 .cta-secondary-wide-gux-3 {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(to bottom, #fff, #f1f1f1), linear-gradient(to bottom, #fff, #fff);
  color: #102b4e; }
  #g3 .overlay .cta-secondary-wide-gux-3:hover, #g3 .overlay .cta-secondary-wide-gux-3:active, #g3 .overlay .cta-secondary-wide-gux-3:focus,
  #gux3 .cta-secondary-wide-gux-3:hover,
  #gux3 .cta-secondary-wide-gux-3:active,
  #gux3 .cta-secondary-wide-gux-3:focus {
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 30px 30px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 30px 30px 0 rgba(0, 0, 0, 0.15);
    color: #102b4e !important; }
  #g3 .overlay .cta-secondary-wide-gux-3:disabled,
  #gux3 .cta-secondary-wide-gux-3:disabled {
    color: #8f8f8f; }

#g3 .overlay .cta-tertiary-wide-gux-3,
#gux3 .cta-tertiary-wide-gux-3 {
  border: 1px solid #fff;
  color: #fff; }
  #g3 .overlay .cta-tertiary-wide-gux-3:hover,
  #gux3 .cta-tertiary-wide-gux-3:hover {
    -webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
            box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff; }
  #g3 .overlay .cta-tertiary-wide-gux-3:active,
  #gux3 .cta-tertiary-wide-gux-3:active {
    background: #fff;
    color: #102b4e; }

#g3 .overlay .accordion-close-link,
#gux3 .accordion-close-link {
  font-size: 12px;
  font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
  color: #102b4e;
  letter-spacing: 3px;
  text-decoration: none;
  padding: 5px;
  line-height: 1.67;
  margin-right: 30px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .accordion-close-link,
    #gux3 .accordion-close-link {
      margin-right: 60px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .accordion-close-link,
    #gux3 .accordion-close-link {
      font-size: 18px;
      line-height: 1.44;
      margin-right: 0; } }
  #g3 .overlay .accordion-close-link:after,
  #gux3 .accordion-close-link:after {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E904";
    font-size: 32px;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 8px; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .accordion-close-link:after,
      #gux3 .accordion-close-link:after {
        font-size: 34px; } }

#g3 .overlay .cta-original, #g3 .overlay .cta-original-pulse,
#gux3 .cta-original,
#gux3 #g3 .overlay .cta-original-pulse,
#g3 .overlay #gux3 .cta-original-pulse,
#gux3 .cta-original-pulse {
  font-size: 16px;
  font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 4px;
  text-align: center;
  width: 150px;
  height: 150px;
  border: 0;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  z-index: 5;
  outline-offset: 20px;
  font-size: 14px;
  font-family: "FordAntennaCond-Regular", Arial, Helvetica, sans-serif;
  line-height: 1.79;
  letter-spacing: 3.5px;
  border: 0;
  background: #102b4e;
  color: #fff;
  border-radius: 0;
  width: 270px;
  height: 54px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .cta-original, #g3 .overlay .cta-original-pulse,
    #gux3 .cta-original,
    #gux3 #g3 .overlay .cta-original-pulse,
    #g3 .overlay #gux3 .cta-original-pulse,
    #gux3 .cta-original-pulse {
      width: 128px;
      height: 120px;
      border-radius: 3px;
      line-height: 1.71; } }

#g3 .overlay .cta-original-pulse,
#gux3 .cta-original-pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0.79, 0.01, 0.84, 0.77);
            animation-timing-function: cubic-bezier(0.79, 0.01, 0.84, 0.77); }
  22% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.02, -0.01, 0.13, 0.66);
            animation-timing-function: cubic-bezier(0.02, -0.01, 0.13, 0.66); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0.79, 0.01, 0.84, 0.77);
            animation-timing-function: cubic-bezier(0.79, 0.01, 0.84, 0.77); }
  22% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.02, -0.01, 0.13, 0.66);
            animation-timing-function: cubic-bezier(0.02, -0.01, 0.13, 0.66); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .cta-original-pulse,
    #gux3 .cta-original-pulse {
      -webkit-animation-name: pulse;
              animation-name: pulse;
      -webkit-animation-duration: 1.8s;
              animation-duration: 1.8s;
      -webkit-animation-iteration-count: 3;
              animation-iteration-count: 3; }
    @-webkit-keyframes pulse {
      0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(0.79, 0.01, 0.84, 0.77);
                animation-timing-function: cubic-bezier(0.79, 0.01, 0.84, 0.77); }
      22% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-animation-timing-function: cubic-bezier(0.02, -0.01, 0.13, 0.66);
                animation-timing-function: cubic-bezier(0.02, -0.01, 0.13, 0.66); }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1); } }
    @keyframes pulse {
      0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(0.79, 0.01, 0.84, 0.77);
                animation-timing-function: cubic-bezier(0.79, 0.01, 0.84, 0.77); }
      22% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-animation-timing-function: cubic-bezier(0.02, -0.01, 0.13, 0.66);
                animation-timing-function: cubic-bezier(0.02, -0.01, 0.13, 0.66); }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1); } } }

#g3 .overlay a.cta-pill,
#gux3 a.cta-pill {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  line-height: 1.5rem;
  font-size: 1.125rem;
  font-family: "FordAntennaCond-Regular", Arial, Helvetica, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media screen and (max-width: 767px) {
    #g3 .overlay a.cta-pill,
    #gux3 a.cta-pill {
      font-size: 0.9rem;
      line-height: 1rem; } }
  #g3 .overlay a.cta-pill-ghost,
  #gux3 a.cta-pill-ghost {
    border-radius: 2rem;
    border: 2px solid #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1), 0 2rem 2rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1), 0 2rem 2rem 0 rgba(0, 0, 0, 0.1);
    will-change: transform, box-shadow;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    background-color: transparent;
    color: #fff;
    min-width: 150px;
    width: auto;
    text-align: center;
    padding: 0.25rem 2rem 0.25rem; }
    @media screen and (max-width: 767px) {
      #g3 .overlay a.cta-pill-ghost,
      #gux3 a.cta-pill-ghost {
        padding: 0.25rem 1.5rem 0.25rem; } }
    #g3 .overlay a.cta-pill-ghost:hover,
    #gux3 a.cta-pill-ghost:hover {
      background-color: #f2f2f2;
      border-color: #f2f2f2;
      color: #1700F4 !important;
      -webkit-transform: scale(1.07);
              transform: scale(1.07);
      -webkit-box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1), 0 2rem 2rem 0 rgba(0, 0, 0, 0.1), 0 3rem 3rem 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1), 0 2rem 2rem 0 rgba(0, 0, 0, 0.1), 0 3rem 3rem 0 rgba(0, 0, 0, 0.15); }
    #g3 .overlay a.cta-pill-ghost:focus,
    #gux3 a.cta-pill-ghost:focus {
      outline: 2px solid #fff;
      outline-offset: 5px;
      -webkit-transform: scale(1.07);
              transform: scale(1.07);
      -webkit-box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1), 0 2rem 2rem 0 rgba(0, 0, 0, 0.1), 0 3rem 3rem 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1), 0 2rem 2rem 0 rgba(0, 0, 0, 0.1), 0 3rem 3rem 0 rgba(0, 0, 0, 0.15); }
    #g3 .overlay a.cta-pill-ghost-right,
    #gux3 a.cta-pill-ghost-right {
      padding-right: 35px; }
      #g3 .overlay a.cta-pill-ghost-right:after,
      #gux3 a.cta-pill-ghost-right:after {
        font-family: "icomoon";
        content: '\E921';
        font-size: 18px;
        position: absolute;
        line-height: 2px;
        right: 0px;
        padding-right: 15px; }
    #g3 .overlay a.cta-pill-ghost-left,
    #gux3 a.cta-pill-ghost-left {
      padding-left: 35px; }
      #g3 .overlay a.cta-pill-ghost-left:before,
      #gux3 a.cta-pill-ghost-left:before {
        font-family: "icomoon";
        content: '\E920';
        font-size: 18px;
        line-height: 2px;
        position: absolute;
        left: 0;
        padding-left: 12px; }

#g3 .overlay .link-in-copy,
#gux3 .link-in-copy {
  font-size: 12px;
  color: #102b4e;
  font-weight: 300;
  font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
  line-height: 2;
  letter-spacing: 1px;
  text-decoration: underline; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .link-in-copy,
    #gux3 .link-in-copy {
      font-size: 13px;
      letter-spacing: 1px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .link-in-copy,
    #gux3 .link-in-copy {
      font-size: 14px;
      line-height: 1.929;
      letter-spacing: 1px; } }
  #g3 .overlay .link-in-copy:hover,
  #gux3 .link-in-copy:hover {
    color: #2861a4; }

#g3 .overlay .richtext-gux3 h1,
#gux3 .richtext-gux3 h1 {
  font-size: 35px;
  font-family: "AntennaCondExtraLight", Arial, Helvetica, sans-serif;
  font-weight: 200;
  color: #4d4d4d;
  line-height: 1.286;
  letter-spacing: 3.5px;
  text-indent: 0;
  height: auto; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .richtext-gux3 h1,
    #gux3 .richtext-gux3 h1 {
      font-size: 40px;
      line-height: 1.375;
      letter-spacing: 3px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .richtext-gux3 h1,
    #gux3 .richtext-gux3 h1 {
      font-size: 50px;
      line-height: 1.4;
      letter-spacing: 2px; } }

#g3 .overlay .richtext-gux3 h2,
#gux3 .richtext-gux3 h2 {
  font-size: 16px;
  font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #4d4d4d;
  line-height: 1.562;
  letter-spacing: 4px;
  margin-top: 3.2px;
  margin-bottom: 8px; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .richtext-gux3 h2,
    #gux3 .richtext-gux3 h2 {
      font-size: 30px;
      line-height: 1.333; } }

#g3 .overlay .richtext-gux3 h3,
#g3 .overlay .richtext-gux3 h4,
#g3 .overlay .richtext-gux3 h5,
#gux3 .richtext-gux3 h3,
#gux3 .richtext-gux3 h4,
#gux3 .richtext-gux3 h5 {
  font-size: 12px;
  font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #4d4d4d;
  line-height: 2.083;
  letter-spacing: 2.5px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .richtext-gux3 h3,
    #g3 .overlay .richtext-gux3 h4,
    #g3 .overlay .richtext-gux3 h5,
    #gux3 .richtext-gux3 h3,
    #gux3 .richtext-gux3 h4,
    #gux3 .richtext-gux3 h5 {
      font-size: 14px;
      line-height: 1.786;
      letter-spacing: 3px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .richtext-gux3 h3,
    #g3 .overlay .richtext-gux3 h4,
    #g3 .overlay .richtext-gux3 h5,
    #gux3 .richtext-gux3 h3,
    #gux3 .richtext-gux3 h4,
    #gux3 .richtext-gux3 h5 {
      font-size: 24px;
      line-height: 1.458; } }

#g3 .overlay .richtext-gux3 p,
#gux3 .richtext-gux3 p {
  font-size: 12px;
  color: #4d4d4d;
  font-weight: 300;
  font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
  line-height: 2;
  letter-spacing: 1px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .richtext-gux3 p,
    #gux3 .richtext-gux3 p {
      font-size: 13px;
      letter-spacing: 1px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .richtext-gux3 p,
    #gux3 .richtext-gux3 p {
      font-size: 14px;
      line-height: 1.929;
      letter-spacing: 1px; } }

#g3 .overlay .icon-checkmark-for-richtext,
#gux3 .icon-checkmark-for-richtext {
  display: inline-block;
  padding: 23px; }

#g3 .overlay .icon-checkmark-for-richtext:before,
#gux3 .icon-checkmark-for-richtext:before {
  content: "\E603";
  border: 4px solid #fff;
  border-radius: 50%;
  padding: 10px;
  font-size: 24px;
  color: #fff; }
  @media screen and (max-width: 786px) {
    #g3 .overlay .icon-checkmark-for-richtext:before,
    #gux3 .icon-checkmark-for-richtext:before {
      border: 2px solid #fff;
      font-size: 20px; } }

#g3 .overlay .desktop-only,
#gux3 .desktop-only {
  display: block !important; }
  @media screen and (max-width: 767px) {
    #g3 .overlay .desktop-only,
    #gux3 .desktop-only {
      display: none !important; } }

#g3 .overlay .mobile-only,
#gux3 .mobile-only {
  display: block !important; }
  @media screen and (min-width: 768px) {
    #g3 .overlay .mobile-only,
    #gux3 .mobile-only {
      display: none !important; } }

#g3 .overlay .richtext-white p,
#g3 .overlay .richtext-white a,
#g3 .overlay .richtext-white h1,
#g3 .overlay .richtext-white h2,
#g3 .overlay .richtext-white h3,
#g3 .overlay .richtext-white h4,
#g3 .overlay .richtext-white h5,
#g3 .overlay .richtext-white h6,
#g3 .overlay .richtext-white .acc-tooltip,
#g3 .overlay .richtext-white .gux-tooltip,
#gux3 .richtext-white p,
#gux3 .richtext-white a,
#gux3 .richtext-white h1,
#gux3 .richtext-white h2,
#gux3 .richtext-white h3,
#gux3 .richtext-white h4,
#gux3 .richtext-white h5,
#gux3 .richtext-white h6,
#gux3 .richtext-white .acc-tooltip,
#gux3 .richtext-white .gux-tooltip {
  color: #fff; }

#g3 .overlay .richtext-white [class*="cta-"]:hover, #g3 .overlay .richtext-white [class*="cta-"]:active, #g3 .overlay .richtext-white [class*="cta-"]:focus,
#g3 .overlay .richtext-white .gux-disclosure:hover,
#g3 .overlay .richtext-white .gux-disclosure:active,
#g3 .overlay .richtext-white .gux-disclosure:focus,
#g3 .overlay .richtext-white .acc-disclosure:hover,
#g3 .overlay .richtext-white .acc-disclosure:active,
#g3 .overlay .richtext-white .acc-disclosure:focus,
#g3 .overlay .richtext-white .acc-tooltip:hover,
#g3 .overlay .richtext-white .acc-tooltip:active,
#g3 .overlay .richtext-white .acc-tooltip:focus,
#g3 .overlay .richtext-white .gux-tooltip:hover,
#g3 .overlay .richtext-white .gux-tooltip:active,
#g3 .overlay .richtext-white .gux-tooltip:focus,
#gux3 .richtext-white [class*="cta-"]:hover,
#gux3 .richtext-white [class*="cta-"]:active,
#gux3 .richtext-white [class*="cta-"]:focus,
#gux3 .richtext-white .gux-disclosure:hover,
#gux3 .richtext-white .gux-disclosure:active,
#gux3 .richtext-white .gux-disclosure:focus,
#gux3 .richtext-white .acc-disclosure:hover,
#gux3 .richtext-white .acc-disclosure:active,
#gux3 .richtext-white .acc-disclosure:focus,
#gux3 .richtext-white .acc-tooltip:hover,
#gux3 .richtext-white .acc-tooltip:active,
#gux3 .richtext-white .acc-tooltip:focus,
#gux3 .richtext-white .gux-tooltip:hover,
#gux3 .richtext-white .gux-tooltip:active,
#gux3 .richtext-white .gux-tooltip:focus {
  color: #fff;
  outline-color: #fff; }

#g3 .overlay .richtext-white [class*="cta-"]:disabled,
#g3 .overlay .richtext-white .gux-disclosure:disabled,
#g3 .overlay .richtext-white .acc-disclosure:disabled,
#g3 .overlay .richtext-white .acc-tooltip:disabled,
#g3 .overlay .richtext-white .gux-tooltip:disabled,
#gux3 .richtext-white [class*="cta-"]:disabled,
#gux3 .richtext-white .gux-disclosure:disabled,
#gux3 .richtext-white .acc-disclosure:disabled,
#gux3 .richtext-white .acc-tooltip:disabled,
#gux3 .richtext-white .gux-tooltip:disabled {
  color: #8f8f8f; }

#g3 .overlay .richtext-white .cta-secondary-wide-gux-3,
#gux3 .richtext-white .cta-secondary-wide-gux-3 {
  color: #102b4e; }

#g3 .overlay .richtext-dark p,
#g3 .overlay .richtext-dark h1,
#g3 .overlay .richtext-dark h2,
#g3 .overlay .richtext-dark h3,
#g3 .overlay .richtext-dark h4,
#g3 .overlay .richtext-dark h5,
#g3 .overlay .richtext-dark h6,
#gux3 .richtext-dark p,
#gux3 .richtext-dark h1,
#gux3 .richtext-dark h2,
#gux3 .richtext-dark h3,
#gux3 .richtext-dark h4,
#gux3 .richtext-dark h5,
#gux3 .richtext-dark h6 {
  color: #4d4d4d; }

#g3 .overlay .richtext-align-bottom,
#gux3 .richtext-align-bottom {
  position: absolute;
  z-index: 10;
  padding-bottom: 20px;
  bottom: 0;
  width: 100%; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .richtext-align-bottom,
    #gux3 .richtext-align-bottom {
      padding-bottom: 50px; } }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .richtext-align-bottom,
    #gux3 .richtext-align-bottom {
      padding-bottom: 70px; } }
  #g3 .overlay .richtext-align-bottom .richtext-content .btn-primary-square, #g3 .overlay .richtext-align-bottom .richtext-content [id="common-login-app"] .cl-main-wrapper .cl-button, #g3 .overlay [id="common-login-app"] .cl-main-wrapper .richtext-align-bottom .richtext-content .cl-button, #gux3 [id="common-login-app"] .cl-main-wrapper #g3 .overlay .richtext-align-bottom .richtext-content .cl-button,
  #g3 .overlay .richtext-align-bottom .richtext-content .btn-primary-square-wide,
  #gux3 .richtext-align-bottom .richtext-content .btn-primary-square,
  #g3 .overlay [id="common-login-app"] .cl-main-wrapper #gux3 .richtext-align-bottom .richtext-content .cl-button,
  #gux3 .richtext-align-bottom .richtext-content [id="common-login-app"] .cl-main-wrapper .cl-button,
  #gux3 [id="common-login-app"] .cl-main-wrapper .richtext-align-bottom .richtext-content .cl-button,
  #gux3 .richtext-align-bottom .richtext-content .btn-primary-square-wide {
    position: static;
    margin-top: -50px;
    margin-bottom: -20px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
    #g3 .overlay .richtext-align-bottom .richtext-content .btn-primary-square:hover, #g3 .overlay .richtext-align-bottom .richtext-content [id="common-login-app"] .cl-main-wrapper .cl-button:hover, #g3 .overlay [id="common-login-app"] .cl-main-wrapper .richtext-align-bottom .richtext-content .cl-button:hover, #gux3 [id="common-login-app"] .cl-main-wrapper #g3 .overlay .richtext-align-bottom .richtext-content .cl-button:hover,
    #g3 .overlay .richtext-align-bottom .richtext-content .btn-primary-square-wide:hover,
    #gux3 .richtext-align-bottom .richtext-content .btn-primary-square:hover,
    #g3 .overlay [id="common-login-app"] .cl-main-wrapper #gux3 .richtext-align-bottom .richtext-content .cl-button:hover,
    #gux3 .richtext-align-bottom .richtext-content [id="common-login-app"] .cl-main-wrapper .cl-button:hover,
    #gux3 [id="common-login-app"] .cl-main-wrapper .richtext-align-bottom .richtext-content .cl-button:hover,
    #gux3 .richtext-align-bottom .richtext-content .btn-primary-square-wide:hover {
      -webkit-transform: translateY(50%) scale(1.06667);
              transform: translateY(50%) scale(1.06667); }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .richtext-align-bottom .richtext-content .btn-primary-square, #g3 .overlay .richtext-align-bottom .richtext-content [id="common-login-app"] .cl-main-wrapper .cl-button, #g3 .overlay [id="common-login-app"] .cl-main-wrapper .richtext-align-bottom .richtext-content .cl-button, #gux3 [id="common-login-app"] .cl-main-wrapper #g3 .overlay .richtext-align-bottom .richtext-content .cl-button,
      #g3 .overlay .richtext-align-bottom .richtext-content .btn-primary-square-wide,
      #gux3 .richtext-align-bottom .richtext-content .btn-primary-square,
      #g3 .overlay [id="common-login-app"] .cl-main-wrapper #gux3 .richtext-align-bottom .richtext-content .cl-button,
      #gux3 .richtext-align-bottom .richtext-content [id="common-login-app"] .cl-main-wrapper .cl-button,
      #gux3 [id="common-login-app"] .cl-main-wrapper .richtext-align-bottom .richtext-content .cl-button,
      #gux3 .richtext-align-bottom .richtext-content .btn-primary-square-wide {
        margin-bottom: -50px; } }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .richtext-align-bottom .richtext-content .btn-primary-square, #g3 .overlay .richtext-align-bottom .richtext-content [id="common-login-app"] .cl-main-wrapper .cl-button, #g3 .overlay [id="common-login-app"] .cl-main-wrapper .richtext-align-bottom .richtext-content .cl-button, #gux3 [id="common-login-app"] .cl-main-wrapper #g3 .overlay .richtext-align-bottom .richtext-content .cl-button,
      #g3 .overlay .richtext-align-bottom .richtext-content .btn-primary-square-wide,
      #gux3 .richtext-align-bottom .richtext-content .btn-primary-square,
      #g3 .overlay [id="common-login-app"] .cl-main-wrapper #gux3 .richtext-align-bottom .richtext-content .cl-button,
      #gux3 .richtext-align-bottom .richtext-content [id="common-login-app"] .cl-main-wrapper .cl-button,
      #gux3 [id="common-login-app"] .cl-main-wrapper .richtext-align-bottom .richtext-content .cl-button,
      #gux3 .richtext-align-bottom .richtext-content .btn-primary-square-wide {
        margin-bottom: -70px; } }

#g3 .overlay .cq-wcm-edit .richtext-align-bottom,
#gux3 .cq-wcm-edit .richtext-align-bottom {
  position: relative; }

#g3 .overlay .richtext-gradient-white::before, #g3 .overlay .richtext-gradient-black::before,
#gux3 .richtext-gradient-white::before,
#gux3 #g3 .overlay .richtext-gradient-black::before,
#g3 .overlay #gux3 .richtext-gradient-black::before,
#gux3 .richtext-gradient-black::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  bottom: 0;
  z-index: 10; }

#g3 .overlay .richtext-gradient-white .richtext-content, #g3 .overlay .richtext-gradient-black .richtext-content,
#gux3 .richtext-gradient-white .richtext-content,
#gux3 .richtext-gradient-black .richtext-content {
  position: relative;
  z-index: 20; }

#g3 .overlay .richtext-gradient-black::before,
#gux3 .richtext-gradient-black::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }

@media only screen and (min-width: 62em) {
  #g3 .overlay .richtext.hidden-desktop,
  #gux3 .richtext.hidden-desktop {
    display: none; } }

#g3 .overlay .richtext.hidden-mobile,
#gux3 .richtext.hidden-mobile {
  display: none; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .richtext.hidden-mobile,
    #gux3 .richtext.hidden-mobile {
      display: block; } }

#g3 .overlay .richtext.richtext-align-left,
#gux3 .richtext.richtext-align-left {
  position: absolute;
  z-index: 10;
  margin-top: 0;
  width: 100%;
  padding: 25px; }
  #g3 .overlay .richtext.richtext-align-left .richtext-content,
  #gux3 .richtext.richtext-align-left .richtext-content {
    padding: 10px 0;
    text-align: center; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .richtext.richtext-align-left .richtext-content,
      #gux3 .richtext.richtext-align-left .richtext-content {
        max-width: 580px;
        margin: auto; } }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .richtext.richtext-align-left .richtext-content,
      #gux3 .richtext.richtext-align-left .richtext-content {
        text-align: left;
        float: left;
        margin-left: 8.33333%; } }
    @media only screen and (min-width: 75em) {
      #g3 .overlay .richtext.richtext-align-left .richtext-content,
      #gux3 .richtext.richtext-align-left .richtext-content {
        max-width: 393px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .richtext.richtext-align-left .richtext-content .btn-primary-wide, #g3 .overlay .richtext.richtext-align-left .richtext-content .btn-accordion-button,
      #g3 .overlay .richtext.richtext-align-left .richtext-content .cta-default,
      #gux3 .richtext.richtext-align-left .richtext-content .btn-primary-wide,
      #gux3 .richtext.richtext-align-left .richtext-content .btn-accordion-button,
      #gux3 .richtext.richtext-align-left .richtext-content .cta-default {
        margin-left: 0; } }

#g3 .overlay .cq-wcm-edit .richtext-align-left,
#gux3 .cq-wcm-edit .richtext-align-left {
  position: relative; }

#g3 .overlay .richtext.richtext-align-right,
#gux3 .richtext.richtext-align-right {
  position: absolute;
  z-index: 10;
  margin-top: 0;
  width: 100%;
  padding: 25px; }
  #g3 .overlay .richtext.richtext-align-right .richtext-content,
  #gux3 .richtext.richtext-align-right .richtext-content {
    padding: 10px 0;
    text-align: center; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .richtext.richtext-align-right .richtext-content,
      #gux3 .richtext.richtext-align-right .richtext-content {
        max-width: 538px;
        margin: auto; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .richtext.richtext-align-right .richtext-content,
      #gux3 .richtext.richtext-align-right .richtext-content {
        text-align: right;
        float: right;
        max-width: 393px;
        margin-right: 8.33333%; }
        #g3 .overlay .richtext.richtext-align-right .richtext-content .cta-secondary-gux-3,
        #gux3 .richtext.richtext-align-right .richtext-content .cta-secondary-gux-3 {
          margin-right: 20px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .richtext.richtext-align-right .richtext-content .btn-primary-wide, #g3 .overlay .richtext.richtext-align-right .richtext-content .btn-accordion-button,
      #g3 .overlay .richtext.richtext-align-right .richtext-content .cta-default,
      #gux3 .richtext.richtext-align-right .richtext-content .btn-primary-wide,
      #gux3 .richtext.richtext-align-right .richtext-content .btn-accordion-button,
      #gux3 .richtext.richtext-align-right .richtext-content .cta-default {
        margin-right: 0; } }

#g3 .overlay .cq-wcm-edit .richtext-align-right,
#gux3 .cq-wcm-edit .richtext-align-right {
  position: relative; }

#g3 .overlay .richtext-align-center,
#gux3 .richtext-align-center {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #g3 .overlay .richtext-align-center .richtext-content,
  #gux3 .richtext-align-center .richtext-content {
    margin: 0; }

#g3 .overlay .cq-wcm-edit .richtext-align-center,
#gux3 .cq-wcm-edit .richtext-align-center {
  position: relative; }

#g3 .overlay .richtext-vehicle-attributes, #g3 .overlay .richtext-vehicle-attributes-no-cta,
#gux3 #g3 .overlay .richtext-vehicle-attributes,
#g3 .overlay #gux3 .richtext-vehicle-attributes,
#gux3 .richtext-vehicle-attributes,
#gux3 #g3 .overlay .richtext-vehicle-attributes-no-cta,
#g3 .overlay #gux3 .richtext-vehicle-attributes-no-cta,
#gux3 .richtext-vehicle-attributes-no-cta {
  margin: 0 auto;
  padding: 0 25px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .richtext-vehicle-attributes, #g3 .overlay .richtext-vehicle-attributes-no-cta,
    #gux3 #g3 .overlay .richtext-vehicle-attributes,
    #g3 .overlay #gux3 .richtext-vehicle-attributes,
    #gux3 .richtext-vehicle-attributes,
    #gux3 #g3 .overlay .richtext-vehicle-attributes-no-cta,
    #g3 .overlay #gux3 .richtext-vehicle-attributes-no-cta,
    #gux3 .richtext-vehicle-attributes-no-cta {
      bottom: 0;
      max-width: 772px;
      padding: 0 60px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .richtext-vehicle-attributes, #g3 .overlay .richtext-vehicle-attributes-no-cta,
    #gux3 #g3 .overlay .richtext-vehicle-attributes,
    #g3 .overlay #gux3 .richtext-vehicle-attributes,
    #gux3 .richtext-vehicle-attributes,
    #gux3 #g3 .overlay .richtext-vehicle-attributes-no-cta,
    #g3 .overlay #gux3 .richtext-vehicle-attributes-no-cta,
    #gux3 .richtext-vehicle-attributes-no-cta {
      max-width: 666px;
      padding: 0; } }
  #g3 .overlay .richtext-vehicle-attributes .richtext-content, #g3 .overlay .richtext-vehicle-attributes-no-cta .richtext-content,
  #gux3 .richtext-vehicle-attributes .richtext-content,
  #gux3 .richtext-vehicle-attributes-no-cta .richtext-content {
    margin: 0 auto;
    padding: 0;
    font-family: "FordAntennaCond-Regular", Arial, Helvetica, sans-serif;
    overflow: visible; }
  #g3 .overlay .richtext-vehicle-attributes ul, #g3 .overlay .richtext-vehicle-attributes-no-cta ul,
  #gux3 #g3 .overlay .richtext-vehicle-attributes ul,
  #g3 .overlay #gux3 .richtext-vehicle-attributes ul,
  #gux3 .richtext-vehicle-attributes ul,
  #gux3 #g3 .overlay .richtext-vehicle-attributes-no-cta ul,
  #g3 .overlay #gux3 .richtext-vehicle-attributes-no-cta ul,
  #gux3 .richtext-vehicle-attributes-no-cta ul {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 3px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .richtext-vehicle-attributes ul, #g3 .overlay .richtext-vehicle-attributes-no-cta ul,
      #gux3 #g3 .overlay .richtext-vehicle-attributes ul,
      #g3 .overlay #gux3 .richtext-vehicle-attributes ul,
      #gux3 .richtext-vehicle-attributes ul,
      #gux3 #g3 .overlay .richtext-vehicle-attributes-no-cta ul,
      #g3 .overlay #gux3 .richtext-vehicle-attributes-no-cta ul,
      #gux3 .richtext-vehicle-attributes-no-cta ul {
        max-height: 123px; } }
  #g3 .overlay .richtext-vehicle-attributes li, #g3 .overlay .richtext-vehicle-attributes-no-cta li,
  #gux3 #g3 .overlay .richtext-vehicle-attributes li,
  #g3 .overlay #gux3 .richtext-vehicle-attributes li,
  #gux3 .richtext-vehicle-attributes li,
  #gux3 #g3 .overlay .richtext-vehicle-attributes-no-cta li,
  #g3 .overlay #gux3 .richtext-vehicle-attributes-no-cta li,
  #gux3 .richtext-vehicle-attributes-no-cta li {
    font-size: 18px;
    font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
    width: 25%;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #102b4e;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 1.5px;
    padding: 20px 0 0; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .richtext-vehicle-attributes li, #g3 .overlay .richtext-vehicle-attributes-no-cta li,
      #gux3 #g3 .overlay .richtext-vehicle-attributes li,
      #g3 .overlay #gux3 .richtext-vehicle-attributes li,
      #gux3 .richtext-vehicle-attributes li,
      #gux3 #g3 .overlay .richtext-vehicle-attributes-no-cta li,
      #g3 .overlay #gux3 .richtext-vehicle-attributes-no-cta li,
      #gux3 .richtext-vehicle-attributes-no-cta li {
        font-size: 24px;
        padding: 0;
        line-height: 1.25;
        letter-spacing: 1.2px; } }
  #g3 .overlay .richtext-vehicle-attributes .small, #g3 .overlay .richtext-vehicle-attributes-no-cta .small,
  #gux3 .richtext-vehicle-attributes .small,
  #gux3 .richtext-vehicle-attributes-no-cta .small {
    font-size: 10px;
    font-family: "FordAntennaCond-Regular", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    letter-spacing: 1.82px;
    font-weight: normal;
    color: #4d4d4d;
    display: inline-block; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .richtext-vehicle-attributes .small, #g3 .overlay .richtext-vehicle-attributes-no-cta .small,
      #gux3 .richtext-vehicle-attributes .small,
      #gux3 .richtext-vehicle-attributes-no-cta .small {
        font-size: 11px;
        line-height: 2;
        letter-spacing: 2px; } }
  #g3 .overlay .richtext-vehicle-attributes .gux-disclosure, #g3 .overlay .richtext-vehicle-attributes-no-cta .gux-disclosure,
  #g3 .overlay .richtext-vehicle-attributes .acc-disclosure,
  #g3 .overlay .richtext-vehicle-attributes-no-cta .acc-disclosure,
  #gux3 .richtext-vehicle-attributes .gux-disclosure,
  #gux3 .richtext-vehicle-attributes-no-cta .gux-disclosure,
  #gux3 .richtext-vehicle-attributes .acc-disclosure,
  #gux3 .richtext-vehicle-attributes-no-cta .acc-disclosure {
    font-size: .5em !important; }

#g3 .overlay .richtext-vehicle-attributes ul + p,
#gux3 .richtext-vehicle-attributes ul + p {
  text-align: center; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .richtext-vehicle-attributes ul + p,
    #gux3 .richtext-vehicle-attributes ul + p {
      text-align: right; } }

@media only screen and (max-width: 30em) {
  #g3 .overlay .richtext-vehicle-attributes li:nth-last-child(2),
  #gux3 .richtext-vehicle-attributes li:nth-last-child(2) {
    padding: 15px 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%; } }

#g3 .overlay .richtext-vehicle-attributes li:last-of-type,
#gux3 .richtext-vehicle-attributes li:last-of-type {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 3.5px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  color: #fff;
  font-weight: 300;
  padding: 0; }
  @media only screen and (max-width: 30em) {
    #g3 .overlay .richtext-vehicle-attributes li:last-of-type,
    #gux3 .richtext-vehicle-attributes li:last-of-type {
      background: #102b4e;
      border-radius: 0 0 3px 3px;
      padding: 0; } }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .richtext-vehicle-attributes li:last-of-type,
    #gux3 .richtext-vehicle-attributes li:last-of-type {
      width: 128px;
      height: 123px; } }
  #g3 .overlay .richtext-vehicle-attributes li:last-of-type a,
  #gux3 .richtext-vehicle-attributes li:last-of-type a {
    font-size: 16px;
    font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 4px;
    text-align: center;
    width: 150px;
    height: 150px;
    border: 0;
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    z-index: 5;
    outline-offset: 20px;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
            box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
    font-size: 14px;
    background: #102b4e;
    -webkit-transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, color 0.1s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, color 0.1s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
    position: relative;
    border-radius: 0 3px 3px 0;
    left: auto;
    color: #fff;
    padding: 0;
    width: 128px;
    line-height: 1.71;
    letter-spacing: 3.5px; }
    #g3 .overlay .richtext-vehicle-attributes li:last-of-type a:hover,
    #gux3 .richtext-vehicle-attributes li:last-of-type a:hover {
      -webkit-box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ;
              box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ; }
    #g3 .overlay .richtext-vehicle-attributes li:last-of-type a:active,
    #gux3 .richtext-vehicle-attributes li:last-of-type a:active {
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ;
              box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ; }
    @media only screen and (max-width: 30em) {
      #g3 .overlay .richtext-vehicle-attributes li:last-of-type a,
      #gux3 .richtext-vehicle-attributes li:last-of-type a {
        padding-top: 15px;
        padding-bottom: 15px; } }
    #g3 .overlay .richtext-vehicle-attributes li:last-of-type a .word-per-line,
    #gux3 .richtext-vehicle-attributes li:last-of-type a .word-per-line {
      word-spacing: 100vw; }
    #g3 .overlay .richtext-vehicle-attributes li:last-of-type a:hover,
    #gux3 .richtext-vehicle-attributes li:last-of-type a:hover {
      -webkit-transform: scale(1.06667);
              transform: scale(1.06667); }
    #g3 .overlay .richtext-vehicle-attributes li:last-of-type a:focus,
    #gux3 .richtext-vehicle-attributes li:last-of-type a:focus {
      outline-color: #fff; }
    @media only screen and (max-width: 30em) {
      #g3 .overlay .richtext-vehicle-attributes li:last-of-type a,
      #gux3 .richtext-vehicle-attributes li:last-of-type a {
        width: auto;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transform: none;
                transform: none;
        height: auto;
        border-radius: 0; }
        #g3 .overlay .richtext-vehicle-attributes li:last-of-type a:hover,
        #gux3 .richtext-vehicle-attributes li:last-of-type a:hover {
          -webkit-transform: none;
                  transform: none;
          -webkit-box-shadow: none;
                  box-shadow: none; } }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .richtext-vehicle-attributes li:last-of-type a,
      #gux3 .richtext-vehicle-attributes li:last-of-type a {
        height: 123px;
        position: absolute;
        top: 0;
        right: 0; } }

#g3 .overlay .richtext-vehicle-attributes .cta-secondary-gux-3,
#gux3 .richtext-vehicle-attributes .cta-secondary-gux-3 {
  font-size: 18px;
  letter-spacing: 1px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .richtext-vehicle-attributes .cta-secondary-gux-3,
    #gux3 .richtext-vehicle-attributes .cta-secondary-gux-3 {
      padding-right: 20px; } }

@media only screen and (min-width: 48em) {
  #g3 .overlay .richtext-vehicle-attributes-no-cta .richtext-content,
  #gux3 .richtext-vehicle-attributes-no-cta .richtext-content {
    width: 80%; } }

@media only screen and (min-width: 30.0625em) {
  #g3 .overlay .richtext-vehicle-attributes-no-cta ul,
  #gux3 .richtext-vehicle-attributes-no-cta ul {
    height: 123px; } }

@media only screen and (max-width: 30em) {
  #g3 .overlay .richtext-vehicle-attributes-no-cta li:last-of-type,
  #gux3 .richtext-vehicle-attributes-no-cta li:last-of-type {
    padding: 15px 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%; } }

#g3 .overlay .billboard .richtext-vehicle-attributes,
#g3 .overlay .billboard .richtext-vehicle-attributes-no-cta,
#g3 .overlay .billboard .snippet,
#gux3 .billboard .richtext-vehicle-attributes,
#gux3 .billboard .richtext-vehicle-attributes-no-cta,
#gux3 .billboard .snippet {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 10; }

#g3 .overlay .billboard .richtext-vehicle-attributes,
#g3 .overlay .billboard .snippet,
#gux3 .billboard .richtext-vehicle-attributes,
#gux3 .billboard .snippet {
  bottom: -20px;
  width: 100%; }

#g3 .overlay .billboard .richtext-vehicle-attributes-no-cta,
#gux3 .billboard .richtext-vehicle-attributes-no-cta {
  bottom: 36px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .billboard .richtext-vehicle-attributes-no-cta,
    #gux3 .billboard .richtext-vehicle-attributes-no-cta {
      bottom: 8px; } }

#g3 .overlay .richtext-numbered-list,
#gux3 .richtext-numbered-list {
  padding: 35px 8% 70px; }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .richtext-numbered-list,
    #gux3 .richtext-numbered-list {
      padding: 35px 12% 70px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .richtext-numbered-list,
    #gux3 .richtext-numbered-list {
      padding: 35px 29% 70px; } }
  #g3 .overlay .richtext-numbered-list > .richtext-content,
  #gux3 .richtext-numbered-list > .richtext-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto; }
    #g3 .overlay .richtext-numbered-list > .richtext-content:before,
    #gux3 .richtext-numbered-list > .richtext-content:before {
      content: '';
      top: 20px;
      left: calc(30% + 15px);
      width: 1px;
      bottom: 0;
      background: #dbdbdb;
      position: absolute; }
      @media only screen and (min-width: 48em) {
        #g3 .overlay .richtext-numbered-list > .richtext-content:before,
        #gux3 .richtext-numbered-list > .richtext-content:before {
          left: calc(30% + 17px); } }
    #g3 .overlay .richtext-numbered-list > .richtext-content h5,
    #gux3 .richtext-numbered-list > .richtext-content h5 {
      font-size: 10px;
      font-family: "AntennaBold", Arial, Helvetica, sans-serif;
      font-weight: bold;
      line-height: 16px;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 30%;
              flex: 1 0 30%;
      max-width: 30%;
      margin: 0;
      color: #4d4d4d;
      letter-spacing: 1px;
      text-align: right;
      padding-right: 18px;
      padding-top: 7px; }
      @media only screen and (min-width: 48em) {
        #g3 .overlay .richtext-numbered-list > .richtext-content h5,
        #gux3 .richtext-numbered-list > .richtext-content h5 {
          line-height: 20px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .richtext-numbered-list > .richtext-content h5,
        #gux3 .richtext-numbered-list > .richtext-content h5 {
          font-size: 11px; } }
    #g3 .overlay .richtext-numbered-list > .richtext-content h5 + p,
    #gux3 .richtext-numbered-list > .richtext-content h5 + p {
      font-size: 12px;
      font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
      font-weight: 500;
      letter-spacing: normal;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 32px;
              flex: 1 0 32px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      max-width: 32px;
      background: #102b4e;
      color: white;
      margin: 0;
      padding: 0;
      border-radius: 50%;
      text-align: center;
      z-index: 5; }
      @media only screen and (min-width: 48em) {
        #g3 .overlay .richtext-numbered-list > .richtext-content h5 + p,
        #gux3 .richtext-numbered-list > .richtext-content h5 + p {
          font-size: 16px;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 36px;
                  flex: 1 0 36px;
          width: 36px;
          height: 36px;
          max-width: 36px;
          line-height: 36px; } }
    #g3 .overlay .richtext-numbered-list > .richtext-content h4,
    #gux3 .richtext-numbered-list > .richtext-content h4 {
      width: calc(70% - 32px);
      margin: 0;
      padding: 2px 0 7px 14px; }
      @media only screen and (min-width: 48em) {
        #g3 .overlay .richtext-numbered-list > .richtext-content h4,
        #gux3 .richtext-numbered-list > .richtext-content h4 {
          width: calc(70% - 36px);
          padding-left: 20px;
          padding-top: 3px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .richtext-numbered-list > .richtext-content h4,
        #gux3 .richtext-numbered-list > .richtext-content h4 {
          padding-bottom: 15px; } }
    #g3 .overlay .richtext-numbered-list > .richtext-content p,
    #gux3 .richtext-numbered-list > .richtext-content p {
      margin-left: calc(30% + 32px);
      margin-bottom: 40px;
      padding-left: 14px; }
      @media only screen and (min-width: 48em) {
        #g3 .overlay .richtext-numbered-list > .richtext-content p,
        #gux3 .richtext-numbered-list > .richtext-content p {
          margin-left: calc(30% + 36px);
          padding-left: 20px;
          margin-bottom: 85px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .richtext-numbered-list > .richtext-content p,
        #gux3 .richtext-numbered-list > .richtext-content p {
          margin-bottom: 60px; } }
      #g3 .overlay .richtext-numbered-list > .richtext-content p:last-child,
      #gux3 .richtext-numbered-list > .richtext-content p:last-child {
        position: relative; }
        #g3 .overlay .richtext-numbered-list > .richtext-content p:last-child:before,
        #gux3 .richtext-numbered-list > .richtext-content p:last-child:before {
          content: '';
          top: -23px;
          left: -17px;
          width: 1px;
          height: 300%;
          bottom: 0;
          background: #fff;
          position: absolute; }
          @media only screen and (min-width: 48em) {
            #g3 .overlay .richtext-numbered-list > .richtext-content p:last-child:before,
            #gux3 .richtext-numbered-list > .richtext-content p:last-child:before {
              left: -19px; } }

#g3 .overlay .richtext-billboard-heading h2,
#g3 .overlay [class*='billboard-gux-3-0'] .richtext-billboard-heading h2,
#gux3 .richtext-billboard-heading h2,
#gux3 [class*='billboard-gux-3-0'] .richtext-billboard-heading h2 {
  font-size: 30px;
  font-family: "AntennaCondBold", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.75px; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .richtext-billboard-heading h2,
    #g3 .overlay [class*='billboard-gux-3-0'] .richtext-billboard-heading h2,
    #gux3 .richtext-billboard-heading h2,
    #gux3 [class*='billboard-gux-3-0'] .richtext-billboard-heading h2 {
      font-size: 50px;
      letter-spacing: 1.67px; } }

#g3 .overlay .richtext-billboard-heading h3,
#g3 .overlay [class*='billboard-gux-3-0'] .richtext-billboard-heading h3,
#gux3 .richtext-billboard-heading h3,
#gux3 [class*='billboard-gux-3-0'] .richtext-billboard-heading h3 {
  font-size: 22px;
  font-family: "FordAntennaCond-Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.55px; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .richtext-billboard-heading h3,
    #g3 .overlay [class*='billboard-gux-3-0'] .richtext-billboard-heading h3,
    #gux3 .richtext-billboard-heading h3,
    #gux3 [class*='billboard-gux-3-0'] .richtext-billboard-heading h3 {
      font-size: 25px;
      line-height: 1.2;
      letter-spacing: 1px; } }

#g3 .overlay .richtext-billboard-disclosures,
#gux3 .richtext-billboard-disclosures {
  z-index: 10; }
  #g3 .overlay .richtext-billboard-disclosures .acc-tooltip,
  #g3 .overlay .richtext-billboard-disclosures .gux-tooltip,
  #gux3 .richtext-billboard-disclosures .acc-tooltip,
  #gux3 .richtext-billboard-disclosures .gux-tooltip {
    font-size: 11px;
    line-height: 1.82;
    letter-spacing: 1px;
    color: #f1f1f1 !important; }
    #g3 .overlay .richtext-billboard-disclosures .acc-tooltip:after,
    #g3 .overlay .richtext-billboard-disclosures .gux-tooltip:after,
    #gux3 .richtext-billboard-disclosures .acc-tooltip:after,
    #gux3 .richtext-billboard-disclosures .gux-tooltip:after {
      display: none; }
  #g3 .overlay .richtext-billboard-disclosures:hover,
  #gux3 .richtext-billboard-disclosures:hover {
    text-decoration: underline; }

#g3 .overlay [class*="billboard-gux-3-0"] .richtext-billboard-disclosures,
#gux3 [class*="billboard-gux-3-0"] .richtext-billboard-disclosures {
  width: auto;
  margin: 0 auto;
  padding: 0 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: initial;
  z-index: 9;
  height: auto; }
  #g3 .overlay [class*="billboard-gux-3-0"] .richtext-billboard-disclosures .richtext-content,
  #gux3 [class*="billboard-gux-3-0"] .richtext-billboard-disclosures .richtext-content {
    margin: 0;
    padding: 0; }
  #g3 .overlay [class*="billboard-gux-3-0"] .richtext-billboard-disclosures.richtext-align-right .richtext-content,
  #gux3 [class*="billboard-gux-3-0"] .richtext-billboard-disclosures.richtext-align-right .richtext-content {
    float: right; }
  #g3 .overlay [class*="billboard-gux-3-0"] .richtext-billboard-disclosures.richtext.richtext-align-left .richtext-content,
  #gux3 [class*="billboard-gux-3-0"] .richtext-billboard-disclosures.richtext.richtext-align-left .richtext-content {
    text-align: initial; }

#g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-disclosures,
#gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-disclosures {
  bottom: 110px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-disclosures,
    #gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-disclosures {
      max-width: 772px;
      padding: 0 60px;
      bottom: 75px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-disclosures,
    #gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-disclosures {
      margin: 0 0 12px 24px;
      bottom: 0;
      left: 0;
      padding: 0;
      width: calc((100% - 720px) / 2); } }
  #g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-disclosures .acc-tooltip,
  #g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-disclosures .gux-tooltip,
  #gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-disclosures .acc-tooltip,
  #gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-billboard-disclosures .gux-tooltip {
    text-decoration: underline; }

@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  #g3 .overlay [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-vehicle-attributes-no-cta ~ .richtext-billboard-disclosures .richtext-content,
  #gux3 [class*="billboard-gux-3-0"].billboard-with-vehicle-attributes .richtext-vehicle-attributes-no-cta ~ .richtext-billboard-disclosures .richtext-content {
    margin: 0 auto;
    width: 80%; } }

@media only screen and (max-width: 30em) {
  #g3 .overlay .richtext-inline-links p,
  #gux3 .richtext-inline-links p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7px; }
    #g3 .overlay .richtext-inline-links p a,
    #gux3 .richtext-inline-links p a {
      position: relative;
      left: -10px; } }

#g3 .overlay .richtext-inline-links p a,
#gux3 .richtext-inline-links p a {
  margin-top: 45px; }

@media only screen and (min-width: 30.0625em) {
  #g3 .overlay .richtext-inline-links a + a,
  #gux3 .richtext-inline-links a + a {
    margin: 0 0 0 85px; } }

#g3 .overlay .richtext.richtext-billboard-performance,
#gux3 .richtext.richtext-billboard-performance {
  height: 100%;
  z-index: 8;
  margin: 0; }
  @media only screen and (max-width: 47.9375em) {
    #g3 .overlay .richtext.richtext-billboard-performance,
    #gux3 .richtext.richtext-billboard-performance {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), color-stop(70%, rgba(0, 0, 0, 0.4)), color-stop(90%, rgba(0, 0, 0, 0))) !important;
      background: linear-gradient(to top, black 0, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 90%) !important; } }
  #g3 .overlay .richtext.richtext-billboard-performance.richtext-align-right,
  #gux3 .richtext.richtext-billboard-performance.richtext-align-right {
    background: -webkit-gradient(linear, right top, left top, from(black), color-stop(70%, rgba(0, 0, 0, 0.4)), color-stop(90%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to left, black 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 90%); }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .richtext.richtext-billboard-performance.richtext-align-right .richtext-content,
      #gux3 .richtext.richtext-billboard-performance.richtext-align-right .richtext-content {
        float: right; } }
  #g3 .overlay .richtext.richtext-billboard-performance.richtext-align-left,
  #gux3 .richtext.richtext-billboard-performance.richtext-align-left {
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(70%, rgba(0, 0, 0, 0.4)), color-stop(90%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 90%); }
  #g3 .overlay .richtext.richtext-billboard-performance.richtext-align-center,
  #gux3 .richtext.richtext-billboard-performance.richtext-align-center {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%); }
    #g3 .overlay .richtext.richtext-billboard-performance.richtext-align-center .richtext-content,
    #gux3 .richtext.richtext-billboard-performance.richtext-align-center .richtext-content {
      max-width: none;
      margin: 7% 0;
      text-align: center; }
  #g3 .overlay .richtext.richtext-billboard-performance .richtext-content,
  #gux3 .richtext.richtext-billboard-performance .richtext-content {
    margin: 20px 8%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    max-width: unset;
    left: 0;
    right: 0; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .richtext.richtext-billboard-performance .richtext-content,
      #gux3 .richtext.richtext-billboard-performance .richtext-content {
        text-align: initial;
        max-width: 315px;
        margin: 3% 5%;
        position: relative;
        bottom: auto; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .richtext.richtext-billboard-performance .richtext-content,
      #gux3 .richtext.richtext-billboard-performance .richtext-content {
        max-width: 554px;
        margin: 7% 10%; } }
  #g3 .overlay .richtext.richtext-billboard-performance h1,
  #gux3 .richtext.richtext-billboard-performance h1 {
    margin-bottom: 20px; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .richtext.richtext-billboard-performance h1,
      #gux3 .richtext.richtext-billboard-performance h1 {
        margin-bottom: 40px; } }
  #g3 .overlay .richtext.richtext-billboard-performance h2,
  #gux3 .richtext.richtext-billboard-performance h2 {
    font-size: 40px;
    font-family: "AntennaCondBold", Arial, Helvetica, sans-serif;
    line-height: 1.35;
    letter-spacing: 2.89px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .richtext.richtext-billboard-performance h2,
      #gux3 .richtext.richtext-billboard-performance h2 {
        letter-spacing: 1.56px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .richtext.richtext-billboard-performance h2,
      #gux3 .richtext.richtext-billboard-performance h2 {
        font-size: 45px;
        line-height: 1.2;
        letter-spacing: 1.75px;
        margin-bottom: 25px; } }
    #g3 .overlay .richtext.richtext-billboard-performance h2 sup,
    #gux3 .richtext.richtext-billboard-performance h2 sup {
      font-size: 11px;
      font-weight: normal; }
    #g3 .overlay .richtext.richtext-billboard-performance h2 strong,
    #gux3 .richtext.richtext-billboard-performance h2 strong {
      font-family: "AntennaCondBold", Arial, Helvetica, sans-serif; }

#g3 .overlay .splitter-row:before, #g3 .overlay .splitter-row:after,
#gux3 .splitter-row:before,
#gux3 .splitter-row:after {
  content: " ";
  display: table; }

#g3 .overlay .splitter-row:after,
#gux3 .splitter-row:after {
  clear: both; }

#g3 .overlay .splitter-tiles .splitter-2-columns,
#g3 .overlay .splitter-tiles .splitter-3-columns,
#gux3 .splitter-tiles .splitter-2-columns,
#gux3 .splitter-tiles .splitter-3-columns {
  padding: 15px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .splitter-tiles .splitter-2-columns,
    #g3 .overlay .splitter-tiles .splitter-3-columns,
    #gux3 .splitter-tiles .splitter-2-columns,
    #gux3 .splitter-tiles .splitter-3-columns {
      padding: 20px 78px; } }
  #g3 .overlay .splitter-tiles .splitter-2-columns .columns,
  #g3 .overlay .splitter-tiles .splitter-3-columns .columns,
  #gux3 .splitter-tiles .splitter-2-columns .columns,
  #gux3 .splitter-tiles .splitter-3-columns .columns {
    padding: 18px 0;
    width: 100%; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .splitter-tiles .splitter-2-columns .columns,
      #g3 .overlay .splitter-tiles .splitter-3-columns .columns,
      #gux3 .splitter-tiles .splitter-2-columns .columns,
      #gux3 .splitter-tiles .splitter-3-columns .columns {
        padding: 18px 37px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .splitter-tiles .splitter-2-columns .columns,
      #g3 .overlay .splitter-tiles .splitter-3-columns .columns,
      #gux3 .splitter-tiles .splitter-2-columns .columns,
      #gux3 .splitter-tiles .splitter-3-columns .columns {
        padding: 15px 17px;
        width: 50%; } }

@media only screen and (min-width: 62em) {
  #g3 .overlay .splitter-tiles .splitter-3-columns .columns,
  #gux3 .splitter-tiles .splitter-3-columns .columns {
    width: 33%; } }

#g3 .overlay .splitter-tiles .splitter-4-columns,
#gux3 .splitter-tiles .splitter-4-columns {
  padding: 15px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .splitter-tiles .splitter-4-columns,
    #gux3 .splitter-tiles .splitter-4-columns {
      padding: 20px 85px; } }
  #g3 .overlay .splitter-tiles .splitter-4-columns .columns,
  #gux3 .splitter-tiles .splitter-4-columns .columns {
    padding: 18px 0;
    width: 100%; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .splitter-tiles .splitter-4-columns .columns,
      #gux3 .splitter-tiles .splitter-4-columns .columns {
        padding: 10px 30px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .splitter-tiles .splitter-4-columns .columns,
      #gux3 .splitter-tiles .splitter-4-columns .columns {
        padding: 10px;
        width: 25%; } }

#g3 .overlay .splitter-videos .splitter-2-columns,
#gux3 .splitter-videos .splitter-2-columns {
  padding: 15px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .splitter-videos .splitter-2-columns,
    #gux3 .splitter-videos .splitter-2-columns {
      padding: 20px 98px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .splitter-videos .splitter-2-columns,
    #gux3 .splitter-videos .splitter-2-columns {
      padding: 20px 185px; } }
  #g3 .overlay .splitter-videos .splitter-2-columns .columns,
  #gux3 .splitter-videos .splitter-2-columns .columns {
    padding: 18px 0; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .splitter-videos .splitter-2-columns .columns,
      #gux3 .splitter-videos .splitter-2-columns .columns {
        padding: 15px 17px; } }

#g3 .overlay .splitter-videos .splitter-3-columns,
#gux3 .splitter-videos .splitter-3-columns {
  padding: 15px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .splitter-videos .splitter-3-columns,
    #gux3 .splitter-videos .splitter-3-columns {
      padding: 20px 50px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .splitter-videos .splitter-3-columns,
    #gux3 .splitter-videos .splitter-3-columns {
      padding: 20px 78px; } }
  #g3 .overlay .splitter-videos .splitter-3-columns .columns,
  #gux3 .splitter-videos .splitter-3-columns .columns {
    padding: 18px 0; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .splitter-videos .splitter-3-columns .columns,
      #gux3 .splitter-videos .splitter-3-columns .columns {
        padding: 18px 10px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .splitter-videos .splitter-3-columns .columns,
      #gux3 .splitter-videos .splitter-3-columns .columns {
        padding: 15px 17px; } }

#g3 .overlay .splitter-motions img,
#gux3 .splitter-motions img {
  -webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.05), 0 20px 20px 0 rgba(0, 0, 0, 0.01);
          box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.05), 0 20px 20px 0 rgba(0, 0, 0, 0.01);
  -webkit-transform: scale3d(1, 1, 1) translateY(0);
          transform: scale3d(1, 1, 1) translateY(0);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .5s;
  transition: -webkit-box-shadow .3s, -webkit-transform .5s;
  transition: box-shadow .3s, transform .5s;
  transition: box-shadow .3s, transform .5s, -webkit-box-shadow .3s, -webkit-transform .5s; }

#g3 .overlay .splitter-motions .splitter-column.js-is-in-focus img,
#gux3 .splitter-motions .splitter-column.js-is-in-focus img {
  -webkit-transform: scale3d(1.02173, 1.02173, 1) translateY(-3px);
          transform: scale3d(1.02173, 1.02173, 1) translateY(-3px);
  -webkit-box-shadow: 0 20px 14px 0 rgba(0, 0, 0, 0.05), 0 40px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 14px 0 rgba(0, 0, 0, 0.05), 0 40px 40px 0 rgba(0, 0, 0, 0.1); }

#g3 .overlay .splitter-range-component,
#gux3 .splitter-range-component {
  margin: auto;
  padding: 0 42px;
  max-width: 1100px; }
  @media only screen and (min-width: 75em) {
    #g3 .overlay .splitter-range-component,
    #gux3 .splitter-range-component {
      padding: 0; } }
  #g3 .overlay .splitter-range-component .columns,
  #gux3 .splitter-range-component .columns {
    padding: 0; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .splitter-range-component .columns,
      #gux3 .splitter-range-component .columns {
        padding-left: 20px;
        padding-right: 20px; } }
    #g3 .overlay .splitter-range-component .columns:first-of-type .column-content,
    #gux3 .splitter-range-component .columns:first-of-type .column-content {
      max-width: 320px;
      margin: auto; }
      @media only screen and (min-width: 48em) {
        #g3 .overlay .splitter-range-component .columns:first-of-type .column-content,
        #gux3 .splitter-range-component .columns:first-of-type .column-content {
          padding-top: 42px; } }
    #g3 .overlay .splitter-range-component .columns:first-of-type p,
    #gux3 .splitter-range-component .columns:first-of-type p {
      margin: 42px auto; }
    #g3 .overlay .splitter-range-component .columns:last-of-type,
    #gux3 .splitter-range-component .columns:last-of-type {
      padding: 0; }
      @media only screen and (min-width: 48em) {
        #g3 .overlay .splitter-range-component .columns:last-of-type,
        #gux3 .splitter-range-component .columns:last-of-type {
          padding-left: 10px; } }

#g3 .overlay .box-large-left-right-padding,
#gux3 .box-large-left-right-padding {
  padding-left: 7.8125%;
  padding-right: 7.8125%; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .box-large-left-right-padding,
    #gux3 .box-large-left-right-padding {
      padding-left: 22.26562%;
      padding-right: 22.26562%; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .box-large-left-right-padding,
    #gux3 .box-large-left-right-padding {
      padding-left: 28.95833%;
      padding-right: 28.95833%; } }

#g3 .overlay .box-large-top-padding,
#gux3 .box-large-top-padding {
  padding-top: 175px; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .box-large-top-padding,
    #gux3 .box-large-top-padding {
      padding-top: 155px; } }

#g3 .overlay .box-large-bottom-padding,
#gux3 .box-large-bottom-padding {
  padding-bottom: 175px; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .box-large-bottom-padding,
    #gux3 .box-large-bottom-padding {
      padding-bottom: 155px; } }

#g3 .overlay .box-regular-left-right-padding,
#gux3 .box-regular-left-right-padding {
  padding-left: 3.90625%;
  padding-right: 3.90625%; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .box-regular-left-right-padding,
    #gux3 .box-regular-left-right-padding {
      padding-left: 11.13281%;
      padding-right: 11.13281%; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .box-regular-left-right-padding,
    #gux3 .box-regular-left-right-padding {
      padding-left: 14.47917%;
      padding-right: 14.47917%; } }

#g3 .overlay .box-regular-top-padding,
#gux3 .box-regular-top-padding {
  padding-top: 50px; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .box-regular-top-padding,
    #gux3 .box-regular-top-padding {
      padding-top: 80px; } }

#g3 .overlay .box-regular-bottom-padding,
#gux3 .box-regular-bottom-padding {
  padding-bottom: 50px; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .box-regular-bottom-padding,
    #gux3 .box-regular-bottom-padding {
      padding-bottom: 80px; } }

#g3 .overlay .box-small-left-right-padding,
#gux3 .box-small-left-right-padding {
  padding-left: 4%;
  padding-right: 4%; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .box-small-left-right-padding,
    #gux3 .box-small-left-right-padding {
      margin-top: 20px;
      padding-left: 11.2%;
      padding-right: 11.2%; } }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .box-small-left-right-padding,
    #gux3 .box-small-left-right-padding {
      padding-left: 10.82%;
      padding-right: 10.82%; } }

#g3 .overlay .box-small-top-padding,
#gux3 .box-small-top-padding {
  padding-top: 25px; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .box-small-top-padding,
    #gux3 .box-small-top-padding {
      padding-top: 40px; } }

#g3 .overlay .box-small-bottom-padding,
#gux3 .box-small-bottom-padding {
  padding-bottom: 25px; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .box-small-bottom-padding,
    #gux3 .box-small-bottom-padding {
      padding-bottom: 40px; } }

#g3 .overlay .box-white-background,
#gux3 .box-white-background {
  background-color: #fff; }

#g3 .overlay .box-lightgrey-background,
#gux3 .box-lightgrey-background {
  background-color: #f7f7f7; }

#g3 .overlay .box-black-background,
#gux3 .box-black-background {
  background-color: #000; }

#g3 .overlay .box-blue-background,
#gux3 .box-blue-background {
  background-color: #102b4e; }

#g3 .overlay .box-darkblue-background,
#gux3 .box-darkblue-background {
  background-color: #00095B; }

#g3 .overlay .box-vehicle-attributes-wrapper,
#gux3 .box-vehicle-attributes-wrapper {
  position: relative;
  padding: 0 25px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .box-vehicle-attributes-wrapper,
    #gux3 .box-vehicle-attributes-wrapper {
      padding: 0; } }
  #g3 .overlay .box-vehicle-attributes-wrapper .feature-container,
  #gux3 .box-vehicle-attributes-wrapper .feature-container {
    margin: 10px auto; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .box-vehicle-attributes-wrapper .feature-container,
      #gux3 .box-vehicle-attributes-wrapper .feature-container {
        max-width: 772px;
        padding: 0 25px;
        margin: 25px auto; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .box-vehicle-attributes-wrapper .feature-container,
      #gux3 .box-vehicle-attributes-wrapper .feature-container {
        max-width: 666px;
        padding: 0; } }
    #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box,
    #gux3 .box-vehicle-attributes-wrapper .feature-container > .box {
      position: relative; }
      #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container,
      #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        background: #fff;
        list-style: none;
        -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        border-radius: 3px;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        @media only screen and (max-width: 30em) {
          #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .bevVehicleAttribute:nth-child(n+3),
          #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .bevVehicleAttribute:nth-child(n+3) {
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none;
            width: 100%; } }
        @media only screen and (max-width: 30em) {
          #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:nth-child(n+3),
          #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:nth-child(n+3) {
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none;
            width: 100%; } }
        #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type,
        #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type {
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 3.5px;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          width: 100%;
          color: #fff;
          font-weight: 300;
          padding: 0;
          position: relative;
          margin: 0; }
          @media only screen and (min-width: 30.0625em) {
            #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type,
            #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type {
              width: 128px;
              height: 123px; } }
          #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type p,
          #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type p {
            margin: 0; }
          #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a,
          #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a {
            font-size: 16px;
            font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
            font-weight: 300;
            line-height: 25px;
            letter-spacing: 4px;
            text-align: center;
            width: 150px;
            height: 150px;
            border: 0;
            text-decoration: none !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0 auto;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 0 20px;
            z-index: 5;
            outline-offset: 20px;
            -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
                    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
            font-size: 14px;
            background: #102b4e;
            -webkit-transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
            transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out, color 0.1s ease-in-out, box-shadow 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out, color 0.1s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
            font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
            position: relative;
            border-radius: 0 3px 3px 0;
            left: auto;
            color: #fff;
            padding: 0;
            width: 128px;
            line-height: 1.71;
            letter-spacing: 3.5px; }
            #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a:hover,
            #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a:hover {
              -webkit-box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ;
                      box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ; }
            #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a:active,
            #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a:active {
              -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ;
                      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ; }
            #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a:hover,
            #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a:hover {
              -webkit-transform: scale(1.06667);
                      transform: scale(1.06667); }
            #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a:focus,
            #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a:focus {
              outline-color: #fff; }
            @media only screen and (max-width: 30em) {
              #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a,
              #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a {
                border-radius: 0 0 3px 3px;
                width: auto;
                -webkit-box-shadow: none;
                        box-shadow: none;
                -webkit-transform: none;
                        transform: none;
                height: auto;
                padding: 15px 0; }
                #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a:hover,
                #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a:hover {
                  -webkit-transform: none;
                          transform: none;
                  -webkit-box-shadow: none;
                          box-shadow: none; } }
            @media only screen and (min-width: 30.0625em) {
              #g3 .overlay .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a,
              #gux3 .box-vehicle-attributes-wrapper .feature-container > .box .feature-container .richtext:last-of-type a {
                height: 123px;
                position: absolute;
                top: 0;
                right: 0; } }
    #g3 .overlay .box-vehicle-attributes-wrapper .feature-container .richtext,
    #gux3 .box-vehicle-attributes-wrapper .feature-container .richtext {
      position: relative;
      margin: 0; }
      #g3 .overlay .box-vehicle-attributes-wrapper .feature-container .richtext .richtext-content,
      #gux3 .box-vehicle-attributes-wrapper .feature-container .richtext .richtext-content {
        margin: 0;
        padding: 0; }
      #g3 .overlay .box-vehicle-attributes-wrapper .feature-container .richtext .cta-secondary-gux-3,
      #gux3 .box-vehicle-attributes-wrapper .feature-container .richtext .cta-secondary-gux-3 {
        font-size: 18px;
        letter-spacing: 1px; }
        @media only screen and (min-width: 30.0625em) {
          #g3 .overlay .box-vehicle-attributes-wrapper .feature-container .richtext .cta-secondary-gux-3,
          #gux3 .box-vehicle-attributes-wrapper .feature-container .richtext .cta-secondary-gux-3 {
            padding-right: 20px; } }

#g3 .overlay [id="common-login-app"],
#gux3 [id="common-login-app"] {
  background-color: #f7f7f7; }
  #g3 .overlay [id="common-login-app"] .cl-main-wrapper,
  #gux3 [id="common-login-app"] .cl-main-wrapper {
    padding-left: 7.8125%;
    padding-right: 7.8125%;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 70px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .cl-main-wrapper,
      #gux3 [id="common-login-app"] .cl-main-wrapper {
        padding-left: 22.26562%;
        padding-right: 22.26562%; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .cl-main-wrapper,
      #gux3 [id="common-login-app"] .cl-main-wrapper {
        padding-left: 28.95833%;
        padding-right: 28.95833%; } }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .cl-main-wrapper,
      #gux3 [id="common-login-app"] .cl-main-wrapper {
        padding-top: 40px; } }
    #g3 .overlay [id="common-login-app"] .cl-main-wrapper h4,
    #gux3 [id="common-login-app"] .cl-main-wrapper h4 {
      font-size: 35px;
      font-family: "AntennaCondExtraLight", Arial, Helvetica, sans-serif;
      font-weight: 200;
      color: #4d4d4d;
      line-height: 1.286;
      letter-spacing: 3.5px;
      text-indent: 0;
      height: auto;
      margin: 0 0 20px 0; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [id="common-login-app"] .cl-main-wrapper h4,
        #gux3 [id="common-login-app"] .cl-main-wrapper h4 {
          font-size: 40px;
          line-height: 1.375;
          letter-spacing: 3px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .cl-main-wrapper h4,
        #gux3 [id="common-login-app"] .cl-main-wrapper h4 {
          font-size: 50px;
          line-height: 1.4;
          letter-spacing: 2px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .cl-main-wrapper h4,
        #gux3 [id="common-login-app"] .cl-main-wrapper h4 {
          margin-bottom: 30px; } }
    #g3 .overlay [id="common-login-app"] .cl-main-wrapper p,
    #gux3 [id="common-login-app"] .cl-main-wrapper p {
      font-size: 12px;
      color: #4d4d4d;
      font-weight: 300;
      font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
      line-height: 2;
      letter-spacing: 1px; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [id="common-login-app"] .cl-main-wrapper p,
        #gux3 [id="common-login-app"] .cl-main-wrapper p {
          font-size: 13px;
          letter-spacing: 1px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .cl-main-wrapper p,
        #gux3 [id="common-login-app"] .cl-main-wrapper p {
          font-size: 14px;
          line-height: 1.929;
          letter-spacing: 1px; } }
    #g3 .overlay [id="common-login-app"] .cl-main-wrapper .cl-button,
    #gux3 [id="common-login-app"] .cl-main-wrapper .cl-button {
      color: #fff;
      margin-top: 30px;
      margin-bottom: 30px; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [id="common-login-app"] .cl-main-wrapper .cl-button,
        #gux3 [id="common-login-app"] .cl-main-wrapper .cl-button {
          margin-top: 40px;
          margin-bottom: 40px; } }
    #g3 .overlay [id="common-login-app"] .cl-main-wrapper .columns,
    #gux3 [id="common-login-app"] .cl-main-wrapper .columns {
      width: 100%; }
    #g3 .overlay [id="common-login-app"] .cl-main-wrapper .hide,
    #gux3 [id="common-login-app"] .cl-main-wrapper .hide {
      display: none; }
    #g3 .overlay [id="common-login-app"] .cl-main-wrapper .note,
    #gux3 [id="common-login-app"] .cl-main-wrapper .note {
      margin-bottom: 30px; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [id="common-login-app"] .cl-main-wrapper .note,
        #gux3 [id="common-login-app"] .cl-main-wrapper .note {
          margin-bottom: 40px; } }
      #g3 .overlay [id="common-login-app"] .cl-main-wrapper .note p,
      #gux3 [id="common-login-app"] .cl-main-wrapper .note p {
        font-size: 10px;
        color: #4d4d4d;
        font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
        font-weight: 300;
        line-height: 2;
        letter-spacing: 1px; }
        @media only screen and (min-width: 62em) {
          #g3 .overlay [id="common-login-app"] .cl-main-wrapper .note p,
          #gux3 [id="common-login-app"] .cl-main-wrapper .note p {
            font-size: 11px;
            line-height: 1.818;
            letter-spacing: 1px; } }
      #g3 .overlay [id="common-login-app"] .cl-main-wrapper .note + .note,
      #gux3 [id="common-login-app"] .cl-main-wrapper .note + .note {
        margin-bottom: 0; }
        #g3 .overlay [id="common-login-app"] .cl-main-wrapper .note + .note p,
        #gux3 [id="common-login-app"] .cl-main-wrapper .note + .note p {
          font-size: 12px;
          color: #4d4d4d;
          font-weight: 300;
          font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
          line-height: 2;
          letter-spacing: 1px; }
          @media only screen and (min-width: 30.0625em) {
            #g3 .overlay [id="common-login-app"] .cl-main-wrapper .note + .note p,
            #gux3 [id="common-login-app"] .cl-main-wrapper .note + .note p {
              font-size: 13px;
              letter-spacing: 1px; } }
          @media only screen and (min-width: 62em) {
            #g3 .overlay [id="common-login-app"] .cl-main-wrapper .note + .note p,
            #gux3 [id="common-login-app"] .cl-main-wrapper .note + .note p {
              font-size: 14px;
              line-height: 1.929;
              letter-spacing: 1px; } }
          #g3 .overlay [id="common-login-app"] .cl-main-wrapper .note + .note p:last-child,
          #gux3 [id="common-login-app"] .cl-main-wrapper .note + .note p:last-child {
            margin-bottom: 0; }
  #g3 .overlay [id="common-login-app"] .cl-custom-field,
  #gux3 [id="common-login-app"] .cl-custom-field {
    margin: 0 0 22px; }
  #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label,
  #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label .service-name,
    #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label .service-name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 0 0 30px;
      position: relative; }
      #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label .service-name p,
      #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label .service-name p {
        font-size: 12px;
        font-weight: 300;
        font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
        line-height: 2;
        letter-spacing: 1px;
        padding: 0 0 0 6px;
        margin: 0; }
        @media only screen and (min-width: 30.0625em) {
          #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label .service-name p,
          #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label .service-name p {
            font-size: 13px;
            letter-spacing: 1px; } }
        @media only screen and (min-width: 62em) {
          #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label .service-name p,
          #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label .service-name p {
            font-size: 14px;
            line-height: 1.929;
            letter-spacing: 1px; } }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label .service-name,
        #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label .service-name {
          -ms-flex-item-align: center;
              align-self: center; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label .service-name,
        #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label .service-name {
          padding: 0 0 0 50px; } }
      #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label .service-name a,
      #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label .service-name a {
        font-size: 12px;
        color: #102b4e;
        font-weight: 300;
        font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
        line-height: 2;
        letter-spacing: 1px;
        text-decoration: underline; }
        @media only screen and (min-width: 30.0625em) {
          #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label .service-name a,
          #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label .service-name a {
            font-size: 13px;
            letter-spacing: 1px; } }
        @media only screen and (min-width: 62em) {
          #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label .service-name a,
          #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label .service-name a {
            font-size: 14px;
            line-height: 1.929;
            letter-spacing: 1px; } }
        #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label .service-name a:hover,
        #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label .service-name a:hover {
          color: #2861a4; }
    #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label:hover .cl-checkbox-label,
    #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label:hover .cl-checkbox-label {
      color: #2861a4; }
    #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label.cl-validation-error .cl-checkbox,
    #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label.cl-validation-error .cl-checkbox {
      border: 2px solid #d92e14; }
    #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label.cl-validation-error .service-name:before,
    #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label.cl-validation-error .service-name:before {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E910";
      font-size: 26px;
      color: #d92e14;
      position: absolute;
      left: 5px;
      top: 0; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label.cl-validation-error .service-name:before,
        #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label.cl-validation-error .service-name:before {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label.cl-validation-error .service-name:before,
        #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label.cl-validation-error .service-name:before {
          left: 13px; } }
    #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label.cl-validation-error .service-name p,
    #g3 .overlay [id="common-login-app"] .cl-custom-field-wrapper-label.cl-validation-error .service-name a,
    #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label.cl-validation-error .service-name p,
    #gux3 [id="common-login-app"] .cl-custom-field-wrapper-label.cl-validation-error .service-name a {
      color: #d92e14; }
  #g3 .overlay [id="common-login-app"] .cl-custom-field-input,
  #gux3 [id="common-login-app"] .cl-custom-field-input {
    position: absolute;
    left: -9999px; }
  #g3 .overlay [id="common-login-app"] .cl-checkbox,
  #gux3 [id="common-login-app"] .cl-checkbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border: 2px solid #102b4e;
    border-radius: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4px;
    position: relative;
    width: 17px;
    height: 17px; }
    #g3 .overlay [id="common-login-app"] .cl-checkbox:before,
    #gux3 [id="common-login-app"] .cl-checkbox:before {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E90F";
      font-size: 16px;
      -webkit-transition: opacity 150ms ease-in-out;
      transition: opacity 150ms ease-in-out;
      opacity: 0; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .cl-checkbox,
      #gux3 [id="common-login-app"] .cl-checkbox {
        -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
                box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
        border-radius: 0;
        border: none;
        padding-top: 0;
        width: 70px;
        height: 70px; }
        #g3 .overlay [id="common-login-app"] .cl-checkbox:hover,
        #gux3 [id="common-login-app"] .cl-checkbox:hover {
          -webkit-box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ;
                  box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ; }
        #g3 .overlay [id="common-login-app"] .cl-checkbox:active,
        #gux3 [id="common-login-app"] .cl-checkbox:active {
          -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ;
                  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ; }
        #g3 .overlay [id="common-login-app"] .cl-checkbox:before,
        #gux3 [id="common-login-app"] .cl-checkbox:before {
          font-size: 24px;
          position: absolute;
          left: 50%;
          z-index: 10;
          display: block;
          overflow: hidden;
          -webkit-transform: translateY(0) translateX(-50%);
                  transform: translateY(0) translateX(-50%);
          -webkit-transition: opacity 150ms ease-in-out, -webkit-transform 250ms linear;
          transition: opacity 150ms ease-in-out, -webkit-transform 250ms linear;
          transition: transform 250ms linear, opacity 150ms ease-in-out;
          transition: transform 250ms linear, opacity 150ms ease-in-out, -webkit-transform 250ms linear; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .cl-checkbox,
      #gux3 [id="common-login-app"] .cl-checkbox {
        width: 100px;
        height: 100px;
        -webkit-transition: -webkit-transform 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
        transition: -webkit-transform 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
        transition: transform 250ms ease-in-out, box-shadow 250ms ease-in-out;
        transition: transform 250ms ease-in-out, box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out; }
        #g3 .overlay [id="common-login-app"] .cl-checkbox:before,
        #gux3 [id="common-login-app"] .cl-checkbox:before {
          font-size: 26px; }
        #g3 .overlay [id="common-login-app"] .cl-checkbox:hover,
        #gux3 [id="common-login-app"] .cl-checkbox:hover {
          -webkit-transform: scale(1.06667);
                  transform: scale(1.06667);
          cursor: pointer; } }
  #g3 .overlay [id="common-login-app"] .cl-checkbox-label,
  #gux3 [id="common-login-app"] .cl-checkbox-label {
    display: none; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .cl-checkbox-label,
      #gux3 [id="common-login-app"] .cl-checkbox-label {
        font-size: 12px;
        word-break: break-word;
        background-color: #fff;
        color: #4d4d4d;
        display: block;
        font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
        line-height: 1.667;
        letter-spacing: 3px;
        position: relative;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: -webkit-transform 250ms linear;
        transition: -webkit-transform 250ms linear;
        transition: transform 250ms linear;
        transition: transform 250ms linear, -webkit-transform 250ms linear;
        z-index: 1;
        text-align: center; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .cl-checkbox-label,
      #gux3 [id="common-login-app"] .cl-checkbox-label {
        font-size: 14px;
        line-height: 1.625;
        letter-spacing: 3px; } }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox,
    #gux3 [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox {
      border: 1px solid #fff;
      background-color: #f7f7f7;
      -webkit-box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.1); } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox:hover,
    #gux3 [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox:hover {
      -webkit-transform: none;
              transform: none; } }
  #g3 .overlay [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox:before,
  #gux3 [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox:before {
    left: 50%;
    opacity: 1; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox:before,
      #gux3 [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox:before {
        -webkit-transform: translateY(-10px) translateX(-50%);
                transform: translateY(-10px) translateX(-50%); } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox:before,
      #gux3 [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox:before {
        -webkit-transform: translateY(-64%) translateX(-50%);
                transform: translateY(-64%) translateX(-50%); } }
  #g3 .overlay [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox .cl-checkbox-label,
  #gux3 [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox .cl-checkbox-label {
    color: #102b4e;
    background-color: transparent; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox .cl-checkbox-label,
      #gux3 [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox .cl-checkbox-label {
        -webkit-transform: translateY(10px);
                transform: translateY(10px); } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox .cl-checkbox-label,
      #gux3 [id="common-login-app"] .cl-custom-field-input:checked + .cl-checkbox .cl-checkbox-label {
        -webkit-transform: translateY(13px);
                transform: translateY(13px); } }
  #g3 .overlay [id="common-login-app"] .cl-uncheck-error,
  #gux3 [id="common-login-app"] .cl-uncheck-error {
    display: none; }
  .is-tabbed #g3 .overlay [id="common-login-app"] .cl-custom-field-input:focus + .cl-checkbox, .is-tabbed
  #gux3 [id="common-login-app"] .cl-custom-field-input:focus + .cl-checkbox {
    position: relative; }
    .is-tabbed #g3 .overlay [id="common-login-app"] .cl-custom-field-input:focus + .cl-checkbox:after, .is-tabbed
    #gux3 [id="common-login-app"] .cl-custom-field-input:focus + .cl-checkbox:after {
      border: 2px solid #102b4e;
      content: '';
      width: 25px;
      height: 25px;
      position: absolute;
      left: -6px;
      top: -6px; }
      @media only screen and (min-width: 30.0625em) {
        .is-tabbed #g3 .overlay [id="common-login-app"] .cl-custom-field-input:focus + .cl-checkbox:after, .is-tabbed
        #gux3 [id="common-login-app"] .cl-custom-field-input:focus + .cl-checkbox:after {
          width: 130%;
          height: 130%;
          left: -10px;
          top: -10px; } }
      @media only screen and (min-width: 62em) {
        .is-tabbed #g3 .overlay [id="common-login-app"] .cl-custom-field-input:focus + .cl-checkbox:after, .is-tabbed
        #gux3 [id="common-login-app"] .cl-custom-field-input:focus + .cl-checkbox:after {
          width: 120%;
          height: 120%; } }
  #g3 .overlay [id="common-login-app"] .cl-form-field,
  #gux3 [id="common-login-app"] .cl-form-field {
    font-size: 12px;
    font-weight: 300;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    line-height: 2;
    letter-spacing: 1px;
    outline: none;
    background: #fff;
    width: 100%;
    padding: 0 15px;
    text-shadow: none;
    border: 0;
    -webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background 0.3s, box-shadow 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    margin: 0;
    height: 40px;
    line-height: normal;
    letter-spacing: 1px;
    color: #4d4d4d;
    -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 5px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 0 1px #fff, inset 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #f7f7f7;
    -webkit-appearance: none; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .cl-form-field,
      #gux3 [id="common-login-app"] .cl-form-field {
        font-size: 13px;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .cl-form-field,
      #gux3 [id="common-login-app"] .cl-form-field {
        font-size: 14px;
        line-height: 1.929;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .cl-form-field,
      #gux3 [id="common-login-app"] .cl-form-field {
        height: 45px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .cl-form-field,
      #gux3 [id="common-login-app"] .cl-form-field {
        height: 50px; } }
    #g3 .overlay [id="common-login-app"] .cl-form-field::-webkit-input-placeholder,
    #gux3 [id="common-login-app"] .cl-form-field::-webkit-input-placeholder {
      color: #4d4d4d; }
    #g3 .overlay [id="common-login-app"] .cl-form-field::-moz-placeholder,
    #gux3 [id="common-login-app"] .cl-form-field::-moz-placeholder {
      color: #4d4d4d; }
    #g3 .overlay [id="common-login-app"] .cl-form-field::-ms-input-placeholder,
    #gux3 [id="common-login-app"] .cl-form-field::-ms-input-placeholder {
      color: #4d4d4d; }
    #g3 .overlay [id="common-login-app"] .cl-form-field::placeholder,
    #gux3 [id="common-login-app"] .cl-form-field::placeholder {
      color: #4d4d4d; }
    #g3 .overlay [id="common-login-app"] .cl-form-field::-webkit-input-placeholder,
    #gux3 [id="common-login-app"] .cl-form-field::-webkit-input-placeholder {
      color: #4d4d4d; }
    #g3 .overlay [id="common-login-app"] .cl-form-field::-moz-placeholder,
    #gux3 [id="common-login-app"] .cl-form-field::-moz-placeholder {
      color: #4d4d4d; }
    #g3 .overlay [id="common-login-app"] .cl-form-field:-moz-placeholder,
    #gux3 [id="common-login-app"] .cl-form-field:-moz-placeholder {
      color: #4d4d4d; }
    #g3 .overlay [id="common-login-app"] .cl-form-field::-ms-input-placeholder,
    #gux3 [id="common-login-app"] .cl-form-field::-ms-input-placeholder {
      color: #4d4d4d; }
    #g3 .overlay [id="common-login-app"] .cl-form-field:-ms-input-placeholder,
    #gux3 [id="common-login-app"] .cl-form-field:-ms-input-placeholder {
      color: #4d4d4d; }
    #g3 .overlay [id="common-login-app"] .cl-form-field:hover,
    #gux3 [id="common-login-app"] .cl-form-field:hover {
      color: #2861a4;
      background: #fff;
      -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 5px 10px 0 rgba(0, 0, 0, 0), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 0 0 1px #fff, inset 0 5px 10px 0 rgba(0, 0, 0, 0), 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
      #g3 .overlay [id="common-login-app"] .cl-form-field:hover::-webkit-input-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:hover::-webkit-input-placeholder {
        color: #2861a4; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:hover::-moz-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:hover::-moz-placeholder {
        color: #2861a4; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:hover::-ms-input-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:hover::-ms-input-placeholder {
        color: #2861a4; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:hover::placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:hover::placeholder {
        color: #2861a4; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:hover::-webkit-input-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:hover::-webkit-input-placeholder {
        color: #2861a4; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:hover::-moz-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:hover::-moz-placeholder {
        color: #2861a4; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:hover:-moz-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:hover:-moz-placeholder {
        color: #2861a4; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:hover::-ms-input-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:hover::-ms-input-placeholder {
        color: #2861a4; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:hover:-ms-input-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:hover:-ms-input-placeholder {
        color: #2861a4; }
    #g3 .overlay [id="common-login-app"] .cl-form-field:focus,
    #gux3 [id="common-login-app"] .cl-form-field:focus {
      color: #102b4e;
      background: #fff;
      -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 5px 10px 0 rgba(0, 0, 0, 0), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 0 0 1px #fff, inset 0 5px 10px 0 rgba(0, 0, 0, 0), 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
      #g3 .overlay [id="common-login-app"] .cl-form-field:focus::-webkit-input-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:focus::-webkit-input-placeholder {
        color: #cdcdcd; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:focus::-moz-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:focus::-moz-placeholder {
        color: #cdcdcd; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:focus::-ms-input-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:focus::-ms-input-placeholder {
        color: #cdcdcd; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:focus::placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:focus::placeholder {
        color: #cdcdcd; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:focus::-webkit-input-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:focus::-webkit-input-placeholder {
        color: #cdcdcd; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:focus::-moz-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:focus::-moz-placeholder {
        color: #cdcdcd; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:focus:-moz-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:focus:-moz-placeholder {
        color: #cdcdcd; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:focus::-ms-input-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:focus::-ms-input-placeholder {
        color: #cdcdcd; }
      #g3 .overlay [id="common-login-app"] .cl-form-field:focus:-ms-input-placeholder,
      #gux3 [id="common-login-app"] .cl-form-field:focus:-ms-input-placeholder {
        color: #cdcdcd; }
    #g3 .overlay [id="common-login-app"] .cl-form-field.ng-invalid.ng-touched,
    #gux3 [id="common-login-app"] .cl-form-field.ng-invalid.ng-touched {
      background: #fff;
      -webkit-box-shadow: inset 0 0 0 2px #d92e14, inset 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 0 0 2px #d92e14, inset 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
    #g3 .overlay [id="common-login-app"] .cl-form-field::-webkit-credentials-auto-fill-button,
    #gux3 [id="common-login-app"] .cl-form-field::-webkit-credentials-auto-fill-button {
      visibility: hidden;
      display: none;
      pointer-events: none;
      position: absolute;
      right: 0; }
    #g3 .overlay [id="common-login-app"] .cl-form-field::-ms-clear,
    #gux3 [id="common-login-app"] .cl-form-field::-ms-clear {
      display: none; }
    #g3 .overlay [id="common-login-app"] .cl-form-field::-ms-reveal,
    #gux3 [id="common-login-app"] .cl-form-field::-ms-reveal {
      display: none; }
  #g3 .overlay [id="common-login-app"] .cl-input-wrapper,
  #gux3 [id="common-login-app"] .cl-input-wrapper {
    position: relative;
    margin-bottom: 10px; }
    #g3 .overlay [id="common-login-app"] .cl-input-wrapper:before, #g3 .overlay [id="common-login-app"] .cl-input-wrapper:after,
    #gux3 [id="common-login-app"] .cl-input-wrapper:before,
    #gux3 [id="common-login-app"] .cl-input-wrapper:after {
      font-size: 22px;
      display: block;
      width: 40px;
      height: 22px;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 5;
      text-align: center;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    #g3 .overlay [id="common-login-app"] .cl-input-wrapper:before,
    #gux3 [id="common-login-app"] .cl-input-wrapper:before {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E910";
      color: #d92e14; }
    #g3 .overlay [id="common-login-app"] .cl-input-wrapper:after,
    #gux3 [id="common-login-app"] .cl-input-wrapper:after {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E90F";
      color: #102b4e; }
    #g3 .overlay [id="common-login-app"] .cl-input-wrapper:hover:after,
    #gux3 [id="common-login-app"] .cl-input-wrapper:hover:after {
      color: #2861a4; }
  #g3 .overlay [id="common-login-app"] .cl-field-label,
  #g3 .overlay [id="common-login-app"] .cl-mandatory,
  #gux3 [id="common-login-app"] .cl-field-label,
  #gux3 [id="common-login-app"] .cl-mandatory {
    font-size: 10px;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
    display: inline-block;
    color: #4d4d4d;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    vertical-align: middle;
    padding-top: 10px; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .cl-field-label,
      #g3 .overlay [id="common-login-app"] .cl-mandatory,
      #gux3 [id="common-login-app"] .cl-field-label,
      #gux3 [id="common-login-app"] .cl-mandatory {
        font-size: 11px;
        line-height: 1.818;
        letter-spacing: 1px; } }
  #g3 .overlay [id="common-login-app"] .input-focused .cl-field-label,
  #g3 .overlay [id="common-login-app"] .input-focused .cl-mandatory,
  #g3 .overlay [id="common-login-app"] .input-invalid .cl-field-label,
  #g3 .overlay [id="common-login-app"] .input-invalid .cl-mandatory,
  #g3 .overlay [id="common-login-app"] .input-valid .cl-field-label,
  #g3 .overlay [id="common-login-app"] .input-valid .cl-mandatory,
  #gux3 [id="common-login-app"] .input-focused .cl-field-label,
  #gux3 [id="common-login-app"] .input-focused .cl-mandatory,
  #gux3 [id="common-login-app"] .input-invalid .cl-field-label,
  #gux3 [id="common-login-app"] .input-invalid .cl-mandatory,
  #gux3 [id="common-login-app"] .input-valid .cl-field-label,
  #gux3 [id="common-login-app"] .input-valid .cl-mandatory {
    opacity: 1; }
  #g3 .overlay [id="common-login-app"] .input-invalid .cl-field-label,
  #g3 .overlay [id="common-login-app"] .input-invalid .cl-mandatory,
  #gux3 [id="common-login-app"] .input-invalid .cl-field-label,
  #gux3 [id="common-login-app"] .input-invalid .cl-mandatory {
    color: #d92e14; }
  #g3 .overlay [id="common-login-app"] .input-invalid .cl-input-wrapper:before,
  #gux3 [id="common-login-app"] .input-invalid .cl-input-wrapper:before {
    opacity: 1; }
  #g3 .overlay [id="common-login-app"] .input-invalid .cl-form-field.ng-invalid,
  #gux3 [id="common-login-app"] .input-invalid .cl-form-field.ng-invalid {
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #d92e14, inset 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 0 2px #d92e14, inset 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  #g3 .overlay [id="common-login-app"] .input-valid .cl-input-wrapper,
  #gux3 [id="common-login-app"] .input-valid .cl-input-wrapper {
    margin: 0 auto 10px;
    padding: 0; }
    #g3 .overlay [id="common-login-app"] .input-valid .cl-input-wrapper:after,
    #gux3 [id="common-login-app"] .input-valid .cl-input-wrapper:after {
      opacity: 1; }
  #g3 .overlay [id="common-login-app"] .cl-form-validation-error,
  #gux3 [id="common-login-app"] .cl-form-validation-error {
    font-size: 10px;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
    display: block;
    color: #d92e14; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .cl-form-validation-error,
      #gux3 [id="common-login-app"] .cl-form-validation-error {
        font-size: 11px;
        line-height: 1.818;
        letter-spacing: 1px; } }
  #g3 .overlay [id="common-login-app"] [data-input-type="password"] .cl-input-wrapper:after,
  #gux3 [id="common-login-app"] [data-input-type="password"] .cl-input-wrapper:after {
    display: none; }
  #g3 .overlay [id="common-login-app"] [data-input-type="password"] .icon-show-password,
  #gux3 [id="common-login-app"] [data-input-type="password"] .icon-show-password {
    display: block;
    width: 40px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    #g3 .overlay [id="common-login-app"] [data-input-type="password"] .icon-show-password:before,
    #gux3 [id="common-login-app"] [data-input-type="password"] .icon-show-password:before {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E907";
      font-size: 22px;
      text-align: center;
      display: block;
      width: 100%;
      height: 100%; }
  #g3 .overlay [id="common-login-app"] [data-input-type="password"] .ng-valid + .icon-show-password,
  #gux3 [id="common-login-app"] [data-input-type="password"] .ng-valid + .icon-show-password {
    opacity: 1; }
  #g3 .overlay [id="common-login-app"] .existing-email-error-for-field p,
  #gux3 [id="common-login-app"] .existing-email-error-for-field p {
    color: #d92e14; }
  #g3 .overlay [id="common-login-app"] .email-taken .cl-field-label,
  #gux3 [id="common-login-app"] .email-taken .cl-field-label {
    color: #d92e14; }
    #g3 .overlay [id="common-login-app"] .email-taken .cl-field-label + .cl-mandatory,
    #gux3 [id="common-login-app"] .email-taken .cl-field-label + .cl-mandatory {
      color: #d92e14; }
  #g3 .overlay [id="common-login-app"] .email-taken .cl-input-wrapper:before,
  #gux3 [id="common-login-app"] .email-taken .cl-input-wrapper:before {
    opacity: 1; }
  #g3 .overlay [id="common-login-app"] .email-taken .cl-input-wrapper:after,
  #gux3 [id="common-login-app"] .email-taken .cl-input-wrapper:after {
    opacity: 0; }
  #g3 .overlay [id="common-login-app"] .email-taken .cl-form-field,
  #gux3 [id="common-login-app"] .email-taken .cl-form-field {
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #d92e14, inset 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 0 2px #d92e14, inset 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  #g3 .overlay [id="common-login-app"] select,
  #g3 .overlay [id="common-login-app"] .toggle-switch-wrap,
  #g3 .overlay [id="common-login-app"] toggle-switch,
  #gux3 [id="common-login-app"] select,
  #gux3 [id="common-login-app"] .toggle-switch-wrap,
  #gux3 [id="common-login-app"] toggle-switch {
    display: none; }
  #g3 .overlay [id="common-login-app"] .custom-dropdown,
  #gux3 [id="common-login-app"] .custom-dropdown {
    background: #fff;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .custom-dropdown,
      #gux3 [id="common-login-app"] .custom-dropdown {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .custom-dropdown,
      #gux3 [id="common-login-app"] .custom-dropdown {
        margin-bottom: 40px; } }
    #g3 .overlay [id="common-login-app"] .custom-dropdown:before,
    #gux3 [id="common-login-app"] .custom-dropdown:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      pointer-events: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 2px solid transparent;
      -webkit-transition: 0.3s border-color;
      transition: 0.3s border-color; }
    #g3 .overlay [id="common-login-app"] .custom-dropdown.is-open,
    #gux3 [id="common-login-app"] .custom-dropdown.is-open {
      z-index: 10; }
      #g3 .overlay [id="common-login-app"] .custom-dropdown.is-open > a:after,
      #gux3 [id="common-login-app"] .custom-dropdown.is-open > a:after {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      #g3 .overlay [id="common-login-app"] .custom-dropdown.is-open ul,
      #gux3 [id="common-login-app"] .custom-dropdown.is-open ul {
        opacity: 1;
        pointer-events: auto; }
        #g3 .overlay [id="common-login-app"] .custom-dropdown.is-open ul::before,
        #gux3 [id="common-login-app"] .custom-dropdown.is-open ul::before {
          height: 100%;
          opacity: 1; }
    #g3 .overlay [id="common-login-app"] .custom-dropdown a,
    #gux3 [id="common-login-app"] .custom-dropdown a {
      font-size: 12px;
      color: #4d4d4d;
      font-weight: 300;
      font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
      line-height: 2;
      letter-spacing: 1px;
      padding: 0 10px 0 15px;
      display: inline-block;
      height: 40px;
      width: 100%;
      line-height: 3.33;
      text-decoration: none;
      cursor: default; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [id="common-login-app"] .custom-dropdown a,
        #gux3 [id="common-login-app"] .custom-dropdown a {
          font-size: 13px;
          letter-spacing: 1px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .custom-dropdown a,
        #gux3 [id="common-login-app"] .custom-dropdown a {
          font-size: 14px;
          line-height: 1.929;
          letter-spacing: 1px; } }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [id="common-login-app"] .custom-dropdown a,
        #gux3 [id="common-login-app"] .custom-dropdown a {
          height: 45px;
          line-height: 3.461; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .custom-dropdown a,
        #gux3 [id="common-login-app"] .custom-dropdown a {
          height: 50px;
          line-height: 3.571; } }
    #g3 .overlay [id="common-login-app"] .custom-dropdown > a,
    #gux3 [id="common-login-app"] .custom-dropdown > a {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      margin: 0; }
      #g3 .overlay [id="common-login-app"] .custom-dropdown > a:before,
      #gux3 [id="common-login-app"] .custom-dropdown > a:before {
        font-family: 'icomoon-gux-3';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "\E910";
        color: #d92e14;
        left: 10px;
        opacity: 0;
        -webkit-transition: 0.3s opacity;
        transition: 0.3s opacity;
        -webkit-transform: translateY(-53%);
                transform: translateY(-53%); }
      #g3 .overlay [id="common-login-app"] .custom-dropdown > a:after,
      #gux3 [id="common-login-app"] .custom-dropdown > a:after {
        font-family: 'icomoon-gux-3';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "\E904";
        right: 10px;
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg);
        -webkit-transition: 0.3s -webkit-transform;
        transition: 0.3s -webkit-transform;
        transition: 0.3s transform;
        transition: 0.3s transform, 0.3s -webkit-transform; }
      #g3 .overlay [id="common-login-app"] .custom-dropdown > a:before, #g3 .overlay [id="common-login-app"] .custom-dropdown > a:after,
      #gux3 [id="common-login-app"] .custom-dropdown > a:before,
      #gux3 [id="common-login-app"] .custom-dropdown > a:after {
        font-size: 22px;
        position: absolute;
        top: 50%; }
        @media only screen and (min-width: 30.0625em) {
          #g3 .overlay [id="common-login-app"] .custom-dropdown > a:before, #g3 .overlay [id="common-login-app"] .custom-dropdown > a:after,
          #gux3 [id="common-login-app"] .custom-dropdown > a:before,
          #gux3 [id="common-login-app"] .custom-dropdown > a:after {
            font-size: 24px; } }
        @media only screen and (min-width: 62em) {
          #g3 .overlay [id="common-login-app"] .custom-dropdown > a:before, #g3 .overlay [id="common-login-app"] .custom-dropdown > a:after,
          #gux3 [id="common-login-app"] .custom-dropdown > a:before,
          #gux3 [id="common-login-app"] .custom-dropdown > a:after {
            font-size: 30px; } }
    #g3 .overlay [id="common-login-app"] .custom-dropdown ul,
    #gux3 [id="common-login-app"] .custom-dropdown ul {
      display: inline-block;
      width: 100%;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 100%;
      left: 0;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: 0.3s opacity;
      transition: 0.3s opacity;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #g3 .overlay [id="common-login-app"] .custom-dropdown ul:before,
      #gux3 [id="common-login-app"] .custom-dropdown ul:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50;
        background: #fff;
        width: 100%;
        height: 0;
        opacity: 0;
        -webkit-transition: 0.3s opacity, 0.3s height;
        transition: 0.3s opacity, 0.3s height;
        -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
      #g3 .overlay [id="common-login-app"] .custom-dropdown ul:after,
      #gux3 [id="common-login-app"] .custom-dropdown ul:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 60;
        pointer-events: none;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 2px solid transparent;
        -webkit-transition: 0.3s border-color;
        transition: 0.3s border-color; }
    #g3 .overlay [id="common-login-app"] .custom-dropdown li,
    #gux3 [id="common-login-app"] .custom-dropdown li {
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 100; }
      #g3 .overlay [id="common-login-app"] .custom-dropdown li a:hover,
      #gux3 [id="common-login-app"] .custom-dropdown li a:hover {
        background: #102b4e;
        color: #fff;
        -webkit-transition: 0.3s background, 0.3s color;
        transition: 0.3s background, 0.3s color; }
  #g3 .overlay [id="common-login-app"] .invalid + div .custom-dropdown:before,
  #gux3 [id="common-login-app"] .invalid + div .custom-dropdown:before {
    border-color: #d92e14; }
  #g3 .overlay [id="common-login-app"] .invalid + div .custom-dropdown.is-open:before,
  #gux3 [id="common-login-app"] .invalid + div .custom-dropdown.is-open:before {
    border-bottom: 0; }
  #g3 .overlay [id="common-login-app"] .invalid + div .custom-dropdown > a,
  #gux3 [id="common-login-app"] .invalid + div .custom-dropdown > a {
    padding-left: 36px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .invalid + div .custom-dropdown > a,
      #gux3 [id="common-login-app"] .invalid + div .custom-dropdown > a {
        padding-left: 40px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .invalid + div .custom-dropdown > a,
      #gux3 [id="common-login-app"] .invalid + div .custom-dropdown > a {
        padding-left: 45px; } }
    #g3 .overlay [id="common-login-app"] .invalid + div .custom-dropdown > a:before,
    #gux3 [id="common-login-app"] .invalid + div .custom-dropdown > a:before {
      opacity: 1; }
  #g3 .overlay [id="common-login-app"] .invalid + div .custom-dropdown ul:after,
  #gux3 [id="common-login-app"] .invalid + div .custom-dropdown ul:after {
    border-color: #d92e14;
    border-top: 0; }
  #g3 .overlay [id="common-login-app"] .cl-market-option-list .cl-form-field,
  #g3 .overlay [id="common-login-app"] .cl-market-opt-topbar .cl-form-field,
  #gux3 [id="common-login-app"] .cl-market-option-list .cl-form-field,
  #gux3 [id="common-login-app"] .cl-market-opt-topbar .cl-form-field {
    margin: 0;
    padding: 0;
    height: auto;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  #g3 .overlay [id="common-login-app"] .cl-market-option-listItem,
  #gux3 [id="common-login-app"] .cl-market-option-listItem {
    font-size: 12px;
    font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 2.083;
    letter-spacing: 2.5px;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .cl-market-option-listItem,
      #gux3 [id="common-login-app"] .cl-market-option-listItem {
        font-size: 14px;
        line-height: 1.786;
        letter-spacing: 3px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .cl-market-option-listItem,
      #gux3 [id="common-login-app"] .cl-market-option-listItem {
        font-size: 24px;
        line-height: 1.458; } }
  #g3 .overlay [id="common-login-app"] svg:not(:root),
  #gux3 [id="common-login-app"] svg:not(:root) {
    overflow: hidden; }
  #g3 .overlay [id="common-login-app"] .cl-loadingIcon-wrapper,
  #gux3 [id="common-login-app"] .cl-loadingIcon-wrapper {
    background: rgba(31, 31, 31, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    text-align: center; }
    #g3 .overlay [id="common-login-app"] .cl-loadingIcon-wrapper .cl-loadingIcon,
    #gux3 [id="common-login-app"] .cl-loadingIcon-wrapper .cl-loadingIcon {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 10px;
      width: 65px;
      height: 65px;
      z-index: 20;
      background-color: #2861a4;
      border-radius: 50%; }
      #g3 .overlay [id="common-login-app"] .cl-loadingIcon-wrapper .cl-loadingIcon .circular,
      #gux3 [id="common-login-app"] .cl-loadingIcon-wrapper .cl-loadingIcon .circular {
        margin: auto;
        width: 100%;
        height: 100%;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-animation: rotate 2s linear infinite;
                animation: rotate 2s linear infinite;
        z-index: 20; }
      #g3 .overlay [id="common-login-app"] .cl-loadingIcon-wrapper .cl-loadingIcon .path,
      #gux3 [id="common-login-app"] .cl-loadingIcon-wrapper .cl-loadingIcon .path {
        stroke: #fff;
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        stroke-linecap: round;
        -webkit-animation: dash 1.5s ease-in-out infinite;
                animation: dash 1.5s ease-in-out infinite;
        z-index: 20; }
  #g3 .overlay [id="common-login-app"] .registerform.section,
  #gux3 [id="common-login-app"] .registerform.section {
    background-color: #f7f7f7; }
  #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper,
  #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper {
    padding-bottom: 70px; }
    #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper h4,
    #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper h4 {
      font-size: 12px;
      font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
      font-weight: 300;
      color: #4d4d4d;
      line-height: 2.083;
      letter-spacing: 2.5px;
      margin: 0 0 20px 0; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper h4,
        #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper h4 {
          font-size: 14px;
          line-height: 1.786;
          letter-spacing: 3px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper h4,
        #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper h4 {
          font-size: 24px;
          line-height: 1.458; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper h4,
        #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper h4 {
          margin-bottom: 30px; } }
    #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button,
    #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button {
      font-size: 12px;
      font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
      font-weight: 500;
      line-height: 1.667;
      letter-spacing: 3px;
      text-decoration: none;
      display: inline-block;
      position: relative;
      border: 0;
      background: transparent;
      outline-offset: 0.65em;
      padding-right: 15px;
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text;
      padding: 0;
      color: #102b4e;
      padding-right: 25px; }
      #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:after,
      #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:after {
        font-family: 'icomoon-gux-3';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "\E906";
        font-size: 22px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-52%) translateX(100%);
                transform: translateY(-52%) translateX(100%);
        right: 15px; }
        @media only screen and (min-width: 62em) {
          #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:after,
          #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:after {
            -webkit-transform: translateY(-48%) translateX(100%);
                    transform: translateY(-48%) translateX(100%);
            display: inline-block;
            top: 12px; } }
      #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:hover, #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:active, #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:focus,
      #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:hover,
      #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:active,
      #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:focus {
        color: #2861a4;
        text-decoration: underline; }
      #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:disabled,
      #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:disabled {
        color: #6e6e6e; }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button,
        #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button {
          font-size: 18px;
          line-height: 1.444; } }
      #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button span,
      #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button span {
        color: #102b4e; }
      #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:hover span,
      #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:hover span {
        color: #2861a4; }
      #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:active span,
      #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:active span {
        color: #4d4d4d; }
      #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:after,
      #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper .cl-button:after {
        right: 25px; }
    #g3 .overlay [id="common-login-app"] .cl-register-now .cl-registration-wrapper .row,
    #gux3 [id="common-login-app"] .cl-register-now .cl-registration-wrapper .row {
      text-align: center; }
  #g3 .overlay [id="common-login-app"] .cl-form-validation-error.cl-onscreen-validator,
  #gux3 [id="common-login-app"] .cl-form-validation-error.cl-onscreen-validator {
    margin: 0;
    padding: 0; }
  #g3 .overlay [id="common-login-app"] .cl-form-validation-error .cl-form-pswd-label,
  #gux3 [id="common-login-app"] .cl-form-validation-error .cl-form-pswd-label {
    margin: 20px 0; }
  #g3 .overlay [id="common-login-app"] .cl-form-validation-error .cl-form-pswd-label,
  #g3 .overlay [id="common-login-app"] .cl-form-validation-message li,
  #gux3 [id="common-login-app"] .cl-form-validation-error .cl-form-pswd-label,
  #gux3 [id="common-login-app"] .cl-form-validation-message li {
    font-size: 12px;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    line-height: 2;
    letter-spacing: 1px;
    color: #4d4d4d; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .cl-form-validation-error .cl-form-pswd-label,
      #g3 .overlay [id="common-login-app"] .cl-form-validation-message li,
      #gux3 [id="common-login-app"] .cl-form-validation-error .cl-form-pswd-label,
      #gux3 [id="common-login-app"] .cl-form-validation-message li {
        font-size: 13px;
        line-height: 2; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .cl-form-validation-error .cl-form-pswd-label,
      #g3 .overlay [id="common-login-app"] .cl-form-validation-message li,
      #gux3 [id="common-login-app"] .cl-form-validation-error .cl-form-pswd-label,
      #gux3 [id="common-login-app"] .cl-form-validation-message li {
        font-size: 14px;
        line-height: 1.92857; } }
  #g3 .overlay [id="common-login-app"] .cl-form-validation-message,
  #gux3 [id="common-login-app"] .cl-form-validation-message {
    list-style: none;
    padding: 0;
    margin-left: 0; }
    #g3 .overlay [id="common-login-app"] .cl-form-validation-message li,
    #gux3 [id="common-login-app"] .cl-form-validation-message li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 7px; }
      #g3 .overlay [id="common-login-app"] .cl-form-validation-message li .icon-block,
      #gux3 [id="common-login-app"] .cl-form-validation-message li .icon-block {
        font-size: 28px;
        text-transform: none;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 32px;
        width: 32px; }
        #g3 .overlay [id="common-login-app"] .cl-form-validation-message li .icon-block:before,
        #gux3 [id="common-login-app"] .cl-form-validation-message li .icon-block:before {
          font-family: 'icomoon-gux-3';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          content: "\E90B";
          color: #4d4d4d; }
        #g3 .overlay [id="common-login-app"] .cl-form-validation-message li .icon-block.valid:before,
        #gux3 [id="common-login-app"] .cl-form-validation-message li .icon-block.valid:before {
          font-family: 'icomoon-gux-3';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          content: "\E90D";
          color: #61ba00; }
  #g3 .overlay [id="common-login-app"] .commonLogin .cl-login-wrapper,
  #gux3 [id="common-login-app"] .commonLogin .cl-login-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #g3 .overlay [id="common-login-app"] .commonLogin .cl-login-wrapper .search-row.row-input,
    #gux3 [id="common-login-app"] .commonLogin .cl-login-wrapper .search-row.row-input {
      width: 100%;
      margin: 0 auto 20px; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [id="common-login-app"] .commonLogin .cl-login-wrapper .search-row.row-input,
        #gux3 [id="common-login-app"] .commonLogin .cl-login-wrapper .search-row.row-input {
          width: 74.41315%; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .commonLogin .cl-login-wrapper .search-row.row-input,
        #gux3 [id="common-login-app"] .commonLogin .cl-login-wrapper .search-row.row-input {
          width: 64.68647%; } }
    #g3 .overlay [id="common-login-app"] .commonLogin .cl-login-wrapper > .cl-rt-content h2,
    #gux3 [id="common-login-app"] .commonLogin .cl-login-wrapper > .cl-rt-content h2 {
      font-size: 35px;
      font-family: "AntennaCondExtraLight", Arial, Helvetica, sans-serif;
      font-weight: 200;
      color: #4d4d4d;
      line-height: 1.286;
      letter-spacing: 3.5px;
      text-indent: 0;
      height: auto;
      margin-top: 0;
      margin-bottom: 20px; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [id="common-login-app"] .commonLogin .cl-login-wrapper > .cl-rt-content h2,
        #gux3 [id="common-login-app"] .commonLogin .cl-login-wrapper > .cl-rt-content h2 {
          font-size: 40px;
          line-height: 1.375;
          letter-spacing: 3px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .commonLogin .cl-login-wrapper > .cl-rt-content h2,
        #gux3 [id="common-login-app"] .commonLogin .cl-login-wrapper > .cl-rt-content h2 {
          font-size: 50px;
          line-height: 1.4;
          letter-spacing: 2px; } }
    #g3 .overlay [id="common-login-app"] .commonLogin .cl-login-wrapper > .cl-rt-content p,
    #gux3 [id="common-login-app"] .commonLogin .cl-login-wrapper > .cl-rt-content p {
      font-size: 12px;
      font-size: 12px;
      color: #4d4d4d;
      font-weight: 300;
      font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
      line-height: 2;
      letter-spacing: 1px;
      margin-bottom: 30px; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [id="common-login-app"] .commonLogin .cl-login-wrapper > .cl-rt-content p,
        #gux3 [id="common-login-app"] .commonLogin .cl-login-wrapper > .cl-rt-content p {
          font-size: 13px;
          letter-spacing: 1px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .commonLogin .cl-login-wrapper > .cl-rt-content p,
        #gux3 [id="common-login-app"] .commonLogin .cl-login-wrapper > .cl-rt-content p {
          font-size: 14px;
          line-height: 1.929;
          letter-spacing: 1px; } }
    #g3 .overlay [id="common-login-app"] .commonLogin .cl-login-wrapper .cl-forgot-password-link p,
    #gux3 [id="common-login-app"] .commonLogin .cl-login-wrapper .cl-forgot-password-link p {
      font-size: 10px;
      color: #4d4d4d;
      font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
      font-weight: 300;
      line-height: 2;
      letter-spacing: 1px;
      margin: 0; }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .commonLogin .cl-login-wrapper .cl-forgot-password-link p,
        #gux3 [id="common-login-app"] .commonLogin .cl-login-wrapper .cl-forgot-password-link p {
          font-size: 11px;
          line-height: 1.818;
          letter-spacing: 1px; } }
  #g3 .overlay [id="common-login-app"] .cl-button-secondary,
  #gux3 [id="common-login-app"] .cl-button-secondary {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .cl-button-secondary,
      #gux3 [id="common-login-app"] .cl-button-secondary {
        margin-top: 40px;
        margin-bottom: 40px; } }
  #g3 .overlay [id="common-login-app"] .marketingoptions .row.cl-connection-error,
  #gux3 [id="common-login-app"] .marketingoptions .row.cl-connection-error {
    display: none; }
  #g3 .overlay [id="common-login-app"] .marketingoptions .cl-market-option-wrapper > div,
  #gux3 [id="common-login-app"] .marketingoptions .cl-market-option-wrapper > div {
    margin-bottom: 30px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .marketingoptions .cl-market-option-wrapper > div,
      #gux3 [id="common-login-app"] .marketingoptions .cl-market-option-wrapper > div {
        margin-bottom: 40px; } }
  #g3 .overlay [id="common-login-app"] .marketingoptions .cl-market-option-wrapper form,
  #gux3 [id="common-login-app"] .marketingoptions .cl-market-option-wrapper form {
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .marketingoptions .cl-market-option-wrapper form,
      #gux3 [id="common-login-app"] .marketingoptions .cl-market-option-wrapper form {
        width: 74.41315%; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .marketingoptions .cl-market-option-wrapper form,
      #gux3 [id="common-login-app"] .marketingoptions .cl-market-option-wrapper form {
        width: 64.68647%; } }
  #g3 .overlay [id="common-login-app"] .cl-error-banner,
  #g3 .overlay [id="common-login-app"] .cl-connection-error,
  #gux3 [id="common-login-app"] .cl-error-banner,
  #gux3 [id="common-login-app"] .cl-connection-error {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    line-height: 2;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 29px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .cl-error-banner,
      #g3 .overlay [id="common-login-app"] .cl-connection-error,
      #gux3 [id="common-login-app"] .cl-error-banner,
      #gux3 [id="common-login-app"] .cl-connection-error {
        font-size: 13px;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .cl-error-banner,
      #g3 .overlay [id="common-login-app"] .cl-connection-error,
      #gux3 [id="common-login-app"] .cl-error-banner,
      #gux3 [id="common-login-app"] .cl-connection-error {
        font-size: 14px;
        line-height: 1.929;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay [id="common-login-app"] .cl-error-banner,
      #g3 .overlay [id="common-login-app"] .cl-connection-error,
      #gux3 [id="common-login-app"] .cl-error-banner,
      #gux3 [id="common-login-app"] .cl-connection-error {
        padding: 5px 64px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay [id="common-login-app"] .cl-error-banner,
      #g3 .overlay [id="common-login-app"] .cl-connection-error,
      #gux3 [id="common-login-app"] .cl-error-banner,
      #gux3 [id="common-login-app"] .cl-connection-error {
        padding: 5px 99px; } }
    #g3 .overlay [id="common-login-app"] .cl-error-banner:before,
    #g3 .overlay [id="common-login-app"] .cl-connection-error:before,
    #gux3 [id="common-login-app"] .cl-error-banner:before,
    #gux3 [id="common-login-app"] .cl-connection-error:before {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E910";
      font-size: 32px;
      padding-right: 10px; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay [id="common-login-app"] .cl-error-banner:before,
        #g3 .overlay [id="common-login-app"] .cl-connection-error:before,
        #gux3 [id="common-login-app"] .cl-error-banner:before,
        #gux3 [id="common-login-app"] .cl-connection-error:before {
          font-size: 24px;
          padding-right: 19px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay [id="common-login-app"] .cl-error-banner:before,
        #g3 .overlay [id="common-login-app"] .cl-connection-error:before,
        #gux3 [id="common-login-app"] .cl-error-banner:before,
        #gux3 [id="common-login-app"] .cl-connection-error:before {
          font-size: 32px;
          padding-right: 15px; } }
    #g3 .overlay [id="common-login-app"] .cl-error-banner p,
    #g3 .overlay [id="common-login-app"] .cl-error-banner span,
    #g3 .overlay [id="common-login-app"] .cl-error-banner div,
    #g3 .overlay [id="common-login-app"] .cl-error-banner a,
    #g3 .overlay [id="common-login-app"] .cl-connection-error p,
    #g3 .overlay [id="common-login-app"] .cl-connection-error span,
    #g3 .overlay [id="common-login-app"] .cl-connection-error div,
    #g3 .overlay [id="common-login-app"] .cl-connection-error a,
    #gux3 [id="common-login-app"] .cl-error-banner p,
    #gux3 [id="common-login-app"] .cl-error-banner span,
    #gux3 [id="common-login-app"] .cl-error-banner div,
    #gux3 [id="common-login-app"] .cl-error-banner a,
    #gux3 [id="common-login-app"] .cl-connection-error p,
    #gux3 [id="common-login-app"] .cl-connection-error span,
    #gux3 [id="common-login-app"] .cl-connection-error div,
    #gux3 [id="common-login-app"] .cl-connection-error a {
      margin: 0;
      color: #fff; }

#g3 .overlay .kmi-form-wrapper .form, #g3 .overlay .raq-form-wrapper .form,
#gux3 .kmi-form-wrapper .form,
#gux3 .raq-form-wrapper .form {
  background-color: #f7f7f7; }
  #g3 .overlay .kmi-form-wrapper .form p, #g3 .overlay .raq-form-wrapper .form p,
  #gux3 .kmi-form-wrapper .form p,
  #gux3 .raq-form-wrapper .form p {
    letter-spacing: 0; }
  #g3 .overlay .kmi-form-wrapper .form .sub-text, #g3 .overlay .raq-form-wrapper .form .sub-text,
  #gux3 .kmi-form-wrapper .form .sub-text,
  #gux3 .raq-form-wrapper .form .sub-text {
    font-size: 12px; }
  #g3 .overlay .kmi-form-wrapper .form .richtext p, #g3 .overlay .raq-form-wrapper .form .richtext p,
  #gux3 .kmi-form-wrapper .form .richtext p,
  #gux3 .raq-form-wrapper .form .richtext p {
    padding: 0; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .kmi-form-wrapper .form .richtext p, #g3 .overlay .raq-form-wrapper .form .richtext p,
      #gux3 .kmi-form-wrapper .form .richtext p,
      #gux3 .raq-form-wrapper .form .richtext p {
        font-size: 11pt; } }

#g3 .overlay .kmi-form-wrapper h2, #g3 .overlay .raq-form-wrapper h2,
#gux3 .kmi-form-wrapper h2,
#gux3 .raq-form-wrapper h2 {
  letter-spacing: 0;
  font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
  font-weight: 500; }
  #g3 .overlay .kmi-form-wrapper h2.dash-blue-text, #g3 .overlay .raq-form-wrapper h2.dash-blue-text,
  #gux3 .kmi-form-wrapper h2.dash-blue-text,
  #gux3 .raq-form-wrapper h2.dash-blue-text {
    font-family: 'FordAntennaMedium';
    font-size: 18pt; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .kmi-form-wrapper h2.dash-blue-text, #g3 .overlay .raq-form-wrapper h2.dash-blue-text,
      #gux3 .kmi-form-wrapper h2.dash-blue-text,
      #gux3 .raq-form-wrapper h2.dash-blue-text {
        font-size: 36pt; } }

#g3 .overlay .kmi-form-wrapper,
#gux3 .kmi-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0; }
  #g3 .overlay .kmi-form-wrapper .hidden,
  #gux3 .kmi-form-wrapper .hidden {
    display: none; }
  #g3 .overlay .kmi-form-wrapper .form,
  #gux3 .kmi-form-wrapper .form {
    padding-top: 30px;
    padding-left: 7.8125%;
    padding-right: 7.8125%; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .kmi-form-wrapper .form,
      #gux3 .kmi-form-wrapper .form {
        padding-top: 40px;
        padding-left: 22.26562%;
        padding-right: 22.26562%; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .kmi-form-wrapper .form,
      #gux3 .kmi-form-wrapper .form {
        padding-left: 20%;
        padding-right: 27%; } }
    #g3 .overlay .kmi-form-wrapper .form > .richtext-gux3 h2,
    #gux3 .kmi-form-wrapper .form > .richtext-gux3 h2 {
      margin: 0; }
    #g3 .overlay .kmi-form-wrapper .form > .richtext-gux3 + .richtext-gux3 h3,
    #gux3 .kmi-form-wrapper .form > .richtext-gux3 + .richtext-gux3 h3 {
      padding: 0; }

#g3 .overlay .raq-form-wrapper,
#gux3 .raq-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0; }
  #g3 .overlay .raq-form-wrapper .hidden,
  #gux3 .raq-form-wrapper .hidden {
    display: none; }
  #g3 .overlay .raq-form-wrapper .form,
  #gux3 .raq-form-wrapper .form {
    padding-top: 30px;
    padding-left: 7.8125%;
    padding-right: 7.8125%; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .raq-form-wrapper .form,
      #gux3 .raq-form-wrapper .form {
        padding-top: 40px;
        padding-left: 22.26562%;
        padding-right: 22.26562%; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .raq-form-wrapper .form,
      #gux3 .raq-form-wrapper .form {
        padding-left: 20%;
        padding-right: 20%; } }
    #g3 .overlay .raq-form-wrapper .form > .richtext-gux3 h2,
    #gux3 .raq-form-wrapper .form > .richtext-gux3 h2 {
      margin: 0; }
    #g3 .overlay .raq-form-wrapper .form > .richtext-gux3 + .richtext-gux3 h3,
    #gux3 .raq-form-wrapper .form > .richtext-gux3 + .richtext-gux3 h3 {
      padding: 0; }

#g3 .overlay .icomoon-r-circle-minus::before,
#gux3 .icomoon-r-circle-minus::before {
  content: "\E910"; }

#g3 .overlay .icomoon-r-circle-minus::before,
#g3 .overlay .icomoon-r-circle-plus::before,
#gux3 .icomoon-r-circle-minus::before,
#gux3 .icomoon-r-circle-plus::before {
  font-family: "icomoon-acc-product";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: red; }

#g3 .overlay .icomoon-r-circle-plus:before,
#gux3 .icomoon-r-circle-plus:before {
  content: "\E910"; }

#g3 .overlay .kmi-form-input .kmi-input-wrapper,
#gux3 .kmi-form-input .kmi-input-wrapper {
  margin: 0; }
  #g3 .overlay .kmi-form-input .kmi-input-wrapper .form-control,
  #gux3 .kmi-form-input .kmi-input-wrapper .form-control {
    margin: 0; }

#g3 .overlay .kmi-form-input .form-control,
#gux3 .kmi-form-input .form-control {
  font-size: 12px;
  font-weight: 300;
  font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
  line-height: 2;
  letter-spacing: 1px;
  width: 100%;
  padding: 0 15px;
  text-shadow: none;
  border: 1px solid #6e6e6e;
  border-radius: 4px;
  -webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
  transition: background 0.3s, box-shadow 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  margin: 0;
  height: 40px;
  line-height: normal;
  color: #4d4d4d;
  background-color: #f7f7f7;
  -webkit-appearance: none; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .kmi-form-input .form-control,
    #gux3 .kmi-form-input .form-control {
      font-size: 13px;
      letter-spacing: 1px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .kmi-form-input .form-control,
    #gux3 .kmi-form-input .form-control {
      font-size: 14px;
      line-height: 1.929;
      letter-spacing: 1px; } }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .kmi-form-input .form-control,
    #gux3 .kmi-form-input .form-control {
      border-radius: 3px;
      height: 45px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .kmi-form-input .form-control,
    #gux3 .kmi-form-input .form-control {
      height: 50px; } }
  #g3 .overlay .kmi-form-input .form-control::-webkit-input-placeholder,
  #gux3 .kmi-form-input .form-control::-webkit-input-placeholder {
    color: #8f8f8f;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  #g3 .overlay .kmi-form-input .form-control::-moz-placeholder,
  #gux3 .kmi-form-input .form-control::-moz-placeholder {
    color: #8f8f8f;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  #g3 .overlay .kmi-form-input .form-control::-ms-input-placeholder,
  #gux3 .kmi-form-input .form-control::-ms-input-placeholder {
    color: #8f8f8f;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  #g3 .overlay .kmi-form-input .form-control::placeholder,
  #gux3 .kmi-form-input .form-control::placeholder {
    color: #8f8f8f;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  #g3 .overlay .kmi-form-input .form-control::-webkit-input-placeholder,
  #gux3 .kmi-form-input .form-control::-webkit-input-placeholder {
    color: #8f8f8f;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  #g3 .overlay .kmi-form-input .form-control::-moz-placeholder,
  #gux3 .kmi-form-input .form-control::-moz-placeholder {
    color: #8f8f8f;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  #g3 .overlay .kmi-form-input .form-control:-moz-placeholder,
  #gux3 .kmi-form-input .form-control:-moz-placeholder {
    color: #8f8f8f;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  #g3 .overlay .kmi-form-input .form-control::-ms-input-placeholder,
  #gux3 .kmi-form-input .form-control::-ms-input-placeholder {
    color: #8f8f8f;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  #g3 .overlay .kmi-form-input .form-control:-ms-input-placeholder,
  #gux3 .kmi-form-input .form-control:-ms-input-placeholder {
    color: #8f8f8f;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  #g3 .overlay .kmi-form-input .form-control:hover,
  #gux3 .kmi-form-input .form-control:hover {
    color: #102b4e;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1); }
    #g3 .overlay .kmi-form-input .form-control:hover::-webkit-input-placeholder,
    #gux3 .kmi-form-input .form-control:hover::-webkit-input-placeholder {
      color: #102b4e; }
    #g3 .overlay .kmi-form-input .form-control:hover::-moz-placeholder,
    #gux3 .kmi-form-input .form-control:hover::-moz-placeholder {
      color: #102b4e; }
    #g3 .overlay .kmi-form-input .form-control:hover::-ms-input-placeholder,
    #gux3 .kmi-form-input .form-control:hover::-ms-input-placeholder {
      color: #102b4e; }
    #g3 .overlay .kmi-form-input .form-control:hover::placeholder,
    #gux3 .kmi-form-input .form-control:hover::placeholder {
      color: #102b4e; }
    #g3 .overlay .kmi-form-input .form-control:hover::-webkit-input-placeholder,
    #gux3 .kmi-form-input .form-control:hover::-webkit-input-placeholder {
      color: #102b4e; }
    #g3 .overlay .kmi-form-input .form-control:hover::-moz-placeholder,
    #gux3 .kmi-form-input .form-control:hover::-moz-placeholder {
      color: #102b4e; }
    #g3 .overlay .kmi-form-input .form-control:hover:-moz-placeholder,
    #gux3 .kmi-form-input .form-control:hover:-moz-placeholder {
      color: #102b4e; }
    #g3 .overlay .kmi-form-input .form-control:hover::-ms-input-placeholder,
    #gux3 .kmi-form-input .form-control:hover::-ms-input-placeholder {
      color: #102b4e; }
    #g3 .overlay .kmi-form-input .form-control:hover:-ms-input-placeholder,
    #gux3 .kmi-form-input .form-control:hover:-ms-input-placeholder {
      color: #102b4e; }
  #g3 .overlay .kmi-form-input .form-control:focus,
  #gux3 .kmi-form-input .form-control:focus {
    color: #102b4e;
    background: #fff;
    border-color: #6e6e6e;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    outline: 1px solid #102b4e;
    outline-offset: 25px; }
    #g3 .overlay .kmi-form-input .form-control:focus::-webkit-input-placeholder,
    #gux3 .kmi-form-input .form-control:focus::-webkit-input-placeholder {
      opacity: 0; }
    #g3 .overlay .kmi-form-input .form-control:focus::-moz-placeholder,
    #gux3 .kmi-form-input .form-control:focus::-moz-placeholder {
      opacity: 0; }
    #g3 .overlay .kmi-form-input .form-control:focus::-ms-input-placeholder,
    #gux3 .kmi-form-input .form-control:focus::-ms-input-placeholder {
      opacity: 0; }
    #g3 .overlay .kmi-form-input .form-control:focus::placeholder,
    #gux3 .kmi-form-input .form-control:focus::placeholder {
      opacity: 0; }
    #g3 .overlay .kmi-form-input .form-control:focus::-webkit-input-placeholder,
    #gux3 .kmi-form-input .form-control:focus::-webkit-input-placeholder {
      opacity: 0; }
    #g3 .overlay .kmi-form-input .form-control:focus::-moz-placeholder,
    #gux3 .kmi-form-input .form-control:focus::-moz-placeholder {
      opacity: 0; }
    #g3 .overlay .kmi-form-input .form-control:focus:-moz-placeholder,
    #gux3 .kmi-form-input .form-control:focus:-moz-placeholder {
      opacity: 0; }
    #g3 .overlay .kmi-form-input .form-control:focus::-ms-input-placeholder,
    #gux3 .kmi-form-input .form-control:focus::-ms-input-placeholder {
      opacity: 0; }
    #g3 .overlay .kmi-form-input .form-control:focus:-ms-input-placeholder,
    #gux3 .kmi-form-input .form-control:focus:-ms-input-placeholder {
      opacity: 0; }
  #g3 .overlay .kmi-form-input .form-control.ng-invalid.ng-touched,
  #gux3 .kmi-form-input .form-control.ng-invalid.ng-touched {
    border: 1px solid #d92e14; }
  #g3 .overlay .kmi-form-input .form-control::-webkit-credentials-auto-fill-button,
  #gux3 .kmi-form-input .form-control::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none;
    pointer-events: none;
    position: absolute;
    right: 0; }
  #g3 .overlay .kmi-form-input .form-control::-ms-clear,
  #gux3 .kmi-form-input .form-control::-ms-clear {
    display: none; }
  #g3 .overlay .kmi-form-input .form-control::-ms-reveal,
  #gux3 .kmi-form-input .form-control::-ms-reveal {
    display: none; }

#g3 .overlay .kmi-form-input .error .error-validation,
#g3 .overlay .kmi-form-input .error .error-mandatory,
#gux3 .kmi-form-input .error .error-validation,
#gux3 .kmi-form-input .error .error-mandatory {
  font-size: 10px;
  font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #d92e14; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .kmi-form-input .error .error-validation,
    #g3 .overlay .kmi-form-input .error .error-mandatory,
    #gux3 .kmi-form-input .error .error-validation,
    #gux3 .kmi-form-input .error .error-mandatory {
      font-size: 11px;
      line-height: 1.818;
      letter-spacing: 1px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .kmi-form-input .error .error-validation,
    #g3 .overlay .kmi-form-input .error .error-mandatory,
    #gux3 .kmi-form-input .error .error-validation,
    #gux3 .kmi-form-input .error .error-mandatory {
      margin-top: 7px; } }
  #g3 .overlay .kmi-form-input .error .error-validation.has-error,
  #g3 .overlay .kmi-form-input .error .error-mandatory.has-error,
  #gux3 .kmi-form-input .error .error-validation.has-error,
  #gux3 .kmi-form-input .error .error-mandatory.has-error {
    display: block !important; }

#g3 .overlay .kmi-form-input .form-textfield,
#gux3 .kmi-form-input .form-textfield {
  padding: 0; }
  #g3 .overlay .kmi-form-input .form-textfield.touched .field-label,
  #g3 .overlay .kmi-form-input .form-textfield.touched .error-mandatory,
  #g3 .overlay .kmi-form-input .form-textfield.touched .kmi-field-label,
  #gux3 .kmi-form-input .form-textfield.touched .field-label,
  #gux3 .kmi-form-input .form-textfield.touched .error-mandatory,
  #gux3 .kmi-form-input .form-textfield.touched .kmi-field-label {
    opacity: 1; }
  #g3 .overlay .kmi-form-input .form-textfield .kmi-field-label,
  #gux3 .kmi-form-input .form-textfield .kmi-field-label {
    font-size: 10px;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #4d4d4d;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding-top: 10px; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .kmi-form-input .form-textfield .kmi-field-label,
      #gux3 .kmi-form-input .form-textfield .kmi-field-label {
        font-size: 11px;
        line-height: 1.818;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .kmi-form-input .form-textfield .kmi-field-label,
      #gux3 .kmi-form-input .form-textfield .kmi-field-label {
        margin-bottom: 5px; } }
    #g3 .overlay .kmi-form-input .form-textfield .kmi-field-label::after,
    #gux3 .kmi-form-input .form-textfield .kmi-field-label::after {
      font-size: 22px;
      display: block;
      width: 22px;
      height: 24px;
      margin-left: 7px;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  #g3 .overlay .kmi-form-input .form-textfield.valid .kmi-field-label::after,
  #gux3 .kmi-form-input .form-textfield.valid .kmi-field-label::after {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E90F";
    color: #61ba00;
    opacity: 1; }
  #g3 .overlay .kmi-form-input .form-textfield.valid .form-control,
  #gux3 .kmi-form-input .form-textfield.valid .form-control {
    border: 1px solid #61ba00; }
  #g3 .overlay .kmi-form-input .form-textfield.error .kmi-field-label::after,
  #gux3 .kmi-form-input .form-textfield.error .kmi-field-label::after {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E910";
    color: #d92e14;
    opacity: 1; }
  #g3 .overlay .kmi-form-input .form-textfield.error .form-control,
  #gux3 .kmi-form-input .form-textfield.error .form-control {
    border: 1px solid #d92e14; }

#g3 .overlay .kmi-form-wrapper .bev-form-checkbox-field, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-field,
#gux3 .kmi-form-wrapper .bev-form-checkbox-field,
#gux3 .raq-form-wrapper .bev-form-checkbox-field {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }

#g3 .overlay .kmi-form-wrapper .bev-form-checkbox-label, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-label,
#gux3 .kmi-form-wrapper .bev-form-checkbox-label,
#gux3 .raq-form-wrapper .bev-form-checkbox-label {
  display: none; }

#g3 .overlay .kmi-form-wrapper .bev-form-checkbox:hover .bev-form-checkbox-label, #g3 .overlay .raq-form-wrapper .bev-form-checkbox:hover .bev-form-checkbox-label,
#gux3 .kmi-form-wrapper .bev-form-checkbox:hover .bev-form-checkbox-label,
#gux3 .raq-form-wrapper .bev-form-checkbox:hover .bev-form-checkbox-label {
  color: #2861a4; }

#g3 .overlay .kmi-form-wrapper .bev-form-checkbox-wrapper, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-wrapper,
#gux3 .kmi-form-wrapper .bev-form-checkbox-wrapper,
#gux3 .raq-form-wrapper .bev-form-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-wrapper::before, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-wrapper::before,
  #gux3 .kmi-form-wrapper .bev-form-checkbox-wrapper::before,
  #gux3 .raq-form-wrapper .bev-form-checkbox-wrapper::before {
    position: absolute;
    left: -9999px; }

#g3 .overlay .kmi-form-wrapper .bev-form-checkbox, #g3 .overlay .raq-form-wrapper .bev-form-checkbox,
#gux3 .kmi-form-wrapper .bev-form-checkbox,
#gux3 .raq-form-wrapper .bev-form-checkbox {
  width: 16px;
  min-width: 16px;
  height: 16px;
  color: #102b4e;
  margin-right: 13px;
  border: 2px solid #102b4e;
  border-radius: 3px;
  background-color: #fff; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .kmi-form-wrapper .bev-form-checkbox, #g3 .overlay .raq-form-wrapper .bev-form-checkbox,
    #gux3 .kmi-form-wrapper .bev-form-checkbox,
    #gux3 .raq-form-wrapper .bev-form-checkbox {
      -ms-flex-item-align: center;
          align-self: center;
      margin-right: 10px; } }
  #g3 .overlay .kmi-form-wrapper .bev-form-checkbox::before, #g3 .overlay .raq-form-wrapper .bev-form-checkbox::before,
  #gux3 .kmi-form-wrapper .bev-form-checkbox::before,
  #gux3 .raq-form-wrapper .bev-form-checkbox::before {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E90F";
    font-size: 13px;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
    opacity: 0;
    color: #102b4e;
    font-weight: bold;
    margin: 0;
    border: none;
    height: 16px;
    width: 16px;
    position: absolute;
    -webkit-transform: none;
            transform: none; }

#g3 .overlay .kmi-form-wrapper .bev-form-checkbox-description-wrapper, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-description-wrapper,
#gux3 .kmi-form-wrapper .bev-form-checkbox-description-wrapper,
#gux3 .raq-form-wrapper .bev-form-checkbox-description-wrapper {
  -ms-flex-item-align: center;
      align-self: center; }
  #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-description-wrapper p, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-description-wrapper p,
  #gux3 .kmi-form-wrapper .bev-form-checkbox-description-wrapper p,
  #gux3 .raq-form-wrapper .bev-form-checkbox-description-wrapper p {
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 300;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    line-height: 2;
    letter-spacing: 1px;
    margin: 0; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-description-wrapper p, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-description-wrapper p,
      #gux3 .kmi-form-wrapper .bev-form-checkbox-description-wrapper p,
      #gux3 .raq-form-wrapper .bev-form-checkbox-description-wrapper p {
        font-size: 13px;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-description-wrapper p, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-description-wrapper p,
      #gux3 .kmi-form-wrapper .bev-form-checkbox-description-wrapper p,
      #gux3 .raq-form-wrapper .bev-form-checkbox-description-wrapper p {
        font-size: 14px;
        line-height: 1.929;
        letter-spacing: 1px; } }
  #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-description-wrapper a, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-description-wrapper a,
  #gux3 .kmi-form-wrapper .bev-form-checkbox-description-wrapper a,
  #gux3 .raq-form-wrapper .bev-form-checkbox-description-wrapper a {
    font-size: 12px;
    color: #102b4e;
    font-weight: 300;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    line-height: 2;
    letter-spacing: 1px;
    text-decoration: underline;
    font-size: 11px !important; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-description-wrapper a, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-description-wrapper a,
      #gux3 .kmi-form-wrapper .bev-form-checkbox-description-wrapper a,
      #gux3 .raq-form-wrapper .bev-form-checkbox-description-wrapper a {
        font-size: 13px;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-description-wrapper a, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-description-wrapper a,
      #gux3 .kmi-form-wrapper .bev-form-checkbox-description-wrapper a,
      #gux3 .raq-form-wrapper .bev-form-checkbox-description-wrapper a {
        font-size: 14px;
        line-height: 1.929;
        letter-spacing: 1px; } }
    #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-description-wrapper a:hover, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-description-wrapper a:hover,
    #gux3 .kmi-form-wrapper .bev-form-checkbox-description-wrapper a:hover,
    #gux3 .raq-form-wrapper .bev-form-checkbox-description-wrapper a:hover {
      color: #2861a4; }

#g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input,
#gux3 .kmi-form-wrapper .bev-form-checkbox-input,
#gux3 .raq-form-wrapper .bev-form-checkbox-input {
  position: absolute;
  left: -9999px; }
  #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper > .bev-form-checkbox, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper > .bev-form-checkbox,
  #gux3 .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper > .bev-form-checkbox,
  #gux3 .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper > .bev-form-checkbox {
    border: 2px solid #d92e14; }
  #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper,
  #gux3 .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper,
  #gux3 .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper,
      #gux3 .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper,
      #gux3 .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper {
        -ms-flex-item-align: center;
            align-self: center; } }
    #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper:before, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper:before,
    #gux3 .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper:before,
    #gux3 .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper:before {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E910";
      font-size: 23px;
      color: #d92e14;
      margin-right: 10px; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper:before, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper:before,
        #gux3 .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper:before,
        #gux3 .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper:before {
          font-size: 22px;
          -ms-flex-item-align: center;
              align-self: center;
          margin-right: 11px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper:before, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper:before,
        #gux3 .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper:before,
        #gux3 .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper:before {
          font-size: 32px; } }
    #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper .bev-form-checkbox-description, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper .bev-form-checkbox-description,
    #gux3 .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper .bev-form-checkbox-description,
    #gux3 .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper .bev-form-checkbox-description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden; }
    #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper p,
    #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper a, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper p,
    #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper a,
    #gux3 .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper p,
    #gux3 .kmi-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper a,
    #gux3 .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper p,
    #gux3 .raq-form-wrapper .bev-form-checkbox-input.ng-dirty.ng-invalid + .bev-form-checkbox-wrapper .bev-form-checkbox-description-wrapper a {
      color: #d92e14; }
  #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox:before, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox:before,
  #gux3 .kmi-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox:before,
  #gux3 .raq-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox:before {
    opacity: 1; }
  #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox .bev-form-checkbox-label, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox .bev-form-checkbox-label,
  #gux3 .kmi-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox .bev-form-checkbox-label,
  #gux3 .raq-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox .bev-form-checkbox-label {
    color: #102b4e;
    background-color: transparent; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox .bev-form-checkbox-label, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox .bev-form-checkbox-label,
      #gux3 .kmi-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox .bev-form-checkbox-label,
      #gux3 .raq-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox .bev-form-checkbox-label {
        -webkit-transform: translateY(10px);
                transform: translateY(10px); } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox .bev-form-checkbox-label, #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox .bev-form-checkbox-label,
      #gux3 .kmi-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox .bev-form-checkbox-label,
      #gux3 .raq-form-wrapper .bev-form-checkbox-input:checked + .bev-form-checkbox-wrapper > .bev-form-checkbox .bev-form-checkbox-label {
        -webkit-transform: translateY(13px);
                transform: translateY(13px); } }
  .is-tabbed #g3 .overlay .kmi-form-wrapper .bev-form-checkbox-input:focus + .bev-form-checkbox-wrapper .bev-form-checkbox:after, .is-tabbed #g3 .overlay .raq-form-wrapper .bev-form-checkbox-input:focus + .bev-form-checkbox-wrapper .bev-form-checkbox:after, .is-tabbed
  #gux3 .kmi-form-wrapper .bev-form-checkbox-input:focus + .bev-form-checkbox-wrapper .bev-form-checkbox:after, .is-tabbed
  #gux3 .raq-form-wrapper .bev-form-checkbox-input:focus + .bev-form-checkbox-wrapper .bev-form-checkbox:after {
    border: 1px solid #102b4e;
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -18px; }

#g3 .overlay .kmi-validation-error,
#g3 .overlay .kmi-service-error,
#gux3 .kmi-validation-error,
#gux3 .kmi-service-error {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
  line-height: 2;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 29px;
  color: #d92e14;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .kmi-validation-error,
    #g3 .overlay .kmi-service-error,
    #gux3 .kmi-validation-error,
    #gux3 .kmi-service-error {
      font-size: 13px;
      letter-spacing: 1px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .kmi-validation-error,
    #g3 .overlay .kmi-service-error,
    #gux3 .kmi-validation-error,
    #gux3 .kmi-service-error {
      font-size: 14px;
      line-height: 1.929;
      letter-spacing: 1px; } }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .kmi-validation-error,
    #g3 .overlay .kmi-service-error,
    #gux3 .kmi-validation-error,
    #gux3 .kmi-service-error {
      padding: 5px 64px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .kmi-validation-error,
    #g3 .overlay .kmi-service-error,
    #gux3 .kmi-validation-error,
    #gux3 .kmi-service-error {
      padding: 5px 99px; } }
  #g3 .overlay .kmi-validation-error:before,
  #g3 .overlay .kmi-service-error:before,
  #gux3 .kmi-validation-error:before,
  #gux3 .kmi-service-error:before {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E910";
    font-size: 32px;
    padding-right: 10px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .kmi-validation-error:before,
      #g3 .overlay .kmi-service-error:before,
      #gux3 .kmi-validation-error:before,
      #gux3 .kmi-service-error:before {
        font-size: 24px;
        padding-right: 19px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .kmi-validation-error:before,
      #g3 .overlay .kmi-service-error:before,
      #gux3 .kmi-validation-error:before,
      #gux3 .kmi-service-error:before {
        font-size: 32px;
        padding-right: 15px; } }
  #g3 .overlay .kmi-validation-error p,
  #g3 .overlay .kmi-validation-error span,
  #g3 .overlay .kmi-validation-error div,
  #g3 .overlay .kmi-validation-error a,
  #g3 .overlay .kmi-service-error p,
  #g3 .overlay .kmi-service-error span,
  #g3 .overlay .kmi-service-error div,
  #g3 .overlay .kmi-service-error a,
  #gux3 .kmi-validation-error p,
  #gux3 .kmi-validation-error span,
  #gux3 .kmi-validation-error div,
  #gux3 .kmi-validation-error a,
  #gux3 .kmi-service-error p,
  #gux3 .kmi-service-error span,
  #gux3 .kmi-service-error div,
  #gux3 .kmi-service-error a {
    margin: 0;
    color: #fff; }
  #g3 .overlay .kmi-validation-error .richtext-gux3 p,
  #g3 .overlay .kmi-service-error .richtext-gux3 p,
  #gux3 .kmi-validation-error .richtext-gux3 p,
  #gux3 .kmi-service-error .richtext-gux3 p {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    line-height: 2;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    color: #d92e14;
    text-align: center; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .kmi-validation-error .richtext-gux3 p,
      #g3 .overlay .kmi-service-error .richtext-gux3 p,
      #gux3 .kmi-validation-error .richtext-gux3 p,
      #gux3 .kmi-service-error .richtext-gux3 p {
        font-size: 13px;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .kmi-validation-error .richtext-gux3 p,
      #g3 .overlay .kmi-service-error .richtext-gux3 p,
      #gux3 .kmi-validation-error .richtext-gux3 p,
      #gux3 .kmi-service-error .richtext-gux3 p {
        font-size: 14px;
        line-height: 1.929;
        letter-spacing: 1px; } }

#g3 .overlay .kmi-form-wrapper .form-submit, #g3 .overlay .raq-form-wrapper .form-submit,
#gux3 .kmi-form-wrapper .form-submit,
#gux3 .raq-form-wrapper .form-submit {
  margin-top: 30.5px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .kmi-form-wrapper .form-submit, #g3 .overlay .raq-form-wrapper .form-submit,
    #gux3 .kmi-form-wrapper .form-submit,
    #gux3 .raq-form-wrapper .form-submit {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .kmi-form-wrapper .form-submit, #g3 .overlay .raq-form-wrapper .form-submit,
    #gux3 .kmi-form-wrapper .form-submit,
    #gux3 .raq-form-wrapper .form-submit {
      margin-bottom: 20px; } }

#g3 .overlay .kmi-form-wrapper.overlay-is-open .overlay,
#gux3 .kmi-form-wrapper.overlay-is-open .overlay {
  background: rgba(31, 31, 31, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  text-align: center;
  opacity: 1;
  visibility: visible;
  display: block; }
  #g3 .overlay .kmi-form-wrapper.overlay-is-open .overlay .loader-icon,
  #gux3 .kmi-form-wrapper.overlay-is-open .overlay .loader-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px;
    width: 65px;
    height: 65px;
    z-index: 20;
    background-color: #2861a4;
    border-radius: 50%;
    display: block; }
    #g3 .overlay .kmi-form-wrapper.overlay-is-open .overlay .loader-icon .circular,
    #gux3 .kmi-form-wrapper.overlay-is-open .overlay .loader-icon .circular {
      margin: auto;
      width: 100%;
      height: 100%;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-animation: rotate 2s linear infinite;
              animation: rotate 2s linear infinite;
      z-index: 20; }
    #g3 .overlay .kmi-form-wrapper.overlay-is-open .overlay .loader-icon .path,
    #gux3 .kmi-form-wrapper.overlay-is-open .overlay .loader-icon .path {
      stroke: #fff;
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
      stroke-linecap: round;
      -webkit-animation: dash 1.5s ease-in-out infinite;
              animation: dash 1.5s ease-in-out infinite;
      z-index: 20; }

#g3 .overlay .kmi-form-wrapper .form-dropdown, #g3 .overlay .raq-form-wrapper .form-dropdown,
#gux3 .kmi-form-wrapper .form-dropdown,
#gux3 .raq-form-wrapper .form-dropdown {
  padding: 0; }
  #g3 .overlay .kmi-form-wrapper .form-dropdown.error .select2-choice, #g3 .overlay .raq-form-wrapper .form-dropdown.error .select2-choice,
  #gux3 .kmi-form-wrapper .form-dropdown.error .select2-choice,
  #gux3 .raq-form-wrapper .form-dropdown.error .select2-choice {
    border-color: #d92e14;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff; }
  #g3 .overlay .kmi-form-wrapper .form-dropdown.error .select2-chosen, #g3 .overlay .raq-form-wrapper .form-dropdown.error .select2-chosen,
  #gux3 .kmi-form-wrapper .form-dropdown.error .select2-chosen,
  #gux3 .raq-form-wrapper .form-dropdown.error .select2-chosen {
    padding-left: 36px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .kmi-form-wrapper .form-dropdown.error .select2-chosen, #g3 .overlay .raq-form-wrapper .form-dropdown.error .select2-chosen,
      #gux3 .kmi-form-wrapper .form-dropdown.error .select2-chosen,
      #gux3 .raq-form-wrapper .form-dropdown.error .select2-chosen {
        padding-left: 40px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .kmi-form-wrapper .form-dropdown.error .select2-chosen, #g3 .overlay .raq-form-wrapper .form-dropdown.error .select2-chosen,
      #gux3 .kmi-form-wrapper .form-dropdown.error .select2-chosen,
      #gux3 .raq-form-wrapper .form-dropdown.error .select2-chosen {
        padding-left: 45px; } }
    #g3 .overlay .kmi-form-wrapper .form-dropdown.error .select2-chosen:before, #g3 .overlay .raq-form-wrapper .form-dropdown.error .select2-chosen:before,
    #gux3 .kmi-form-wrapper .form-dropdown.error .select2-chosen:before,
    #gux3 .raq-form-wrapper .form-dropdown.error .select2-chosen:before {
      opacity: 1; }
  #g3 .overlay .kmi-form-wrapper .form-dropdown .dropdown-label, #g3 .overlay .raq-form-wrapper .form-dropdown .dropdown-label,
  #gux3 .kmi-form-wrapper .form-dropdown .dropdown-label,
  #gux3 .raq-form-wrapper .form-dropdown .dropdown-label {
    font-size: 12px;
    visibility: hidden;
    /*hiding dropdown title by default*/
    font-family: Antenna, "AntennaRegular", Arial, Helvetica, sans-serif;
    color: #333333;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    position: absolute;
    line-height: 1.69;
    letter-spacing: 1.14px;
    top: 25px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity; }
  #g3 .overlay .kmi-form-wrapper .form-dropdown label, #g3 .overlay .raq-form-wrapper .form-dropdown label,
  #gux3 .kmi-form-wrapper .form-dropdown label,
  #gux3 .raq-form-wrapper .form-dropdown label {
    position: relative;
    padding-top: 50px; }
    #g3 .overlay .kmi-form-wrapper .form-dropdown label > span, #g3 .overlay .raq-form-wrapper .form-dropdown label > span,
    #gux3 .kmi-form-wrapper .form-dropdown label > span,
    #gux3 .raq-form-wrapper .form-dropdown label > span {
      display: none; }
    #g3 .overlay .kmi-form-wrapper .form-dropdown label .error, #g3 .overlay .raq-form-wrapper .form-dropdown label .error,
    #gux3 .kmi-form-wrapper .form-dropdown label .error,
    #gux3 .raq-form-wrapper .form-dropdown label .error {
      font-size: 10px;
      font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
      font-weight: 300;
      line-height: 2;
      letter-spacing: 1px;
      display: block;
      padding: 0;
      margin-top: -2px;
      margin-bottom: 0;
      color: #d92e14; }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .kmi-form-wrapper .form-dropdown label .error, #g3 .overlay .raq-form-wrapper .form-dropdown label .error,
        #gux3 .kmi-form-wrapper .form-dropdown label .error,
        #gux3 .raq-form-wrapper .form-dropdown label .error {
          font-size: 11px;
          line-height: 1.818;
          letter-spacing: 1px; } }

#g3 .overlay .kmi-form-wrapper .dropdown, #g3 .overlay .raq-form-wrapper .dropdown,
#gux3 .kmi-form-wrapper .dropdown,
#gux3 .raq-form-wrapper .dropdown {
  width: 100%;
  clear: both; }
  #g3 .overlay .kmi-form-wrapper .dropdown .style-wrapper,
  #g3 .overlay .kmi-form-wrapper .dropdown .select2-search-choice-close, #g3 .overlay .raq-form-wrapper .dropdown .style-wrapper,
  #g3 .overlay .raq-form-wrapper .dropdown .select2-search-choice-close,
  #gux3 .kmi-form-wrapper .dropdown .style-wrapper,
  #gux3 .kmi-form-wrapper .dropdown .select2-search-choice-close,
  #gux3 .raq-form-wrapper .dropdown .style-wrapper,
  #gux3 .raq-form-wrapper .dropdown .select2-search-choice-close {
    display: none; }
  #g3 .overlay .kmi-form-wrapper .dropdown .select2-container, #g3 .overlay .raq-form-wrapper .dropdown .select2-container,
  #gux3 .kmi-form-wrapper .dropdown .select2-container,
  #gux3 .raq-form-wrapper .dropdown .select2-container {
    margin: 0;
    position: relative;
    width: 100%;
    display: block; }
    #g3 .overlay .kmi-form-wrapper .dropdown .select2-container:after, #g3 .overlay .raq-form-wrapper .dropdown .select2-container:after,
    #gux3 .kmi-form-wrapper .dropdown .select2-container:after,
    #gux3 .raq-form-wrapper .dropdown .select2-container:after {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E904";
      font-size: 22px;
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
      -webkit-transition: 0.3s -webkit-transform;
      transition: 0.3s -webkit-transform;
      transition: 0.3s transform;
      transition: 0.3s transform, 0.3s -webkit-transform;
      z-index: 5;
      margin-top: 0;
      pointer-events: none;
      color: #102b4e; }
    #g3 .overlay .kmi-form-wrapper .dropdown .select2-container.select2-container-active .select2-choice, #g3 .overlay .raq-form-wrapper .dropdown .select2-container.select2-container-active .select2-choice,
    #gux3 .kmi-form-wrapper .dropdown .select2-container.select2-container-active .select2-choice,
    #gux3 .raq-form-wrapper .dropdown .select2-container.select2-container-active .select2-choice {
      border-color: #6e6e6e;
      background: #fff; }
    #g3 .overlay .kmi-form-wrapper .dropdown .select2-container.select2-container-active + select + .dropdown-label, #g3 .overlay .raq-form-wrapper .dropdown .select2-container.select2-container-active + select + .dropdown-label,
    #gux3 .kmi-form-wrapper .dropdown .select2-container.select2-container-active + select + .dropdown-label,
    #gux3 .raq-form-wrapper .dropdown .select2-container.select2-container-active + select + .dropdown-label {
      display: block;
      opacity: 1; }
    #g3 .overlay .kmi-form-wrapper .dropdown .select2-container.select2-container-active.select2-dropdown-open .select2-chosen, #g3 .overlay .raq-form-wrapper .dropdown .select2-container.select2-container-active.select2-dropdown-open .select2-chosen,
    #gux3 .kmi-form-wrapper .dropdown .select2-container.select2-container-active.select2-dropdown-open .select2-chosen,
    #gux3 .raq-form-wrapper .dropdown .select2-container.select2-container-active.select2-dropdown-open .select2-chosen {
      color: #fff; }
    #g3 .overlay .kmi-form-wrapper .dropdown .select2-container.select2-container-open .select2-choice, #g3 .overlay .raq-form-wrapper .dropdown .select2-container.select2-container-open .select2-choice,
    #gux3 .kmi-form-wrapper .dropdown .select2-container.select2-container-open .select2-choice,
    #gux3 .raq-form-wrapper .dropdown .select2-container.select2-container-open .select2-choice {
      border-radius: 4px 4px 0 0; }
    #g3 .overlay .kmi-form-wrapper .dropdown .select2-container.ng-not-empty .select2-choice, #g3 .overlay .raq-form-wrapper .dropdown .select2-container.ng-not-empty .select2-choice,
    #gux3 .kmi-form-wrapper .dropdown .select2-container.ng-not-empty .select2-choice,
    #gux3 .raq-form-wrapper .dropdown .select2-container.ng-not-empty .select2-choice {
      background: #fff; }
    #g3 .overlay .kmi-form-wrapper .dropdown .select2-container.ng-not-empty + select + .dropdown-label, #g3 .overlay .raq-form-wrapper .dropdown .select2-container.ng-not-empty + select + .dropdown-label,
    #gux3 .kmi-form-wrapper .dropdown .select2-container.ng-not-empty + select + .dropdown-label,
    #gux3 .raq-form-wrapper .dropdown .select2-container.ng-not-empty + select + .dropdown-label {
      opacity: 1; }
    #g3 .overlay .kmi-form-wrapper .dropdown .select2-container:focus .select2-choice, #g3 .overlay .raq-form-wrapper .dropdown .select2-container:focus .select2-choice,
    #gux3 .kmi-form-wrapper .dropdown .select2-container:focus .select2-choice,
    #gux3 .raq-form-wrapper .dropdown .select2-container:focus .select2-choice {
      border-color: #6e6e6e; }
  #g3 .overlay .kmi-form-wrapper .dropdown .select-choice::after, #g3 .overlay .raq-form-wrapper .dropdown .select-choice::after,
  #gux3 .kmi-form-wrapper .dropdown .select-choice::after,
  #gux3 .raq-form-wrapper .dropdown .select-choice::after {
    display: none; }
  #g3 .overlay .kmi-form-wrapper .dropdown .select2-choice, #g3 .overlay .raq-form-wrapper .dropdown .select2-choice,
  #gux3 .kmi-form-wrapper .dropdown .select2-choice,
  #gux3 .raq-form-wrapper .dropdown .select2-choice {
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 300;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    line-height: 2;
    letter-spacing: 1px;
    border: 1px solid #6e6e6e;
    position: relative;
    z-index: 5;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
    padding: 0;
    display: block;
    height: 40px;
    width: 100%;
    line-height: 3.33333;
    letter-spacing: 1.14px;
    text-decoration: none;
    cursor: default;
    background: transparent;
    border-radius: 4px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .kmi-form-wrapper .dropdown .select2-choice, #g3 .overlay .raq-form-wrapper .dropdown .select2-choice,
      #gux3 .kmi-form-wrapper .dropdown .select2-choice,
      #gux3 .raq-form-wrapper .dropdown .select2-choice {
        font-size: 13px;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .kmi-form-wrapper .dropdown .select2-choice, #g3 .overlay .raq-form-wrapper .dropdown .select2-choice,
      #gux3 .kmi-form-wrapper .dropdown .select2-choice,
      #gux3 .raq-form-wrapper .dropdown .select2-choice {
        font-size: 14px;
        line-height: 1.929;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .kmi-form-wrapper .dropdown .select2-choice, #g3 .overlay .raq-form-wrapper .dropdown .select2-choice,
      #gux3 .kmi-form-wrapper .dropdown .select2-choice,
      #gux3 .raq-form-wrapper .dropdown .select2-choice {
        height: 45px;
        line-height: 3.46154; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .kmi-form-wrapper .dropdown .select2-choice, #g3 .overlay .raq-form-wrapper .dropdown .select2-choice,
      #gux3 .kmi-form-wrapper .dropdown .select2-choice,
      #gux3 .raq-form-wrapper .dropdown .select2-choice {
        height: 50px;
        line-height: 3.57143; } }
    #g3 .overlay .kmi-form-wrapper .dropdown .select2-choice:before, #g3 .overlay .raq-form-wrapper .dropdown .select2-choice:before,
    #gux3 .kmi-form-wrapper .dropdown .select2-choice:before,
    #gux3 .raq-form-wrapper .dropdown .select2-choice:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      pointer-events: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 2px solid transparent;
      -webkit-transition: 0.3s border-color;
      transition: 0.3s border-color; }
  #g3 .overlay .kmi-form-wrapper .dropdown .select2-chosen, #g3 .overlay .raq-form-wrapper .dropdown .select2-chosen,
  #gux3 .kmi-form-wrapper .dropdown .select2-chosen,
  #gux3 .raq-form-wrapper .dropdown .select2-chosen {
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 300;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    line-height: 2;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 0;
    background: transparent;
    height: 40px;
    padding: 0 10px 0 15px;
    -webkit-transition: 0.3s padding;
    transition: 0.3s padding;
    line-height: 2.5;
    color: #8f8f8f; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .kmi-form-wrapper .dropdown .select2-chosen, #g3 .overlay .raq-form-wrapper .dropdown .select2-chosen,
      #gux3 .kmi-form-wrapper .dropdown .select2-chosen,
      #gux3 .raq-form-wrapper .dropdown .select2-chosen {
        font-size: 13px;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .kmi-form-wrapper .dropdown .select2-chosen, #g3 .overlay .raq-form-wrapper .dropdown .select2-chosen,
      #gux3 .kmi-form-wrapper .dropdown .select2-chosen,
      #gux3 .raq-form-wrapper .dropdown .select2-chosen {
        font-size: 14px;
        line-height: 1.929;
        letter-spacing: 1px; } }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .kmi-form-wrapper .dropdown .select2-chosen, #g3 .overlay .raq-form-wrapper .dropdown .select2-chosen,
      #gux3 .kmi-form-wrapper .dropdown .select2-chosen,
      #gux3 .raq-form-wrapper .dropdown .select2-chosen {
        font-size: 16px;
        height: 45px;
        line-height: 2.8125; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .kmi-form-wrapper .dropdown .select2-chosen, #g3 .overlay .raq-form-wrapper .dropdown .select2-chosen,
      #gux3 .kmi-form-wrapper .dropdown .select2-chosen,
      #gux3 .raq-form-wrapper .dropdown .select2-chosen {
        font-size: 16px;
        height: 50px;
        line-height: 3.125; } }
    #g3 .overlay .kmi-form-wrapper .dropdown .select2-chosen:before, #g3 .overlay .raq-form-wrapper .dropdown .select2-chosen:before,
    #gux3 .kmi-form-wrapper .dropdown .select2-chosen:before,
    #gux3 .raq-form-wrapper .dropdown .select2-chosen:before {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E910";
      color: #d92e14;
      left: 10px;
      opacity: 0;
      -webkit-transition: 0.3s opacity;
      transition: 0.3s opacity;
      -webkit-transform: translateY(-53%);
              transform: translateY(-53%); }
    #g3 .overlay .kmi-form-wrapper .dropdown .select2-chosen:before, #g3 .overlay .kmi-form-wrapper .dropdown .select2-chosen:after, #g3 .overlay .raq-form-wrapper .dropdown .select2-chosen:before, #g3 .overlay .raq-form-wrapper .dropdown .select2-chosen:after,
    #gux3 .kmi-form-wrapper .dropdown .select2-chosen:before,
    #gux3 .kmi-form-wrapper .dropdown .select2-chosen:after,
    #gux3 .raq-form-wrapper .dropdown .select2-chosen:before,
    #gux3 .raq-form-wrapper .dropdown .select2-chosen:after {
      font-size: 26px;
      position: absolute;
      top: 50%; }
    #g3 .overlay .kmi-form-wrapper .dropdown .select2-chosen:focus, #g3 .overlay .raq-form-wrapper .dropdown .select2-chosen:focus,
    #gux3 .kmi-form-wrapper .dropdown .select2-chosen:focus,
    #gux3 .raq-form-wrapper .dropdown .select2-chosen:focus {
      outline-offset: 10px;
      outline: 1px solid #102b4e; }
  #g3 .overlay .kmi-form-wrapper .dropdown .select2-dropdown-open:after, #g3 .overlay .raq-form-wrapper .dropdown .select2-dropdown-open:after,
  #gux3 .kmi-form-wrapper .dropdown .select2-dropdown-open:after,
  #gux3 .raq-form-wrapper .dropdown .select2-dropdown-open:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform; }

#g3 .overlay .kmi-form-wrapper a, #g3 .overlay .raq-form-wrapper a,
#gux3 .kmi-form-wrapper a,
#gux3 .raq-form-wrapper a {
  color: #00095B; }

#g3 .overlay .carousel3,
#gux3 .carousel3 {
  overflow: hidden; }
  #g3 .overlay .carousel3 > .carouselThree,
  #gux3 .carousel3 > .carouselThree {
    margin: 0; }
    #g3 .overlay .carousel3 > .carouselThree.initialized-carousel3,
    #gux3 .carousel3 > .carouselThree.initialized-carousel3 {
      opacity: 1;
      height: auto; }
    #g3 .overlay .carousel3 > .carouselThree .carousel-content .content,
    #gux3 .carousel3 > .carouselThree .carousel-content .content {
      border: none; }
    #g3 .overlay .carousel3 > .carouselThree .slick-dots,
    #gux3 .carousel3 > .carouselThree .slick-dots {
      z-index: 1; }
      @media only screen and (max-width: 30em) {
        #g3 .overlay .carousel3 > .carouselThree .slick-dots,
        #gux3 .carousel3 > .carouselThree .slick-dots {
          bottom: -25px; } }
      #g3 .overlay .carousel3 > .carouselThree .slick-dots li > .pager-wrapper button,
      #gux3 .carousel3 > .carouselThree .slick-dots li > .pager-wrapper button {
        font-size: 16px;
        font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
        font-weight: 500;
        line-height: 1.63;
        letter-spacing: 3px;
        text-indent: 0; }
        @media only screen and (max-width: 30em) {
          #g3 .overlay .carousel3 > .carouselThree .slick-dots li > .pager-wrapper button,
          #gux3 .carousel3 > .carouselThree .slick-dots li > .pager-wrapper button {
            text-indent: -9999px;
            line-height: 0; } }
    #g3 .overlay .carousel3 > .carouselThree .slick-slide img,
    #gux3 .carousel3 > .carouselThree .slick-slide img {
      min-width: 100%; }
  #g3 .overlay .carousel3 button,
  #gux3 .carousel3 button {
    outline-offset: 10px; }

#g3 .overlay .tile,
#gux3 .tile {
  -webkit-box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4);
          box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4);
  border-radius: 3px;
  overflow: hidden;
  background: #fff; }
  #g3 .overlay .tile .tile-content ol,
  #gux3 .tile .tile-content ol {
    counter-reset: gux3-counter;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; }
    #g3 .overlay .tile .tile-content ol li,
    #gux3 .tile .tile-content ol li {
      font-size: 12px;
      color: #4d4d4d;
      font-weight: 300;
      font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
      line-height: 2;
      letter-spacing: 1px;
      counter-increment: gux3-counter;
      margin-bottom: 15px;
      position: relative;
      padding-left: 34px; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay .tile .tile-content ol li,
        #gux3 .tile .tile-content ol li {
          font-size: 13px;
          letter-spacing: 1px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .tile .tile-content ol li,
        #gux3 .tile .tile-content ol li {
          font-size: 14px;
          line-height: 1.929;
          letter-spacing: 1px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .tile .tile-content ol li,
        #gux3 .tile .tile-content ol li {
          margin-bottom: 25px; } }
      #g3 .overlay .tile .tile-content ol li strong,
      #gux3 .tile .tile-content ol li strong {
        font-family: "AntennaBold", Arial, Helvetica, sans-serif;
        font-weight: 700; }
      #g3 .overlay .tile .tile-content ol li:before,
      #gux3 .tile .tile-content ol li:before {
        font-size: 40px;
        font-family: "AntennaCondBold", Arial, Helvetica, sans-serif;
        font-weight: 600;
        color: #102b4e;
        line-height: 1.5;
        letter-spacing: 1px;
        content: counter(gux3-counter);
        position: absolute;
        height: 100%;
        width: 34px;
        left: 0;
        line-height: 1; }
        @media only screen and (min-width: 30.0625em) {
          #g3 .overlay .tile .tile-content ol li:before,
          #gux3 .tile .tile-content ol li:before {
            font-size: 45px;
            line-height: 1.444; } }
        @media only screen and (min-width: 62em) {
          #g3 .overlay .tile .tile-content ol li:before,
          #gux3 .tile .tile-content ol li:before {
            font-size: 60px;
            line-height: 1.167;
            letter-spacing: 2px; } }
        @media only screen {
          #g3 .overlay .tile .tile-content ol li:before,
          #gux3 .tile .tile-content ol li:before {
            line-height: 1.1; } }
        @media only screen and (min-width: 62em) {
          #g3 .overlay .tile .tile-content ol li:before,
          #gux3 .tile .tile-content ol li:before {
            font-size: 40px; } }
  #g3 .overlay .tile .tile-description,
  #gux3 .tile .tile-description {
    padding: 28px 30px 60px;
    min-height: 240px;
    position: relative; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .tile .tile-description,
      #gux3 .tile .tile-description {
        padding: 28px 48px 60px;
        min-width: unset; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .tile .tile-description,
      #gux3 .tile .tile-description {
        padding: 48px 48px 100px;
        min-height: 370px; } }
    #g3 .overlay .tile .tile-description h2,
    #gux3 .tile .tile-description h2 {
      margin-top: 0; }
  #g3 .overlay .tile .tile-standard-text,
  #gux3 .tile .tile-standard-text {
    padding-bottom: 15px; }
    #g3 .overlay .tile .tile-standard-text .tile-link,
    #gux3 .tile .tile-standard-text .tile-link {
      position: absolute;
      bottom: 33px;
      left: 0;
      width: 100%;
      padding: 0 30px;
      margin: 0; }
      @media only screen and (min-width: 48em) {
        #g3 .overlay .tile .tile-standard-text .tile-link,
        #gux3 .tile .tile-standard-text .tile-link {
          padding: 0 48px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .tile .tile-standard-text .tile-link,
        #gux3 .tile .tile-standard-text .tile-link {
          bottom: 53px; } }
      #g3 .overlay .tile .tile-standard-text .tile-link a,
      #gux3 .tile .tile-standard-text .tile-link a {
        vertical-align: top; }
        #g3 .overlay .tile .tile-standard-text .tile-link a:after,
        #gux3 .tile .tile-standard-text .tile-link a:after {
          top: unset;
          right: unset;
          -webkit-transform: none;
                  transform: none;
          margin-top: -2px; }
          @media only screen and (min-width: 62em) {
            #g3 .overlay .tile .tile-standard-text .tile-link a:after,
            #gux3 .tile .tile-standard-text .tile-link a:after {
              font-size: 27px;
              margin-top: -1px; } }
  #g3 .overlay .tile .tile-expand-text-wrapper,
  #gux3 .tile .tile-expand-text-wrapper {
    overflow: hidden; }
  #g3 .overlay .tile .tile-expand-text,
  #gux3 .tile .tile-expand-text {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    max-height: 0;
    -webkit-transition: max-height .5s, opacity .5s, -webkit-transform .5s;
    transition: max-height .5s, opacity .5s, -webkit-transform .5s;
    transition: max-height .5s, transform .5s, opacity .5s;
    transition: max-height .5s, transform .5s, opacity .5s, -webkit-transform .5s; }
  #g3 .overlay .tile .tile-show-more-link,
  #gux3 .tile .tile-show-more-link {
    font-size: 12px;
    font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.667;
    letter-spacing: 3px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    border: 0;
    background: transparent;
    outline-offset: 0.65em;
    padding-right: 15px;
    padding: 0 20px 0 0;
    position: absolute;
    margin: 0 auto;
    bottom: 35px;
    color: #102b4e;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 120px; }
    #g3 .overlay .tile .tile-show-more-link:after,
    #gux3 .tile .tile-show-more-link:after {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E906";
      font-size: 22px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-52%) translateX(100%);
              transform: translateY(-52%) translateX(100%);
      right: 15px; }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .tile .tile-show-more-link:after,
        #gux3 .tile .tile-show-more-link:after {
          -webkit-transform: translateY(-48%) translateX(100%);
                  transform: translateY(-48%) translateX(100%);
          display: inline-block;
          top: 12px; } }
    #g3 .overlay .tile .tile-show-more-link:hover, #g3 .overlay .tile .tile-show-more-link:active, #g3 .overlay .tile .tile-show-more-link:focus,
    #gux3 .tile .tile-show-more-link:hover,
    #gux3 .tile .tile-show-more-link:active,
    #gux3 .tile .tile-show-more-link:focus {
      color: #2861a4;
      text-decoration: underline; }
    #g3 .overlay .tile .tile-show-more-link:disabled,
    #gux3 .tile .tile-show-more-link:disabled {
      color: #6e6e6e; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .tile .tile-show-more-link,
      #gux3 .tile .tile-show-more-link {
        font-size: 18px;
        line-height: 1.444; } }
    #g3 .overlay .tile .tile-show-more-link:hover,
    #gux3 .tile .tile-show-more-link:hover {
      color: #102b4e; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .tile .tile-show-more-link,
      #gux3 .tile .tile-show-more-link {
        bottom: 55px;
        min-width: 150px; }
        #g3 .overlay .tile .tile-show-more-link:hover,
        #gux3 .tile .tile-show-more-link:hover {
          color: #2861a4; } }
    #g3 .overlay .tile .tile-show-more-link:after,
    #gux3 .tile .tile-show-more-link:after {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E912";
      font-size: 18px;
      font-weight: normal;
      right: 20px; }
  #g3 .overlay .tile .tile-image img,
  #gux3 .tile .tile-image img {
    width: 100%; }

#g3 .overlay .tile.expanded .tile-expand-text,
#gux3 .tile.expanded .tile-expand-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

#g3 .overlay .tile.expanded .tile-show-more-link:after,
#gux3 .tile.expanded .tile-show-more-link:after {
  font-family: 'icomoon-gux-3';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\E900"; }

#g3 .overlay .tile.expanded .tile-show-more-link:hover,
#gux3 .tile.expanded .tile-show-more-link:hover {
  color: #2861a4; }

@media only screen and (max-width: 30em) {
  #g3 .overlay .tile.expanded .tile-show-more-link:before,
  #gux3 .tile.expanded .tile-show-more-link:before {
    content: '';
    position: absolute;
    right: 6px;
    top: 9px;
    border-top: 1px solid #102b4e;
    width: 9px; }
  #g3 .overlay .tile.expanded .tile-show-more-link:hover,
  #gux3 .tile.expanded .tile-show-more-link:hover {
    color: #102b4e; } }

#g3 .overlay .carousel .tile,
#g3 .overlay .carousel3 .tile,
#g3 .overlay .tile-carousel .tile,
#gux3 .carousel .tile,
#gux3 .carousel3 .tile,
#gux3 .tile-carousel .tile {
  margin-left: 9px;
  margin-right: 9px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f7f7));
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%); }
  #g3 .overlay .carousel .tile .tile-description,
  #g3 .overlay .carousel3 .tile .tile-description,
  #g3 .overlay .tile-carousel .tile .tile-description,
  #gux3 .carousel .tile .tile-description,
  #gux3 .carousel3 .tile .tile-description,
  #gux3 .tile-carousel .tile .tile-description {
    padding: 30px 20px 80px;
    text-align: left; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .carousel .tile .tile-description,
      #g3 .overlay .carousel3 .tile .tile-description,
      #g3 .overlay .tile-carousel .tile .tile-description,
      #gux3 .carousel .tile .tile-description,
      #gux3 .carousel3 .tile .tile-description,
      #gux3 .tile-carousel .tile .tile-description {
        padding: 28px 24px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .carousel .tile .tile-description,
      #g3 .overlay .carousel3 .tile .tile-description,
      #g3 .overlay .tile-carousel .tile .tile-description,
      #gux3 .carousel .tile .tile-description,
      #gux3 .carousel3 .tile .tile-description,
      #gux3 .tile-carousel .tile .tile-description {
        padding: 48px 48px 60px; } }
  #g3 .overlay .carousel .tile .tile-standard-text .carousel-tile-link,
  #g3 .overlay .carousel3 .tile .tile-standard-text .carousel-tile-link,
  #g3 .overlay .tile-carousel .tile .tile-standard-text .carousel-tile-link,
  #gux3 .carousel .tile .tile-standard-text .carousel-tile-link,
  #gux3 .carousel3 .tile .tile-standard-text .carousel-tile-link,
  #gux3 .tile-carousel .tile .tile-standard-text .carousel-tile-link {
    position: absolute;
    bottom: 33px;
    left: 0;
    text-align: left;
    margin: 0 20px; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .carousel .tile .tile-standard-text .carousel-tile-link,
      #g3 .overlay .carousel3 .tile .tile-standard-text .carousel-tile-link,
      #g3 .overlay .tile-carousel .tile .tile-standard-text .carousel-tile-link,
      #gux3 .carousel .tile .tile-standard-text .carousel-tile-link,
      #gux3 .carousel3 .tile .tile-standard-text .carousel-tile-link,
      #gux3 .tile-carousel .tile .tile-standard-text .carousel-tile-link {
        margin: 0 24px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .carousel .tile .tile-standard-text .carousel-tile-link,
      #g3 .overlay .carousel3 .tile .tile-standard-text .carousel-tile-link,
      #g3 .overlay .tile-carousel .tile .tile-standard-text .carousel-tile-link,
      #gux3 .carousel .tile .tile-standard-text .carousel-tile-link,
      #gux3 .carousel3 .tile .tile-standard-text .carousel-tile-link,
      #gux3 .tile-carousel .tile .tile-standard-text .carousel-tile-link {
        bottom: 53px;
        margin: 0 48px; } }
    #g3 .overlay .carousel .tile .tile-standard-text .carousel-tile-link a,
    #g3 .overlay .carousel3 .tile .tile-standard-text .carousel-tile-link a,
    #g3 .overlay .tile-carousel .tile .tile-standard-text .carousel-tile-link a,
    #gux3 .carousel .tile .tile-standard-text .carousel-tile-link a,
    #gux3 .carousel3 .tile .tile-standard-text .carousel-tile-link a,
    #gux3 .tile-carousel .tile .tile-standard-text .carousel-tile-link a {
      padding-right: 0;
      vertical-align: top; }
      #g3 .overlay .carousel .tile .tile-standard-text .carousel-tile-link a:after,
      #g3 .overlay .carousel3 .tile .tile-standard-text .carousel-tile-link a:after,
      #g3 .overlay .tile-carousel .tile .tile-standard-text .carousel-tile-link a:after,
      #gux3 .carousel .tile .tile-standard-text .carousel-tile-link a:after,
      #gux3 .carousel3 .tile .tile-standard-text .carousel-tile-link a:after,
      #gux3 .tile-carousel .tile .tile-standard-text .carousel-tile-link a:after {
        top: unset;
        right: unset;
        -webkit-transform: none;
                transform: none;
        margin-top: -2px; }
        @media only screen and (min-width: 62em) {
          #g3 .overlay .carousel .tile .tile-standard-text .carousel-tile-link a:after,
          #g3 .overlay .carousel3 .tile .tile-standard-text .carousel-tile-link a:after,
          #g3 .overlay .tile-carousel .tile .tile-standard-text .carousel-tile-link a:after,
          #gux3 .carousel .tile .tile-standard-text .carousel-tile-link a:after,
          #gux3 .carousel3 .tile .tile-standard-text .carousel-tile-link a:after,
          #gux3 .tile-carousel .tile .tile-standard-text .carousel-tile-link a:after {
            font-size: 27px;
            margin-top: -1px; } }

#g3 .overlay .tile-hover-motion,
#gux3 .tile-hover-motion {
  overflow: visible;
  -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
  #g3 .overlay .tile-hover-motion:hover,
  #gux3 .tile-hover-motion:hover {
    -webkit-box-shadow: 0 20px 24px 0 rgba(110, 110, 110, 0.4);
            box-shadow: 0 20px 24px 0 rgba(110, 110, 110, 0.4);
    -webkit-transform: scale3d(1.07, 1.07, 1);
            transform: scale3d(1.07, 1.07, 1); }

#g3 .overlay .tilesCarousel .carousel-overheader,
#gux3 .tilesCarousel .carousel-overheader {
  padding-left: 8%;
  padding-right: 8%; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .tilesCarousel .carousel-overheader,
    #gux3 .tilesCarousel .carousel-overheader {
      padding-left: 22.4%;
      padding-right: 22.4%; } }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .tilesCarousel .carousel-overheader,
    #gux3 .tilesCarousel .carousel-overheader {
      padding-left: 21.65%;
      padding-right: 21.65%; } }
  #g3 .overlay .tilesCarousel .carousel-overheader h2,
  #gux3 .tilesCarousel .carousel-overheader h2 {
    font-size: 32px;
    font-family: "AntennaCondExtraLight", Arial, Helvetica, sans-serif; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .tilesCarousel .carousel-overheader h2,
      #gux3 .tilesCarousel .carousel-overheader h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .tilesCarousel .carousel-overheader h2,
      #gux3 .tilesCarousel .carousel-overheader h2 {
        font-size: 50px; } }

#g3 .overlay .tilesCarousel .tile-carousel,
#gux3 .tilesCarousel .tile-carousel {
  margin: 20px 0; }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .tilesCarousel .tile-carousel,
    #gux3 .tilesCarousel .tile-carousel {
      margin: 20px 47px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .tilesCarousel .tile-carousel,
    #gux3 .tilesCarousel .tile-carousel {
      margin: 20px 70px; } }
  #g3 .overlay .tilesCarousel .tile-carousel .slide-container,
  #gux3 .tilesCarousel .tile-carousel .slide-container {
    padding: 0 25px;
    margin-right: 0;
    overflow: hidden; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .tilesCarousel .tile-carousel .slide-container,
      #gux3 .tilesCarousel .tile-carousel .slide-container {
        margin-right: -35px; } }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .tilesCarousel .tile-carousel .slide-container,
      #gux3 .tilesCarousel .tile-carousel .slide-container {
        margin-right: -47px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .tilesCarousel .tile-carousel .slide-container,
      #gux3 .tilesCarousel .tile-carousel .slide-container {
        margin-right: -70px; } }
  #g3 .overlay .tilesCarousel .tile-carousel .slick-list,
  #gux3 .tilesCarousel .tile-carousel .slick-list {
    padding: 36px 95px 36px 0;
    margin: 0px -25px 0 -18px; }
  #g3 .overlay .tilesCarousel .tile-carousel .slick-dots,
  #gux3 .tilesCarousel .tile-carousel .slick-dots {
    height: 41px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 60px;
    margin: 0 auto 36px; }
    #g3 .overlay .tilesCarousel .tile-carousel .slick-dots li,
    #gux3 .tilesCarousel .tile-carousel .slick-dots li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #g3 .overlay .tilesCarousel .tile-carousel .slick-dots li button,
      #gux3 .tilesCarousel .tile-carousel .slick-dots li button {
        border: 2px solid #102b4e;
        border-radius: 50%;
        background-color: #102b4e;
        margin: 0 18px;
        font-size: 0;
        width: 18px;
        height: 18px;
        padding: 0; }
      #g3 .overlay .tilesCarousel .tile-carousel .slick-dots li.slick-active button,
      #gux3 .tilesCarousel .tile-carousel .slick-dots li.slick-active button {
        background-color: #fff; }
  #g3 .overlay .tilesCarousel .tile-carousel .carousel-content > .content,
  #g3 .overlay .tilesCarousel .tile-carousel .tile-content,
  #gux3 .tilesCarousel .tile-carousel .carousel-content > .content,
  #gux3 .tilesCarousel .tile-carousel .tile-content {
    border: 0; }
  #g3 .overlay .tilesCarousel .tile-carousel .carousel-arrows,
  #gux3 .tilesCarousel .tile-carousel .carousel-arrows {
    position: relative;
    padding-right: 41px;
    padding-bottom: 48px;
    margin-bottom: 36px; }
    #g3 .overlay .tilesCarousel .tile-carousel .carousel-arrows.hidden,
    #gux3 .tilesCarousel .tile-carousel .carousel-arrows.hidden {
      display: none; }
    #g3 .overlay .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn,
    #gux3 .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn {
      background-color: #102b4e;
      border: 0;
      border-radius: 3px;
      width: 48px;
      height: 48px;
      font-size: 0;
      padding: 0;
      margin-left: 10px;
      outline-offset: 10px; }
      #g3 .overlay .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-prev, #g3 .overlay .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-next,
      #gux3 .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-prev,
      #gux3 .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-next {
        position: absolute;
        top: 0; }
        #g3 .overlay .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-prev:before, #g3 .overlay .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-next:before,
        #gux3 .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-prev:before,
        #gux3 .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-next:before {
          font-size: 32px;
          color: #fff; }
      #g3 .overlay .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-prev,
      #gux3 .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-prev {
        left: 15px; }
        #g3 .overlay .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-prev:before,
        #gux3 .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-prev:before {
          font-family: 'icomoon-gux-3';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          content: "\E902"; }
      #g3 .overlay .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-next,
      #gux3 .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-next {
        right: 42px; }
        @media only screen and (max-width: 47.9375em) {
          #g3 .overlay .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-next,
          #gux3 .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-next {
            right: 25px; } }
        #g3 .overlay .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-next:before,
        #gux3 .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.carousel-next:before {
          font-family: 'icomoon-gux-3';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          content: "\E903"; }
      #g3 .overlay .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.hidden,
      #gux3 .tilesCarousel .tile-carousel .carousel-arrows .carousel-btn.hidden {
        display: none; }
  #g3 .overlay .tilesCarousel .tile-carousel [data-dots="true"] ~ .carousel-container .carousel-arrows,
  #gux3 .tilesCarousel .tile-carousel [data-dots="true"] ~ .carousel-container .carousel-arrows {
    padding: 0;
    margin: 0; }
    #g3 .overlay .tilesCarousel .tile-carousel [data-dots="true"] ~ .carousel-container .carousel-arrows .carousel-prev,
    #g3 .overlay .tilesCarousel .tile-carousel [data-dots="true"] ~ .carousel-container .carousel-arrows .carousel-next,
    #gux3 .tilesCarousel .tile-carousel [data-dots="true"] ~ .carousel-container .carousel-arrows .carousel-prev,
    #gux3 .tilesCarousel .tile-carousel [data-dots="true"] ~ .carousel-container .carousel-arrows .carousel-next {
      top: -80px; }
  @media only screen and (max-width: 47.9375em) {
    #g3 .overlay .tilesCarousel .tile-carousel.disabled-carousel-on-mobile,
    #gux3 .tilesCarousel .tile-carousel.disabled-carousel-on-mobile {
      margin: 20px 0; }
      #g3 .overlay .tilesCarousel .tile-carousel.disabled-carousel-on-mobile .tile,
      #gux3 .tilesCarousel .tile-carousel.disabled-carousel-on-mobile .tile {
        margin: 0 25px 20px; }
      #g3 .overlay .tilesCarousel .tile-carousel.disabled-carousel-on-mobile .slide-container,
      #gux3 .tilesCarousel .tile-carousel.disabled-carousel-on-mobile .slide-container {
        padding: 30px 0;
        margin: 0; }
      #g3 .overlay .tilesCarousel .tile-carousel.disabled-carousel-on-mobile .carousel-arrows,
      #gux3 .tilesCarousel .tile-carousel.disabled-carousel-on-mobile .carousel-arrows {
        display: none; }
      #g3 .overlay .tilesCarousel .tile-carousel.disabled-carousel-on-mobile .tile-image img,
      #gux3 .tilesCarousel .tile-carousel.disabled-carousel-on-mobile .tile-image img {
        width: 100%; } }
  #g3 .overlay .tilesCarousel .tile-carousel.disabled-carousel-on-mobile .slide-container,
  #g3 .overlay .tilesCarousel .tile-carousel.disabled-carousel-on-mobile .slide-container + .carousel-arrows,
  #gux3 .tilesCarousel .tile-carousel.disabled-carousel-on-mobile .slide-container,
  #gux3 .tilesCarousel .tile-carousel.disabled-carousel-on-mobile .slide-container + .carousel-arrows {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    max-height: none; }

.is-tabbed #g3 .overlay .tilesCarousel .slick-slide:focus, .is-tabbed
#gux3 .tilesCarousel .slick-slide:focus {
  outline-offset: -3px; }

#g3 .overlay .tilesCarousel .carousel-content > .content > .image,
#gux3 .tilesCarousel .carousel-content > .content > .image {
  -webkit-box-shadow: 0 12px 12px 0 rgba(110, 110, 110, 0.4);
          box-shadow: 0 12px 12px 0 rgba(110, 110, 110, 0.4);
  border-radius: 3px;
  margin-left: 9px;
  margin-right: 9px; }
  #g3 .overlay .tilesCarousel .carousel-content > .content > .image a,
  #gux3 .tilesCarousel .carousel-content > .content > .image a {
    display: block;
    outline-offset: 5px; }

#g3 .overlay .tilesCarousel .slide-container,
#g3 .overlay .tilesCarousel .slide-container + .carousel-arrows,
#gux3 .tilesCarousel .slide-container,
#gux3 .tilesCarousel .slide-container + .carousel-arrows {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  max-height: 400px; }
  #g3 .overlay .tilesCarousel .slide-container.slick-initialized,
  #g3 .overlay .tilesCarousel .slide-container.slick-initialized + .carousel-arrows,
  #g3 .overlay .tilesCarousel .slide-container + .carousel-arrows.slick-initialized,
  #g3 .overlay .tilesCarousel .slide-container + .carousel-arrows.slick-initialized + .carousel-arrows,
  #gux3 .tilesCarousel .slide-container.slick-initialized,
  #gux3 .tilesCarousel .slide-container.slick-initialized + .carousel-arrows,
  #gux3 .tilesCarousel .slide-container + .carousel-arrows.slick-initialized,
  #gux3 .tilesCarousel .slide-container + .carousel-arrows.slick-initialized + .carousel-arrows {
    visibility: visible;
    opacity: 1;
    max-height: none; }

#g3 .overlay .image-video-thumb img,
#gux3 .image-video-thumb img {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

#g3 .overlay .image-video-thumb .image-caption,
#g3 .overlay .image-video-thumb + .richtext,
#gux3 .image-video-thumb .image-caption,
#gux3 .image-video-thumb + .richtext {
  text-align: center;
  margin-top: 40px; }

#g3 .overlay .image-video-thumb .component-content > a,
#gux3 .image-video-thumb .component-content > a {
  display: block;
  position: relative;
  text-decoration: none; }
  #g3 .overlay .image-video-thumb .component-content > a:after,
  #gux3 .image-video-thumb .component-content > a:after {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E911";
    font-size: 45px;
    width: 88px;
    height: 88px;
    line-height: 88px;
    padding-left: 10px;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(16, 43, 78, 0.7);
    left: 0 !important;
    right: 0;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    display: block;
    position: absolute;
    cursor: pointer;
    text-align: center;
    -webkit-transform: none;
            transform: none; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .image-video-thumb .component-content > a:after,
      #gux3 .image-video-thumb .component-content > a:after {
        font-size: 60px;
        width: 124px;
        height: 124px;
        line-height: 124px;
        padding-left: 15px; } }
  #g3 .overlay .image-video-thumb .component-content > a:before,
  #gux3 .image-video-thumb .component-content > a:before {
    display: none; }
  #g3 .overlay .image-video-thumb .component-content > a:focus,
  #gux3 .image-video-thumb .component-content > a:focus {
    outline: 1px solid #102b4e;
    outline-offset: 10px; }
  #g3 .overlay .image-video-thumb .component-content > a:hover img,
  #gux3 .image-video-thumb .component-content > a:hover img {
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1); }

#g3 .overlay .image-left-align, #g3 .overlay .image-right-align,
#gux3 .image-left-align,
#gux3 #g3 .overlay .image-right-align,
#g3 .overlay #gux3 .image-right-align,
#gux3 .image-right-align {
  clear: both;
  max-width: none;
  margin: 0 auto 50px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .image-left-align, #g3 .overlay .image-right-align,
    #gux3 .image-left-align,
    #gux3 #g3 .overlay .image-right-align,
    #g3 .overlay #gux3 .image-right-align,
    #gux3 .image-right-align {
      max-width: 850px;
      margin: 0 auto 70px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .image-left-align, #g3 .overlay .image-right-align,
    #gux3 .image-left-align,
    #gux3 #g3 .overlay .image-right-align,
    #g3 .overlay #gux3 .image-right-align,
    #gux3 .image-right-align {
      max-width: 960px; } }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .image-left-align > .component-content, #g3 .overlay .image-right-align > .component-content, #g3 .overlay #gux3 .image-right-align > .component-content,
    #gux3 .image-left-align > .component-content,
    #gux3 #g3 .overlay .image-right-align > .component-content,
    #gux3 .image-right-align > .component-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; } }
  #g3 .overlay .image-left-align img, #g3 .overlay .image-right-align img,
  #gux3 .image-left-align img,
  #gux3 #g3 .overlay .image-right-align img,
  #g3 .overlay #gux3 .image-right-align img,
  #gux3 .image-right-align img {
    -webkit-box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4);
            box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4);
    border-radius: 3px; }
  #g3 .overlay .image-left-align a, #g3 .overlay .image-right-align a,
  #gux3 .image-left-align a,
  #gux3 #g3 .overlay .image-right-align a,
  #g3 .overlay #gux3 .image-right-align a,
  #gux3 .image-right-align a {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .image-left-align a, #g3 .overlay .image-right-align a,
      #gux3 .image-left-align a,
      #gux3 #g3 .overlay .image-right-align a,
      #g3 .overlay #gux3 .image-right-align a,
      #gux3 .image-right-align a {
        max-width: 64%;
        margin: 0 35px 40px 0;
        width: auto; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .image-left-align a, #g3 .overlay .image-right-align a,
      #gux3 .image-left-align a,
      #gux3 #g3 .overlay .image-right-align a,
      #g3 .overlay #gux3 .image-right-align a,
      #gux3 .image-right-align a {
        margin-right: 45px; } }
    #g3 .overlay .image-left-align a picture, #g3 .overlay .image-right-align a picture,
    #gux3 .image-left-align a picture,
    #gux3 #g3 .overlay .image-right-align a picture,
    #g3 .overlay #gux3 .image-right-align a picture,
    #gux3 .image-right-align a picture {
      max-width: 100%;
      margin: 0; }
  #g3 .overlay .image-left-align picture, #g3 .overlay .image-right-align picture,
  #gux3 .image-left-align picture,
  #gux3 #g3 .overlay .image-right-align picture,
  #g3 .overlay #gux3 .image-right-align picture,
  #gux3 .image-right-align picture {
    margin-bottom: 40px;
    display: inline-block; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .image-left-align picture, #g3 .overlay .image-right-align picture,
      #gux3 .image-left-align picture,
      #gux3 #g3 .overlay .image-right-align picture,
      #g3 .overlay #gux3 .image-right-align picture,
      #gux3 .image-right-align picture {
        margin: 0 35px 40px 0;
        max-width: 64%;
        display: inline-block; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .image-left-align picture, #g3 .overlay .image-right-align picture,
      #gux3 .image-left-align picture,
      #gux3 #g3 .overlay .image-right-align picture,
      #g3 .overlay #gux3 .image-right-align picture,
      #gux3 .image-right-align picture {
        margin-right: 45px; } }
  #g3 .overlay .image-left-align .image-caption, #g3 .overlay .image-right-align .image-caption,
  #gux3 .image-left-align .image-caption,
  #gux3 .image-right-align .image-caption {
    text-align: inherit;
    margin: 0;
    word-wrap: break-word; }
    @media only screen and (max-width: 30em) {
      #g3 .overlay .image-left-align .image-caption h3, #g3 .overlay .image-right-align .image-caption h3,
      #gux3 .image-left-align .image-caption h3,
      #gux3 .image-right-align .image-caption h3 {
        font-size: 16px;
        line-height: 1.56;
        letter-spacing: 4px;
        margin-top: 3.2px;
        margin-bottom: 8px; } }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .image-left-align .image-caption, #g3 .overlay .image-right-align .image-caption,
      #gux3 .image-left-align .image-caption,
      #gux3 .image-right-align .image-caption {
        max-width: calc(36% - 40px); } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .image-left-align .image-caption, #g3 .overlay .image-right-align .image-caption,
      #gux3 .image-left-align .image-caption,
      #gux3 .image-right-align .image-caption {
        max-width: calc(36% - 45px); } }

#g3 .overlay.is-active .image-left-align, #g3 .overlay.is-active .image-right-align,
#gux3.is-active .image-left-align,
#gux3.is-active .image-right-align {
  padding: 0 25px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay.is-active .image-left-align, #g3 .overlay.is-active .image-right-align,
    #gux3.is-active .image-left-align,
    #gux3.is-active .image-right-align {
      padding: 0 60px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay.is-active .image-left-align, #g3 .overlay.is-active .image-right-align,
    #gux3.is-active .image-left-align,
    #gux3.is-active .image-right-align {
      padding: 0; } }

@media only screen and (min-width: 30.0625em) {
  #g3 .overlay .image-right-align a,
  #gux3 .image-right-align a {
    margin-left: 40px;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media only screen and (min-width: 62em) {
  #g3 .overlay .image-right-align a,
  #gux3 .image-right-align a {
    margin-left: 45px;
    margin-right: 0; } }

#g3 .overlay .image-right-align a picture,
#gux3 .image-right-align a picture {
  margin: 0; }

@media only screen and (min-width: 30.0625em) {
  #g3 .overlay .image-right-align picture,
  #gux3 .image-right-align picture {
    margin-left: 40px;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media only screen and (min-width: 62em) {
  #g3 .overlay .image-right-align picture,
  #gux3 .image-right-align picture {
    margin-left: 45px;
    margin-right: 0; } }

#g3 .overlay .tablet-left-align,
#gux3 .tablet-left-align {
  margin-top: 20px; }
  @media only screen and (min-width: 48em) and (max-width: 61.9375em) {
    #g3 .overlay .tablet-left-align,
    #gux3 .tablet-left-align {
      margin-bottom: 30px; }
      #g3 .overlay .tablet-left-align .component-content,
      #gux3 .tablet-left-align .component-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #g3 .overlay .tablet-left-align .component-content picture,
        #gux3 .tablet-left-align .component-content picture {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          margin-right: 35px; }
        #g3 .overlay .tablet-left-align .component-content .image-caption,
        #gux3 .tablet-left-align .component-content .image-caption {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          margin-top: 5px;
          text-align: left; } }

#g3 .overlay .image-range-component img,
#gux3 .image-range-component img {
  -webkit-box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4);
          box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4);
  border-radius: 3px; }

#g3 .overlay .image-range-component .component-content,
#gux3 .image-range-component .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#g3 .overlay .image-range-component .image-caption,
#gux3 .image-range-component .image-caption {
  position: absolute;
  margin: auto;
  max-width: 438px;
  height: auto;
  text-align: center;
  padding: 0 40px; }

#g3 .overlay .image-color-white.image p,
#g3 .overlay .image-color-white.image h1,
#g3 .overlay .image-color-white.image h2,
#g3 .overlay .image-color-white.image h3,
#g3 .overlay .image-color-white.image h4,
#g3 .overlay .image-color-white.image h5,
#g3 .overlay .image-color-white.image h6,
#g3 .overlay .image-color-white.image .acc-tooltip,
#g3 .overlay .image-color-white.image .gux-tooltip,
#g3 .overlay .image-color-white.image .gux-disclosure,
#gux3 .image-color-white.image p,
#gux3 .image-color-white.image h1,
#gux3 .image-color-white.image h2,
#gux3 .image-color-white.image h3,
#gux3 .image-color-white.image h4,
#gux3 .image-color-white.image h5,
#gux3 .image-color-white.image h6,
#gux3 .image-color-white.image .acc-tooltip,
#gux3 .image-color-white.image .gux-tooltip,
#gux3 .image-color-white.image .gux-disclosure {
  color: #fff; }

#g3 .overlay .image-color-white.image [class*="cta-"]:hover, #g3 .overlay .image-color-white.image [class*="cta-"]:active, #g3 .overlay .image-color-white.image [class*="cta-"]:focus,
#g3 .overlay .image-color-white.image .gux-disclosure:hover,
#g3 .overlay .image-color-white.image .gux-disclosure:active,
#g3 .overlay .image-color-white.image .gux-disclosure:focus,
#g3 .overlay .image-color-white.image .gux-tooltip:hover,
#g3 .overlay .image-color-white.image .gux-tooltip:active,
#g3 .overlay .image-color-white.image .gux-tooltip:focus,
#g3 .overlay .image-color-white.image .acc-tooltip:hover,
#g3 .overlay .image-color-white.image .acc-tooltip:active,
#g3 .overlay .image-color-white.image .acc-tooltip:focus,
#gux3 .image-color-white.image [class*="cta-"]:hover,
#gux3 .image-color-white.image [class*="cta-"]:active,
#gux3 .image-color-white.image [class*="cta-"]:focus,
#gux3 .image-color-white.image .gux-disclosure:hover,
#gux3 .image-color-white.image .gux-disclosure:active,
#gux3 .image-color-white.image .gux-disclosure:focus,
#gux3 .image-color-white.image .gux-tooltip:hover,
#gux3 .image-color-white.image .gux-tooltip:active,
#gux3 .image-color-white.image .gux-tooltip:focus,
#gux3 .image-color-white.image .acc-tooltip:hover,
#gux3 .image-color-white.image .acc-tooltip:active,
#gux3 .image-color-white.image .acc-tooltip:focus {
  color: #fff;
  outline-color: #fff; }

#g3 .overlay .image-color-white.image [class*="cta-"]:disabled,
#g3 .overlay .image-color-white.image .gux-disclosure:disabled,
#g3 .overlay .image-color-white.image .gux-tooltip:disabled,
#g3 .overlay .image-color-white.image .acc-tooltip:disabled,
#gux3 .image-color-white.image [class*="cta-"]:disabled,
#gux3 .image-color-white.image .gux-disclosure:disabled,
#gux3 .image-color-white.image .gux-tooltip:disabled,
#gux3 .image-color-white.image .acc-tooltip:disabled {
  color: #8f8f8f; }

#g3 .overlay .image-gux3 img,
#gux3 .image-gux3 img {
  -webkit-box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4);
          box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4);
  border-radius: 3px; }

#g3 .overlay .image-gux3 .image-caption,
#gux3 .image-gux3 .image-caption {
  text-align: center;
  margin-top: 40px; }

#g3 .overlay .image-hover-motion .image-caption,
#g3 .overlay .image-hover-motion + .richtext,
#gux3 .image-hover-motion .image-caption,
#gux3 .image-hover-motion + .richtext {
  margin-top: 40px; }

#g3 .overlay .image-hover-motion img,
#gux3 .image-hover-motion img {
  -webkit-box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4);
          box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4);
  -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s; }
  #g3 .overlay .image-hover-motion img:hover,
  #gux3 .image-hover-motion img:hover {
    -webkit-box-shadow: 0 20px 24px 0 rgba(110, 110, 110, 0.4);
            box-shadow: 0 20px 24px 0 rgba(110, 110, 110, 0.4);
    -webkit-transform: scale3d(1.07, 1.07, 1);
            transform: scale3d(1.07, 1.07, 1); }

#g3 .overlay .secondaryNavigation,
#gux3 .secondaryNavigation {
  z-index: 11;
  width: 100%;
  opacity: 0;
  position: relative !important;
  top: 0;
  left: 0;
  right: auto !important; }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .secondaryNavigation,
    #gux3 .secondaryNavigation {
      width: 100%;
      margin-left: 0; } }
  #g3 .overlay .secondaryNavigation *:focus,
  #gux3 .secondaryNavigation *:focus {
    outline: 3px solid #fff; }
  #g3 .overlay .secondaryNavigation.fixed,
  #gux3 .secondaryNavigation.fixed {
    position: relative; }
  #g3 .overlay .secondaryNavigation.bev-initialized,
  #gux3 .secondaryNavigation.bev-initialized {
    opacity: 1; }
  #g3 .overlay .secondaryNavigation.bev-fixed,
  #gux3 .secondaryNavigation.bev-fixed {
    position: fixed !important;
    top: 0;
    max-width: 1438px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media only screen and (max-width: 47.9375em) {
    #g3 .overlay .secondaryNavigation.scroll-top .navigation-horizontal,
    #gux3 .secondaryNavigation.scroll-top .navigation-horizontal {
      display: block; } }
  #g3 .overlay .secondaryNavigation li a,
  #gux3 .secondaryNavigation li a {
    text-decoration: none; }
  #g3 .overlay .secondaryNavigation > :first-child,
  #g3 .overlay .secondaryNavigation .navigation-vertical .richtext-content > :first-child,
  #g3 .overlay .secondaryNavigation .dropdown,
  #gux3 .secondaryNavigation > :first-child,
  #gux3 .secondaryNavigation .navigation-vertical .richtext-content > :first-child,
  #gux3 .secondaryNavigation .dropdown {
    font-size: 15px;
    font-family: Antenna, "AntennaRegular", Arial, Helvetica, sans-serif;
    line-height: 1.4;
    letter-spacing: 0.8px;
    color: #fff;
    background: #0276B3;
    margin: 0;
    outline-offset: -5px; }
    @media only screen and (min-width: 48em) and (max-width: 61.9375em) {
      #g3 .overlay .secondaryNavigation > :first-child strong,
      #g3 .overlay .secondaryNavigation .navigation-vertical .richtext-content > :first-child strong,
      #g3 .overlay .secondaryNavigation .dropdown strong,
      #gux3 .secondaryNavigation > :first-child strong,
      #gux3 .secondaryNavigation .navigation-vertical .richtext-content > :first-child strong,
      #gux3 .secondaryNavigation .dropdown strong {
        display: block; } }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .secondaryNavigation .navigation-horizontal,
    #gux3 .secondaryNavigation .navigation-horizontal {
      height: 100%; }
      #g3 .overlay .secondaryNavigation .navigation-horizontal .richtext-content,
      #gux3 .secondaryNavigation .navigation-horizontal .richtext-content {
        height: 100%; } }
  @media only screen and (min-width: 48em) and (max-width: 61.9375em) {
    #g3 .overlay .secondaryNavigation .navigation-horizontal.collapsed,
    #gux3 .secondaryNavigation .navigation-horizontal.collapsed {
      display: block; }
      #g3 .overlay .secondaryNavigation .navigation-horizontal.collapsed.menu-dropdown,
      #gux3 .secondaryNavigation .navigation-horizontal.collapsed.menu-dropdown {
        display: none; } }
  #g3 .overlay .secondaryNavigation .navigation-horizontal ul,
  #gux3 .secondaryNavigation .navigation-horizontal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .secondaryNavigation .navigation-horizontal ul,
      #gux3 .secondaryNavigation .navigation-horizontal ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 100%; }
        #g3 .overlay .secondaryNavigation .navigation-horizontal ul li,
        #gux3 .secondaryNavigation .navigation-horizontal ul li {
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    #g3 .overlay .secondaryNavigation .navigation-horizontal ul li:first-of-type,
    #gux3 .secondaryNavigation .navigation-horizontal ul li:first-of-type {
      padding-bottom: 7px; }
      @media only screen and (min-width: 48em) {
        #g3 .overlay .secondaryNavigation .navigation-horizontal ul li:first-of-type,
        #gux3 .secondaryNavigation .navigation-horizontal ul li:first-of-type {
          padding: 0; } }
    #g3 .overlay .secondaryNavigation .navigation-horizontal ul li:last-of-type,
    #gux3 .secondaryNavigation .navigation-horizontal ul li:last-of-type {
      padding-top: 7px; }
      @media only screen and (min-width: 48em) {
        #g3 .overlay .secondaryNavigation .navigation-horizontal ul li:last-of-type,
        #gux3 .secondaryNavigation .navigation-horizontal ul li:last-of-type {
          padding: 0; } }
  #g3 .overlay .secondaryNavigation .navigation-horizontal li,
  #gux3 .secondaryNavigation .navigation-horizontal li {
    background: #102b4e; }
    @media only screen and (max-width: 47.9375em) {
      #g3 .overlay .secondaryNavigation .navigation-horizontal li:first-of-type,
      #gux3 .secondaryNavigation .navigation-horizontal li:first-of-type {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .secondaryNavigation .navigation-horizontal li,
      #gux3 .secondaryNavigation .navigation-horizontal li {
        background: #fff; } }
    #g3 .overlay .secondaryNavigation .navigation-horizontal li a,
    #gux3 .secondaryNavigation .navigation-horizontal li a {
      color: #fff; }
      @media only screen and (min-width: 48em) {
        #g3 .overlay .secondaryNavigation .navigation-horizontal li a,
        #gux3 .secondaryNavigation .navigation-horizontal li a {
          color: #0276b3; }
          #g3 .overlay .secondaryNavigation .navigation-horizontal li a:hover,
          #gux3 .secondaryNavigation .navigation-horizontal li a:hover {
            color: #102b4e; } }
  @media only screen and (min-width: 48em) and (max-width: 61.9375em) {
    #g3 .overlay .secondaryNavigation .navigation-horizontal.menu-dropdown,
    #gux3 .secondaryNavigation .navigation-horizontal.menu-dropdown {
      height: auto; }
      #g3 .overlay .secondaryNavigation .navigation-horizontal.menu-dropdown ul,
      #g3 .overlay .secondaryNavigation .navigation-horizontal.menu-dropdown li,
      #gux3 .secondaryNavigation .navigation-horizontal.menu-dropdown ul,
      #gux3 .secondaryNavigation .navigation-horizontal.menu-dropdown li {
        display: block; } }
  #g3 .overlay .secondaryNavigation .navigation,
  #gux3 .secondaryNavigation .navigation {
    max-width: 100vw;
    position: absolute;
    left: 0;
    margin: -1px 0 0 0; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .secondaryNavigation .navigation,
      #gux3 .secondaryNavigation .navigation {
        position: relative;
        margin-top: 0;
        max-width: 100%; } }
    @media only screen and (min-width: 1441px) {
      #g3 .overlay .secondaryNavigation .navigation,
      #gux3 .secondaryNavigation .navigation {
        max-width: 1438px; } }
    #g3 .overlay .secondaryNavigation .navigation li a,
    #gux3 .secondaryNavigation .navigation li a {
      font-family: Antenna, "AntennaRegular", Arial, Helvetica, sans-serif; }
      #g3 .overlay .secondaryNavigation .navigation li a:focus,
      #gux3 .secondaryNavigation .navigation li a:focus {
        outline: 3px solid #102b4e; }
      #g3 .overlay .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3, #g3 .overlay .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3,
      #gux3 .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3,
      #gux3 .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3 {
        font-size: 12px;
        margin: 10px;
        font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
        font-weight: 500;
        padding: 0;
        display: block; }
        @media only screen and (min-width: 48em) {
          #g3 .overlay .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3, #g3 .overlay .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3,
          #gux3 .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3,
          #gux3 .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3 {
            margin: 20px 10px;
            padding: 0 30px; } }
        @media only screen and (min-width: 62em) {
          #g3 .overlay .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3, #g3 .overlay .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3,
          #gux3 .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3,
          #gux3 .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3 {
            margin: 7px 10px; } }
        #g3 .overlay .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3:focus, #g3 .overlay .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3:focus,
        #gux3 .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3:focus,
        #gux3 .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3:focus {
          outline: 1px solid #fff;
          outline-offset: 2px; }
        #g3 .overlay .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3:active, #g3 .overlay .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3:active,
        #gux3 .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3:active,
        #gux3 .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3:active {
          background: #fff;
          color: #102b4e; }
      #g3 .overlay .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3,
      #gux3 .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3 {
        color: #102b4e !important; }
        #g3 .overlay .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3:hover,
        #gux3 .secondaryNavigation .navigation li a.cta-secondary-wide-gux-3:hover {
          color: #102b4e !important; }
      #g3 .overlay .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3,
      #gux3 .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3 {
        color: #fff;
        border: 1px solid #fff; }
        #g3 .overlay .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3:active,
        #gux3 .secondaryNavigation .navigation li a.cta-tertiary-wide-gux-3:active {
          color: #4d4d4d; }
    #g3 .overlay .secondaryNavigation .navigation .tertiary-navigation .dropdown,
    #gux3 .secondaryNavigation .navigation .tertiary-navigation .dropdown {
      z-index: 1; }
      #g3 .overlay .secondaryNavigation .navigation .tertiary-navigation .dropdown span + span,
      #gux3 .secondaryNavigation .navigation .tertiary-navigation .dropdown span + span {
        display: none; }
    #g3 .overlay .secondaryNavigation .navigation .dropdown-navigation-button:focus,
    #gux3 .secondaryNavigation .navigation .dropdown-navigation-button:focus {
      outline-offset: -5px; }

#g3 .overlay .secondary-nav-blue .dropdown,
#gux3 .secondary-nav-blue .dropdown {
  background: #0276B3; }

#g3 .overlay .secondary-nav-blue .tertiary-navigation:not(.collapsed) .dropdown,
#gux3 .secondary-nav-blue .tertiary-navigation:not(.collapsed) .dropdown {
  color: #0276b3; }
  #g3 .overlay .secondary-nav-blue .tertiary-navigation:not(.collapsed) .dropdown:focus,
  #gux3 .secondary-nav-blue .tertiary-navigation:not(.collapsed) .dropdown:focus {
    outline: 3px solid #102b4e; }

#g3 .overlay .secondary-nav-blue .tertiary-navigation .dropdown,
#gux3 .secondary-nav-blue .tertiary-navigation .dropdown {
  background: none; }

#g3 .overlay .secondary-nav-blue .navigation,
#gux3 .secondary-nav-blue .navigation {
  left: 0;
  position: absolute;
  background: rgba(27, 57, 79, 0.6); }
  @media only screen and (min-width: 1441px) {
    #g3 .overlay .secondary-nav-blue .navigation,
    #gux3 .secondary-nav-blue .navigation {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

#g3 .overlay .secondary-nav-blue .navigation-horizontal li,
#gux3 .secondary-nav-blue .navigation-horizontal li {
  border: 0;
  background: #1b394f; }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .secondary-nav-blue .navigation-horizontal li,
    #gux3 .secondary-nav-blue .navigation-horizontal li {
      background: none; } }
  #g3 .overlay .secondary-nav-blue .navigation-horizontal li a,
  #gux3 .secondary-nav-blue .navigation-horizontal li a {
    color: #fff; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .secondary-nav-blue .navigation-horizontal li a,
      #gux3 .secondary-nav-blue .navigation-horizontal li a {
        color: #0276b3; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .secondary-nav-blue .navigation-horizontal li a,
      #gux3 .secondary-nav-blue .navigation-horizontal li a {
        color: #fff; }
        #g3 .overlay .secondary-nav-blue .navigation-horizontal li a:hover,
        #gux3 .secondary-nav-blue .navigation-horizontal li a:hover {
          color: #fff; } }
    #g3 .overlay .secondary-nav-blue .navigation-horizontal li a:focus,
    #gux3 .secondary-nav-blue .navigation-horizontal li a:focus {
      outline: 3px solid #fff;
      outline-offset: -5px; }
    @media only screen and (max-width: 30em) {
      #g3 .overlay .secondary-nav-blue .navigation-horizontal li a:before,
      #gux3 .secondary-nav-blue .navigation-horizontal li a:before {
        background: none;
        color: #fff; } }

#g3 .overlay .secondary-nav-blue .dropdown-navigation-button,
#gux3 .secondary-nav-blue .dropdown-navigation-button {
  color: #fff; }

#g3 .overlay .secondary-nav-blue .secondaryNavigation.section .bar-white .navigation,
#gux3 .secondary-nav-blue .secondaryNavigation.section .bar-white .navigation {
  -webkit-transform: none;
          transform: none;
  background: rgba(27, 57, 79, 0.6);
  border: 0; }

#g3 .overlay .secondary-nav-blue .secondaryNavigation.section .bar-white .navigation-horizontal li,
#gux3 .secondary-nav-blue .secondaryNavigation.section .bar-white .navigation-horizontal li {
  background: transparent; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .secondary-nav-blue .secondaryNavigation.section .bar-white .navigation-horizontal li a,
    #gux3 .secondary-nav-blue .secondaryNavigation.section .bar-white .navigation-horizontal li a {
      color: #fff; } }

#g3 .overlay .secondary-nav-blue .secondaryNavigation.section .bar-white .navigation-horizontal:not(.menu-dropdown) li a,
#gux3 .secondary-nav-blue .secondaryNavigation.section .bar-white .navigation-horizontal:not(.menu-dropdown) li a {
  color: #fff; }

#g3 .overlay .secondary-nav-white .dropdown,
#gux3 .secondary-nav-white .dropdown {
  background: #0276b3;
  color: #fff; }

#g3 .overlay .secondary-nav-white .tertiary-navigation .dropdown,
#gux3 .secondary-nav-white .tertiary-navigation .dropdown {
  background: #fff;
  color: #0276b3; }
  #g3 .overlay .secondary-nav-white .tertiary-navigation .dropdown:focus,
  #gux3 .secondary-nav-white .tertiary-navigation .dropdown:focus {
    outline: 3px solid #102b4e; }

#g3 .overlay .secondary-nav-white .navigation,
#gux3 .secondary-nav-white .navigation {
  background: #fff; }

#g3 .overlay .secondary-nav-white .dropdown-navigation-button:focus,
#gux3 .secondary-nav-white .dropdown-navigation-button:focus {
  outline: 3px solid #102b4e; }

#g3 .overlay .secondary-nav-blue-white .dropdown,
#gux3 .secondary-nav-blue-white .dropdown {
  background: #0276b3; }

#g3 .overlay .secondary-nav-blue-white .tertiary-navigation:not(.collapsed) .dropdown,
#gux3 .secondary-nav-blue-white .tertiary-navigation:not(.collapsed) .dropdown {
  color: #0276b3; }
  #g3 .overlay .secondary-nav-blue-white .tertiary-navigation:not(.collapsed) .dropdown:focus,
  #gux3 .secondary-nav-blue-white .tertiary-navigation:not(.collapsed) .dropdown:focus {
    outline: 3px solid #102b4e; }

#g3 .overlay .secondary-nav-blue-white .tertiary-navigation .dropdown,
#gux3 .secondary-nav-blue-white .tertiary-navigation .dropdown {
  background: none; }

#g3 .overlay .secondary-nav-blue-white .navigation,
#gux3 .secondary-nav-blue-white .navigation {
  left: 0;
  margin: 0;
  position: absolute;
  background: rgba(16, 43, 78, 0.6); }
  @media only screen and (min-width: 1441px) {
    #g3 .overlay .secondary-nav-blue-white .navigation,
    #gux3 .secondary-nav-blue-white .navigation {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

#g3 .overlay .secondary-nav-blue-white .navigation-horizontal li,
#gux3 .secondary-nav-blue-white .navigation-horizontal li {
  background: #102b4e; }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .secondary-nav-blue-white .navigation-horizontal li,
    #gux3 .secondary-nav-blue-white .navigation-horizontal li {
      background: none; } }
  #g3 .overlay .secondary-nav-blue-white .navigation-horizontal li a,
  #gux3 .secondary-nav-blue-white .navigation-horizontal li a {
    color: #fff; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .secondary-nav-blue-white .navigation-horizontal li a,
      #gux3 .secondary-nav-blue-white .navigation-horizontal li a {
        color: #0276b3; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .secondary-nav-blue-white .navigation-horizontal li a,
      #gux3 .secondary-nav-blue-white .navigation-horizontal li a {
        color: #fff; }
        #g3 .overlay .secondary-nav-blue-white .navigation-horizontal li a:hover,
        #gux3 .secondary-nav-blue-white .navigation-horizontal li a:hover {
          color: #fff; } }
    #g3 .overlay .secondary-nav-blue-white .navigation-horizontal li a:focus,
    #gux3 .secondary-nav-blue-white .navigation-horizontal li a:focus {
      outline: 3px solid #fff;
      outline-offset: -5px; }

#g3 .overlay .secondary-nav-blue-white .dropdown-navigation-button,
#gux3 .secondary-nav-blue-white .dropdown-navigation-button {
  color: #fff; }

#g3 .overlay .secondary-nav-blue-white.fixed .tertiary-navigation .dropdown,
#gux3 .secondary-nav-blue-white.fixed .tertiary-navigation .dropdown {
  color: #0276b3; }
  #g3 .overlay .secondary-nav-blue-white.fixed .tertiary-navigation .dropdown:focus,
  #gux3 .secondary-nav-blue-white.fixed .tertiary-navigation .dropdown:focus {
    outline: 3px solid #102b4e; }

#g3 .overlay .secondary-nav-blue-white.fixed .navigation,
#gux3 .secondary-nav-blue-white.fixed .navigation {
  background: #fff; }

#g3 .overlay .secondary-nav-blue-white.fixed .dropdown-navigation-button,
#gux3 .secondary-nav-blue-white.fixed .dropdown-navigation-button {
  color: #0276b3; }
  #g3 .overlay .secondary-nav-blue-white.fixed .dropdown-navigation-button:focus,
  #gux3 .secondary-nav-blue-white.fixed .dropdown-navigation-button:focus {
    outline: 3px solid #102b4e; }

@media only screen and (min-width: 62em) {
  #g3 .overlay .secondary-nav-blue-white.fixed .navigation-horizontal li a,
  #gux3 .secondary-nav-blue-white.fixed .navigation-horizontal li a {
    color: #0276b3; } }

#g3 .overlay .secondary-nav-blue-white.fixed .navigation-horizontal li a:focus,
#gux3 .secondary-nav-blue-white.fixed .navigation-horizontal li a:focus {
  outline: 3px solid #102b4e; }

#g3 .overlay .secondary-nav-dark-blue .dropdown,
#gux3 .secondary-nav-dark-blue .dropdown {
  background: #0276b3;
  color: #fff; }

#g3 .overlay .secondary-nav-dark-blue .tertiary-navigation .dropdown,
#gux3 .secondary-nav-dark-blue .tertiary-navigation .dropdown {
  background: #102b4e;
  color: #fff; }

#g3 .overlay .secondary-nav-dark-blue .navigation,
#gux3 .secondary-nav-dark-blue .navigation {
  background: #102b4e; }

#g3 .overlay .secondary-nav-dark-blue .dropdown-navigation-button,
#gux3 .secondary-nav-dark-blue .dropdown-navigation-button {
  color: #fff; }

#g3 .overlay .secondary-nav-dark-blue .navigation-horizontal li,
#gux3 .secondary-nav-dark-blue .navigation-horizontal li {
  background: #102b4e; }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .secondary-nav-dark-blue .navigation-horizontal li,
    #gux3 .secondary-nav-dark-blue .navigation-horizontal li {
      background: none; } }
  #g3 .overlay .secondary-nav-dark-blue .navigation-horizontal li a,
  #gux3 .secondary-nav-dark-blue .navigation-horizontal li a {
    color: #fff; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .secondary-nav-dark-blue .navigation-horizontal li a,
      #gux3 .secondary-nav-dark-blue .navigation-horizontal li a {
        color: #0276b3; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .secondary-nav-dark-blue .navigation-horizontal li a,
      #gux3 .secondary-nav-dark-blue .navigation-horizontal li a {
        color: #fff; }
        #g3 .overlay .secondary-nav-dark-blue .navigation-horizontal li a:hover,
        #gux3 .secondary-nav-dark-blue .navigation-horizontal li a:hover {
          color: #fff; } }
    #g3 .overlay .secondary-nav-dark-blue .navigation-horizontal li a:focus,
    #gux3 .secondary-nav-dark-blue .navigation-horizontal li a:focus {
      outline: 3px solid #fff;
      outline-offset: -5px; }

#g3 .overlay .secondary-nav-dark-blue .secondaryNavigation.section .bar-white .navigation,
#gux3 .secondary-nav-dark-blue .secondaryNavigation.section .bar-white .navigation {
  -webkit-transform: none;
          transform: none;
  background: #102b4e;
  border: 0; }

#g3 .overlay .secondary-nav-dark-blue .secondaryNavigation.section .bar-white .navigation-horizontal li,
#gux3 .secondary-nav-dark-blue .secondaryNavigation.section .bar-white .navigation-horizontal li {
  background: transparent; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .secondary-nav-dark-blue .secondaryNavigation.section .bar-white .navigation-horizontal li a,
    #gux3 .secondary-nav-dark-blue .secondaryNavigation.section .bar-white .navigation-horizontal li a {
      color: #fff; } }

#g3 .overlay .secondary-nav-dark-blue .secondaryNavigation.section .bar-white .navigation-horizontal:not(.menu-dropdown) li a,
#gux3 .secondary-nav-dark-blue .secondaryNavigation.section .bar-white .navigation-horizontal:not(.menu-dropdown) li a {
  color: #fff; }

#g3 .overlay .compareVs,
#gux3 .compareVs {
  padding: 82px 45px 30px; }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .compareVs,
    #gux3 .compareVs {
      padding-top: 74px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .compareVs,
    #gux3 .compareVs {
      padding: 89px 160px 30px; } }
  #g3 .overlay .compareVs .heading,
  #g3 .overlay .compareVs .disclaimer,
  #gux3 .compareVs .heading,
  #gux3 .compareVs .disclaimer {
    text-align: center; }
  #g3 .overlay .compareVs .component-content,
  #gux3 .compareVs .component-content {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 425px;
    margin: 45px auto; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .compareVs .component-content,
      #gux3 .compareVs .component-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-width: none;
        margin: 45px auto 170px; }
        #g3 .overlay .compareVs .component-content .middle-column,
        #gux3 .compareVs .component-content .middle-column {
          width: 190px;
          margin: 0; }
        #g3 .overlay .compareVs .component-content .left-column,
        #g3 .overlay .compareVs .component-content .right-column,
        #gux3 .compareVs .component-content .left-column,
        #gux3 .compareVs .component-content .right-column {
          width: calc(50% - 95px); }
        #g3 .overlay .compareVs .component-content .left-column.header,
        #gux3 .compareVs .component-content .left-column.header {
          margin-right: 190px; } }
    #g3 .overlay .compareVs .component-content .image-wrapper,
    #gux3 .compareVs .component-content .image-wrapper {
      -webkit-box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4);
              box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4);
      position: relative;
      height: 100%;
      overflow: visible;
      margin: 10px 0; }
    @media only screen and (max-width: 61.9375em) {
      #g3 .overlay .compareVs .component-content .left-column,
      #gux3 .compareVs .component-content .left-column {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        #g3 .overlay .compareVs .component-content .left-column.header,
        #gux3 .compareVs .component-content .left-column.header {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin: auto; }
      #g3 .overlay .compareVs .component-content .middle-column,
      #gux3 .compareVs .component-content .middle-column {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin: 30px auto 20px; }
      #g3 .overlay .compareVs .component-content .right-column,
      #gux3 .compareVs .component-content .right-column {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; }
        #g3 .overlay .compareVs .component-content .right-column.header,
        #gux3 .compareVs .component-content .right-column.header {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4; } }
  #g3 .overlay .compareVs .header-column p,
  #gux3 .compareVs .header-column p {
    margin-bottom: 0; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .compareVs .header-column p,
      #gux3 .compareVs .header-column p {
        margin-bottom: 10px; } }
  #g3 .overlay .compareVs .compare-label p,
  #gux3 .compareVs .compare-label p {
    font-size: 30px;
    font-family: "AntennaCondExtraLight", Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
    line-height: 1; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .compareVs .compare-label p,
      #gux3 .compareVs .compare-label p {
        font-size: 40px;
        letter-spacing: 8px; } }
  #g3 .overlay .compareVs .image-label,
  #gux3 .compareVs .image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 60px;
    width: calc(100% + 38px);
    left: -19px;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4);
            box-shadow: 0 12px 14px 0 rgba(110, 110, 110, 0.4); }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .compareVs .image-label,
      #gux3 .compareVs .image-label {
        height: 100px;
        width: calc(100% + 64px);
        left: -32px; } }
    #g3 .overlay .compareVs .image-label p,
    #gux3 .compareVs .image-label p {
      font-size: 40px;
      line-height: 65px;
      font-family: "AntennaCondExtraLight", Arial, Helvetica, sans-serif;
      margin: 0;
      padding: 0;
      letter-spacing: 5px; }
      @media only screen and (min-width: 48em) {
        #g3 .overlay .compareVs .image-label p,
        #gux3 .compareVs .image-label p {
          font-size: 46px;
          letter-spacing: 3px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .compareVs .image-label p,
        #gux3 .compareVs .image-label p {
          font-size: 50px;
          line-height: 110px; } }
      @media only screen and (min-width: 75em) {
        #g3 .overlay .compareVs .image-label p,
        #gux3 .compareVs .image-label p {
          font-size: 60px;
          letter-spacing: 5px; } }
  #g3 .overlay .compareVs .disclaimer p,
  #gux3 .compareVs .disclaimer p {
    font-size: 11px; }

#g3 .overlay.is-active .compareVs,
#gux3.is-active .compareVs {
  padding-top: 10px; }

#g3 .overlay .brightcove .brightcove-player-wrapper,
#gux3 .brightcove .brightcove-player-wrapper {
  position: relative;
  width: 100%; }

#g3 .overlay .brightcove .vjs-playing .vjs-big-play-button,
#gux3 .brightcove .vjs-playing .vjs-big-play-button {
  display: none; }

#g3 .overlay .brightcove .video-js,
#gux3 .brightcove .video-js {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: visible !important;
  background-color: transparent !important; }
  #g3 .overlay .brightcove .video-js:hover,
  #gux3 .brightcove .video-js:hover {
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1); }
  #g3 .overlay .brightcove .video-js:not(.vjs-scrubbing) .vjs-control-bar,
  #gux3 .brightcove .video-js:not(.vjs-scrubbing) .vjs-control-bar {
    display: none; }
  #g3 .overlay .brightcove .video-js.vjs-playing .vjs-control-bar,
  #gux3 .brightcove .video-js.vjs-playing .vjs-control-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #g3 .overlay .brightcove .video-js:not(.vjs-scrubbing) .vjs-hidden > *, #g3 .overlay .brightcove .video-js .vjs-hidden > .vjs-close-button > *,
  #gux3 .brightcove .video-js:not(.vjs-scrubbing) .vjs-hidden > *,
  #gux3 .brightcove .video-js .vjs-hidden > .vjs-close-button > * {
    display: none !important; }
  #g3 .overlay .brightcove .video-js:not(.vjs-scrubbing) .vjs-error-display > .vjs-modal-dialog-content > .vjs-errors-dialog > *, #g3 .overlay .brightcove .video-js .vjs-error-display > .vjs-modal-dialog-content > .vjs-errors-dialog > .vjs-close-button > *,
  #gux3 .brightcove .video-js:not(.vjs-scrubbing) .vjs-error-display > .vjs-modal-dialog-content > .vjs-errors-dialog > *,
  #gux3 .brightcove .video-js .vjs-error-display > .vjs-modal-dialog-content > .vjs-errors-dialog > .vjs-close-button > * {
    display: none !important; }
  #g3 .overlay .brightcove .video-js.vjs-paused:not(.vjs-scrubbing) .vjs-big-play-button,
  #gux3 .brightcove .video-js.vjs-paused:not(.vjs-scrubbing) .vjs-big-play-button {
    display: block !important; }
  #g3 .overlay .brightcove .video-js .vjs-poster,
  #g3 .overlay .brightcove .video-js .vjs-tech,
  #gux3 .brightcove .video-js .vjs-poster,
  #gux3 .brightcove .video-js .vjs-tech {
    background-color: transparent !important;
    overflow: hidden;
    border-radius: 3px; }

#g3 .overlay .brightcove .vjs-big-play-button,
#gux3 .brightcove .vjs-big-play-button {
  display: block;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1; }
  #g3 .overlay .brightcove .vjs-big-play-button:after,
  #gux3 .brightcove .vjs-big-play-button:after {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E911";
    font-size: 45px;
    width: 88px;
    height: 88px;
    line-height: 88px;
    padding-left: 10px;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(16, 43, 78, 0.7);
    left: 0 !important;
    right: 0;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    display: block;
    position: absolute;
    cursor: pointer;
    text-align: center;
    -webkit-transform: none;
            transform: none; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .brightcove .vjs-big-play-button:after,
      #gux3 .brightcove .vjs-big-play-button:after {
        font-size: 60px;
        width: 124px;
        height: 124px;
        line-height: 124px;
        padding-left: 15px; } }
  #g3 .overlay .brightcove .vjs-big-play-button:before,
  #gux3 .brightcove .vjs-big-play-button:before {
    display: none; }
  #g3 .overlay .brightcove .vjs-big-play-button:focus,
  #gux3 .brightcove .vjs-big-play-button:focus {
    outline: 1px solid #102b4e;
    outline-offset: 10px; }
  #g3 .overlay .brightcove .vjs-big-play-button .vjs-icon-placeholder,
  #gux3 .brightcove .vjs-big-play-button .vjs-icon-placeholder {
    display: none; }

#g3 .overlay .brightcove-thumb,
#gux3 .brightcove-thumb {
  clear: both;
  max-width: none;
  margin: 0 auto 50px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .brightcove-thumb,
    #gux3 .brightcove-thumb {
      max-width: 850px;
      margin: 0 auto 70px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .brightcove-thumb,
    #gux3 .brightcove-thumb {
      max-width: 960px; } }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .brightcove-thumb > .component-content,
    #gux3 .brightcove-thumb > .component-content {
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; } }
  #g3 .overlay .brightcove-thumb .brightcove-description,
  #gux3 .brightcove-thumb .brightcove-description {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
    padding-top: 0; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .brightcove-thumb .brightcove-description,
      #gux3 .brightcove-thumb .brightcove-description {
        padding-left: 35px;
        max-width: 36%; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .brightcove-thumb .brightcove-description,
      #gux3 .brightcove-thumb .brightcove-description {
        padding-left: 45px; } }
    @media only screen and (max-width: 30em) {
      #g3 .overlay .brightcove-thumb .brightcove-description h3,
      #gux3 .brightcove-thumb .brightcove-description h3 {
        font-size: 16px;
        line-height: 1.56;
        letter-spacing: 4px;
        margin-top: 3.2px;
        margin-bottom: 8px; } }
  #g3 .overlay .brightcove-thumb .brightcove-player-wrapper > .brightcove-player,
  #gux3 .brightcove-thumb .brightcove-player-wrapper > .brightcove-player {
    padding-bottom: 43.8%; }
  #g3 .overlay .brightcove-thumb .brightcove-player,
  #gux3 .brightcove-thumb .brightcove-player {
    padding-bottom: 43.8%; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .brightcove-thumb .brightcove-player,
      #gux3 .brightcove-thumb .brightcove-player {
        padding-bottom: 28.05%; } }
    @media only screen and (max-width: 30em) {
      #g3 .overlay .brightcove-thumb .brightcove-player,
      #gux3 .brightcove-thumb .brightcove-player {
        margin-bottom: 40px; } }
    #g3 .overlay .brightcove-thumb .brightcove-player .video-js:not(.vjs-scrubbing) .vjs-control-bar,
    #gux3 .brightcove-thumb .brightcove-player .video-js:not(.vjs-scrubbing) .vjs-control-bar {
      display: none; }
    #g3 .overlay .brightcove-thumb .brightcove-player .video-js.vjs-playing .vjs-control-bar,
    #gux3 .brightcove-thumb .brightcove-player .video-js.vjs-playing .vjs-control-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #g3 .overlay .brightcove-thumb .brightcove-player .video-js.vjs-paused:not(.vjs-scrubbing) .vjs-big-play-button,
    #gux3 .brightcove-thumb .brightcove-player .video-js.vjs-paused:not(.vjs-scrubbing) .vjs-big-play-button {
      display: block !important; }
    #g3 .overlay .brightcove-thumb .brightcove-player .vjs-big-play-button,
    #gux3 .brightcove-thumb .brightcove-player .vjs-big-play-button {
      background: none;
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0;
      opacity: 1; }
      #g3 .overlay .brightcove-thumb .brightcove-player .vjs-big-play-button .vjs-icon-placeholder,
      #gux3 .brightcove-thumb .brightcove-player .vjs-big-play-button .vjs-icon-placeholder {
        display: none; }
      #g3 .overlay .brightcove-thumb .brightcove-player .vjs-big-play-button:before,
      #gux3 .brightcove-thumb .brightcove-player .vjs-big-play-button:before {
        display: none; }

#g3 .overlay.is-active .brightcove-thumb,
#gux3.is-active .brightcove-thumb {
  padding: 0 25px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay.is-active .brightcove-thumb,
    #gux3.is-active .brightcove-thumb {
      padding: 0 60px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay.is-active .brightcove-thumb,
    #gux3.is-active .brightcove-thumb {
      padding: 0; } }

#g3 .overlay .bevModelsCarousel .models-carousel, #g3 .overlay .bevModelsDynamicCarousel .models-carousel,
#gux3 .bevModelsCarousel .models-carousel,
#gux3 .bevModelsDynamicCarousel .models-carousel {
  margin: 0 auto 50px;
  overflow: hidden;
  padding: 20px 0 0;
  background: linear-gradient(to bottom, #fff 0%, white 70px, #ededed 70px, #fff 100%); }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .bevModelsCarousel .models-carousel, #g3 .overlay .bevModelsDynamicCarousel .models-carousel,
    #gux3 .bevModelsCarousel .models-carousel,
    #gux3 .bevModelsDynamicCarousel .models-carousel {
      background: linear-gradient(to bottom, #fff 0%, white 75px, #ededed 75px, #fff 100%); } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .bevModelsCarousel .models-carousel, #g3 .overlay .bevModelsDynamicCarousel .models-carousel,
    #gux3 .bevModelsCarousel .models-carousel,
    #gux3 .bevModelsDynamicCarousel .models-carousel {
      background: linear-gradient(to bottom, #fff 0%, white 105px, #ededed 105px, #fff 100%); } }
  #g3 .overlay .bevModelsCarousel .models-carousel.images-are-not-loaded, #g3 .overlay .bevModelsDynamicCarousel .models-carousel.images-are-not-loaded,
  #gux3 .bevModelsCarousel .models-carousel.images-are-not-loaded,
  #gux3 .bevModelsDynamicCarousel .models-carousel.images-are-not-loaded {
    position: relative; }
    #g3 .overlay .bevModelsCarousel .models-carousel.images-are-not-loaded picture, #g3 .overlay .bevModelsDynamicCarousel .models-carousel.images-are-not-loaded picture,
    #gux3 .bevModelsCarousel .models-carousel.images-are-not-loaded picture,
    #gux3 .bevModelsDynamicCarousel .models-carousel.images-are-not-loaded picture {
      position: absolute;
      top: 0; }
  #g3 .overlay .bevModelsCarousel .models-carousel .carousel-container, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-container,
  #gux3 .bevModelsCarousel .models-carousel .carousel-container,
  #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-container {
    max-width: 68%;
    overflow: visible;
    margin: auto;
    position: relative; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .bevModelsCarousel .models-carousel .carousel-container, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-container,
      #gux3 .bevModelsCarousel .models-carousel .carousel-container,
      #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-container {
        max-width: 40%; } }
    #g3 .overlay .bevModelsCarousel .models-carousel .carousel-container .image .image-caption, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-container .image .image-caption,
    #gux3 .bevModelsCarousel .models-carousel .carousel-container .image .image-caption,
    #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-container .image .image-caption {
      text-align: center;
      -webkit-transition: opacity 400ms ease-in-out;
      transition: opacity 400ms ease-in-out;
      opacity: 1; }
      @media only screen and (max-width: 30em) {
        #g3 .overlay .bevModelsCarousel .models-carousel .carousel-container .image .image-caption, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-container .image .image-caption,
        #gux3 .bevModelsCarousel .models-carousel .carousel-container .image .image-caption,
        #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-container .image .image-caption {
          display: none;
          -webkit-transition: none;
          transition: none;
          opacity: 0; } }
      #g3 .overlay .bevModelsCarousel .models-carousel .carousel-container .image .image-caption h3, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-container .image .image-caption h3,
      #gux3 .bevModelsCarousel .models-carousel .carousel-container .image .image-caption h3,
      #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-container .image .image-caption h3 {
        font-size: 14px;
        line-height: 1.93;
        letter-spacing: 1px; }
    #g3 .overlay .bevModelsCarousel .models-carousel .carousel-container .image img, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-container .image img,
    #gux3 .bevModelsCarousel .models-carousel .carousel-container .image img,
    #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-container .image img {
      -webkit-transition: all .5s;
      transition: all .5s; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay .bevModelsCarousel .models-carousel .carousel-container .image img, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-container .image img,
        #gux3 .bevModelsCarousel .models-carousel .carousel-container .image img,
        #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-container .image img {
          -webkit-transform: scale(0.5);
                  transform: scale(0.5); } }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .bevModelsCarousel .models-carousel .carousel-container .slick-current .image img,
      #g3 .overlay .bevModelsCarousel .models-carousel .carousel-container .slick-cloned-active .image img, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-container .slick-current .image img,
      #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-container .slick-cloned-active .image img,
      #gux3 .bevModelsCarousel .models-carousel .carousel-container .slick-current .image img,
      #gux3 .bevModelsCarousel .models-carousel .carousel-container .slick-cloned-active .image img,
      #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-container .slick-current .image img,
      #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-container .slick-cloned-active .image img {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); } }
    #g3 .overlay .bevModelsCarousel .models-carousel .carousel-container .slick-current .image .image-caption,
    #g3 .overlay .bevModelsCarousel .models-carousel .carousel-container .slick-cloned-active .image .image-caption, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-container .slick-current .image .image-caption,
    #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-container .slick-cloned-active .image .image-caption,
    #gux3 .bevModelsCarousel .models-carousel .carousel-container .slick-current .image .image-caption,
    #gux3 .bevModelsCarousel .models-carousel .carousel-container .slick-cloned-active .image .image-caption,
    #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-container .slick-current .image .image-caption,
    #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-container .slick-cloned-active .image .image-caption {
      opacity: 0;
      visibility: hidden; }
    #g3 .overlay .bevModelsCarousel .models-carousel .carousel-container .slick-current .image .component-content > a,
    #g3 .overlay .bevModelsCarousel .models-carousel .carousel-container .slick-cloned-active .image .component-content > a, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-container .slick-current .image .component-content > a,
    #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-container .slick-cloned-active .image .component-content > a,
    #gux3 .bevModelsCarousel .models-carousel .carousel-container .slick-current .image .component-content > a,
    #gux3 .bevModelsCarousel .models-carousel .carousel-container .slick-cloned-active .image .component-content > a,
    #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-container .slick-current .image .component-content > a,
    #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-container .slick-cloned-active .image .component-content > a {
      display: block;
      outline-offset: 15px; }
  #g3 .overlay .bevModelsCarousel .models-carousel .content, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .content,
  #gux3 .bevModelsCarousel .models-carousel .content,
  #gux3 .bevModelsDynamicCarousel .models-carousel .content {
    border: 0; }
  #g3 .overlay .bevModelsCarousel .models-carousel .slick-list, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .slick-list,
  #gux3 .bevModelsCarousel .models-carousel .slick-list,
  #gux3 .bevModelsDynamicCarousel .models-carousel .slick-list {
    position: relative;
    overflow: visible; }
  #g3 .overlay .bevModelsCarousel .models-carousel .slick-dots, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .slick-dots,
  #gux3 .bevModelsCarousel .models-carousel .slick-dots,
  #gux3 .bevModelsDynamicCarousel .models-carousel .slick-dots {
    height: 2px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    margin: 0 auto; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .bevModelsCarousel .models-carousel .slick-dots, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .slick-dots,
      #gux3 .bevModelsCarousel .models-carousel .slick-dots,
      #gux3 .bevModelsDynamicCarousel .models-carousel .slick-dots {
        padding: 40px 0; } }
    #g3 .overlay .bevModelsCarousel .models-carousel .slick-dots li, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .slick-dots li,
    #gux3 .bevModelsCarousel .models-carousel .slick-dots li,
    #gux3 .bevModelsDynamicCarousel .models-carousel .slick-dots li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #g3 .overlay .bevModelsCarousel .models-carousel .slick-dots li button, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .slick-dots li button,
      #gux3 .bevModelsCarousel .models-carousel .slick-dots li button,
      #gux3 .bevModelsDynamicCarousel .models-carousel .slick-dots li button {
        border-radius: 25%;
        border: 0;
        background-color: #8f8f8f;
        margin: 0 5px;
        font-size: 0;
        width: 32px;
        height: 2px;
        padding: 0;
        outline-offset: 5px; }
      #g3 .overlay .bevModelsCarousel .models-carousel .slick-dots li.slick-active button, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .slick-dots li.slick-active button,
      #gux3 .bevModelsCarousel .models-carousel .slick-dots li.slick-active button,
      #gux3 .bevModelsDynamicCarousel .models-carousel .slick-dots li.slick-active button {
        background-color: #102b4e; }
  #g3 .overlay .bevModelsCarousel .models-carousel .carousel-arrows, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-arrows,
  #gux3 .bevModelsCarousel .models-carousel .carousel-arrows,
  #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-arrows {
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    bottom: 0;
    height: 32px;
    margin: auto;
    z-index: 3;
    width: 330px;
    left: 50%; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .bevModelsCarousel .models-carousel .carousel-arrows, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-arrows,
      #gux3 .bevModelsCarousel .models-carousel .carousel-arrows,
      #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-arrows {
        width: 380px; } }
    #g3 .overlay .bevModelsCarousel .models-carousel .carousel-arrows.hidden, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-arrows.hidden,
    #gux3 .bevModelsCarousel .models-carousel .carousel-arrows.hidden,
    #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-arrows.hidden {
      display: none; }
    #g3 .overlay .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn,
    #gux3 .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn,
    #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn {
      border: 0;
      background: none;
      border-radius: 3px;
      width: 32px;
      height: 32px;
      font-size: 0;
      padding: 0;
      outline-offset: 10px; }
      #g3 .overlay .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev, #g3 .overlay .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next,
      #gux3 .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev,
      #gux3 .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next,
      #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev,
      #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next {
        position: absolute;
        top: 0; }
        #g3 .overlay .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev:before, #g3 .overlay .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next:before, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev:before, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next:before,
        #gux3 .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev:before,
        #gux3 .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next:before,
        #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev:before,
        #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next:before {
          font-size: 42px;
          color: #102b4e;
          position: relative;
          top: -4px;
          left: -5px; }
      #g3 .overlay .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev,
      #gux3 .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev,
      #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev {
        left: 0; }
        #g3 .overlay .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev:before, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev:before,
        #gux3 .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev:before,
        #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-prev:before {
          font-family: 'icomoon-gux-3';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          content: "\E902"; }
      #g3 .overlay .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next,
      #gux3 .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next,
      #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next {
        right: 0; }
        #g3 .overlay .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next:before, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next:before,
        #gux3 .bevModelsCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next:before,
        #gux3 .bevModelsDynamicCarousel .models-carousel .carousel-arrows .carousel-btn.carousel-next:before {
          font-family: 'icomoon-gux-3';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          content: "\E903"; }
  #g3 .overlay .bevModelsCarousel .models-carousel .slide-container,
  #g3 .overlay .bevModelsCarousel .models-carousel .slide-container + .carousel-arrows, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .slide-container,
  #g3 .overlay .bevModelsDynamicCarousel .models-carousel .slide-container + .carousel-arrows,
  #gux3 .bevModelsCarousel .models-carousel .slide-container,
  #gux3 .bevModelsCarousel .models-carousel .slide-container + .carousel-arrows,
  #gux3 .bevModelsDynamicCarousel .models-carousel .slide-container,
  #gux3 .bevModelsDynamicCarousel .models-carousel .slide-container + .carousel-arrows {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease, bottom 0.4s ease;
    transition: opacity 1s ease, bottom 0.4s ease;
    max-height: 400px; }
    #g3 .overlay .bevModelsCarousel .models-carousel .slide-container.slick-initialized,
    #g3 .overlay .bevModelsCarousel .models-carousel .slide-container.slick-initialized + .carousel-arrows,
    #g3 .overlay .bevModelsCarousel .models-carousel .slide-container + .carousel-arrows.slick-initialized,
    #g3 .overlay .bevModelsCarousel .models-carousel .slide-container + .carousel-arrows.slick-initialized + .carousel-arrows, #g3 .overlay .bevModelsDynamicCarousel .models-carousel .slide-container.slick-initialized,
    #g3 .overlay .bevModelsDynamicCarousel .models-carousel .slide-container.slick-initialized + .carousel-arrows,
    #g3 .overlay .bevModelsDynamicCarousel .models-carousel .slide-container + .carousel-arrows.slick-initialized,
    #g3 .overlay .bevModelsDynamicCarousel .models-carousel .slide-container + .carousel-arrows.slick-initialized + .carousel-arrows,
    #gux3 .bevModelsCarousel .models-carousel .slide-container.slick-initialized,
    #gux3 .bevModelsCarousel .models-carousel .slide-container.slick-initialized + .carousel-arrows,
    #gux3 .bevModelsCarousel .models-carousel .slide-container + .carousel-arrows.slick-initialized,
    #gux3 .bevModelsCarousel .models-carousel .slide-container + .carousel-arrows.slick-initialized + .carousel-arrows,
    #gux3 .bevModelsDynamicCarousel .models-carousel .slide-container.slick-initialized,
    #gux3 .bevModelsDynamicCarousel .models-carousel .slide-container.slick-initialized + .carousel-arrows,
    #gux3 .bevModelsDynamicCarousel .models-carousel .slide-container + .carousel-arrows.slick-initialized,
    #gux3 .bevModelsDynamicCarousel .models-carousel .slide-container + .carousel-arrows.slick-initialized + .carousel-arrows {
      visibility: visible;
      opacity: 1;
      max-height: none; }

#g3 .overlay .bevModelsCarousel .content-container, #g3 .overlay .bevModelsDynamicCarousel .content-container,
#gux3 .bevModelsCarousel .content-container,
#gux3 .bevModelsDynamicCarousel .content-container {
  position: relative;
  max-width: 760px;
  margin: auto; }
  #g3 .overlay .bevModelsCarousel .content-container .image-caption,
  #g3 .overlay .bevModelsCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta), #g3 .overlay .bevModelsDynamicCarousel .content-container .image-caption,
  #g3 .overlay .bevModelsDynamicCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta),
  #gux3 .bevModelsCarousel .content-container .image-caption,
  #gux3 .bevModelsCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta),
  #gux3 .bevModelsDynamicCarousel .content-container .image-caption,
  #gux3 .bevModelsDynamicCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta) {
    text-align: center; }
  #g3 .overlay .bevModelsCarousel .content-container .content, #g3 .overlay .bevModelsDynamicCarousel .content-container .content,
  #gux3 .bevModelsCarousel .content-container .content,
  #gux3 .bevModelsDynamicCarousel .content-container .content {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    height: 0;
    overflow: hidden;
    padding: 0 25px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .bevModelsCarousel .content-container .content, #g3 .overlay .bevModelsDynamicCarousel .content-container .content,
      #gux3 .bevModelsCarousel .content-container .content,
      #gux3 .bevModelsDynamicCarousel .content-container .content {
        padding: 0 40px; } }
    #g3 .overlay .bevModelsCarousel .content-container .content.is-active, #g3 .overlay .bevModelsDynamicCarousel .content-container .content.is-active,
    #gux3 .bevModelsCarousel .content-container .content.is-active,
    #gux3 .bevModelsDynamicCarousel .content-container .content.is-active {
      opacity: 1;
      height: auto; }
  #g3 .overlay .bevModelsCarousel .content-container .model-price, #g3 .overlay .bevModelsDynamicCarousel .content-container .model-price,
  #gux3 .bevModelsCarousel .content-container .model-price,
  #gux3 .bevModelsDynamicCarousel .content-container .model-price {
    font-size: 13px;
    text-align: center;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    line-height: 1.93;
    letter-spacing: 1px;
    color: #4d4d4d;
    position: relative;
    width: 260px;
    margin: 0 auto 30px;
    z-index: 4;
    padding-top: 3px;
    min-height: 36px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .bevModelsCarousel .content-container .model-price, #g3 .overlay .bevModelsDynamicCarousel .content-container .model-price,
      #gux3 .bevModelsCarousel .content-container .model-price,
      #gux3 .bevModelsDynamicCarousel .content-container .model-price {
        font-size: 14px;
        line-height: 2;
        padding-top: 0; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .bevModelsCarousel .content-container .model-price, #g3 .overlay .bevModelsDynamicCarousel .content-container .model-price,
      #gux3 .bevModelsCarousel .content-container .model-price,
      #gux3 .bevModelsDynamicCarousel .content-container .model-price {
        width: 330px; } }
    #g3 .overlay .bevModelsCarousel .content-container .model-price.model-price-empty *, #g3 .overlay .bevModelsDynamicCarousel .content-container .model-price.model-price-empty *,
    #gux3 .bevModelsCarousel .content-container .model-price.model-price-empty *,
    #gux3 .bevModelsDynamicCarousel .content-container .model-price.model-price-empty * {
      display: none !important; }
    #g3 .overlay .bevModelsCarousel .content-container .model-price .acc-disclosure,
    #g3 .overlay .bevModelsCarousel .content-container .model-price sup, #g3 .overlay .bevModelsDynamicCarousel .content-container .model-price .acc-disclosure,
    #g3 .overlay .bevModelsDynamicCarousel .content-container .model-price sup,
    #gux3 .bevModelsCarousel .content-container .model-price .acc-disclosure,
    #gux3 .bevModelsCarousel .content-container .model-price sup,
    #gux3 .bevModelsDynamicCarousel .content-container .model-price .acc-disclosure,
    #gux3 .bevModelsDynamicCarousel .content-container .model-price sup {
      font-size: .75em; }
  #g3 .overlay .bevModelsCarousel .content-container .model-price-wrapper, #g3 .overlay .bevModelsDynamicCarousel .content-container .model-price-wrapper,
  #gux3 .bevModelsCarousel .content-container .model-price-wrapper,
  #gux3 .bevModelsDynamicCarousel .content-container .model-price-wrapper {
    display: inline-block; }
  #g3 .overlay .bevModelsCarousel .content-container .model-label, #g3 .overlay .bevModelsDynamicCarousel .content-container .model-label,
  #gux3 .bevModelsCarousel .content-container .model-label,
  #gux3 .bevModelsDynamicCarousel .content-container .model-label {
    margin-right: 9px; }
  #g3 .overlay .bevModelsCarousel .content-container .model-amount,
  #g3 .overlay .bevModelsCarousel .content-container .model-prefix,
  #g3 .overlay .bevModelsCarousel .content-container .model-suffix, #g3 .overlay .bevModelsDynamicCarousel .content-container .model-amount,
  #g3 .overlay .bevModelsDynamicCarousel .content-container .model-prefix,
  #g3 .overlay .bevModelsDynamicCarousel .content-container .model-suffix,
  #gux3 .bevModelsCarousel .content-container .model-amount,
  #gux3 .bevModelsCarousel .content-container .model-prefix,
  #gux3 .bevModelsCarousel .content-container .model-suffix,
  #gux3 .bevModelsDynamicCarousel .content-container .model-amount,
  #gux3 .bevModelsDynamicCarousel .content-container .model-prefix,
  #gux3 .bevModelsDynamicCarousel .content-container .model-suffix {
    font-size: 16px;
    font-family: "AntennaCondBold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 3px; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .bevModelsCarousel .content-container .model-amount,
      #g3 .overlay .bevModelsCarousel .content-container .model-prefix,
      #g3 .overlay .bevModelsCarousel .content-container .model-suffix, #g3 .overlay .bevModelsDynamicCarousel .content-container .model-amount,
      #g3 .overlay .bevModelsDynamicCarousel .content-container .model-prefix,
      #g3 .overlay .bevModelsDynamicCarousel .content-container .model-suffix,
      #gux3 .bevModelsCarousel .content-container .model-amount,
      #gux3 .bevModelsCarousel .content-container .model-prefix,
      #gux3 .bevModelsCarousel .content-container .model-suffix,
      #gux3 .bevModelsDynamicCarousel .content-container .model-amount,
      #gux3 .bevModelsDynamicCarousel .content-container .model-prefix,
      #gux3 .bevModelsDynamicCarousel .content-container .model-suffix {
        font-size: 24px;
        letter-spacing: 1.92px; } }
  #g3 .overlay .bevModelsCarousel .content-container .image .image-caption h3, #g3 .overlay .bevModelsDynamicCarousel .content-container .image .image-caption h3,
  #gux3 .bevModelsCarousel .content-container .image .image-caption h3,
  #gux3 .bevModelsDynamicCarousel .content-container .image .image-caption h3 {
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 4px;
    margin: 10px 0; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .bevModelsCarousel .content-container .image .image-caption h3, #g3 .overlay .bevModelsDynamicCarousel .content-container .image .image-caption h3,
      #gux3 .bevModelsCarousel .content-container .image .image-caption h3,
      #gux3 .bevModelsDynamicCarousel .content-container .image .image-caption h3 {
        font-size: 30px;
        letter-spacing: 4px;
        line-height: 1.33; } }
  #g3 .overlay .bevModelsCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta), #g3 .overlay .bevModelsDynamicCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta),
  #gux3 .bevModelsCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta),
  #gux3 .bevModelsDynamicCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta) {
    padding-bottom: 20px; }
    #g3 .overlay .bevModelsCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta) p, #g3 .overlay .bevModelsDynamicCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta) p,
    #gux3 .bevModelsCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta) p,
    #gux3 .bevModelsDynamicCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta) p {
      margin-bottom: 20px; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay .bevModelsCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta) p, #g3 .overlay .bevModelsDynamicCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta) p,
        #gux3 .bevModelsCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta) p,
        #gux3 .bevModelsDynamicCarousel .content-container .richtext:not(.richtext-vehicle-attributes):not(.richtext-vehicle-attributes-no-cta) p {
          margin-bottom: 40px; } }
  #g3 .overlay .bevModelsCarousel .content-container .cta-secondary-gux-3, #g3 .overlay .bevModelsDynamicCarousel .content-container .cta-secondary-gux-3,
  #gux3 .bevModelsCarousel .content-container .cta-secondary-gux-3,
  #gux3 .bevModelsDynamicCarousel .content-container .cta-secondary-gux-3 {
    font-size: 11px;
    line-height: 2.36;
    letter-spacing: 1.83px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .bevModelsCarousel .content-container .cta-secondary-gux-3, #g3 .overlay .bevModelsDynamicCarousel .content-container .cta-secondary-gux-3,
      #gux3 .bevModelsCarousel .content-container .cta-secondary-gux-3,
      #gux3 .bevModelsDynamicCarousel .content-container .cta-secondary-gux-3 {
        font-size: 14px;
        line-height: 1.86;
        letter-spacing: 2.62px; } }
  #g3 .overlay .bevModelsCarousel .content-container .richtext-vehicle-attributes,
  #g3 .overlay .bevModelsCarousel .content-container .richtext-vehicle-attributes-no-cta, #g3 .overlay .bevModelsDynamicCarousel .content-container .richtext-vehicle-attributes,
  #g3 .overlay .bevModelsDynamicCarousel .content-container .richtext-vehicle-attributes-no-cta,
  #gux3 .bevModelsCarousel .content-container .richtext-vehicle-attributes,
  #gux3 .bevModelsCarousel .content-container .richtext-vehicle-attributes-no-cta,
  #gux3 .bevModelsDynamicCarousel .content-container .richtext-vehicle-attributes,
  #gux3 .bevModelsDynamicCarousel .content-container .richtext-vehicle-attributes-no-cta {
    padding: 0; }
  #g3 .overlay .bevModelsCarousel .content-container .richtext-vehicle-attributes-no-cta ul, #g3 .overlay .bevModelsDynamicCarousel .content-container .richtext-vehicle-attributes-no-cta ul,
  #gux3 .bevModelsCarousel .content-container .richtext-vehicle-attributes-no-cta ul,
  #gux3 .bevModelsDynamicCarousel .content-container .richtext-vehicle-attributes-no-cta ul {
    margin-bottom: 60px; }

#g3 .overlay .bevModelsCarousel .initialized-modelsDynamicCarousel .carousel-container .box-vehicle-attributes-wrapper,
#g3 .overlay .bevModelsCarousel .initialized-modelsCarousel .carousel-container .box-vehicle-attributes-wrapper, #g3 .overlay .bevModelsDynamicCarousel .initialized-modelsDynamicCarousel .carousel-container .box-vehicle-attributes-wrapper,
#g3 .overlay .bevModelsDynamicCarousel .initialized-modelsCarousel .carousel-container .box-vehicle-attributes-wrapper,
#gux3 .bevModelsCarousel .initialized-modelsDynamicCarousel .carousel-container .box-vehicle-attributes-wrapper,
#gux3 .bevModelsCarousel .initialized-modelsCarousel .carousel-container .box-vehicle-attributes-wrapper,
#gux3 .bevModelsDynamicCarousel .initialized-modelsDynamicCarousel .carousel-container .box-vehicle-attributes-wrapper,
#gux3 .bevModelsDynamicCarousel .initialized-modelsCarousel .carousel-container .box-vehicle-attributes-wrapper {
  display: none; }

#g3 .overlay .bevImageGallery img,
#gux3 .bevImageGallery img {
  width: 100%;
  height: auto; }

#g3 .overlay .bevImageGallery .carousel-container,
#gux3 .bevImageGallery .carousel-container {
  position: relative; }

#g3 .overlay .bevImageGallery .content,
#gux3 .bevImageGallery .content {
  border: 0; }

#g3 .overlay .bevImageGallery.images-are-loaded .carousel-slide,
#gux3 .bevImageGallery.images-are-loaded .carousel-slide {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1; }

#g3 .overlay .bevImageGallery .carousel-slide,
#gux3 .bevImageGallery .carousel-slide {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  #g3 .overlay .bevImageGallery .carousel-slide a,
  #gux3 .bevImageGallery .carousel-slide a {
    display: block; }
    #g3 .overlay .bevImageGallery .carousel-slide a:focus,
    #gux3 .bevImageGallery .carousel-slide a:focus {
      outline: 3px solid #102b4e;
      outline-offset: -3px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #g3 .overlay .bevImageGallery .carousel-slide a:focus,
        #gux3 .bevImageGallery .carousel-slide a:focus {
          border: 3px solid #102b4e; } }

#g3 .overlay .bevImageGallery .carousel-btn,
#gux3 .bevImageGallery .carousel-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #102b4e;
  padding: 0;
  font-size: 0;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
  outline-offset: 5px;
  vertical-align: top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  #g3 .overlay .bevImageGallery .carousel-btn:after,
  #gux3 .bevImageGallery .carousel-btn:after {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E902";
    font-size: 30px;
    color: #fff;
    margin-left: -4px; }
  #g3 .overlay .bevImageGallery .carousel-btn:hover,
  #gux3 .bevImageGallery .carousel-btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  #g3 .overlay .bevImageGallery .carousel-btn.carousel-next:after,
  #gux3 .bevImageGallery .carousel-btn.carousel-next:after {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E903";
    margin-left: 4px; }

#g3 .overlay .bevImageGallery .carousel-arrows,
#gux3 .bevImageGallery .carousel-arrows {
  text-align: center;
  margin: 25px auto 0; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .bevImageGallery .carousel-arrows,
    #gux3 .bevImageGallery .carousel-arrows {
      margin-top: 35px; } }

#g3 .overlay .bevImageGallery .slide-position,
#gux3 .bevImageGallery .slide-position {
  font-size: 12px;
  font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 111px;
  color: #4d4d4d; }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .bevImageGallery .slide-position,
    #gux3 .bevImageGallery .slide-position {
      font-size: 16px;
      letter-spacing: 1.14px; } }

#g3 .overlay .bevImageGallery .slide-counter,
#gux3 .bevImageGallery .slide-counter {
  display: none; }

#g3 .overlay .bevImageGallery .image-caption,
#gux3 .bevImageGallery .image-caption {
  overflow: hidden;
  padding-top: 60px;
  display: none; }

#g3 .overlay .bevImageGallery .caption-container,
#gux3 .bevImageGallery .caption-container {
  position: relative;
  width: 100%;
  margin-top: 25px; }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .bevImageGallery .caption-container,
    #gux3 .bevImageGallery .caption-container {
      margin-top: 35px; } }

#g3 .overlay .bevImageGallery .caption,
#gux3 .bevImageGallery .caption {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  width: 100%;
  padding: 0 25px 40px; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .bevImageGallery .caption,
    #gux3 .bevImageGallery .caption {
      padding: 0 60px 40px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .bevImageGallery .caption,
    #gux3 .bevImageGallery .caption {
      padding: 0 95px 40px; } }
  #g3 .overlay .bevImageGallery .caption.active,
  #gux3 .bevImageGallery .caption.active {
    opacity: 1;
    pointer-events: auto; }
  #g3 .overlay .bevImageGallery .caption p,
  #gux3 .bevImageGallery .caption p {
    margin-bottom: 10px; }

#g3 .overlay .tableWithImages,
#gux3 .tableWithImages {
  padding: 0 25px; }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .tableWithImages,
    #gux3 .tableWithImages {
      padding: 0 60px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .tableWithImages,
    #gux3 .tableWithImages {
      padding: 0 95px; } }
  #g3 .overlay .tableWithImages .table-image img,
  #gux3 .tableWithImages .table-image img {
    padding: 0 10px;
    max-width: 100px;
    width: auto; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .tableWithImages .table-image img,
      #gux3 .tableWithImages .table-image img {
        max-width: 130px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .tableWithImages .table-image img,
      #gux3 .tableWithImages .table-image img {
        max-width: 220px; } }
  #g3 .overlay .tableWithImages .table-image .image-caption,
  #gux3 .tableWithImages .table-image .image-caption {
    margin-top: 28px; }
  #g3 .overlay .tableWithImages .table-image p,
  #gux3 .tableWithImages .table-image p {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 0;
    letter-spacing: 1.1px;
    line-height: 1; }
    #g3 .overlay .tableWithImages .table-image p:last-child,
    #gux3 .tableWithImages .table-image p:last-child {
      margin-bottom: 0; }
  #g3 .overlay .tableWithImages .table-image .text-highlighted,
  #gux3 .tableWithImages .table-image .text-highlighted {
    color: #d0021b; }
  #g3 .overlay .tableWithImages .icon-tick,
  #gux3 .tableWithImages .icon-tick {
    color: transparent;
    font-size: 0;
    position: relative; }
    #g3 .overlay .tableWithImages .icon-tick:after,
    #gux3 .tableWithImages .icon-tick:after {
      font-size: 34px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .tableWithImages .icon-tick:after,
        #gux3 .tableWithImages .icon-tick:after {
          font-size: 38px; } }
    #g3 .overlay .tableWithImages .icon-tick sup,
    #gux3 .tableWithImages .icon-tick sup {
      font-size: 12px;
      color: #4d4d4d;
      font-family: "FordAntennaCond-Regular", Arial, Helvetica, sans-serif;
      z-index: 10;
      margin-left: 35px; }
    #g3 .overlay .tableWithImages .icon-tick .acc-tooltip,
    #g3 .overlay .tableWithImages .icon-tick .gux-tooltip,
    #gux3 .tableWithImages .icon-tick .acc-tooltip,
    #gux3 .tableWithImages .icon-tick .gux-tooltip {
      margin-left: 35px; }
    #g3 .overlay .tableWithImages .icon-tick + sup,
    #gux3 .tableWithImages .icon-tick + sup {
      margin-left: 15px; }
  #g3 .overlay .tableWithImages .table-with-images,
  #gux3 .tableWithImages .table-with-images {
    overflow-x: auto;
    padding-bottom: 30px;
    -webkit-overflow-scrolling: touch; }
    #g3 .overlay .tableWithImages .table-with-images:focus,
    #gux3 .tableWithImages .table-with-images:focus {
      outline: 3px solid #102b4e; }
  #g3 .overlay .tableWithImages .is-fixed-column td:first-child,
  #g3 .overlay .tableWithImages .is-fixed-column th:first-child,
  #gux3 .tableWithImages .is-fixed-column td:first-child,
  #gux3 .tableWithImages .is-fixed-column th:first-child {
    position: sticky;
    position: -webkit-sticky;
    height: 100% !important;
    left: 0;
    z-index: 10; }
  #g3 .overlay .tableWithImages .is-fixed-column td,
  #gux3 .tableWithImages .is-fixed-column td {
    min-width: 120px; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .tableWithImages .is-fixed-column td,
      #gux3 .tableWithImages .is-fixed-column td {
        min-width: 150px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .tableWithImages .is-fixed-column td,
      #gux3 .tableWithImages .is-fixed-column td {
        min-width: 240px; } }
    #g3 .overlay .tableWithImages .is-fixed-column td:first-child,
    #gux3 .tableWithImages .is-fixed-column td:first-child {
      border: 0; }
      #g3 .overlay .tableWithImages .is-fixed-column td:first-child:after,
      #gux3 .tableWithImages .is-fixed-column td:first-child:after {
        content: '';
        display: block;
        height: 100%;
        width: 1px;
        right: 0;
        top: 0;
        position: absolute;
        background-color: #d8d8d8; }
  #g3 .overlay .tableWithImages table,
  #g3 .overlay .tableWithImages td,
  #g3 .overlay .tableWithImages th,
  #gux3 .tableWithImages table,
  #gux3 .tableWithImages td,
  #gux3 .tableWithImages th {
    border: 0;
    color: #4d4d4d; }
  #g3 .overlay .tableWithImages tr:nth-child(odd) td,
  #gux3 .tableWithImages tr:nth-child(odd) td {
    background-color: #f7f7f7; }
  #g3 .overlay .tableWithImages tr:nth-child(even) td,
  #gux3 .tableWithImages tr:nth-child(even) td {
    background-color: #fff; }
  #g3 .overlay .tableWithImages tr:first-child td,
  #gux3 .tableWithImages tr:first-child td {
    background-color: #fff;
    border: 0;
    padding: 0;
    vertical-align: top; }
    #g3 .overlay .tableWithImages tr:first-child td:after,
    #gux3 .tableWithImages tr:first-child td:after {
      content: none !important;
      display: none; }
  #g3 .overlay .tableWithImages tr:nth-child(1n + 3) th,
  #gux3 .tableWithImages tr:nth-child(1n + 3) th {
    height: 73px; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .tableWithImages tr:nth-child(1n + 3) th,
      #gux3 .tableWithImages tr:nth-child(1n + 3) th {
        height: 98px; } }
  #g3 .overlay .tableWithImages tr th,
  #gux3 .tableWithImages tr th {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    padding: 17px 10px;
    background-color: #fff;
    letter-spacing: 3px;
    color: #102b4e;
    vertical-align: bottom;
    height: 58px;
    line-height: 1; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .tableWithImages tr th,
      #gux3 .tableWithImages tr th {
        font-size: 16px;
        height: 80px;
        padding-bottom: 30px; } }
    #g3 .overlay .tableWithImages tr th:first-child,
    #gux3 .tableWithImages tr th:first-child {
      font-weight: 300;
      text-align: left;
      letter-spacing: 2.57px;
      color: #4d4d4d;
      padding-left: 0;
      padding-right: 0; }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .tableWithImages tr th:first-child,
        #gux3 .tableWithImages tr th:first-child {
          font-size: 24px; } }
  #g3 .overlay .tableWithImages tr td,
  #gux3 .tableWithImages tr td {
    font-size: 12px;
    padding: 10px 20px;
    font-weight: 300;
    text-align: center;
    border-right: 1px solid #d8d8d8;
    letter-spacing: 1px; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .tableWithImages tr td,
      #gux3 .tableWithImages tr td {
        font-size: 14px;
        padding: 17px 30px; } }
    #g3 .overlay .tableWithImages tr td:first-child,
    #gux3 .tableWithImages tr td:first-child {
      font-weight: 400;
      text-align: left; }
    #g3 .overlay .tableWithImages tr td:last-child,
    #gux3 .tableWithImages tr td:last-child {
      border: 0; }

#g3 .overlay .accordion-model-display .tableWithImages,
#gux3 .accordion-model-display .tableWithImages {
  padding: 0; }

#g3 .overlay .accordion-model-display .accordion-title,
#gux3 .accordion-model-display .accordion-title {
  text-align: center;
  border: none;
  padding: 28px 20px;
  background: none; }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .accordion-model-display .accordion-title,
    #gux3 .accordion-model-display .accordion-title {
      padding: 27px 20px; } }
  #g3 .overlay .accordion-model-display .accordion-title h3,
  #gux3 .accordion-model-display .accordion-title h3 {
    font-size: 12px;
    font-family: "FordAntennaCond-Regular", Arial, Helvetica, sans-serif;
    color: #102b4e;
    float: none;
    display: inline-block;
    line-height: 1.67; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .accordion-model-display .accordion-title h3,
      #gux3 .accordion-model-display .accordion-title h3 {
        font-size: 18px;
        line-height: 1.44;
        letter-spacing: 3px; } }
  #g3 .overlay .accordion-model-display .accordion-title .accordion-handle,
  #gux3 .accordion-model-display .accordion-title .accordion-handle {
    float: none;
    display: inline-block; }
    #g3 .overlay .accordion-model-display .accordion-title .accordion-handle .accordion-indicator,
    #gux3 .accordion-model-display .accordion-title .accordion-handle .accordion-indicator {
      float: none;
      top: 5px;
      position: relative;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      color: #102b4e; }
      #g3 .overlay .accordion-model-display .accordion-title .accordion-handle .accordion-indicator:after,
      #gux3 .accordion-model-display .accordion-title .accordion-handle .accordion-indicator:after {
        font-family: 'icomoon-gux-3';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "\E904";
        font-size: 18px;
        border: 0;
        display: block;
        width: auto;
        height: auto; }
        @media only screen and (min-width: 48em) {
          #g3 .overlay .accordion-model-display .accordion-title .accordion-handle .accordion-indicator:after,
          #gux3 .accordion-model-display .accordion-title .accordion-handle .accordion-indicator:after {
            font-size: 25px; } }
  #g3 .overlay .accordion-model-display .accordion-title.active,
  #gux3 .accordion-model-display .accordion-title.active {
    background: #102b4e; }
    #g3 .overlay .accordion-model-display .accordion-title.active a:focus,
    #gux3 .accordion-model-display .accordion-title.active a:focus {
      outline: 3px solid; }
    #g3 .overlay .accordion-model-display .accordion-title.active h3,
    #g3 .overlay .accordion-model-display .accordion-title.active .accordion-indicator,
    #gux3 .accordion-model-display .accordion-title.active h3,
    #gux3 .accordion-model-display .accordion-title.active .accordion-indicator {
      color: #fff; }
    #g3 .overlay .accordion-model-display .accordion-title.active .accordion-indicator,
    #gux3 .accordion-model-display .accordion-title.active .accordion-indicator {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }

#g3 .overlay .accordion-model-display .accordion-body .accordion-content,
#gux3 .accordion-model-display .accordion-body .accordion-content {
  padding: 57px 0 85px 25px; }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .accordion-model-display .accordion-body .accordion-content,
    #gux3 .accordion-model-display .accordion-body .accordion-content {
      padding: 55px 0 85px 50px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .accordion-model-display .accordion-body .accordion-content,
    #gux3 .accordion-model-display .accordion-body .accordion-content {
      padding: 80px 95px; } }

#g3 .overlay .colouriser,
#gux3 .colouriser {
  background: #f7f7f7;
  overflow: hidden; }
  #g3 .overlay .colouriser .is-loading .loading-icon,
  #gux3 .colouriser .is-loading .loading-icon {
    opacity: 1 !important;
    display: block !important;
    top: calc(50% - 120px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media only screen and (max-width: 30em) {
      #g3 .overlay .colouriser .is-loading .loading-icon,
      #gux3 .colouriser .is-loading .loading-icon {
        top: calc(50% - 90px); } }
    #g3 .overlay .colouriser .is-loading .loading-icon .loading-caption,
    #gux3 .colouriser .is-loading .loading-icon .loading-caption {
      display: none; }
  #g3 .overlay .colouriser .exterior,
  #gux3 .colouriser .exterior {
    position: relative; }
  #g3 .overlay .colouriser .title,
  #gux3 .colouriser .title {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 5;
    background: #fff; }
    #g3 .overlay .colouriser .title h2,
    #gux3 .colouriser .title h2 {
      font-size: 35px;
      font-family: "AntennaCondExtraLight", Arial, Helvetica, sans-serif;
      font-weight: 200;
      line-height: 1.286;
      letter-spacing: 3.5px;
      text-indent: 0;
      height: auto;
      margin: 28px 0 28px; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay .colouriser .title h2,
        #gux3 .colouriser .title h2 {
          font-size: 40px;
          line-height: 1.375;
          letter-spacing: 3px; } }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .colouriser .title h2,
        #gux3 .colouriser .title h2 {
          font-size: 50px;
          line-height: 1.4;
          letter-spacing: 2px; } }
  #g3 .overlay .colouriser .colouriser-inner,
  #gux3 .colouriser .colouriser-inner {
    position: relative; }
  #g3 .overlay .colouriser .slick-list,
  #gux3 .colouriser .slick-list {
    padding-right: 45px;
    overflow: visible;
    position: relative; }
    #g3 .overlay .colouriser .slick-list::after, #g3 .overlay .colouriser .slick-list::before,
    #gux3 .colouriser .slick-list::after,
    #gux3 .colouriser .slick-list::before {
      content: '';
      left: -200px;
      height: 100%;
      position: absolute;
      background: -webkit-gradient(linear, left top, right top, color-stop(75%, #f7f7f7), to(rgba(247, 247, 247, 0)));
      background: linear-gradient(to right, #f7f7f7 75%, rgba(247, 247, 247, 0));
      width: 200px;
      z-index: 200;
      top: 0; }
    #g3 .overlay .colouriser .slick-list::after,
    #gux3 .colouriser .slick-list::after {
      left: auto;
      right: -200px;
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .colouriser .slick-list,
      #gux3 .colouriser .slick-list {
        padding-right: 80px; } }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .colouriser .slick-list,
      #gux3 .colouriser .slick-list {
        padding-right: 0; } }
    #g3 .overlay .colouriser .slick-list .slick-slide,
    #gux3 .colouriser .slick-list .slick-slide {
      margin: 3px 3px 58px; }
  #g3 .overlay .colouriser .slick-track::before,
  #gux3 .colouriser .slick-track::before {
    position: absolute;
    left: -50px;
    bottom: 0;
    height: 10px;
    width: calc(100% + 50px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #f7f7f7), to(rgba(247, 247, 247, 0)));
    background: linear-gradient(to top, #f7f7f7 30%, rgba(247, 247, 247, 0));
    z-index: 60; }
  #g3 .overlay .colouriser .slick-arrow,
  #gux3 .colouriser .slick-arrow {
    background: none;
    border: 0;
    color: #102b4e;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    padding: 0;
    text-indent: -9999px;
    z-index: 50; }
    #g3 .overlay .colouriser .slick-arrow:after,
    #gux3 .colouriser .slick-arrow:after {
      font-size: 40px;
      position: absolute;
      text-indent: initial; }
    #g3 .overlay .colouriser .slick-arrow:focus,
    #gux3 .colouriser .slick-arrow:focus {
      outline: none; }
      #g3 .overlay .colouriser .slick-arrow:focus::after,
      #gux3 .colouriser .slick-arrow:focus::after {
        outline: 3px solid;
        outline-color: inherit; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .colouriser .slick-arrow.slick-prev,
      #gux3 .colouriser .slick-arrow.slick-prev {
        left: -40px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .colouriser .slick-arrow.slick-prev,
      #gux3 .colouriser .slick-arrow.slick-prev {
        left: -100px; } }
    #g3 .overlay .colouriser .slick-arrow.slick-prev:after,
    #gux3 .colouriser .slick-arrow.slick-prev:after {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E902";
      left: 0; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .colouriser .slick-arrow.slick-next,
      #gux3 .colouriser .slick-arrow.slick-next {
        right: -40px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .colouriser .slick-arrow.slick-next,
      #gux3 .colouriser .slick-arrow.slick-next {
        right: -100px; } }
    #g3 .overlay .colouriser .slick-arrow.slick-next:after,
    #gux3 .colouriser .slick-arrow.slick-next:after {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E903";
      right: 0; }
    #g3 .overlay .colouriser .slick-arrow.slick-disabled,
    #gux3 .colouriser .slick-arrow.slick-disabled {
      visibility: hidden; }
  #g3 .overlay .colouriser .colour-buttons,
  #gux3 .colouriser .colour-buttons {
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0 0 20px;
    position: relative;
    z-index: 5;
    background: #f7f7f7;
    min-height: 90px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .colouriser .colour-buttons,
      #gux3 .colouriser .colour-buttons {
        padding: 56px 33px 0 33px; } }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .colouriser .colour-buttons,
      #gux3 .colouriser .colour-buttons {
        padding: 56px 60px 0 60px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .colouriser .colour-buttons,
      #gux3 .colouriser .colour-buttons {
        padding: 60px 190px 0; } }
    #g3 .overlay .colouriser .colour-buttons img,
    #gux3 .colouriser .colour-buttons img {
      -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) , inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) , inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      display: inline-block;
      position: relative;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      -webkit-transition: -webkit-transform .25s, -webkit-box-shadow .25s;
      transition: -webkit-transform .25s, -webkit-box-shadow .25s;
      transition: transform .25s, box-shadow .25s;
      transition: transform .25s, box-shadow .25s, -webkit-transform .25s, -webkit-box-shadow .25s; }
      #g3 .overlay .colouriser .colour-buttons img:hover,
      #gux3 .colouriser .colour-buttons img:hover {
        -webkit-box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) , inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) , inset 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
      #g3 .overlay .colouriser .colour-buttons img:active,
      #gux3 .colouriser .colour-buttons img:active {
        -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) , inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) , inset 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay .colouriser .colour-buttons img,
        #gux3 .colouriser .colour-buttons img {
          width: 60px;
          height: 60px; } }
      #g3 .overlay .colouriser .colour-buttons img.selected,
      #gux3 .colouriser .colour-buttons img.selected {
        -webkit-box-shadow: 0 0 0 4px #f7f7f7, 0 0 0 5px #000;
                box-shadow: 0 0 0 4px #f7f7f7, 0 0 0 5px #000; }
        @media only screen and (min-width: 48em) {
          #g3 .overlay .colouriser .colour-buttons img.selected,
          #gux3 .colouriser .colour-buttons img.selected {
            -webkit-transform: scale(1.184);
                    transform: scale(1.184); } }
  #g3 .overlay .colouriser .colour-button,
  #gux3 .colouriser .colour-button {
    background: none;
    border: 0;
    padding: 12px 0 0;
    float: left;
    text-align: center; }
    #g3 .overlay .colouriser .colour-button img:not(.selected),
    #gux3 .colouriser .colour-button img:not(.selected) {
      -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) , inset 0 1px 2px 0 rgba(0, 0, 0, 0.91);
              box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) , inset 0 1px 2px 0 rgba(0, 0, 0, 0.91); }
    #g3 .overlay .colouriser .colour-button:hover img:not(.selected),
    #gux3 .colouriser .colour-button:hover img:not(.selected) {
      -webkit-box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) , inset 0 1px 2px 0 rgba(0, 0, 0, 0.91);
              box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) , inset 0 1px 2px 0 rgba(0, 0, 0, 0.91); }
    #g3 .overlay .colouriser .colour-button:active img:not(.selected),
    #gux3 .colouriser .colour-button:active img:not(.selected) {
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) , inset 0 1px 2px 0 rgba(0, 0, 0, 0.91);
              box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) , inset 0 1px 2px 0 rgba(0, 0, 0, 0.91); }
    #g3 .overlay .colouriser .colour-button:hover img:not(.selected),
    #gux3 .colouriser .colour-button:hover img:not(.selected) {
      -webkit-transform: scale3d(1.0666, 1.0666, 1);
              transform: scale3d(1.0666, 1.0666, 1); }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .colouriser .colour-button,
      #gux3 .colouriser .colour-button {
        padding-top: 14px; } }
  #g3 .overlay .colouriser .colour-button-label,
  #gux3 .colouriser .colour-button-label {
    font-size: 9px;
    display: block;
    font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
    color: #102b4e;
    line-height: 15px;
    letter-spacing: 1.69px;
    font-weight: 500;
    max-width: 70px;
    margin: 4px auto 0;
    text-transform: uppercase;
    position: relative;
    z-index: 20; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .colouriser .colour-button-label,
      #gux3 .colouriser .colour-button-label {
        font-size: 11px;
        line-height: 20px;
        letter-spacing: 2.06px; } }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .colouriser .colour-button-label,
      #gux3 .colouriser .colour-button-label {
        margin: 18px auto 0;
        padding: 0 10px;
        max-width: 170px; } }
  #g3 .overlay .colouriser .colour-buttons-inner:not(.slick-initialized),
  #gux3 .colouriser .colour-buttons-inner:not(.slick-initialized) {
    text-align: left; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .colouriser .colour-buttons-inner:not(.slick-initialized),
      #gux3 .colouriser .colour-buttons-inner:not(.slick-initialized) {
        text-align: center; } }
    #g3 .overlay .colouriser .colour-buttons-inner:not(.slick-initialized) .colour-button,
    #gux3 .colouriser .colour-buttons-inner:not(.slick-initialized) .colour-button {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin: 0 9px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .colouriser .colour-buttons-inner:not(.slick-initialized) p,
      #gux3 .colouriser .colour-buttons-inner:not(.slick-initialized) p {
        max-width: 100px; } }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .colouriser .colour-buttons-inner:not(.slick-initialized) p,
      #gux3 .colouriser .colour-buttons-inner:not(.slick-initialized) p {
        max-width: 160px; } }
  #g3 .overlay .colouriser .player-buttons,
  #gux3 .colouriser .player-buttons {
    display: none;
    background: #fff;
    border: 1px solid #6e6e6e;
    border-radius: 3px;
    line-height: 40px;
    position: absolute;
    left: 50%;
    top: 230px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 7;
    width: 240px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .colouriser .player-buttons,
      #gux3 .colouriser .player-buttons {
        top: 327px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .colouriser .player-buttons,
      #gux3 .colouriser .player-buttons {
        top: 559px; } }
    #g3 .overlay .colouriser .player-buttons:before,
    #gux3 .colouriser .player-buttons:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 100%;
      background: #6e6e6e; }
    #g3 .overlay .colouriser .player-buttons button,
    #gux3 .colouriser .player-buttons button {
      font-size: 13px;
      font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
      letter-spacing: 2px;
      line-height: 40px;
      border: 0;
      background: none;
      padding: 0;
      width: 50%;
      float: left;
      color: #4d4d4d; }
      #g3 .overlay .colouriser .player-buttons button.selected,
      #gux3 .colouriser .player-buttons button.selected {
        color: #102b4e; }
  #g3 .overlay .colouriser .interior-player,
  #g3 .overlay .colouriser .exterior-player,
  #gux3 .colouriser .interior-player,
  #gux3 .colouriser .exterior-player {
    overflow: visible !important;
    width: 100%;
    height: 230px; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .colouriser .interior-player,
      #g3 .overlay .colouriser .exterior-player,
      #gux3 .colouriser .interior-player,
      #gux3 .colouriser .exterior-player {
        height: 327px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .colouriser .interior-player,
      #g3 .overlay .colouriser .exterior-player,
      #gux3 .colouriser .interior-player,
      #gux3 .colouriser .exterior-player {
        height: 559px; } }
    #g3 .overlay .colouriser .interior-player > img,
    #g3 .overlay .colouriser .exterior-player > img,
    #gux3 .colouriser .interior-player > img,
    #gux3 .colouriser .exterior-player > img {
      width: 100%; }
  #g3 .overlay .colouriser .exterior-player,
  #gux3 .colouriser .exterior-player {
    position: relative; }
    #g3 .overlay .colouriser .exterior-player > div:last-child,
    #gux3 .colouriser .exterior-player > div:last-child {
      display: none; }
    #g3 .overlay .colouriser .exterior-player > picture,
    #gux3 .colouriser .exterior-player > picture {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      #g3 .overlay .colouriser .exterior-player > picture img,
      #gux3 .colouriser .exterior-player > picture img {
        position: relative;
        z-index: 4;
        -o-object-fit: cover;
           object-fit: cover; }
    #g3 .overlay .colouriser .exterior-player > img,
    #gux3 .colouriser .exterior-player > img {
      position: relative;
      z-index: 4; }
  #g3 .overlay .colouriser .exterior-disclaimer,
  #gux3 .colouriser .exterior-disclaimer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    padding: 15px; }
    @media only screen and (min-width: 48em) {
      #g3 .overlay .colouriser .exterior-disclaimer,
      #gux3 .colouriser .exterior-disclaimer {
        padding: 30px; } }
    #g3 .overlay .colouriser .exterior-disclaimer *,
    #gux3 .colouriser .exterior-disclaimer * {
      color: #fff; }
  #g3 .overlay .colouriser .interior-player > div:last-child,
  #gux3 .colouriser .interior-player > div:last-child {
    overflow: hidden; }
  #g3 .overlay .colouriser .interact-icon,
  #g3 .overlay .colouriser .loading-icon,
  #g3 .overlay .colouriser .loading-overlay,
  #gux3 .colouriser .interact-icon,
  #gux3 .colouriser .loading-icon,
  #gux3 .colouriser .loading-overlay {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  #g3 .overlay .colouriser .interact-icon,
  #gux3 .colouriser .interact-icon {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    pointer-events: none; }
    #g3 .overlay .colouriser .interact-icon img,
    #gux3 .colouriser .interact-icon img {
      width: 19px;
      height: 19px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  #g3 .overlay .colouriser .loading-overlay,
  #gux3 .colouriser .loading-overlay {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  #g3 .overlay .colouriser .loading-icon,
  #gux3 .colouriser .loading-icon {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 7;
    opacity: 0;
    display: none; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .colouriser .loading-icon,
      #gux3 .colouriser .loading-icon {
        top: 135px; } }
    #g3 .overlay .colouriser .loading-icon p,
    #gux3 .colouriser .loading-icon p {
      font-size: 11px;
      font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
      letter-spacing: 0.69px;
      color: #fff;
      margin: 0; }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .colouriser .loading-icon p,
        #gux3 .colouriser .loading-icon p {
          font-size: 16px;
          letter-spacing: 1px; } }
  #g3 .overlay .colouriser.bslLoaded .loading-icon,
  #g3 .overlay .colouriser.bslLoaded .loading-overlay,
  #gux3 .colouriser.bslLoaded .loading-icon,
  #gux3 .colouriser.bslLoaded .loading-overlay {
    opacity: 0;
    pointer-events: none; }
  #g3 .overlay .colouriser.vehicle2dLoaded .defaultVehicleImage,
  #gux3 .colouriser.vehicle2dLoaded .defaultVehicleImage {
    display: none; }
  #g3 .overlay .colouriser.vehicle2dLoaded .nameplateColourImages,
  #gux3 .colouriser.vehicle2dLoaded .nameplateColourImages {
    height: auto;
    overflow: visible; }
    #g3 .overlay .colouriser.vehicle2dLoaded .nameplateColourImages .feature-nameplate-item,
    #gux3 .colouriser.vehicle2dLoaded .nameplateColourImages .feature-nameplate-item {
      visibility: visible; }
  #g3 .overlay .colouriser.vehicle2dLoaded.webGLloading .loading-icon,
  #g3 .overlay .colouriser.vehicle2dLoaded.webGLloading .loading-overlay,
  #gux3 .colouriser.vehicle2dLoaded.webGLloading .loading-icon,
  #gux3 .colouriser.vehicle2dLoaded.webGLloading .loading-overlay {
    opacity: 1;
    display: block; }
  #g3 .overlay .colouriser.vehicle2dLoaded .loading-icon,
  #g3 .overlay .colouriser.vehicle2dLoaded .loading-overlay,
  #gux3 .colouriser.vehicle2dLoaded .loading-icon,
  #gux3 .colouriser.vehicle2dLoaded .loading-overlay {
    opacity: 0;
    display: none;
    pointer-events: none; }
  #g3 .overlay .colouriser.vehicle2dLoaded .exterior-player,
  #gux3 .colouriser.vehicle2dLoaded .exterior-player {
    height: auto; }
  #g3 .overlay .colouriser.returnTo2dMode .exterior-player canvas,
  #gux3 .colouriser.returnTo2dMode .exterior-player canvas {
    display: none; }
  #g3 .overlay .colouriser.webGLloaded.returnTo2dMode .nameplateColourImages,
  #gux3 .colouriser.webGLloaded.returnTo2dMode .nameplateColourImages {
    display: block; }
  #g3 .overlay .colouriser.webGLloaded.returnTo2dMode .return-to-2d,
  #gux3 .colouriser.webGLloaded.returnTo2dMode .return-to-2d {
    display: none;
    pointer-events: none; }
  #g3 .overlay .colouriser.webGLloaded.returnTo2dMode .start-exterior,
  #gux3 .colouriser.webGLloaded.returnTo2dMode .start-exterior {
    display: block;
    z-index: 6;
    pointer-events: auto; }
  #g3 .overlay .colouriser.webGLloaded.returnTo2dMode .interact-icon,
  #gux3 .colouriser.webGLloaded.returnTo2dMode .interact-icon {
    opacity: 0; }
  #g3 .overlay .colouriser.webGLloaded .nameplateColourImages,
  #gux3 .colouriser.webGLloaded .nameplateColourImages {
    display: none; }
  #g3 .overlay .colouriser.webGLloaded .loading-icon,
  #g3 .overlay .colouriser.webGLloaded .loading-overlay,
  #gux3 .colouriser.webGLloaded .loading-icon,
  #gux3 .colouriser.webGLloaded .loading-overlay {
    opacity: 0;
    pointer-events: none; }
  #g3 .overlay .colouriser.webGLloaded .interact-icon,
  #gux3 .colouriser.webGLloaded .interact-icon {
    opacity: 1; }
    #g3 .overlay .colouriser.webGLloaded .interact-icon.hidden,
    #gux3 .colouriser.webGLloaded .interact-icon.hidden {
      opacity: 0; }
  #g3 .overlay .colouriser.webGLloaded .exterior-player > img,
  #gux3 .colouriser.webGLloaded .exterior-player > img {
    display: none; }
  #g3 .overlay .colouriser.webGLloaded .start-exterior,
  #gux3 .colouriser.webGLloaded .start-exterior {
    display: none;
    z-index: 6;
    pointer-events: none; }
  #g3 .overlay .colouriser.webGLloaded .return-to-2d,
  #gux3 .colouriser.webGLloaded .return-to-2d {
    display: block;
    pointer-events: auto; }
  #g3 .overlay .colouriser.webGLloading .loading-icon,
  #gux3 .colouriser.webGLloading .loading-icon {
    opacity: 1; }
  #g3 .overlay .colouriser.webGLloading .start-exterior,
  #gux3 .colouriser.webGLloading .start-exterior {
    z-index: 6;
    pointer-events: none; }
  #g3 .overlay .colouriser.webGLloading .colour-button,
  #gux3 .colouriser.webGLloading .colour-button {
    cursor: default; }
  #g3 .overlay .colouriser .loading-icon-wrapper,
  #gux3 .colouriser .loading-icon-wrapper {
    padding: 10px;
    width: 60px;
    height: 60px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    margin: 0 auto; }
    #g3 .overlay .colouriser .loading-icon-wrapper svg,
    #gux3 .colouriser .loading-icon-wrapper svg {
      margin: auto;
      width: 100%;
      height: 100%;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-animation: rotate 2s linear infinite;
              animation: rotate 2s linear infinite;
      z-index: 20; }
      #g3 .overlay .colouriser .loading-icon-wrapper svg .path,
      #gux3 .colouriser .loading-icon-wrapper svg .path {
        stroke: #fff;
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
        stroke-linecap: round;
        -webkit-animation: dash 1.5s ease-in-out infinite;
                animation: dash 1.5s ease-in-out infinite;
        z-index: 20; }
  #g3 .overlay .colouriser .loading-caption,
  #gux3 .colouriser .loading-caption {
    text-align: center;
    width: 100%; }
    #g3 .overlay .colouriser .loading-caption *,
    #gux3 .colouriser .loading-caption * {
      color: #fff; }
    #g3 .overlay .colouriser .loading-caption *:first-child,
    #gux3 .colouriser .loading-caption *:first-child {
      margin: 0 0 23px;
      padding: 0 13%; }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .colouriser .loading-caption *:first-child,
        #gux3 .colouriser .loading-caption *:first-child {
          margin-bottom: 40px; } }
    #g3 .overlay .colouriser .loading-caption p,
    #gux3 .colouriser .loading-caption p {
      margin-bottom: 20px;
      padding: 0 20%; }
    #g3 .overlay .colouriser .loading-caption a,
    #gux3 .colouriser .loading-caption a {
      margin-bottom: 33px; }
      @media only screen and (min-width: 62em) {
        #g3 .overlay .colouriser .loading-caption a,
        #gux3 .colouriser .loading-caption a {
          margin-bottom: 40px; } }
  #g3 .overlay .colouriser .hotspot,
  #gux3 .colouriser .hotspot {
    display: none !important; }
  #g3 .overlay .colouriser [data-selected-mode="exterior"] .interior,
  #gux3 .colouriser [data-selected-mode="exterior"] .interior {
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none; }
  #g3 .overlay .colouriser [data-selected-mode="interior"] .exterior,
  #gux3 .colouriser [data-selected-mode="interior"] .exterior {
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none; }
  #g3 .overlay .colouriser .start-exterior,
  #g3 .overlay .colouriser .return-to-2d,
  #gux3 .colouriser .start-exterior,
  #gux3 .colouriser .return-to-2d {
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
            box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
    font-size: 13px;
    opacity: 1;
    background: #fff;
    border: 1px solid #6e6e6e;
    border-radius: 3px;
    line-height: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    z-index: 8;
    font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    padding: 0 33px;
    color: #102b4e;
    -webkit-transition: opacity 500ms, -webkit-box-shadow .5s, -webkit-transform .5s;
    transition: opacity 500ms, -webkit-box-shadow .5s, -webkit-transform .5s;
    transition: opacity 500ms, box-shadow .5s, transform .5s;
    transition: opacity 500ms, box-shadow .5s, transform .5s, -webkit-box-shadow .5s, -webkit-transform .5s;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }
    #g3 .overlay .colouriser .start-exterior:hover,
    #g3 .overlay .colouriser .return-to-2d:hover,
    #gux3 .colouriser .start-exterior:hover,
    #gux3 .colouriser .return-to-2d:hover {
      -webkit-box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ;
              box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ; }
    #g3 .overlay .colouriser .start-exterior:active,
    #g3 .overlay .colouriser .return-to-2d:active,
    #gux3 .colouriser .start-exterior:active,
    #gux3 .colouriser .return-to-2d:active {
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ;
              box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ; }
    #g3 .overlay .colouriser .start-exterior:hover,
    #g3 .overlay .colouriser .return-to-2d:hover,
    #gux3 .colouriser .start-exterior:hover,
    #gux3 .colouriser .return-to-2d:hover {
      -webkit-transform: translate(-50%, 50%) scale3d(1.06667, 1.06667, 1);
              transform: translate(-50%, 50%) scale3d(1.06667, 1.06667, 1); }
    #g3 .overlay .colouriser .start-exterior.hidden,
    #g3 .overlay .colouriser .return-to-2d.hidden,
    #gux3 .colouriser .start-exterior.hidden,
    #gux3 .colouriser .return-to-2d.hidden {
      opacity: 0;
      pointer-events: none; }
  #g3 .overlay .colouriser .return-to-2d,
  #gux3 .colouriser .return-to-2d {
    display: none; }
  #g3 .overlay .colouriser .nameplateColourImages,
  #gux3 .colouriser .nameplateColourImages {
    height: 0;
    overflow: hidden; }
    #g3 .overlay .colouriser .nameplateColourImages .feature-nameplate-item,
    #gux3 .colouriser .nameplateColourImages .feature-nameplate-item {
      visibility: hidden; }
      #g3 .overlay .colouriser .nameplateColourImages .feature-nameplate-item > p,
      #gux3 .colouriser .nameplateColourImages .feature-nameplate-item > p {
        margin: 0;
        padding: 10px 20px; }
    #g3 .overlay .colouriser .nameplateColourImages > ul,
    #gux3 .colouriser .nameplateColourImages > ul {
      margin: 0; }
      #g3 .overlay .colouriser .nameplateColourImages > ul > li,
      #gux3 .colouriser .nameplateColourImages > ul > li {
        display: none;
        list-style: none;
        position: relative; }
        #g3 .overlay .colouriser .nameplateColourImages > ul > li.active,
        #gux3 .colouriser .nameplateColourImages > ul > li.active {
          display: block; }
        #g3 .overlay .colouriser .nameplateColourImages > ul > li > p,
        #gux3 .colouriser .nameplateColourImages > ul > li > p {
          position: absolute;
          left: 0;
          top: 0; }
  #g3 .overlay .colouriser .nameplateColourImagesInner,
  #gux3 .colouriser .nameplateColourImagesInner {
    padding: 0; }
  #g3 .overlay .colouriser .error,
  #gux3 .colouriser .error {
    font-size: 11px;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    z-index: 7;
    opacity: 0;
    display: none;
    pointer-events: none;
    color: #fff;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    letter-spacing: 0.69px;
    margin: 0;
    text-align: center; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .colouriser .error,
      #gux3 .colouriser .error {
        font-size: 16px;
        letter-spacing: 1px;
        top: 135px; } }
  #g3 .overlay .colouriser.has-error .error,
  #gux3 .colouriser.has-error .error {
    opacity: 1;
    display: block;
    pointer-events: auto; }
  #g3 .overlay .colouriser.has-error .start-exterior,
  #gux3 .colouriser.has-error .start-exterior {
    display: none; }
  #g3 .overlay .colouriser.has-error .colour-buttons,
  #gux3 .colouriser.has-error .colour-buttons {
    display: none; }
  #g3 .overlay .colouriser.has-3d-Error .start-exterior,
  #gux3 .colouriser.has-3d-Error .start-exterior {
    display: none; }
  #g3 .overlay .colouriser.has-exterior-json-error .start-exterior,
  #gux3 .colouriser.has-exterior-json-error .start-exterior {
    display: none; }
  #g3 .overlay .colouriser .context-button,
  #gux3 .colouriser .context-button {
    font-size: 16px;
    font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 4px;
    text-align: center;
    width: 150px;
    height: 150px;
    border: 0;
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    z-index: 5;
    outline-offset: 20px;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
            box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15), 0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px 0 rgba(0, 0, 0, 0.1) ;
    font-size: 11px;
    letter-spacing: 2.06px;
    background: #102b4e;
    color: #fff;
    border: 0;
    border-radius: 3px;
    min-width: 218px;
    height: auto;
    padding: 10px 11px;
    margin: 0 auto 45px;
    -webkit-transition: color .1s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: color .1s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: transform .3s, color .1s, box-shadow .3s;
    transition: transform .3s, color .1s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }
    #g3 .overlay .colouriser .context-button:hover,
    #gux3 .colouriser .context-button:hover {
      -webkit-box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ;
              box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.15), 0 40px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.1) ; }
    #g3 .overlay .colouriser .context-button:active,
    #gux3 .colouriser .context-button:active {
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ;
              box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1) ; }
    #g3 .overlay .colouriser .context-button:link, #g3 .overlay .colouriser .context-button:visited, #g3 .overlay .colouriser .context-button:hover, #g3 .overlay .colouriser .context-button:active,
    #gux3 .colouriser .context-button:link,
    #gux3 .colouriser .context-button:visited,
    #gux3 .colouriser .context-button:hover,
    #gux3 .colouriser .context-button:active {
      color: #fff; }
    #g3 .overlay .colouriser .context-button:hover,
    #gux3 .colouriser .context-button:hover {
      -webkit-transform: scale(1.06667);
              transform: scale(1.06667); }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .colouriser .context-button,
      #gux3 .colouriser .context-button {
        font-size: 14px;
        letter-spacing: 2.62px;
        font-weight: bold;
        min-width: 245px; } }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .colouriser .context-button,
      #gux3 .colouriser .context-button {
        margin-bottom: 56px; } }
  #g3 .overlay .colouriser button,
  #gux3 .colouriser button {
    border-right-width: 0;
    border-left-width: 0; }
  #g3 .overlay .colouriser .loading-success,
  #gux3 .colouriser .loading-success {
    opacity: 0;
    display: none;
    pointer-events: none; }
  #g3 .overlay .colouriser .colour-buttons:not(.buttons-initialized),
  #gux3 .colouriser .colour-buttons:not(.buttons-initialized) {
    padding: 0;
    height: 0;
    overflow: hidden; }

#g3 .overlay #g3.is-tabbed-bev .colour-button:focus,
#gux3 #g3.is-tabbed-bev .colour-button:focus {
  outline: 3px solid #102b4e !important; }

#g3 .overlay .tabs > .component-content,
#gux3 .tabs > .component-content {
  padding: 0; }

#g3 .overlay .tabs .tabs-nav,
#gux3 .tabs .tabs-nav {
  margin-bottom: 46px;
  height: auto;
  width: auto;
  position: relative;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  #g3 .overlay .tabs .tabs-nav::-webkit-scrollbar,
  #gux3 .tabs .tabs-nav::-webkit-scrollbar {
    display: none; }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .tabs .tabs-nav,
    #gux3 .tabs .tabs-nav {
      margin-left: 50px;
      margin-right: 50px; } }
  @media only screen and (min-width: 62em) {
    #g3 .overlay .tabs .tabs-nav,
    #gux3 .tabs .tabs-nav {
      margin-left: 100px;
      margin-right: 100px; } }
  #g3 .overlay .tabs .tabs-nav:focus,
  #gux3 .tabs .tabs-nav:focus {
    outline-offset: -3px; }

#g3 .overlay .tabs .tabs-nav-list,
#gux3 .tabs .tabs-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  float: none;
  overflow: unset;
  position: relative;
  width: auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; }
  #g3 .overlay .tabs .tabs-nav-list::before, #g3 .overlay .tabs .tabs-nav-list::after,
  #gux3 .tabs .tabs-nav-list::before,
  #gux3 .tabs .tabs-nav-list::after {
    display: none; }

#g3 .overlay .tabs .tabs-nav-item,
#gux3 .tabs .tabs-nav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: none;
  height: auto;
  max-width: 250px;
  margin: 0;
  padding: 0;
  top: 0; }
  #g3 .overlay .tabs .tabs-nav-item.is-active:hover,
  #gux3 .tabs .tabs-nav-item.is-active:hover {
    cursor: default; }
  #g3 .overlay .tabs .tabs-nav-item a:focus,
  #gux3 .tabs .tabs-nav-item a:focus {
    outline-offset: -3px; }

#g3 .overlay .tabs .tabs-content,
#gux3 .tabs .tabs-content {
  float: none; }

@media only screen and (min-width: 48em) {
  #g3 .overlay .tabs.align-centre .tabs-nav-list,
  #gux3 .tabs.align-centre .tabs-nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#g3 .overlay .tabs.list-overflow .tabs-nav-list,
#gux3 .tabs.list-overflow .tabs-nav-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#g3 .overlay .tabs.title-underline .tabs-nav,
#gux3 .tabs.title-underline .tabs-nav {
  margin-bottom: 15px; }

#g3 .overlay .tabs.title-underline .tabs-nav-item,
#gux3 .tabs.title-underline .tabs-nav-item {
  position: relative; }
  #g3 .overlay .tabs.title-underline .tabs-nav-item::after,
  #gux3 .tabs.title-underline .tabs-nav-item::after {
    content: "";
    display: block;
    border-bottom: 3px solid #102b4e;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  #g3 .overlay .tabs.title-underline .tabs-nav-item.is-active::after,
  #gux3 .tabs.title-underline .tabs-nav-item.is-active::after {
    opacity: 1; }
  #g3 .overlay .tabs.title-underline .tabs-nav-item a,
  #gux3 .tabs.title-underline .tabs-nav-item a {
    text-decoration: none; }

#g3 .overlay .tabs.title-underline .tabs-container .tabs-content,
#gux3 .tabs.title-underline .tabs-container .tabs-content {
  background: transparent; }

#g3 .overlay .tabs.title-underline .tabs-nav-item,
#gux3 .tabs.title-underline .tabs-nav-item {
  background-color: transparent;
  margin: 0 2px; }
  #g3 .overlay .tabs.title-underline .tabs-nav-item a,
  #gux3 .tabs.title-underline .tabs-nav-item a {
    font-size: 18px;
    color: #102b4e;
    line-height: 1.88;
    font-weight: 400; }
    #g3 .overlay .tabs.title-underline .tabs-nav-item a:hover,
    #gux3 .tabs.title-underline .tabs-nav-item a:hover {
      color: #0276b3; }
  #g3 .overlay .tabs.title-underline .tabs-nav-item.is-active a,
  #gux3 .tabs.title-underline .tabs-nav-item.is-active a {
    color: #102b4e;
    border-bottom: 3px solid #102b4e; }
    #g3 .overlay .tabs.title-underline .tabs-nav-item.is-active a:hover,
    #gux3 .tabs.title-underline .tabs-nav-item.is-active a:hover {
      border-bottom: 3px solid #102b4e; }

@media only screen and (max-width: 47.9375em) {
  #g3 .overlay .tabs.title-underline .tabs-radio .tabs-nav-list,
  #gux3 .tabs.title-underline .tabs-radio .tabs-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

#g3 .overlay .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item,
#gux3 .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item {
  margin-right: 15px; }
  #g3 .overlay .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item:hover,
  #gux3 .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item:hover {
    color: #102b4e; }
  #g3 .overlay .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item a,
  #gux3 .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item a {
    font-family: "AntennaCondLight", Arial, Helvetica, sans-serif; }
    #g3 .overlay .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item a:hover,
    #gux3 .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item a:hover {
      color: #102b4e; }
  #g3 .overlay .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item::after,
  #gux3 .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item::after {
    border-bottom: 0; }
  #g3 .overlay .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item.is-active a,
  #gux3 .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item.is-active a {
    border-bottom: 0; }
    #g3 .overlay .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item.is-active a:hover,
    #gux3 .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item.is-active a:hover {
      border-bottom: 0; }
  #g3 .overlay .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item.is-active::after,
  #gux3 .tabs.title-underline .tabs-radio .tabs-nav-list .tabs-nav-item.is-active::after {
    border-bottom: 0; }

@media only screen and (max-width: 47.9375em) {
  #g3 .overlay .tabs.tabs-radio .tabs-nav-list,
  #gux3 .tabs.tabs-radio .tabs-nav-list {
    display: block; } }

#g3 .overlay .tabs.tabs-radio .tabs-nav-list .tabs-nav-item a,
#gux3 .tabs.tabs-radio .tabs-nav-list .tabs-nav-item a {
  color: #102b4e;
  font-family: "AntennaCondLight", Arial, Helvetica, sans-serif; }

#g3 .overlay .tabs.style-variant-a .tabs-nav-item a,
#gux3 .tabs.style-variant-a .tabs-nav-item a {
  font-size: 14px;
  font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
  color: #4d4d4d;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 20px 30px; }
  @media only screen and (min-width: 48em) {
    #g3 .overlay .tabs.style-variant-a .tabs-nav-item a,
    #gux3 .tabs.style-variant-a .tabs-nav-item a {
      font-size: 16px; } }

#g3 .overlay .youtube .start-image picture,
#gux3 .youtube .start-image picture {
  display: block; }
  #g3 .overlay .youtube .start-image picture:after,
  #gux3 .youtube .start-image picture:after {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E911";
    font-size: 45px;
    width: 88px;
    height: 88px;
    line-height: 88px;
    padding-left: 10px;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(16, 43, 78, 0.7);
    left: 0 !important;
    right: 0;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    display: block;
    position: absolute;
    cursor: pointer;
    text-align: center;
    -webkit-transform: none;
            transform: none; }
    @media only screen and (min-width: 62em) {
      #g3 .overlay .youtube .start-image picture:after,
      #gux3 .youtube .start-image picture:after {
        font-size: 60px;
        width: 124px;
        height: 124px;
        line-height: 124px;
        padding-left: 15px; } }
  #g3 .overlay .youtube .start-image picture:before,
  #gux3 .youtube .start-image picture:before {
    display: none; }
  #g3 .overlay .youtube .start-image picture:focus,
  #gux3 .youtube .start-image picture:focus {
    outline: 1px solid #102b4e;
    outline-offset: 10px; }
  #g3 .overlay .youtube .start-image picture:before,
  #gux3 .youtube .start-image picture:before {
    display: none; }

#g3 .overlay .bevVehicleAttribute,
#gux3 .bevVehicleAttribute {
  font-size: 18px;
  font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
  width: 25%;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media only screen and (min-width: 30.0625em) {
    #g3 .overlay .bevVehicleAttribute,
    #gux3 .bevVehicleAttribute {
      font-size: 24px;
      line-height: 1.25;
      letter-spacing: 1.2px;
      min-height: 123px; } }
  #g3 .overlay .bevVehicleAttribute .component-content,
  #gux3 .bevVehicleAttribute .component-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0; }
    @media only screen and (min-width: 30.0625em) {
      #g3 .overlay .bevVehicleAttribute .component-content,
      #gux3 .bevVehicleAttribute .component-content {
        padding: 0; } }
    #g3 .overlay .bevVehicleAttribute .component-content .content-values,
    #gux3 .bevVehicleAttribute .component-content .content-values {
      font-size: 18px;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: "AntennaCondMedium", Arial, Helvetica, sans-serif;
      text-align: center;
      color: #102b4e;
      font-weight: 500;
      line-height: 1.22;
      letter-spacing: 1.5px;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay .bevVehicleAttribute .component-content .content-values,
        #gux3 .bevVehicleAttribute .component-content .content-values {
          font-size: 24px;
          padding: 0;
          line-height: 1.25;
          letter-spacing: 1.2px; } }
      #g3 .overlay .bevVehicleAttribute .component-content .content-values sup[data-disclosure],
      #gux3 .bevVehicleAttribute .component-content .content-values sup[data-disclosure] {
        color: #102b4e;
        font-size: .5em !important; }
    #g3 .overlay .bevVehicleAttribute .component-content .attribute-suffix,
    #gux3 .bevVehicleAttribute .component-content .attribute-suffix {
      font-size: 10px;
      font-family: "FordAntennaCond-Regular", Arial, Helvetica, sans-serif;
      line-height: 1.5;
      letter-spacing: 1.82px;
      font-weight: normal;
      color: #4d4d4d;
      display: inline-block;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      clear: both; }
      @media only screen and (min-width: 30.0625em) {
        #g3 .overlay .bevVehicleAttribute .component-content .attribute-suffix,
        #gux3 .bevVehicleAttribute .component-content .attribute-suffix {
          font-size: 11px;
          line-height: 2;
          letter-spacing: 2px; } }

#g3 .overlay .load-dynamic-content:not(.is-loaded),
#gux3 .load-dynamic-content:not(.is-loaded) {
  position: relative;
  min-height: 5000px;
  padding-top: 200px;
  -webkit-transition: min-height 2s;
  transition: min-height 2s; }
  #g3 .overlay .load-dynamic-content:not(.is-loaded)::before,
  #gux3 .load-dynamic-content:not(.is-loaded)::before {
    content: '';
    border-radius: 50%;
    border: 5px solid rgba(16, 43, 78, 0.2);
    border-left-color: #102b4e;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-animation: loading 1.1s infinite linear;
            animation: loading 1.1s infinite linear;
    width: 60px;
    height: 60px;
    position: relative;
    display: block;
    margin: 20px auto;
    position: sticky;
    top: 20%;
    z-index: 100; }

#g3 .overlay .load-dynamic-content.is-loaded,
#gux3 .load-dynamic-content.is-loaded {
  min-height: 0; }
  #g3 .overlay .load-dynamic-content.is-loaded > div,
  #gux3 .load-dynamic-content.is-loaded > div {
    -webkit-animation: fadein 1s 1;
            animation: fadein 1s 1; }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.select2-container * {
  outline: 0; }

.select2-drop-mask {
  z-index: 9;
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0; }

.select2-drop {
  display: none;
  border: 0;
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0; }
  .overlay-is-open .select2-drop {
    z-index: 9999; }
  .select2-drop .select2-results {
    overflow: hidden;
    max-height: none;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0);
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
    border: 1px solid #6e6e6e;
    border-radius: 0 0 4px 4px;
    margin: -2px 0 0 0;
    padding: 0;
    width: calc(100% - 1px); }
    .select2-drop .select2-results:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      z-index: 20;
      pointer-events: none;
      background: transparent;
      border: 2px solid transparent;
      position: absolute;
      top: 0;
      left: 0; }
    .select2-drop .select2-results .select2-result {
      padding: 0; }
      .select2-drop .select2-results .select2-result.select2-highlighted .select2-result-label, .select2-drop .select2-results .select2-result:hover .select2-result-label {
        background: #6e6e6e;
        color: #fff; }
      .select2-drop .select2-results .select2-result .select2-result-label {
        font-size: 12px;
        color: #4d4d4d;
        font-weight: 300;
        font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
        line-height: 2;
        letter-spacing: 1px;
        font-size: 16px;
        border: 0;
        color: #102b4e;
        padding: 0 10px 0 15px;
        height: 40px;
        line-height: 2.5;
        -webkit-transition: 0.3s color, 0.3s background;
        transition: 0.3s color, 0.3s background; }
        @media only screen and (min-width: 30.0625em) {
          .select2-drop .select2-results .select2-result .select2-result-label {
            font-size: 13px;
            letter-spacing: 1px; } }
        @media only screen and (min-width: 62em) {
          .select2-drop .select2-results .select2-result .select2-result-label {
            font-size: 14px;
            line-height: 1.929;
            letter-spacing: 1px; } }
        @media only screen and (min-width: 30.0625em) {
          .select2-drop .select2-results .select2-result .select2-result-label {
            font-size: 16px;
            height: 45px;
            line-height: 2.8125; } }
        @media only screen and (min-width: 62em) {
          .select2-drop .select2-results .select2-result .select2-result-label {
            height: 50px;
            line-height: 3.125; } }
  .select2-drop[id] .select2-results {
    background: white; }
  .select2-drop.select2-drop-above .select2-results {
    -webkit-box-shadow: none;
            box-shadow: none; }

.select2-focusser {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none; }
  .is-tabbed .select2-focusser {
    display: block; }

.select2-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.is-tabbed .select2-container.select2-container-active:before {
  border: 1px solid #102b4e;
  content: '';
  width: 104%;
  height: 200%;
  position: absolute;
  top: -40px;
  left: -10px; }

.is-tabbed .select2-container.select2-container-active .select2-chosen {
  color: #8f8f8f !important; }

.is-tabbed .select2-container.select2-container-active .select2-choice {
  border-radius: 4px !important;
  background: transparent !important; }

#global-ux .acc-tooltip-overlay {
  opacity: 1;
  pointer-events: auto; }
  @media only screen and (max-width: 47.9375em) {
    #global-ux .acc-tooltip-overlay {
      height: 100%;
      width: 100%;
      max-width: none;
      max-height: none; } }
  #global-ux .acc-tooltip-overlay .acc-tooltip-overlay-title,
  #global-ux .acc-tooltip-overlay .gux-tooltip-overlay-title {
    padding-right: 60px; }

body > .gux-tooltip-overlay[id],
body > .acc-tooltip-overlay[id],
.overlay-content > .gux-tooltip-overlay[id],
.overlay-content > .acc-tooltip-overlay[id] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #6e6e6e;
  border-radius: 3px;
  padding: 62px 20px 25px;
  max-width: none;
  max-height: none;
  z-index: 10000;
  text-align: left;
  outline: none;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  color: #4d4d4d; }
  @media only screen and (min-width: 48em) {
    body > .gux-tooltip-overlay[id],
    body > .acc-tooltip-overlay[id],
    .overlay-content > .gux-tooltip-overlay[id],
    .overlay-content > .acc-tooltip-overlay[id] {
      position: absolute;
      top: 5px;
      right: auto;
      bottom: auto;
      left: 15px;
      max-width: 500px;
      padding: 0; } }
  body > .gux-tooltip-overlay[id] .simplebar-content,
  body > .acc-tooltip-overlay[id] .simplebar-content,
  .overlay-content > .gux-tooltip-overlay[id] .simplebar-content,
  .overlay-content > .acc-tooltip-overlay[id] .simplebar-content {
    margin-right: 14px; }
    @media only screen and (min-width: 30.0625em) {
      body > .gux-tooltip-overlay[id] .simplebar-content,
      body > .acc-tooltip-overlay[id] .simplebar-content,
      .overlay-content > .gux-tooltip-overlay[id] .simplebar-content,
      .overlay-content > .acc-tooltip-overlay[id] .simplebar-content {
        padding: 15px 17px !important;
        margin-right: 35px; } }
  body > .gux-tooltip-overlay[id].is-visible,
  body > .acc-tooltip-overlay[id].is-visible,
  .overlay-content > .gux-tooltip-overlay[id].is-visible,
  .overlay-content > .acc-tooltip-overlay[id].is-visible {
    pointer-events: auto;
    opacity: 1; }
  body > .gux-tooltip-overlay[id] .tooltip-overlay-inner,
  body > .acc-tooltip-overlay[id] .tooltip-overlay-inner,
  .overlay-content > .gux-tooltip-overlay[id] .tooltip-overlay-inner,
  .overlay-content > .acc-tooltip-overlay[id] .tooltip-overlay-inner {
    height: 100%;
    overflow-x: hidden; }
    @media only screen and (min-width: 48em) {
      body > .gux-tooltip-overlay[id] .tooltip-overlay-inner,
      body > .acc-tooltip-overlay[id] .tooltip-overlay-inner,
      .overlay-content > .gux-tooltip-overlay[id] .tooltip-overlay-inner,
      .overlay-content > .acc-tooltip-overlay[id] .tooltip-overlay-inner {
        height: auto;
        max-height: 230px;
        padding: 12px; } }
    @media only screen and (min-width: 62em) {
      body > .gux-tooltip-overlay[id] .tooltip-overlay-inner,
      body > .acc-tooltip-overlay[id] .tooltip-overlay-inner,
      .overlay-content > .gux-tooltip-overlay[id] .tooltip-overlay-inner,
      .overlay-content > .acc-tooltip-overlay[id] .tooltip-overlay-inner {
        max-height: 380px; } }
    body > .gux-tooltip-overlay[id] .tooltip-overlay-inner:focus,
    body > .acc-tooltip-overlay[id] .tooltip-overlay-inner:focus,
    .overlay-content > .gux-tooltip-overlay[id] .tooltip-overlay-inner:focus,
    .overlay-content > .acc-tooltip-overlay[id] .tooltip-overlay-inner:focus {
      outline: 0; }
  body > .gux-tooltip-overlay[id] .simplebar-track.simplebar-vertical,
  body > .acc-tooltip-overlay[id] .simplebar-track.simplebar-vertical,
  .overlay-content > .gux-tooltip-overlay[id] .simplebar-track.simplebar-vertical,
  .overlay-content > .acc-tooltip-overlay[id] .simplebar-track.simplebar-vertical {
    margin-top: 15px;
    margin-bottom: 15px; }
  body > .gux-tooltip-overlay[id] .simplebar-scrollbar::before,
  body > .acc-tooltip-overlay[id] .simplebar-scrollbar::before,
  .overlay-content > .gux-tooltip-overlay[id] .simplebar-scrollbar::before,
  .overlay-content > .acc-tooltip-overlay[id] .simplebar-scrollbar::before {
    background: #6e6e6e;
    opacity: 1;
    width: 5px; }
  body > .gux-tooltip-overlay[id] h1,
  body > .acc-tooltip-overlay[id] h1,
  .overlay-content > .gux-tooltip-overlay[id] h1,
  .overlay-content > .acc-tooltip-overlay[id] h1 {
    font-size: 35px;
    font-family: "AntennaCondExtraLight", Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #4d4d4d;
    line-height: 1.286;
    letter-spacing: 3.5px;
    text-indent: 0;
    height: auto; }
    @media only screen and (min-width: 30.0625em) {
      body > .gux-tooltip-overlay[id] h1,
      body > .acc-tooltip-overlay[id] h1,
      .overlay-content > .gux-tooltip-overlay[id] h1,
      .overlay-content > .acc-tooltip-overlay[id] h1 {
        font-size: 40px;
        line-height: 1.375;
        letter-spacing: 3px; } }
    @media only screen and (min-width: 62em) {
      body > .gux-tooltip-overlay[id] h1,
      body > .acc-tooltip-overlay[id] h1,
      .overlay-content > .gux-tooltip-overlay[id] h1,
      .overlay-content > .acc-tooltip-overlay[id] h1 {
        font-size: 50px;
        line-height: 1.4;
        letter-spacing: 2px; } }
  body > .gux-tooltip-overlay[id] h2,
  body > .gux-tooltip-overlay[id] h3,
  body > .gux-tooltip-overlay[id] h4,
  body > .gux-tooltip-overlay[id] h5,
  body > .acc-tooltip-overlay[id] h2,
  body > .acc-tooltip-overlay[id] h3,
  body > .acc-tooltip-overlay[id] h4,
  body > .acc-tooltip-overlay[id] h5,
  .overlay-content > .gux-tooltip-overlay[id] h2,
  .overlay-content > .gux-tooltip-overlay[id] h3,
  .overlay-content > .gux-tooltip-overlay[id] h4,
  .overlay-content > .gux-tooltip-overlay[id] h5,
  .overlay-content > .acc-tooltip-overlay[id] h2,
  .overlay-content > .acc-tooltip-overlay[id] h3,
  .overlay-content > .acc-tooltip-overlay[id] h4,
  .overlay-content > .acc-tooltip-overlay[id] h5 {
    font-size: 12px;
    font-family: "AntennaCondLight", Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 2.083;
    letter-spacing: 2.5px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 30.0625em) {
      body > .gux-tooltip-overlay[id] h2,
      body > .gux-tooltip-overlay[id] h3,
      body > .gux-tooltip-overlay[id] h4,
      body > .gux-tooltip-overlay[id] h5,
      body > .acc-tooltip-overlay[id] h2,
      body > .acc-tooltip-overlay[id] h3,
      body > .acc-tooltip-overlay[id] h4,
      body > .acc-tooltip-overlay[id] h5,
      .overlay-content > .gux-tooltip-overlay[id] h2,
      .overlay-content > .gux-tooltip-overlay[id] h3,
      .overlay-content > .gux-tooltip-overlay[id] h4,
      .overlay-content > .gux-tooltip-overlay[id] h5,
      .overlay-content > .acc-tooltip-overlay[id] h2,
      .overlay-content > .acc-tooltip-overlay[id] h3,
      .overlay-content > .acc-tooltip-overlay[id] h4,
      .overlay-content > .acc-tooltip-overlay[id] h5 {
        font-size: 14px;
        line-height: 1.786;
        letter-spacing: 3px; } }
    @media only screen and (min-width: 62em) {
      body > .gux-tooltip-overlay[id] h2,
      body > .gux-tooltip-overlay[id] h3,
      body > .gux-tooltip-overlay[id] h4,
      body > .gux-tooltip-overlay[id] h5,
      body > .acc-tooltip-overlay[id] h2,
      body > .acc-tooltip-overlay[id] h3,
      body > .acc-tooltip-overlay[id] h4,
      body > .acc-tooltip-overlay[id] h5,
      .overlay-content > .gux-tooltip-overlay[id] h2,
      .overlay-content > .gux-tooltip-overlay[id] h3,
      .overlay-content > .gux-tooltip-overlay[id] h4,
      .overlay-content > .gux-tooltip-overlay[id] h5,
      .overlay-content > .acc-tooltip-overlay[id] h2,
      .overlay-content > .acc-tooltip-overlay[id] h3,
      .overlay-content > .acc-tooltip-overlay[id] h4,
      .overlay-content > .acc-tooltip-overlay[id] h5 {
        font-size: 24px;
        line-height: 1.458; } }
  body > .gux-tooltip-overlay[id] p,
  body > .gux-tooltip-overlay[id] span,
  body > .acc-tooltip-overlay[id] p,
  body > .acc-tooltip-overlay[id] span,
  .overlay-content > .gux-tooltip-overlay[id] p,
  .overlay-content > .gux-tooltip-overlay[id] span,
  .overlay-content > .acc-tooltip-overlay[id] p,
  .overlay-content > .acc-tooltip-overlay[id] span {
    font-size: 10px;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    color: #4d4d4d;
    line-height: 2;
    letter-spacing: 1px; }
    @media only screen and (min-width: 62em) {
      body > .gux-tooltip-overlay[id] p,
      body > .gux-tooltip-overlay[id] span,
      body > .acc-tooltip-overlay[id] p,
      body > .acc-tooltip-overlay[id] span,
      .overlay-content > .gux-tooltip-overlay[id] p,
      .overlay-content > .gux-tooltip-overlay[id] span,
      .overlay-content > .acc-tooltip-overlay[id] p,
      .overlay-content > .acc-tooltip-overlay[id] span {
        font-size: 11px;
        line-height: 1.82;
        letter-spacing: 1.1px; } }
  body > .gux-tooltip-overlay[id] span,
  body > .acc-tooltip-overlay[id] span,
  .overlay-content > .gux-tooltip-overlay[id] span,
  .overlay-content > .acc-tooltip-overlay[id] span {
    float: none;
    margin-right: 0;
    display: inline-block; }
  body > .gux-tooltip-overlay[id] .acc-tooltip-overlay-text,
  body > .acc-tooltip-overlay[id] .acc-tooltip-overlay-text,
  .overlay-content > .gux-tooltip-overlay[id] .acc-tooltip-overlay-text,
  .overlay-content > .acc-tooltip-overlay[id] .acc-tooltip-overlay-text {
    display: block; }
    body > .gux-tooltip-overlay[id] .acc-tooltip-overlay-text > span,
    body > .acc-tooltip-overlay[id] .acc-tooltip-overlay-text > span,
    .overlay-content > .gux-tooltip-overlay[id] .acc-tooltip-overlay-text > span,
    .overlay-content > .acc-tooltip-overlay[id] .acc-tooltip-overlay-text > span {
      display: none; }
  body > .gux-tooltip-overlay[id] .tooltip-chevron,
  body > .acc-tooltip-overlay[id] .tooltip-chevron,
  .overlay-content > .gux-tooltip-overlay[id] .tooltip-chevron,
  .overlay-content > .acc-tooltip-overlay[id] .tooltip-chevron {
    position: absolute;
    display: block;
    width: 34px;
    height: 50px;
    top: 50%;
    right: -36px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden; }
    @media only screen and (min-width: 48em) {
      body > .gux-tooltip-overlay[id] .tooltip-chevron,
      body > .acc-tooltip-overlay[id] .tooltip-chevron,
      .overlay-content > .gux-tooltip-overlay[id] .tooltip-chevron,
      .overlay-content > .acc-tooltip-overlay[id] .tooltip-chevron {
        right: -33px; } }
    body > .gux-tooltip-overlay[id] .tooltip-chevron:before,
    body > .acc-tooltip-overlay[id] .tooltip-chevron:before,
    .overlay-content > .gux-tooltip-overlay[id] .tooltip-chevron:before,
    .overlay-content > .acc-tooltip-overlay[id] .tooltip-chevron:before {
      content: "";
      position: absolute;
      display: block;
      width: 34px;
      height: 34px;
      background: #fff;
      top: 50%;
      left: -16px;
      margin-top: -17px;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      border: 1px solid #6e6e6e;
      -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.05);
      border-left-color: #fff;
      border-top-color: #fff; }
  body > .gux-tooltip-overlay[id][data-position="top"],
  body > .acc-tooltip-overlay[id][data-position="top"],
  .overlay-content > .gux-tooltip-overlay[id][data-position="top"],
  .overlay-content > .acc-tooltip-overlay[id][data-position="top"] {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
    body > .gux-tooltip-overlay[id][data-position="top"] .tooltip-chevron,
    body > .acc-tooltip-overlay[id][data-position="top"] .tooltip-chevron,
    .overlay-content > .gux-tooltip-overlay[id][data-position="top"] .tooltip-chevron,
    .overlay-content > .acc-tooltip-overlay[id][data-position="top"] .tooltip-chevron {
      top: 100%;
      left: 50%;
      -webkit-transform: rotate(90deg) translateY(16px);
              transform: rotate(90deg) translateY(16px);
      margin-top: -9px; }
      body > .gux-tooltip-overlay[id][data-position="top"] .tooltip-chevron:before,
      body > .acc-tooltip-overlay[id][data-position="top"] .tooltip-chevron:before,
      .overlay-content > .gux-tooltip-overlay[id][data-position="top"] .tooltip-chevron:before,
      .overlay-content > .acc-tooltip-overlay[id][data-position="top"] .tooltip-chevron:before {
        border-radius: 0 0 5px 0; }
  body > .gux-tooltip-overlay[id][data-position="right"],
  body > .acc-tooltip-overlay[id][data-position="right"],
  .overlay-content > .gux-tooltip-overlay[id][data-position="right"],
  .overlay-content > .acc-tooltip-overlay[id][data-position="right"] {
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
    body > .gux-tooltip-overlay[id][data-position="right"] .tooltip-chevron,
    body > .acc-tooltip-overlay[id][data-position="right"] .tooltip-chevron,
    .overlay-content > .gux-tooltip-overlay[id][data-position="right"] .tooltip-chevron,
    .overlay-content > .acc-tooltip-overlay[id][data-position="right"] .tooltip-chevron {
      top: 50%;
      left: -33px;
      -webkit-transform: rotate(180deg) translateY(24px);
              transform: rotate(180deg) translateY(24px); }
      body > .gux-tooltip-overlay[id][data-position="right"] .tooltip-chevron:before,
      body > .acc-tooltip-overlay[id][data-position="right"] .tooltip-chevron:before,
      .overlay-content > .gux-tooltip-overlay[id][data-position="right"] .tooltip-chevron:before,
      .overlay-content > .acc-tooltip-overlay[id][data-position="right"] .tooltip-chevron:before {
        border-radius: 0 0 5px 0; }
  body > .gux-tooltip-overlay[id][data-position="bottom"],
  body > .acc-tooltip-overlay[id][data-position="bottom"],
  .overlay-content > .gux-tooltip-overlay[id][data-position="bottom"],
  .overlay-content > .acc-tooltip-overlay[id][data-position="bottom"] {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
    body > .gux-tooltip-overlay[id][data-position="bottom"] .tooltip-chevron,
    body > .acc-tooltip-overlay[id][data-position="bottom"] .tooltip-chevron,
    .overlay-content > .gux-tooltip-overlay[id][data-position="bottom"] .tooltip-chevron,
    .overlay-content > .acc-tooltip-overlay[id][data-position="bottom"] .tooltip-chevron {
      top: -42px;
      left: 50%;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      margin-left: -17px; }
      body > .gux-tooltip-overlay[id][data-position="bottom"] .tooltip-chevron:before,
      body > .acc-tooltip-overlay[id][data-position="bottom"] .tooltip-chevron:before,
      .overlay-content > .gux-tooltip-overlay[id][data-position="bottom"] .tooltip-chevron:before,
      .overlay-content > .acc-tooltip-overlay[id][data-position="bottom"] .tooltip-chevron:before {
        border-radius: 0 0 5px 0; }
  body > .gux-tooltip-overlay[id][data-position="left"],
  body > .acc-tooltip-overlay[id][data-position="left"],
  .overlay-content > .gux-tooltip-overlay[id][data-position="left"],
  .overlay-content > .acc-tooltip-overlay[id][data-position="left"] {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
    body > .gux-tooltip-overlay[id][data-position="left"] .tooltip-chevron:before,
    body > .acc-tooltip-overlay[id][data-position="left"] .tooltip-chevron:before,
    .overlay-content > .gux-tooltip-overlay[id][data-position="left"] .tooltip-chevron:before,
    .overlay-content > .acc-tooltip-overlay[id][data-position="left"] .tooltip-chevron:before {
      border-radius: 0 0 5px 0; }
  body > .gux-tooltip-overlay[id][data-position="none"],
  body > .acc-tooltip-overlay[id][data-position="none"],
  .overlay-content > .gux-tooltip-overlay[id][data-position="none"],
  .overlay-content > .acc-tooltip-overlay[id][data-position="none"] {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: fixed !important; }
    body > .gux-tooltip-overlay[id][data-position="none"] .tooltip-chevron,
    body > .acc-tooltip-overlay[id][data-position="none"] .tooltip-chevron,
    .overlay-content > .gux-tooltip-overlay[id][data-position="none"] .tooltip-chevron,
    .overlay-content > .acc-tooltip-overlay[id][data-position="none"] .tooltip-chevron {
      display: none; }
  body > .gux-tooltip-overlay[id] .small,
  body > .acc-tooltip-overlay[id] .small,
  .overlay-content > .gux-tooltip-overlay[id] .small,
  .overlay-content > .acc-tooltip-overlay[id] .small {
    font-size: 10px;
    color: #4d4d4d;
    font-family: "AntennaRegular", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px; }
    @media only screen and (min-width: 62em) {
      body > .gux-tooltip-overlay[id] .small,
      body > .acc-tooltip-overlay[id] .small,
      .overlay-content > .gux-tooltip-overlay[id] .small,
      .overlay-content > .acc-tooltip-overlay[id] .small {
        font-size: 11px;
        line-height: 1.818;
        letter-spacing: 1px; } }
  body > .gux-tooltip-overlay[id] .acc-tooltip-overlay-title,
  body > .acc-tooltip-overlay[id] .acc-tooltip-overlay-title,
  .overlay-content > .gux-tooltip-overlay[id] .acc-tooltip-overlay-title,
  .overlay-content > .acc-tooltip-overlay[id] .acc-tooltip-overlay-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    word-break: break-word; }
    @media only screen and (min-width: 30.0625em) {
      body > .gux-tooltip-overlay[id] .acc-tooltip-overlay-title,
      body > .acc-tooltip-overlay[id] .acc-tooltip-overlay-title,
      .overlay-content > .gux-tooltip-overlay[id] .acc-tooltip-overlay-title,
      .overlay-content > .acc-tooltip-overlay[id] .acc-tooltip-overlay-title {
        margin: 10px 0; } }
    @media only screen and (min-width: 62em) {
      body > .gux-tooltip-overlay[id] .acc-tooltip-overlay-title,
      body > .acc-tooltip-overlay[id] .acc-tooltip-overlay-title,
      .overlay-content > .gux-tooltip-overlay[id] .acc-tooltip-overlay-title,
      .overlay-content > .acc-tooltip-overlay[id] .acc-tooltip-overlay-title {
        margin-bottom: 20px; } }
  body > .gux-tooltip-overlay[id] .close-icon,
  body > .acc-tooltip-overlay[id] .close-icon,
  .overlay-content > .gux-tooltip-overlay[id] .close-icon,
  .overlay-content > .acc-tooltip-overlay[id] .close-icon {
    -webkit-transform: none;
            transform: none;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    line-height: 1; }
    body > .gux-tooltip-overlay[id] .close-icon:before,
    body > .acc-tooltip-overlay[id] .close-icon:before,
    .overlay-content > .gux-tooltip-overlay[id] .close-icon:before,
    .overlay-content > .acc-tooltip-overlay[id] .close-icon:before {
      display: none; }
    body > .gux-tooltip-overlay[id] .close-icon:after,
    body > .acc-tooltip-overlay[id] .close-icon:after,
    .overlay-content > .gux-tooltip-overlay[id] .close-icon:after,
    .overlay-content > .acc-tooltip-overlay[id] .close-icon:after {
      font-family: 'icomoon-gux-3';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\E905";
      font-size: 30px;
      color: #102b4e; }
    body > .gux-tooltip-overlay[id] .close-icon:focus,
    body > .acc-tooltip-overlay[id] .close-icon:focus,
    .overlay-content > .gux-tooltip-overlay[id] .close-icon:focus,
    .overlay-content > .acc-tooltip-overlay[id] .close-icon:focus {
      outline: 3px solid #102b4e; }
  body > .gux-tooltip-overlay[id] .hidden-element,
  body > .acc-tooltip-overlay[id] .hidden-element,
  .overlay-content > .gux-tooltip-overlay[id] .hidden-element,
  .overlay-content > .acc-tooltip-overlay[id] .hidden-element {
    outline: 0;
    visibility: hidden; }

#gux3 .acc-tooltip,
#gux3 .gux-tooltip,
#g3 .content .acc-tooltip,
#g3 .content .gux-tooltip {
  color: inherit;
  display: inline-block; }
  #gux3 .acc-tooltip:after,
  #gux3 .gux-tooltip:after,
  #g3 .content .acc-tooltip:after,
  #g3 .content .gux-tooltip:after {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E909";
    font-size: 21px;
    color: inherit;
    top: 0;
    margin: 0;
    vertical-align: top; }

#gux3 .gux-disclosure,
#gux3 .acc-disclosure,
#g3 .content .gux-disclosure,
#g3 .content .acc-disclosure {
  font-size: .75em;
  top: 7px;
  vertical-align: top;
  color: inherit; }

#gux3 .acc-tooltip:hover,
#gux3 .gux-tooltip:hover,
#gux3 .gux-disclosure:hover,
#gux3 .acc-disclosure:hover,
#g3 .content .acc-tooltip:hover,
#g3 .content .gux-tooltip:hover,
#g3 .content .gux-disclosure:hover,
#g3 .content .acc-disclosure:hover {
  cursor: pointer; }

#gux3 .acc-tooltip-rte-label,
#gux3 .gux-tooltip-rte-label,
#g3 .content .acc-tooltip-rte-label,
#g3 .content .gux-tooltip-rte-label {
  display: none; }

#gux3 .richtext-white .acc-tooltip,
#gux3 .richtext-white .gux-tooltip,
#gux3 .richtext-white .gux-disclosure,
#gux3 .richtext-white .acc-disclosure,
#g3 .content .richtext-white .acc-tooltip,
#g3 .content .richtext-white .gux-tooltip,
#g3 .content .richtext-white .gux-disclosure,
#g3 .content .richtext-white .acc-disclosure {
  color: #fff; }

#global-ux .overlay .overlay-close-bar .overlay-close-button,
.overlay .overlay-close-bar .overlay-close-button {
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 20px;
  font-size: 0;
  display: block;
  height: 26px;
  width: 26px;
  outline-offset: 10px; }
  @media only screen and (min-width: 30.0625em) {
    #global-ux .overlay .overlay-close-bar .overlay-close-button,
    .overlay .overlay-close-bar .overlay-close-button {
      top: 35px;
      right: 35px; } }
  #global-ux .overlay .overlay-close-bar .overlay-close-button:after,
  .overlay .overlay-close-bar .overlay-close-button:after {
    font-family: 'icomoon-gux-3';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\E905";
    font-size: 26px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    color: #102b4e; }

#global-ux .overlay .overlay-content-wrapper,
.overlay .overlay-content-wrapper {
  background: #fff; }
  @media only screen and (max-width: 30em) {
    #global-ux .overlay .overlay-content-wrapper,
    .overlay .overlay-content-wrapper {
      overflow-x: hidden; } }
  #global-ux .overlay .overlay-content-wrapper .overlay-inner,
  .overlay .overlay-content-wrapper .overlay-inner {
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-width: unset; }
    #global-ux .overlay .overlay-content-wrapper .overlay-inner .overlay-content,
    .overlay .overlay-content-wrapper .overlay-inner .overlay-content {
      width: 100%;
      height: 100%;
      padding-top: 63px;
      overflow-y: auto;
      overflow-x: hidden; }
      @media only screen and (min-width: 30.0625em) {
        #global-ux .overlay .overlay-content-wrapper .overlay-inner .overlay-content,
        .overlay .overlay-content-wrapper .overlay-inner .overlay-content {
          padding-top: 91px; } }
      #global-ux .overlay .overlay-content-wrapper .overlay-inner .overlay-content > .content,
      .overlay .overlay-content-wrapper .overlay-inner .overlay-content > .content {
        border: 0; }
        #global-ux .overlay .overlay-content-wrapper .overlay-inner .overlay-content > .content > div:not(.tryTheTechMap):not(.youtube):not(.brightcove):not(.carousel):not(.carousel3):not(.box-content-wrapper):not(.compareVs):not(#gux3):not(.richtext-numbered-list):not(.image-left-align):not(.image-right-align):not(.bevImageGallery):not(.splitter):not(.box):not(.helpMeChoose),
        .overlay .overlay-content-wrapper .overlay-inner .overlay-content > .content > div:not(.tryTheTechMap):not(.youtube):not(.brightcove):not(.carousel):not(.carousel3):not(.box-content-wrapper):not(.compareVs):not(#gux3):not(.richtext-numbered-list):not(.image-left-align):not(.image-right-align):not(.bevImageGallery):not(.splitter):not(.box):not(.helpMeChoose) {
          margin-left: 17.1875%;
          margin-right: 17.1875%; }
          @media only screen and (min-width: 30.0625em) {
            #global-ux .overlay .overlay-content-wrapper .overlay-inner .overlay-content > .content > div:not(.tryTheTechMap):not(.youtube):not(.brightcove):not(.carousel):not(.carousel3):not(.box-content-wrapper):not(.compareVs):not(#gux3):not(.richtext-numbered-list):not(.image-left-align):not(.image-right-align):not(.bevImageGallery):not(.splitter):not(.box):not(.helpMeChoose),
            .overlay .overlay-content-wrapper .overlay-inner .overlay-content > .content > div:not(.tryTheTechMap):not(.youtube):not(.brightcove):not(.carousel):not(.carousel3):not(.box-content-wrapper):not(.compareVs):not(#gux3):not(.richtext-numbered-list):not(.image-left-align):not(.image-right-align):not(.bevImageGallery):not(.splitter):not(.box):not(.helpMeChoose) {
              margin-left: 21.35417%;
              margin-right: 21.35417%; } }
          @media only screen and (min-width: 48em) {
            #global-ux .overlay .overlay-content-wrapper .overlay-inner .overlay-content > .content > div:not(.tryTheTechMap):not(.youtube):not(.brightcove):not(.carousel):not(.carousel3):not(.box-content-wrapper):not(.compareVs):not(#gux3):not(.richtext-numbered-list):not(.image-left-align):not(.image-right-align):not(.bevImageGallery):not(.splitter):not(.box):not(.helpMeChoose),
            .overlay .overlay-content-wrapper .overlay-inner .overlay-content > .content > div:not(.tryTheTechMap):not(.youtube):not(.brightcove):not(.carousel):not(.carousel3):not(.box-content-wrapper):not(.compareVs):not(#gux3):not(.richtext-numbered-list):not(.image-left-align):not(.image-right-align):not(.bevImageGallery):not(.splitter):not(.box):not(.helpMeChoose) {
              margin-left: 22.91667%;
              margin-right: 22.91667%; } }
        #global-ux .overlay .overlay-content-wrapper .overlay-inner .overlay-content > .content > .richtext:first-of-type,
        .overlay .overlay-content-wrapper .overlay-inner .overlay-content > .content > .richtext:first-of-type {
          margin: 10px auto 40px; }
    #global-ux .overlay .overlay-content-wrapper .overlay-inner .content,
    .overlay .overlay-content-wrapper .overlay-inner .content {
      height: 100%;
      max-width: none; }
  #global-ux .overlay .overlay-content-wrapper .tryTheTechMap,
  #global-ux .overlay .overlay-content-wrapper .ttt-map-section,
  #global-ux .overlay .overlay-content-wrapper .ttt-map-init,
  #global-ux .overlay .overlay-content-wrapper .ttt_rangeMapContainer,
  .overlay .overlay-content-wrapper .tryTheTechMap,
  .overlay .overlay-content-wrapper .ttt-map-section,
  .overlay .overlay-content-wrapper .ttt-map-init,
  .overlay .overlay-content-wrapper .ttt_rangeMapContainer {
    height: 100%; }
  #global-ux .overlay .overlay-content-wrapper .ttt_rangeMapContainer,
  .overlay .overlay-content-wrapper .ttt_rangeMapContainer {
    max-width: none;
    width: 100%;
    height: 100%; }

#global-ux .overlay .bevImageGallery picture,
.overlay .bevImageGallery picture {
  max-height: 55vh; }
  @media only screen and (min-width: 62em) {
    #global-ux .overlay .bevImageGallery picture,
    .overlay .bevImageGallery picture {
      max-height: 80vh; } }

#global-ux .overlay .bevImageGallery img,
.overlay .bevImageGallery img {
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover; }

#global-ux .overlay .youtube,
#global-ux .overlay .brightcove:not(.brightcove-thumb),
#global-ux .overlay .brightcove:not(.brightcove-thumb) + .richtext,
.overlay .youtube,
.overlay .brightcove:not(.brightcove-thumb),
.overlay .brightcove:not(.brightcove-thumb) + .richtext {
  text-align: center;
  max-width: 780px;
  margin: auto !important;
  position: relative; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #global-ux .overlay .youtube,
    #global-ux .overlay .brightcove:not(.brightcove-thumb),
    #global-ux .overlay .brightcove:not(.brightcove-thumb) + .richtext,
    .overlay .youtube,
    .overlay .brightcove:not(.brightcove-thumb),
    .overlay .brightcove:not(.brightcove-thumb) + .richtext {
      display: block;
      margin: 0 auto;
      position: static; } }
  #global-ux .overlay .youtube .youtube-player-wrapper,
  #global-ux .overlay .youtube .brightcove-player,
  #global-ux .overlay .brightcove:not(.brightcove-thumb) .youtube-player-wrapper,
  #global-ux .overlay .brightcove:not(.brightcove-thumb) .brightcove-player,
  #global-ux .overlay .brightcove:not(.brightcove-thumb) + .richtext .youtube-player-wrapper,
  #global-ux .overlay .brightcove:not(.brightcove-thumb) + .richtext .brightcove-player,
  .overlay .youtube .youtube-player-wrapper,
  .overlay .youtube .brightcove-player,
  .overlay .brightcove:not(.brightcove-thumb) .youtube-player-wrapper,
  .overlay .brightcove:not(.brightcove-thumb) .brightcove-player,
  .overlay .brightcove:not(.brightcove-thumb) + .richtext .youtube-player-wrapper,
  .overlay .brightcove:not(.brightcove-thumb) + .richtext .brightcove-player {
    width: 100%; }
  #global-ux .overlay .youtube .start-image picture:before,
  #global-ux .overlay .brightcove:not(.brightcove-thumb) .start-image picture:before,
  #global-ux .overlay .brightcove:not(.brightcove-thumb) + .richtext .start-image picture:before,
  .overlay .youtube .start-image picture:before,
  .overlay .brightcove:not(.brightcove-thumb) .start-image picture:before,
  .overlay .brightcove:not(.brightcove-thumb) + .richtext .start-image picture:before {
    display: none; }
  #global-ux .overlay .youtube > .component-content,
  #global-ux .overlay .brightcove:not(.brightcove-thumb) > .component-content,
  #global-ux .overlay .brightcove:not(.brightcove-thumb) + .richtext > .component-content,
  .overlay .youtube > .component-content,
  .overlay .brightcove:not(.brightcove-thumb) > .component-content,
  .overlay .brightcove:not(.brightcove-thumb) + .richtext > .component-content {
    width: 100%; }

#global-ux .overlay .brightcove:not(.brightcove-thumb),
.overlay .brightcove:not(.brightcove-thumb) {
  margin-top: 100px; }

#global-ux .overlay .brightcove-description,
.overlay .brightcove-description {
  padding-top: 30px; }

#global-ux .overlay .splitter,
.overlay .splitter {
  margin: auto;
  max-width: 1040px; }
  #global-ux .overlay .splitter .column,
  #global-ux .overlay .splitter .columns,
  .overlay .splitter .column,
  .overlay .splitter .columns {
    padding: 0 25px; }
    @media only screen and (min-width: 30.0625em) {
      #global-ux .overlay .splitter .column,
      #global-ux .overlay .splitter .columns,
      .overlay .splitter .column,
      .overlay .splitter .columns {
        clear: both;
        float: none;
        margin: auto; }
        #global-ux .overlay .splitter .column + .columns + .columns:last-child,
        #global-ux .overlay .splitter .columns + .columns + .columns:last-child,
        .overlay .splitter .column + .columns + .columns:last-child,
        .overlay .splitter .columns + .columns + .columns:last-child {
          float: none; } }
    @media only screen and (max-width: 61.9375em) {
      #global-ux .overlay .splitter .column,
      #global-ux .overlay .splitter .columns,
      .overlay .splitter .column,
      .overlay .splitter .columns {
        width: 100%; } }
    @media only screen and (min-width: 62em) {
      #global-ux .overlay .splitter .column,
      #global-ux .overlay .splitter .columns,
      .overlay .splitter .column,
      .overlay .splitter .columns {
        padding-left: 35px;
        padding-right: 35px;
        clear: none;
        float: left; }
        #global-ux .overlay .splitter .column + .columns + .columns:last-child,
        #global-ux .overlay .splitter .columns + .columns + .columns:last-child,
        .overlay .splitter .column + .columns + .columns:last-child,
        .overlay .splitter .columns + .columns + .columns:last-child {
          float: right; } }
  #global-ux .overlay .splitter .image,
  .overlay .splitter .image {
    margin: 0 auto;
    overflow: hidden;
    text-align: center; }
    @media only screen and (min-width: 30.0625em) {
      #global-ux .overlay .splitter .image,
      .overlay .splitter .image {
        float: left; } }
    @media only screen and (min-width: 62em) {
      #global-ux .overlay .splitter .image,
      .overlay .splitter .image {
        float: none; } }
    @media only screen and (min-width: 30.0625em) {
      #global-ux .overlay .splitter .image .image-caption p,
      .overlay .splitter .image .image-caption p {
        text-align: left; } }
    @media only screen and (min-width: 62em) {
      #global-ux .overlay .splitter .image .image-caption p,
      .overlay .splitter .image .image-caption p {
        text-align: center; } }
    #global-ux .overlay .splitter .image img,
    .overlay .splitter .image img {
      margin: 0 21px 25px 0; }
      @media only screen and (min-width: 30.0625em) {
        #global-ux .overlay .splitter .image img,
        .overlay .splitter .image img {
          float: left;
          max-width: 204px; } }
      @media only screen and (min-width: 62em) {
        #global-ux .overlay .splitter .image img,
        .overlay .splitter .image img {
          float: none;
          display: block;
          margin: 10px auto 25px;
          max-width: 100%; } }
    #global-ux .overlay .splitter .image + .richtext,
    .overlay .splitter .image + .richtext {
      text-align: center; }
      @media only screen and (min-width: 30.0625em) {
        #global-ux .overlay .splitter .image + .richtext,
        .overlay .splitter .image + .richtext {
          text-align: left; } }
      @media only screen and (min-width: 62em) {
        #global-ux .overlay .splitter .image + .richtext,
        .overlay .splitter .image + .richtext {
          text-align: center; } }

.visual-indicator {
  background: none;
  -webkit-transform: none;
          transform: none; }

