@import url('//fonts.googleapis.com/css2?family=Nanum+Gothic&family=Quicksand:wght@300..700&display=swap');
/************ TEMPLATE  ************
Mockup #2_v3 Approved

REVISIONS (Outside of Mockup)
- Will be sending a new header photo at some point

COLORS (Gradients? | Include RGBs)
Primary: Blue 145072 rgb(20,80,114)
Secondary: Gold C49E00 rgb(196,158,0)

FONTS USED (Google)
Display: Nanum Gothic
Body: Quicksand

VECTOR GRAPHICS (Special Icons?]
- 8% Opacity for graphic behind Mass Times

----
----
************/

.site-2 {
    --primary-color: #3C7BB3;
    --secondary-color: #C49E00;
    --tertiary-color: #145072;

    --primary-rgb: 60,123,179;
    --secondary-rgb: 196,158,0;
    --tertiary-rgb: 20,80,114;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Nanum Gothic', serif;
    --body-font-family: 'Quicksand', 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: 4px 4px 4px rgba(0,0,0,.4);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);

    --hero-title-left-position: 5%;

    --mt-header-color: var(--primary-color);
    --mt-para-color: var(--primary-color);
    --mt-fixed-height: 42vw;
}

.site-2 .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);
}

h3 {
    border: none;
}

a {
    font-weight: 700;
    color: var(--tertiary-color);
}

/*************** ALL SITE *****************/
.item-image {display: none;}

:is(.site-1-home, .site-2-home, .site-3-home) #g-page-surround .g-content {
    padding: 0;
}

:is(.site-1-home, .site-2-home, .site-3-home) #g-page-surround .g-array-item-text {
    margin: 0;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section:not(#g-navigation, #g-container-footer, #g-copyright) .g-content:not(.g-blockcontent-subcontent-block-content) {
    margin: 0.625rem !important;
    padding: 1.5rem !important;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section:not(#g-navigation, #g-container-footer, #g-copyright) #grid-addpic .g-content {
    padding: 0 !important;
    margin: 0 !important;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section#g-container-main #g-aside .g-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 50.99rem) {
  :is(.site-1-home, .site-2-home) #g-top .modern-alert .g-joomla-articles {
      padding: 0 3% !important;
  }
}

