@import url('//fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
/************ TEMPLATE  ************
COLORS
--primary-color-rgb: 57,88,164; /*deep blue*
--secondary-color-rgb: 68,68,68; /*dark gray*
--tertiary-color-rgb: 219,198,156; /*warm beige*

--title-font-family: 'STIX Two Text', serif;
--body-font-family: 'Source Sans 3', sans-serif;

-------------
DESIGN NOTES
- Mass Times Container: 15% Opacity White
- Headlines BG: 90% Opacity. 3px blur.
- Widgets Section BG: 85% Opacity. 3 px radius blur.
- Add Drop/Box shadow to Footer icon.

-------------
************/


.withmaxwidth :is(#g-top, #g-navigation, #g-slideshow, #g-header, #g-above, #g-feature, #g-showcase, #g-utility, #g-container-main, #g-expanded, #g-extension, #g-bottom, #g-footer) > .g-container {
    position: relative;
}

@media only screen and (min-width: 90rem) {
    .withmaxwidth :is(#g-top, #g-navigation, #g-slideshow, #g-header, #g-above, #g-feature, #g-showcase, #g-utility, #g-container-main, #g-expanded, #g-extension, #g-bottom, #g-footer)
        {        
            display: flex;
            justify-content: center;
        }
    .withmaxwidth :is(#g-top, #g-navigation, #g-slideshow, #g-header, #g-above, #g-feature, #g-showcase, #g-utility, #g-container-main, #g-expanded, #g-extension, #g-bottom, #g-footer) > .g-container {
        max-width: 1440px;
    }

}



html body {
    --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);

    --site-box-shadow: 4px 4px 4px rgba(0,0,0,.4);

    --swiper-box-shadow: var(--site-box-shadow);

    --ql-title-color: var(--default-white);

    --hero-title-left-position: 5%;

    --ql-flex: 5;
}

/*body.sponsorshippage .buy-page {
    --primary-color: #192e72;
    --secondary-color: #c9b8a0;
    --tertiary-color: #f7d000;

    --primary-rgb: 25,46,114;
    --secondary-rgb: 201,184,160;
    --tertiary-rgb: 247, 208, 0;

    --default-white: #ffffff;
    --default-black: #000000;
}*/

.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
    background: var(--primary-color);
    font-family: var(--body-font-family);
}

body {
    --bg-container-top-position-horiz: 50%;
    --bg-container-top-position-vert: 50%;
    --bg-container-top-repeat: no-repeat;
    --bg-cotnainer-top-size: cover;
    --bg-container-top-attachment: unset;
    --bg-container-top-color: unset;

    --bg-top-position-horiz: 50%;
    --bg-top-position-vert: 50%;
    --bg-top-repeat: no-repeat;
    --bg-top-size: cover;
    --bg-top-attachment: unset;
    --bg-top-color: unset;

    --bg-navigation-position-horiz: 50%;
    --bg-navigation-position-vert: 50%;
    --bg-navigation-repeat: no-repeat;
    --bg-navigation-size: cover;
    --bg-navigation-attachment: unset;
    --bg-navigation-color: unset;

    --bg-slideshow-position-horiz: 50%;
    --bg-slideshow-position-vert: 50%;
    --bg-slideshow-repeat: no-repeat;
    --bg-slideshow-size: cover;
    --bg-slideshow-attachment: unset;
    --bg-slideshow-color: unset;

    --bg-header-position-horiz: 50%;
    --bg-header-position-vert: 50%;
    --bg-header-repeat: no-repeat;
    --bg-header-size: cover;
    --bg-header-attachment: unset;
    --bg-header-color: unset;

    --bg-above-position-horiz: 50%;
    --bg-above-position-vert: 50%;
    --bg-above-repeat: no-repeat;
    --bg-above-size: cover;
    --bg-above-attachment: unset;
    --bg-above-color: unset;

    --bg-feature-position-horiz: 50%;
    --bg-feature-position-vert: 50%;
    --bg-feature-repeat: no-repeat;
    --bg-feature-size: cover;
    --bg-feature-attachment: unset;
    --bg-feature-color: unset;

    --bg-showcase-position-horiz: 50%;
    --bg-showcase-position-vert: 50%;
    --bg-showcase-repeat: no-repeat;
    --bg-showcase-size: cover;
    --bg-showcase-attachment: unset;
    --bg-showcase-color: unset;

    --bg-utility-position-horiz: 50%;
    --bg-utility-position-vert: 50%;
    --bg-utility-repeat: no-repeat;
    --bg-utility-size: cover;
    --bg-utility-attachment: unset;
    --bg-utility-color: unset;

    --bg-container-main-position-horiz: 50%;
    --bg-container-main-position-vert: 50%;
    --bg-container-main-repeat: no-repeat;
    --bg-container-main-size: cover;
    --bg-container-main-attachment: unset;
    --bg-container-main-color: unset;

    --bg-expanded-position-horiz: 50%;
    --bg-expanded-position-vert: 50%;
    --bg-expanded-repeat: no-repeat;
    --bg-expanded-size: cover;
    --bg-expanded-attachment: unset;
    --bg-expanded-color: unset;

    --bg-extension-position-horiz: 50%;
    --bg-extension-position-vert: 50%;
    --bg-extension-repeat: no-repeat;
    --bg-extension-size: cover;
    --bg-extension-attachment: unset;
    --bg-extension-color: unset;

    --bg-bottom-position-horiz: 50%;
    --bg-bottom-position-vert: 50%;
    --bg-bottom-repeat: no-repeat;
    --bg-bottom-size: cover;
    --bg-bottom-attachment: unset;
    --bg-bottom-color: unset;

    --bg-container-footer-position-horiz: 50%;
    --bg-container-footer-position-vert: 50%;
    --bg-container-footer-repeat: no-repeat;
    --bg-container-footer-size: cover;
    --bg-container-footer-attachment: unset;
    --bg-container-footer-color: unset;

    --bg-footer-position-horiz: 50%;
    --bg-footer-position-vert: 50%;
    --bg-footer-repeat: no-repeat;
    --bg-footer-size: cover;
    --bg-footer-attachment: unset;
    --bg-footer-color: unset;

    --bg-copyright-position-horiz: 50%;
    --bg-copyright-position-vert: 50%;
    --bg-copyright-repeat: no-repeat;
    --bg-copyright-size: cover;
    --bg-copyright-attachment: unset;
    --bg-copyright-color: unset;

    --bg-offcanvas-position-horiz: 50%;
    --bg-offcanvas-position-vert: 50%;
    --bg-offcanvas-repeat: no-repeat;
    --bg-offcanvas-size: cover;
    --bg-offcanvas-attachment: unset;
    --bg-offcanvas-color: unset;
}

