@import url('//fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/************ TEMPLATE  ************
Notes:
- Menu and Quicklinks are accurate and in the correct order
- Anything that lists a committee on the site, we can leave those off and they can add them in later. (If I heard this correctly)

REVISIONS (Outside of Mockup)

COLORS (Gradients? | Include RGBs)
Primary: Dark Blue 2c5484 rgb(44,84,132)
Secondary: Lighter Blue 3d7db2  rgb(61,125,178)
Tertiary:  Gold for hover 7a6f40 rgb(122,111,64)

BG: #FCECD6 rgba(252,236,214)

FONTS USED (Google)
Display: Lora
Body: Open Sans

IMAGES (Opacity | Blur Radius)
- Header: 80% Opacity
- Mass Times box: 90% Opacity
- QLs:  88% Opacity
- BG Widgets: 94% Opacity
************/

.site-1 {
    --primary-color: #2c5484;
    --secondary-color: #3d7db2;
    --tertiary-color: #7a6f40;

    --primary-rgb: 44,84,132;
    --secondary-rgb: 61,125,178;
    --tertiary-rgb: 122,111,64;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Lora', 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,.90);
    --mt-border-radius: 0;

}

a {color: #3a77c1;}

:is(.site-1, .site-2, .site-3, .site-4, .site-5, .site-6, .site-7, .site-8, .site-9, .site-10).sponsorshippage .buy-page {
    --primary-color: #2c5484;
    --secondary-color: #3d7db2;
    --tertiary-color: #7a6f40;

    --primary-rgb: 44,84,132;
    --secondary-rgb: 61,125,178;
    --tertiary-rgb: 122,111,64;

    --default-white: #ffffff;
    --default-black: #000000;
}

.site-1 .ql-fa-toplinks {
    --ql-icon-color: var(--primary-color);
    --ql-title-color: var(--primary-color);
    --ql-icon-hover: var(--default-white);
    --ql-title-hover: var(--default-white);
}

.site-1 .ql-inner-box {
    --ql-background-color: rgba(var(--primary-rgb),.88);
    --ql-background-hover: rgba(var(--primary-rgb),.68);
}

.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);
}

.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(--primary-color);
}

/*************** ALL SITE *****************/
.item-image {display: none;}

.g-container {
    width: 100%;
}

#g-mainbar .moduletable {
    margin: 0;
}

: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;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(252,236,214,.8)
    }

    .site-1 #g-navigation .g-logo img {
        width: 100%;
    }

    .site-1 #g-navigation > .g-container > .g-grid:has(.ql-fa-toplinks) {
        padding: 2vw 3vw!important;
    }
}

@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;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(252,236,214,.8)
    }
}

@media only screen and (min-width: 50.99rem) {
    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: clamp(1.15rem, 1.25vw, 2rem);
        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: clamp(1.15rem, 1.25vw, 2rem);
        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: clamp(1.25rem, 1.25vw, 2rem);
    }
    .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;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: flex;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent {
        align-items: flex-start!important;
    }

    .grid-no-class .g-content-array {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
}

