@font-face {
  font-family: 'VWHeadWeb-Bold';
  src: url('/vp_pages/themes/volkswagen_used/assets/fonts/VWHeadWeb-Bold.eot');
  src: url('/vp_pages/themes/volkswagen_used/assets/fonts/VWHeadWeb-Bold.eot?#iefix') format('embedded-opentype'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWHeadWeb-Bold.woff2') format('woff2'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWHeadWeb-Bold.woff') format('woff'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWHeadWeb-Bold.ttf')  format('truetype'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWHeadWeb-Bold.svg#194f5394ae2e9c74dc3c441b92862d1d') format('svg');
}

@font-face {
  font-family: 'VWHeadWeb-Regular';
  src: url('/vp_pages/themes/volkswagen_used/assets/fonts/VWHeadWeb-Regular.eot');
  src: url('/vp_pages/themes/volkswagen_used/assets/fonts/VWHeadWeb-Regular.eot?#iefix') format('embedded-opentype'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWHeadWeb-Regular.woff2') format('woff2'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWHeadWeb-Regular.woff') format('woff'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWHeadWeb-Regular.ttf')  format('truetype'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWHeadWeb-Regular.svg#194f5394ae2e9c74dc3c441b92862d1d') format('svg');
}

@font-face {
  font-family: 'VWTextWeb-Bold';
  src: url('/vp_pages/themes/volkswagen_used/assets/fonts/VWTextWeb-Bold.eot');
  src: url('/vp_pages/themes/volkswagen_used/assets/fonts/VWTextWeb-Bold.eot?#iefix') format('embedded-opentype'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWTextWeb-Bold.woff2') format('woff2'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWTextWeb-Bold.woff') format('woff'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWTextWeb-Bold.ttf')  format('truetype'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWTextWeb-Bold.svg#194f5394ae2e9c74dc3c441b92862d1d') format('svg');
}

@font-face {
  font-family: 'VWTextWeb-Regular';
  src: url('/vp_pages/themes/volkswagen_used/assets/fonts/VWTextWeb-Regular.eot');
  src: url('/vp_pages/themes/volkswagen_used/assets/fonts/VWTextWeb-Regular.eot?#iefix') format('embedded-opentype'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWTextWeb-Regular.woff2') format('woff2'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWTextWeb-Regular.woff') format('woff'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWTextWeb-Regular.ttf')  format('truetype'),
       url('/vp_pages/themes/volkswagen_used/assets/fonts/VWTextWeb-Regular.svg#194f5394ae2e9c74dc3c441b92862d1d') format('svg');
}

html {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: VWTextWeb-Regular, Arial, sans-serif;
    color: #000;
    font-size: 14px;
}

strong {
    font-family: VWTextWeb-Bold, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #001e50;
}

a:hover, a:focus {
    color: #0040c5;
    text-decoration: none;
}

h1 {
    font-family: VWHeadWeb-Bold, Arial, sans-serif;
    color: #001e50;
}

h2, h3, h4 {
    font-family: VWHeadWeb-Regular, Arial, sans-serif;
    color: #001e50;
}

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

.box, .evhc-approval-form {
    background-color: #fff;
    border: 2px solid #dfe4e8;
    margin: 2rem 0;
}

.constraint {
    max-width: 65rem;
}

.flex-container {
    flex-direction: column;
}

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

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

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

.flex-30, .flex-67, .flex-44, .flex-53 {
    width: 100%;
}

.header {
    margin-bottom: 2rem;
    padding: 1.35rem 0;
}

.header__logo {
    max-width: calc(48rem/16);
    width: 100%;
}

.header__title-container, .footer__content-container {
    flex-direction: column;
    text-align: center;
}

.header__logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.35rem;
}

.header__logo-strapline {
    font-family: VWHeadWeb-Bold, Arial, sans-serif;
    font-weight: 700;
    font-size: .9rem;
    margin-top: .5rem;
    color: #001e50; 
}

.subtitle {
    font-size: 1.25rem;
    line-height: 1.25;
}

.details-table {
    border: none;
    margin: 2rem 0;
}

.details-table td {
    border-top: 2px solid #dfe4e8;
    border-bottom: 2px solid #dfe4e8;
    padding: 1rem 0;
}

.details-table tr {
    background: #fff;
}

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

.contact-title {
    font-size: 1.125rem;
    margin: 0 0 0.5rem 0;
}

.cta--primary, .evhc-cta {
    background-color: #001e50;
    text-decoration: none;
    padding: 1rem 2.7rem;
    display: inline-block;
    -webkit-transition: background .4s linear;
    transition: background .4s linear;
    text-align: center;
    text-shadow: none;
    border: 1px solid #001e50;
    border-radius: 25px;
    font-family: VWTextWeb-Regular, Arial, sans-serif;
    line-height: normal;
    font-size: 0.875rem;
    color: #fff;
}

