@font-face {
    font-family: 'JaguarModernRegular';
    src: url('/vp_pages/themes/jaguar/assets/fonts/JaguarModernWeb-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'JaguarModernBold';
    src: url('/vp_pages/themes/jaguar/assets/fonts/JaguarModernWeb-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.28571428571429;
    color: #4a4f54;
    background-color: #d8d8d8;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
}

p {
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-family: "JaguarModernBold","Arial Unicode","arial","helvetica",sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.4;
}

h2, h3 {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.335rem;
}

h4 {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 600;
}

a {
    color: #4a4f54;
    text-decoration: underline;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}

a:hover, a:focus {
    color: #3c3c3b;
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.page-container {
    width: 100%;
    margin: 0 auto;
    max-width: calc(1600rem/16);
}

.constraint {
    margin: 0 auto;
    max-width: 80rem;
    width: 90%;
}

.constraint--small {
    margin: 0 auto;
    max-width: 55rem;
    width: 85%;
}

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

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

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

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

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

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

.details__section {
    display: flex;
    flex-flow: column wrap;
}

.stage {
    padding: 2.75rem 0;
}

.dark {
    background-color: #141414;
    color: #fff;
}

.white {
    background-color: #FFF;
    color: #000;
}

.light {
    background-color: #F0F0F0;
    color: #000;
}

.subtle-bg {
    background-color: #f2f2f2;
    padding: 2.25rem 0;
}

.header {
    margin-bottom: 0;
}

.header__hero {
    background: url(/vp_pages/themes/jaguar/assets/images/bgsmall-landscape.jpg) no-repeat center center;
    background-size: cover;
}

.header__logo-container {
    display: inline-block;
    padding: 6rem 0 6rem 2.25rem;
    width: 100%;
    max-width: 100%;
}

.header__logo {
    max-width: 9rem;
}

.details {
    margin-top: calc(29rem / 16);
    gap: 3rem;
}

.details__title {
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.15rem;
}

.details__detail {
    margin-top: 0;
    margin-bottom: 2rem;
}

[class*="cta"], [class*="evhc-cta"], #js-document-verification_unlock__btn .details-table__booking-cta-container {
    display: inline-block;
    height: auto;
    min-height: 44px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.4rem;
    letter-spacing: .12rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 19px 11px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.cta, input[type="button"].cta-callback, .evhc-cta, #js-document-verification_unlock__btn .details-table__booking-cta-container {
    background-color: #3c3c3b;
    color: #fff;
    border: 1px solid #3c3c3b;
}

.cta:hover, .cta:focus, input[type="button"].cta-callback:hover, input[type="button"].cta-callback:focus, .evhc-cta:hover, .evhc-cta:focus,
#js-document-verification_unlock__btn .details-table__booking-cta-container:hover, #js-document-verification_unlock__btn .details-table__booking-cta-container:focus {
    background-color: #FFF;
    border: 1px solid #3c3c3b;
    color: #3c3c3b;
}

.cta::before, input[type="button"].cta-callback::before, .cta--secondary::before {
    font-family: "Ionicons";
    speak: none;
    transition: none;
    font-size: calc(18rem / 16);
    font-weight: 600;
    letter-spacing: .12rem;
    text-decoration: none;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f3d6";
    margin-right: .25rem;
    padding: 0 .5rem 0 0;
    text-align: center;
    color: #fff;
    vertical-align: text-bottom;
}

.cta:hover::before, .input[type="button"].cta-callback::before {
    color: #3c3c3b;
    background-color: transparent !important;
}

.cta--secondary:hover::before, .cta--secondary:focus::before {
    color: #A3A3A3;
    background-color: transparent !important;
}

.evhc-action__icon {
    margin-right: .75rem;
}

.evhc-cta--secondary, .cta--secondary {
    margin-right: 0;
    background: #A3A3A3;
    border: 1px solid #A3A3A3;
    color: #FFF;
}

.evhc-cta--secondary:hover, .evhc-cta--secondary:focus, .cta--secondary:hover, .cta--secondary:focus {
    background-color: transparent !important;
    border: 1px solid #A3A3A3;
    color: #A3A3A3;
}

.bumper-ad__cta-container {
    display: flex;
    padding: 0;
}

.bumper-ad__cta-container__bumper-logo {
    padding: 0;
    min-height: auto;
}

#js-custom_content {
    font-size: calc(16rem / 16);
    margin: 1rem;
}

.photo-gallery {
    text-align: center;
    margin-top: 1.5rem;
}

.photo-gallery a {
    border-bottom-width: 0;
}

.js-codeweavers__vehicle_reserve_container .one-half {
    width: 49%;
}

@media only screen and (min-width: 1024px) {
    .js-codeweavers__vehicle_reserve_container .desk--one-quarter {
        width: 24%;
    }
}

