/* ARTWORK NOTES
--------------------------------------------

--------------------------------------------
*/
html body.site-home {
    --section-slideshow-bg: var(--background-color);
    --section-utility-bg: var(--background-color);
    --section-above-bg: var(--secondary-color);
    --section-bottom-bg: transparent;
}

html body {
    --section-footer-bg: var(--background-color);

    --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(--default-white);
    --main-menu-text-color-hover: var(--default-white);
	--main-menu-bg: var(--primary-color);
    --main-menu-bg-color: var(--primary-color);

    --navigation-floating-social-padding: min(1vw, 1rem);
    --navigation-floating-social-bg: transparent;
    --navigation-floating-social-items-color: var(--primary-color);

    --ql-toplinks-icon-color: var(--primary-color);
    --ql-toplinks-icon-color-hover: var(--default-white);
    --ql-toplinks-title-color: var(--primary-color);
    --ql-toplinks-title-color-hover: var(--default-white);

    --ql-toplinks-icon-color-mobile: var(--primary-color);
    --ql-toplinks-icon-color-hover-mobile: var(--default-white);
    --ql-toplinks-title-color-mobile: var(--primary-color);
    --ql-toplinks-title-color-hover-mobile: var(--default-white);

    --section-navigation-bg: var(--default-white);

    --navigation-menu-item-padding: min(1vw, 1rem) min(1vw, 14.4px);
}

.g-array-item-text {
    margin: 0!important;
    padding: 0!important;
}

.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {
    background: rgba(var(--tertiary-color-rgb),1);
}

.accordian-wrapper .g-array-item-title:after {
    color: var(--default-white);
}

.accordian-wrapper .g-content-array > .g-grid.active .g-array-item-title:after {
    color: var(--tertiary-color);
}
.accordian-wrapper .g-content-array > .g-grid:hover .g-array-item-title:after {
    color: var(--tertiary-color);
}

/* NAVIGATION */
@media only screen and (min-width: 50.99rem) {
    #g-navigation {
        border-top: .5rem solid var(--primary-color);
    }
    #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(--primary-color);
        height: 100%;
        width: 3000%;
        margin-left: -500%;
        margin-right: -500%;
        position: absolute;
    }

    .free-menu > .g-container > .g-grid:has(.nav-social-icons) .g-social-items a:hover {
        opacity: .5;
    }

    .free-menu > .g-container > .g-grid:has(.ql-toplinks-studius) {
        padding: min(2vw, 2rem)!important;
    }

    .ql-toplinks-studius .g-blockcontent-subcontent-block {
        border-radius: .5rem;
        overflow: hidden;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation > .g-container {
        padding-top: 1rem!important;
    }
}

@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 (max-width: 50.99rem) {
    .mobile-mass-times {
        padding: 1rem;
    }
    .mobile-mass-times .g-array-item-text {
        background: var(--tertiary-color);
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        padding: 1rem!important;
    }
    .mobile-mass-times .g-array-item-text p {
        margin: 0;
        padding: 0;
        color: var(--default-white);
    }
}

