@import url('//fonts.googleapis.com/css2?family=Gwendolyn:wght@400;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/************ TEMPLATE  ************
MOCKUP #1 Blue APPROVED

REVISIONS (OUTSIDE OF MOCKUP)

FONTS / ALTERNATIVES / WEIGHTS
INCLUDE ADOBE IMPORT CODE/LINK
Display: Gwendolyn
Body: Open Sans (and rotator tagline)
Font Colors: Dark gray, blue, white

COLORS (GRADIENTS  IF ANY) INCLUDE RGB
Primary:  Blue 2B4F77 rgb(43,79,119)
Secondary: Purple 8A67C1 rgb(138,103,193)
Tertiary(Background color): Tan fcf8ed rgb(252,248,237)

IMAGES (OPACITY, BLUR RADIUS IN PX, ROTATOR RATIO)
- Header / Footer: 90% opacity blue. 16 px radius blur.
- Become a Member: 85% Opacity. 3.5 px radius blur.

VECTOR GRAPHICS (IF ANY) [SPECIAL ICONS?]
- Blue Leaf near top: 20% Opacity.
- White leaves on Bio section: 10% Opacity.

DROPBOX REMINDERS FOR ADAM
- Make image sizes  500 - 600kb or smaller
- Logo Files with all variations (Include design file)
- Apple-Icon and Favicon (Include design files)
************/

.site-1 {
    --primary-color: #2B4F77;
    --secondary-color: #8A67C1;
    --tertiary-color: #fcf8ed;

    --primary-rgb: 43,79,119;
    --secondary-rgb: 138,103,193;
    --tertiary-rgb: 252,248,237;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Open Sans', sans-serif;
    --body-font-family: 'Open 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);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);

    --ph-title-font-size-desktop: 1.25vw;
}

.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: var(--primary-color);
    font-family: var(--body-font-family);
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

.site-1-home .g-array-item-text {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-container-main {
        padding-top: 2vw;
    }
}

/*************** HOMELAYOUT ***************/ 
/*************** 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);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header-footer.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1000;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(var(--primary-rgb),.9);
        backdrop-filter: blur(16px);
    }

    .site-1 #g-navigation .g-toplevel {
        justify-content: flex-end;
        padding: 0 1vw;
    }
    .site-1 #g-navigation .g-toplevel > li:has(.g-social-items) {
        display: none!important;
    }
    .site-1 #g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container {
        padding: 1vw 1rem .625rem 1rem;
    }
    .site-1-sub #g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container {
        padding: 1vw 1rem 1vw 1rem;
    }
    .site-1 #g-navigation .g-logo img {
        width: 80%;
        margin-bottom: -70px;
    }
    .site-1 #g-navigation > .g-container > .g-grid:has(.g-logo, .member-login-button-container) {
        padding: 2vw 2vw 0 2vw!important;
    }

    .member-login-button-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .member-login-button-container .button {
        width: 15vw;
        padding: 1vw 2vw;
        text-transform: uppercase;
        color: var(--default-white);
        font-size: 1.25vw;
        background: transparent;
        border: 2px solid var(--default-white);
        transition: .3s all ease-in-out;
        border-radius: 1.5vw / 50%;
    }
    .member-login-button-container .button:hover {
        background: var(--secondary-color);
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header-footer.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1000;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(var(--primary-rgb),.9);
        backdrop-filter: blur(16px);
    }

    /*.site-1 #g-navigation .g-toplevel {
        justify-content: flex-end;
        padding: 0 1vw;
    }
    .site-1 #g-navigation .g-toplevel > li:has(.g-social-items) {
        display: none!important;
    }
    .site-1 #g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container {
        padding: 1vw 1rem .625rem 1rem;
    }
    .site-1-sub #g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container {
        padding: 1vw 1rem 1vw 1rem;
    }
    .site-1 #g-navigation > .g-container > .g-grid:has(.g-logo, .member-login-button-container) {
        padding: 2vw 2vw 0 2vw!important;
    }*/

    .member-login-button-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem!important;
        padding-top: 0 !important;
    }
    .member-login-button-container .button {
        width: 80%;
        padding: 1rem 2rem;
        text-transform: uppercase;
        color: var(--default-white);
        font-size: 5vw;
        background: transparent;
        border: 2px solid var(--default-white);
        transition: .3s all ease-in-out;
        border-radius: 5vw / 50%;
    }
    .member-login-button-container .button:hover {
        background: var(--secondary-color);
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    }
}

