@font-face {
    font-family: 'modern_h_bold';
    src: url("/vp_pages/themes/hyundai/assets/fonts/modern_h_bold.eot");
    src: url("/vp_pages/themes/hyundai/assets/fonts/modern_h_bold.eot?#iefix") format("embedded-opentype"),
        url("/vp_pages/themes/hyundai/assets/fonts/modern_h_bold.woff") format("woff"),
        url("/vp_pages/themes/hyundai/assets/fonts/modern_h_bold.ttf") format("truetype"),
        url("/vp_pages/themes/hyundai/assets/fonts/modern_h_bold.svg#modern_h_bold") format("svg");
}

@font-face {
    font-family: 'modern_h_light';
    src: url("/vp_pages/themes/hyundai/assets/fonts/modern_h_light.eot");
    src: url("/vp_pages/themes/hyundai/assets/fonts/modern_h_light.eot?#iefix") format("embedded-opentype"),
        url("/vp_pages/themes/hyundai/assets/fonts/modern_h_light.woff") format("woff"),
        url("/vp_pages/themes/hyundai/assets/fonts/modern_h_light.ttf") format("truetype"),
        url("/vp_pages/themes/hyundai/assets/fonts/modern_h_light.svg#modern_h_light") format("svg");
}

body {
    font-family: 'modern_h_light', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}

h1, h2, h3, h4, strong {
    font-weight: 500;
}

h1 {
    font-size: 2.8125em;
}

h2 {
    font-size: 1.5625em;
}

.small-title {
    font-size: 1.5em;
    line-height: 1.25;
    margin-top: 0;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: #477bbc;
}

.col-left__55 {
    width: 55%;
    float: left;
}

.col-right__42 {
    width: 42%;
    float: right;
}

.col-left__70 {
    width: 70%;
    float: left;
}

.col-right__30 {
    width: 30%;
    float: right;
}

.constraint {
    max-width: 70em;
    width: 90%;
    margin: 0 auto;
}

.header {
    background-color: #fff;
    width: 100%;
    padding: 1em 0;
}

.header__logo {
    display: block;
    max-width: 13.125em;
    width: 100%;
}

.banner {
    background-color: #002c5f;
    text-align: right;
    padding: 1em 0;
}

.banner__title {
    text-transform: uppercase;
    font-family: 'modern_h_bold', Arial, sans-serif;
    font-size: 1em;
    color: #f6f3f2;
}

.stage {
    background-color: #fff;
    padding: 2em 0;
}

.stage-text {
    margin: 0 0 1em;
}

.details-table {
    border-width: 0;
    font-size: 1em;
}

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

.details-table td {
    border-bottom: 1px solid #ededed;
    margin: 0;
    padding: 0.4em 0;
}

.details-table tbody tr:last-child td {
    border: none;
 }

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

.details-table__title {
    white-space: nowrap;
    width: 30%;
}

.details-table__detail {
    text-align: right;
}

.cta--primary, .approve, .evhc-cta {
    background-color: #477bbc;
    padding: .75em 1.21428571429em;
    border-radius: 2px;
    border-bottom: 0;
    text-transform: uppercase;
    font-family: 'modern_h_bold', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    display: inline-block;
}

.cta--primary:hover, .cta--primary:focus, .approve:hover, .approve:focus, .evhc-cta:hover, .evhc-cta:focus {
    background-color: #2a4a73;
    color: #fff;
    border-bottom: 0;
    text-decoration: none;
}

.cta-button-block {
    margin: 2em 0 0;
}

.cta-button-block .cta--primary {
    margin: 0 0.825em 0 0;
}

.box, .evhc-approval-form {
    background: #f6f3f2;
    border: none;
}

.photo-gallery {
    padding-top: 2em;
}

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

.social-container {
    padding: 2em 0;
    background-color: #000;
    color: #fff;
}

.social {
    text-align: right;
}

.social a {
    color: #bfbfbf;
    display: inline-table;
    border: 1px solid #202020;
}

.social a .icon {
    width: 48px;
    height: 48px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.6em;
    padding-top: 0.15em;
}

.social a:not(:last-child) {
    margin-right: 0.4em;
}

.footer {
    width: 100%;
    background-color: #202020;
    margin: 0;
    padding: 0.5em 0;
    color: #828282;
}

.footer a, .footer a:hover, .footer a:focus {
    color: #828282;
}

.footer-text {
    display: inline-block;
    font-size: 0.825em;
}

.legal-list {
    font-size: 0.825em;
}

@media screen and (min-width: 62em) {
    .legal-list {
        text-align: right;
    }
}

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

#js-document-verification_unlock__btn {
    background-color: #477bbc;
    padding: .75em 1.21428571429em;
    border-radius: 2px;
    border-bottom: 0;
    text-transform: uppercase;
    font-family: 'modern_h_bold', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    display: inline-block;
}

#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus {
    background-color: #2a4a73;
    color: #fff;
    border-bottom: 0;
    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;
}

.bumper-ad {
    padding: 1em;
}


/* ==========================================================================
   eVHC
   ========================================================================== */
td, th {
    border-bottom-width: 0;
    border-top: 1px solid #ededed;
}

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

.evhc-table {
	background: #fff;
    border: none;
}

.evhc-title {
    margin-bottom: 0.5em;
}

.evhc-table__head {
    border-bottom: 2px solid #fff;
}

.evhc-table__head, .evhc-table__total {
    background: #cfd8dc;
    border-top: 0 !important;
}

.evhc-table__cat td {
	background: #ededed;
    border: 1px solid #ededed;
}


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

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

.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 {
    margin-top: 1.5em;
    margin-bottom: 3em;
}

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

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

.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: #333 !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 {
    min-width: 250px;
    background-color: #477bbc;
    padding: .75em 1.21428571429em .5em 1.21428571429em;
    border-radius: 2px;
    border-bottom: 0;
    text-transform: uppercase;
    font-family: 'modern_h_bold', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.375;
    color: #fff;
    display: inline-block;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    background-color: #2a4a73;
    color: #fff;
    border-bottom: 0;
    text-decoration: none;
}

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

.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: #333;
}

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

.footer-lv {
    padding-top: 1em;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 62em) {
    body {
        font-size: 14px;
    }

    .small-title {
        font-size: 1.375em;
        line-height: 1.13636364;
    }

    .col-left__55, .col-right__42, .col-left__70, .col-right__30 {
        width: 100%;
        float: none;
    }

    .video-container {
        max-width: 720px;
    }

    .col-left__70, .col-right__30, .banner, .social, .footer__legal {
        text-align: left;
    }

    [class^="col-left"] {
        margin-bottom: 2em;
    }

    .details-table {
        margin: 1em 0;
    }

    .cta-button-block {
        text-align: center;
    }

    .cta-button-block .cta--primary {
        width: 47%;
        margin: 0 0.4125em 0.825em 0.4125em;
    }

    .social-text {
        margin-top: 0;
    }

    .footer {
        padding: 1em 0;
    }
}

@media screen and (max-width: 35em) {
    .cta-button-block .cta--primary {
        width: 100%;
        margin: 0 0 0.825em 0;
    }
}

@media screen and (min-width: 62em) {
    .desktop-hide {
        display: none;
    }
}

#cookieConsent .col-left {
    margin: 0;
}

#cookieConsent .col-right {
    margin-top: 0;
}