/* Container Names in order
#g-contaienr-top
#g-top
#g-navigation
#g-slideshow
#g-header
#g-above
#g-feature
#g-showcase
#g-utility
#g-container-main
#g-expanded
#g-extension
#g-bottom
#g-container-footer
#g-footer
#g-copyright
#g-offcanvas
*/
#g-container-top.bg-container-top-p {
    background: url('/images/template/bg/bg-container-top.png') var(--bg-container-top-position-horiz) var(--bg-container-top-position-vert) var(--bg-container-top-repeat);
    background-size: var(--bg-cotnainer-top-size);
    background-attachment: var(--bg-container-top-attachment);
}

#g-container-top.bg-container-top-j {
    background: url('/images/template/bg/bg-container-top.jpg') var(--bg-container-top-position-horiz) var(--bg-container-top-position-vert) var(--bg-container-top-repeat);
    background-size: var(--bg-cotnainer-top-size);
    background-attachment: var(--bg-container-top-attachment);
}

#g-top.bg-top-p {
    background: url('/images/template/bg/bg-top.png') var(--bg-top-position-horiz) var(--bg-top-position-vert) var(--bg-top-repeat);
    background-size: var(--bg-top-size);
    background-attachment: var(--bg-top-attachment);
}

#g-top.bg-top-j {
    background: url('/images/template/bg/bg-top.jpg') var(--bg-top-position-horiz) var(--bg-top-position-vert) var(--bg-top-repeat);
    background-size: var(--bg-top-size);
    background-attachment: var(--bg-top-attachment);
}

#g-navigation.bg-navigation-p {
    background: url('/images/template/bg/bg-navigation.png') var(--bg-navigation-position-horiz) var(--bg-navigation-position-vert) var(--bg-navigation-repeat);
    background-size: var(--bg-navigation-size);
    background-attachment: var(--bg-navigation-attachment);
}

#g-navigation.bg-navigation-j {
    background: url('/images/template/bg/bg-navigation.jpg') var(--bg-navigation-position-horiz) var(--bg-navigation-position-vert) var(--bg-navigation-repeat);
    background-size: var(--bg-navigation-size);
    background-attachment: var(--bg-navigation-attachment);
}

#g-slideshow.bg-slideshow-p {
    background: url('/images/template/bg/bg-slideshow.png') var(--bg-slideshow-position-horiz) var(--bg-slideshow-position-vert) var(--bg-slideshow-repeat);
    background-size: var(--bg-slideshow-size);
    background-attachment: var(--bg-slideshow-attachment);
}

#g-slideshow.bg-slideshow-j {
    background: url('/images/template/bg/bg-slideshow.jpg') var(--bg-slideshow-position-horiz) var(--bg-slideshow-position-vert) var(--bg-slideshow-repeat);
    background-size: var(--bg-slideshow-size);
    background-attachment: var(--bg-slideshow-attachment);
}

#g-header.bg-header-p {
    background: url('/images/template/bg/bg-header.png') var(--bg-header-position-horiz) var(--bg-header-position-vert) var(--bg-header-repeat);
    background-size: var(--bg-header-size);
    background-attachment: var(--bg-header-attachment);
}

#g-header.bg-header-j {
    background: url('/images/template/bg/bg-header.jpg') var(--bg-header-position-horiz) var(--bg-header-position-vert) var(--bg-header-repeat);
    background-size: var(--bg-header-size);
    background-attachment: var(--bg-header-attachment);
}

#g-above.bg-above-p {
    background: url('/images/template/bg/bg-above.png') var(--bg-above-position-horiz) var(--bg-above-position-vert) var(--bg-above-repeat);
    background-size: var(--bg-above-size);
    background-attachment: var(--bg-above-attachment);
}

#g-above.bg-above-j {
    background: url('/images/template/bg/bg-above.jpg') var(--bg-above-position-horiz) var(--bg-above-position-vert) var(--bg-above-repeat);
    background-size: var(--bg-above-size);
    background-attachment: var(--bg-above-attachment);
}

#g-feature.bg-feature-p {
    background: url('/images/template/bg/bg-feature.png') var(--bg-feature-position-horiz) var(--bg-feature-position-vert) var(--bg-feature-repeat);
    background-size: var(--bg-feature-size);
    background-attachment: var(--bg-feature-attachment);
}

#g-feature.bg-feature-j {
    background: url('/images/template/bg/bg-feature.jpg') var(--bg-feature-position-horiz) var(--bg-feature-position-vert) var(--bg-feature-repeat);
    background-size: var(--bg-feature-size);
    background-attachment: var(--bg-feature-attachment);
}

#g-showcase.bg-showcase-p {
    background: url('/images/template/bg/bg-showcase.png') var(--bg-showcase-position-horiz) var(--bg-showcase-position-vert) var(--bg-showcase-repeat);
    background-size: var(--bg-showcase-size);
    background-attachment: var(--bg-showcase-attachment);
}

#g-showcase.bg-showcase-j {
    background: url('/images/template/bg/bg-showcase.jpg') var(--bg-showcase-position-horiz) var(--bg-showcase-position-vert) var(--bg-showcase-repeat);
    background-size: var(--bg-showcase-size);
    background-attachment: var(--bg-showcase-attachment);
}

#g-utility.bg-utility-p {
    background: url('/images/template/bg/bg-utility.png') var(--bg-utility-position-horiz) var(--bg-utility-position-vert) var(--bg-utility-repeat);
    background-size: var(--bg-utility-size);
    background-attachment: var(--bg-utility-attachment);
}

