@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Raleway:wght@400;600;700;800&family=Roboto&display=swap');

html {
    min-height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-feature-settings: "lnum";
    font-size: 1.1rem;
    font-weight: 300;
    color: #131e50;
}

b, strong {
    font-weight: 600;
}

h1 {
    font-weight: 900;
}

input, select, textarea, label, .transcript {
    font-family: 'Roboto', sans-serif;
}

ul.contact-us li {
    margin-bottom: 1rem;
}

.header-title {
    font-weight: 800;
    margin: 1rem 0 2rem;
    font-size: 3.4em;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 1em;
}

.header-title em {
    color: #131e50;
    font-style: normal;
}

p {
    line-height: 1.7em;
}

main p {
    margin-bottom: 1rem;
}

.hero-bkg {
    background: url(img/hero-bkg.jpg);
    background-size: cover;
    background-position: center center;
    clip-path: ellipse(180% 55% at 50% 45%);
}

header {
    background: linear-gradient(165deg, #131e50db 38%, #0f64a6d9 100%);
    backdrop-filter: blur(1px);
}

.header-gradient {
    background: radial-gradient(67% 42% at center center, #3278b199, #243c7f00);
}

header img {
    width: 90px;
    height: auto;
    margin-bottom: 5px;
}

.header-call-us a {
    color: #f7ca38;
    text-decoration: none;
}

header h4 {
    font-size: 1.2rem;
}

.hero-image {
    /* width: calc(100% + 30px); */
    padding-left: 0;
    padding-right: 0;
}

.yt-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    /* margin-bottom: 30px */
}

.yt-video-embed video {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.yt-video-embed video {
    cursor: pointer;
}

.yt-video-embed video:focus {
    outline: none;
}

main {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px) grayscale(100%);
}

main>.container {
    padding: 3em 2em;
    overflow: hidden;
}


main a {
    color: #131e50;
    text-decoration: underline;
}

.intro {
    color: #FFF;
    padding-top: 2.5em;
    padding-bottom: 1em;
    text-shadow: 0 2px 2px #00000061;
}

.intro-text {
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1em;
    font-size: 3.5em;
    padding: 0 0 .2em;
    text-align: center;
}

.intro-text span {
    font-size: 0.8em;
    font-weight: 700;
    color: white;
    display: block;
    padding-top: 0.6em;
    margin-top: 0.6em;
    border-top: 8px solid white;
    letter-spacing: 3px;
}

.intro-img {
    margin: 0 -15px;
}

.subheading p {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0.95em;
    text-align: center;
}

.subheading-2 {
    padding-top: 1.5em;
    padding-bottom: 2.5em;
}

span.icon-number {
    display: block;
    color: #506fa2;
    width: 1.5em;
    height: 1.5em;
    border-radius: 10em;
    border: 0.15em solid white;
    background: white;
    text-align: center;
    font-weight: 800;
    line-height: 1.05em;
    font-size: 1.8em;
    margin: -1.6em auto 0.6em;
}

main h2 {
    font-weight: 800;
    font-size: 1.6em;
    margin: 1em 0 0.5em;
    letter-spacing: -1px;
    line-height: 1em;
    /* font-size: 1.5em; */
    /* margin: 0.2em 0.3em 1em; */
    /* letter-spacing: -1px; */
    /* line-height: 1em; */
    /* text-align: center; */
}

.download h2 {
    text-shadow: none;
    color: #131e50;
}

main h3 {
    font-weight: 800;
    font-size: 1.4em;
    letter-spacing: -0.5px;
    margin: 0 0 0.5em;
}

.img-article {
    /* border-radius: 0.5em; */
    /* filter: grayscale(1) brightness(1.5) contrast(0.7); */
}

.img-article.float-right, figure.float-right,
.img-article.float-md-right, figure.float-md-right {
    margin-left: 1em;
    margin-bottom: 1em;
}

.img-article.float-left, figure.float-left {
    margin-right: 1em;
}

figure {
    text-align: center;
}

figcaption {
    text-align: center;
    font-weight: bold;
    font-size: 80%;
    padding-top: 0.5em;
}

.form-group {
    margin-bottom: 1rem;
}

footer {
    padding: 1.3em 0 5px;
    background: #131e50;
    color: #FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
}

.home-footer {
    position: relative;
    bottom: auto;
    left: auto;
}

footer img {
    width: 90px;
    height: auto;
    margin-bottom: 5px;
}

footer a {
    color: #f7ca38;
}

footer a:hover {
    color: #FFF;
    text-decoration: none;
}

.btn {
    /* border-radius: 50px !important; */
    text-transform: uppercase;
}

.btn-primary {
    font-weight: 800;
    padding: 1em;
    white-space: normal;
    line-height: 1em;
    transition: all 0.3s;
    border-radius: 0;
    text-decoration: none;
    background: #131e50;
    color: white;
    border: 3px solid #131e50;
}

.btn-primary:hover {
    transition: all 0.3s;
    background: #FFF;
    color: #131e50;
    border: 3px solid #131e50;
}

.btn-secondary {
    padding: 0.5em 2em;
    border: 2px solid #131e50;
    color: #FFF;
    background: #131e50;
    transition: all 0.2s;
}

.btn-secondary:hover {
    background: #FFF;
    color: #131e50;
    border-color: #131e50;
}

hr {
    border: 2px solid #eee;
}

.btn-cta {
    font-size: 1.3em !important;
    padding: 0.5em 2em;
    /* border-radius: 50px; */
    border-radius: 0;
    background: none;
    border: 2px solid white;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 0.3s;
    text-decoration: none;
    text-shadow: none;
}

.btn-cta:hover {
    border: 2px solid white;
    color: #131e50;
    background: #FFF;
    text-decoration: none;
}

.gdpr {
    font-size: 0.8em;
}

small {
    font-size: 70%;
}

.sections .row {
    margin-bottom: 6em;
}

.sections .row .col-md {
    padding: 0 2.5em;
    text-align: justify;
}

.final-advice {
    font-size: 1.4em;
    font-weight: 600;
    padding: 1.5em 2em 0.5em;
    margin: 2em 0 2.5em;
    background-color: #F9F9F9;
    background-size: cover;
    border-radius: 0.5em;
    letter-spacing: -0.5px;
    background-position: center center;
    box-shadow: 0 3px 9px #00000026;
    text-align: justify;
}

.final-advice h2 {
    margin-top: 0;
    text-align: center;
    font-size: 1em;
}

.cfc {
    padding: 0 2em 3em 2em;
    margin: 0 -30px;
    font-size: 1em;
    color: white;
}

.cfc .container-fluid {
    background: #a1a1a133;
    /* border-radius: 0.5em; */
    padding: 1.5em;
    /* backdrop-filter: blur(5px); */
    box-shadow: 0 3px 9px #00000026;
}

.cfc h4 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0 1em 1em;
    font-weight: 300;
    letter-spacing: -0.7px;
}

