/* ARTWORK NOTES
--------------------------------------------

--------------------------------------------
*/
html body.site-home {
    --section-slideshow-bg: var(--primary-color);
    --section-above-bg: var(--default-white);

    --section-container-main-bg: #E7E7E7;
    --section-expanded-bg: var(--secondary-color);

    --section-utility-bg: var(--primary-color);
}

html body {
    --side-menu-bg: var(--primary-color);
    --side-menu-bg-hover: var(--secondary-color);
    --side-menu-font-size-desktop: min(1.25vw, 1.25rem);
    --side-menu-font-family: var(--body-font-family);
    --side-menu-font-weight: 400;
}

html body #g-navigation {
    --main-menu-text-color: var(--primary-color);
    --main-menu-text-color-hover: var(--primary-color);
	--main-menu-bg: var(--secondary-color);
    --main-menu-bg-color: var(--secondary-color);

    --navigation-floating-social-padding: min(1vw, 1rem);
}

.g-array-item-text {
    margin: 0!important;
    padding: 0!important;
}

/* NAVIGATION */
@media only screen and (min-width: 50.99rem) {
    .apply-button .button {
        color: var(--default-white)!important;
        font-weight: 500!important;
    }


    .rooftop-bar > .g-container > .g-grid:has(.ql-toplinks-studius) {
        padding: min(2vw, 2rem)!important;
    }
    .rooftop-bar > .g-container > .g-grid:has(.nav-social-icons) .g-social-items a:hover {
        color: var(--secondary-color)!important;
    }

    .ql-toplinks-studius .g-blockcontent-subcontent-block:hover :is(.g-blockcontent-subcontent-title, .g-blockcontent-subcontent-title-text) {
        color: var(--primary-color);
    }
    .ql-toplinks-studius .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-title-icon {
        color: var(--primary-color);
    }

    #g-navigation .g-main-nav > .g-toplevel > li:has(.g-social-items) {
        display: none!important;
    }

    .rooftop-bar .g-main-nav .g-toplevel>li:not(.g-toplevel>li:has(.g-social-items))>.g-menu-item-container {
        padding: min(2.5vw, 2.5rem) min(1vw, 14.4px);
    }

    #g-navigation .g-main-nav {
        border-radius: 1rem;
    }
    #g-navigation > .g-container > .g-grid:has(.g-main-nav) {
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        margin-bottom: -2rem!important;
        margin-left: min(2vw, 2rem);
        margin-right: min(2vw, 2rem);
    }
}

@media only screen and (min-width: 50.99rem) {
    #g-navigation > .g-container > .g-grid:has(.g-main-nav) {
        position: relative;
    }
    /*#g-navigation > .g-container > .g-grid:has(.g-main-nav):before {
        content: '';
        background: var(--secondary-color);
        height: 100%;
        width: 3000%;
        margin-left: -500%;
        margin-right: -500%;
        position: absolute;
    }*/
}

@media only screen and (min-width: 50.99rem) {
    #g-navigation .g-main-nav .g-sublevel>li>.g-menu-item-container {
        color: var(--default-white);
    }
    #g-navigation .g-main-nav .g-sublevel>li>.g-menu-item-container:hover {
        background: var(--secondary-color);
        color: var(--default-white)!important;
    }
}

@media only screen and (min-width: 50.99rem) and (max-width: 1440px) {
    #g-navigation > .g-container > .g-grid:has(.g-main-nav) {
        margin-left: 0;
        margin-right: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation > .g-container {
        padding: 2rem 0 0 0!important;
    }

    #g-navigation > .g-container > .g-grid:nth-child(2) {
        padding: 1rem 0!important;
    }

    .apply-button {
        padding: 0 1rem!important;
    }
    .apply-button .button {
        color: var(--default-white)!important;
        font-weight: 500!important;
    }

    .ql-toplinks-studius .g-blockcontent-subcontent-title-icon {
        --ql-toplinks-icon-color-mobile: var(--primary-color);
    }
}

/*SLIDESHOW*/
.video-container {
    pointer-events: none!important;
}
.video-container .g-video {
    background: none!important;
    box-shadow: none!important;
}

@media only screen and (min-width: 50.99rem) {
    .site-home #g-slideshow > .g-container {
        padding: 0!important;
    }

    .floatator .fullwidth-swiper {
        border-radius: 0;
        box-shadow: none;
    }

    .mission-box-wrapper > .g-content {
        height: 100%;
    }
    .mission-box-wrapper .g-content-array {
        height: 100%;
    }
    .mission-box-wrapper .g-content-array > .g-grid {
        height: 100%;
    }
    .mission-box-wrapper .g-content-array > .g-grid > .g-block {
        height: 100%;
    }
    .mission-box-wrapper .g-content-array > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    .mission-box-wrapper .g-array-item {
        height: 100%;
    }
    .mission-box-wrapper .g-array-item-text {
        height: 100%;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-slideshow > .g-container > .g-grid:has(.mission-box-wrapper) .mission-box-wrapper {
        order: 2;
    }
}

@media only screen and (min-width: 50.99rem) {
    .mission-wrapper {
        display: flex;
        flex-direction: column;
        gap: min(1vw, 1rem);
        height: 100%;
        justify-content: center;
    }
    .mission-wrapper .mission-title {
        display: flex;
        flex-direction: row;
        gap: min(.5vw, .5rem);
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid var(--default-white);
        padding-bottom: min(.5vw, .5rem);
    }
    .mission-wrapper .mission-title:before {
        content: '\f518';
        color: var(--secondary-color);
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        line-height: 1.25;
        font-size: min(1.5vw, 1.5rem);
    }
    .mission-wrapper .mission-title h3 {
        color: var(--default-white)!important;
        border: none;
        font-family: var(--title-font-family);
        margin: 0;
        padding: 0;
        line-height: 1;
    }
    .mission-wrapper .mission-content p {
        color: var(--default-white);
        font-size: min(1.25vw, 1.25rem);
        line-height: 1.4;
        font-family: var(--body-font-family);
    }
    .mission-wrapper .mission-button .button {
        color: var(--default-white);
        background: rgba(var(--default-white-rgb),.3);
        width: 100%;
    }
}