/*SLIDESHOW*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-slideshow > .g-container {
        position: relative;
    }
    .site-home #g-slideshow > .g-container > .g-grid:has(.mass-times-overlay) {
        position: absolute;
        top: min(2vw, 2rem);
        right: min(2vw, 2rem);
        bottom: min(2vw, 2rem);
        width: 30%;
        background: rgba(var(--tertiary-color-rgb),.95);
        z-index: 2;
        padding: min(1.5vw, 1.5rem);
    }
}

@media only screen and (min-width: 50.99rem) {
    .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        line-height: 1;
        font-family: var(--title-font-family);
        text-transform: none;
        font-variant-caps: normal;
        font-size: min(2vw, 2rem);
        font-weight: 500;
        margin-bottom: min(.5vw, .5rem);
    }
    .mass-times-overlay p {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        line-height: 1.5;
        font-family: var(--body-font-family);
        text-transform: none;
        font-variant-caps: normal;
        font-size: min(1.25vw, 1.25rem);
        font-weight: 400;
        margin-bottom: min(1.5vw, 1.5rem);
    }
}

@media only screen and (max-width: 50.99rem) {
    .mass-times-overlay {
        padding: 1.5rem;
    }
    .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        line-height: 1;
        font-family: var(--title-font-family);
        text-transform: none;
        font-variant-caps: normal;
        font-size: 6vw;
        font-weight: 500;
        margin-bottom: .5rem;
    }
    .mass-times-overlay p {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        line-height: 1.5;
        font-family: var(--body-font-family);
        text-transform: none;
        font-variant-caps: normal;
        font-size: 4vw;
        font-weight: 400;
        margin-bottom: 1rem;
    }
}

/*UTILITY*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-utility > .g-container {
        padding: min(2vw, 2rem)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-utility > .g-container {
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ql-boxtitle {
        margin: 0;
        padding: 0;
    }
    .ql-boxtitle > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-boxtitle > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-boxtitle .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-boxtitle .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: min(2vw, 2rem);
    }
    .ql-boxtitle .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        flex: 1;
        transition: .3s all ease-in-out;
    }
    .ql-boxtitle .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .ql-boxtitle .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: min(1.5vw, 1.5rem);
        transition: .3s all ease-in-out;
    }
    .ql-boxtitle .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        border-radius: .5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        border: 2px solid var(--default-white);
        transition: .3s all ease-in-out;
    }
    .ql-boxtitle .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        color: var(--default-black);
        text-transform: uppercase;
        font-variant-caps: normal;
        font-family: var(--body-font-family);
        font-weight: 700;
        text-align: center;
        line-height: 1;
        font-weight: min(1vw, 1rem);
        transition: .3s all ease-in-out;
    }
    .ql-boxtitle .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-black);
        text-transform: uppercase;
        font-variant-caps: normal;
        font-family: var(--body-font-family);
        font-weight: 700;
        text-align: center;
        line-height: 1;
        font-weight: min(1vw, 1rem);
        transition: .3s all ease-in-out;
    }
    .ql-boxtitle .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-boxtitle .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-boxtitle {
        margin: 0;
        padding: 0;
    }
    .ql-boxtitle > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-boxtitle > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-boxtitle .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-boxtitle .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
    }
    .ql-boxtitle .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        flex: 1;
        transition: .3s all ease-in-out;
        min-width: calc(50% - .5rem);
        max-width: calc(50% - .5rem);
    }
    .ql-boxtitle .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .ql-boxtitle .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        transition: .3s all ease-in-out;
    }
    .ql-boxtitle .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        border-radius: .5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        border: 2px solid var(--default-white);
        transition: .3s all ease-in-out;
    }
    .ql-boxtitle .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        color: var(--default-black);
        text-transform: uppercase;
        font-variant-caps: normal;
        font-family: var(--body-font-family);
        font-weight: 700;
        text-align: center;
        line-height: 1;
        font-size: 4vw;
        transition: .3s all ease-in-out;
    }
    .ql-boxtitle .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-black);
        text-transform: uppercase;
        font-variant-caps: normal;
        font-family: var(--body-font-family);
        font-weight: 700;
        text-align: center;
        line-height: 1;
        font-size: 4vw;
        transition: .3s all ease-in-out;
    }
    .ql-boxtitle .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-boxtitle .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

/*MAIN*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-container-main {
        background: url('/images/template/bg-news-section.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
    }
    .site-home #g-container-main:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(var(--primary-color-rgb),.9);
        backdrop-filter: blur(5px);
        --webkit-backdrop-filter: blur(5px);
        z-index: 1;
    }
    .site-home #g-container-main > .g-container {
        position: relative;
        z-index: 2;
    }
    #g-container-main:has(.news-to-me) > .g-container {
        --headlines-section-padding: min(4vw, 4rem);
    }
    #g-container-main:has(.news-to-me) .g-title {
        --headlines-g-title-color: var(--default-white);
        --headlines-g-title-font-weight: 400;
        --headlines-g-title-margin: 0;
    }

    .site-home #g-container-main:has(.news-to-me) #g-sidebar .g-title {
        border-bottom: 2px solid var(--default-white)!important;
        margin-bottom: 0!important;
        padding-bottom: min(1.5vw, 21.6px)!important;
    }

    .site-home #g-container-main:has(.news-to-me) :is(.widget-button, .news-button) .button {
        background: var(--default-white)!important;
        color: var(--default-black)!important;
        border-radius: 0!important;
        font-weight: 700!important;
        text-transform: uppercase!important;
        padding: min(1vw, 1rem) min(2.5vw, 2.5rem)!important;
    }

    #g-container-main:has(.news-to-me) #g-sidebar {
        display: flex;
        flex-direction: column;
        gap: min(1.5vw, 21.6px);
    }
    .site-home #g-container-main:has(.news-to-me) .widget-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-container-main {
        background: url('/images/template/bg-news-section.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
    }
    .site-home #g-container-main:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(var(--primary-color-rgb),.9);
        backdrop-filter: blur(5px);
        --webkit-backdrop-filter: blur(5px);
        z-index: 1;
    }
    .site-home #g-container-main > .g-container {
        position: relative;
        z-index: 2;
    }
    #g-container-main:has(.news-to-me) .g-title {
        --headlines-g-title-color-mobile: var(--default-white);
        --headlines-g-title-font-weight-mobile: 400;
        --headlines-g-title-margin-mobile: 0;
    }

    .site-home #g-container-main:has(.news-to-me) #g-sidebar .g-title {
        border-bottom: 2px solid var(--default-white)!important;
        margin-bottom: 0!important;
        padding-bottom: min(1.5vw, 21.6px)!important;
    }

    .site-home #g-container-main:has(.news-to-me) :is(.widget-button, .news-button) .button {
        background: var(--default-white)!important;
        color: var(--default-black)!important;
        border-radius: 0!important;
        font-weight: 700!important;
        text-transform: uppercase!important;
        padding: 1rem!important;
    }

    #g-container-main:has(.news-to-me) #g-sidebar {
        display: flex;
        flex-direction: column;
        gap: min(1.5vw, 21.6px);
    }
    .site-home #g-container-main:has(.news-to-me) .widget-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #g-mainbar.news-to-me .calendar-widget-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    #g-mainbar.news-to-me {
        height: 100%;
    }
    #g-mainbar.news-to-me > .g-grid {
        height: 100%;
    }
    #g-mainbar.news-to-me > .g-grid > .g-block {
        height: 100%;
    }
    #g-mainbar.news-to-me > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    #g-mainbar.news-to-me .g-content-array {
        height: 100%;
    }
    #g-mainbar.news-to-me .g-content-array > .g-grid {
        height: 100%;
    }
    #g-mainbar.news-to-me .g-content-array > .g-grid > .g-block {
        height: 100%;
    }
    #g-mainbar.news-to-me .g-content-array > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    #g-mainbar.news-to-me .g-array-item {
        height: 100%;
    }
    #g-mainbar.news-to-me .g-array-item-text {
        height: 100%;
    }
    #g-mainbar.news-to-me .calendar-widget-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: min(1.5vw, 21.6px);
    }
    #g-mainbar.news-to-me .calendar-widget-wrapper .widget-feed {
        flex: 1;
    }
    #g-mainbar.news-to-me .calendar-widget-wrapper .widget-feed .widget-feed-inner-box {
        height: 100%;
    }
    #g-mainbar.news-to-me .calendar-widget-wrapper .widget-feed .widget-feed-inner-box iframe {
        height: 100%;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ph-sideway-stack {
        margin: 0;
        padding: 0;
    }
    .ph-sideway-stack > .g-content {
        margin: 0;
        padding: 0;
    }
    .ph-sideway-stack .g-content-array {
        margin: 0;
        padding: 0;
    }
    .ph-sideway-stack .g-content-array > .g-grid {
        margin: 0;
        padding: min(1vw, 1rem) 0;
        position: relative;
        transition: .3s all ease-in-out;
        border-bottom: 2px solid var(--default-white);
    }
    .ph-sideway-stack .g-content-array > .g-grid:hover > .g-block {
        background: var(--tertiary-color);
        box-shadow: var(--default-box-shadow);
    }
    .ph-sideway-stack .g-content-array > .g-grid:hover :is(.g-item-title, .g-item-title a) {
        color: var(--default-white);
    }
    .ph-sideway-stack .g-content-array > .g-grid:hover .g-array-item-text {
        color: var(--default-white);
    }
    .ph-sideway-stack .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: min(.75vw, .75rem) min(.75vw, .75rem);
        transition: .3s all ease-in-out;
        background: transparent;
        border-radius: .5rem;
    }
    .ph-sideway-stack .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .ph-sideway-stack .g-array-item {
        margin: 0;
        padding: 0;
        /*float: left;*/
        transition: .3s all ease-in-out;
    }
    .ph-sideway-stack .g-array-item-image {
        margin: 0;
        padding: 0;
        width: min(15vw, 15rem);
        float: left;
        margin-right: min(1.5vw, 1.5rem);
        transition: .3s all ease-in-out;
    }
    .ph-sideway-stack .g-array-item-image a {
        margin: 0;
        padding: 0;
        pointer-events: none!important;
        transition: .3s all ease-in-out;
    }
    .ph-sideway-stack .g-array-item-image img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        object-position: center;
        transition: .3s all ease-in-out;
        border-radius: .5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .ph-sideway-stack .g-array-item-title {
        margin: 0;
        padding: 0;
        /*float: left;*/
        transition: .3s all ease-in-out;
    }
    .ph-sideway-stack .g-item-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        border: none;
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-size: min(1.5vw, 1.5rem);
        font-weight: 700;
        line-height: 1;
        text-transform: none;
        font-variant-caps: normal;
        margin-bottom: min(.5vw, .5rem);
    }
    .ph-sideway-stack .g-item-title a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        border: none;
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-size: min(1.5vw, 1.5rem);
        font-weight: 700;
        line-height: 1;
        text-transform: none;
        font-variant-caps: normal;
        margin-bottom: min(.5vw, .5rem);
    }
    .ph-sideway-stack .g-array-item-text {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        color: var(--default-white);
        font-size: min(1.25vw, 1.25rem);
        line-height: 1.3;
    }
    .ph-sideway-stack .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;
    }
    .ph-sideway-stack .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) {
    .ph-sideway-stack {
        margin: 0;
        padding: 0;
    }
    .ph-sideway-stack > .g-content {
        margin: 0;
        padding: 0;
    }
    .ph-sideway-stack .g-content-array {
        margin: 0;
        padding: 0;
    }
    .ph-sideway-stack .g-content-array > .g-grid {
        margin: 0;
        padding: 1rem 0;
        position: relative;
        transition: .3s all ease-in-out;
        border-bottom: 2px solid var(--default-white);
    }
    .ph-sideway-stack .g-content-array > .g-grid:hover > .g-block {
        background: var(--secondary-color);
        box-shadow: var(--default-box-shadow);
    }
    .ph-sideway-stack .g-content-array > .g-grid:hover :is(.g-item-title, .g-item-title a) {
        color: var(--default-white);
    }
    .ph-sideway-stack .g-content-array > .g-grid:hover .g-array-item-text {
        color: var(--default-white);
    }
    .ph-sideway-stack .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: .5rem;
        transition: .3s all ease-in-out;
        background: transparent;
    }
    .ph-sideway-stack .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .ph-sideway-stack .g-array-item {
        margin: 0;
        padding: 0;
        float: left;
        transition: .3s all ease-in-out;
    }
    .ph-sideway-stack .g-array-item-image {
        margin: 0;
        padding: 0;
        width: 40vw;
        float: left;
        margin-right: 1rem;
        transition: .3s all ease-in-out;
    }
    .ph-sideway-stack .g-array-item-image a {
        margin: 0;
        padding: 0;
        pointer-events: none!important;
        transition: .3s all ease-in-out;
    }
    .ph-sideway-stack .g-array-item-image img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        object-position: center;
        transition: .3s all ease-in-out;
        border-radius: .5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .ph-sideway-stack .g-array-item-title {
        margin: 0;
        padding: 0;
        /*float: left;*/
        transition: .3s all ease-in-out;
    }
    .ph-sideway-stack .g-item-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        border: none;
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-size: 5vw;
        font-weight: 700;
        line-height: 1;
        text-transform: none;
        font-variant-caps: normal;
        margin-bottom: .5rem;
    }
    .ph-sideway-stack .g-item-title a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        border: none;
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-size: 5vw;
        font-weight: 700;
        line-height: 1;
        text-transform: none;
        font-variant-caps: normal;
        margin-bottom: .5rem;
    }
    .ph-sideway-stack .g-array-item-text {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        color: var(--default-white);
        font-size: 4vw;
        line-height: 1.3;
    }
    .ph-sideway-stack .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;
    }
    .ph-sideway-stack .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;
    }
}