/*************** SLIDESHOW ****************/ 
@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%;
        left: unset;
        right: 4vw;
    }
    .swiper-masstimes-overlay .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        border-bottom: none;
        margin-bottom: .5vw;
        font-weight: 700;
        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(h1,h2,h3,h4,h5,h6).mt-big-title {
        font-size: 3vw;
        border-bottom: 2px solid var(--primary-color);
    }
    .swiper-masstimes-overlay .mass-times-overlay :is(p,li) {
        font-size: 1vw;
        line-height: 1.5;
        color: var(--primary-color);
        font-family: var(--title-font-family);
        font-weight: 700;
        margin-bottom: .75vw;
    }
    .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-content-button a.button {
        background: var(--secondary-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;
        border-radius: 0;
    }
    .mt-content-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: .5rem;
        font-weight: 400;
        font-size: 8vw;
        font-family: var(--title-font-family);
        color: var(--primary-color);
        text-transform: none;
        font-variant-caps: normal;
        line-height: 1;
    }
    .swiper-masstimes-overlay .mass-times-overlay :is(p,li) {
        line-height: 1.7;
        font-size: 4vw;
        color: var(--primary-color);   
        margin-bottom: .5rem; 
        font-weight: 600;
    }
    .swiper-masstimes-overlay .mass-times-overlay a:not(.button) {
        color: var(--primary-color)!important;
    }
    .swiper-masstimes-overlay .mass-times-overlay a:not(.button):hover {
        color: var(--tertiary-color)!important;
    }
    .swiper-masstimes-overlay .mass-times-overlay h1.mt-big-title {
        font-size: 10vw;
        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: .75rem;
        margin-bottom: .75rem;
    }

    .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;
        font-weight: 400;
    }
    .swiper-masstimes-overlay .mass-times-overlay :is(p,li) {
        line-height: 1.2;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home .fullwidth-swiper .swiper-navigation {
        position: absolute;
        bottom: 2vw;
        left: 2vw;
        display: flex;
        flex-direction: row;
        gap: 1vw;
    }
    .site-1-home .fullwidth-swiper .swiper-navigation div[class*="button-next"], .site-1-home .fullwidth-swiper .swiper-navigation div[class*="button-prev"] {
        position: unset;
        line-height: 0;
        transform: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2vw;
        border: 2px solid var(--default-white);
        height: 3vw;
        width: 3vw;
        border-radius: 50%;
        background: rgba(0,0,0,.5);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        transition: .3s all ease-in-out;
    }
    .site-1-home .fullwidth-swiper .swiper-navigation div[class*="button-next"]:hover, .site-1-home .fullwidth-swiper .swiper-navigation div[class*="button-prev"]:hover {
        transform: scale(1.05);
        background: rgba(var(--secondary-rgb));
    }
    .site-1-home .fullwidth-swiper .swiper-navigation div[class*="button-next"] i, .site-1-home .fullwidth-swiper .swiper-navigation div[class*="button-prev"] i {
        display: flex;
        line-height: 0;
        margin: 0;
        padding: 0;
    }
    .site-1-home .fullwidth-swiper .swiper-navigation div[class*="button-next"] {
        order: 2;
    }
    .site-1-home .fullwidth-swiper .swiper-navigation div[class*="button-next"] > i:before {
        content: '\f0da';
        transform: translateX(25%);
    }
    .site-1-home .fullwidth-swiper .swiper-navigation div[class*="button-prev"] {
        order: 1;
    }
    .site-1-home .fullwidth-swiper .swiper-navigation div[class*="button-prev"] > i:before {
        content: '\f0d9';
        transform: translateX(-25%);
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 1vw 2vw!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility .ql-inner-box .g-blockcontent-subcontent {
        gap: 1.5vw;
    }
    .site-1-home #g-utility .ql-inner-box .g-blockcontent-subcontent-block {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .site-1-home #g-utility .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border-radius: .75rem;
        border: 2px solid var(--default-white);
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 2vw 2vw 4vw 2vw!important;
    }
    .site-1-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 4vw;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-sidebar) {
        flex: 1.5;
        width: unset;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-mainbar) {
        flex: 1;
        width: unset;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-aside) {
        flex: unset;
        max-width: 165px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-sidebar, #g-mainbar) :is(#g-sidebar, #g-mainbar)  {
        display: flex;
        flex-direction: column;
        gap: 2vw;
        justify-content: space-between;
        height: 100%;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-sidebar, #g-mainbar) :is(#g-sidebar, #g-mainbar) > div:nth-child(1) {
        flex: 1;
    }

    .site-1-home #g-container-main .g-title {
        font-size: 3vw;
        font-family: var(--title-font-family);
        line-height: 1;
        color: var(--primary-color);
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 700;
        border-bottom: 2px solid var(--primary-color);
        margin-bottom: 1.5vw;
        padding-bottom: .5vw;
    }

    .site-1-home #g-container-main .news-button .button {
        width: 100%;
        text-align: center;
        font-size: 1.5vw;
        color: var(--primary-color);
        line-height: 1;
        background: transparent;
        border: 2px solid var(--primary-color);
        border-radius: .5rem;
        font-family: var(--title-font-family);
        font-weight: 700;
        padding: 1vw;
    }
    .site-1-home #g-container-main .news-button .button:hover {
        transform: scale(1.05);
        background: var(--tertiary-color);
        color: var(--default-white);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main .g-title {
        text-align: center;
        font-weight: 700;
        font-size: 10vw;
    }

    .site-1-home .ph-card-mobile .g-content-array > .g-grid {
        background: var(--default-white);
    }
    .site-1-home #g-container-main #g-sidebar > .g-grid:has(.news-button) {
        padding: 1rem;
    }
    .site-1-home #g-container-main #g-mainbar > .g-grid:has(.news-button) {
        padding: 1rem 0;
    }
}

