@import url('//fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Homemade+Apple&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
/************ TEMPLATE  ************
Approved 
- Church Mockup #1_v2 
- School Mockup #1_v2
______________________

----> CHURCH DESIGN NOTES <----

FONTS USED
Display: Cormorant Garamond
Body: Source Sans 3

COLORS (GRADIENTS IF ANY) INCLUDE RGB
Primary: Green # 00442B rgb(0,68,43)
Secondary: Gold #FFB200  rgb(255,178,0)
Tertiary: Dark Gray for body text

IMAGES (OPACITY, BLUR RADIUS IN PX, ROTATOR RATIO)
- Header: Image at 20% Opacity. 80% opacity for white overlay.
- Footer: 90% Opacity. 2px Radius Blur.
______________________

----> SCHOOL DESIGN NOTES <----

FONTS / ALTERNATIVES / WEIGHTS
(INCLUDE ADOBE IMPORT CODE/LINK)
Display:  Same as Church
Mission Statement: Homemade Apple
Body: Same as Church

COLORS (GRADIENTS IF ANY) INCLUDE RGB
Primary:  Same as Church
Secondary:  Same as Church
Tertiary:  Dark Gray for body text

IMAGES (OPACITY, BLUR RADIUS IN PX, ROTATOR RATIO)
Footer: 90% Opacity. 2px Radius Blur.
_____________________

************/

.site-1 {
    --primary-color: #00442B;
    --secondary-color: #FFB200;
    --tertiary-color: #636363;

    --primary-rgb: 0,68,43;
    --secondary-rgb: 255,178,0;
    --tertiary-rgb: 99,99,99;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Cormorant Garamond', serif;
    --body-font-family: 'Source Sans 3', 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);
	--ql-font-size-desktop: 1.9vw;

    --ph-title-color: var(--primary-color);
}

.site-1 .ql-swiper-side {
    --ql-background-color: var(--secondary-color);
    --ql-background-hover: var(--primary-color);
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--primary-color);
}

.site-2 {
    --primary-color: #00442B;
    --secondary-color: #FFB200;
    --tertiary-color: #636363;

    --primary-rgb: 0,68,43;
    --secondary-rgb: 255,178,0;
    --tertiary-rgb: 99,99,99;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Cormorant Garamond', serif;
    --body-font-family: 'Source Sans 3', 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-color: var(--primary-color);
}

.site-2 .ql-swiper-side {
    --ql-background-color: var(--secondary-color);
    --ql-background-hover: var(--primary-color);
}

.site-2 .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);
} 

.g-offcanvas-toggle {
    background: white;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-1 #g-offcanvas .g-social-items a {
        color: var(--secondary-color);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }

    .site-2 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-2 #g-offcanvas .g-social-items a {
        color: var(--secondary-color);
    }
    .site-2 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    #g-navigation .g-toplevel > li:not(li:has(.g-social-items)):hover {
        background: rgba(255,255,255,.2);
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation {
        border-bottom: 2px solid var(--primary-color);
    }
}

@media only screen and (min-width: 50.99rem) {
    /*.site-1 #g-navigation .g-logo {
        margin-bottom: 0vw;
    }*/
    .site-1 #g-navigation .g-logo img {
        width: 60%;
    }

    .site-2 #g-navigation .g-logo img {
        width: 50%;
    }
    .site-2 #g-navigation > .g-container > .g-grid:has(.g-logo) {
        padding: 2vw;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-page-surround {
        background: url('/images/template/bg-header.png') 350% -7% no-repeat;
        background-size: 90%;
    }
    .site-1-home :is(#g-navigation, #g-slideshow, #g-header, #g-utility) {
        background: rgba(255,255,255,.8)!important;
    }

    .site-1-sub #g-navigation {
        background: url('/images/template/bg-header.png') 350% 7% no-repeat;
        background-size: 90%;
    }
    .site-1-sub #g-navigation > .g-container {
        background: rgba(255,255,255,.8)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/bg-header.png') 430% 7% no-repeat;
        background-size: 90%;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(255,255,255,.92)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-sub #g-navigation {
        background: #f1f2f2;
    }
}

