@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');

body {
    --news-article-bg-color: var(--secondary-color);
    --news-article-title-color: var(--primary-color);
    --news-article-title-hover-color: #212121;
    --news-article-text-color: #212121;

    --buttons-area-bg-color: #fff;
    --buttons-title-color: var(--primary-color);

    --events-area-bg-color: var(--primary-color);
    --events-area-title-color: #fff;
    --event-item-color: #fff;

    --intercomm-area-title-color: var(--primary-color);
    --intercomm-area-title-underline-color: var(--secondary-color);
    --intercomm-text-color: var(--primary-color);

    --livefeed-area-bg-color: var(--secondary-color);
    --livefeed-area-title-color: #fff;
    --livefeed-article-bg-color: #fff;
    --livefeed-element-title-color: var(--primary-color);
    --livefeed-element-text-color: #212121;

    --corebelief-area-title-underline-color: var(--secondary-color);

    --footer-bg-color: var(--primary-color);
    --footer-text-color: #fff;
}

#app,
body,
html,
#cms-header .m4--menu-item,
.m4--menu-item-focusable .m4--menu-item-link,
.m4--menu-item-text,
.m4--menu-item-focusable,
h1 {
    font-family: Montserrat, sans-serif !important;
}


#explore-button {
    display: none;
}


.homepage-title {
    color: var(--title-color);
}

.homepage-title:after {
    background-color: var(--title-underline-color);
}

.districtButton {
    text-decoration: none;
    color: #fff;
    padding-bottom: 10px;
}


@media only screen and (min-width: 1024px) {

    /* General Header */

    #cms-header #h1 .header-container {
        position: relative;
        padding-top: 50px;
        height: 90px;
    }

    #cms-header #h1 .header-container:before {
        content: close-quote;
        display: block;
        width: 100%;
        height: 40px;
        top: 0;
        left: 0;
        background-color: #fff;
        position: absolute;
    }

    .districtButton {
        position: absolute;
        top: 13px;
        right: 320px;
        font-weight: 700;
        text-decoration: none;
        color: var(--bg-color);
    }

    .districtButton:hover {
        text-decoration: underline;
    }

    #cms-header #h1 #schoolsbutton {
        position: absolute;
        top: 10px;
        right: 140px;
    }

    #cms-header #h1 #schoolsbutton .menu-field {
        color: var(--bg-color);
        font-weight: 700;
    }

    #cms-header #h1 #schoolsbutton svg path {
        fill: var(--bg-color);
    }

    #cms-header #h1 #schoolsbutton .menu-field {
        color: var(--bg-color);
        font-weight: 700;
    }

    #cms-header #h1 #schoolsbutton svg path {
        fill: var(--bg-color);
    }


    #cms-header #h1 #languagebutton {
        position: absolute;
        top: 10px;
        right: 0;
    }

    #cms-header #h1 #languagebutton .menu-field {
        color: var(--bg-color);
        font-weight: 700;
    }

    #cms-header #h1 #languagebutton svg path {
        fill: var(--bg-color);
    }

    #cms-header #h1 #languagebutton .menu-field {
        color: var(--bg-color);
        font-weight: 700;
    }

    #cms-header #h1 #languagebutton svg path {
        fill: var(--bg-color);
    }

    #cms-header #h1 .search {
        margin-right: 40px;
    }

    #cms-header #h1 .school-info .light {
        font-size: 32px;
        font-weight: 700;
    }

    #cms-header #h1 .slogan {
        font-family: Caveat, cursive;
        letter-spacing: 1px;
        margin-top: 5px;
    }

    #cms-header #h1 .button-action-content,
    #cms-header #h1 .button-action-content span {
        text-transform: unset;
    }

    #schoolsmenu #schools-menu-sm1 {
        padding-bottom: 20px;
    }

    #cms-header .schools-menu-container #schoolsmenu {
        max-height: calc(100vh - 200px);
        padding: 0;
        left: auto;
        right: 0;
        top: 30px;
    }

    #cms-header #schoolsmenu {
        margin-top: 20px;
    }

    #cms-header #schoolsmenu .schools-menu-header {
        font-size: 22px;
        font-weight: 600;
    }

    #cms-header #schoolsmenu ul {
        margin-top: 12px;
    }

    #cms-header #schoolsmenu ul li {
        margin-top: 0;
        width: 100%;
    }

    #cms-header #schoolsmenu ul li a {
        display: block;
        padding: 4px 5px 4px 0;
        font-size: 15px;
        width: 100%;
        border-bottom: 1px solid #ffffff6e;
        /* min-height: 46px; */
        box-sizing: border-box;
    }

    #cms-header #schoolsmenu ul li:last-child a {
        border-bottom: none;
    }

    #cms-header #schoolsmenu ul li a:hover {
        background-color: #ffffff21;
    }

    #cms-header #schoolsmenu::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    #cms-header #schoolsmenu::-webkit-scrollbar-track {
        background: white;
    }

    /* Handle */
    #cms-header #schoolsmenu::-webkit-scrollbar-thumb {
        background: var(--primary-color);
    }

    /* Handle on hover */
    #cms-header #schoolsmenu::-webkit-scrollbar-thumb:hover {
        background: #923f3f;
    }


    #languagesmenu {
        top: 110px;
        background-color: #fff;
        z-index: 9;
    }

}

