@font-face {
    font-family: 'DaciaBlock-Bold';
    src:
        url("/vp_pages/themes/dacia/assets/fonts/DaciaBlock-Bold.woff2") format("woff2"),
        url("/vp_pages/themes/dacia/assets/fonts/DaciaBlock-Bold.woff") format("woff"),
        url("/vp_pages/themes/dacia/assets/fonts/DaciaBlock-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DaciaBlock-Regular';
    src:
        url("/vp_pages/themes/dacia/assets/fonts/DaciaBlock-Regular.woff2") format("woff2"),
        url("/vp_pages/themes/dacia/assets/fonts/DaciaBlock-Regular.woff") format("woff"),
        url("/vp_pages/themes/dacia/assets/fonts/DaciaBlock-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Read-Bold';
    src:
            url("/vp_pages/themes/dacia/assets/fonts/Read-Bold_V3000.woff2") format("woff2"),
            url("/vp_pages/themes/dacia/assets/fonts/Read-Bold_V3000.woff") format("woff"),
            url("/vp_pages/themes/dacia/assets/fonts/Read-Bold_V3000.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Read-Regular';
    src:
            url("/vp_pages/themes/dacia/assets/fonts/Read-Regular_V3000.woff2") format("woff2"),
            url("/vp_pages/themes/dacia/assets/fonts/Read-Regular_V3000.woff") format("woff"),
            url("/vp_pages/themes/dacia/assets/fonts/Read-Regular_V3000.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Read-Regular', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #000;
    text-decoration: underline;
}

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

h2, .evhc-title {
    text-transform: uppercase;
    font-family: 'DaciaBlock-Bold' , Arial, sans-serif;
    font-size: 1.857142857142857em;
    line-height: 1.34375;
    color: #000;
}

h3 {
    font-family: 'Read-Regular', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.small-title, .bumper-ad__title {
    font-family: 'DaciaBlock-Bold' , Arial, sans-serif;
    font-size: 1.142857142857143em;
    text-transform: none;
    line-height: 1.227272727272727;
}

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

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

.container-spacing {
    padding: 2em 0;
}

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

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

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

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

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

.header {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 5%);
    margin: 0;
    padding:0;
    line-height: 0;
}

.header__logo {
    width: 100%;
    max-width: 8.357142857142857em;
    height: auto;
    margin: 2em 0;
}

.intro-section {
    background: #F2F2F2;
}

.intro-section p {
    margin: .8em 0 0 0;
    font-size: 1.25em;
}

.stage {
    background-color: #FFF;
}

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

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

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

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

.details-table tbody tr td {
    border-top-width: 0;
    border-bottom: 1px solid rgb(204, 204, 204);
}

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

.details-table td {
    background-color: #fff;
    padding: 0.825em 1em;
}

.details-table__title {
    font-size: 1em;
    width: 10em;
    font-family: 'Read-Regular', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

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

.cta--primary, .evhc-cta--primary, .evhc-cta--secondary {
    display: inline-block;
    background-color: #646b52;
    border: 1px solid #646b52;
    position: relative;
    padding: 13px 32px;
    color: #fff;
    fill: currentColor;
    font-size: 0.875rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: background-color .5s,color .5s,border-color .5s,color .5s;
    vertical-align: middle;
    text-decoration: none;
}

.cta--primary-btn {
	position: relative;
}

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

.booking-cta-container .cta--primary {
    width: 100%;
}

.booking-cta-container .cta--primary:last-of-type {
    background-color: #fff;
    color: #000;
    border: 1px solid #646b52;
    width: 100%;
}

.cta--primary:hover, .cta--primary:focus, .evhc-cta--primary:hover, .evhc-cta--primary:focus, .evhc-cta--secondary:hover, .evhc-cta--secondary:focus, .booking-cta-container .cta--primary:hover, .booking-cta-container .cta--primary:focus {
    background-color: #000;
    border: 1px solid #000;
    color: #FFF;
}

.box, .photo-gallery {
	padding-top: 1.5em;
}

.box {
    border: 1px solid #ccc;
}

#tootle .cta--primary {
    display: inline-block;
}

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

.footer {
    background-color: #000;
    width: 100%;
    color: #fff;
}

.footer-title {
    margin: 0 0 0.625em 0;
    font-family: 'Read-Regular', Arial, sans-serif;
    font-size: 1.125em;
    color: #fff;
    text-transform: none;
}

.footer-text {
    padding-top: 0.125em;
}

.flex-container--social-icon {
    color: #fff;
    margin-right: 1.25em;
    justify-content: center;
    align-items: center;
    font-size: 1.875em;
}

.footer a, .footer-text a, .social-text {
    text-decoration: none;
    color: #fff;
}

.footer a:hover, .footer a:focus, .footer-text a:hover, .footer-text a:focus {
    text-decoration: underline;
    color: #fff;
}

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

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

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

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

input[type=text],textarea {
    border: 1px solid #ccc;
    border-radius: 0;
}

input[type=text]:focus, textarea:focus, input[type=checkbox]:focus, select:active {
    border: 1px solid #000;
    box-shadow: none;
}

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

.evhc-table__head th, .evhc-table__cat td, .evhc-table__total-title {
    text-transform: uppercase;
}

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

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

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

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

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

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


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

.header-lv .subtitle {
    font-size: 1.125em;
    padding-left: 2em;
}

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

.live-video #onCall {
    width: 95% !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: 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: #202020 !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: 251px;
    display: inline-block;
    background-color: #646b52;
    border: 1px solid #646b52;
    padding: 0.85em 2em;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-size: 1em;
    color: #fff;
    vertical-align: middle;
    transition: background-color .5s,color .5s,border-color .5s,color .5s;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    background-color: #000;
    border: 1px solid #000;
    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: #202020;
}

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

#cookieConsent a.cookieConsentOK {
    text-transform: uppercase;
}


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

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

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

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

    .cta--primary:not(:last-of-type) {
        margin-bottom: 1em;
    }

    .bumper-ad .cta--primary {
        margin-bottom: 0;
    }

    .booking-cta-container {
        margin: 1em 0 0;
    }

    .footer-social {
        margin-top: 1.5em;
    }
}
   
@media screen and (min-width: 53em) {
    body {
        font-size: 16px;
    }

    h2, .evhc-title {
        font-size: 2em;
        line-height: 1.34375;
    }

    .small-title, .bumper-ad__title {
        font-size: 1.375em;
    }

    .flex-45 {
        width: 45%;
    }

    .flex-50 {
        width: 50%;
    }

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

    .header__logo {
        max-width: 11.25em;
    }

    .cta-button-block {
        display: none;
    }

    .booking-cta-container {
        margin: 1em 0;
    }

    .booking-cta-container .cta--primary:last-of-type {
        margin-top: 1em;
        margin-left: 8px;
    }

    .footer-social .flex-section {
        justify-content: flex-end;
    }

    .footer-social .footer-title {
        text-align: right;
    }

    .flex-container--social-icon {
        margin-left: 1.25em;
        margin-right: 0;
    }
}