@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

#app,
body,
html,
button {
    font-family: Raleway, sans-serif !important;
    --font-family: Raleway, sans-serif !important;
}

/* ---------- STYLE GUIDE START --------------- */
#container #page-wrapper #page {
    overflow: hidden;
}

#page .block .heading-block h1 {
    font-size: 48px;
    line-height: 1.2;
}

#page .block .heading-block h2 {
    font-size: 32px;
    line-height: 1.4;
}

#page .block .heading-block h3 {
    font-size: 24px;
    line-height: 1.4;
}

#page .block .heading-block h4 {
    font-size: 20px;
    line-height: 1.4;
}

#page .block .heading-block h5 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#page .block .text-block p,
#page .block div.card-block.separator .card-text .headline+.content p {
    font-size: 16px;
    line-height: 1.75;
}

#page .block .card-block.shadow {
    border-radius: 5px;
    border-left: 5px solid var(--link-color);
}

#page .block .card-block.shadow.has-image {
    align-items: center;
}

#page .block .card-block.shadow .headline {
    margin-bottom: 0;
}

#page .block .card-block.shadow .headline * {
    color: var(--heading-color);
}

.card-block .card-text.shadow p {
    margin-top: 10px;
}

.card-block .card-text p:empty {
    display: none;
}

#page .quote-block {
    background: var(--secondary-color);
}

#page .quote-block.design-2 cite {
    height: auto !important;
}

#page .block .quote-block.design-2 {
    padding-left: 95px !important;
}

#page .block .quote-block .design-2-quotes:before {
    left: 0;
    background: url(https://cmsv2-shared-assets.apptegy.net/Global/Components/CMSv2-page-style/Images/blockquote-gray-icon.svg) no-repeat left top;
    background-size: contain;
    font-size: 0;
    width: 70px;
    height: 64px;
    display: block;
}

#page .block .quote-block.design-2 blockquote {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
    font-style: normal;
    color: #181818;
}

#page .block .table-v2-block p {
    padding: 10px;
}

@media only screen and (min-width: 451px) {
    #page .block div.card-block.card-block .card-text .headline+.content {
        margin-left: 20px !important;
    }
}

#page .block .accordion-block .accordion-panel .section-header {
    margin-bottom: 0;
    padding: 15px;
}

#page .block .accordion-block .accordion-panel h2+div {
    padding: 20px;
}

#page .block .accordion-block .accordion-panel .collapsible-section:not(.default) {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

#page .block .accordion-block .accordion-panel .collapsible-section.default h2+div {
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.accordion-panel .collapsible-section.default .section-header {
    position: relative;
}

.accordion-panel .collapsible-section.default .section-header:before {
    position: absolute;
    right: 11px;
    top: 11px;
    height: 24px;
    width: 24px;
    content: close-quote;
    font-size: 0;
    display: block;
    background: var(--link-color);
    z-index: 0;
    border-radius: 50%;
}

.accordion-panel .collapsible-section.default .section-header svg {
    position: relative;
    z-index: 1;
}

.accordion-panel .collapsible-section.default .section-header svg.chevron-open {
    top: -3px;
}

.accordion-panel .collapsible-section.default .section-header svg.caret-open {
    top: -4px;
}

.accordion-panel .collapsible-section.default .section-header svg.plus-closed,
.accordion-panel .collapsible-section.default .section-header svg.minus-open {
    top: -2px;
}

.accordion-panel .collapsible-section.default .section-header svg path {
    fill: #fff;
}

#page .block .card-block.separator {
    position: relative;
    border: 0;
    padding: 0;
    margin: 0;
}

#page .block .card-block.separator .headline,
#page .block div.card-block.separator .card-text .headline+.content {
    padding-left: 0;
    margin-left: 0 !important;
    padding-right: 0;
    margin-right: 0;
}

#page .block div.card-block.separator .card-text .headline+.content,
#page .block div.card-block.separator.has-image .card-left {
    padding-bottom: 30px;
}

#page .block div.card-block.separator.has-image .card-left:first-child {
    margin-right: 20px;
}

#page .block .card-block.separator .headline:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    display: block;
    content: close-quote;
    font-size: 0;
    background: url(https://cmsv2-shared-assets.apptegy.net/Global/Components/CMSv2-page-style/Images/separator-line.svg) repeat-x bottom center;
}

/* Photo gallery page */
#page .gallery-block .image-wrapper {
    position: relative;
    border-radius: 5px;
    z-index: 1;
}

.gallery-block .image-wrapper:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 100px;
    max-height: 45%;
    content: close-quote;
    font-size: 0;
    display: block;
    background: url(https://cmsv2-shared-assets.apptegy.net/Global/Components/CMSv2-page-style/Images/hover-Icon.svg) no-repeat center center;
    background-size: contain;
    z-index: -1;
    opacity: 0;
    transition: 0.3s all linear;
}

.gallery-block .image-wrapper:hover:after {
    z-index: 0;
    opacity: 1;
}

.gallery-block .image-wrapper img {
    border-radius: 5px;
    display: block;
    transition: 0.3s all linear;
}

.gallery-block .image-wrapper:hover img {
    opacity: 0.2;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1000px) {
    #sidebarNav {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 1350px) {
    #sidebarNav {
        margin-left: 40px;
    }
}

/* ---------- STYLE GUIDE START --------------- */
/* ------------------------------------------ */
/* ------------- HEADER START */
/* ------------------------------------------ */
#cms-header {
    .clipping-rect {
        display: none;
    }
}

@media only screen and (min-width: 1199px) {
    #cms-header .m4-menu .m4-menu--bar {
        padding-right: 15px;
    }

    #cms-header #searchbutton .button-action-content svg {
        display: none;
    }

    #cms-header #searchbutton .menu-field {
        display: block;
        clip: unset;
        -webkit-clip-path: unset;
        clip-path: unset;
        width: auto;
        height: auto;
        position: static;
        overflow: unset;
        margin: unset;
    }
}