@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(--secondary-color);
    }

    .site-2 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-2 #g-navigation .g-social-items a {
        color: var(--default-white);
        font-size: 1.25vw;
    }
    .site-2 #g-navigation .g-social-items a:hover {
        color: var(--secondary-color);
    }
	
	.site-2 .menu-logo img {
		width: 175px;
		margin: auto;
		display: block;
	}
	.site-2 .menu-logo {
		z-index: 10;
		display: block;
		position: relative;
		margin-bottom: -5vw;
	}
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 75%;
        margin: 2rem auto;
    }
	.site-2 .menu-logo img {
		width: 175px;
		margin: auto;
		display: block;
	}
	.site-2 .menu-logo {
		z-index: 10;
		display: block;
		position: relative;
		margin-bottom: -5vw;
	}
}
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .fullwidth-swiper :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active) {
        border-radius: 0;
        border: 1px solid var(--default-black);
        background: rgba(255,255,255,.5);
        height: 2vw;
        width: 2vw;
    }
    .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(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active) {
        border-radius: 0;
        border: 1px solid var(--default-black);
        background: var(--default-white);
        height: 2vw;
        width: 2vw;
    }
    .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;
    }
    .fullwidth-swiper .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after, .fullwidth-swiper .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet::after {
        display: none;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ql-swiper-side {
        order: 2;
    }
    .fullwidth-swiper {
        order: 1;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow {
        background: transparent;
    }

    .site-2-home #g-slideshow {
        background: transparent;
    }

    .fullwidth-swiper {
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        border-radius: 1rem;
        overflow: hidden;
    }

    .ql-swiper-side {
        max-height: var(--swiper-height)!important;
        /*overflow: hidden;*/
        margin: auto 0;
    }
    /*.ql-swiper-side .g-blockcontent {
        width: 90%;
        margin: 0 auto;
    }*/
    .ql-swiper-side .g-blockcontent-subcontent {
        display: flex;
        flex-direction: column;
        gap: 2vw;
        height: 36vw;
        padding: 0 .5vw;
    }
    .ql-swiper-side .g-blockcontent-subcontent-block {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: var(--ql-background-color);
        padding: 1vw;
        transition: var(--default-transition);
        box-shadow: var(--default-box-shadow);
        /*border-bottom: 2px solid var(--primary-color);*/
        border: 2px solid var(--default-white);
        height: 7.5vw;
        border-radius: 1rem;
    }
    .ql-swiper-side .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-title-text {
        color: var(--default-white);
    }
    .ql-swiper-side .g-blockcontent-subcontent-block-content {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .ql-swiper-side .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        color: var(--ql-title-color);
        font-size: var(--ql-font-size-desktop);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .ql-swiper-side .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: var(--ql-font-size-desktop);
        font-weight: 900;
        color: var(--default-black);
        font-family: var(--title-font-family);
    }
    .ql-swiper-side .g-blockcontent-buttons {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .ql-swiper-side .g-blockcontent-buttons a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border-radius: 0;
        background: transparent;
        color: transparent;
        opacity: 0;
        margin: 0;
        padding: 0;
    }
    .ql-swiper-side .g-blockcontent-subcontent-block:hover {
        background: var(--ql-background-hover);
        transform: scale(1.05);
    }
}

@media only screen and (max-width: 50.99rem) {
    .ql-swiper-side {
        max-height: auto;
        overflow: hidden;
        margin: auto 0;
    }
    .ql-swiper-side .g-blockcontent {
        width: calc(100% - 2rem);
        margin: 1rem;
    }
    .ql-swiper-side .g-blockcontent-subcontent {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .ql-swiper-side .g-blockcontent-subcontent-block {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: var(--ql-background-color);
        padding: 1rem;
        transition: var(--default-transition);
        box-shadow: var(--default-box-shadow);
        border: 2px solid var(--default-white);
        border-radius: 1rem;
    }
    .ql-swiper-side .g-blockcontent-subcontent-block-content {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .ql-swiper-side .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        color: var(--ql-title-color);
        font-size: var(--ql-font-size-mobile);
    }
    .ql-swiper-side .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: var(--ql-font-size-mobile);
        font-weight: var(--ql-title-weight);
        color: var(--default-black);
    }
    .ql-swiper-side .g-blockcontent-buttons {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .ql-swiper-side .g-blockcontent-buttons a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border-radius: 0;
        background: transparent;
        color: transparent;
        opacity: 0;
        margin: 0;
        padding: 0;
    }
    .ql-swiper-side .g-blockcontent-subcontent-block:hover {
        background: var(--ql-background-hover);
        transform: scale(1.05);
    }
}