#g-utility.bg-utility-j {
    background: url('/images/template/bg/bg-utility.jpg') var(--bg-utility-position-horiz) var(--bg-utility-position-vert) var(--bg-utility-repeat);
    background-size: var(--bg-utility-size);
    background-attachment: var(--bg-utility-attachment);
}

#g-container-main.bg-container-main-p {
    background: url('/images/template/bg/bg-container-main.png') var(--bg-container-main-position-horiz) var(--bg-container-main-position-vert) var(--bg-container-main-repeat);
    background-size: var(--bg-container-main-size);
    background-attachment: var(--bg-container-main-attachment);
}

#g-container-main.bg-container-main-j {
    background: url('/images/template/bg/bg-container-main.jpg') var(--bg-container-main-position-horiz) var(--bg-container-main-position-vert) var(--bg-container-main-repeat);
    background-size: var(--bg-container-main-size);
    background-attachment: var(--bg-container-main-attachment);
}

#g-expanded.bg-expanded-p {
    background: url('/images/template/bg/bg-expanded.png') var(--bg-expanded-position-horiz) var(--bg-expanded-position-vert) var(--bg-expanded-repeat);
    background-size: var(--bg-expanded-size);
    background-attachment: var(--bg-expanded-attachment);
}

#g-expanded.bg-expanded-j {
    background: url('/images/template/bg/bg-expanded.jpg') var(--bg-expanded-position-horiz) var(--bg-expanded-position-vert) var(--bg-expanded-repeat);
    background-size: var(--bg-expanded-size);
    background-attachment: var(--bg-expanded-attachment);
}

#g-extension.bg-extension-p {
    background: url('/images/template/bg/bg-extension.png') var(--bg-extension-position-horiz) var(--bg-extension-position-vert) var(--bg-extension-repeat);
    background-size: var(--bg-extension-size);
    background-attachment: var(--bg-extension-attachment);
}

#g-extension.bg-extension-j {
    background: url('/images/template/bg/bg-extension.jpg') var(--bg-extension-position-horiz) var(--bg-extension-position-vert) var(--bg-extension-repeat);
    background-size: var(--bg-extension-size);
    background-attachment: var(--bg-extension-attachment);
}

#g-bottom.bg-bottom-p {
    background: url('/images/template/bg/bg-bottom.png') var(--bg-bottom-position-horiz) var(--bg-bottom-position-vert) var(--bg-bottom-repeat);
    background-size: var(--bg-bottom-size);
    background-attachment: var(--bg-bottom-attachment);
}

#g-bottom.bg-bottom-j {
    background: url('/images/template/bg/bg-bottom.jpg') var(--bg-bottom-position-horiz) var(--bg-bottom-position-vert) var(--bg-bottom-repeat);
    background-size: var(--bg-bottom-size);
    background-attachment: var(--bg-bottom-attachment);
}

#g-container-footer.bg-container-footer-p {
    background: url('/images/template/bg/bg-container-footer.png') var(--bg-container-footer-position-horiz) var(--bg-container-footer-position-vert) var(--bg-container-footer-repeat);
    background-size: var(--bg-container-footer-size);
    background-attachment: var(--bg-container-footer-attachment);
}

#g-container-footer.bg-container-footer-j {
    background: url('/images/template/bg/bg-container-footer.jpg') var(--bg-container-footer-position-horiz) var(--bg-container-footer-position-vert) var(--bg-container-footer-repeat);
    background-size: var(--bg-container-footer-size);
    background-attachment: var(--bg-container-footer-attachment);
}

#g-footer.bg-footer-p {
    background: url('/images/template/bg/bg-footer.png') var(--bg-footer-position-horiz) var(--bg-footer-position-vert) var(--bg-footer-repeat);
    background-size: var(--bg-footer-size);
    background-attachment: var(--bg-footer-attachment);
}

#g-footer.bg-footer-j {
    background: url('/images/template/bg/bg-footer.jpg') var(--bg-footer-position-horiz) var(--bg-footer-position-vert) var(--bg-footer-repeat);
    background-size: var(--bg-footer-size);
    background-attachment: var(--bg-footer-attachment);
}

#g-copyright.bg-copyright-p {
    background: url('/images/template/bg/bg-copyright.png') var(--bg-copyright-position-horiz) var(--bg-copyright-position-vert) var(--bg-copyright-repeat);
    background-size: var(--bg-copyright-size);
    background-attachment: var(--bg-copyright-attachment);
}

#g-copyright.bg-copyright-j {
    background: url('/images/template/bg/bg-copyright.jpg') var(--bg-copyright-position-horiz) var(--bg-copyright-position-vert) var(--bg-copyright-repeat);
    background-size: var(--bg-copyright-size);
    background-attachment: var(--bg-copyright-attachment);
}


/* Overlay base: make section the stacking context and layer ::before under content */
[class*="bg-overlay-"]::before { content: ""; position: absolute; inset: 0;  }

/* Primary overlay via ::before */
.bg-overlay-color-primary-05::before { background: rgba(var(--primary-color-rgb), 0.05); }
.bg-overlay-color-primary-10::before { background: rgba(var(--primary-color-rgb), 0.10); }
.bg-overlay-color-primary-15::before { background: rgba(var(--primary-color-rgb), 0.15); }
.bg-overlay-color-primary-20::before { background: rgba(var(--primary-color-rgb), 0.20); }
.bg-overlay-color-primary-25::before { background: rgba(var(--primary-color-rgb), 0.25); }
.bg-overlay-color-primary-30::before { background: rgba(var(--primary-color-rgb), 0.30); }
.bg-overlay-color-primary-35::before { background: rgba(var(--primary-color-rgb), 0.35); }
.bg-overlay-color-primary-40::before { background: rgba(var(--primary-color-rgb), 0.40); }
.bg-overlay-color-primary-45::before { background: rgba(var(--primary-color-rgb), 0.45); }
.bg-overlay-color-primary-50::before { background: rgba(var(--primary-color-rgb), 0.50); }
.bg-overlay-color-primary-55::before { background: rgba(var(--primary-color-rgb), 0.55); }
.bg-overlay-color-primary-60::before { background: rgba(var(--primary-color-rgb), 0.60); }
.bg-overlay-color-primary-65::before { background: rgba(var(--primary-color-rgb), 0.65); }
.bg-overlay-color-primary-70::before { background: rgba(var(--primary-color-rgb), 0.70); }
.bg-overlay-color-primary-75::before { background: rgba(var(--primary-color-rgb), 0.75); }
.bg-overlay-color-primary-80::before { background: rgba(var(--primary-color-rgb), 0.80); }
.bg-overlay-color-primary-85::before { background: rgba(var(--primary-color-rgb), 0.85); }
.bg-overlay-color-primary-90::before { background: rgba(var(--primary-color-rgb), 0.90); }
.bg-overlay-color-primary-95::before { background: rgba(var(--primary-color-rgb), 0.95); }
.bg-overlay-color-primary-100::before { background: rgba(var(--primary-color-rgb), 1); }

