@font-face {
    font-family: 'mazda-regular';
    src: url("/vp_pages/themes/mazda/assets/fonts/interstatemazda-regular-webfont.eot");
    src:
        url("/vp_pages/themes/mazda/assets/fonts/interstatemazda-regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("/vp_pages/themes/mazda/assets/fonts/interstatemazda-regular-webfont.woff2") format("woff2"),
        url("/vp_pages/themes/mazda/assets/fonts/interstatemazda-regular-webfont.woff") format("woff"),
        url("/vp_pages/themes/mazda/assets/fonts/interstatemazda-regular-webfont.ttf") format("truetype"),
        url("/vp_pages/themes/mazda/assets/fonts/interstatemazda-regular-webfont.svg#MazdaType-Regular'") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mazda-light';
    src: url("/vp_pages/themes/mazda/assets/fonts/interstatemazda-light-webfont.eot");
    src:
        url("/vp_pages/themes/mazda/assets/fonts/interstatemazda-light-webfont.eot?#iefix") format("embedded-opentype"),
        url("/vp_pages/themes/mazda/assets/fonts/interstatemazda-light-webfont.woff2") format("woff2"),
        url("/vp_pages/themes/mazda/assets/fonts/interstatemazda-light-webfont.woff") format("woff"),
        url("/vp_pages/themes/mazda/assets/fonts/interstatemazda-light-webfont.ttf") format("truetype"),
        url("/vp_pages/themes/mazda/assets/fonts/interstatemazda-light-webfont.svg#MazdaType-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

html, .header, .footer, .evhc-table__head, .evhc-table__total {
    background-color: #191919;
}

body {
    font-family: 'mazda-light', Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

h2, h3, h4, strong, .cta--primary, .evhc-cta--primary, .evhc-cta--secondary {
    font-family: 'mazda-regular', Arial, sans-serif;
}

a, .header__title, .footer a, .footer-text a, .flex-container--social-icon .icon, .footer-title, .footer, .social-text {
    color: #999;
}

a {
    text-decoration: underline;
}

a:hover, a:focus {
    color: #191919;
    text-decoration: underline;
}

.constraint {
    max-width: 66em;
    width: 95%;
    margin: 0 auto;
}

.flex-container--header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-container--header .flex-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-details {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.flex-50, .flex-45, .flex-18, .flex-80 {
    width: 100%;
}

.flex--space-between {
    justify-content: space-between;
}

h2, strong, .header__title, .intro h2, .cta--primary, .evhc-cta--primary, .evhc-cta--secondary, .small-title, .social-text, .footer-title, .footer-text, .legal-list__item, .evhc-title, .evhc-table__head, .evhc-table__total {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.small-title {
    margin-top: 0;
}

.intro, .evhc-report-container .grid__item {
    display: block;
}

.intro p {
    margin-bottom: 0;
}

.intro--lower {
    text-transform: none;
}

.header {
    width: 100%;
    margin: 0;
    padding: 1em 0;
}

.header__logo {
    width: 100%;
    max-width: 4.5em;
    height: auto;
    margin-bottom: 1em;
}

.header__title {
    font-size: 1em;
}

.footer-title, .cta--primary, .evhc-cta--primary, .evhc-cta--secondary {
    font-size: 0.875em;
}

.stage, .intro-section {
    padding: 2em 0;
}

.stage, .details-container, .box, .evhc-approval-form {
    background-color: #fff;
}

.zoom-logo {
   background: url("/vp_pages/themes/mazda/assets/images/zz-logo.png") top left no-repeat #fff;
   padding: 0.5em 0;
   margin-top: 2em;
}

.zoom-logo-aus {
    background: url("/vp_pages/themes/mazda/assets/images/zz-logo-aus.png") top left no-repeat #fff;
    background-size: 150px;
    padding: 0.5em 0;
    margin-top: 2em;
}

.intro-section {
    background-color: #f5f5f5;
}

.intro-section h2, .evhc-title {
    font-size: 1.25em;
}

.intro-section p {
    color: #191919;
}

.details-container, .box, .evhc-approval-form {
	width: 100%;
    padding: 1.5em;
    border: 1px solid #d5d5d5;
}

.details-table {
    border-width: 0;
}

.details-table tbody tr:first-child td {
    border-top: 0;
}

.details-table tr, .details-table tr:nth-of-type(even) {
    background: transparent;
}

.details-table td {
    padding: 0.825em 0;
}

.details-table__title {
    text-transform: uppercase;
    font-size: 1em;
    width: 10em;
}

.details-table__detail {
	text-align: right;
    font-size: 1em;
}

.cta--primary, .evhc-cta--primary, .evhc-cta--secondary {
    display: inline-block;
    background-color: transparent;
    padding: 0.65em 2em;
    color: #fff;
    border: 2px solid #19191a;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    color: #19191a;
}

.cta--primary:hover, .cta--primary:focus, .evhc-cta--primary:hover, .evhc-cta--primary:focus, .evhc-cta--secondary:hover, .evhc-cta--secondary:focus {
    background-color: #d60000;
    border: 2px solid #d60000;
    color: #fff;
}

.box {
	padding: 1.5em;
}

.photo-gallery {
    margin: 2em 0 0;
    text-align: center;
}

#tootle h3 {
    font-size: 1.125em;
    line-height: 1.22222222;
}

#tootle h3 strong {
    line-height: 1.22222222;
}

#tootle .tootle-content-left p {
    margin-top: 0;
    margin-bottom: 1em;
}

#js-document-verification__form li {
    word-wrap: break-word;
}

#js-document-verification_unlock__btn, #js-confirmation_dialog__approve-button {
    font-family: 'mazda-regular', Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    background-color: transparent;
    color: #19191a;
    padding: 0.65em 2em;
    border: 2px solid #19191a;
    border-radius: 5px;
}

#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus, #js-confirmation_dialog__approve-button:hover, #js-confirmation_dialog__approve-button:focus {
    background-color: #d60000;
    border: 2px solid #d60000;
    color: #fff;
    text-decoration: none;
}