/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-header .g-title {
        font-size: 4.5vw;
        font-family: var(--title-font-family);
        font-style: italic;
        font-weight: 500;
		letter-spacing: 3px;
    }

    .site-2-home #g-header > .g-container {
        padding: 2vw!important;
    }
    .site-2-home #g-header .g-title {
        font-size: 3.25vw;
        font-family: 'Homemade Apple', cursive;
        /*font-style: italic;*/
        font-weight: 400;
        color: var(--default-white);
        margin: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-header .g-title {
        font-size: 8.75vw;
        font-family: var(--title-font-family);
        font-style: italic;
        font-weight: 500;
		letter-spacing: 3px;
    }

    .site-1-home #g-header > .g-container {
        padding: 2rem 2rem 1rem 2rem!important;
    }
}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility {
        padding: 2vw!important;
    }
    .site-1-home #g-utility > .g-container {
        background: var(--primary-color);
        padding: 2vw!important;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
    }
    .site-1-home #g-utility > .g-container > .g-grid > .g-block:has(.admod) {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .site-2-home #g-utility {
        padding: 2vw!important;
    }
    .site-2-home #g-utility > .g-container {
        background: var(--primary-color);
        padding: 2vw!important;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
    }
    .site-2-home #g-utility > .g-container > .g-grid > .g-block:has(.admod) {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .m-block :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
    }
    .m-block .m-block-title-text {
        font-size: 5vw;
        line-height: 5vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2vw;
		margin-bottom: 0;
	
    }
    .m-block .m-block-title-text:after {
        content: '';
        width: 58%;
        border-bottom: 2px solid var(--default-white);
        padding-top: .5vw;
    }
    .m-block .m-block-content {
        display: flex;
        flex-direction: row;
        gap: 2vw;
    }
    .m-block .m-block-content .m-block-content-column {
        flex: 1;
    }
    .m-block .m-block-content .m-block-content-column:nth-child(1) {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .m-block .m-block-content :is(h1,h2,h3,h4,h5,h6) {
        font-weight: 700;
		font-size: 3.25vw;
		margin-bottom: 0.15rem;
    }
    .m-block .m-block-content p {
        font-family: var(--title-font-family);
        font-size: 1.75vw;
    }
    .m-block .m-block-content-column .button {
        width: 70%;
        color: var(--default-black);
        background: var(--secondary-color);
        border: 2px solid var(--default-white);
        font-size: 2.25vw;
        font-weight: 700;
        font-family: var(--title-font-family);
        box-shadow: var(--default-box-shadow);
    }
    .m-block .m-block-content-column .button:hover {
        background: var(--tertiary-color);
        color: var(--default-white);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility {
        padding: 1rem!important;
    }
    .site-1-home #g-utility > .g-container {
        background: var(--primary-color);
        padding: 1rem!important;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
    }
    .site-1-home #g-utility > .g-container > .g-grid > .g-block:has(.admod) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2-home #g-utility {
        padding: 1rem!important;
    }
    .site-2-home #g-utility > .g-container {
        background: var(--primary-color);
        padding: 1rem!important;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
    }
    .site-2-home #g-utility > .g-container > .g-grid > .g-block:has(.admod) {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .m-block :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
    }
    .m-block .m-block-title-text {
        font-size: 9vw;
        line-height: 5vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2vw;
    }
    .m-block .m-block-title-text:after {
        content: '';
        width: 35%;
        border-bottom: 2px solid var(--default-white);
        padding-top: .5vw;
    }
    .m-block .m-block-content {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .m-block .m-block-content .m-block-content-column {
        flex: 1;
    }
    .m-block .m-block-content .m-block-content-column:nth-child(1) {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .m-block .m-block-content :is(h1,h2,h3,h4,h5,h6) {
        font-weight: 700;
    }
    .m-block .m-block-content p {
        font-family: var(--title-font-family);
        /*font-size: 1.75vw;*/
    }
    .m-block .m-block-content-column .button {
        width: 100%;
        color: var(--default-black);
        background: var(--secondary-color);
        border: 2px solid var(--default-white);
        /*font-size: 2.25vw;*/
        font-weight: 700;
        font-family: var(--title-font-family);
        box-shadow: var(--default-box-shadow);
    }
    .m-block .m-block-content-column .button:hover {
        background: var(--tertiary-color);
        color: var(--default-white);
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 2vw!important;
    }
    .site-1-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 4vw;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block {
        flex: 1;
        width: unset;
    }

    .site-1-home #g-container-main .g-title {
        font-size: 4vw;
        font-family: var(--title-font-family);
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 2vw;
    }
    .site-1-home #g-sidebar .g-title:after {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 70%;
    }
    .site-1-home #g-mainbar .g-title:after {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 50%;
    }
    .site-1-home #g-mainbar iframe {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        height: 42vw;
    }
    .site-1-home #g-aside .g-title:after {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 50%;
    }

    .site-1-home :is(#g-sidebar, #g-mainbar, #g-aside) {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        gap: 2vw;
    }

    .site-1-home .option-buttons .button {
        width: 90%;
        color: var(--default-black);
        background: var(--secondary-color);
        font-size: 2vw;
        font-family: var(--title-font-family);
        font-weight: 700;
        padding: 1.5vw 1vw;
        border: 2px solid var(--default-white);
        box-shadow: var(--default-box-shadow);
        border-radius: 1rem;
    }
    .site-1-home .option-buttons .button:hover {
        background: var(--primary-color);
        color: var(--default-white);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-2-home #g-container-main > .g-container {
        padding: 2vw!important;
    }
    .site-2-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 8vw;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(1) {
        flex: 1;
        width: unset;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(2) {
        flex: 1;
        width: unset;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(3) {
        /*flex: 1;*/
        flex: unset;
        width: 165px;
    }

    .site-2-home #g-container-main .g-title {
        font-size: 4vw;
        font-family: var(--title-font-family);
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 2vw;
    }
    .site-2-home #g-sidebar .g-title:after {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 70%;
    }
    .site-2-home #g-mainbar .g-title:after {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 50%;
    }
    .site-2-home #g-mainbar iframe {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        height: 52vw;
    }
    .site-2-home #g-aside .g-title:after {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 50%;
    }

    .site-2-home :is(#g-sidebar, #g-mainbar, #g-aside) {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        gap: 2vw;
    }

    .site-2-home .option-buttons .button {
        width: 75%;
        color: var(--default-black);
        background: var(--secondary-color);
        font-size: 2vw;
        font-family: var(--title-font-family);
        font-weight: 700;
        padding: 1.5vw 1vw;
        border: 2px solid var(--default-white);
        box-shadow: var(--default-box-shadow);
        border-radius: 1rem;
    }
    .site-2-home .option-buttons .button:hover {
        background: var(--primary-color);
        color: var(--default-white);
    }

    .site-2-home #g-aside {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    /*.site-1-home #g-container-main > .g-container {
        padding: 1rem!important;
    }*/
    .site-1-home #g-container-main .g-title {
        margin: 2vw 2rem!important;
    }
    .site-1-home #g-mainbar .g-title {
        margin: 2vw 1rem!important;
    }
    .site-1-home #g-aside .bulletin-picture-list .bulletin-container {
        padding: 0 2rem!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 {
        flex: 1;
        width: unset;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(.bulletin-picture-list) {
        height: 150vw;
    }

    .site-1-home #g-mainbar iframe {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        height: 100vw;
    }

    .site-1-home .option-buttons .button {
        width: 90%;
        color: var(--default-black);
        background: var(--secondary-color);
        /*font-size: 2vw;*/
        font-family: var(--title-font-family);
        font-weight: 700;
        /*padding: 1.5vw 1vw;*/
        border: 2px solid var(--default-white);
        box-shadow: var(--default-box-shadow);
        border-radius: 1rem;
    }
    .site-1-home .option-buttons .button:hover {
        background: var(--primary-color);
        color: var(--default-white);
    }

    .site-1-home #g-container-main .g-title {
        font-size: 10vw;
        font-family: var(--title-font-family);
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 2vw;
    }
    .site-1-home #g-sidebar .g-title:after {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 70%;
    }
    .site-1-home #g-mainbar .g-title:after {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 50%;
    }
    .site-1-home #g-aside .g-title:after {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 50%;
    }

    .site-1-home #g-container .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .bulletin-picture-list .bulletin-variables {
        padding: 0!important;
    }
    .bulletin-picture-list .bulletin-container .bulletin:first-child {
        min-height: 120vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2-home #g-container-main > .g-container {
        padding: 1rem!important;
    }
    .site-2-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block {
        flex: 1;
        width: unset;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block:has(.bulletin-picture-list) {
        height: 150vw;
    }

    .site-2-home #g-mainbar iframe {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        height: 100vw;
    }

    .site-2-home .option-buttons .button {
        width: 90%;
        color: var(--default-black);
        background: var(--secondary-color);
        /*font-size: 2vw;*/
        font-family: var(--title-font-family);
        font-weight: 700;
        /*padding: 1.5vw 1vw;*/
        border: 2px solid var(--default-white);
        box-shadow: var(--default-box-shadow);
        border-radius: 1rem;
    }
    .site-2-home .option-buttons .button:hover {
        background: var(--primary-color);
        color: var(--default-white);
    }

    .site-2-home #g-container-main .g-title {
        /*font-size: 4vw;*/
        font-family: var(--title-font-family);
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 2vw;
    }
    .site-2-home #g-sidebar .g-title:after {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 70%;
    }
    .site-2-home #g-mainbar .g-title:after {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 50%;
    }
    .site-2-home #g-aside .g-title:after {
        content: '';
        border-bottom: 2px solid var(--primary-color);
        width: 50%;
    }

    .site-2-home #g-container .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .bulletin-picture-list .bulletin-variables {
        padding: 0!important;
    }
    .bulletin-picture-list .bulletin-container .bulletin:first-child {
        min-height: 120vw;
    }
}