.cta--primary:hover, .cta--primary:focus, .evhc-cta:hover, .evhc-cta:focus {
    background-color: rgb(0, 64, 197);
    border: 1px solid rgb(0, 64, 197);
    color: #fff;
}

.cta--secondary {
    background: transparent;
    border: 1px solid #001e50;
    color: #001e50;
    margin-right: 0;
    margin-top: .8rem;
}

.cta--secondary:hover, .cta--secondary:focus {
    background: transparent;
    border: 1px solid #0040c5;
    color: #0040c5;
}

.cta-actions {
    display: block;
}

.booking-cta-container {
    margin: 0;
    display: block;
}

.booking-cta-container .cta {
    display: block;
}

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

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

#js-document-verification_unlock__btn {
    background-color: #001e50;
    text-decoration: none;
    padding: 1rem 2.7rem;
    display: inline-block;
    -webkit-transition: background .4s linear;
    transition: background .4s linear;
    text-align: center;
    text-shadow: none;
    border: 1px solid #001e50;
    border-radius: 25px;
    font-family: VWTextWeb-Regular, Arial, sans-serif;
    line-height: normal;
    font-size: 0.875rem;
    color: #fff;
}

#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus {
    background-color: rgb(0, 64, 197);
    border: 1px solid rgb(0, 64, 197);
    color: #fff;
}

#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;
}

.orb--nc {
    background-color: #c7cdd0;
}

.footer {
    border-top: 2px solid #001e50;
    background-color: #fff;
    margin-top: 3rem;
    padding: 3rem 0 1.5rem;
    color: #717e90;
}

.footer__content-container, .footer__social-container {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer__social a {
    color: #fff;
    transition: .1s ease color;
    font-size: 1.25rem;
    display: inline-table;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: #b8c5ca;
    margin-right: .25rem;
}

.footer__social a:hover, .footer__social a:focus {
    background-color: #9aa6ab;
}

.footer__social a .icon {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.legal-list {
    text-align: center;
}

.legal-list__item {
    display: inline-block;
    font-size: 0.875rem;
}

.legal-list__item:not(:last-of-type)::after {
    content: "|";
    padding: 0 0.75rem;
    color: #001e50;
}

.evhc-report-container {
    margin-top: 1rem;
}


/* ==========================================================================
   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.8rem !important;
    line-height: 1.375;
    padding-bottom: .3rem;
}

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

@media screen and (min-width: 44rem) {
    .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.5rem;
    margin-bottom: 3rem;
}

.live-video .review {
    width: 100%;
    max-width: 65rem;
}

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

.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: #202020 !important;
    font-weight: normal;
}

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

.live-video button.send_review {
    background-color: #001e50;
    text-decoration: none;
    padding: 1rem 2.7rem;
    display: inline-block;
    -webkit-transition: background .4s linear;
    transition: background .4s linear;
    text-align: center;
    text-shadow: none;
    border: 1px solid #001e50;
    border-radius: 25px;
    font-family: VWTextWeb-Regular, Arial, sans-serif;
    line-height: normal;
    font-size: 0.875rem;
    color: #fff;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    background-color: rgb(0, 64, 197);
    border: 1px solid rgb(0, 64, 197);
    color: #fff;
}

.lv-content__error--vppages .error {
    width: 100%;
    max-width: 65rem;
}

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

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


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (min-width: 44rem) {
    body {
        font-size: 15px;
    }

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

    .flex--end {
        justify-content: center;
        align-items: end;
        text-align: right;
    }

    .flex-30 {
        flex-basis: 30%;
    }

    .flex-67 {
        flex-basis: 67%;
    }

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

    .header__logo-container {
        margin-bottom: 0;
    }

    .footer__content-container {
        justify-content: center;
        align-items: start;
        text-align: left;
    }

    .legal-list {
        text-align: left;
    }
}

@media screen and (min-width: 58rem) {
    body {
        font-size: 16px;
    }

    .desktop-hide {
        display: none !important;
    }

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

    .flex-container.bumper-ad {
        flex-direction: column;
    }

    .flex-44 {
        flex-basis: 44%;
    }

    .flex-53 {
        flex-basis: 53%;
    }

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

    .booking-cta-container {
        display: inline-block;
    }

    .booking-cta-container .cta {
        display: inline-block;
    }

    .cta-actions {
        display: inline-block;
    }

    .footer__social {
        text-align: right;
    }

    .footer__social-container {
        justify-content: flex-end;
        align-items: flex-start;
        text-align: right;
    }
}

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

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

@media screen and (max-width: 63.75rem) {
    #cookieConsent .col-left, #cookieConsent .col-right {
        width: 100%;
        float: none;
    }

    #cookieConsent a.cookieConsentOK {
        float: none;
        margin: 10px 0 0 0;
    }
}

@media screen and (min-width: 48rem) {
    #cookieConsent .col-left {
        margin: 0;
    }
}
