@import url('//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/************ TEMPLATE  ************
COLORS (Gradients? | Include RGBs)
Primary: Dark Blue 182A4C rgb(24,42,76)
Secondary: Light Blue (buttons) D2E3FF rgb(210,227,255)
Tertiary: Gold  BA8715 rgb(210,227,255)
- Faded blue behind menu: White at 15% opacity
-- Can use this blue behind the Welcome/QL & Widgets: 364968 rgb(54,73,104)

FONTS USED (Google)
Display: Playfair Display
Body: Open Sans

IMAGES (Opacity | Blur Radius)
- Header: 88% Opacity. 9px blur.
- Mass Times Container: 92% Opacity

************/

.site-1 {
    --primary-color: #182A4C;
    --secondary-color: #D2E3FF;
    --tertiary-color: #BA8715;

    --primary-rgb: 24,42,76;
    --secondary-rgb: 210,227,255;
    --tertiary-rgb: 186,135,21;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Playfair Display', serif;
    --body-font-family: 'Open Sans', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);

    --hero-title-left-position: 5%;

    --mt-background-color: rgba(255,255,255,.92);
    --mt-border-radius: 0;
}

.site-1 .ql-fa-toplinks {
    --ql-icon-color: var(--primary-color);
    --ql-title-color: var(--primary-color);
}

h6 {
    color: #BA8715;
}

.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
    background: var(--primary-color);
    font-family: var(--body-font-family);
}

@media only screen and (min-width: 50.99rem) {
    .bulletin-page #g-container-main > .g-grid {
        padding-top: 2vw!important;
    }
}

/*************** ALL SITE *****************/
.item-image {display: none;}

:is(.site-1-home, .site-2-home, .site-3-home) #g-page-surround .g-content {
    padding: 0;
}

:is(.site-1-home, .site-2-home, .site-3-home) #g-page-surround .g-array-item-text {
    margin: 0;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section:not(#g-navigation, #g-container-footer, #g-copyright) .g-content:not(.g-blockcontent-subcontent-block-content) {
    margin: 0.625rem !important;
    padding: 1.5rem !important;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section:not(#g-navigation, #g-container-footer, #g-copyright) #grid-addpic .g-content {
    padding: 0 !important;
    margin: 0 !important;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section#g-container-main #g-aside .g-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 50.99rem) {
    :is(.site-1-home, .site-2-home) #g-top .modern-alert .g-joomla-articles {
        padding: 0 3% !important;
    }
}

/*SUB-PAGE GRIDS TEXT SPACING*/

@media (min-width: 50.99rem) {
    #site-grid.site-1-sub #g-mainbar > .g-grid:has([itemprop="articleBody"]) {
        padding: 2vw 0!important;
    }
    #site-grid.site-1-sub #g-mainbar > .g-grid:has([itemprop="articleBody"]) p {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }
}

@media only screen and (max-width: 50.99rem) {
    #site-grid.site-1-sub #g-mainbar > .g-grid:has([itemprop="articleBody"]) {
        padding: 2rem 0!important;
    }
}

/*****************************/

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-1 #g-offcanvas .g-social-items a {
        color: var(--secondary-color);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header.png') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
        z-index: 100;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(var(--primary-rgb),.88);
        backdrop-filter: blur(9px);
        --webkit-backdrop-filter: blur(9px);
    }
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(2) {
        padding: 1vw 3vw;
    }
    .site-1 #g-navigation .g-logo img {
        width: 85%;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header.png') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
        z-index: 100;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(var(--primary-rgb),.88);
        backdrop-filter: blur(9px);
        --webkit-backdrop-filter: blur(9px);
    }
}

@media only screen and (min-width: 50.99rem) {
    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }

    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--secondary-color);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color); 
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }
}
/*************** SLIDESHOW ****************/ 
.link-line {
    text-decoration: underline!important;
}