/* Menu V4 Custom layout */

@media only screen and (min-width: 1024px) {

    #cms-header .m4-menu .m4-menu--bar {
        box-sizing: border-box;
    }

    #cms-header .m4--menu-item {
        position: relative;
        background: transparent;
        padding-left: 10px;
        padding-right: 10px;
    }



    #cms-header .m4--menu-item .m4--menu-item-link {
        font-size: 16px;
        /* font-weight: 600; */
    }

    #cms-header .m4-menu .m4-menu--bar .m4-menu--align-right {
        position: relative;
    }

    #cms-header .m4-menu .m4-menu--bar .m4-menu--bar-item-wrapper {
        overflow: visible;
        background-color: transparent;
    }

    #cms-header .m4-menu .m4-menu--bar {
        padding: 0;
        position: absolute;
        left: 650px;
        right: 100px;
        bottom: 28px;
        z-index: 2;
        background: transparent;
    }

    #cms-header .m4--menu-item .m4--menu-item-text {
        color: var(--primary-color);
        color: #fff;
        text-transform: unset;
    }

    #cms-header .m4--menu-item .m4--menu-item-text .m4--menu-item-focusable {
        font-weight: 600;
    }

    #cms-header .m4--menu-item .m4--menu-item-icon {
        margin-left: .3em;
    }

    #cms-header .m4--menu-item .m4--menu-item-icon svg {
        width: 18px;
        position: relative;
        top: 1px;
        fill: #fff;
    }

    #cms-header .right-menu-items {
        width: 310px;
        margin-left: auto;
    }

    #cms-header .right-menu-items .menu.button-action {
        margin-right: 25px;
    }

    #cms-header .right-menu-items .menu.button-action svg {
        width: 20px;
    }

    #cms-header .right-menu-items .menu.button-action svg rect {
        fill: transparent;
    }

    #cms-header .right-menu-items .menu.button-action svg path {
        fill: #fff;
    }

    #cms-header #h1 .logo-circle .logo {
        height: 160px;
        top: 0;
    }

    #cms-header #h1 .logo-circle .logo img {
        max-width: 240px;
    }

}


@media only screen and (max-width: 1650px) and (min-width: 1024px) {
    #cms-header #h1 .school-info {
        display: none;
    }

    #cms-header .m4-menu .m4-menu--bar {
        left: 260px;
    }
}


@media only screen and (max-width: 1280px) and (min-width: 1024px) {

    #cms-header .m4-menu .m4-menu--bar {
        bottom: 23px;
    }

}

/* Menu V4 Custom dropdown */

