@import url('//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
/************ TEMPLATE  ************
MOCKUP #2_v3 APPROVED
-Created an adaptation mockup for the School. Use the same settings as the Church. Needs some new photos for quick links and maybe for the header/footer and Mission Statement as well.

They have included brand standards. Document found in DropBox. 
- I made simple edits to the logo so it could have a transparent background and shadow for contrast.

FONTS / ALTERNATIVES / WEIGHTS
Display: Lora
Body: Lato

COLORS (GRADIENTS IF ANY) INCLUDE RGB
Primary: Green 01693E rgb(1,105,62)
Secondary: Olive Leaf(Green used on menu) 125740 rgb(18,87,64)
Tertiary: Gold  FFB611 rgb(255,182,17)

IMAGES (OPACITY, BLUR RADIUS IN PX, ROTATOR RATIO)
- Header: 80% Opacity. No Blur.
- Mission Statement: 90% Opacity. 2px Radius Blur.
- Quicklinks: 85 % Opacity. 2px Radius Blur.
- Footer: 92% Opacity. 2px Radius Blur.

#C3D8D0 rgb(195,216,208)

************/

.site-1 {
    --primary-color: #01693E;
    --secondary-color: #125740;
    --tertiary-color: #FFB611;

    --primary-rgb: 1,105,62;
    --secondary-rgb: 18,87,64;
    --tertiary-rgb: 255,182,17;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #C3D8D0;

    --title-font-family: 'Lora', serif;
    --body-font-family: 'Lato', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);

    --hero-title-font-size: 3vw;

    --hero-title-top-position: 4vw;
    --hero-title-bottom-position: 4vw;
    --hero-title-left-position: 22vw;
    --hero-title-right-position: 22vw;

    --hero-text-top-position: 12vw;
    --hero-text-bottom-position: 0;
    --hero-text-left-position: 10vw;
    --hero-text-right-position: 10vw;

}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--default-white);
    --ql-background-hover: rgba(var(--tertiary-rgb),.8);
    --ql-font-size-mobile: 4vw;
}

.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);
} 

a.green-button {
    background: var(--default-white);
    font-family: var(--body-font-family);
    border-radius: .5rem;
    letter-spacing: 2px;
    font-size: 1.5vw;
    color: var(--primary-color);
    text-transform: none;
    font-weight: 400;
    padding: .7rem 1.3rem;
    margin: 0;
    display: inline-block;
    line-height: 1;
    border: 3px solid var(--primary-color);
    transition: all .2s ease-in;
    text-decoration: none;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    box-shadow: -3px 3px 10px rgba(0,0,0,.5);
}
a.green-button:hover {
    background: var(--primary-color);
    color: var(--default-white);
}

@media only screen and (max-width: 50.99rem) {
    a.green-button {
        font-size: 1rem;
        width: 100%;
    }
}

/*************** ALL SITE *****************/
.item-image {display: none;}

:is(.site-1-home, .site-2-home) #g-page-surround .g-content {
 padding: 0;
}

:is(.site-1-home, .site-2-home) #g-page-surround .g-array-item-text {
 margin: 0;
}

/*************** HOMELAYOUT ***************/ 
@media only screen and (min-width: 50.99rem) {
    .ql-fa-toplinks .g-blockcontent-subcontent-block:not(.ql-fa-toplinks .g-blockcontent-subcontent-block:last-child) {
        border-right: none;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ql-fa-toplinks .g-blockcontent-subcontent-block {
        align-items: flex-start;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: flex;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
        color: var(--default-white);
    }
}

/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

.g-offcanvas-toggle {
    background: white;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

@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);
    }
}