@media only screen and (min-width: 50.99rem) {
    .swiper-masstimes-overlay .mass-times-overlay {
        top: 2rem;
        bottom: 2rem;
        height: calc(var(--swiper-height) - 4rem);
        width: 27.5%;
    }
    .swiper-masstimes-overlay .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        border-bottom: none;
        margin-bottom: .5vw;
        font-weight: 400;
        font-size: 1.75vw;
        font-family: var(--title-font-family);
        color: var(--primary-color);
        text-transform: none;
        font-variant-caps: normal;
    }
    .swiper-masstimes-overlay .mass-times-overlay :is(p,li) {
        line-height: 1.7;
        font-size: 1.25vw;
        color: var(--primary-color);   
        margin-bottom: 2vw; 
        font-weight: 600;
    }
    .swiper-masstimes-overlay .mass-times-overlay a {
        color: var(--primary-color)!important;
    }
    .swiper-masstimes-overlay .mass-times-overlay a:hover {
        color: var(--tertiary-color)!important;
    }
    .swiper-masstimes-overlay .mass-times-overlay h1.mt-big-title {
        font-size: 3vw;
        font-family: var(--title-font-family);
        font-weight: 500;
        margin: 0;
        padding: 0;
        line-height: 1;
        color: var(--primary-color);
        border-bottom: 2px solid var(--tertiary-color);
        padding-bottom: .75vw;
        margin-bottom: .75vw;
    }

    .mt-box-button a.button {
        background: var(--tertiary-color);
        color: var(--default-white)!important;
        font-size: 1.5vw;
        line-height: 1;
        font-family: var(--title-font-family);
        font-weight: 400;
        width: 100%;
        padding: 1vw;
    }
    .mt-box-button a.button:hover {
        background: var(--primary-color);
        color: var(--default-white)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .swiper-masstimes-overlay .mass-times-overlay {
        height: fit-content;
    }
    .swiper-masstimes-overlay .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        border-bottom: none;
        margin-bottom: .5vw;
        font-weight: 400;
        font-size: 6vw;
        font-family: var(--title-font-family);
        color: var(--primary-color);
        text-transform: none;
        font-variant-caps: normal;
    }
    .swiper-masstimes-overlay .mass-times-overlay :is(p,li) {
        line-height: 1.7;
        font-size: 4vw;
        color: var(--primary-color);   
        margin-bottom: 2vw; 
        font-weight: 600;
    }
    .swiper-masstimes-overlay .mass-times-overlay a {
        color: var(--primary-color)!important;
    }
    .swiper-masstimes-overlay .mass-times-overlay a:hover {
        color: var(--tertiary-color)!important;
    }
    .swiper-masstimes-overlay .mass-times-overlay h1.mt-big-title {
        font-size: 8vw;
        font-family: var(--title-font-family);
        font-weight: 500;
        margin: 0;
        padding: 0;
        line-height: 1;
        color: var(--primary-color);
        border-bottom: 2px solid var(--tertiary-color);
        padding-bottom: .75vw;
        margin-bottom: .75vw;
    }

    .mt-box-button a.button {
        background: var(--tertiary-color);
        color: var(--default-white)!important;
        font-size: 5vw;
        line-height: 1;
        font-family: var(--title-font-family);
        font-weight: 400;
        width: 100%;
        padding: 1rem;
    }
    .mt-box-button a.button:hover {
        background: var(--primary-color);
        color: var(--default-white)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .swiper-masstimes-overlay .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        border-bottom: none;
        margin-bottom: 1rem;
        padding-bottom: .5rem;
        font-weight: 400;
    }
    .swiper-masstimes-overlay .mass-times-overlay :is(p,li) {
        line-height: 1.2rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 .fullwidth-swiper :is(.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"]) {
        padding: 0 1rem;
        background: rgba(255,255,255,.8);
        transition: .3s all ease-in-out;
        text-shadow: -1px 1px 3px var(--primary-color);
        color: var(--primary-color);
    }
    .site-1 .fullwidth-swiper :is(.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"]):hover {
        /*background: rgba(var(--primary-rgb),1);*/
        /*color: #abacab;*/
        text-shadow: -2px 2px 5px var(--secondary-color);
    }
    .site-1 .fullwidth-swiper .swiper-navigation div[class*="button-prev"] {
        left: 0;
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }
    .site-1 .fullwidth-swiper .swiper-navigation div[class*="button-next"] {
        right: 0;
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }
    .site-1 .fullwidth-swiper .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
        left: unset;
        right: 1rem;
        bottom: 1vw;
        transform: none;
        background: rgba(var(--primary-rgb),.7);
        border-radius: .5rem;
        backdrop-filter: blur(4px);
        flex-direction: row;
        gap: .5rem;
        padding: 1rem 2rem;
        border: 1px solid var(--default-white);
    }
    .site-1 .fullwidth-swiper :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet) {
        margin: 0;
        border: none;
        height: 40px;
        width: 40px;
    }
    .site-1 .fullwidth-swiper :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet):not(.swiper-pagination-bullet-active) {
        background: rgba(255,255,255,.5);
    }
    .site-1 .fullwidth-swiper :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active::after) {
        display: none!important;
    }
    .site-1 .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
        display: none!important;
    }
    .site-1 .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet::after {
        display: none!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-2-home #g-slideshow > .g-container {
        padding: 2vw 5%!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .swiper-overlay-text-img {
        margin: 0;
        padding: 0;
    }
    .swiper-overlay-text-img .swiper-container {
        overflow: visible!important;
    }
    /*.swiper-overlay-text-img .g-swiper .g-swiper-slider .swiper-slide {
        background: var(--default-white);
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        border-radius: 1rem;
    }*/
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > img {
        width: 66%!important;
        object-position: center;
        object-fit: cover;
        position: absolute;
        bottom: 0!important;
        top: 0!important;
        right: 0!important;
        left: unset!important;
        border-radius: 1rem!important;
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        z-index: 21;
        border: 1px solid var(--default-white);
    }
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide {
        width: calc(34% - 1.5vw)!important;
        margin: unset!important;
        left: 0!important;
        top: 0!important;
        bottom: 0!important;
        overflow: hidden;
        border-radius: 1rem!important;
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        background: url('/images/template/swiper-bg.jpg') 50% 50% no-repeat;
        border: 1px solid var(--primary-color);
        background-size: cover;
    }
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide > .slide-content-wrapper {
        background: var(--default-white);
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: relative;
    }
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide > .slide-content-wrapper > .slide-content {
        padding: 2vw 3vw!important;
        max-height: calc(100% - 4vw)!important;
        overflow: hidden;
    }
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide > .slide-content-wrapper > .slide-content > a.button {
        position: absolute;
        bottom: calc(3vw + 26px);
        left: 3vw;
        text-transform: uppercase;
        font-size: 1.5vw;
        line-height: 1.5vw;
        letter-spacing: 2px;
        border-radius: 0;
        border: 2px solid var(--default-white);
        background: transparent;
        transition: .3s all ease-in-out;
        color: var(--default-white);
    }
    #g-slideshow .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide > .slide-content-wrapper > .slide-content > a.button:hover {
        background: var(--secondary-color);
        color: var(--default-white)!important;
    }
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide > .slide-content-wrapper > .slide-content > .g-swiper-title {
        margin: 0;
        padding: 0;
        text-align: left;
        /*border-bottom: 2px solid var(--default-black);*/
        color: var(--default-black);
        font-family: var(--title-font-family);
        margin-bottom: 1vw;
        padding-bottom: .5vw;
        font-size: 2.25vw;
        line-height: 2.25vw;
        font-weight: 700;
        text-transform: none;
        /*font-style: italic;*/
        letter-spacing: 2px;
    }
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide > .slide-content-wrapper > .slide-content > .g-swiper-text {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 1.25vw;
        line-height: 1.5vw;
        font-weight: 400;
        letter-spacing: 2px;
        color: var(--default-black);
    }
    .swiper-overlay-text-img :is(.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"]) {
        text-shadow: var(--default-text-shadow);
    }
    .swiper-overlay-text-img .swiper-navigation div[class*="button-next"] {
        right: 0;
    }
    .swiper-overlay-text-img .swiper-navigation div[class*="button-prev"] {
        left: 34%;
    }
    .swiper-overlay-text-img :is(.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"]) {
        padding: 0 1rem;
        background: rgba(255,255,255,.8);
        transition: .3s all ease-in-out;
        text-shadow: -1px 1px 3px var(--primary-color);
        color: var(--primary-color);
    }
    .swiper-overlay-text-img :is(.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"]):hover {
        /*background: rgba(var(--primary-rgb),1);*/
        /*color: #abacab;*/
        text-shadow: -2px 2px 5px var(--secondary-color);
    }
    .swiper-overlay-text-img .swiper-navigation div[class*="button-prev"] {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }
    .swiper-overlay-text-img .swiper-navigation div[class*="button-next"] {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }
    .swiper-overlay-text-img .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
        left: unset;
        right: 1rem;
        bottom: 1vw;
        transform: none;
        background: rgba(var(--primary-rgb),.7);
        border-radius: .5rem;
        backdrop-filter: blur(4px);
        flex-direction: row;
        gap: .5rem;
        padding: .5rem 1rem;
        border: 1px solid var(--default-white);
    }
    .swiper-overlay-text-img :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet) {
        margin: 0;
        border: none;
        height: 40px;
        width: 40px;
    }
    .swiper-overlay-text-img :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet):not(.swiper-pagination-bullet-active) {
        background: rgba(255,255,255,.5);
    }
    .swiper-overlay-text-img :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active::after) {
        display: none!important;
    }
    .swiper-overlay-text-img .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
        display: none!important;
    }
    .swiper-overlay-text-img .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet::after {
        display: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .swiper-overlay-text-img {
        margin: 0;
        padding: 0;
    }
    .swiper-overlay-text-img .swiper-container {
        overflow: visible!important;
    }
    .swiper-overlay-text-img .g-swiper .g-swiper-slider .swiper-slide {
        background: var(--default-white);
        /*box-shadow: 0px 0px 10px rgba(0,0,0,.5);*/
        border-radius: 1rem;
        display: flex;
        flex-direction: column;
    }
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > img {
        width: 100%!important;
        height: 56vw!important;
        object-position: center;
        object-fit: cover;
        position: absolute;
        bottom: 0!important;
        top: 0!important;
        right: 0!important;
        left: unset!important;
        /*border-radius: 1rem!important;*/
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        z-index: 21;
        /*border: 1px solid var(--primary-color);*/
    }
    .site-2-home .swiper-overlay-text-img > .g-content > #swiper-7711.g-swiper > .g-swiper-slider.swiper-wrapper {
        height: fit-content!important;
    }
    .site-2-home #swiper-6022 .g-swiper-slider {
        height: fit-content!important;
    }
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide {
        width: calc(100% - 2rem)!important;
        height: 70vw!important;
        margin: unset!important;
        left: 0!important;
        top: 0!important;
        bottom: 0!important;
        margin-top: calc(56vw + 1rem)!important;
        margin-left: 1rem!important;
        margin-right: 1rem!important;
        margin-bottom: 1rem!important;
        position: relative!important;
        overflow: hidden;
        border-radius: 1rem!important;
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        /*background: url('/images/template/swiper-bg.jpg') 50% 50% no-repeat;*/
        background-size: cover;
    }
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide > .slide-content-wrapper {
        background: var(--default-white)!important;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: relative;
    }
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide > .slide-content-wrapper > .slide-content {
        padding: 2vw 3vw!important;
        max-height: calc(100% - 4vw)!important;
        overflow: hidden;
        width: 100%;
    }
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide > .slide-content-wrapper > .slide-content > a.button {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        text-transform: uppercase;
        font-size: 1rem;
        line-height: 1rem;
        letter-spacing: 2px;
        border-radius: 0;
        border: 2px solid var(--default-white);
        background: transparent;
        transition: .3s all ease-in-out;
        color: var(--default-white);
    }
    #g-slideshow .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide > .slide-content-wrapper > .slide-content > a.button:hover {
        background: var(--secondary-color);
        color: var(--default-white)!important;
    }
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide > .slide-content-wrapper > .slide-content > .g-swiper-title {
        margin: 0;
        padding: 0;
        text-align: left;
        border-bottom: 2px solid var(--default-white);
        margin-bottom: 1vw;
        padding-bottom: .5vw;
        font-size: 1.5rem;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: var(--default-black);
    }
    .swiper-overlay-text-img .g-swiper-slider > .swiper-slide > .slide > .slide-content-wrapper > .slide-content > .g-swiper-text {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: .9rem;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        color: var(--default-black);
    }
    .swiper-overlay-text-img :is(.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"]) {
        text-shadow: var(--default-text-shadow);
    }
    .swiper-overlay-text-img .swiper-navigation div[class*="button-next"] {
        right: 1rem;
        top: 28vw;
        /*transform: translateY(-27vw);*/
    }
    .swiper-overlay-text-img .swiper-navigation div[class*="button-prev"] {
        left: 1rem;
        top: 28vw;
        /*transform: translateY(-27vw);*/
    }
    .swiper-overlay-text-img .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
        left: 3vw;
        right: unset;
        bottom: 2vw;
        transform: none;
        /*background: rgba(var(--primary-rgb),.6);*/
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
        /*backdrop-filter: blur(4px);*/
        flex-direction: row;
        gap: .5rem;
        padding: 1rem;
        max-width: calc(34% - 6vw);
    }
    .swiper-overlay-text-img :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet) {
        margin: 0;
        border: none;
        height: 26px;
        width: 26px;
    }
    .swiper-overlay-text-img :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet):not(.swiper-pagination-bullet-active) {
        background: rgba(255,255,255,.5);
    }
    .swiper-overlay-text-img :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active::after) {
        display: none!important;
    }
    .swiper-overlay-text-img .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
        display: none!important;
    }
    .swiper-overlay-text-img .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet::after {
        display: none!important;
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 3vw 5%!important;
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }

    .welcome-wrapper {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .welcome-wrapper .welcome-title {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 2vw;
        justify-content: center;
        align-items: center;
    }
    .welcome-wrapper .welcome-title:before, .welcome-title:after {
        content: '';
        border-bottom: 2px solid var(--tertiary-color);
        height: 2px;
        width: 50%;
    }
    .welcome-wrapper .welcome-title h1 {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: var(--title-font-family);
        text-align: center;
        line-height: 1;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        font-size: 3.5vw;
    }
    .welcome-wrapper .welcome-text {
        margin: 0;
        padding: 0;
    }
    .welcome-wrapper .welcome-text p {
        margin: 0;
        padding: 0;
        text-align: center;
        color: var(--default-white);
        font-size: 1.25vw;
    }
    .welcome-wrapper .welcome-buttons {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2vw;
    }
    .welcome-wrapper .welcome-buttons .button {
        background: var(--secondary-color);
        color: var(--primary-color);
        width: 20%;
        padding: 1vw;
        font-family: var(--title-font-family);
        font-size: 1.5vw;
        border-radius: 0;
        box-shadow: var(--default-box-shadow);
    }
    .welcome-wrapper .welcome-buttons .button:hover {
        transform: scale(1.05);
    }

    .ql-inner-box {
        --ql-background-color: var(--tertiary-color);
        --ql-background-hover: rgba(var(--tertiary-rgb),.8);
    }

    .ql-inner-box .g-blockcontent-subcontent {
        gap: 2vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 2rem 1rem!important;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .welcome-wrapper {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .welcome-wrapper .welcome-title {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }
    .welcome-wrapper .welcome-title:before, .welcome-title:after {
        content: '';
        border-bottom: 2px solid var(--tertiary-color);
        height: 2px;
        width: 50%;
    }
    .welcome-wrapper .welcome-title h1 {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: var(--title-font-family);
        text-align: center;
        line-height: 1;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        font-size: 6vw;
    }
    .welcome-wrapper .welcome-text {
        margin: 0;
        padding: 0;
    }
    .welcome-wrapper .welcome-text p {
        margin: 0;
        padding: 0;
        text-align: center;
        color: var(--default-white);
        font-size: 4vw;
    }
    .welcome-wrapper .welcome-buttons {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    .welcome-wrapper .welcome-buttons .button {
        background: var(--secondary-color);
        color: var(--primary-color);
        width: 100%;
        padding: 1rem;
        font-family: var(--title-font-family);
        font-size: 5vw;
        border-radius: 0;
        box-shadow: var(--default-box-shadow);
    }
    .welcome-wrapper .welcome-buttons .button:hover {
        transform: scale(1.05);
    }

    .ql-inner-box {
        --ql-background-color: var(--tertiary-color);
        --ql-background-hover: rgba(var(--tertiary-rgb),.8);
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 3vw 5%!important;
    }
    .site-1-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 5vw;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-mainbar) {
        flex: 80;
        width: unset;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-aside) {
        flex: 20;
        width: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-aside {
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }

    .site-1-home .ph-sidepics-5 .g-array-item-image {
        max-width: 15vw;
    }

    .site-1-home #g-mainbar {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }

    .site-1-home #g-mainbar .g-title {
        color: var(--default-white);
        font-size: 3.5vw;
        font-family: var(--title-font-family);
        font-weight: 400;
        border-bottom: 2px solid var(--tertiary-color);
        margin-bottom: 1vw;
        text-transform: none;
        font-variant-caps: normal;
    }

    .news-button .button {
        padding: 1vw 4vw;
        background: var(--tertiary-color);
        color: var(--default-white);
        font-family: var(--title-font-family);
        box-shadow: var(--default-box-shadow);
        border-radius: 0;
        font-size: 1.25vw;
    }
    .news-button .button:hover {
        transform: scale(1.05);
    }

    .fn-wrapper {
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }
    .fn-box .g-title {
        color: var(--default-white);
        font-size: 2vw;
        font-family: var(--title-font-family);
        font-weight: 400;
        border-bottom: 2px solid var(--tertiary-color);
        margin-bottom: 1vw;
    }

    .fn-box p {
        font-size: 1.25vw;
        color: var(--default-white);
    }
    .fn-bulletin-button-box .button {
        width: 100%;
        padding: 3vw 1vw;
        color: var(--primary-color);
        background: var(--secondary-color);
        border-radius: 0;
        box-shadow: var(--default-box-shadow);
        font-family: var(--title-font-family);
        font-weight: 500;
        font-size: 1.5vw;
    }
    .fn-bulletin-button-box .button:hover {
        transform: scale(1.05);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-mainbar {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .site-1-home #g-mainbar .g-title {
        color: var(--default-white);
        font-size: 8vw;
        font-family: var(--title-font-family);
        font-weight: 400;
        border-bottom: 2px solid var(--tertiary-color);
        margin-bottom: .5rem;
        text-transform: none;
        font-variant-caps: normal;
        text-align: center;
    }

    .news-button .button {
        padding: 1rem;
        background: var(--tertiary-color);
        color: var(--default-white);
        font-family: var(--title-font-family);
        box-shadow: var(--default-box-shadow);
        border-radius: 0;
        font-size: 5vw;
    }
    .news-button .button:hover {
        transform: scale(1.05);
    }

    .fn-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }
    .fn-box .g-title {
        color: var(--default-white);
        font-size: 8vw;
        font-family: var(--title-font-family);
        font-weight: 400;
        border-bottom: 2px solid var(--tertiary-color);
        margin-bottom: .5rem;
        text-align: center;
    }

    .fn-box p {
        font-size: 4vw;
        color: var(--default-white);
    }
    .fn-bulletin-button-box .button {
        width: 100%;
        padding: 1rem;
        color: var(--primary-color);
        background: var(--secondary-color);
        border-radius: 0;
        box-shadow: var(--default-box-shadow);
        font-family: var(--title-font-family);
        font-weight: 500;
        font-size: 5vw;
    }
    .fn-bulletin-button-box .button:hover {
        transform: scale(1.05);
    }
}

@media only screen and (min-width: 50.99rem) {
    .ph-sidepics-5 {
        margin: 0;
        padding: 0;
    }
    .ph-sidepics-5 > .g-content {
        margin: 0;
        padding: 0;
    }
    .ph-sidepics-5 .g-content-array {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 2vw;
        padding-bottom: 1vw;
        border-bottom: 2px solid var(--tertiary-color);
    }
    .ph-sidepics-5 .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        position: relative;
        transition: .3s all ease-in-out;
    }
    .ph-sidepics-5 .g-content-array > .g-grid:hover {
        transform: scale(1.05);
    }
    .ph-sidepics-5 .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .ph-sidepics-5 .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .ph-sidepics-5 .g-array-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1.5vw;
        transition: .3s all ease-in-out;
    }
    .ph-sidepics-5 .g-array-item-image {
        margin: 0;
        padding: 0;
        order: 1;
        flex: 40;
        max-width: 20vw;
        transition: .3s all ease-in-out;
    }
    .ph-sidepics-5 .g-array-item-image a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        pointer-events: none!important;
    }
    .ph-sidepics-5 .g-array-item-image img {
        margin: 0;
        padding: 0;
        width: 100%;
        object-position: center;
        object-fit: cover;
        aspect-ratio: 16/9;
        transition: .3s all ease-in-out;
        border-radius: 0;
        box-shadow: var(--default-box-shadow);
    }
    .ph-sidepics-5.ph-uw .g-array-item-image img {
        aspect-ratio: 3.6/1!important;
    }
    .ph-sidepics-5.ph-sw .g-array-item-image img {
        aspect-ratio: 2.39/1!important;
    }
    .ph-sidepics-5.ph-wide .g-array-item-image img {
        aspect-ratio: 16/9!important;
    }
    .ph-sidepics-5.ph-standard .g-array-item-image img {
        aspect-ratio: 4/3!important;
    }
    .ph-sidepics-5.ph-square .g-array-item-image img {
        aspect-ratio: 1/1!important;
    }
    .ph-sidepics-5.ph-portrait .g-array-item-image img {
        aspect-ratio: 3/4!important;
    }
    .ph-sidepics-5 .g-array-item-content {
        margin: 0;
        padding: 0;
        order: 2;
        flex: 60;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        transition: .3s all ease-in-out;
    }
    .ph-sidepics-5 .g-array-item-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .ph-sidepics-5 .g-item-title {
        margin: 0;
        padding: 0;
        font-size: 2vw;
        color: var(--default-white);
        line-height: 1.25;
        font-family: var(--title-font-family);
        letter-spacing: 1px;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        transition: .3s all ease-in-out;
        font-weight: 400;
    }
    .ph-sidepics-5 .g-item-title a {
        margin: 0;
        padding: 0;
        font-size: 2vw;
        color: var(--default-white);
        line-height: 1.25;
        font-family: var(--title-font-family);
        letter-spacing: 1px;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        transition: .3s all ease-in-out;
        pointer-events: none!important;
        font-weight: 400;
    }
    .ph-sidepics-5 .g-array-item-text {
        margin: 0;
        padding: 0;
        font-size: 1.25vw;
        color: var(--default-white);
        font-family: var(--body-font-family);
        transition: .3s all ease-in-out;
    }
    .ph-sidepics-5 .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-sidepics-5 .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 (min-width: 50.99rem) {
    .site-1-sub #g-mainbar {
        min-height: 30vh;
    }
}

