#header.nav-solid .active {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

#banner {
    background: url("../images/banner-images/banner-image-2.png") no-repeat center top;
    background-size: cover;
}

/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    margin: 0;
}

/* body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
} */

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow: auto;
}

.ui-error {
    text-align: center;
}

.row img {
    height: auto;
    max-width: 100%;
}

.logo-svg-container svg {
    width: 150px;
    height: 60px;
}

.height-auto {
    height: auto;
}

.active-link {
    color: var(--primary-color) !important;
}

@media (max-width: 768px) {

    .step {
        flex-direction: column;
        gap: 1rem;
    }

    .faq {
        flex-direction: column;
        text-align: center;
    }

    .faq-buttons {
        display: flex;
        gap: 1rem;
        justify-content: center;
    }

    .landing-section-page {
        padding: 10rem 2rem !important;
    }

    .footer-links-container {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }
}

.landing-pill {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--primary-color);
}

.app-download {
    background-color: var(--primary-color);
    color: white;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

.landing-section-page {
    padding: 10rem 5rem;
}

.landing-pill > .section-heading {
    padding: 3rem;
}

a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

iframe {
    border: 0 !important;
}


.button {
    background-color: var(--primary-color);
    font-family: var(--circe-bold);
    color: white;
    font-size: 16px;
    margin: 35px 0;
    padding: 11px 28px;
    display: inline-block;
    border-radius: 9999px;
}


/* --------- 6.4 Gallery ---------- */

#gallery img {
    max-height: 300px;
}

#gallery [class*='col-'] {
    padding: 0;
}

#gallery a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    #gallery a:hover img {
        opacity: 0.15;
        -moz-backface-visibility: hidden;
    }

    #gallery a:before {
        font-size: 2.2em;
        font-style: normal;
        font-weight: normal;
        text-align: center;
        content: "+";
        width: 70px;
        height: 70px;
        border-radius: 100em;
        display: block;
        position: absolute;
        top: 55%;
        left: 50%;
        line-height: 72px;
        margin: -35px 0 0 -35px;
        opacity: 0;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
        vertical-align: middle;
    }

    #gallery a:hover:before {
        opacity: 1;
        top: 50%;
        left: 50%;
    }

@media (min-width: 480px) and (max-width: 767px) {
    .col-1, .col-2, .col-5, .col-7, .col-9, .col-11, .col-2-3, .col-3-4, .col-61, .col-38, .row {
        width: 100% !important;
    }
}

.col-2 {
    width: 50%;
}

[class*='col-'] {
    float: left;
    padding: 20px;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: rgba(0, 0, 0, 0);
    }

        .featherlight:last-of-type {
            background: rgba(0, 0, 0, 0.8);
        }

        .featherlight:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -0.25em;
        }

        .featherlight .featherlight-content {
            text-align: left;
            vertical-align: middle;
            display: inline-block;
            overflow: auto;
            padding: 25px 0;
            border-bottom: 25px solid transparent;
            min-width: 30%;
            margin-left: 5%;
            margin-right: 5%;
            max-height: 95%;
            cursor: auto;
            white-space: normal;
        }

        .featherlight .featherlight-inner {
            display: block;
        }

        .featherlight .featherlight-close-icon {
            position: absolute;
            z-index: 9999;
            top: 25px;
            right: 25px;
            line-height: 25px;
            width: 25px;
            cursor: pointer;
            text-align: center;
            color: #fff;
            font-size: 22px;
            opacity: 0.5;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .featherlight .featherlight-close-icon:hover {
                opacity: 1;
            }

        .featherlight .featherlight-image {
            max-height: 100%;
            max-width: 100%;
        }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        border: none;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}

/* Gallery Styling */
@media all {
    .featherlight-next,
    .featherlight-previous {
        font-size: 22px;
        display: none;
        /* display: block; */
        position: absolute;
        top: 25px;
        right: 0;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* IE9 hack, otherwise navigation doesn't appear */
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-previous {
        left: 0;
        right: 80%;
    }

        .featherlight-next span,
        .featherlight-previous span {
            display: inline-block;
            opacity: 0.3;
            position: absolute;
            top: 50%;
            width: 100%;
            font-size: 80px;
            line-height: 80px;
            margin-top: -40px;
            color: #fff;
            font-style: normal;
            font-weight: normal;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

    .featherlight-next span {
        text-align: right;
        left: auto;
        right: 7%;
    }

    .featherlight-previous span {
        text-align: left;
        left: 7%;
    }

    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block;
        opacity: 1;
    }

    .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
        display: none;
    }
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: none;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: block;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight-next,
    .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%;
    }

    .featherlight-previous {
        left: 10px;
        right: 85%;
    }

        .featherlight-next span,
        .featherlight-previous span {
            margin-top: -30px;
            font-size: 40px;
        }
}

/* --------- 6.5 Video ---------- */

#video-box {
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.video_container, .easyContainer {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    margin: 0;
    padding-top: 0; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

    .video_container iframe, .video_container object, .video_container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
    width: 100% !important;
    height: 529px !important;
}

.videojs-background-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -998;
}

#slvj-window {
    width: 100%;
    min-height: 100%;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
}

    #slvj-window,
    #slvj-window * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

#slvj-background-close {
    width: 100%;
    min-height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-back-lightbox {
    max-width: 940px;
    max-height: 529px;
    z-index: 32;
    text-align: center;
    margin: 0 auto;
}

.slvj-lightbox {
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 53;
}

#slvj-close-icon:before {
    color: #fff;
    content: '\f00d';
    font-size: 22px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 99999;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

    #slvj-close-icon:before:hover {
        opacity: 1;
        cursor: pointer;
    }

/* Scroll Up */

#scrollUp {
    bottom: 15px;
    right: 30px;
    width: 70px;
    height: 80px;
    margin-bottom: -10px;
    padding: 0 5px 20px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

.contact-information {
    max-width: 240px;
}

footer {
    color: white !important;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    background: var(--primary-color);
    align-items: center;
    font-family: var(--circe-bold);
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.footer-content {
    max-width: 1600px;
    width: 100%;
    padding: 3rem 2rem;
}

.footer-links-container {
    display: flex;
    justify-content: space-between;
}

.footer-link-columns > div {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

footer .social-links {
    display: flex;
    gap: 0.5rem;
}

    footer .social-links svg {
        width: 2rem;
        height: 2rem;
    }

footer h6 {
    font-weight: bold;
    padding-bottom: 1rem;
}

footer a, footer h6 {
    color: white;
    text-decoration: none;
}

    footer a:hover {
        text-decoration: none;
        cursor: pointer;
    }

#scrollUp:hover {
    margin-bottom: 0;
}

#scrollUp:before {
    background: #ccc;
    font-size: 2.4em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    content: "\2191";
    opacity: 1;
}

/* Landscape mobile & down
===============================*/
@media (max-width: 480px) {

    #scrollUp, #scrollUp:before {
        display: none;
    }

    .row {
        padding: 15px !important;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38 {
        padding-right: 0;
        padding-left: 0;
    }

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 270px !important;
    }

    a#scrollUp {
        display: none !important;
    }
}


/* Landscape Tablet to Desktop
===============================*/
@media (min-width: 768px) and (max-width: 1024px) {

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 432px !important;
    }
}