@media only screen and (min-width: 50.99rem) {
    .facebook-container > .g-content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .facebook-container > .g-content > .g-content-array {
        flex: 1;
    }
    .facebook-container > .g-content > .g-content-array > .g-grid {
        height: 100%;
    }
    .facebook-container > .g-content > .g-content-array > .g-grid > .g-block {
        height: 100%;
    }
    .facebook-container > .g-content > .g-content-array > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    .facebook-container > .g-content > .g-content-array > .g-grid > .g-block > .g-content > .g-array-item {
        height: 100%;
    }
    .facebook-container > .g-content > .g-content-array > .g-grid > .g-block > .g-content > .g-array-item > .g-array-item-text {
        height: 100%;
    }
    .facebook-container .eapps-widget {
        height: 100%;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .facebook-container .eapps-widget > .eapps-widget {
        height: 100%;
    }
    .facebook-container .eapps-widget > .eapps-widget > .eapps-facebook-feed-container {
        height: 100%;
    }
    .facebook-container .eapps-widget > .eapps-widget > .eapps-facebook-feed-container > .eapps-facebook-feed-inner {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .facebook-container .eapps-widget > .eapps-widget > .eapps-facebook-feed-container > .eapps-facebook-feed-inner > .eapps-facebook-feed-content-container {
        /*height: unset!important;*/
        flex: 1 1 auto;
    }
}

@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;
    }
}

@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;
    }
    .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: 17vw;
        transition: .3s all ease-in-out;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .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(--secondary-color);
        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: 700;
    }
    .ph-sidepics-5 .g-item-title a {
        margin: 0;
        padding: 0;
        font-size: 2vw;
        color: var(--secondary-color);
        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: 700;
    }
    .ph-sidepics-5 .g-array-item-text {
        margin: 0;
        padding: 0;
        font-size: 1.25vw!important;
        color: var(--default-black);
        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;
    }
}

/*************** EXPANDED *****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/bg-widgets.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-expanded > .g-container {
        padding: 2vw 5%!important;
        background: rgba(var(--primary-rgb),.94);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/bg-widgets.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-expanded > .g-container {
        padding: 2rem 1rem!important;
        background: rgba(var(--primary-rgb),.94);
    }
}

@media only screen and (min-width: 50.99rem) {
    .info-wrapper {
        display: flex;
        flex-direction: row;
        gap: 2vw;
    }
    .info-wrapper > .info-box {
        flex: 1;
        /*background: rgba(var(--primary-rgb),.6);*/
        border-radius: 1.5rem;
        padding: 2vw;
        overflow: hidden;
    }
    .info-wrapper > .info-box:nth-child(1) {
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
        justify-content: space-between;
    }
    .info-wrapper > .info-box:nth-child(2) {
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
        justify-content: space-between;
    }
    .info-wrapper .formed-watch-button .button {
        width: 100%;
        background: transparent;
        color: var(--default-white);
        font-size: 1.5vw;
        font-family: var(--title-font-family);
        font-weight: 700;
        padding: 1vw;
        border-radius: .75rem;
        box-shadow: var(--default-box-shadow);
        border: 2px solid var(--default-white);
    }
    .info-wrapper .formed-watch-button .button:hover {
        transform: scale(1.05);
        background: var(--tertiary-color);
        color: var(--default-white);
    }
    .info-wrapper .calendar-button .button {
        width: 100%;
        background: transparent;
        color: var(--default-white);
        font-size: 1.5vw;
        font-family: var(--title-font-family);
        font-weight: 700;
        padding: 1vw;
        border-radius: .75rem;
        box-shadow: var(--default-box-shadow);
        border: 2px solid var(--default-white);
    }
    .info-wrapper .calendar-button .button:hover {
        transform: scale(1.05);
        background: var(--tertiary-color);
        color: var(--default-white);
    }

    .info-wrapper .calendar-wrapper {
        border-radius: 1rem;
        overflow: hidden;
        padding: 2vw;
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
    }
    .info-wrapper .calendar-wrapper .g-title {
        margin: 0;
        padding: 0;
        line-height: 1;
        color: var(--default-white);
        font-size: 2.5vw;
        text-align: center;
        font-family: var(--title-font-family);
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 700;
        border: none;
    }
    .info-wrapper .calendar-wrapper .k-ui-namespace .mod_docman.mod_docman--documents ul li {
        font-size: 1.5vw;
        color: var(--default-white);
        transition: .3s all ease-in-out;
    }
    .info-wrapper .calendar-wrapper .k-ui-namespace .mod_docman.mod_docman--documents ul li:hover {
        opacity: .5;
    }
    .info-wrapper .calendar-wrapper .koowa_header__image_link {
        color: var(--default-white);
        font-size: 1.5vw;
    }
    .info-wrapper .calendar-wrapper .koowa_header__title_link {
        color: var(--default-white);
    }
    .info-wrapper .rok-mini-particle-verticle .rme-items {
        gap: 1.5vw;
    }
    .info-wrapper .rok-mini-particle-verticle .rme-item {
        margin: 0;
    }
    .info-wrapper .rok-mini-particle-verticle .rme-badge {
        width: 7vw;
        padding: .5vw 0;
        background: var(--primary-color);
    }
    .info-wrapper .rok-mini-particle-verticle .rme-day {
        padding: 0 1rem 1rem 1rem;
        border-radius: 0;
        order: 2;
    }
    .info-wrapper .rok-mini-particle-verticle .rme-month {
        padding: 1rem 1rem 0 1rem;
        border-radius: 0;
        order: 1;
    }
    .info-wrapper .rok-mini-particle-verticle .rme-description {
        max-width: 60%;
    }
    .info-wrapper .rok-mini-particle-verticle .rme-description .rme-title {
        order: 2;
        font-size: 1vw;
        font-weight: 400;
        color: var(--primary-color);
    }
    .info-wrapper .rok-mini-particle-verticle .rme-description .rme-time {
        order: 1;
        font-size: 1.5vw;
        color: var(--primary-color);
        font-weight: 700;
    }
}