@media only screen and (max-width: 50.99rem) {
    :is(.site-1-sub, .site-2-sub) #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
}

/*************** EXPANDED *****************/ 
/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension > .g-container {
        padding: 3vw 5% 5vw 5%!important;
    }

    .home-media-wrapper {
        display: flex;
        flex-direction: row;
        gap: 3vw;
        flex-wrap: wrap;
    }
    .home-media-wrapper > div {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
        background: var(--primary-color);
        padding: 1vw;
        border-radius: .5rem;
    }
    .home-media-wrapper .media-sotd-feed {
        height: 47vw;
        width: 100%;
        background: var(--default-white);
        padding: .75vw;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    .home-media-wrapper .media-sotd-feed .media-sotd-image {
        border-radius: .5rem;
        overflow: hidden;
    }
    .home-media-wrapper .media-sotd-feed .media-sotd-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 4/3;
        object-position: center;
        object-fit: cover;
    }
    .home-media-wrapper .media-sotd-feed .g-title {
        color: var(--primary-color);
        margin: 0;
        padding: 0;
        line-height: 1;
        font-size: 3vw;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        font-weight: 700;
        font-family: var(--title-font-family);
    }
    .home-media-wrapper .media-sotd-feed .newsfeed {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .home-media-wrapper .media-sotd-feed .newsfeed > li {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    .home-media-wrapper .media-sotd-feed .newsfeed > li .feed-link {
        color: var(--primary-color);
        font-weight: 700;
        font-family: var(--body-font-family);
        font-size: 1.25vw;
    }
    .home-media-wrapper .media-sotd-feed .newsfeed > li .feed-item-description {
        color: var(--default-black);
        font-weight: 500;
        font-family: var(--body-font-family);
        font-size: 1.1vw;
    }
    .home-media-wrapper .media-formed-img {
        height: 47vw;
        width: auto;
        display: flex;
    }
    .home-media-wrapper .media-ascension-feed {
        height: 47vw;
        width: 100%;
    }
    .home-media-wrapper .media-ascension-feed img {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .home-media-wrapper .media-ascension-feed iframe {
        height: 100%;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .home-media-wrapper .media-button .button {
        width: 100%;
        padding: 1vw;
        color: var(--default-white);
        font-size: 1.5vw;
        font-family: var(--title-font-family);
        text-align: center;
        text-transform: none;
        font-variant-caps: normal;
        background: var(--tertiary-color);
        border-radius: .5rem;
        box-shadow: var(--default-box-shadow);
        font-weight: 700;
    }
    .home-media-wrapper .media-button .button:hover {
        transform: scale(1.05);
    }

    .home-media-wrapper > div.home-media-buttons {
        width: 100%;
        flex: unset;
        background: none;
        display: flex;
        flex-direction: row;
        gap: 4vw;
        padding: 0;
    }
    .home-media-wrapper > div.home-media-buttons .home-media-button-item {
        background: var(--primary-color);
        padding: 1vw;
        border-radius: .5rem;
        flex: 1;
    }
    .home-media-wrapper > div.home-media-buttons .home-media-button-item .button {
        background: var(--secondary-color);
        color: var(--primary-color);
        font-family: var(--title-font-family);
        font-size: 2.5vw;
        font-weight: 600;
        padding: 2vw;
        width: 100%;
    }
    .home-media-wrapper > div.home-media-buttons .home-media-button-item .button:hover {
        transform: scale(1.05);
    }
    .home-media-wrapper .media-calendar-wrapper iframe {
        height: 47vw;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        overflow: hidden;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension > .g-container {
        padding: 2rem 1rem!important;
    }

    .home-media-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .home-media-wrapper > div {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .home-media-wrapper .media-sotd-feed {
        width: 100%;
        background: var(--default-white);
        padding: .75rem;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .home-media-wrapper .media-sotd-feed .media-sotd-image {
        border-radius: .5rem;
        overflow: hidden;
    }
    .home-media-wrapper .media-sotd-feed .media-sotd-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 4/3;
        object-position: center;
        object-fit: cover;
    }
    .home-media-wrapper .media-sotd-feed .g-title {
        color: var(--primary-color);
        margin: 0;
        padding: 0;
        line-height: 1;
        font-size: 7vw;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        font-weight: 700;
        font-family: var(--title-font-family);
    }
    .home-media-wrapper .media-sotd-feed .newsfeed {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .home-media-wrapper .media-sotd-feed .newsfeed > li {
        display: flex;
        flex-direction: column;
        gap: .5rem;
    }
    .home-media-wrapper .media-sotd-feed .newsfeed > li .feed-link {
        color: var(--primary-color);
        font-weight: 700;
        font-family: var(--body-font-family);
        font-size: 5vw;
    }
    .home-media-wrapper .media-sotd-feed .newsfeed > li .feed-item-description {
        color: var(--default-black);
        font-weight: 500;
        font-family: var(--body-font-family);
        font-size: 4vw;
    }
    .home-media-wrapper .media-formed-img {
        width: auto;
        display: flex;
    }
    .home-media-wrapper .media-ascension-feed {
        height: 150vw;
        width: 100%;
    }
    .home-media-wrapper .media-ascension-feed img {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .home-media-wrapper .media-ascension-feed iframe {
        height: 100%;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .home-media-wrapper .media-button .button {
        width: 100%;
        padding: 1rem;
        color: var(--primary-color);
        font-size: 5vw;
        font-family: var(--title-font-family);
        text-align: center;
        text-transform: none;
        font-variant-caps: normal;
        background: var(--default-white);
        border-radius: .5rem;
        box-shadow: var(--default-box-shadow);
        font-weight: 700;
    }
    .home-media-wrapper .media-button .button:hover {
        transform: scale(1.05);
    }
}

/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 0 0 2vw 0!important;
    }
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
    .site-1 #g-bottom .admod {
        position: relative;
        z-index: 10;
        margin-top: -37.5px!important;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white); transition: .3s all ease-in-out;} 
#g-footer a:hover {opacity: .5;}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-footer > .g-container {
        padding: 4vw 5%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer > .g-container {
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .footer-wrapper .footer-row {
        display: flex;
        flex-direction: row;
        gap: 3vw;
        justify-content: center;
        align-items: flex-start;
    }
    .footer-wrapper .footer-row > div:nth-child(1) {
        flex: 32;
    }
    .footer-wrapper .footer-row > div:nth-child(2) {
        flex: 20;
    }
    .footer-wrapper .footer-row > div:nth-child(3) {
        flex: 30;
    }
    .footer-wrapper .footer-row > div {
        display: flex;
        flex-direction: row;
        gap: 1vw;
        align-items: flex-start;
    }

    .footer-color-title {
        color: var(--tertiary-color)!important;
    }

    .footer-address-content > div {
        display: flex;
        flex-direction: row;
        gap: 1vw;
        align-items: flex-start;
    }

    .footer-wrapper h1 {
        color: var(--tertiary-color);
        font-size: 2vw;
        font-weight: 500;
        font-family: var(--title-font-family);
        line-height: 1.2;
        margin: 0;
        padding-bottom: 1vw;
    }
    .footer-wrapper p {
        font-size: 1.25vw;
        line-height: 1.7;
    }
    .footer-poh-box:before {
        content: '\f017';
        font-family: 'Font Awesome 6 Free';
        font-size: 2vw;
        color: var(--default-white);
        font-weight: 900;
    }
    .footer-poutoh-box:before {
        content: '\f017';
        font-family: 'Font Awesome 6 Free';
        font-size: 2vw;
        color: var(--default-white);
        font-weight: 900;
    }
    .footer-ffoh-box:before {
        content: '\f017';
        font-family: 'Font Awesome 6 Free';
        font-size: 2vw;
        color: var(--default-white);
        font-weight: 900;
    }
    .footer-num-info:before {
        content: '\f095';
        font-family: 'Font Awesome 6 Free';
        font-size: 2vw;
        color: var(--default-white);
        font-weight: 900;
    }
    .footer-address-info:before {
        content: '\f3c5';
        font-family: 'Font Awesome 6 Free';
        font-size: 2vw;
        color: var(--default-white);
        font-weight: 900;
    }
    .footer-address-num:before {
        content: '\f095';
        font-family: 'Font Awesome 6 Free';
        font-size: 2vw;
        color: var(--default-white);
        font-weight: 900;
    }
}

@media only screen and (max-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .footer-wrapper .footer-row {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-items: flex-start;
    }
    .footer-wrapper .footer-row > div:nth-child(1) {
        flex: 32;
    }
    .footer-wrapper .footer-row > div:nth-child(2) {
        flex: 20;
    }
    .footer-wrapper .footer-row > div:nth-child(3) {
        flex: 30;
    }
    .footer-wrapper .footer-row > div {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: flex-start;
    }

    .footer-color-title {
        color: var(--tertiary-color)!important;
    }

    .footer-address-content > div {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: flex-start;
    }

    .footer-wrapper h1 {
        color: var(--tertiary-color);
        font-size: 6vw;
        font-weight: 500;
        font-family: var(--title-font-family);
        line-height: 1.2;
        margin: 0;
        padding-bottom: .5rem;
    }
    .footer-wrapper p {
        font-size: 5vw;
        line-height: 1.7;
    }
    .footer-poh-box:before {
        content: '\f017';
        font-family: 'Font Awesome 6 Free';
        font-size: 6vw;
        color: var(--default-white);
        font-weight: 900;
    }
    .footer-poutoh-box:before {
        content: '\f017';
        font-family: 'Font Awesome 6 Free';
        font-size: 6vw;
        color: var(--default-white);
        font-weight: 900;
    }
    .footer-ffoh-box:before {
        content: '\f017';
        font-family: 'Font Awesome 6 Free';
        font-size: 6vw;
        color: var(--default-white);
        font-weight: 900;
    }
    .footer-num-info:before {
        content: '\f095';
        font-family: 'Font Awesome 6 Free';
        font-size: 6vw;
        color: var(--default-white);
        font-weight: 900;
    }
    .footer-address-info:before {
        content: '\f3c5';
        font-family: 'Font Awesome 6 Free';
        font-size: 6vw;
        color: var(--default-white);
        font-weight: 900;
    }
    .footer-address-num:before {
        content: '\f095';
        font-family: 'Font Awesome 6 Free';
        font-size: 6vw;
        color: var(--default-white);
        font-weight: 900;
    }
}

/*************** COPYRIGHT ****************/ 
@media only screen and (max-width: 50.99rem) {
    .web-policy {
        justify-content: flex-end;
        padding-right: 10px;
    }
    .site-1 .adminfootericon {
        bottom: 40px
    }

    .site-2 .adminfootericon {
        bottom: 40px
    }
}

/*************** MODULES ******************/
.moduletable .nav.menu, .moduletable .unstyled {background: var(--primary-color);} 
.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {    
    color: var(--primary-color); 
    background: var(--secondary-color);
} 
/*************** SECTIONS *****************/
/*************** MOBILE *******************/

.g-offcanvas-toggle {
  background: var(--default-white);
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: var(--default-box-shadow);
}

/*************** ADS **********************/

@media only screen and (min-width: 50.99rem) {
    #site-grid #g-container-main {
        padding-bottom: 3vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .grid.ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .grid.ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 2vw;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}

@media only screen and (max-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}

@media only screen and (min-width: 50.99rem) {
    .bulletin-page #g-mainbar > .g-grid:nth-child(1) {
        display: none!important;
    }
    .bulletin-page .docman_category {
        display: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .bulletin-page #g-mainbar > .g-grid:nth-child(1) {
        display: none!important;
    }
    .bulletin-page .docman_category {
        display: none!important;
    }
}

/* Image Paths for Particle Template */
/* All images used in the particle template need to be updated here */

.style-1303 #g-footer:has([class*="-1303"]) {background-image: url('/images/template/parallax1.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat;}

@media (min-width: 50.99rem) {
  .style-201 .g-container:has([class*="-201"]) {background-image: url('/images/template/header-church-transparent-background.png'); background-position: center; background-size: cover; background-repeat: no-repeat;}
  .style-202 .g-container:has([class*="-202"]) {background-image: url("/images/template/header-church-transparent-background.png"); background-position: center; background-size: cover; background-repeat: no-repeat;}
  .style-301 .mass-times-301 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-303 .mass-times-303 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-304 .mass-times-304 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-305 .mass-times-305 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-1001 :is(#g-navigation, #g-slideshow, #g-header, #g-above, #g-feature, #g-showcase, #g-utility, #g-container-main, #g-expanded, #g-extension, #g-bottom, #g-footer, #g-copyright):has([class*="-1001"]) {background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;}
  .mockup-ads.particle-template .g-block:has(div.adside) .adside {background-image: url("/images/template/side-ads.png");}
  .mockup-ads.particle-template .adhorizontal {background-image: url("/images/template/horizontal-ads.png");}
}

@media (max-width: 50.99rem) {
   .mockup-ads.particle-template .g-block:has(div.adside) .adside {background-image: url("/images/template/side-ads.png");}
   .mockup-ads.particle-template .adhorizontal {background-image: url("/images/template/horizontal-ads-mobile.png");}
}

@media only screen and (min-width: 50.99rem) {
    body[class*="-sub"] #g-mainbar.section-padding-5 > .g-grid > .g-block > .g-content {
        margin: 0!important;
        padding: 0!important;
    }
    body[class*="-sub"] #g-mainbar.section-padding-5:has(.page-header) > .g-grid > .g-block > .g-content {
        margin: .625rem 0!important;
        padding: 1.5rem 0!important;
    }
    body[class*="-sub"] #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) {
        margin: 0!important;
        padding: 0 5%!important;
    }
    body[class*="-sub"] #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) #g-mainbar.section-padding-5 {
        margin: 0!important;
        padding: 0!important
    }
    body[class*="-sub"] #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) #g-mainbar.section-padding-5 > .g-grid > .g-block > .g-content {
        margin: 0!important;
        padding: 0 5% 0 0!important;
    }
    body[class*="-sub"] #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) #g-mainbar.section-padding-5:has(.page-header) > .g-grid > .g-block > .g-content {
        margin: .625rem 0!important;
        padding: 1.5rem 5% 1.5rem 0!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    body[class*="-sub"] #g-mainbar.section-padding-5 > .g-grid > .g-block > .g-content {
        margin: 0!important;
        padding: 0!important;
    }
}