#cms-header .mobile-header {
    padding-top: 12px;
}

#cms-header .mobile-header .left-icon {
    width: 30px;
    top: 22px;
    transform: unset;
    margin: unset;
    left: unset;
    right: 15px;
    display: flex;
    justify-content: center;
}

#cms-header .mobile-header .button-action {
    position: static;
}

#cms-header .mobile-header .button-action .menu-field {
    display: none;
}

#cms-header .mobile-header .button-action svg {
    width: 30px;
    height: 30px;
}

#cms-header .mobile-header .button-action svg path {
    fill: var(--primary-color);
}

#cms-header .mobile-header .school-info .name .org-name {
    font-size: 18px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
}

#cms-header .mobile-header .school-info .name .slogan {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

#cms-header .mobile-header.shrink {
    justify-content: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
}

#cms-header .mobile-header.shrink .main-content {
    padding-left: 10px;
}

#cms-header .mobile-header.shrink .left-icon {
    top: 15px;
}

#cms-header .logo-circle .circle {
    padding: 2px;
}


/* -------------- START Menu V4 dropdown customisation -------------- */

@media screen and (min-width: 1024px) {
    body:has(.m4--menu-item-active) {
        overflow: hidden;
    }

    #app #view-header #cms-header {
        #m4 {
            margin-bottom: 30px;
            margin-bottom: 0;

            .m4-menu--drawer {
                max-height: calc(100vh - var(--main-header-height) - 100px);
                min-height: 10vh;
                overflow: hidden;
            }

            .m4-menu--drawer-content-wrapper {
                display: block;
                width: 100%;
                overflow-y: auto;
                margin: 0;
                padding: 32px 32px 48px 24px;
                box-sizing: border-box;
                align-items: flex-start;
                column-gap: 20px;



                &:has(.m4--drawer-element:not(.child-element):nth-child(10)) {
                    display: grid;
                    grid-template-columns: repeat(2, 1fr);

                    &>.m4--drawer-element {
                        order: var(--order-2col);
                    }

                    @media screen and (max-width: 1199px) {
                        display: block;
                    }
                }

                &:has(.m4--drawer-element:not(.child-element):nth-child(15)) {
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);

                    &>.m4--drawer-element {
                        order: var(--order-3col);
                    }

                    @media screen and (max-width: 1499px) {
                        grid-template-columns: repeat(2, 1fr);

                        &>.m4--drawer-element {
                            order: var(--order-2col);
                        }
                    }

                    @media screen and (max-width: 1199px) {
                        display: block;
                    }
                }


                &>.m4--drawer-element {

                    @media screen and (max-width: 1199px) {
                        min-width: unset;
                        width: 100%;
                    }

                    &>.m4--drawer-element-title {
                        .m4--drawer-element-title-text {
                            white-space: normal;
                        }
                    }

                    .m4--drawer-element.child-element {
                        height: auto;

                        .m4--drawer-element-title {
                            min-height: 40px;
                            padding-left: 10px;
                        }
                    }
                }

                &::-webkit-scrollbar {
                    width: 10px;
                }

                &::-webkit-scrollbar-track {
                    background: #f1f1f1;
                }

                &::-webkit-scrollbar-thumb {
                    background: #888;
                }

                &::-webkit-scrollbar-thumb:hover {
                    background: #555;
                }
            }
        }
    }
}

/* -------------- END Menu V4 dropdown customisation -------------- */


/* ------------------------------------------ */
/* ------------- HEADER END */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* ------------- GENERAL STYLES START */
/* ------------------------------------------ */

#home .see-all-container h2 {
    color: var(--primary-color);
}

@media only screen and (max-width: 600px) {
    #home .see-all-container h2 {
        font-size: 25px;
        border-right: 3px solid var(--header-accent-color);
        line-height: 1.25;
        padding-right: 15px;
        margin-right: 15px;
    }
}

#home .see-all-container .see-all-button {
    font-size: 14px;
}

@media only screen and (min-width: 599px) {
    .see-all-top .cloned-button {
        display: none;
    }
}

#app .see-all-bottom {
    display: none;
}

/* ------------------------------------------ */
/* ------------- GENERAL STYLES END */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* ------------- GALLERY START */
/* ------------------------------------------ */
#g3 {
    --button-size: 40px;
}

#g3 .info .position {
    display: none;
}

#g3 .button-action {
    background-color: var(--primary-color);
    border: 1px solid #fff;
    border-radius: 50%;
}

#g3 .button-action svg {
    display: none;
}

#g3 .button-action .button-action-content {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-mask-size: 60%;
    mask-size: 60%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

#g3 .button-action.left-arrow {
    width: var(--button-size);
    height: var(--button-size);
}

#g3 .button-action.left-arrow .button-action-content {
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path d="M84 108a3.988 3.988 0 0 1-2.828-1.172l-40-40a3.997 3.997 0 0 1 0-5.656l40-40c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656L49.656 64l37.172 37.172a3.997 3.997 0 0 1 0 5.656A3.988 3.988 0 0 1 84 108z"></path></g></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path d="M84 108a3.988 3.988 0 0 1-2.828-1.172l-40-40a3.997 3.997 0 0 1 0-5.656l40-40c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656L49.656 64l37.172 37.172a3.997 3.997 0 0 1 0 5.656A3.988 3.988 0 0 1 84 108z"></path></g></svg>');
}

#g3 .button-action.right-arrow {
    width: var(--button-size);
    height: var(--button-size);
}