@media only screen and (max-width: 50.99rem) {
    .mission-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: 100%;
        padding: 1.5rem;
    }
    .mission-wrapper .mission-title {
        display: flex;
        flex-direction: row;
        gap: .75rem;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid var(--default-white);
        padding-bottom: .5rem;
    }
    .mission-wrapper .mission-title:before {
        content: '\f518';
        color: var(--secondary-color);
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        line-height: 1.25;
        font-size: 5vw;
    }
    .mission-wrapper .mission-title h3 {
        color: var(--default-white)!important;
        border: none;
        font-family: var(--title-font-family);
        margin: 0;
        padding: 0;
        line-height: 1;
        font-size: 5vw;
    }
    .mission-wrapper .mission-content p {
        color: var(--default-white);
        font-size: 4vw;
        line-height: 1.4;
        font-family: var(--body-font-family);
    }
    .mission-wrapper .mission-button .button {
        color: var(--default-white);
        background: rgba(var(--default-white-rgb),.3);
        width: 100%;
    }
}

/*HEADER*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-header {
        position: relative;
        z-index: 20;
    }
    .site-home #g-header > .g-container {
        padding: 0 min(2vw, 2rem) min(1vw, 1rem) min(2vw, 2rem)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-header {
        position: relative;
        z-index: 20;
    }
    .site-home.withmaxwidth #g-header > .g-container {
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ql-iconblock {
        margin: 0;
        padding: 0;
        transform: translateY(-2rem);
    }
    .ql-iconblock > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-iconblock > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-iconblock .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-iconblock .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: min(1.5vw, 1.5rem);
    }
    .ql-iconblock .g-blockcontent-subcontent-block {
        margin: 0;
        padding: min(1.5vw, 1.5rem) min(1vw, 1rem);
        position: relative;
        flex: 1;
        background: var(--secondary-color);
        overflow: hidden;
        border-radius: .75rem;
        transition: .3s all ease-in-out;
    }
    .ql-iconblock .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .ql-iconblock .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: min(1vw, 1rem);
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        transition: .3s all ease-in-out;
    }
    .ql-iconblock .g-blockcontent-subcontent-title-icon {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        transition: .3s all ease-in-out;
        font-size: min(2vw, 2rem);
    }
    .ql-iconblock .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        font-size: min(1.5vw, 1.5rem);
        font-family: var(--body-font-family);
        text-align: center;
        font-weight: 400;
        line-height: 1.1;
        transition: .3s all ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: calc(1.1em * 2);
    }
    .ql-iconblock .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        font-size: min(1.5vw, 1.5rem);
        font-family: var(--body-font-family);
        text-align: center;
        font-weight: 400;
        line-height: 1.1;
        transition: .3s all ease-in-out;
        max-width: 174px;
    }
    .ql-iconblock .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-iconblock .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ql-iconblock {
        margin: 0;
        padding: 0;
    }
    .ql-iconblock > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-iconblock > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-iconblock .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-iconblock .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    .ql-iconblock .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 1.25rem 1rem;
        position: relative;
        flex: 1;
        min-width: calc(50% - .5rem);
        max-width: calc(50% - .5rem);
        background: var(--secondary-color);
        overflow: hidden;
        border-radius: .75rem;
        transition: .3s all ease-in-out;
    }
    .ql-iconblock .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .ql-iconblock .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        height: 100%;
        transition: .3s all ease-in-out;
    }
    .ql-iconblock .g-blockcontent-subcontent-title-icon {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        transition: .3s all ease-in-out;
        font-size: 5vw;
    }
    .ql-iconblock .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        font-size: 4vw;
        font-family: var(--body-font-family);
        text-align: center;
        font-weight: 400;
        line-height: 1.1;
        transition: .3s all ease-in-out;
    }
    .ql-iconblock .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        font-size: 4vw;
        font-family: var(--body-font-family);
        text-align: center;
        font-weight: 400;
        line-height: 1.1;
        transition: .3s all ease-in-out;
    }
    .ql-iconblock .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-iconblock .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

/*ABOVE*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-above > .g-container {
        padding: min(5vw, 5rem)!important;
        display: flex;
        flex-direction: column;
        gap: min(4vw, 4rem);
    }
    .site-home #g-above > .g-container > .g-grid:nth-child(1) {
        display: flex;
        flex-direction: row;
        gap: min(3vw, 3rem);
        align-items: center;
    }
    .site-home #g-above > .g-container > .g-grid:nth-child(1) > .g-block.home-news-container {
        flex: 1;
        width: unset;
        max-width: unset;
    }
    .site-home #g-above > .g-container > .g-grid:nth-child(1) > .g-block.side-ads {
        flex: unset;
        width: unset;
        max-width: 165px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home.withmaxwidth #g-above > .g-container {
        padding: 2rem 0!important;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    /*.site-home #g-above > .g-container > .g-grid:nth-child(1) {
        display: flex;
        flex-direction: row;
        gap: min(3vw, 3rem);
        align-items: center;
    }
    .site-home #g-above > .g-container > .g-grid:nth-child(1) > .g-block.home-news-container {
        flex: 1;
        width: unset;
        max-width: unset;
    }
    .site-home #g-above > .g-container > .g-grid:nth-child(1) > .g-block.side-ads {
        flex: unset;
        width: unset;
        max-width: 165px;
        display: flex;
        justify-content: center;
        align-items: center;
    }*/
}

@media only screen and (min-width: 50.99rem) {
    .home-news-wrapper {
        display: flex;
        flex-direction: column;
        gap: min(2.5vw, 2.5rem);
    }
    .home-news-wrapper .home-news-title-button {
        display: flex;
        flex-direction: row;
        gap: min(2vw, 2rem);
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px solid var(--default-black);
        padding-bottom: min(2vw, 2rem);
    }
    .home-news-wrapper .home-news-title h3 {
        margin: 0;
        padding: 0;
        text-align: left;
        color: var(--primary-color);
        font-family: var(--title-font-family);
        font-size: min(2.5vw, 2.5rem);
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        line-height: 1;
        background: none;
        font-weight: 500;
    }
    .home-news-wrapper .home-news-button .button {
        margin: 0;
        padding: min(.5vw, .5rem) min(2.5vw, 2.5rem);
        color: var(--primary-color);
        font-family: var(--body-font-family);
        font-size: min(1.5vw, 1.5rem);
        line-height: 1.25;
        text-transform: none;
        font-variant-caps: normal;
        border-radius: .5rem;
        background: transparent;
        border: 1px solid var(--primary-color);
        font-weight: 600;
    }
}

