@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Julius+Sans+One&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #00511D;
    --secondary-color: #d9d163;
    --tertiary-color: #94CF95;

    --primary-rgb: 0,81,29;
    --secondary-rgb: 217,209,99;
    --tertiary-rgb: 148,207,149;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Julius Sans One', serif;
    --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, .5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--primary-color);

    --grid-bg: var(--primary-color);
    --grid-border-radius: 1rem;
}

h6 {
    color: var(--primary-color);
}

p a {
    text-decoration: underline solid var(--secondary-color);
    -webkit-text-decoration: underline solid var(--secondary-color);
}

.site-1 .ql-fa-toplinks {
    --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: linear-gradient(to top right, #ae8625, #e2da6a, #d2ac47);
    font-family: var(--body-font-family);
    border-radius: 1.3rem / 50%;
    transition: .3s all ease-in-out;
    color: var(--primary-color)!important;
} 

a.green-button {
    background: var(--primary-color);
    font-family: var(--body-font-family);
    border-radius: .5rem;
    letter-spacing: 2px;
    font-size: 1.5vw;
    color: var(--default-white);
    text-transform: none;
    font-weight: 400;
    padding: .7rem 1.3rem;
    margin: 0;
    display: inline-block;
    line-height: 1;
    border: none;
    transition: all .2s ease-in;
    text-decoration: none;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
}
a.green-button:hover {
    background: #777;
}

@media only screen and (max-width: 50.99rem) {
    a.green-button {
        font-size: 1rem;
        width: 100%;
    }
}

:is(.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a):not(.g-array-item-read-more > .button, .g-blockcontent-buttons > .button):hover {
    background: linear-gradient(to top right, #ae8625, #e2da6a, #d2ac47);
    transform: scale(1.05);
    color: var(--primary-color);
}

/*************** ALL SITE *****************/
.item-image {display: none;}

#g-top.modern-alert-padding {
    background: #008a35;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-sub .page-header h2 {
        font-size: 3vw;
        font-weight: 700;
    }

    .g-menu-item-subtitle {
        font-size: 1vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-sub .page-header h2 {
        font-size: 10vw;
        font-weight: 700;
    }
}

/*************** 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(--secondary-color);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000; /* Ensure it stays on top of other content */
    }
    .g-main-nav.sticky {
        background: var(--primary-color);
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (min-width: 50.99rem) {
    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }

    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--secondary-color);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }

    .site-1 #g-navigation {
        background: url('/images/template/header.jpeg') 50% 100% no-repeat;
        background-size: cover;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(var(--primary-rgb),.8);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header.jpeg') 50% 100% no-repeat;
        background-size: cover;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(var(--primary-rgb),.8);
    }
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(2) {
        padding: 1vw!important;
    }

    .site-1 #g-navigation .g-logo img {
        width: 80%;
    }
}