/* Secondary overlay via ::before */
.bg-overlay-color-secondary-05::before { background: rgba(var(--secondary-color-rgb), 0.05); }
.bg-overlay-color-secondary-10::before { background: rgba(var(--secondary-color-rgb), 0.10); }
.bg-overlay-color-secondary-15::before { background: rgba(var(--secondary-color-rgb), 0.15); }
.bg-overlay-color-secondary-20::before { background: rgba(var(--secondary-color-rgb), 0.20); }
.bg-overlay-color-secondary-25::before { background: rgba(var(--secondary-color-rgb), 0.25); }
.bg-overlay-color-secondary-30::before { background: rgba(var(--secondary-color-rgb), 0.30); }
.bg-overlay-color-secondary-35::before { background: rgba(var(--secondary-color-rgb), 0.35); }
.bg-overlay-color-secondary-40::before { background: rgba(var(--secondary-color-rgb), 0.40); }
.bg-overlay-color-secondary-45::before { background: rgba(var(--secondary-color-rgb), 0.45); }
.bg-overlay-color-secondary-50::before { background: rgba(var(--secondary-color-rgb), 0.50); }
.bg-overlay-color-secondary-55::before { background: rgba(var(--secondary-color-rgb), 0.55); }
.bg-overlay-color-secondary-60::before { background: rgba(var(--secondary-color-rgb), 0.60); }
.bg-overlay-color-secondary-65::before { background: rgba(var(--secondary-color-rgb), 0.65); }
.bg-overlay-color-secondary-70::before { background: rgba(var(--secondary-color-rgb), 0.70); }
.bg-overlay-color-secondary-75::before { background: rgba(var(--secondary-color-rgb), 0.75); }
.bg-overlay-color-secondary-80::before { background: rgba(var(--secondary-color-rgb), 0.80); }
.bg-overlay-color-secondary-85::before { background: rgba(var(--secondary-color-rgb), 0.85); }
.bg-overlay-color-secondary-90::before { background: rgba(var(--secondary-color-rgb), 0.90); }
.bg-overlay-color-secondary-95::before { background: rgba(var(--secondary-color-rgb), 0.95); }
.bg-overlay-color-secondary-100::before { background: rgba(var(--secondary-color-rgb), 1); }

/* Tertiary overlay via ::before */
.bg-overlay-color-tertiary-05::before { background: rgba(var(--tertiary-color-rgb), 0.05); }
.bg-overlay-color-tertiary-10::before { background: rgba(var(--tertiary-color-rgb), 0.10); }
.bg-overlay-color-tertiary-15::before { background: rgba(var(--tertiary-color-rgb), 0.15); }
.bg-overlay-color-tertiary-20::before { background: rgba(var(--tertiary-color-rgb), 0.20); }
.bg-overlay-color-tertiary-25::before { background: rgba(var(--tertiary-color-rgb), 0.25); }
.bg-overlay-color-tertiary-30::before { background: rgba(var(--tertiary-color-rgb), 0.30); }
.bg-overlay-color-tertiary-35::before { background: rgba(var(--tertiary-color-rgb), 0.35); }
.bg-overlay-color-tertiary-40::before { background: rgba(var(--tertiary-color-rgb), 0.40); }
.bg-overlay-color-tertiary-45::before { background: rgba(var(--tertiary-color-rgb), 0.45); }
.bg-overlay-color-tertiary-50::before { background: rgba(var(--tertiary-color-rgb), 0.50); }
.bg-overlay-color-tertiary-55::before { background: rgba(var(--tertiary-color-rgb), 0.55); }
.bg-overlay-color-tertiary-60::before { background: rgba(var(--tertiary-color-rgb), 0.60); }
.bg-overlay-color-tertiary-65::before { background: rgba(var(--tertiary-color-rgb), 0.65); }
.bg-overlay-color-tertiary-70::before { background: rgba(var(--tertiary-color-rgb), 0.70); }
.bg-overlay-color-tertiary-75::before { background: rgba(var(--tertiary-color-rgb), 0.75); }
.bg-overlay-color-tertiary-80::before { background: rgba(var(--tertiary-color-rgb), 0.80); }
.bg-overlay-color-tertiary-85::before { background: rgba(var(--tertiary-color-rgb), 0.85); }
.bg-overlay-color-tertiary-90::before { background: rgba(var(--tertiary-color-rgb), 0.90); }
.bg-overlay-color-tertiary-95::before { background: rgba(var(--tertiary-color-rgb), 0.95); }
.bg-overlay-color-tertiary-100::before { background: rgba(var(--tertiary-color-rgb), 1); }