#g3 .button-action.right-arrow .button-action-content {
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path d="M44 108a3.988 3.988 0 0 1-2.828-1.172 3.997 3.997 0 0 1 0-5.656L78.344 64 41.172 26.828c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0l40 40a3.997 3.997 0 0 1 0 5.656l-40 40A3.988 3.988 0 0 1 44 108z"></path></g></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path d="M44 108a3.988 3.988 0 0 1-2.828-1.172 3.997 3.997 0 0 1 0-5.656L78.344 64 41.172 26.828c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0l40 40a3.997 3.997 0 0 1 0 5.656l-40 40A3.988 3.988 0 0 1 44 108z"></path></g></svg>');
}

#g3 .button-action.pause {
    width: var(--button-size);
    height: var(--button-size);
}

#g3 .button-action.pause .button-action-content {
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 205 205"><g><path d="M62.5 170h17c3.3 0 6-2.7 6-6V41c0-3.3-2.7-6-6-6h-17c-3.3 0-6 2.7-6 6v123c0 3.3 2.7 6 6 6zM125.5 170h17c3.3 0 6-2.7 6-6V41c0-3.3-2.7-6-6-6h-17c-3.3 0-6 2.7-6 6v123c0 3.3 2.7 6 6 6z"></path></g></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 205 205"><g><path d="M62.5 170h17c3.3 0 6-2.7 6-6V41c0-3.3-2.7-6-6-6h-17c-3.3 0-6 2.7-6 6v123c0 3.3 2.7 6 6 6zM125.5 170h17c3.3 0 6-2.7 6-6V41c0-3.3-2.7-6-6-6h-17c-3.3 0-6 2.7-6 6v123c0 3.3 2.7 6 6 6z"></path></g></svg>');
    -webkit-mask-size: 50%;
    mask-size: 50%;
}

#g3 .button-action.play {
    width: var(--button-size);
    height: var(--button-size);
}

#g3 .button-action.play .button-action-content {
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 330 330"><g><path d="M37.728 328.12a14.994 14.994 0 0 0 15.222-.4l240-149.999a15 15 0 0 0 0-25.44L52.95 2.28A15 15 0 0 0 30 15v300a15.001 15.001 0 0 0 7.728 13.12z"></path></g></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 330 330"><g><path d="M37.728 328.12a14.994 14.994 0 0 0 15.222-.4l240-149.999a15 15 0 0 0 0-25.44L52.95 2.28A15 15 0 0 0 30 15v300a15.001 15.001 0 0 0 7.728 13.12z"></path></g></svg>');
    -webkit-mask-size: 32%;
    mask-size: 32%;
}

#g3 .button-action.left-arrow {
    left: 10px;
}

#g3 .button-action.play,
#g3 .button-action.pause {
    left: 86px;
    z-index: 9;
    bottom: 15px;
}

#g3 .arrows {
    left: 35px;
    bottom: 15px;
    right: unset;
    gap: calc(var(--button-size) + 15px);
}

#g3 {
    .info {
        .gradient.show-background {
            padding: 10px 0 5px;

            .description {
                margin-bottom: 10px;
            }
        }
    }
}

@media only screen and (max-width: 1580px) {
    #g3 .info .title {
        h1 {
            font-size: 40px;
        }

        h2 {
            font-size: 36px;
        }
    }

    #g3 .info .description {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 600px) {
    #g3 .arrows {
        position: static;
        width: 100%;
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
        justify-content: center;
        box-sizing: border-box;
        gap: calc(var(--button-size) + 30px);
        padding-bottom: 20px;
    }

    #g3 .button-action.left-arrow {
        margin-left: unset;
    }

    #g3 .button-action.play,
    #g3 .button-action.pause {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media only screen and (max-width: 960px) and (min-width: 600px) {

    #g3 .navigation,
    #g3 .arrows {
        display: flex;
    }

    #g3 .navigation-small {
        display: none;
    }
}

@media only screen and (max-width: 1279px) {
    #g3 .slide .title-on-image {
        padding-bottom: 5px;
    }

    #g3 .slide .title-on-image h1 {
        font-size: 32px;
    }

    #g3 .slide .title-on-image h2 {
        font-size: 22px;
    }

    #g3 .slide .description {
        font-size: 16px;
    }

    #g3 .info {
        padding-top: 0;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 960px) {
    #g3 .slide .title-on-image {
        display: none;
    }

    #g3 .info {
        position: relative;

        .title {
            margin-top: 0;
            display: block;

            h1 {
                font-size: 24px;
            }

            h2 {
                font-size: 22px;
            }
        }

        .description {
            font-size: 15px;
        }
    }

    #g3 .info:before {
        content: "";
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        top: -19px;
        left: 0;
        background: var(--gradient-color);
    }
}

@media only screen and (max-width: 600px) {
    #g3 {
        --image-height: 200px !important;
        --button-size: 32px;
    }

    #g3 .arrows {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 1;
        left: 0;
        height: 45px;
        box-sizing: border-box;
        bottom: 4px;
    }

    #g3 .navigation {
        width: var(--button-size);
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 4px;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 1;
        height: 45px;
        box-sizing: border-box;
    }

    #g3 .navigation-small {
        display: none;
    }

    #g3 .info .title {
        margin-top: 0;
    }

    #g3 .info .description {
        margin-bottom: 5px;
    }

    #g3 .info .gradient.show-background {
        padding-top: 4px;
    }
}