@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;
    }
}
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow > .g-container {
        padding: 1vw!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .fullwidth-swiper {
        border-radius: 2rem;
        overflow: hidden;
        box-shadow: 3px 3px 10px rgba(0,0,0,.5);
        position: relative;
    }

    .fullwidth-swiper:before {
        content: "Guiding Families";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        color: var(--default-white);
        text-shadow: 0px 0px 5px rgba(0,0,0,1);
        z-index: 100;
        padding: 2vw 5% 6vw 5%;
        font-family: var(--body-font-family);
        font-size: 3vw;
        letter-spacing: 4px;
        pointer-events: none!important;
    }
    .fullwidth-swiper:after {
        content: "With Love the Natural Way";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        color: var(--default-white);
        text-shadow: 0px 0px 5px rgba(0,0,0,.7);
        z-index: 100;
        padding: 2vw 5%;
        font-family: var(--body-font-family);
        font-size: 3vw;
        letter-spacing: 4px;
        pointer-events: none!important;
    }

    .fullwidth-swiper .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
        left: unset;
        right: 1rem;
        bottom: 1rem;
        transform: none;
        /*background: rgba(var(--secondary-rgb),.6);*/
        border-radius: 1.5rem / 50%;
        /*backdrop-filter: blur(4px);*/
        flex-direction: row; 
        gap: .5rem;
        padding: 1rem;
    }
    .fullwidth-swiper :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet) {
        margin: 0;
        border: none;
        height: 26px;
        width: 26px;
    }
    .fullwidth-swiper :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet):not(.swiper-pagination-bullet-active) {
        background: rgba(255,255,255,.5);
    }
    .fullwidth-swiper :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active::after) {
        display: none!important;
    }
    .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
        display: none!important;
    }
    .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet::after {
        display: none!important;
    }
}

/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-header {
        background: url('/images/template/blue-leaf.png') 100% 100% no-repeat, var(--tertiary-color);
        background-size: 15%;
    }
    .site-1-home #g-header > .g-container {
        padding: 4vw 5%!important;
        background: rgba(var(--tertiary-rgb),.8);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-header {
        background: url('/images/template/blue-leaf.svg') 100% 100% no-repeat, var(--tertiary-color);
        background-size: 15%;
    }
    .site-1-home #g-header > .g-container {
        padding: 2rem !important;
        background: rgba(var(--tertiary-rgb),.8);
    }
}