/* Neutral overlays via ::before */
.bg-overlay-color-black-05::before { background: rgba(var(--default-black-rgb), 0.05); }
.bg-overlay-color-black-10::before { background: rgba(var(--default-black-rgb), 0.10); }
.bg-overlay-color-black-15::before { background: rgba(var(--default-black-rgb), 0.15); }
.bg-overlay-color-black-20::before { background: rgba(var(--default-black-rgb), 0.20); }
.bg-overlay-color-black-25::before { background: rgba(var(--default-black-rgb), 0.25); }
.bg-overlay-color-black-30::before { background: rgba(var(--default-black-rgb), 0.30); }
.bg-overlay-color-black-35::before { background: rgba(var(--default-black-rgb), 0.35); }
.bg-overlay-color-black-40::before { background: rgba(var(--default-black-rgb), 0.40); }
.bg-overlay-color-black-45::before { background: rgba(var(--default-black-rgb), 0.45); }
.bg-overlay-color-black-50::before { background: rgba(var(--default-black-rgb), 0.50); }
.bg-overlay-color-black-55::before { background: rgba(var(--default-black-rgb), 0.55); }
.bg-overlay-color-black-60::before { background: rgba(var(--default-black-rgb), 0.60); }
.bg-overlay-color-black-65::before { background: rgba(var(--default-black-rgb), 0.65); }
.bg-overlay-color-black-70::before { background: rgba(var(--default-black-rgb), 0.70); }
.bg-overlay-color-black-75::before { background: rgba(var(--default-black-rgb), 0.75); }
.bg-overlay-color-black-80::before { background: rgba(var(--default-black-rgb), 0.80); }
.bg-overlay-color-black-85::before { background: rgba(var(--default-black-rgb), 0.85); }
.bg-overlay-color-black-90::before { background: rgba(var(--default-black-rgb), 0.90); }
.bg-overlay-color-black-95::before { background: rgba(var(--default-black-rgb), 0.95); }
.bg-overlay-color-black-100::before { background: rgba(var(--default-black-rgb), 1); }

.bg-overlay-color-white-05::before { background: rgba(var(--default-white-rgb), 0.05); }
.bg-overlay-color-white-10::before { background: rgba(var(--default-white-rgb), 0.10); }
.bg-overlay-color-white-15::before { background: rgba(var(--default-white-rgb), 0.15); }
.bg-overlay-color-white-20::before { background: rgba(var(--default-white-rgb), 0.20); }
.bg-overlay-color-white-25::before { background: rgba(var(--default-white-rgb), 0.25); }
.bg-overlay-color-white-30::before { background: rgba(var(--default-white-rgb), 0.30); }
.bg-overlay-color-white-35::before { background: rgba(var(--default-white-rgb), 0.35); }
.bg-overlay-color-white-40::before { background: rgba(var(--default-white-rgb), 0.40); }
.bg-overlay-color-white-45::before { background: rgba(var(--default-white-rgb), 0.45); }
.bg-overlay-color-white-50::before { background: rgba(var(--default-white-rgb), 0.50); }
.bg-overlay-color-white-55::before { background: rgba(var(--default-white-rgb), 0.55); }
.bg-overlay-color-white-60::before { background: rgba(var(--default-white-rgb), 0.60); }
.bg-overlay-color-white-65::before { background: rgba(var(--default-white-rgb), 0.65); }
.bg-overlay-color-white-70::before { background: rgba(var(--default-white-rgb), 0.70); }
.bg-overlay-color-white-75::before { background: rgba(var(--default-white-rgb), 0.75); }
.bg-overlay-color-white-80::before { background: rgba(var(--default-white-rgb), 0.80); }
.bg-overlay-color-white-85::before { background: rgba(var(--default-white-rgb), 0.85); }
.bg-overlay-color-white-90::before { background: rgba(var(--default-white-rgb), 0.90); }
.bg-overlay-color-white-95::before { background: rgba(var(--default-white-rgb), 0.95); }
.bg-overlay-color-white-100::before { background: rgba(var(--default-white-rgb), 1); }

