@import url('//fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/************ TEMPLATE  ************

1. Red - #AC1F23
2. Blue - #1F2759
3. Gold - #DBAD25
---
Secondary 1 - #727A80
Secondary 2 - #D9E4ED

Title: Fira Sans Condensed - https://fonts.google.com/specimen/Fira+Sans+Condensed
Body: Source Sans Pro - https://fonts.google.com/specimen/Source+Sans+Pro

-------
Instagram Feed

    /*BS Hanceville Variables*

    --title-font-family: 'Cinzel', serif;
    --body-font-family: 'Crimson Text', serif;
	--third-font-family: 'Montserrat', 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-family: var(--third-font-family);
	--ql-height: 24vw;
	--ql-text-transform: var(--text-transform-upper);
	
	--hero-img-height: 48vw;
	--hero-opacity: 1;
	--hero-text-font-size-desktop: 1.75vw;
	--hero-img-height-mobile: 48vw;
	--hero-title-font-family: var(--body-font-family);

**/

.site-1 {
    --primary-color: #AC1F23;
    --secondary-color: #1F2759;
    --tertiary-color: #DBAD25;

    --primary-rgb: 172, 31, 35;
    --secondary-rgb: 31, 39, 89;
    --tertiary-rgb: 219, 173, 37;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Fira Sans Condensed', sans-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-background-color: rgba(var(--secondary-rgb), .6);
    --ql-background-hover: rgba(var(--secondary-rgb), .4);

    --ph-width: 21vw;
    --ph-background-color: var(--primary-color);
    --ph-title-color: var(--default-white);

    --rok-mini-badge: rgba(var(--tertiary-rgb), .8);
    --rok-mini-text: var(--default-white);
    --rok-mini-timeline: rgba(var(--tertiary-rgb), .7);
    --grid-vertical-gap: 1rem;

    --grid-img-width: 11vw;
}


span.dropcap {
    font-size: 2.5rem;
    /*font-style: italic;*/
    line-height: 1;
}


h1.decorative {
    display: grid;
    grid-template-columns: auto minmax(10px, 1fr);
    align-items: center;
    font-size: 5vw;
    grid-gap: 40px;
    width: 100%;
    border-bottom: none;
    text-align: center;
}

h1.decorative:after {
    content: '';
    border-top: 1px solid var(--primary-color);
}

h1.background {
    color: white;
    background-color: var(--secondary-color);
    padding: 1.5rem 5rem;
}

h2.decorative {
    display: grid;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    align-items: center;
    grid-gap: 50px;
    width: 100%;
    border-bottom: none;
    text-align: center;
}

h2.decorative:before {
    content: '';
    border-top: 1px solid var(--primary-color);
}

h2.decorative:after {
    content: '';
    border-top: 1px solid var(--primary-color);
}


h6.pagetitle {
    line-height: 0.8;
    margin-top: -0.5rem;
    color: #fedba1;
    font-size: 2.5rem;
    z-index: -3;
    font-style: italic;
}

@media only screen and (max-width: 51rem) {
    h6.pagetitle {
        font-size: 1.5rem;
    }

    h1.decorative {
        font-size: 8vw;
    }
}

h4.black {
    color: black;
}

hr.short {
    padding: 0;
    margin: 0 auto;
    width: 150px;
}

hr {
    border-bottom: 5px solid var(--primary-color);
}

blockquote {
    color: var(--primary-color);
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 0px solid #d5d5d5;
    font: italic 16px/22px Crimson Text, Serif;
    line-height: 1.2;
    font-size: 1.5rem;
    text-align: center;
}

@media only screen and (max-width: 50.99rem) {
    hr.short {
        width: 80%;
    }
}

/************ BUTTONS  ************/

.btn .icon-chevron-right {
    display: none;
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--primary-color);
}

@media only screen and (min-width: 1920px) {
    .site-1 .ph-sq-rows {
        --ph-width: 400px;
    }
}

@media only screen and (max-width: 50.99rem) {
    li {
        font-size: 1rem;
    }
}

p.firesans {
    font-family: 'Fira Sans Condensed', sans-serif;
}

.site-2 {
    --primary-color: #1F2759;
    --secondary-color: #AC1F23;
    --tertiary-color: #DBAD25;

    --primary-rgb: 31, 39, 89;
    --secondary-rgb: 172, 31, 35;
    --tertiary-rgb: 219, 173, 37;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Source Sans 3', sans-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-background-color: rgba(var(--secondary-rgb), .6);
    --ql-background-hover: rgba(var(--secondary-rgb), .4);

    --ph-width: 21vw;
    --ph-background-color: var(--primary-color);
    --ph-title-color: var(--default-white);

    --rok-mini-badge: rgba(var(--tertiary-rgb), .8);
    --rok-mini-text: var(--default-white);
    --rok-mini-timeline: rgba(var(--tertiary-rgb), .7);
    --grid-vertical-gap: 1rem;
}

.site-2 h1 {
    font-family: 'Fira Sans Condensed', sans-serif;
}

.site-2 h2 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-variant-caps: inherit;
    font-size: 3rem;
}

.site-2 h3 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 2.5rem;
}

.site-2 h4 {
    font-family: 'Source Sans 3', sans-serif;
}

.site-2 h5 {
    font-family: 'Source Sans 3', sans-serif;
}

.site-2 h6 {
    font-family: 'Source Sans 3', sans-serif;
}


.landing {
    --primary-color: #AC1F23;
    --secondary-color: #1F2759;
    --tertiary-color: #DBAD25;

    --primary-rgb: 172, 31, 35;
    --secondary-rgb: 31, 39, 89;
    --tertiary-rgb: 219, 173, 37;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Fira Sans Condensed', sans-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-background-color: rgba(var(--secondary-rgb), .6);
    --ql-background-hover: rgba(var(--secondary-rgb), .4);

    --ph-width: 21vw;
    --ph-background-color: var(--secondary-color);
    --ph-title-color: var(--default-white);

    --rok-mini-badge: rgba(var(--tertiary-rgb), .8);
    --rok-mini-text: var(--default-white);
    --rok-mini-timeline: rgba(var(--tertiary-rgb), .7);
}

.site-2 .ql-fa-toplinks {
    --ql-title-color: var(--primary-color);
}

.ph-sidepics-3 {
    --ph-title-color: var(--primary-color);
}

@media only screen and (min-width: 1920px) {
    .site-2 .ph-sq-rows {
        --ph-width: 400px;
    }

    .site-1 {
        --grid-img-width: 20rem;
        --grid-tile-height: 26rem;
        --grid-font-size-desktop: 2.5rem;
    }

    .site-2 {
        --grid-img-width: 20rem;
        --grid-tile-height: 26rem;
        --grid-font-size-desktop: 2.5rem;
    }
}

:is(.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a):not(.g-blockcontent-buttons .button, .g-array-item-read-more .button, .rotator-overlay-links .button) {
    font-family: var(--body-font-family);
    margin-top: 1rem;
    border: 1px solid var(--tertiary-color);
    background: transparent;
    color: var(--secondary-color) !important;
    font-weight: 800;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .15rem;
}

:is(.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a):not(.g-blockcontent-buttons .button, .g-array-item-read-more .button):hover {
    background: #777;
    color: var(--default-white) !important;
}


/*************** ALL SITE *****************/
.item-image {
    display: none;
}

.g-content-array {
    margin: 0;
    padding: 0;
}

a.button-red {
    background-color: var(--primary-color);
    color: white !important;
    border: 2px solid var(--tertiary-color);
    /* Changing the outline color to gold */
    padding: 15px 35px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 1.5rem;
    margin-top: 1rem;
    display: inline-flex;
}

.button-red:hover {
    background-color: #8C171B;
}

a.button-blue-rounded {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.5rem;
    margin-top: 1rem;
    display: inline-flex;
}

.button-blue-rounded:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
    background-color: #090B22;
}

a.whitebutton {
    color: #f2b13d;
    font-size: 1rem;
    text-transform: none;
    font-weight: normal;
    background: #ffffff;
    padding: .7rem 1.3rem;
    border-radius: .5rem;
    margin: 0.25rem;
    display: inline-block;
    line-height: 1.125rem;
    border: 2px solid #f2b13d;
    transition: all .2s ease-in;
}