@media only screen and (min-width: 50.99rem) {
    .winfp-wrapper {
        display: flex;
        flex-direction: row;
        gap: 4vw;
        align-items: flex-start;
    }
    .winfp-title {
        flex: 4;
    }
    .winfp-title h1 {
        font-family: 'Gwendolyn';
        color: var(--primary-color);
        font-size: 5vw;
        font-weight: 700;
        line-height: 1;
        margin: 0;
        padding: 0;
    }
    .winfp-desc {
        flex: 6;
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .winfp-desc p {
        font-size: 1.15vw;
        margin: 0;
        padding: 0;
        letter-spacing: 2px;
        font-weight: 600;
        line-height: 1.45;
    }
    .winfp-desc .button {
        width: 15vw;
        padding: 1vw 2vw;
        text-transform: uppercase;
        color: var(--primary-color);
        font-size: 1.25vw;
        background: transparent;
        border: 2px solid var(--default-black);
        transition: .3s all ease-in-out;
        border-radius: 1.5vw / 50%;
        letter-spacing: 0;
        font-weight: 700;
    }
    .winfp-desc .button:hover {
        background: var(--secondary-color);
        color: var(--default-white);
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    }
}

@media only screen and (max-width: 50.99rem) {
    .winfp-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: flex-start;
    }
    .winfp-title {
        flex: 4;
    }
    .winfp-title h1 {
        font-family: 'Gwendolyn';
        color: var(--primary-color);
        font-size: 13vw;
        font-weight: 700;
        line-height: 1;
        margin: 0;
        padding: 0;
    }
    .winfp-desc {
        flex: 6;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .winfp-desc p {
        text-align: center;
        font-size: 4.5vw;
        margin: 0;
        padding: 0;
        letter-spacing: 2px;
        font-weight: 600;
        line-height: 1.45;
    }
    .winfp-desc .button {
        width: 80%;
        padding: 1rem 2rem;
        text-transform: uppercase;
        color: var(--default-black);
        font-size: 5vw;
        background: transparent;
        border: 2px solid var(--default-black);
        transition: .3s all ease-in-out;
        border-radius: 5vw / 50%;
    }
    .winfp-desc .button:hover {
        background: var(--secondary-color);
        color: var(--default-white);
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    }
}

/*************** ABOVE ********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-above {
        background: url('/images/template/bg-become-a-member.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-above > .g-container {
        background: rgba(var(--primary-rgb),.85);
        backdrop-filter: blur(3.5px);
        padding: 10vw 10%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-above {
        background: url('/images/template/bg-become-a-member.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-above > .g-container {
        background: rgba(var(--primary-rgb),.85);
        backdrop-filter: blur(3.5px);
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .member-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .member-wrapper .member-title h1 {
        text-align: center;
        font-family: 'Gwendolyn';
        color: var(--default-white);
        font-size: 5vw;
        font-weight: 700;
    }
    .member-wrapper .member-buttons {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
        justify-content: center;
    }
    .member-wrapper .member-buttons .button {
        width: 22vw;
        padding: 1vw 2vw;
        text-transform: uppercase;
        color: var(--default-white);
        font-size: 1.25vw;
        background: transparent;
        border: 2px solid var(--default-white);
        transition: .3s all ease-in-out;
        border-radius: 1.5vw / 50%;
    }
    .member-wrapper .member-buttons .button:hover {
        background: var(--secondary-color);
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    }
}

@media only screen and (max-width: 50.99rem) {
    .member-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .member-wrapper .member-title h1 {
        text-align: center;
        font-family: 'Gwendolyn';
        color: var(--default-white);
        font-size: 14vw;
        font-weight: 700;
    }
    .member-wrapper .member-buttons {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .member-wrapper .member-button-item {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .member-wrapper .member-buttons .button {
        width: 80%;
        padding: 1rem 2rem;
        text-transform: uppercase;
        color: var(--default-white);
        font-size: 5vw;
        background: transparent;
        border: 2px solid var(--default-white);
        transition: .3s all ease-in-out;
        border-radius: 5vw / 50%;
    }
    .member-wrapper .member-buttons .button:hover {
        background: var(--secondary-color);
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    }
}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/
.site-1-home #g-container-main:not(:has(.ph-sq-rows-2 .g-content-array > .g-grid:nth-child(1))) {
    display: none!important;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 5vw 5% 0 5%!important;
    }
}

@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;
    }

    .spoc-page #g-mainbar > div:nth-child(1) {
        padding: 1rem;
    }
}

/*************** EXPANDED *****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 3vw 5%!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .about-wrapper {
        background: url('/images/template/white-leaf-trans-flipvert.svg') 100% -100% no-repeat, url('/images/template/white-leaf-trans.svg') 0% 200% no-repeat, var(--primary-color);
        background-size: 20%;
        border-radius: 2rem;
        overflow: hidden;
        border: 3px solid var(--default-white);
        box-shadow: 1px 1px 5px rgba(0,0,0,.5);
        padding: 4vw 8vw;
    }
    .about-item {
        display: flex;
        flex-direction: row;
        gap: 5vw;
        align-items: center;
    }
    .about-picture img {
        max-width: 20vw;
    }
    .about-desc h1 {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: 'Gwendolyn';
        font-size: 6vw;
        font-weight: 700;
    }
    .about-desc p {
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-size: 1.25vw;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }
    .about-desc .button {
        margin: 2vw 0;
        width: 15vw;
        padding: 1rem 2rem;
        text-transform: uppercase;
        color: var(--default-white);
        font-size: 1.25vw;
        background: transparent;
        border: 2px solid var(--default-white);
        transition: .3s all ease-in-out;
        border-radius: 9% / 50%;
    }
    .about-desc .button:hover {
        background: var(--secondary-color);
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 1rem!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .about-wrapper {
        background: url('/images/template/white-leaf-trans-flipvert.svg') 100% 0% no-repeat, url('/images/template/white-leaf-trans.svg') 0% 100% no-repeat, var(--primary-color);
        background-size: 20%;
        border-radius: 2rem;
        overflow: hidden;
        border: 3px solid var(--default-white);
        box-shadow: 1px 1px 5px rgba(0,0,0,.5);
        padding: 2rem;
    }
    .about-item {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
    .about-picture {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-picture img {
        max-width: 65%;
    }
    .about-desc {
        order: 2;
    }
    .about-picture-wrapper {
        order: 1;
    }
    .about-desc h1 {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: 'Gwendolyn';
        font-size: 13vw;
        font-weight: 700;
        text-align: center;
        margin-bottom: 1rem;
    }
    .about-desc p {
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-size: 4vw;
        font-weight: 500;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .about-desc .button {
        margin: 2rem 0;
        width: 80%;
        padding: 1rem 2rem;
        text-transform: uppercase;
        color: var(--default-white);
        font-size: 4vw;
        background: transparent;
        border: 2px solid var(--default-white);
        transition: .3s all ease-in-out;
        border-radius: 5vw / 50%;
    }
    .about-desc .button:hover {
        background: var(--secondary-color);
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    }
}

/*************** 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/header-footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-container {
        background: rgba(var(--primary-rgb),.9);
        backdrop-filter: blur(16px);
    }
    .site-1 #g-footer > .g-container {
        padding: 5vw 5%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/template/header-footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-container {
        background: rgba(var(--primary-rgb),.9);
        backdrop-filter: blur(16px);
    }
    .site-1 #g-footer > .g-container {
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: 4vw;
        justify-content: space-between;
        align-items: center;
    }
    .footer-content-links {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 4vw;
    }
    .footer-content {
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .footer-content-info h1 {
        margin: 0;
        padding: 0;
        font-size: 2vw;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 1vw;
    }
    .footer-content-info p {
        font-size: 1.25vw;
    }
    .footer-mail-link {
        text-decoration: underline;
    }
    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    .footer-links a {
        font-size: 1.5vw;
    }
    .footer-content-social .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 1.5vw;
    }
    .footer-content-social .g-social-items a {
        font-size: 3vw;
    }

    .footer-buttons-logo {
        display: flex;
        flex-direction: row;
        gap: 2.5vw;
        justify-content: flex-end;
        align-items: center;
    }
    .footer-buttons-logo .footer-buttons {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    .footer-buttons-logo .footer-buttons .button {
        width: 22vw;
        padding: 1vw 2vw;
        text-transform: uppercase;
        color: var(--default-white);
        font-size: 1.25vw;
        background: transparent;
        border: 2px solid var(--default-white);
        transition: .3s all ease-in-out;
        border-radius: 1.5vw / 50%;
        text-wrap: nowrap;
    }
    .footer-buttons-logo .footer-buttons .button:hover {
        background: var(--secondary-color);
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    }

    .footer-logo img {
        height: 9vw;
        width: auto;
    }
}

@media only screen and (max-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer-content-links {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1rem;
        margin-left: 10%;
    }
    .footer-content {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .footer-content-info h1 {
        margin: 0;
        padding: 0;
        font-size: 8vw;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 1rem;
    }
    .footer-content-info p {
        font-size: 5vw;
    }
    .footer-mail-link {
        text-decoration: underline;
    }
    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .footer-links a {
        font-size: 5vw;
    }
    .footer-content-social .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }
    .footer-content-social .g-social-items a {
        font-size: 8vw;
    }

    .footer-buttons-logo {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }
    .footer-buttons-logo .footer-buttons {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-buttons-logo .footer-buttons .button {
        width: 80%;
        padding: 1rem 2rem;
        text-transform: uppercase;
        color: var(--default-white);
        font-size: 5vw;
        background: transparent;
        border: 2px solid var(--default-white);
        transition: .3s all ease-in-out;
        border-radius: 5vw / 50%;
        text-wrap: nowrap;
    }
    .footer-buttons-logo .footer-buttons .button:hover {
        background: var(--secondary-color);
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    }

    .footer-logo img {
        height: 50vw;
        width: auto;
    }
}

/*************** 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) {
    .ph-sq-rows-2 {
        --ph-border-radius: 1.5rem;
        --ph-title-color: var(--default-white);
        --ph-background-color: var(--primary-color);
        --ph-text-color: var(--default-black);
    }
}

@media only screen and (min-width: 50.99rem) {
    .ph-sq-rows-2 {
        margin: 0;
        padding: 0;
    }
    .ph-sq-rows-2 * {
        margin: 0;
        padding: 0;
    }
    .ph-sq-rows-2 .g-title {
        margin: var(--ph-g-title-margin);
        color: var(--ph-g-title-color);
        font-family: var(--ph-g-title-font);
        font-size: var(--ph-g-title-size-desktop);
        font-weight: var(--ph-g-title-weight);
        text-transform: var(--ph-g-title-variant-caps);
        font-variant-caps: var(--ph-g-title-variant-caps);
    }
    .ph-sq-rows-2 .g-content-array {
        display: flex;
        flex-direction: row;
        gap: 2.5vw;
        justify-content: center;
    }
    .ph-sq-rows-2 .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        max-width: 33%;
        flex: 1;
    }
    .ph-sq-rows-2 .g-array-item {
        position: relative;
    }
    .ph-sq-rows-2 .g-array-item-image {
        margin: 0;
        padding: 0;
        box-shadow: var(--ph-box-shadow);
        border-radius: var(--ph-border-radius);
        overflow: hidden;
        border: 3px solid var(--default-white);
        position: relative;
    }
    .ph-sq-rows-2 .g-array-item-image:after {
        content: "\f054";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 1vw;
        right: 1vw;
        font-size: 3vw;
        background: rgba(255,255,255,.45);
        backdrop-filter: blur(1px);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1vw;
        border-radius: 50%;
        aspect-ratio: 1/1;
        color: var(--default-black);
        min-height: 1vw;
    }
    .ph-sq-rows-2 .g-array-item-image img {
        height: auto;
        width: 100%;
        object-position: center;
        object-fit: cover;
        transition: var(--ph-transition);
    }
    .ph-sq-rows-2.ph-uw .g-array-item-image img {
        aspect-ratio: 3.6/1;
    }
    .ph-sq-rows-2.ph-sw .g-array-item-image img {
        aspect-ratio: 2.39/1;
    }
    .ph-sq-rows-2.ph-wide .g-array-item-image img {
        aspect-ratio: 16/9;
    }
    .ph-sq-rows-2.ph-standard .g-array-item-image img {
        aspect-ratio: 4/3;
    }
    .ph-sq-rows-2.ph-square .g-array-item-image img {
        aspect-ratio: 1/1;
    }
    .ph-sq-rows-2.ph-portrait .g-array-item-image img {
        aspect-ratio: 3/4;
    }
    .ph-sq-rows-2 .g-array-item:hover .g-array-item-image img {
        transform: scale(1.15);
    }
    .ph-sq-rows-2 .g-array-item-title {
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        border-radius: var(--ph-border-radius);
        overflow: hidden;
        padding-bottom: 1vw;
    }
    .ph-sq-rows-2.ph-uw .g-array-item-title {
        aspect-ratio: 3.6/1;
    }
    .ph-sq-rows-2.ph-sw .g-array-item-title {
        aspect-ratio: 2.39/1;
    }
    .ph-sq-rows-2.ph-wide .g-array-item-title {
        aspect-ratio: 16/9;
    }
    .ph-sq-rows-2.ph-standard .g-array-item-title {
        aspect-ratio: 4/3;
    }
    .ph-sq-rows-2.ph-square .g-array-item-title {
        aspect-ratio: 1/1;
    }
    .ph-sq-rows-2.ph-portrait .g-array-item-title {
        aspect-ratio: 3/4;
    }
    .ph-sq-rows-2 .g-item-title {
        width: 80%;
        height: 50%;
        background: var(--ph-background-color);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 1vw;
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        overflow: hidden;
    }
    .ph-sq-rows-2 .g-item-title a {
        color: var(--ph-title-color);
        font-family: var(--ph-title-font);
        font-weight: var(--ph-title-weight);
        text-transform: var(--ph-title-text-transform);
        font-size: var(--ph-title-font-size-desktop);
    }
    .ph-sq-rows-2 .g-content-array .g-array-item .g-array-item-text {
        font-size: var(--ph-text-font-size-desktop);
    }
    .ph-sq-rows-2 .g-array-item-text {
        margin: 1vw 0;
        padding: 0;
        padding-bottom: 2vw;
        color: var(--ph-text-color);
        font-family: var(--ph-text-font);
        font-size: var(--ph-text-font-size-desktop);
        font-weight: 700;
    }
    .ph-sq-rows-2 .g-array-item-read-more {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        margin: 0;
        padding: 0;
        background: transparent;
        color: transparent;
    }
    .ph-sq-rows-2 .g-array-item-read-more a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        /*opacity: 0;*/
        margin: 0;
        padding: 0;
        background: var(--ph-read-more-background);
        color: var(--ph-read-more-color);
        font-family: var(--ph-read-more-font);
        font-weight: var(--ph-read-more-font-weight);
        font-size: var(--ph-read-more-font-size-desktop);
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .ph-sq-rows-2 .g-content-array-pagination {
        display: none!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .spc-grid.grid-articles {
        --grid-title-font-size: 1.5vw;
    }
    .spc-grid.grid-articles .g-item-title a {
        overflow-wrap: break-word;
    }
    .spc-grid.grid-articles .g-array-item-text :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
    }
    .spc-grid.grid-articles .g-array-item-text .button {
        border: 2px solid var(--default-white);
    }
}