@media only screen and (max-width: 50.99rem) {
    .info-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .info-wrapper > .info-box {
        flex: 1;
        /*background: rgba(var(--primary-rgb),.6);*/
        border-radius: 1.5rem;
        padding: 1rem;
        overflow: hidden;
    }
    .info-wrapper > .info-box:nth-child(1) {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: space-between;
    }
    .info-wrapper > .info-box:nth-child(2) {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: space-between;
    }
    .info-wrapper .formed-watch-button .button {
        width: 100%;
        background: transparent;
        color: var(--default-white);
        font-size: 5vw;
        font-family: var(--title-font-family);
        font-weight: 700;
        padding: 1rem;
        border-radius: .75rem;
        box-shadow: var(--default-box-shadow);
        border: 2px solid var(--default-white);
    }
    .info-wrapper .formed-watch-button .button:hover {
        transform: scale(1.05);
        background: var(--tertiary-color);
        color: var(--default-white);
    }
    .info-wrapper .calendar-button .button {
        width: 100%;
        background: transparent;
        color: var(--default-white);
        font-size: 5vw;
        font-family: var(--title-font-family);
        font-weight: 700;
        padding: 1rem;
        border-radius: .75rem;
        box-shadow: var(--default-box-shadow);
        border: 2px solid var(--default-white);
    }
    .info-wrapper .calendar-button .button:hover {
        transform: scale(1.05);
        background: var(--tertiary-color);
        color: var(--default-white);
    }

    .info-wrapper .calendar-wrapper {
        background: var(--default-white);
        border-radius: 1rem;
        overflow: hidden;
        padding: 2rem 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .info-wrapper .calendar-wrapper .g-title {
        margin: 0;
        padding: 0;
        line-height: 1;
        color: var(--secondary-color);
        font-size: 10vw;
        font-family: var(--title-font-family);
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 400;
        border: none;
        text-align: center;
    }
    .info-wrapper .rok-mini-particle-verticle .rme-items {
        gap: 1rem;
    }
    .info-wrapper .rok-mini-particle-verticle .rme-item {
        margin: 0;
    }
    .info-wrapper .rok-mini-particle-verticle .rme-badge {
        width: 25vw;
        padding: .5rem 0;
        background: var(--primary-color);
    }
    .info-wrapper .rok-mini-particle-verticle .rme-day {
        padding: 0 1rem 1rem 1rem;
        border-radius: 0;
        order: 2;
    }
    .info-wrapper .rok-mini-particle-verticle .rme-month {
        padding: 1rem 1rem 0 1rem;
        border-radius: 0;
        order: 1;
    }
    .info-wrapper .rok-mini-particle-verticle .rme-description {
        max-width: 60%;
        justify-content: center;
    }
    .info-wrapper .rok-mini-particle-verticle .rme-description .rme-title {
        order: 2;
        font-size: 4vw;
        font-weight: 400;
        color: var(--primary-color);
    }
    .info-wrapper .rok-mini-particle-verticle .rme-description .rme-time {
        order: 1;
        font-size: 5vw;
        color: var(--primary-color);
        font-weight: 700;
    }
}

@media only screen and (min-width: 50.99rem) {
    .info-box-quicklinks {
        margin: 0;
        padding: 0;
    }
    .info-box-quicklinks > div {
        margin: 0;
        padding: 0;
    }
    .info-box-quicklinks > div > div {
        margin: 0;
        padding: 0;
    }
    .info-box-quicklinks .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .info-box-quicklinks .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .info-box-quicklinks .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        background: var(--secondary-color);
        border: 2px solid var(--default-white);
        border-radius: .75rem;
        padding: 1.5vw 1vw;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        transition: .3s all ease-in-out;
    }
    .info-box-quicklinks .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .info-box-quicklinks .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 2vw;
        justify-content: flex-start;
        align-items: center;
        transition: .3s all ease-in-out;
    }
    .info-box-quicklinks .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        flex: 33;
        height: auto;
        max-width: 33%;;
        aspect-ratio: 1/1;
        object-position: center;
        object-fit: contain;
        transition: .3s all ease-in-out;
    }
    .info-box-quicklinks .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        flex: 67;
        padding-right: 2vw;
        transition: .3s all ease-in-out;
    }
    .info-box-quicklinks .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-size: 1.5vw;
        font-weight: 700;
        transition: .3s all ease-in-out;
    }
    .info-box-quicklinks .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .info-box-quicklinks .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) {
    .info-box-quicklinks {
        margin: 0;
        padding: 0;
    }
    .info-box-quicklinks > div {
        margin: 0;
        padding: 0;
    }
    .info-box-quicklinks > div > div {
        margin: 0;
        padding: 0;
    }
    .info-box-quicklinks .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .info-box-quicklinks .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .info-box-quicklinks .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        background: var(--secondary-color);
        border: 2px solid var(--default-white);
        border-radius: .75rem;
        padding: 1rem .5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        transition: .3s all ease-in-out;
    }
    .info-box-quicklinks .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .info-box-quicklinks .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: flex-start;
        align-items: center;
        transition: .3s all ease-in-out;
    }
    .info-box-quicklinks .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        flex: 33;
        height: auto;
        max-width: 33%;;
        aspect-ratio: 1/1;
        object-position: center;
        object-fit: contain;
        transition: .3s all ease-in-out;
    }
    .info-box-quicklinks .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        flex: 67;
        padding-right: 1rem;
        transition: .3s all ease-in-out;
    }
    .info-box-quicklinks .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-size: 5vw;
        font-weight: 400;
        transition: .3s all ease-in-out;
    }
    .info-box-quicklinks .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .info-box-quicklinks .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 2vw 0!important;
    }
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 1rem 0!important;
    }
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
}