.readon:hover,
.button:not(.site-home #g-showcase .button, .ph-sidepics-3 .button, #g-footer .button, .ql-inner-box .g-blockcontent-buttons > a.button):hover,
.btn:hover,
p.readmore .btn:hover {
    background: var(--primary-color);
    color: white;
    border: 2px solid var(--primary-color);
}

.whitebutton:hover {
    background: #f2b13d;
    color: white;
    border: 2px solid #f2b13d;
}

.redback {
    background: var(--primary-color);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}

.blueback {
    background: var(--secondary-color);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blueback p,
.blueback li,
.blueback h1,
.blueback h2,
.blueback div .blueback h3,
.blueback h4,
.blueback h5,
.blueback h6 {
    color: #ffffff;
}

.redback p,
.redback li,
.redback h1,
.redback h2,
.redback div .redback h3,
.redback h4,
.redback h5,
.redback h6 {
    color: #ffffff;
}

.flexrow>.two-thirds-side {
    flex: 2;
}

/*.flexrow > .moduleside { flex-basis: 35%}
.flexrow > .fiftypercent { flex-basis: 50%}*/
.circle img {
    border-radius: 50%;
}

@media only screen and (min-width: 50.99rem) {

    .flexrow div.two-thirds-side:first-child,
    .flexrow div.moduleside:first-child {
        padding-right: 30px;
    }

    .flexrow div.two-thirds-side:last-child,
    .flexrow div.moduleside:last-child {
        padding-left: 30px;
    }

    .flexrow>.two-thirds-side {
        flex: 2;
    }

    .flexrow>div {
        order: 2;
    }
}

/************ FLEX ITEM  ************/
.flexcolumn {
    display: flex;
    flex-direction: column;
}

.flexcolumn>div {
    flex: 1;
}

.flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

/************ FLEX ITEM  ************/
.flexrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexrow>div {
    flex: 1;
    padding: 20px;
}

.minus10,
.platform-content .moduletable.minus10 {
    margin: 0 calc(-10vw - 20px);
}

.plus10,
.platform-content .moduletable.plus10 {
    margin: 0 10vw;
}

.fullwidthpic {
    width: 100%;
}

img.fullwidth {
    width: 100%;
}

@media only screen and (max-width: 50.99rem) {
    .flexrow {
        flex-direction: column;
    }

    #g-container-main {
        margin: 0;
        padding: 0;
    }

    .plus10,
    .platform-content .moduletable.plus10 {
        padding: 0 calc(1vw + 10px);
    }

    .minus10,
    .platform-content .moduletable.minus10 {
        margin: 0 calc(-15vw - 15px);
    }
}

/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-2 #g-mainbar {
        padding: 0 5%;
    }

    .site-2 #g-container-main {
        margin: 0 -2%;
        padding: 0 5%;
    }

    .padright {
        padding-right: 30px;
    }

    .padleft {
        padding-left: 30px;
    }

    .textcell {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2 #g-mainbar {
        padding: 0 1%;
    }

    .padright {
        padding-right: 5px;
    }

    .padleft {
        padding-left: 5px;
    }

    .textcell {
        padding-left: 5px;
        padding-right: 5px;
    }
}




/*************** 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 .social-icons-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding-right: 3%;
    }

    .site-1 #g-offcanvas .social-icons-wrapper>div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem 1rem;
        justify-content: center;
    }

    .site-1 #g-offcanvas .social-icons-wrapper>div>div:first-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
        padding-right: 1vw;
        width: 100%;
    }

    .site-1 #g-offcanvas .social-icons-wrapper>div>div:first-child a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
    }

    .site-1 #g-offcanvas .social-icons-wrapper>div>div:first-child i {
        font-size: 1.5rem;
    }

    .site-1 #g-offcanvas .social-icons-wrapper>div>div:first-child p {
        margin: 0;
        padding: 0;
        font-size: 1rem;
    }

    .site-1 #g-offcanvas .social-icons-wrapper>div>div:last-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .site-1 #g-offcanvas .social-icons-wrapper>div>div:last-child>div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1 #g-offcanvas .social-icons-wrapper>div>div:last-child>div:nth-child(5) {
        display: none !important;
    }

    .site-1 #g-offcanvas .social-icons-wrapper>div>div:last-child a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
    }

    .site-1 #g-offcanvas .social-icons-wrapper>div>div:last-child img {
        height: 1.5rem;
        width: auto;
    }

    .site-1 #g-offcanvas .social-icons-wrapper .flocknote-red {
        display: none !important;
    }

    .site-1 #g-offcanvas>.g-grid:nth-child(2)>.g-block>.g-content {
        margin: 0;
        padding: 0;
    }

    .site-1 #g-offcanvas>.g-grid:nth-child(2)>.g-block>.g-content>.g-content-array>.g-grid>.g-block>.g-content {
        margin: 0;
        padding: 0;
    }

    .site-2 #g-offcanvas .social-icons-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding-right: 3%;
    }

    .site-2 #g-offcanvas .social-icons-wrapper>div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem 1rem;
        justify-content: center;
    }

    .site-2 #g-offcanvas .social-icons-wrapper>div>div:first-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
        padding-right: 1vw;
        width: 100%;
    }

    .site-2 #g-offcanvas .social-icons-wrapper>div>div:first-child a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
    }

    .site-2 #g-offcanvas .social-icons-wrapper>div>div:first-child i {
        font-size: 1.5rem;
    }

    .site-2 #g-offcanvas .social-icons-wrapper>div>div:first-child p {
        margin: 0;
        padding: 0;
        font-size: 1rem;
    }

    .site-2 #g-offcanvas .social-icons-wrapper>div>div:last-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .site-2 #g-offcanvas .social-icons-wrapper>div>div:last-child>div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2 #g-offcanvas .social-icons-wrapper>div>div:last-child>div:nth-child(5) {
        display: none !important;
    }

    .site-2 #g-offcanvas .social-icons-wrapper>div>div:last-child a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
    }

    .site-2 #g-offcanvas .social-icons-wrapper>div>div:last-child img {
        height: 1.5rem;
        width: auto;
    }

    .site-2 #g-offcanvas .social-icons-wrapper .flocknote-red {
        display: none !important;
    }

    .site-2 #g-offcanvas>.g-grid:nth-child(2)>.g-block>.g-content {
        margin: 0;
        padding: 0;
    }

    .site-2 #g-offcanvas>.g-grid:nth-child(2)>.g-block>.g-content>.g-content-array>.g-grid>.g-block>.g-content {
        margin: 0;
        padding: 0;
    }
}

/*************** TOP **********************/
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) and (max-width: 1900px) {
    .site-1 :is(.g-main-nav .g-toplevel>li>.g-menu-item-container, .g-main-nav .g-sublevel>li>.g-menu-item-container) {
        padding: 1vw .5vw;
    }

    .site-2 :is(.g-main-nav .g-toplevel>li>.g-menu-item-container, .g-main-nav .g-sublevel>li>.g-menu-item-container) {
        padding: 1vw .5vw;
    }
}

@media only screen and (min-width: 50.99rem) {
    .g-sublevel * {
        border-radius: 0 !important;
    }

    .site-1 .g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown.g-active {
        top: 90%;
    }

    .site-1 .g-main-nav .g-fullwidth .g-dropdown {
        right: unset;
        left: unset;
    }

    .site-1 .g-main-nav .g-dropdown {
        border-radius: 0;
    }

    .site-1 #g-navigation .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .site-1 #g-navigation .social-icons-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding-right: 3%;
    }

    .site-1 #g-navigation .social-icons-wrapper>div {
        display: flex;
        flex-direction: row;
        gap: 1vw;
    }

    .site-1 #g-navigation .social-icons-wrapper>div>div:first-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
        padding-right: 1vw;
        border-right: 1px solid var(--default-white);
    }

    .site-1 #g-navigation .social-icons-wrapper>div>div:first-child a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
    }

    .site-1 #g-navigation .social-icons-wrapper>div>div:first-child i {
        font-size: 1.5rem;
    }

    .site-1 #g-navigation .social-icons-wrapper>div>div:first-child p {
        margin: 0;
        padding: 0;
        font-size: 1.5rem;
    }

    .site-1 #g-navigation .social-icons-wrapper>div>div:last-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
    }

    .site-1 #g-navigation .social-icons-wrapper>div>div:last-child>div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1 #g-navigation .social-icons-wrapper>div>div:last-child a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
    }

    .site-1 #g-navigation .social-icons-wrapper>div>div:last-child img {
        height: 1.5rem;
        width: auto;
    }

    .site-1 #g-navigation .social-icons-wrapper .flocknote-red {
        display: none !important;
    }

    .site-1 #g-navigation {
        height: 175px;
    }

    .site-1 #g-navigation>.g-container>.g-grid:nth-child(1) {
        height: 75px;
        background: #AC1F23;
    }

    .site-1 #g-navigation>.g-container>.g-grid:nth-child(2) {
        background: #ffffff;
        height: 100px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 10;
    }

    :is(.site-1-sub, .site-2-sub) #g-navigation>.g-container>.g-grid:nth-child(2) {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    }

    .sticks {
        padding-top: 75px !important;
    }

    .social-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .mainmenu-border {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    }

    .mainmenu-sticky {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 102 !important;
    }

    .site-1 .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1vw;
        font-family: var(--body-font-family);
        font-weight: 800;
        text-transform: uppercase;
    }

    .site-1 .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.1vw;
        font-family: var(--body-font-family);
        font-weight: 600;
        text-transform: uppercase;
    }

    .site-1 .g-main-nav .g-toplevel>li.active>.g-menu-item-container {
        border-bottom: 2px solid var(--secondary-color);
    }

    .site-1 .g-toplevel .menu-item-particle img {
        width: 14rem;
    }

    .site-2 #g-navigation .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .site-2 #g-navigation .social-icons-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding-right: 3%;
    }

    .site-2 #g-navigation .social-icons-wrapper>div {
        display: flex;
        flex-direction: row;
        gap: 1vw;
    }

    .site-2 #g-navigation .social-icons-wrapper>div>div:first-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
        padding-right: 1vw;
        border-right: 1px solid var(--default-white);
    }

    .site-2 #g-navigation .social-icons-wrapper>div>div:first-child a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
    }

    .site-2 #g-navigation .social-icons-wrapper>div>div:first-child i {
        font-size: 1.5rem;
    }

    .site-2 #g-navigation .social-icons-wrapper>div>div:first-child p {
        margin: 0;
        padding: 0;
        font-size: 1.5rem;
    }

    .site-2 #g-navigation .social-icons-wrapper>div>div:last-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
    }

    .site-2 #g-navigation .social-icons-wrapper>div>div:last-child>div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2 #g-navigation .social-icons-wrapper>div>div:last-child a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
    }

    .site-2 #g-navigation .social-icons-wrapper>div>div:last-child img {
        height: 1.5rem;
        width: auto;
    }

    .site-2 #g-navigation .social-icons-wrapper .flocknote-red {
        display: none !important;
    }

    .site-2 #g-navigation {
        height: 175px;
    }

    .site-2 #g-navigation>.g-container>.g-grid:nth-child(1) {
        height: 75px;
        background: var(--primary-color);
    }

    .site-2 #g-navigation>.g-container>.g-grid:nth-child(2) {
        background: #ffffff;
        height: 100px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 10;
    }

    .site-2 .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
        font-weight: 800;
        text-transform: uppercase;
    }

    .site-2 .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.1vw;
        font-family: var(--body-font-family);
        font-weight: 800;
        text-transform: uppercase;
    }

    .site-2 .g-main-nav .g-toplevel>li.active>.g-menu-item-container {
        border-bottom: 2px solid var(--primary-color);
    }

    .site-2 .g-toplevel .menu-item-particle img {
        width: 14rem;
        /*margin-top: -4rem;*/
    }

    .site-1 .social-icons-wrapper a:hover {
        color: #add8e6 !important;
    }

    .site-2 .social-icons-wrapper a:hover {
        color: #D3D3D3 !important;
    }
}

