@import url('//fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Tangerine:wght@400;700&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #0026bd;
    --secondary-color: #2495ff;
    --tertiary-color: #b4dafd;

    --primary-rgb: 0,38,189;
    --secondary-rgb: 36,149,255;
    --tertiary-rgb: 180,218,253;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Tangerine', cursive;
    --body-font-family: 'Josefin Sans', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --default-text-shadow: 3px 3px 5px rgba(0,0,0, .7);

    --swiper-box-shadow: var(--default-box-shadow);

    --mt-background-color: rgba(var(--primary-rgb),.5);
    --mt-para-color: var(--default-white);

    --ql-title-color: var(--default-white);

    --ph-border-radius: 0;

    --grid-font-size-desktop: 3.75vw;
}

.site-1 .ql-inner-box {
    --ql-background-color: rgba(var(--primary-rgb),.5);
    --ql-background-hover: rgba(var(--primary-rgb),.7);
}

.site-1 .ql-side-title {
    --ql-font-size-desktop: 2.75vw;
    --ql-background-hover: rgba(0,0,0,.3);
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--default-white);
}

@media only screen and (min-width: 50.99rem) {
    blockquote {
        font-size: 3vw; 
    }
    blockquote p {
        font-size: 2.25vw;
    }
}

.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;}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--default-white);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-1 #g-offcanvas .g-social-items a {
        color: var(--default-white);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    } 
}

/*************** TOP **********************/ 
.modern-alert .g-array-item :is(h1,h2,h3,h4,h5,h6) {
    text-transform: none;
}
.modern-alert .g-array-alert-title h1 {
    text-transform: none;
}

