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

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

.mdp-presale_checkout-text, .mdp-presale_account__pin-validation-text, .mdp-presale_update-notifications-text {
  margin: 0 auto;
  max-width: 760px;
  padding: 100px 0 30px; }
  .mdp-presale_checkout-text .title, .mdp-presale_account__pin-validation-text .title, .mdp-presale_update-notifications-text .title {
    margin-bottom:  20px;
    margin-bottom:  2rem; }

.mdp-presale_account--submit.disabled, .mdp-presale_checkout--submit.disabled, .mdp-presale_login--submit.disabled, .mdp-presale_reset--submit.disabled, .mdp-presale_pin-validation--submit.disabled {
  pointer-events: none; }
  .mdp-presale_account--submit.disabled .cta-1, .mdp-presale_checkout--submit.disabled .cta-1, .mdp-presale_login--submit.disabled .cta-1, .mdp-presale_reset--submit.disabled .cta-1, .mdp-presale_pin-validation--submit.disabled .cta-1 {
    opacity: .5;
    pointer-events: none; }

@media screen and (min-width: 768px) {
  .mdp-presale_account__form-wrapper, .mdp-presale_forgot-password__form-wrapper, .mdp-presale_reset-password__form-wrapper, .mdp-presale_login__form-wrapper, .mdp-presale_update-password__form-wrapper, .mdp-presale_update-shipping-address__form-wrapper {
    padding: 60px 0; } }

@media screen and (max-width: 767px) {
  .mdp-presale_account__form-wrapper, .mdp-presale_forgot-password__form-wrapper, .mdp-presale_reset-password__form-wrapper, .mdp-presale_login__form-wrapper, .mdp-presale_update-password__form-wrapper, .mdp-presale_update-shipping-address__form-wrapper {
    padding: 30px 24px; } }