@media only screen and (min-width: 50.99rem) {
    .bulletin-picture-list .bulletin-container .bulletin:first-child {
        max-width: unset;
    }
    .bulletin-picture-list .bulletin-container .bulletin:not(.bulletin:first-child) a {
        max-width: unset;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ph-sidepics-4 {
        --ph-g-title-color: var(--primary-color);
        --ph-g-title-font-style: italic;
        --ph-img-border-radius: .5rem;
        --ph-title-weight: 700;
        --ph-title-color: var(--primary-color);
        --ph-text-color: var(--primary-color);
        --ph-text-font-size-desktop: 1.25vw;
        --ph-text-line-height-desktop: var(--ph-text-font-size-desktop);
        --ph-read-more-color: var(--default-white);
        --ph-read-more-font-size-desktop: 1.25vw;
        --ph-background-hover: rgba(var(--secondary-rgb),.5);
    }

    .ph-sidepics-4 {
        margin: 0;
        padding: 0;
        container-name: ph-sidepics-4;
        container-type: inline-size;
    }
    /*.ph-sidepics-4 .g-title {
        margin: 0;
        padding: 0;
        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-text-transform);
        font-variant-caps: var(--ph-g-title-variant-caps);
        font-style: var(--ph-g-title-font-style);
    }*/
    .ph-sidepics-4 > .g-content {
        margin: 0;
    }
    .ph-sidepics-4 .g-content-array {
        margin: 0;
        padding: 0;
        /*display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 1fr;*/
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 0;
        max-width: 100%;
        /*row-gap: 1vw;*/
    }
    .ph-sidepics-4 .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        /*flex: 1;*/
        width: 100%;
        height: 100%;
        width: 100%;
    }

    .ph-sidepics-4 .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }
    .ph-sidepics-4 .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        padding: 1vw!important;
        border-radius: .5rem;
        transition: .3s all ease-in-out;
    }
    .ph-sidepics-4 .g-content-array > .g-grid:hover > .g-block > .g-content {
        background: var(--ph-background-hover);
    }
    .ph-sidepics-4.ph-active-container .g-array-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 0 1vw;
        min-height: 0;
        min-width: 0;
        height: 100%;
        width: 100%;
        max-width: 100%;
    }
    .ph-sidepics-4.ph-active-container.ph-uw .g-array-item {
        /*aspect-ratio: 10.25/3;*/
        min-height: 9vw;
    }
    .ph-sidepics-4.ph-active-container.ph-sw .g-array-item {
        /*aspect-ratio: 10.25/3;*/
        min-height: 10vw;
    }
    .ph-sidepics-4.ph-active-container.ph-wide .g-array-item {
        aspect-ratio: 41.25/9;
    }
    .ph-sidepics-4.ph-active-container.ph-standard .g-array-item {
        aspect-ratio: 10.25/3;
    }
    .ph-sidepics-4.ph-active-container.ph-square .g-array-item {
        aspect-ratio: 2.55/1;
    }
    .ph-sidepics-4.ph-active-container.ph-portrait .g-array-item {
        aspect-ratio: 7.675/4;
    }
    .ph-sidepics-4 .g-array-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1vw;
        grid-template-areas: 
            "img"
            "info-title"
            "info-text"
            "info-button"
        ;
        grid-template-columns: 2fr 3fr;
        grid-template-rows: auto;
        position: relative;
        min-height: 0;
        min-width: 0;
        height: 100%;
        width: 100%;
        max-width: 100%;
    }
    .ph-sidepics-4 .g-array-item-image {
        margin: 0;
        padding: 0;
        grid-area: img;
        width: 85%;
        height: fit-content;
        box-shadow: var(--ph-box-shadow);
        border-radius: var(--ph-img-border-radius);
        overflow: hidden;
        /*aspect-ratio: 4 / 3;*/
        justify-self: stretch;
        position: relative;
        border: 4px solid var(--default-white);
    }
    .site-2 .ph-sidepics-4 .g-array-item-image {
        width: 100%;
    }
    .ph-sidepics-4.ph-active-container .g-array-item-image {
        overflow: hidden;
        max-width: unset!important;
        flex: 1;
    }
    .ph-sidepics-4 .g-array-item-image:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }
    .ph-sidepics-4 .g-array-item-image a {
        margin: 0;
        padding: 0;
        height: 100%;
        width: unset;
        overflow: hidden;
        aspect-ratio: 4 / 3;
    }
    .ph-sidepics-4 .g-array-item-image img {
        margin: 0;
        padding: 0;
        height: unset;
        width: 100%;
        object-position: center;
        object-fit: cover;
    }
    .ph-sidepics-4.ph-uw .g-array-item-image img {
        aspect-ratio: 3.6 / 1;
    }
    .ph-sidepics-4.ph-sw .g-array-item-image img {
        aspect-ratio: 2.39 / 1;
    }
    .ph-sidepics-4.ph-wide .g-array-item-image img {
        aspect-ratio: 16 / 9;
    }
    .ph-sidepics-4.ph-standard .g-array-item-image img {
        aspect-ratio: 4 / 3;
    }
    .ph-sidepics-4.ph-square .g-array-item-image img {
        aspect-ratio: 1 / 1;
    }
    .ph-sidepics-4.ph-portrait .g-array-item-image img {
        aspect-ratio: 3 / 4;
    }
    .ph-sidepics-4.ph-active-container .g-array-item-content {
        flex: 1.5;
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    .ph-sidepics-4.ph-no-read-more-button .g-array-item-content:after {
        display: none!important;
    }
    .ph-sidepics-4 .g-array-item-content:after {
        content: "Read More";
        position: absolute;
        bottom: 0;
        left: calc(40% + 1vw);
        border: 1px solid var(--default-white);
        font-size: var(--ph-read-more-font-size-desktop);
        padding: .25vw .5vw;
        color: var(--ph-read-more-color);
        font-family: var(--ph-read-more-font);
        font-weight: var(--ph-read-more-font-weight);
        background: var(--ph-read-more-background);
        transition: .3s all ease-in-out;
        box-shadow: var(--default-box-shadow);
        z-index: 1;
        line-height: var(--ph-read-more-font-size-desktop);
    }
    .ph-sidepics-4 .g-array-item-content:hover:after {
        background: var(--primary-color);
        cursor: pointer;
    }
    .ph-sidepics-4 .g-array-item-title {
        margin: 0;
        padding: 0;
        grid-area: info-title;
        max-width: 100%;
        /*margin-bottom: 1vw;*/
        max-height: 50%;
    }
    .ph-sidepics-4 .g-item-title {
        margin: 0;
        padding: 0;
        border: none;
        height: 100%;
    }
    .ph-sidepics-4 .g-item-title a {
        margin: 0;
        padding: 0;
        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);
        font-size: clamp(.5vw, 1.7vw, 1.7vw);
        pointer-events: none;
        line-height: 1;
        height: 100%;
    }
    .ph-sidepics-4 .g-array-item-text {
        margin: 0;
        padding: 0;
        grid-area: info-text;
        color: var(--ph-text-color);
        font-family: var(--ph-text-font);
        font-size: var(--ph-text-font-size-desktop)!important;
        line-height: var(--ph-text-line-height-desktop);
        /*padding-bottom: calc(var(--ph-read-more-font-size-desktop) + 1vw + 2px);*/
        max-height: 50%;
    }
    .ph-sidepics-4.ph-no-read-more-button .g-array-item-text {
        padding-bottom: .5vw!important;
    }
    .ph-sidepics-4 .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;
        z-index: 2;
    }

    .ph-sidepics-4 .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;
        background: transparent !important;
        box-shadow: none;
        display: grid;
        justify-content: end;
        align-items: end;
        font-size: 1.25vw !important;
        padding-right: 5%;
    }
}