@media only screen and (max-width: 50.99rem) {
    .home-news-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .home-news-wrapper .home-news-title-button {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem!important;
    }
    .home-news-wrapper .home-news-title h3 {
        margin: 0;
        padding: 0;
        text-align: left;
        color: var(--primary-color);
        font-family: var(--body-font-family);
        font-size: 4vw;
        text-transform: uppercase;
        font-variant-caps: normal;
        border: none;
        line-height: 1;
        background: none;
        font-weight: 500;
    }
    .home-news-wrapper .home-news-button .button {
        margin: 0;
        padding: 1rem;
        color: var(--primary-color);
        font-family: var(--body-font-family);
        font-size: 4vw;
        line-height: 1.25;
        text-transform: none;
        font-variant-caps: normal;
        border-radius: 1.5rem / 50%;
        background: var(--secondary-color);
        font-weight: 600;
    }

    .side-ads {
        padding: 2rem 0!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .home-news-feed {
        margin: 0;
        padding: 0;
    }
    .home-news-feed > div {
        margin: 0;
        padding: 0;
    }
    .home-news-feed .g-content-array {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: min(2vw, 2rem);
        align-items: stretch;
    }
    .home-news-feed .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        position: relative;
        align-items: flex-start!important;
        transition: .3s all ease-in-out;
    }
    .home-news-feed .g-content-array > .g-grid:hover {
        transform: translateY(max(-1vw, -1rem));
    }
    .home-news-feed .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .home-news-feed .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .home-news-feed .g-array-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: min(1.5vw, 1.5rem);
        transition: .3s all ease-in-out;
    }
    .home-news-feed .g-array-item-image {
        margin: 0;
        padding: 0;
        display: flex;
        transition: .3s all ease-in-out;
    }
    .home-news-feed .g-array-item-image a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .home-news-feed .g-array-item-image img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 3/4;
        object-position: center;
        object-fit: cover;
        border-radius: .4rem;
        box-shadow: var(--default-box-shadow);
        transition: .3s all ease-in-out;
    }
    .home-news-feed .g-array-item-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .home-news-feed .g-item-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        color: var(--primary-color);
        font-family: var(--body-font-family);
        font-size: min(1.5vw, 1.5rem);
        border: none;
    }
    .home-news-feed .g-item-title a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        color: var(--primary-color);
        font-family: var(--body-font-family);
        font-size: min(1.5vw, 1.5rem);
        border: none;
    }
    .home-news-feed .g-array-item-text {
        margin: 0;
        padding: 0;
        line-height: 1.4;
        font-size: min(1.25vw, 1.25rem);
        color: var(--default-black);
        font-family: var(--body-font-family);
        font-weight: 400;
        transition: .3s all ease-in-out;
    }
    .home-news-feed .g-array-item-read-more {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .home-news-feed .g-array-item-read-more a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .home-news-feed {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .home-news-feed > div {
        margin: 0;
        padding: 0;
    }

    .home-news-feed .g-content-array {
        margin: 0;
        padding: 0 12.5vw;
        display: flex;
        flex-wrap: nowrap;
        gap: min(4vw, 1.5rem);
        align-items: stretch;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 12.5vw;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .home-news-feed .g-content-array::-webkit-scrollbar {
        display: none;
    }

    .home-news-feed .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        position: relative;
        flex: 0 0 75vw;
        width: 75vw;
        min-width: 75vw;
        align-items: flex-start !important;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        transition: .3s all ease-in-out;
    }

    .home-news-feed .g-content-array > .g-grid:hover {
        transform: none;
    }

    .home-news-feed .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
        width: 100%;
        transition: .3s all ease-in-out;
    }

    .home-news-feed .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        width: 100%;
        transition: .3s all ease-in-out;
    }

    .home-news-feed .g-array-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: min(4vw, 1.25rem);
        width: 100%;
        transition: .3s all ease-in-out;
    }

    .home-news-feed .g-array-item-image {
        margin: 0;
        padding: 0;
        display: flex;
        width: 100%;
        transition: .3s all ease-in-out;
    }

    .home-news-feed .g-array-item-image a {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        transition: .3s all ease-in-out;
    }

    .home-news-feed .g-array-item-image img {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 4;
        object-position: center;
        object-fit: cover;
        border-radius: .4rem;
        box-shadow: var(--default-box-shadow);
        transition: .3s all ease-in-out;
    }

    .home-news-feed .g-array-item-title,
    .home-news-feed .g-item-title,
    .home-news-feed .g-item-title a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }

    .home-news-feed .g-array-item-text {
        margin: 0;
        padding: 0;
        line-height: 1.4;
        font-size: min(4vw, 1.1rem);
        color: var(--default-black);
        font-family: var(--body-font-family);
        font-weight: 400;
        transition: .3s all ease-in-out;
    }

    .home-news-feed .g-array-item-read-more,
    .home-news-feed .g-array-item-read-more a {
        margin: 0;
        padding: 0;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@media only screen and (min-width: 50.99rem) {
    .school-news-wrapper {
        display: flex;
        flex-direction: column;
        gap: min(2.5vw, 2.5rem);
    }
    .school-news-title h3 {
        margin: 0;
        padding: 0;
        text-align: left;
        color: var(--primary-color);
        font-family: var(--title-font-family);
        font-size: min(2.5vw, 2.5rem);
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        line-height: 1;
        background: none;
        font-weight: 500;
    }
    .school-news-button {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .school-news-button .button {
        margin: 0;
        padding: min(.5vw, .5rem) min(2.5vw, 2.5rem);
        color: var(--primary-color);
        font-family: var(--body-font-family);
        font-size: min(1.5vw, 1.5rem);
        line-height: 1.25;
        text-transform: none;
        font-variant-caps: normal;
        border-radius: min(1.25vw, 1.25rem) / 50%;
        background: var(--secondary-color);
        font-weight: 600;
    }
}

@media only screen and (max-width: 50.99rem) {
    .school-news-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding: 0 1rem!important;
    }
    .school-news-title h3 {
        margin: 0;
        padding: 0;
        text-align: left;
        color: var(--primary-color);
        font-family: var(--body-font-family);
        font-size: 4vw;
        text-transform: uppercase;
        font-variant-caps: normal;
        border: none;
        line-height: 1;
        background: none;
        font-weight: 500;
    }
    /*.school-news-button {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }*/
    .school-news-button .button {
        margin: 0;
        padding: 1rem;
        color: var(--primary-color);
        font-family: var(--body-font-family);
        font-size: 4vw;
        line-height: 1.25;
        text-transform: none;
        font-variant-caps: normal;
        border-radius: 1.5rem / 50%;
        background: var(--secondary-color);
        font-weight: 600;
    }
}

@media only screen and (min-width: 50.99rem) {
    .school-news-feed {
        margin: 0;
        padding: 0;
    }
    .school-news-feed > div {
        margin: 0;
        padding: 0;
    }
    .school-news-feed .g-content-array {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: min(4vw, 4rem);
    }
    .school-news-feed .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        position: relative;
        align-items: flex-start!important;
        background: rgba(var(--default-white-rgb),1);
        border-radius: .5rem;
        box-shadow: var(--default-box-shadow);
    }
    .school-news-feed .g-content-array > .g-grid:hover {
        transform: scale(1.05);
    }
    .school-news-feed .g-content-array > .g-grid:after {
        content: '\f054';
        position: absolute;
        bottom: min(1vw, 1rem);
        right: min(1vw, 1rem);
        font-size: min(1.25vw, 1.25rem);
        color: var(--default-white);
        border-radius: 50%;
        overflow: hidden;
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        background: var(--primary-color);
        line-height: 1;
        height: min(2.25vw, 2.25rem);
        width: min(2.25vw, 2.25rem);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s all ease-in-out;
    }
    .school-news-feed .g-content-array > .g-grid:hover:after {
        color: var(--default-white);
        background: var(--primary-color);
    }
    .school-news-feed .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .school-news-feed .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .school-news-feed .g-array-item {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .school-news-feed .g-array-item-image {
        margin: 0;
        padding: min(1vw, 1rem);
        transition: .3s all ease-in-out;
        float: left;
    }
    .school-news-feed .g-array-item-image a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .school-news-feed .g-array-item-image img {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        width: min(12vw, 12rem);
        height: auto;
        aspect-ratio: 3/4;
        object-position: center;
        object-fit: cover;
        border-radius: .25rem;
    }
    .school-news-feed .g-array-item-title {
        margin: 0;
        padding: min(1vw, 1rem) min(1vw, 1rem) min(1vw, 1rem) 0;
        transition: .3s all ease-in-out;
    }
    .school-news-feed .g-item-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        font-size: min(1.75vw, 1.75rem);
        text-align: left;
        font-weight: 600;
        font-family: var(--body-font-family);
        line-height: 1.3;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        background: none;
        color: var(--primary-color);
    }
    .school-news-feed .g-item-title a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        font-size: min(1.75vw, 1.75rem);
        text-align: left;
        font-weight: 600;
        font-family: var(--body-font-family);
        line-height: 1.3;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        background: none;
        color: var(--primary-color);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
    }
    .school-news-feed .g-array-item-text {
        margin: 0;
        padding: 0 min(1vw, 1rem) min(1vw, 1rem) 0!important;
        transition: .3s all ease-in-out;
        font-size: min(1.25vw, 1.25rem)!important;
        text-align: left;
        font-family: var(--body-font-family);
        color: var(--default-black);
        font-weight: 500;
        line-height: 1.4;
    }
    .school-news-feed .g-array-item-read-more {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .school-news-feed .g-array-item-read-more a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .school-news-feed {
        margin: 0;
        padding: 0;
    }
    .school-news-feed > div {
        margin: 0;
        padding: 0;
    }
    .school-news-feed .g-content-array {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .school-news-feed .g-content-array > .g-grid {
        margin: 0;
        padding: 1rem;
        transition: .3s all ease-in-out;
        position: relative;
        align-items: flex-start!important;
        background: rgba(var(--default-white-rgb),1);
        border-radius: .5rem;
    }
    .school-news-feed .g-content-array > .g-grid:hover {
        transform: scale(1.05);
    }
    .school-news-feed .g-content-array > .g-grid:after {
        content: '\f054';
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        font-size: 4vw;
        color: var(--default-white);
        border-radius: 50%;
        overflow: hidden;
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        background: var(--primary-color);
        line-height: 1;
        height: 5vw;
        width: 5vw;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s all ease-in-out;
    }
    .school-news-feed .g-content-array > .g-grid:hover:after {
        color: var(--default-white);
        background: var(--primary-color);
    }
    .school-news-feed .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .school-news-feed .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .school-news-feed .g-array-item {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .school-news-feed .g-array-item-image {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        text-align: center;
    }
    .school-news-feed .g-array-item-image a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        text-align: center;
    }
    .school-news-feed .g-array-item-image img {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        width: 50%;
        height: auto;
        aspect-ratio: 3/4;
        object-position: center;
        object-fit: cover;
        border-radius: .25rem;
    }
    .school-news-feed .g-array-item-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .school-news-feed .g-item-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        font-size: 4.5vw;
        text-align: left;
        font-weight: 600;
        font-family: var(--body-font-family);
        line-height: 1.3;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        background: none;
        color: var(--primary-color);
    }
    .school-news-feed .g-item-title a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        font-size: 4.5vw;
        text-align: left;
        font-weight: 600;
        font-family: var(--body-font-family);
        line-height: 1.3;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        background: none;
        color: var(--primary-color);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
    }
    .school-news-feed .g-array-item-text {
        margin: 0;
        padding: 0!important;
        transition: .3s all ease-in-out;
        font-size: 4vw!important;
        text-align: left;
        font-family: var(--body-font-family);
        color: var(--default-black);
        font-weight: 500;
        line-height: 1.4;
    }
    .school-news-feed .g-array-item-read-more {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .school-news-feed .g-array-item-read-more a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

/*UTILITY*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-utility > .g-container {
        padding: min(6vw, 6rem) min(5vw, 5rem)!important;
    }
    .site-home #g-utility > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: min(4vw, 4rem);
    }
    .site-home #g-utility > .g-container > .g-grid > .g-block {
        flex: 1;
        width: unset;
        max-width: unset;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home.withmaxwidth #g-utility > .g-container {
        padding: 2rem 1rem!important;
    }
    .site-home #g-utility > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
    }
    .site-home #g-utility > .g-container > .g-grid > .g-block {
        flex: 1;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 50.99rem) {
    .s-widget-block > .g-content {
        height: 100%;
    }
    .s-widget-block > .g-content > .g-content-array {
        height: 100%;
    }
    .s-widget-block > .g-content > .g-content-array > .g-grid {
        height: 100%;
    }
    .s-widget-block > .g-content > .g-content-array > .g-grid > .g-block {
        height: 100%;
    }
    .s-widget-block > .g-content > .g-content-array > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    .s-widget-block > .g-content > .g-content-array > .g-grid > .g-block > .g-content > .g-array-item {
        height: 100%;
    }
    .s-widget-block > .g-content > .g-content-array > .g-grid > .g-block > .g-content > .g-array-item > .g-array-item-text {
        height: 100%;
    }
}

@media only screen and (min-width: 50.99rem) {
    .s-widget-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: min(1.25vw, 1.25rem);
    }
    .s-widget-wrapper .s-widget-title h3 {
        margin: 0;
        padding: 0;
        line-height: 1.2;
        font-size: min(2.25vw, 2.25rem);
        font-weight: 500;
        color: var(--secondary-color);
        text-transform: uppercase;
        font-variant-caps: normal;
        border-bottom: 2px solid rgba(var(--default-white-rgb),.5);
        font-family: var(--title-font-family);
        padding-bottom: min(.5vw, .5rem);
    }
    .s-widget-wrapper .s-widget-content {
        flex: 1;
    }
    .s-widget-wrapper .s-widget-content p {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        font-size: min(1.25vw, 1.25rem);
        color: var(--default-white);
        font-weight: 500;
        font-family: var(--body-font-family);
    }
    .s-widget-wrapper .s-widget-button .button {
        width: 100%;
        margin: 0;
        padding: min(.5vw, .5rem) min(1.5vw, 1.5rem);
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-size: min(1.5vw, 1.5rem);
        line-height: 1.5;
        text-transform: none;
        font-variant-caps: normal;
        border-radius: .5rem;
        background: rgba(var(--default-white-rgb),.3);
        font-weight: 600;
    }
}

@media only screen and (max-width: 50.99rem) {
    .s-widget-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .s-widget-wrapper .s-widget-title h3 {
        margin: 0;
        padding: 0;
        line-height: 1.2;
        font-size: 5vw;
        font-weight: 500;
        color: var(--secondary-color);
        text-transform: uppercase;
        font-variant-caps: normal;
        border-bottom: 2px solid rgba(var(--default-white-rgb),.5);
        font-family: var(--title-font-family);
        padding-bottom: .5rem;
    }
    .s-widget-wrapper .s-widget-content {
        flex: 1;
    }
    .s-widget-wrapper .s-widget-content p {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        font-size: 4vw;
        color: var(--default-white);
        font-weight: 500;
        font-family: var(--body-font-family);
    }
    .s-widget-wrapper .s-widget-button .button {
        width: 100%;
        margin: 0;
        padding: 1rem;
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-size: 4vw;
        line-height: 1.5;
        text-transform: none;
        font-variant-caps: normal;
        border-radius: .5rem;
        background: rgba(var(--default-white-rgb),.3);
        font-weight: 600;
    }
}

/* Year at a Glance PDF card */
.glance-wrapper {
    margin: 0;
    padding: min(1vw, 1rem);
}

.glance-wrapper .s-widget-content,
.glance-wrapper .mod_docman_documents,
.glance-wrapper .k-ui-namespace,
.glance-wrapper .mod_docman,
.glance-wrapper .koowa_media--gallery,
.glance-wrapper .koowa_media_wrapper,
.glance-wrapper .koowa_media_contents,
.glance-wrapper .koowa_media,
.glance-wrapper .koowa_media__item,
.glance-wrapper .koowa_media__item__content {
    margin: 0;
    padding: 0;
    width: 100%;
}

.glance-wrapper .k-ui-namespace .mod_docman .koowa_media--gallery .koowa_media_contents.columns-2 .koowa_media__item {
    width: 100%!important;
}

.glance-wrapper .koowa_media_contents {
    display: block;
}

.glance-wrapper .koowa_media__item {
    float: none;
    max-width: min(32vw, 32rem);
    margin: 0 auto;
    padding: min(1.5vw, 1.5rem);
    background: #fff;
    border-radius: min(1vw, 1rem);
    box-shadow: 0 min(.4vw, .4rem) min(1.5vw, 1.5rem) rgba(0, 0, 0, .18);
    box-sizing: border-box;
}

.glance-wrapper .koowa_media__item__link {
    display: flex;
    flex-direction: column;
    gap: min(1.5vw, 1.5rem);
    color: inherit;
    text-decoration: none;
}

.glance-wrapper .koowa_media__item__content-holder {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(39, 61, 120, .25);
    border-radius: min(.5vw, .5rem);
    background: #f3f3f3;
    box-shadow: 0 0 min(.3vw, .3rem) rgba(0, 0, 0, .18);
}

.glance-wrapper .koowa_media__item__thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
}