@media only screen and (min-width: 1024px) {

    #cms-header #m4 {
        position: static;
    }

    #cms-header .m4-menu--drawer {
        position: absolute;
        left: auto;
        top: 100%;
        width: auto;
        height: auto;
        min-height: inherit;
        overflow: visible;
        max-width: 280px;
        max-height: inherit;
        -webkit-box-shadow: 0px 13px 12px 0px rgb(0 0 0 / 20%) !important;
        box-shadow: 0px 13px 12px 0px rgb(0 0 0 / 20%) !important;
        padding: 0;
        border-radius: 3px;
    }

    .m4-menu--drawer .m4--menu-item-focusable {
        white-space: normal;
    }

    #cms-header .m4-menu--drawer-title h2,
    #cms-header .m4--menu-item .m4--menu-item-active-line,
    #cms-header .m4-menu--drawer .m4-menu--drawer-title {
        display: none;
    }

    #cms-header .m4-menu--drawer .m4-menu--drawer-content-wrapper {
        max-width: 100%;
        margin: 0;
    }

    #cms-header .m4--drawer-element .m4--drawer-children {
        position: absolute;
        right: 100%;
        top: 0;
        background-color: var(--drawer-bg-color);
        display: block;
        width: 100%;
        /* min-height: 54px; */
        padding: 0;
    }

    #cms-header .m4-menu--drawer.submenu__1 .m4--drawer-element .m4--drawer-children,
    #cms-header .m4-menu--drawer.submenu__2 .m4--drawer-element .m4--drawer-children {
        right: auto;
        left: 100%;
    }

    #app #view-header #cms-header .m4-menu--drawer.isPositionedRight .m4--drawer-element .m4--drawer-children {
        left: unset;
        right: 100%;
    }

    #cms-header .m4--drawer-element {
        position: relative;
        min-width: 280px;
        margin: 0;
        min-height: 46px;
        height: auto;
    }

    #cms-header .m4-menu--drawer .m4-menu--drawer-content-wrapper {
        overflow: visible;
    }

    #cms-header .m4-menu--drawer .m4-menu--drawer-content-wrapper .open,
    #cms-header .m4-menu--drawer .m4--drawer-element:hover .m4--drawer-element-title-icon svg {
        transform: rotate(-90deg);
    }

    #cms-header .m4-menu--drawer.LastInTopbar .m4--drawer-element:hover .m4--drawer-element-title-icon svg,
    #cms-header .m4--menu-item.m4--menu-dropdown-item:hover .m4--menu-item-icon svg,
    #cms-header .m4-menu--bar-dropdown-wrapper .m4--drawer-element:hover .m4--drawer-element-title .m4--drawer-element-title-icon svg {
        transform: rotate(90deg);
    }

    .m4-menu .m4-menu--bar .m4-menu--bar-dropdown-wrapper:last-child:hover #m4-menu--bar-dropdown-button .m4--menu-item-icon svg {
        transform: rotate(-180deg);
    }

    #cms-header .m4-menu--drawer.isHidden {
        display: none !important;
        right: 100%;
        top: 0;
        left: auto !important;
        padding: 0;
        z-index: 999;
        padding: 10px 0;
    }

    /* #cms-header #more-menu-dropdown .m4--menu-item.m4--menu-dropdown-item .m4-menu--drawer.isHidden .m4-menu--drawer-content-wrapper .m4--drawer-element .m4--drawer-children {
        right: auto;
        left: 100%;
    } */

    #cms-header .m4-menu--bar-dropdown-wrapper .m4--menu-dropdown-item:hover .m4-menu--drawer {
        display: block !important;
    }

    #cms-header .m4-menu--dropdown-item-wrapper {
        overflow: visible;
    }

    #cms-header .m4-menu--drawer.LastInTopbar .m4--drawer-children {
        left: auto;
        right: 100%;
        padding: 10px 20px 10px 0;
    }

    #cms-header .m4-menu--drawer .m4--drawer-element:hover .m4--drawer-children {
        display: block !important;
        -webkit-box-shadow: 0px 13px 12px 0px rgb(0 0 0 / 20%) !important;
        box-shadow: 0px 13px 12px 0px rgb(0 0 0 / 20%) !important;
    }

    #cms-header .m4-menu--bar-dropdown-wrapper .m4--menu-dropdown-item:hover .m4-menu--drawer .m4--drawer-children {
        left: auto;
        right: 100%;
        padding: 10px 20px 10px 0px;
    }

    #cms-header .m4--menu-item.m4--menu-dropdown-item .m4--menu-item-text {
        border: 0;
    }

    #more-menu-dropdown.m4-menu--dropdown-item-wrapper {
        top: 100%;
        width: 280px;
        max-width: 280px;
        padding: 0;
        border-top: none;
    }

    #more-menu-dropdown.m4-menu--dropdown-item-wrapper .m4--menu-item {
        min-height: 46px;
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        isolation: isolate;
        background-color: #fff;
    }

    #more-menu-dropdown.m4-menu--dropdown-item-wrapper .m4--menu-item .m4--menu-item-text {
        color: var(--primary-color);
    }

    #more-menu-dropdown.m4-menu--dropdown-item-wrapper .m4--menu-item:after {
        content: close-quote;
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: var(--drawer-text-color);
        opacity: .25;
    }

    #cms-header .m4--drawer-element .m4--drawer-element-title {
        min-height: 46px;
        padding-left: 10px;
        padding-right: 8px;
        position: relative;
        isolation: isolate;
        box-sizing: border-box;
    }

    #cms-header .m4--drawer-element .m4--drawer-element-title:after {
        content: close-quote;
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: var(--drawer-text-color);
        opacity: .25;
    }

    #cms-header .m4--drawer-element .m4--drawer-element-title:before {
        content: close-quote;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: var(--drawer-text-color);
        opacity: 0;
        z-index: -1;
        transition: all .25s linear;
    }

    #cms-header .m4--drawer-element .m4--drawer-element-title:hover:before {
        opacity: .15;
    }

    #cms-header .m4--drawer-element .m4--drawer-element-focusable svg {
        width: 18px;
    }

    #view-header #cms-header .m4--drawer-element .m4--drawer-element-title .m4--drawer-element-title-text {
        text-align: left;
        font-size: 14px;
        line-height: 1.1;
    }
}



@media only screen and (max-width: 1280px) and (min-width: 1024px) {

    #cms-header .m4--menu-item .m4--menu-item-text {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1100px) and (min-width: 1024px) {

    #cms-header .m4--menu-item .m4--menu-item-text {
        font-size: 13px;
    }

}



/* END Header and Menu V4 Custom layout */



/* ------- GALLERY --------- */

#cms-gallery .left-arrow.button-action {
    display: none;
}

#cms-gallery .right-arrow.button-action {
    display: none;
}

#cms-gallery .pause.button-action rect,
#cms-gallery .play.button-action rect {
    fill: transparent;
}

#cms-gallery .pause.button-action svg,
#cms-gallery .play.button-action svg {
    width: 60px;
    height: 60px;
}

#cms-gallery .text {
    background: transparent !important;
    z-index: 2;
}

#cms-gallery .text .title {
    margin-left: 0;
    margin-right: 10px;
}

#cms-gallery .text .description {
    margin-left: 0;
    margin-right: 10px;
}

#cms-gallery .pause.button-action,
#cms-gallery .play.button-action {
    bottom: 30px;
    margin-left: -20px;
    z-index: 2;
}

#cms-gallery .position {
    bottom: 25px;
    margin-left: 40px;
    z-index: 2;
}


#home #cms-gallery #g2 .img-slider {
    position: relative;
}