/* ------------------------------------------ */
/* ------------- GALLERY END */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* ------------- BUTTONS --------------- */
/* ------------------------------------------ */
@media only screen and (min-width: 600px) {
    #app {
        #home #buttons-b3 {
            /* Text and icon color */
            --buttons-v8-btn-hover-color: var(--secondary-color-contrast);

            /* Background color for the button */
            --buttons-v8-btn-hover-bg-color: var(--secondary-color);
        }
    }

    #home #buttons-b3 {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: var(--button-bg-color);
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    #home #buttons-b3 .button-link {
        width: 100%;
    }

    #home #buttons-b3 .button {
        border-radius: 10px;
        position: relative;
        margin-left: 5px;
        margin-right: 5px;
        border: 1px solid var(--text-color);
        margin-top: 20px;
        margin-bottom: 20px;
        transition: all 0.25s linear;
    }

    #home #buttons-b3 .button .button-link .icon-wrapper .raw-svg svg path {
        transition: all 0.25s linear;
    }

    #home #buttons-b3 .button .button-link .button-title {
        transition: all 0.25s linear;
        text-transform: unset;
    }

    #home #buttons-b3 .button .button-title {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1450px) and (max-width: 1920px) {
    #home #buttons-b3 .button .button-title {
        font-size: 13px;
    }
}

@media only screen and (max-width: 960px) {
    #home #buttons-b3 .button .icon-wrapper {
        height: 32px;
    }

    #home #buttons-b3 .button .raw-svg span {
        width: 26px;
        height: 26px;
    }

    #home #buttons-b3 .button .raw-svg svg {
        width: 26px;
        height: 26px;
    }

    #home #buttons-b3 .button .button-title {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
    #home #buttons-b3 .button {
        width: 48%;
    }
}

#home #buttons-b3 .buttons-b3-toggle {
    text-align: center;
}


#home #buttons-b3 .button .button-link:active,
#home #buttons-b3 .button .button-link:focus,
#home #buttons-b3 .button:hover {
    background-color: var(--buttons-v8-btn-hover-bg-color, var(--text-color));
    border-color: var(--buttons-v8-btn-hover-bg-color, var(--text-color));

    .icon-wrapper .raw-svg svg * {
        fill: var(--buttons-v8-btn-hover-color, var(--button-bg-color)) !important;
    }

    .button-title {
        color: var(--buttons-v8-btn-hover-color, var(--button-bg-color));
    }
}


/* ------------------------------------------ */
/* ------------- BUTTONS END */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* ------------- NEWS START */
/* ------------------------------------------ */
#app .main:has(#news-n1) .first {
    width: 100%;
}

#app #news-n1 {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
}

@media only screen and (max-width: 600px) {
    #app #news-n1 .story {
        margin-bottom: 0;
    }
}

#app #news-n1 .story a {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 960px) {
    #app #news-n1 .news-title {
        font-size: 18px;
        line-height: 1.25;
    }

    #app #news-n1 .news-snippet {
        font-size: 14px;
        line-height: 1.3;
    }
}

#app #news-n1 .custom-swiper-pagination .swiper-pagination-bullet {
    display: flex;
    align-items: center;
}

#app #news-n1 .custom-swiper-navigation {
    display: none;
}

@media only screen and (min-width: 959px) {
    #app .news-content-inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
}

/* ------------------------------------------ */
/* ------------- NEWS END */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* ------------- EVENTS START */
/* ------------------------------------------ */
@media only screen and (max-width: 600px) {
    #home #events-e2 .events-card {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #home #events-e2 .events-card:nth-child(n + 4) {
        display: none;
    }

    #home #events-e2 .events-card .events-date {
        font-size: 16px;
    }

    #home #events-e2 .events-card .events-time {
        font-size: 16px;
    }

    #home #events-e2 .events-card .events-title a {
        font-size: 14px;
    }

    #home #events-e2 .events-card .event-tag {
        display: none;
    }
}

/* ------------------------------------------ */
/* ------------- EVENTS END */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* ------------- LIVE FEED START */
/* ------------------------------------------ */
#cms-live-feed .live-feed-lf7 .card-content .post {
    border: 2px solid var(--header-accent-color);
    border-radius: 4px;
    max-width: 100%;
}

@media only screen and (max-width: 600px) {
    #cms-live-feed .live-feed-lf7 .card-content .post {
        padding: 18px;
        width: 100%;
        min-width: calc(100vw - 40px);
    }
}

@media only screen and (max-width: 600px) {
    #cms-live-feed .live-feed-lf7 .card-content .post .post-info {
        flex-wrap: wrap;
        font-size: 13px;
        position: relative;
        padding-left: 42px;
    }

    #cms-live-feed .live-feed-lf7 .card-content .post .post-info img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #cms-live-feed .live-feed-lf7 .card-content .post .post-info .author {
        max-width: calc(100% - 65px);
        line-height: 1;
    }
}

@media only screen and (max-width: 600px) {
    #cms-live-feed .live-feed-lf7 .card-content {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1199px) {
    #cms-live-feed .live-feed-lf7 .nav {
        display: none;
    }

    #cms-live-feed .live-feed-lf7 .posts-wrapper {
        gap: 15px;
        justify-content: center;
    }

    #cms-live-feed .live-feed-lf7 .card-content {
        max-width: 23.5%;
    }

    #cms-live-feed .live-feed-lf7 .card-content:nth-child(n + 5) {
        display: none;
    }

    #cms-live-feed .live-feed-lf7 .card-content .post-info {
        flex-wrap: wrap;
        font-size: 14px;
    }

    #cms-live-feed .live-feed-lf7 .card-content .thumbnails-wrapper {
        height: auto;
        gap: 5px;
    }

    #cms-live-feed .live-feed-lf7 .card-content .thumbnails-wrapper .live-feed-image-thumbnail {
        margin: 0;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1500px) {
    #cms-live-feed .live-feed-lf7 .posts-wrapper {
        justify-content: space-between;
    }

    #cms-live-feed .live-feed-lf7 .card-content .post {
        padding: 15px;
    }
}

#cms-live-feed .pager-section {
    display: none;
}

/* ------------------------------------------ */
/* ------------- LIVE FEED END */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* ------------- FOOTER START */
/* ------------------------------------------ */
#cms-footer #footer-f1 .row {
    display: flex;
    flex-direction: column;
}

