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

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

html.modal--open body {
  overflow: hidden;
  position: relative;
}

html.modal--open.modal--mobile-form body {
  position: absolute; }

.mdp-foundation-header {
  display: none;
  position: relative;
  z-index: 10;
  background-color: #101010; }
  .mdp-foundation-header .header-content {
    transition: none;
    -webkit-transform: none;
            transform: none; }
  .mdp-foundation-header .header-search {
    display: none; }
  @media screen and (max-width: 767px) {
    .mdp-foundation-header {
      height:  50px;
      height:  5rem;
      position: absolute;
      width: 100%;
      z-index: 2;
      top: 0; }
      .mdp-foundation-header .header-row::after, .mdp-foundation-header .header-row::before {
        content: '';
        display: table; }
      .mdp-foundation-header .header-row::after {
        clear: both; }
      .mdp-foundation-header .header-content, .mdp-foundation-header .header-search {
        width: 100%;
        position: absolute;
        z-index: 20;
        top:  50px;
        top:  5rem;
        background-color: #101010;
        margin-right: auto;
        margin-left: auto;
        padding-left:  24px;
        padding-left:  2.4rem;
        padding-right:  24px;
        padding-right:  2.4rem; }
        .mdp-foundation-header .header-content::after, .mdp-foundation-header .header-content::before, .mdp-foundation-header .header-search::after, .mdp-foundation-header .header-search::before {
          content: '';
          display: table; }
        .mdp-foundation-header .header-content::after, .mdp-foundation-header .header-search::after {
          clear: both; }
      .mdp-foundation-header .header-content {
        left: 100%;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease; }
        .mdp-foundation-header .header-content [mdp-search-header] {
          display: none; }
      .mdp-foundation-header.section-active-header .header-content {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0); }
      .mdp-foundation-header .header-search {
        display: block;
        left: 0;
        opacity: 0;
        padding-top: 0;
        padding-bottom: 0;
        transition: opacity .2s, height .2s, padding .1s;
        visibility: hidden; }
      .mdp-foundation-header.section-active-search .header-search {
        height: auto;
        padding-top:  24px;
        padding-top:  2.4rem;
        padding-bottom:  24px;
        padding-bottom:  2.4rem;
        opacity: 1;
        visibility: visible; }
      .mdp-foundation-header.section-active-search .mobile-search-button::before {
        color: #ffffff; } }
  .mdp-foundation-header .header-box:empty {
    padding: 0; }
  @media screen and (min-width: 768px) {
    .mdp-foundation-header .header-box > div, .mdp-foundation-header .header-box section, .mdp-foundation-header .header-box img {
      float: left; }
    .mdp-foundation-header .header-box:last-child > div, .mdp-foundation-header .header-box:last-child section, .mdp-foundation-header .header-box:last-child img {
      float: right; } }
  .mdp-foundation-header .mobile-nav-button, .mdp-foundation-header .mobile-search-button {
    position: absolute;
    top:  12px;
    top:  1.2rem;
    padding-top:  10px;
    padding-top:  1rem;
    padding-bottom:  10px;
    padding-bottom:  1rem;
    border: 0;
    background: none;
    outline: none; }
    @media screen and (min-width: 768px) {
      .mdp-foundation-header .mobile-nav-button, .mdp-foundation-header .mobile-search-button {
        display: none; } }
  .mdp-foundation-header .mobile-nav-button {
    top:  15px;
    top:  1.5rem;
    right:  24px;
    right:  2.4rem;
    color: #910a2d;
    width:  23px;
    width:  2.3rem;
    height:  23px;
    height:  2.3rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: .5s ease-in-out; }
    .mdp-foundation-header .mobile-nav-button::before {
      font-size:  20px;
      font-size:  2rem; }
    .mdp-foundation-header .mobile-nav-button span {
      display: block;
      position: absolute;
      height:  2px;
      height:  0.2rem;
      width: 100%;
      background: #910a2d;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      transition: .25s ease-in-out; }
    .mdp-foundation-header .mobile-nav-button span:nth-child(1) {
      top: 0;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
    .mdp-foundation-header .mobile-nav-button span:nth-child(2) {
      top:  9px;
      top:  0.9rem;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
    .mdp-foundation-header .mobile-nav-button span:nth-child(3) {
      top:  18px;
      top:  1.8rem;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  .mdp-foundation-header.section-active-header .mobile-nav-button span {
    background: #ffffff; }
  .mdp-foundation-header.section-active-header .mobile-nav-button span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left:  2px;
    left:  0.2rem; }
  .mdp-foundation-header.section-active-header .mobile-nav-button span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .mdp-foundation-header.section-active-header .mobile-nav-button span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top:  17px;
    top:  1.7rem;
    left:  2px;
    left:  0.2rem; }
  .mdp-foundation-header .mobile-search-button {
    top:  12px;
    top:  1.2rem;
    right:  72px;
    right:  7.2rem;
    margin-right:  24px;
    margin-right:  2.4rem;
    padding-left:  24px;
    padding-left:  2.4rem; }
    .mdp-foundation-header .mobile-search-button:before {
      content: '\f133';
      font-family: 'standard-icon-font';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .mdp-foundation-header .mobile-search-button::before {
      font-size:  18px;
      font-size:  1.8rem;
      padding-right:  24px;
      padding-right:  2.4rem;
      color: #910a2d;
      border-right: 1px solid #999999; }

.grid-col-medium-12 > .mdp-foundation-copy {
  margin-bottom: 20px; }

@media screen and (min-width: 960px) {
  .grid-col-medium-8 > .mdp-foundation-copy {
    margin-top: 80px; }
    .grid-col-medium-8 > .mdp-foundation-copy--faq-header {
      margin-top: 0; } }

@media screen and (min-width: 960px) {
  .grid-col-medium-8 > ul .mdp-foundation-copy {
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .grid-col-medium-8 .mdp-foundation-copy .component-table-2 tr td {
    display: table-cell;
    border: 1px solid #999999; } }

@media screen and (min-width: 768px) {
  .grid-col-medium-6.last-child {
    padding-bottom: 53px; } }

@media screen and (min-width: 960px) {
  .grid-col-medium-6.last-child {
    padding-bottom: 68px; } }

@media screen and (min-width: 768px) {
  .grid-col-medium-6.last-child .mdp-foundation-copy .cta-1 {
    margin-bottom: 30px; } }

@media screen and (min-width: 960px) {
  .grid-col-medium-6 > .mdp-foundation-copy > .section-heading {
    margin-bottom: 2.8rem; } }

@media screen and (min-width: 960px) {
  .grid-col-medium-6 > .mdp-foundation-copy > .sub-section-heading {
    margin-bottom: 2.8rem; } }

@media screen and (max-width: 767px) {
  .main-content .layout > .container .mdp-sitemap-page__list-item--apply-for-financing {
    display: none; } }

.main-content .layout > .container:first-child > .grid-row > [class*=grid-col] > .mdp-foundation-copy:first-child {
  margin-top: 46px; }
  @media screen and (min-width: 768px) {
    .main-content .layout > .container:first-child > .grid-row > [class*=grid-col] > .mdp-foundation-copy:first-child {
      margin-bottom: 75px; } }
  @media screen and (max-width: 767px) {
    .main-content .layout > .container:first-child > .grid-row > [class*=grid-col] > .mdp-foundation-copy:first-child {
      margin-top: 20px; } }
  .main-content .layout > .container:first-child > .grid-row > [class*=grid-col] > .mdp-foundation-copy:first-child h4 {
    margin-bottom: 2.5rem; }

@media screen and (min-width: 768px) {
  .main-content .layout > .container:first-child > .grid-row > [class*=grid-col] > .mdp-foundation-copy--faq-intro:first-child, .main-content .layout > .container:first-child > .grid-row > [class*=grid-col] > .mdp-foundation-copy--faq-header:first-child {
    margin-bottom: 0; } }

.main-content .layout > .container.top-bottom-margin > .grid-row > [class*=grid-col] > .mdp-foundation-copy:first-child {
  margin-top: 46px; }
  @media screen and (max-width: 767px) {
    .main-content .layout > .container.top-bottom-margin > .grid-row > [class*=grid-col] > .mdp-foundation-copy:first-child {
      margin-top: 20px; } }

.main-content .layout > .container.top-bottom-margin > .grid-row > [class*=grid-col] > .mdp-foundation-copy:last-child {
  margin-bottom: 46px; }
  @media screen and (max-width: 767px) {
    .main-content .layout > .container.top-bottom-margin > .grid-row > [class*=grid-col] > .mdp-foundation-copy:last-child {
      margin-bottom: 20px; } }

.mdp-foundation-copy a {
  color: #999999; }
  .mdp-foundation-copy a:hover {
    color: #101010; }

.mdp-foundation-copy .link-internal::after {
  margin-left:  12px;
  margin-left:  1.2rem; }

.mdp-foundation-copy .link-external {
  position: relative;
  padding-right:  48px;
  padding-right:  4.8rem; }
  .mdp-foundation-copy .link-external:before {
    content: '\f134';
    font-family: 'standard-icon-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .mdp-foundation-copy .link-external::before {
    position: absolute;
    right: 0;
    color: #116eab; }

.mdp-foundation-copy .link-internal, .mdp-foundation-copy .link-external, .mdp-foundation-copy .link-internal a, .mdp-foundation-copy .link-external a {
  border-bottom: 0; }

.mdp-foundation-copy ul {
  display: table;
  margin-left: 20px; }
  .mdp-foundation-copy ul li {
    line-height: 2;
    margin: 8px 0 8px 10px;
    position: relative;
    text-align: left; }
    .mdp-foundation-copy ul li::before {
      background-color: #999999;
      border-radius: 50%;
      content: '';
      font-size: 4px;
      left: -22px;
      padding: 3px;
      position: absolute;
      top: 13px; }

.mdp-foundation-copy ol {
  display: table;
  margin-left: 20px; }
  .mdp-foundation-copy ol li {
    counter-increment: step-counter;
    line-height: 2;
    margin: 8px 0;
    position: relative;
    text-align: left; }
    .mdp-foundation-copy ol li::before {
      font-size:  16px;
      font-size:  1.6rem;
      color: #999999;
      content: counter(step-counter) ".";
      left: -15px;
      position: relative; }

.mdp-foundation-copy img {
  max-width: 100%;
  height: auto; }

.mdp-foundation-copy .disclaimer {
  font-size:  12px;
  font-size:  1.2rem;
  line-height:  20px;
  line-height:  2rem;
  margin-bottom:  24px;
  margin-bottom:  2.4rem; }

.mdp-foundation-copy .align-left {
  float: left;
  margin:  0px 24px 24px 0px;
  margin:  0rem 2.4rem 2.4rem 0rem; }

.mdp-foundation-copy .align-right {
  float: right;
  margin:  0px 0px 24px 24px;
  margin:  0rem 0rem 2.4rem 2.4rem; }

.sitemap .grid-col-medium-4 section {
  margin-right: 10px; }

.sitemap .mdp-foundation-copy a {
  color: #000000; }

@-webkit-keyframes disclaimer-slideIn {
  0% {
    bottom: 0;
    opacity: 0; }
  100% {
    bottom: 5%;
    opacity: 1; } }

@keyframes disclaimer-slideIn {
  0% {
    bottom: 0;
    opacity: 0; }
  100% {
    bottom: 5%;
    opacity: 1; } }

@-webkit-keyframes disclaimer-slideOut {
  0% {
    bottom: 5%;
    opacity: 1; }
  100% {
    bottom: 0;
    opacity: 0; } }

@keyframes disclaimer-slideOut {
  0% {
    bottom: 5%;
    opacity: 1; }
  100% {
    bottom: 0;
    opacity: 0; } }

@-webkit-keyframes disc-mobile-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes disc-mobile-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.mdp-foundation-disclaimer {
  color: #999999;
  cursor: pointer;
  /*font-family: "InterstateLight", helvetica, arial, sans-serif;*/
  font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
  font-size: 10px !important;
  letter-spacing: 0;
  padding: 2px;
  transition: color 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .mdp-foundation-disclaimer {
      pointer-events: none; } }
  @media screen and (max-width: 992px) {
    .mdp-foundation-disclaimer {
      pointer-events: none; } }
  .mdp-foundation-disclaimer:hover {
    color: #101010; }
  .mdp-foundation-disclaimer.active {
    color: #101010; }
  .mdp-foundation-disclaimer__links [data-disc-link] {
    font-size:  10px;
    /*font-size:  1.1rem;*/
    /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
    font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #999999;
    border-bottom: 1px solid #4c4c4c;   
    /*border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;*/
    display: none;
    line-height: 2.5;
    padding: 2px 24px;
    text-transform: uppercase; }
    .mdp-foundation-disclaimer__links [data-disc-link] .link-text {
      cursor: pointer; }
      .mdp-foundation-disclaimer__links [data-disc-link] .link-text:after {
        content: '\f147';
        font-family: 'standard-icon-font';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .mdp-foundation-disclaimer__links [data-disc-link] .link-text::after {
        position: relative;
        left: 10px;
        top: 2px; }
      .mdp-foundation-disclaimer__links [data-disc-link] .link-text:hover {
        color: #ffffff; }
        .mdp-foundation-disclaimer__links [data-disc-link] .link-text:hover::after {
          color: #910a2d; }
  .mdp-foundation-disclaimer__links [data-disc-link='mobile'] {
    display: block;
    text-align: center; }
  
  .mdp-foundation-disclaimer__links [data-disc-link='mobile'] {
    display: block;
    text-align: center; 
    background-color: #101010; }
/*
    @media screen and (min-width: 993px) {
      .mdp-foundation-disclaimer__links [data-disc-link='mobile'] {
        display: none; } }
  @media screen and (min-width: 960px) {
    .mdp-foundation-disclaimer__links [data-disc-link='page'] {
      display: block; } }
*/
  .mdp-foundation-disclaimer__modal .component-modal__copy, .mdp-foundation-disclaimer__modal .component-modal__title {
    text-align: left; }
  .mdp-foundation-disclaimer__modal .component-modal__title {
    font-size:  18px;
    font-size:  1.8rem; }
  .mdp-foundation-disclaimer__modal .component-modal__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%; }
  .mdp-foundation-disclaimer__modal .disclaimer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .mdp-foundation-disclaimer__modal .disclaimer-block__num {
      font-size:  24px;
      font-size:  2.4rem;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
          -ms-flex: 0 0 10%;
              flex: 0 0 10%;
      padding: 0 24px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .mdp-foundation-disclaimer__modal .disclaimer-block__num {
          font-size:  40px;
          font-size:  4rem; } }
    .mdp-foundation-disclaimer__modal .disclaimer-block__copy {
      border-left: 1px solid #c4c4c4;
      margin: 30px 0;
      padding: 0 20px; }
      .mdp-foundation-disclaimer__modal .disclaimer-block__copy p {
        margin: 0; }
  .mdp-foundation-disclaimer__modal[data-disc-overlay='mobile'] .disclaimer-block {
    margin: 0 0 30px; }
    .mdp-foundation-disclaimer__modal[data-disc-overlay='mobile'] .disclaimer-block__num {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      border-right: 1px solid #c4c4c4;
      line-height: .8;
      margin-top: .2em;
      padding: 0; }
    .mdp-foundation-disclaimer__modal[data-disc-overlay='mobile'] .disclaimer-block__copy {
      border-left: 0;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .mdp-foundation-disclaimer__modal[data-disc-overlay='mobile'] .disclaimer-block__copy {
          padding: 0 20px 0 30px; } }
      .mdp-foundation-disclaimer__modal[data-disc-overlay='mobile'] .disclaimer-block__copy a {
        word-break: break-all; }

.mdp-assemble--colors__color-picker.exterior .mdp-foundation-disclaimer__block {
  color: #999999;
  display: block;
  margin-top: 20px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .mdp-assemble--colors__color-picker.exterior .mdp-foundation-disclaimer__block {
      margin-top: 22px; } }

.mdp-assemble--colors__color-picker.interior .mdp-foundation-disclaimer__block {
  color: #f5f5f5;
  display: block;
  margin-top: 12px;
  text-align: center; }
  .is-handheld .mdp-assemble--colors__color-picker.interior .mdp-foundation-disclaimer__block {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .is-handheld .mdp-assemble--colors__color-picker.interior .mdp-foundation-disclaimer__block {
        margin-top: 30px; } }

.mdp-foundation-disclaimer__block {
  font-size:  11px;
  font-size:  1.1rem;
  cursor: pointer; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .mdp-foundation-disclaimer__block {
      cursor: inherit; } }
  @media screen and (max-width: 767px) {
    .mdp-foundation-disclaimer__block {
      cursor: inherit; } }
  .mdp-foundation-disclaimer__block > sup:hover {
    color: #910a2d; }

.mde-hero .mdp-foundation-disclaimer__block {
  bottom: 6px;
  color: #e7e7e7;
  cursor: auto;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5; }

.mdp-flexiblecontent-lg-bg .mdp-foundation-disclaimer__block {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0; }

.mdp-flexiblecontent-md-bg .mdp-foundation-disclaimer__block {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .mdp-flexiblecontent-sm-bg .mdp-foundation-disclaimer__block {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 0;
    margin-bottom: 24px; } }

.mdp-assemble__modal.component-modal .component-modal__button--close::before {
  opacity: .6; }

.mdp-assemble__modal.component-modal .component-modal__button--close:hover::before {
  opacity: 1; }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-assemble__modal.component-modal .component-modal__button--close {
    color: #ffffff; } }

.mdp-assemble__modal.component-modal .component-modal__content {
  text-align: left; }
  @media screen and (min-width: 768px) {
    .mdp-assemble__modal.component-modal .component-modal__content {
      padding: 0;
      width: 100%; } }

@media screen and (max-width: 767px) {
  .mdp-assemble__modal.component-modal .component-modal__image {
    height: 220px; } }

@media screen and (max-width: 959px) {
  .mdp-assemble__modal.component-modal .component-modal__image img {
    display: block;
    height: auto;
    width: 100%; } }

.mdp-assemble__modal__cta--option, .mdp-assemble__modal__cta--package {
  display: none; }

@media screen and (max-width: 959px) {
  .mdp-assemble__modal--option .mdp-assemble__modal__cta--option {
    display: block; }
  .mdp-assemble__modal--option .mdp-assemble__modal__cta--package {
    display: none; }
  .mdp-assemble__modal--package .mdp-assemble__modal__cta--option {
    display: none; }
  .mdp-assemble__modal--package .mdp-assemble__modal__cta--package {
    display: block; } }

@media screen and (min-width: 960px) {
  .mdp-assemble__modal .price {
    display: none; } }

.mdp-assemble__modal .component-modal__button--close,
.mdp-assemble__modal .component-modal__image,
.mdp-assemble__modal .cta,
.mdp-assemble__modal h4,
.mdp-assemble__modal p {
  opacity: 0;
  transition: all 1s 0.1s;
  -webkit-transform: translateY(30px) translateZ(0);
          transform: translateY(30px) translateZ(0); }
  .mdp-assemble__modal .component-modal__button--close.fadeIn,
  .mdp-assemble__modal .component-modal__image.fadeIn,
  .mdp-assemble__modal .cta.fadeIn,
  .mdp-assemble__modal h4.fadeIn,
  .mdp-assemble__modal p.fadeIn {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); }
  .mdp-assemble__modal .component-modal__button--close.fadeOut,
  .mdp-assemble__modal .component-modal__image.fadeOut,
  .mdp-assemble__modal .cta.fadeOut,
  .mdp-assemble__modal h4.fadeOut,
  .mdp-assemble__modal p.fadeOut {
    opacity: 0;
    -webkit-transform: translateY(-30px) translateZ(0);
            transform: translateY(-30px) translateZ(0); }

.mdp-assemble__modal h4 {
  font-size:  15px;
  font-size:  1.5rem;
  line-height:  22px;
  line-height:  2.2rem;
  margin-bottom: 22px;
  padding-right: 100px;
  position: relative;
  text-align: left; }
  @media screen and (min-width: 960px) {
    .mdp-assemble__modal h4 {
      border-bottom: 1px solid #d5d5d5;
      padding-bottom: 25px;
      padding-right: 0; } }

.mdp-assemble__modal .price {
  /*font-family: "InterstateLight", helvetica, arial, sans-serif;*/
  font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0; }

.component-modal {
  bottom: 0;
  height: 100%;
  left: 0;
  max-height: 100vh;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.25s, visibility 0s 0.25s;
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0s 0.25s, visibility 0s 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 1001; }
  .component-modal--animating .component-modal__container,
  .component-modal--animating .component-modal__content {
    overflow-y: hidden; }
  .component-modal--open {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0s;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0s 0s;
    visibility: visible; }
    .component-modal--open.touch,
    .component-modal--open .touch {
      -webkit-overflow-scrolling: touch; }
  .component-modal__cover {
    background-color: #000000;
    display: block;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%; }
  .component-modal__container {
    background-color: #f5f5f5;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    padding:20px;
    position: fixed;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    -webkit-overflow-scrolling: touch; }
    @media screen and (min-width: 768px) {
      .component-modal__container {
        height: auto;
        left: 50%;
        max-height: 80%;
        padding: 60px 100px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 570px; } }
  .component-modal__copy {
    margin-top: 30px; }
    .component-modal__copy ul {
      display: table;
      margin-left: 20px; }
      .component-modal__copy ul li {
        line-height: 2;
        margin: 8px 0 8px 10px;
        position: relative;
        text-align: left; }
        .component-modal__copy ul li::before {
          background-color: #999999;
          border-radius: 50%;
          content: '';
          font-size: 4px;
          left: -22px;
          padding: 3px;
          position: absolute;
          top: 13px; }
    .component-modal__copy ol {
      display: table;
      margin-left: 20px; }
      .component-modal__copy ol li {
        counter-increment: step-counter;
        line-height: 2;
        margin: 8px 0;
        position: relative;
        text-align: left; }
        .component-modal__copy ol li::before {
          font-size:  16px;
          font-size:  1.6rem;
          color: #999999;
          content: counter(step-counter) ".";
          left: -15px;
          position: relative; }
    .component-modal__copy__heading {
      font-size:  15px;
      font-size:  1.5rem; }
    .component-modal__copy a {
      outline: none; }
    .component-modal__copy sup {
      font-size: .5em;
      line-height: 0;
      position: relative;
      top: -.7em; }
    .component-modal__copy img {
      height: auto;
      max-width: 100%; }
  .component-modal__header {
    padding: 30px 0; }
    .component-modal__header h1 {
      font-size:  15px;
      font-size:  1.5rem;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      letter-spacing: .2em;
      text-transform: uppercase;
      line-height: 23px; }
      .component-modal__header h1 > h1,
      .component-modal__header h1 > h2,
      .component-modal__header h1 > h3,
      .component-modal__header h1 > h4,
      .component-modal__header h1 > h5,
      .component-modal__header h1 > h6,
      .component-modal__header h1 > p {
        font-size:  15px;
        font-size:  1.5rem;
        line-height: 23px; }
    .component-modal__header h4 {
      font-size:  15px;
      font-size:  1.5rem; }
  .component-modal--50-50 .component-modal__container, .component-modal--60-40 .component-modal__container, .component-modal--full .component-modal__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .component-modal--50-50 .component-modal__container, .component-modal--60-40 .component-modal__container, .component-modal--full .component-modal__container {
        left: 0;
        min-height: 100vh;
        padding: 0; } }
  .component-modal--50-50 .component-modal__content, .component-modal--60-40 .component-modal__content, .component-modal--full .component-modal__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin: 0 auto;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .component-modal--50-50 .component-modal__content, .component-modal--60-40 .component-modal__content, .component-modal--full .component-modal__content {
        padding: 90px 0; 
	  } }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .component-modal--50-50 .component-modal__content, .component-modal--60-40 .component-modal__content, .component-modal--full .component-modal__content {
        padding: 125px 0;
        width: 80vw; } }
    @media screen and (min-width: 768px) {
      .component-modal--50-50 .component-modal__content, .component-modal--60-40 .component-modal__content, .component-modal--full .component-modal__content {
        height: 100vh; } }
  .component-modal--50-50 .component-modal__button--close, .component-modal--60-40 .component-modal__button--close, .component-modal--full .component-modal__button--close {
    font-size:  40px;
    font-size:  4rem;
    color: #000000;
    padding: 25px 25px 10px 10px;
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .component-modal--50-50 .component-modal__button--close:before, .component-modal--60-40 .component-modal__button--close:before, .component-modal--full .component-modal__button--close:before {
      content: '\f118';
      font-family: 'standard-icon-font';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media screen and (min-width: 768px) {
      .component-modal--50-50 .component-modal__button--close, .component-modal--60-40 .component-modal__button--close, .component-modal--full .component-modal__button--close {
        font-size:  50px;
        font-size:  5rem;
        padding: 35px 35px 15px 15px; } }
    @media screen and (min-width: 960px) {
      .component-modal--50-50 .component-modal__button--close, .component-modal--60-40 .component-modal__button--close, .component-modal--full .component-modal__button--close {
        font-size:  60px;
        font-size:  6rem;
        padding: 45px 45px 20px 20px; } }
    .component-modal--open .component-modal--50-50 .component-modal__button--close, .component-modal--open .component-modal--60-40 .component-modal__button--close, .component-modal--open .component-modal--full .component-modal__button--close {
      opacity: .5; }
    .component-modal--open .component-modal--50-50 .component-modal__button--close:hover, .component-modal--open .component-modal--60-40 .component-modal__button--close:hover, .component-modal--open .component-modal--full .component-modal__button--close:hover {
      opacity: 1; }
  .component-modal--full .component-modal__image {
    overflow: hidden;
    padding: 12px 0; }
    .component-modal--full .component-modal__image img {
      max-width: 100%; }
    .component-modal--full .component-modal__image img {
      width: 100%; }
  .component-modal--full .component-modal__content {
    margin: 0 auto;
    max-width: 1218px;
    padding: 70px 25px 30px;
    text-align: center;
    width: auto; }
    @media screen and (min-width: 768px) {
      .component-modal--full .component-modal__content {
        padding: 50px 30px;
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .component-modal--full .component-modal__content {
        padding: 50px 12px;
        width: 1000px; } }
  .component-modal--50-50 .component-modal__content, .component-modal--60-40 .component-modal__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media screen and (min-width: 960px) {
      .component-modal--50-50 .component-modal__content, .component-modal--60-40 .component-modal__content {
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
  .component-modal--50-50 .component-modal__copy, .component-modal--60-40 .component-modal__copy {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .component-modal--50-50 .component-modal__copy, .component-modal--60-40 .component-modal__copy {
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; } }
    @media screen and (min-width: 768px) {
      .component-modal--50-50 .component-modal__copy, .component-modal--60-40 .component-modal__copy {
        margin-top: 30px; } }
    @media screen and (min-width: 960px) {
      .component-modal--50-50 .component-modal__copy, .component-modal--60-40 .component-modal__copy {
        margin-top: 0;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }
    .component-modal--50-50 .component-modal__copy__content, .component-modal--60-40 .component-modal__copy__content {
      margin: 0 auto;
      width: 80%; }
      @media screen and (min-width: 960px) {
        .component-modal--50-50 .component-modal__copy__content, .component-modal--60-40 .component-modal__copy__content {
          max-width: 570px; } }
    .component-modal--50-50 .component-modal__copy .cta-container, .component-modal--60-40 .component-modal__copy .cta-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      @media screen and (max-width: 767px) {
        .component-modal--50-50 .component-modal__copy .cta-container, .component-modal--60-40 .component-modal__copy .cta-container {
          max-width: 539px;
          margin: 0 auto 20px; } }
      .component-modal--50-50 .component-modal__copy .cta-container .cta, .component-modal--60-40 .component-modal__copy .cta-container .cta {
        margin: 10px 0; }
        .component-modal--50-50 .component-modal__copy .cta-container .cta:nth-child(1), .component-modal--60-40 .component-modal__copy .cta-container .cta:nth-child(1) {
          margin-right: 30px; }
          @media screen and (min-width: 768px) and (max-width: 959px) {
            .component-modal--50-50 .component-modal__copy .cta-container .cta:nth-child(1), .component-modal--60-40 .component-modal__copy .cta-container .cta:nth-child(1) {
              margin-right: 30px; } }
          @media screen and (max-width: 767px) {
            .component-modal--50-50 .component-modal__copy .cta-container .cta:nth-child(1), .component-modal--60-40 .component-modal__copy .cta-container .cta:nth-child(1) {
              margin-right: 0; } }
        .component-modal--50-50 .component-modal__copy .cta-container .cta:last-child, .component-modal--60-40 .component-modal__copy .cta-container .cta:last-child {
          margin-right: 0; }
  .component-modal--50-50 .component-modal__image, .component-modal--60-40 .component-modal__image {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 380px;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 960px) {
      .component-modal--50-50 .component-modal__image, .component-modal--60-40 .component-modal__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        height: 100vh;
        padding: 0;
        width: 50%; } }
    .component-modal--50-50 .component-modal__image img, .component-modal--60-40 .component-modal__image img {
      width: 100%; }
      @media screen and (min-width: 960px) {
        .component-modal--50-50 .component-modal__image img, .component-modal--60-40 .component-modal__image img {
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
          /*min-height: 100vh;*/
          min-width: 100%;
          width: 100%; } }
  .component-modal--60-40 .component-modal__container {
    text-align: left; }
  .component-modal--60-40 .component-modal__content {
    height: auto;
    margin: 0 auto;
    max-width: 1218px;
    padding: 70px 12px 30px; }
    @media screen and (min-width: 768px) {
      .component-modal--60-40 .component-modal__content {
        padding: 170px 12px 100px; } }
  .component-modal--60-40 .component-modal__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    height: auto;
    padding: 24px; }
    .component-modal--60-40 .component-modal__image img {
      height: auto;
      min-height: 0;
      width: 100%; }
  .component-modal--60-40 .component-modal__copy {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    padding: 0 12px; }
    .component-modal--60-40 .component-modal__copy__content {
      max-width: none;
      width: 100%; }
  .component-modal--disclaimer {
    display: none;
    height: auto;
    right: auto;
    top: auto;
    transition: opacity 1s, bottom 1s; }
    @media screen and (min-width: 960px) {
      .component-modal--disclaimer {
        display: block; } }
    .component-modal--disclaimer.component-modal--open {
      bottom: 5%; }
    .component-modal--disclaimer .component-modal__container {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      left: auto;
      margin: 0 auto;
      max-width: 1218px;
      padding: 0;
      position: relative;
      width: 100%;
      text-align: left;
      -webkit-transform: none;
              transform: none; }
    .component-modal--disclaimer .component-modal__copy {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0; }
    .component-modal--disclaimer .component-modal__button--close {
      font-size:  40px;
      font-size:  4rem;
      color: #000000;
      padding: 25px 25px 10px 10px;
      transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
          -ms-flex: 0 0 10%;
              flex: 0 0 10%;
      position: static;
      text-align: center; }
      .component-modal--disclaimer .component-modal__button--close:before {
        content: '\f118';
        font-family: 'standard-icon-font';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      @media screen and (min-width: 768px) {
        .component-modal--disclaimer .component-modal__button--close {
          font-size:  50px;
          font-size:  5rem;
          padding: 35px 35px 15px 15px; } }
      @media screen and (min-width: 960px) {
        .component-modal--disclaimer .component-modal__button--close {
          font-size:  60px;
          font-size:  6rem;
          padding: 45px 45px 20px 20px; } }
      .component-modal--open .component-modal--disclaimer .component-modal__button--close {
        opacity: .5; }
      .component-modal--open .component-modal--disclaimer .component-modal__button--close:hover {
        opacity: 1; }
      @media screen and (min-width: 960px) {
        .component-modal--disclaimer .component-modal__button--close {
          padding: 24px 24px 24px 0; } }
      .component-modal--disclaimer .component-modal__button--close::before {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
  .component-modal--social .component-modal__button--close {
    font-size:  30px;
    font-size:  3rem;
    line-height:  30px;
    line-height:  3rem;
    color: #000000;
    padding: 25px 25px 10px 10px;
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .component-modal--social .component-modal__button--close:before {
      content: '\f118';
      font-family: 'standard-icon-font';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media screen and (min-width: 768px) {
      .component-modal--social .component-modal__button--close {
        padding: 35px 35px 15px 15px; } }
    @media screen and (min-width: 960px) {
      .component-modal--social .component-modal__button--close {
        padding: 45px 45px 20px 20px; } }
    .component-modal--open .component-modal--social .component-modal__button--close {
      opacity: .5; }
    .component-modal--open .component-modal--social .component-modal__button--close:hover {
      opacity: 1; }
  .component-modal--social .component-modal__container {
    padding: 0; }
    @media screen and (min-width: 768px) {
      .component-modal--social .component-modal__container {
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .component-modal--social .component-modal__container {
        min-width: 800px;
        max-width: 970px;
        width: 70%; } }
  .component-modal--social .component-modal__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .component-modal--social .component-modal__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 100vh; } }
  @media screen and (max-width: 767px) {
    .component-modal--social .component-modal__image {
      margin: 70px auto 0;
      width: 90%; }
      .component-modal--social .component-modal__image img {
        height: auto;
        width: 100%; } }
  @media screen and (min-width: 768px) {
    .component-modal--social .component-modal__image {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-height: 80vh;
      overflow: hidden;
      position: relative; }
      .component-modal--social .component-modal__image img {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        min-height: 100%;
        min-width: 100%; } }
  .component-modal--social .component-modal__copy {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin: 0;
    padding: 30px 40px; }
    @media screen and (min-width: 768px) {
      .component-modal--social .component-modal__copy {
        padding: 150px 175px; } }
    .component-modal--social .component-modal__copy a {
      cursor: default; }
  .component-modal--social .component-modal__image ~ .component-modal__copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%; }
    @media screen and (min-width: 768px) {
      .component-modal--social .component-modal__image ~ .component-modal__copy {
        padding: 50px; } }
  .component-modal--dark .component-modal__button--close {
    color: #ffffff; }
  .component-modal--dark .component-modal__container {
    color: #f5f5f5;
    background: #2d2d2d; }
  .component-modal__button--close {
    color: #999999;
    cursor: pointer;
    line-height: 70px;
    opacity: 0;
    padding: 0 27px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    pointer-events: fill;
  }
    .component-modal__button--close:before {
      content: '\f106';
      font-family: 'standard-icon-font';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .component-modal--open .component-modal__button--close {
      opacity: .6; }
    .component-modal--open .component-modal__button--close:hover {
      opacity: 1; }
    .component-modal__button--close::before {
      transition: opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1); }

.mdp-gallery__modal1.component-modal--open .video-wrapper, .mdp-gallery__modal.component-modal--open .video-wrapper {
  display: block; }

.mdp-gallery__modal1 .component-modal__button--close, .mdp-gallery__modal .component-modal__button--close {
  color: #ffffff; }
  @media screen and (max-width: small) {
    .mdp-gallery__modal1 .component-modal__button--close, .mdp-gallery__modal .component-modal__button--close {
      padding-top: 10px; } }
  @media screen and (max-width: 380px) {
    .mdp-gallery__modal1 .component-modal__button--close, .mdp-gallery__modal .component-modal__button--close {
      padding-top: 0;
      padding-right: 10px; } }

.mdp-gallery__modal1 .component-modal__content, .mdp-gallery__modal .component-modal__content{
  padding: 0;
  max-width: none;
  width: 100%; }
  .mdp-gallery__modal1 .component-modal__content img, .mdp-gallery__modal .component-modal__content img {
    height: auto;
    width: 100%; }
  .mdp-gallery__modal1 .component-modal__content iframe, .mdp-gallery__modal .component-modal__content iframe {
    height: 100%;
    position: absolute;
    width: 100%; }

.mdp-gallery__modal1 .image-container, .mdp-gallery__modal .image-container,
.mdp-gallery__modal1 .video-container, .mdp-gallery__modal .video-container {
  overflow: auto;
  height: 100vh; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .mdp-gallery__modal1 .image-container,
    .mdp-gallery__modal1 .video-container,
  .mdp-gallery__modal .image-container,
    .mdp-gallery__modal .video-container  {
      height: auto; } }

.mdp-gallery__modal1 .image-ratio-wrapper,
.mdp-gallery__modal1 .video-ratio-wrapper,
.mdp-gallery__modal .image-ratio-wrapper,
.mdp-gallery__modal .video-ratio-wrapper
 {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .mdp-gallery__modal1 .image-ratio-wrapper,
    .mdp-gallery__modal1 .video-ratio-wrapper,
  .mdp-gallery__modal .image-ratio-wrapper,
    .mdp-gallery__modal .video-ratio-wrapper  {
      padding-bottom: 50%; } }

.mdp-gallery__modal1 .image-ratio-wrapper, .mdp-gallery__modal .image-ratio-wrapper {
  background-color: #000000;
  overflow: hidden; }

.mdp-gallery__modal1 .video-wrapper, .mdp-gallery__modal .video-wrapper {
  display: none; }

.mdp-gallery__modal1 .video-ratio-wrapper__overlay, .mdp-gallery__modal .video-ratio-wrapper__overlay {
  height: 100%;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  width: 100%;
  z-index: 2; }
  .mdp-gallery__modal1 .video-ratio-wrapper__overlay:before, .mdp-gallery__modal .video-ratio-wrapper__overlay:before {
    content: '\f12f';
    font-family: 'standard-icon-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .mdp-gallery__modal1 .video-ratio-wrapper__overlay, .mdp-gallery__modal .video-ratio-wrapper__overlay  {
      display: none; } }
  @media screen and (max-width: 767px) {
    .mdp-gallery__modal1 .video-ratio-wrapper__overlay, .mdp-gallery__modal .video-ratio-wrapper__overlay {
      display: none; } }
  .mdp-gallery__modal1 .video-ratio-wrapper__overlay::before, .mdp-gallery__modal .video-ratio-wrapper__overlay::before {
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    font-size:  30px;
    font-size:  3rem;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .mdp-gallery__modal1 .video-ratio-wrapper__overlay::before, .mdp-gallery__modal .video-ratio-wrapper__overlay::before {
        font-size:  25px;
        font-size:  2.5rem;
        padding: 7%; } }
  .mdp-gallery__modal1 .video-ratio-wrapper__overlay img, .mdp-gallery__modal .video-ratio-wrapper__overlay img {
    bottom: -9999px;
    height: auto;
    left: -9999px;
    margin: auto;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: 100%; }

.mdp-gallery__modal__button--next, .mdp-gallery__modal__button--prev {
  font-size:  50px;
  font-size:  5rem;
  line-height:  50px;
  line-height:  5rem;
  color: #ffffff;
  cursor: pointer;
  padding: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3; }
  @media screen and (min-width: 960px) {
    .mdp-gallery__modal__button--next, .mdp-gallery__modal__button--prev {
      font-size:  60px;
      font-size:  6rem;
      line-height:  60px;
      line-height:  6rem; } }

.mdp-gallery__modal__button--prev {
  left: 0; }
  @media screen and (min-width: 768px) {
    .mdp-gallery__modal__button--prev {
      padding-left: 30px; } }
  @media screen and (min-width: 960px) {
    .mdp-gallery__modal__button--prev {
      padding-left: 40px; } }

.mdp-gallery__modal__button--next {
  right: 0; }
  @media screen and (min-width: 768px) {
    .mdp-gallery__modal__button--next {
      padding-right: 30px; } }
  @media screen and (min-width: 960px) {
    .mdp-gallery__modal__button--next {
      padding-right: 40px; } }

.mdp-gallery__modal__description {
  margin: 15px auto 30px;
  position: relative;
  width: 80%;
  z-index: 2; }

.mdp-gallery__modal__counter-container {
  color: #000000;
  position: absolute;
  right: 0;
  top: 0; }
  @media screen and (max-width: 767px) {
    .mdp-gallery__modal__counter-container {
      display: none; } }

.mdp-gallery__modal__total-counter {
  color: #808080; }

.mdp-offers__modal .mdp-foundation-disclaimer {
  pointer-events: none; }

.mdp-offers__modal .copy-model {
  margin-bottom: 10px; }
  .mdp-offers__modal .copy-model__content {
    font-size:  18px;
    font-size:  1.8rem;
    letter-spacing: .2em;
    line-height: 2.7;
    margin: 0; }

.mdp-offers__modal .copy-offer__content {
  font-size:  12px;
  font-size:  1.2rem;
  letter-spacing: .2em;
  line-height: 1.2;
  margin: 0; }

.mdp-offers__modal .copy-title {
  margin-bottom: 20px; }
  .mdp-offers__modal .copy-title__content {
    font-size:  18px;
    font-size:  1.8rem;
    letter-spacing: .2em;
    line-height: 1.8;
    margin: 0; }

.mdp-offers__modal .copy-description__content p a[class^='cta']:first-child {
  margin-right: 12px; }

.mdp-offers__modal .copy-disclaimer {
  margin-top: 30px; }
  .mdp-offers__modal .copy-disclaimer__content {
    color: #999999;
    font-size:  13px;
    font-size:  1.3rem;
    margin: 0; }
    .mdp-offers__modal .copy-disclaimer__content > li::before {
      content: counter(step-counter);
      font-size:  8px;
      font-size:  0.8rem;
      left: 0;
      margin-right: 4px;
      top: -4px; }
    .mdp-offers__modal .copy-disclaimer__content > li p {
      display: inline;
      font-size: inherit;
      line-height: inherit;
      margin: inherit; }

.mdp-offers__modal .copy-details {
  margin-bottom: 20px; }

.mdp-raq__modal .component-modal__content {
  margin: 0 auto;
  max-width: 1218px;
  padding: 0;
  width: auto; }

.mdp-raq__modal .component-modal__container {
  background: #e7e7e7; }

.mdp-raq__modal .mdp-summary {
  margin: 5.5em auto 0; }

.mdp-raq__modal .mdp-veh-inquiry__form {
  padding-bottom: 90px;
  padding-top: 10px;
  position: relative; }

.mdp-select-dealer__result-template {
  display: none; }

.mdp-select-dealer__results .radio a, .mdp-select-dealer__results--modal .radio a {
  color: inherit; }

.mdp-select-dealer__results--modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 25px 0;
  text-align: left; }
  @media screen and (min-width: 960px) {
    .mdp-select-dealer__results--modal {
      margin: 50px 0; } }

.mdp-select-dealer__results-summary {
  text-align: center; }
  .mdp-select-dealer__results-summary .user-zip {
    border-bottom: 1px solid #101010;
    color: inherit;
    cursor: pointer; }
    .mdp-select-dealer__results-summary .user-zip:hover {
      border-color: #910a2d; }

.mdp-select-dealer__results .input-row {
  padding-bottom:  10px;
  padding-bottom:  1rem;
  border-bottom: 1px solid #d5d5d5; }
  .mdp-select-dealer__results .input-row:last-child {
    border: 0;
    padding-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .mdp-select-dealer__results .input-row label {
      font-size:  12px;
      font-size:  1.2rem; } }

.mdp-select-dealer__modal .cta {
  min-width: 50%;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .mdp-select-dealer__modal .cta {
      width: auto; } }

@media screen and (min-width: 768px) {
  .mdp-select-dealer__modal .cta-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .mdp-select-dealer__modal .cta-container .grid-col-medium-6:last-child {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.mdp-select-dealer__modal .mdp-select-dealer__result-address {
  height: auto;
  opacity: 1; }

@media screen and (max-width: 767px) {
  .mdp-select-dealer__modal [class*='grid-col'] {
    margin: 0; } }

.mdp-select-dealer__modal .grid-row + .grid-row {
  margin-top: 0; }

.mdp-select-dealer__modal .grid-row {
  width: 100%; }
  .mdp-select-dealer__modal .grid-row:first-child .input-row {
    border-top: 1px solid #d5d5d5; }
  @media screen and (max-width: 767px) {
    .mdp-select-dealer__modal .grid-row:first-child > div:nth-child(2) .input-row {
      border-top: 0; } }
  @media screen and (min-width: 768px) {
    .mdp-select-dealer__modal .grid-row,
    .mdp-select-dealer__modal .grid-row > div {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .mdp-select-dealer__modal .grid-row .input-row {
      width: 100%; } }

.mdp-select-dealer__modal .input-row {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 0;
  padding: 30px 10px 24px; }
  .mdp-select-dealer__modal .input-row label {
    margin-bottom: 0; }

.mdp-select-dealer__button-more {
  width: 100%; }

.mdp-select-dealer .radio {
  color: #999999; }
  .mdp-select-dealer .radio a {
    cursor: default; }

.mdp-select-dealer input:checked + .radio {
  color: #101010; }
  .mdp-select-dealer input:checked + .radio a {
    cursor: pointer; }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-select-dealer .cta {
    font-size:  12px;
    font-size:  1.2rem; }
    .mdp-select-dealer .cta .component-modal .cta--wrapper {
      padding: 13px 0; } }

.mdp-select-dealer .component-modal {
  background: transparent; }
  .mdp-select-dealer .component-modal__container {
    padding: 30px 50px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .mdp-select-dealer .component-modal__container {
        padding: 40px 60px;
        top: 50%;
        width: 90%; } }
    @media screen and (min-width: 960px) {
      .mdp-select-dealer .component-modal__container {
        width: 970px; } }

.mdp-select-dealer .component-dropdown-1 {
  margin-bottom: 0; }

.mdp-select-dealer .component-input-2 input + .radio {
  display: inline-block;
  padding-left: 18px; }

.mdp-select-dealer__result-address {
  font-size:  15px;
  font-size:  1.5rem;
  display: block;
  height: 0;
  opacity: 0;
  /*font-family: 'InterstateLight', helvetica, arial, sans-serif;*/
  font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
  letter-spacing: normal;
  overflow: hidden;
  text-transform: none;
  transition: opacity .35s ease-in-out; }
  input:checked + .radio .mdp-select-dealer__result-address {
    height: auto;
    opacity: 1; }

.mdp-select-dealer__result-street {
  display: block; }

.tout__modal .light-text *, .tout__modal--full .light-text * {
  color: #ffffff; }

.tout__modal--full .cta.cta-3 {
  line-height: 2;
  text-align: left;
  white-space: normal; }

.mde-trims__modal .transformIn {
  -webkit-animation: moveIn 1s;
          animation: moveIn 1s; }

.mde-trims__modal.component-modal .component-modal__button--close::before {
  opacity: .6; }

.mde-trims__modal .component-modal__button--close,
.mde-trims__modal .starting-msrp,
.mde-trims__modal .trim-data,
.mde-trims__modal .trim-highlight,
.mde-trims__modal h4,
.mde-trims__modal ul {
  opacity: 0;
  transition: all 1s 0.1s;
  -webkit-transform: translateY(30px) translateZ(0);
          transform: translateY(30px) translateZ(0); }
  .mde-trims__modal .component-modal__button--close.fadeIn,
  .mde-trims__modal .starting-msrp.fadeIn,
  .mde-trims__modal .trim-data.fadeIn,
  .mde-trims__modal .trim-highlight.fadeIn,
  .mde-trims__modal h4.fadeIn,
  .mde-trims__modal ul.fadeIn {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); }
  .mde-trims__modal .component-modal__button--close.fadeOut,
  .mde-trims__modal .starting-msrp.fadeOut,
  .mde-trims__modal .trim-data.fadeOut,
  .mde-trims__modal .trim-highlight.fadeOut,
  .mde-trims__modal h4.fadeOut,
  .mde-trims__modal ul.fadeOut {
    opacity: 0;
    -webkit-transform: translateY(-30px) translateZ(0);
            transform: translateY(-30px) translateZ(0); }

.mde-trims__modal h4 {
  font-size:  15px;
  font-size:  1.5rem; }

.mde-trims__modal .starting-msrp {
  margin-bottom: 30px; }

.mde-trims__modal .trim-data-wrapper {
  font-size:  25px;
  font-size:  2.5rem;
  /*font-family: "InterstateLight", helvetica, arial, sans-serif;*/
  font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
  line-height: 1.1;
  margin-bottom: 43px;
  position: relative; }
  .mde-trims__modal .trim-data-wrapper .label {
    font-size:  13px;
    font-size:  1.3rem;
    /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
    font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #999999;
    display: block;
    margin-bottom: 2px; }
  .mde-trims__modal .trim-data-wrapper .trim-data {
    display: inline-block;
    height: 40px;
    margin-right: 35px;
    position: relative;
    text-align: center;
    vertical-align: top; }
    .mde-trims__modal .trim-data-wrapper .trim-data:last-child {
      margin-right: 0; }
      .mde-trims__modal .trim-data-wrapper .trim-data:last-child .divider {
        display: none; }
    .mde-trims__modal .trim-data-wrapper .trim-data sup {
      top: -.8em; }
  .mde-trims__modal .trim-data-wrapper .divider {
    background-color: #c4c4c4;
    bottom: 0;
    height: 42px;
    position: absolute;
    right: -23px;
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
    width: 1px; }

.mde-trims__modal .trim-highlight-wrapper {
  font-size: 0;
  margin-bottom: 55px;
  text-align: center; }

.mde-trims__modal .trim-highlight {
  font-size:  13px;
  font-size:  1.3rem;
  /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
  font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 20px;
  width: 50%;
  vertical-align: top; }
  @media screen and (min-width: 768px) {
    .mde-trims__modal .trim-highlight {
      padding: 0;
      margin: 0 5px;
      width: 190px; } }

.mde-trims__modal .highlight-icon {
  font-size:  37px;
  font-size:  3.7rem;
  margin-bottom: 20px; }

.mde-trims__modal .trim-features {
  text-align: left; }
  .mde-trims__modal .trim-features ul {
    font-size:  17px;
    font-size:  1.7rem; }
    .mde-trims__modal .trim-features ul li {
      color: #101010;
      line-height: 2;
      margin: 0 0 18px 45px;
      position: relative; }
      .mde-trims__modal .trim-features ul li::before {
        background-color: #999999;
        border-radius: 50%;
        content: '';
        position: absolute;
        top: 12px;
        left: -45px;
        padding: 4px; }

.component-modal--video.component-modal--dark .component-modal__container {
  background-color: #101010; }

.component-modal--video.component-modal--full .component-modal__content {
  padding-top: 70px;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .component-modal--video.component-modal--full .component-modal__content {
      padding-top: 80px; } }
  @media screen and (min-width: 960px) {
    .component-modal--video.component-modal--full .component-modal__content {
      padding-top: 100px;
      width: 100%; } }

.component-modal--video .component-modal__video {
  background-color: #101010;
  height: 0;
  padding-top: 56.25%;
  position: relative; }
  .component-modal--video .component-modal__video-player {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.mdp-zipcode__modal.component-modal--open .component-modal__container {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  @media screen and (min-width: 768px) {
    .mdp-zipcode__modal.component-modal--open .component-modal__container {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.mdp-zipcode__modal .component-modal__container {
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
  transition: -webkit-transform 250ms ease-out 0;
  transition: transform 250ms ease-out 0; }
  .mdp-zipcode__modal .component-modal__container h3 {
    font-size:  15px;
    font-size:  1.5rem;
    color: #101010;
    /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
    font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  .mdp-zipcode__modal .component-modal__container .grid-row {
    margin-bottom: 0; }
  .mdp-zipcode__modal .component-modal__container label {
    font-size:  16px;
    font-size:  1.6rem;
    color: #101010;
    display: block;
    /*font-family: "InterstateLight", helvetica, arial, sans-serif;*/
    font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
    letter-spacing: .05em;
    line-height: 30px;
    margin: 0 0 30px;
    text-align: center;
    text-transform: none;
    width: 100%; }
  .mdp-zipcode__modal .component-modal__container .input-row {
    margin-bottom: 32px; }
    .mdp-zipcode__modal .component-modal__container .input-row.invalid {
      margin-bottom: 10px; }
      .mdp-zipcode__modal .component-modal__container .input-row.invalid::before {
        top: 12px; }
  .mdp-zipcode__modal .component-modal__container input {
    height: 45px;
    margin-right: 25px;
    max-width: 320px;
    width: 170px; }
  .mdp-zipcode__modal .component-modal__container .cta {
    height: 45px;
    max-width: 320px;
    width: 170px; }
  @media screen and (max-width: 767px) {
    .mdp-zipcode__modal .component-modal__container {
      -webkit-transform: translate(0, -125%);
              transform: translate(0, -125%); }
      .mdp-zipcode__modal .component-modal__container .grid-col-medium-6 {
        margin-bottom: 0; }
      .mdp-zipcode__modal .component-modal__container label,
      .mdp-zipcode__modal .component-modal__container .input-row {
        margin-left: auto;
        margin-right: auto; }
      .mdp-zipcode__modal .component-modal__container label {
        max-width: 385px; }
      .mdp-zipcode__modal .component-modal__container .input-row {
        max-width: 320px;
        padding: 0; }
      .mdp-zipcode__modal .component-modal__container .cta,
      .mdp-zipcode__modal .component-modal__container input {
        width: 100%; }
      .mdp-zipcode__modal .component-modal__container input {
        float: none;
        margin-right: 0;
        width: 100%; } }

.mdp-zipcode__modal__current-location-link {
  font-size:  13px;
  font-size:  1.3rem;
  color: #101010;
  display: block;
  /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
  font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 30px;
  text-transform: uppercase; }
  .mdp-zipcode__modal__current-location-link:before {
    content: '\f122';
    font-family: 'standard-icon-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .mdp-zipcode__modal__current-location-link::before {
    font-size:  15px;
    font-size:  1.5rem;
    color: #999999;
    font-weight: bold;
    left: -5px;
    position: relative;
    top: 2px; }
  .mdp-zipcode__modal__current-location-link:hover::before {
    color: #910a2d; }

.mdp-404-page {
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 50px;
  min-height: 626px;
  padding-bottom: 30%; }
  @media screen and (max-width: 767px) {
    .mdp-404-page {
      background-size: 100% auto; } }
  @media screen and (min-width: 768px) {
    .mdp-404-page {
      padding-top: 88px;
      padding-bottom: 230px; } }
  .mdp-404-page__header {
    margin: 0 auto 38px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .mdp-404-page__header {
        width: 480px; } }
    .mdp-404-page__header .page-label {
      font-size:  13px;
      font-size:  1.3rem;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      letter-spacing: .2em;
      text-transform: uppercase;
      margin-bottom:  9px;
      margin-bottom:  0.9rem; }
    .mdp-404-page__header .title {
      line-height:  28px;
      line-height:  2.8rem;
      margin-bottom:  15px;
      margin-bottom:  1.5rem; }
      @media screen and (max-width: 767px) {
        .mdp-404-page__header .title {
          display: block; } }
    @media screen and (max-width: 767px) {
      .mdp-404-page__header .sub-title {
        display: block; } }
  .mdp-404-page__links {
    margin-bottom: 50px; }
    .mdp-404-page__links ul {
      text-align: center; }
      .mdp-404-page__links ul > li {
        height: 45px;
        padding: 10px 25px; }
        @media screen and (min-width: 1200px) {
          .mdp-404-page__links ul > li {
            border-right: 1px solid #c4c4c4;
            display: inline-block; } }
        .mdp-404-page__links ul > li a {
          font-size:  13px;
          font-size:  1.3rem;
          /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
          font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
          letter-spacing: .2em;
          text-transform: uppercase;
          color: #999999;
          display: inline-block;
          line-height: 23px;
          transition: color .4s, border-color .4s; }
          .mdp-404-page__links ul > li a:active, .mdp-404-page__links ul > li a:hover {
            color: #101010;
            border-color: #101010; }
        .mdp-404-page__links ul > li:last-child {
          border: 0; }
  .mdp-404-page__cta-wrapper {
    text-align: center; }

.mdp-foundation--captcha {
  padding-top: 0;
  margin-bottom: 60px; }
  .mdp-foundation--captcha .g-recaptcha iframe {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0; }

.cta-video {
  pointer-events: none; }
  .cta-video.video-loaded {
    pointer-events: auto; }
  .cta-video.cta.cta-1 {
    opacity: .5; }
    .cta-video.cta.cta-1.video-loaded {
      opacity: 1; }
  .cta-video.cta.cta-2 {
    opacity: .5; }
    .cta-video.cta.cta-2.video-loaded {
      opacity: 1; }
  .cta-video.cta.cta-3 {
    opacity: .5; }
    .cta-video.cta.cta-3.video-loaded {
      opacity: 1; }
  .cta-video.cta.cta-3-inv {
    opacity: .5; }
    .cta-video.cta.cta-3-inv.video-loaded {
      opacity: 1; }
  .cta-video.cta.cta-4 {
    opacity: .5; }
    .cta-video.cta.cta-4.video-loaded {
      opacity: 1; }
  .cta-video.cta.cta-5 {
    opacity: .5; }
    .cta-video.cta.cta-5.video-loaded {
      opacity: 1; }
  .cta-video.cta.cta-6 {
    opacity: .5; }
    .cta-video.cta.cta-6.video-loaded {
      opacity: 1; }

#modal-email-share .component-modal__button--close{
display:none;
}