@media only screen and (min-width: 1920px) {
    #g-navigation>.g-container>.g-grid:nth-child(1) {
        display: flex;
        justify-content: center;
    }

    #g-navigation>.g-container>.g-grid:nth-child(1)>.g-block {
        max-width: 2000px;
    }

    #g-navigation .g-main-nav {
        display: flex;
        justify-content: center;
    }

    #g-navigation .g-toplevel {
        max-width: 2000px;
    }

    .site-1 .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1.1rem;
    }

    .site-1 .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.1rem;
    }

    .site-2 .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1.1rem;
    }

    .site-2 .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.1rem;
    }

    :is(.site-1-sub, .site-2-sub) #g-navigation>.g-container>.g-grid:nth-child(2) {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation {
        background: #f1f2f2;
    }

    .site-1 #g-navigation>.g-container>.g-grid:nth-child(1) {
        display: none;
    }

    .site-1 #g-navigation .g-logo {
        max-width: 70%;
        margin: 1rem auto;
    }

    #g-offcanvas .g-toplevel>li:first-child {
        display: none !important;
    }

    .site-2 #g-navigation>.g-container>.g-grid:nth-child(1) {
        display: none;
    }

    .site-2 #g-navigation .g-logo {
        max-width: 40%;
        margin: 1rem auto;
    }
}

/*************** SLIDESHOW ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow>.g-container {
        position: relative;
        height: 56vw;
    }

    .site-1-home #g-slideshow>.g-container>.g-grid:nth-child(1) {
        position: absolute;
        z-index: 8;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }

    .site-1-home #g-slideshow>.g-container>.g-grid:nth-child(2) {
        position: absolute;
        z-index: 9;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
    }

    .site-1-home #g-slideshow>.g-container>.g-grid:nth-child(2)>.swiper-overlay {
        position: absolute;
        z-index: 9;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-slideshow>.g-container>.g-grid:nth-child(2)>.swiper-overlay>.g-content {
        width: 60%;
    }

    .site-1-home #g-slideshow .swiper-overlay .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .site-1-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper {
        width: 100%;
    }

    .site-1-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-title {
        text-align: center;
    }

    .site-1-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-title :is(h1, h2, h3, h4, h5, h6) {
        color: var(--default-white);
        font-size: 7vw;
        font-family: var(--title-font-family);
        letter-spacing: 2px;
        font-variant-caps: normal;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, .7);
        margin-bottom: 3vw;
        font-weight: 400;
    }

    .site-1-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-links {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1rem;
    }

    .site-1-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-links .button {
        flex: 1;
        background: rgba(var(--primary-rgb), .8);
        color: var(--default-white);
        box-shadow: var(--default-box-shadow);
        border: none;
        border-radius: 0;
        font-size: 1.2vw;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, .7);
        letter-spacing: .25rem;
        font-weight: 800;
        padding: .7rem 1.3rem;
        pointer-events: all;
    }

    .site-1-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-links .button:hover {
        background: var(--primary-color);
    }

    .site-2-home #g-slideshow>.g-container {
        position: relative;
        height: 56vw;
    }

    .site-2-home #g-slideshow>.g-container>.g-grid:nth-child(1) {
        position: absolute;
        z-index: 8;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }

    .site-2-home #g-slideshow>.g-container>.g-grid:nth-child(2) {
        position: absolute;
        z-index: 9;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
    }

    .site-2-home #g-slideshow>.g-container>.g-grid:nth-child(2)>.swiper-overlay {
        position: absolute;
        z-index: 9;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2-home #g-slideshow>.g-container>.g-grid:nth-child(2)>.swiper-overlay>.g-content {
        width: 60%;
    }

    .site-2-home #g-slideshow .swiper-overlay .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .site-2-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper {
        width: 100%;
    }

    .site-2-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-title {
        text-align: center;
    }

    .site-2-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-title :is(h1, h2, h3, h4, h5, h6) {
        color: var(--default-white);
        font-size: 6vw;
        font-family: var(--title-font-family);
        letter-spacing: 2px;
        font-variant-caps: normal;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, .7);
        margin-bottom: 3vw;
        font-weight: 400;
        line-height: 1.1;
    }

    .site-2-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-links {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1rem;
    }

    .site-2-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-links .button {
        flex: 1;
        background: rgba(var(--primary-rgb), .8);
        color: var(--default-white);
        box-shadow: var(--default-box-shadow);
        border: none;
        border-radius: 0;
        font-size: 1.2vw;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, .7);
        letter-spacing: .25rem;
        font-weight: 800;
        padding: .7rem 1.3rem;
        pointer-events: all;
    }

    .site-2-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-links .button:hover {
        background: var(--primary-color);
    }
}

@media only screen and (min-width: 1920px) {
    .site-1-home #g-slideshow {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-slideshow>.g-container {
        position: relative;
        height: 1125px !important;
        max-width: 2000px;
    }

    .site-1-home #g-slideshow .g-swiper-slider.swiper-wrapper {
        height: 1125px !important;
    }

    .site-1-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-title :is(h1, h2, h3, h4, h5, h6) {
        font-size: 9rem;
    }

    .site-1-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-links .button {
        font-size: 2rem;
    }

    .site-2-home #g-slideshow {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2-home #g-slideshow>.g-container {
        position: relative;
        height: 1125px !important;
        max-width: 2000px;
    }

    .site-2-home #g-slideshow .g-swiper-slider.swiper-wrapper {
        height: 1125px !important;
    }

    .site-2-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-title :is(h1, h2, h3, h4, h5, h6) {
        font-size: 7rem;
    }

    .site-2-home #g-slideshow .swiper-overlay .rotator-overlay-wrapper .rotator-overlay-links .button {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home .swiper-overlay .g-array-item-text {
        margin: 0;
    }

    .site-1-home .rotator-overlay-title {
        display: none;
    }

    .site-1-home .rotator-overlay-links {
        background: white;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .site-1-home .rotator-overlay-links a {
        margin: 0 !important;
        background: var(--primary-color) !important;
    }

    .site-2-home .swiper-overlay .g-array-item-text {
        margin: 0;
    }

    .site-2-home .rotator-overlay-title {
        display: none;
    }

    .site-2-home .rotator-overlay-links {
        background: white;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .site-2-home .rotator-overlay-links a {
        margin: 0 !important;
        background: var(--primary-color) !important;
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
@media only screen and (min-width: 50.99rem) and (max-width: 2020px) {
    .site-1-home #g-above .mass-times-container .g-array-item-text :is(h1, h2, h3, h4, h5, h6) {
        font-size: 2.75vw;
        margin-bottom: 0.25rem;
    }

    .site-1-home #g-above .mass-times-container .g-array-item-text p {
        font-size: 1.2vw;
    }

    .site-1-home #g-above .mass-times-container .g-array-item-text .button {
        margin: 0;
    }

    .site-1-home .mass-times-container .g-array-item-text {
        padding: 8vw 6rem 0 6rem;
    }

    .site-2-home #g-above .mass-times-container .g-array-item-text :is(h1, h2, h3, h4, h5, h6) {
        font-size: 2vw;
    }

    .site-2-home #g-above .mass-times-container .g-array-item-text p {
        font-size: 1.2vw;
    }

    .site-2-home #g-above .mass-times-container .g-array-item-text .button {
        margin: 0;
    }

    .site-2-home .mass-times-container .g-array-item-text {
        padding: 8vw 6rem 0 6rem;
    }

    .site-2-home #g-above p {
        margin-bottom: 0.75rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home .mass-times-container .g-array-item {
        display: flex;
        flex-direction: row;
    }

    .site-1-home .mass-times-container .g-array-item-image {
        width: 50%;
        margin: 0;
    }

    /*.site-2-home .mass-times-container .g-array-item-image {
        width: 40%;
        margin: 0;
    }*/
    .mass-times-container .g-array-item-image img {
        aspect-ratio: 3/4;
        object-position: center;
        object-fit: cover;
    }

    .site-1-home .mass-times-container .g-array-item-text {
        width: 50%;
        margin: 0;
        padding: 4vw 5vw;
    }

    .site-2-home .mass-times-container .g-array-item-text {
        width: 100%;
        margin: 0;
        padding: 3vw 3vw 0 3vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .site-1-home .mass-times-container .g-array-item-text :is(h1, h2, h3, h4, h5, h6) {
        color: var(--primary-color);
        text-transform: uppercase;
        letter-spacing: .25rem;
        font-size: 3vw;
        font-family: var(--body-font-family);
    }

    .site-1-home #g-above>.g-container>.g-grid>.g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2-home #g-above>.g-container>.g-grid>.g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2-home .mass-times-container .g-array-item-text :is(h1, h2, h3, h4, h5, h6) {
        color: var(--default-white);
        /*text-transform: uppercase;*/
        letter-spacing: .25rem;
        font-size: 3vw;
        font-family: var(--body-font-family);
    }

    .site-2-home .mass-times-container .g-array-item-text h1.odometer {
        background: var(--rok-mini-badge);
        padding: 0.5rem;
        display: inline-block;
        border-radius: 0.5rem;
        letter-spacing: .25rem;
        font-size: 3vw;
        font-family: var(--body-font-family);
        color: var(--default-white);
    }


    .site-2-home .school-home-info {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 1rem;
    }

    .site-2-home .school-home-info>div {
        flex: 30%;
        text-align: center;
    }

    .site-2-home #g-above .g-gridstatistic {
        margin: 0;
        padding: 0;
    }

    .site-2-home #g-above .g-content-array .g-array-item .g-array-item-text {
        font-size: 1vw !important;
    }

    .site-2-home #g-above :is(.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value) {
        color: var(--primary-color);
    }
}