@media only screen and (max-width: 50.99rem) {
    .spc-grid.grid-articles .g-item-title a {
        overflow-wrap: break-word;
    }
    .spc-grid.grid-articles .g-array-item-text :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
    }
    .spc-grid.grid-articles .g-array-item-text .button {
        border: 2px solid var(--default-white);
    }
}

@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";
        color: var(--primary-color);
    }
    .accordian-wrapper .g-content-array > .g-grid:hover .g-array-item-title:after {
        color: var(--primary-color);
    }
    .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: 1rem;
        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:not(.g-grid.active) .g-array-item-text {
        display: none!important;
    }
    .accordian-wrapper .g-content-array > .g-grid.active .g-array-item-text {
        max-height: fit-content;
        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;
    }

    .accordian-wrapper .g-array-item-text iframe {
        aspect-ratio: 16/9!important;
        width: 640px;
        height: unset;
    }
    .accordian-wrapper a[href*="?option=com_fileman"]:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900!important;
    }
}

@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";
        color: var(--primary-color);
    }
    .accordian-wrapper-mobile .g-content-array > .g-grid:hover .g-array-item-title:after {
        color: var(--primary-color);
    }
    .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: fit-content;
        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;
    }

    .accordian-wrapper-mobile .g-array-item-text iframe {
        aspect-ratio: 16/9!important;
        width: 640px;
        height: unset;
    }
    .accordian-wrapper-mobile a[href*="?option=com_fileman"]:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .spoc-page .grid-articles .g-content-array > .g-grid > .g-block {
        height: 100%;
    }
    .spoc-page .grid-articles .g-content-array > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    .spoc-page .grid-articles .g-array-item {
        height: 100%;
    }
    .spoc-page .grid-articles .g-array-item-text {
        height: 100%;
    }
    .spoc-page .register-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1vw;
        height: 100%;
    }
}

.accordian-wrapper div {
    width: 100%;
}