@import url('//fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/************ TEMPLATE  ************
COLORS (Gradients? | Include RGBs)
Primary: Blue 212C56 rgb(33,44,86)
Secondary: Red 893934 rgb(137,57,52)
-- Button Gradient(red):  682323(dark red) rgb(104,35,35) to A5504E(light red) rgb(165,80,78) set at -60degree angle
Tertiary: Yellow E3D69F rgb(227,214,159)
Additional: Light Blue 7089B6 rgb(112,137,182)

FONTS USED (Google)
Display: Baskerville
Body: Montserrat

IMAGES (Opacity | Blur Radius)
- Mass Times container: 80% Opacity

VECTOR GRAPHICS (Special Icons?]
- Dove icon behind Quiclinks: 5% opacity.
************/

.site-1 {
    --primary-color: #212C56;
    --secondary-color: #893934;
    --tertiary-color: #E3D69F;

    --primary-rgb: 33,44,86;
    --secondary-rgb: 137,57,52;
    --tertiary-rgb: 227,214,159;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Baskerville', serif;
    --body-font-family: 'Montserrat', 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%;
}

: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: #192e72;
    --secondary-color: #c9b8a0;
    --tertiary-color: #f7d000;

    --primary-rgb: 25,46,114;
    --secondary-rgb: 201,184,160;
    --tertiary-rgb: 247, 208, 0;

    --default-white: #ffffff;
    --default-black: #000000;
}

.site-1 .ql-fa-toplinks {
    --ql-icon-color: var(--primary-color);
    --ql-title-color: var(--primary-color);
}

.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);
}

/*************** ALL SITE *****************/
.item-image {display: none;}

.g-container {
    width: 100%;
}

: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;
    }
}

/*****************************/

@media only screen and (min-width: 50.99rem) {
    html.k-appearance body.site-1-sub #g-container-main > .g-grid {
        padding-top: 3vw!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .staff-page .grid.grid-mobile-stacked .g-array-item-text {
        word-break: break-word;
    }
}