/*EXPANDED*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-expanded {
        --half-limit: 720px; /* 1440 / 2 */
        --gutter: max(0px, calc(50vw - var(--half-limit)));

        /* tweak these two */
        --overhang: 60px;   /* how far OUTSIDE the 1440 boundary */
        --overlap: 140px;   /* how far BELOW the bottom of the section */

        background:
        url('/images/template/bg-widgets.svg')
        right calc(var(--gutter) - var(--overhang))
        bottom calc(0px - var(--overlap))
        no-repeat;

        /* no background-size => no scaling */
        position: relative;
        overflow: visible; /* allow it to hang out */
    }

    .site-home #g-expanded:before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        background: rgba(var(--background-color-rgb), .85);
    }

    .site-home #g-expanded > .g-container {
        position: relative;
        z-index: 2;
    }

    .widget-parthenon-alt > .g-container > .g-grid {
        --widget-section-gap: min(4vw, 4rem);
    }

    .widget-container .widget-wrapper .widget-title .g-title {
        color: var(--primary-color);
        text-align: left;
        font-weight: 500;
    }

    .widget-container .widget-wrapper .widget-button .button {
        background: var(--primary-color);
        width: 100%;
        border-radius: .15rem;
        padding: min(1vw, 1rem);
    }

    .widget-parthenon-alt > .g-container {
        --widget-parthenon-section-padding: min(4vw, 4rem);
    }

    .widget-parthenon-alt .facebook-widget-wrapper {
        height: 100%!important;
    }
    .widget-parthenon-alt .facebook-widget-wrapper #eapps-facebook-feed-1 .eapps-facebook-feed-content-container {
        height: min(100vw, 531.22px)!important;
    }
    .site-home .widget-parthenon-alt .widget-container .widget-wrapper .widget-feed {
        --widget-feed-box-padding: 0;
    }

    .site-home .widget-parthenon-alt .flocknote-feed .g-title {
        color: var(--tertiary-color);
        border-bottom: 2px solid var(--tertiary-color);
        font-size: min(2vw, 2rem);
        font-family: var(--body-font-family);
        font-weight: 600;
    }
    .site-home .widget-parthenon-alt .flocknote-feed .newsfeed li {
        font-size: min(1vw, 1rem);
    }
    .site-home .widget-parthenon-alt .flocknote-feed .newsfeed li a {
        color: var(--tertairy-color);
    }
    .site-home .widget-parthenon-alt .flocknote-feed .newsfeed li a:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-expanded {
        background: url('/images/template/bg-widgets.svg') 100% 100% no-repeat;
        background-size: 100% auto;
        position: relative;
    }

    .site-home #g-expanded:before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        background: rgba(var(--background-color-rgb), .85);
    }

    .site-home.withmaxwidth #g-expanded > .g-container {
        position: relative;
        z-index: 2;
        padding: 2rem!important;
    }

    .widget-parthenon-alt > .g-container > .g-grid {
        --widget-section-gap: min(4vw, 4rem);
    }

    .widget-container .widget-wrapper .widget-title .g-title {
        color: var(--primary-color);
        text-align: center;
        font-weight: 500;
    }

    .widget-container .widget-wrapper .widget-button .button {
        background: var(--primary-color);
        width: 100%;
        border-radius: .15rem;
        padding: 1rem;
    }

    .widget-parthenon-alt > .g-container {
        --widget-parthenon-section-padding: min(4vw, 4rem);
    }

    .widget-parthenon-alt .facebook-widget-wrapper {
        height: 100%!important;
    }
    .widget-parthenon-alt .facebook-widget-wrapper #eapps-facebook-feed-1 .eapps-facebook-feed-content-container {
        height: min(100vw, 531.22px)!important;
    }
    .site-home .widget-parthenon-alt .widget-container .widget-wrapper .widget-feed {
        --widget-feed-box-padding-mobile: 0;
    }

    .site-home .widget-parthenon-alt .flocknote-feed .g-title {
        color: var(--tertiary-color);
        border-bottom: 2px solid var(--tertiary-color);
        font-size: 6vw;
        font-family: var(--body-font-family);
        font-weight: 600;
    }
    .site-home .widget-parthenon-alt .flocknote-feed .newsfeed li {
        font-size: 4vw;
    }
    .site-home .widget-parthenon-alt .flocknote-feed .newsfeed li a {
        color: var(--tertairy-color);
    }
    .site-home .widget-parthenon-alt .flocknote-feed .newsfeed li a:hover {
        text-decoration: underline;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1000px) {
    .widget-parthenon-alt .facebook-widget-wrapper #eapps-facebook-feed-1 .eapps-facebook-feed-content-container {
        height: min(100vw, 305.5px)!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-home .flocknote-widget-wrapper .widget-feed {
        background: var(--default-white);
        border-radius: 1rem;
        overflow: visible;
        box-shadow: var(--default-box-shadow);
    }
    .site-home .facebook-widget-wrapper .widget-feed {
        background: var(--default-white);
        border-radius: 1rem;
        overflow: visible;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home .flocknote-widget-wrapper .widget-feed {
        background: var(--default-white);
        border-radius: 1rem;
        overflow: visible;
        box-shadow: var(--default-box-shadow);
    }
    .site-home .facebook-widget-wrapper .widget-feed {
        background: var(--default-white);
        border-radius: 1rem;
        overflow: visible;
        box-shadow: var(--default-box-shadow);
    }
}

/*EXTENSION*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-extension {
        background: url('/images/template/bg-mission-vision.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
        margin-bottom: calc(-75px - 4rem)!important;
        padding-bottom: calc(75px + 4rem)!important;
    }
    .site-home #g-extension:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(var(--primary-color-rgb),.85);
        backdrop-filter: blur(4px);
        --webkit-backdrop-filter: blur(4px);
        z-index: 1;
    }
    .site-home #g-extension > .g-container {
        position: relative;
        z-index: 2;
        padding: min(3vw, 3rem) min(4vw, 4rem) min(1vw, 1rem) min(4vw, 4rem)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-extension {
        background: url('/images/template/bg-mission-vision.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
    }
    .site-home #g-extension:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(var(--primary-color-rgb),.85);
        backdrop-filter: blur(4px);
        --webkit-backdrop-filter: blur(4px);
        z-index: 1;
    }
    .site-home #g-extension > .g-container {
        position: relative;
        z-index: 2;
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .vsms-wrapper {
        display: flex;
        flex-direction: row;
        gap: min(4vw, 4rem);
    }
    .vsms-wrapper .box-wrapper {
        flex: 1;
        background: rgba(255,255,255,.2);
        padding: min(3vw, 3rem) min(3vw, 3rem) min(4vw, 4rem) min(3vw, 3rem);
    }
    .vsms-wrapper .box-wrapper h1 {
        margin: 0;
        padding: 0;
        text-align: center;
        color: var(--default-white);
        font-size: min(3vw, 3rem);
        font-weight: 500;
        margin-bottom: 1rem;
    }
    .vsms-wrapper .box-wrapper p {
        margin: 0;
        padding: 0;
        text-align: center;
        color: var(--default-white);
        font-size: min(1.25vw, 1.25rem);
        font-weight: 500;
    }
}

@media only screen and (max-width: 50.99rem) {
    .vsms-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .vsms-wrapper .box-wrapper {
        flex: 1;
        background: rgba(255,255,255,.2);
        padding: 1.5rem;
    }
    .vsms-wrapper .box-wrapper h1 {
        margin: 0;
        padding: 0;
        text-align: center;
        color: var(--default-white);
        font-size: 6vw;
        font-weight: 500;
        margin-bottom: 1rem;
    }
    .vsms-wrapper .box-wrapper p {
        margin: 0;
        padding: 0;
        text-align: center;
        color: var(--default-white);
        font-size: 4vw;
        font-weight: 500;
    }
}

/*FOOTER*/
@media only screen and (min-width: 50.99rem) {
    #g-container-footer {
        border-bottom: 1rem solid var(--primary-color);
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-container-footer {
        border-bottom: 1rem solid var(--primary-color);
    }
}

@media only screen and (min-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: min(3vw, 3rem);
        align-items: center;
    }
    .footer-wrapper:before {
        content: '';
        border-left: 2px solid var(--default-black);
        height: min(18vw, 18rem);
        order: 2;
    }
    .footer-wrapper:after {
        content: '';
        border-left: 2px solid var(--default-black);
        height: min(18vw, 18rem);
        order: 4;
    }
    /*.footer-wrapper > .footer-column {
        flex: 1;
    }*/
    .footer-wrapper > div:nth-child(1) {
        order: 1;
        flex: 1;
    }
    .footer-wrapper > div:nth-child(2) {
        order: 3;
        flex: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .footer-wrapper > div:nth-child(3) {
        order: 5;
        flex: 1;
        display: flex;
        justify-content: center;
    }

    .footer-wrapper .footer-logo-content {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    /*.footer-wrapper .footer-logo-content .footer-logo img {
        width: 75%;
    }*/
    .footer-wrapper .footer-content-box a {
        color: var(--default-black)!important;
    }
    .footer-wrapper .footer-content-box p {
        margin: 0;
        padding: 0;
        font-size: min(1.25vw, 1.25rem);
        line-height: 1.75;
        font-weight: 700;
        font-family: var(--body-font-family);
        padding-bottom: min(1vw, 1rem);
    }

    .footer-wrapper > div:nth-child(2) h1 {
        margin: 0;
        padding: 0;
        font-size: min(2vw, 2rem);
        font-weight: 500;
        text-transform: none;
        font-variant-caps: normal;
        margin-bottom: .5rem;
        text-align: center;
    }
    .footer-wrapper > div:nth-child(2) p {
        font-size: min(1.25vw, 1.25rem);
        line-height: 1.75;
        text-align: center;
    }

    .footer-wrapper .footer-inner-links {
        display: flex;
        flex-direction: column;
        padding-right: min(4vw, 4rem);
    }
    #g-footer .footer-wrapper .footer-inner-links a {
        color: var(--primary-color)!important;
        font-weight: 700;
        text-transform: uppercase;
        font-size: min(1.25vw, 1.25rem);
        line-height: 2;
    }
}

@media only screen and (max-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .footer-wrapper:before {
        content: '';
        border-bottom: 2px solid var(--default-black);
        order: 2;
    }
    .footer-wrapper:after {
        content: '';
        border-bottom: 2px solid var(--default-black);
        order: 4;
    }
    /*.footer-wrapper > .footer-column {
        flex: 1;
    }*/
    .footer-wrapper > div:nth-child(1) {
        order: 1;
        flex: 1;
    }
    .footer-wrapper > div:nth-child(2) {
        order: 3;
        flex: 1.5;
    }
    .footer-wrapper > div:nth-child(3) {
        order: 5;
        flex: 1;
    }

    .footer-wrapper .footer-logo-content {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    /*.footer-wrapper .footer-logo-content .footer-logo img {
        width: 75%;
    }*/
    .footer-wrapper .footer-content-box a {
        color: var(--default-black)!important;
    }
    .footer-wrapper .footer-content-box p {
        margin: 0;
        padding: 0;
        font-size: 4vw;
        line-height: 1.75;
        font-weight: 700;
        font-family: var(--body-font-family);
    }

    .footer-wrapper .footer-office-hours h1 {
        margin: 0;
        padding: 0;
        font-size: 6vw;
        font-weight: 500;
        text-transform: none;
        font-variant-caps: normal;
        margin-bottom: .5rem;
    }
    .footer-wrapper .footer-office-hours p {
        font-size: 4vw;
        line-height: 1.75;
    }

    .footer-wrapper .footer-inner-links {
        display: flex;
        flex-direction: column;
    }
    #g-footer .footer-wrapper .footer-inner-links a {
        color: var(--primary-color)!important;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 4vw;
        line-height: 2;
    }
}

/*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;
    }
    #g-bottom > .g-container {
        padding: 2rem 0!important;
    }
    #g-bottom .admod td {
        padding-top: 0!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;
    }
}