/*************** 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 {
        border-top: 1.5vw solid var(--secondary-color);
    }
    .site-1 #g-footer > .g-container {
        padding: 3vw!important;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.25vw;
    }
    .footer-wrapper :is(h1,h2,h3,h4,h5,h6) {
        text-align: center;
        font-size: 4vw;
        text-transform: none;
        font-variant-caps: small-caps;
        font-weight: 700;
        margin: 0;
        padding: 0;
        line-height: 1;
    }
    .footer-wrapper p {
        text-align: center;
        font-size: 1.25vw;
        line-height: 2;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer {
        border-top: 1.5rem solid var(--secondary-color);
    }
    .site-1 #g-footer > .g-container {
        padding: 2rem 1rem!important;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    .footer-wrapper :is(h1,h2,h3,h4,h5,h6) {
        text-align: center;
        font-size: 8vw;
        text-transform: none;
        font-variant-caps: small-caps;
        font-weight: 700;
        margin: 0;
        padding: 0;
        line-height: 1;
    }
    .footer-wrapper p {
        text-align: center;
        font-size: 4vw;
        line-height: 2;
        letter-spacing: 1px;
    }
}

/*************** 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(--default-white); 
    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"]:not(.sponsorshippage) #g-mainbar.section-padding-5 > .g-grid > .g-block > .g-content {
        margin: 0!important;
        padding: 0!important;
    }
    body[class*="-sub"]:not(.sponsorshippage) #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"]:not(.sponsorshippage) #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) {
        margin: 0!important;
        padding: 0 5%!important;
    }
    body[class*="-sub"]:not(.sponsorshippage) #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"]:not(.sponsorshippage) #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"]:not(.sponsorshippage) #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;
    }
    body[class*="-sub"]:not(.sponsorshippage) #g-page-surround #g-container-main:has(.bulletin-page) #g-mainbar {
        padding-top: 2rem !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;
    }
    body[class*="-sub"]:not(.sponsorshippage) #g-page-surround #g-container-main:has(.k-ui-namespace.com_docman) {
        padding-top: 3% !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;
    }
}
}