#cms-footer #footer-f1 .row h2 {
    display: none;
}

#cms-footer #footer-f1 .row .footer-column-last {
    order: -1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
    box-sizing: border-box;
}

#cms-footer #footer-f1 .row .footer-column-last .footer-social-links {
    width: 100%;
    order: -1;
}

@media only screen and (max-width: 600px) {
    #cms-footer #footer-f1 .row .footer-column-last .footer-social-links li a {
        margin-bottom: 0;
    }
}

#cms-footer #footer-f1 .row .footer-column-last a:has(img.app-link) {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

#cms-footer #footer-f1 .row .footer-column-last a img.app-link {
    height: 45px;
}

#cms-footer #footer-f1 .row .footer-column-main {
    text-align: center;
    flex: unset;
    padding-right: 0;
    box-sizing: border-box;

    .additional-text {
        display: none;
    }
}

#cms-footer #footer-f1 .row .footer-column-main .logo-wrapper {
    display: none;
    text-align: center;
}

#cms-footer #footer-f1 .row .footer-column-main p {
    font-size: 1.25em;
    display: flex;
    justify-content: center;
    gap: 3%;
    padding-bottom: 5px;
    flex-wrap: wrap;
}

#cms-footer #footer-f1 .row .footer-column-main p span {
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    #cms-footer #footer-f1 .row .footer-column-main p {
        font-size: 1em;
        gap: 20px;
    }
}

#cms-footer #footer-f1 .row .footer-columns {
    text-align: center;
    padding-right: 0;
}

#cms-footer #footer-f1 .row .footer-columns ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1%;
}

@media only screen and (max-width: 960px) {
    #cms-footer #footer-f1 .row .footer-columns ul {
        gap: 0 20px;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
}

#cms-footer #footer-f1 .row .footer-columns ul li {
    font-size: 0.8em;
}

#cms-footer #footer-f1 .row .footer-columns ul li:nth-child(n + 6) {
    display: none;
}

#cms-footer #footer-f1 .row .footer-columns ul li:has(a):not(:first-child):before {
    content: "|";
    margin-right: 10px;
}

@media only screen and (max-width: 960px) {
    #cms-footer #footer-f1 .row .footer-columns ul li:has(a):not(:first-child):before {
        display: none;
    }
}

#cms-footer #footer-f1 .row .footer-columns .image-container img {
    max-width: 320px;
}

@media only screen and (max-width: 600px) {
    #cms-footer #footer-f1 .row .footer-columns .image-container img {
        max-width: 265px;
    }
}

@media only screen and (max-width: 600px) {
    #cms-footer #footer-f1 .row .footer-column-main p span {
        width: 100%;
        display: block;
    }

    #cms-footer #footer-f1 .row .footer-columns ul li {
        width: 100%;

        a {
            display: block;
            width: 100% !important;
            margin-bottom: 0.75em;
            text-align: center;
        }
    }
}

#cms-footer #footer-f1 .additional-text {
    width: 100%;
    max-width: 1200px;
    padding-top: 15px;
}

#cms-footer #footer-f1 .additional-text p {
    font-size: 0.8em;
}

#cms-footer #footer-f1 .apptegy-copyright {
    width: 100%;
    max-width: 1200px;
    border-top: 1px solid var(--separator-color);
    padding-top: 25px;
}

#cms-footer #footer-f1 .apptegy-copyright span {
    font-size: 0.8em;
}

#footer-f1 .footer-columns .district-footer-list {
    list-style-type: none;
    color: var(--text-color);
}

#footer-f1 .footer-columns .district-footer-list a {
    color: inherit;
    text-decoration: none;
}

#footer-f1 .additional-text {
    color: var(--text-color);
    text-align: center;
}

/* ------------------------------------------ */
/* ------------- FOOTER END */
/* ------------------------------------------ */
#flip-area {
    --front-card-bg-color: #fff;
    --front-card-text-color: var(--primary-color);
    --front-card-border-color: #fff;
    --back-card-bg-color: #fafafa;
}

#custom-parallax-v4 {
    --overlay-bg-color: #b8bab9;
    --parallax-v4-text-color: var(--primary-color);
    --parallax-v4-title-font-size: 40px;
    --parallax-v4-text-area-width: 650px;
}

/* Custom colors asked by the client */
#home #custom-parallax-v4 {
    --overlay-bg-color: #000;
    --parallax-v4-text-color: #fff;
}

#home #custom-parallax-v4 .parallax-v4-logo::before {
    filter: brightness(8);
}

/* ----------- START CUSTOM PARALLAX V4 ----------- */
.custom-parallax-v4 {
    --parallax-v4-area-height: 453px;
    --parallax-v4-text-area-width: 600px;
    --watermark-grayscale: 100%;
    --watermark-opacity: 0.1;
    --watermark-size: 0.65;
    --parallax-v4-title-font-size: 32px;
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: var(--parallax-v4-area-height);
}

@media only screen and (max-width: 960px) {
    .custom-parallax-v4 {
        min-height: calc(var(--parallax-v4-area-height) * 0.8);
    }
}

@media only screen and (max-width: 767px) {
    .custom-parallax-v4 {
        min-height: calc(var(--parallax-v4-area-height) * 0.6);
    }
}

@media only screen and (max-width: 600px) {
    .custom-parallax-v4 {
        min-height: calc(var(--parallax-v4-area-height) * 0.5);
    }
}

.prlx-v4-image-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media only screen and (max-width: 960px) {
    .prlx-v4-image-container {
        width: 100%;
    }
}