#home #cms-gallery #g2 .img-slider:after {
    content: close-quote;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(179.16deg, rgba(35, 35, 35, 0) 13.53%, #040404 99.28%);
    z-index: 1;
}

#home #cms-gallery #g2 .slide {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1280px) {
    #cms-gallery .text {
        transform: none;
    }

    #cms-gallery .text h1 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 960px) {
    #home #cms-gallery #g2 .slide {
        display: flex;
        flex-direction: column;
        height: var(--gallery-height);
    }

    #home #cms-gallery #g2 .slide .image-wrapper {
        height: 100%;
    }

    #home #cms-gallery #g2 .img-slider {
        height: 100%;
    }

    #cms-gallery .text {
        position: static;
        width: 100%;
        padding-left: 30px;
        padding-right: 5px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 959px) {
    #cms-gallery .text {
        padding-left: 20px;
        padding-right: 15px;
    }
}

#cms-gallery .image-wrapper .responsive-image img,
#cms-gallery .video {
    object-fit: contain;
}


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

    #cms-gallery .image-wrapper .responsive-image img,
    #cms-gallery .video {
        max-height: 100%;
    }

    #cms-gallery .image-wrapper .responsive-image {
        opacity: 1;
        transition: all .55s ease-in-out;
    }

    #cms-gallery .image-wrapper .responsive-image.right-leave-active,
    #cms-gallery .image-wrapper .responsive-image.right-enter-active,
    #cms-gallery .left-enter,
    #cms-gallery .right-leave-to {
        height: 100%;
        transform: none;
    }

    #cms-gallery .left-enter,
    #cms-gallery .right-leave-to {
        opacity: 0 !important;
    }
}

/* ------- END GALLERY --------- */

/* --------- NEWS SECTION BESIDE GALLERY -------------- */

body {
    --container-width: 1600px;
    --gallery-height: 42.9vw;
    --desktop-padding: 40px;
    --mobile-padding: 20px;
}

#home #cms-gallery {
    width: calc(100% - 600px);
    display: inline-block;
}


#g3 .info .title {
    margin: 0 auto;
    max-width: calc(100% - 60px);
}

#g3 .info .title h1 {
    font-size: 60px;
    text-transform: uppercase;
    padding-bottom: 25px;
}

#home #g3 .slide .image-wrapper .image .responsive-image img {
    height: var(--gallery-height);
}

#home .custom-news {
    display: inline-block;
    width: 600px;
    background-color: #f1f0f0;
    position: relative;
    box-sizing: border-box;
    height: var(--gallery-height);
    vertical-align: top;
    background-color: var(--primary-color);
}

#home .custom-news__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#home .custom-news .article-item {
    display: flex;
    align-items: center;
    margin-top: 0;
    text-decoration: none;
    background-color: var(--news-article-bg-color);
    padding: 15px 10px 15px 20px;
    width: 100%;
    height: 25%;
    box-sizing: border-box;
}

#home .custom-news .article-image {
    display: block;
    font-size: 0;
    margin-right: 20px;
    height: 100%;
}

#home .custom-news .article-image .article-image-container {
    display: block;
    height: 100%;
}

#home .custom-news .custom-news__more a {
    display: inline-block;
    margin-top: 1em;
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    padding: 1em 2.5em;
    border-radius: 0.75em;
    text-decoration: none;
    transition: all .25s linear;
}

#home .custom-news .custom-news__more a:hover {
    text-decoration: underline;
}

#home .custom-news .article-image img {
    width: auto;
    max-width: 200px;
    max-height: 100%;
}

#home .custom-news .article-title {
    font-size: 24px;
    font-weight: 700;
    padding-left: 0;
    color: var(--news-article-title-color);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .25s linear;
}

#home .custom-news .article-item {
    position: relative;
}

#home .custom-news .article-item:hover .article-title {
    color: var(--news-article-title-hover-color);
}

#home .custom-news .article-item:after {
    content: close-quote;
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 15px;
    /* background-color: var(--alert-background-color); */
    background-color: var(--news-article-title-color);
}

#home .custom-news .article-item:nth-last-child(2):after {
    display: none;
}

#home .custom-news .article-text {
    margin-top: 10px;
    color: var(--news-article-text-color);
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#home .custom-news .custom-news__title {
    display: none;
}


#home .custom-news__more {
    display: none;
}

@media only screen and (max-width: 1600px) {

    #home #cms-gallery {
        width: calc(100% - 450px);
    }

    #home .custom-news {
        width: 450px;
    }

    #home .custom-news .article-title {
        font-size: 20px;
    }

    #home .custom-news .article-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 960px) {
    #home .custom-news .article-item {
        height: 33.3333%
    }

    #home .custom-news .article-item:nth-child(4) {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {

    #home .custom-news .article-image img {
        max-width: 180px;
    }

    #home .custom-news .article-title {
        font-size: 18px;
    }
}

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

    #home #cms-gallery {
        width: 100%;
    }

    #home .custom-news {
        width: 100%;
        height: auto;
    }

    #home .custom-news .article-image {
        height: 100%;
    }

    #home .custom-news .article-item {
        padding-left: 14px;
        height: auto;
    }

    #home .custom-news .article-title {
        font-size: 20px;
    }

    #home .custom-news .article-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    #home .custom-news .article-image {
        margin-right: 12px;
    }

    #home .custom-news .article-image img {
        max-width: 110px;
    }

    #home .custom-news .article-title {
        font-size: 16px;
    }

    #home .custom-news .article-text {
        font-size: 14px;
    }

}