.glance-wrapper .koowa_media__item__thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform .3s ease-in-out;
}

.glance-wrapper .koowa_media__item__link:hover img {
    transform: scale(1.025);
}

/* Dark gradient behind the PDF title */
.glance-wrapper .koowa_media__item__content-holder:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: min(9vw, 9rem);
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, .82)
    );
}

/* PDF title overlay */
.glance-wrapper .koowa_media__item__label {
    position: absolute;
    z-index: 2;
    left: min(1.5vw, 1.5rem);
    right: min(1.5vw, 1.5rem);
    bottom: min(2.9vw, 2.9rem);
    height: auto !important;
    margin: 0;
    padding: 0;
    color: #ffd066;
    font-size: min(1.65vw, 1.65rem);
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}

.glance-wrapper .koowa_header,
.glance-wrapper .koowa_header__item,
.glance-wrapper .koowa_wrapped_content,
.glance-wrapper .whitespace_preserver,
.glance-wrapper .overflow_container {
    margin: 0;
    padding: 0;
    height: auto;
    overflow: visible;
    white-space: normal;
}

/* Subtitle below the PDF title */
.glance-wrapper .koowa_media__item__label:after {
    content: "Click to enlarge or download below";
    display: block;
    margin-top: min(.35vw, .35rem);
    color: #fff;
    font-size: min(1.35vw, 1.35rem);
    font-weight: 400;
    line-height: 1.2;
}