/*************** 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: 1rem;
        align-items: center;
        justify-content: center;
    }
    .site-1 #g-offcanvas .g-social-items a {
        color: var(--default-white);
        font-size: 7vw;
    }
    .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 > .g-container > .g-grid:has(.menu-block) {
        padding-bottom: .7vw;
        position: relative;
    }
    .site-1 #g-navigation > .g-container > .g-grid:has(.menu-block):after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: .7vw;
        background: var(--secondary-color);
        border-top: .2vw solid var(--default-white);
        border-bottom: .2vw solid var(--default-white);
    }

    .site-1-home #g-navigation > .g-container > .g-grid:has(.menu-block) > .g-block:has(.g-logo) {
        position: relative;
        z-index: 1000;
        margin-bottom: -5vw!important;
        pointer-events: none!important;
        transform: translateX(25%);
    }
    .site-1-home #g-navigation > .g-container > .g-grid:has(.menu-block) > .g-block:has(.g-logo) .g-logo {
        pointer-events: all!important;
    }

    .site-1-sub #g-navigation > .g-container > .g-grid:has(.menu-block) > .g-block:has(.g-logo) {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1vw;
        text-align: center;
    }
    .site-1-sub:not(.herotitlepage) #g-navigation > .g-container > .g-grid:has(.menu-block) > .g-block:has(.g-logo) .g-logo img {
        width: 9vw;
    }

    .site-1-sub.herotitlepage #g-navigation > .g-container > .g-grid:has(.menu-block) > .g-block:has(.g-logo) {
        position: relative;
        z-index: 1000;
        margin-bottom: -5vw!important;
        pointer-events: none!important;
        transform: translateX(25%);
    }
    .site-1-sub.herotitlepage #g-navigation > .g-container > .g-grid:has(.menu-block) > .g-block:has(.g-logo) .g-logo {
        pointer-events: all!important;
    }
}

@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: 1vw;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--default-white);
        font-size: 1.75vw;
    }
    .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 ****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home .fullwidth-swiper .swiper-navigation {
        position: absolute;
        bottom: 2vw;
        right: 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%);
    }

    .mt-swiper-overlay > .g-container {
        position: relative;
    }
    .mt-swiper-overlay > .g-container > .g-grid:has(.mass-times-overlay) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 25%;
        background: rgba(var(--primary-rgb),.8);
        z-index: 10;
        pointer-events: none!important;
        padding: 2vw;
    }

    .mass-times-overlay {
        display: flex;
        align-items: center;
    }
    .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        border: none;
        background: none;
        font-variant-caps: normal;
        text-transform: none;
        font-family: var(--title-font-family);
        line-height: 1;
        margin-bottom: .5vw;
        font-weight: 700;
    }
    .mass-times-overlay .mt-big-title {
        font-size: 2.5vw;
        text-transform: uppercase;
    }
    .mass-times-overlay p {
        font-size: 1.5vw;
    }
    .mass-times-overlay .mt-paragraph-title {
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 50.99rem) {
    .mass-times-overlay {
        background: var(--primary-color);
        padding: 1rem;
    }
    .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        border: none;
        background: none;
        font-variant-caps: normal;
        text-transform: none;
        font-family: var(--title-font-family);
        line-height: 1;
        margin-bottom: .5vw;
        font-weight: 700;
    }
    .mass-times-overlay .mt-big-title {
        font-size: 10vw;
        text-transform: uppercase;
    }
    .mass-times-overlay p {
        font-size: 5vw;
        line-height: 1.5;
    }
    .mass-times-overlay .mt-paragraph-title {
        text-transform: uppercase;
    }
}

/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-header {
        background: url('/images/template/logo-icon-white.svg') 90% 50% no-repeat, var(--primary-color);
        background-size: 75%;
        border-bottom: 2px solid #7089B6;
    }
    .site-1-home #g-header > .g-container {
        background: rgba(var(--primary-rgb),.95);
        padding: 2.4vw 5%!important;
        position: relative;
    }

    .site-1-home #g-header > .g-container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: .7vw;
        background: var(--secondary-color);
        border-top: .2vw solid var(--default-white);
        border-bottom: .2vw solid var(--default-white);
    }
    .site-1-home #g-header > .g-container:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: .7vw;
        background: #7089B6;
        border-top: .2vw solid var(--default-white);
        border-bottom: .2vw solid var(--default-white);
    }
}

@media only screen and (min-width: 50.99rem) {
    .ql-circle-slant {
        margin: 0;
        padding: 0;
    }
    .ql-circle-slant > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-circle-slant > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-circle-slant .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-circle-slant .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 2vw;
        justify-content: space-between;
    }
    .ql-circle-slant .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        position: relative;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid var(--default-white);
        transition: .3s all ease-in-out;
    }
    .ql-circle-slant .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-title {
        height: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)!important;
    }
    .ql-circle-slant .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .ql-circle-slant .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        border-radius: 0;
        aspect-ratio: 1/1;
        object-position: center;
        object-fit: cover;
        transition: .3s all ease-in-out;
    }
    .ql-circle-slant .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        min-height: 45%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(var(--secondary-rgb),.8);
        transition: .3s all ease-in-out;
    }
    .ql-circle-slant .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0 2vw;
        color: var(--default-white);
        transition: .3s all ease-in-out;
        text-align: center;
        font-size: 1.25vw;
        font-weight: 700;
        font-family: var(--body-font-family);
    }
    .ql-circle-slant .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        z-index: 10;
    }
    .ql-circle-slant .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        z-index: 10;
    }
}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-showcase > .g-container {
        padding: 4vw 5%!important;
    }

    .hp-info-wrapper {
        display: flex;
        flex-direction: row;
        gap: 7vw;
    }
    .hp-info-column {
        flex: 1;
    }

    .hp-info-wrapper h1 {
        color: var(--primary-color);
        font-size: 2vw;
        text-transform: uppercase;
        font-variant-caps: normal;
        line-height: 1;
        margin: 0;
        padding: 0;
        font-weight: 700;
        font-family: var(--title-font-family);
        margin-bottom: .5vw;
    }
    .hp-info-wrapper .hp-small-title {
        text-transform: none!important;
    }
    .hp-info-wrapper p {
        font-size: 1.5vw;
        line-height: 1.5;
        color: var(--primary-color);
        font-family: var(--body-font-family);
        margin: 0;
        padding: 0;
        margin-bottom: 1.5vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-showcase > .g-container {
        padding: 2rem 1rem!important;
    }

    .hp-info-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .hp-info-column {
        flex: 1;
    }

    .hp-info-wrapper h1 {
        color: var(--primary-color);
        font-size: 7vw;
        text-transform: uppercase;
        font-variant-caps: normal;
        line-height: 1;
        margin: 0;
        padding: 0;
        font-weight: 700;
        font-family: var(--title-font-family);
        margin-bottom: .5rem;
    }
    .hp-info-wrapper .hp-small-title {
        text-transform: none!important;
    }
    .hp-info-wrapper p {
        font-size: 5vw;
        line-height: 1.5;
        color: var(--primary-color);
        font-family: var(--body-font-family);
        margin: 0;
        padding: 0;
        margin-bottom: .75rem;
    }
}

/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility {
        border-top: 2px solid #7089B6;
    }
    .site-1-home #g-utility > .g-container {
        position: relative;
        padding: 4.7vw 5% 4vw 5%!important;
    }
    .site-1-home #g-utility > .g-container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: .7vw;
        background: #7089B6;
        border-top: .2vw solid var(--default-white);
        border-bottom: .2vw solid var(--default-white);
    }
    .site-1-home #g-utility > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 3vw;
        align-items: center;
    }
    .site-1-home #g-utility > .g-container > .g-grid > .welcome-container {
        flex: 80;
        width: unset;
    }
    .site-1-home #g-utility > .g-container > .g-grid > .side-ads {
        flex: unset;
        max-width: 165px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 0 0 2rem 0!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .hp-welcome-wrapper {
        display: flex;
        flex-direction: row;
        gap: 2vw;
    }
    .hp-welcome-image {
        flex: 36;
    }
    .hp-welcome-content {
        flex: 64;
        display: flex;
        flex-direction: column;
        gap: 1vw;
        justify-content: space-between;
    }
    .hp-welcome-content .hp-welcome-title :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-size: 2vw;
        text-transform: uppercase;
        font-variant-caps: normal;
        line-height: 1;
        margin: 0;
        padding: 0;
        font-weight: 700;
        font-family: var(--title-font-family);
        letter-spacing: 2px;
    }
    .hp-welcome-content .hp-welcome-content-body p {
        font-size: 1.5vw;
        line-height: 1.5;
        color: var(--default-white);
        font-family: var(--body-font-family);
        margin: 0;
        padding: 0;
        margin-bottom: 1.5vw;
    }
    .hp-welcome-content .hp-welcome-button {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-self: end;
        justify-self: end;
        width: 100%;
    }
    .hp-welcome-content .hp-welcome-button .button {
        flex: 1;
        background: linear-gradient(-60deg, #682323, #A5504E);
        color: var(--default-white);
        box-shadow: var(--default-box-shadow);
        border-radius: 0;
        font-size: 1.5vw;
        padding: 1.5vw;
        line-height: 1;
        text-align: center;
        font-family: var(--body-font-family);
        transition: .3s all ease-in-out;
    }
    .hp-welcome-content .hp-welcome-button .button:hover {
        transform: scale(1.05);
    }
}

@media only screen and (max-width: 50.99rem) {
    .hp-welcome-wrapper {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        position: relative;
        overflow: hidden;
    }
    .hp-welcome-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .hp-welcome-image img {
        object-position: center;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .hp-welcome-content {
        display: flex;
        flex-direction: column;
        gap: 1vw;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        background: rgba(var(--primary-rgb),.8);
        padding: 2rem 1rem!important;
    }
    .hp-welcome-content .hp-welcome-title :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-size: 10vw;
        text-transform: uppercase;
        font-variant-caps: normal;
        line-height: 1;
        margin: 0;
        padding: 0;
        font-weight: 700;
        font-family: var(--title-font-family);
        letter-spacing: 2px;
        text-align: left;
    }
    .hp-welcome-content .hp-welcome-content-body p {
        font-size: 5vw;
        line-height: 1.5;
        color: var(--default-white);
        font-family: var(--body-font-family);
        margin: 0;
        padding: 0;
        margin-bottom: .75rem;
    }
    .hp-welcome-content .hp-welcome-button {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-self: end;
        justify-self: end;
        width: 100%;
    }
    .hp-welcome-content .hp-welcome-button .button {
        flex: 1;
        background: linear-gradient(-60deg, #682323, #A5504E);
        color: var(--default-white);
        box-shadow: var(--default-box-shadow);
        border-radius: 0;
        font-size: 5vw;
        padding: 1rem;
        line-height: 1;
        text-align: center;
        font-family: var(--body-font-family);
        transition: .3s all ease-in-out;
    }
    .hp-welcome-content .hp-welcome-button .button:hover {
        transform: scale(1.05);
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 4vw 5%!important;
    }
    .site-1-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 3vw;
    }

    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-mainbar) {
        flex: 70;
        width: unset;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-aside) {
        flex: 30;
        width: unset;
    }

    .site-1-home #g-container-main #g-mainbar {
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }
    .site-1-home #g-container-main #g-aside {
        height: 100%;
    }
    .site-1-home #g-container-main #g-aside > .g-grid {
        height: 100%;
    }
    .site-1-home #g-container-main .news-button .button {
        width: 100%;
        background: linear-gradient(-60deg, #682323, #A5504E);
        box-shadow: var(--default-box-shadow);
        border-radius: 0;
        font-size: 1.5vw;
        padding: 1.5vw;
        line-height: 1;
    }
    .site-1-home #g-container-main .news-button .button:hover {
        transform: scale(1.05);
    }
}

@media only screen and (min-width: 50.99rem) {
    .facebook-container > .g-content {
        height: 100%;
    }
    .facebook-container > .g-content > .g-content-array {
        height: 100%;
    }
    .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) {
    .news-thumbs div[class*="g-swiper-thumbs"] {
        margin: 0;
        padding: 0;
    }
    .news-thumbs div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide {
        aspect-ratio: 16/9!important;
        height: unset;
        border-radius: 0;
        flex: 1;
        width: uset!important;
    }
    .news-thumbs > .g-content {
        box-shadow: var(--default-box-shadow);
    }

    .news-thumbs #swiper-2166-thumbs .swiper-slide:before {
        background-color: rgba(255,255,255,.5)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 2rem 1rem!important;
    }
    .site-1-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block {
        width: 100%;
    }
    .site-1-home #g-container-main #g-mainbar {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: 0;
        padding: 0;
    }

    .site-1-home #g-container-main .news-button .button {
        width: 100%;
        background: linear-gradient(-60deg, #682323, #A5504E);
        box-shadow: var(--default-box-shadow);
        border-radius: 0;
        font-size: 5vw;
        padding: 1remvw;
        line-height: 1;
    }
    .site-1-home #g-container-main .news-button .button:hover {
        transform: scale(1.05);
    }
}

@media only screen and (max-width: 50.99rem) {
    .news-thumbs div[class*="g-swiper-thumbs"] {
        margin: 0;
        padding: 0;
    }
    .news-thumbs div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide {
        aspect-ratio: 16/9!important;
        height: unset;
        border-radius: 0;
        flex: 1;
        width: uset!important;
    }
    .news-thumbs > .g-content {
        box-shadow: var(--default-box-shadow);
    }
}

@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 *****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 3vw 2.5%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 2rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .vt-container > .g-content {
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .vt-container .g-title {
        color: var(--primary-color);
        font-size: 3vw;
        font-family: var(--title-font-family);
        line-height: 1;
        margin: 0;
        padding: 0;
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
    }
    .vt-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .vt-wrapper .vt-frames {
        display: flex;
        flex-direction: row;
        gap: 3vw;
        align-items: center;
        justify-content: center;
    }
    .vt-wrapper .vt-frames .vt-frames-column {
        flex: 1;
    }
    .vt-wrapper .vt-frames .vt-frames-column iframe {
        height: unset;
        aspect-ratio: 16/9;
        width: 100%;
    }
    .vt-wrapper .vt-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .vt-wrapper .vt-button .button {
        background: transparent;
        color: var(--primary-color);
        border: 2px solid var(--primary-color);
        border-radius: 0;
        font-size: 1.5vw;
        padding: .75vw 7vw;
        line-height: 1;
        letter-spacing: 2px;
    }
    .vt-wrapper .vt-button .button:hover {
        background: var(--primary-color);
        transform: scale(1.05);
        color: var(--default-white);
    }
}

@media only screen and (max-width: 50.99rem) {
    .vt-container > .g-content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .vt-container .g-title {
        color: var(--primary-color);
        font-size: 7vw;
        font-family: var(--title-font-family);
        line-height: 1;
        margin: 0;
        padding: 0;
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
    }
    .vt-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .vt-wrapper .vt-frames {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }
    .vt-wrapper .vt-frames .vt-frames-column {
        flex: 1;
    }
    .vt-wrapper .vt-frames .vt-frames-column iframe {
        height: unset;
        aspect-ratio: 16/9;
        width: 100%;
    }
    .vt-wrapper .vt-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .vt-wrapper .vt-button .button {
        background: transparent;
        color: var(--primary-color);
        border: 2px solid var(--primary-color);
        border-radius: 0;
        font-size: 5vw;
        padding: 1rem;
        line-height: 1;
        letter-spacing: 2px;
    }
    .vt-wrapper .vt-button .button:hover {
        background: var(--primary-color);
        transform: scale(1.05);
        color: var(--default-white);
    }
}

/*************** 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;
    }
}

/*************** 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: 2vw 5%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer > .g-container {
        padding: 2rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: 5vw;
        justify-content: center;
    }
    .footer-wrapper > div {
        flex: 1;
    }

    .footer-wrapper h1 {
        font-size: 3vw;
        line-height: 1;
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-weight: 700;
        font-family: var(--title-font-family);
        margin-bottom: 1vw;
    }

    .footer-wrapper p {
        font-size: 1.25vw;
        line-height: 1.5;
    }

    .footer-wrapper .footer-ql {
        padding: 0 2vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
    }
    .footer-wrapper > div {
        flex: 1;
    }
    .footer-wrapper > div:nth-child(1) {
        order: 2;
    }
    .footer-wrapper > div:nth-child(2) {
        order: 1;
    }
    .footer-wrapper > div:nth-child(3) {
        order: 3;
    }

    .footer-wrapper .footer-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer-wrapper .footer-logo img {
        max-width: 60%;
        width: 60%;
    }

    .footer-wrapper h1 {
        font-size: 10vw;
        line-height: 1;
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-weight: 700;
        font-family: var(--title-font-family);
        margin-bottom: .5rem;
    }

    .footer-wrapper p {
        font-size: 5vw;
        line-height: 1.5;
    }

    /*.footer-wrapper .footer-ql {
        padding: 0 2vw;
    }*/
}