/*************** SLIDESHOW ****************/ 
/*************** HEADER *******************/
/*************** ABOVE ********************/
.ql-inner-box .g-blockcontent-buttons > a.button {
    opacity: 0;
}
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-above > .g-container {
        padding: 2vw 5%!important;
    }

    .site-1-home .ql-inner-box .g-blockcontent-subcontent-block {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .site-1-home .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border-radius: 1rem;
        border: 1px solid var(--primary-color);
    }
    .site-1-home .ql-inner-box .g-blockcontent-subcontent {
        gap: 1vw;
    }
    .site-1-home .ql-inner-box .g-blockcontent-subcontent-title {
        background: linear-gradient(to top right, #ae8625, #e2da6a, #d2ac47);
    }
    .site-1-home .ql-inner-box .g-blockcontent-subcontent-block-content:hover .g-blockcontent-subcontent-title {
        background: linear-gradient(to top right, #ae8625, #e2da6a, #d2ac47);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home .ql-dm.ql-subtitle .g-blockcontent-subcontent-title {
        background: transparent;
    }
    .site-1-home .ql-dm.ql-subtitle .g-blockcontent-subcontent-block-content:hover .g-blockcontent-subcontent-title {
        background: transparent;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ql-translate {
        margin: 0;
        padding: 0;
    }
    .ql-translate > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-translate > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-translate .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-translate .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 1vw;
    }
    .ql-translate .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        border-radius: 1rem;
        overflow: hidden;
        /*background: linear-gradient(to top right, #ae8625, #e2da6a, #d2ac47);*/
        background: var(--primary-color);
        box-shadow: var(--default-box-shadow);
        /*padding: 1vw;*/
        transition: .3s all ease-in-out;
        position: relative;
        height: 12vw;
    }
    .ql-translate .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: .5vw;
        position: absolute;
        top: 1vw;
        bottom: 1vw;
        left: 1vw;
        right: 1vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 3px solid var(--secondary-color);
        border-radius: 1rem;
        overflow: hidden;
        transition: .3s all ease-in-out;
    }
    .ql-translate .g-blockcontent-subcontent-block-content:hover {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1.5vw;
    }
    .ql-translate .g-blockcontent-subcontent-subtitle {
        margin: 0;
        padding: 0;
        order: 2;
        background: none;
        border-radius: 0;
        font-size: 1.25vw;
        text-align: center;
        color: var(--default-white);
        text-shadow: var(--default-text-shadow);
        transition: .3s all ease-in-out;
        font-weight: 700;
    }
    .ql-translate .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        order: 1;
        text-align: center;
        transition: .3s all ease-in-out;
    }
    .ql-translate .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: 1.5vw;
        text-align: center;
        text-shadow: var(--default-text-shadow);
        transition: .3s all ease-in-out;
        font-weight: 700;
        color: var(--default-white);
    }
    .ql-translate .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-translate .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) {
    .ql-translate-mobile {
        margin: 1rem;
        padding: 0;
    }
    .ql-translate-mobile > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-translate-mobile > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-translate-mobile .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-translate-mobile .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .ql-translate-mobile .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        /*flex: 1;*/
        width: calc(50% - .5rem);
        max-width: calc(50% - .5rem);
        border-radius: 1rem;
        overflow: hidden;
        /*background: linear-gradient(to top right, #ae8625, #e2da6a, #d2ac47);*/
        background: var(--primary-color);
        box-shadow: var(--default-box-shadow);
        /*padding: 1vw;*/
        transition: .3s all ease-in-out;
        position: relative;
        height: 25vw;
    }
    .ql-translate-mobile .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: .5vw;
        position: absolute;
        top: 1vw;
        bottom: 1vw;
        left: 1vw;
        right: 1vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 3px solid var(--secondary-color);
        border-radius: 1rem;
        overflow: hidden;
        transition: .3s all ease-in-out;
    }
    .ql-translate-mobile .g-blockcontent-subcontent-block-content:hover {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1.5vw;
    }
    .ql-translate-mobile .g-blockcontent-subcontent-subtitle {
        margin: 0;
        padding: 0;
        order: 2;
        background: none;
        border-radius: 0;
        font-size: 3.25vw;
        text-align: center;
        color: var(--default-white);
        text-shadow: var(--default-text-shadow);
        transition: .3s all ease-in-out;
        font-weight: 700;
    }
    .ql-translate-mobile .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        order: 1;
        text-align: center;
        transition: .3s all ease-in-out;
    }
    .ql-translate-mobile .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: 3.5vw;
        text-align: center;
        text-shadow: var(--default-text-shadow);
        transition: .3s all ease-in-out;
        font-weight: 700;
        color: var(--default-white);
    }
    .ql-translate-mobile .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-translate-mobile .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) {
    .ql-dm .g-blockcontent-buttons {
        opacity: 0;
    }
    .ql-dm.ql-subtitle .g-blockcontent-subcontent-subtitle {
        background: transparent;
    }
    .ql-dm.ql-subtitle .g-blockcontent-subcontent-block {
        border-radius: 1rem;
        overflow: hidden;
        background: linear-gradient(to top right, #ae8625, #e2da6a, #d2ac47);
    }
    .ql-dm.ql-subtitle .g-blockcontent-subcontent-subtitle {
        color: #4A7C37;
    }
}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 1vw 5%!important;
    }

    .site-1-home #g-utility > .g-container > .g-grid > .g-block:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mt-mass-times-wrapper {
        display: flex;
        flex-direction: row;
        gap: 5vw;
    }

    .mt-mass-times-wrapper a {
        color: var(--primary-color);
        transition: .3s all ease-in-out;
    }

    .mt-mass-times-wrapper a:hover {
        opacity: .5;
    }

    .mt-mass-times-wrapper h1 {
        font-size: 2.15vw;
        font-weight: 700;
    }

    .mt-mass-times-content {
        flex: 1;
    }

    .mt-content-box {
        display: flex;
        flex-direction: row;
    }

    .mt-content-box > div {
        flex: 1;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 1rem!important;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-mainbar {
        min-height: 30vh;
    }

    .site-1-sub #g-container-main .page-header h2[itemprop="headline"] {
        line-height: 1.2;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 3vw 5%!important;
    }

    .site-1-home #g-mainbar > .g-grid:last-child {
        margin-top: 3vw;
    }
}