/* Download button */
.glance-wrapper .koowa_media__item__link:after {
    content: "Download PDF";
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(3.5vw, 3.5rem);
    padding: min(.65vw, .65rem) min(1vw, 1rem);
    border-radius: min(.5vw, .5rem);
    background: #ffd066;
    color: #273d78;
    font-size: min(1.6vw, 1.6rem);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transition:
        transform .3s ease-in-out,
        background-color .3s ease-in-out,
        box-shadow .3s ease-in-out;
}

.glance-wrapper .koowa_media__item__link:hover:after {
    background: #f5bd3e;
    transform: translateY(max(-.15vw, -.15rem));
    box-shadow: 0 min(.35vw, .35rem) min(.75vw, .75rem) rgba(0, 0, 0, .18);
}

@media only screen and (max-width: 50.99rem) {
    .glance-wrapper {
        padding: 1rem;
    }

    .glance-wrapper .koowa_media__item {
        width: 100%;
        max-width: 30rem;
        padding: 1rem;
        border-radius: 1rem;
    }

    .glance-wrapper .koowa_media__item__link {
        gap: 1rem;
    }

    .glance-wrapper .koowa_media__item__content-holder {
        border-radius: .5rem;
    }

    .glance-wrapper .koowa_media__item__content-holder:after {
        height: 8rem;
    }

    .glance-wrapper .koowa_media__item__label {
        left: 1rem;
        right: 1rem;
        bottom: 2.5rem;
        font-size: clamp(1.15rem, 5vw, 1.5rem);
    }

    .glance-wrapper .koowa_media__item__label:after {
        margin-top: .25rem;
        font-size: clamp(.9rem, 4vw, 1.15rem);
    }

    .glance-wrapper .koowa_media__item__link:after {
        min-height: 3.25rem;
        padding: .65rem 1rem;
        border-radius: .5rem;
        font-size: 1.35rem;
    }
}