@media only screen and (min-width: 50.99rem) {
    .footer-important-links .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .footer-important-links .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: .75vw;
    }
    .footer-important-links .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        transition: .3s all ease-in-out;
    }
    .footer-important-links .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-title-text {
        opacity: .5;
    }
    .footer-important-links .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .footer-important-links .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: 1.5vw;
        text-decoration: underline;
        line-height: 1;
        font-weight: 400;
        display: flex;
        letter-spacing: 2px;
        transition: .3s all ease-in-out;
    }
    .footer-important-links .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: 1.5vw;
        text-decoration: underline;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        transition: .3s all ease-in-out;
    }
    .footer-important-links .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .footer-important-links .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) {
    .footer-important-links .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .footer-important-links .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: .5rem;
        justify-content: center;
        align-items: flex-start;
    }
    .footer-important-links .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        transition: .3s all ease-in-out;
    }
    .footer-important-links .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-title-text {
        opacity: .5;
    }
    .footer-important-links .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .footer-important-links .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: 4vw;
        text-decoration: underline;
        line-height: 1;
        font-weight: 400;
        display: flex;
        letter-spacing: 2px;
        transition: .3s all ease-in-out;
    }
    .footer-important-links .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: 4vw;
        text-decoration: underline;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        transition: .3s all ease-in-out;
    }
    .footer-important-links .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .footer-important-links .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

/*************** 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;
    }
}

@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;
    }
}
}