.site-1-home #g-container-main:not(:has(.ph-sidepics-3 .g-content-array > .g-grid:nth-child(1))) {
    display: none!important;
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header-cl.jpg') 50% 50% 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:has(.g-logo, .spacer) {
        padding: 1vw 3vw 0 3vw!important;
    }
    .site-1 #g-navigation > .g-container > .g-grid:has(.g-main-nav) {
        border-top: .75vw solid var(--default-white);
    }
    .site-1-home #g-navigation .g-logo img {
        position: relative;
        z-index: 100;
        width: 100%;
        margin-bottom: -20vw;
    }
    .site-1-sub #g-navigation .g-logo img {
        position: relative;
        z-index: 100;
        width: 100%;
        margin-bottom: -20vw;
    }
    /*.site-1-sub #g-container-main {
        margin-top: 5vw;
    }*/
    .site-1 #g-navigation .g-main-nav {
        padding-left: calc(2vw + 20%);
    }

    body:not(.site-1-home, .site-1-sub.herotitlepage) .g-logo img {
        margin-bottom: -7vw!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header-cl.jpg') 50% 50% 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) {
    .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(--default-white);
        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: 45%;
        margin: 0 auto;
    }
    .site-1-home #g-navigation .g-logo {
        max-width: 45%;
        margin: 2rem auto 0 auto;
    }
    .site-1-home #g-navigation .g-logo img {
        position: relative;
        z-index: 100;
        /*margin-bottom: -20vw;*/
    }
    .site-1-sub #g-navigation .g-logo img {
        position: relative;
        z-index: 100;
        margin-bottom: -2rem;
    }
}
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow > .g-container {
        padding: 2vw!important;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 2vw;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid > .fullwidth-swiper {
        flex: 70;
        width: unset;
        max-width: unset;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: -3px 3px 15px rgba(0,0,0,.5);
    }
    .site-1-home #g-slideshow > .g-container > .g-grid > .m-times-block {
        flex: 30;
        width: unset;
        max-width: unset;
    }

    .m-times-block > .g-content {
        height: 100%;
    }
    .m-times-block .g-content-array {
        height: 100%;
    }
    .m-times-block .g-content-array > .g-grid {
        height: 100%;
    }
    .m-times-block .g-content-array > .g-grid > .g-block {
        height: 100%;
    }
    .m-times-block .g-content-array > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    .m-times-block .g-array-item {
        height: 100%;
    }
    .m-times-block .g-array-item-text {
        height: 100%;
    }
    .m-times-block .mt-button-box {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .m-times-block :is(h1,h2,h3,h4,h5,h6) {
        font-size: 2.5vw;
        color: var(--primary-color);
        text-transform: uppercase;
        font-variant-caps: normal;
        font-weight: 700;
        line-height: 1;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        font-family: var(--title-font-family);
        margin-bottom: .75vw;
    }
    .m-times-block .mt-big-title {
        font-size: 4.5vw;
        text-transform: none;
        margin-bottom: 2vw;
    }
    .m-times-block p {
        font-size: 1.75vw;
        color: var(--primary-color);
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
        margin-bottom: 2vw;
    }
    .m-times-block .mt-button-box .button {
        width: 100%;
        background: transparent;
        border: 3px solid var(--primary-color);
        border-radius: .5rem;
        text-transform: uppercase;
        font-size: 1.75vw;
        line-height: 1;
        margin: 0;
        padding: 1vw 1.5vw;
        color: var(--primary-color)!important;
        font-family: var(--title-font-family);
        font-weight: 600;
    }
    .m-times-block .mt-button-box .button:hover {
        background: var(--primary-color);
        box-shadow: -3px 3px 15px rgba(0,0,0,.5);
    }
}