/* Blur overlays via ::before */
.bg-overlay-blur-01::before { backdrop-filter: blur(1px); -webkit-backdrop-filter: blur(1px); }
.bg-overlay-blur-02::before { backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
.bg-overlay-blur-03::before { backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
.bg-overlay-blur-04::before { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.bg-overlay-blur-05::before { backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.bg-overlay-blur-06::before { backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.bg-overlay-blur-07::before { backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); }
.bg-overlay-blur-08::before { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.bg-overlay-blur-09::before { backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); }
.bg-overlay-blur-10::before { backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

.site-home {
    --section-header-bg: var(--primary-color);
    --section-utility-bg: var(--primary-color);
    --section-bottom-bg: transparent;
}


/**************************************************************/
/*********************** Container Top ************************/
/**************************************************************/
@media only screen and (min-width: 50.99rem) {
    .translate-button > .g-content {
        display: flex;
        justify-content: flex-end;
    }
    .translate-button .button {
        background: var(--primary-color);
        color: var(--default-white)!important;
        padding: 1vw 3vw;
    }

    .on-the-grid > .g-container > .g-grid:nth-child(3) {
        padding: 1vw 2vw!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .translate-button {
        padding: 1rem;
    }
    .translate-button .button {
        background: var(--primary-color);
        color: var(--default-white)!important;
        padding: 1rem;
    }

    #g-navigation > .g-container > .g-grid:has(.show-mobile .g-logo) {
        margin-top: 2rem!important;
    }
}

    /*** Top ***/

    /*** Navigation ***/

    /*** Slideshow ***/

/**************************************************************/
/*********************** Header *******************************/
/**************************************************************/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-header > .g-container {
        padding: 2vw!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-header > .g-container {
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-home .mt-wrapper {
        display: flex;
        flex-direction: row;
        gap: 2.5vw;
    }
    .site-home .mt-wrapper .mt-column {
        flex: 1;
        padding: 1.5vw;
        border-radius: 1rem;
        background: rgba(255,255,255,.2);
    }
    .site-home .mt-wrapper :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-weight: 600;
        line-height: 1.2;
        font-size: 2.25vw;
        margin: 0;
        padding: 0;
        text-transform: none;
        font-variant-caps: normal;
        background: none;
        border: none;
        border-radius: 0;
        margin-bottom: 1vw;
    }
    .site-home .mt-wrapper :is(h1,h2,h3,h4,h5,h6) .smaller-title {
        font-size: 1.75vw;
    }
    .site-home .mt-wrapper p {
        color: var(--default-white);
        font-size: 1.25vw;
        line-height: 1.5;
        font-family: var(--body-font-family);
        margin: 0;
        padding: 0;
        margin-bottom: 1.5vw;
    }
    .site-home .mt-wrapper .button {
        background: var(--default-white);
        color: var(--default-black);
        font-size: 1.25vw;
        line-height: 1;
        font-family: var(--body-font-family);
        padding: 1vw 2vw;
        font-weight: 600;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home .mt-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .site-home .mt-wrapper .mt-column {
        flex: 1;
        padding: 1rem;
        border-radius: 1rem;
        background: rgba(255,255,255,.2);
    }
    .site-home .mt-wrapper :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-weight: 600;
        line-height: 1.2;
        font-size: 6vw;
        margin: 0;
        padding: 0;
        text-transform: none;
        font-variant-caps: normal;
        background: none;
        border: none;
        border-radius: 0;
        margin-bottom: .5rem;
    }
    .site-home .mt-wrapper :is(h1,h2,h3,h4,h5,h6) .smaller-title {
        font-size: 5vw;
    }
    .site-home .mt-wrapper p {
        color: var(--default-white);
        font-size: 4vw;
        line-height: 1.5;
        font-family: var(--body-font-family);
        margin: 0;
        padding: 0;
        margin-bottom: 1rem;
    }
    .site-home .mt-wrapper .button {
        background: var(--default-white);
        color: var(--default-black);
        font-size: 4vw;
        line-height: 1;
        font-family: var(--body-font-family);
        padding: 1rem;
        font-weight: 600;
    }
}

/**************************************************************/
/*********************** Above ********************************/
/**************************************************************/

/**************************************************************/
/*********************** Feature ******************************/
/**************************************************************/

/**************************************************************/
/*********************** Showcase *****************************/
/**************************************************************/

/**************************************************************/
/*********************** Utility ******************************/
/**************************************************************/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-utility > .g-container {
        padding: 1vw 2vw 2vw 2vw!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-utility > .g-container {
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ql-window-peek {
        margin: 0;
        padding: 0;
    }
    .ql-window-peek > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-window-peek > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-window-peek .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-window-peek .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 2vw;
    }
    .ql-window-peek .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        position: relative;
        background: var(--default-white);
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 4px 4px 8px rgba(0,0,0,.4);
        transition: .3s all ease-in-out;
    }
    .ql-window-peek .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .ql-window-peek .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        transition: .3s all ease-in-out;
    }
    .ql-window-peek .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        width: 100%;
        aspect-ratio: 16/9;
        height: auto;
        object-fit: cover;
        object-position: center;
        transition: .3s all ease-in-out;
    }
    .ql-window-peek .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 1vw;
        font-size: 1.5vw;
        text-transform: uppercase;
        font-variant-caps: normal;
        font-family: var(--body-font-family);
        color: var(--secondary-color);
        letter-spacing: 1px;
        transition: .3s all ease-in-out;
    }
    .ql-window-peek .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: 1.5vw;
        text-transform: uppercase;
        font-variant-caps: normal;
        font-family: var(--body-font-family);
        color: var(--secondary-color);
        letter-spacing: 1px;
        transition: .3s all ease-in-out;
    }
    .ql-window-peek .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-window-peek .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ql-window-peek {
        margin: 0;
        padding: 0;
    }
    .ql-window-peek > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-window-peek > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-window-peek .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-window-peek .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    .ql-window-peek .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        position: relative;
        background: var(--default-white);
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 4px 4px 8px rgba(0,0,0,.4);
        transition: .3s all ease-in-out;
        min-width: calc(50% - .5rem);
        width: calc(50% - .5rem);
        max-width: calc(50% - .5rem);
    }
    .ql-window-peek .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .ql-window-peek .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        transition: .3s all ease-in-out;
    }
    .ql-window-peek .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        width: 100%;
        aspect-ratio: 16/9;
        height: auto;
        object-fit: cover;
        object-position: center;
        transition: .3s all ease-in-out;
    }
    .ql-window-peek .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 1rem;
        font-size: 4vw;
        text-transform: uppercase;
        font-variant-caps: normal;
        font-family: var(--body-font-family);
        color: var(--secondary-color);
        letter-spacing: 1px;
        transition: .3s all ease-in-out;
    }
    .ql-window-peek .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: 4vw;
        text-transform: uppercase;
        font-variant-caps: normal;
        font-family: var(--body-font-family);
        color: var(--secondary-color);
        letter-spacing: 1px;
        transition: .3s all ease-in-out;
    }
    .ql-window-peek .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-window-peek .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}