@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: 4;
    --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: 1rem;

    --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-container {
        padding: 2vw 5%!important;
    }

    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:nth-child(1) {
        padding-right: .5vw;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:nth-child(2) {
        padding-left: .5vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 1rem!important;
    }
    .site-1-home #g-expanded > .g-container > .g-grid {
        gap: 2rem;
    }
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 2vw 0 0 0!important;
    }
    .site-1 #g-bottom .admod {
        margin: -37.5px!important;
    }
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white); transition: .3s all ease-in-out;}
#g-footer a:hover {opacity: .5;} 

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/stories/template/footer-background/footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-container {
        background: rgba(0,0,0,.5);
    }

    .site-1 #g-footer {
        padding-top: 2vw!important;
    }

    .site-1 #g-footer .g-array-item-text {
        margin: 0;
    }

    .site-1 #g-footer > .g-container > .g-grid > .g-block {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .social-box .g-array-item-text {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/stories/template/footer-background/footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-container {
        background: rgba(0,0,0,.5);
    }

    .site-1 #g-footer {
        padding: 1rem 1rem 3rem 1rem!important;
    }

    .site-1 #g-footer .g-logo {
        text-align: center;
    }
}

/*************** 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;
    }
}

@media only screen and (min-width: 50.99rem) {
    .grid-inner-box {
        margin: 0;
        padding: 0;
    }
    .grid-inner-box > .g-particle {
        margin: 0;
        padding: 0;
    }
    .grid-inner-box .g-content-array {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2vw;
        justify-content: center;
    }
    .grid-inner-box .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        flex: 25;
        max-width: 23%;
        min-width: 20%;
        position: relative;
        background: var(--grid-bg);
        border-radius: var(--grid-border-radius);
        box-shadow: var(--grid-box-shadow);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .grid-inner-box .g-content-array > .g-grid:hover .g-block {
        margin: 0;
        height: 100%;
        width: 100%;
    }
    .grid-inner-box.grid-uw .g-content-array > .g-grid {
        aspect-ratio: 3.6 / 1;
    }
    .grid-inner-box.grid-sw .g-content-array > .g-grid {
        aspect-ratio: 2.39 / 1;
    }
    .grid-inner-box.grid-wide .g-content-array > .g-grid {
        aspect-ratio: 16 / 9;
    }
    .grid-inner-box.grid-standard .g-content-array > .g-grid {
        aspect-ratio: 4 / 3;
    }
    .grid-inner-box.grid-square .g-content-array > .g-grid {
        aspect-ratio: 1 / 1;
    }
    .grid-inner-box.grid-portrait .g-content-array > .g-grid {
        aspect-ratio: 3 / 4;
    }
    .grid-inner-box .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
        border: 3px solid var(--secondary-color);
        /*transform: translateY(-1vw) translateX(-1vw);*/
        width: 90%;
        height: 90%;
        border-radius: var(--grid-border-radius);
        padding: 1vw;
        margin: 0 1vw;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s all ease-in-out;
    }
    .grid-inner-box .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .grid-inner-box .g-array-item {
        margin: 0;
        padding: 0;
    }
    .grid-inner-box .g-array-item-image {
        margin: 0;
        padding: 0;
        display: none!important;
    }
    .grid-inner-box .g-array-item-title {
        margin: 0;
        padding: 0;
        font-size: 1.5vw;
        text-align: center;
        text-shadow: var(--default-text-shadow);
        transition: .3s all ease-in-out;
        font-weight: 700;
        color: var(--default-white);
        border: none;
    }
    .grid-inner-box .g-item-title {
        margin: 0;
        padding: 0;
        font-size: 1.5vw;
        text-align: center;
        text-shadow: var(--default-text-shadow);
        transition: .3s all ease-in-out;
        font-weight: 700;
        color: var(--default-white);
        border: none;
    }
    .grid-inner-box .g-item-title a {
        margin: 0;
        padding: 0;
        font-size: 1.5vw;
        text-align: center;
        text-shadow: var(--default-text-shadow);
        transition: .3s all ease-in-out;
        font-weight: 700;
        color: var(--default-white);
        border: none;
    }
    .grid-inner-box .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;
    }
    .grid-inner-box .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) {
    .grid-inner-box {
        margin: 0;
        padding: 0;
    }
    .grid-inner-box > .g-particle {
        margin: 0;
        padding: 0;
    }
    .grid-inner-box .g-content-array {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2vw;
        justify-content: center;
    }
    .grid-inner-box .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        flex: 50;
        max-width: 50%;
        min-width: 45%;
        position: relative;
        background: var(--grid-bg);
        border-radius: var(--grid-border-radius);
        box-shadow: var(--grid-box-shadow);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .grid-inner-box .g-content-array > .g-grid:hover .g-block {
        margin: 0;
        height: 100%;
        width: 100%;
    }
    .grid-inner-box.grid-uw .g-content-array > .g-grid {
        aspect-ratio: 3.6 / 1;
    }
    .grid-inner-box.grid-sw .g-content-array > .g-grid {
        aspect-ratio: 2.39 / 1;
    }
    .grid-inner-box.grid-wide .g-content-array > .g-grid {
        aspect-ratio: 16 / 9;
    }
    .grid-inner-box.grid-standard .g-content-array > .g-grid {
        aspect-ratio: 4 / 3;
    }
    .grid-inner-box.grid-square .g-content-array > .g-grid {
        aspect-ratio: 1 / 1;
    }
    .grid-inner-box.grid-portrait .g-content-array > .g-grid {
        aspect-ratio: 3 / 4;
    }
    .grid-inner-box .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
        border: 3px solid var(--secondary-color);
        /*transform: translateY(-1vw) translateX(-1vw);*/
        width: 90%;
        height: 90%;
        border-radius: var(--grid-border-radius);
        padding: 1vw;
        margin: 0 1vw;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s all ease-in-out;
    }
    .grid-inner-box .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .grid-inner-box .g-array-item {
        margin: 0;
        padding: 0;
    }
    .grid-inner-box .g-array-item-image {
        margin: 0;
        padding: 0;
        display: none!important;
    }
    .grid-inner-box .g-array-item-title {
        margin: 0;
        padding: 0;
        font-size: 3.5vw;
        text-align: center;
        text-shadow: var(--default-text-shadow);
        transition: .3s all ease-in-out;
        font-weight: 700;
        color: var(--default-white);
        border: none;
    }
    .grid-inner-box .g-item-title {
        margin: 0;
        padding: 0;
        font-size: 3.5vw;
        text-align: center;
        text-shadow: var(--default-text-shadow);
        transition: .3s all ease-in-out;
        font-weight: 700;
        color: var(--default-white);
        border: none;
    }
    .grid-inner-box .g-item-title a {
        margin: 0;
        padding: 0;
        font-size: 3.5vw;
        text-align: center;
        text-shadow: var(--default-text-shadow);
        transition: .3s all ease-in-out;
        font-weight: 700;
        color: var(--default-white);
        border: none;
    }
    .grid-inner-box .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;
    }
    .grid-inner-box .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;
    }
}