/*EXPANDED*/
/* Quote Rotator */
.quote-rotator {
    --quote-color: var(--primary-color, #173f86);
    --quote-overlay: rgba(var(--secondary-color-rgb), .95);

    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.quote-rotator > .g-content {
    margin: 0;
    padding: 0;
}

.quote-rotator .g-swiper {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Section heading */
.quote-rotator .g-swiper:before {
    content: 'What Families Are Saying';
    position: absolute;
    top: min(3vw, 3rem);
    left: 50%;
    z-index: 10;
    width: calc(100% - min(12vw, 12rem));
    transform: translateX(-50%);
    color: var(--quote-color);
    font-family: var(--title-font-family, inherit);
    font-size: min(3vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    pointer-events: none;
}

.quote-rotator .g-swiper-slider {
    min-height: min(30vw, 30rem);
}

.quote-rotator .swiper-slide {
    position: relative;
    min-height: min(30vw, 30rem);
    overflow: hidden;
}

/* Background image */
.quote-rotator .swiper-slide > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Yellow image overlay */
.quote-rotator .swiper-slide:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--quote-overlay);
    pointer-events: none;
}

/* Center the quote content */
.quote-rotator .slide {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(30vw, 30rem);
    /*padding:
        min(7vw, 7rem)
        min(10vw, 10rem)
        min(5vw, 5rem);*/
}

.quote-rotator .slide-content-wrapper {
    width: 100%;
    max-width: min(75vw, 75rem);
    margin: 0 auto;
}

.quote-rotator .slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--quote-color);
    text-align: center;
}

/* Quote */
.quote-rotator .g-swiper-text {
    order: 1;
    margin: 0;
    padding: 0;
    font-family: var(--title-font-family, Georgia, serif);
    font-size: min(2vw, 2rem)!important;
    font-style: italic;
    font-weight: 500;
    line-height: 1.45;
    text-shadow: none;
    color: var(--quote-color)!important;
}

/* Family name */
.quote-rotator .g-swiper-title {
    order: 2;
    margin: min(2.5vw, 2.5rem) 0 0;
    padding: 0;
    color: var(--quote-color)!important;
    font-family: var(--body-font-family, inherit);
    font-size: min(1.45vw, 1.45rem);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: none;
}

/* Dash before family name */
.quote-rotator .g-swiper-title:before {
    content: '— ';
}

/* Navigation wrapper */
.quote-rotator .swiper-navigation {
    position: static;
}

/* Previous and next buttons */
.quote-rotator .swiper-navigation > div {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(4vw, 4rem);
    height: min(4vw, 4rem);
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    color: var(--quote-color);
    background: transparent;
    border: max(.12vw, 2px) solid var(--quote-color);
    border-radius: 50%;
    cursor: pointer;
    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease;
}