/**************************************************************/
/*********************** Container Main ***********************/
/**************************************************************/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-container-main {
        background: url('/images/template/bg-headlines.png') 10% 50% no-repeat;
        background-size: 125%;
        position: relative;
    }
    .site-home #g-container-main:before {
        background: rgba(var(--secondary-color-rgb),.9);
        backdrop-filter: blur(3px);
        --webkit-backdrop-filter: blur(3px);
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .site-home #g-container-main > .g-container {
        position: relative;
        z-index: 2;
    }

    .site-home #g-container-main:has(.headlines-hwa) > .g-container {
        padding: 3vw 2vw!important;
    }

    .site-home .headlines-hwa #ph-addpic .g-title {
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-size: 2.5vw;
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 400;
        margin: 0;
        padding: 0;
        line-height: 1;
        letter-spacing: 2px;
    }
    .site-home .headlines-hwa #ph-addpic > .g-content {
        gap: 1.5vw;
    }
    .site-home .headlines-hwa .calendar-widget-container > .g-content {
        gap: 1.5vw;
    }
    .site-home .calendar-widget-container .g-title {
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-size: 2.5vw;
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 400;
        margin: 0;
        padding: 0;
        line-height: 1;
        letter-spacing: 2px;
    }

    .site-home .grid-articles .g-content-array {
        border-top: 2px solid var(--default-white);
        border-bottom: 2px solid var(--default-white);
        padding-top: 1vw!important;
        padding-bottom: 1.5vw!important;
    }

    .site-home #g-sidebar.headlines-hwa {
        gap: 2vw;
    }

    .site-home .cal-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .site-home .cal-wrapper .cal-feed {
        flex: 1;
    }
    .site-home .cal-wrapper .cal-feed iframe {
        height: 100%;
        width: 100%;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 4px 4px 8px rgba(0,0,0,.4);
    }

    .site-home .news-button .button {
        width: calc(10vw * 1.78);
        background: var(--default-white);
        color: var(--default-black);
        font-size: 1.25vw;
        line-height: 1;
        font-family: var(--body-font-family);
        padding: 1vw 2vw;
        font-weight: 600;
        box-shadow: 4px 4px 8px rgba(0,0,0,.4);
    }
    .site-home .cal-wrapper .cal-button .button {
        width: 100%;
        background: var(--default-white);
        color: var(--default-black);
        font-size: 1.25vw;
        line-height: 1;
        font-family: var(--body-font-family);
        padding: 1vw 2vw;
        font-weight: 600;
        box-shadow: 4px 4px 8px rgba(0,0,0,.4);
    }

    .site-home .grid-articles .g-item-title {
        --grid-title-font-size: 1.5vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-container-main {
        background: url('/images/template/bg-headlines.png') 10% 50% no-repeat;
        background-size: 125%;
        position: relative;
    }
    .site-home #g-container-main:before {
        background: rgba(var(--secondary-color-rgb),.9);
        backdrop-filter: blur(3px);
        --webkit-backdrop-filter: blur(3px);
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .site-home #g-container-main > .g-container {
        position: relative;
        z-index: 2;
    }

    /*.site-home #g-container-main:has(.headlines-hwa) > .g-container {
        padding: 3vw 2vw!important;
    }*/

    .site-home .headlines-hwa #ph-addpic .g-title {
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-size: 6vw;
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 400;
        margin: 0;
        padding: 0;
        line-height: 1;
        letter-spacing: 2px;
    }
    .site-home .headlines-hwa #ph-addpic > .g-content {
        gap: 1rem;
    }
    .site-home .headlines-hwa .calendar-widget-container > .g-content {
        gap: 1rem;
    }
    .site-home .calendar-widget-container .g-title {
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-size: 6vw;
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 400;
        margin: 0;
        padding: 0;
        line-height: 1;
        letter-spacing: 2px;
    }

    .site-home .grid-articles .g-content-array {
        border-top: 2px solid var(--default-white);
        border-bottom: 2px solid var(--default-white);
        padding-top: 1rem!important;
        padding-bottom: 1.5rem!important;
    }

    .site-home #g-sidebar.headlines-hwa {
        gap: 1rem;
    }

    .site-home .cal-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .site-home .cal-wrapper .cal-feed {
        flex: 1;
    }
    .site-home .cal-wrapper .cal-feed iframe {
        height: 150vw;
        width: 100%;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 4px 4px 8px rgba(0,0,0,.4);
    }

    .site-home .news-button .button {
        background: var(--default-white);
        color: var(--default-black);
        font-size: 4vw;
        line-height: 1;
        font-family: var(--body-font-family);
        padding: 1rem;
        font-weight: 600;
        box-shadow: 4px 4px 8px rgba(0,0,0,.4);
    }
    .site-home .cal-wrapper .cal-button .button {
        background: var(--default-white);
        color: var(--default-black);
        font-size: 4vw;
        line-height: 1;
        font-family: var(--body-font-family);
        padding: 1rem;
        font-weight: 600;
        box-shadow: 4px 4px 8px rgba(0,0,0,.4);
    }
}

    /*** Sidebar ***/

    /*** Main ***/

    /*** Aside ***/

/**************************************************************/
/*********************** Expanded *****************************/
/**************************************************************/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-expanded .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .site-home #g-expanded > .g-container {
        padding: 4vw 2vw!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-expanded .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .site-home #g-expanded > .g-container {
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .mission-wrapper {
        display: flex;
        flex-direction: row;
        gap: 2.5vw;
        align-items: center;
    }
    .mission-wrapper .mission-icon-title {
        order: 1;
        display: flex;
        flex-direction: row; 
        gap: 1.5vw;
        align-items: center;
    } 
    .mission-wrapper .mission-icon-title h1 {
        line-height: 1;
        font-size: 2.5vw;
        font-weight: 700;
        font-family: var(--title-font-family);
        margin: 0;
        padding: 0;
    }
    .mission-wrapper .mission-icon-title:before {
        content: '\e83b';
        font-family: 'fontello';
        font-weight: 900;
        font-size: 3vw;
        color: var(--primary-color);
    }
    .mission-wrapper:before {
        content: '';
        border-left: 2px solid var(--primary-color);
        max-width: 2px;
        order: 2;
        height: 10vw;
    }
    .mission-wrapper .mission-content {
        order: 3;
    }
    .mission-wrapper .mission-content p {
        font-size: 1.5vw;
        line-height: 1.6;
        font-family: var(--body-font-family);
        color: var(--secondary-color);
        font-style: italic;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 50.99rem) {
    .mission-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    .mission-wrapper .mission-icon-title {
        order: 1;
        display: flex;
        flex-direction: row; 
        gap: 1rem;
        align-items: center;
    } 
    .mission-wrapper .mission-icon-title h1 {
        line-height: 1;
        font-size: 6vw;
        font-weight: 700;
        font-family: var(--title-font-family);
        margin: 0;
        padding: 0;
    }
    .mission-wrapper .mission-icon-title:before {
        content: '\e83b';
        font-family: 'fontello';
        font-weight: 900;
        font-size: 8vw;
        color: var(--primary-color);
    }
    /*.mission-wrapper:before {
        content: '';
        border-left: 2px solid var(--primary-color);
        max-width: 2px;
        order: 2;
        height: 10vw;
    }*/
    .mission-wrapper .mission-content {
        order: 3;
    }
    .mission-wrapper .mission-content p {
        font-size: 4vw;
        line-height: 1.6;
        font-family: var(--body-font-family);
        color: var(--secondary-color);
        font-style: italic;
        letter-spacing: 2px;
    }
}

.ital-text {
    font-style: italic;
}