/*  */

@media only screen and (min-width: 50.99rem) {
    #g-top-nav {
        display: none!important;
    }
    #g-mobile-fixed-nav {
        display: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-top-nav {
        display: none!important;
    }
    #g-mobile-fixed-nav {
        display: none!important;
    }
}

body {background-color: var(--primary-color);}
@media only screen and (max-width: 50.99rem) {
@media (display-mode: standalone) {
    #g-top-nav {
        display: flex!important;
    }
    #g-mobile-fixed-nav {
        display: flex!important;
    }
    #g-top.modern-alert-padding {
        padding: 2rem 5%!important;
    }
    body {background-color: var(--primary-color);}
    #g-offcanvas {height: calc(100% - 120pt); top: 40pt; bottom: 80pt;}
    #g-top {margin-top: 40pt!important;}
    #g-navigation .g-logo {display: none;}
    #g-top-nav .g-particle:has(.g-logo) {width: 100%;}
    #g-top-nav .g-logo {text-align: center; display: flex; align-items: center; justify-content: center; width: 100%; height: 40pt;}
    #g-top-nav .g-logo img {height: 80%; width: auto;}
    #g-page-surround .g-offcanvas-toggle {display: none;}
    #g-page-surround {background: var(--primary-color);}
    #g-top-nav {display: flex; position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 40pt; background: var(--primary-color); z-index: 100; box-shadow: var(--default-box-shadow);}
    .g-offcanvas-toggle {position: fixed!important; z-index: 101; top: 0; left: 10pt; height: 40pt; font-size: 23pt; display: flex; justify-content: center; align-items: center; background: none!important; border-radius: unset; box-shadow: unset;}
    .g-offcanvas-toggle {color: var(--default-white);} 
    .g-offcanvas-toggle .fa-fw {text-shadow: none;}
    #g-container-footer {padding-bottom: 80pt!important;}
    #g-mobile-fixed-nav {display: flex; height: 80pt; background: var(--primary-color); color: var(--default-white); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 100; position: fixed; bottom: 0; left: 0; right: 0; width: 100%; box-shadow: var(--default-box-shadow)}
    .mobile-nav-link {color: var(--default-white); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; height: 60pt;}
    .mobile-nav-link:hover {color: var(--secondary-color);}
    .mobile-fixed-nav {width: 100%; height: 60pt;}

    .mobile-fixed-nav {
        margin: 0;
        padding: 0;
        display: flex;
        width: 100%;
        align-items: center;
        overflow: hidden;
    }
    .mobile-fixed-nav .g-particle {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .mobile-fixed-nav .g-particle > div {
        margin: 0;
        padding: 0;
    }
    .mobile-fixed-nav .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1pt;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        position: relative;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-title-icon {
        margin: 0;
        padding: 0;
        order: 1;
        color: var(--default-white);
        font-size: 5vw;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        order: 2;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: 4vw;
        font-family: var(--body-font-family);
    }
    .mobile-fixed-nav .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .mobile-fixed-nav .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}
}