.quote-rotator .swiper-navigation > div:hover {
    color: var(--default-white, #fff);
    background: var(--quote-color);
    transform: translateY(-50%) scale(1.08);
}

.quote-rotator .swiper-navigation > [class*="swiper-button-prev"] {
    left: min(3.5vw, 3.5rem);
}

.quote-rotator .swiper-navigation > [class*="swiper-button-next"] {
    right: min(3.5vw, 3.5rem);
}

.quote-rotator .swiper-navigation i {
    margin: 0;
    padding: 0;
    font-size: min(1.8vw, 1.8rem);
    line-height: 1;
}

/* Pagination */
.quote-rotator [class*="swiper-pagination-parent"] {
    position: absolute;
    bottom: min(3vw, 3rem);
    left: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(.7vw, .7rem);
    width: auto;
    transform: translateX(-50%);
}

.quote-rotator .swiper-pagination-bullet {
    width: min(1.3vw, 1.3rem);
    height: min(1.3vw, 1.3rem);
    margin: 0!important;
    padding: 0;
    background: transparent;
    border: max(.1vw, 2px) solid var(--quote-color);
    border-radius: 50%;
    opacity: 1;
    transition:
        background .3s ease,
        transform .3s ease;
}

.quote-rotator .swiper-pagination-bullet-active {
    background: var(--quote-color);
    transform: scale(1.05);
}


/* Mobile */
@media only screen and (max-width: 50.99rem) {
    .site-home.withmaxwidth #g-expanded > .g-container {
        padding: 0!important;
    }

    .quote-rotator .g-swiper:before {
        top: 2rem;
        width: calc(100% - 4rem);
        font-size: 2rem;
    }

    .quote-rotator .g-swiper-slider,
    .quote-rotator .swiper-slide {
        min-height: 32rem;
    }

    .quote-rotator .slide {
        min-height: 32rem;
        padding: 0;
    }

    .quote-rotator .slide-content-wrapper {
        max-width: 100%;
    }

    .quote-rotator .g-swiper-text {
        font-size: 4vw!important;
        line-height: 1.5;
    }

    .quote-rotator .g-swiper-title {
        margin-top: 1.75rem;
        font-size: 1rem;
    }

    .quote-rotator .swiper-navigation > div {
        width: 2.75rem;
        height: 2.75rem;
        border-width: 2px;
    }

    .quote-rotator .swiper-navigation > [class*="swiper-button-prev"] {
        left: .75rem;
    }

    .quote-rotator .swiper-navigation > [class*="swiper-button-next"] {
        right: .75rem;
    }

    .quote-rotator .swiper-navigation i {
        font-size: 1.35rem;
    }

    .quote-rotator [class*="swiper-pagination-parent"] {
        bottom: 2rem;
        gap: .6rem;
    }

    .quote-rotator .swiper-pagination-bullet {
        width: 1rem;
        height: 1rem;
        border-width: 2px;
    }
}

/*EXTENSION*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-extension > .g-container {
        padding: min(4vw, 4rem) 0!important;
        display: flex;
        flex-direction: column;
        gap: min(4vw, 4rem);
    }

    .hallow-container {
        padding: 0 min(5vw, 5rem)!important;
    }
    .hallow-container p {
        margin: 0;
        padding: 0;
    }
    .hallow-container img {
        width: 100%;
        height: auto;
        box-shadow: var(--default-box-shadow);
        transition: .3s all ease-in-out;
    }
    .hallow-container img:hover {
        transform: scale(1.025);
    }


    .insta-container p {
        margin: 0;
        padding: 0;
    }
    .insta-container .insta-icon {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        font-size: min(2vw, 2rem);
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        gap: min(.5vw, .5rem);
        font-family: var(--title-font-family);
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 700;
        transition: .3s all ease-in-out;
    }
    .insta-container .insta-icon:hover {
        opacity: .7;
    }
    .insta-container .insta-icon:before {
        content: '\f16d';
        font-family: 'Font Awesome 6 Brands';
        font-weight: 900;
        line-height: 1.25;
        font-size: min(2vw, 2rem);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home.withmaxwidth #g-extension > .g-container {
        padding: 2rem 0!important;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .hallow-container {
        padding: 0 1rem!important;
    }
    .hallow-container p {
        margin: 0;
        padding: 0;
    }
    .hallow-container img {
        width: 100%;
        height: auto;
        box-shadow: var(--default-box-shadow);
        transition: .3s all ease-in-out;
    }
    .hallow-container img:hover {
        transform: scale(1.025);
    }


    .insta-container p {
        margin: 0;
        padding: 0;
    }
    .insta-container .insta-icon {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        font-size: 4vw;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        gap: .5rem;
        font-family: var(--title-font-family);
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 700;
        transition: .3s all ease-in-out;
    }
    .insta-container .insta-icon:hover {
        opacity: .7;
    }
    .insta-container .insta-icon:before {
        content: '\f16d';
        font-family: 'Font Awesome 6 Brands';
        font-weight: 900;
        line-height: 1.25;
        font-size: 4vw;
    }
}

/*FOOTER*/
.white-overlay {
    position: relative;
}
.white-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(var(--default-white-rgb),.1);
    z-index: 1;
}
.white-overlay > .g-container {
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 50.99rem) {
    #g-footer > .g-container {
        padding: min(2vw, 2rem) min(5vw, 5rem) min(8vw, 8rem) min(5vw, 5rem)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site.withmaxwidth #g-footer > .g-container {
        padding: 2rem 1rem 5rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: min(4vw, 4rem);
    }
    .footer-wrapper:after {
        content: '';
        order: 3;
        border-bottom: .8rem solid var(--secondary-color);
    }
    .footer-wrapper .footer-top-row {
        order: 1;
        display: flex;
        flex-direction: row;
        gap: min(2vw, 2rem);
        justify-content: space-between;
        align-items: center;
    }
    .footer-wrapper .footer-logo img {
        width: min(30vw, 30rem);
    }
    .footer-wrapper .footer-social-icons .g-social-items {
        display: flex;
        flex-direction: row;
        gap: min(1.5vw, 1.5rem);
        justify-content: flex-end;
        align-items: center;
    }
    .footer-wrapper .footer-social-icons .g-social-items a {
        color: var(--secondary-color)!important;
        font-size: min(2vw, 2rem);
    }
    .footer-wrapper .footer-bottom-row {
        order: 2;
        display: flex;
        flex-direction: row;
        gap: min(5vw, 5rem);
        justify-content: space-between;
    }
    .footer-wrapper .footer-content-column h2 {
        margin: 0;
        padding: 0;
        line-height: 1;
        font-family: var(--title-font-family);
        font-weight: 400;
        font-size: min(3vw, 3rem);
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        background: none;
        color: var(--default-white);
        margin-bottom: min(1vw, 1rem);
    }
    .footer-wrapper .footer-content-column p {
        margin: 0;
        padding: 0;
        line-height: 1.4;
        font-size: min(1.5vw, 1.5rem);
        color: var(--default-white);
        font-family: var(--body-font-family);
        margin-bottom: min(1.5vw, 1.5rem);
    }

    .footer-wrapper .footer-icon {
        display: flex;
        flex-direction: row;
        gap: min(1.5vw, 1.5rem);
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer-wrapper .footer-icon:before {
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        color: var(--secondary-color);
        line-height: 1.25;
        font-size: min(1.75vw, 1.75rem);
    }
    .footer-wrapper .map-icon {
        align-items: center;
    }
    .footer-wrapper .map-icon:before {
        content: '\f3c5';
    }
    .footer-wrapper .phone-icon {
        align-items: center;
    }
    .footer-wrapper .phone-icon:before {
        content: '\f095';
    }
    .footer-wrapper .clock-icon:before {
        content: '\f017';
    }

    .footer-wrapper .footer-links {
        display: flex;
        flex-direction: column;
    }
    .footer-wrapper .footer-links a {
        display: flex;
        flex-direction: row;
        gap: min(.5vw, .5rem);
        justify-content: flex-start;
        align-items: center;
        font-size: min(1.5vw, 1.5rem);
        color: var(--secondary-color)!important;
        font-family: var(--body-font-family);
    }
    .footer-wrapper .footer-links a:before {
        content: '\f0da';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: min(1.5vw, 1.5rem);
        line-height: 1.25;
    }
    .footer-wrapper .footer-copyright-row {
        order: 4;
    }
    .footer-wrapper .footer-copyright-row p {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: min(1vw, 1rem);
        line-height: 1;
        text-align: right;
        opacity: .8;
    }
}