/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }

    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--primary-color);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    }
    .site-1 #g-navigation .g-logo img {
        width: 100%;
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }
}
/*************** SLIDESHOW ****************/ 
.mass-times-block .g-array-item-text {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 50.99rem) {
    .homelayout.swiper-box #g-slideshow > .g-container > .g-grid {
        gap: 0;
    }
    .homelayout.swiper-box .mass-times-block {
        flex: 0 34%;
        background: url('/images/stories/template/masstimes.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .mass-times-block p {
        text-shadow: var(--default-text-shadow);
        margin-bottom: .5vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home .fullwidth-swiper {
        order: 1;
    }
    .site-1-home .mass-times-block {
        order: 2;
        background: url('/images/stories/template/masstimes.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .mass-times-block p {
        text-shadow: var(--default-text-shadow);
    }
}

/*************** HEADER *******************/
/*taller hero for news page*/
.news-page .hero img {/*object-position: 0 35%;*/ height: 35vw; }
.news-page  #hero.hero-grow {height: 35vw; }

/*************** ABOVE ********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-above > .g-container {
        padding: 3vw 10%!important;
    }
    .welcome-box :is(h1,h2,h3,h4,h5,h6) {
        color: var(--primary-color);
        font-size: 6vw;
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 700;
    }
    .welcome-box p {
        font-size: 1.5vw;
        text-align: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-above > .g-container {
        padding: 1rem!important;
    }
    .welcome-box :is(h1,h2,h3,h4,h5,h6) {
        color: var(--primary-color);
        font-size: 10vw;
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 700;
    }
    .welcome-box p {
        text-align: center;
    }
}

/*************** SHOWCASE *****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-showcase > .g-container {
        padding: 0 2vw 2vw 2vw!important;
    }
}

/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility .g-title {
        font-size: 6vw;
        color: var(--tertiary-color);
        font-weight: 700;
    }

    .site-1-home #g-utility > .g-container > .g-grid:nth-child(2) {
        margin-top: 3vw!important;
    }
    .site-1-home #g-utility > .g-container > .g-grid:nth-child(2) .button {
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-size: 3vw;
        text-transform: none;
        font-variant-caps: normal;
        border: 2px solid var(--default-white);
        padding: 1vw 4vw;
        border-radius: 3vw / 50%;
        background: transparent;
    }
    .site-1-home #g-utility > .g-container > .g-grid:nth-child(2) .button:hover {
        background: #777;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 2rem 0!important;
    }
    .site-1-home #g-utility .g-title {
        font-size: 10vw;
        color: var(--tertiary-color);
        font-weight: 700;
    }
    .site-1-home #g-utility > .g-container > .g-grid:nth-child(2) {
        padding: 2rem 1rem!important;
    }
    .site-1-home #g-utility > .g-container > .g-grid:nth-child(2) .button {
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-size: 8vw;
        text-transform: none;
        font-variant-caps: normal;
        border: 2px solid var(--default-white);
        /*padding: 1vw 4vw;*/
        border-radius: 7.5% / 50%;
        background: transparent;
    }
    .site-1-home #g-utility > .g-container > .g-grid:nth-child(2) .button:hover {
        background: #777;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-1-home #g-container-main > .g-container {
        background: rgba(0,0,0,.3);
        padding: 5vw 5%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main {
        background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-container-main > .g-container {
        background: rgba(0,0,0,.3);
        padding: 5vw 5%!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main:not(:has(.category-module)) {
        display: none!important;
    }

    .fn-wrapper .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .fn-wrapper h1:not(.fn-notices-box h1) {
        text-align: center;
        font-size: 6vw;
        color: var(--default-white);
        font-weight: 700;
    }
    .fn-wrapper .fn-notices-box {
        padding: 2vw;
        border-top: 1px solid var(--default-white);
        border-bottom: 1px solid var(--default-white);
        margin-bottom: 2vw;
    }
    .fn-wrapper .fn-notices-box :is(h1,h2,h3,h4,h5,h6,p,a) {
        font-size: 3vw;
        font-family: var(--title-font-family);
        color: var(--default-white);
        text-align: center;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
    }
    .fn-wrapper p:not(.fn-notices-box p) {
        font-size: 1.25vw;
        text-align: center;
        color: var(--default-white);
    }
    .fn-wrapper .category-module {
        margin: 0;
        padding: 0;
    }
    .fn-wrapper .category-module > li {
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main:not(:has(.category-module)) {
        display: none!important;
    }
    .fn-wrapper .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .fn-wrapper h1:not(.fn-notices-box h1) {
        text-align: center;
        font-size: 10vw;
        color: var(--default-white);
        font-weight: 700;
    }
    .fn-wrapper .fn-notices-box {
        padding: 1rem;
        border-top: 1px solid var(--default-white);
        border-bottom: 1px solid var(--default-white);
        margin-bottom: 1rem;
    }
    .fn-wrapper .fn-notices-box :is(h1,h2,h3,h4,h5,h6,p,a) {
        font-size: 7vw;
        font-family: var(--title-font-family);
        color: var(--default-white);
        text-align: center;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
    }
    .fn-wrapper p:not(.fn-notices-box p) {
        text-align: center;
        color: var(--default-white);
    }
    .fn-wrapper .category-module {
        margin: 0;
        padding: 0;
    }
    .fn-wrapper .category-module > li {
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-mainbar {
        min-height: 30vh;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 3vw 5%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ph-rounded-square-mobile .g-title {
        color: var(--default-white);
    }
}

.ph-rounded-square {
    --ph-g-title-size-desktop: 6vw;
    --ph-g-title-margin: 0 0 2vw 0;

    --ph-num-cols: 3;
    --ph-gap: 2vw;
    --ph-num-cols-gaps: calc(var(--ph-num-cols) - 1);
    --ph-num-cols-gaps-total: calc(var(--ph-num-cols-gaps) * var(--ph-gap));
    --ph-num-cols-gaps-quotient: calc(var(--ph-num-cols-gaps-total) / var(--ph-num-cols));
    --ph-flex: calc(100% / var(--ph-num-cols));
    --ph-vertical-flex: 1;
    --ph-flex-gap: calc(var(--ph-flex) - var(--ph-num-cols-gaps-quotient));

    --ph-border-radius: 0;

    --ph-background-color: #ffffff;

    --ph-title-padding: 1vw 2vw;

    --ph-title-font-size-desktop: 1.75vw;
    --ph-title-min-height: calc(var(--ph-title-font-size-desktop) * 4);
    --ph-title-border-top: 4px solid var(--secondary-color);
    --ph-title-color: #000000;
    --ph-title-font: var(--body-font-family);
    --ph-title-weight: 400;
}

@media only screen and (max-width: 50.99rem) {
    .site-1 .ph-rounded-square-mobile {
        --ph-g-title-size-mobile: 8vw;
        --ph-g-title-color: var(--default-white);

        --ph-num-cols: 1;
        --ph-gap: 1rem;
    }

    .site-2 .ph-rounded-square-mobile {
        --ph-g-title-size-mobile: 8vw;

        --ph-num-cols: 1;
        --ph-gap: 1rem;
        --ph-g-title-color: var(--primary-color);
    }
}

@media only screen and (min-width: 50.99rem) {
    .ph-rounded-square {
        margin: 0;
        padding: 0;
    }
    .ph-rounded-square > .g-content {
        margin: 0;
        padding: 0;
    }
    .ph-rounded-square .g-title {
        margin: var(--ph-g-title-margin);
        padding: 0;
        color: var(--default-white);
        font-family: var(--ph-g-title-font);
        font-size: 4vw;
        font-weight: var(--ph-g-title-weight);
        text-transform: var(--ph-g-title-text-transform);
        font-variant-caps: var(--ph-g-title-variant-caps);
    }
    .ph-rounded-square .g-content-array {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: var(--ph-gap);
    }
    .ph-rounded-square .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        flex: var(--ph-flex-gap);
        max-width: var(--ph-flex-gap);
        border-radius: var(--ph-border-radius);
        overflow: hidden;
        background: var(--ph-background-color);
        box-shadow: var(--ph-box-shadow);
    }
    .ph-rounded-square .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        border-radius: var(--ph-border-radius);
    }
    .ph-rounded-square .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        border-radius: var(--ph-border-radius);
    }
    .ph-rounded-square .g-array-item {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        position: relative;
        border-radius: var(--ph-border-radius);
    }
    .ph-rounded-square .g-array-item-image {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .ph-rounded-square .g-array-item-image img {
        margin: 0;
        padding: 0;
        width: 100%;
        object-position: center;
        object-fit: cover;
        transition: .3s all ease-in-out;
    }
    .ph-rounded-square.ph-uw .g-array-item-image img {
        width: 100%;
        aspect-ratio: 3.6 / 1;
    }
    .ph-rounded-square.ph-sw .g-array-item-image img {
        width: 100%;
        aspect-ratio: 2.39 / 1;
    }
    .ph-rounded-square.ph-wide .g-array-item-image img {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .ph-rounded-square.ph-standard .g-array-item-image img {
        width: 100%;
        aspect-ratio: 4 / 3;
    }
    .ph-rounded-square.ph-square .g-array-item-image img {
        width: 100%;
        aspect-ratio: 1 / 1;
    }
    .ph-rounded-square.ph-portrait .g-array-item-image img {
        width: 100%;
        aspect-ratio: 3 / 4;
    }
    .ph-rounded-square .g-array-item:hover .g-array-item-image img {
        transform: scale(1.10);
    }
    .ph-rounded-square .g-array-item-title {
        margin: 0;
        padding: var(--ph-title-padding);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        min-height: var(--ph-title-min-height);
        /*border-top: var(--ph-title-border-top);*/
        position: relative;
    }
    .ph-rounded-square .g-item-title {
        margin: 0;
        padding: 0;
        height: 100%;
        border: none;
        font-size: var(--ph-title-font-size-desktop);
        color: var(--ph-title-color);
        font-family: var(--ph-title-font);
        font-weight: var(--ph-title-weight);
    }
    .ph-rounded-square .g-array-item-title:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        width: 25%;
        transition: .3s all ease-in-out;
        background: var(--secondary-color);
    }
    .ph-rounded-square .g-array-item:hover .g-array-item-title:before {
        width: 100%;
    }
    .ph-rounded-square .g-item-title a {
        margin: 0;
        padding: 0;
        font-size: var(--ph-title-font-size-desktop);
        color: var(--ph-title-color);
        font-family: var(--ph-title-font);
        font-weight: var(--ph-title-weight);
    }
    .ph-rounded-square .g-array-item-text {
        margin: 0;
        padding: 0 2vw 1vw 2vw;
        color: var(--default-black);
        font-size: 1.25vw;
    }
    .ph-rounded-square .g-array-item-read-more {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ph-rounded-square .g-array-item-read-more a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ph-rounded-square-mobile {
        margin: 0;
        padding: 0;
    }
    .ph-rounded-square-mobile > .g-content {
        margin: 0;
        padding: 0;
        max-width: 100%;
        /*overflow-x: scroll;
        scroll-snap-type: x mandatory;*/
    }
    .ph-rounded-square-mobile .g-title {
        margin: var(--ph-g-title-margin);
        padding: 0;
        color: var(--ph-g-title-color);
        font-family: var(--ph-g-title-font);
        font-size: var(--ph-g-title-size-mobile);
        font-weight: var(--ph-g-title-weight);
        text-transform: var(--ph-g-title-text-transform);
        font-variant-caps: var(--ph-g-title-variant-caps);
    }
    .ph-rounded-square-mobile .g-content-array {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        /*flex-wrap: nowrap;*/
        /*justify-content: center;*/
        align-items: stretch;
        gap: var(--ph-gap);
        width: 100%;
        /*max-width: calc(480vw + var(--ph-gap));*/
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        padding: 1rem 15vw;
    }
    .ph-rounded-square-mobile .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        flex: var(--ph-flex-gap);
        width: 80vw;
        max-width: var(--ph-flex-gap);
        border-radius: var(--ph-border-radius);
        /*overflow: hidden;*/
        background: var(--ph-background-color);
        box-shadow: var(--ph-box-shadow);
        scroll-snap-align: center;
    }
    .ph-rounded-square-mobile .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 80vw;
        border-radius: var(--ph-border-radius);
    }
    .ph-rounded-square-mobile .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        border-radius: var(--ph-border-radius);
    }
    .ph-rounded-square-mobile .g-array-item {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: var(--ph-border-radius);
    }
    .ph-rounded-square-mobile .g-array-item-image {
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
    }
    .ph-rounded-square-mobile .g-array-item-image img {
        margin: 0;
        padding: 0;
        width: 100%;
        object-position: center;
        object-fit: cover;
        transition: .3s all ease-in-out;
    }
    .ph-rounded-square-mobile.ph-uw .g-array-item-image img {
        width: 80vw;
        aspect-ratio: 3.6 / 1;
    }
    .ph-rounded-square-mobile.ph-sw .g-array-item-image img {
        width: 80vw;
        aspect-ratio: 2.39 / 1;
    }
    .ph-rounded-square-mobile.ph-wide .g-array-item-image img {
        width: 80vw;
        aspect-ratio: 16 / 9;
    }
    .ph-rounded-square-mobile.ph-standard .g-array-item-image img {
        width: 80vw;
        aspect-ratio: 4 / 3;
    }
    .ph-rounded-square-mobile.ph-square .g-array-item-image img {
        width: 80vw;
        aspect-ratio: 1 / 1;
    }
    .ph-rounded-square-mobile.ph-portrait .g-array-item-image img {
        width: 80vw;
        aspect-ratio: 3 / 4;
    }
    .ph-rounded-square-mobile .g-array-item:hover .g-array-item-image img {
        transform: scale(1.10);
    }
    .ph-rounded-square-mobile .g-array-item-title {
        margin: 0;
        padding: var(--ph-title-padding);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        min-height: var(--ph-title-min-height);
        /*border-top: var(--ph-title-border-top);*/
        position: relative;
    }
    .ph-rounded-square-mobile .g-item-title {
        margin: 0;
        padding: 0;
        height: 100%;
        border: none;
        font-size: var(--ph-title-font-size-mobile);
        color: var(--ph-title-color);
        font-family: var(--ph-title-font);
        font-weight: var(--ph-title-weight);
    }
    .ph-rounded-square-mobile .g-array-item-title:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        width: 25%;
        transition: .3s all ease-in-out;
        background: var(--secondary-color);
    }
    .ph-rounded-square-mobile .g-array-item:hover .g-array-item-title:before {
        width: 100%;
    }
    .ph-rounded-square-mobile .g-item-title a {
        margin: 0;
        padding: 0;
        font-size: var(--ph-title-font-size-mobile);
        color: var(--ph-title-color);
        font-family: var(--ph-title-font);
        font-weight: var(--ph-title-weight);
    }
    .ph-rounded-square-mobile .g-array-item-text {
        color: var(--default-black);
        padding: 1vw 2vw;
    }
    .ph-rounded-square-mobile .g-array-item-read-more {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ph-rounded-square-mobile .g-array-item-read-more a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    :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-title {
        font-size: 4vw;
        color: var(--primary-color);
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
    }
    .site-1-home #g-expanded .g-array-item-text {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded .g-title {
        font-size: 10vw;
        color: var(--primary-color);
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
    }
    .site-1-home #g-expanded .g-array-item-text {
        margin: 0;
        padding: 0;
    }
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension {
        background: url('/images/template/parallax2.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-1-home #g-extension > .g-container {
        background: rgba(var(--secondary-rgb),.7);
        padding: 2vw 5%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension {
        background: url('/images/template/parallax2.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-extension > .g-container {
        background: rgba(var(--secondary-rgb),.7);
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .link-boxes-container {
        display: flex;
        flex-direction: row;
        gap: 10vw;
    }
    .link-boxes-container > div {
        flex: 1;
    }
    .link-boxes-container .g-title {
        color: var(--default-white);
        border-bottom: 2px solid var(--tertiary-color);
        font-size: 3vw;
        text-shadow: var(--default-text-shadow);
    }
    .link-boxes-container .feed-link > a {
        color: var(--default-white);
    }
}

@media only screen and (max-width: 50.99rem) {
    .link-boxes-container {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    .link-boxes-container > div {
        flex: 1;
    }
    .link-boxes-container .g-title {
        color: var(--default-white);
        border-bottom: 2px solid var(--tertiary-color);
        font-size: 10vw;
        text-shadow: var(--default-text-shadow);
    }
    .link-boxes-container .feed-link > a {
        color: var(--default-white);
    }
}

/*************** 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(--tertiary-color); transition: .3s all ease-in-out;}
#g-footer a:hover {opacity: .5;}
#g-footer .g-array-item-text {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 50.99rem) {
    .footer-content-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
    }
    .footer-content-icon {
        flex: 3;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-content-icon > a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-content-icon img {
        width: 40%;
    }
    .footer-content-box {
        flex: 4;
    }
    .footer-content-box :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-size: 4vw;
        text-transform: none;
        font-variant-caps: normal;
        text-align: center;
        font-weight: 700;
    }
    .footer-content-box p {
        color: var(--tertiary-color);
        font-size: 1.25vw;
        text-align: center;
        font-family: var(--body-font-family);
    }
    .footer-content-links {
        flex: 3;
        display: flex;
        flex-direction: column;
        gap: 1vw;
        justify-content: space-between;
        padding: 1vw 4vw;
    }
    .footer-content-links a.button {
        color: var(--default-white)!important;
        font-family: var(--title-font-family);
        font-size: 2vw;
        text-transform: none;
        font-variant-caps: normal;
        border: 2px solid var(--default-white);
        padding: 1vw 4vw;
        border-radius: 3vw / 50%;
        background: transparent;
    }
    .footer-content-links a.button:hover {
        background: #777; 
    }
}

@media only screen and (max-width: 50.99rem) {
    .footer-content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .footer-content-icon {
        flex: 3;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-content-icon > a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-content-icon img {
        width: 40%;
    }
    .footer-content-box {
        flex: 4;
    }
    .footer-content-box :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-size: 8vw;
        text-transform: none;
        font-variant-caps: normal;
        text-align: center;
        font-weight: 700;
    }
    .footer-content-box p {
        color: var(--tertiary-color);
        text-align: center;
        font-family: var(--body-font-family);
    }
    .footer-content-links {
        flex: 3;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: space-between;
        padding: 1vw 4vw;
        width: 100%;
    }
    .footer-content-links a.button {
        color: var(--default-white)!important;
        font-family: var(--title-font-family);
        font-size: 7vw;
        text-transform: none;
        font-variant-caps: normal;
        border: 2px solid var(--default-white);
        padding: .5rem 1rem;
        border-radius: 1rem / 50%;
        background: transparent;
    }
    .footer-content-links a.button:hover {
        background: #777; 
    }
}

/*************** 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 *******************/ 
/*************** 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;
    }
}

/* funeral image */

.funeral-image .g-array-item-image {
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.funeral-image .g-array-item-image img {
    max-height: clamp(400px, 25vw, 600px);
    width: auto;
    border-radius: 5px;
    box-shadow: var(--default-box-shadow);
    max-width: 100%;
}

#contentarray-1908-particle {
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
}