@media only screen and (min-width: 1920px) {
    .site-1-home #g-above {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-above>.g-container {
        max-width: 2000px;
    }

    .mass-times-container .g-array-item-text {
        padding: 8rem 8rem 0 8rem;
    }

    .mass-times-container .g-array-item-text :is(h1, h2, h3, h4, h5, h6) {
        font-size: 3.5rem;
    }

    .site-2-home #g-above {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2-home #g-above>.g-container {
        max-width: 2000px;
    }

}

@media only screen and (max-width: 50.99rem) {
    .site-1-home .mass-times-container .g-array-item-image img {
        width: 100%;
        aspect-ratio: 3/4;
        object-position: center;
        object-fit: cover;
    }

    .mass-times-container .g-array-item {
        display: flex;
        flex-direction: column;
    }

    .mass-times-container .g-array-item-text {
        margin: 0;
        padding: 7vw;
    }

    .site-1-home .mass-times-container .g-array-item-text :is(h1, h2, h3, h4, h5, h6) {
        color: var(--secondary-color);
        text-transform: uppercase;
        letter-spacing: .25rem;
        font-size: 6vw;
        font-family: var(--body-font-family);
    }

    .site-1-home .mass-times-container .button {
        margin: 0 !important;
    }

    .site-2-home .school-home-info>div {
        text-align: center;
    }

    .site-2-home .mass-times-container blockquote {
        color: white;
    }

    .site-2-home .mass-times-container .g-array-item-text :is(h1, h2, h3, h4, h5, h6) {
        color: var(--default-white);
        /*text-transform: uppercase;*/
        letter-spacing: .25rem;
        font-size: 6vw;
        font-family: var(--body-font-family);
    }

    .site-2-home .mass-times-container .g-array-item-text h1.odometer {
        background: var(--rok-mini-badge);
        padding: 0.5rem;
        display: inline-block;
        border-radius: 0.5rem;
        letter-spacing: .25rem;
        font-size: 6vw;
        font-family: var(--body-font-family);
        color: var(--default-white);
    }
}

/*************** SHOWCASE *****************/
@media only screen and (min-width: 1920px) {
    .site-1-home #g-showcase {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-showcase>.g-container {
        max-width: 2000px;
        padding: 6rem 0 !important;
    }

    .rok-mini-particle .rme-badge {
        border-radius: 0;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    }

    .rok-mini-particle .rme-day {
        border-radius: 0;
    }

    .rok-mini-particle .rme-month {
        border-radius: 0;
    }

    .site-2-home #g-showcase {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2-home #g-showcase>.g-container {
        max-width: 2000px;
        padding: 6rem 0 !important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-showcase {
        background: url('/images/template/paralax4.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .site-1-home #g-showcase>.g-container {
        padding: 5% !important;
    }

    .site-1-home #g-showcase .g-title {
        color: var(--default-white);
        text-shadow: 3px 3px 3px rgba(0, 0, 0, .9);
        background: transparent;
        text-transform: uppercase;
        font-size: 3.5rem;
        font-family: var(--body-font-family);
        font-weight: 400;
        font-variant-caps: normal;
        line-height: 1.3;
        margin: .75rem 0;
        margin-bottom: 5rem;
    }

    .site-1-home #g-showcase .button {
        margin-top: 4rem;
        border: 1px solid var(--tertiary-color);
        background: transparent;
        color: var(--default-white) !important;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, .9);
        font-weight: 800;
        border-radius: 3px;
        text-transform: uppercase;
        font-size: 1rem;
        letter-spacing: .15rem;
    }

    .site-1-home #g-showcase .button:hover {
        background: #777;
        color: var(--default-white) !important;
    }

    .site-2-home #g-showcase {
        background: url('/images/template/school-paralax.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .site-2-home #g-showcase>.g-container {
        background: rgba(var(--primary-rgb), .75);
        /*padding: 5%!important;*/
    }

    .site-2-home #g-showcase .g-title {
        color: var(--default-white);
        text-shadow: 3px 3px 3px rgba(0, 0, 0, .9);
        border: none;
        background: transparent;
        text-transform: uppercase;
        font-size: 3.5rem;
        font-family: var(--body-font-family);
        font-weight: 400;
        font-variant-caps: normal;
        line-height: 1.3;
        margin: .75rem 0;
        margin-bottom: 5rem;
    }

    .site-2-home #g-showcase .button {
        margin-top: 4rem;
        border: 1px solid var(--tertiary-color);
        background: transparent;
        color: var(--default-white);
        text-shadow: 3px 3px 3px rgba(0, 0, 0, .9);
        font-weight: 800;
        border-radius: 3px;
        text-transform: uppercase;
        font-size: 1rem;
        letter-spacing: .15rem;
    }

    .site-2-home #g-showcase .button:hover {
        background: #777;
        color: var(--default-white) !important;
    }

    .site-2-home #g-showcase blockquote {
        color: white;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-showcase .g-title {
        color: var(--default-white);
        text-shadow: 3px 3px 3px rgba(0, 0, 0, .9);
        background: transparent;
        text-transform: uppercase;
        font-size: 3.5rem;
        font-family: var(--body-font-family);
        font-weight: 400;
        font-variant-caps: normal;
        line-height: 1.3;
        margin: .75rem 0;
    }

    .site-1-home #g-showcase {
        background: url('/images/template/paralax4.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: initial;
    }

    .site-1-home #g-showcase {
        padding: 1rem !important;
    }

    .site-1-home #g-showcase>.g-container>.g-grid:nth-child(2) .button {
        color: var(--default-white) !important;
    }

    .site-2-home #g-showcase .g-title {
        color: var(--default-white);
        text-shadow: 3px 3px 3px rgba(0, 0, 0, .9);
        background: transparent;
        text-transform: uppercase;
        font-size: 3.5rem;
        font-family: var(--body-font-family);
        font-weight: 400;
        font-variant-caps: normal;
        line-height: 1.3;
        margin: .75rem 0;
    }

    .site-2-home #g-showcase {
        background: url('/images/template/paralax4.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: initial;
    }

    .site-2-home #g-showcase {
        padding: 1rem !important;
    }

    .site-2-home #g-showcase>.g-container>.g-grid:nth-child(2) .button {
        color: var(--default-white);
    }
}