/* --------- END NEWS SECTION BESIDE GALLERY -------------- */

#home .view-events .see-all-container h2,
.homepage-title {
    width: 100%;
    font-size: 30px;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
    position: relative;
    box-sizing: border-box;
}

.homepage-title h2 {
    font-size: inherit;
}

#home .view-events .see-all-container h2:after,
.homepage-title:after {
    content: close-quote;
    display: block;
    position: absolute;
    width: 30%;
    min-width: 300px;
    height: 5px;
    left: -80px;
    bottom: -25px;
    background-color: var(--events-area-title-color);
}

.title-more-btn {
    font-weight: 400;
    color: inherit;
    text-decoration: none;
    font-size: .5em;
    margin-left: 1.4em;
    border-left: 3px solid currentColor;
    padding-left: 1em;
    vertical-align: middle;
}

.title-more-btn:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1400px) {

    #home .view-events .see-all-container h2,
    .homepage-title {
        font-size: 28px;
    }
}

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

    #home .view-events .see-all-container h2:after,
    .homepage-title {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 26px;
    }

    .title-more-btn {
        width: 100%;
        display: block;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        margin-top: 15px;
        position: relative;
    }

    .title-more-btn:before {
        content: close-quote;
        display: block;
        width: 75px;
        height: 3px;
        background-color: currentcolor;
        margin-bottom: 15px;
    }
}


/* --------- BUTTONS-------------- */

.buttonComponent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 25px;
    gap: 20px;
    background-color: var(--buttons-area-bg-color);
}

.customButtonElement {
    position: relative;
    min-width: 220px;
}

.customButtonElement:not(:last-child):after {
    content: close-quote;
    display: block;
    width: 1px;
    height: 100px;
    background-color: #80808033;
    position: absolute;
    top: 25px;
    right: -10px;
}

.buttonComponent .buttonImage {
    text-align: center;
    display: block;
}

.buttonComponent .buttonImage img {
    width: 96px;
    height: 96px;
    transition: transform .25s linear;
}

.customButtonElement:hover .buttonImage img {
    transform: rotate(20deg);
}


.buttonComponent .buttonText {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    padding-top: .75em;
    color: var(--buttons-title-color);
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
    .customButtonElement {
        min-width: 180px;
    }

    .buttonComponent .buttonImage img {
        width: 86px;
        height: 86px;
    }

    .buttonComponent .buttonText {
        font-size: 16px;
    }
}