.cfc h4 span {
    font-size: 0.9em;
}

.cfc a {
    /* color: #f7ca38; */
    color: #FFF;
    text-decoration: underline;
}

.call-us {
    background: linear-gradient(170deg, #d6861b 30%, #fae31c 130%);
    clip-path: ellipse(100% 72% at 50% 73%);
    padding: 2em 0 0.1em;
    color: white;
    letter-spacing: -.5px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.932);
    font-weight: 600;
}

.call-us h4 {
    font-weight: 600;
    padding-bottom: 1em;
    max-width: 960px;
    margin: 0 auto;
}

.call-us h4.call-us-cta {
    font-weight: 900;
    font-size: 2em;
}

.call-us a {
    text-decoration: none;
    color: #ffffff;
}

.overlay {
    z-index: 9998;
    background: rgba(17, 29, 62, .7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    opacity: 0;
    transition: opacity .5s
}

.overlay.on {
    display: block;
    opacity: 1;
    transition: opacity .5s
}

.loading {
    position: fixed;
    top: calc(50% - 120px);
    left: calc(50% - 250px);
    border-radius: 150px;
    z-index: 9999;
    color: #FFF;
    text-align: center;
    font-size: 3em;
}

.please-wait {
    left: calc(50% - 140px);
}

.loading span {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}

.reviews {
    font-family: Arial, Helvetica, sans-serif;
    color: #1c1c1c !important;
    font-size: 16px;
    padding: 2em 2em 1em;
    max-width: 800px;
    margin: 0 auto 2em;
    background: #fcfbf3;
    border-radius: 10px;
}

.reviews p {
    line-height: 1.4em;
}


.reviews .card {
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 32px;
}

.reviews a {
    text-decoration: none;
    color: #1c1c1c;
}

.reviews a:hover {
    text-decoration: underline;
}

.r-avatar {
    width: 44px;
    height: 44px;
    border-radius: 100px;
    background-color: wheat;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 10px;
}

.r-reviews {
    color: #696a6a;    
}

.r-reviews span {
    float: left;
    margin-right: 10px;
}

.r-reviews img {
    vertical-align: baseline;
    margin-right: 6px;
}

main .reviews h2 {
    font-size: 19px !important;
    font-weight: 700;
    text-align: left;
    line-height: 1.1em;
}

.reviews hr {
    display: block;
    height: 1px;
    border: 0;
    padding: 0;
    margin: 16px 0 0;
    background-color: #e3e4e4;
}

.r-rating {
    margin-top: 16px;
    color: #696a6a;
}

.r-stars {
    width: 108px;
    float: left;
}

.r-stars img {
    max-width: 100%;
}

.r-date {
    max-width: 50%;
    margin-left: auto;
    text-align: right;
    font-size: 90%;
}

.r-exp {
    font-size: 90%;
}

.question {
    font-weight: bold;
    display: block;
    padding: 1em 1.5em;
    cursor: pointer;
}

.question::after {
    content: "+";
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.5em;
    line-height: 1em;
    transform: scale(1);
    transition: all .3s;
}

.question:hover::after {
    transform: scale(1.4);
}

.question[aria-expanded=true]::after {
    content: "-";
}
 
.mobile-form {
    display: none;
}

#opt-in-bnr,
#opt-in-bnr-mobile {
    background: url(img/hero-bkg.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    color: #FFF;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity .3s;
}

#opt-in-bnr.active,
#opt-in-bnr-mobile.active {
    opacity: 1;
    height: auto;
}