.parallax-v4-content {
    width: var(--parallax-v4-text-area-width);
    height: 100%;
    min-height: var(--parallax-v4-area-height);
    max-width: 50%;
    margin-left: 0;
    padding: 25px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding-left: 5%;
    padding-right: 15%;
    position: relative;
    color: var(--parallax-v4-text-color, #fff);
    z-index: 2;
}

@media only screen and (max-width: 960px) {
    .parallax-v4-content {
        max-width: 90%;
        padding-right: 10%;
        min-height: calc(var(--parallax-v4-area-height) * 0.8);
    }
}

@media only screen and (max-width: 767px) {
    .parallax-v4-content {
        min-height: calc(var(--parallax-v4-area-height) * 0.6);
    }
}

@media only screen and (max-width: 600px) {
    .parallax-v4-content {
        min-height: calc(var(--parallax-v4-area-height) * 0.5);
    }
}

.parallax-v4-content:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, var(--overlay-bg-color, var(--primary-color)) 95%);
}

.parallax-v4-content h2 {
    position: relative;
    z-index: 2;
}

.prlx-v4-image-container span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    min-height: var(--parallax-v4-area-height);
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

@media only screen and (max-width: 960px) {
    .prlx-v4-image-container span {
        min-height: calc(var(--parallax-v4-area-height) * 0.8);
    }
}

@media only screen and (max-width: 767px) {
    .prlx-v4-image-container span {
        min-height: calc(var(--parallax-v4-area-height) * 0.6);
    }
}

@media only screen and (max-width: 600px) {
    .prlx-v4-image-container span {
        min-height: calc(var(--parallax-v4-area-height) * 0.5);
    }
}

.prlx-v4-image-container span img {
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 960px) {
    .prlx-v4-image-container span img {
        width: 100%;
    }
}

.parallax-v4-content h2 {
    font-size: var(--parallax-v4-title-font-size);
    line-height: 1.2;
}

@media only screen and (max-width: 1500px) {
    .parallax-v4-content h2 {
        font-size: calc(var(--parallax-v4-title-font-size) * 0.8);
    }
}

@media only screen and (max-width: 1200px) {
    .parallax-v4-content h2 {
        font-size: calc(var(--parallax-v4-title-font-size) * 0.7);
    }
}

@media only screen and (max-width: 767px) {
    .parallax-v4-content h2 {
        font-size: calc(var(--parallax-v4-title-font-size) * 0.6);
    }
}

@media only screen and (max-width: 600px) {
    .parallax-v4-content h2 {
        font-size: 20px;
    }
}

.parallax-v4-content .prlx-v4-button {
    display: block;
    margin-top: 2em;
    position: relative;
    z-index: 2;
}

.parallax-v4-content .prlx-v4-button a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: var(--overlay-bg-color, var(--primary-color));
    padding: 1em 2em;
    background-color: var(--parallax-v4-text-color, #fff);
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 600;
    border-radius: 5px;
}

.parallax-v4-content .prlx-v4-button a:empty {
    display: none;
}

.parallax-v4-content .prlx-v4-button a:hover {
    opacity: 0.9;
}

.parallax-v4-logo {
    width: calc(var(--parallax-v4-area-height) * var(--watermark-size));
    height: calc(var(--parallax-v4-area-height) * var(--watermark-size));
    position: absolute;
    left: -2%;
    bottom: -5%;
    opacity: var(--watermark-opacity);
}

@media only screen and (max-width: 960px) {
    .parallax-v4-logo {
        width: calc(var(--parallax-v4-area-height) * var(--watermark-size) * 0.8);
        height: calc(var(--parallax-v4-area-height) * var(--watermark-size) * 0.8);
    }
}

@media only screen and (max-width: 767px) {
    .parallax-v4-logo {
        width: calc(var(--parallax-v4-area-height) * var(--watermark-size) * 0.6);
        height: calc(var(--parallax-v4-area-height) * var(--watermark-size) * 0.6);
    }
}

@media only screen and (max-width: 600px) {
    .parallax-v4-logo {
        width: calc(var(--parallax-v4-area-height) * var(--watermark-size) * 0.5);
        height: calc(var(--parallax-v4-area-height) * var(--watermark-size) * 0.5);
    }
}

.parallax-v4-logo::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--watermark-url);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: grayscale(var(--watermark-grayscale));
}

.parallax-v4-logo:has(img):before {
    display: none;
}

.prlx-v4-logo {
    display: block;
    width: 100%;
    height: 100%;
}

.prlx-v4-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: grayscale(var(--watermark-grayscale));
}

.parallax-v4-logo {
    /* disable it */
    display: none;

    img {
        display: none;
    }
}

/* ----------- END CUSTOM PARALLAX V4 ----------- */
/*# sourceMappingURL=dev.css.map */

/* Hide Explore Menu */
#explore-button,
.mobile-element:has(#explore-header) {
    display: none;
}

/* Menu Changes */

#view-header #cms-header .header-bar-wrapper .dynamicLink {
    display: flex;
    align-items: center;
    color: var(--nav-color);
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-right: 32px;
    text-decoration: none;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;

    @media screen and (max-width: 1023px) {
        margin-top: 12px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        position: absolute;
        left: 20px;
    }

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

#view-header #cms-header .mobile-header.shrink {
    .dynamicLink {
        right: 50px;
        left: unset;
    }
}

body.school-district-of-manatee-county .districtUrl {
    display: none !important;
}