.js-codeweavers__vehicle_reserve_container .small-title {
    padding-bottom: 0;
}

.box {
    background-color: #f0f0f0;
    border-width: 0;
    padding: 29px 30px 32px;
}

.staff-bio {
    margin-top: 0 !important;
}

.contact-form-wrapper {
    margin-bottom: 0 !important;
}

.small-title {
    font-weight: 600;
    letter-spacing: 0.15rem;
    padding-bottom: calc(17rem / 16);
}

.staff-bio p:first-of-type {
    margin-top: 0;
}

#js_callback_form {
    margin-top: calc(20rem / 16);
}

input[type=text], textarea, select {
    border: 1px solid #e4e8e8;
    min-height: 31px;
    line-height: 1;
    height: 42px;
    padding: 15px;
    margin-bottom: calc(10rem / 16);
    font-size: 13px;
    color: #000;
    border-radius: 0;
}

textarea {
    height: 10rem;
}

input[type=text]:focus, textarea:focus, select:focus {
    border: 1px solid #66afe9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

label {
    display: inline-block;
    margin-bottom: calc(10rem / 16);
}

.cookies__dropdown label {
    margin-bottom: 0;
}

label span[class="required"] {
    color: #ff0000;
}

#tootle h3 {
    font-size: 1.125rem;
}

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

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

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

/*#js-document-verification_unlock__btn {*/
/*    background-color: #a0182f;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*    padding: .8rem 1.6rem;*/
/*    text-decoration: none;*/
/*    display: inline-block;*/
/*    transition: none;*/
/*    font-size: .8rem;*/
/*    border-width: 0;*/
/*}*/

/*#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus {*/
/*    background-color: #352c2c;*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    border-width: 0;*/
/*}*/

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

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

.evhc-summary-text {
    padding-bottom: 1rem;
}

.evhc-summary-text--red {
    color: #D7122B;
}

.intro, .intro-evhc {
    max-width: calc(900rem / 16);
    margin: 0 auto;
}

.title-intro, .intro__title, .intro-evhc__title, .evhc-summary-title, .evhc-title, #js-codeweavers__vehicle_reserve_container h3 {
    font-size: calc(20rem / 16);
    line-height: 1.1;
    color: #000;
    padding-bottom: calc(36rem / 16);
    margin-bottom: 0;
}

.title-intro {
    color: #fff;
}

.intro p, .intro-evhc p, .evhc-intro, .evhc-summary-text {
    font-size: calc(16rem / 16);
    color: #444;
}

.evhc-report-container {
    padding: 0;
    margin: 0;
}

.evhc-table {
    margin-top: 2em;
    -webkit-font-smoothing: antialiased;
}

.evhc-key, .evhc-table__item-notes {
    font-size: .85rem;
    text-transform: none;
}

.evhc-key {
    padding: 0 0 1rem 0;
}

.evhc-table__head {
    background-color: #444;
    color: #fff;
    text-transform: uppercase;
}

th {
    font-weight: 400;
    text-transform: uppercase;
}

.evhc-table__cat {
    background-color: rgba(68,68,68,0.8);
    color: #fff;
    text-transform: uppercase;
}

.evhc-table__total {
    background-color: #444;
    color: #fff;
}

.evhc-table__total .evhc-table__cat-icon {
    color: #fff;
}

.evhc-disclaimer {
    font-size: 0.75rem;
}

.footer {
    margin-top: 0;
    padding-top: 0;
}

.footer__hero {
    background-color: #fff;
    border-top: 1px solid #d8d8d8;
    padding: 3rem 0;
}

.footer__bar {
    background-color: #FFF;
    color: #444;
    padding: 1rem 0;
    font-size: calc(9rem / 16);
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    text-transform: uppercase;
    letter-spacing: calc(2.3rem / 16);
    font-weight: 700;
}

.footer__bar a {
    color: #444;
    text-decoration: none;
    line-height: .7rem;
}

.footer__bar a:hover, .footer__bar a:focus {
    color: #444;
    text-decoration: underline;
}

.footer__bar ul {
    margin: 0;
    line-height: 0;
}

.footer__box {
    padding: 0 2rem;
}

.footer__box .cta {
    margin-bottom: 1rem;
}

.footer__title {
    font-size: calc(18rem / 16);
    line-height: 1.22;
    color: #000;
}

.footer__ctas {
    display: block;
}

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

.footer__bottom-strip {
    background-color: #fff;
    padding: calc(24rem / 16);
}

.footer__bottom-strip p {
    margin: 0;
    font-size: calc(10rem / 16);
    letter-spacing: .8px;
}

.legal-list {
    margin: 0;
}

.legal-list__item {
    display: block;
    margin: 0.625rem 0;
}

.legal-list__item:not(:last-of-type)::after {
    content: "";
    padding: 0;
    margin: 0.625rem 0;
}