.mdp-presale_account__form, .mdp-presale_forgot-password__form, .mdp-presale_reset-password__form, .mdp-presale_login__form, .mdp-presale_update-password__form, .mdp-presale_update-shipping-address__form {
  border-top: 1px solid #d5d5d5; }

.mdp-presale_account__form, .mdp-presale_update-notifications__form, .mdp-presale_forgot-password__form, .mdp-presale_reset-password__form, .mdp-presale_login__form, .mdp-presale_update-password__form, .mdp-presale_update-shipping-address__form {
  margin-top: 20px;
  padding-top: 42px; }

.mdp-presale_checkout__success, .mdp-presale_reset-password__success, .mdp-presale_forgot-password__success {
  background: #ffffff;
  display: none;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .mdp-presale_checkout__success, .mdp-presale_reset-password__success, .mdp-presale_forgot-password__success {
      padding: 60px 0; } }
  @media screen and (max-width: 767px) {
    .mdp-presale_checkout__success, .mdp-presale_reset-password__success, .mdp-presale_forgot-password__success {
      padding: 30px 24px; } }
  .mdp-presale_checkout__success.next, .mdp-presale_reset-password__success.next, .mdp-presale_forgot-password__success.next {
    left: 0;
    max-width: none;
    position: absolute;
    visibility: hidden;
    top: 0;
    width: 100%; }
  .mdp-presale_checkout__success .cta-container__cta, .mdp-presale_reset-password__success .cta-container__cta, .mdp-presale_forgot-password__success .cta-container__cta {
    max-width: 370px;
    margin: 0 auto; }

.mdp-presale_account__pin-validation .general-error, .mdp-presale_login__form .general-error {
  display: none;
  padding-right: 45px;
  word-break: break-all; }
  .mdp-presale_account__pin-validation .general-error.invalid, .mdp-presale_login__form .general-error.invalid {
    display: inherit; }
    .mdp-presale_account__pin-validation .general-error.invalid::before, .mdp-presale_login__form .general-error.invalid::before {
      top: 3px; }

.mdp-presale_account-messages {
  display: none; }
  @media screen and (max-width: 767px) {
    .mdp-presale_account-messages, .mdp-presale_account-messages__wrapper, .mdp-presale_account-messages__content,
    .mdp-presale_account-messages .grid-row:first-child {
      margin: 0;
      padding: 0; } }
  .mdp-presale_account-messages__content {
    position: relative; }
  .mdp-presale_account-messages__message {
    font-size:  15px;
    font-size:  1.5rem;
    color: #ffffff;
    display: none;
    padding: 35px 0;
    text-align: center; }
    .mdp-presale_account-messages__message--error {
      background: #dd0303; }
    .mdp-presale_account-messages__message--success {
      background: #7ba37d; }
    .mdp-presale_account-messages__message-header {
      width: 83.3333333333%;
      font-size:  13px;
      font-size:  1.3rem;
      margin: 0 auto; }
      .mdp-presale_account-messages__message-header::after, .mdp-presale_account-messages__message-header::before {
        content: '';
        display: table; }
      .mdp-presale_account-messages__message-header::after {
        clear: both; }
      @media screen and (min-width: 768px) {
        .mdp-presale_account-messages__message-header {
          width: 75%; } }
    .mdp-presale_account-messages__message-text {
      float: none;
      margin: 0 auto; }
    .mdp-presale_account-messages__message-close {
      font-size:  30px;
      font-size:  3rem;
      color: #ffffff;
      cursor: pointer;
      line-height: 1;
      opacity: .3;
      position: absolute;
      right: 12px;
      top: 12px; }
      .mdp-presale_account-messages__message-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) {
        .mdp-presale_account-messages__message-close {
          font-size:  50px;
          font-size:  5rem;
          margin-right:  12px;
          margin-right:  1.2rem;
          right: 30px;
          top: 30px; } }
      @media screen and (min-width: 960px) {
        .mdp-presale_account-messages__message-close {
          font-size:  60px;
          font-size:  6rem; } }
    .mdp-presale_account-messages__message p {
      margin: 0; }

.preorder.main-content,
.countdown.main-content,
.ordered.main-content,
.reserved.main-content,
.waitlisted.main-content,
.waitlist.main-content,
.lobby.main-content {
  position: relative; }

.reserved .ordered-information,
.preorder .ordered-information,
.countdown .ordered-information,
.waitlist .ordered-information,
.lobby .ordered-information {
  display: none; }

.reserved .account-information,
.preorder .account-information,
.countdown .account-information,
.waitlist .account-information,
.lobby .account-information {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .reserved .account-information .mdp-presale_account-overview__details-block,
    .preorder .account-information .mdp-presale_account-overview__details-block,
    .countdown .account-information .mdp-presale_account-overview__details-block,
    .waitlist .account-information .mdp-presale_account-overview__details-block,
    .lobby .account-information .mdp-presale_account-overview__details-block {
      float: left;
      width: 50%; }
      .reserved .account-information .mdp-presale_account-overview__details-block:nth-child(odd),
      .preorder .account-information .mdp-presale_account-overview__details-block:nth-child(odd),
      .countdown .account-information .mdp-presale_account-overview__details-block:nth-child(odd),
      .waitlist .account-information .mdp-presale_account-overview__details-block:nth-child(odd),
      .lobby .account-information .mdp-presale_account-overview__details-block:nth-child(odd) {
        clear: both;
        padding-right: 100px; }
      .reserved .account-information .mdp-presale_account-overview__details-block:nth-child(even),
      .preorder .account-information .mdp-presale_account-overview__details-block:nth-child(even),
      .countdown .account-information .mdp-presale_account-overview__details-block:nth-child(even),
      .waitlist .account-information .mdp-presale_account-overview__details-block:nth-child(even),
      .lobby .account-information .mdp-presale_account-overview__details-block:nth-child(even) {
        min-height: 145px;
        padding-left: 100px; } }

.reserved .mdp-presale_account-overview__details:after,
.preorder .mdp-presale_account-overview__details:after,
.countdown .mdp-presale_account-overview__details:after,
.waitlist .mdp-presale_account-overview__details:after,
.lobby .mdp-presale_account-overview__details:after {
  clear: both; }

.reserved .mdp-presale_account-overview__details-print__wrapper,
.preorder .mdp-presale_account-overview__details-print__wrapper,
.countdown .mdp-presale_account-overview__details-print__wrapper,
.waitlist .mdp-presale_account-overview__details-print__wrapper,
.lobby .mdp-presale_account-overview__details-print__wrapper {
  display: none; }

.ordered .mdp-presale_account-overview .container,
.waitlisted .mdp-presale_account-overview .container {
  margin: 0 auto;
  max-width: 970px; }
  @media screen and (min-width: 960px) {
    .ordered .mdp-presale_account-overview .container,
    .waitlisted .mdp-presale_account-overview .container {
      padding: 0; } }

.waitlisted .mdp-presale_account-overview__shipping-blurb,
.waitlisted .mdp-presale_account-overview__totals-block {
  display: none; }

.mdp-presale_account-overview {
  background: #ffffff;
  padding: 0 24px;
  visibility: hidden; }
  .mdp-presale_account-overview.active {
    visibility: inherit; }
  .mdp-presale_account-overview__loader-container {
    margin: 200px auto; }
    @media screen and (min-width: 768px) {
      .mdp-presale_account-overview__loader-container {
        margin: 300px auto; } }
    .mdp-presale_account-overview__loader-container--wrapper {
      width: 100%;
      transition: opacity .5s;
      z-index: 2; }
      .reserved .mdp-presale_account-overview__loader-container--wrapper,
      .preorder .mdp-presale_account-overview__loader-container--wrapper,
      .lobby .mdp-presale_account-overview__loader-container--wrapper,
      .countdown .mdp-presale_account-overview__loader-container--wrapper,
      .ordered .mdp-presale_account-overview__loader-container--wrapper,
      .waitlist .mdp-presale_account-overview__loader-container--wrapper,
      .waitlisted .mdp-presale_account-overview__loader-container--wrapper {
        display: none;
        opacity: 0;
        left: 0;
        position: absolute;
        top: 0; }
      @media print {
        .mdp-presale_account-overview__loader-container--wrapper {
          display: none; } }
  .mdp-presale_account-overview__wrapper {
    background: #ffffff; }
    .mdp-presale_account-overview__wrapper.account-overview .order-confirmation {
      display: none; }
    .mdp-presale_account-overview__wrapper.order-confirmation .account-overview {
      display: none; }
    .mdp-presale_account-overview__wrapper.order-confirmation .mdp-presale_account-overview .container {
      margin: 0 auto;
      max-width: 970px; }
      @media screen and (min-width: 960px) {
        .mdp-presale_account-overview__wrapper.order-confirmation .mdp-presale_account-overview .container {
          padding: 0; } }
    .mdp-presale_account-overview__wrapper.order-exported .mdp-presale_account-overview__details-block__content .cta-container__cta .mdp-presale_account-overview__change-cta {
      display: none; }
    .mdp-presale_account-overview__wrapper.disable-cancellation .mdp-presale_account-overview__details-block__content .cta-container__cta {
      display: none; }
    .mdp-presale_account-overview__wrapper.disable-cancellation .mdp-presale_account-overview__cancellation-blurb {
      display: block; }
    .mdp-presale_account-overview__wrapper .mdp-presale_account__questions-bar {
      max-width: none;
      text-align: left; }
    .mdp-presale_account-overview__wrapper .hidden {
      display: none; }
    .mdp-presale_account-overview__wrapper .no-wrap {
      white-space: nowrap; }
    .mdp-presale_account-overview__wrapper .mdp-presale_account__questions-bar-wrapper {
      padding: 0; }
  .mdp-presale_account-overview__header {
    margin: 25px 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .mdp-presale_account-overview__header {
        margin-top: 50px; } }
  .mdp-presale_account-overview__details {
    position: relative; }
    @media screen and (max-width: 767px) {
      .mdp-presale_account-overview__details > .grid-row .grid-col-medium-2 {
        display: none; } }
    @media screen and (min-width: 768px) {
      .mdp-presale_account-overview__details > .grid-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .mdp-presale_account-overview__details > .grid-row:last-child .mdp-presale_account-overview__details-block__content {
          border: 0; } }
    .mdp-presale_account-overview__details-block {
      margin-bottom: 25px; }
      @media screen and (min-width: 768px) {
        .mdp-presale_account-overview__details-block {
          -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;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .mdp-presale_account-overview__details-block:last-child {
        margin-bottom: 0; }
      .mdp-presale_account-overview__details-block__header {
        padding-right: 25px;
        position: relative; }
        .mdp-presale_account-overview__details-block__header .title {
          font-size:  13px;
          font-size:  1.3rem;
          text-transform: uppercase; }
        .mdp-presale_account-overview__details-block__header .icon {
          font-size:  20px;
          font-size:  2rem;
          line-height:  20px;
          line-height:  2rem;
          color: #910a2d;
          cursor: pointer;
          position: absolute;
          right: 0;
          top: 0; }
          .mdp-presale_account-overview__details-block__header .icon:hover {
            color: #101010; }
          @media print {
            .mdp-presale_account-overview__details-block__header .icon {
              display: none; } }
      .mdp-presale_account-overview__details-block__text {
        margin-bottom: 25px;
        position: relative; }
        .mdp-presale_account-overview__details-block__text:last-child {
          margin-bottom: 0; }
        .mdp-presale_account-overview__details-block__text:after {
          clear: both; }
        .mdp-presale_account-overview__details-block__text .mdp-presale_order__colors__exterior,
        .mdp-presale_account-overview__details-block__text .mdp-presale_order__colors__interior {
          padding-left: 60px; }
      .mdp-presale_account-overview__details-block__content {
        font-size:  16px;
        font-size:  1.6rem;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 25px; }
        @media screen and (min-width: 768px) {
          .mdp-presale_account-overview__details-block__content {
            -webkit-box-flex: 2;
            -webkit-flex-grow: 2;
                -ms-flex-positive: 2;
                    flex-grow: 2; } }
        .mdp-presale_account-overview__details-block__content [data-user-property='password'] {
          font-size:  20px;
          font-size:  2rem;
          line-height:  14px;
          line-height:  1.4rem;
          text-overflow: clip;
          white-space: nowrap; }
        .mdp-presale_account-overview__details-block__content [data-user-property='city']:after {
          content: ', '; }
        .mdp-presale_account-overview__details-block__content [data-user-property='optin'] .notifications-subscribed {
          display: none; }
        .mdp-presale_account-overview__details-block__content [data-user-property='optin'] .notifications-not-subscribed {
          display: block; }
        .mdp-presale_account-overview__details-block__content [data-user-property='optin'].optin .notifications-subscribed {
          display: block; }
        .mdp-presale_account-overview__details-block__content [data-user-property='optin'].optin .notifications-not-subscribed {
          display: none; }
        .mdp-presale_account-overview__details-block__content.grid-col-medium-6 {
          padding: 0; }
        .mdp-presale_account-overview__details-block__content .cta-container__cta .cta {
          display: block;
          max-width: 200px;
          margin: 30px auto; }
        @media screen and (min-width: 768px) {
          .mdp-presale_account-overview__details-block__content .cta-container__cta {
            float: right;
            max-width: 200px;
            text-align: right; }
            .mdp-presale_account-overview__details-block__content .cta-container__cta .cta {
              display: inline-block;
              margin: 30px 0 0; } }
        @media print {
          .mdp-presale_account-overview__details-block__content .cta-container__cta {
            display: none; } }
      .mdp-presale_account-overview__details-block__title {
        font-size:  13px;
        font-size:  1.3rem;
        text-transform: uppercase;
        margin-bottom: 2px;
        line-height: 1.2; }
      .mdp-presale_account-overview__details-block__total-paid {
        line-height:  16px;
        line-height:  1.6rem; }
        @media screen and (min-width: 768px) {
          .mdp-presale_account-overview__details-block__total-paid {
            text-align: right; } }
      @media screen and (min-width: 768px) {
        .mdp-presale_account-overview__details-block:last-child .mdp-presale_account-overview__details-block__content:last-child {
          border-bottom: 0; } }
      @media print {
        .mdp-presale_account-overview__details-block:last-child .mdp-presale_account-overview__details-block__content:last-child {
          border-bottom: 0; } }
      .mdp-presale_account-overview__details-block [data-color='machine_gray_metallic'] .inner-circle {
        background: linear-gradient(to top, #9fa0a0 0%, #9fa0a0 50%, #909191 50%, #9e9f9f 100%); }
        @media print {
          .mdp-presale_account-overview__details-block [data-color='machine_gray_metallic'] .inner-circle {
            background: #4f535b;
            box-shadow: 0 0 0 40px #4f535b inset; } }
      .mdp-presale_account-overview__details-block .dot {
        height: 40px;
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 40px; }
      .mdp-presale_account-overview__details-block .outer-circle {
        display: block;
        height: 100%;
        position: relative;
        width: 100%;
        background-color: #e7e7e7;
        border-radius: 50%;
        border: 0; }
      .mdp-presale_account-overview__details-block .inner-circle {
        border: 0;
        display: block;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        box-shadow: inset 0 1px 2px 0 rgba(213, 213, 213, 0.5); }
    .mdp-presale_account-overview__details-print {
      display: block;
      position: absolute;
      right: 0;
      text-align: right;
      top: -26px;
      width: 100px; }
      @media print {
        .mdp-presale_account-overview__details-print {
          display: none; } }
      .mdp-presale_account-overview__details-print span {
        line-height: 30px;
        vertical-align: bottom; }
      .mdp-presale_account-overview__details-print .icon-print {
        font-size:  20px;
        font-size:  2rem; }
      .mdp-presale_account-overview__details-print .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: #101010;
        display: inline-block;
        transition: opacity .5s, width .5s;
        opacity: 0;
        overflow: hidden;
        padding-right: 5px;
        width: 0;
        position: absolute;
        top: 0;
        right: 20px; }
      .mdp-presale_account-overview__details-print:hover {
        color: #910a2d; }
        .mdp-presale_account-overview__details-print:hover .label {
          color: #101010;
          opacity: 1;
          width: 60px; }
      .mdp-presale_account-overview__details-print__wrapper {
        position: absolute;
        top: 0;
        right: 0; }
    .mdp-presale_account-overview__details-image {
      height: 40px;
      left: 0;
      position: absolute;
      text-align: center;
      top: 0;
      width: 40px; }
      .mdp-presale_account-overview__details-image img {
        max-width: 100%; }
  .mdp-presale_account-overview__transmission-text {
    display: none; }
    .mdp-presale_account-overview__transmission-text.active {
      display: inherit; }
  .mdp-presale_account-overview__cancellation-blurb {
    display: none;
    font-weight: bold;
    margin-top: 30px; }

@media screen and (max-width: 767px) {
  .mdp-presale_checkout {
    background-color: #f5f5f5; }
    .mdp-presale_checkout-text {
      padding-bottom: 0; } }

.mdp-presale_checkout-text--wrapper {
  background-color: #f5f5f5; }

.mdp-presale_checkout--error-wrapper {
  display: none; }
  .mdp-presale_checkout--error-wrapper.active {
    display: inherit; }

.mdp-presale_checkout--error-text {
  color: #910a2d;
  font-size:  13px;
  font-size:  1.3rem;
  line-height: 1.1;
  text-align: center; }

@media screen and (min-width: 960px) {
  .mdp-presale_checkout--form-section-wrapper {
    padding-left: 33%; } }

.mdp-presale_checkout__form {
  padding: 35px 0 50px;
  max-width: 370px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .mdp-presale_checkout__form-wrapper {
      padding-bottom: 10px;
      background: #ffffff; } }
  .mdp-presale_checkout__form .subpage-title {
    margin-bottom: 5rem;
    text-align: center; }
  .mdp-presale_checkout__form .form-section {
    max-width: 370px;
    margin: 0 auto; }
  .mdp-presale_checkout__form-sub-header {
    margin: 20px 0; }
    .mdp-presale_checkout__form-sub-header .title {
      font-size:  15px;
      font-size:  1.5rem;
      text-align: center; }
  .mdp-presale_checkout__form .input-row .input-row {
    margin: 0; }
  .mdp-presale_checkout__form .input-row .component-dropdown-1 {
    margin: 0; }
  .mdp-presale_checkout__form .input-row [for='exp_month'] {
    width: 300px; }

.mdp-presale_checkout__ck-info-opt-in .component-input-3 input + .checkbox:before {
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.mdp-presale_checkout__ck-info-opt-in .component-input-3 input + .checkbox:after {
  top: 5px; }

.mdp-presale_checkout__ck-info-opt-in .component-input-3 p {
  font-size:  12px;
  font-size:  1.2rem; }

.mdp-presale_checkout .component-dropdown-1.no-label {
  margin-top: 30px; }

.mdp-presale_checkout .info-opt-in-1 {
  display: block; }

.mdp-presale_checkout__loader-container {
  display: none; }

.mdp-presale_checkout a.cta {
  width: 100%; }

.mdp-presale_checkout a.input-help {
  font-size:  14px;
  font-size:  1.4rem;
  text-decoration: underline; }

.mdp-presale_checkout--total {
  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;
  line-height:  28px;
  line-height:  2.8rem; }
  .mdp-presale_checkout--total-value {
    font-size:  28px;
    font-size:  2.8rem;
    line-height:  28px;
    line-height:  2.8rem; }
  .mdp-presale_checkout--total-wrapper {
    border-top: 1px solid #d5d5d5;
    padding-top: 30px; }
    .input-row + .mdp-presale_checkout--total-wrapper.grid-row,
    .grid-row + .mdp-presale_checkout--total-wrapper.grid-row {
      margin: 10px 0 30px; }
    .mdp-presale_checkout--total-wrapper .grid-col-medium-6 {
      float: left;
      width: 50%;
      padding: 0; }
      .mdp-presale_checkout--total-wrapper .grid-col-medium-6:last-child {
        text-align: right; }

.mdp-presale_checkout--progress {
  text-align: center; }
  .mdp-presale_checkout--progress.fixed {
    position: fixed; }
  .mdp-presale_checkout--progress__wrapper {
    position: relative; }
  @media screen and (max-width: 767px) {
    .mdp-presale_checkout--progress .component-accordion-1 {
      border-top: 1px solid #d5d5d5; } }
  @media screen and (min-width: 768px) {
    .mdp-presale_checkout--progress {
      border: 1px solid #d5d5d5;
      background-color: #f5f5f5; }
      .mdp-presale_checkout--progress .component-accordion-1 .item-title {
        display: none; }
      .mdp-presale_checkout--progress .component-accordion-1 .item-content {
        max-height: 10000px;
        opacity: 1; } }
  @media screen and (max-width: 767px) {
    .mdp-presale_checkout--progress-column {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .mdp-presale_checkout--progress-column {
      float: right; } }
  .mdp-presale_checkout--progress .title {
    font-size:  15px;
    font-size:  1.5rem;
    text-align: center;
    margin-bottom: 30px; }
  .mdp-presale_checkout--progress .sub-title {
    font-size:  13px;
    font-size:  1.3rem;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
    max-width: 200px; }
  .mdp-presale_checkout--progress__image {
    margin-bottom: 24px; }
  .mdp-presale_checkout--progress-section {
    border-top: 1px solid #d5d5d5;
    margin: 0 auto;
    padding: 30px 0; }
    @media screen and (min-width: 768px) {
      .mdp-presale_checkout--progress-section {
        max-width: 290px; } }
    .mdp-presale_checkout--progress-section:first-child {
      border-top: 0;
      max-width: none; }
    .mdp-presale_checkout--progress-section .hidden {
      display: none; }
  .mdp-presale_checkout--progress-info {
    margin: 0 auto 30px; }
    @media screen and (min-width: 768px) {
      .mdp-presale_checkout--progress-info {
        max-width: 290px; } }
    .mdp-presale_checkout--progress-info:last-child {
      margin-bottom: 0; }
    .mdp-presale_checkout--progress-info p {
      line-height: 1.2; }
      .mdp-presale_checkout--progress-info p:last-child {
        margin-bottom: 0; }
  .mdp-presale_checkout--progress-timer--time {
    font-size: 0; }
    .mdp-presale_checkout--progress-timer--time span {
      font-size:  72px;
      font-size:  7.2rem;
      line-height:  58px;
      line-height:  5.8rem;
      display: inline-block; }
  .mdp-presale_checkout--progress-timer--bar {
    width: 100%;
    height: 5px;
    position: relative;
    margin-top: 30px;
    background: #d5d5d5; }
    @media screen and (max-width: 767px) {
      .mdp-presale_checkout--progress-timer--bar {
        margin: 30px -24px 0;
        width: calc(100% + 48px); } }
  .mdp-presale_checkout--progress-timer--percent {
    width: 100%;
    height: 5px;
    left: 0;
    position: absolute;
    background: #910a2d;
    top: 0; }
  .mdp-presale_checkout--progress-timer .number {
    width: 48px; }
  .mdp-presale_checkout--progress-timer .divider {
    width: 15px; }

.mdp-presale_account .public_field {
  display: none; }

.mdp-presale_account__create-account {
  display: none; }
  .mdp-presale_account__create-account.next {
    left: 0;
    max-width: none;
    position: absolute;
    visibility: hidden;
    top: 0;
    width: 100%; }

.mdp-presale_account__public .mdp-presale_account__create-account {
  display: inherit; }

.mdp-presale_account__public .mdp-presale_account__form-wrapper.mdp-presale_pin-validation {
  display: none; }

.mdp-presale_account__public .public_field {
  display: inherit; }

.mdp-presale_account__public .mdp-presale_account__pin-validation-text__wrapper {
  display: none; }

.mdp-presale_account__public .mdp-presale_account__form-header.kizuna-header {
  display: none; }

.mdp-presale_account__public .mdp-presale_account__form-header.public-header {
  display: inherit; }

.mdp-presale_account__wrapper {
  background: #ffffff; }

.mdp-presale_account .subpage-title {
  margin-bottom: 5rem;
  text-align: center; }

.mdp-presale_account .form-section {
  max-width: 370px;
  margin: 0 auto; }

.mdp-presale_account__have-account {
  border-top: 1px solid #d5d5d5;
  margin-top: 45px;
  padding-top: 45px; }
  .mdp-presale_account__have-account .mdp-presale_account__form-sub-header .title {
    font-size:  13px;
    font-size:  1.3rem; }

.mdp-presale_account__pin-validation-text__wrapper {
  background-color: #f5f5f5; }

.mdp-presale_account__password-details {
  margin-bottom: 32px; }
  .mdp-presale_account__password-details p {
    font-size:  13px;
    font-size:  1.3rem;
    margin-bottom: 0; }

.mdp-presale_account__pin-row .input-row {
  display: inline-block;
  margin-bottom: 0;
  width: 46%; }
  .mdp-presale_account__pin-row .input-row.invalid {
    margin-bottom: 35px; }
    .mdp-presale_account__pin-row .input-row.invalid::before {
      top: 13px; }
    .mdp-presale_account__pin-row .input-row.invalid .input-row__validation.active,
    .mdp-presale_account__pin-row .input-row.invalid .input-row__required.active,
    .mdp-presale_account__pin-row .input-row.invalid .input-row__pin-validation {
      position: absolute;
      left: 0;
      top: 52px;
      line-height: 1.1; }

.mdp-presale_account .input-row.pin-validation-error {
  margin-bottom: 30px; }

.mdp-presale_account .input-row__pin-validation, .mdp-presale_account .input-row__account-validation {
  display: none; }
  .mdp-presale_account .input-row__pin-validation.active, .mdp-presale_account .input-row__account-validation.active {
    padding: 4px 0;
    position: relative;
    display: inherit;
    color: #910a2d;
    font-size:  13px;
    font-size:  1.3rem;
    line-height: 1.1; }

.mdp-presale_account .input-row.disabled {
  pointer-events: none;
  opacity: .5; }

.mdp-presale_account__pin-divider {
  color: #d5d5d5;
  display: inline-block;
  font-size:  16px;
  font-size:  1.6rem;
  text-align: center;
  width: 8%; }

.mdp-presale_account__pin-field-wrapper {
  font-size: 0; }
  .mdp-presale_account__pin-field-wrapper input {
    text-transform: uppercase; }
  .mdp-presale_account__pin-field-wrapper .input-row__pin-validation {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 370px; }

.mdp-presale_account__ck-info-opt-in .component-input-3 input + .checkbox:before {
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.mdp-presale_account__ck-info-opt-in .component-input-3 input + .checkbox:after {
  top: 5px; }

.mdp-presale_account__ck-info-opt-in .component-input-3 p {
  font-size:  12px;
  font-size:  1.2rem; }

.mdp-presale_account__terms {
  padding-top: 30px; }
  .mdp-presale_account__terms .component-input-3 input + .checkbox:before {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .mdp-presale_account__terms .component-input-3 input + .checkbox:after {
    top: 5px; }
  .mdp-presale_account__terms .component-input-3 p {
    font-size:  15px;
    font-size:  1.5rem;
    margin-bottom: 20px; }

.mdp-presale_account__show-password .component-input-3 input + .checkbox:before {
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.mdp-presale_account__show-password .component-input-3 input + .checkbox:after {
  top: 5px; }

.mdp-presale_account__show-password .component-input-3 p {
  font-size:  15px;
  font-size:  1.5rem;
  margin-bottom: 20px; }

.mdp-presale_account__form-header .title {
  font-size:  18px;
  font-size:  1.8rem;
  text-align: center;
  line-height: 1.2; }

.mdp-presale_account__form-header.public-header {
  display: none; }

.mdp-presale_account__form-sub-header .title {
  font-size:  15px;
  font-size:  1.5rem;
  text-align: center; }

.mdp-presale_account__form-text {
  text-align: center; }

.mdp-presale_account__questions-bar {
  background: #f5f5f5;
  max-width: 970px;
  margin: 0 auto 36px;
  padding: 20px 35px;
  text-align: center; }
  .mdp-presale_account__questions-bar p:last-child {
    margin-bottom: 0; }

.mdp-presale_account .info-opt-in-1 {
  display: block; }

.mdp-presale_account__loader-container {
  display: none; }

.mdp-presale_account a.cta {
  width: 100%; }

.mdp-presale_account a.input-help {
  font-size:  14px;
  font-size:  1.4rem;
  text-decoration: underline; }

.mdp-presale_account-thank-you {
  margin: 0 auto;
  max-width: 770px; }
  .mdp-presale_account-thank-you .section {
    margin-bottom: 5em; }
  .mdp-presale_account-thank-you .subpage-title, .mdp-presale_account-thank-you .heading-body {
    text-align: center; }
  .mdp-presale_account-thank-you .cta-container__cta {
    margin-bottom: 1.4rem; }
    .mdp-presale_account-thank-you .cta-container__cta .cta {
      width: 100%; }

@media screen and (min-width: 768px) {
  .mdp-presale_pin-validation .grid-col-medium-6:first-child {
    border-right: 1px solid #d5d5d5; } }

.mdp-presale-lobby .ajaxloader {
  margin: 0 auto 28px; }
  .mdp-presale-lobby .ajaxloader .arc::before, .mdp-presale-lobby .ajaxloader .arc::after {
    left: 0; }

.mdp-presale_order {
  margin: 30px 0 0; }
  @media screen and (min-width: 768px) {
    .mdp-presale_order {
      margin-top: 40px; } }
  @media screen and (min-width: 960px) {
    .mdp-presale_order {
      margin-top: 60px; } }
  .mdp-presale_order .mdp-gallery--thumbnails__container {
    position: relative;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .mdp-presale_order .mdp-gallery--thumbnails__container {
        margin-bottom: 60px; } }
    @media screen and (min-width: 960px) {
      .mdp-presale_order .mdp-gallery--thumbnails__container {
        margin-bottom: 100px; } }
    .mdp-presale_order .mdp-gallery--thumbnails__container::after {
      content: '';
      display: block;
      padding-bottom: 90%; }
      @media screen and (min-width: 960px) {
        .mdp-presale_order .mdp-gallery--thumbnails__container::after {
          padding-bottom: 70%; } }
  .mdp-presale_order .mdp-gallery--thumbnails__thumb .slide-image {
    background: none; }
  @media screen and (min-width: 768px) {
    .mdp-presale_order__details {
      right:  12px;
      right:  1.2rem;
      position: absolute;
      top: 0;
      width: 100%; } }
  .mdp-presale_order__details-wrapper {
    position: relative; }
  .mdp-presale_order__details-header {
    padding-bottom: 24px; }
  .mdp-presale_order__details-title {
    font-size:  20px;
    font-size:  2rem;
    margin-bottom:  30px;
    margin-bottom:  3rem; }
  .mdp-presale_order__details-subtitle {
    font-size:  13px;
    font-size:  1.3rem;
    margin-bottom: 0; }
  .mdp-presale_order__colors {
    font-size:  15px;
    font-size:  1.5rem;
    line-height:  20px;
    line-height:  2rem;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 1.667em;
    overflow: hidden;
    padding-bottom: 2.333em; }
    .mdp-presale_order__colors__interior, .mdp-presale_order__colors__exterior {
      padding-left: 48px;
      position: relative; }
    .mdp-presale_order__colors .grid-col-small-5:first-child {
      padding-left: 0; }
    .mdp-presale_order__colors .grid-col-small-5:last-child {
      padding-right: 0; }
    .mdp-presale_order__colors [data-color='machine_gray_metallic'] .inner-circle {
      background: linear-gradient(to top, #9fa0a0 0%, #9fa0a0 50%, #909191 50%, #9e9f9f 100%); }
      @media print {
        .mdp-presale_order__colors [data-color='machine_gray_metallic'] .inner-circle {
          background: #4f535b;
          box-shadow: 0 0 0 40px #4f535b inset; } }
    .mdp-presale_order__colors .dot,
    .mdp-presale_order__colors .swatch {
      height: 40px;
      left: 0;
      position: absolute;
      text-align: center;
      top: 0;
      width: 40px; }
    .mdp-presale_order__colors .outer-circle, .mdp-presale_order__colors .outer-swatch {
      display: block;
      height: 100%;
      position: relative;
      width: 100%; }
    .mdp-presale_order__colors .outer-circle {
      background-color: #e7e7e7;
      border-radius: 50%;
      border: 0; }
    .mdp-presale_order__colors .inner-circle, .mdp-presale_order__colors .inner-swatch {
      border: 0;
      display: block;
      height: 40px;
      width: 40px; }
    .mdp-presale_order__colors .inner-circle {
      border-radius: 50%;
      box-shadow: inset 0 1px 2px 0 rgba(213, 213, 213, 0.5); }
    .mdp-presale_order__colors .inner-swatch img {
      max-width: 100%; }
    .mdp-presale_order__colors .icon-check {
      color: #ffffff;
      display: block;
      font-size: 15px;
      left: 12px;
      line-height: 15px;
      position: absolute;
      top: 12px;
      transition-delay: .1s;
      transition: opacity .1s, visibility .1s; }
  .mdp-presale_order__price {
    margin-bottom: 1.2em; }
    .mdp-presale_order__price sup {
      color: #101010;
      margin-right: .2em; }
  .mdp-presale_order__deposit-title, .mdp-presale_order__deposit-amount {
    line-height: 1; }
  .mdp-presale_order__deposit-title {
    color: #999999;
    text-transform: uppercase;
    font-size:  13px;
    font-size:  1.3rem; }
  .mdp-presale_order__deposit-amount {
    font-size:  30px;
    font-size:  3rem; }
  .mdp-presale_order__sold-out {
    margin-top: 1.667em; }
    .mdp-presale_order__sold-out-title {
      font-size:  15px;
      font-size:  1.5rem;
      color: #910a2d;
      margin: 0;
      text-align: center; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mdp-presale_order__sold-out-title {
          font-size:  12px;
          font-size:  1.2rem; } }
  .mdp-presale_order__form.submitting .mdp-presale_order__loader-container {
    display: block; }
  .mdp-presale_order__form.submitting .mdp-presale_order__cancel,
  .mdp-presale_order__form.submitting .mdp-presale_order__submit {
    display: none; }
  .mdp-presale_order__form-wrapper {
    background: #ffffff;
    border: 1px solid #d5d5d5;
    padding: 18px; }
    @media screen and (min-width: 960px) {
      .mdp-presale_order__form-wrapper {
        padding: 24px; } }
  .mdp-presale_order__form-title {
    font-size:  15px;
    font-size:  1.5rem;
    text-align: center; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .mdp-presale_order__form-title {
        font-size:  12px;
        font-size:  1.2rem; } }
    .mdp-presale_order__form-title label {
      font-size: inherit; }
  .mdp-presale_order__form-section--phone-number {
    border-top: 1px solid #d5d5d5;
    padding-top: 25px; }
  .mdp-presale_order__form .form-section {
    margin-bottom: 25px; }
  .mdp-presale_order__form .input-row.required label:nth-of-type(1)::after {
    color: #910a2d;
    content: '*'; }
  .mdp-presale_order__form .cta {
    cursor: pointer;
    width: 100%; }
  .mdp-presale_order__form .ajaxloader {
    display: none; }
  .mdp-presale_order__transmission-select {
    text-align: center; }
    .mdp-presale_order__transmission-select .select2-container {
      max-width: 100%; }
  .mdp-presale_order__cancel {
    margin-top: 25px; }
  .mdp-presale_order__lifestyle-image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-height: 100%;
    min-width: 100%; }
    .mdp-presale_order__lifestyle-image-wrapper {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #566066;
      display: none;
      height: 900px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        .mdp-presale_order__lifestyle-image-wrapper {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
  .mdp-presale_order .hidden {
    display: none; }

.mdp-presale-oc__templates {
  display: none; }

.mdp-presale-oc__top-banner {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }
  .waitlisted .mdp-presale-oc__top-banner {
    display: block; }
    .waitlisted .mdp-presale-oc__top-banner__order-status-bar--container {
      display: none; }
  .mdp-presale-oc__top-banner.light-text {
    color: #ffffff; }
  .mdp-presale-oc__top-banner.active {
    display: block; }
  @media print {
    .mdp-presale-oc__top-banner {
      margin-top: 80px; } }
  .mdp-presale-oc__top-banner, .mdp-presale-oc__top-banner--wrapper {
    height: 470px; }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .mdp-presale-oc__top-banner, .mdp-presale-oc__top-banner--wrapper {
        height: 420px; } }
    @media screen and (min-width: 768px) {
      .mdp-presale-oc__top-banner, .mdp-presale-oc__top-banner--wrapper {
        height: 550px; } }
    @media screen and (min-width: 960px) {
      .mdp-presale-oc__top-banner, .mdp-presale-oc__top-banner--wrapper {
        height: 725px; } }
  .mdp-presale-oc__top-banner--wrapper {
    background: #f5f5f5;
    display: none;
    overflow: hidden;
    position: relative;
    transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1); }
    .mdp-presale-oc__top-banner--wrapper.is-navigating {
      opacity: 0; }
    .lobby .mdp-presale-oc__top-banner--wrapper,
    .countdown .mdp-presale-oc__top-banner--wrapper,
    .preorder .mdp-presale-oc__top-banner--wrapper,
    .reserved .mdp-presale-oc__top-banner--wrapper,
    .waitlist .mdp-presale-oc__top-banner--wrapper {
      display: none; }
    .ordered .mdp-presale-oc__top-banner--wrapper,
    .waitlisted .mdp-presale-oc__top-banner--wrapper {
      display: block; }
  .mdp-presale-oc__top-banner__content, .mdp-presale-oc__top-banner__image {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    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;
    position: absolute;
    top: 0; }
  .mdp-presale-oc__top-banner__content {
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    height: 70%;
    left: 50%;
    max-width: 970px;
    min-width: 365px;
    padding: 0 40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%; }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .mdp-presale-oc__top-banner__content {
        height: 65%; } }
    @media screen and (min-width: 768px) {
      .mdp-presale-oc__top-banner__content {
        height: 87%;
        padding: 0; } }
    @media print {
      .mdp-presale-oc__top-banner__content {
        width: 100%; } }
  .mdp-presale-oc__top-banner__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    width: 100%; }
  @media screen and (min-width: 768px) {
    .mdp-presale-oc__top-banner--vehicle .mdp-presale-oc__top-banner__content {
      width: 775px;
      padding: 0; } }
  .mdp-presale-oc__top-banner--vehicle .mdp-presale-oc__top-banner__content.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mdp-presale-oc__top-banner__headers {
    padding: 30px 0 0; }
    .mdp-presale-oc__top-banner__headers--main, .mdp-presale-oc__top-banner__headers--primary, .mdp-presale-oc__top-banner__headers--secondary {
      text-shadow: 0 1px rgba(0, 0, 0, 0.3); }
    .mdp-presale-oc__top-banner__headers--main {
      font-size:  30px;
      font-size:  3rem;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      letter-spacing: .2em;
      text-transform: uppercase;
      line-height: 37px; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mdp-presale-oc__top-banner__headers--main {
          font-size:  40px;
          font-size:  4rem;
          line-height: 47px; } }
      @media screen and (min-width: 960px) {
        .mdp-presale-oc__top-banner__headers--main {
          font-size:  50px;
          font-size:  5rem;
          line-height: 57px; } }
      .mdp-presale-oc__top-banner__headers--main > h1,
      .mdp-presale-oc__top-banner__headers--main > h2,
      .mdp-presale-oc__top-banner__headers--main > h3,
      .mdp-presale-oc__top-banner__headers--main > h4,
      .mdp-presale-oc__top-banner__headers--main > h5,
      .mdp-presale-oc__top-banner__headers--main > h6,
      .mdp-presale-oc__top-banner__headers--main > p {
        font-size:  30px;
        font-size:  3rem;
        line-height: 37px; }
        @media screen and (min-width: 768px) and (max-width: 959px) {
          .mdp-presale-oc__top-banner__headers--main > h1,
          .mdp-presale-oc__top-banner__headers--main > h2,
          .mdp-presale-oc__top-banner__headers--main > h3,
          .mdp-presale-oc__top-banner__headers--main > h4,
          .mdp-presale-oc__top-banner__headers--main > h5,
          .mdp-presale-oc__top-banner__headers--main > h6,
          .mdp-presale-oc__top-banner__headers--main > p {
            font-size:  40px;
            font-size:  4rem;
            line-height: 47px; } }
        @media screen and (min-width: 960px) {
          .mdp-presale-oc__top-banner__headers--main > h1,
          .mdp-presale-oc__top-banner__headers--main > h2,
          .mdp-presale-oc__top-banner__headers--main > h3,
          .mdp-presale-oc__top-banner__headers--main > h4,
          .mdp-presale-oc__top-banner__headers--main > h5,
          .mdp-presale-oc__top-banner__headers--main > h6,
          .mdp-presale-oc__top-banner__headers--main > p {
            font-size:  50px;
            font-size:  5rem;
            line-height: 57px; } }
      .mdp-presale-oc__top-banner__headers--main h2 {
        margin-bottom:  20px;
        margin-bottom:  2rem; }
        @media screen and (min-width: 768px) {
          .mdp-presale-oc__top-banner__headers--main h2 {
            margin-bottom:  30px;
            margin-bottom:  3rem; } }
    .mdp-presale-oc__top-banner__headers--primary {
      font-size:  18px;
      font-size:  1.8rem;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      letter-spacing: .2em;
      text-transform: uppercase;
      line-height: 25px; }
      .mdp-presale-oc__top-banner__headers--primary > h1,
      .mdp-presale-oc__top-banner__headers--primary > h2,
      .mdp-presale-oc__top-banner__headers--primary > h3,
      .mdp-presale-oc__top-banner__headers--primary > h4,
      .mdp-presale-oc__top-banner__headers--primary > h5,
      .mdp-presale-oc__top-banner__headers--primary > h6,
      .mdp-presale-oc__top-banner__headers--primary > p {
        font-size:  18px;
        font-size:  1.8rem;
        line-height: 25px; }
    .mdp-presale-oc__top-banner__headers--secondary {
      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;
      line-height: 20px; }
      .mdp-presale-oc__top-banner__headers--secondary > h1,
      .mdp-presale-oc__top-banner__headers--secondary > h2,
      .mdp-presale-oc__top-banner__headers--secondary > h3,
      .mdp-presale-oc__top-banner__headers--secondary > h4,
      .mdp-presale-oc__top-banner__headers--secondary > h5,
      .mdp-presale-oc__top-banner__headers--secondary > h6,
      .mdp-presale-oc__top-banner__headers--secondary > p {
        font-size:  13px;
        font-size:  1.3rem;
        line-height: 20px; }
    .mdp-presale-oc__top-banner__headers--order, .mdp-presale-oc__top-banner__headers--waitlist {
      display: none; }
    .ordered .mdp-presale-oc__top-banner__headers--order,
    .waitlisted .mdp-presale-oc__top-banner__headers--waitlist {
      display: block; }
  .mdp-presale-oc__top-banner__order-status-bar {
    border-color: #101010;
    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;
    margin: 0 auto 80px;
    max-width: 970px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%; }
    .light-text + .mdp-presale-oc__top-banner__order-status-bar {
      color: #ffffff;
      border-color: #ffffff; }
    .mdp-presale-oc__top-banner__order-status-bar--container {
      bottom: 15px;
      position: absolute;
      left: 0;
      width: 100%; }
    .mdp-presale-oc__top-banner__order-status-bar__bottom-dates {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin: 25px auto 0;
      max-width: 970px; }
      @media screen and (max-width: 970px) {
        .mdp-presale-oc__top-banner__order-status-bar__bottom-dates {
          padding: 0 24px; } }
      .light-text .mdp-presale-oc__top-banner__order-status-bar__bottom-dates {
        color: #ffffff; }
      .mdp-presale-oc__top-banner__order-status-bar__bottom-dates > p {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      .mdp-presale-oc__top-banner__order-status-bar__bottom-dates--ordered, .mdp-presale-oc__top-banner__order-status-bar__bottom-dates--arrival {
        text-shadow: 0 1px rgba(0, 0, 0, 0.3); }
      .mdp-presale-oc__top-banner__order-status-bar__bottom-dates--ordered {
        text-align: left; }
      .mdp-presale-oc__top-banner__order-status-bar__bottom-dates--arrival {
        text-align: right; }
      @media screen and (max-width: 767px) {
        .mdp-presale-oc__top-banner__order-status-bar__bottom-dates {
          display: block;
          margin-top: 45px; }
          .mdp-presale-oc__top-banner__order-status-bar__bottom-dates > p {
            margin-bottom: 10px; }
          .mdp-presale-oc__top-banner__order-status-bar__bottom-dates--ordered {
            text-align: center; }
          .mdp-presale-oc__top-banner__order-status-bar__bottom-dates--arrival {
            text-align: center; } }
    .mdp-presale-oc__top-banner__order-status-bar__status {
      color: #999999;
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      @media screen and (max-width: 1023px) {
        .mdp-presale-oc__top-banner__order-status-bar__status {
          display: none; } }
      .light-text .mdp-presale-oc__top-banner__order-status-bar__status {
        color: #d5d5d5; }
      .mdp-presale-oc__top-banner__order-status-bar__status--date, .mdp-presale-oc__top-banner__order-status-bar__status--label {
        left: 0;
        top: 0;
        width: 100%;
        position: absolute;
        text-align: center;
        text-shadow: 0 1px rgba(0, 0, 0, 0.3);
        white-space: nowrap;
        transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }
      .mdp-presale-oc__top-banner__order-status-bar__status--date {
        font-size:  14px;
        font-size:  1.4rem;
        line-height: 1;
        opacity: 0;
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }
      .light-text .mdp-presale-oc__top-banner__order-status-bar__status.active, .light-text .mdp-presale-oc__top-banner__order-status-bar__status.complete {
        color: #ffffff; }
      .mdp-presale-oc__top-banner__order-status-bar__status.active .mdp-presale-oc__top-banner__order-status-bar__status--circle, .mdp-presale-oc__top-banner__order-status-bar__status.active .mdp-presale-oc__top-banner__order-status-bar__status--date, .mdp-presale-oc__top-banner__order-status-bar__status.active .mdp-presale-oc__top-banner__order-status-bar__status--label, .mdp-presale-oc__top-banner__order-status-bar__status.complete .mdp-presale-oc__top-banner__order-status-bar__status--circle, .mdp-presale-oc__top-banner__order-status-bar__status.complete .mdp-presale-oc__top-banner__order-status-bar__status--date, .mdp-presale-oc__top-banner__order-status-bar__status.complete .mdp-presale-oc__top-banner__order-status-bar__status--label {
        cursor: pointer; }
      .mdp-presale-oc__top-banner__order-status-bar__status.active {
        color: #101010; }
        .mdp-presale-oc__top-banner__order-status-bar__status.active .mdp-presale-oc__top-banner__order-status-bar__status--label {
          color: inherit; }
          @media screen and (max-width: 1023px) {
            .mdp-presale-oc__top-banner__order-status-bar__status.active .mdp-presale-oc__top-banner__order-status-bar__status--label {
              width: 100%; } }
        .mdp-presale-oc__top-banner__order-status-bar__status.active .mdp-presale-oc__top-banner__order-status-bar__status--circle {
          height: 24px;
          width: 24px;
          border-color: inherit;
          top: 41px; }
          .mdp-presale-oc__top-banner__order-status-bar__status.active .mdp-presale-oc__top-banner__order-status-bar__status--circle:before {
            background-color: #999999;
            border-radius: 50%;
            content: '';
            display: block;
            height: 15px;
            left: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
            width: 15px;
            z-index: 2; }
        .mdp-presale-oc__top-banner__order-status-bar__status.active:before, .mdp-presale-oc__top-banner__order-status-bar__status.active:after {
          transition: width 0.35s cubic-bezier(0.77, 0, 0.175, 1);
          width: calc(50% - 12px); }
        .mdp-presale-oc__top-banner__order-status-bar__status.active.selected .mdp-presale-oc__top-banner__order-status-bar__status--circle {
          height: 30px;
          width: 30px;
          top: 38px; }
          .mdp-presale-oc__top-banner__order-status-bar__status.active.selected .mdp-presale-oc__top-banner__order-status-bar__status--circle::before {
            height: 20px;
            width: 20px; }
        .mdp-presale-oc__top-banner__order-status-bar__status.active.selected:before, .mdp-presale-oc__top-banner__order-status-bar__status.active.selected:after {
          width: calc(50% - 15px); }
      .mdp-presale-oc__top-banner__order-status-bar__status.complete .mdp-presale-oc__top-banner__order-status-bar__status--circle {
        background-color: #d5d5d5;
        border: 2px solid #d5d5d5; }
        .light-text .mdp-presale-oc__top-banner__order-status-bar__status.complete .mdp-presale-oc__top-banner__order-status-bar__status--circle {
          background-color: #ffffff;
          border: 2px solid #ffffff; }
      .mdp-presale-oc__top-banner__order-status-bar__status.complete.selected .mdp-presale-oc__top-banner__order-status-bar__status--circle {
        width: 22px;
        height: 22px;
        top: 42px; }
      @media screen and (max-width: 1023px) {
        .mdp-presale-oc__top-banner__order-status-bar__status.selected {
          display: inherit; } }
      .mdp-presale-oc__top-banner__order-status-bar__status.selected .mdp-presale-oc__top-banner__order-status-bar__status--label {
        font-size:  14px;
        font-size:  1.4rem;
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        text-transform: uppercase; }
      .mdp-presale-oc__top-banner__order-status-bar__status.selected .mdp-presale-oc__top-banner__order-status-bar__status--date {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
      .mdp-presale-oc__top-banner__order-status-bar__status.selected .mdp-presale-oc__top-banner__order-status-bar__status--date ~ .mdp-presale-oc__top-banner__order-status-bar__status--label {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
      .mdp-presale-oc__top-banner__order-status-bar__status--circle {
        border: 2px solid #d5d5d5;
        border-radius: 50%;
        content: '';
        display: block;
        height: 15px;
        left: 50%;
        position: absolute;
        top: 45px;
        -webkit-transform: translatex(-50%);
                transform: translatex(-50%);
        transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
        width: 15px;
        z-index: 2; }
      .mdp-presale-oc__top-banner__order-status-bar__status:after, .mdp-presale-oc__top-banner__order-status-bar__status:before {
        content: '';
        display: block;
        width: calc(50% - 7.5px);
        border-bottom: 2px solid #d5d5d5;
        height: 0;
        position: absolute;
        top: 52px;
        z-index: 1; }
      .mdp-presale-oc__top-banner__order-status-bar__status:after {
        right: 0; }
      .mdp-presale-oc__top-banner__order-status-bar__status:before {
        left: 0; }
      .light-text .active .mdp-presale-oc__top-banner__order-status-bar__status--circle {
        border-color: #ffffff; }
        .light-text .active .mdp-presale-oc__top-banner__order-status-bar__status--circle:before {
          background-color: #ffffff; }
  .mdp-presale-oc__top-banner__veh-img {
    margin: 30px 0;
    height: 70%;
    position: relative; }
    .mdp-presale-oc__top-banner__veh-img > img {
      left: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%; }
    @media print {
      .mdp-presale-oc__top-banner__veh-img {
        margin: 30px auto;
        width: 50%; } }

.mdp-presale-oc__carousel {
  display: none; }
  .ordered .mdp-presale-oc__carousel {
    display: block; }

.mdp-presale-oc__my-account {
  clear: both;
  border-top: 1px solid #d5d5d5;
  text-align: center;
  margin-top: 70px;
  padding: 50px 0 20px; }
  .mdp-presale-oc__my-account__header {
    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;
    margin-bottom: 20px; }
    .mdp-presale-oc__my-account__header > h1,
    .mdp-presale-oc__my-account__header > h2,
    .mdp-presale-oc__my-account__header > h3,
    .mdp-presale-oc__my-account__header > h4,
    .mdp-presale-oc__my-account__header > h5,
    .mdp-presale-oc__my-account__header > h6,
    .mdp-presale-oc__my-account__header > p {
      font-size:  15px;
      font-size:  1.5rem;
      line-height: 23px; }
  .mdp-presale-oc__my-account .cta {
    max-width: 370px; }
    @media print {
      .mdp-presale-oc__my-account .cta {
        display: none; } }
  @media print {
    .mdp-presale-oc__my-account {
      border-top: 0 none;
      padding-top: 0; } }

.mdp-presale-oc__disclosures {
  text-align: center;
  padding: 25px; }
  .mdp-presale-oc__disclosures > p {
    margin: 0; }

.mdp-presale_update-contact--submit {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .mdp-presale_update-contact--submit .grid-col-medium-6:first-child {
      float: right; } }

.mdp-presale_update-password__form {
  padding: 35px 0 50px;
  border-bottom: 1px solid #d5d5d5; }
  .mdp-presale_update-password__form-wrapper {
    padding-bottom: 10px; }
  .mdp-presale_update-password__form #account-email {
    font-size:  14px;
    font-size:  1.4rem;
    background-color: #f5f5f5;
    border: 0;
    padding: 24px 0;
    text-align: center; }
  .mdp-presale_update-password__form .account-show-password .checkbox,
  .mdp-presale_update-password__form .account-show-password .instructions {
    /*font-family: 'InterstateLight', helvetica, arial, sans-serif;*/
    font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
    letter-spacing: initial;
    text-transform: initial; }
  .mdp-presale_update-password__form .account-show-password .checkbox {
    font-size:  14px;
    font-size:  1.4rem;
    height:  30px;
    height:  3rem;
    line-height:  30px;
    line-height:  3rem;
    margin-bottom:  14px;
    margin-bottom:  1.4rem;
    display: block; }
  .mdp-presale_update-password__form .account-show-password .instructions {
    font-size:  13px;
    font-size:  1.3rem; }

@media screen and (min-width: 768px) {
  .mdp-presale_update-password--submit .grid-col-medium-6:first-child {
    float: right; } }

.mdp-presale_update-shipping-address__form {
  padding: 35px 0 50px;
  border-bottom: 1px solid #d5d5d5; }
  .mdp-presale_update-shipping-address__form-wrapper {
    padding-bottom: 10px; }
  .mdp-presale_update-shipping-address__form .input-row .input-row,
  .mdp-presale_update-shipping-address__form .input-row .input-row .component-dropdown-1 {
    margin-bottom: 0; }
  .mdp-presale_update-shipping-address__form .input-row .input-row .select2-container {
    max-width: 100%; }

.mdp-presale_update-shipping-address--submit {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .mdp-presale_update-shipping-address--submit .grid-col-medium-6:first-child {
      float: right; } }