@media screen and (max-width: 960px) {
    #view-header #cms-header .header-bar-wrapper .right {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        box-sizing: border-box;
        width: 100%;
    }

    #view-header #cms-header .header-bar-wrapper .right .right-left-menu,
    #view-header #cms-header .header-bar-wrapper .right .right-right-menu {
        display: block !important;
        width: unset !important;
    }

    #view-header #cms-header .header-bar-wrapper .right .right-left-menu .schools-menu-container {
        margin-top: 12px;
    }

    #view-header #cms-header .header-bar-wrapper .right .right-right-menu .search {
        margin-top: 12px;
        margin-left: auto;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    #view-header {
        #cms-header {
            #h1 {
                .right {
                    .button-action-content {
                        font-size: 14px;
                    }

                    .dynamicLink {
                        font-size: 14px;
                        margin-right: 15px;
                    }

                    .button-action {
                        margin-right: 15px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    #view-header {
        #cms-header {
            #h1 {
                .mobile-header:not(.menu-open) {
                    padding-bottom: 15px;
                    display: flex;
                    align-items: center;

                    .left-icon {
                        top: 50%;
                        transform: translate(0, -50%);
                    }
                }
            }
        }
    }
}

body:has(.mobile-header.menu-open) #wraperTab {
    display: none;
}

/* End of Menu Changes */

/* START Schools Dropdown Edits */
#cms-header {
    #h1 {
        .left {
            position: relative;
            z-index: 2;
        }
    }
}

#schools-menu-sm1 {
    .schools-menu-header {
        display: block;
        border-bottom: 1px solid currentColor;
        padding-bottom: 0.35em;
        margin-bottom: 1em;
    }
}

/* END Schools Dropdown Edits */

/* START Accordion panel border fix */
.accordion-panels-wrapper {
    .panel-heading {
        border-bottom: unset;
    }

    .accordion-panel {
        border-bottom: 1px solid var(--grey-30);
        padding-bottom: 10px;
    }
}

/* END Accordion panel border fix */

/* START Dropdown Menu Hover Effect */
#schools-menu-sm1 .column ul li a {
    position: relative;
    padding-bottom: 2px;
}

#schools-menu-sm1 .column ul li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    content: "";
    background: currentColor;
    width: 0%;
    transition: all 0.35s ease-in-out;
}

#schools-menu-sm1 .column ul li a:hover::after {
    width: 100%;
}

#search #results .name a {
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
}

#search #results .name:hover,
#search #results .name a:hover {
    text-decoration: none;
}

#search #results .name a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    content: "";
    background: currentColor;
    width: 0%;
    transition: all 0.35s ease-in-out;
}

#search #results .name a:hover::after {
    width: 100%;
}


#languagesmenu .language .language-text {
    padding-bottom: 2px;
    position: relative;
}

#languagesmenu .language:hover .language-text {
    border-bottom: none;
}

#languagesmenu .language .language-text::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    content: "";
    background: currentColor;
    width: 0%;
    transition: all 0.35s ease-in-out;
}

#languagesmenu .language:hover .language-text::after {
    width: 100%;
}

/* END Dropdown Menu Hover Effect */

/* START Scrolling bar edits */
#app {
    #home {
        #logos-bar-area {
            .custom-component-loop-wrapper {
                &>div {
                    padding-left: 20px;
                    padding-right: 20px;
                }

                animation-play-state: paused;

                img {
                    max-width: var(--imageSize);
                    max-height: var(--imageSize);
                }
            }

            .custom-component-loop-wrapper:has(div + div + div + div) {
                animation: scrollAnimation 20s linear infinite;
            }

            .logos-bar-row:hover .custom-component-loop-wrapper {
                animation-play-state: paused;
            }
        }
    }
}

/* END Scrolling bar edits */

/* Hide Stats and Partners if no content is added */
.scroller-section:not(:has(.images-list .image-container img)) {
    display: none;
}

.flip-area:not(:has(.flip-card-list div .flip-card .flip-card-icon-wrap .flip-card-icon svg)) {
    display: none;
}

.scroller-area {
    &.style-bold {
        .header-slot-container {
            border-right: unset;
            color: var(--primary-color);
        }
    }
}

/* Fix error when the mobile hamburger menu button doesn't appear - there's a bug, probably caused by the scrollbar width; some of the header is mobile, some not yet; happens on 1031px, for ex */

#app #cms-header {
    &:has(.mobile-header) {
        .school-info .name .slogan {
            text-align: center;
        }

        .menu.m4-menu {
            display: block;
        }
    }
}

/* START Custom Sticky Header */
#app {
    --main-header-height: 160px;

    @media screen and (max-width: 1280px) {
        --main-header-height: 144px;
    }

    &:has(.header-bar-wrapper.sticky) {
        --main-header-height: 128px;

        @media screen and (max-width: 1280px) {
            --main-header-height: 130px;
        }
    }

    &:has(.mobile-header) {
        --main-header-height: 127px;
    }

    &:has(.mobile-header.shrink) {
        --main-header-height: 58px;
    }
}

@media screen and (min-width: 1024px) {
    #app {
        padding-top: var(--main-header-height);
    }

    #view-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: var(--main-header-height);
        z-index: 6;

        #cms-header {
            padding-bottom: 0 !important;

            .header-container {
                transition: all 0.4s linear;
            }

            .left {
                .logo {
                    transition: all 0.4s linear;
                }
            }
        }
    }
}

/* END Custom Sticky Header */

/* Hide Events Years */
.right-dropdown-content-item {
    display: none;
}

.right-dropdown-content-item:nth-child(7),
.right-dropdown-content-item:nth-child(8) {
    display: block;
}

/* End */


/* START Fix Schools Menu Scroll error */
body:has(#schools-menu-sm1) {
    overflow: hidden;

    #schools-menu-sm1 {
        padding-bottom: 75px;

        .wrapper {
            overflow-y: auto;
            max-height: calc(100vh - var(--main-header-height) - 150px);
            box-sizing: border-box;
        }
    }
}

/* END Fix Schools Menu Scroll error */

/* START Menu fields hover and while open underline */
#h1 button:has(.menu-field),
#h1 .dynamicLink,
#m4 .m4--menu-item-link {
    position: relative;
    padding-bottom: 2px;
}

