﻿header {
    top:22px;
}

footer, .footerFeature { margin-top: 0; }

.siteSearchToggle__container {
    right: 0;
    bottom: 0;
}


.siteSearch__container {
    padding: 20px 20px 140px;
    position: absolute;
    top: 0;
    left: 0;
}

.hero {
    position: relative;
    height: 100vh;
}

.hero__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero__blur {
    height: 75%;
    width: 100%;
    position: absolute;
    top: 16%;
    left: 0;
}

.hero__content {
    color: #FFF;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}

.hero__text {
    line-height: 1.5;
    font-size: 36px;
}

.hero__button {
    margin-top: 60px;
}

.scrollDown {
    display: none;
}

.news {
    padding: 30px 0;
    background: #000;
    color: #FFF;
}

.news__btn {
    margin-bottom: 50px;
    text-align: right;
}

.news__heading {
    margin-bottom: 30px;
}

    .news__heading .svg-slashLarge__b {
        fill: #FFF;
    }

.newsItem {
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
}

.newsItem__date {
    color: #0089A7;
}

.news__tabs {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

    .news__tabs .tab {
        font-size: 24px;
        width: 100%;
        border-top: 3px solid #FFF;
    }

    .news__tabs .active {
        color: #0089A7;
        border-top: 3px solid #0089A7;
    }

.tab__content {
    display: none;
}

    .tab__content.active {
        display: block;
    }

.clarity {
    position: relative;
    padding: 0 20px;
}

.clarity__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.clarity__blur {
    height: 75%;
    width: 100%;
    position: absolute;
    top: 12%;
    left: 0;
}

.clarity__content {
    color: #000;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 150px 0
}

.clarity__heading {
    line-height: 1.5;
    color: #FFF;
    margin-bottom: 30px;
}

    .clarity__heading .svg-slashLarge__b {
        fill: #FFF;
    }

.clarity__boxes {
    margin-right: 10px;
}

.clarity__box {
    display: block;
    padding: 20px;
    margin: 10px;
    background: rgba(255,255,255,0.55);
}

    .clarity__box:hover, .clarity__box:focus, .clarity__box.active {
        outline: none;
        background: #FFF;
    }

.clarity__title {
    font-size: 30px;
    font-weight: 500;
}

.clarity__text {
    display: none;
    font-size: 16px;
}

.clarity__box:hover .clarity__text, .clarity__box:focus .clarity__text, .clarity__box.active .clarity__text {
    display: block;
}

.clarity__box:hover .clarity__title, .clarity__box:focus .clarity__title, .clarity__box.active .clarity__title {
    display: none;
}

@media only screen and (min-width: 768px) {

    header {
        top: 35px;
        padding: 0;
        width: 100%;
        background: none;
        display: flex;
        border: 0;
        transition: all .2s;
    }

        header:before, header:after {
            content: " ";
            background: none;
            display: block;
            width: 100%;
            transition: all .2s;
            border: 0;
        }

        header.scrolling {
            top: 22px;
            left: 0;
            right: 0;
            background-color: #FFF;
            width: 100%;
        }

            header.scrolling:after {
                background-color: #0089A7;
                border-bottom: 2px solid #0089A7;
            }

            header.scrolling:before {
                background-color: #FFF;
                border-bottom: 2px solid #0089A7;
            }

    .header__container {
        background-color: rgba(255,255,255,0.9);
    }

    header.scrolling .header__container {
        background-color: #FFF;
    }

    header.scrolling .subMenu:after {
        content: " ";
        display: block;
        position: absolute;
        left: -4000px;
        top: 0;
        z-index: -1;
        height: 100%;
        width: 10000px;
        background: #FFF;
    }

    main {
        margin-top: 0;
    }



    header.scrolling .siteSearch__container {
        position: fixed;
        width: 100%;
    }

    .hero__text {
        width: 50%;
    }

    .hero__blur {
        height: 100%;
        width: 65%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .scrollDown {
        display: block;
        background: none;
        border: 0;
        cursor: pointer;
        display: block;
        position: absolute;
        bottom: 15px;
        left: 50%;
        right: 50%;
        padding: 0;
        width: 30px;
    }

        .scrollDown img {
            display: block;
            width: 30px;
            height: 45px;
        }

    .news {
        padding: 60px 0;
    }

    .news__tabs .tab {
        font-size: 36px;
    }

    .news__heading {
        margin-bottom: 0;
    }

    .clarity {
        height: 100vh;
    }

    .clarity__heading {
        position: relative;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .clarity__blur {
        height: 100%;
        width: 65%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .clarity__content {
        width: 65%;
        padding-left: calc((100vw - 752px) / 2);
    }

    .clarity__contentInner {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 992px) {
    .hero__text {
        font-size: 48px;
    }

    .clarity__title {
        font-size: 36px;
    }

    .clarity__text {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .hero__text {
        font-size: 60px;
    }

    .clarity__title {
        font-size: 45px;
    }

    .clarity__text {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1366px) {

    .clarity__boxes {
        display: flex;
    }

    .clarity__box {
        width: calc(33.333% - 20px);
        flex-shrink: 0;
        margin: 0 10px;
        padding: 20px;
    }

    .clarity__content {
        width: 65%;
        padding-left: calc((100vw - 1366px) / 2);
    }
}

/* client shared print styles */
@media print { /* All your print styles go here */

}