@media screen and (max-width: 420px) {

    .buttonComponent {
        gap: 0;
        margin-top: 30px;
    }

    .customButtonElement {
        width: 100%;
        min-width: unset;
        margin-bottom: 50px;
    }

    .customButtonElement:last-child {
        margin-bottom: 20px;
    }

    .customButtonElement:not(:last-child):after {
        width: 300px;
        max-width: 100%;
        height: 1px;
        top: unset;
        bottom: -25px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

/* --------- END BUTTONS-------------- */



/* --------- EVENTS -------------- */
.homepage-events {
    color: #fff;
    padding-top: 2vw;
    padding-bottom: 4vw;
    background-color: var(--events-area-bg-color);
    position: relative;
}

.homepage-events:after {
    content: close-quote;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: var(--bgImage);
    background-repeat: no-repeat;
    background-position: top 15px right 0;
    opacity: .05;
    z-index: 1;
}

.custom-events {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.events-header {
    width: 100%;
    margin-bottom: 1vw;
}

.custom-events__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    color: var(--events-area-title-color);
}

.event-item {
    width: 280px;
    margin-top: 30px;
    margin-bottom: 35px;
    color: var(--event-item-color);
}

.event-content {
    text-align: center;
}

.event-date {
    display: inline-flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--event-item-color);
    margin-bottom: 30px;
}

.event-month {
    font-size: 25px;
    width: 100%;
    display: block;
}

.event-day {
    font-size: 40px;
    font-weight: 700;
    display: block;
    width: 100%;
}

.event-date--multiple .day-item {
    width: calc(50% - 20px);
}

.event-date--multiple {
    align-items: center;
}

.event-date--multiple .dateLinkWord {
    display: block;
    width: 40px;
}

h4.event-title {
    font-size: 18px;
    font-weight: 300;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

h4.event-title a {
    color: inherit;
    text-decoration: none;
}

h4.event-title a:hover {
    text-decoration: underline;
}

.event-hour {
    margin-top: .75em;
    font-weight: 600;
    font-size: 14px;
}

@media screen and (max-width: 1600px) {
    .custom-events__inner {
        gap: 2%;
    }
}

/* --------- END EVENTS -------------- */



/* --------- INTERCOMM -------------- */

.homepage-intercomm-news .custom-interCommNews__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 4vw;
    margin-bottom: 50px;
    padding-left: 32px;
    padding-right: 32px;
}

.homepage-intercomm-news .interCommNews-header {
    width: 100%;
    color: var(--intercomm-area-title-color);
}

.homepage-intercomm-news .interCommNews-header .custom-interCommNews__title:after {
    background-color: var(--intercomm-area-title-underline-color);
}

.homepage-intercomm-news .article-item {
    width: 450px;
    background-color: #fff;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}

.homepage-intercomm-news .article-image {
    position: relative;
}

.homepage-intercomm-news .article-image:after {
    content: close-quote;
    display: block;
    position: absolute;
    width: 80%;
    height: 80%;
    top: -6px;
    right: -6px;
    border-top: 6px solid;
    border-right: 6px solid;
    border-color: var(--intercomm-text-color);
}

.homepage-intercomm-news .article-item .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: transform .25s linear;
}

.homepage-intercomm-news .article-item:hover img {
    transform: scale(1.1);
}

.homepage-intercomm-news .article-image-container {
    display: block;
    font-size: 0;
    padding-top: 66%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.homepage-intercomm-news .article-content {
    padding: 20px 20px;
}

.homepage-intercomm-news .article-title {
    text-decoration: none;
    color: var(--intercomm-text-color);
}

.homepage-intercomm-news .article-text {
    display: none;
}

@media screen and (max-width: 1600px) {
    .homepage-intercomm-news .custom-interCommNews__inner {
        gap: 30px 2vw;
    }

    .homepage-intercomm-news .article-item {
        width: 420px;
    }
}


@media screen and (max-width: 1400px) {
    .homepage-intercomm-news .article-item {
        width: 45%;
    }
}

@media screen and (max-width: 1024px) {

    .homepage-intercomm-news .custom-interCommNews__inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .homepage-intercomm-news .article-item {
        width: 100%;
        max-width: 450px;
    }
}

/* --------- END INTERCOMM -------------- */


/* --------- LIVE FEED -------------- */
.homepage-live-feed {
    /* padding-top: 2vw; */
    padding-bottom: 4vw;
    background-color: var(--livefeed-area-bg-color);
    color: #000;
    position: relative;
    overflow: hidden;
}

.homepage-live-feed:after {
    content: close-quote;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: var(--bgImage);
    background-repeat: no-repeat;
    background-position: top -50% left -25%;
    opacity: 0.05;
    z-index: 1;
}

.custom-liveFeed {
    position: relative;
    z-index: 2;
}

.custom-liveFeed__inner {
    padding-left: 25px;
    padding-right: 25px;

}

.custom-liveFeed__title {
    padding-left: 0;
    color: var(--livefeed-area-title-color);
}

.custom-liveFeed__title:after {
    display: none;
}

.liveFeed-item {
    background-color: var(--livefeed-article-bg-color);
    max-width: 520px;
    height: 180px;
    margin-top: 45px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.liveFeed-image {
    display: block;
    width: 180px;
    flex-shrink: 0;
    height: 100%;
}

.liveFeed-image-container {
    display: block;
    font-size: 0;
    height: 100%;
}

.liveFeed-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.liveFeed-content {
    padding: 20px 25px;
}

.liveFeed-top {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    color: var(--livefeed-element-title-color);
}

.liveFeed-timeago {
    padding-left: 6px;
}

.liveFeed-text {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--livefeed-element-text-color);
    line-height: 1.4;
}

.liveFeed-content .read-more-lf {
    font-size: 1em;
    padding-top: .25em;
    color: inherit;
}

@media screen and (max-width: 1400px) {
    .liveFeed-image {
        width: 140px;
    }
}

@media screen and (max-width: 1240px) {
    .liveFeed-image {
        display: none;
    }
}

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

    .liveFeed-item {
        max-width: 100%;
    }

    .liveFeed-image {
        display: block;
    }
}

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

    .homepage-live-feed {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .liveFeed-top {
        font-size: 12px;
    }

    .custom-liveFeed__inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .liveFeed-item {
        height: 130px;
        margin-top: 25px;
    }

    .liveFeed-content {
        padding: 15px;
    }

    .liveFeed-text {
        line-height: 1.3;
        font-size: 15px;
    }

    .liveFeed-image {
        width: 120px;
    }
}

/* --------- END LIVE FEED -------------- */



/* --------- CORE BELIEFS -------------- */
.coreBeliefInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 2vw;
    gap: 2%;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

#homepage-core-beliefs .homepage-title:after {
    background-color: var(--corebelief-area-title-underline-color);
}

.coreBeliefInnerElement {
    position: relative;
    width: 264px;
    margin-bottom: 30px;
    padding: 35px 15px;
    background-color: var(--element-color);
}


.coreBeliefInner .cb-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.coreBeliefInner .cb-image-wrap img {
    max-width: 140px;
    max-height: 140px;
    transition: transform .25s linear;
}