/*************** UTILITY ******************/
/*************** FEATURE ******************/
@media only screen and (min-width: 1920px) {
    .site-1-home #g-feature {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-feature>.g-container {
        max-width: 2000px;
    }

    .site-2-home #g-feature {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2-home #g-feature>.g-container {
        max-width: 2000px;
    }
}

@media only screen and (min-width: 2000px) {
    .ph-img-title-sq {
        --ph-width: 473px;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-feature>.g-container {
        padding: 4rem 0 !important;
    }

    .site-1-home #g-feature .g-title {
        color: var(--primary-color);
        font-family: var(--title-font-family);
        font-size: 3.5rem;
        font-weight: 400;
        font-variant-caps: normal;
        text-transform: uppercase;
        line-height: 1.3;
        margin: .75rem 0;
        padding: 0;
        border-bottom: none;
        border-radius: 0;
        background: none;
        padding-bottom: 5rem;
    }

    .site-1-home #g-feature>.g-container>.g-grid:nth-child(2) .button {
        margin: 4rem 0 1rem 0;
    }

    .site-2-home #g-feature>.g-container {
        padding: 4rem 0 !important;
    }

    .site-2-home #g-feature .g-title {
        color: var(--primary-color);
        font-family: var(--title-font-family);
        font-size: 3.5rem;
        font-weight: 400;
        font-variant-caps: normal;
        text-transform: uppercase;
        line-height: 1.3;
        margin: .75rem 0;
        padding: 0;
        border-bottom: none;
        border-radius: 0;
        background: none;
        padding-bottom: 5rem;
    }

    .site-2-home #g-feature>.g-container>.g-grid:nth-child(2) .button {
        margin: 4rem 0 1rem 0;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ph-img-title-sq {
        margin: 0;
        padding: 0;
    }

    .ph-img-title-sq>.g-content {
        margin: 0;
        padding: 0;
    }

    .ph-img-title-sq>.g-content>.g-title {
        margin: 0;
        padding: 0;
    }

    .ph-img-title-sq .g-content-array {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .ph-img-title-sq .g-content-array>.g-grid {
        margin: 0;
        padding: 0;
        border: 1px solid var(--secondary-color);
    }

    .ph-img-title-sq .g-content-array>.g-grid>.g-block {
        margin: 0;
        padding: 0;
    }

    .ph-img-title-sq .g-content-array>.g-grid>.g-block>.g-content {
        margin: 0;
        padding: 0;
        height: 100%;
    }

    .ph-img-title-sq .g-array-item {
        margin: 0;
        padding: 0;
        position: relative;
        width: var(--ph-width);
        background: var(--ph-background-color);
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .ph-img-title-sq .g-array-item-image {
        margin: 0;
        padding: 0;
    }

    .ph-img-title-sq.ph-wide .g-array-item-image {
        width: 100%;
        aspect-ratio: 16/9;
        overflow: hidden;
    }

    .ph-img-title-sq .g-array-item-image img {
        margin: 0;
        padding: 0;
        transition: var(--default-transition);
    }

    .ph-img-title-sq.ph-wide .g-array-item-image img {
        width: 100%;
        aspect-ratio: 16/9;
        object-position: center;
        object-fit: cover;
    }

    .ph-img-title-sq .g-array-item:hover .g-array-item-image img {
        transform: scale(1.10);
    }

    .ph-img-title-sq .g-array-item-title {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex: 1;
    }

    .ph-img-title-sq .g-array-item-title>.g-item-title {
        margin: 0;
        padding: 2rem 1rem;
        border: none;
        flex: 1;
    }

    .ph-img-title-sq .g-array-item-title>.g-item-title>a {
        margin: 0;
        padding: 0;
        color: var(--ph-title-color);
    }

    .ph-img-title-sq .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-img-title-sq .g-array-item-read-more>a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }

    .ph-img-title-sq .g-content-array-pagination {
        width: 95%;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ph-sidebyside-mobile {
        --ph-title-color: var(--secondary-color);
    }

    .ph-sidebyside-mobile h3 {
        border-bottom: none;
    }

    .ph-sidebyside-mobile .button {
        margin: 0 !important;
    }

    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }

    #g-feature>.g-container>.g-grid:nth-child(2) .button {
        margin: 1rem 0;
    }
}

/*************** MAIN *********************/
.parish-home #g-container-main {
    padding: 0 5%;
}

@media only screen and (min-width: 1920px) {
    :is(.site-1-sub, .site-2-sub) #g-container-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    :is(.site-1-sub, .site-2-sub) #g-container-main>.g-grid {
        width: 100%;
        max-width: 2000px;
    }
}

/*************** EXPANDED *****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded .eapps-widget {
        box-shadow: var(--default-box-shadow) !important;
        border-radius: 1rem;
        overflow: hidden;
    }

    .site-1-home #g-expanded {
        padding-top: 2rem !important;
    }

    .site-1-home #g-expanded>.g-container>.g-grid:first-child :is(h1, h2, h3, h4, h5, h6) {
        color: var(--secondary-color);
        text-transform: uppercase;
    }

    .site-1-home #g-expanded .social-icons-wrapper>div {
        display: flex;
        justify-content: center;
    }

    .site-1-home #g-expanded .social-icons-wrapper>div>div:first-child {
        display: none;
    }

    .site-1-home #g-expanded .social-icons-wrapper>div>div:last-child {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

    .site-1-home #g-expanded>.g-container>.g-grid:nth-child(3)>.g-block:first-child {
        padding: 3vw 2.5% 3vw 5%;
    }

    .site-1-home #g-expanded>.g-container>.g-grid:nth-child(3)>.g-block:last-child {
        padding: 3vw 5% 3vw 2.5%;
    }

    .site-1-home #g-expanded .social-icons-wrapper .flocknote-white {
        display: none !important;
    }

    .site-1-home #g-expanded .social-icons-wrapper>div>div:nth-child(2)>div:last-child {
        display: none !important;
    }

    .site-1-home #g-expanded .social-icons-wrapper>div>div:nth-child(2)>div a {
        font-size: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-expanded .social-icons-wrapper>div>div:nth-child(2)>div img {
        height: 1.5rem;
        width: 1.5rem;
    }

    .site-2-home #g-expanded .eapps-widget {
        box-shadow: var(--default-box-shadow) !important;
        border-radius: 1rem;
        overflow: hidden;
    }

    .site-2-home #g-expanded {
        padding-top: 2rem !important;
    }

    .site-2-home #g-expanded>.g-container>.g-grid:first-child :is(h1, h2, h3, h4, h5, h6) {
        color: var(--primary-color);
        text-transform: uppercase;
    }

    .site-2-home #g-expanded .social-icons-wrapper>div {
        display: flex;
        justify-content: center;
    }

    .site-2-home #g-expanded .social-icons-wrapper>div>div:first-child {
        display: none;
    }

    .site-2-home #g-expanded .social-icons-wrapper>div>div:last-child {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

    .site-2-home #g-expanded>.g-container>.g-grid:nth-child(3)>.g-block:first-child {
        padding: 3vw 2.5% 3vw 5%;
    }

    .site-2-home #g-expanded>.g-container>.g-grid:nth-child(3)>.g-block:last-child {
        padding: 3vw 5% 3vw 2.5%;
    }

    .site-2-home #g-expanded .social-icons-wrapper .flocknote-white {
        display: none !important;
    }

    .site-2-home #g-expanded .social-icons-wrapper>div>div:nth-child(2)>div:last-child {
        display: none !important;
    }

    .site-2-home #g-expanded .social-icons-wrapper>div>div:nth-child(2)>div a {
        font-size: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2-home #g-expanded .social-icons-wrapper>div>div:nth-child(2)>div img {
        height: 1.5rem;
        width: 1.5rem;
    }
}

@media only screen and (min-width: 1920px) {
    .site-1-home #g-expanded {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-expanded>.g-container {
        max-width: 2000px;
    }

    .site-2-home #g-expanded {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2-home #g-expanded>.g-container {
        max-width: 2000px;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded>.g-container>.g-grid:first-child :is(h1, h2, h3, h4, h5, h6) {
        color: var(--secondary-color);
        text-transform: uppercase;
    }

    .site-1-home #g-expanded .social-icons-wrapper>div {
        display: flex;
        justify-content: center;
    }

    .site-1-home #g-expanded .social-icons-wrapper>div>div:first-child {
        display: none;
    }

    .site-1-home #g-expanded .social-icons-wrapper>div>div:last-child {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

    .site-1-home #g-expanded {
        padding: 1rem !important;
    }

    .site-1-home #g-expanded .eapps-widget {
        box-shadow: var(--default-box-shadow) !important;
        border-radius: 1rem;
        overflow: hidden;
    }

    .site-1-home #g-expanded .social-icons-wrapper .flocknote-white {
        display: none !important;
    }

    .site-1-home #g-expanded .social-icons-wrapper>div>div:nth-child(2)>div:last-child {
        display: none !important;
    }

    .site-1-home #g-expanded .social-icons-wrapper>div>div:nth-child(2)>div a {
        font-size: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-expanded .social-icons-wrapper>div>div:nth-child(2)>div img {
        height: 1.5rem;
        width: 1.5rem;
    }

    .site-1-home #g-expanded .social-icons-wrapper {
        margin-bottom: 2rem;
    }

    .site-2-home #g-expanded>.g-container>.g-grid:first-child :is(h1, h2, h3, h4, h5, h6) {
        color: var(--secondary-color);
        text-transform: uppercase;
    }

    .site-2-home #g-expanded .social-icons-wrapper>div {
        display: flex;
        justify-content: center;
    }

    .site-2-home #g-expanded .social-icons-wrapper>div>div:first-child {
        display: none;
    }

    .site-2-home #g-expanded .social-icons-wrapper>div>div:last-child {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

    .site-2-home #g-expanded {
        padding: 1rem !important;
    }

    .site-2-home #g-expanded .eapps-widget {
        box-shadow: var(--default-box-shadow) !important;
        border-radius: 1rem;
        overflow: hidden;
    }

    .site-2-home #g-expanded .social-icons-wrapper .flocknote-white {
        display: none !important;
    }

    .site-2-home #g-expanded .social-icons-wrapper>div>div:nth-child(2)>div:last-child {
        display: none !important;
    }

    .site-2-home #g-expanded .social-icons-wrapper>div>div:nth-child(2)>div a {
        font-size: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2-home #g-expanded .social-icons-wrapper>div>div:nth-child(2)>div img {
        height: 1.5rem;
        width: 1.5rem;
    }

    .site-2-home #g-expanded .social-icons-wrapper {
        margin-bottom: 2rem;
    }
}

/*************** EXTENSION ****************/
/*@media only screen and (min-width: 1920px) {
    .site-1-home #g-extension {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home #g-extension > .g-container {
        max-width: 2000px;
    }
}*/