@media only screen and (max-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .footer-wrapper:after {
        content: '';
        order: 3;
        border-bottom: .8rem solid var(--secondary-color);
    }
    .footer-wrapper .footer-top-row {
        order: 1;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .footer-wrapper .footer-logo {
        text-align: center;
    }
    .footer-wrapper .footer-logo img {
        width: 50%;
    }
    .footer-wrapper .footer-social-icons .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        justify-content: center;
        align-items: center;
    }
    .footer-wrapper .footer-social-icons .g-social-items a {
        color: var(--secondary-color)!important;
        font-size: 6vw;
    }
    .footer-wrapper .footer-bottom-row {
        order: 2;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .footer-wrapper .footer-content-column h2 {
        margin: 0;
        padding: 0;
        line-height: 1;
        font-family: var(--title-font-family);
        font-weight: 400;
        font-size: 6vw;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        background: none;
        color: var(--default-white);
        margin-bottom: 1rem;
    }
    .footer-wrapper .footer-content-column p {
        margin: 0;
        padding: 0;
        line-height: 1.4;
        font-size: 4vw;
        color: var(--default-white);
        font-family: var(--body-font-family);
        margin-bottom: 1rem;
    }

    .footer-wrapper .footer-icon {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer-wrapper .footer-icon:before {
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        color: var(--secondary-color);
        line-height: 1.25;
        font-size: 5vw;
    }
    .footer-wrapper .map-icon {
        align-items: center;
    }
    .footer-wrapper .map-icon:before {
        content: '\f3c5';
    }
    .footer-wrapper .phone-icon {
        align-items: center;
    }
    .footer-wrapper .phone-icon:before {
        content: '\f095';
    }
    .footer-wrapper .clock-icon:before {
        content: '\f017';
    }

    .footer-wrapper .footer-links {
        display: flex;
        flex-direction: column;
    }
    .footer-wrapper .footer-links a {
        display: flex;
        flex-direction: row;
        gap: .5rem;
        justify-content: flex-start;
        align-items: center;
        font-size: 4vw;
        color: var(--secondary-color)!important;
        font-family: var(--body-font-family);
    }
    .footer-wrapper .footer-links a:before {
        content: '\f0da';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 4.5vw;
        line-height: 1.25;
    }
    .footer-wrapper .footer-copyright-row {
        order: 4;
    }
    .footer-wrapper .footer-copyright-row p {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: 3.5vw;
        line-height: 1;
        text-align: right;
        opacity: .8;
    }
}

/*BOTTOM*/
@media only screen and (min-width: 50.99rem) {
    #g-bottom {
        position: relative;
        z-index: 10;
    }
    #g-bottom > .g-container {
        padding: 2rem 0!important;
    }
    #g-bottom .admod td {
        padding-top: 0!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-bottom {
        position: relative;
        z-index: 10;
    }
    .site.withmaxwidth #g-bottom > .g-container {
        padding: 2rem 0!important;
    }
    #g-bottom .admod td {
        padding-top: .5rem!important;
    }
}

.search-page #searchForm .btn {
    background: var(--primary-color);
}

.grid-articles .g-array-item-text a:not(a.button) {
    color: var(--primary-color);
}
.grid-articles .g-array-item-text a {
    color: var(--primary-color);
}

@media only screen and (max-width: 50.99rem) {
    .admod.adside tbody {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: .5rem .5rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    body#site-grid.newslayout #g-container-main > .g-container {
        padding: 2rem 1rem!important;
    }
    body#site-grid.newslayout #g-container-main #g-mainbar {
        margin: 0!important;
        padding: 0!important;
    }

    #site-grid.newslayout .grid-mobile-stacked .g-item-title {
        --grid-title-font-size: 3vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    body .side-menu-particle .g-blockcontent-subcontent-title-text {
        --side-menu-font-size-desktop: 4vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .grid-img-box-shadow-50 .g-array-item-image {
        box-shadow: none!important;
    }
    .grid-mobile-stacked .g-array-item-image img {
        box-shadow: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .bulletin-page .koowa_media {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .bulletin-page .koowa_media__item {
        flex: 1;
        min-width: calc(50% - .5rem);
        max-width: calc(50% - .5rem);
    }
}