.coreBeliefInner .cb-text-wrap {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    text-decoration: none;
    padding-top: .25em;
    color: var(--text-color);
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.cb-title-wrap {
    min-height: 3.6em;
    font-size: 24px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: var(--title-color);
}

.cb-title-wrap h1,
.cb-title-wrap h2,
.cb-title-wrap h3,
.cb-title-wrap h4,
.cb-title-wrap h5 {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}



@media screen and (max-width: 1750px) {
    .coreBeliefInner {
        gap: 1%;
    }

    .coreBeliefInnerElement {
        width: 220px;
    }

    .cb-title-wrap {
        font-size: 22px;
    }

    .coreBeliefInner .cb-text-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1400px) {

    .coreBeliefInner .cb-image-wrap img {
        max-width: 120px;
        max-height: 120px;
    }

    .coreBeliefInner .cb-text-wrap {
        font-size: 16px;
    }
}

@media screen and (max-width: 420px) {

    .coreBeliefInnerElement {
        width: 100%;
        margin-bottom: 15px;
    }

    .coreBeliefInner {
        gap: 15px;
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

}

/* --------- END CORE BELIEFS -------------- */




/* --------- FOOTER -------------- */

#custom-footer-outer {}

#custom-footer-outer * {
    box-sizing: border-box
}

.custom-footer-inner {
    font-size: 18px;
    /* background-color: var(--bgColor); */
    background-color: var(--footer-bg-color);
    /* color: var(--textColor); */
    color: var(--footer-text-color);
    padding-left: 40px;
    display: flex;
}

.custom-footer-left {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5em;
    margin-bottom: 1em;
    flex-shrink: 0;
    max-width: 700px;
}

.footer-column-1 {
    width: calc(var(--logo-size-d) + 3em);
    padding-right: 3em;
}

.footerLogo {
    max-width: 100%;
}

.footerLogo img {
    width: var(--logo-size-d);
}

.footer-column-2 {
    border-left: 1px solid var(--footer-text-color);
    padding-left: 1em;
    max-width: 300px;
    text-align: center;
}

.footer-column-2 .title-wrap {
    line-height: 1.2;
    margin-bottom: 1em;
}

.footer-social-icons-area {
    margin-top: 2em;
}

.footer-social-icons-area .footerSocialIcons a {
    font-size: 26px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
}

.footer-copyright {
    margin-top: 2em;
    font-size: 14px;
}

.custom-footer-right {
    position: relative;
    width: 100%;
}

.custom-footer-right .footer-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.footerImageBg,
.footerImageBg .image-wrap {
    width: 100%;
    height: 100%;
    font-size: 0;
}

.custom-footer-right .footer-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-copyright .copyright a {
    color: var(--footer-text-color);
}

.footerImageBg {
    position: relative;
}

.footerImageBg:after {
    content: close-quote;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90.26deg, rgba(0, 0, 0, 0.41) 16.5%, var(--footer-bg-color) 81.57%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.footerSocialIcons a {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.footerSocialIcons a svg {
    width: 24px;
    height: 24px;
}

.footerSocialIcons a svg path {
    fill: var(--footer-text-color);
    transition: all .25s linear;
}

.footerSocialIcons a svg path.main-color {
    fill: var(--bgColor);
}

.footerSocialIcons a:hover svg path {
    opacity: .8;
}

#footer-menus {
    color: #fff;
    position: relative;
    z-index: 2;
    margin-top: 2em;
    max-width: 100%;
    width: 100%;
}

#footer-menus a {
    color: inherit;
    text-decoration: none;
}

#footer-menus a:hover {
    text-decoration: underline;
}

.footerMenu1,
.footerMenu2 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 1em;
}

.footerMenu1 a,
.footerMenu2 a {
    display: inline-block;
    width: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: .5em;
    text-decoration: none;
    transition: all .25s linear;
}

#footer-menus .footerMenu1 a:hover,
#footer-menus .footerMenu2 a:hover {
    background-color: #fff;
    color: var(--bgColor);
    text-decoration: none;
}

.footerSiteInfo .text-wrap {
    margin-bottom: 1.5em;
    line-height: 1.4;
    font-size: 16px;
}

.footerSiteInfo a {
    color: inherit;
}

.footer-menus-col-1 {
    width: 100%;
}

.belowButtonsText {
    font-size: 16px;
}

#footer-menus .belowButtonsText a {
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .custom-footer-inner {
        flex-wrap: wrap;
    }

    .custom-footer-left {
        width: auto;
        flex-wrap: wrap;
        flex-shrink: initial;
    }

    .footerLogo img {
        width: calc(var(--logo-size-d) * 0.8);
    }

    .footer-column-1 {
        width: calc(var(--logo-size-d) * 0.8 + 3em);
        padding-right: 3em;
    }
}

@media screen and (max-width: 767px) {
    .custom-footer-left {
        margin-top: 3em;
        margin-bottom: 3em;
        position: relative;
        z-index: 103;
    }

    .footer-column-1 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .footerLogo {
        margin-bottom: 2em;
    }

    .footerLogo img {
        width: calc(var(--logo-size-m) * 0.8);
    }

    .footer-column-2 {
        width: 100%;
        max-width: 100%;
        border-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-copyright {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        order: 2;
    }

    .custom-footer-inner {
        padding-left: 0;
        position: relative;
    }

    .custom-footer-right {
        position: static;
    }

    .footerImageBg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .text-wrap {
        font-size: 14px;
    }

    #footer-menus {
        grid-template-columns: repeat(1, 1fr);
        margin-left: 32px;
        margin-right: 32px;
        max-width: 100%;
        margin-top: 0;
        font-size: 14px;
        margin-top: 2em;
    }

    .footerMenu1,
    .footerMenu2 {
        justify-content: center;
    }

    .footerMenu1 a,
    .footerMenu2 a {
        text-align: center;
    }

    .footerImageBg:after {
        background-color: var(--footer-bg-color);
        opacity: .75;
    }

    .belowButtonsText {
        text-align: center;
    }
}