#opt-in-bnr a,
#opt-in-bnr-mobile a {
    color: #EEE;
}

#opt-in-bnr-mobile {
    display: none;
}

.opt-in-gradient {
    padding: 2em 2em 1em;
    background-size: cover;
    background: linear-gradient(165deg, #131e50db 38%, #0f64a6d9 100%);
    backdrop-filter: blur(4px);
}


#opt-in-bnr .btn-cta {
    padding: 0.25em 2em;
}

.download footer {
    position: absolute;
    bottom: 0;
}

body.download {
    background: none;
}

@keyframes zoomin {
    from {
        zoom: 1;
    }

    to {
        zoom: 1.5;
    }
}

.mobile-hidden {
    display: block;
}

.mobile-visible {
    display: none;
}

@media(max-width: 767px) {
    body {
        font-size: 1rem;
        padding-bottom: 7em;
    }

    footer {
        position: relative;
    }

    h1, h2, h3, h4, h5 {
        text-align: center;
    }

    h1.intro-text {
        font-size: 2.5em;
        line-height: 1em;
        letter-spacing: -0.5px;
        padding: 0 0.5em 0.3em;
    }

    .subheading p {
        font-size: 1.3em;
        text-align: center;
        line-height: 1.1em;
    }

    h1.intro-text span {
        font-size: 0.9em;
        letter-spacing: -0.5px;
    }

    main h2 {
        font-size: 1.43em;
        line-height: 1em;
        margin-bottom: 0.5em;
    }

    main h3 {
        font-size: 1.1em;
        line-height: 1.1em;
        margin-bottom: 1em;
    }

    .header-title {
        font-size: 2em;
        margin: 0rem 0 1rem;
    }


    h3.header-call-us {
        padding: 0.5em 0 0;
        margin: 0;
        font-size: 1.5em;
    }

    .hero-bkg {
        clip-path: ellipse(180% 55% at 50% 44%);
    }

    header h4 {
        font-size: 1rem;
    }

    .download header h4 {
        font-size: 1.2rem;
        padding-top: 0.5em;
    }

    .btn-cta {
        padding: 0.6em 3em;
    }

    #cta-2 {
        display: none;
    }

    h4 {
        font-size: 1.25em;
        line-height: 1em;
        text-align: center;
    }

    .btn-primary {
        font-size: 1.2em;
    }

    main {
        padding: 0;
    }

    main>.container {
        border-radius: 0;
        padding: 1.5em 1em;    
    }

    p {
        line-height: 1.4em;
    }

    .intro {
        font-size: 1.1em;
        padding-top: 0;
    }


    .intro-right {
        padding-bottom: 1em;
    }

    .intro p {
        padding: 0;
        font-size: 1.3em;
    }

    main p {
        text-align: justify;
    }

    .btn-cta {
        font-size: 1.3em !important;
        /* margin-top: 1em; */
    }

    .more-referrals .referral-fields {
        border-top: 1px solid #DDD;
        padding-top: 1em;
        margin-top: 0.5em;
    }

    .resort-logo {
        max-width: 40%;
        margin-right: 1em;
    }

    .subheading {
        padding: 0.5em 0.5em 0;
    }

    .subheading p {
        font-size: 1.3em;
        text-align: center;
        line-height: 1.1em;
    }

    .cfc {
        padding: 0 0 3em;
        margin: 0;
    }

    .cfc h4 {
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .img-article {
        float: none;
        width: 100%;
        display: block;
        margin: 0 auto 1em!important;
        float: none!important;
        width: 100%!important;
    }

    .img-article.w-25 {
        width: auto!important;
        max-width: 100%;
        margin: 0 0 1em!important;
    }

    .final-advice {
        font-size: 1.1em;
        padding: 1.5em 2em 0.5em;
        text-align: justify;
    }

    .mobile-hidden {
        display: none;
    }

    .mobile-visible {
        display: block;
    }

    .call-us {
        clip-path: ellipse(150% 72% at 50% 73%);
        padding: 3em 0 0.1em;
    }

    .call-us h4 {
        padding: 0 1em 1em;
    }

    .call-us h4.call-us-cta {
        font-size: 1.8em;
    }

    .desktop-form {
        /* display: none; */
    }

    .mobile-form {
        background: url(img/hero-bkg.jpg);
        background-size: cover;
        background-position: center center;
        text-align: center;
        /* border-radius: 15px; */
        overflow: hidden;
        margin-bottom: 1em;
        display: block;
    }

    .mobile-form .cfc {
        padding: 0;
    }

    .mobile-form .opt-in-gradient {
        padding: 1.5em;
    }

    #opt-in-bnr-mobile {
        display: block;
    }

    #opt-in-bnr {
        display: none;
    }

    #opt-in-bnr {
        background-position: center bottom;
    }

    .reviews {
        padding: 1em 0 0;
        background: none;
        margin: 0;
    }

    .reviews .card {
        padding: 16px;
        font-size: 0.95em;
    }

}