@media only screen and (max-width: 50.99rem) {
    .m-times-block > .g-content {
        height: 100%;
    }
    .m-times-block .g-content-array {
        height: 100%;
    }
    .m-times-block .g-content-array > .g-grid {
        height: 100%;
    }
    .m-times-block .g-content-array > .g-grid > .g-block {
        height: 100%;
    }
    .m-times-block .g-content-array > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    .m-times-block .g-array-item {
        height: 100%;
    }
    .m-times-block .g-array-item-text {
        height: 100%;
        padding: 1rem 2rem;
    }
    .m-times-block .mt-button-box {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .m-times-block :is(h1,h2,h3,h4,h5,h6) {
        font-size: 7vw;
        color: var(--primary-color);
        text-transform: uppercase;
        font-variant-caps: normal;
        font-weight: 700;
        line-height: 1;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        font-family: var(--title-font-family);
        margin-bottom: .75rem;
    }
    .m-times-block .mt-big-title {
        font-size: 10vw;
        text-transform: none;
        margin-bottom: 1rem;
    }
    .m-times-block p {
        font-size: 4.75vw;
        color: var(--primary-color);
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
        margin-bottom: 1rem;
    }
    .m-times-block .mt-button-box .button {
        width: 100%;
        background: transparent;
        border: 3px solid var(--primary-color);
        border-radius: .5rem;
        text-transform: uppercase;
        font-size: 4.75vw;
        line-height: 1;
        margin: 0;
        padding: 1rem 1.5rem;
        color: var(--primary-color)!important;
        font-family: var(--title-font-family);
        font-weight: 600;
    }
    .m-times-block .mt-button-box .button:hover {
        background: var(--primary-color);
        box-shadow: -3px 3px 15px rgba(0,0,0,.5);
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-above {
        background: url('/images/template/mission-statement.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-above > .g-container {
        background: rgba(var(--primary-rgb),.9);
        backdrop-filter: blur(2px);
        padding: 3vw 2vw 9vw 2vw!important;
    }

    .mission-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3vw;
    }
    .mission-wrapper .mission-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 3vw;
        width: 100%;
    }
    .mission-wrapper .mission-title .mission-border {
        max-width: 50%;
        min-width: 26%;
        border-bottom: 3px solid var(--default-white);
        height: 3px;
    }
    .mission-wrapper .mission-title .mission-title-text {
        text-align: center;
        font-size: 4vw;
        font-family: var(--title-font-family);
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        background: none;
        line-height: 1;
        margin: 0;
        padding: 0;
        color: var(--default-white);
    }
    .mission-wrapper .mission-statement-text {
        font-size: 2.5vw;
        font-weight: 400;
        font-style: italic;
        font-family: var(--title-font-family);
        color: var(--default-white);
        line-height: 1.5;
        margin: 0;
        padding: 0 4vw;
        text-align: center;
    }
    .mission-wrapper .mission-statement-text p {
        font-size: 2.5vw;
        font-weight: 400;
        font-style: italic;
        font-family: var(--title-font-family);
        color: var(--default-white);
        line-height: 1.5;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .mission-wrapper .mission-bottom-line {
        border-top: 3px solid var(--default-white);
        height: 3px;
        width: 66%;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-above {
        background: url('/images/template/mission-statement.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-above > .g-container {
        background: rgba(var(--primary-rgb),.9);
        backdrop-filter: blur(2px);
        padding: 2rem 1rem!important;
    }

    .mission-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .mission-wrapper .mission-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        width: 100%;
    }
    .mission-wrapper .mission-title .mission-border {
        max-width: 50%;
        min-width: 5%;
        border-bottom: 3px solid var(--default-white);
        height: 3px;
    }
    .mission-wrapper .mission-title .mission-title-text {
        text-align: center;
        font-size: 8vw;
        font-family: var(--title-font-family);
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        background: none;
        line-height: 1;
        margin: 0;
        padding: 0;
        color: var(--default-white);
    }
    .mission-wrapper .mission-statement-text {
        font-size: 5vw;
        font-weight: 400;
        font-style: italic;
        font-family: var(--title-font-family);
        color: var(--default-white);
        line-height: 1.5;
        margin: 0;
        padding: 0 4vw;
        text-align: center;
    }
    .mission-wrapper .mission-statement-text p {
        font-size: 5vw;
        font-weight: 400;
        font-style: italic;
        font-family: var(--title-font-family);
        color: var(--default-white);
        line-height: 1.5;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .mission-wrapper .mission-bottom-line {
        border-top: 3px solid var(--default-white);
        height: 3px;
        width: 66%;
    }
}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
.site-1-home .ql-inner-box {
    --ql-background-color: rgba(var(--tertiary-rgb),.85);
    --ql-background-hover: rgba(var(--tertiary-rgb),.6);
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility {
        transform: translateY(-50%);
        background: transparent;
    }
    .site-1-home #g-utility > .g-container {
        padding: 0 5%!important;
    }
    .site-1-home #g-utility > .g-container > .g-grid {
        padding: 15px;
    }

    .ql-inner-box .g-blockcontent-header {
        display: flex;
        justify-content: center;
    }
    .ql-inner-box .g-title {
        margin-bottom: 3vw;
    }

    .ql-inner-box .g-blockcontent-subcontent {
        gap: 2vw;
        flex-wrap: wrap;
    }
    .ql-inner-box .g-blockcontent-subcontent-block {
        flex: 1;
        border-radius: 1rem;
        overflow: hidden;
        border: 3px solid var(--default-white);
        transition: .3s all ease-in-out;
        box-shadow: -3px 3px 10px rgba(0,0,0,.5);
    }
    /*.ql-inner-box .g-blockcontent-subcontent-block:hover {
        border: 3px solid transparent;
    }*/
    .ql-inner-box .g-blockcontent-subcontent-title {
        padding: 0;
        backdrop-filter: blur(2px);
    }
    .ql-inner-box .g-blockcontent-subcontent-block-content:hover .g-blockcontent-subcontent-title {
        padding: 1vw;
    }
    .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: 3px solid transparent;
        border-radius: 1rem;
        transition: .3s all ease-in-out;
        transition: .3s padding ease-out;
        font-family: var(--title-font-family);
        padding: 1vw;
        font-size: 2vw;
        color: var(--default-black);
        font-weight: 600;
        text-transform: uppercase;
    }
    .site-1-home .ql-inner-box .g-blockcontent-subcontent-block-content:hover .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: 3px solid var(--default-white);
        padding: .5vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 .ql-dm {
        --ql-title-color: var(--default-black);
    }
    .site-1 .ql-dm .g-blockcontent-subcontent-block {
        border: 2px solid var(--default-white);
        box-shadow: -3px 3px 10px rgba(0,0,0,.5);
    }
    .site-1 .ql-dm .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        font-family: var(--title-font-family);
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 0 5% 3vw 5%!important;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-aside) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ph-sidepics-3 .g-content-array > .g-grid {
        padding: 2vw;
        box-shadow: -3px 3px 10px rgba(0,0,0,.5);
        border: 3px solid var(--default-black);
        border-radius: 1rem;
        background: var(--default-grey);
        position: relative;
    }
    .ph-sidepics-3.ph-wide .g-array-item {
        grid-template-rows: 5vw calc(100% - 5vw) 0%;
        column-gap: 3vw;
        position: unset;
    }
    .ph-sidepics-3 .g-array-item-title {
        align-items: flex-start;
        padding: 0;
        border-bottom: 2px solid var(--default-black);
        width: calc(100% - 2vw);
    }
    .ph-sidepics-3 .g-item-title {
        color: var(--default-black);
        font-family: var(--title-font-family);
        font-size: 2vw;
        font-weight: 700;
        line-height: 1.5;
    }
    .ph-sidepics-3 .g-item-title a {
        color: var(--default-black);
    }
    .ph-sidepics-3.ph-wide .g-array-item-image {
        border-radius: .5rem;
    }
    .ph-sidepics-3 .g-array-item-text {
        padding: .5vw 2vw 0 0;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 1.25vw!important;
    }
    .ph-sidepics-3.ph-wide .g-array-item-text {
        font-size: 1.25vw!important;
    }
    .ph-sidepics-3.ph-wide .g-array-item-read-more a {
        padding: 0 2vw 1vw 0;
    }
    .ph-sidepics-3 .g-array-item-read-more a {
        align-items: flex-end;
        justify-content: flex-end;
        text-transform: uppercase;
        text-decoration: underline;
        color: var(--default-black);
        font-weight: 700;
        font-size: 2vw;
        font-family: var(--title-font-family);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 2rem 0!important;
    }
    .site-1-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block {
        width: 100%;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(1) {
        order: 2;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(2) {
        order: 1;
    }
    .site-1-home #g-mainbar {
        padding: 0;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-mainbar {
        min-height: 30vh;
    }
}

@media only screen and (max-width: 50.99rem) {
    :is(.site-1-sub, .site-2-sub) #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
}

/*************** EXPANDED *****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 3vw 5%!important;
    }
    .site-1-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 3vw;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block {
        flex: 1;
        width: unset;
        max-width: unset;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:has(.eapps-widget) .eapps-widget {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: -3px 3px 10px rgba(0,0,0,.5);
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:has(.module-box, iframe) iframe {
        height: 700px;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: -3px 3px 10px rgba(0,0,0,.5);
    }
    .site-1-home .module-box {
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }
    .site-1-home .module-box > div:has(.button) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home .module-box .button {
        width: 95%;
        color: var(--default-white);
        font-family: var(--title-font-family);
        text-transform: uppercase;
        font-size: 1.5vw;
        font-weight: 700;
        padding: 1vw 2vw;
        background: transparent;
        border: 3px solid var(--default-white);
        border-radius: .5rem;
        box-shadow: -3px 3px 10px rgba(0,0,0,.5);
        line-height: 1;
        margin: 0;
    }
    .site-1-home .module-box .button:hover {
        background: var(--default-white);
        color: var(--primary-color);
    }
    .site-1-home #g-expanded .g-title {
        color: var(--default-white);
        font-size: 4vw;
        font-family: var(--title-font-family);
        font-weight: 700;
        border: none;
        background: none;
        text-transform: none;
        font-variant-caps: normal;
        margin: 0;
        padding: 0;
        line-height: 1;
        margin-bottom: 2vw;
    }

    .site-1-home #g-expanded .module-box :is(.koowa_header__title_link, .koowa_header__image_link) {
        color: var(--default-white);
        font-size: 1.25vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 2rem!important;
    }
    .site-1-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block {
        flex: 1;
        width: unset;
        max-width: unset;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:has(.eapps-widget) .eapps-widget {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: -3px 3px 10px rgba(0,0,0,.5);
        order: 1;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:has(.module-box, iframe) iframe {
        height: 400px;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: -3px 3px 10px rgba(0,0,0,.5);
        order: 3;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:has(.eapps-widget) {
        order: 2;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:has(.module-box, iframe) {
        order: 3;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:has(.koowa_header) {
        order: 1;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:has(.eapps-widget) .g-array-item-text > .eapps-widget {
        height: 400px;
    }
    .site-1-home .module-box {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .site-1-home .module-box > div:has(.button) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home .module-box .button {
        width: 95%;
        color: var(--default-white);
        font-family: var(--title-font-family);
        text-transform: uppercase;
        font-size: 4vw;
        font-weight: 700;
        padding: 1rem 2rem;
        background: transparent;
        border: 3px solid var(--default-white);
        border-radius: .5rem;
        box-shadow: -3px 3px 10px rgba(0,0,0,.5);
        line-height: 1;
        margin: 0;
    }
    .site-1-home .module-box .button:hover {
        background: var(--default-white);
        color: var(--primary-color);
    }
    .site-1-home #g-expanded .g-title {
        color: var(--default-white);
        font-size: 10vw;
        font-family: var(--title-font-family);
        font-weight: 700;
        border: none;
        background: none;
        text-transform: none;
        font-variant-caps: normal;
        margin: 0;
        padding: 0;
        line-height: 1;
        margin-bottom: 1rem;
    }

    .site-1-home #g-expanded .module-box :is(.koowa_header__title_link, .koowa_header__image_link) {
        color: var(--default-white);
        font-size: 5vw;
    }
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 2vw 0!important;
    }
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white); transition: .3s all ease-in-out;}
#g-footer a:hover {opacity: .5;} 

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/template/footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-container {
        background: rgba(var(--primary-rgb),.92);
        backdrop-filter: blur(2px);
    }
    .site-1 #g-footer > .g-container {
        padding: 3vw 5%!important;
    }

    .site-1 #g-footer .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    .site-1 #g-footer .footer-content :is(h1,h2,h3,h4,h5,h6) {
        font-size: 2.5vw;
        font-weight: 700;
        font-family: var(--title-font-family);
    }
    .site-1 #g-footer .footer-content p {
        font-size: 1.5vw;
        font-weight: 400;
        font-family: var(--body-font-family);
        margin: 0;
        padding: 0;
    }
    .site-1 #g-footer .footer-menu .nav.menu.mod-list {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /*gap: 1vw;*/
        /*margin: 0 8vw;*/
    }
    .site-1 #g-footer :is(.footer-menu, .footer-connect, .footer-mission) > div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .site-1 #g-footer .footer-connect .button {
        width: 100%;
        color: var(--default-white);
        font-family: var(--title-font-family);
        text-transform: uppercase;
        font-size: 1.5vw;
        font-weight: 700;
        padding: 1vw 2vw;
        background: transparent;
        border: 3px solid var(--default-white);
        border-radius: .5rem;
        box-shadow: -3px 3px 10px rgba(0,0,0,.5);
        line-height: 1;
        margin: 0;
    }
    .site-1 #g-footer .footer-connect .button:hover {
        background: var(--default-white);
        color: var(--primary-color);
    }
    .site-1 #g-footer .footer-menu .nav.menu.mod-list > li {
        display: flex;
        flex-direction: row;
        /*gap: 1vw;*/
        align-items: center;
    }
    .site-1 #g-footer .footer-menu .nav.menu.mod-list > li a {
        font-size: 1.25vw;
        font-weight: 600;
        font-family: var(--title-font-family);
        letter-spacing: 1px;
    }
    /*.site-1 #g-footer .footer-menu .nav.menu.mod-list > li:not(li:last-child):after {
        content: "|";
    }*/
    .site-1 #g-footer .footer-faq {
        text-align: center;
    }
    .site-1 #g-footer .footer-faq a {
        font-size: 1.25vw;
        font-weight: 600;
        font-family: var(--body-font-family);
        text-decoration: underline;
    }
    .footer-sub-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
    }
    .footer-sub-items > div {
        flex: 1;
        padding: 1vw;
    }
    .footer-sub-items .footer-sub-title {
        text-align: center;
        color: var(--default-white);
        text-transform: none;
        font-variant-caps: normal;
        font-size: 2vw;
    }
    .footer-sub-items .footer-mission p {
        text-align: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/template/footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-container {
        background: rgba(var(--primary-rgb),.92);
        backdrop-filter: blur(2px);
    }
    .site-1 #g-footer > .g-container {
        padding: 2rem 2rem 4rem 2rem!important;
    }

    .site-1 #g-footer .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .site-1 #g-footer .footer-content :is(h1,h2,h3,h4,h5,h6) {
        font-size: 10vw;
        font-weight: 700;
        font-family: var(--title-font-family);
    }
    .site-1 #g-footer .footer-content p {
        font-size: 5vw;
        font-weight: 400;
        font-family: var(--body-font-family);
        margin: 0;
        padding: 0;
    }
    .site-1 #g-footer .footer-menu .nav.menu.mod-list {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .site-1 #g-footer .footer-menu .nav.menu.mod-list > li {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: center;
    }
    .site-1 #g-footer .footer-menu .nav.menu.mod-list > li a {
        font-size: 4vw;
        font-weight: 600;
        font-family: var(--title-font-family);
        letter-spacing: 1px;
    }
    .site-1 #g-footer .footer-menu .nav.menu.mod-list > li:not(li:last-child):after {
        content: "|";
    }
    .site-1 #g-footer .footer-faq {
        text-align: center;
    }
    .site-1 #g-footer .footer-faq a {
        font-size: 5vw;
        font-weight: 600;
        font-family: var(--body-font-family);
        text-decoration: underline;
    }
    .site-1 #g-footer .footer-connect .button {
        width: 100%;
        color: var(--default-white);
        font-family: var(--title-font-family);
        text-transform: uppercase;
        font-size: 4vw;
        font-weight: 700;
        padding: 1rem;
        background: transparent;
        border: 3px solid var(--default-white);
        border-radius: .5rem;
        box-shadow: -3px 3px 10px rgba(0,0,0,.5);
        line-height: 1;
        margin: 0;
    }
    .site-1 #g-footer .footer-connect .button:hover {
        background: var(--default-white);
        color: var(--primary-color);
    }
    .footer-sub-items .footer-sub-title {
        text-align: center;
        color: var(--default-white);
        text-transform: none;
        font-variant-caps: normal;
        font-size: 8vw;
    }
    .footer-sub-items .footer-mission p {
        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);
} 

