body {
    font-family: 'skolar-sans-latin', Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.0625em !important;
    line-height: 1.352941176470588 !important;
    background: #FFF;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
}

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

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

h1, h2, h3, .small-title, .footer-title {
    font-family: 'zuume', CompatilLetter, Georgia, Times, "Times New Roman", serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}

h4, .ui-dialog .ui-dialog-title, .widget-container-2wm .widget-2wm-header h3, .widget-container-2wm .widget-2wm-content-container h3 {
    font-family: 'skolar-sans-latin', Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
}

.small-title, .evhc-title, h3 {
    font-size: 2.058823529411765em;
    margin: 0;
    padding: 0;
}

.constraint {
    max-width: 1188px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.764705882352941em;
}

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

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

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

.customer-message, .footer-text {
    display: block;
}

.header {
    width: 100%;
    background: #212121;
    margin: 0;
    padding: 1.5em 0;
    line-height: 0;
}

.header__logo {
    width: 200px;
    height: 45px;
    filter: invert(100%) sepia(5%) saturate(7500%) hue-rotate(259deg) brightness(108%) contrast(114%);
}

.customer-message {
    background: #000;
    padding: 3.529411764705882em 0;
    color: #FFF;
}

.customer-message h2 {
    font-size: 2.764705882352941em;
    margin: 0 0 0 0;
    padding: 0;
}

.customer-message p {
    margin: 1em 0 0 0;
    padding: 0;
}

.stage {
    margin: 3em 0;
}

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

.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 {
    background-color: #fff;
    padding: 0.825em 1em;
}

.details-table__title {
    width: 10em;
    font-weight: 700;
}

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

[class*="cta--"], [class*="evhc-cta"], .evhc-cta--primary, #js-document-verification_unlock__btn {
    display: flex;
    gap: .5em;
    border-radius: 50px;
    padding: .5rem 1.470588235294118em .764705882352941em;
    max-width: 100%;
    transition: opacity .2s ease-in-out, background-color .1s ease-in-out, color .1s ease-in-out, border-color .1s ease-in-out;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.352941176470588;
}

.cta--primary, .evhc-cta--primary, #js-document-verification_unlock__btn {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
}

.cta--primary:hover, .cta--primary:focus, .evhc-cta--primary:hover, .evhc-cta--primary:focus,
#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}

#js-document-verification_unlock__btn {
    display: inline-flex;
}

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

.evhc-cta--secondary {
    display: inline-flex;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}

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

.bumper-ad .cta--primary {
    height: auto;
}

.box {
    background-color: #fff;
    border: 2px solid #000;
    padding: 1.764705882352941em;
}

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

#js-custom_content {
    margin: 2em 0;
}

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

label {
    font-weight: 700;
    margin-bottom: 0.588235294117647em;
    display: inline-block;
}

input[type=text], textarea, select {
    padding: .75rem 1rem;
    border: 1px solid #000;
    border-radius: 2px;
    transition: none;
}

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

button, input[type="button"], input[type="submit"] {
    line-height: 1.352941176470588;
}

.evhc-table, .evhc-approval-form {
    border: 2px solid #000;
    border-collapse: unset;
}

.evhc-table th {
    background-color: #000;
    color: #FFF;
}

.evhc-table__cat {
    background-color: #212121;
    font-weight: 700;
    color: #FFF;
}

.evhc-table label {
    font-weight: 400;
    margin-bottom: 0;
}

.evhc-table__total-price {
    font-weight: 700;
}

.footer {
    background-color: #212121;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 0.823529411764706em;
    line-height: 1.285714285714286;
    padding: 3.529411764705882em 0;
}

.footer a, .footer-text a, .social-text {
    text-decoration: none;
    color: #FFF;
    font-weight: 700 !important;
}

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

.footer-title {
    margin: 0 0 .148148148148148em 0;
    color: #fff;
    font-weight: 700;
    font-size: 1.941176470588235em;
}

hr {
    border-color:#FFF;
    max-width: 400px;
    width: 100%;
    margin-top: 0;
}

.footer-social .footer-title {
    margin: 0;
}

.flex-container--social-icon {
    width: 3em;
    height: 3em;
    margin-right: 1.5em;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border-radius: 4px;
}

.flex-container--social-icon .icon {
    font-size: 2.5em;
    color: #212121;
}

.flex-container--social-icon .ion-email {
    margin-top: -.15em;
}

.legal-list {
    margin: 3em 0 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #FFF;
}

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

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

.cookies__dropdown h4 {
    text-transform: initial;
    font-size: 1em;
    line-height: 1.428571428571429;
    color: #000;
}

.cookies__dropdown label {
    margin-bottom: 0;
}

.cookies__dropdown p {
    color: #63656a;
}


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

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

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

    .flex-container.two-way-messaging .flex-container .cta--primary {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 45em) {
    .col-left {
        width: 72%;
    }

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

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

    .flex-14 {
        width: 14%;
    }

    .flex-44 {
        width: 44%;
    }

    .flex-53 {
        width: 53%;
    }

    .flex-83 {
        width: 83%;
    }

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

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

    .flex-container--social-icon:first-of-type {
        margin-left: -1.5em;
    }

    h2 {
        font-size: 3.4375em;
    }

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

    .cta--primary {
        max-width: fit-content;
    }
}