@charset "UTF-8";
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.add-to-calendar-container {
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  padding: 0.625rem; }
  .add-to-calendar-container-dark {
    background-color: #ffffff;
    color: #000000; }
    .add-to-calendar-container-dark .text-container .supTitle {
      color: #000000; }
    .add-to-calendar-container-dark .text-container .title {
      color: #000000; }
  .add-to-calendar-container-light {
    background-color: #000000;
    color: #ffffff; }
    .add-to-calendar-container-light .text-container .supTitle {
      color: #ffffff; }
    .add-to-calendar-container-light .text-container .title {
      color: #ffffff; }
  .add-to-calendar-container .text-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
    .add-to-calendar-container .text-container .supTitle,
    .add-to-calendar-container .text-container .title,
    .add-to-calendar-container .text-container .shortDescription,
    .add-to-calendar-container .text-container .subTitle {
      text-align: center;
      margin-bottom: 0;
      padding-bottom: 16px;
      padding-bottom: 1rem;
      width: 100%; }
    .add-to-calendar-container .text-container .supTitle {
      font-family: "MMC-Subline", sans-serif;
      font-weight: 600;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 1px;
      letter-spacing: 0.0625rem;
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .add-to-calendar-container .text-container .supTitle {
          font-size: 12px;
          font-size: 0.75rem; } }
    .add-to-calendar-container .text-container .title {
      font-family: "MMC-Headline", sans-serif;
      text-transform: none;
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem;
      width: 55%;
      /*
      * MOBILE
      * max-width: 400px;
      */
      /*
      * SMALL IPHONES
      * max-width: 350px;
      */
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (max-width: 25em) {
        .add-to-calendar-container .text-container .title {
          width: 64%; } }
      @media screen and (max-width: 21.875em) {
        .add-to-calendar-container .text-container .title {
          width: 60%; } }
      @media screen and (min-width: 46.875em) {
        .add-to-calendar-container .text-container .title {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 27px;
          line-height: 1.6875rem;
          width: 100%; } }
    .add-to-calendar-container .text-container .shortDescription {
      font-family: "MMC-Subline", sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .add-to-calendar-container .text-container .shortDescription {
          font-size: 18px;
          font-size: 1.125rem; } }
    .add-to-calendar-container .text-container .subTitle {
      font-family: "MMC-Subline", sans-serif;
      font-weight: 100;
      font-size: 12px;
      font-size: 0.75rem;
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .add-to-calendar-container .text-container .subTitle {
          font-size: 16px;
          font-size: 1rem; } }
  .add-to-calendar-container .add-to-calendar-buttons .add-to-calendar-widget .add-to-calendar-label,
  .add-to-calendar-container .add-to-calendar-buttons .add-to-calendar-widget .add-to-calendar-checkbox {
    display: none; }
  .add-to-calendar-container .add-to-calendar-buttons .add-to-calendar-widget .add-to-calendar-dropdown {
    border: none;
    position: relative;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%; }
  .add-to-calendar-container .add-to-calendar-buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    max-width: 700px;
    max-width: 43.75rem;
    padding: 24px 0;
    padding: 1.5rem 0;
    width: 100%;
    /*
       * TABLET
       * min-width: 750px
       */ }
    .add-to-calendar-container .add-to-calendar-buttons .calendar-field {
      text-align: center;
      outline: none;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      padding-bottom: 16px;
      padding-bottom: 1rem;
      width: 50%; }
      .add-to-calendar-container .add-to-calendar-buttons .calendar-field .icon {
        color: #000000;
        font-size: 36px;
        font-size: 2.25rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
        width: 100%; }
      .add-to-calendar-container .add-to-calendar-buttons .calendar-field .calendar-text {
        color: #ed1c24;
        font-family: "MMC-Headline", sans-serif;
        font-size: 16px;
        font-size: 1rem;
        width: 100%; }
    @media screen and (min-width: 46.875em) {
      .add-to-calendar-container .add-to-calendar-buttons {
        margin: 0 auto;
        margin: 0 auto;
        padding-bottom: 48px;
        padding-bottom: 3rem; }
        .add-to-calendar-container .add-to-calendar-buttons .calendar-field {
          padding-top: 16px;
          padding-top: 1rem;
          width: 25%; } }

@charset "UTF-8";
/*
SASS IMPORTS FOR COMMON MIXINS AND VARIABLES.
No CSS should be created by these imports to prevent redundant style definitions.
*/
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.video-element {
  display: none; }
  .video-element.show-mobile {
    display: block; }

.video-image-replacement-desktop {
  display: block; }
  .video-image-replacement-desktop.show-mobile {
    display: none; }

@media screen and (min-width: 1040px) {
  .video-element {
    display: block; }
  .video-image-replacement-desktop {
    display: none; } }

/*
* Headlines
*/
.mm-headline {
  font-family: Headline;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
  .mm-headline i {
    color: #ed1c24; }
  .mm-headline.font-switch {
    font-family: Subline; }
    .mm-headline.font-switch else {
      font-family: Headline; }

.mm-headline-1 {
  font-family: Headline;
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
  .mm-headline-1 i {
    color: #ed1c24; }
  .mm-headline-1.font-switch {
    font-family: Subline; }
    .mm-headline-1.font-switch else {
      font-family: Headline; }

.mm-modal-headline {
  font-family: Headline;
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  padding: 20px;
  padding: 1.25rem; }
  .mm-modal-headline i {
    color: #ed1c24; }
  .mm-modal-headline.font-switch {
    font-family: Subline; }
    .mm-modal-headline.font-switch else {
      font-family: Headline; }

/*
* Simple Heros
*/
.mm-simple-hero-headline {
  font-family: Headline;
  font-weight: normal;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 56px;
  line-height: 3.5rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  letter-spacing: -0.01em; }
  .mm-simple-hero-headline i {
    color: #ed1c24; }
  .mm-simple-hero-headline.font-switch {
    font-family: Subline; }
    .mm-simple-hero-headline.font-switch else {
      font-family: Headline; }

.mm-simple-hero-subheadline {
  font-family: Headline;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 20px;
  line-height: 1.25rem; }
  .mm-simple-hero-subheadline i {
    color: #ed1c24; }
  .mm-simple-hero-subheadline.font-switch {
    font-family: Subline; }
    .mm-simple-hero-subheadline.font-switch else {
      font-family: Headline; }

/*
/*
* New Hero Headline
*/
.mm-hero-headline {
  font-family: Headline;
  font-weight: normal;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 56px;
  line-height: 3.5rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  letter-spacing: -0.01em; }
  .mm-hero-headline i {
    color: #ed1c24; }
  .mm-hero-headline.font-switch {
    font-family: Subline; }
    .mm-hero-headline.font-switch else {
      font-family: Headline; }

/*
* Sub-Headlines
*/
.mm-subheadline {
  font-family: Headline;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
  .mm-subheadline i {
    color: #ed1c24; }
  .mm-subheadline.font-switch {
    font-family: Subline; }
    .mm-subheadline.font-switch else {
      font-family: Headline; }

.mm-subheadline-1 {
  font-family: Headline;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
  .mm-subheadline-1 i {
    color: #ed1c24; }
  .mm-subheadline-1.font-switch {
    font-family: Subline; }
    .mm-subheadline-1.font-switch else {
      font-family: Headline; }

/*
* Copy
*/
.mm-description-copy {
  font-family: Subline;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #444444; }
  .mm-description-copy.font-switch {
    font-family: Headline; }

.mm-body-copy {
  font-family: Subline;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #444444; }
  .mm-body-copy.font-switch {
    font-family: Headline; }

.mm-small-copy {
  font-family: "TradeGothic-CondEighteen";
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #222222; }
  .mm-small-copy.font-switch {
    font-family: "TradeGothic-CondBoldTwenty"; }

/*
Top-line
*/
.mm-top-line {
  font-family: "TradeGothic-CondEighteen";
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: -0.01em; }

.mm-modal-disclaimer {
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: #999999;
  text-align: justify; }
  .mm-modal-disclaimer a {
    color: #ed1c24; }

/*
* Color
*/
/*
       * TABLET
       * min-width: 750px
       */
@media screen and (min-width: 46.875em) {
  .color-white.mm-simple-hero-headline, .color-white.mm-hero-headline, .color-white.mm-headline, .color-white.mm-headline-1, .color-white.mm-subheadline, .color-white.mm-subheadline-1, .color-white.mm-description-copy, .color-white.mm-top-line, .color-white.mm-body-copy {
    color: #ffffff; }
  .color-dark.mm-simple-hero-headline, .color-dark.mm-hero-headline, .color-dark.mm-headline, .color-dark.mm-headline-1, .color-dark.mm-subheadline, .color-dark.mm-subheadline-1, .color-dark.mm-description-copy, .color-dark.mm-top-line, .color-dark.mm-body-copy {
    color: #444444; }
  .color-black.mm-simple-hero-headline, .color-black.mm-hero-headline, .color-black.mm-headline, .color-black.mm-headline-1, .color-black.mm-subheadline, .color-black.mm-subheadline-1, .color-black.mm-description-copy, .color-black.mm-top-line, .color-black.mm-body-copy {
    color: #000000; }
  .color-red.mm-simple-hero-headline, .color-red.mm-hero-headline, .color-red.mm-headline, .color-red.mm-headline-1, .color-red.mm-subheadline, .color-red.mm-subheadline-1, .color-red.mm-description-copy, .color-red.mm-top-line, .color-red.mm-body-copy {
    color: #ed1c24; }
  .color-light.mm-simple-hero-headline, .color-light.mm-hero-headline, .color-light.mm-headline, .color-light.mm-headline-1, .color-light.mm-subheadline, .color-light.mm-subheadline-1, .color-light.mm-description-copy, .color-light.mm-body-copy {
    color: #bcbcbc; } }

/*
* Disclaimers
*/
.mm-footer-disclaimers {
  background-color: #ececec;
  background-image: url("/ui/img/grain-lighter-ebfb4fe5ee.jpg"); }
  .mm-footer-disclaimers .disclaimer-content {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .mm-footer-disclaimers .disclaimer-content sup {
    top: -0.5em;
    font-size: 70%; }
  .mm-footer-disclaimers .disclaimer-content p {
    margin: 15px 0;
    margin: 0.9375rem 0;
    padding-left: 10px;
    padding-left: 0.625rem;
    line-height: 1.3em;
    text-indent: -7px;
    text-indent: -0.4375rem; }
    .mm-footer-disclaimers .disclaimer-content p.selected {
      border-radius: 5px;
      padding: 7px 5px 7px 25px;
      padding: 0.4375rem 0.3125rem 0.4375rem 1.5625rem;
      background-color: #ffffff; }

.mm-disclaimer {
  position: relative;
  line-height: 0;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "TradeGothic-CondEighteen"; }

sup.mm-disclaimer {
  top: 8px;
  top: 0.5rem;
  vertical-align: top; }

sub.mm-disclaimer {
  bottom: -0.25em;
  vertical-align: baseline; }

/*
* CTA's
*/
.mm-button, .mm-dropdown .mm-dropdown-button {
  padding: 15px;
  padding: 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  display: inline-block;
  border: none;
  outline: none;
  font-family: Headline;
  text-transform: uppercase;
  cursor: pointer; }
  .mm-button:focus, .mm-dropdown .mm-dropdown-button:focus {
    outline: 0; }
  .mm-button .icon, .mm-dropdown .mm-dropdown-button .icon {
    color: #ed1c24;
    float: right;
    margin-top: 2px;
    margin-top: 0.125rem;
    margin-left: 5px;
    margin-left: 0.3125rem; }
  .mm-button .pre-icon, .mm-dropdown .mm-dropdown-button .pre-icon {
    float: left;
    margin-right: 5px;
    margin-right: 0.3125rem;
    margin-left: 0px;
    margin-left: 0rem;
    padding-left: 0px;
    padding-left: 0rem; }
  .mm-button.grey, .mm-dropdown .grey.mm-dropdown-button {
    color: #555555;
    background-color: #dddddd; }
    .mm-button.grey .icon_cta-caret, .mm-dropdown .grey.mm-dropdown-button .icon_cta-caret,
    .mm-button.grey .icon_cta-caret-left,
    .mm-dropdown .grey.mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.grey:hover i, .mm-dropdown .grey.mm-dropdown-button:hover i {
      color: #555555; }
    .mm-button.grey:hover .icon_cta-caret, .mm-dropdown .grey.mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.grey .icon, .mm-dropdown .grey.mm-dropdown-button .icon {
      color: #555555; }
    .mm-button.grey:hover, .mm-dropdown .grey.mm-dropdown-button:hover {
      color: #6f6f6f;
      background-color: #f7f7f7; }
  .mm-button.tundora, .mm-dropdown .tundora.mm-dropdown-button {
    color: #ffffff;
    background-color: #444444; }
    .mm-button.tundora .icon_cta-caret, .mm-dropdown .tundora.mm-dropdown-button .icon_cta-caret,
    .mm-button.tundora .icon_cta-caret-left,
    .mm-dropdown .tundora.mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.tundora:hover i, .mm-dropdown .tundora.mm-dropdown-button:hover i {
      color: #ffffff; }
    .mm-button.tundora:hover .icon_cta-caret, .mm-dropdown .tundora.mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.tundora .icon, .mm-dropdown .tundora.mm-dropdown-button .icon {
      color: #ed1c24; }
    .mm-button.tundora:hover, .mm-dropdown .tundora.mm-dropdown-button:hover {
      color: #ffffff;
      background-color: #ed1c24; }
  .mm-button.light, .mm-dropdown .light.mm-dropdown-button {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FFEEEEEE');
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), color-stop(4%, rgba(187, 187, 187, 0.25)), color-stop(10%, #eeeeee), to(#eeeeee));
    background-image: linear-gradient(top, #bbbbbb 0%, rgba(187, 187, 187, 0.25) 4%, #eeeeee 10%, #eeeeee 100%);
    background-color: #eeeeee;
    color: #555555;
    background-color: #dddddd;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
    .mm-button.light .icon_cta-caret, .mm-dropdown .light.mm-dropdown-button .icon_cta-caret,
    .mm-button.light .icon_cta-caret-left,
    .mm-dropdown .light.mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.light:hover i, .mm-dropdown .light.mm-dropdown-button:hover i {
      color: #ffffff; }
    .mm-button.light:hover .icon_cta-caret, .mm-dropdown .light.mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.light:hover, .mm-dropdown .light.mm-dropdown-button:hover {
      color: #ffffff;
      background-color: #ed1c24;
      background-image: none;
      -webkit-filter: none;
              filter: none; }
  .mm-button.red, .mm-dropdown .red.mm-dropdown-button, .mm-dropdown.red .mm-dropdown-button {
    color: #ffffff;
    background-color: #ed1c24; }
    .mm-button.red .icon_cta-caret, .mm-dropdown .red.mm-dropdown-button .icon_cta-caret, .mm-dropdown.red .mm-dropdown-button .icon_cta-caret,
    .mm-button.red .icon_cta-caret-left,
    .mm-dropdown .red.mm-dropdown-button .icon_cta-caret-left,
    .mm-dropdown.red .mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.red:hover i, .mm-dropdown .red.mm-dropdown-button:hover i, .mm-dropdown.red .mm-dropdown-button:hover i {
      color: #ffffff; }
    .mm-button.red:hover .icon_cta-caret, .mm-dropdown .red.mm-dropdown-button:hover .icon_cta-caret, .mm-dropdown.red .mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.red .icon, .mm-dropdown .red.mm-dropdown-button .icon, .mm-dropdown.red .mm-dropdown-button .icon {
      color: #ffffff; }
    .mm-button.red:hover, .mm-dropdown .red.mm-dropdown-button:hover, .mm-dropdown.red .mm-dropdown-button:hover {
      color: #ffffff;
      background-color: #c61017; }
  .mm-button.white, .mm-dropdown .white.mm-dropdown-button {
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 13px 9px;
    padding: 0.625rem 0.8125rem 0.5625rem;
    line-height: 15px;
    line-height: 0.9375rem;
    font-family: Headline;
    font-weight: normal;
    color: #444444;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
    .mm-button.white:hover, .mm-dropdown .white.mm-dropdown-button:hover {
      text-decoration: none; }
    .mm-button.white .icon_cta-caret, .mm-dropdown .white.mm-dropdown-button .icon_cta-caret,
    .mm-button.white .icon_cta-caret-left,
    .mm-dropdown .white.mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.white:hover i, .mm-dropdown .white.mm-dropdown-button:hover i {
      color: #ffffff; }
    .mm-button.white:hover .icon_cta-caret, .mm-dropdown .white.mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.white .icon, .mm-dropdown .white.mm-dropdown-button .icon {
      color: #ed1c24; }
    .mm-button.white:hover, .mm-dropdown .white.mm-dropdown-button:hover {
      color: #ffffff;
      background-color: #ed1c24; }
  .mm-button.dark, .mm-dropdown .dark.mm-dropdown-button {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF515151', endColorstr='#FF202020');
    background-image: -webkit-gradient(linear, left top, left bottom, from(#515151), color-stop(3%, #494949), color-stop(8%, #2b2b2b), color-stop(10%, #222222), color-stop(13%, #202020), to(#202020));
    background-image: linear-gradient(to bottom, #515151 0%, #494949 3%, #2b2b2b 8%, #222222 10%, #202020 13%, #202020 100%);
    background-color: #515151;
    color: #dddddd;
    background-color: #222222;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
    .mm-button.dark .icon_cta-caret, .mm-dropdown .dark.mm-dropdown-button .icon_cta-caret,
    .mm-button.dark .icon_cta-caret-left,
    .mm-dropdown .dark.mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.dark:hover i, .mm-dropdown .dark.mm-dropdown-button:hover i {
      color: #ffffff; }
    .mm-button.dark:hover .icon_cta-caret, .mm-dropdown .dark.mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.dark:hover, .mm-dropdown .dark.mm-dropdown-button:hover {
      color: #ffffff;
      background-color: #ed1c24;
      background-image: none;
      -webkit-filter: none;
              filter: none; }
  .mm-button.clear, .mm-dropdown .clear.mm-dropdown-button {
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 13px 9px;
    padding: 0.625rem 0.8125rem 0.5625rem;
    line-height: 15px;
    line-height: 0.9375rem;
    font-family: Headline;
    font-weight: normal;
    margin-left: 0;
    margin-right: 10px;
    margin-right: 0.625rem;
    padding-left: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #444444;
    font-family: "TradeGothic-CondBoldTwenty"; }
    .mm-button.clear:hover, .mm-dropdown .clear.mm-dropdown-button:hover {
      text-decoration: none; }
    .mm-button.clear .icon_cta-caret, .mm-dropdown .clear.mm-dropdown-button .icon_cta-caret,
    .mm-button.clear .icon_cta-caret-left,
    .mm-dropdown .clear.mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.clear:hover i, .mm-dropdown .clear.mm-dropdown-button:hover i {
      color: #ed1c24; }
    .mm-button.clear:hover .icon_cta-caret, .mm-dropdown .clear.mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.clear:hover, .mm-dropdown .clear.mm-dropdown-button:hover {
      color: #ed1c24; }
    .mm-button.clear.mm-large, .mm-dropdown .clear.mm-large.mm-dropdown-button {
      padding-left: 0;
      margin-left: 0; }
  .mm-button.mm-large, .mm-dropdown .mm-large.mm-dropdown-button {
    padding: 20px;
    padding: 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .mm-button.mm-small, .mm-dropdown .mm-small.mm-dropdown-button {
    padding: 10px;
    padding: 0.625rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem; }

/*
* Dropdown
*/
.mm-dropdown {
  position: relative;
  display: inline-block; }
  .mm-dropdown .mm-dropdown-button {
    width: 100%; }
    .mm-dropdown .mm-dropdown-button .icon {
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-dropdown .mm-dropdown-button .icon_minus {
      display: none; }
    .mm-dropdown .mm-dropdown-button .icon_plus {
      display: inline-block; }
  .mm-dropdown .mm-dropdown-content {
    display: none; }
    .mm-dropdown .mm-dropdown-content .mm-button, .mm-dropdown .mm-dropdown-content .mm-dropdown-button {
      min-width: 100%;
      text-align: left;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 16px;
      line-height: 1rem; }
  .mm-dropdown.is-active {
    /*.mm-dropdown-content {
        opacity: 1;
        visibility: visible;
      }*/ }
    .mm-dropdown.is-active .mm-dropdown-button .icon_plus {
      display: none; }
    .mm-dropdown.is-active .mm-dropdown-button .icon_minus {
      display: inline-block; }
  .mm-dropdown.red .mm-dropdown-content .mm-button, .mm-dropdown.red .mm-dropdown-content .mm-dropdown-button {
    border-top: solid 1px #555555; }

/*
* The close button styles
*/
.mm-close-button {
  position: absolute;
  z-index: 1;
  top: 16px;
  top: 1rem;
  right: 20px;
  right: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  text-align: center;
  color: #ed1c24;
  background-color: #232323;
  cursor: pointer;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .mm-close-button.reversed {
    top: 36px;
    top: 2.25rem;
    height: 25px;
    height: 1.5625rem;
    width: 25px;
    width: 1.5625rem;
    color: #ffffff;
    background-color: #ed1c24;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px;
    line-height: 1.5625rem; }

/*
* The icon button styles
*/
.mm-icon-button {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  font-family: Headline;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  text-align: center; }
  .mm-icon-button i {
    color: #ed1c24; }
  .mm-icon-button.font-switch {
    font-family: Subline; }
    .mm-icon-button.font-switch else {
      font-family: Headline; }
  .mm-icon-button i {
    margin-bottom: 0;
    font-size: 30px;
    font-size: 1.875rem;
    color: #ed1c24; }

/*
* The textlinks styles
*/
.mm-textlink_white-red {
  color: #ffffff;
  font-weight: bold;
  font-style: italic; }
  .mm-textlink_white-red:hover {
    color: #ed1c24; }

.mm-textlink_white-blue {
  color: #ffffff;
  font-weight: bold;
  font-style: italic; }
  .mm-textlink_white-blue:hover {
    color: #005580; }

.mm-textlink_green {
  color: #aad14b;
  font-weight: bold;
  font-style: italic; }
  .mm-textlink_green:hover {
    color: #2f6000; }

/*
* The hotspot button styles
*/
.mm-hotspot-button {
  cursor: pointer;
  height: 25px;
  height: 1.5625rem;
  width: 25px;
  width: 1.5625rem;
  background: #ed1c24;
  font-weight: bold;
  float: left;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 25px;
  line-height: 1.5625rem; }
  .mm-hotspot-button i {
    color: #ffffff; }

/*
* max-width: 400px;
*/
/*
      * MOBILE
      * max-width: 400px;
      */
@media screen and (max-width: 25em) {
  /*
    * Headlines
    */
  .mm-modal-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 32px;
    line-height: 2rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    padding: 15px 15px 0 0;
    padding: 0.9375rem 0.9375rem 0 0; }
    .mm-modal-headline i {
      color: #ed1c24; }
    .mm-modal-headline.font-switch {
      font-family: Subline; }
      .mm-modal-headline.font-switch else {
        font-family: Headline; }
  /*
    * Simple Hero
    */
  .mm-simple-hero-subheadline {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 14px;
    line-height: 0.875rem; }
  /*
    * CTA's
    */
  .mm-button.mm-large, .mm-dropdown .mm-large.mm-dropdown-button {
    padding: 15px;
    padding: 0.9375rem; }
  .mm-button.mm-small, .mm-dropdown .mm-small.mm-dropdown-button {
    padding: 10px;
    padding: 0.625rem; }
  .mm-close-button.reversed {
    top: 20px;
    top: 1.25rem; }
  /*
    * Dropdown
    */
  .mm-dropdown .mm-dropdown-button .icon {
    font-size: 13px;
    font-size: 0.8125rem; } }

.mm-super-headline .tag-color-mine-shaft, .mm-hero-headline .tag-color-mine-shaft, .mm-headline .tag-color-mine-shaft, .mm-headline-1 .tag-color-mine-shaft, .mm-subheadline .tag-color-mine-shaft, .mm-subheadline-1 .tag-color-mine-shaft, .mm-simple-hero-subheadline .tag-color-mine-shaft, .mm-simple-hero-headline .tag-color-mine-shaft, .mm-description-copy .tag-color-mine-shaft, .mm-body-copy .tag-color-mine-shaft, .mm-small-copy .tag-color-mine-shaft {
  color: #222222; }

.mm-super-headline .tag-color-mine-shaft-light, .mm-hero-headline .tag-color-mine-shaft-light, .mm-headline .tag-color-mine-shaft-light, .mm-headline-1 .tag-color-mine-shaft-light, .mm-subheadline .tag-color-mine-shaft-light, .mm-subheadline-1 .tag-color-mine-shaft-light, .mm-simple-hero-subheadline .tag-color-mine-shaft-light, .mm-simple-hero-headline .tag-color-mine-shaft-light, .mm-description-copy .tag-color-mine-shaft-light, .mm-body-copy .tag-color-mine-shaft-light, .mm-small-copy .tag-color-mine-shaft-light {
  color: #383838; }

.mm-super-headline .tag-color-tundora, .mm-hero-headline .tag-color-tundora, .mm-headline .tag-color-tundora, .mm-headline-1 .tag-color-tundora, .mm-subheadline .tag-color-tundora, .mm-subheadline-1 .tag-color-tundora, .mm-simple-hero-subheadline .tag-color-tundora, .mm-simple-hero-headline .tag-color-tundora, .mm-description-copy .tag-color-tundora, .mm-body-copy .tag-color-tundora, .mm-small-copy .tag-color-tundora {
  color: #444444; }

.mm-super-headline .tag-color-emperor, .mm-hero-headline .tag-color-emperor, .mm-headline .tag-color-emperor, .mm-headline-1 .tag-color-emperor, .mm-subheadline .tag-color-emperor, .mm-subheadline-1 .tag-color-emperor, .mm-simple-hero-subheadline .tag-color-emperor, .mm-simple-hero-headline .tag-color-emperor, .mm-description-copy .tag-color-emperor, .mm-body-copy .tag-color-emperor, .mm-small-copy .tag-color-emperor {
  color: #555555; }

.mm-super-headline .tag-color-silver, .mm-hero-headline .tag-color-silver, .mm-headline .tag-color-silver, .mm-headline-1 .tag-color-silver, .mm-subheadline .tag-color-silver, .mm-subheadline-1 .tag-color-silver, .mm-simple-hero-subheadline .tag-color-silver, .mm-simple-hero-headline .tag-color-silver, .mm-description-copy .tag-color-silver, .mm-body-copy .tag-color-silver, .mm-small-copy .tag-color-silver {
  color: #bcbcbc; }

.mm-super-headline .tag-color-alto-dark, .mm-hero-headline .tag-color-alto-dark, .mm-headline .tag-color-alto-dark, .mm-headline-1 .tag-color-alto-dark, .mm-subheadline .tag-color-alto-dark, .mm-subheadline-1 .tag-color-alto-dark, .mm-simple-hero-subheadline .tag-color-alto-dark, .mm-simple-hero-headline .tag-color-alto-dark, .mm-description-copy .tag-color-alto-dark, .mm-body-copy .tag-color-alto-dark, .mm-small-copy .tag-color-alto-dark {
  color: #d7d7d7; }

.mm-super-headline .tag-color-alto, .mm-hero-headline .tag-color-alto, .mm-headline .tag-color-alto, .mm-headline-1 .tag-color-alto, .mm-subheadline .tag-color-alto, .mm-subheadline-1 .tag-color-alto, .mm-simple-hero-subheadline .tag-color-alto, .mm-simple-hero-headline .tag-color-alto, .mm-description-copy .tag-color-alto, .mm-body-copy .tag-color-alto, .mm-small-copy .tag-color-alto {
  color: #d0d0d0; }

.mm-super-headline .tag-color-alto-light, .mm-hero-headline .tag-color-alto-light, .mm-headline .tag-color-alto-light, .mm-headline-1 .tag-color-alto-light, .mm-subheadline .tag-color-alto-light, .mm-subheadline-1 .tag-color-alto-light, .mm-simple-hero-subheadline .tag-color-alto-light, .mm-simple-hero-headline .tag-color-alto-light, .mm-description-copy .tag-color-alto-light, .mm-body-copy .tag-color-alto-light, .mm-small-copy .tag-color-alto-light {
  color: #dddddd; }

.mm-super-headline .tag-color-mercury, .mm-hero-headline .tag-color-mercury, .mm-headline .tag-color-mercury, .mm-headline-1 .tag-color-mercury, .mm-subheadline .tag-color-mercury, .mm-subheadline-1 .tag-color-mercury, .mm-simple-hero-subheadline .tag-color-mercury, .mm-simple-hero-headline .tag-color-mercury, .mm-description-copy .tag-color-mercury, .mm-body-copy .tag-color-mercury, .mm-small-copy .tag-color-mercury {
  color: #e5e5e5; }

.mm-super-headline .tag-color-red, .mm-hero-headline .tag-color-red, .mm-headline .tag-color-red, .mm-headline-1 .tag-color-red, .mm-subheadline .tag-color-red, .mm-subheadline-1 .tag-color-red, .mm-simple-hero-subheadline .tag-color-red, .mm-simple-hero-headline .tag-color-red, .mm-description-copy .tag-color-red, .mm-body-copy .tag-color-red, .mm-small-copy .tag-color-red {
  color: #ed1c24; }

.mm-super-headline .tag-color-white, .mm-hero-headline .tag-color-white, .mm-headline .tag-color-white, .mm-headline-1 .tag-color-white, .mm-subheadline .tag-color-white, .mm-subheadline-1 .tag-color-white, .mm-simple-hero-subheadline .tag-color-white, .mm-simple-hero-headline .tag-color-white, .mm-description-copy .tag-color-white, .mm-body-copy .tag-color-white, .mm-small-copy .tag-color-white {
  color: #ffffff; }

.mm-super-headline .tag-color-black, .mm-hero-headline .tag-color-black, .mm-headline .tag-color-black, .mm-headline-1 .tag-color-black, .mm-subheadline .tag-color-black, .mm-subheadline-1 .tag-color-black, .mm-simple-hero-subheadline .tag-color-black, .mm-simple-hero-headline .tag-color-black, .mm-description-copy .tag-color-black, .mm-body-copy .tag-color-black, .mm-small-copy .tag-color-black {
  color: #000000; }

.mm-super-headline .tag-color-lightest-grey, .mm-hero-headline .tag-color-lightest-grey, .mm-headline .tag-color-lightest-grey, .mm-headline-1 .tag-color-lightest-grey, .mm-subheadline .tag-color-lightest-grey, .mm-subheadline-1 .tag-color-lightest-grey, .mm-simple-hero-subheadline .tag-color-lightest-grey, .mm-simple-hero-headline .tag-color-lightest-grey, .mm-description-copy .tag-color-lightest-grey, .mm-body-copy .tag-color-lightest-grey, .mm-small-copy .tag-color-lightest-grey {
  color: #e1e1e1; }

.mm-super-headline .tag-color-turquoise, .mm-hero-headline .tag-color-turquoise, .mm-headline .tag-color-turquoise, .mm-headline-1 .tag-color-turquoise, .mm-subheadline .tag-color-turquoise, .mm-subheadline-1 .tag-color-turquoise, .mm-simple-hero-subheadline .tag-color-turquoise, .mm-simple-hero-headline .tag-color-turquoise, .mm-description-copy .tag-color-turquoise, .mm-body-copy .tag-color-turquoise, .mm-small-copy .tag-color-turquoise {
  color: #8bf0fc; }

/*
* width: 750px
*/
/*
       * TABLET
       * min-width: 750px
       */
@media screen and (min-width: 46.875em) {
  /*
    * Simple Hero
    */
  .mm-simple-hero-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 72px;
    line-height: 4.5rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    letter-spacing: -0.01em; }
    .mm-simple-hero-headline i {
      color: #ed1c24; }
    .mm-simple-hero-headline.font-switch {
      font-family: Subline; }
      .mm-simple-hero-headline.font-switch else {
        font-family: Headline; }
  .mm-simple-hero-subheadline {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 16px;
    line-height: 1rem; }
  /*
    * Headlines
    */
  .mm-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-headline i {
      color: #ed1c24; }
    .mm-headline.font-switch {
      font-family: Subline; }
      .mm-headline.font-switch else {
        font-family: Headline; }
  .mm-headline-1 {
    font-family: Headline;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-headline-1 i {
      color: #ed1c24; }
    .mm-headline-1.font-switch {
      font-family: Subline; }
      .mm-headline-1.font-switch else {
        font-family: Headline; }
  .mm-modal-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    padding: 20px 20px 0 0;
    padding: 1.25rem 1.25rem 0 0; }
    .mm-modal-headline i {
      color: #ed1c24; }
    .mm-modal-headline.font-switch {
      font-family: Subline; }
      .mm-modal-headline.font-switch else {
        font-family: Headline; }
  /*
    * New Hero Headlines
    */
  .mm-hero-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 52px;
    line-height: 3.25rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    letter-spacing: -0.01em; }
    .mm-hero-headline i {
      color: #ed1c24; }
    .mm-hero-headline.font-switch {
      font-family: Subline; }
      .mm-hero-headline.font-switch else {
        font-family: Headline; }
  /*
    * Sub-Headlines
    */
  .mm-subheadline {
    font-family: Headline;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-subheadline i {
      color: #ed1c24; }
    .mm-subheadline.font-switch {
      font-family: Subline; }
      .mm-subheadline.font-switch else {
        font-family: Headline; }
  .mm-subheadline-1 {
    font-family: Headline;
    font-weight: normal;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-subheadline-1 i {
      color: #ed1c24; }
    .mm-subheadline-1.font-switch {
      font-family: Subline; }
      .mm-subheadline-1.font-switch else {
        font-family: Headline; }
  /*
    * Copy
    */
  .mm-description-copy {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem; }
  .mm-body-copy {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem; }
  /*
    * Top-line
    */
  .mm-top-line {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 12px;
    line-height: 0.75rem; }
  /*
    * CTA's
    */
  .mm-button, .mm-dropdown .mm-dropdown-button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem; }
    .mm-button.mm-large, .mm-dropdown .mm-large.mm-dropdown-button {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 22px;
      line-height: 1.375rem;
      padding: 15px;
      padding: 0.9375rem; }
  .mm-close-button.reversed {
    top: 86px;
    top: 5.375rem;
    height: 27px;
    height: 1.6875rem;
    width: 27px;
    width: 1.6875rem;
    line-height: 27px;
    line-height: 1.6875rem;
    font-size: 13px;
    font-size: 0.8125rem; }
  .mm-hotspot-button {
    height: 27px;
    height: 1.6875rem;
    width: 27px;
    width: 1.6875rem;
    line-height: 27px;
    line-height: 1.6875rem;
    font-size: 13px;
    font-size: 0.8125rem; }
  /*
    * Dropdown
    */
  .mm-dropdown .mm-dropdown-button .icon {
    font-size: 13px;
    font-size: 0.8125rem; } }

/*
* width: 1062px
*/
/*
       * DESKTOP
       * min-width: 1061px
       */
@media screen and (min-width: 66.313em) {
  /*
    * Headlines
    */
  .mm-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 42px;
    line-height: 2.625rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-headline i {
      color: #ed1c24; }
    .mm-headline.font-switch {
      font-family: Subline; }
      .mm-headline.font-switch else {
        font-family: Headline; }
  .mm-headline-1 {
    font-family: Headline;
    font-weight: normal;
    font-size: 32px;
    font-size: 2rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-headline-1 i {
      color: #ed1c24; }
    .mm-headline-1.font-switch {
      font-family: Subline; }
      .mm-headline-1.font-switch else {
        font-family: Headline; }
  .mm-modal-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 42px;
    line-height: 2.625rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    padding: 40px 40px 0 0;
    padding: 2.5rem 2.5rem 0 0; }
    .mm-modal-headline i {
      color: #ed1c24; }
    .mm-modal-headline.font-switch {
      font-family: Subline; }
      .mm-modal-headline.font-switch else {
        font-family: Headline; }
  /*
    * New Super Hero Headline
    */
  .mm-simple-hero-headline {
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 90px;
    line-height: 5.625rem; }
  .mm-simple-hero-subheadline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 26px;
    line-height: 1.625rem; }
  /*
    * New Hero Headline
    */
  .mm-hero-headline {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 65px;
    line-height: 4.0625rem; }
  /*
    * Sub-Headlines
    */
  .mm-subheadline {
    font-family: Headline;
    font-weight: normal;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-subheadline i {
      color: #ed1c24; }
    .mm-subheadline.font-switch {
      font-family: Subline; }
      .mm-subheadline.font-switch else {
        font-family: Headline; }
  .mm-subheadline-1 {
    font-family: Headline;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-subheadline-1 i {
      color: #ed1c24; }
    .mm-subheadline-1.font-switch {
      font-family: Subline; }
      .mm-subheadline-1.font-switch else {
        font-family: Headline; }
  /*
    * Copy
    */
  .mm-description-copy {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem; }
  .mm-body-copy {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem; }
  .mm-small-copy {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem; }
  /*
    *Top-line
    */
  .mm-top-line {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem; } }

/*
 * Desktop
 * min-width: 1440px
 */
/*
       * WIDESCREEN
       * min-width: 1440px
       */
@media screen and (min-width: 89.938em) {
  .mm-close-button.reversed {
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 18px;
    font-size: 1.125rem; }
  .mm-hotspot-button {
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 18px;
    font-size: 1.125rem; } }

#infotainment #infotainment-container-d .center-content .header {
  background: none; }

/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.headline-1,
.headline-2,
.headline-3,
.headline-4,
.headline-5,
.headline-6 {
  margin: 0 0 1rem 0;
  color: inherit;
  text-transform: none;
  line-height: 45px;
  line-height: 2.8125rem;
  font-family: "MMC-Headline", sans-serif; }

.headline-1 {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 78px;
  line-height: 4.875rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .headline-1 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 42px;
      line-height: 2.625rem; } }

.headline-2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  letter-spacing: 0.4px;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .headline-2 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 38px;
      line-height: 2.375rem; } }

.headline-3 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .headline-3 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 30px;
      line-height: 1.875rem; } }

.headline-4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem; }

.headline-5 {
  font-size: 20px;
  font-size: 1.25rem; }

.headline-6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem; }

.copy-block {
  font-family: "MMC-Subline", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .copy-block {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 22px;
      line-height: 1.375rem; } }

.subtitle {
  font-family: "MMC-Subline", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .subtitle {
      font-size: 14px;
      font-size: 0.875rem; } }

.suptitle {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "MMC-Subline", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0; }

.headline-4-single-feature-center {
  margin-top: 15%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .headline-4-single-feature-center {
      margin-top: -15%; } }

.cards-feature {
  background: white;
  font-family: "MMC-Subline", sans-serif;
  /*
       * TABLET
       * min-width: 750px
       */
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .cards-feature.center-content.wide {
    padding: 64px 48px;
    padding: 4rem 3rem;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    @media screen and (max-width: 46.813em) {
      .cards-feature.center-content.wide {
        padding: 32px 16px;
        padding: 2rem 1rem; } }
  .cards-feature.cards--theme-dark .copy-wrapper {
    color: #000000; }
  .cards-feature__card-title {
    font-family: "MMC-Headline", sans-serif;
    color: black;
    text-transform: none;
    margin: 20px 0 10px 0;
    margin: 1.25rem 0 0.625rem 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
    @media screen and (max-width: 66.313em) {
      .cards-feature__card-title {
        margin: 25px 15px 20px 15px;
        margin: 1.5625rem 0.9375rem 1.25rem 0.9375rem; } }
  .cards-feature__card-copy {
    color: black;
    text-transform: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
    @media screen and (max-width: 66.313em) {
      .cards-feature__card-copy {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 22px;
        line-height: 1.375rem;
        margin: 0 15px;
        margin: 0 0.9375rem; } }
  .cards-feature__cards {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap; }
  .cards-feature__card {
    width: 100%;
    padding: 0 0 50px;
    padding: 0 0 3.125rem;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .cards-feature__card {
        padding: 40px 15px 0px 15px;
        padding: 2.5rem 0.9375rem 0px 0.9375rem; }
        .cards-feature__card-cols-1 {
          max-width: 100%; }
        .cards-feature__card-cols-2 {
          max-width: 50%; }
        .cards-feature__card-cols-3 {
          max-width: 33%; }
        .cards-feature__card-cols-4 {
          max-width: 25%; } }
    .cards-feature__card-image {
      overflow: hidden;
      background: gray; }
      .cards-feature__card-image img {
        width: 100%; }
  @media screen and (min-width: 46.875em) {
    .cards-feature {
      padding: 50px 50px;
      padding: 3.125rem 3.125rem;
      background: white; } }
  @media screen and (max-width: 46.813em) {
    .cards-feature.center-content.wide.hideHeaderCards .copy-wrapper {
      display: none; }
    .cards-feature.center-content.wide.hideHeaderCards .card__image-container {
      margin-top: -1px;
      margin-top: -0.0625rem; }
    .cards-feature.center-content.wide.isAssetWide {
      padding: 32px 0 0 0;
      padding: 2rem 0 0 0; }
      .cards-feature.center-content.wide.isAssetWide .cards-feature__card .cards-feature__card-title, .cards-feature.center-content.wide.isAssetWide .cards-feature__card .cards-feature__card-copy {
        padding: 0 24px 0 24px;
        padding: 0 1.5rem 0 1.5rem; } }

.copy-block {
  padding-bottom: 10px;
  padding-bottom: 0.625rem; }

@charset "UTF-8";
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.carousel {
  text-align: center;
  margin: 0 auto;
  position: relative;
  height: auto; }

.carousel--type-generic,
.carousel--type-peek,
.carousel--type-accolades,
.carousel--type-generic-accolades,
.carousel--type-accolades-video {
  padding: 40px 0;
  background-color: #ffffff;
  max-width: 1440px;
  margin: 0 auto; }

.carousel-slide {
  position: relative; }

.carousel-slide__content,
.tns-nav {
  position: absolute;
  bottom: 0;
  width: 100%; }

.copy-wrapper {
  margin-top: 70px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  max-width: 1102px;
  color: #000000;
  /*
       * TABLET
       * min-width: 750px
       */ }
  .copy-wrapper.text-left {
    text-align: left; }
  .copy-wrapper.text-right {
    text-align: right; }
  @media screen and (min-width: 46.875em) {
    .copy-wrapper {
      padding: 0 32px 8px;
      padding: 0 2rem 0.5rem; } }

.copy-wrapper.text-center .copy-block {
  margin: 0 30px 14px;
  margin: 0 1.875rem 0.875rem; }

.mm-button.red {
  font-family: "MMC-Headline", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  margin-bottom: 32px;
  margin-bottom: 2rem; }

.customize-controls li,
.customize-controls-peek li,
.customize-controls-accolades li {
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 20.5%;
  bottom: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  /*
       * MOBILE
       * max-width: 649px
       */
  /* hide indicator and start/end of carousel */ }
  .customize-controls li.prev,
  .customize-controls-peek li.prev,
  .customize-controls-accolades li.prev {
    left: 10%; }
  .customize-controls li.next,
  .customize-controls-peek li.next,
  .customize-controls-accolades li.next {
    right: 10%; }
  @media screen and (max-width: 40.563em) {
    .customize-controls li,
    .customize-controls-peek li,
    .customize-controls-accolades li {
      display: none; } }
  .customize-controls li[aria-disabled="true"],
  .customize-controls-peek li[aria-disabled="true"],
  .customize-controls-accolades li[aria-disabled="true"] {
    display: none; }

.theme-peek-wrapper,
.theme-accolades-wrapper,
.carousel--type-accolades-video {
  position: relative;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .theme-peek-wrapper,
    .theme-accolades-wrapper,
    .carousel--type-accolades-video {
      background-color: #000000; } }
  .theme-peek-wrapper .tns-nav,
  .theme-accolades-wrapper .tns-nav,
  .carousel--type-accolades-video .tns-nav {
    bottom: -80px;
    background-color: #ffffff;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    @media screen and (max-width: 46.813em) {
      .theme-peek-wrapper .tns-nav,
      .theme-accolades-wrapper .tns-nav,
      .carousel--type-accolades-video .tns-nav {
        display: none; } }
    .theme-peek-wrapper .tns-nav .tns-nav-active,
    .theme-accolades-wrapper .tns-nav .tns-nav-active,
    .carousel--type-accolades-video .tns-nav .tns-nav-active {
      background-color: #000000; }
  .theme-peek-wrapper .tns-nav > [aria-controls],
  .theme-accolades-wrapper .tns-nav > [aria-controls],
  .carousel--type-accolades-video .tns-nav > [aria-controls] {
    width: 50px;
    height: 3px;
    padding: 0;
    margin: 0 3px;
    border-radius: 5px; }
  .theme-peek-wrapper .carousel-slide,
  .theme-accolades-wrapper .carousel-slide,
  .carousel--type-accolades-video .carousel-slide {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.7; }
    .theme-peek-wrapper .carousel-slide.active-slide,
    .theme-accolades-wrapper .carousel-slide.active-slide,
    .carousel--type-accolades-video .carousel-slide.active-slide {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 1; }
  .theme-peek-wrapper .total-slides,
  .theme-accolades-wrapper .total-slides,
  .carousel--type-accolades-video .total-slides {
    display: none;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    @media screen and (max-width: 46.813em) {
      .theme-peek-wrapper .total-slides,
      .theme-accolades-wrapper .total-slides,
      .carousel--type-accolades-video .total-slides {
        text-align: center;
        font-family: "MMC-Subline", sans-serif;
        background-color: #000000;
        padding-bottom: 30px;
        display: block;
        font-size: 14px;
        font-size: 0.875rem; } }

.customize-controls-peek,
.customize-controls-accolades {
  height: 40px;
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .customize-controls-peek li,
  .customize-controls-accolades li {
    background-color: #000000;
    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: 40px 33px;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    .customize-controls-peek li.prev,
    .customize-controls-accolades li.prev {
      left: 0; }
    .customize-controls-peek li.next,
    .customize-controls-accolades li.next {
      right: 0; }
    @media screen and (max-width: 46.813em) {
      .customize-controls-peek li,
      .customize-controls-accolades li {
        padding: 0; } }
  @media screen and (max-width: 46.813em) {
    .customize-controls-peek,
    .customize-controls-accolades {
      position: relative;
      height: 0; } }

.tns-nav {
  text-align: center;
  vertical-align: bottom;
  padding-top: 20px;
  padding-bottom: 50px;
  /*
       * MOBILE
       * max-width: 780px
       */ }
  @media screen and (max-width: 48.75em) {
    .tns-nav {
      background-color: #000000; } }
  .tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #dddddd;
    border: 0; }
  .tns-nav .tns-nav-active {
    background: #ed1c24; }

.carousel.theme-generic .carousel-slide .carousel-slide__content,
.carousel.theme-generic-accolades .carousel-slide .carousel-slide__content {
  padding: 20px 20px 90px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  line-height: 28px;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  .carousel.theme-generic .carousel-slide .carousel-slide__content h3,
  .carousel.theme-generic-accolades .carousel-slide .carousel-slide__content h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-family: "MMC-Headline", sans-serif;
    font-size: 20px;
    font-size: 1.25rem; }
  .carousel.theme-generic .carousel-slide .carousel-slide__content p,
  .carousel.theme-generic-accolades .carousel-slide .carousel-slide__content p {
    color: #ffffff;
    font-family: "MMC-Subline", sans-serif;
    font-size: 16px;
    font-size: 1rem; }
  @media screen and (max-width: 66.313em) {
    .carousel.theme-generic .carousel-slide .carousel-slide__content,
    .carousel.theme-generic-accolades .carousel-slide .carousel-slide__content {
      position: relative;
      display: block;
      width: 100%;
      background-color: #000000; }
      .carousel.theme-generic .carousel-slide .carousel-slide__content h3,
      .carousel.theme-generic .carousel-slide .carousel-slide__content p,
      .carousel.theme-generic-accolades .carousel-slide .carousel-slide__content h3,
      .carousel.theme-generic-accolades .carousel-slide .carousel-slide__content p {
        color: #ffffff; } }

.carousel.theme-generic .carousel-slide .carousel-slide__content .slide-features-line {
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .carousel.theme-generic .carousel-slide .carousel-slide__content .slide-features-line {
      position: absolute;
      top: 100%;
      left: 0; } }
  .carousel.theme-generic .carousel-slide .carousel-slide__content .slide-features-line li {
    display: inline-block;
    margin: 10px 26.5px;
    margin: 0.625rem 1.65625rem;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
    /*
       * MOBILE
       * max-width: 649px
       */ }
    @media screen and (max-width: 46.813em) {
      .carousel.theme-generic .carousel-slide .carousel-slide__content .slide-features-line li {
        width: 14%; } }
    @media screen and (max-width: 40.563em) {
      .carousel.theme-generic .carousel-slide .carousel-slide__content .slide-features-line li {
        width: 23%;
        margin: 0 10px;
        margin: 0 0.625rem; } }
    @media screen and (min-width: 750px) and (max-width: 850px) {
      .carousel.theme-generic .carousel-slide .carousel-slide__content .slide-features-line li {
        margin: 10px 7.5px;
        margin: 0.625rem 0.46875rem; } }
    .carousel.theme-generic .carousel-slide .carousel-slide__content .slide-features-line li i {
      color: #ffffff;
      position: relative;
      display: inline-block;
      top: 5px;
      top: 0.3125rem;
      right: 5px;
      right: 0.3125rem;
      font-size: 23px;
      font-size: 1.4375rem;
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
      @media screen and (max-width: 46.813em) {
        .carousel.theme-generic .carousel-slide .carousel-slide__content .slide-features-line li i {
          display: block;
          margin: 0 auto;
          margin: 0 auto;
          width: 12px;
          width: 0.75rem; } }
    .carousel.theme-generic .carousel-slide .carousel-slide__content .slide-features-line li p {
      display: inline-block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-family: "MMC-Headline", sans-serif;
      font-weight: bold;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: normal;
      letter-spacing: 1px;
      letter-spacing: 0.0625rem;
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
      @media screen and (max-width: 46.813em) {
        .carousel.theme-generic .carousel-slide .carousel-slide__content .slide-features-line li p {
          margin-top: 7px;
          margin-top: 0.4375rem; } }
      @media screen and (min-width: 750px) and (max-width: 963px) {
        .carousel.theme-generic .carousel-slide .carousel-slide__content .slide-features-line li p {
          font-size: 10px;
          font-size: 0.625rem; } }

.carousel-container.theme-accolades-tabs {
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .carousel-container.theme-accolades-tabs .customize-controls {
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    @media screen and (max-width: 46.813em) {
      .carousel-container.theme-accolades-tabs .customize-controls {
        position: absolute;
        z-index: 10;
        top: auto;
        bottom: 36px;
        bottom: 2.25rem;
        height: 0; }
        .carousel-container.theme-accolades-tabs .customize-controls li {
          background-color: #ffffff;
          color: #000000;
          /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ } }
    @media screen and (max-width: 46.813em) and (max-width: 46.813em) {
      .carousel-container.theme-accolades-tabs .customize-controls li {
        background-color: #000000;
        color: #ffffff; } }
    @media screen and (max-width: 46.813em) {
          .carousel-container.theme-accolades-tabs .customize-controls li.prev {
            left: 5%; }
          .carousel-container.theme-accolades-tabs .customize-controls li.next {
            right: 5%; }
          .carousel-container.theme-accolades-tabs .customize-controls li i {
            font-size: 1.5rem; } }
  @media screen and (max-width: 46.813em) {
    .carousel-container.theme-accolades-tabs .total-slides {
      color: #ffffff; } }
  .carousel-container.theme-accolades-tabs .tns-nav {
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    .carousel-container.theme-accolades-tabs .tns-nav > [aria-controls] {
      width: 50px;
      width: 3.125rem;
      height: 3px;
      height: 0.1875rem;
      padding: 0;
      margin: 0 3px;
      margin: 0 0.1875rem;
      border-radius: 5px;
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
      @media screen and (max-width: 46.813em) {
        .carousel-container.theme-accolades-tabs .tns-nav > [aria-controls] {
          visibility: hidden; } }
    @media screen and (max-width: 46.813em) {
      .carousel-container.theme-accolades-tabs .tns-nav {
        background-color: #000000; } }
  .carousel-container.theme-accolades-tabs .total-slides {
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    @media screen and (max-width: 46.813em) {
      .carousel-container.theme-accolades-tabs .total-slides {
        position: absolute;
        bottom: 27px;
        bottom: 1.6875rem;
        margin: 0 auto;
        margin: 0 auto;
        width: 100%; } }

.carousel--type-generic-accolades {
  border-bottom: 1px solid #d7d7d7;
  border-bottom: 0.0625rem solid #d7d7d7;
  padding-bottom: 0;
  padding-top: 0;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .carousel--type-generic-accolades {
      padding-bottom: 20px;
      padding-bottom: 1.25rem; } }

.theme-generic-accolades .carousel-container {
  position: relative;
  height: 100%;
  width: 100%; }
  .theme-generic-accolades .carousel-container.text-over-image-mobile .carousel.theme-generic .carousel-slide {
    position: relative; }
    .theme-generic-accolades .carousel-container.text-over-image-mobile .carousel.theme-generic .carousel-slide-image {
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
      /*
      * MOBILE
      * max-width: 400px;
      */
      /*
      * SMALL IPHONES
      * max-width: 350px;
      */ }
      @media screen and (max-width: 46.813em) {
        .theme-generic-accolades .carousel-container.text-over-image-mobile .carousel.theme-generic .carousel-slide-image {
          margin-top: 150px;
          margin-top: 9.375rem; } }
      @media screen and (max-width: 25em) {
        .theme-generic-accolades .carousel-container.text-over-image-mobile .carousel.theme-generic .carousel-slide-image {
          margin-top: 200px;
          margin-top: 12.5rem; } }
      @media screen and (max-width: 21.875em) {
        .theme-generic-accolades .carousel-container.text-over-image-mobile .carousel.theme-generic .carousel-slide-image {
          margin-top: 240px;
          margin-top: 15rem; } }
    .theme-generic-accolades .carousel-container.text-over-image-mobile .carousel.theme-generic .carousel-slide__content {
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
      @media screen and (max-width: 46.813em) {
        .theme-generic-accolades .carousel-container.text-over-image-mobile .carousel.theme-generic .carousel-slide__content {
          position: absolute;
          margin-left: 0;
          margin-right: 0;
          width: 100%; } }
  .theme-generic-accolades .carousel-container.text-over-image-mobile .total-slides {
    padding-top: 4px;
    padding-top: 0.25rem; }

.theme-generic-accolades .carousel.theme-generic .carousel-slide {
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .theme-generic-accolades .carousel.theme-generic .carousel-slide .carousel-slide__content {
    top: 50px;
    top: 3.125rem;
    width: 80%;
    /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
    /*
       * MOBILE
       * max-width: 780px
       */
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    @media screen and (max-width: 66.313em) {
      .theme-generic-accolades .carousel.theme-generic .carousel-slide .carousel-slide__content {
        background-color: transparent;
        position: absolute;
        top: 30px;
        top: 1.875rem;
        width: 95%; } }
    @media screen and (max-width: 48.75em) {
      .theme-generic-accolades .carousel.theme-generic .carousel-slide .carousel-slide__content {
        top: 0; } }
    @media screen and (max-width: 46.813em) {
      .theme-generic-accolades .carousel.theme-generic .carousel-slide .carousel-slide__content {
        position: relative; } }
    .theme-generic-accolades .carousel.theme-generic .carousel-slide .carousel-slide__content h3 {
      text-transform: none;
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 48px;
      line-height: 3rem;
      /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
      @media screen and (max-width: 66.313em) {
        .theme-generic-accolades .carousel.theme-generic .carousel-slide .carousel-slide__content h3 {
          font-size: 34px;
          font-size: 2.125rem;
          line-height: 38px;
          line-height: 2.375rem;
          margin-bottom: 12px;
          margin-bottom: 0.75rem; } }
      @media screen and (max-width: 46.813em) {
        .theme-generic-accolades .carousel.theme-generic .carousel-slide .carousel-slide__content h3 {
          font-size: 34px;
          font-size: 2.125rem;
          line-height: 38px;
          line-height: 2.375rem; } }
    .theme-generic-accolades .carousel.theme-generic .carousel-slide .carousel-slide__content p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem;
      /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
      @media screen and (max-width: 66.313em) {
        .theme-generic-accolades .carousel.theme-generic .carousel-slide .carousel-slide__content p {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 22px;
          line-height: 1.375rem; } }
      @media screen and (max-width: 46.813em) {
        .theme-generic-accolades .carousel.theme-generic .carousel-slide .carousel-slide__content p {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 22px;
          line-height: 1.375rem; } }
    .theme-generic-accolades .carousel.theme-generic .carousel-slide .carousel-slide__content h3,
    .theme-generic-accolades .carousel.theme-generic .carousel-slide .carousel-slide__content p {
      color: #000000; }
  @media screen and (max-width: 46.813em) {
    .theme-generic-accolades .carousel.theme-generic .carousel-slide div {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .theme-generic-accolades .carousel.theme-generic .carousel-slide picture {
      -webkit-box-ordinal-group: 3;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .theme-generic-accolades .carousel.theme-generic .carousel-slide .carousel-slide__content {
      -webkit-box-ordinal-group: 2;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-bottom: 0; } }

.theme-generic-accolades .tns-nav {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
  /*
       * MOBILE
       * max-width: 780px
       */
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 66.313em) {
    .theme-generic-accolades .tns-nav {
      padding-bottom: 20px;
      padding-bottom: 1.25rem; } }
  @media screen and (max-width: 48.75em) {
    .theme-generic-accolades .tns-nav {
      background-color: transparent; } }
  @media screen and (max-width: 46.813em) {
    .theme-generic-accolades .tns-nav {
      display: none; } }
  .theme-generic-accolades .tns-nav > [aria-controls] {
    background: #ffffff;
    height: 3px;
    height: 0.1875rem;
    margin: 0 3px;
    margin: 0 0.1875rem;
    padding: 0;
    border-radius: 5px;
    width: 50px;
    width: 3.125rem; }
    .theme-generic-accolades .tns-nav > [aria-controls].tns-nav-active {
      background: #000000; }

.theme-generic-accolades .total-slides {
  font-family: "MMC-Subline", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 32px 0 16px;
  padding: 2rem 0 1rem;
  width: 100%; }

.theme-generic-accolades .customize-controls li {
  background: #000000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 40px 33px;
  padding: 2.5rem 2.0625rem;
  top: 7%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .theme-generic-accolades .customize-controls li .icon::before {
    font-weight: bold; }
  .theme-generic-accolades .customize-controls li[aria-disabled="true"] {
    display: none; }
  .theme-generic-accolades .customize-controls li.prev {
    left: 0; }
  .theme-generic-accolades .customize-controls li.next {
    right: 0; }
  @media screen and (max-width: 46.813em) {
    .theme-generic-accolades .customize-controls li {
      background-color: transparent;
      bottom: 5px;
      bottom: 0.3125rem;
      padding: 5px;
      padding: 0.3125rem;
      top: inherit;
      top: inherit; }
      .theme-generic-accolades .customize-controls li i {
        color: #000000; } }

.theme-generic-accolades.light-text {
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .theme-generic-accolades.light-text {
      background-color: #000000; } }
  .theme-generic-accolades.light-text .carousel.theme-generic .carousel-slide .carousel-slide__content h3,
  .theme-generic-accolades.light-text .carousel.theme-generic .carousel-slide .carousel-slide__content p {
    color: #ffffff; }
  .theme-generic-accolades.light-text .carousel-container .customize-controls .prev i,
  .theme-generic-accolades.light-text .carousel-container .customize-controls .next i {
    color: #ffffff; }
  .theme-generic-accolades.light-text .carousel-container .total-slides {
    color: #ffffff; }

.theme-generic-accolades.red-navs .tns-nav .tns-nav-active {
  background: #ed1c24; }

.no-buttons-padding-carousel {
  border-bottom: 0px;
  border-bottom: 0rem; }
  .no-buttons-padding-carousel .carousel-container .carousel-container .tns-outer .tns-ovh {
    height: auto !important; }
    .no-buttons-padding-carousel .carousel-container .carousel-container .tns-outer .tns-ovh .tns-inner .carousel .carousel-slide__content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .no-buttons-padding-carousel .carousel-container .carousel-container .tns-outer .tns-ovh .tns-inner .carousel .carousel-slide__content .slide-features-line {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        position: relative; }

.carousel--theme-light.carousel--type-generic {
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .carousel--theme-light.carousel--type-generic .tns-nav {
      background-color: #ffffff; }
    .carousel--theme-light.carousel--type-generic .carousel.theme-generic .carousel-slide .carousel-slide__content {
      background-color: #ffffff; } }

.carousel.theme-peek .carousel-slide .carousel-slide__content {
  bottom: 0;
  right: 0;
  width: 35%;
  background-color: #000000;
  opacity: 0.85;
  padding: 30px;
  padding: 1.875rem;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
  /*
       * ONLY TABLET
       * width: 650px - 1061
       */ }
  .carousel.theme-peek .carousel-slide .carousel-slide__content h2,
  .carousel.theme-peek .carousel-slide .carousel-slide__content p {
    color: #ffffff;
    text-align: left; }
  .carousel.theme-peek .carousel-slide .carousel-slide__content h2 {
    font-family: "MMC-Headline", sans-serif;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: none; }
  .carousel.theme-peek .carousel-slide .carousel-slide__content p {
    font-family: "MMC-Subline", sans-serif;
    line-height: 19.2px;
    line-height: 1.2rem; }
  @media screen and (max-width: 46.813em) {
    .carousel.theme-peek .carousel-slide .carousel-slide__content {
      position: relative;
      width: 100%;
      background-color: #000000;
      opacity: 1; }
      .carousel.theme-peek .carousel-slide .carousel-slide__content h2,
      .carousel.theme-peek .carousel-slide .carousel-slide__content p {
        color: #ffffff; } }
  @media screen and (min-width: 40.625em) and (max-width: 66.313em) {
    .carousel.theme-peek .carousel-slide .carousel-slide__content {
      width: 45%; }
      .carousel.theme-peek .carousel-slide .carousel-slide__content p {
        margin-right: 36px;
        margin-right: 2.25rem; } }

.carousel--type-accolades,
.carousel--type-accolades-video {
  overflow: auto;
  padding-bottom: 0;
  padding-top: 0; }
  .carousel--type-accolades .theme-accolades-wrapper,
  .carousel--type-accolades-video .theme-accolades-wrapper {
    background-color: #ffffff; }
    .carousel--type-accolades .theme-accolades-wrapper .carousel-container,
    .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container {
      position: relative;
      border-bottom: 1px solid #d7d7d7;
      border-bottom: 0.0625rem solid #d7d7d7;
      padding: 80px 0 32px;
      padding: 5rem 0 2rem; }
      .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide,
      .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide {
        opacity: 1;
        width: 100%; }
        .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content,
        .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content {
          position: relative;
          width: 100%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -moz-align-items: center;
          align-items: center;
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: none;
          flex-wrap: nowrap; }
          .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content p,
          .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content p {
            margin: 0; }
          .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .supTitle,
          .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .supTitle {
            color: #101010;
            font-family: "MMC-Subline", sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            font-size: 12px;
            font-size: 0.75rem;
            letter-spacing: 2px;
            letter-spacing: 0.125rem;
            line-height: 28px;
            line-height: 1.75rem;
            padding-bottom: 20px;
            padding-bottom: 1.25rem; }
          .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .title,
          .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .title {
            color: #101010;
            font-family: "MMC-Headline", sans-serif;
            font-weight: bold;
            text-transform: none;
            font-size: 24px;
            font-size: 1.5rem;
            letter-spacing: 0.46px;
            letter-spacing: 0.02875rem;
            line-height: 28px;
            line-height: 1.75rem;
            padding: 48px 0 32px;
            padding: 3rem 0 2rem; }
          .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .description,
          .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .description {
            color: #101010;
            font-family: "MMC-Subline", sans-serif;
            font-weight: normal;
            letter-spacing: normal;
            font-size: 22px;
            font-size: 1.375rem;
            line-height: 28px;
            line-height: 1.75rem;
            padding-bottom: 32px;
            padding-bottom: 2rem;
            max-width: 704px;
            max-width: 44rem; }
          .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .subTitle,
          .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .subTitle {
            color: #101010;
            font-family: "MMC-Subline", sans-serif;
            font-weight: normal;
            letter-spacing: normal;
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 22px;
            line-height: 1.375rem;
            padding-bottom: 24px;
            padding-bottom: 1.5rem; }
          .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .link,
          .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .link {
            color: #ed1c24;
            font-family: "MMC-Headline", sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 18px;
            line-height: 1.125rem;
            letter-spacing: 1.5px;
            letter-spacing: 0.09375rem;
            display: -webkit-box;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: none;
            flex-wrap: nowrap; }
            .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .link p,
            .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .link p {
              padding-right: 8px;
              padding-right: 0.5rem; }
          .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content picture,
          .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content picture {
            min-height: 160px;
            min-height: 10rem;
            padding-bottom: 24px;
            padding-bottom: 1.5rem;
            width: 250px;
            width: 15.625rem; }
            .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content picture img,
            .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content picture img {
              max-width: 250px;
              max-width: 15.625rem;
              width: 100%; }
      .carousel--type-accolades .theme-accolades-wrapper .carousel-container .tns-nav,
      .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .tns-nav {
        bottom: auto;
        position: relative;
        padding-top: 64px;
        padding-top: 4rem; }
        .carousel--type-accolades .theme-accolades-wrapper .carousel-container .tns-nav button,
        .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .tns-nav button {
          outline: none; }
          .carousel--type-accolades .theme-accolades-wrapper .carousel-container .tns-nav button.tns-nav-active,
          .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .tns-nav button.tns-nav-active {
            background-color: #ed1c24; }
      .carousel--type-accolades .theme-accolades-wrapper .carousel-container .customize-controls-accolades,
      .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .customize-controls-accolades {
        top: 42%;
        -webkit-transform: translateY(-42%);
        transform: translateY(-42%); }
        .carousel--type-accolades .theme-accolades-wrapper .carousel-container .customize-controls-accolades li,
        .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .customize-controls-accolades li {
          height: 94px;
          height: 5.875rem;
          width: 66px;
          width: 4.125rem; }
          .carousel--type-accolades .theme-accolades-wrapper .carousel-container .customize-controls-accolades li i,
          .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .customize-controls-accolades li i {
            color: #e3dcdc;
            font-size: 24px;
            font-size: 1.5rem; }
      .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark,
      .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark {
        background-color: #000000;
        border-top: 1px solid #555555;
        border-top: 0.0625rem solid #555555;
        padding-top: 80px;
        padding-top: 5rem;
        padding-bottom: 48px;
        padding-bottom: 3rem; }
        .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark .tns-outer,
        .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark .tns-nav,
        .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark .total-slides,
        .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark .customize-controls-accolades li,
        .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark .tns-outer,
        .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark .tns-nav,
        .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark .total-slides,
        .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark .customize-controls-accolades li {
          color: #ffffff;
          background-color: #000000; }
          .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark .tns-outer i,
          .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark .tns-nav i,
          .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark .total-slides i,
          .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark .customize-controls-accolades li i,
          .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark .tns-outer i,
          .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark .tns-nav i,
          .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark .total-slides i,
          .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark .customize-controls-accolades li i {
            color: #ffffff; }
        .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark .theme-accolades .carousel-slide .carousel-slide__content .title,
        .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark .theme-accolades .carousel-slide .carousel-slide__content .description,
        .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark .theme-accolades .carousel-slide .carousel-slide__content .supTitle,
        .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark .theme-accolades .carousel-slide .carousel-slide__content .subTitle,
        .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark .theme-accolades .carousel-slide .carousel-slide__content .title,
        .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark .theme-accolades .carousel-slide .carousel-slide__content .description,
        .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark .theme-accolades .carousel-slide .carousel-slide__content .supTitle,
        .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark .theme-accolades .carousel-slide .carousel-slide__content .subTitle {
          color: white; }

.carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .title,
.carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .title {
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.28;
  max-width: 90%;
  font-size: 32px;
  font-size: 2rem;
  padding: 32px 0;
  padding: 2rem 0; }

.carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .description,
.carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .description {
  line-height: 1.63;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  max-width: 926px;
  max-width: 57.875rem; }

.carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide picture,
.carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide picture {
  width: 75%;
  -webkit-box-ordinal-group: 4;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3; }
  .carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide picture img,
  .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide picture img {
    max-width: 100%; }

.carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .tns-nav,
.carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .tns-nav {
  padding-top: 32px;
  padding-top: 2rem; }

.carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .customize-controls-accolades,
.carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .customize-controls-accolades {
  top: 58%;
  -webkit-transform: translateY(-58%);
  transform: translateY(-58%); }

.carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size-image-top .theme-accolades .carousel-slide picture,
.carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size-image-top .theme-accolades .carousel-slide picture {
  -webkit-box-ordinal-group: inherit1;
  -moz-order: inherit;
  -ms-flex-order: inherit;
  order: inherit; }

.carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size-image-top .theme-accolades .carousel-slide .description,
.carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size-image-top .theme-accolades .carousel-slide .description {
  padding-bottom: 32px;
  padding-bottom: 2rem; }

.carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size-image-top .customize-controls-accolades,
.carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size-image-top .customize-controls-accolades {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
@media screen and (max-width: 66.313em) {
  .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .description,
  .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .description {
    max-width: 608px;
    max-width: 38rem; }
  .carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .title,
  .carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .description,
  .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .title,
  .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .description {
    max-width: 80%; }
  .carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .customize-controls-accolades,
  .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .customize-controls-accolades {
    top: 65%;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%); }
  .carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size-image-top .customize-controls-accolades,
  .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size-image-top .customize-controls-accolades {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

/*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
@media screen and (max-width: 46.813em) {
  .carousel--type-accolades .theme-accolades-wrapper .carousel-container,
  .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container {
    padding: 48px 0 16px;
    padding: 3rem 0 1rem; }
    .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide,
    .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide {
      padding: 16px 16px 48px;
      padding: 1rem 1rem 3rem; }
      .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .suptitle,
      .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .suptitle {
        line-height: 24px;
        line-height: 1.5rem; }
      .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .title,
      .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .title {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 20px;
        line-height: 1.25rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
        width: 256px;
        width: 16rem; }
      .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .description,
      .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .description {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 22px;
        line-height: 1.375rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
        width: 272px;
        width: 17rem; }
      .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .subTitle,
      .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content .subTitle {
        padding-bottom: 32px;
        padding-bottom: 2rem; }
      .carousel--type-accolades .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content picture,
      .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .theme-accolades .carousel-slide__content picture {
        min-height: 130px;
        min-height: 8.125rem; }
    .carousel--type-accolades .theme-accolades-wrapper .carousel-container .customize-controls-accolades li,
    .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .customize-controls-accolades li {
      background-color: #ffffff;
      margin: 0 auto;
      height: 24px;
      height: 1.5rem;
      padding: 0 16px;
      padding: 0 1rem;
      width: 12px;
      width: 0.75rem; }
      .carousel--type-accolades .theme-accolades-wrapper .carousel-container .customize-controls-accolades li.prev,
      .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .customize-controls-accolades li.prev {
        left: 5%; }
      .carousel--type-accolades .theme-accolades-wrapper .carousel-container .customize-controls-accolades li.next,
      .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .customize-controls-accolades li.next {
        right: 5%; }
      .carousel--type-accolades .theme-accolades-wrapper .carousel-container .customize-controls-accolades li i,
      .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .customize-controls-accolades li i {
        color: #000000;
        font-size: 24px;
        font-size: 1.5rem; }
    .carousel--type-accolades .theme-accolades-wrapper .carousel-container .tns-ovh,
    .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container .tns-ovh {
      margin-bottom: 0; }
    .carousel--type-accolades .theme-accolades-wrapper .carousel-container.theme-dark,
    .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.theme-dark {
      padding: 36px 0 16px;
      padding: 2.25rem 0 1rem; }
  .carousel--type-accolades .theme-accolades-wrapper .total-slides,
  .carousel--type-accolades-video .theme-accolades-wrapper .total-slides {
    background-color: #ffffff;
    color: #101010;
    line-height: 22px;
    line-height: 1.375rem; }
  .carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide,
  .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide {
    padding: 16px 0;
    padding: 1rem 0; }
    .carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .title,
    .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .title {
      padding-top: 0;
      font-size: 24px;
      font-size: 1.5rem;
      padding-bottom: 16px;
      padding-bottom: 1rem; }
    .carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .description,
    .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .description {
      font-size: 14px;
      font-size: 0.875rem;
      padding-bottom: 48px;
      padding-bottom: 3rem; }
    .carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide picture,
    .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide picture {
      width: 100%; }
    .carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .title,
    .carousel--type-accolades .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .description,
    .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .title,
    .carousel--type-accolades-video .theme-accolades-wrapper .carousel-container.accolades-full-size .theme-accolades .carousel-slide .description {
      max-width: 85%;
      width: 100%; } }

/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.carouselSupTitle, .carousel--type-accolades-video .carousel-container .copy-wrapper .suptitle {
  font-family: "MMC-Medium", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 66.313em) {
    .carouselSupTitle, .carousel--type-accolades-video .carousel-container .copy-wrapper .suptitle {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (max-width: 46.813em) {
    .carouselSupTitle, .carousel--type-accolades-video .carousel-container .copy-wrapper .suptitle {
      font-size: 12px;
      font-size: 0.75rem; } }

.carouselMainTitle, .carousel--type-accolades-video .carousel-container .copy-wrapper .headline-2 {
  font-family: "MMC-Headline", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: normal;
  line-height: normal;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 66.313em) {
    .carouselMainTitle, .carousel--type-accolades-video .carousel-container .copy-wrapper .headline-2 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 38px;
      line-height: 2.375rem; } }
  @media screen and (max-width: 46.813em) {
    .carouselMainTitle, .carousel--type-accolades-video .carousel-container .copy-wrapper .headline-2 {
      font-size: 32px;
      font-size: 2rem;
      line-height: 38px;
      line-height: 2.375rem; } }

.carouselCopy, .carousel--type-accolades-video .carousel-container .copy-wrapper .copy-block, .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .description {
  font-family: "MMC-Subline", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 24px;
  line-height: 1.5rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 66.313em) {
    .carouselCopy, .carousel--type-accolades-video .carousel-container .copy-wrapper .copy-block, .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .description {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 22px;
      line-height: 1.375rem; } }
  @media screen and (max-width: 46.813em) {
    .carouselCopy, .carousel--type-accolades-video .carousel-container .copy-wrapper .copy-block, .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .description {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 22px;
      line-height: 1.375rem; } }

.carouselSlideTitle, .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .title {
  font-family: "MMC-Headline", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 30px;
  line-height: 1.875rem;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .carouselSlideTitle, .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .title {
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: -0.01px;
      letter-spacing: -0.00063rem;
      line-height: 26px;
      line-height: 1.625rem; } }

.carousel--type-accolades-video .carousel-container {
  background: #ffffff;
  padding: 80px 0 64px;
  padding: 5rem 0 4rem;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .carousel--type-accolades-video .carousel-container {
      border-top: 1px solid #d7d7d7;
      position: relative;
      padding: 48px 0 16px;
      padding: 3rem 0 1rem; } }
  .carousel--type-accolades-video .carousel-container .copy-wrapper {
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    .carousel--type-accolades-video .carousel-container .copy-wrapper .suptitle {
      margin-bottom: 16px;
      margin-bottom: 1rem; }
    .carousel--type-accolades-video .carousel-container .copy-wrapper .headline-2 {
      margin-bottom: 16px;
      margin-bottom: 1rem; }
    .carousel--type-accolades-video .carousel-container .copy-wrapper .copy-block {
      padding-bottom: 0;
      margin-bottom: 16px;
      margin-bottom: 1rem; }
    @media screen and (max-width: 46.813em) {
      .carousel--type-accolades-video .carousel-container .copy-wrapper .suptitle,
      .carousel--type-accolades-video .carousel-container .copy-wrapper .headline-2,
      .carousel--type-accolades-video .carousel-container .copy-wrapper .copy-block {
        margin: 0 auto 16px;
        margin: 0 auto 1rem;
        max-width: 85%; } }
  .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container {
    border-top: 0;
    border-bottom: 0;
    padding: 16px 0 0;
    padding: 1rem 0 0; }
    .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide {
      /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
      .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .carousel-slide-image {
        height: 100%;
        max-height: 420px;
        max-height: 26.25rem;
        max-width: 80%;
        width: 100%; }
        .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .carousel-slide-image img {
          height: 100%;
          max-height: none;
          max-height: none;
          max-width: none;
          max-width: none;
          width: 100%; }
      .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .background-media-video {
        max-height: 420px;
        max-height: 26.25rem;
        max-width: 80%; }
      .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .title {
        padding-bottom: 16px;
        padding-bottom: 1rem; }
      .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .description {
        padding-bottom: 16px;
        padding-bottom: 1rem; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .background-media-video {
          max-height: none;
          max-height: none;
          max-width: none;
          max-width: none; } }
      @media screen and (max-width: 66.313em) {
        .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .background-media-video {
          max-height: 420px;
          max-height: 26.25rem;
          max-width: 80%; } }
      @media screen and (max-width: 46.813em) {
        .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide {
          padding: 16px 0;
          padding: 1rem 0; }
          .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .background-media-video,
          .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .carousel-slide-image {
            max-width: 100%; }
          .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .title {
            padding-top: 24px;
            padding-top: 1.5rem; }
          .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .title,
          .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .carousel-slide__content .description {
            width: 85%; } }
    .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top {
      padding-top: 0; }
      .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .carousel-slide {
        /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
        @media screen and (max-width: 46.813em) {
          .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .carousel-slide {
            padding-bottom: 0; } }
        .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .carousel-slide__content .carousel-slide-image,
        .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .carousel-slide__content .background-media-video {
          max-height: 650px;
          max-height: 40.625rem;
          max-width: 80%; }
        .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .carousel-slide__content .title {
          padding-top: 0;
          max-width: 80%;
          font-size: 34px;
          font-size: 2.125rem;
          line-height: 36px;
          line-height: 2.25rem;
          /*
       * TABLET
       * min-width: 750px
       */
          /*
       * LARGE TABLETS
       * width: 780px
       */
          /*
       * min-width: 900px
       */
          /*
       * DESKTOP
       * min-width: 1061px
       */
          /*
       * DESKTOP WIDE
       * min-width: 1280px
       */
          /*
       * WIDESCREEN
       * min-width: 1440px
       */ }
          @media screen and (min-width: 46.875em) {
            .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .carousel-slide__content .title {
              font-size: 30.33333px;
              font-size: 1.89583rem;
              line-height: 32.33333px;
              line-height: 2.02083rem; } }
          @media screen and (min-width: 48.75em) {
            .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .carousel-slide__content .title {
              font-size: 32.66667px;
              font-size: 2.04167rem;
              line-height: 34.66667px;
              line-height: 2.16667rem; } }
          @media screen and (min-width: 56.25em) {
            .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .carousel-slide__content .title {
              font-size: 35px;
              font-size: 2.1875rem;
              line-height: 37px;
              line-height: 2.3125rem; } }
          @media screen and (min-width: 66.313em) {
            .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .carousel-slide__content .title {
              font-size: 37.33333px;
              font-size: 2.33333rem;
              line-height: 39.33333px;
              line-height: 2.45833rem; } }
          @media screen and (min-width: 80em) {
            .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .carousel-slide__content .title {
              font-size: 39.66667px;
              font-size: 2.47917rem;
              line-height: 41.66667px;
              line-height: 2.60417rem; } }
          @media screen and (min-width: 89.938em) {
            .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .carousel-slide__content .title {
              font-size: 42px;
              font-size: 2.625rem;
              line-height: 44px;
              line-height: 2.75rem; } }
        .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .carousel-slide__content .description {
          padding-bottom: 30px;
          padding-bottom: 1.875rem;
          /*
       * TABLET
       * min-width: 750px
       */ }
          @media screen and (min-width: 46.875em) {
            .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .carousel-slide__content .description {
              padding-bottom: 60px;
              padding-bottom: 3.75rem; } }
      .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .customize-controls-accolades {
        top: 55%;
        -webkit-transform: translateY(55%);
        transform: translateY(55%);
        /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
        /*
       * MOBILE
       * max-width: 780px
       */
        /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
        @media screen and (max-width: 66.313em) {
          .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .customize-controls-accolades {
            top: 53%;
            -webkit-transform: translateY(53%);
            transform: translateY(53%); } }
        @media screen and (max-width: 48.75em) {
          .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .customize-controls-accolades {
            top: 49%;
            -webkit-transform: translateY(49%);
            transform: translateY(49%); } }
        @media screen and (max-width: 46.813em) {
          .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .customize-controls-accolades {
            position: absolute;
            bottom: 53px;
            bottom: 3.3125rem;
            top: inherit;
            top: inherit; }
            .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container.content-on-top .customize-controls-accolades li .icon::before {
              font-weight: bold; } }
    .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .tns-nav {
      padding: 32px 0;
      padding: 2rem 0; }
    .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .customize-controls-accolades {
      top: 25%;
      -webkit-transform: translateY(25%);
      transform: translateY(25%);
      /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
      /*
       * MOBILE
       * max-width: 780px
       */
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
      @media screen and (max-width: 66.313em) {
        .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .customize-controls-accolades {
          top: 23%;
          -webkit-transform: translateY(23%);
          transform: translateY(23%); } }
      @media screen and (max-width: 48.75em) {
        .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .customize-controls-accolades {
          top: 19%;
          -webkit-transform: translateY(19%);
          transform: translateY(19%); } }
      @media screen and (max-width: 46.813em) {
        .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .customize-controls-accolades {
          position: absolute;
          bottom: 53px;
          bottom: 3.3125rem;
          top: inherit;
          top: inherit; }
          .carousel--type-accolades-video .carousel-container .theme-accolades-video-wrapper.theme-accolades-wrapper .carousel-container .customize-controls-accolades li .icon::before {
            font-weight: bold; } }
  .carousel--type-accolades-video .carousel-container .cta-container {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%; }
  .carousel--type-accolades-video .carousel-container .total-slides {
    padding-top: 16px;
    padding-top: 1rem; }

/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.carousel--theme-desktop {
  /*
       * TABLET
       * min-width: 750px
       */ }
  @media screen and (min-width: 46.875em) {
    .carousel--theme-desktop-dark {
      background-color: #ffffff; }
      .carousel--theme-desktop-dark .tns-outer,
      .carousel--theme-desktop-dark .total-slides,
      .carousel--theme-desktop-dark .customize-controls li,
      .carousel--theme-desktop-dark .customize-controls-accolades li {
        color: #000000;
        background-color: #ffffff; }
        .carousel--theme-desktop-dark .tns-outer i,
        .carousel--theme-desktop-dark .total-slides i,
        .carousel--theme-desktop-dark .customize-controls li i,
        .carousel--theme-desktop-dark .customize-controls-accolades li i {
          color: #ffffff; }
      .carousel--theme-desktop-dark .tns-nav {
        color: #000000;
        background: #ffffff; }
      .carousel--theme-desktop-dark .carousel-container {
        background-color: #ffffff; }
      .carousel--theme-desktop-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-desktop-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-desktop-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-desktop-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-desktop-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-desktop-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-desktop-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .subTitle,
      .carousel--theme-desktop-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-desktop-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-desktop-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-desktop-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-desktop-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-desktop-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-desktop-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .subTitle,
      .carousel--theme-desktop-dark .theme-generic .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-desktop-dark .theme-generic .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-desktop-dark .theme-generic .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-desktop-dark .theme-generic .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-desktop-dark .theme-generic .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-desktop-dark .theme-generic .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-desktop-dark .theme-generic .carousel .carousel-slide .carousel-slide__content .subTitle,
      .carousel--theme-desktop-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-desktop-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-desktop-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-desktop-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-desktop-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-desktop-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-desktop-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .subTitle {
        color: #000000; }
    .carousel--theme-desktop-light {
      background-color: #000000; }
      .carousel--theme-desktop-light .tns-outer,
      .carousel--theme-desktop-light .total-slides,
      .carousel--theme-desktop-light .customize-controls li,
      .carousel--theme-desktop-light .customize-controls-accolades li {
        color: #ffffff;
        background-color: #000000; }
        .carousel--theme-desktop-light .tns-outer i,
        .carousel--theme-desktop-light .total-slides i,
        .carousel--theme-desktop-light .customize-controls li i,
        .carousel--theme-desktop-light .customize-controls-accolades li i {
          color: #ffffff; }
      .carousel--theme-desktop-light .red-navs .tns-nav > [aria-controls] {
        background: #000000; }
        .carousel--theme-desktop-light .red-navs .tns-nav > [aria-controls].tns-nav-active {
          background: #ed1c24; }
      .carousel--theme-desktop-light .carousel-container {
        background-color: #000000; }
      .carousel--theme-desktop-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-desktop-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-desktop-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-desktop-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-desktop-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-desktop-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-desktop-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .subTitle,
      .carousel--theme-desktop-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-desktop-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-desktop-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-desktop-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-desktop-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-desktop-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-desktop-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .subTitle,
      .carousel--theme-desktop-light .theme-generic .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-desktop-light .theme-generic .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-desktop-light .theme-generic .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-desktop-light .theme-generic .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-desktop-light .theme-generic .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-desktop-light .theme-generic .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-desktop-light .theme-generic .carousel .carousel-slide .carousel-slide__content .subTitle,
      .carousel--theme-desktop-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-desktop-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-desktop-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-desktop-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-desktop-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-desktop-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-desktop-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .subTitle {
        color: #ffffff; } }

.carousel--theme-mobile {
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .carousel--theme-mobile-dark {
      background-color: #ffffff; }
      .carousel--theme-mobile-dark .tns-outer,
      .carousel--theme-mobile-dark .tns-nav,
      .carousel--theme-mobile-dark .total-slides,
      .carousel--theme-mobile-dark .customize-controls li,
      .carousel--theme-mobile-dark .customize-controls-accolades li {
        color: #000000;
        background-color: #ffffff; }
        .carousel--theme-mobile-dark .tns-outer i,
        .carousel--theme-mobile-dark .tns-nav i,
        .carousel--theme-mobile-dark .total-slides i,
        .carousel--theme-mobile-dark .customize-controls li i,
        .carousel--theme-mobile-dark .customize-controls-accolades li i {
          color: #000000; }
      .carousel--theme-mobile-dark .carousel-container {
        background-color: #ffffff; }
      .carousel--theme-mobile-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-mobile-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-mobile-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-mobile-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-mobile-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-mobile-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-mobile-dark .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .subTitle,
      .carousel--theme-mobile-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-mobile-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-mobile-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-mobile-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-mobile-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-mobile-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-mobile-dark .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .subTitle,
      .carousel--theme-mobile-dark .theme-generic .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-mobile-dark .theme-generic .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-mobile-dark .theme-generic .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-mobile-dark .theme-generic .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-mobile-dark .theme-generic .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-mobile-dark .theme-generic .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-mobile-dark .theme-generic .carousel .carousel-slide .carousel-slide__content .subTitle,
      .carousel--theme-mobile-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-mobile-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-mobile-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-mobile-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-mobile-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-mobile-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-mobile-dark .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .subTitle {
        color: #000000; }
    .carousel--theme-mobile-light {
      background-color: #000000; }
      .carousel--theme-mobile-light .tns-outer,
      .carousel--theme-mobile-light .tns-nav,
      .carousel--theme-mobile-light .total-slides,
      .carousel--theme-mobile-light .customize-controls li,
      .carousel--theme-mobile-light .customize-controls-accolades li {
        color: #ffffff;
        background-color: #000000; }
        .carousel--theme-mobile-light .tns-outer i,
        .carousel--theme-mobile-light .tns-nav i,
        .carousel--theme-mobile-light .total-slides i,
        .carousel--theme-mobile-light .customize-controls li i,
        .carousel--theme-mobile-light .customize-controls-accolades li i {
          color: #ffffff; }
      .carousel--theme-mobile-light .carousel-container {
        background-color: #000000; }
      .carousel--theme-mobile-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-mobile-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-mobile-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-mobile-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-mobile-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-mobile-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-mobile-light .theme-peek-wrapper .carousel .carousel-slide .carousel-slide__content .subTitle,
      .carousel--theme-mobile-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-mobile-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-mobile-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-mobile-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-mobile-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-mobile-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-mobile-light .theme-accolades-wrapper .carousel .carousel-slide .carousel-slide__content .subTitle,
      .carousel--theme-mobile-light .theme-generic .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-mobile-light .theme-generic .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-mobile-light .theme-generic .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-mobile-light .theme-generic .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-mobile-light .theme-generic .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-mobile-light .theme-generic .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-mobile-light .theme-generic .carousel .carousel-slide .carousel-slide__content .subTitle,
      .carousel--theme-mobile-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content h2,
      .carousel--theme-mobile-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content h3,
      .carousel--theme-mobile-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content p,
      .carousel--theme-mobile-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .supTitle,
      .carousel--theme-mobile-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .title,
      .carousel--theme-mobile-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .description,
      .carousel--theme-mobile-light .theme-generic-accolades .carousel .carousel-slide .carousel-slide__content .subTitle {
        color: #ffffff; } }

@charset "UTF-8";
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.headline-1,
.headline-2,
.headline-3,
.headline-4,
.headline-5,
.headline-6 {
  margin: 0 0 1rem 0;
  color: inherit;
  text-transform: none;
  line-height: 45px;
  line-height: 2.8125rem;
  font-family: "MMC-Headline", sans-serif; }

.headline-1 {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 78px;
  line-height: 4.875rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .headline-1 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 42px;
      line-height: 2.625rem; } }

.headline-2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  letter-spacing: 0.4px;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .headline-2 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 38px;
      line-height: 2.375rem; } }

.headline-3 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .headline-3 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 30px;
      line-height: 1.875rem; } }

.headline-4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem; }

.headline-5 {
  font-size: 20px;
  font-size: 1.25rem; }

.headline-6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem; }

.copy-block {
  font-family: "MMC-Subline", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .copy-block {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 22px;
      line-height: 1.375rem; } }

.subtitle {
  font-family: "MMC-Subline", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .subtitle {
      font-size: 14px;
      font-size: 0.875rem; } }

.suptitle {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "MMC-Subline", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0; }

.headline-4-single-feature-center {
  margin-top: 15%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .headline-4-single-feature-center {
      margin-top: -15%; } }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: calc(100% / 70);
    height: 10px;
    float: left; }

@charset "UTF-8";
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.collapsible {
  padding: 0 0;
  background-color: #f2f2f2;
  padding-bottom: 5rem; }
  .collapsible .title-container {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    /*
       * MOBILE
       * max-width: 649px
       */ }
    .collapsible .title-container .title {
      font-family: "MMC-Headline", sans-serif;
      font-size: 42px;
      font-weight: bold;
      line-height: 1.14;
      letter-spacing: 0.67px;
      padding-bottom: 40px;
      padding-top: 70px; }
    .collapsible .title-container .sub-header {
      padding-bottom: 57px;
      font-family: "MMC-Subline", sans-serif;
      font-size: 20px;
      font-weight: normal;
      line-height: 1.3;
      letter-spacing: 0.38px; }
    @media screen and (max-width: 40.563em) {
      .collapsible .title-container {
        text-align: center; }
        .collapsible .title-container .title {
          font-size: 28px; }
        .collapsible .title-container .sub-header {
          font-size: 17px; } }
  .collapsible .tabs-container {
    /*
       * MOBILE
       * max-width: 649px
       */ }
    .collapsible .tabs-container .tab {
      border-bottom: solid 0.5px #383838; }
      .collapsible .tabs-container .tab.first-item .content {
        background-color: #f2f2f2; }
      .collapsible .tabs-container .tab .icon {
        color: #000000; }
      .collapsible .tabs-container .tab:nth-child(1) {
        border-bottom: solid 1px #383838; }
        .collapsible .tabs-container .tab:nth-child(1) .sub-tab {
          background-color: #000000; }
        .collapsible .tabs-container .tab:nth-child(1) .title,
        .collapsible .tabs-container .tab:nth-child(1) .text--opened,
        .collapsible .tabs-container .tab:nth-child(1) .text--closed,
        .collapsible .tabs-container .tab:nth-child(1) .icon {
          color: #ffffff; }
    .collapsible .tabs-container .sub-tab {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      height: 7.1rem; }
      .collapsible .tabs-container .sub-tab .data-cta {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        left: 84%;
        /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
        /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
        /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
        .collapsible .tabs-container .sub-tab .data-cta .text-container {
          padding-right: 16px; }
          .collapsible .tabs-container .sub-tab .data-cta .text-container .text--opened, .collapsible .tabs-container .sub-tab .data-cta .text-container .text--closed {
            font-family: "MMC-Headline", sans-serif;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.29;
            letter-spacing: 1.2px; }
          .collapsible .tabs-container .sub-tab .data-cta .text-container .text--opened {
            display: none; }
        .collapsible .tabs-container .sub-tab .data-cta .icon-container .opened {
          display: none; }
        .collapsible .tabs-container .sub-tab .data-cta .icon-container .closed {
          display: block; }
        .collapsible .tabs-container .sub-tab .data-cta .icon-container .icon {
          font-size: 9px;
          font-weight: bold; }
        @media screen and (min-width: 40.625em) {
          .collapsible .tabs-container .sub-tab .data-cta {
            position: absolute;
            padding-top: 3rem; }
            .collapsible .tabs-container .sub-tab .data-cta .icon-container {
              position: absolute;
              left: 6.9rem;
              top: 3.3rem; } }
        @media screen and (max-width: 66.313em) {
          .collapsible .tabs-container .sub-tab .data-cta {
            left: 80%; } }
        @media screen and (max-width: 46.813em) {
          .collapsible .tabs-container .sub-tab .data-cta {
            left: 73%; } }
      .collapsible .tabs-container .sub-tab .data-show {
        color: #000000;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        padding-left: 2.2rem;
        /*
       * MOBILE
       * max-width: 649px
       */ }
        .collapsible .tabs-container .sub-tab .data-show .title {
          font-family: "MMC-Headline", sans-serif;
          font-size: 48px;
          font-weight: bold;
          line-height: 1;
          letter-spacing: normal; }
        .collapsible .tabs-container .sub-tab .data-show .sub-title {
          font-family: "MMC-Subline", sans-serif;
          font-size: 16px;
          font-weight: normal;
          line-height: 1.63;
          letter-spacing: normal;
          color: #999999; }
        @media screen and (max-width: 40.563em) {
          .collapsible .tabs-container .sub-tab .data-show {
            padding-top: 13px; }
            .collapsible .tabs-container .sub-tab .data-show .title {
              font-size: 36px; }
            .collapsible .tabs-container .sub-tab .data-show .sub-title {
              font-size: 14px; } }
    .collapsible .tabs-container .content {
      display: none;
      overflow: hidden;
      padding: 36px 9% 60px 2.2rem; }
      .collapsible .tabs-container .content p,
      .collapsible .tabs-container .content .item-tab {
        font-family: "MMC-Subline", sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.63;
        letter-spacing: normal;
        color: #000000; }
      .collapsible .tabs-container .content .parent-list {
        padding-left: 8rem;
        padding-top: 6px; }
        .collapsible .tabs-container .content .parent-list .item-tab span {
          padding-right: 16px; }
    @media screen and (max-width: 40.563em) {
      .collapsible .tabs-container .sub-tab {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .collapsible .tabs-container .sub-tab .data-cta {
          padding-left: 2.2rem;
          padding-top: 9px; }
          .collapsible .tabs-container .sub-tab .data-cta .icon-container {
            padding-top: 5px; }
      .collapsible .tabs-container .content .parent-list {
        padding-left: 1.5rem; } }
  .collapsible.theme--black .title,
  .collapsible.theme--black .subheader,
  .collapsible.theme--black .text--opened,
  .collapsible.theme--black .text--closed,
  .collapsible.theme--black .content p {
    color: #000000; }

@charset "UTF-8";
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.display-row, .loading-logo, .configurator-container, .configurator-container--view-list, .configurator-container--mode-list, .configurator-container--environment, .configurator-container--environment-list, .configurator-container--camera, .configurator-container--camera-list, .configurator-container--set-up-options, .configurator-container--trims, .configurator-container--trims .trims-title, .configurator-container--trim-list, .configurator-container--colors, .configurator-container--colors .colors-title, .configurator-container--colors-list, .configurator-container--accessories-list .accessory-item, .configurator-container--accessories-sub-group-list .accessory-sub-item, .configurator-container--packages-list .package-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.display-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }

.display-center, .loading.is-showing, .loading-text, .configurator-container--streaming-container, .configurator-container--environment .environment-option, .configurator-container--camera .camera-option, .configurator-container--bottom-copy-block, .configurator-container--buttons, .configurator-container--buttons .mm-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.configurator-title, .configurator-container--copy-block .headline-2, .configurator-container--trims .trims-title, .configurator-container--colors .colors-title, .configurator-container--accessories .accessories-title, .configurator-container--packages .packages-title {
  color: #000000;
  font-family: "MMC-Headline", sans-serif; }

.configurator-copy-block, .configurator-container--copy-block .copy-block {
  color: #000000;
  font-family: "MMC-Subline", sans-serif;
  font-size: 16px;
  font-size: 1rem; }

.configurator-square-button, .configurator-container--trim-list .trim-item {
  color: #d7d7d7;
  font-family: "MMC-Headline", sans-serif;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #d7d7d7;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 3px;
  padding: 0.1875rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  min-width: 70px;
  min-width: 4.375rem;
  border-radius: 4px;
  /*
       * MOBILE
       * max-width: 375px
       */ }
  .configurator-square-button:hover, .configurator-container--trim-list .trim-item:hover {
    cursor: pointer; }
  .configurator-square-button.selected, .configurator-container--trim-list .selected.trim-item {
    color: #000000;
    border: 2px solid #000000; }
  @media screen and (max-width: 23.438em) {
    .configurator-square-button, .configurator-container--trim-list .trim-item {
      min-width: 100%; } }

.hidden {
  display: none !important; }

.configurator-checkbox, .configurator-container--accessories-list .accessory-item .accessory-item--container, .configurator-container--accessories-sub-group-list .accessory-sub-item .accessory-sub-item--container {
  display: block;
  color: #777777;
  cursor: pointer;
  font-family: "MMC-Subline", sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  padding-left: 28px;
  padding-left: 1.75rem;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .configurator-checkbox input, .configurator-container--accessories-list .accessory-item .accessory-item--container input, .configurator-container--accessories-sub-group-list .accessory-sub-item .accessory-sub-item--container input {
    position: absolute;
    cursor: pointer;
    height: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 0; }
  .configurator-checkbox .checkmark, .configurator-container--accessories-list .accessory-item .accessory-item--container .checkmark, .configurator-container--accessories-sub-group-list .accessory-sub-item .accessory-sub-item--container .checkmark {
    background-color: #ffffff;
    position: absolute;
    border: 2px solid #c8c8c8;
    left: 0;
    top: 5px;
    top: 0.3125rem;
    border-radius: 15px;
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 1rem; }
    .configurator-checkbox .checkmark:after, .configurator-container--accessories-list .accessory-item .accessory-item--container .checkmark:after, .configurator-container--accessories-sub-group-list .accessory-sub-item .accessory-sub-item--container .checkmark:after {
      display: none;
      content: "";
      position: absolute; }
  .configurator-checkbox:hover input ~ .checkmark, .configurator-container--accessories-list .accessory-item .accessory-item--container:hover input ~ .checkmark, .configurator-container--accessories-sub-group-list .accessory-sub-item .accessory-sub-item--container:hover input ~ .checkmark {
    border-color: #363636;
    background-color: #363636; }

.configurator-checkbox input:checked ~ .checkmark, .configurator-container--accessories-list .accessory-item .accessory-item--container input:checked ~ .checkmark, .configurator-container--accessories-sub-group-list .accessory-sub-item .accessory-sub-item--container input:checked ~ .checkmark {
  background-color: #363636;
  border-color: #000000; }

.configurator-checkbox input:checked ~ .checkmark:after, .configurator-container--accessories-list .accessory-item .accessory-item--container input:checked ~ .checkmark:after, .configurator-container--accessories-sub-group-list .accessory-sub-item .accessory-sub-item--container input:checked ~ .checkmark:after {
  display: block; }

.configurator-checkbox .checkmark:after, .configurator-container--accessories-list .accessory-item .accessory-item--container .checkmark:after, .configurator-container--accessories-sub-group-list .accessory-sub-item .accessory-sub-item--container .checkmark:after {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  height: 9px;
  height: 0.5625rem;
  left: 2px;
  left: 0.125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  top: -0.0625rem;
  width: 5px;
  width: 0.3125rem; }

.configurator-checkbox, .configurator-container--accessories-list .accessory-item .accessory-item--container, .configurator-container--accessories-sub-group-list .accessory-sub-item .accessory-sub-item--container {
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .configurator-checkbox, .configurator-container--accessories-list .accessory-item .accessory-item--container, .configurator-container--accessories-sub-group-list .accessory-sub-item .accessory-sub-item--container {
      font-size: 13px;
      font-size: 0.8125rem;
      padding-left: 32px;
      padding-left: 2rem;
      line-height: 26px;
      line-height: 1.625rem; }
      .configurator-checkbox .checkmark, .configurator-container--accessories-list .accessory-item .accessory-item--container .checkmark, .configurator-container--accessories-sub-group-list .accessory-sub-item .accessory-sub-item--container .checkmark {
        height: 21px;
        height: 1.3125rem;
        top: 4px;
        top: 0.25rem;
        width: 21px;
        width: 1.3125rem; }
        .configurator-checkbox .checkmark::after, .configurator-container--accessories-list .accessory-item .accessory-item--container .checkmark::after, .configurator-container--accessories-sub-group-list .accessory-sub-item .accessory-sub-item--container .checkmark::after {
          left: 4px;
          left: 0.25rem;
          top: 1px;
          top: 0.0625rem; } }

.loading {
  border: 1px solid #2c2c2c;
  display: none;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  width: 100%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
  /*
      * SMALL IPHONES
      * max-width: 350px;
      */ }
  .loading::before {
    background-color: #2c2c2c;
    content: "";
    position: absolute;
    z-index: 3;
    height: 100%;
    left: 0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 0;
    width: 100%; }

@-webkit-keyframes logo-animation {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  39% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

@keyframes logo-animation {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  39% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

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

@keyframes spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loading-logo {
    text-align: center;
    z-index: 4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
    .loading-logo .icon {
      font-size: 160px;
      font-size: 10rem;
      height: 113px;
      height: 7.0625rem;
      width: 100%; }
    .loading-logo .icon_thelogo-no-tagline {
      color: #444444; }
  .loading-spinner {
    display: inline-block;
    position: relative;
    height: 61px;
    height: 3.8125rem;
    width: 61px;
    width: 3.8125rem; }
    .loading-spinner div {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      position: absolute;
      margin: 8px;
      margin: 0.5rem;
      border: 4px solid #444444;
      border-radius: 50%;
      border-color: #444444 transparent transparent transparent;
      height: 45px;
      height: 2.8125rem;
      width: 45px;
      width: 2.8125rem;
      -webkit-animation: spinner-animation 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      animation: spinner-animation 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; }
      .loading-spinner div:nth-child(1) {
        -webkit-animation-delay: -0.45s;
        animation-delay: -0.45s; }
      .loading-spinner div:nth-child(2) {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s; }
      .loading-spinner div:nth-child(3) {
        -webkit-animation-delay: -0.15s;
        animation-delay: -0.15s; }
  .loading-text {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    position: absolute;
    z-index: 3;
    bottom: 0;
    height: 35px;
    height: 2.1875rem;
    left: 0;
    width: 100%; }
  .loading-text-item {
    color: #ffffff;
    font-family: "MMC-Medium", sans-serif;
    font-size: 12px;
    font-size: 0.75rem; }
  @media screen and (max-width: 46.813em) {
    .loading-logo .icon {
      font-size: 82px;
      font-size: 5.125rem;
      height: 56px;
      height: 3.5rem; }
    .loading-spinner {
      height: auto;
      height: auto;
      width: 30px;
      width: 1.875rem; }
      .loading-spinner div {
        height: 20px;
        height: 1.25rem;
        width: 20px;
        width: 1.25rem; } }
  @media screen and (max-width: 21.875em) {
    .loading-logo .icon {
      font-size: 70px;
      font-size: 4.375rem; } }

.accordion-item {
  -webkit-transition: 0.4s 0.3s ease-in-out;
  transition: 0.4s 0.3s ease-in-out; }
  .accordion-item::before {
    color: #5a646e;
    content: "\002B";
    font-weight: bold;
    font-size: 10px;
    font-size: 0.625rem;
    margin: 0 10px 0 5px;
    margin: 0 0.625rem 0 0.3125rem; }
  .accordion-item.active::before {
    content: "\2212"; }

.accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }

.configurator-container[data-trim-selected="ES"] .se,
.configurator-container[data-trim-selected="ES"] .se-launch,
.configurator-container[data-trim-selected="ES"] .sel,
.configurator-container[data-trim-selected="ES"] .sel-touring,
.configurator-container[data-trim-selected="ES"] .sel-launch {
  display: none; }

.configurator-container[data-trim-selected="ES"] .es {
  display: block; }

.configurator-container[data-trim-selected="SE"] .es,
.configurator-container[data-trim-selected="SE"] .se-launch,
.configurator-container[data-trim-selected="SE"] .sel,
.configurator-container[data-trim-selected="SE"] .sel-touring,
.configurator-container[data-trim-selected="SE"] .sel-launch {
  display: none; }

.configurator-container[data-trim-selected="SE"] .se {
  display: block; }

.configurator-container[data-trim-selected="SE Launch"] .es,
.configurator-container[data-trim-selected="SE Launch"] .se,
.configurator-container[data-trim-selected="SE Launch"] .sel,
.configurator-container[data-trim-selected="SE Launch"] .sel-touring,
.configurator-container[data-trim-selected="SE Launch"] .sel-launch {
  display: none; }

.configurator-container[data-trim-selected="SE Launch"] .se-launch {
  display: block; }

.configurator-container[data-trim-selected="SEL"] .es,
.configurator-container[data-trim-selected="SEL"] .se,
.configurator-container[data-trim-selected="SEL"] .se-launch,
.configurator-container[data-trim-selected="SEL"] .sel-touring,
.configurator-container[data-trim-selected="SEL"] .sel-launch {
  display: none; }

.configurator-container[data-trim-selected="SEL"] .sel {
  display: block; }

.configurator-container[data-trim-selected="SEL Touring"] .es,
.configurator-container[data-trim-selected="SEL Touring"] .se,
.configurator-container[data-trim-selected="SEL Touring"] .sel,
.configurator-container[data-trim-selected="SEL Touring"] .se-launch,
.configurator-container[data-trim-selected="SEL Touring"] .sel-launch {
  display: none; }

.configurator-container[data-trim-selected="SEL Touring"] .sel-touring {
  display: block; }

.configurator-container[data-trim-selected="SEL Launch"] .es,
.configurator-container[data-trim-selected="SEL Launch"] .se,
.configurator-container[data-trim-selected="SEL Launch"] .se-launch,
.configurator-container[data-trim-selected="SEL Launch"] .sel,
.configurator-container[data-trim-selected="SEL Launch"] .sel-touring {
  display: none; }

.configurator-container[data-trim-selected="SEL Launch"] .sel-launch {
  display: block; }

.configurator-container[data-mode-selected="3D"] .two-d {
  display: none; }

.configurator-container[data-mode-selected="3D"] .three-d {
  display: block; }

.configurator-container[data-mode-selected="3D"] .configurator-container--camera-list li.three-d,
.configurator-container[data-mode-selected="3D"] .configurator-container--environment-list li.three-d {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.configurator-container[data-mode-selected="2D"] .three-d {
  display: none; }

.configurator-container[data-mode-selected="2D"] .two-d {
  display: block; }

.configurator-container[data-mode-selected="2D"] .configurator-container--camera-list li.two-d,
.configurator-container[data-mode-selected="2D"] .configurator-container--environment-list li.two-d {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.configurator-container[data-view-selected="exterior"] .interior {
  display: none; }

.configurator-container[data-view-selected="exterior"] .exterior {
  display: block; }

.configurator-container[data-view-selected="interior"] .exterior {
  display: none; }

.configurator-container[data-view-selected="interior"] .interior {
  display: block; }

.configurator-container .exterior-options,
.configurator-container .interior-options {
  width: 100%; }

.configurator-container--copy-block {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  width: 100%; }
  .configurator-container--copy-block .headline-2 {
    text-align: center;
    font-size: 42px;
    font-size: 2.625rem;
    letter-spacing: 0;
    line-height: normal;
    line-height: normal; }
  .configurator-container--copy-block .copy-block {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 24px;
    line-height: 1.5rem; }

.configurator-container--streaming-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 860px) {
    .configurator-container--streaming-container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 46.813em) {
    .configurator-container--streaming-container {
      padding-left: 10px;
      padding-left: 0.625rem;
      padding-right: 10px;
      padding-right: 0.625rem; } }

.configurator-container--streaming {
  position: relative;
  height: 405px;
  height: 25.3125rem;
  width: 720px;
  width: 45rem;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
  /*
      * SMALL IPHONES
      * max-width: 350px;
      */ }
  .configurator-container--streaming .zl-stream-wrapper {
    height: 100% !important;
    height: 100% !important;
    width: 100% !important;
    width: 100% !important;
    max-width: 100%; }
    .configurator-container--streaming .zl-stream-wrapper .zl-stream-container {
      height: 100% !important;
      height: 100% !important;
      left: 0 !important;
      left: 0 !important;
      top: 0 !important;
      top: 0 !important;
      width: 100% !important;
      width: 100% !important; }
  @media screen and (max-width: 860px) {
    .configurator-container--streaming {
      height: 403px;
      height: 25.1875rem;
      width: 950px;
      width: 59.375rem; } }
  @media screen and (max-width: 46.813em) {
    .configurator-container--streaming {
      height: 210px;
      height: 13.125rem;
      width: 374px;
      width: 23.375rem; } }
  @media screen and (max-width: 21.875em) {
    .configurator-container--streaming {
      height: 185px;
      height: 11.5625rem; } }

.configurator-container--streaming-content {
  height: 100%;
  width: 100%; }

.configurator-container--view {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0; }

.configurator-container--view-list {
  padding: 10px;
  padding: 0.625rem; }
  .configurator-container--view-list li {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    border: 1px solid #000000;
    margin-right: 10px;
    margin-right: 0.625rem;
    border-radius: 4px;
    width: 78px;
    width: 4.875rem; }
  .configurator-container--view-list .view-item {
    color: #ffffff;
    font-family: "MMC-Headline", sans-serif;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0;
    line-height: normal;
    line-height: normal;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    padding: 5px;
    padding: 0.3125rem;
    margin-right: 10px;
    margin-right: 0.625rem; }
    .configurator-container--view-list .view-item.selected {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    .configurator-container--view-list .view-item:last-child {
      margin-right: 0; }
    .configurator-container--view-list .view-item:hover {
      cursor: pointer;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

.configurator-container--mode {
  position: absolute;
  z-index: 2;
  left: 0;
  padding: 10px;
  padding: 0.625rem;
  top: 0; }

.configurator-container--mode-list .mode-item {
  background-color: transparent;
  background-image: url(/img/section/teaser/outlander-dg/configurator/icons.png);
  background-repeat: no-repeat;
  font-family: "MMC-Headline", sans-serif;
  position: relative;
  text-align: center;
  border: 1px solid #000000;
  font-size: 16px;
  font-size: 1rem;
  height: 50px;
  height: 3.125rem;
  border-radius: 4px;
  width: 50px;
  width: 3.125rem; }
  .configurator-container--mode-list .mode-item::after {
    background-color: #000000;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    top: 0;
    width: 100%; }
  .configurator-container--mode-list .mode-item:hover {
    cursor: pointer; }
  .configurator-container--mode-list .mode-item.three-d-on {
    background-position: -187px 14px; }
  .configurator-container--mode-list .mode-item.three-d-off {
    background-position: 17px 14px; }

.configurator-container--download {
  position: absolute;
  z-index: 2;
  left: 0;
  padding: 10px;
  padding: 0.625rem;
  top: 65px;
  top: 4.0625rem; }
  .configurator-container--download .download-item {
    background-color: transparent;
    background-image: url(/img/section/teaser/outlander-dg/configurator/icons.png);
    background-position: -152px 15px;
    background-repeat: no-repeat;
    position: relative;
    border: 1px solid #000000;
    height: 50px;
    height: 3.125rem;
    border-radius: 4px;
    width: 50px;
    width: 3.125rem;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    .configurator-container--download .download-item:hover {
      cursor: pointer; }
    .configurator-container--download .download-item::after {
      background-color: #000000;
      content: "";
      position: absolute;
      z-index: -1;
      height: 100%;
      left: 0;
      filter: alpha(opacity=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
      top: 0;
      width: 100%; }
    @media screen and (max-width: 46.813em) {
      .configurator-container--download .download-item {
        display: none; } }

.configurator-container--environment {
  position: absolute;
  z-index: 2;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  bottom: 0;
  right: 0;
  padding: 10px;
  padding: 0.625rem;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .configurator-container--environment .environment-option {
    background-image: url(/img/section/teaser/outlander-dg/configurator/icons.png);
    background-repeat: no-repeat;
    background-position: -38px 15px;
    position: relative;
    border: 1px solid #000000;
    height: 50px;
    height: 3.125rem;
    border-radius: 4px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    width: 50px;
    width: 3.125rem; }
    .configurator-container--environment .environment-option:hover {
      cursor: pointer; }
    .configurator-container--environment .environment-option::after {
      background-color: #000000;
      content: "";
      position: absolute;
      z-index: -1;
      height: 100%;
      left: 0;
      filter: alpha(opacity=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
      top: 0;
      width: 100%; }
    .configurator-container--environment .environment-option .icon {
      color: #ffffff;
      position: absolute;
      font-size: 34px;
      font-size: 2.125rem; }
  .configurator-container--environment.is-showing .configurator-container--environment-animate {
    max-width: 300px;
    max-width: 18.75rem;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    @media screen and (max-width: 46.813em) {
      .configurator-container--environment.is-showing .configurator-container--environment-animate {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 217px;
        max-width: 13.5625rem; } }
  .configurator-container--environment.display-item .environment-option {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-left: 0.0625rem solid rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 46.813em) {
    .configurator-container--environment {
      -webkit-box-align: end;
      -ms-flex-align: end;
      -moz-align-items: flex-end;
      align-items: flex-end; }
      .configurator-container--environment .environment-option {
        background-position-y: 7px;
        background-position-x: -41px;
        height: 36px;
        height: 2.25rem;
        width: 44px;
        width: 2.75rem; } }

.configurator-container--environment-animate {
  overflow: hidden;
  height: 50px;
  height: 3.125rem;
  max-width: 0;
  -webkit-transition: max-width 0.75s ease-in-out;
  transition: max-width 0.75s ease-in-out;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .configurator-container--environment-animate {
      -webkit-box-align: end;
      -ms-flex-align: end;
      -moz-align-items: flex-end;
      align-items: flex-end;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.configurator-container--environment-list {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  border: 1px solid #000000;
  border-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  height: 50px;
  height: 3.125rem;
  padding-right: 16px;
  padding-right: 1rem;
  width: 300px;
  width: 18.75rem;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .configurator-container--environment-list::after {
    background: #000000;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    top: 0;
    width: 100%; }
  .configurator-container--environment-list li {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: 72px;
    width: 4.5rem; }
  .configurator-container--environment-list .environment-item {
    background-image: url(/img/section/teaser/outlander-dg/configurator/environments.jpg);
    background-position-y: 0;
    background-repeat: no-repeat;
    height: 42px;
    height: 2.625rem;
    width: 65px;
    width: 4.0625rem; }
    .configurator-container--environment-list .environment-item:hover {
      cursor: pointer; }
    .configurator-container--environment-list .environment-item.selected {
      border: 1px solid #ffffff; }
    .configurator-container--environment-list .environment-item.environment-glacier_point {
      background-position-x: -10px; }
    .configurator-container--environment-list .environment-item.environment-brooklyn {
      background-position-x: -84px; }
    .configurator-container--environment-list .environment-item.environment-zabriskie {
      background-position-x: -175px; }
    .configurator-container--environment-list .environment-item.environment-cape-town {
      background-position-x: -343px; }
  @media screen and (max-width: 46.813em) {
    .configurator-container--environment-list {
      height: 36px;
      height: 2.25rem; }
      .configurator-container--environment-list li {
        width: 50px;
        width: 3.125rem; }
        .configurator-container--environment-list li .environment-item {
          height: 28px;
          height: 1.75rem;
          width: 44px;
          width: 2.75rem; } }

.configurator-container--camera {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 10px;
  padding: 0.625rem;
  left: 0;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .configurator-container--camera .camera-option {
    background-image: url(/img/section/teaser/outlander-dg/configurator/icons.png);
    background-repeat: no-repeat;
    background-position: -100px 15px;
    position: relative;
    border: 1px solid #000000;
    height: 50px;
    height: 3.125rem;
    border-radius: 4px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    width: 50px;
    width: 3.125rem; }
    .configurator-container--camera .camera-option:hover {
      cursor: pointer; }
    .configurator-container--camera .camera-option::after {
      background-color: #000000;
      content: "";
      position: absolute;
      z-index: -1;
      height: 100%;
      left: 0;
      filter: alpha(opacity=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
      top: 0;
      width: 100%; }
    .configurator-container--camera .camera-option .icon {
      color: #ffffff;
      position: absolute;
      font-size: 34px;
      font-size: 2.125rem; }
  .configurator-container--camera.is-showing .configurator-container--camera-animate {
    max-width: 300px;
    max-width: 18.75rem; }
  .configurator-container--camera.display-item .camera-option {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 46.813em) {
    .configurator-container--camera {
      display: none; } }

.configurator-container--camera-animate {
  overflow: hidden;
  height: 50px;
  height: 3.125rem;
  max-width: 0;
  -webkit-transition: max-width 0.75s ease-in-out;
  transition: max-width 0.75s ease-in-out; }

.configurator-container--camera-list {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  border: 1px solid #000000;
  border-left: 0;
  height: 50px;
  height: 3.125rem;
  padding-left: 16px;
  padding-left: 1rem;
  width: 300px;
  width: 18.75rem; }
  .configurator-container--camera-list::after {
    background: #000000;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    top: 0;
    width: 100%; }
  .configurator-container--camera-list li {
    width: 72px;
    width: 4.5rem; }
  .configurator-container--camera-list .camera-item {
    background-image: url(/img/section/teaser/outlander-dg/configurator/environments.jpg);
    background-position-y: 0;
    background-repeat: no-repeat;
    height: 42px;
    height: 2.625rem;
    width: 65px;
    width: 4.0625rem; }
    .configurator-container--camera-list .camera-item:hover {
      cursor: pointer; }
    .configurator-container--camera-list .camera-item.selected {
      border: 1px solid #ffffff; }
    .configurator-container--camera-list .camera-item.exterior-quarter {
      background-position-x: -10px;
      background-position-y: -51px; }
    .configurator-container--camera-list .camera-item.exterior-front {
      background-position-x: -83px;
      background-position-y: -50px; }
    .configurator-container--camera-list .camera-item.exterior-side {
      background-position-x: -164px;
      background-position-y: -50px; }
    .configurator-container--camera-list .camera-item.exterior-back {
      background-position-x: -247px;
      background-position-y: -50px; }
    .configurator-container--camera-list .camera-item.interior-front {
      background-position-x: -335px;
      background-position-y: -48px; }
    .configurator-container--camera-list .camera-item.interior-right {
      background-position-x: -413px;
      background-position-y: 0; }
    .configurator-container--camera-list .camera-item.interior-left {
      background-position-x: -413px;
      background-position-y: -54px; }

.configurator-container[data-view-selected="interior"] .configurator-container--camera-list {
  width: 233px;
  width: 14.5625rem; }

.configurator-container--set-up-options {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 8px 10px 16px;
  padding: 0.5rem 0.625rem 1rem;
  height: 405px;
  height: 25.3125rem;
  width: 300px;
  width: 18.75rem; }
  @media screen and (max-width: 860px) {
    .configurator-container--set-up-options {
      height: auto;
      height: auto;
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }

.configurator-container--trims {
  background-color: #f6f6f6;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding: 6px 10px 0 6px;
  padding: 0.375rem 0.625rem 0 0.375rem;
  border-radius: 8px;
  width: 100%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .configurator-container--trims .trims-title {
    color: #444444;
    font-family: "MMC-Subline", sans-serif;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 9px;
    font-size: 0.5625rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    width: 100%; }
    .configurator-container--trims .trims-title:hover {
      cursor: pointer; }
    .configurator-container--trims .trims-title .trim-selected {
      text-transform: uppercase;
      margin-left: 5px;
      margin-left: 0.3125rem; }
  @media screen and (max-width: 46.813em) {
    .configurator-container--trims {
      padding-top: 10px;
      padding-top: 0.625rem; }
      .configurator-container--trims .trims-title {
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; } }

.configurator-container--trim-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 265px;
  width: 16.5625rem; }
  @media screen and (max-width: 860px) {
    .configurator-container--trim-list {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      width: 100%; }
      .configurator-container--trim-list .trim-item {
        margin-right: 16px;
        margin-right: 1rem; } }
  .configurator-container--trim-list .trim-item {
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }

.configurator-container--colors {
  background-color: #f6f6f6;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding: 6px 10px 0 6px;
  padding: 0.375rem 0.625rem 0 0.375rem;
  border-radius: 8px;
  width: 100%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .configurator-container--colors .colors-title {
    color: #444444;
    font-family: "MMC-Subline", sans-serif;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 9px;
    font-size: 0.5625rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    width: 100%; }
    .configurator-container--colors .colors-title:hover {
      cursor: pointer; }
    .configurator-container--colors .colors-title .color-selected {
      text-transform: uppercase;
      margin-left: 5px;
      margin-left: 0.3125rem; }
  @media screen and (max-width: 46.813em) {
    .configurator-container--colors {
      padding-top: 10px;
      padding-top: 0.625rem; }
      .configurator-container--colors .colors-title {
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; } }

.configurator-container--colors-list {
  width: 265px;
  width: 16.5625rem;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .configurator-container--colors-list li {
    height: 25px;
    height: 1.5625rem;
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    width: 20%; }
  .configurator-container--colors-list .color-item {
    position: relative;
    height: 40px;
    height: 2.5rem;
    border-radius: 50%;
    width: 40px;
    width: 2.5rem; }
    .configurator-container--colors-list .color-item:hover {
      cursor: pointer; }
    .configurator-container--colors-list .color-item img {
      background-color: inherit;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      display: block;
      position: relative;
      border: 1px solid #ccc;
      height: 39px;
      height: 2.4375rem;
      left: -1px;
      left: -0.0625rem;
      top: -2px;
      top: -0.125rem;
      border-radius: 100%;
      width: 39px;
      width: 2.4375rem; }
    .configurator-container--colors-list .color-item.selected {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      border: 1px solid #000000;
      padding: 0;
      top: -2px;
      top: -0.125rem; }
      .configurator-container--colors-list .color-item.selected img {
        background-color: inherit;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        display: block;
        position: relative;
        border: 1px solid #ffffff;
        height: 38px;
        height: 2.375rem;
        left: 0;
        top: 0;
        border-radius: 100%;
        width: 38px;
        width: 2.375rem; }
  @media screen and (max-width: 860px) {
    .configurator-container--colors-list {
      width: 100%; }
      .configurator-container--colors-list li {
        height: 46px;
        height: 2.875rem;
        margin-bottom: 0;
        margin-top: 5px;
        margin-top: 0.3125rem;
        width: 70px;
        width: 4.375rem; } }
  @media screen and (max-width: 46.813em) {
    .configurator-container--colors-list li {
      width: 46px;
      width: 2.875rem; }
      .configurator-container--colors-list li div {
        margin-left: 2px;
        margin-left: 0.125rem; } }

.configurator-container--accessories {
  background-color: #f6f6f6;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding: 6px 10px 0 6px;
  padding: 0.375rem 0.625rem 0 0.375rem;
  border-radius: 8px;
  width: 100%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .configurator-container--accessories .accessories-title {
    color: #444444;
    font-family: "MMC-Subline", sans-serif;
    font-weight: 600;
    font-size: 9px;
    font-size: 0.5625rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    width: 100%; }
    .configurator-container--accessories .accessories-title:hover {
      cursor: pointer; }
  .configurator-container--accessories .accessories-content {
    overflow-y: auto;
    height: 250px;
    height: 15.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    width: 100%; }
    @media screen and (max-width: 860px) {
      .configurator-container--accessories .accessories-content {
        height: 290px;
        height: 18.125rem; } }
  @media screen and (max-width: 46.813em) {
    .configurator-container--accessories {
      padding-top: 10px;
      padding-top: 0.625rem; }
      .configurator-container--accessories .accessories-title {
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; } }

.configurator-container--accessories-list {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  width: 100%; }

.configurator-container--accessories-sub-group {
  width: 100%; }
  .configurator-container--accessories-sub-group .sub-group-item {
    background-color: #cccccc;
    color: #777777;
    font-family: "MMC-Subline", sans-serif;
    font-weight: 700;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 4px 10px;
    padding: 0.25rem 0.625rem; }

.configurator-container--accessories-sub-group-list {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  width: 100%; }
  .configurator-container--accessories-sub-group-list .accessory-sub-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 85%; }
    .configurator-container--accessories-sub-group-list .accessory-sub-item .accessory-color-item {
      height: 20px;
      height: 1.25rem;
      width: 20px;
      width: 1.25rem; }
  @media screen and (max-width: 860px) {
    .configurator-container--accessories-sub-group-list .accessory-sub-item {
      width: 200px;
      width: 12.5rem; } }

.configurator-container--packages {
  background-color: #f6f6f6;
  padding: 6px 10px 0 6px;
  padding: 0.375rem 0.625rem 0 0.375rem;
  border-radius: 8px;
  width: 100%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .configurator-container--packages .packages-title {
    color: #444444;
    font-family: "MMC-Subline", sans-serif;
    font-weight: 600;
    font-size: 9px;
    font-size: 0.5625rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    width: 100%;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    .configurator-container--packages .packages-title:hover {
      cursor: pointer; }
    @media screen and (max-width: 46.813em) {
      .configurator-container--packages .packages-title {
        font-size: 12px;
        font-size: 0.75rem; } }
  @media screen and (max-width: 46.813em) {
    .configurator-container--packages {
      padding-top: 10px;
      padding-top: 0.625rem; }
      .configurator-container--packages .packages-title {
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; } }

.configurator-container--packages-list {
  overflow-y: auto;
  height: 250px;
  height: 15.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  width: 100%; }
  .configurator-container--packages-list .package-item {
    border: 2px solid #ccc;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    padding: 2px 2px 2px 10px;
    padding: 0.125rem 0.125rem 0.125rem 0.625rem;
    border-radius: 4px;
    width: 100%; }
    .configurator-container--packages-list .package-item:hover, .configurator-container--packages-list .package-item.selected {
      cursor: pointer;
      border: 2px solid #000000; }
    .configurator-container--packages-list .package-item .package-title {
      font-family: "MMC-Headline", sans-serif;
      text-transform: uppercase;
      font-size: 10px;
      font-size: 0.625rem;
      letter-spacing: 2px;
      letter-spacing: 0.125rem;
      line-height: 14px;
      line-height: 0.875rem;
      padding-bottom: 8px;
      padding-bottom: 0.5rem;
      width: 100%; }
    .configurator-container--packages-list .package-item .package-description {
      color: #000000;
      font-family: "MMC-Subline", sans-serif;
      font-size: 10px;
      font-size: 0.625rem;
      letter-spacing: 2px;
      letter-spacing: 0.125rem;
      line-height: 14px;
      line-height: 0.875rem;
      width: 100%; }
  @media screen and (max-width: 860px) {
    .configurator-container--packages-list {
      height: 290px;
      height: 18.125rem; } }

.configurator-container--bottom-copy-block .copy-block {
  text-align: center;
  padding: 48px 0 32px;
  padding: 3rem 0 2rem;
  width: 70%; }

.configurator-container--buttons {
  width: 100%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .configurator-container--buttons .mm-button {
    color: #ffffff;
    font-family: "MMC-Headline", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    letter-spacing: 1.5px;
    letter-spacing: 0.09375rem;
    line-height: 1.29;
    height: 38px;
    height: 2.375rem;
    margin: 0 32px 32px 0;
    margin: 0 2rem 2rem 0;
    padding: 0 10px 0 20px;
    padding: 0 0.625rem 0 1.25rem;
    min-width: 234px;
    min-width: 14.625rem; }
  @media screen and (max-width: 46.813em) {
    .configurator-container--buttons {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

@charset "UTF-8";
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.floating-box-section {
  /* BOX CONTAINER */
  /*
  * MOBILE
  * Lower than tablet
  * max-width: 749px
  */
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
  /*
  * TABLET PORTRAIT AND UP
  * min-width: 750px;
  */
  /*
       * TABLET
       * min-width: 750px
       */
  /*
  * CUSTOM
  * min-width: 992px;
  * max-width: 1279px;
  */
  /*
  * DESKTOP
  * min-width: 1280px
  */
  /*
       * DESKTOP WIDE
       * min-width: 1280px
       */ }
  .floating-box-section .floating-container {
    position: relative;
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 80px;
    padding-top: 5rem; }
    .floating-box-section .floating-container .box-info {
      background-color: #000000;
      overflow: hidden auto;
      position: absolute; }
      .floating-box-section .floating-container .box-info .subtitle {
        color: #ffffff;
        font-family: "MMC-Headline", sans-serif;
        text-align: left;
        text-transform: uppercase; }
      .floating-box-section .floating-container .box-info .header {
        color: #ffffff;
        font-family: "MMC-Headline", sans-serif;
        text-transform: initial; }
      .floating-box-section .floating-container .box-info .info-block {
        color: #ffffff;
        font-family: "MMC-Subline", sans-serif;
        text-align: left;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .floating-box-section .floating-container .box-info .info-block .mm-button {
          background-color: #000000;
          color: #ffffff;
          text-align: center;
          border: 3px solid #ffffff;
          width: 180px;
          width: 11.25rem;
          margin-top: 33px;
          margin-top: 2.0625rem; }
  @media screen and (max-width: 46.813em) {
    .floating-box-section .floating-container {
      padding: 0 0 40px;
      padding: 0 0 2.5rem; }
      .floating-box-section .floating-container .box-info {
        position: initial;
        width: 80%;
        margin: 0 auto;
        margin: 0 auto;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
        padding: 25px 20px 30px;
        padding: 1.5625rem 1.25rem 1.875rem;
        max-height: 456px;
        max-height: 28.5rem; }
        .floating-box-section .floating-container .box-info .subtitle {
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 26px;
          line-height: 1.625rem;
          letter-spacing: 2px;
          letter-spacing: 0.125rem;
          padding-bottom: 60px;
          padding-bottom: 3.75rem; }
        .floating-box-section .floating-container .box-info .header {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 30px;
          line-height: 1.875rem;
          letter-spacing: 0;
          padding-bottom: 15px;
          padding-bottom: 0.9375rem; }
        .floating-box-section .floating-container .box-info .info-block {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 22px;
          line-height: 1.375rem;
          letter-spacing: -0.01px;
          letter-spacing: -0.00063rem;
          padding-bottom: 0; } }
  @media screen and (min-width: 46.875em) {
    .floating-box-section .floating-container .box-info {
      max-height: 569px;
      max-height: 35.5625rem;
      padding: 25px;
      padding: 1.5625rem;
      top: 40px;
      top: 2.5rem;
      width: 300px;
      width: 18.75rem; }
      .floating-box-section .floating-container .box-info.box-float-left {
        left: 6%; }
      .floating-box-section .floating-container .box-info.box-float-right {
        right: 6%; }
      .floating-box-section .floating-container .box-info .header {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.875rem;
        letter-spacing: 0;
        padding-bottom: 15px;
        padding-bottom: 0.9375rem; }
      .floating-box-section .floating-container .box-info .info-block {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 22px;
        line-height: 1.375rem;
        letter-spacing: -0.01px;
        letter-spacing: -0.00063rem;
        padding-bottom: 4px;
        padding-bottom: 0.25rem; } }
  @media screen and (min-width: 62rem) and (max-width: 79.95rem) {
    .floating-box-section .floating-container .box-info {
      top: 40px;
      top: 2.5rem;
      padding: 28px 24px 30px;
      padding: 1.75rem 1.5rem 1.875rem;
      width: 360px;
      width: 22.5rem;
      max-height: 466px;
      max-height: 29.125rem; }
      .floating-box-section .floating-container .box-info .subtitle {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 26px;
        line-height: 1.625rem;
        letter-spacing: 2px;
        letter-spacing: 0.125rem;
        padding-bottom: 16px;
        padding-bottom: 1rem; }
      .floating-box-section .floating-container .box-info .header {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 34px;
        line-height: 2.125rem;
        letter-spacing: -0.1px;
        letter-spacing: -0.00625rem;
        margin: 0;
        padding-bottom: 20px;
        padding-bottom: 1.25rem; }
      .floating-box-section .floating-container .box-info .info-block {
        font-size: 16px;
        font-size: 1rem;
        line-height: 26px;
        line-height: 1.625rem;
        letter-spacing: -0.01px;
        letter-spacing: -0.00063rem;
        padding-bottom: 11px;
        padding-bottom: 0.6875rem;
        margin: 0; } }
  @media screen and (min-width: 80em) {
    .floating-box-section .floating-container .box-info {
      top: 40px;
      top: 2.5rem;
      padding: 28px 40px 15px;
      padding: 1.75rem 2.5rem 0.9375rem;
      width: 360px;
      width: 22.5rem;
      max-height: 569px;
      max-height: 35.5625rem; }
      .floating-box-section .floating-container .box-info.box-float-left {
        left: 9.6%; }
      .floating-box-section .floating-container .box-info.box-float-right {
        right: 9.6%; }
      .floating-box-section .floating-container .box-info .subtitle {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 26px;
        line-height: 1.625rem;
        letter-spacing: 2px;
        letter-spacing: 0.125rem;
        padding-bottom: 16px;
        padding-bottom: 1rem; }
      .floating-box-section .floating-container .box-info .header {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 40px;
        line-height: 2.5rem;
        letter-spacing: -0.1px;
        letter-spacing: -0.00625rem;
        margin: 0;
        padding-bottom: 20px;
        padding-bottom: 1.25rem; }
      .floating-box-section .floating-container .box-info .info-block {
        font-size: 16px;
        font-size: 1rem;
        line-height: 26px;
        line-height: 1.625rem;
        letter-spacing: -0.01px;
        letter-spacing: -0.00063rem;
        padding-bottom: 28px;
        padding-bottom: 1.75rem;
        margin: 0; } }

@charset "UTF-8";
@font-face {
  font-family: "MMC-Headline";
  src: url("/ui/fonts/mmc/MMC-Bold-e14a872964.eot?") format("embedded-opentype"); }

@font-face {
  font-family: "MMC-Headline";
  src: url("/ui/fonts/mmc/MMC-Bold-4526476b95.woff") format("woff"), url("/ui/fonts/mmc/MMC-Bold-2c63c4927e.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MMC-Medium";
  src: url("/ui/fonts/mmc/MMC-Medium-f15c809aa0.eot?") format("embedded-opentype"); }

@font-face {
  font-family: "MMC-Medium";
  src: url("/ui/fonts/mmc/MMC-Medium-78a4153c16.woff") format("woff"), url("/ui/fonts/mmc/MMC-Medium-682261bfb2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MMC-Subline";
  src: url("/ui/fonts/mmc/MMC-Regular-4ace93d4de.eot?") format("embedded-opentype"); }

@font-face {
  font-family: "MMC-Subline";
  src: url("/ui/fonts/mmc/MMC-Regular-8b5a306932.woff") format("woff"), url("/ui/fonts/mmc/MMC-Regular-dd2c8a0d76.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.hero-area-v2 {
  overflow: hidden;
  position: relative;
  min-width: 320px;
  max-width: 1440px;
  margin: 0 auto; }
  .hero-area-v2 form {
    margin: 0; }
  .hero-area-v2 .media {
    overflow: hidden;
    position: relative; }
    .hero-area-v2 .media h1 {
      position: absolute; }
    .hero-area-v2 .media img {
      display: block;
      width: 100%; }
  .hero-area-v2 .model-years {
    line-height: 1em;
    font-family: "MMC-Headline", sans-serif;
    font-size: 12px;
    color: #ffffff;
    /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
    /*
       * TABLET
       * min-width: 750px
       */
    /*
       * LARGE TABLETS
       * width: 780px
       */
    /*
       * min-width: 900px
       */
    /*
       * DESKTOP
       * min-width: 1061px
       */ }
    @media screen and (min-width: 40.625em) {
      .hero-area-v2 .model-years {
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 12px;
        line-height: 0.75rem; } }
    @media screen and (min-width: 46.875em) {
      .hero-area-v2 .model-years {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 14px;
        line-height: 0.875rem; } }
    @media screen and (min-width: 48.75em) {
      .hero-area-v2 .model-years {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 15px;
        line-height: 0.9375rem; } }
    @media screen and (min-width: 56.25em) {
      .hero-area-v2 .model-years {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 17px;
        line-height: 1.0625rem; } }
    @media screen and (min-width: 66.313em) {
      .hero-area-v2 .model-years {
        font-size: 16px;
        font-size: 1rem;
        line-height: 16px;
        line-height: 1rem; } }
    .hero-area-v2 .model-years ul {
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.9em;
      line-height: 2.25em; }
    .hero-area-v2 .model-years li {
      float: left; }
      .hero-area-v2 .model-years li a {
        display: inline-block;
        padding-right: 0.8em;
        padding-left: 0.8em;
        border: 1px solid #ffffff;
        color: #ffffff; }
      .hero-area-v2 .model-years li:first-of-type a {
        border-radius: 2px 0 0 2px; }
      .hero-area-v2 .model-years li:last-of-type a {
        border-radius: 0 2px 2px 0; }
      .hero-area-v2 .model-years li.active a {
        background-color: #ffffff;
        color: #555555; }
  .hero-area-v2 .heading {
    margin-top: 7px;
    margin-bottom: 12px;
    color: #ffffff;
    /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
    /*
       * TABLET
       * min-width: 750px
       */
    /*
       * LARGE TABLETS
       * width: 780px
       */
    /*
       * min-width: 900px
       */
    /*
       * DESKTOP
       * min-width: 1061px
       */ }
    @media screen and (min-width: 40.625em) {
      .hero-area-v2 .heading {
        margin-top: 5px;
        margin-top: 0.3125rem;
        margin-bottom: 11px;
        margin-bottom: 0.6875rem; } }
    @media screen and (min-width: 46.875em) {
      .hero-area-v2 .heading {
        margin-top: 6.5px;
        margin-top: 0.40625rem;
        margin-bottom: 14.5px;
        margin-bottom: 0.90625rem;
        width: 51%; } }
    @media screen and (min-width: 48.75em) {
      .hero-area-v2 .heading {
        margin-top: 8.5px;
        margin-top: 0.53125rem;
        margin-bottom: 19px;
        margin-bottom: 1.1875rem; } }
    @media screen and (min-width: 56.25em) {
      .hero-area-v2 .heading {
        margin-top: 10px;
        margin-top: 0.625rem;
        margin-bottom: 22px;
        margin-bottom: 1.375rem; } }
    @media screen and (min-width: 66.313em) {
      .hero-area-v2 .heading {
        margin-top: 14px;
        margin-top: 0.875rem;
        margin-bottom: 27px;
        margin-bottom: 1.6875rem; } }
    .hero-area-v2 .heading .line-1,
    .hero-area-v2 .heading .line-2 {
      display: block;
      letter-spacing: 0;
      text-transform: none; }
    .hero-area-v2 .heading .line-1 {
      margin-bottom: 0.2em;
      margin-left: -0.05em;
      line-height: 1em;
      font-family: "MMC-Headline", sans-serif;
      font-size: 34px;
      /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
      /*
       * TABLET
       * min-width: 750px
       */
      /*
       * LARGE TABLETS
       * width: 780px
       */
      /*
       * min-width: 900px
       */
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      @media screen and (min-width: 40.625em) {
        .hero-area-v2 .heading .line-1 {
          font-size: 28px;
          font-size: 1.75rem;
          line-height: 30px;
          line-height: 1.875rem; } }
      @media screen and (min-width: 46.875em) {
        .hero-area-v2 .heading .line-1 {
          font-size: 32.5px;
          font-size: 2.03125rem;
          line-height: 34.5px;
          line-height: 2.15625rem; } }
      @media screen and (min-width: 48.75em) {
        .hero-area-v2 .heading .line-1 {
          font-size: 37px;
          font-size: 2.3125rem;
          line-height: 39px;
          line-height: 2.4375rem; } }
      @media screen and (min-width: 56.25em) {
        .hero-area-v2 .heading .line-1 {
          font-size: 42px;
          font-size: 2.625rem;
          line-height: 44px;
          line-height: 2.75rem; } }
      @media screen and (min-width: 66.313em) {
        .hero-area-v2 .heading .line-1 {
          font-size: 60px;
          font-size: 3.75rem;
          line-height: 70px;
          line-height: 4.375rem; } }
    .hero-area-v2 .heading .line-2 {
      line-height: 1.2em;
      font-family: "MMC-Subline", sans-serif;
      font-size: 16px;
      /*
       * ONLY TABLET
       * width: 650px - 1061
       */
      /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
      /*
       * TABLET
       * min-width: 750px
       */
      /*
       * LARGE TABLETS
       * width: 780px
       */
      /*
       * min-width: 900px
       */
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      @media screen and (min-width: 40.625em) and (max-width: 66.313em) {
        .hero-area-v2 .heading .line-2 {
          font-weight: bold; } }
      @media screen and (min-width: 40.625em) {
        .hero-area-v2 .heading .line-2 {
          font-size: 11px;
          font-size: 0.6875rem;
          line-height: 13px;
          line-height: 0.8125rem; } }
      @media screen and (min-width: 46.875em) {
        .hero-area-v2 .heading .line-2 {
          font-size: 12.5px;
          font-size: 0.78125rem;
          line-height: 14.5px;
          line-height: 0.90625rem; } }
      @media screen and (min-width: 48.75em) {
        .hero-area-v2 .heading .line-2 {
          font-size: 15px;
          font-size: 0.9375rem;
          line-height: 17px;
          line-height: 1.0625rem; } }
      @media screen and (min-width: 56.25em) {
        .hero-area-v2 .heading .line-2 {
          font-size: 16px;
          font-size: 1rem;
          line-height: 18px;
          line-height: 1.125rem; } }
      @media screen and (min-width: 66.313em) {
        .hero-area-v2 .heading .line-2 {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 26.4px;
          line-height: 1.65rem; } }
  .hero-area-v2 .kelley-blue-book {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer; }
    .hero-area-v2 .kelley-blue-book .logo {
      width: 65px;
      margin-right: 15px;
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      @media screen and (min-width: 66.313em) {
        .hero-area-v2 .kelley-blue-book .logo {
          width: 75px; } }
      .hero-area-v2 .kelley-blue-book .logo img {
        display: block;
        width: 100%;
        height: auto; }
    .hero-area-v2 .kelley-blue-book .rating {
      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-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      .hero-area-v2 .kelley-blue-book .rating p {
        margin: 0;
        font-family: "MMC-Subline", sans-serif;
        font-size: 10px;
        line-height: 1.2em;
        /*
       * DESKTOP
       * min-width: 1061px
       */ }
        @media screen and (min-width: 66.313em) {
          .hero-area-v2 .kelley-blue-book .rating p {
            font-size: 12px; } }
      .hero-area-v2 .kelley-blue-book .rating strong {
        display: block;
        font-family: "MMC-Headline", sans-serif;
        font-size: 16px;
        line-height: 1.2em;
        /*
       * DESKTOP
       * min-width: 1061px
       */ }
        @media screen and (min-width: 66.313em) {
          .hero-area-v2 .kelley-blue-book .rating strong {
            font-size: 18px; } }
  .hero-area-v2 .content {
    position: absolute;
    top: 8%;
    bottom: 4%;
    right: 20px;
    left: 20px;
    width: calc(100% - 40px);
    max-width: 1062px;
    margin: 0 auto;
    text-align: left;
    /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
    @media screen and (min-width: 40.625em) {
      .hero-area-v2 .content {
        top: 10%;
        bottom: 5%; } }
    .hero-area-v2 .content .kelley-blue-book {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media screen and (min-width: 930px) {
        .hero-area-v2 .content .kelley-blue-book {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .hero-area-v2 .content .cta {
      display: none;
      /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
      /*
       * TABLET
       * min-width: 750px
       */
      /*
       * LARGE TABLETS
       * width: 780px
       */
      /*
       * min-width: 900px
       */
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      @media screen and (min-width: 650px) {
        .hero-area-v2 .content .cta {
          display: inline-block; } }
      @media screen and (min-width: 40.625em) {
        .hero-area-v2 .content .cta {
          font-size: 8px;
          font-size: 0.5rem;
          line-height: 10px;
          line-height: 0.625rem;
          padding: 5px 5px 6px 6px;
          padding: 0.3125rem 0.3125rem 0.375rem 0.375rem; }
          .hero-area-v2 .content .cta .icon_cta-caret {
            font-size: 8px;
            font-size: 0.5rem;
            line-height: 10px;
            line-height: 0.625rem;
            line-height: inherit;
            line-height: inherit; } }
      @media screen and (min-width: 46.875em) {
        .hero-area-v2 .content .cta {
          font-size: 9.5px;
          font-size: 0.59375rem;
          line-height: 11.5px;
          line-height: 0.71875rem;
          line-height: 9.5px;
          line-height: 0.59375rem;
          padding: 6px 5px 7px 7.9px;
          padding: 0.375rem 0.3125rem 0.4375rem 0.49375rem; }
          .hero-area-v2 .content .cta .icon_cta-caret {
            font-size: 9.5px;
            font-size: 0.59375rem;
            line-height: 11.5px;
            line-height: 0.71875rem;
            line-height: inherit;
            line-height: inherit; } }
      @media screen and (min-width: 48.75em) {
        .hero-area-v2 .content .cta {
          font-size: 11px;
          font-size: 0.6875rem;
          line-height: 13px;
          line-height: 0.8125rem;
          line-height: 11px;
          line-height: 0.6875rem;
          padding: 6px 6.5px 7.5px 7.8px;
          padding: 0.375rem 0.40625rem 0.46875rem 0.4875rem; }
          .hero-area-v2 .content .cta .icon_cta-caret {
            font-size: 11px;
            font-size: 0.6875rem;
            line-height: 13px;
            line-height: 0.8125rem; } }
      @media screen and (min-width: 56.25em) {
        .hero-area-v2 .content .cta {
          font-size: 12.5px;
          font-size: 0.78125rem;
          line-height: 14.5px;
          line-height: 0.90625rem;
          padding: 7.5px 7px 8.5px 8px;
          padding: 0.46875rem 0.4375rem 0.53125rem 0.5rem; }
          .hero-area-v2 .content .cta .icon_cta-caret {
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 14px;
            line-height: 0.875rem; } }
      @media screen and (min-width: 66.313em) {
        .hero-area-v2 .content .cta {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 18px;
          line-height: 1.125rem;
          padding: 10px 15px;
          padding: 0.625rem 0.9375rem; }
          .hero-area-v2 .content .cta .icon_cta-caret {
            font-size: 19px;
            font-size: 1.1875rem;
            line-height: 18px;
            line-height: 1.125rem; } }
  .hero-area-v2 .content-mobile .cta {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0; }
    @media screen and (min-width: 650px) {
      .hero-area-v2 .content-mobile .cta {
        display: none; } }
  .hero-area-v2 .content-mobile .kelley-blue-book-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border-bottom: 2px solid #f2f2f2; }
    .hero-area-v2 .content-mobile .kelley-blue-book-container .kelley-blue-book {
      margin: 20px;
      color: #000; }
    @media screen and (min-width: 930px) {
      .hero-area-v2 .content-mobile .kelley-blue-book-container {
        display: none; } }
  .hero-area-v2.is-theme-dark .heading {
    color: #000000; }
    .hero-area-v2.is-theme-dark .heading .line-2 {
      /*
       * ONLY TABLET
       * width: 650px - 1061
       */ }
      @media screen and (min-width: 40.625em) and (max-width: 66.313em) {
        .hero-area-v2.is-theme-dark .heading .line-2 {
          font-weight: normal; } }
  .hero-area-v2.is-theme-dark .model-years {
    color: #000000; }
    .hero-area-v2.is-theme-dark .model-years li a {
      border: 1px solid #555555;
      color: #555555; }
    .hero-area-v2.is-theme-dark .model-years li.active a {
      background-color: #000000;
      color: #ffffff; }
  .hero-area-v2.is-theme-dark .kelley-blue-book {
    color: #555555; }
  .hero-area-v2.is-alligned-right {
    /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
    @media screen and (min-width: 40.625em) {
      .hero-area-v2.is-alligned-right .content {
        text-align: right; }
        .hero-area-v2.is-alligned-right .content .kelley-blue-book {
          left: auto;
          right: 0; } }

/*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
@media screen and (min-width: 40.625em) {
  body[data-modelcode="ecl"][data-year="2018"] .hero-area-v2 .heading {
    max-width: 51%; }
  body[data-modelcode="otl"][data-year="2018"] .hero-area-v2 .heading {
    max-width: 50%; }
  body[data-modelcode="otl"][data-year="2019"] .hero-area-v2 .heading {
    max-width: 45%; }
  body[data-modelcode="phev"][data-year="2018"] .hero-area-v2 .heading {
    max-width: 55%; }
  body[data-modelcode="phev"][data-year="2019"] .hero-area-v2 .heading {
    max-width: 54%; }
  body[data-modelcode="g4"][data-year="2019"] .hero-area-v2 .heading {
    max-width: 46%; } }

body[data-year="2022"] {
  /*
       * DESKTOP WIDE
       * min-width: 1280px
       */ }
  @media screen and (min-width: 80em) {
    body[data-year="2022"] .hero-area-v2 .content {
      padding-top: 20px;
      padding-top: 1.25rem; }
      body[data-year="2022"] .hero-area-v2 .content .heading {
        margin-top: 20px;
        margin-top: 1.25rem;
        margin-bottom: 40px;
        margin-bottom: 2.5rem; }
        body[data-year="2022"] .hero-area-v2 .content .heading .line-1 {
          margin-bottom: 20px;
          margin-bottom: 1.25rem; } }

@charset "UTF-8";
@font-face {
  font-family: "MMC-Headline";
  src: url("/ui/fonts/mmc/MMC-Bold-e14a872964.eot?") format("embedded-opentype"); }

@font-face {
  font-family: "MMC-Headline";
  src: url("/ui/fonts/mmc/MMC-Bold-4526476b95.woff") format("woff"), url("/ui/fonts/mmc/MMC-Bold-2c63c4927e.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MMC-Medium";
  src: url("/ui/fonts/mmc/MMC-Medium-f15c809aa0.eot?") format("embedded-opentype"); }

@font-face {
  font-family: "MMC-Medium";
  src: url("/ui/fonts/mmc/MMC-Medium-78a4153c16.woff") format("woff"), url("/ui/fonts/mmc/MMC-Medium-682261bfb2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MMC-Subline";
  src: url("/ui/fonts/mmc/MMC-Regular-4ace93d4de.eot?") format("embedded-opentype"); }

@font-face {
  font-family: "MMC-Subline";
  src: url("/ui/fonts/mmc/MMC-Regular-8b5a306932.woff") format("woff"), url("/ui/fonts/mmc/MMC-Regular-dd2c8a0d76.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
/*
SASS IMPORTS FOR COMMON MIXINS AND VARIABLES.
No CSS should be created by these imports to prevent redundant style definitions.
*/
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.video-element {
  display: none; }
  .video-element.show-mobile {
    display: block; }

.video-image-replacement-desktop {
  display: block; }
  .video-image-replacement-desktop.show-mobile {
    display: none; }

@media screen and (min-width: 1040px) {
  .video-element {
    display: block; }
  .video-image-replacement-desktop {
    display: none; } }

/*
* Headlines
*/
.mm-headline {
  font-family: Headline;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
  .mm-headline i {
    color: #ed1c24; }
  .mm-headline.font-switch {
    font-family: Subline; }
    .mm-headline.font-switch else {
      font-family: Headline; }

.mm-headline-1 {
  font-family: Headline;
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
  .mm-headline-1 i {
    color: #ed1c24; }
  .mm-headline-1.font-switch {
    font-family: Subline; }
    .mm-headline-1.font-switch else {
      font-family: Headline; }

.mm-modal-headline {
  font-family: Headline;
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  padding: 20px;
  padding: 1.25rem; }
  .mm-modal-headline i {
    color: #ed1c24; }
  .mm-modal-headline.font-switch {
    font-family: Subline; }
    .mm-modal-headline.font-switch else {
      font-family: Headline; }

/*
* Simple Heros
*/
.mm-simple-hero-headline {
  font-family: Headline;
  font-weight: normal;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 56px;
  line-height: 3.5rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  letter-spacing: -0.01em; }
  .mm-simple-hero-headline i {
    color: #ed1c24; }
  .mm-simple-hero-headline.font-switch {
    font-family: Subline; }
    .mm-simple-hero-headline.font-switch else {
      font-family: Headline; }

.mm-simple-hero-subheadline {
  font-family: Headline;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 20px;
  line-height: 1.25rem; }
  .mm-simple-hero-subheadline i {
    color: #ed1c24; }
  .mm-simple-hero-subheadline.font-switch {
    font-family: Subline; }
    .mm-simple-hero-subheadline.font-switch else {
      font-family: Headline; }

/*
/*
* New Hero Headline
*/
.mm-hero-headline {
  font-family: Headline;
  font-weight: normal;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 56px;
  line-height: 3.5rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  letter-spacing: -0.01em; }
  .mm-hero-headline i {
    color: #ed1c24; }
  .mm-hero-headline.font-switch {
    font-family: Subline; }
    .mm-hero-headline.font-switch else {
      font-family: Headline; }

/*
* Sub-Headlines
*/
.mm-subheadline {
  font-family: Headline;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
  .mm-subheadline i {
    color: #ed1c24; }
  .mm-subheadline.font-switch {
    font-family: Subline; }
    .mm-subheadline.font-switch else {
      font-family: Headline; }

.mm-subheadline-1 {
  font-family: Headline;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
  .mm-subheadline-1 i {
    color: #ed1c24; }
  .mm-subheadline-1.font-switch {
    font-family: Subline; }
    .mm-subheadline-1.font-switch else {
      font-family: Headline; }

/*
* Copy
*/
.mm-description-copy {
  font-family: Subline;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #444444; }
  .mm-description-copy.font-switch {
    font-family: Headline; }

.mm-body-copy {
  font-family: Subline;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #444444; }
  .mm-body-copy.font-switch {
    font-family: Headline; }

.mm-small-copy {
  font-family: "TradeGothic-CondEighteen";
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #222222; }
  .mm-small-copy.font-switch {
    font-family: "TradeGothic-CondBoldTwenty"; }

/*
Top-line
*/
.mm-top-line {
  font-family: "TradeGothic-CondEighteen";
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: -0.01em; }

.mm-modal-disclaimer {
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: #999999;
  text-align: justify; }
  .mm-modal-disclaimer a {
    color: #ed1c24; }

/*
* Color
*/
/*
       * TABLET
       * min-width: 750px
       */
@media screen and (min-width: 46.875em) {
  .color-white.mm-simple-hero-headline, .color-white.mm-hero-headline, .color-white.mm-headline, .color-white.mm-headline-1, .color-white.mm-subheadline, .color-white.mm-subheadline-1, .color-white.mm-description-copy, .color-white.mm-top-line, .color-white.mm-body-copy {
    color: #ffffff; }
  .color-dark.mm-simple-hero-headline, .color-dark.mm-hero-headline, .color-dark.mm-headline, .color-dark.mm-headline-1, .color-dark.mm-subheadline, .color-dark.mm-subheadline-1, .color-dark.mm-description-copy, .color-dark.mm-top-line, .color-dark.mm-body-copy {
    color: #444444; }
  .color-black.mm-simple-hero-headline, .color-black.mm-hero-headline, .color-black.mm-headline, .color-black.mm-headline-1, .color-black.mm-subheadline, .color-black.mm-subheadline-1, .color-black.mm-description-copy, .color-black.mm-top-line, .color-black.mm-body-copy {
    color: #000000; }
  .color-red.mm-simple-hero-headline, .color-red.mm-hero-headline, .color-red.mm-headline, .color-red.mm-headline-1, .color-red.mm-subheadline, .color-red.mm-subheadline-1, .color-red.mm-description-copy, .color-red.mm-top-line, .color-red.mm-body-copy {
    color: #ed1c24; }
  .color-light.mm-simple-hero-headline, .color-light.mm-hero-headline, .color-light.mm-headline, .color-light.mm-headline-1, .color-light.mm-subheadline, .color-light.mm-subheadline-1, .color-light.mm-description-copy, .color-light.mm-body-copy {
    color: #bcbcbc; } }

/*
* Disclaimers
*/
.mm-footer-disclaimers {
  background-color: #ececec;
  background-image: url("/ui/img/grain-lighter-ebfb4fe5ee.jpg"); }
  .mm-footer-disclaimers .disclaimer-content {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .mm-footer-disclaimers .disclaimer-content sup {
    top: -0.5em;
    font-size: 70%; }
  .mm-footer-disclaimers .disclaimer-content p {
    margin: 15px 0;
    margin: 0.9375rem 0;
    padding-left: 10px;
    padding-left: 0.625rem;
    line-height: 1.3em;
    text-indent: -7px;
    text-indent: -0.4375rem; }
    .mm-footer-disclaimers .disclaimer-content p.selected {
      border-radius: 5px;
      padding: 7px 5px 7px 25px;
      padding: 0.4375rem 0.3125rem 0.4375rem 1.5625rem;
      background-color: #ffffff; }

.mm-disclaimer {
  position: relative;
  line-height: 0;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "TradeGothic-CondEighteen"; }

sup.mm-disclaimer {
  top: 8px;
  top: 0.5rem;
  vertical-align: top; }

sub.mm-disclaimer {
  bottom: -0.25em;
  vertical-align: baseline; }

/*
* CTA's
*/
.mm-button, .mm-dropdown .mm-dropdown-button {
  padding: 15px;
  padding: 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  display: inline-block;
  border: none;
  outline: none;
  font-family: Headline;
  text-transform: uppercase;
  cursor: pointer; }
  .mm-button:focus, .mm-dropdown .mm-dropdown-button:focus {
    outline: 0; }
  .mm-button .icon, .mm-dropdown .mm-dropdown-button .icon {
    color: #ed1c24;
    float: right;
    margin-top: 2px;
    margin-top: 0.125rem;
    margin-left: 5px;
    margin-left: 0.3125rem; }
  .mm-button .pre-icon, .mm-dropdown .mm-dropdown-button .pre-icon {
    float: left;
    margin-right: 5px;
    margin-right: 0.3125rem;
    margin-left: 0px;
    margin-left: 0rem;
    padding-left: 0px;
    padding-left: 0rem; }
  .mm-button.grey, .mm-dropdown .grey.mm-dropdown-button {
    color: #555555;
    background-color: #dddddd; }
    .mm-button.grey .icon_cta-caret, .mm-dropdown .grey.mm-dropdown-button .icon_cta-caret,
    .mm-button.grey .icon_cta-caret-left,
    .mm-dropdown .grey.mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.grey:hover i, .mm-dropdown .grey.mm-dropdown-button:hover i {
      color: #555555; }
    .mm-button.grey:hover .icon_cta-caret, .mm-dropdown .grey.mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.grey .icon, .mm-dropdown .grey.mm-dropdown-button .icon {
      color: #555555; }
    .mm-button.grey:hover, .mm-dropdown .grey.mm-dropdown-button:hover {
      color: #6f6f6f;
      background-color: #f7f7f7; }
  .mm-button.tundora, .mm-dropdown .tundora.mm-dropdown-button {
    color: #ffffff;
    background-color: #444444; }
    .mm-button.tundora .icon_cta-caret, .mm-dropdown .tundora.mm-dropdown-button .icon_cta-caret,
    .mm-button.tundora .icon_cta-caret-left,
    .mm-dropdown .tundora.mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.tundora:hover i, .mm-dropdown .tundora.mm-dropdown-button:hover i {
      color: #ffffff; }
    .mm-button.tundora:hover .icon_cta-caret, .mm-dropdown .tundora.mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.tundora .icon, .mm-dropdown .tundora.mm-dropdown-button .icon {
      color: #ed1c24; }
    .mm-button.tundora:hover, .mm-dropdown .tundora.mm-dropdown-button:hover {
      color: #ffffff;
      background-color: #ed1c24; }
  .mm-button.light, .mm-dropdown .light.mm-dropdown-button {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FFEEEEEE');
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), color-stop(4%, rgba(187, 187, 187, 0.25)), color-stop(10%, #eeeeee), to(#eeeeee));
    background-image: linear-gradient(top, #bbbbbb 0%, rgba(187, 187, 187, 0.25) 4%, #eeeeee 10%, #eeeeee 100%);
    background-color: #eeeeee;
    color: #555555;
    background-color: #dddddd;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
    .mm-button.light .icon_cta-caret, .mm-dropdown .light.mm-dropdown-button .icon_cta-caret,
    .mm-button.light .icon_cta-caret-left,
    .mm-dropdown .light.mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.light:hover i, .mm-dropdown .light.mm-dropdown-button:hover i {
      color: #ffffff; }
    .mm-button.light:hover .icon_cta-caret, .mm-dropdown .light.mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.light:hover, .mm-dropdown .light.mm-dropdown-button:hover {
      color: #ffffff;
      background-color: #ed1c24;
      background-image: none;
      -webkit-filter: none;
              filter: none; }
  .mm-button.red, .mm-dropdown .red.mm-dropdown-button, .mm-dropdown.red .mm-dropdown-button {
    color: #ffffff;
    background-color: #ed1c24; }
    .mm-button.red .icon_cta-caret, .mm-dropdown .red.mm-dropdown-button .icon_cta-caret, .mm-dropdown.red .mm-dropdown-button .icon_cta-caret,
    .mm-button.red .icon_cta-caret-left,
    .mm-dropdown .red.mm-dropdown-button .icon_cta-caret-left,
    .mm-dropdown.red .mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.red:hover i, .mm-dropdown .red.mm-dropdown-button:hover i, .mm-dropdown.red .mm-dropdown-button:hover i {
      color: #ffffff; }
    .mm-button.red:hover .icon_cta-caret, .mm-dropdown .red.mm-dropdown-button:hover .icon_cta-caret, .mm-dropdown.red .mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.red .icon, .mm-dropdown .red.mm-dropdown-button .icon, .mm-dropdown.red .mm-dropdown-button .icon {
      color: #ffffff; }
    .mm-button.red:hover, .mm-dropdown .red.mm-dropdown-button:hover, .mm-dropdown.red .mm-dropdown-button:hover {
      color: #ffffff;
      background-color: #c61017; }
  .mm-button.white, .mm-dropdown .white.mm-dropdown-button {
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 13px 9px;
    padding: 0.625rem 0.8125rem 0.5625rem;
    line-height: 15px;
    line-height: 0.9375rem;
    font-family: Headline;
    font-weight: normal;
    color: #444444;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
    .mm-button.white:hover, .mm-dropdown .white.mm-dropdown-button:hover {
      text-decoration: none; }
    .mm-button.white .icon_cta-caret, .mm-dropdown .white.mm-dropdown-button .icon_cta-caret,
    .mm-button.white .icon_cta-caret-left,
    .mm-dropdown .white.mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.white:hover i, .mm-dropdown .white.mm-dropdown-button:hover i {
      color: #ffffff; }
    .mm-button.white:hover .icon_cta-caret, .mm-dropdown .white.mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.white .icon, .mm-dropdown .white.mm-dropdown-button .icon {
      color: #ed1c24; }
    .mm-button.white:hover, .mm-dropdown .white.mm-dropdown-button:hover {
      color: #ffffff;
      background-color: #ed1c24; }
  .mm-button.dark, .mm-dropdown .dark.mm-dropdown-button {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF515151', endColorstr='#FF202020');
    background-image: -webkit-gradient(linear, left top, left bottom, from(#515151), color-stop(3%, #494949), color-stop(8%, #2b2b2b), color-stop(10%, #222222), color-stop(13%, #202020), to(#202020));
    background-image: linear-gradient(to bottom, #515151 0%, #494949 3%, #2b2b2b 8%, #222222 10%, #202020 13%, #202020 100%);
    background-color: #515151;
    color: #dddddd;
    background-color: #222222;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
    .mm-button.dark .icon_cta-caret, .mm-dropdown .dark.mm-dropdown-button .icon_cta-caret,
    .mm-button.dark .icon_cta-caret-left,
    .mm-dropdown .dark.mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.dark:hover i, .mm-dropdown .dark.mm-dropdown-button:hover i {
      color: #ffffff; }
    .mm-button.dark:hover .icon_cta-caret, .mm-dropdown .dark.mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.dark:hover, .mm-dropdown .dark.mm-dropdown-button:hover {
      color: #ffffff;
      background-color: #ed1c24;
      background-image: none;
      -webkit-filter: none;
              filter: none; }
  .mm-button.clear, .mm-dropdown .clear.mm-dropdown-button {
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 13px 9px;
    padding: 0.625rem 0.8125rem 0.5625rem;
    line-height: 15px;
    line-height: 0.9375rem;
    font-family: Headline;
    font-weight: normal;
    margin-left: 0;
    margin-right: 10px;
    margin-right: 0.625rem;
    padding-left: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #444444;
    font-family: "TradeGothic-CondBoldTwenty"; }
    .mm-button.clear:hover, .mm-dropdown .clear.mm-dropdown-button:hover {
      text-decoration: none; }
    .mm-button.clear .icon_cta-caret, .mm-dropdown .clear.mm-dropdown-button .icon_cta-caret,
    .mm-button.clear .icon_cta-caret-left,
    .mm-dropdown .clear.mm-dropdown-button .icon_cta-caret-left {
      color: #ed1c24;
      position: relative;
      padding-left: 5px;
      padding-left: 0.3125rem;
      margin-top: 0;
      left: 0;
      top: 0;
      -webkit-transition-property: left, color;
      transition-property: left, color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-button.clear:hover i, .mm-dropdown .clear.mm-dropdown-button:hover i {
      color: #ed1c24; }
    .mm-button.clear:hover .icon_cta-caret, .mm-dropdown .clear.mm-dropdown-button:hover .icon_cta-caret {
      left: 5px; }
    .mm-button.clear:hover, .mm-dropdown .clear.mm-dropdown-button:hover {
      color: #ed1c24; }
    .mm-button.clear.mm-large, .mm-dropdown .clear.mm-large.mm-dropdown-button {
      padding-left: 0;
      margin-left: 0; }
  .mm-button.mm-large, .mm-dropdown .mm-large.mm-dropdown-button {
    padding: 20px;
    padding: 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .mm-button.mm-small, .mm-dropdown .mm-small.mm-dropdown-button {
    padding: 10px;
    padding: 0.625rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem; }

/*
* Dropdown
*/
.mm-dropdown {
  position: relative;
  display: inline-block; }
  .mm-dropdown .mm-dropdown-button {
    width: 100%; }
    .mm-dropdown .mm-dropdown-button .icon {
      font-size: 19px;
      font-size: 1.1875rem; }
    .mm-dropdown .mm-dropdown-button .icon_minus {
      display: none; }
    .mm-dropdown .mm-dropdown-button .icon_plus {
      display: inline-block; }
  .mm-dropdown .mm-dropdown-content {
    display: none; }
    .mm-dropdown .mm-dropdown-content .mm-button, .mm-dropdown .mm-dropdown-content .mm-dropdown-button {
      min-width: 100%;
      text-align: left;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 16px;
      line-height: 1rem; }
  .mm-dropdown.is-active {
    /*.mm-dropdown-content {
        opacity: 1;
        visibility: visible;
      }*/ }
    .mm-dropdown.is-active .mm-dropdown-button .icon_plus {
      display: none; }
    .mm-dropdown.is-active .mm-dropdown-button .icon_minus {
      display: inline-block; }
  .mm-dropdown.red .mm-dropdown-content .mm-button, .mm-dropdown.red .mm-dropdown-content .mm-dropdown-button {
    border-top: solid 1px #555555; }

/*
* The close button styles
*/
.mm-close-button {
  position: absolute;
  z-index: 1;
  top: 16px;
  top: 1rem;
  right: 20px;
  right: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  text-align: center;
  color: #ed1c24;
  background-color: #232323;
  cursor: pointer;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .mm-close-button.reversed {
    top: 36px;
    top: 2.25rem;
    height: 25px;
    height: 1.5625rem;
    width: 25px;
    width: 1.5625rem;
    color: #ffffff;
    background-color: #ed1c24;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px;
    line-height: 1.5625rem; }

/*
* The icon button styles
*/
.mm-icon-button {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  font-family: Headline;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
  color: #444444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  text-align: center; }
  .mm-icon-button i {
    color: #ed1c24; }
  .mm-icon-button.font-switch {
    font-family: Subline; }
    .mm-icon-button.font-switch else {
      font-family: Headline; }
  .mm-icon-button i {
    margin-bottom: 0;
    font-size: 30px;
    font-size: 1.875rem;
    color: #ed1c24; }

/*
* The textlinks styles
*/
.mm-textlink_white-red {
  color: #ffffff;
  font-weight: bold;
  font-style: italic; }
  .mm-textlink_white-red:hover {
    color: #ed1c24; }

.mm-textlink_white-blue {
  color: #ffffff;
  font-weight: bold;
  font-style: italic; }
  .mm-textlink_white-blue:hover {
    color: #005580; }

.mm-textlink_green {
  color: #aad14b;
  font-weight: bold;
  font-style: italic; }
  .mm-textlink_green:hover {
    color: #2f6000; }

/*
* The hotspot button styles
*/
.mm-hotspot-button {
  cursor: pointer;
  height: 25px;
  height: 1.5625rem;
  width: 25px;
  width: 1.5625rem;
  background: #ed1c24;
  font-weight: bold;
  float: left;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 25px;
  line-height: 1.5625rem; }
  .mm-hotspot-button i {
    color: #ffffff; }

/*
* max-width: 400px;
*/
/*
      * MOBILE
      * max-width: 400px;
      */
@media screen and (max-width: 25em) {
  /*
    * Headlines
    */
  .mm-modal-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 32px;
    line-height: 2rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    padding: 15px 15px 0 0;
    padding: 0.9375rem 0.9375rem 0 0; }
    .mm-modal-headline i {
      color: #ed1c24; }
    .mm-modal-headline.font-switch {
      font-family: Subline; }
      .mm-modal-headline.font-switch else {
        font-family: Headline; }
  /*
    * Simple Hero
    */
  .mm-simple-hero-subheadline {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 14px;
    line-height: 0.875rem; }
  /*
    * CTA's
    */
  .mm-button.mm-large, .mm-dropdown .mm-large.mm-dropdown-button {
    padding: 15px;
    padding: 0.9375rem; }
  .mm-button.mm-small, .mm-dropdown .mm-small.mm-dropdown-button {
    padding: 10px;
    padding: 0.625rem; }
  .mm-close-button.reversed {
    top: 20px;
    top: 1.25rem; }
  /*
    * Dropdown
    */
  .mm-dropdown .mm-dropdown-button .icon {
    font-size: 13px;
    font-size: 0.8125rem; } }

.mm-super-headline .tag-color-mine-shaft, .mm-hero-headline .tag-color-mine-shaft, .mm-headline .tag-color-mine-shaft, .mm-headline-1 .tag-color-mine-shaft, .mm-subheadline .tag-color-mine-shaft, .mm-subheadline-1 .tag-color-mine-shaft, .mm-simple-hero-subheadline .tag-color-mine-shaft, .mm-simple-hero-headline .tag-color-mine-shaft, .mm-description-copy .tag-color-mine-shaft, .mm-body-copy .tag-color-mine-shaft, .mm-small-copy .tag-color-mine-shaft {
  color: #222222; }

.mm-super-headline .tag-color-mine-shaft-light, .mm-hero-headline .tag-color-mine-shaft-light, .mm-headline .tag-color-mine-shaft-light, .mm-headline-1 .tag-color-mine-shaft-light, .mm-subheadline .tag-color-mine-shaft-light, .mm-subheadline-1 .tag-color-mine-shaft-light, .mm-simple-hero-subheadline .tag-color-mine-shaft-light, .mm-simple-hero-headline .tag-color-mine-shaft-light, .mm-description-copy .tag-color-mine-shaft-light, .mm-body-copy .tag-color-mine-shaft-light, .mm-small-copy .tag-color-mine-shaft-light {
  color: #383838; }

.mm-super-headline .tag-color-tundora, .mm-hero-headline .tag-color-tundora, .mm-headline .tag-color-tundora, .mm-headline-1 .tag-color-tundora, .mm-subheadline .tag-color-tundora, .mm-subheadline-1 .tag-color-tundora, .mm-simple-hero-subheadline .tag-color-tundora, .mm-simple-hero-headline .tag-color-tundora, .mm-description-copy .tag-color-tundora, .mm-body-copy .tag-color-tundora, .mm-small-copy .tag-color-tundora {
  color: #444444; }

.mm-super-headline .tag-color-emperor, .mm-hero-headline .tag-color-emperor, .mm-headline .tag-color-emperor, .mm-headline-1 .tag-color-emperor, .mm-subheadline .tag-color-emperor, .mm-subheadline-1 .tag-color-emperor, .mm-simple-hero-subheadline .tag-color-emperor, .mm-simple-hero-headline .tag-color-emperor, .mm-description-copy .tag-color-emperor, .mm-body-copy .tag-color-emperor, .mm-small-copy .tag-color-emperor {
  color: #555555; }

.mm-super-headline .tag-color-silver, .mm-hero-headline .tag-color-silver, .mm-headline .tag-color-silver, .mm-headline-1 .tag-color-silver, .mm-subheadline .tag-color-silver, .mm-subheadline-1 .tag-color-silver, .mm-simple-hero-subheadline .tag-color-silver, .mm-simple-hero-headline .tag-color-silver, .mm-description-copy .tag-color-silver, .mm-body-copy .tag-color-silver, .mm-small-copy .tag-color-silver {
  color: #bcbcbc; }

.mm-super-headline .tag-color-alto-dark, .mm-hero-headline .tag-color-alto-dark, .mm-headline .tag-color-alto-dark, .mm-headline-1 .tag-color-alto-dark, .mm-subheadline .tag-color-alto-dark, .mm-subheadline-1 .tag-color-alto-dark, .mm-simple-hero-subheadline .tag-color-alto-dark, .mm-simple-hero-headline .tag-color-alto-dark, .mm-description-copy .tag-color-alto-dark, .mm-body-copy .tag-color-alto-dark, .mm-small-copy .tag-color-alto-dark {
  color: #d7d7d7; }

.mm-super-headline .tag-color-alto, .mm-hero-headline .tag-color-alto, .mm-headline .tag-color-alto, .mm-headline-1 .tag-color-alto, .mm-subheadline .tag-color-alto, .mm-subheadline-1 .tag-color-alto, .mm-simple-hero-subheadline .tag-color-alto, .mm-simple-hero-headline .tag-color-alto, .mm-description-copy .tag-color-alto, .mm-body-copy .tag-color-alto, .mm-small-copy .tag-color-alto {
  color: #d0d0d0; }

.mm-super-headline .tag-color-alto-light, .mm-hero-headline .tag-color-alto-light, .mm-headline .tag-color-alto-light, .mm-headline-1 .tag-color-alto-light, .mm-subheadline .tag-color-alto-light, .mm-subheadline-1 .tag-color-alto-light, .mm-simple-hero-subheadline .tag-color-alto-light, .mm-simple-hero-headline .tag-color-alto-light, .mm-description-copy .tag-color-alto-light, .mm-body-copy .tag-color-alto-light, .mm-small-copy .tag-color-alto-light {
  color: #dddddd; }

.mm-super-headline .tag-color-mercury, .mm-hero-headline .tag-color-mercury, .mm-headline .tag-color-mercury, .mm-headline-1 .tag-color-mercury, .mm-subheadline .tag-color-mercury, .mm-subheadline-1 .tag-color-mercury, .mm-simple-hero-subheadline .tag-color-mercury, .mm-simple-hero-headline .tag-color-mercury, .mm-description-copy .tag-color-mercury, .mm-body-copy .tag-color-mercury, .mm-small-copy .tag-color-mercury {
  color: #e5e5e5; }

.mm-super-headline .tag-color-red, .mm-hero-headline .tag-color-red, .mm-headline .tag-color-red, .mm-headline-1 .tag-color-red, .mm-subheadline .tag-color-red, .mm-subheadline-1 .tag-color-red, .mm-simple-hero-subheadline .tag-color-red, .mm-simple-hero-headline .tag-color-red, .mm-description-copy .tag-color-red, .mm-body-copy .tag-color-red, .mm-small-copy .tag-color-red {
  color: #ed1c24; }

.mm-super-headline .tag-color-white, .mm-hero-headline .tag-color-white, .mm-headline .tag-color-white, .mm-headline-1 .tag-color-white, .mm-subheadline .tag-color-white, .mm-subheadline-1 .tag-color-white, .mm-simple-hero-subheadline .tag-color-white, .mm-simple-hero-headline .tag-color-white, .mm-description-copy .tag-color-white, .mm-body-copy .tag-color-white, .mm-small-copy .tag-color-white {
  color: #ffffff; }

.mm-super-headline .tag-color-black, .mm-hero-headline .tag-color-black, .mm-headline .tag-color-black, .mm-headline-1 .tag-color-black, .mm-subheadline .tag-color-black, .mm-subheadline-1 .tag-color-black, .mm-simple-hero-subheadline .tag-color-black, .mm-simple-hero-headline .tag-color-black, .mm-description-copy .tag-color-black, .mm-body-copy .tag-color-black, .mm-small-copy .tag-color-black {
  color: #000000; }

.mm-super-headline .tag-color-lightest-grey, .mm-hero-headline .tag-color-lightest-grey, .mm-headline .tag-color-lightest-grey, .mm-headline-1 .tag-color-lightest-grey, .mm-subheadline .tag-color-lightest-grey, .mm-subheadline-1 .tag-color-lightest-grey, .mm-simple-hero-subheadline .tag-color-lightest-grey, .mm-simple-hero-headline .tag-color-lightest-grey, .mm-description-copy .tag-color-lightest-grey, .mm-body-copy .tag-color-lightest-grey, .mm-small-copy .tag-color-lightest-grey {
  color: #e1e1e1; }

.mm-super-headline .tag-color-turquoise, .mm-hero-headline .tag-color-turquoise, .mm-headline .tag-color-turquoise, .mm-headline-1 .tag-color-turquoise, .mm-subheadline .tag-color-turquoise, .mm-subheadline-1 .tag-color-turquoise, .mm-simple-hero-subheadline .tag-color-turquoise, .mm-simple-hero-headline .tag-color-turquoise, .mm-description-copy .tag-color-turquoise, .mm-body-copy .tag-color-turquoise, .mm-small-copy .tag-color-turquoise {
  color: #8bf0fc; }

/*
* width: 750px
*/
/*
       * TABLET
       * min-width: 750px
       */
@media screen and (min-width: 46.875em) {
  /*
    * Simple Hero
    */
  .mm-simple-hero-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 72px;
    line-height: 4.5rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    letter-spacing: -0.01em; }
    .mm-simple-hero-headline i {
      color: #ed1c24; }
    .mm-simple-hero-headline.font-switch {
      font-family: Subline; }
      .mm-simple-hero-headline.font-switch else {
        font-family: Headline; }
  .mm-simple-hero-subheadline {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 16px;
    line-height: 1rem; }
  /*
    * Headlines
    */
  .mm-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-headline i {
      color: #ed1c24; }
    .mm-headline.font-switch {
      font-family: Subline; }
      .mm-headline.font-switch else {
        font-family: Headline; }
  .mm-headline-1 {
    font-family: Headline;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-headline-1 i {
      color: #ed1c24; }
    .mm-headline-1.font-switch {
      font-family: Subline; }
      .mm-headline-1.font-switch else {
        font-family: Headline; }
  .mm-modal-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    padding: 20px 20px 0 0;
    padding: 1.25rem 1.25rem 0 0; }
    .mm-modal-headline i {
      color: #ed1c24; }
    .mm-modal-headline.font-switch {
      font-family: Subline; }
      .mm-modal-headline.font-switch else {
        font-family: Headline; }
  /*
    * New Hero Headlines
    */
  .mm-hero-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 52px;
    line-height: 3.25rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    letter-spacing: -0.01em; }
    .mm-hero-headline i {
      color: #ed1c24; }
    .mm-hero-headline.font-switch {
      font-family: Subline; }
      .mm-hero-headline.font-switch else {
        font-family: Headline; }
  /*
    * Sub-Headlines
    */
  .mm-subheadline {
    font-family: Headline;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-subheadline i {
      color: #ed1c24; }
    .mm-subheadline.font-switch {
      font-family: Subline; }
      .mm-subheadline.font-switch else {
        font-family: Headline; }
  .mm-subheadline-1 {
    font-family: Headline;
    font-weight: normal;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-subheadline-1 i {
      color: #ed1c24; }
    .mm-subheadline-1.font-switch {
      font-family: Subline; }
      .mm-subheadline-1.font-switch else {
        font-family: Headline; }
  /*
    * Copy
    */
  .mm-description-copy {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem; }
  .mm-body-copy {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem; }
  /*
    * Top-line
    */
  .mm-top-line {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 12px;
    line-height: 0.75rem; }
  /*
    * CTA's
    */
  .mm-button, .mm-dropdown .mm-dropdown-button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem; }
    .mm-button.mm-large, .mm-dropdown .mm-large.mm-dropdown-button {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 22px;
      line-height: 1.375rem;
      padding: 15px;
      padding: 0.9375rem; }
  .mm-close-button.reversed {
    top: 86px;
    top: 5.375rem;
    height: 27px;
    height: 1.6875rem;
    width: 27px;
    width: 1.6875rem;
    line-height: 27px;
    line-height: 1.6875rem;
    font-size: 13px;
    font-size: 0.8125rem; }
  .mm-hotspot-button {
    height: 27px;
    height: 1.6875rem;
    width: 27px;
    width: 1.6875rem;
    line-height: 27px;
    line-height: 1.6875rem;
    font-size: 13px;
    font-size: 0.8125rem; }
  /*
    * Dropdown
    */
  .mm-dropdown .mm-dropdown-button .icon {
    font-size: 13px;
    font-size: 0.8125rem; } }

/*
* width: 1062px
*/
/*
       * DESKTOP
       * min-width: 1061px
       */
@media screen and (min-width: 66.313em) {
  /*
    * Headlines
    */
  .mm-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 42px;
    line-height: 2.625rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-headline i {
      color: #ed1c24; }
    .mm-headline.font-switch {
      font-family: Subline; }
      .mm-headline.font-switch else {
        font-family: Headline; }
  .mm-headline-1 {
    font-family: Headline;
    font-weight: normal;
    font-size: 32px;
    font-size: 2rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-headline-1 i {
      color: #ed1c24; }
    .mm-headline-1.font-switch {
      font-family: Subline; }
      .mm-headline-1.font-switch else {
        font-family: Headline; }
  .mm-modal-headline {
    font-family: Headline;
    font-weight: normal;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 42px;
    line-height: 2.625rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    padding: 40px 40px 0 0;
    padding: 2.5rem 2.5rem 0 0; }
    .mm-modal-headline i {
      color: #ed1c24; }
    .mm-modal-headline.font-switch {
      font-family: Subline; }
      .mm-modal-headline.font-switch else {
        font-family: Headline; }
  /*
    * New Super Hero Headline
    */
  .mm-simple-hero-headline {
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 90px;
    line-height: 5.625rem; }
  .mm-simple-hero-subheadline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 26px;
    line-height: 1.625rem; }
  /*
    * New Hero Headline
    */
  .mm-hero-headline {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 65px;
    line-height: 4.0625rem; }
  /*
    * Sub-Headlines
    */
  .mm-subheadline {
    font-family: Headline;
    font-weight: normal;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-subheadline i {
      color: #ed1c24; }
    .mm-subheadline.font-switch {
      font-family: Subline; }
      .mm-subheadline.font-switch else {
        font-family: Headline; }
  .mm-subheadline-1 {
    font-family: Headline;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.05em; }
    .mm-subheadline-1 i {
      color: #ed1c24; }
    .mm-subheadline-1.font-switch {
      font-family: Subline; }
      .mm-subheadline-1.font-switch else {
        font-family: Headline; }
  /*
    * Copy
    */
  .mm-description-copy {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem; }
  .mm-body-copy {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem; }
  .mm-small-copy {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem; }
  /*
    *Top-line
    */
  .mm-top-line {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem; } }

/*
 * Desktop
 * min-width: 1440px
 */
/*
       * WIDESCREEN
       * min-width: 1440px
       */
@media screen and (min-width: 89.938em) {
  .mm-close-button.reversed {
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 18px;
    font-size: 1.125rem; }
  .mm-hotspot-button {
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 18px;
    font-size: 1.125rem; } }

#infotainment #infotainment-container-d .center-content .header {
  background: none; }

.vehicle-info-strip-v2 {
  overflow: hidden;
  min-width: 320px;
  max-width: 1440px;
  margin: 0 auto;
  background: #ffffff; }
  .vehicle-info-strip-v2 .vehicle-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1102px;
    margin: 0 auto;
    padding: 25px 0;
    color: #000000;
    /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
    /*
       * DESKTOP
       * min-width: 1061px
       */ }
    @media screen and (min-width: 40.625em) {
      .vehicle-info-strip-v2 .vehicle-info {
        padding: 30px 0; } }
    @media screen and (min-width: 66.313em) {
      .vehicle-info-strip-v2 .vehicle-info {
        padding: 30px 0; } }
    .vehicle-info-strip-v2 .vehicle-info .pricing {
      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-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 50%;
      padding-right: 20px;
      padding-left: 20px;
      border-right: 1px solid #f2f2f2; }
      @media only screen and (min-width: 960px) {
        .vehicle-info-strip-v2 .vehicle-info .pricing {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          width: 41%;
          padding-right: 40px; } }
      .vehicle-info-strip-v2 .vehicle-info .pricing .item {
        white-space: nowrap;
        margin-top: 10px;
        margin-bottom: 10px; }
      .vehicle-info-strip-v2 .vehicle-info .pricing .item-heading {
        line-height: 1em;
        font-family: "MMC-Subline", sans-serif;
        font-size: 10px;
        color: #777777;
        margin: 0 0 -2px 0;
        margin: 0 0 -0.125rem 0;
        /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
        @media screen and (min-width: 40.625em) {
          .vehicle-info-strip-v2 .vehicle-info .pricing .item-heading {
            font-size: 14px; } }
      .vehicle-info-strip-v2 .vehicle-info .pricing .item-value {
        margin: 0;
        line-height: 1em;
        font-family: "MMC-Headline", sans-serif;
        font-size: 28px;
        /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
        @media screen and (min-width: 40.625em) {
          .vehicle-info-strip-v2 .vehicle-info .pricing .item-value {
            font-size: 44px; } }
        .vehicle-info-strip-v2 .vehicle-info .pricing .item-value sup {
          top: auto;
          vertical-align: 13px;
          font-family: "MMC-Subline", sans-serif;
          font-size: 9px;
          opacity: 0.5;
          /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
          @media screen and (min-width: 40.625em) {
            .vehicle-info-strip-v2 .vehicle-info .pricing .item-value sup {
              vertical-align: 20px;
              font-size: 16px; } }
        .vehicle-info-strip-v2 .vehicle-info .pricing .item-value .month {
          font-family: "MMC-Subline", sans-serif;
          font-size: 17px;
          /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
          @media screen and (min-width: 40.625em) {
            .vehicle-info-strip-v2 .vehicle-info .pricing .item-value .month {
              font-size: 26px; } }
      .vehicle-info-strip-v2 .vehicle-info .pricing .payment-calculator {
        display: block;
        text-decoration: underline;
        line-height: 1em;
        font-family: "MMC-Subline", sans-serif;
        font-size: 10px;
        color: inherit;
        /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
        @media screen and (min-width: 40.625em) {
          .vehicle-info-strip-v2 .vehicle-info .pricing .payment-calculator {
            font-size: 12px; } }
    .vehicle-info-strip-v2 .vehicle-info .info-items {
      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-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 50%;
      padding-right: 20px;
      padding-left: 20px;
      border-left: 1px solid #f2f2f2; }
      @media only screen and (min-width: 960px) {
        .vehicle-info-strip-v2 .vehicle-info .info-items {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 59%;
          padding-left: 40px; } }
      .vehicle-info-strip-v2 .vehicle-info .info-items .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-top: 10px;
        margin-bottom: 10px;
        white-space: nowrap; }
        .vehicle-info-strip-v2 .vehicle-info .info-items .item .item-content {
          margin-top: 1px;
          margin-top: 0.0625rem; }
        .vehicle-info-strip-v2 .vehicle-info .info-items .item .item-icon {
          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-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 30px;
          /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
          @media screen and (min-width: 40.625em) {
            .vehicle-info-strip-v2 .vehicle-info .info-items .item .item-icon {
              width: 50px;
              margin-top: -5px;
              margin-top: -0.3125rem; } }
          .vehicle-info-strip-v2 .vehicle-info .info-items .item .item-icon .icon {
            line-height: 1em;
            font-size: 24px;
            /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
            @media screen and (min-width: 40.625em) {
              .vehicle-info-strip-v2 .vehicle-info .info-items .item .item-icon .icon {
                font-size: 40px; }
                .vehicle-info-strip-v2 .vehicle-info .info-items .item .item-icon .icon.icon_warranty-2 {
                  font-size: 36px; } }
        @media only screen and (max-width: 380px) {
          .vehicle-info-strip-v2 .vehicle-info .info-items .item[data-item="powertrain"] .item-icon {
            display: none; } }
      .vehicle-info-strip-v2 .vehicle-info .info-items .item-heading {
        line-height: 1em;
        font-family: "MMC-Subline", sans-serif;
        font-size: 9px;
        color: #777777;
        margin: 0 0 -3px 0;
        margin: 0 0 -0.1875rem 0;
        /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
        @media screen and (min-width: 40.625em) {
          .vehicle-info-strip-v2 .vehicle-info .info-items .item-heading {
            font-size: 12px; } }
        .vehicle-info-strip-v2 .vehicle-info .info-items .item-heading::first-letter {
          text-transform: uppercase; }
      .vehicle-info-strip-v2 .vehicle-info .info-items .item-value {
        margin: 0;
        line-height: 1em;
        font-family: "MMC-Headline", sans-serif;
        font-size: 19px;
        /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
        @media screen and (min-width: 40.625em) {
          .vehicle-info-strip-v2 .vehicle-info .info-items .item-value {
            font-size: 38px; } }
        .vehicle-info-strip-v2 .vehicle-info .info-items .item-value sup {
          top: auto;
          vertical-align: 7px;
          font-family: "MMC-Subline", sans-serif;
          font-size: 9px;
          opacity: 0.5;
          /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
          @media screen and (min-width: 40.625em) {
            .vehicle-info-strip-v2 .vehicle-info .info-items .item-value sup {
              vertical-align: 16px;
              font-size: 16px; } }
        .vehicle-info-strip-v2 .vehicle-info .info-items .item-value .years,
        .vehicle-info-strip-v2 .vehicle-info .info-items .item-value .miles {
          font-family: "MMC-Subline", sans-serif;
          font-size: 10px;
          /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
          @media screen and (min-width: 40.625em) {
            .vehicle-info-strip-v2 .vehicle-info .info-items .item-value .years,
            .vehicle-info-strip-v2 .vehicle-info .info-items .item-value .miles {
              line-height: 0em;
              font-size: 12px; } }
      .vehicle-info-strip-v2 .vehicle-info .info-items.re-order {
        /*
       * TABLET
       * min-width: 750px
       */ }
        .vehicle-info-strip-v2 .vehicle-info .info-items.re-order .item-value .align-sup {
          margin-left: -4px;
          margin-left: -0.25rem; }
        .vehicle-info-strip-v2 .vehicle-info .info-items.re-order.no-pricing {
          border-left: 0;
          /*
      * MOBILE
      * max-width: 400px;
      */ }
          @media screen and (max-width: 959px) {
            .vehicle-info-strip-v2 .vehicle-info .info-items.re-order.no-pricing {
              padding-left: 37%; }
              .vehicle-info-strip-v2 .vehicle-info .info-items.re-order.no-pricing .icon {
                padding-right: 10px;
                padding-right: 0.625rem; } }
          @media screen and (max-width: 25em) {
            .vehicle-info-strip-v2 .vehicle-info .info-items.re-order.no-pricing {
              padding-left: 30%; } }
        @media screen and (min-width: 46.875em) {
          .vehicle-info-strip-v2 .vehicle-info .info-items.re-order.include-padding {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -moz-justify-content: center;
            justify-content: center; }
            .vehicle-info-strip-v2 .vehicle-info .info-items.re-order.include-padding .item {
              padding-left: 5rem;
              padding-right: 5rem; }
          .vehicle-info-strip-v2 .vehicle-info .info-items.re-order .item-value .align-sup {
            margin-left: -9px;
            margin-left: -0.5625rem; } }
        @media screen and (min-width: 960px) {
          .vehicle-info-strip-v2 .vehicle-info .info-items.re-order {
            height: 81px;
            height: 5.0625rem; }
            .vehicle-info-strip-v2 .vehicle-info .info-items.re-order .item {
              padding-top: 3px;
              padding-top: 0.1875rem; }
              .vehicle-info-strip-v2 .vehicle-info .info-items.re-order .item .item-icon {
                margin-top: -5px;
                margin-top: -0.3125rem; } }
    @media only screen and (min-width: 960px) {
      .vehicle-info-strip-v2 .vehicle-info.no-payments .pricing {
        width: auto;
        padding-right: 60px;
        height: 81px;
        height: 5.0625rem; } }
    @media only screen and (min-width: 960px) {
      .vehicle-info-strip-v2 .vehicle-info.no-payments .info-items {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-left: 60px; } }
  .vehicle-info-strip-v2 .offers {
    display: none;
    padding: 30px 0;
    background: #000000;
    text-align: center;
    color: #ffffff;
    /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
    /*
       * DESKTOP
       * min-width: 1061px
       */ }
    @media screen and (min-width: 40.625em) {
      .vehicle-info-strip-v2 .offers {
        padding: 30px 0; } }
    @media screen and (min-width: 66.313em) {
      .vehicle-info-strip-v2 .offers {
        padding: 30px 0; } }
    .vehicle-info-strip-v2 .offers.has-offers {
      display: block; }
    .vehicle-info-strip-v2 .offers .section-heading {
      max-width: 1102px;
      margin: 0 auto 1em auto;
      text-align: center;
      line-height: 1em;
      letter-spacing: 1px;
      font-family: "MMC-Subline", sans-serif;
      text-transform: uppercase;
      font-size: 16px; }
    .vehicle-info-strip-v2 .offers .carousel {
      max-width: 1102px;
      margin: 0 auto;
      margin: 0 auto; }
      .vehicle-info-strip-v2 .offers .carousel .arrow {
        position: absolute;
        top: 50%;
        left: 20px;
        z-index: 2;
        border: none;
        outline: none;
        background: none;
        padding: 0;
        line-height: 1em;
        font-size: 20px;
        color: #ffffff;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
        /*
       * DESKTOP
       * min-width: 1061px
       */ }
        @media screen and (min-width: 40.625em) {
          .vehicle-info-strip-v2 .offers .carousel .arrow {
            font-size: 25px; } }
        @media screen and (min-width: 66.313em) {
          .vehicle-info-strip-v2 .offers .carousel .arrow {
            font-size: 30px; } }
        .vehicle-info-strip-v2 .offers .carousel .arrow.next {
          left: auto;
          right: 20px; }
        .vehicle-info-strip-v2 .offers .carousel .arrow.slick-disabled {
          opacity: 0.35;
          cursor: default; }
      .vehicle-info-strip-v2 .offers .carousel .dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 25px; }
        .vehicle-info-strip-v2 .offers .carousel .dots li {
          margin-right: 10px; }
          .vehicle-info-strip-v2 .offers .carousel .dots li:last-of-type {
            margin-right: 0; }
          .vehicle-info-strip-v2 .offers .carousel .dots li button {
            overflow: hidden;
            width: 10px;
            height: 10px;
            padding: 0;
            background: #dcdcdc;
            border: none;
            outline: none;
            border-radius: 50%;
            text-indent: -100px; }
          .vehicle-info-strip-v2 .offers .carousel .dots li.slick-active button {
            background: #ed1a24; }
      .vehicle-info-strip-v2 .offers .carousel .offers-pagination {
        color: #ffffff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        padding: 40px 0 16px;
        padding: 2.5rem 0 1rem;
        width: 100%; }
        .vehicle-info-strip-v2 .offers .carousel .offers-pagination li {
          display: none; }
          .vehicle-info-strip-v2 .offers .carousel .offers-pagination li.slick-active {
            display: block; }
          .vehicle-info-strip-v2 .offers .carousel .offers-pagination li .slick-paginations {
            font-family: "MMC-Subline", sans-serif;
            font-size: 14px;
            font-size: 0.875rem;
            letter-spacing: 0;
            line-height: 20px;
            line-height: 1.25rem; }
    .vehicle-info-strip-v2 .offers .offer {
      padding: 70px;
      outline: none;
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
      @media screen and (max-width: 46.813em) {
        .vehicle-info-strip-v2 .offers .offer {
          padding: 0 15px; } }
      .vehicle-info-strip-v2 .offers .offer .offer-title {
        line-height: 1.15em;
        font-family: "MMC-Headline", sans-serif;
        font-size: 30px;
        padding: 0;
        text-align: center;
        /*
       * DESKTOP
       * min-width: 1061px
       */ }
        @media screen and (min-width: 66.313em) {
          .vehicle-info-strip-v2 .offers .offer .offer-title {
            font-size: 24px; } }
      .vehicle-info-strip-v2 .offers .offer .offer-content {
        margin: 0 0 1.66em 0;
        line-height: 1.45em;
        font-family: "MMC-Subline", sans-serif;
        font-size: 14px;
        text-align: center;
        padding: 15px 0 0;
        color: #898989; }
      .vehicle-info-strip-v2 .offers .offer .offer-vehicle-name {
        margin: 0 0 1.66em 0;
        line-height: 1.45em;
        font-family: "MMC-Subline", sans-serif;
        font-size: 14px;
        text-align: center;
        padding: 15px 0 0;
        color: #fff; }
      .vehicle-info-strip-v2 .offers .offer .offer-actions {
        text-align: center;
        margin-bottom: 0;
        margin-top: auto; }
    .vehicle-info-strip-v2 .offers .all-offers-link {
      display: inline-block;
      margin: 1.66em 0 1px 0;
      text-decoration: underline;
      line-height: 1em;
      font-family: "MMC-Subline", sans-serif;
      font-size: 16px;
      color: inherit;
      text-align: center;
      margin: 0 auto;
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
      @media screen and (max-width: 46.813em) {
        .vehicle-info-strip-v2 .offers .all-offers-link {
          display: none; } }
    .vehicle-info-strip-v2 .offers .es-Offer-link {
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
      @media screen and (max-width: 46.813em) {
        .vehicle-info-strip-v2 .offers .es-Offer-link {
          display: initial; } }
    .vehicle-info-strip-v2 .offers .all-offers-carousel {
      display: none;
      line-height: 1em;
      font-family: "MMC-Subline", sans-serif;
      font-size: 16px;
      color: inherit;
      text-decoration: underline;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
      @media screen and (max-width: 46.813em) {
        .vehicle-info-strip-v2 .offers .all-offers-carousel {
          display: inline-block;
          padding-top: 20px;
          font-size: 14px; } }
  .vehicle-info-strip-v2 .offers-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0px 80px 20px 80px;
    /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    @media screen and (max-width: 66.313em) {
      .vehicle-info-strip-v2 .offers-layout {
        padding: 20px; } }
    @media screen and (max-width: 46.813em) {
      .vehicle-info-strip-v2 .offers-layout {
        display: none; } }
    .vehicle-info-strip-v2 .offers-layout .offer {
      padding: 0 40px;
      width: 100%;
      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-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .vehicle-info-strip-v2 .offers-layout .offer:nth-child(2) {
        border-left: 1px solid #434343;
        border-right: 1px solid #434343; }
      .vehicle-info-strip-v2 .offers-layout .offer:last-child {
        border-right: none; }
  .vehicle-info-strip-v2 .es-Offer-layout {
    padding: 0px 80px 0px 80px;
    padding: 0px 5rem 0px 5rem;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    .vehicle-info-strip-v2 .es-Offer-layout .offer-actions .mm-button.red, .vehicle-info-strip-v2 .es-Offer-layout .offer-actions .mm-dropdown .red.mm-dropdown-button, .mm-dropdown .vehicle-info-strip-v2 .es-Offer-layout .offer-actions .red.mm-dropdown-button, .vehicle-info-strip-v2 .es-Offer-layout .offer-actions .mm-dropdown.red .mm-dropdown-button, .mm-dropdown.red .vehicle-info-strip-v2 .es-Offer-layout .offer-actions .mm-dropdown-button {
      margin-bottom: 0px;
      margin-bottom: 0rem; }
    @media screen and (max-width: 46.813em) {
      .vehicle-info-strip-v2 .es-Offer-layout {
        display: initial; } }

.vehicle-info-strip-es-offer {
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .vehicle-info-strip-es-offer {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; } }

.offers .carousel {
  display: none;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .offers .carousel {
      display: block; } }

body[data-year="2021"],
body[data-year="2022"] {
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    body[data-year="2021"] .vehicle-info-strip-v2 .offers.has-offers,
    body[data-year="2022"] .vehicle-info-strip-v2 .offers.has-offers {
      padding-top: 45px;
      padding-top: 2.8125rem; }
    body[data-year="2021"] .vehicle-info-strip-v2 .offers .offer .offer-title,
    body[data-year="2022"] .vehicle-info-strip-v2 .offers .offer .offer-title {
      font-size: 28px;
      font-size: 1.75rem; }
    body[data-year="2021"] .vehicle-info-strip-v2 .offers .offer .offer-actions .all-offers-carousel,
    body[data-year="2022"] .vehicle-info-strip-v2 .offers .offer .offer-actions .all-offers-carousel {
      font-size: 16px;
      font-size: 1rem; }
    body[data-year="2021"] .vehicle-info-strip-v2 .offers .carousel .arrow,
    body[data-year="2022"] .vehicle-info-strip-v2 .offers .carousel .arrow {
      bottom: 2px;
      bottom: 0.125rem;
      top: auto;
      top: auto; }
      body[data-year="2021"] .vehicle-info-strip-v2 .offers .carousel .arrow i,
      body[data-year="2022"] .vehicle-info-strip-v2 .offers .carousel .arrow i {
        font-weight: bold; }
      body[data-year="2021"] .vehicle-info-strip-v2 .offers .carousel .arrow.previous,
      body[data-year="2022"] .vehicle-info-strip-v2 .offers .carousel .arrow.previous {
        left: 35px;
        left: 2.1875rem; }
      body[data-year="2021"] .vehicle-info-strip-v2 .offers .carousel .arrow.next,
      body[data-year="2022"] .vehicle-info-strip-v2 .offers .carousel .arrow.next {
        right: 35px;
        right: 2.1875rem; }
      body[data-year="2021"] .vehicle-info-strip-v2 .offers .carousel .arrow.slick-disabled,
      body[data-year="2022"] .vehicle-info-strip-v2 .offers .carousel .arrow.slick-disabled {
        display: none !important; } }

body[data-year="2022"] {
  /*
       * TABLET
       * min-width: 750px
       */ }
  @media screen and (min-width: 46.875em) {
    body[data-year="2022"] .vehicle-info-strip-v2 .offers.has-offers {
      padding-top: 40px;
      padding-top: 2.5rem;
      padding-bottom: 100px;
      padding-bottom: 6.25rem; }
    body[data-year="2022"] .vehicle-info-strip-v2 .offers .offer {
      padding-top: 10px;
      padding-top: 0.625rem; } }

/*
       * TABLET
       * min-width: 750px
       */
@media screen and (min-width: 46.875em) {
  .offer-actions .mm-button, .offer-actions .mm-dropdown .mm-dropdown-button, .mm-dropdown .offer-actions .mm-dropdown-button {
    padding: 10px 9px;
    padding: 0.625rem 0.5625rem; }
    .offer-actions .mm-button .icon_cta-caret, .offer-actions .mm-dropdown .mm-dropdown-button .icon_cta-caret, .mm-dropdown .offer-actions .mm-dropdown-button .icon_cta-caret {
      left: 0; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .offer-actions .mm-button, .offer-actions .mm-dropdown .mm-dropdown-button, .mm-dropdown .offer-actions .mm-dropdown-button {
    padding: 10px 9px; }
    .offer-actions .mm-button .icon_cta-caret, .offer-actions .mm-dropdown .mm-dropdown-button .icon_cta-caret, .mm-dropdown .offer-actions .mm-dropdown-button .icon_cta-caret {
      left: 0px; } }

@charset "UTF-8";
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.news-letter-section {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  .news-letter-section .data-text {
    text-align: center;
    color: #000000;
    padding: 0 249px;
    padding: 0 15.5625rem;
    /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
    .news-letter-section .data-text .title {
      font-family: "MMC-Headline", sans-serif;
      color: #000000;
      text-transform: none;
      line-height: 23px;
      line-height: 1.4375rem;
      letter-spacing: -0.01px;
      letter-spacing: -0.00063rem; }
    .news-letter-section .data-text p {
      font-family: "MMC-Subline", sans-serif;
      color: #000000;
      padding-top: 11px;
      padding-top: 0.6875rem;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px;
      line-height: 1.3125rem; }
    @media screen and (max-width: 66.313em) {
      .news-letter-section .data-text {
        padding: 0 33px;
        padding: 0 2.0625rem; } }
  .news-letter-section.color-dark {
    background-color: #000000; }
    .news-letter-section.color-dark .data-text .title,
    .news-letter-section.color-dark .data-text p {
      color: #ffffff; }
  .news-letter-section.left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    .news-letter-section.left .data-text {
      text-align: left; }
  .news-letter-section.right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
    .news-letter-section.right .data-text {
      text-align: right; }
  .news-letter-section form {
    padding: 19px 0 50px 0;
    padding: 1.1875rem 0 3.125rem 0;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    .news-letter-section form .form-data button {
      background-color: #ed1c24;
      font-weight: bold;
      text-align: left;
      height: 38px;
      height: 2.375rem;
      letter-spacing: 1.5px;
      letter-spacing: 0.09375rem;
      margin-bottom: 0;
      margin-top: -8px;
      margin-top: -0.5rem;
      font-size: 14px;
      font-size: 0.875rem;
      width: 150px;
      width: 9.375rem; }
      .news-letter-section form .form-data button .icon {
        font-size: 14px;
        font-size: 0.875rem; }
      .news-letter-section form .form-data button.dark {
        background-color: #000000; }
      .news-letter-section form .form-data button.light {
        background-color: #ffffff; }
    .news-letter-section form .form-data input {
      text-align: center;
      background-color: #ffffff;
      border: 1px solid #000000;
      height: 40px;
      height: 2.5rem;
      margin-right: 13px;
      margin-right: 0.8125rem;
      width: 290px;
      width: 18.125rem;
      border-radius: 5px; }
    @media screen and (max-width: 46.813em) {
      .news-letter-section form {
        width: 100%;
        padding-right: 44px;
        padding-right: 2.75rem;
        padding-left: 49px;
        padding-left: 3.0625rem; }
        .news-letter-section form .form-data {
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -moz-align-items: center;
          align-items: center; }
          .news-letter-section form .form-data input {
            width: 100%;
            margin-right: 0;
            margin-bottom: 18px;
            margin-bottom: 1.125rem; }
          .news-letter-section form .form-data button {
            width: 100%;
            height: 45px;
            height: 2.8125rem; } }
    .news-letter-section form .form-error-msg,
    .news-letter-section form .form-error-msgV2,
    .news-letter-section form .form-error-msgBox {
      color: #ed1c24;
      font-family: "MMC-Headline", sans-serif;
      font-size: 14px;
      font-size: 0.875rem; }
      .news-letter-section form .form-error-msg.hide,
      .news-letter-section form .form-error-msgV2.hide,
      .news-letter-section form .form-error-msgBox.hide {
        display: none; }
      .news-letter-section form .form-error-msg.show,
      .news-letter-section form .form-error-msgV2.show,
      .news-letter-section form .form-error-msgBox.show {
        display: block; }
    @media screen and (max-width: 46.813em) {
      .news-letter-section form .form-error-msgBox {
        text-align: center;
        padding-top: 17px;
        padding-top: 1.0625rem; } }
  .news-letter-section.view-default {
    padding: 96px 0 154px 0;
    padding: 6rem 0 9.625rem 0;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    .news-letter-section.view-default .data-text {
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      .news-letter-section.view-default .data-text .title {
        line-height: 33px;
        line-height: 2.0625rem;
        font-size: 43px;
        font-size: 2.6875rem;
        letter-spacing: -0.5px;
        letter-spacing: -0.03125rem; }
      .news-letter-section.view-default .data-text p {
        line-height: 21px;
        line-height: 1.3125rem;
        letter-spacing: -0.01px;
        letter-spacing: -0.00063rem;
        padding-top: 20px;
        padding-top: 1.25rem;
        font-size: 18px;
        font-size: 1.125rem; }
      @media screen and (min-width: 66.313em) {
        .news-letter-section.view-default .data-text {
          padding: 0 208px;
          padding: 0 13rem; } }
    .news-letter-section.view-default form {
      padding-top: 41px;
      padding-top: 2.5625rem; }
    @media screen and (max-width: 46.813em) {
      .news-letter-section.view-default {
        padding: 63px 0 37px 0;
        padding: 3.9375rem 0 2.3125rem 0; }
        .news-letter-section.view-default .data-text .title {
          font-size: 28px;
          font-size: 1.75rem; }
        .news-letter-section.view-default .data-text p {
          font-size: 18px;
          font-size: 1.125rem; } }

.beer-slider {
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .beer-slider *, .beer-slider:before, .beer-slider:after,
  .beer-slider *:before,
  .beer-slider *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .beer-slider img,
  .beer-slider svg {
    vertical-align: bottom; }
  .beer-slider > * {
    height: 100%; }
  .beer-slider > img {
    max-width: 100%;
    height: auto; }

.beer-reveal {
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  .beer-reveal > :first-child {
    width: 200%;
    max-width: none;
    height: 100%; }
  .beer-reveal > img:first-child {
    height: auto; }

.beer-range {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  left: -1px;
  width: calc(100% + 2px);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
  -moz-appearance: none;
  opacity: 0;
  -ms-touch-action: auto;
  touch-action: auto; }
  .beer-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 300vh; }
  .beer-range::-moz-range-thumb {
    -webkit-appearance: none;
    height: 300vh; }
  .beer-range::-ms-tooltip {
    display: none; }

.beer-handle {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s, -webkit-box-shadow 0.3s; }
  .beer-handle:before, .beer-handle:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    border-top: solid 2px;
    border-left: solid 2px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0; }
  .beer-handle:before {
    left: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .beer-handle:after {
    right: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.beer-range:focus ~ .beer-handle {
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
  content: attr(data-beer-label);
  position: absolute;
  top: 1.5rem;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.75); }

.beer-slider[data-beer-label]:after {
  right: 1.5rem; }

.beer-reveal[data-beer-label]:after {
  left: 1.5rem; }

.beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
  content: none; }

.beer-ready .beer-reveal,
.beer-ready .beer-handle {
  opacity: 1; }

@charset "UTF-8";
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.reveal-slider {
  background-color: #ffffff; }
  .reveal-slider.reveal-slider--theme-dark {
    background-color: #000000; }
    .reveal-slider.reveal-slider--theme-dark .reveal-slider-container .copy-wrapper,
    .reveal-slider.reveal-slider--theme-dark .reveal-slider-container .headline,
    .reveal-slider.reveal-slider--theme-dark .reveal-slider-container .drag-wrapper {
      color: #ffffff; }
  .reveal-slider .reveal-slider-container {
    margin: 5rem auto 0 0;
    padding-bottom: 56px;
    padding-bottom: 3.5rem; }
    .reveal-slider .reveal-slider-container .copy-wrapper,
    .reveal-slider .reveal-slider-container .headline,
    .reveal-slider .reveal-slider-container .drag-wrapper {
      color: #000000; }
    .reveal-slider .reveal-slider-container .copy-wrapper {
      text-align: center;
      margin: 0 auto;
      padding: 0;
      max-width: 1102px;
      /*
       * TABLET
       * min-width: 750px
       */ }
      .reveal-slider .reveal-slider-container .copy-wrapper p {
        margin-top: 30px; }
      .reveal-slider .reveal-slider-container .copy-wrapper.text-left {
        text-align: left; }
      .reveal-slider .reveal-slider-container .copy-wrapper.text-right {
        text-align: right; }
      @media screen and (min-width: 46.875em) {
        .reveal-slider .reveal-slider-container .copy-wrapper {
          padding: 0 2rem 0.5rem 2rem; } }
    .reveal-slider .reveal-slider-container .mm-button.red {
      font-family: "MMC-Headline", sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0.0625rem;
      margin-bottom: 2rem; }
    .reveal-slider .reveal-slider-container #slider-wrapper {
      max-width: 1102px;
      margin: 0 auto; }
      .reveal-slider .reveal-slider-container #slider-wrapper .beer-slider > img {
        height: auto;
        max-width: 100%; }
      .reveal-slider .reveal-slider-container #slider-wrapper .beer-reveal > :first-child {
        height: auto;
        max-width: 1102px;
        position: absolute;
        margin: 0 auto; }
    .reveal-slider .reveal-slider-container .drag-wrapper.show-drag-no {
      display: none; }
    .reveal-slider .reveal-slider-container .drag-wrapper .drag-icon {
      text-align: center;
      font-size: 0.75rem;
      font-size: "MMC-Subline", sans-serif;
      letter-spacing: 0.05rem;
      margin-top: 1rem; }
      .reveal-slider .reveal-slider-container .drag-wrapper .drag-icon i {
        font-size: 25px;
        font-size: 1.5625rem;
        margin-left: -1.7rem;
        margin-top: -0.3rem; }

/*
       * min-width: 900px
       */
@media screen and (min-width: 56.25em) {
  .reveal-slider .reveal-slider-container .copy-wrapper .headline-2 br {
    display: none; } }

/*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
@media screen and (max-width: 46.813em) {
  .reveal-slider .reveal-slider-container {
    margin: 1rem auto 0 0;
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
    .reveal-slider .reveal-slider-container .copy-wrapper p {
      text-align: left;
      padding: 0 5% 0 5%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reveal-slider .reveal-slider-container #slider-wrapper {
    margin-left: 4%; }
    .reveal-slider .reveal-slider-container #slider-wrapper .beer-reveal > :first-child {
      max-width: none; }
  .reveal-slider .reveal-slider-container .drag-wrapper.show-drag-yes {
    margin-left: 4%; }
    .reveal-slider .reveal-slider-container .drag-wrapper.show-drag-yes .drag-icon .icon {
      position: relative; } }

@charset "UTF-8";
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.road-side-banner {
  position: relative;
  margin-bottom: 50px;
  /*
       * DESKTOP
       * min-width: 1061px
       */
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
  /*
       * MOBILE
       * max-width: 649px
       */
  /*
      * MOBILE
      * max-width: 400px;
      */ }
  .road-side-banner .background-bottom-image {
    margin-top: -1px; }
  .road-side-banner .compatible-row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 15px 0; }
    .road-side-banner .compatible-row div {
      font-size: 15px;
      line-height: 1.27;
      margin-top: 11px;
      color: #ffffff; }
  .road-side-banner .banner-img img,
  .road-side-banner .bottom-img img {
    width: 100%; }
  .road-side-banner .cta-box {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 20px;
    padding-top: 1.25rem; }
    .road-side-banner .cta-box .roadside-app-download-btn {
      font-size: 15px;
      line-height: normal;
      color: #ffffff; }
    .road-side-banner .cta-box picture img {
      border-radius: 6px; }
  .road-side-banner .divide-line {
    margin-bottom: 24px;
    margin-right: 60px;
    margin-right: 3.75rem;
    border-left: 1px solid #bcbcbc; }
  .road-side-banner .left-side {
    text-align: left;
    width: 37%; }
    .road-side-banner .left-side .cta-box {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
  .road-side-banner .right-side {
    width: 35%;
    text-align: left; }
  .road-side-banner .left-side,
  .road-side-banner .right-side {
    position: relative; }
    .road-side-banner .left-side .roadside--cta,
    .road-side-banner .left-side .sub-head-container,
    .road-side-banner .right-side .roadside--cta,
    .road-side-banner .right-side .sub-head-container {
      position: absolute;
      bottom: 0; }
  .road-side-banner .app-header {
    font-family: "Headline";
    color: #ffffff;
    line-height: 26px;
    font-size: 28px;
    font-size: 1.75rem;
    padding-bottom: 19px;
    padding-bottom: 1.1875rem; }
  .road-side-banner .app-desc {
    font-size: 15px;
    line-height: 1.27;
    color: #ffffff; }
  .road-side-banner .hide-title {
    display: none; }
  .road-side-banner .content {
    height: 17.5rem;
    position: absolute;
    top: 12%;
    left: 7%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .road-side-banner .content .roadside--header {
      font-family: "Headline";
      color: #ffffff;
      font-size: 28px;
      font-size: 1.75rem;
      padding-bottom: 19px;
      padding-bottom: 1.1875rem; }
    .road-side-banner .content .roadside--sub-header {
      font-family: "MMC-Headline", sans-serif;
      color: #ffffff;
      padding-bottom: 6px;
      padding-bottom: 0.375rem;
      font-size: 18px;
      font-size: 1.125rem; }
    .road-side-banner .content .roadside--phone {
      font-family: "MMC-Headline", sans-serif;
      color: #ffffff;
      font-size: 18px;
      font-size: 1.125rem; }
      .road-side-banner .content .roadside--phone .firstOption {
        padding-bottom: 5px;
        padding-bottom: 0.3125rem; }
      .road-side-banner .content .roadside--phone .secondOption {
        font-size: 14px;
        font-size: 0.875rem;
        color: #bcbcbc; }
    .road-side-banner .content .roadside--cta .cta-short-desc {
      font-size: 20px;
      line-height: normal;
      color: #ffffff; }
  @media screen and (min-width: 66.313em) {
    .road-side-banner .divide-line {
      height: 17.3rem;
      height: 100%; }
    .road-side-banner .background-bottom-image {
      display: none; } }
  @media screen and (max-width: 66.313em) {
    .road-side-banner .content {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 7%; } }
  @media screen and (max-width: 66.313em) and (-ms-high-contrast: active), screen and (max-width: 66.313em) and (-ms-high-contrast: none) {
    .road-side-banner .content {
      display: inline; } }
  @media screen and (max-width: 66.313em) {
    .road-side-banner .compatible-row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center; }
    .road-side-banner .divide-line {
      border-left: none;
      width: 93%;
      margin: 90px 0 33px 0;
      border-bottom: 1px solid #ffffff; }
    .road-side-banner .left-side,
    .road-side-banner .right-side {
      width: 90%;
      text-align: center; }
      .road-side-banner .left-side .roadside--cta,
      .road-side-banner .left-side .sub-head-container,
      .road-side-banner .right-side .roadside--cta,
      .road-side-banner .right-side .sub-head-container {
        width: 100%;
        top: 86%;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      .road-side-banner .left-side .sub-head-container,
      .road-side-banner .right-side .sub-head-container {
        top: 81%; } }
  @media screen and (max-width: 40.563em) {
    .road-side-banner .content {
      top: 7%; }
    .road-side-banner .app-header {
      padding-left: 40px;
      padding-right: 40px; }
    .road-side-banner .sub-head-container {
      padding-top: 47px; }
    .road-side-banner .element img {
      width: 200px; } }
  @media screen and (max-width: 25em) {
    .road-side-banner .right-side,
    .road-side-banner .left-side {
      margin-right: 21px; } }

@charset "UTF-8";
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.headline-1,
.headline-2,
.headline-3,
.headline-4,
.headline-5,
.headline-6 {
  margin: 0 0 1rem 0;
  color: inherit;
  text-transform: none;
  line-height: 45px;
  line-height: 2.8125rem;
  font-family: "MMC-Headline", sans-serif; }

.headline-1 {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 78px;
  line-height: 4.875rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .headline-1 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 42px;
      line-height: 2.625rem; } }

.headline-2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  letter-spacing: 0.4px;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .headline-2 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 38px;
      line-height: 2.375rem; } }

.headline-3 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .headline-3 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 30px;
      line-height: 1.875rem; } }

.headline-4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem; }

.headline-5 {
  font-size: 20px;
  font-size: 1.25rem; }

.headline-6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem; }

.copy-block {
  font-family: "MMC-Subline", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .copy-block {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 22px;
      line-height: 1.375rem; } }

.subtitle {
  font-family: "MMC-Subline", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .subtitle {
      font-size: 14px;
      font-size: 0.875rem; } }

.suptitle {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "MMC-Subline", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0; }

.headline-4-single-feature-center {
  margin-top: 15%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .headline-4-single-feature-center {
      margin-top: -15%; } }

/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
#warranty .singleFeature__copy-block {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  /*
       * ONLY TABLET portrait
       * min-device-width: 768px
       * max-device-width: 1024px
       * orientation: portrait
       */
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
    #warranty .singleFeature__copy-block {
      left: 24px;
      left: 1.5rem; } }
  @media screen and (max-width: 46.813em) {
    #warranty .singleFeature__copy-block {
      padding-top: 20px;
      padding-top: 1.25rem; } }

#warranty-table .singleFeature__copy-block {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 0;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    #warranty-table .singleFeature__copy-block {
      max-width: 70%; } }

.row {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .row {
      display: block; } }

.column {
  width: 33.3%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .column {
      width: 100%;
      float: left;
      padding-right: 10px;
      padding-bottom: 20px; } }
  .column p {
    margin: 0; }
  .column .title {
    margin: 0;
    padding-bottom: 3px;
    font-size: 16px; }
  .column .subtitle,
  .column .amount-year {
    font-size: 12px; }
  .column .miles-1,
  .column .miles-2 {
    font-size: 12px; }
  .column .miles-1 {
    margin-left: 45px; }
  .column .miles-2 {
    margin-left: 30px; }

.amount {
  padding-top: 20px;
  padding-bottom: 10px; }
  .amount span {
    font-size: 36px;
    font-weight: 600;
    padding-right: 15px;
    font-family: "MMC-Headline", sans-serif;
    /*
       * ONLY TABLET portrait
       * min-device-width: 768px
       * max-device-width: 1024px
       * orientation: portrait
       */
    /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
    .amount span:nth-child(2) {
      border-left: 4px solid black;
      padding-left: 15px; }
    @media screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
      .amount span:nth-child(2) {
        padding-right: 2px;
        padding-right: 0.125rem; } }
    @media screen and (max-width: 66.313em) {
      .amount span {
        font-size: 26px; } }

.headline-6 {
  text-align: left;
  font-weight: 600;
  padding: 30px 0 0 0; }

.singleFeature {
  /* IMAGES */
  /* COMPASS SETTINGS */
  /* FONT SIZES */
  /* BRAND COLORS */
  /** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
  /* VLP BG COLORS */
  /* OTHER COLORS */
  /* ANIMATION SETTINGS */
  /* FORM */
  /* TABS */
  /* MISC */
  /* See mitsu-icons font if this starts malfunctioning */
  /* MEDIA QUERIES */
  /* Bootstrap slider variables */
  /**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
  /*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
  /*
* Button icon CSS animation
*/
  /*
* Headlines
*/
  /*
* Recommended rule: line-height = font-size + 2
*/
  /*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
  /* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
  position: relative;
  font-family: "MMC-Subline", sans-serif;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
  /* IMAGES */
  /* COMPASS SETTINGS */
  /* FONT SIZES */
  /* BRAND COLORS */
  /** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
  /* VLP BG COLORS */
  /* OTHER COLORS */
  /* ANIMATION SETTINGS */
  /* FORM */
  /* TABS */
  /* MISC */
  /* See mitsu-icons font if this starts malfunctioning */
  /* MEDIA QUERIES */
  /* Bootstrap slider variables */
  /**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
  /*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
  /*
* Button icon CSS animation
*/
  /*
* Headlines
*/
  /*
* Recommended rule: line-height = font-size + 2
*/
  /*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
  /* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .singleFeature table {
    border-collapse: collapse; }
    .singleFeature table tr {
      display: table-row-group;
      font-family: "MMC-Headline", sans-serif;
      color: #ffffff; }
      .singleFeature table tr:nth-child(1) {
        font-size: 40px;
        font-size: 2.5rem;
        /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
        /*
       * DESKTOP
       * min-width: 1061px
       */ }
        @media screen and (min-width: 40.625em) {
          .singleFeature table tr:nth-child(1) {
            font-size: 30px;
            font-size: 1.875rem; } }
        @media screen and (min-width: 66.313em) {
          .singleFeature table tr:nth-child(1) {
            font-size: 40px;
            font-size: 2.5rem; } }
      .singleFeature table tr:nth-child(2) {
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 600; }
    .singleFeature table th {
      text-align: left;
      display: table-row; }
    .singleFeature table td {
      display: table-cell;
      padding: 5px 15px;
      border-right: 1px solid;
      border-right-color: #ffffff;
      text-align: center;
      letter-spacing: 1px; }
      .singleFeature table td:first-child {
        padding-left: 0; }
      .singleFeature table td:last-child {
        border-right: 0px; }
    .singleFeature table .headline {
      font-size: 14px;
      font-size: 0.875rem;
      color: #ffffff;
      padding-bottom: 5px;
      padding-bottom: 0.3125rem;
      font-family: "MMC-Headline", sans-serif;
      text-transform: none; }
  .singleFeature--theme-dark, .singleFeature--theme-desktop-dark {
    color: #000000 !important;
    background: #ffffff; }
    .singleFeature--theme-dark h1,
    .singleFeature--theme-dark h2,
    .singleFeature--theme-dark h3,
    .singleFeature--theme-dark h4,
    .singleFeature--theme-dark h5,
    .singleFeature--theme-dark h6, .singleFeature--theme-desktop-dark h1,
    .singleFeature--theme-desktop-dark h2,
    .singleFeature--theme-desktop-dark h3,
    .singleFeature--theme-desktop-dark h4,
    .singleFeature--theme-desktop-dark h5,
    .singleFeature--theme-desktop-dark h6 {
      color: #000000 !important; }
  .singleFeature--theme-light, .singleFeature--theme-desktop-light {
    color: #ffffff !important;
    background: #000000; }
    .singleFeature--theme-light h1,
    .singleFeature--theme-light h2,
    .singleFeature--theme-light h3,
    .singleFeature--theme-light h4,
    .singleFeature--theme-light h5,
    .singleFeature--theme-light h6, .singleFeature--theme-desktop-light h1,
    .singleFeature--theme-desktop-light h2,
    .singleFeature--theme-desktop-light h3,
    .singleFeature--theme-desktop-light h4,
    .singleFeature--theme-desktop-light h5,
    .singleFeature--theme-desktop-light h6 {
      color: #ffffff !important; }
  .singleFeature.set-full-wide {
    max-width: none;
    max-width: none; }
    .singleFeature.set-full-wide.singleFeature .background-image img {
      width: 100%; }
    .singleFeature.set-full-wide.singleFeature .singleFeature__copy-block {
      position: relative; }
  @media screen and (max-width: 46.813em) {
    .singleFeature .row-reverse {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .singleFeature .row-reverse .singleFeature__copy-block {
        margin-left: 5%; }
    .singleFeature--theme-mobile-dark {
      color: #000000 !important;
      background: #ffffff; }
      .singleFeature--theme-mobile-dark h1,
      .singleFeature--theme-mobile-dark h2,
      .singleFeature--theme-mobile-dark h3,
      .singleFeature--theme-mobile-dark h4,
      .singleFeature--theme-mobile-dark h5,
      .singleFeature--theme-mobile-dark h6 {
        color: #000000 !important; }
      .singleFeature--theme-mobile-dark tbody,
      .singleFeature--theme-mobile-dark tr,
      .singleFeature--theme-mobile-dark td {
        color: #000000 !important;
        border-right-color: #000000 !important; }
    .singleFeature--theme-mobile-light {
      color: #ffffff !important;
      background: #000000; }
      .singleFeature--theme-mobile-light h1,
      .singleFeature--theme-mobile-light h2,
      .singleFeature--theme-mobile-light h3,
      .singleFeature--theme-mobile-light h4,
      .singleFeature--theme-mobile-light h5,
      .singleFeature--theme-mobile-light h6 {
        color: #ffffff !important; } }
  .singleFeature video {
    max-width: 100%;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .singleFeature video {
        display: block; } }
  .singleFeature .mm-button {
    font-family: "MMC-Headline", sans-serif; }
    .singleFeature .mm-button.black {
      background-color: #000000;
      color: #ffffff; }
      .singleFeature .mm-button.black:hover {
        color: #ffffff; }
    .singleFeature .mm-button.isCtaWider {
      /*
       * MOBILE
       * max-width: 649px
       */ }
      @media screen and (max-width: 40.563em) {
        .singleFeature .mm-button.isCtaWider {
          text-align: left;
          width: 100%; } }
  .singleFeature .begin-opacity-1 {
    opacity: 1; }
  .singleFeature .begin-opacity-0 {
    opacity: 0; }
  .singleFeature .to-fade-in {
    opacity: 1; }
  .singleFeature .to-fade-out {
    opacity: 0; }
  .singleFeature .banner-image {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    .singleFeature .banner-image picture {
      padding-top: 53px;
      padding-top: 3.3125rem;
      /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
      /*
       * TABLET
       * min-width: 750px
       */
      /*
       * MOBILE
       * max-width: 649px
       */
      /*
       * MOBILE
       * max-width: 649px
       */ }
      .singleFeature .banner-image picture img {
        width: 260px;
        width: 16.25rem; }
      @media screen and (max-width: 66.313em) {
        .singleFeature .banner-image picture {
          padding-right: 5%;
          padding-top: 0;
          padding-bottom: 15px;
          padding-bottom: 0.9375rem; } }
      @media screen and (max-width: 46.813em) {
        .singleFeature .banner-image picture {
          padding-right: 0%;
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -moz-justify-content: center;
          justify-content: center;
          width: 87%; }
          .singleFeature .banner-image picture img {
            width: 196px;
            width: 12.25rem; } }
      @media screen and (min-width: 46.875em) {
        .singleFeature .banner-image picture {
          padding-top: 53px;
          padding-top: 3.3125rem; } }
      @media screen and (max-width: 40.563em) {
        .singleFeature .banner-image picture {
          padding-top: 0;
          padding-bottom: 12px;
          padding-bottom: 0.75rem;
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -moz-justify-content: center;
          justify-content: center; }
          .singleFeature .banner-image picture img {
            width: 100%; } }
      @media screen and (max-width: 40.563em) {
        .singleFeature .banner-image picture {
          height: 130px;
          height: 8.125rem; } }
    @media screen and (max-width: 46.813em) {
      .singleFeature .banner-image {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .singleFeature .banner-image.set-reverse {
          -webkit-box-direction: reverse;
          -webkit-box-orient: vertical;
          -moz-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  .singleFeature .main-header-line {
    display: none; }
  .singleFeature__copy-block {
    position: relative;
    text-align: center;
    -webkit-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    margin: 0 auto;
    margin: 0 auto;
    max-width: 88%;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    /*
       * TABLET
       * min-width: 750px
       */
    /*
       * DESKTOP
       * min-width: 1061px
       */ }
    .singleFeature__copy-block .strong-text {
      font-weight: bold; }
    @media screen and (min-width: 46.875em) {
      .singleFeature__copy-block {
        position: absolute;
        text-align: left;
        z-index: 11;
        max-width: 45%;
        padding-bottom: 0;
        padding-top: 0; } }
    @media screen and (min-width: 66.313em) {
      .singleFeature__copy-block {
        max-width: 40%; } }
    .singleFeature__copy-block--fade-in {
      opacity: 1;
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .singleFeature__copy-block--fade-in {
          opacity: 0; } }
    .singleFeature__copy-block--fade-out {
      opacity: 1; }
    .singleFeature__copy-block--left-top {
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .singleFeature__copy-block--left-top {
          left: 6vw;
          top: 6vw; } }
      .singleFeature__copy-block--left-top--no-background {
        position: relative; }
    .singleFeature__copy-block--left-center {
      /*
       * TABLET
       * min-width: 750px
       */
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      @media screen and (min-width: 46.875em) {
        .singleFeature__copy-block--left-center {
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          top: 50%;
          left: 48px;
          left: 3rem; } }
      @media screen and (min-width: 66.313em) {
        .singleFeature__copy-block--left-center {
          left: 144px;
          left: 9rem; } }
      .singleFeature__copy-block--left-center--no-background {
        position: relative;
        margin: 0;
        /*
       * TABLET
       * min-width: 750px
       */
        /*
       * DESKTOP
       * min-width: 1061px
       */ }
        @media screen and (min-width: 46.875em) {
          .singleFeature__copy-block--left-center--no-background {
            padding: 64px 0;
            padding: 4rem 0;
            left: 6vw; } }
        @media screen and (min-width: 66.313em) {
          .singleFeature__copy-block--left-center--no-background {
            left: 144px;
            left: 9rem;
            padding: 112px 0 80px;
            padding: 7rem 0 5rem; } }
    .singleFeature__copy-block--left-bottom {
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .singleFeature__copy-block--left-bottom {
          left: 6vw;
          bottom: 6vw; } }
      .singleFeature__copy-block--left-bottom--no-background {
        position: relative; }
    .singleFeature__copy-block--center-top {
      text-align: center;
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .singleFeature__copy-block--center-top {
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          top: 6vw; } }
    .singleFeature__copy-block--center-center {
      text-align: center;
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .singleFeature__copy-block--center-center {
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          top: 50%; } }
      .singleFeature__copy-block--center-center--no-background {
        position: relative;
        text-align: center;
        left: auto;
        left: auto;
        top: auto;
        top: auto;
        -webkit-transform: inherit;
        transform: inherit; }
    .singleFeature__copy-block--center-bottom {
      text-align: center;
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .singleFeature__copy-block--center-bottom {
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          bottom: 6vw; } }
      .singleFeature__copy-block--center-bottom--no-background {
        position: relative; }
    .singleFeature__copy-block--right-top {
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .singleFeature__copy-block--right-top {
          right: 6vw;
          top: 6vw; } }
      .singleFeature__copy-block--right-top--no-background {
        position: relative; }
    .singleFeature__copy-block--right-center {
      /*
       * TABLET
       * min-width: 750px
       */
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      @media screen and (min-width: 46.875em) {
        .singleFeature__copy-block--right-center {
          right: 16px;
          right: 1rem;
          padding-top: 40px;
          padding-top: 2.5rem;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          top: 50%; } }
      @media screen and (min-width: 66.313em) {
        .singleFeature__copy-block--right-center {
          right: 144px;
          right: 9rem; } }
      .singleFeature__copy-block--right-center--no-background {
        position: relative; }
    .singleFeature__copy-block--right-bottom {
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .singleFeature__copy-block--right-bottom {
          right: 32px;
          right: 2rem;
          bottom: 6vw; } }
      .singleFeature__copy-block--right-bottom--no-background {
        position: relative; }
    .singleFeature__copy-block--center-top, .singleFeature__copy-block--center-bottom, .singleFeature__copy-block--center-top--no-background {
      /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
      @media screen and (max-width: 66.313em) {
        .singleFeature__copy-block--center-top, .singleFeature__copy-block--center-bottom, .singleFeature__copy-block--center-top--no-background {
          width: 100vw;
          max-width: 100%;
          padding: 0 20px 20px;
          padding: 0 1.25rem 1.25rem; } }
    .singleFeature__copy-block .suptitle {
      font-size: 12px;
      font-size: 0.75rem;
      margin: 0; }
    .singleFeature__copy-block .headline {
      text-transform: none;
      line-height: 30px;
      line-height: 1.875rem;
      margin-bottom: 16px;
      margin-bottom: 1rem; }
    .singleFeature__copy-block .copy-block {
      margin-bottom: 16px;
      margin-bottom: 1rem;
      max-width: 100%;
      width: 100%; }
    .singleFeature__copy-block .replay-btn {
      margin: 0;
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
      .singleFeature__copy-block .replay-btn.hidden {
        opacity: 0; }
      .singleFeature__copy-block .replay-btn.visible {
        opacity: 1;
        color: #ed1c24;
        font-weight: 600;
        background-color: transparent;
        border: none;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .singleFeature__copy-block .replay-btn.visible i {
          font-weight: 100;
          font-size: 12px;
          font-size: 0.75rem; }
      @media screen and (max-width: 46.813em) {
        .singleFeature__copy-block .replay-btn {
          display: none; } }
    .singleFeature__copy-block .mm-button {
      padding-right: 24px;
      padding-right: 1.5rem; }
  .singleFeature .back-cta-thumb {
    color: #000000;
    font-weight: bold;
    margin-top: 11px;
    margin-top: 0.6875rem;
    font-size: 14px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
    .singleFeature .back-cta-thumb:not(.show-iframe) {
      display: none; }
    .singleFeature .back-cta-thumb:hover {
      color: #ed1c24;
      cursor: pointer; }
  .singleFeature .video-swap.single-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
  .singleFeature .video-swap video {
    position: relative;
    z-index: 10;
    -webkit-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out; }
  .singleFeature .video-swap .hide-iframe {
    border: 2px;
    display: none; }
  .singleFeature .video-swap .show-iframe {
    display: block; }
  .singleFeature .video-swap .show-video {
    cursor: pointer; }
    .singleFeature .video-swap .show-video.hide {
      display: none; }
    .singleFeature .video-swap .show-video .video-desktop {
      position: relative; }
  .singleFeature .video-swap picture {
    display: block;
    position: relative;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .singleFeature .video-swap picture {
        position: absolute;
        z-index: 9;
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .singleFeature ul {
    padding-left: 16px;
    padding-left: 1rem; }
    .singleFeature ul li {
      list-style-type: disc; }
  .singleFeature .flex-box {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    /*
       * DESKTOP
       * min-width: 1061px
       */ }
    .singleFeature .flex-box .singleFeature__copy-block {
      position: relative;
      text-align: center;
      top: 0;
      left: 0;
      -webkit-transform: inherit;
      transform: inherit;
      max-width: 100%;
      padding: 40px 24px;
      padding: 2.5rem 1.5rem;
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      .singleFeature .flex-box .singleFeature__copy-block ul li {
        text-align: left; }
      @media screen and (min-width: 66.313em) {
        .singleFeature .flex-box .singleFeature__copy-block {
          text-align: left;
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column nowrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-flow: column nowrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -moz-justify-content: center;
          justify-content: center;
          left: 32px;
          left: 2rem;
          margin-right: 32px;
          margin-right: 2rem;
          padding-right: 32px;
          padding-right: 2rem;
          max-width: 35%; } }
      .singleFeature .flex-box .singleFeature__copy-block .mm-button {
        margin: 0 auto 0 0;
        margin: 0 auto 0 0; }
    .singleFeature .flex-box img {
      width: 100%; }
    .singleFeature .flex-box.set-button-ie {
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .singleFeature .flex-box.set-button-ie .singleFeature__copy-block a {
          display: table; } }
    .singleFeature .flex-box.align-image-left {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      @media screen and (min-width: 66.313em) {
        .singleFeature .flex-box.align-image-left {
          -ms-flex-flow: row nowrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-flow: row nowrap; } }
    .singleFeature .flex-box.align-image-right {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      @media screen and (min-width: 66.313em) {
        .singleFeature .flex-box.align-image-right {
          -ms-flex-flow: row-reverse nowrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
                  flex-flow: row-reverse nowrap; } }
    @media screen and (min-width: 66.313em) {
      .singleFeature .flex-box {
        -ms-flex-flow: row-reverse nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
                flex-flow: row-reverse nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center; } }
  @media screen and (max-width: 46.813em) {
    .singleFeature .show-mobile picture {
      display: none; }
    .singleFeature .hide-mobile:not(.no-base-img) video {
      display: none; } }

.single-feature-container.section-background--white,
.single-feature-container .intern-section-background--white {
  background-color: #ffffff; }

.single-feature-container.section-background--gray,
.single-feature-container .intern-section-background--gray {
  background-color: #f2f2f2; }

/*
       * TABLET
       * min-width: 750px
       */
@media screen and (min-width: 46.875em) {
  #performance-features-no-background .background-space-container .background-media-container .singleFeature__copy-block {
    position: relative;
    text-align: center;
    -webkit-transition: opacity 0.8s ease-in-out 0.3s ease-in-out;
    transition: opacity 0.8s ease-in-out 0.3s ease-in-out;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin: 0 auto;
    margin: 0 auto;
    max-width: 88%;
    padding: 96px 0 32px;
    padding: 6rem 0 2rem;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    right: 0; } }

/***
 section specific overwrites
***/
[data-modelyear="2020"][data-modelcode="ecl"][data-pagename="comfort_ecology"] .singleFeature {
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  [data-modelyear="2020"][data-modelcode="ecl"][data-pagename="comfort_ecology"] .singleFeature--theme-dark.power-panoramic-sunroof_section .headline-4, [data-modelyear="2020"][data-modelcode="ecl"][data-pagename="comfort_ecology"] .singleFeature--theme-desktop-dark.power-panoramic-sunroof_section .headline-4 {
    color: #777777 !important; }
  @media screen and (max-width: 46.813em) {
    [data-modelyear="2020"][data-modelcode="ecl"][data-pagename="comfort_ecology"] .singleFeature--theme-mobile-dark.power-panoramic-sunroof_section .headline-4 {
      color: #000000 !important; } }

section[data-modelyear="2020"][data-modelcode="phev"][data-pagename="mpg"] {
  /*
       * Ranged somewhat above the ONLY TABLET limit and desktop starting limit
       * width: 750px - 1061
       */ }
  @media screen and (min-width: 46.875em) and (max-width: 66.313em) {
    section[data-modelyear="2020"][data-modelcode="phev"][data-pagename="mpg"] .singleFeature .singleFeature__copy-block {
      padding: 0 0 20px;
      padding: 0 0 1.25rem; }
    section[data-modelyear="2020"][data-modelcode="phev"][data-pagename="mpg"] .singleFeature .headline-4 {
      font-size: 20px;
      font-size: 1.25rem; }
    section[data-modelyear="2020"][data-modelcode="phev"][data-pagename="mpg"] .singleFeature .copy-block {
      font-size: 12px;
      font-size: 0.75rem;
      margin-bottom: 14px;
      margin-bottom: 0.875rem; }
    section[data-modelyear="2020"][data-modelcode="phev"][data-pagename="mpg"] .singleFeature table .headline {
      font-size: 12px;
      font-size: 0.75rem;
      margin-bottom: 14px;
      margin-bottom: 0.875rem; }
    section[data-modelyear="2020"][data-modelcode="phev"][data-pagename="mpg"] .singleFeature table .headline-3 {
      font-size: 26px;
      font-size: 1.625rem;
      margin-bottom: 14px;
      margin-bottom: 0.875rem; } }

.background-media-container.top-text-single .singleFeature__copy-block {
  text-align: center;
  top: 19.23%;
  max-width: 100%;
  width: 65%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    .background-media-container.top-text-single .singleFeature__copy-block {
      top: 25%; } }
  @media screen and (max-width: 46.813em) {
    .background-media-container.top-text-single .singleFeature__copy-block {
      width: 80%; } }
  @media screen and (max-width: 66.313em) {
    .background-media-container.top-text-single .singleFeature__copy-block {
      width: 75%; } }
  .background-media-container.top-text-single .singleFeature__copy-block .suptitle {
    padding-bottom: 16px;
    padding-bottom: 1rem; }
  .background-media-container.top-text-single .singleFeature__copy-block .headline-4-top {
    font-size: 42px;
    font-size: 2.625rem;
    height: 47px;
    height: 2.9375rem;
    line-height: normal;
    line-height: normal;
    margin: 0 0 15px 0;
    margin: 0 0 0.9375rem 0;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    @media screen and (max-width: 46.813em) {
      .background-media-container.top-text-single .singleFeature__copy-block .headline-4-top {
        height: auto;
        height: auto;
        font-size: 32px;
        font-size: 2rem;
        line-height: 34px;
        line-height: 2.125rem; } }
  .background-media-container.top-text-single .singleFeature__copy-block .headline-4-top-tabs-feature {
    height: 0px;
    height: 0rem; }

.background-media-container.button-mobile-large .singleFeature__copy-block {
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
  /*
       * MOBILE
       * max-width: 780px
       */
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
  /*
       * DESKTOP
       * min-width: 1061px
       */ }
  .background-media-container.button-mobile-large .singleFeature__copy-block p.copy-block {
    display: none; }
  .background-media-container.button-mobile-large .singleFeature__copy-block .intern-copy-block .copy-block {
    display: inline; }
  @media screen and (max-width: 66.313em) {
    .background-media-container.button-mobile-large .singleFeature__copy-block {
      top: 28%; }
      .background-media-container.button-mobile-large .singleFeature__copy-block .intern-copy-block {
        width: 80%;
        margin: 0 auto 15px;
        margin: 0 auto 0.9375rem; } }
  @media screen and (max-width: 48.75em) {
    .background-media-container.button-mobile-large .singleFeature__copy-block {
      top: 31%; }
      .background-media-container.button-mobile-large .singleFeature__copy-block .intern-copy-block {
        width: 100%;
        margin: 0 auto 10px;
        margin: 0 auto 0.625rem; } }
  @media screen and (max-width: 46.813em) {
    .background-media-container.button-mobile-large .singleFeature__copy-block {
      width: 100%; }
      .background-media-container.button-mobile-large .singleFeature__copy-block .intern-copy-block {
        width: 75%;
        margin: 0 auto;
        margin: 0 auto; }
      .background-media-container.button-mobile-large .singleFeature__copy-block .mm-button {
        padding: 15px 3px;
        padding: 0.9375rem 0.1875rem;
        width: 342px;
        width: 21.375rem;
        margin-top: 10px;
        margin-top: 0.625rem; } }
  @media screen and (min-width: 66.313em) {
    .background-media-container.button-mobile-large .singleFeature__copy-block .mm-button {
      margin-top: 30px;
      margin-top: 1.875rem; } }

.singleFeature .flex-box.background-media-container.cover-partially {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  margin: 0 auto;
  padding: 48px 0;
  padding: 3rem 0;
  width: 81%;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
  /*
       * MOBILE
       * max-width: 780px
       */
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
  /*
       * DESKTOP WIDE
       * min-width: 1280px
       */
  /*
       * WIDESCREEN
       * min-width: 1440px
       */ }
  .singleFeature .flex-box.background-media-container.cover-partially.align-image-right .singleFeature__copy-block {
    left: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; }
  .singleFeature .flex-box.background-media-container.cover-partially.align-image-left .singleFeature__copy-block {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
  .singleFeature .flex-box.background-media-container.cover-partially .background-image {
    width: 55%; }
  .singleFeature .flex-box.background-media-container.cover-partially .singleFeature__copy-block {
    text-align: left;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 45%; }
    .singleFeature .flex-box.background-media-container.cover-partially .singleFeature__copy-block .copy-block {
      margin-bottom: 0;
      padding-bottom: 0; }
    .singleFeature .flex-box.background-media-container.cover-partially .singleFeature__copy-block table {
      width: 100%; }
    .singleFeature .flex-box.background-media-container.cover-partially .singleFeature__copy-block .copy-block + .mm-button {
      margin-top: 16px;
      margin-top: 1rem; }
  @media screen and (max-width: 66.313em) {
    .singleFeature .flex-box.background-media-container.cover-partially {
      -ms-flex-flow: row nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
      width: 85%; }
      .singleFeature .flex-box.background-media-container.cover-partially.align-image-right {
        -ms-flex-flow: row-reverse nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
                flex-flow: row-reverse nowrap; }
      .singleFeature .flex-box.background-media-container.cover-partially .singleFeature__copy-block {
        padding-top: 0;
        padding-bottom: 0;
        width: calc(45% - 48px);
        width: calc(45% - 48px); } }
  @media screen and (max-width: 48.75em) {
    .singleFeature .flex-box.background-media-container.cover-partially .singleFeature__copy-block {
      width: calc(45% - 18px);
      width: calc(45% - 18px); } }
  @media screen and (max-width: 46.813em) {
    .singleFeature .flex-box.background-media-container.cover-partially {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 32px 0 0;
      padding: 2rem 0 0; }
      .singleFeature .flex-box.background-media-container.cover-partially.align-image-right {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      .singleFeature .flex-box.background-media-container.cover-partially .background-image {
        width: 100%; }
      .singleFeature .flex-box.background-media-container.cover-partially .singleFeature__copy-block {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        padding: 40px 0 0;
        padding: 2.5rem 0 0;
        width: 100%; }
        .singleFeature .flex-box.background-media-container.cover-partially .singleFeature__copy-block .copy-block {
          padding-bottom: 0;
          margin-bottom: 0; }
        .singleFeature .flex-box.background-media-container.cover-partially .singleFeature__copy-block .copy-block + .mm-button {
          margin: 32px auto 48px;
          margin: 2rem auto 3rem; }
        .singleFeature .flex-box.background-media-container.cover-partially .singleFeature__copy-block table + p + .mm-button {
          margin: 10px auto 48px;
          margin: 0.625rem auto 3rem; } }
  @media screen and (min-width: 80em) {
    .singleFeature .flex-box.background-media-container.cover-partially .singleFeature__copy-block {
      max-width: 38%; } }
  @media screen and (min-width: 89.938em) {
    .singleFeature .flex-box.background-media-container.cover-partially .singleFeature__copy-block {
      max-width: 35%; } }

.feature-details .single-feature-container .singleFeature .singleFeature__copy-block .copy-block {
  line-height: 25px;
  line-height: 1.5625rem; }

.singleFeature .background-media-container.singleFeature__image-center {
  height: 100%;
  width: 100%;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
  /*
       * MOBILE
       * max-width: 780px
       */
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
  /*
      * MOBILE
      * max-width: 400px;
      */
  /*
      * SMALL IPHONES
      * max-width: 350px;
      */ }
  .singleFeature .background-media-container.singleFeature__image-center .background-image {
    margin-bottom: 200px;
    margin-bottom: 12.5rem;
    margin-top: 315px;
    margin-top: 19.6875rem; }
  .singleFeature .background-media-container.singleFeature__image-center .singleFeature__copy-block {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    max-width: 65%;
    padding-top: 64px;
    padding-top: 4rem;
    width: 100%; }
    .singleFeature .background-media-container.singleFeature__image-center .singleFeature__copy-block .suptitle,
    .singleFeature .background-media-container.singleFeature__image-center .singleFeature__copy-block .headline-2,
    .singleFeature .background-media-container.singleFeature__image-center .singleFeature__copy-block .headline-3,
    .singleFeature .background-media-container.singleFeature__image-center .singleFeature__copy-block .copy-block {
      margin-bottom: 16px;
      margin-bottom: 1rem;
      padding-bottom: 0;
      width: 100%; }
    .singleFeature .background-media-container.singleFeature__image-center .singleFeature__copy-block .suptitle {
      margin-bottom: 8px;
      margin-bottom: 0.5rem; }
    .singleFeature .background-media-container.singleFeature__image-center .singleFeature__copy-block .mm-button {
      position: absolute;
      bottom: 64px;
      bottom: 4rem; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .singleFeature .background-media-container.singleFeature__image-center .singleFeature__copy-block .mm-button {
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); } }
  @media screen and (max-width: 66.313em) {
    .singleFeature .background-media-container.singleFeature__image-center .background-image {
      margin-bottom: 175px;
      margin-bottom: 10.9375rem;
      margin-top: 285px;
      margin-top: 17.8125rem; }
    .singleFeature .background-media-container.singleFeature__image-center .singleFeature__copy-block .mm-button {
      bottom: 52px;
      bottom: 3.25rem; } }
  @media screen and (max-width: 48.75em) {
    .singleFeature .background-media-container.singleFeature__image-center .background-image {
      margin-bottom: 150px;
      margin-bottom: 9.375rem; }
    .singleFeature .background-media-container.singleFeature__image-center .singleFeature__copy-block .mm-button {
      bottom: 36px;
      bottom: 2.25rem; } }
  @media screen and (max-width: 46.813em) {
    .singleFeature .background-media-container.singleFeature__image-center .background-image {
      margin-bottom: 125px;
      margin-bottom: 7.8125rem;
      margin-top: 350px;
      margin-top: 21.875rem; }
    .singleFeature .background-media-container.singleFeature__image-center .singleFeature__copy-block {
      position: absolute;
      max-width: 100%;
      padding: 32px 24px;
      padding: 2rem 1.5rem;
      top: 0; }
      .singleFeature .background-media-container.singleFeature__image-center .singleFeature__copy-block .mm-button {
        bottom: 32px;
        bottom: 2rem; } }
  @media screen and (max-width: 25em) {
    .singleFeature .background-media-container.singleFeature__image-center .background-image {
      margin-top: 375px;
      margin-top: 23.4375rem; } }
  @media screen and (max-width: 21.875em) {
    .singleFeature .background-media-container.singleFeature__image-center .background-image {
      margin-top: 400px;
      margin-top: 25rem; } }

.singleFeature__image-center--mobile {
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
  /*
      * MOBILE
      * max-width: 400px;
      */
  /*
      * SMALL IPHONES
      * max-width: 350px;
      */ }
  @media screen and (max-width: 46.813em) {
    .singleFeature__image-center--mobile {
      height: 100%;
      width: 100%; }
      .singleFeature__image-center--mobile .background-image {
        display: block;
        margin-bottom: 120px;
        margin-bottom: 7.5rem;
        margin-top: 200px;
        margin-top: 12.5rem; }
      .singleFeature__image-center--mobile .singleFeature__copy-block {
        position: absolute;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        max-width: 100%;
        padding: 32px 24px;
        padding: 2rem 1.5rem;
        top: 0;
        width: 100%; }
        .singleFeature__image-center--mobile .singleFeature__copy-block .suptitle,
        .singleFeature__image-center--mobile .singleFeature__copy-block .headline-2,
        .singleFeature__image-center--mobile .singleFeature__copy-block .headline-3,
        .singleFeature__image-center--mobile .singleFeature__copy-block .copy-block {
          margin-bottom: 16px;
          margin-bottom: 1rem;
          padding-bottom: 0;
          width: 100%; }
        .singleFeature__image-center--mobile .singleFeature__copy-block .suptitle {
          margin-bottom: 8px;
          margin-bottom: 0.5rem; }
        .singleFeature__image-center--mobile .singleFeature__copy-block .mm-button {
          position: absolute;
          bottom: 0; } }
  @media screen and (max-width: 25em) {
    .singleFeature__image-center--mobile .background-image {
      margin-top: 240px;
      margin-top: 15rem; } }
  @media screen and (max-width: 21.875em) {
    .singleFeature__image-center--mobile .background-image {
      margin-top: 250px;
      margin-top: 15.625rem; } }

.background-media-container.singleFeature--center-element--no-background {
  /*
       * TABLET
       * min-width: 750px
       */
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  .background-media-container.singleFeature--center-element--no-background .singleFeature__copy-block {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    max-width: 70%;
    height: 100%;
    width: 100%; }
    .background-media-container.singleFeature--center-element--no-background .singleFeature__copy-block .headline-4 {
      margin-top: 0; }
    .background-media-container.singleFeature--center-element--no-background .singleFeature__copy-block .copy-block {
      margin-bottom: 0;
      padding-bottom: 0; }
  @media screen and (min-width: 46.875em) {
    .background-media-container.singleFeature--center-element--no-background .singleFeature__copy-block {
      max-width: 70%; } }
  @media screen and (max-width: 46.813em) {
    .background-media-container.singleFeature--center-element--no-background {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center; }
      .background-media-container.singleFeature--center-element--no-background picture {
        display: none; }
      .background-media-container.singleFeature--center-element--no-background .singleFeature__copy-block {
        padding: 32px 0;
        padding: 2rem 0;
        max-width: 86%; }
        .background-media-container.singleFeature--center-element--no-background .singleFeature__copy-block .headline-4 {
          max-width: 260px;
          max-width: 16.25rem; } }

@charset "UTF-8";
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.specialOfferCard {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 10rem 0 0;
  font-family: "MMC-Subline", sans-serif;
  /*
       * TABLET
       * min-width: 750px
       */ }
  @media screen and (min-width: 46.875em) {
    .specialOfferCard {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .specialOfferCard header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .specialOfferCard--card {
    width: 100%;
    max-width: calc(100% - 2rem);
    background: #f6f6f6;
    margin: 0 1rem 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    /*
       * TABLET
       * min-width: 750px
       */ }
    .specialOfferCard--card:last-child {
      margin: 0 1rem 5rem; }
    @media screen and (min-width: 46.875em) {
      .specialOfferCard--card {
        max-width: calc(49.8% - 2rem); }
        .specialOfferCard--card:last-child {
          margin: 0 1rem 10rem; } }
  .specialOfferCard--image {
    margin: -5rem auto 3rem auto;
    display: inline-block; }
  .specialOfferCard--vehicle-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 1.5rem 2rem;
    /*
       * TABLET
       * min-width: 750px
       */
    /*
       * DESKTOP
       * min-width: 1061px
       */ }
    @media screen and (min-width: 46.875em) {
      .specialOfferCard--vehicle-stats {
        padding: 0 1.5rem 2rem; } }
    @media screen and (min-width: 66.313em) {
      .specialOfferCard--vehicle-stats {
        padding: 0 3rem 2rem; } }
  .specialOfferCard .stat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
    /*
       * TABLET
       * min-width: 750px
       */
    /*
       * DESKTOP
       * min-width: 1061px
       */
    /*
      * MOBILE
      * max-width: 400px;
      */ }
    @media screen and (max-width: 46.813em) {
      .specialOfferCard .stat-item {
        margin-right: 2rem; } }
    @media screen and (min-width: 46.875em) {
      .specialOfferCard .stat-item {
        margin-right: 1rem; } }
    @media screen and (min-width: 66.313em) {
      .specialOfferCard .stat-item {
        margin-right: 2rem; } }
    @media screen and (max-width: 25em) {
      .specialOfferCard .stat-item {
        margin-right: 1rem; } }
    .specialOfferCard .stat-item:last-child {
      margin-right: 0; }
    .specialOfferCard .stat-item--icon {
      margin-right: 0.5rem; }
    .specialOfferCard .stat-item .icon {
      line-height: 1;
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
      /*
       * TABLET
       * min-width: 750px
       */
      /*
       * DESKTOP
       * min-width: 1061px
       */
      /*
      * MOBILE
      * max-width: 400px;
      */ }
      @media screen and (max-width: 46.813em) {
        .specialOfferCard .stat-item .icon {
          font-size: 2.5rem; } }
      @media screen and (min-width: 46.875em) {
        .specialOfferCard .stat-item .icon {
          font-size: 1.5rem; } }
      @media screen and (min-width: 66.313em) {
        .specialOfferCard .stat-item .icon {
          font-size: 2.5rem; } }
      @media screen and (max-width: 25em) {
        .specialOfferCard .stat-item .icon {
          font-size: 1.5rem; } }
    .specialOfferCard .stat-item--content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; }
    .specialOfferCard .stat-item--heading {
      font-size: 0.85rem;
      padding-bottom: 0.25rem; }
    .specialOfferCard .stat-item--container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; }
    .specialOfferCard .stat-item--value {
      font-family: "MMC-Headline", sans-serif;
      /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
      /*
       * TABLET
       * min-width: 750px
       */
      /*
       * DESKTOP
       * min-width: 1061px
       */
      /*
      * MOBILE
      * max-width: 400px;
      */ }
      @media screen and (max-width: 46.813em) {
        .specialOfferCard .stat-item--value {
          font-size: 1.25rem; } }
      @media screen and (min-width: 46.875em) {
        .specialOfferCard .stat-item--value {
          font-size: 1rem; } }
      @media screen and (min-width: 66.313em) {
        .specialOfferCard .stat-item--value {
          font-size: 1.25rem; } }
      @media screen and (max-width: 25em) {
        .specialOfferCard .stat-item--value {
          font-size: 1rem; } }
  .specialOfferCard--offer-details {
    padding: 0 1.5rem 2rem;
    margin-bottom: auto;
    /*
       * TABLET
       * min-width: 750px
       */
    /*
       * DESKTOP
       * min-width: 1061px
       */ }
    @media screen and (min-width: 46.875em) {
      .specialOfferCard--offer-details {
        padding: 0 1.5rem 2rem; } }
    @media screen and (min-width: 66.313em) {
      .specialOfferCard--offer-details {
        padding: 0 3rem 2rem; } }
    .specialOfferCard--offer-details .headline-4 {
      margin-bottom: 0;
      font-size: 1.75rem; }
    .specialOfferCard--offer-details .headline-2 {
      font-family: "MMC-Subline", sans-serif;
      font-size: 1.75rem; }
  .specialOfferCard--description {
    font-size: 1rem;
    line-height: 1.25rem; }
  .specialOfferCard--disclaimer {
    font-size: 0.75rem;
    line-height: 1rem; }
  .specialOfferCard--read-more {
    background: transparent;
    border: 0;
    font-family: "MMC-Headline", sans-serif;
    color: #000000;
    text-decoration: underline; }
  .specialOfferCard--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: auto;
    /*
       * DESKTOP
       * min-width: 1061px
       */ }
    @media screen and (min-width: 66.313em) {
      .specialOfferCard--footer {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
    .specialOfferCard--footer .mm-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-family: "MMC-Headline", sans-serif;
      margin-bottom: 0;
      padding-top: 1rem;
      padding-bottom: 1rem;
      /*
      * MOBILE
      * max-width: 400px;
      */ }
      @media screen and (max-width: 25em) {
        .specialOfferCard--footer .mm-button {
          max-width: 50%; } }
      .specialOfferCard--footer .mm-button.clear {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 1rem; }
        .specialOfferCard--footer .mm-button.clear .icon {
          color: #000000; }
    .specialOfferCard--footer form {
      padding: 0;
      margin: 0;
      width: 100%;
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      @media screen and (min-width: 66.313em) {
        .specialOfferCard--footer form {
          width: auto; } }
      .specialOfferCard--footer form .mm-button {
        width: 100%;
        max-width: 100%;
        height: 100%;
        /*
       * DESKTOP
       * min-width: 1061px
       */ }
        @media screen and (min-width: 66.313em) {
          .specialOfferCard--footer form .mm-button {
            width: auto; } }
  .specialOfferCard--raq-button {
    border-radius: 0; }

@charset "UTF-8";
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.headline-1,
.headline-2,
.headline-3,
.headline-4,
.headline-5,
.headline-6 {
  margin: 0 0 1rem 0;
  color: inherit;
  text-transform: none;
  line-height: 45px;
  line-height: 2.8125rem;
  font-family: "MMC-Headline", sans-serif; }

.headline-1 {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 78px;
  line-height: 4.875rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .headline-1 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 42px;
      line-height: 2.625rem; } }

.headline-2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  letter-spacing: 0.4px;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .headline-2 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 38px;
      line-height: 2.375rem; } }

.headline-3 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .headline-3 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 30px;
      line-height: 1.875rem; } }

.headline-4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem; }

.headline-5 {
  font-size: 20px;
  font-size: 1.25rem; }

.headline-6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem; }

.copy-block {
  font-family: "MMC-Subline", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
  @media screen and (max-width: 66.313em) {
    .copy-block {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 22px;
      line-height: 1.375rem; } }

.subtitle {
  font-family: "MMC-Subline", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .subtitle {
      font-size: 14px;
      font-size: 0.875rem; } }

.suptitle {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "MMC-Subline", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0; }

.headline-4-single-feature-center {
  margin-top: 15%;
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .headline-4-single-feature-center {
      margin-top: -15%; } }

.tabs {
  background: #ffffff;
  color: #000000;
  font-family: "MMC-Subline", sans-serif;
  height: 100%; }
  .tabs__header {
    text-align: center;
    margin: 0 1.5 1rem;
    height: auto;
    /*
       * TABLET
       * min-width: 750px
       */
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs__header {
        width: 60%;
        margin: 0 auto 1rem;
        line-height: 1.8; } }
    @media screen and (max-width: 46.813em) {
      .tabs__header {
        padding-left: 20px;
        padding-right: 20px; } }
  .tabs .black-tabs-style {
    background: #000000;
    color: #ffffff; }
  .tabs .tabs--control-top .tabs__tablist .tab__button[aria-selected="true"] {
    border-bottom: 5px solid #ed1c24; }
  .tabs .tab__text-container .title-tab-headline {
    margin-top: 10px;
    margin-top: 0.625rem; }
  .tabs.center-content {
    padding: 0; }
  .tabs__tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    /*
       * TABLET
       * min-width: 750px
       */
    /*
       * DESKTOP
       * min-width: 1061px
       */
    /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs__tablist {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media screen and (min-width: 66.313em) {
      .tabs__tablist {
        margin-left: -9px !important; } }
    @media screen and (max-width: 66.313em) {
      .tabs__tablist {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-left: -8px !important; } }
    @media screen and (max-width: 46.813em) {
      .tabs__tablist {
        margin-left: 0px !important; } }
  .tabs-theme-light {
    background-color: #000000; }
    .tabs-theme-light .tabs__header {
      color: #ffffff;
      background-color: #000000; }
    .tabs-theme-light .tab__text-container {
      color: #ffffff; }
    .tabs-theme-light .tabs__tablist .tab__button--indicator-border[aria-selected="true"] {
      border-color: #ffffff;
      color: #ffffff; }

#black-edition.tabs {
  background: #000000;
  color: #ffffff; }
  #black-edition.tabs .tabs {
    background: #000000;
    color: #ffffff; }
  #black-edition.tabs video {
    display: block;
    /*
       * MOBILE
       * max-width: 649px
       */ }
    @media screen and (max-width: 40.563em) {
      #black-edition.tabs video {
        width: 100%;
        position: relative; } }
  #black-edition.tabs .tab__button.tab__button--indicator-border {
    z-index: 1; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #black-edition.tabs .tab__button.tab__button--indicator-border {
        display: inline-block; } }

.tab__button {
  /*
      * MOBILE
      * max-width: 400px;
      */
  border-style: none;
  background: transparent;
  font-family: "MMC-Headline", sans-serif;
  max-width: 170px;
  width: 100%;
  text-transform: uppercase;
  /*
      * MOBILE (MOBILE FIRST APPROACH)
      * min-width: 400px;
      */
  /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
  /*
       * TABLET
       * min-width: 750px
       */
  /*
       * DESKTOP
       * min-width: 1061px
       */ }
  @media screen and (max-width: 25em) {
    .tab__button {
      font-size: 0.65rem;
      line-height: 1rem; } }
  @media screen and (min-width: 25em) {
    .tab__button {
      font-size: 0.75rem; } }
  @media screen and (min-width: 40.625em) {
    .tab__button {
      font-size: 2vw; } }
  @media screen and (min-width: 46.875em) {
    .tab__button {
      font-size: 1.5vw; } }
  @media screen and (min-width: 66.313em) {
    .tab__button {
      font-size: 0.875rem; } }
  .tab__button[aria-selected="true"] {
    color: #ed1c24; }
  .tab__button[aria-selected="false"] {
    color: #b7b7b7; }
  .tab__button--indicator-border {
    border-bottom: 5px solid transparent; }
    .tab__button--indicator-border[aria-selected="true"] {
      border-bottom: 5px solid #ed1c24; }
  .tab__button .icon {
    display: block;
    /*
      * MOBILE
      * max-width: 400px;
      */
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 1rem; }
    @media screen and (max-width: 25em) {
      .tab__button .icon {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 0.5rem; } }

.tab__text-container .mm-button {
  font-family: "MMC-Headline", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  margin-top: 7px;
  margin-bottom: 42px; }
  .tab__text-container .mm-button.isCtaWider {
    /*
       * MOBILE
       * max-width: 649px
       */ }
    @media screen and (max-width: 40.563em) {
      .tab__text-container .mm-button.isCtaWider {
        text-align: left;
        width: 100%; } }

.tab__content {
  width: 100%;
  /* IMAGES */
  /* COMPASS SETTINGS */
  /* FONT SIZES */
  /* BRAND COLORS */
  /** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
  /* VLP BG COLORS */
  /* OTHER COLORS */
  /* ANIMATION SETTINGS */
  /* FORM */
  /* TABS */
  /* MISC */
  /* See mitsu-icons font if this starts malfunctioning */
  /* MEDIA QUERIES */
  /* Bootstrap slider variables */
  /**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
  /*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
  /*
* Button icon CSS animation
*/
  /*
* Headlines
*/
  /*
* Recommended rule: line-height = font-size + 2
*/
  /*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
  /* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
  /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
  @media screen and (max-width: 46.813em) {
    .tab__content .show-mobile picture {
      display: none; }
    .tab__content .hide-mobile:not(.no-base-img) video {
      display: none; } }
  .tab__content img,
  .tab__content video,
  .tab__content picture {
    width: 100%; }
  .tab__content video {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .tab__content picture {
    display: block; }
  .tab__content .copy-block {
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (max-width: 46.813em) {
      .tab__content .copy-block {
        margin-bottom: 40px;
        margin-bottom: 2.5rem; } }
    @media screen and (min-width: 46.875em) {
      .tab__content .copy-block {
        margin-bottom: 32px;
        margin-bottom: 2rem; } }

/** Template specific styles **/
section.tabs.caroussel {
  background-color: #000000; }
  section.tabs.caroussel .carousels-wrapper {
    background-color: #000000; }
  section.tabs.caroussel .tab-container,
  section.tabs.caroussel .tabs__header {
    background-color: #ffffff; }

.tabs--control-top {
  margin: 0 auto;
  margin: 0 auto;
  padding: 65px 0 0 0;
  padding: 4.0625rem 0 0 0;
  max-width: 100%;
  /*
       * TABLET
       * min-width: 750px
       */
  /*
       * MOBILE
       * max-width: 780px
       */ }
  @media screen and (min-width: 46.875em) {
    .tabs--control-top {
      max-width: 100%; } }
  @media screen and (max-width: 48.75em) {
    .tabs--control-top {
      margin-bottom: 0; } }
  .tabs--control-top .headline-4-top {
    font-size: 42px;
    font-size: 2.625rem;
    min-height: 47px;
    min-height: 2.9375rem;
    line-height: normal;
    line-height: normal;
    margin: 0 0 15px 0;
    margin: 0 0 0.9375rem 0;
    /*
       * MOBILE
       * Lower than tablet
       * max-width: 749px
       */ }
    @media screen and (max-width: 46.813em) {
      .tabs--control-top .headline-4-top {
        height: auto;
        height: auto;
        font-size: 32px;
        font-size: 2rem;
        line-height: 34px;
        line-height: 2.125rem; } }
  .tabs--control-top .tabs__summary {
    margin: 0 auto;
    margin: 0 auto;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-top .tabs__summary {
        max-width: 80%; } }
  .tabs--control-top .tabs__tablist {
    margin: 32px auto 0;
    margin: 2rem auto 0; }
  .tabs--control-top .tab__content {
    margin: 0 auto 0;
    margin: 0 auto 0;
    text-align: center;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    /*
       * MOBILE
       * max-width: 780px
       */ }
    @media screen and (max-width: 48.75em) {
      .tabs--control-top .tab__content {
        margin-bottom: 0; } }
  .tabs--control-top .tab__button {
    padding: 0 0 16px;
    padding: 0 0 1rem;
    margin: 0 16px 0 0;
    margin: 0 1rem 0 0;
    /*
       * TABLET
       * min-width: 750px
       */ }
    .tabs--control-top .tab__button:last-child {
      margin: 0; }
    @media screen and (min-width: 46.875em) {
      .tabs--control-top .tab__button {
        margin: 0 16px;
        margin: 0 1rem; } }
  .tabs--control-top .tab__text-container {
    margin: 0 auto;
    margin: 0 auto;
    max-width: 80%; }
  .tabs--control-top .tab-active {
    position: relative !important;
    top: auto !important;
    left: auto !important; }
  .tabs--control-top--control-carousel {
    max-width: 100%;
    margin: 0; }

.tabs--control-right {
  margin: 0; }
  .tabs--control-right .tabs__summary {
    margin: 0 auto;
    margin: 0 auto; }
  .tabs--control-right .tabs__header {
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-right .tabs__header {
        text-align: left;
        padding: 0; } }
  .tabs--control-right .tabs__layout {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-right .tabs__layout {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row nowrap; } }
    .tabs--control-right .tabs__layout .tabs__col {
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .tabs--control-right .tabs__layout .tabs__col {
          width: 50%; }
          .tabs--control-right .tabs__layout .tabs__col .content-container {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
  .tabs--control-right .tabs__media-wrapper {
    display: none;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-right .tabs__media-wrapper {
        position: relative;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  .tabs--control-right .tabs__content-wrapper {
    padding: 0;
    /*
       * TABLET
       * min-width: 750px
       */
    /*
       * DESKTOP
       * min-width: 1061px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-right .tabs__content-wrapper {
        padding: 0 32px;
        padding: 0 2rem; } }
    @media screen and (min-width: 66.313em) {
      .tabs--control-right .tabs__content-wrapper {
        padding: 0 128px 0 48px;
        padding: 0 8rem 0 3rem; } }
  .tabs--control-right .tabs__mobile-view {
    display: block;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-right .tabs__mobile-view {
        display: none; } }
  .tabs--control-right .tab__content {
    text-align: center;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-right .tab__content {
        text-align: left; } }
  .tabs--control-right .tab__button {
    margin: 0;
    padding: 0 8px 16px;
    padding: 0 0.5rem 1rem; }
    .tabs--control-right .tab__button[aria-selected="true"] {
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .tabs--control-right .tab__button[aria-selected="true"] {
          border: none; } }
    .tabs--control-right .tab__button:last-child {
      margin-right: 0; }
  .tabs--control-right .tab__text-container {
    padding: 16px 24px;
    padding: 1rem 1.5rem;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-right .tab__text-container {
        padding: 0; } }

.tabs--control-bottom {
  margin: 0 auto;
  margin: 0 auto;
  padding: 62px 0 57px 0;
  padding: 3.875rem 0 3.5625rem 0;
  /*
       * TABLET
       * min-width: 750px
       */ }
  @media screen and (min-width: 46.875em) {
    .tabs--control-bottom {
      max-width: 80%; } }
  .tabs--control-bottom .tabs__summary {
    margin: 0 auto;
    margin: 0 auto;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-bottom .tabs__summary {
        max-width: 80%; } }
  .tabs--control-bottom .tabs__tablist {
    margin: 0 auto 32px;
    margin: 0 auto 2rem; }
  .tabs--control-bottom .tab__content {
    text-align: center;
    margin: 0 auto;
    margin: 0 auto; }
  .tabs--control-bottom .tab__button {
    padding: 16px 0 0;
    padding: 1rem 0 0;
    margin: 0 16px 0 0;
    margin: 0 1rem 0 0;
    /*
       * TABLET
       * min-width: 750px
       */ }
    .tabs--control-bottom .tab__button:last-child {
      margin: 0;
      padding: 16px 12px;
      padding: 1rem 0.75rem; }
    .tabs--control-bottom .tab__button--indicator-border {
      border-top: 5px solid transparent;
      border-top: 0.3125rem solid transparent;
      border-bottom: none;
      border-bottom: none; }
      .tabs--control-bottom .tab__button--indicator-border[aria-selected="true"] {
        border-top: 5px solid #ed1c24;
        border-top: 0.3125rem solid #ed1c24; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .tabs--control-bottom .tab__button--indicator-border {
        display: inline-block; } }
    @media screen and (min-width: 46.875em) {
      .tabs--control-bottom .tab__button {
        margin: 0 16px;
        margin: 0 1rem; } }
  .tabs--control-bottom .tab__text-container {
    margin: 0 auto;
    margin: 0 auto;
    max-width: 80%; }

.tabs--control-left {
  margin: 0; }
  .tabs--control-left .tabs__summary {
    margin: 0 auto;
    margin: 0 auto; }
  .tabs--control-left .tabs__header {
    /*
       * TABLET
       * min-width: 750px
       */
    /*
       * ONLY TABLET
       * width: 650px - 1061
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-left .tabs__header {
        text-align: left;
        padding: 0;
        margin: 0 0 16px;
        margin: 0 0 1rem;
        width: 75%; } }
    @media screen and (min-width: 40.625em) and (max-width: 66.313em) {
      .tabs--control-left .tabs__header {
        margin-bottom: 0; } }
  .tabs--control-left .tabs__layout {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-left .tabs__layout {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row nowrap; } }
    .tabs--control-left .tabs__layout .tabs__col {
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .tabs--control-left .tabs__layout .tabs__col {
          width: 50%; }
          .tabs--control-left .tabs__layout .tabs__col .content-container {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
  .tabs--control-left .tabs__media-wrapper {
    display: none;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-left .tabs__media-wrapper {
        position: relative;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  .tabs--control-left .tabs__content-wrapper {
    padding: 0;
    /*
       * TABLET
       * min-width: 750px
       */
    /*
       * DESKTOP
       * min-width: 1061px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-left .tabs__content-wrapper {
        padding: 0 32px;
        padding: 0 2rem; } }
    @media screen and (min-width: 66.313em) {
      .tabs--control-left .tabs__content-wrapper {
        padding: 0 80px 0 128px;
        padding: 0 5rem 0 8rem; } }
  .tabs--control-left .tabs__mobile-view {
    display: block;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-left .tabs__mobile-view {
        display: none; } }
  .tabs--control-left .tab__content {
    text-align: center;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-left .tab__content {
        text-align: left; } }
  .tabs--control-left .tab__button {
    margin: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 6.4px 16px;
    padding: 0 0.4rem 1rem;
    -webkit-align-self: normal;
    -ms-flex-item-align: normal;
    align-self: normal; }
    .tabs--control-left .tab__button[aria-selected="true"] {
      /*
       * TABLET
       * min-width: 750px
       */ }
      @media screen and (min-width: 46.875em) {
        .tabs--control-left .tab__button[aria-selected="true"] {
          border: none; } }
    .tabs--control-left .tab__button:last-child {
      margin-right: 0; }
  .tabs--control-left .tab__text-container {
    padding: 24px 24px 16px 24px;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    /*
       * TABLET
       * min-width: 750px
       */ }
    @media screen and (min-width: 46.875em) {
      .tabs--control-left .tab__text-container {
        padding: 0; } }
  .tabs--control-left .tabs__tablist {
    padding-top: 10px;
    padding-top: 0.625rem;
    margin-left: -35px;
    margin-left: -2.1875rem;
    /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */ }
    @media screen and (max-width: 66.313em) {
      .tabs--control-left .tabs__tablist {
        margin-left: 0; } }

@charset "UTF-8";
/* IMAGES */
/* COMPASS SETTINGS */
/* FONT SIZES */
/* BRAND COLORS */
/** BRAND COLORS
$mitsubishi-darker-grey: #222222;
$mitsubishi-dark-grey: #444444;
$mitsubishi-medium-grey: #555555;
$mitsubishi-light-grey: #BBBBBB;
$mitsubishi-light-grey2: #bdbdbd;
$mitsubishi-pale-grey: #dddddd;
$mitsubishi-lightest-grey: #e1e1e1;
$mitsubishi-red: #ED1C24;
$mitsubishi-white: #FFFFFF;*/
/* VLP BG COLORS */
/* OTHER COLORS */
/* ANIMATION SETTINGS */
/* FORM */
/* TABS */
/* MISC */
/* See mitsu-icons font if this starts malfunctioning */
/* MEDIA QUERIES */
/* Bootstrap slider variables */
/**
  MMC font variables
  TODO: Move these variables into /global/_variables.scss once all phases 
  of the font update are complete
**/
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 *
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 *
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 *
 */
/*
* Button icon CSS animation
*/
/*
* Headlines
*/
/*
* Recommended rule: line-height = font-size + 2
*/
/*
  font-size desktop responsive resizing (mobile-first)
  @param $mobile = mobile font-size
  @param $final = desktop largest font-size (full media)
  @param $includeMedium = include medium in queries list (page's tablet media starts at medium instead of medium-tight)
 */
/* Font Color mixin
 * Recieve a className, a color and a element list to be applied the color style
 */
.mini-tiles-panel {
  max-width: none;
  background-color: #f2f2f2;
  padding-bottom: 2%; }
  .mini-tiles-panel .tiles {
    margin-right: 0;
    margin-left: 0;
    padding: 2% 0 3% 0;
    /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
    /*
       * MOBILE
       * max-width: 649px
       */
    /*
       * LESS THAN DESKTOP
       * max-width: 1061px
       */
    /*
       * MOBILE
       * max-width: 649px
       */ }
    .mini-tiles-panel .tiles .text-container {
      width: 9%;
      /*
       * DESKTOP WIDE
       * min-width: 1280px
       */ }
      .mini-tiles-panel .tiles .text-container .text-banner {
        color: #000000;
        width: 96px;
        float: right;
        padding-top: 80px;
        padding-bottom: 2%;
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: 0.32px;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      @media screen and (min-width: 80em) {
        .mini-tiles-panel .tiles .text-container {
          width: 20%; } }
    @media screen and (max-width: 66.313em) {
      .mini-tiles-panel .tiles {
        -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; }
        .mini-tiles-panel .tiles .text-container {
          width: 100%; }
          .mini-tiles-panel .tiles .text-container .text-banner {
            float: none;
            width: 68%; } }
    @media screen and (max-width: 40.563em) {
      .mini-tiles-panel .tiles .text-container .text-banner {
        width: 48%; } }
    .mini-tiles-panel .tiles .sub-tiles-container {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /*
       * DESKTOP
       * min-width: 1061px
       */
      /*
       * DESKTOP WIDE
       * min-width: 1280px
       */
      /*
       * WIDESCREEN
       * min-width: 1440px
       */ }
      @media screen and (min-width: 66.313em) {
        .mini-tiles-panel .tiles .sub-tiles-container {
          height: 146px;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
      @media screen and (min-width: 80em) {
        .mini-tiles-panel .tiles .sub-tiles-container {
          position: absolute;
          left: 23.2rem;
          top: 26px; } }
      @media screen and (min-width: 89.938em) {
        .mini-tiles-panel .tiles .sub-tiles-container {
          left: 30.2rem; } }
      .mini-tiles-panel .tiles .sub-tiles-container .text-white {
        color: #ffffff; }
      .mini-tiles-panel .tiles .sub-tiles-container .text-black {
        color: #000000; }
      .mini-tiles-panel .tiles .sub-tiles-container .mini-tile {
        border-radius: 2px;
        width: 153px;
        height: 210px;
        margin-right: 33px;
        -webkit-box-shadow: 0 0 0 1.5px #ed1c24;
        box-shadow: 0 0 0 1.5px #ed1c24; }
        .mini-tiles-panel .tiles .sub-tiles-container .mini-tile:hover {
          -webkit-box-shadow: 0 0 0 4px #ed1c24;
                  box-shadow: 0 0 0 4px #ed1c24; }
        .mini-tiles-panel .tiles .sub-tiles-container .mini-tile .tile-content {
          width: 120px; }
          .mini-tiles-panel .tiles .sub-tiles-container .mini-tile .tile-content .mini-tile__copy {
            padding-left: 8px;
            line-height: 19px;
            font-size: 12px;
            padding-top: 16px;
            letter-spacing: 0.23px; }
          .mini-tiles-panel .tiles .sub-tiles-container .mini-tile .tile-content .icon-container .icon {
            padding-top: 36px;
            padding-left: 11px;
            font-size: 41px;
            color: #ed1c24; }
        @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
          .mini-tiles-panel .tiles .sub-tiles-container .mini-tile {
            -webkit-box-shadow: 0 0 0 0.5px #ed1c24;
            box-shadow: 0 0 0 0.5px #ed1c24; } }
        @supports (-moz-appearance: none) {
          .mini-tiles-panel .tiles .sub-tiles-container .mini-tile {
            -webkit-box-shadow: 0 0 0 1.5px #ed1c24;
            box-shadow: 0 0 0 1.5px #ed1c24; } }
    @media screen and (max-width: 66.313em) {
      .mini-tiles-panel .tiles .text-banner {
        width: 66%;
        text-align: center;
        -webkit-transform: translate(21%, -8%);
                transform: translate(21%, -8%); }
      .mini-tiles-panel .tiles .sub-tiles-container .mini-tile {
        width: 100%;
        height: 68px;
        margin-bottom: 12px;
        margin-right: 14px;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center; }
        .mini-tiles-panel .tiles .sub-tiles-container .mini-tile .tile-content {
          width: 100%;
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; }
          .mini-tiles-panel .tiles .sub-tiles-container .mini-tile .tile-content .icon-container {
            display: -webkit-box;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; }
            .mini-tiles-panel .tiles .sub-tiles-container .mini-tile .tile-content .icon-container .icon {
              padding-top: 0; } }
    @media screen and (max-width: 40.563em) {
      .mini-tiles-panel .tiles .sub-tiles-container .mini-tile {
        width: 90%;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 0; }
        .mini-tiles-panel .tiles .sub-tiles-container .mini-tile .mini-tile__copy {
          font-size: 12px; }
      .mini-tiles-panel .tiles .text-banner {
        padding-bottom: 7%;
        font-size: 14px;
        width: 50%;
        -webkit-transform: translate(49%, -8%);
                transform: translate(49%, -8%); } }

.tiles-container {
  background: #ffffff; }

.mini-tiles-panel {
  background-color: #f2f2f2; }

.background-red {
  background-color: #910a08; }

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

.background-black {
  background-color: #000000; }

.background-grey {
  background-color: #d7d7d7; }

.tiles {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  font-family: "MMC-Headline", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5% 5% calc(5% - 1rem);
  /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
  .tiles::before, .tiles::after {
    display: none; }
  @media screen and (min-width: 40.625em) {
    .tiles {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .tiles .tagline {
    font-family: "MMC-Subline", sans-serif;
    font-size: 0.75rem;
    margin: 0;
    letter-spacing: 2px;
    padding-bottom: 7px; }
  .tiles .heading-2 {
    font-family: "MMC-Headline", sans-serif;
    font-size: 1.75rem;
    padding-bottom: 10px;
    text-transform: none;
    font-size: 34px;
    font-size: 2.125rem;
    margin-bottom: 0;
    /*
       * DESKTOP
       * min-width: 1061px
       */ }
    @media screen and (min-width: 66.313em) {
      .tiles .heading-2 {
        padding-bottom: 20px;
        font-size: 42px;
        font-size: 2.625rem; } }
    .tiles .heading-2.text-white {
      color: #ffffff; }
    .tiles .heading-2.text-black {
      color: #000000; }
  .tiles .tile {
    position: relative;
    margin-bottom: 1rem;
    /*
       * ONLY TABLET
       * width: 650px - 1061
       */ }
    .tiles .tile.half {
      width: 100%;
      /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
      @media screen and (min-width: 40.625em) {
        .tiles .tile.half {
          width: calc(50% - 0.5rem); } }
    .tiles .tile.full {
      width: 100%; }
      .tiles .tile.full .tile__copy-block {
        /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
        @media screen and (min-width: 40.625em) {
          .tiles .tile.full .tile__copy-block {
            max-width: 40%; } }
    .tiles .tile.text-white {
      color: #ffffff; }
    .tiles .tile.text-black {
      color: #000000; }
    .tiles .tile__html-block {
      top: 0;
      left: 0;
      margin: 1.5rem 1.5rem 0;
      position: absolute;
      /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      @media screen and (min-width: 40.625em) {
        .tiles .tile__html-block {
          margin: 1.25rem 1.25rem 0; } }
      @media screen and (min-width: 66.313em) {
        .tiles .tile__html-block {
          margin: 3rem 3rem 0; } }
    .tiles .tile__image picture,
    .tiles .tile__image img {
      width: 100%; }
    .tiles .tile__copy-block {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0 24px 24px;
      margin: 0 1.5rem 1.5rem;
      /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      @media screen and (min-width: 40.625em) {
        .tiles .tile__copy-block {
          margin: 0 20px 20px;
          margin: 0 1.25rem 1.25rem; } }
      @media screen and (min-width: 66.313em) {
        .tiles .tile__copy-block {
          margin: 0 48px 48px;
          margin: 0 3rem 3rem; } }
    .tiles .tile__copy {
      font-family: "MMC-Subline", sans-serif;
      padding-bottom: 10px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 22px;
      line-height: 1.375rem;
      /*
       * DESKTOP
       * min-width: 1061px
       */ }
      @media screen and (min-width: 66.313em) {
        .tiles .tile__copy {
          font-size: 16px;
          font-size: 1rem;
          line-height: 26px;
          line-height: 1.625rem;
          padding-bottom: 8px; } }
    .tiles .tile .mm-button {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-family: "MMC-Headline", sans-serif;
      margin-bottom: 0;
      /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */ }
      @media screen and (min-width: 40.625em) {
        .tiles .tile .mm-button {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; } }
    .tiles .tile table {
      border-collapse: collapse; }
      .tiles .tile table tr {
        display: table-row-group;
        font-family: "MMC-Headline", sans-serif;
        color: #ffffff; }
        .tiles .tile table tr:nth-child(1) {
          font-size: 40px;
          font-size: 2.5rem;
          /*
       * IPHONE 6 LANDSCAPE
       * min-width: 650px
       */
          /*
       * DESKTOP
       * min-width: 1061px
       */ }
          @media screen and (min-width: 40.625em) {
            .tiles .tile table tr:nth-child(1) {
              font-size: 30px;
              font-size: 1.875rem; } }
          @media screen and (min-width: 66.313em) {
            .tiles .tile table tr:nth-child(1) {
              font-size: 40px;
              font-size: 2.5rem; } }
        .tiles .tile table tr:nth-child(2) {
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: 600; }
      .tiles .tile table th {
        text-align: left;
        display: table-row; }
      .tiles .tile table td {
        display: table-cell;
        padding: 8px 15px;
        border-right: 1px solid;
        border-right-color: #ffffff;
        text-align: center;
        letter-spacing: 1px; }
        .tiles .tile table td:first-child {
          padding-left: 0; }
        .tiles .tile table td:last-child {
          border-right: 0px; }
      .tiles .tile table .headline {
        font-size: 16px;
        font-size: 1rem;
        color: #ffffff;
        padding-bottom: 5px;
        padding-bottom: 0.3125rem;
        font-family: "MMC-Headline", sans-serif;
        text-transform: none; }
    @media screen and (min-width: 40.625em) and (max-width: 66.313em) {
      .tiles .tile {
        min-height: 210px;
        min-height: 13.125rem; }
        .tiles .tile__image {
          height: 100%; }
          .tiles .tile__image img {
            height: 100%; }
        .tiles .tile__copy-block {
          margin-bottom: 10px;
          margin-bottom: 0.625rem; } }

@media only screen and (min-width: 650px) and (max-width: 750px) and (min-height: 250px) and (max-height: 850px) {
  .tile.full picture {
    width: 145%;
    left: -200px;
    position: relative; } }

@media only screen and (min-width: 750px) and (max-width: 850px) and (min-height: 750px) and (max-height: 1124px) {
  .tile.full picture {
    width: 120%;
    left: -20px;
    position: relative; } }