a[href*="?option=com_fileman"]:before {
	content: none;
}

/*************** 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;
    }
}

.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: 1rem;

    --ph-background-color: #E3E3E3;

    --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: #7C7C7C;
    --ph-title-font: var(--body-font-family);
    --ph-title-weight: 700;
}

@media only screen and (max-width: 50.99rem) {
    .site-1 .ph-rounded-square-mobile {
        --ph-g-title-size-mobile: 8vw;
        --ph-background-color: var(--default-grey);
        --ph-border-radius: 1rem;
        --ph-title-padding: 1rem 1rem .5rem 1rem;

        --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 (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 {
        padding: .5rem 1rem 1rem 1rem;
    }
    .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 (min-width: 50.99rem) {
    .accordian-wrapper {
        margin: 0;
        padding: 0;
    }
    .accordian-wrapper > .g-content {
        margin: 0;
        padding: 0;
    }
    .accordian-wrapper .g-title {
        margin: 0;
        padding: 0;
    }
    .accordian-wrapper .g-content-array {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    .accordian-wrapper .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        background: var(--primary-color);
        transition: .3s all ease-in-out;
    }
    .accordian-wrapper .g-content-array > .g-grid:hover {
        margin: 0;
        padding: 0;
        background: var(--default-white);
        box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    }
    .accordian-wrapper .g-content-array > .g-grid.active {
        margin: 0;
        padding: 0;
        background: var(--default-white);
        box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    }
    .accordian-wrapper .g-content-array > .g-grid:hover .g-item-title a {
        color: var(--primary-color);
    }
    .accordian-wrapper .g-content-array > .g-grid.active .g-item-title a {
        color: var(--primary-color);
    }
    .accordian-wrapper .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
    }
    .accordian-wrapper .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        border-bottom: none;
    }
    .accordian-wrapper .g-array-item {
        margin: 0;
        padding: 0;
    }
    .accordian-wrapper .g-array-item-title {
        margin: 0;
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 1vw 0 0;
    }
    .accordian-wrapper .g-array-item-title:after {
        position: unset;
        right: 0;
        top: 0;
        bottom: 0;
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.25vw;
        color: var(--tertiary-color);
    }
    .accordian-wrapper .g-content-array > .g-grid.active .g-array-item-title:after {
        content: "\f068";
    }
    .accordian-wrapper .g-content-array > .g-grid.active .g-array-item-title {
        padding-bottom: 0;
        border-bottom: none;
        transition: all .3s ease-in-out;
    }
    .accordian-wrapper .g-array-item-title:hover {
        cursor: pointer;
    }
    .accordian-wrapper .g-item-title {
        margin: 0;
        padding: 0;
        border: none;
        line-height: 1;
        font-size: 1.25vw;
        padding: 1vw;
    }
    .accordian-wrapper .g-item-title a {
        margin: 0;
        padding: 0;
        pointer-events: none;
        font-size: 1.25vw;
        color: var(--default-white);
        font-weight: 700;
    }
    .accordian-wrapper .g-content-array > .g-grid .g-array-item-text {
        color: var(--default-black);
        font-size: 1.25vw;
        font-weight: 700;
    }
    .accordian-wrapper .g-array-item-text {
        margin: 0;
        padding: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-in, visibility .3s ease-in, padding .2s ease-in;
        color: var(--tertiary-color);
        font-size: 1.25vw;
        font-weight: 700;
        box-shadow: inset 0px 0px 2px rgba(0,0,0,.5);
        background: #f1f2f2;
        opacity: 0;
    }
    .accordian-wrapper .g-content-array > .g-grid.active .g-array-item-text {
        max-height: 30vw;
        visibility: visible;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 1.25vw;
        color: var(--default-black);
        font-weight: 700;
        box-shadow: inset 0px 0px 2px rgba(0,0,0,.5);
        background: #f1f2f2;
        padding: 1vw;
        opacity: 1;
    }
}

@media only screen and (max-width: 50.99rem) {
    .accordian-wrapper-mobile {
        margin: 0;
        padding: 0;
    }
    .accordian-wrapper-mobile > .g-content {
        margin: 0;
        padding: 0;
    }
    .accordian-wrapper-mobile .g-title {
        margin: 0;
        padding: 0;
    }
    .accordian-wrapper-mobile .g-content-array {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .accordian-wrapper-mobile .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        background: var(--primary-color);
        transition: .3s all ease-in-out;
    }
    .accordian-wrapper-mobile .g-content-array > .g-grid:hover {
        margin: 0;
        padding: 0;
        background: var(--default-white);
        box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    }
    .accordian-wrapper-mobile .g-content-array > .g-grid.active {
        margin: 0;
        padding: 0;
        background: var(--default-white);
        box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    }
    .accordian-wrapper-mobile .g-content-array > .g-grid:hover .g-item-title a {
        color: var(--primary-color);
    }
    .accordian-wrapper-mobile .g-content-array > .g-grid.active .g-item-title a {
        color: var(--primary-color);
    }
    .accordian-wrapper-mobile .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
    }
    .accordian-wrapper-mobile .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        border-bottom: none;
    }
    .accordian-wrapper-mobile .g-array-item {
        margin: 0;
        padding: 0;
    }
    .accordian-wrapper-mobile .g-array-item-title {
        margin: 0;
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem 0 0;
    }
    .accordian-wrapper-mobile .g-array-item-title:after {
        position: unset;
        right: 0;
        top: 0;
        bottom: 0;
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 4.25vw;
        color: var(--tertiary-color);
    }
    .accordian-wrapper-mobile .g-content-array > .g-grid.active .g-array-item-title:after {
        content: "\f068";
    }
    .accordian-wrapper-mobile .g-content-array > .g-grid.active .g-array-item-title {
        padding-bottom: 0;
        border-bottom: none;
        transition: all .3s ease-in-out;
    }
    .accordian-wrapper-mobile .g-array-item-title:hover {
        cursor: pointer;
    }
    .accordian-wrapper-mobile .g-item-title {
        margin: 0;
        padding: 0;
        border: none;
        line-height: 1;
        padding: 1rem;
    }
    .accordian-wrapper-mobile .g-item-title a {
        margin: 0;
        padding: 0;
        pointer-events: none;
        font-size: 4.25vw;
        color: var(--default-white);
        font-weight: 700;
    }
    .accordian-wrapper-mobile .g-content-array > .g-grid .g-array-item-text {
        color: var(--default-black);
        font-size: 4.25vw;
        font-weight: 700;
    }
    .accordian-wrapper-mobile .g-array-item-text {
        margin: 0;
        padding: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-in, visibility .3s ease-in, padding .2s ease-in;
        color: var(--tertiary-color);
        font-size: 4.25vw;
        font-weight: 700;
        box-shadow: inset 0px 0px 2px rgba(0,0,0,.5);
        background: #f1f2f2;
        opacity: 0;
    }
    .accordian-wrapper-mobile .g-content-array > .g-grid.active .g-array-item-text {
        max-height: 1000vw;
        visibility: visible;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 4.25vw;
        color: var(--default-black);
        font-weight: 700;
        box-shadow: inset 0px 0px 2px rgba(0,0,0,.5);
        background: #f1f2f2;
        padding: 1rem;
        opacity: 1;
    }
}

@media only screen and (min-width: 50.99rem) {
    .sacrament-alt-rows {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    .sacrament-alt-rows > div {
        padding: 1vw 10%!important;
    }
    .sacrament-alt-rows > div h5 {
        background: none;
        text-align: center!important;
        color: var(--primary-color);
        font-size: 4vw;
    }
    .sacrament-alt-rows > div:nth-child(odd) {
        background: var(--default-white)
    }
    .sacrament-alt-rows > div:nth-child(even) {
        background: #f7edd4;
    }
}

@media only screen and (max-width: 50.99rem) {
    .sacrament-alt-rows {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .sacrament-alt-rows > div {
        padding: 1rem 2rem!important;
    }
    .sacrament-alt-rows > div h5 {
        background: none;
        text-align: center!important;
        color: var(--primary-color);
        font-size: 8vw;
    }
    .sacrament-alt-rows > div:nth-child(odd) {
        background: var(--default-white)
    }
    .sacrament-alt-rows > div:nth-child(even) {
        background: #f7edd4;
    }
    .sacrament-alt-rows .button {
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    #hero-title-text {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #hero-text-box {
        display: flex;
        justify-content: center;
        align-items: center;
        font-style: italic;
        font-size: 1.5vw;
    }
    #hero-text-box p {
        font-size: 1.5vw;
    }
    #hero-title-text .koowa_header__item--image_container {
        display: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #hero-title-text {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;

        --hero-title-top-position: 0;
        --hero-title-bottom-position: 12vw;

        --hero-title-font-size-mobile: 5vw;
        line-height: 1.1;
    }
    
    #hero-text-box {
        display: flex;
        justify-content: center;
        align-items: center;
        font-style: italic;
        font-size: 3.5vw;
    }
    #hero-text-box p {
        font-size: 3.5vw;
    }
    #hero-title-text .koowa_header__item--image_container {
        display: none!important;
    }
}

@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;
    }
}