/* --------- END FOOTER -------------- */



/* --------- SIDEBAR -------------- */


#page .ts-left-sidebar-row.sidebarWithNav {
    display: flex;
    /* align-items: flex-start; */
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

#page .ts-left-sidebar-row.sidebarWithNav .column {
    margin-top: 0px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
}

#page .ts-left-sidebar-row.sidebarWithNav .column:first-child {
    z-index: 1;
}


#sidebarNav {
    box-sizing: border-box;
    margin-bottom: 40px;
    position: sticky;
    top: 90px;
    left: 0;
    overflow: hidden;
}

#sidebarNav h2 {
    background: var(--primary-color);
    color: #fff;
    text-align: left !important;
    margin-bottom: 1px;
    border-radius: 20px 20px 0 0;
    display: none;
}

#sidebarNav .navLinks li:last-child {
    border-radius: 0 0 20px 20px;
}

#sidebarNav h2 a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 20px;
}

#sidebarNav ul {
    margin-top: 0;
    padding-left: 0;
}

#sidebarNav .navLinks li {
    position: relative;
    background: #f1f1f1;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    display: block;
    color: var(--primary-color);
    overflow: hidden;
}

#sidebarNav .navLinks li a {
    padding: 10px 10px 10px 22px;
    color: var(--primary-color);
    display: block;
    text-decoration: none;
}

#sidebarNav .navLinks li>a:hover,
#sidebarNav .navLinks li.active>a {
    background: #ddd;
}

#sidebarNav .navLinks li.active>a {
    font-weight: 700;
}

#sidebarNav .navLinks li.active>a:after {
    position: absolute;
    content: close-quote;
    left: 0px;
    top: 0;
    bottom: 0;
    background: var(--primary-color);
    width: 8px;
}

#sidebarNav .navLinks .navLi {
    display: none;
}

#sidebarNav .navLinks .navLi.active {
    display: block;
}

#sidebarNav .navLi.hasSubmenu .submenuBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: #cacaca;
}

#sidebarNav .navLinks .navLi .submenuBtn {
    display: none;
}

#sidebarNav .navLi.hasSubmenu .submenuBtn svg path {
    fill: var(--primary-color);
    stroke: var(--primary-color);
}

#sidebarNav .navLi.hasSubmenu.activeSubmenu .submenuBtn {
    transform: rotate(180deg);
}

#sidebarNav .navLi.hasSubmenu {
    /*     padding-right: 44px; */
}

#sidebarNav .navLinks .navLi.hasSubmenu.active .submenu {
    display: block;
}

#sidebarNav .navLi.hasSubmenu.activeSubmenu .submenu {
    display: block;
}

#sidebarNav .submenu {
    font-size: 14px;
    display: none;
}

#sidebarNav .submenu li {
    position: relative;
    border-radius: 0 !important;
    /* background: #d5d5d5; */

}

#sidebarNav .navLinks .submenu li.active>a:after {
    left: auto;
    right: 0;
}

#sidebarNav .submenu li a {
    padding-left: 40px;
}

#sidebarNav .submenu li:before {
    content: close-quote;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent var(--primary-color);
    position: absolute;
    top: 16px;
    font-size: 12px;
    left: 30px;
}

@media only screen and (min-width: 1000px) {
    #page .ts-left-sidebar-row.sidebarWithNav .column:first-child {
        width: 340px;
        padding-top: 20px;
    }

    #page .ts-left-sidebar-row.sidebarWithNav .column:last-child {
        width: calc(100% - 340px);
        padding: 10px 0 50px 30px;
    }
}

@media only screen and (min-width: 1350px) {
    #page .ts-left-sidebar-row.sidebarWithNav .column:last-child {
        width: calc(100% - 355px);
    }
}

/* --------- END SIDEBAR -------------- */

#menu-button-997287,
#menu-button-997297 {
    font-weight: 700;
}

.stickySocialIcons {
    position: fixed;
    top: 20%;
    right: 0;
    background-color: #fff;
    z-index: 10001;
    box-shadow: 0 0 10px 2px #00000029;
    border-radius: 3px;
}

.stickySocialIcons svg {
    max-width: 24px;
    max-height: 24px;
}

.stickySocialIcons .social-icon {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 960px) {
    .stickySocialIcons {
        position: static;
        display: flex;
        justify-content: space-around;
    }
}

/* adds padding to buttons on pages*/
#page .button .icon-wrapper {
    margin: 25px 0 !important;
}

#page .button .icon-wrapper .raw-svg span {
    width: 80px !important;
}

#page .button .icon-wrapper .raw-svg svg {
    width: 80px !important;
    height: 80px !important;
}

/* ends adds padding to buttons on pages*/

#filter-container {
    z-index: 2;
}

/*resizes news cover photo*/
#news-article .page-container-item .article-image img {
    max-height: 300px;
}