@media only screen and (min-width: 50.99rem) {
    .ql-inner-box .g-blockcontent-subcontent-title>.g-blockcontent-subcontent-title-text {
        border: none;
    }
}

/*************** BOTTOM *******************/
/*************** FOOTER *******************/
#g-footer .g-content-array {
    margin: 0;
}

#g-footer a {
    color: var(--default-white);
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-footer>.g-container>.g-grid:nth-child(2) {
        background: var(--primary-color);
    }

    .site-1 #g-footer>.g-container>.g-grid:nth-child(2) .g-array-item-text {
        display: flex;
        justify-content: center;
    }

    .site-1 #g-footer .social-icons-wrapper {
        display: flex;
        flex-direction: row;
        padding: 1rem;
    }

    .site-1 #g-footer .social-icons-wrapper>div {
        display: flex;
        flex-direction: row;
        gap: 1vw;
    }

    .site-1 #g-footer .social-icons-wrapper>div>div {
        display: flex;
        flex-direction: row;
    }

    .site-1 #g-footer .social-icons-wrapper>div>div:first-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
        padding-right: 1vw;
        border-right: 1px solid var(--default-white);
    }

    .site-1 #g-footer .social-icons-wrapper>div>div:first-child a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
    }

    .site-1 #g-footer .social-icons-wrapper>div>div:first-child i {
        font-size: 1.5rem;
    }

    .site-1 #g-footer .social-icons-wrapper>div>div:first-child p {
        margin: 0;
        padding: 0;
        font-size: 1.5rem;
    }

    .site-1 #g-footer .social-icons-wrapper .flocknote-red {
        display: none !important;
    }

    .site-1 #g-footer :is(h1, h2, h3, h4, h5, h6) {
        color: var(--default-white);
        text-transform: uppercase;
        font-family: var(--title-font-family);
    }

    .site-1 #g-footer .social-icons-wrapper>div>div:nth-child(1) a {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .site-1 #g-footer .social-icons-wrapper>div>div:nth-child(2) {
        gap: 1rem;
    }

    .site-1 #g-footer .social-icons-wrapper>div>div:nth-child(2)>div a {
        font-size: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1 #g-footer .social-icons-wrapper>div>div:nth-child(2)>div img {
        height: 1.5rem;
        width: 1.5rem;
    }

    .site-1 #g-footer .social-icons-wrapper p {
        margin: 0;
        font-size: 1.5rem;
    }

    .site-1 #g-footer .g-array-item-text {
        margin: 0;
    }

    .site-2 #g-footer>.g-container>.g-grid:nth-child(1) {
        padding: 2vw 0;
    }

    .site-2 #g-footer>.g-container>.g-grid:nth-child(2) {
        background: var(--primary-color);
    }

    .site-2 #g-footer>.g-container>.g-grid:nth-child(2) .g-array-item-text {
        display: flex;
        justify-content: center;
    }

    .site-2 #g-footer .social-icons-wrapper {
        display: flex;
        flex-direction: row;
        padding: 1rem;
    }

    .site-2 #g-footer .social-icons-wrapper>div {
        display: flex;
        flex-direction: row;
        gap: 1vw;
    }

    .site-2 #g-footer .social-icons-wrapper>div>div {
        display: flex;
        flex-direction: row;
    }

    .site-2 #g-footer .social-icons-wrapper>div>div:first-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
        padding-right: 1vw;
        border-right: 1px solid var(--default-white);
    }

    .site-2 #g-footer .social-icons-wrapper>div>div:first-child a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
    }

    .site-2 #g-footer .social-icons-wrapper>div>div:first-child i {
        font-size: 1.5rem;
    }

    .site-2 #g-footer .social-icons-wrapper>div>div:first-child p {
        margin: 0;
        padding: 0;
        font-size: 1.5rem;
    }

    .site-2 #g-footer .social-icons-wrapper .flocknote-red {
        display: none !important;
    }

    .site-2 #g-footer :is(h1, h2, h3, h4, h5, h6) {
        color: var(--default-white);
        text-transform: uppercase;
        font-family: var(--title-font-family);
    }

    .site-2 #g-footer .social-icons-wrapper>div>div:nth-child(1) a {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .site-2 #g-footer .social-icons-wrapper>div>div:nth-child(2) {
        gap: 1rem;
    }

    .site-2 #g-footer .social-icons-wrapper>div>div:nth-child(2)>div a {
        font-size: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2 #g-footer .social-icons-wrapper>div>div:nth-child(2)>div img {
        height: 1.5rem;
        width: 1.5rem;
    }

    .site-2 #g-footer .social-icons-wrapper p {
        margin: 0;
        font-size: 1.5rem;
    }

    .site-2 #g-footer .g-array-item-text {
        margin: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer>.g-container>.g-grid:nth-child(2) {
        background: var(--primary-color);
    }

    .site-1 #g-footer>.g-container>.g-grid:nth-child(2) .g-array-item-text {
        display: flex;
        justify-content: center;
    }

    .site-1 #g-footer .social-icons-wrapper {
        display: flex;
        flex-direction: row;
        padding: 1rem;
    }

    .site-1 #g-footer .social-icons-wrapper>div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .site-1 #g-footer .social-icons-wrapper>div>div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .site-1 #g-footer .social-icons-wrapper>div>div:first-child {
        display: none !important;
    }

    .site-1 #g-footer .social-icons-wrapper .flocknote-red {
        display: none !important;
    }

    .site-1 #g-footer :is(h1, h2, h3, h4, h5, h6) {
        color: var(--default-white);
        text-transform: uppercase;
        font-family: var(--title-font-family);
    }

    .site-1 #g-footer .social-icons-wrapper>div>div:nth-child(2) {
        gap: 1.5rem;
    }

    .site-1 #g-footer .social-icons-wrapper>div>div:nth-child(2)>div a {
        font-size: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1 #g-footer .social-icons-wrapper>div>div:nth-child(2)>div img {
        height: 1.5rem;
        width: 1.5rem;
    }

    .site-1 #g-footer .social-icons-wrapper p {
        margin: 0;
        font-size: 1.5rem;
    }

    .site-1 #g-footer .g-array-item-text {
        margin: 0;
    }

    .site-2 #g-footer>.g-container>.g-grid:nth-child(2) {
        background: var(--primary-color);
    }

    .site-2 #g-footer>.g-container>.g-grid:nth-child(2) .g-array-item-text {
        display: flex;
        justify-content: center;
    }

    .site-2 #g-footer .social-icons-wrapper {
        display: flex;
        flex-direction: row;
        padding: 1rem;
    }

    .site-2 #g-footer .social-icons-wrapper>div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .site-2 #g-footer .social-icons-wrapper>div>div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .site-2 #g-footer .social-icons-wrapper>div>div:first-child {
        display: none !important;
    }

    .site-2 #g-footer .social-icons-wrapper .flocknote-red {
        display: none !important;
    }

    .site-2 #g-footer :is(h1, h2, h3, h4, h5, h6) {
        color: var(--default-white);
        text-transform: uppercase;
        font-family: var(--title-font-family);
    }

    .site-2 #g-footer .social-icons-wrapper>div>div:nth-child(2) {
        gap: 1.5rem;
    }

    .site-2 #g-footer .social-icons-wrapper>div>div:nth-child(2)>div a {
        font-size: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2 #g-footer .social-icons-wrapper>div>div:nth-child(2)>div img {
        height: 1.5rem;
        width: 1.5rem;
    }

    .site-2 #g-footer .social-icons-wrapper p {
        margin: 0;
        font-size: 1.5rem;
    }

    .site-2 #g-footer .g-array-item-text {
        margin: 0;
    }
}

