body {
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 400;
    line-height: 1.875;
    color: #003145;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

strong {
    font-weight: 700;
    line-height: 1.5;
}

h1, h2, .small-title, .evhc-title {
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 900;
    font-style: normal;
}

h3, h4 {
    font-weight: 400;
}

.small-title, .evhc-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

a {
    color: #003145;
    text-decoration: none;
}

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

.constraint {
    max-width: 90em;
    width: 90%;
}

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

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

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

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

.video-error-wrap {
    background-color: #fff;
}

header {
    background: rgba(0,49,69,0.95);
    margin-bottom: 0;
}

.header__logo-container {
    width: 80px;
    height: 50px;
    margin: 0 auto;
    background: #FFF;
    display:flex;
    justify-content: center;
    align-items: center;
}

.header__logo {
    width: 80px;
    height: 50px;
    padding: 11px 15px 6px 15px;
}

.customer-message {
    padding: 52px 2em 40px 2em;
    text-align: center;
}

.customer-message h1 {
    font-size: 40px;
    line-height: 54px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.customer-message p {
    margin: 0;
}

.section {
    margin: 1em 0 4em 0;
}

.col-left {
    width: 55%;
}

.col-right {
    width: 35%;
}

.button, .button:hover, .button:focus, .cta, .cta:hover, .cta:focus, .evhc-cta, .evhc-cta:hover, .evhc-cta:focus, .evhc-cta--primary, .evhc-cta--primary:focus, .evhc-cta--primary:hover {
    padding: 12px 25px;
    text-decoration: none;
    color: #fff;
    background-color: #0582CA;
    display: inline-block;
    border: 1px solid #0582CA;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.button:hover, .button:focus, .cta:hover, .cta:focus, .evhc-cta:hover, .evhc-cta:focus, .evhc-cta--primary:focus, .evhc-cta--primary:hover {
    background-color: #0468A1;
    border: 1px solid #0468A1;
}

.evhc-cta--secondary, .evhc-cta--secondary:focus, .evhc-cta--secondary:hover {
    border: 1px solid #003145;
    color: #003145;
    background: #FFF;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    padding: 12px 25px;
}

.details-table, .details-table tr, .details-table td {
    background: #F5F5F5;
    border: 0;
}

.details-table {
    border: 2.125em solid #F5F5F5;
}

.details-table tr {
    border-bottom: 1px solid #E1E1E1;
}

.photo-gallery {
    margin: 3em 0;
}

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

label {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.11111;
    padding: 0.625em 0;
}

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

input[type=text], textarea, select {
    border: 1px solid gray;
    background-color: #fff;
    color: #003145;
    font-size: 1.125rem;
    border-radius: 3px;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0.72222em .5em;
}

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

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

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

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

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

#js-document-verification_unlock__btn {
    display: inline-block;
    margin: 8px 0 0 0;
    padding: 0.5625em;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    font-size: 1em;
    color: #333;
}

#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus {
    text-decoration: none;
    background-color: #e5e5e5;
    border: 1px solid #d7d7d7;
    color: #29ace4;
}

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

footer {
    background-color: #021822;
    color: #e9e9e9;
    padding: 3.125em 0;
}

.footer__bottom .flex-container .flex-item {
    flex: 0 0 33.333%;
}

.footer__bottom .flex-container {
    align-items: flex-start;
}

.footer a {
    color: #e9e9e9;
}

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

.footer h4, .footer h3 {
    color: #e9e9e9;
    line-height: 1.875em;
    font-size: 1em;
}

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

.legal-list__item {
    display: block;
}

.footer-social {
    text-align: left;
    margin-top: 2em;
}

.footer-social  .footer-title {
    color: #e9e9e9;
    font-size: 1em;
    line-height: 1.875;
    margin: 0 0 .15em 0;
}

.flex-container--social-icon {
    width: 4em;
    height: 4em;
    justify-content: center;
    align-items: center;
}

.footer-social a:not(:last-of-type) {
    margin-right: 1.5em;
}

.footer-social a:first-of-type {
    margin-right: 1em;
}

.flex-container--social-icon .icon {
    font-size: 2.5em;
    color: #e9e9e9;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ion-social-facebook:hover, .ion-social-facebook:focus {
    color: #3b5998;
}

.ion-social-twitter:hover, .ion-social-twitter:focus {
    color: #55acee;
}

.ion-email:hover, .ion-email:focus {
    color: #b00;
}

.footer__bottom {
    background-color: #003145;
    line-height: 1;
    padding: 3em 0 1.875em 0;
}

.footer__bottom .flex-container {
    align-items: flex-start;
}

.footer__bottom .flex-section {
    justify-content: center;
}

.footer__logo {
    height: 3.5em;
    width: 5.1875em;
}

#js-customer_confirmation__checkboxes label {
    padding: 0;
}


/* ==========================================================================
   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.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: 90em;
}

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

.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;
    padding: 12px 25px;
    text-decoration: none;
    color: #fff;
    background-color: #0582CA;
    display: inline-block;
    border: 1px solid #0582CA;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    background-color: #0468A1;
    border: 1px solid #0468A1;
}

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

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


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 800px) {
    .col-left, .col-right {
        width: 100%;
        float: none;
    }

    .col-left {
        margin-bottom: 30px;
    }

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

@media only screen and (max-width: 980px) {
    html {
        font-size: 14px;
    }

    .top-section__subtitle {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 720px) {
    .top-section__banner {
        text-align: center;
    }

    .top-section__subtitle {
        margin-bottom: 8px;
    }

    .header__logo {
        float: none;
        margin: 0 auto 1em auto;
    }
}

@media only screen and (min-width: 980px) {
    .constraint {
        width: 75%;
    }

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

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

    .flex-44 {
        width: 44%;
    }

    .flex-53 {
        width: 53%;
    }

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

    .footer__bottom {
        padding: 1.875em 0;
    }

    .footer__bottom .flex-container {
        align-items: center;
    }

    .footer-social {
        text-align: center;
        margin-top: 0;
    }

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

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

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