.footer__social {
    margin: 0;
    padding: 2rem 0 0 0;
}

.footer__social a {
    color: #444;
    display: inline-table;
    margin: 0 .3rem 0 .3rem;
    background-color: #fff;
    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    transition: background-color 400ms;
    width: 50px;
    height: 50px;
    line-height: 5rem;
    font-size: calc(23rem / 16);
    text-align: center;
}

.footer__social a:hover, .footer__social a:focus {
    color: #FFF;
}

.footer__social a:hover:nth-of-type(1), .footer__social a:focus:nth-of-type(1) {
    background: #305891;
}

.footer__social a:hover:nth-of-type(2), .footer__social a:focus:nth-of-type(2) {
    background: #2ca8d2;
}

.footer__social a:hover:nth-of-type(3), .footer__social a:focus:nth-of-type(3) {
    background: #ccc;
}

.footer__social .icon {
    font-size: calc(23rem / 16);
}

.flex-container--social-icon {
    width: calc(50rem / 16);
    height: calc(50rem / 16);
    justify-content: center;
    align-items: center;
}

#cookieConsent a:hover, #cookieConsent a:focus {
    text-decoration: none;
}


/* ==========================================================================
Media Queries
========================================================================== */
@media screen and (min-width: 38em) {
    .footer__ctas .booking-cta-container .cta {
        margin-left: 0.5rem;
    }

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

    .legal-list__item:not(:last-of-type)::after {
        padding: 0 1.5rem;
    }
}

@media screen and (min-width: 45em) {
    .stage {
        padding: 3.375rem 0;
    }
}

@media screen and (min-width: 60em) {
    .flex-container {
        flex-direction: row;
    }

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

    .flex-44 {
        width: 44%;
    }

    .flex-53 {
        width: 53%;
    }

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

    .stage {
        padding: 5rem 0;
    }

    .header__hero {
        background: url(/vp_pages/themes/jaguar/assets/images/bg-landscape.jpg) no-repeat center 20%;
        padding-top: 0;
    }

    .header__logo-container {
        padding: 10rem 0 10rem 4rem;
    }

    .header__logo {
        max-width: 16rem;
    }

    .title-intro {
        font-size: calc(24rem / 16);
        line-height: 1.083333333333333;
        padding-bottom: calc(75rem / 16);
    }

    .intro__title, .intro-evhc__title, .evhc-summary-title, .evhc-title, #js-codeweavers__vehicle_reserve_container h3 {
        font-size: calc(24rem / 16);
        line-height: 1.08333;
        padding-bottom: calc(1.75rem);
    }

    .details {
        margin-top: 0;
        gap: 0;
    }

    .evhc-key {
        padding: 0;
    }

    .photo-gallery {
        margin-top: 3rem;
    }
}


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

.live-video button.start-call {
    margin: 0 !important;
    margin-top: -8px !important;
    background-color: #3c3c3b !important;
    border: 1px solid #3c3c3b;
    border-radius: 0 !important;
    width: 200px !important;
    display: inline-block;
    height: auto;
    min-height: 44px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.4rem;
    letter-spacing: .12rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 19px 11px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.live-video button.start-call:hover, .live-video button.start-call:focus {
    background-color: #FFF !important;
    border: 1px solid #3c3c3b !important;
    color: #3c3c3b !important;
}


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

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

.lv-feature__explainer #explainerText {
    background: #181818;
    color: #FFF;
    margin: 0;
}

.live-video .review {
    width: 85%;
    max-width: 55rem;
}

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

.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: #FFF !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: #a0182f;
    color: #fff;
    text-transform: uppercase;
    padding: .8rem 1.6rem;
    text-decoration: none;
    display: inline-block;
    transition: none;
    font-size: .8rem;
    border-width: 0;
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    background-color: #352c2c;
    color: #fff;
    text-decoration: none;
    border-width: 0;
}

.lv-content__error--vppages .error {
    width: 85%;
    max-width: 55rem;
}

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

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

html[lang="ar"] h1,
html[lang="ar"] h2, 
html[lang="ar"] h3, 
html[lang="ar"] h4, 
html[lang="ar"] h5,
html[lang="ar"] .details__title,
html[lang="ar"] [class*="cta"], 
html[lang="ar"] [class*="evhc-cta"], 
html[lang="ar"] #js-document-verification_unlock__btn .details-table__booking-cta-container,
html[lang="ar"] .cta::before, 
html[lang="ar"] input[type="button"].cta-callback::before, 
html[lang="ar"] .cta--secondary::before,
html[lang="ar"] .small-title,
html[lang="ar"] .footer__bar,
html[lang="ar"] .footer__bottom-strip p,
html[lang="ar"] .live-video button.start-call {
    letter-spacing: 0;
}