/*************** COPYRIGHT ****************/
/*************** 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 **********************/

/*************** LANDING ******************/
@media only screen and (min-width: 50.99rem) {
    .landing #g-navigation {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .landing-options {
        margin: 0;
        padding: 0;
    }

    .landing-options>.g-content {
        margin: 0;
        padding: 0;
    }

    .landing-options>.g-content>div {
        margin: 0;
        padding: 0;
    }

    .landing-options .g-blockcontent {
        margin: 0;
        padding: 0;
    }

    .landing-options .g-blockcontent-subcontent {
        display: flex;
        flex-direction: row;
    }

    .landing-options .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 50%;
    }

    .landing-options .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        position: relative;
        height: calc(100vh - 150px);
        overflow: hidden;
    }

    .landing-options .g-blockcontent-subcontent-img {
        height: 100%;
        width: 100%;
        object-position: center;
        object-fit: cover;
        border-radius: 0;
        transition: all .5s ease-in-out;
    }

    .landing-options .g-blockcontent-subcontent-title {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .landing-options .g-blockcontent-subcontent>.g-blockcontent-subcontent-block:nth-child(1) .g-blockcontent-subcontent-title {
        background: rgba(var(--primary-rgb), .7);
        transition: all .3s ease-in-out;
    }

    .landing-options .g-blockcontent-subcontent>.g-blockcontent-subcontent-block:nth-child(1):hover .g-blockcontent-subcontent-title {
        background: rgba(var(--primary-rgb), .5);
    }

    .landing-options .g-blockcontent-subcontent>.g-blockcontent-subcontent-block:nth-child(2) .g-blockcontent-subcontent-title {
        background: rgba(var(--secondary-rgb), .7);
        transition: all .3s ease-in-out;
    }

    .landing-options .g-blockcontent-subcontent>.g-blockcontent-subcontent-block:nth-child(2):hover .g-blockcontent-subcontent-title {
        background: rgba(var(--secondary-rgb), .5);
    }

    .landing-options .g-blockcontent-subcontent>.g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-img {
        transform: scale(1.10);
    }

    .landing-options .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: 4vw;
        color: var(--default-white);
    }

    .landing-options .g-blockcontent-buttons {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        margin: 0;
        padding: 0;
    }

    .landing-options .g-blockcontent-buttons>a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .landing #g-navigation {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .landing-options {
        margin: 0;
        padding: 0;
    }

    .landing-options>.g-content {
        margin: 0;
        padding: 0;
    }

    .landing-options>.g-content>div {
        margin: 0;
        padding: 0;
    }

    .landing-options .g-blockcontent {
        margin: 0;
        padding: 0;
    }

    .landing-options .g-blockcontent-subcontent {
        display: flex;
        flex-direction: row;
    }

    .landing-options .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 50%;
    }

    .landing-options .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        position: relative;
        height: calc(100vh - 150px);
        overflow: hidden;
    }

    .landing-options .g-blockcontent-subcontent-img {
        height: 100%;
        width: 100%;
        object-position: center;
        object-fit: cover;
        border-radius: 0;
        transition: all .5s ease-in-out;
    }

    .landing-options .g-blockcontent-subcontent-title {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .landing-options .g-blockcontent-subcontent>.g-blockcontent-subcontent-block:nth-child(1) .g-blockcontent-subcontent-title {
        background: rgba(var(--secondary-rgb), .7);
        transition: all .3s ease-in-out;
    }

    .landing-options .g-blockcontent-subcontent>.g-blockcontent-subcontent-block:nth-child(1):hover .g-blockcontent-subcontent-title {
        background: rgba(var(--secondary-rgb), .5);
    }

    .landing-options .g-blockcontent-subcontent>.g-blockcontent-subcontent-block:nth-child(2) .g-blockcontent-subcontent-title {
        background: rgba(var(--primary-rgb), .7);
        transition: all .3s ease-in-out;
    }

    .landing-options .g-blockcontent-subcontent>.g-blockcontent-subcontent-block:nth-child(2):hover .g-blockcontent-subcontent-title {
        background: rgba(var(--primary-rgb), .5);
    }

    .landing-options .g-blockcontent-subcontent>.g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-img {
        transform: scale(1.10);
    }

    .landing-options .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: 4vw;
        color: var(--default-white);
    }

    .landing-options .g-blockcontent-buttons {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        margin: 0;
        padding: 0;
    }

    .landing-options .g-blockcontent-buttons>a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        margin: 0;
        padding: 0;
    }
}


/* campaign page css */

.campaign-page .g-content {
    padding: 0;
    margin: 0;
}

.campaign-page #g-header {
    position: relative;
}

.campaign-page .header-swoosh {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2px;
    z-index: 5;
    /* overflow: hidden; */
}

.campaign-page .header-swoosh img {
    width: 100%;
    max-height: 35vw;
    object-fit: cover;
}

.campaign-page .campaign-title {
    position: absolute;
    top: 1rem;
    /* right: 5%; */
    z-index: 6;
}

.campaign-page .campaign-title h2 {
    width: fit-content;
    right: 8%;
    position: absolute;
    color: var(--secondary-color);
    text-transform: capitalize !important;
    font-variant: normal;
    margin: 0;
    font-size: 1.85vw;
    top: -10px;
}

.campaign-page .campaign-logo {
    position: absolute;
    z-index: 6;
    top: 6%;
    width: 17%;
    left: 13%;
}

.campaign-page #g-container-main {
    padding: 3% 5% 3% 5%
}

/* campaing Quicklinks */
.campaign-ql-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 2rem;
}

.campaign-ql-container a {
    width: 90%;
    text-align: center;
    padding: 1.5rem 2rem;
    text-decoration: none;
    color: white;
    background-color: var(--secondary-color);
    border-radius: 1rem;
    font-size: clamp(1.3rem, 1.65vw, 2rem);
    box-shadow: var(--default-box-shadow);
    border: 2px solid transparent;
    line-height: 1.2;
    transition: all 450ms ease-in-out;
}

.campaign-ql-container a:hover {
    background-color: transparent;
    /* Example background color on hover, you can customize */
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    box-shadow: none;
    transition: all 450ms ease-in-out;
}

.campaign-page #g-container-main>.g-grid>.g-block:nth-child(2) {
    margin: auto;
}

.campaign-page #custom-8661-particle>div>a:nth-child(1) {
    background-color: var(--primary-color);
}

.campaign-page #custom-8661-particle>div>a:hover:nth-child(1),
.campaign-page #custom-8661-particle>div>a:hover:nth-child(2) {
    background-color: transparent;
}



/*  */

.flush-ads {
    flex: 0;
    min-width: initial;
}

/*  */

@media (min-width: 50.99rem) and (max-width: 1220px) {
    .campaign-page #g-expanded {
        padding: 0 5% 7% 5% !important;
    }

    .goal-box>h1 {
        height: 20vw !important;
    }
}

.campaign-page #g-expanded {
    padding: 0 5% 2% 5% !important;
}

.goal-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
    justify-content: center;
    align-content: center;
    gap: 5%;
}

.goal-container .goal-box h1 {
    text-align: center;
    margin: 0;
    color: white;
}

.goal-box {
    position: relative;
    background: var(--secondary-color);
    border-radius: 1rem;
}

.goal-box p {
    color: white;
}

.goal-box a {
    width: 100%;
    /* margin: auto; */
    font-size: 1.2rem;
    display: block;
    text-align: center;
    padding: 0.5rem 1rem;
    color: white;
    border-radius: 1rem;
    border: 2px solid white;
}

.goal-box>h1 {
    height: 20vw;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    color: white;
    margin: 1.5rem !important;
    border: 2px solid white;
    font-size: clamp(1rem, 2.5vw, 3.5rem);
}

.goal-content {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 2rem;
    background: var(--secondary-color);
    transition: opacity 450ms ease-in-out;
    overflow: hidden;
    border-radius: 1rem;
    flex-direction: column;
    justify-content: space-between;
}

.goal-content:hover {
    opacity: 1;
    transition: opacity 450ms ease-in-out;
    background: #882f2f;
}

.goal-content p {
    margin: 0;
    line-height: 1.2;
    font-size: clamp(0.75rem, 1vw, 2rem);
}

.goal-content h1 {
    font-size: 2.5vw;
    line-height: 1.2;
}

.goal-content a:hover {
    transition: all 200ms ease-in-out;
    transform: scale(0.98);
}

/*  */

/* paralax */

.campaign-page #g-extension {
    background: url('/images/campaign-page/campaign-parallax.png') 50% 50% no-repeat;
    background-size: 200% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.campaign-page.tablet-screen #g-extension {
    background: url('/images/campaign-page/campaign-parallax.png') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: unset !important;
}