/*@media (min-width: 1225px) {
    .ph-sidepics-4 .g-array-item-read-more a {
        opacity: 1;
        background: transparent !important;
        box-shadow: none;
        display: grid;
        justify-content: start;
        align-items: end;
        font-size: 1.25vw !important;
        padding-right: 5%;
        padding-left: 41% !important;
        font-weight: normal !important;
    }

    .ph-sidepics-4 .g-array-item-read-more {
        opacity: 1 !important;
    }
}

@container ph-sidepics-4 (width < 500px) {
    .ph-sidepics-4 .g-content-array {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .ph-sidepics-4 .g-content-array > .g-grid {
        width: 50%;
    }
    .ph-sidepics-4.ph-active-container .g-array-item {
        flex-direction: column;
        aspect-ratio: unset!important;
        gap: 1vw;
    }
}*/

.site-2-home h2.g-title {
	font-size: 3rem;
	
}


@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-mainbar {
        min-height: 30vh;
    }
    .site-2-sub #g-mainbar {
        min-height: 30vh;
    }
	#enrollment-buttons {
		margin-top: -8vw;
		z-index: 10;
}
}

@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 *****************/ 
/*************** 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;
    }

    .site-2 #g-bottom {
        padding: 2vw 0!important;
    }
    .site-2 #g-bottom .admod td {
        padding: 0;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        position: relative;
        z-index: 1;
    }

    .site-2 #g-bottom {
        position: relative;
        z-index: 1;
    }
}

/*************** 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 {
        margin-top: calc(-4vw - 75px)!important;
        background: url('/images/template/footer.png') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-footer {
        padding-top: calc(4vw + 75px)!important;
    }
    .site-1 #g-footer > .g-container {
        padding: 2vw!important;
    }

    .site-1 #g-footer :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-weight: 700;
        font-size: 3vw;
    }
    .site-1 #g-footer p {
        font-size: 1.75vw;
        font-family: var(--title-font-family);
        font-weight: 700;
    }

    .site-2 #g-container-footer {
        margin-top: calc(-4vw - 75px)!important;
        background: url('/images/template/footer.png') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-2 #g-footer {
        padding-top: calc(4vw + 75px)!important;
    }
    .site-2 #g-footer > .g-container {
        padding: 2vw!important;
    }

    .site-2 #g-footer :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-weight: 700;
        font-size: 3vw;
    }
    .site-2 #g-footer p {
        font-size: 1.75vw;
        font-family: var(--title-font-family);
        font-weight: 700;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: 4vw;
    }
    .footer-wrapper > .footer-content {
        flex: 40;
    }
    .footer-wrapper > .footer-links {
        flex: 30;
        list-style-type: none!important;
    }
    .footer-wrapper > .footer-links .weblinks {
        list-style-type: none!important;
        margin: 1vw 0;
    }
    .footer-wrapper > .footer-links .weblinks li {
        font-size: 1.75vw;
        font-family: var(--title-font-family);
    }
    .footer-wrapper .weblinks a {
        text-decoration: underline;
    }
    .footer-wrapper > .footer-logo {
        flex: 30;
    }
    .footer-wrapper .footer-logo img {
        width: 60%;
    }
    .site-2 .footer-wrapper .footer-logo img {
        width: 30%;
    } 
    .footer-wrapper .footer-logo {
        text-align: center;
    }
    .footer-wrapper h1 {
        font-weight: 700;
        font-size: 3vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-container-footer {
        /*margin-top: calc(-4vw - 75px)!important;*/
        background: url('/images/template/footer.png') 50% 50% no-repeat;
        background-size: cover;
    }
    /*.site-1 #g-footer {
        padding-top: calc(4vw + 75px)!important;
    }*/
    .site-1 #g-footer > .g-container {
        padding: 1rem!important;
    }

    .site-1 #g-footer :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-weight: 700;
        /*font-size: 3vw;*/
    }

    .site-2 #g-container-footer {
        /*margin-top: calc(-4vw - 75px)!important;*/
        background: url('/images/template/footer.png') 50% 50% no-repeat;
        background-size: cover;
    }
    /*.site-1 #g-footer {
        padding-top: calc(4vw + 75px)!important;
    }*/
    .site-2 #g-footer > .g-container {
        padding: 1rem!important;
    }

    .site-2 #g-footer :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-weight: 700;
        /*font-size: 3vw;*/
    }

    .footer-wrapper .weblinks {
        margin: 1.5rem 0;
    }
    .footer-wrapper .weblinks li {
        list-style-type: none;
    }

    .footer-wrapper .footer-logo img {
        width: 60%;
    }
    .site-2 .footer-wrapper .footer-logo img {
        width: 40%;
    }
    .footer-wrapper .footer-logo {
        text-align: center;
    }
    .footer-wrapper .weblinks a {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-bottom {
        position: relative;
        z-index: 1;
    }

    .site-2 #g-bottom {
        position: relative;
        z-index: 1;
    }
}

/*************** 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 (max-width: 50.99rem) {
    .site-1 .ph-rounded-square-mobile {
        --ph-g-title-size-mobile: 8vw;

        --ph-num-cols: 1;
        --ph-gap: 1rem;
        --ph-border-radius: 1rem;
        --ph-title-color: var(--default-black);
        --ph-background-color: #f1f2f2;
    }

    .site-2 .ph-rounded-square-mobile {
        --ph-g-title-size-mobile: 8vw;

        --ph-num-cols: 1;
        --ph-gap: 1rem;
        --ph-border-radius: 1rem;
        --ph-title-color: var(--default-black);
        --ph-background-color: #f1f2f2;
    }
}

@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: 1rem 1rem .5rem 1rem;
        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(--tertiary-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;
        color: var(--default-black);
    }
    .ph-rounded-square-mobile .g-array-item-read-more {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ph-rounded-square-mobile .g-array-item-read-more a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .side-menu-particle .g-blockcontent-subcontent-title {
        padding: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(1) {
        order: 2;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(2) {
        order: 3;
    }
    .site-2-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(3) {
        order: 1;
    }
}