/**************************************************************/
/*********************** Extension ****************************/
/**************************************************************/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-extension > .g-container {
        display: flex;
        flex-direction: column;
        gap: 4vw;
    }
    .site-home .widget-parthenon > .g-container > .g-grid {
        --widget-section-gap: 5vw;
    }
    .site-home .widget-container {
        --widget-feed-box-bg: transparent;
        --widget-feed-box-padding: 0;
        --widget-feed-inner-box-bg: transparent;
        --widget-wrapper-item-gap: 2vw;
    }
    .site-home .widget-container .widget-title {
        display: none!important;
    }
    .site-home #g-extension {
        background: url('/images/template/bg-widgets.jpg') 50% 50% no-repeat;
        background-size: cover;
        padding-bottom: calc(75px + 6vw)!important;
        margin-bottom: calc(-75px - 6vw)!important;
    }
    .site-home #g-extension:before {
        background: rgba(var(--primary-color-rgb),.85);
        backdrop-filter: blur(3px);
        --webkit-backdrop-filter: blur(3px);
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .site-home #g-extension > .g-container {
        position: relative;
        z-index: 2;
    }

    .site-home #g-extension .widget-button .button {
        width: 100%;
        background: var(--default-white);
        color: var(--default-black);
        font-size: 1.25vw;
        line-height: 1;
        font-family: var(--body-font-family);
        padding: 1vw 2vw;
        font-weight: 600;
        box-shadow: 4px 4px 8px rgba(0,0,0,.4);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home .widget-parthenon > .g-container > .g-grid {
        --widget-section-gap: 2rem;
    }
    .site-home .widget-container {
        --widget-feed-box-bg: transparent;
        --widget-feed-box-padding: 0;
        --widget-feed-inner-box-bg: transparent;
        --widget-wrapper-item-gap: 2vw;
    }
    /*.site-home .widget-container .widget-title {
        display: none!important;
    }*/
    .site-home #g-extension {
        background: url('/images/template/bg-widgets.jpg') 50% 50% no-repeat;
        background-size: cover;
        /*padding-bottom: calc(75px + 6vw)!important;
        margin-bottom: calc(-75px - 6vw)!important;*/
    }
    .site-home #g-extension:before {
        background: rgba(var(--primary-color-rgb),.85);
        backdrop-filter: blur(3px);
        --webkit-backdrop-filter: blur(3px);
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .site-home #g-extension > .g-container {
        position: relative;
        z-index: 2;
    }

    .site-home #g-extension .widget-button .button {
        width: 100%;
        background: var(--default-white);
        color: var(--default-black);
        font-size: 4vw;
        line-height: 1;
        font-family: var(--body-font-family);
        padding: 1rem;
        font-weight: 600;
        box-shadow: 4px 4px 8px rgba(0,0,0,.4);
    }

    .widget-parthenon > .g-container > .g-grid > .g-block.widget-container {
        max-width: 100%;
    }

    .widget-container .widget-wrapper .widget-title .g-title {
        color: var(--default-white);
        margin-top: 2rem;
    }
}

/**************************************************************/
/*********************** Bottom *******************************/
/**************************************************************/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-bottom {
        position: relative;
        z-index: 2;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-bottom > .g-container {
        padding: 2rem 0!important;
    }
}

#g-bottom .admod td {
    padding: 0!important;
}

/**************************************************************/
/*********************** Container Footer *********************/
/**************************************************************/
@media only screen and (min-width: 50.99rem) {
    #g-footer > .g-container {
        padding: 5vw 5%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-footer > .g-container {
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    #g-footer .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: 5vw;
        align-items: center;
    }
    .footer-wrapper .footer-logo-text {
        flex: 30;
    }
    .footer-wrapper .footer-address {
        flex: 30;
    }
    .footer-wrapper .footer-address p {
        font-size: 1.5vw;
        line-height: 1.4;
        text-transform: uppercase;
        font-family: var(--body-font-family);
        font-weight: 400;
        color: var(--default-white);
    }
    .footer-wrapper .footer-links {
        flex: 30;
        display: flex;
        justify-content: center;
    }
    .footer-wrapper .footer-links-box {
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
    }
    .footer-wrapper .footer-links-box a {
        font-size: 1.5vw;
        line-height: 1;
        text-transform: uppercase;
        font-family: var(--body-font-family);
        font-weight: 400;
    }
    .footer-wrapper .footer-logo-icon {
        flex: 20;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer-wrapper .footer-logo-icon img {
        width: 50%;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-footer .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .footer-wrapper .footer-logo-text {
        flex: 30;
    }
    .footer-wrapper .footer-logo-text img {
        width: 100%;
    }
    .footer-wrapper .footer-address {
        flex: 30;
    }
    .footer-wrapper .footer-address p {
        font-size: 4vw;
        line-height: 1.4;
        text-transform: uppercase;
        font-family: var(--body-font-family);
        font-weight: 400;
        color: var(--default-white);
    }
    .footer-wrapper .footer-links {
        flex: 30;
        display: flex;
        justify-content: flex-start;
    }
    .footer-wrapper .footer-links-box {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .footer-wrapper .footer-links-box a {
        font-size: 4vw;
        line-height: 1;
        text-transform: uppercase;
        font-family: var(--body-font-family);
        font-weight: 400;
    }
    .footer-wrapper .footer-logo-icon {
        flex: 20;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer-wrapper .footer-logo-icon img {
        width: 50%;
    }
}

    /*** Footer ***/

    /*** Copyright ***/

/**************************************************************/
/*********************** Offcanvas ****************************/
/**************************************************************/
@media only screen and (max-width: 50.99rem) {
    .g-offcanvas-toggle {
        background: var(--default-white);
        color: var(--primary-color);
        display: grid;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        box-shadow: var(--default-box-shadow);
    }
    .g-offcanvas-toggle .fa-fw {text-shadow: none;}
}

/**************************************************************/
/*********************** Subpages *****************************/
/**************************************************************/

/**************************************************************/
/*********************** PWA SETTINGS *************************/
/**************************************************************/
@media only screen and (min-width: 50.99rem) {
    #g-top-nav {
        display: none!important;
    }
    #g-mobile-fixed-nav {
        display: none!important;
    }
    body[class*="-sub"]:not(.sponsorshippage) #g-page-surround #g-container-main:has(.k-ui-namespace.com_docman) {
        padding-top: 0% !important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-top-nav {
        display: none!important;
    }
    #g-mobile-fixed-nav {
        display: none!important;
    }
}

.web-policy-link {
    font-size: x-small;
}

@media only screen and (max-width: 50.99rem) {
    .newslayout #grid-addpic .grid-mobile-stacked .g-item-title {
        --grid-title-font-size: 3.5vw;
    }
}