@media (max-width: 50.99rem) {
    .campaign-page #g-extension {
        background: url('/images/campaign-page/campaign-parallax.png') 50% 50% no-repeat;
        background-size: cover;
    }
}

/*  */

.campaign-page #g-extension>div {
    background: rgba(0, 0, 0, 0.2);
    padding: 3% 5% !important;
}

.campaign-page #g-extension h2 {
    font-size: 5vw;
    color: white;
    margin: 0;
    line-height: 1.5;
}

.campaign-page #g-extension h2.decorative:before,
.campaign-page #g-extension h2.decorative:after {
    border-top: 1px solid white;
}

.campaign-page #g-extension p {
    font-size: 1.4rem;
    line-height: 1.4;
    color: white;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .7);
}

.goal-box {
    box-shadow: var(--default-box-shadow);
}

@media (max-width: 50.99rem) {
    #g-mainbar {
        padding: 5% 0 !important;
    }

    .campaign-page #g-expanded {
        padding: 10% !important;
    }

    .flipbook p {
        font-size: 1.3rem;
    }

    .flipbook h1 {
        font-size: 3.5rem;
    }

    .goal-content>h1 {
        display: none;
    }

    .goal-content>p {
        display: none;
    }

    .goal-content a {
        opacity: 0;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .goal-content:hover {
        opacity: 0;
        background-color: transparent;
    }

    .goal-content {
        grid-template-rows: initial;
        padding: 0;
    }

    .goal-box {
        box-shadow: var(--default-box-shadow);
    }

    .goal-box>h1 {
        height: 15vw;
        display: grid;
        justify-content: center;
        align-items: center;
        border-radius: 1rem;
        color: white;
        margin: 1rem !important;
        border: 2px solid white;
        font-size: clamp(1.5rem, 2.5vw, 3.5rem);
    }

    .goal-container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        width: 70%;
        margin: auto;
    }

    .campaign-page #g-extension h2 {
        font-size: 3.75rem;
        margin-bottom: 1rem;
        gap: 1rem;
    }

    .campaign-page #g-extension p {
        font-size: 1.2rem;
        line-height: 1.2;
        color: white;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, .7);
    }

    .campaign-page #g-extension>div {
        padding: 5% !important;
    }

    .title-section h1 {
        padding-top: calc(2rem + 2%) !important;
        padding-bottom: 2rem;
    }

}

/* boxes */

.box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    padding: 2% 5% 5% 5%;
}

.box-container .box {
    background-color: #e4edf5;
    padding: 1.5rem;
    border-radius: 1rem;
    text-align: center;
}

.box-container i {
    color: var(--primary-color);
    font-size: 6vw;
}

.box-container h3 {
    border-bottom: none;
    color: var(--secondary-color);
    font-weight: bold;
    margin: 1rem;
}

.box-container p {
    margin: 0;
    color: var(--secondary-color);
    font-size: 1.3rem;
}

.title-section h1 {
    text-align: center;
    padding-top: 2%;
    margin: 0;
    color: var(--secondary-color);
    text-transform: capitalize;
    font-weight: bold;
}

.campaign-page #custom-6136-particle>h1 {
    color: var(--secondary-color);
    font-size: clamp(3.5rem, 4vw, 5rem);
    font-weight: bold;
}

.campaign-page #g-bottom>div:nth-child(3) {
    padding-bottom: 2%;
}

/* Ministries Templates */

.ministry-container {
    display: grid;
    grid-template-columns: 1.75fr 3fr;
    column-gap: 2rem;
}

.image-description {
    grid-row: span 2;
}

.image-description img {
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 2rem;
    border-radius: 5px;
}

.galleries {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.galleries>.gallerycontainer span {
    width: 100% !important;
    max-width: initial !important;
    min-width: initial !important;
    background-color: var(--primary-color) !important;
}

.gallerycontainer {
    width: auto !important;
}

.table-50 {
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 1200px) {

    .ministry-container {
        grid-template-columns: 1fr;
    }

    .image-description img {
        aspect-ratio: 1/1;
        object-fit: cover;
        width: 50%;
        margin: auto;
        display: grid;
        margin-bottom: 2rem;
    }

    .image-description>div {
        margin-bottom: 2rem;
    }

}

@media (max-width: 50.99rem) {
    .galleries {
        grid-template-columns: 1fr 1fr;
    }
}

#custom-9648-particle,
#custom-1373-particle {
    padding: 0;
    margin: 0;
}

#custom-9648-particle>p,
#custom-1373-particle>p {
    margin: 0 !important;
}

.site-1-home #contentarray-4221-particle>h2.g-title {
    display: none;
}


.alternaterowsm tr:nth-child(odd):hover {
    background: #e6e6e6;
    border-bottom: 1px solid #f7f7f7;
}

.alternaterowsm tr:nth-child(even):hover {
    background: #e6e6e6;
    border-bottom: 1px solid #ddd;
}

.topheadertable tr:first-child:hover {
    background-color: var(--primary-color);
}

@media (max-width: 768px) {
    .alternaterowsm {
        width: 100%;
        border-collapse: collapse;
    }

    .alternaterowsm thead {
        display: none;
    }

    .alternaterowsm tr {
        display: block;
        margin-bottom: 1rem;
        border-bottom: 1px solid #ddd;
    }

    .alternaterowsm td {
        display: block;
        text-align: right;
        padding: 8px 10px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .alternaterowsm td::before {
        content: attr(data-label);
        font-weight: bold;
        color: var(--primary-color);
        position: absolute;
        left: 10px;
        top: 8px;
        text-align: left;
    }

    .alternaterowsm td:last-child {
        border-bottom: 0;
    }

    .alternaterowsm tr:first-child {
        display: none;
    }
}

.campaign-page #g-container-main>div>strong {
    width: 100%;
}

/*  */

#custom-9398-particle,
#custom-3361-particle {
    margin: 0 !important;
    padding: 0 !important;
}

.soiree #g-feature>.g-container {
    width: 100% !important;
}

/*  */

/* 1. Establish the Aspect Ratio on the Container */
.studius-swiper .g-swiper {
    --swiper-aspect-ratio: 16 / 9;
    /* Adjust this ratio as needed */
    width: 100% !important;
    max-width: 100%;
}

/* 2. Force the Wrapper to respect the ratio and stop growing */
.studius-swiper .swiper-wrapper {
    height: auto !important;
    /* Overrides the inline VW height */
    aspect-ratio: var(--swiper-aspect-ratio);
    max-height: 80vh;
    /* Keeps it from swallowing the screen on ultrawide monitors */
}

/* 3. Center and Cover the Images */
.studius-swiper .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    /* Crops image to fill area without distortion */
    object-position: center !important;
    /* Centers the crop */
    display: block;
}

/* 4. Fix Navigation Button Alignment */
/* We target Gantry's specific navigation classes */
.studius-swiper [class^="swiper-button-next-"],
.studius-swiper [class^="swiper-button-prev-"] {
    top: 50% !important;
    transform: translateY(-50%) !important;
    bottom: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* 5. Cleanup slide internal wrappers */
.studius-swiper .swiper-slide,
.studius-swiper .slide,
.studius-swiper .slide-content-wrapper {
    height: 100% !important;
}

/*************** GALLERY PAGE *****************/
.gallery-page #fileman-folders,
.gallery-page .koowa_media_contents {
    width: 100% !important;
    margin: 0 !important;
}

/* Grid layout for both folder cards and individual photos */
.gallery-page .koowa_media_wrapper--categories .koowa_media,
.gallery-page .koowa_media_wrapper--documents .koowa_media {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1rem 0;
}

/* Card sizing — wider than default 220px */
.gallery-page .koowa_media__item {
    width: 280px !important;
    padding: 0 !important;
}

.gallery-page .koowa_media__item__content {
    width: 100% !important;
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.gallery-page .koowa_media__item__content:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
    transform: translateY(-3px);
}

.gallery-page .koowa_media__item__link {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
}

.gallery-page .koowa_header.koowa_media__item__label {
    width: 100% !important;
}

/* Hide the "folder" type indicator div */
.gallery-page .koowa_header > div:first-child {
    display: none !important;
}

.gallery-page .koowa_header__item {
    min-width: 0 !important;
    width: 100% !important;
}

.gallery-page .koowa_wrapped_content,
.gallery-page .whitespace_preserver {
    width: 100%;
}

.gallery-page .overflow_container {
    display: flex !important;
    flex-direction: column !important;
    text-overflow: unset !important;
}

/* Hide folder icon */
.gallery-page .k-icon-document-folder {
    display: none !important;
}

/* Thumbnail — first in visual order */
.gallery-page .overflow_container img {
    order: 1;
    display: block !important;
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Gallery/folder name — below thumbnail */
.gallery-page .overflow_container > span:not(.k-icon-document-folder) {
    order: 2;
    display: block !important;
    padding: 0.65rem 1rem 0.7rem;
    font-family: var(--title-font-family, 'Fira Sans Condensed', sans-serif);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--secondary-color, #1F2759);
    background: #fff;
    text-overflow: unset !important;
    white-space: normal !important;
}

/*  */