/*************** 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-2 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-2 #g-offcanvas .g-social-items a {
        color: var(--secondary-color);
    }
    .site-2 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-2 #g-navigation {
        background: url('/images/template/preschool-header.png') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-2 #g-navigation > .g-container {
        position: relative;
    }
    .site-2 #g-navigation > .g-container > .g-grid:has(.g-logo) {
        padding: 2vw 2.5% 0 2.5%!important;
    }
    .site-2 #g-navigation > .g-container > .g-grid:has(.g-main-nav) {
        padding: 0 2.5%!important;
        position: relative;
        z-index: 10000;
    }
    .site-2 #g-navigation > .g-container > .g-grid:has(.g-main-nav) .g-main-nav {
        border-radius: .5rem;
    }
    .site-2 #g-navigation > .g-container > .g-grid:has(.g-main-nav) > .menu-block {
        transform: translateY(50%);
        border-radius: .5rem;
        border: 2px solid var(--default-white);
        box-shadow: var(--default-box-shadow);
    }
    .site-2 #g-navigation .g-logo img {
        width: 100%;
    }
    .site-2 #g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container {
        padding: 1.5vw .775rem;
    }

    .site-2 #g-navigation .nav-social-icons .g-social {
        position: absolute;
        top: 0;
        right: 2.5%;
        background: var(--primary-color);
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        width: fit-content;
        padding: 1vw 1.5vw 1.5vw 1.5vw;
    }
    .site-2 #g-navigation .nav-social-icons .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
    }
    .site-2 #g-navigation .nav-social-icons .g-social-items a {
        color: var(--default-white);
        font-size: 2.5vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2 #g-navigation {
        background: url('/images/template/preschool-header.png') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-2 #g-navigation > .g-container {
        background: rgba(255,255,255,.85);
    }

    .site-2 #g-navigation .nav-social-icons {
        background: var(--primary-color);
        padding: .75rem;
    }

    .site-2 #g-navigation .nav-social-icons .g-social-items {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem;
    }
    .site-2 #g-navigation .nav-social-icons .g-social-items a {
        color: var(--default-white);
        font-size: 7vw;
    }
}

@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-2 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-2 #g-navigation .g-social-items a {
        color: var(--secondary-color);
        font-size: 1.25vw;
    }
    .site-2 #g-navigation .g-social-items a:hover {
        color: var(--secondary-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-2-home #g-slideshow {
        background: transparent;
    }
    .site-2-home #g-slideshow > .g-container {
        padding: 5vw 2.5% 1vw 2.5%!important;
    }

    .site-2-home #g-slideshow .fullwidth-swiper {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .site-2-home #g-slideshow .mass-times-block {
        background: none;
    }
    .site-2-home #g-slideshow .mass-times-block > .g-content {
        background: none;
    }

    .site-2-home #g-slideshow .mass-times-block .g-array-item {
        padding: 0 2vw;
    }
    .site-2-home #g-slideshow .mt-big-title {
        font-size: 4vw;
        font-weight: 700;
    }
    .site-2-home #g-slideshow .mass-times-block :is(h1,h2,h3,h4,h5,h6):not(.mt-big-title) {
        font-size: 2.25vw;
        font-weight: 700;
    }
    .site-2-home #g-slideshow .mass-times-block p {
        font-size: 1.25vw;
        font-weight: 400;
        margin-bottom: .75vw;
    }
    .site-2-home #g-slideshow .mass-times-block p:has(.button) {
        margin: 0;
        padding: 0;
    }
    .site-2-home #g-slideshow .mass-times-block .button {
        color: var(--default-white);
        background: var(--secondary-color);
        padding: .75vw 1.5vw;
        font-size: 1.25vw;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
        border: 1px solid var(--default-white);
        box-shadow: var(--default-box-shadow);
        transition: .2s all ease-in-out;
    }
    .site-2-home #g-slideshow .mass-times-block .button:hover {
        background: var(--tertiary-color);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2-home #g-slideshow .mass-times-block {
        background: none;
    }
    .site-2-home #g-slideshow .mass-times-block > .g-content {
        background: none;
    }

    .site-2-home #g-slideshow .mass-times-block .g-array-item {
        padding: 2rem 1rem;
    }
    .site-2-home #g-slideshow .mt-big-title {
        font-size: 7vw;
        font-weight: 700;
    }
    .site-2-home #g-slideshow .mass-times-block :is(h1,h2,h3,h4,h5,h6):not(.mt-big-title) {
        font-size: 5vw;
        font-weight: 700;
    }
    .site-2-home #g-slideshow .mass-times-block p {
        font-size: 4vw;
        font-weight: 400;
        margin-bottom: .75vw;
    }
    .site-2-home #g-slideshow .mass-times-block p:has(.button) {
        margin: 0;
        padding: 0;
    }
    .site-2-home #g-slideshow .mass-times-block .button {
        color: var(--default-white);
        background: var(--secondary-color);
        padding: .75rem;
        font-size: 4vw;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
        border: 1px solid var(--default-white);
        box-shadow: var(--default-box-shadow);
    }

    .site-2-home #swiper-5565 .g-swiper-slider {
        max-height: unset!important;
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-2-home #g-utility {
        background: url('/images/template/bg-mass-times.svg') 123% 0% no-repeat;
        background-size: contain;
    }

    .site-2-home #g-utility > .g-container {
        background: rgba(255,255,255,.92);
        margin-top: -28vw!important;
        margin-bottom: -12vw!important;
        padding: 29vw 2.5% 13vw 2.5%!important;
    }
    .site-2-home #g-utility .ql-inner-box {
        --ql-border-radius: 1rem;
        --ql-background-color: rgba(var(--primary-rgb),1);
        --ql-background-hover: rgba(var(--primary-rgb),.8);
    }
    .site-2-home #g-utility .ql-inner-box .g-blockcontent-subcontent {
        gap: 3vw;
    }
    .site-2-home #g-utility .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: none;
    }

    .site-2-home .ql-inner-box .g-blockcontent-subcontent-block-content {
        box-shadow: var(--default-shade);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2-home #g-utility .ql-dm {
        --ql-border-radius: 1rem;
        --ql-background-color: rgba(var(--primary-rgb),1);
        --ql-background-hover: rgba(var(--primary-rgb),.8);
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-2-home #g-container-main {
        background: transparent;
    }
    .site-2-home #g-container-main > .g-container {
        padding: 1vw 2.5% 1vw 2.5%!important;
    }
    .site-2-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 3vw;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block {
        background: var(--primary-color);
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        overflow: hidden;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-mainbar) {
        flex: 2;
        width: unset;
        padding: 4vw;
    }
    .site-2-home #g-container-main #g-mainbar {
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }
    .site-2-home #g-container-main .ph-title-button-wrapper {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        justify-content: space-between;
        align-items: center;
    }
    .site-2-home #g-container-main .ph-title .g-title {
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-size: 4.5vw;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 1;
        border: none;
        text-transform: none;
        font-variant-caps: normal;
        margin: 0;
        padding: 0;
    }
    .site-2-home #g-container-main .ph-button .button {
        color: var(--default-white);
        background: var(--secondary-color);
        line-height: 1;
        margin: 0;
        padding: 1vw 2vw;
        font-family: var(--body-font-family);
        letter-spacing: 1px;
        font-size: 1.5vw;
        transition: .2s all ease-in-out;
        border: 1px solid var(--default-white);
        box-shadow: var(--default-box-shadow);
    }
    .site-2-home #g-container-main .grid-articles {
        margin-bottom: 0!important;
    }
    .site-2-home #g-container-main .grid-articles .g-array-item {
        gap: 0;
    }
    .site-2-home #g-container-main .grid-g-grid-border-radius-2 .g-content-array > .g-grid {
        border-radius: .75rem!important;
    }
    .site-2-home #g-container-main .grid-g-grid-border-radius-2 .g-content-array > .g-grid > .g-block {
        border-radius: .75rem!important;
    }
    .site-2-home #g-container-main .grid-bg-img-flush-white .g-array-item-title {
        padding: 1vw!important;
    }
    .site-2-home #g-container-main .grid-articles .g-item-title {
        --grid-title-font-weight: 700;
    }
    .site-2-home #g-container-main .ph-button .button:hover {
        background: var(--tertiary-color);
    }

    .site-2-home #g-container-main #g-aside {
        background: none!important;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-aside) {
        flex: 1;
        width: unset;
        padding: 1vw;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-aside) .g-array-item-text {
        border-radius: .75rem;
        overflow: hidden;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-aside) #eapps-facebook-feed-1 .eapps-facebook-feed-content-container {
        min-height: 40vw;
        height: 30vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2-home #g-container-main {
        background: transparent;
    }

    .site-2-home #g-container-main > .g-container {
        padding: 2rem 1rem 1rem 1rem!important;
    }

    .site-2-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block {
        background: var(--primary-color);
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        overflow: hidden;
        width: 100%;
    }

    .site-2-home #g-container-main #g-aside {
        background: none!important;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-aside) {
        padding: 1rem;
    }

    .site-2-home #g-container-main .ph-title-button-wrapper {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: space-between;
        align-items: center;
    }
    .site-2-home #g-container-main .ph-title .g-title {
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-size: 7vw;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 1;
        border: none;
        text-transform: none;
        font-variant-caps: normal;
        margin: 0;
        padding: 0;
    }
    .site-2-home #g-container-main .ph-button .button {
        color: var(--default-white);
        background: var(--secondary-color);
        line-height: 1;
        margin: 0;
        padding: .75rem;
        font-family: var(--body-font-family);
        letter-spacing: 1px;
        font-size: 4vw;
        transition: .2s all ease-in-out;
        border: 1px solid var(--default-white);
        box-shadow: var(--default-box-shadow);
    }
    .site-2-home #g-container-main .ph-button .button:hover {
        background: var(--tertiary-color);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-2-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-2-home #g-expanded > .g-container {
        padding: 2vw 2.5% 3vw 2.5%!important;
    }
    .site-2-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 3vw;
    }
    .site-2-home #g-expanded > .g-container > .g-grid > .g-block {
        flex: 1;
        width: unset;
        background: var(--primary-color);
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        overflow: hidden;
        padding: 1.5vw;
    }

    .site-2-home #g-expanded .formed-container > .g-content {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .g-content-array {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .g-content-array > .g-grid {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .g-content-array > .g-grid > .g-block {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .g-content-array > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .g-array-item {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .g-array-item-text {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .formed-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 1vw;
        justify-content: space-between;
    }
    .site-2-home #g-expanded .formed-container .formed-feed iframe {
        min-height: 33vw;
    }
    .site-2-home #g-expanded .formed-container .formed-button .button {
        background: transparent;
        border: 2px solid var(--default-white);
        border-radius: .75rem;
        padding: 1vw;
        font-size: 2vw;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        margin: 0;
        width: 100%;
        transition: .2s all ease-in-out;
    }
    .site-2-home #g-expanded .formed-container .formed-button .button:hover {
        background: var(--secondary-color);
    }
    .site-2-home #g-expanded .flocknote-container > .g-content {
        background: var(--default-white);
        height: 100%;
        border-radius: .75rem;
        padding: 1vw;
    }
    .site-2-home #g-expanded .flocknote-container .flocknote-form form {
        display: flex;
        flex-direction: column;
        gap: 1vw;
        margin-bottom: 2vw;
    }
    .site-2-home #g-expanded .flocknote-container .flocknote-form form button {
        background: var(--secondary-color);
        width: fit-content;
        font-size: 1.5vw;
        font-weight: 700;
        transition: .2s all ease-in-out;
    }
    .site-2-home #g-expanded .flocknote-container .flocknote-form form button:hover {
        background: var(--primary-color);
    }
    .site-2-home #g-expanded .flocknote-container .flocknote-form .flocknote-feed .g-title {
        color: var(--tertiary-color);
        font-size: 2.5vw;
        font-family: var(--title-font-family);
        margin: 0;
        padding: 0;
        line-height: 1;
        margin-bottom: 1vw;
        font-weight: 700;
        border-bottom: 1px solid var(--tertiary-color);
        padding-bottom: .5vw;
    }
    .site-2-home #g-expanded .flocknote-container .flocknote-form .flocknote-feed .newsfeed .feed-link a {
        font-size: 1.25vw;
        font-weight: 400;
        text-decoration: underline;
        color: var(--default-black);
    }
    .site-2-home #g-expanded .flocknote-container .flocknote-form .flocknote-feed .newsfeed .feed-link a:hover {
        color: var(--tertiary-color);
    }
    .site-2-home #g-expanded .dr-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    .site-2-home #g-expanded .dr-content-box {
        background: var(--default-white);
        border-radius: .75rem;
        padding: 1vw;
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .site-2-home #g-expanded .dr-feed-box {
        display: flex;
        flex-direction: column;
        gap: 1vw; 
    }
    .site-2-home #g-expanded .dr-feed-image img {
        width: 100%;
        aspect-ratio: 16/9;
        border-radius: 1rem;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .newsfeed {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .newsfeed .feed-link {
        font-size: 1.5vw;
        line-height: normal;
        color: var(--tertiary-color);
        font-weight: 700;
        font-family: var(--title-font-family);
        margin: 0;
        padding: 0;
        text-transform: none;
        font-variant-caps: normal;
        letter-spacing: 1px;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .newsfeed .feed-link a {
        font-size: 1.5vw;
        line-height: normal;
        color: var(--tertiary-color);
        font-weight: 700;
        font-family: var(--title-font-family);
        margin: 0;
        padding: 0;
        text-transform: none;
        font-variant-caps: normal;
        letter-spacing: 1px;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .feed-item-description > .nested li {
        font-size: 1.25vw;
        font-weight: 400;
        color: var(--tertiary-color);
        font-family: var(--title-font-family);
        font-weight: 400;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .feed-item-description > .nested li a {
        font-size: 1.25vw;
        font-weight: 400;
        color: var(--tertiary-color);
        font-family: var(--title-font-family);
        font-weight: 400;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .feed-item-description > .nested li a:hover {
        color: var(--default-black);
    }
    .site-2-home #g-expanded .dr-feed-box .feed .feed-item-description .poetry {
        color: var(--default-black);
        font-size: 1.25vw;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .feed-item-description .poetry p {
        color: var(--default-black);
        font-size: 1.25vw;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .feed-item-description > h4 {
        margin: 1vw 0;
        padding: 0;
        font-size: 1.25vw;
        color: var(--default-black);
        font-weight: 700;
    }
    .site-2-home #g-expanded .dr-content-box .g-title {
        font-family: var(--title-font-family);
        color: var(--tertiary-color);
        font-size: 3vw;
        line-height: 1;
        font-weight: 700;
        text-align: center;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
        border: none;
        background: none;
        text-transform: none;
        font-variant-caps: normal;
    }
    .site-2-home #g-expanded .dr-button-box .button {
        background: transparent;
        border: 2px solid var(--default-white);
        border-radius: .75rem;
        padding: 1vw;
        font-size: 2vw;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        margin: 0;
        width: 100%;
        transition: .2s all ease-in-out;
    }
    .site-2-home #g-expanded .dr-button-box .button:hover {
        background: var(--secondary-color);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2-home #g-expanded > .g-container {
        padding: 1rem 1rem 2rem 1rem!important;
    }
    .site-2-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-2-home #g-expanded > .g-container > .g-grid > .g-block {
        flex: 1;
        width: 100%;
        background: var(--primary-color);
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        overflow: hidden;
        padding: .75rem;
    }

    .site-2-home #g-expanded .formed-container > .g-content {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .g-content-array {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .g-content-array > .g-grid {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .g-content-array > .g-grid > .g-block {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .g-content-array > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .g-array-item {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .g-array-item-text {
        height: 100%;
    }
    .site-2-home #g-expanded .formed-container .formed-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: space-between;
    }
    .site-2-home #g-expanded .formed-container .formed-feed iframe {
        min-height: 36vw;
    }
    .site-2-home #g-expanded .formed-container .formed-button .button {
        background: transparent;
        border: 2px solid var(--default-white);
        border-radius: .75rem;
        padding: .75rem;
        font-size: 4vw;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        margin: 0;
        width: 100%;
        transition: .2s all ease-in-out;
    }
    .site-2-home #g-expanded .formed-container .formed-button .button:hover {
        background: var(--secondary-color);
    }
    .site-2-home #g-expanded .flocknote-container > .g-content {
        background: var(--default-white);
        height: 100%;
        border-radius: .75rem;
        padding: 1rem;
    }
    .site-2-home #g-expanded .flocknote-container .flocknote-form form {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    .site-2-home #g-expanded .flocknote-container .flocknote-form form button {
        background: var(--secondary-color);
        width: fit-content;
        font-size: 4vw;
        font-weight: 700;
        transition: .2s all ease-in-out;
    }
    .site-2-home #g-expanded .flocknote-container .flocknote-form form button:hover {
        background: var(--primary-color);
    }
    .site-2-home #g-expanded .flocknote-container .flocknote-form .flocknote-feed .g-title {
        color: var(--tertiary-color);
        font-size: 7vw;
        font-family: var(--title-font-family);
        margin: 0;
        padding: 0;
        line-height: 1;
        margin-bottom: 1rem;
        font-weight: 700;
        border-bottom: 1px solid var(--tertiary-color);
        padding-bottom: .5rem;
    }
    .site-2-home #g-expanded .flocknote-container .flocknote-form .flocknote-feed .newsfeed .feed-link a {
        font-size: 4vw;
        font-weight: 400;
        text-decoration: underline;
        color: var(--default-black);
    }
    .site-2-home #g-expanded .flocknote-container .flocknote-form .flocknote-feed .newsfeed .feed-link a:hover {
        color: var(--tertiary-color);
    }
    .site-2-home #g-expanded .dr-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .site-2-home #g-expanded .dr-content-box {
        background: var(--default-white);
        border-radius: .75rem;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-2-home #g-expanded .dr-feed-box {
        display: flex;
        flex-direction: column;
        gap: 1rem; 
    }
    .site-2-home #g-expanded .dr-feed-image img {
        width: 100%;
        aspect-ratio: 16/9;
        border-radius: 1rem;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .newsfeed {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .newsfeed .feed-link {
        font-size: 4vw;
        line-height: normal;
        color: var(--tertiary-color);
        font-weight: 700;
        font-family: var(--title-font-family);
        margin: 0;
        padding: 0;
        text-transform: none;
        font-variant-caps: normal;
        letter-spacing: 1px;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .newsfeed .feed-link a {
        font-size: 4vw;
        line-height: normal;
        color: var(--tertiary-color);
        font-weight: 700;
        font-family: var(--title-font-family);
        margin: 0;
        padding: 0;
        text-transform: none;
        font-variant-caps: normal;
        letter-spacing: 1px;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .feed-item-description > .nested li {
        font-size: 4vw;
        font-weight: 400;
        color: var(--tertiary-color);
        font-family: var(--title-font-family);
        font-weight: 400;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .feed-item-description > .nested li a {
        font-size: 4vw;
        font-weight: 400;
        color: var(--tertiary-color);
        font-family: var(--title-font-family);
        font-weight: 400;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .feed-item-description > .nested li a:hover {
        color: var(--default-black);
    }
    .site-2-home #g-expanded .dr-feed-box .feed .feed-item-description .poetry {
        color: var(--default-black);
        font-size: 4vw;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .feed-item-description .poetry p {
        color: var(--default-black);
        font-size: 4vw;
    }
    .site-2-home #g-expanded .dr-feed-box .feed .feed-item-description > h4 {
        margin: 1rem 0;
        padding: 0;
        font-size: 4vw;
        color: var(--default-black);
        font-weight: 700;
    }
    .site-2-home #g-expanded .dr-content-box .g-title {
        font-family: var(--title-font-family);
        color: var(--tertiary-color);
        font-size: 7vw;
        line-height: 1;
        font-weight: 700;
        text-align: center;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
        border: none;
        background: none;
        text-transform: none;
        font-variant-caps: normal;
    }
    .site-2-home #g-expanded .dr-button-box .button {
        background: transparent;
        border: 2px solid var(--default-white);
        border-radius: .75rem;
        padding: .75rem;
        font-size: 4vw;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        margin: 0;
        width: 100%;
        transition: .2s all ease-in-out;
    }
    .site-2-home #g-expanded .dr-button-box .button:hover {
        background: var(--secondary-color);
    }
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-2-home #g-extension > .g-container {
        padding: 2vw 2.5%!important;
    }
    .site-2-home #g-extension > .g-container > .g-grid {
        background: var(--default-white);
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        padding: 1.5vw 5vw!important;
    }

    .connect-wrapper {
        display: flex;
        flex-direction: row;
        gap: 5vw;
        justify-content: space-between;
    }
    .connect-wrapper .connect-text {
        flex: 1;
    }
    .connect-wrapper .connect-form {
        flex: 1;
    }

    .connect-container h1 {
        font-size: 3.5vw;
        font-weight: 900;
        letter-spacing: 1px;
    }
    .connect-container p {
        font-size: 1.5vw;
        color: var(--primary-color);
        letter-spacing: 1px;
    }
    .connect-container p.small-text {
        font-size: 1vw;
        color: var(--default-black);
        font-weight: 700;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2-home #g-extension > .g-container {
        padding: 2rem 1rem!important;
    }
    .site-2-home #g-extension > .g-container > .g-grid {
        background: var(--default-white);
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        padding: 2rem 1rem!important;
    }

    .connect-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .connect-wrapper .connect-text {
        flex: 1;
    }
    .connect-wrapper .connect-form {
        flex: 1;
    }

    .connect-container h1 {
        font-size: 7vw;
        font-weight: 900;
        letter-spacing: 1px;
    }
    .connect-container p {
        font-size: 4vw;
        color: var(--primary-color);
        letter-spacing: 1px;
    }
    .connect-container p.small-text {
        font-size: 3.5vw;
        color: var(--default-black);
        font-weight: 700;
    }
}

/*************** BOTTOM *******************/
/*************** 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;}

.link-line {
    text-decoration: underline;
}

@media only screen and (min-width: 50.99rem) {
    .site-2 #g-footer > .g-container > .g-grid:has(.footer-wrapper) {
        padding: 3vw 2.5%!important;
    }
    .site-2 #g-footer > .g-container > .g-grid:has(.footer-copyright) {
        background: var(--default-white);
        padding: 1vw 7vw 2vw 1vw;
    }
    .site-2 #g-footer > .g-container > .g-grid:has(.footer-copyright) h1 {
        text-align: right;
        font-family: var(--body-font-family);
        font-size: 1.25vw;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: .5vw;
    }
    .site-2 #g-footer > .g-container > .g-grid:has(.footer-copyright) h1:before {
        content: '\f1f9';
        text-align: right;
        font-family: 'Font Awesome 6 Free';
        font-size: 1.25vw;
        font-weight: 900;
        color: var(--primary-color);
        line-height: 1;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
    }

    .site-2 #g-footer .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .site-2 .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: 4vw;
    }
    /*.site-2 .footer-wrapper:before {
        content: '';
        order: 2;
        border: 1px solid var(--default-white);
        width: 1px;
    }*/
    .site-2 .footer-wrapper:after {
        content: '';
        order: 4;
        border: 1px solid var(--default-white);
        width: 1px;
    }
    .site-2 .footer-wrapper > div {
        flex: 1;
    }
    .site-2 .footer-wrapper .footer-links {
        order: 1;
    }
    .site-2 .footer-wrapper .footer-links h1 {
        color: var(--default-white);
        font-family: var(--body-font-family);
        line-height: 1.2;
        font-weight: 700;
        font-size: 2vw;
        letter-spacing: 3px;
        margin: 0;
        padding: 0;
        margin-bottom: 1vw;
    }

    .site-2 .footer-wrapper .footer-content {
        order: 3;
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }
    .site-2 .footer-wrapper .footer-content-box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }
    .site-2 .footer-wrapper .footer-content-box h1 {
        color: var(--default-white);
        text-align: center;
        font-family: var(--body-font-family);
        line-height: 1.2;
        font-weight: 700;
        font-size: 2vw;
        letter-spacing: 3px;
        margin: 0;
        padding: 0;
        margin-bottom: 1vw;
    }
    .site-2 .footer-wrapper .footer-content-box p {
        color: var(--default-white);
        text-align: center;
        font-family: var(--body-font-family);
        line-height: 1.5;
        font-weight: 400;
        font-size: 1.75vw;
        letter-spacing: 2px;
        margin: 0;
        padding: 0;
    }
    .site-2 .footer-wrapper .footer-content-social .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 1.5vw;
    }
    .site-2 .footer-wrapper .footer-content-social a {
        font-size: 3vw;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    .site-2 .footer-wrapper .footer-logo {
        order: 5;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        text-align: center;
        gap: 1vw;
    }
    .site-2 .footer-wrapper .footer-logo img {
        width: 7vw;
    }
    .site-2 .footer-wrapper .footer-logo h1 {
        color: var(--default-white);
        text-align: center;
        font-family: var(--body-font-family);
        line-height: 1;
        font-weight: 700;
        font-size: 2.5vw;
        letter-spacing: 2px;
        margin: 0;
        padding: 0;
    }
    .site-2 .footer-wrapper .footer-logo h2 {
        color: var(--default-white);
        text-align: center;
        font-family: var(--body-font-family);
        line-height: 1;
        font-weight: 400;
        font-size: 1.75vw;
        letter-spacing: 2px;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2 #g-footer > .g-container > .g-grid:has(.footer-wrapper) {
        padding: 2rem 1rem!important;
    }
    .site-2 #g-footer > .g-container > .g-grid:has(.footer-copyright) {
        background: var(--default-white);
        padding: 1rem;
    }
    .site-2 #g-footer > .g-container > .g-grid:has(.footer-copyright) h1 {
        text-align: right;
        font-family: var(--body-font-family);
        font-size: 5vw;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: .5rem;
    }
    .site-2 #g-footer > .g-container > .g-grid:has(.footer-copyright) h1:before {
        content: '\f1f9';
        text-align: right;
        font-family: 'Font Awesome 6 Free';
        font-size: 5vw;
        font-weight: 900;
        color: var(--primary-color);
        line-height: 1;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
    }

    .site-2 #g-footer .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .site-2 .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .site-2 .footer-wrapper:before {
        content: '';
        order: 2;
        border: 1px solid var(--default-white);
        height: 1px;
    }
    .site-2 .footer-wrapper:after {
        content: '';
        order: 4;
        border: 1px solid var(--default-white);
        height: 1px;
    }
    .site-2 .footer-wrapper > div {
        flex: 1;
    }
    .site-2 .footer-wrapper .footer-links {
        order: 3;
    }
    .site-2 .footer-wrapper .footer-links h1 {
        color: var(--default-white);
        font-family: var(--body-font-family);
        line-height: 1.2;
        font-weight: 700;
        font-size: 5vw;
        letter-spacing: 3px;
        margin: 0;
        padding: 0;
        margin-bottom: 1vw;
        text-align: center;
    }

    .site-2 .footer-wrapper .footer-content {
        order: 1;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }
    .site-2 .footer-wrapper .footer-content-box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }
    .site-2 .footer-wrapper .footer-content-box h1 {
        color: var(--default-white);
        text-align: center;
        font-family: var(--body-font-family);
        line-height: 1.2;
        font-weight: 700;
        font-size: 5vw;
        letter-spacing: 3px;
        margin: 0;
        padding: 0;
        margin-bottom: 1vw;
    }
    .site-2 .footer-wrapper .footer-content-box p {
        color: var(--default-white);
        text-align: center;
        font-family: var(--body-font-family);
        line-height: 1.5;
        font-weight: 400;
        font-size: 4vw;
        letter-spacing: 2px;
        margin: 0;
        padding: 0;
    }
    .site-2 .footer-wrapper .footer-content-social .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }
    .site-2 .footer-wrapper .footer-content-social a {
        font-size: 7vw;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    .site-2 .footer-wrapper .footer-logo {
        order: 5;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    .site-2 .footer-wrapper .footer-logo img {
        width: 30vw;
    }
    .site-2 .footer-wrapper .footer-logo h1 {
        color: var(--default-white);
        text-align: center;
        font-family: var(--body-font-family);
        line-height: 1;
        font-weight: 700;
        font-size: 6vw;
        letter-spacing: 2px;
        margin: 0;
        padding: 0;
    }
    .site-2 .footer-wrapper .footer-logo h2 {
        color: var(--default-white);
        text-align: center;
        font-family: var(--body-font-family);
        line-height: 1;
        font-weight: 400;
        font-size: 5vw;
        letter-spacing: 2px;
        margin: 0;
        padding: 0;
    }
}

@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: center;
    }
    .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 (min-width: 50.99rem) {
    .web-policy {
        --web-policy-color: var(--primary-color);
    }
}