#js-document-verification__form p {
    margin-top: 0;
}

#js-document-verification_modal__dialog ul {
    list-style-type: none;
}

#js-document-verification_modal__dialog li {
    margin-left: 0;
}

.footer-details {
    background-color: #2d2d2d;
    padding: 1.5em 0;
}

.footer-title {
    margin: 0 0 0.5em 0;
}

.footer {
    width: 100%;
    padding: 1.5em 0;
    margin-top: 1.2em;}

.flex-container--social-icon {
    width: 2.5em;
    height: 2.5em;
    justify-content: center;
    align-items: center;
}

.flex-container--social-icon .icon {
    font-size: 1.4em;
}

.footer a, .footer-text a, .flex-container--social-icon .icon, .social-text {
    text-decoration: none;
}

.footer a:hover, .footer a:focus, .footer-text a:hover, .footer-text a:focus, .flex-container--social-icon .icon:hover, .flex-container--social-icon .icon:focus {
    color: #fff;
    text-decoration: none;
}

.footer-text, .social-text, .legal-list__item {
    font-size: 0.625em;
}

.legal-list {
	margin: 0 0 1em;
}

.legal-list__item {
    display: inline-block;
}

.legal-list__item:not(:last-of-type)::after {
	content: "|";
	padding: 0 1em;
}


/* ==========================================================================
   eVHC
   ========================================================================== */
.evhc-report-toggle-container {
    padding-top: 1em;
    text-align: left;
}

td, th {
    border-bottom-width: 0;
    border-top: 1px solid #e5e5e5;
}

.evhc-table__head th, tfoot .evhc-table__total td {
    border-top-width: 0;
}

.evhc-table {
    background: #fff;
    border: 1px solid #e6e6e6;
}

.evhc-table__head {
    border-bottom: none;
}

.evhc-table__head, .evhc-table__total {
    border: 1px solid #191919;
    font-size: 1em;
    color: #fff;
}

.evhc-table__cat {
    background-color: #e6e6e6;
}

.evhc-summary {
	background-color: #e6e6e6;
    padding: 2em 0;
    margin-bottom: 0;
}

.evhc-summary h3, .bumper-ad__title {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.25em;
}


/* ==========================================================================
   Live Video Styles
   ========================================================================== */
.live-video {
    background: none !important;
    position: relative;
    z-index: 1;
    padding: 0;
}

.live-video button.start-call {
    margin: 0 !important;
    font-size: 1.8em !important;
    line-height: 1 !important;
    padding: .2em 0 .3em 0 !important;
}

.live-video #onCall {
    width: 100% !important;
}

@media screen and (min-width: 44em) {
    .live-video #onCall {
        width: 50% !important;
    }
}

@media (orientation: landscape) {
    .live-video .media {
        display: block !important;
        width: 95% !important;
    }
}

.lv-feature__explainer #explainerText, #explainerText p {
    margin: 0;
}

#explainerText {
    background: #F5F5F5;
    border: none;
    padding: 1em 1.5em 0.25em 1.5em;
}

.live-video .review {
    width: 100%;
    max-width: 66em;
}

@media (min-width: 1366px) and (orientation: landscape) {
    .live-video .review {
        width: 100%;
        max-width: 66em;
    }
}

.live-video .review h1, .live-video  .review h2, .live-video  .review h3,  .live-video  .review h4, .live-video  .review th,  .live-video  .review label {
    color: #000 !important;
    font-weight: normal;
}

.live-video textarea {
    display: block;
    width: 100%;
    min-height: 10em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25em;
    background: #fff;
    padding: .25em .5em;
    margin-top: 1em;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.live-video button.send_review {
    display: inline-block;
    background-color: transparent;
    padding: 0.65em 2em;
    color: #fff;
    border: 2px solid #19191a;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    color: #19191a;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    background-color: #d60000;
    border: 2px solid #d60000;
    color: #fff;
}

.lv-content__error--vppages .error {
    width: 100%;
    max-width: 66em;
}

.live-video .reqMark::after {
    content: '*';
    display: inline-block;
    color: #ec1b34;
}

.live-video .review-gratification h1, .live-video .review-gratification h2, .live-video .review-gratification h3, .live-video .review-gratification h4, .live-video .review-gratification th, .live-video .review-gratification label {
    color: #000;
    text-transform: uppercase;
}

.fullscreen .live-video {
    background: #000 !important;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 53em) {
    .map-button {
        display: none;
    }

    .mobile-margin--top {
        margin-top: 2em;
    }

    .mobile-padding--top {
        margin-top: 1em;
    }

    .flex-container {
    	flex-direction: column;
    }
}
   
@media screen and (min-width: 53em) {
    body {
        font-size: 16px;
    }

    .flex-18 {
        width: 18%;
    }

    .flex-45 {
        width: 45%;
    }

    .flex-50 {
        width: 50%;
    }

    .flex-80 {
        width: 80%;
    }

    .flex--end {
	    justify-content: flex-end;
	}

    .flex-container--header {
        flex-direction: row;
    }

    .flex-container--header .flex-section {
        justify-content: flex-start;
    }

    .flex-container--header .flex-end--header {
        justify-content: flex-end;
    }

    .flex-details {
        padding-right: 2em;
    }

    .header__logo {
        margin-bottom: 0;
    }

    .photo-gallery {
        text-align: left;
    }
}