#h1 button:has(.menu-field)::after,
#h1 .dynamicLink::after,
#m4 .m4--menu-item-link::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    content: "";
    background: currentColor;
    width: 0%;
    transition: all 0.35s ease-in-out;
}

#h1 button:has(.menu-field):hover::after,
#h1 .dynamicLink:hover::after,
#m4 .m4--drawer-element-title:hover .m4--menu-item-link::after {
    width: 100%;
}

#h1 button[aria-expanded="true"]:has(.menu-field)::after,
#m4 .m4--drawer-element.has-children .m4--drawer-element-title:has(button[aria-expanded="true"]) .m4--menu-item-link::after {
    width: 100% !important;
}

/* END Menu fields hover and while open underline */

/* ---------------- START Cludo Search ---------------- */
#searchbutton {
    display: none;
}

.search-trigger {
    width: 24px;
    height: 24px;
    background-color: var(--primary-color);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z'/%3E%3C/svg%3E");
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    cursor: pointer;
}

.cludo-search-close {
    position: relative;
    width: 52px;
    height: 52px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.51);
    box-sizing: border-box;
    cursor: pointer;
}

.cludo-search-close::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(128, 128, 128, 0.75);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M12 11.293l10.293-10.293.707.707-10.293 10.293 10.293 10.293-.707.707-10.293-10.293-10.293 10.293-.707-.707 10.293-10.293-10.293-10.293.707-.707 10.293 10.293z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M12 11.293l10.293-10.293.707.707-10.293 10.293 10.293 10.293-.707.707-10.293-10.293-10.293 10.293-.707-.707 10.293-10.293-10.293-10.293.707-.707 10.293 10.293z'/%3E%3C/svg%3E");
    -webkit-mask-size: 50%;
    mask-size: 50%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: all 0.25s linear;
}

.cludo-search-close:hover::after {
    background-color: rgb(128, 128, 128);
}

#app.cludo-search-active .cludo-search-outer {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.cludo-search-outer {
    position: fixed;
    background: rgba(34, 34, 34, 0.95);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 9;
    visibility: hidden;
    z-index: -1;
}

.cludo-search-box {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    width: 1000px;
    max-width: 90%;
    height: 600px;
    border-radius: 5px;
    padding: 2% 3%;
    position: relative;
    box-sizing: border-box;
}

.cludo-search-box::after {
    content: "What are you searching for?";
    position: absolute;
    color: rgba(128, 128, 128, 0.75);
    width: 100%;
    height: calc(95% - 52px);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3%;
    box-sizing: border-box;
    font-size: 22px;
}

@media only screen and (max-width: 960px) {
    .cludo-search-box {
        max-width: 100%;
        height: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

.search-input {
    font-size: 24px;
    height: 52px;
    padding: 0.5em 0.75em;
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.51);
    width: calc(100% - 104px);
    font-weight: 400;
}

.search-input::-moz-placeholder {
    color: rgba(90, 90, 90, 0.544);
}

.search-input::placeholder {
    color: rgba(90, 90, 90, 0.544);
}

.search-input::-webkit-search-decoration,
.search-input::-webkit-search-cancel-button,
.search-input::-webkit-search-results-button,
.search-input::-webkit-search-results-decoration {
    display: none;
}

@media only screen and (max-width: 960px) {
    .search-input {
        font-size: 20px;
        padding: 0.5em 0.25em;
    }
}

.cludo-search-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.search-button {
    position: relative;
    width: 52px;
    height: 52px;
    border: none;
    background-color: #fff;
    border-radius: 0;
    border-bottom: 1px solid rgba(128, 128, 128, 0.51);
}

.search-button::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #515151;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z'/%3E%3C/svg%3E");
    -webkit-mask-size: 50%;
    mask-size: 50%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    cursor: pointer;
}

.search_autocomplete {
    font-size: 16px;
}

.search_autocomplete li {
    cursor: pointer;
    padding: 0.75em 1em;
}

.search_autocomplete li a {
    border-left: none;
}

#cludo-search-results ul .search-results-item a {
    text-decoration: none;
}

#cludo-search-results ul .search-results-item a h2 {
    margin-bottom: 0.25em;
}

#cms-header .mobile-header .search-translate-buttons {
    #searchbutton {
        display: initial;
        visibility: hidden;
    }

    .search-trigger {
        mask-size: 100%;
        display: flex;
        justify-content: center;
        height: 30px;
        width: 30px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    #app .search-trigger {
        margin-right: 15px;
        mask-size: 80%;
        -webkit-mask-size: 80%;

        .menu-field {
            font-size: 14px;
        }
    }
}

@media only screen and (min-width: 1199px) {
    .search-trigger {
        background-color: var(--bg-color);
        mask-image: none;
        -webkit-mask-image: none;
        width: auto;
        height: auto;
        margin-right: 32px;
        position: relative;
        padding-bottom: 2px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 25px;
        text-align: left;
        text-transform: uppercase;
        white-space: nowrap;

        &:hover {
            border-bottom: none;
        }

        &:after {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            content: "";
            background: currentColor;
            width: 0%;
            transition: all 0.35s ease-in-out;
        }

        &:hover:after {
            width: 100%;
        }

        .menu-field {
            display: block;
            clip: unset;
            -webkit-clip-path: unset;
            clip-path: unset;
            width: auto;
            height: auto;
            position: static;
            overflow: unset;
            margin: unset;
            color: var(--nav-color);
        }
    }
}

@media only screen and (max-width: 960px) {
    #app.cludo-search-active .cludo-search-outer {
        padding: 5vw;
        box-sizing: border-box;
        overflow: hidden;
    }
}

/* ----------------- END Cludo Search ----------------- */

/* Center footer image */
#cms-footer #footer-f1 .row .footer-columns .image-container img {
    justify-self: center;
}

/* Center footer image */

#app .breadcrumb {
    position: relative;
    z-index: 4;
}