@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"] #g-mainbar.section-padding-5 > .g-grid > .g-block > .g-content {
        margin: 0!important;
        padding: 0!important;
    }
    body[class*="-sub"] #g-mainbar.section-padding-5:has(.page-header) > .g-grid > .g-block > .g-content {
        margin: .625rem 0!important;
        padding: 1.5rem 0!important;
    }
    body[class*="-sub"] #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) {
        margin: 0!important;
        padding: 0 5%!important;
    }
    body[class*="-sub"] #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) #g-mainbar.section-padding-5 {
        margin: 0!important;
        padding: 0!important
    }
    body[class*="-sub"] #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) #g-mainbar.section-padding-5 > .g-grid > .g-block > .g-content {
        margin: 0!important;
        padding: 0 5% 0 0!important;
    }
    body[class*="-sub"] #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) #g-mainbar.section-padding-5:has(.page-header) > .g-grid > .g-block > .g-content {
        margin: .625rem 0!important;
        padding: 1.5rem 5% 1.5rem 0!important;
    }
}
***/
@media only screen and (min-width: 50.99rem) {
    body.site-1-sub:not(body.site-1-sub.herotitlepage) #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) {
        padding-top: 3vw!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;
    }
}
}

@media only screen and (min-width: 50.99rem) {
    .newslayout .grid-articles {
        --grid-title-font-size: 1.5vw;
    }
}