@import url('//fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #2f2e5b;
    --secondary-color: #720b02;
    --tertiary-color: #ac8f4b;

    --primary-rgb: 47, 46, 91;
    --secondary-rgb: 114, 11, 2;
    --tertiary-rgb: 172, 143, 75;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'PT Serif', serif;
    --body-font-family: 'Asap', 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-bg-opacity: 0.75;
}

.cc-site {
    --hero-title-color: var(--default-white);
}

.site-1.cc-site .ql-fa-toplinks {
    --ql-icon-color: var(--secondary-color);
}

.cc-site .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
    color: var(--secondary-color);
}

.cc-site .item-image {
    display: none !important;
}

.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);
}

/*************** HOMELAYOUT ***************/
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {
    color: white;
}

.cc-site .g-offcanvas-toggle {
    color: var(--primary-color);
}

.g-offcanvas-toggle .fa-fw {
    text-shadow: none;
}

/*************** TOP **********************/

#g-top .g-content {
    padding: 0;
    margin: 0;
}

/*************** NAVIGATION ***************/

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation .ql-fa-toplinks {
        --ql-title-color: var(--default-white);
        --ql-background-hover: rgba(var(--secondary-rgb), .5);
        --ql-icon-hover: var(--default-white);
        --ql-title-hover: var(--default-white);
    }

    .site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-block {
        border-radius: 1rem;
    }

    .site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-block-content {
        gap: 1vw;
    }

    .site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-title-icon {
        font-size: 3.5vw;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    .site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
        font-size: 1.1vw;
        font-family: var(--body-font-family);
        font-weight: 500;
    }

    .site-1 .ql-fa-toplinks .g-blockcontent-subcontent-block:not(.ql-fa-toplinks .g-blockcontent-subcontent-block:last-child) {
        border: none;
    }

    .cc-site #g-navigation {
        position: relative;
        z-index: 50;
    }


    .cc-site #g-navigation .g-logo img {
        width: 100% !important;
    }

    .cc-site #g-navigation .g-main-nav {
        padding: 0.25rem 0 0.25rem 0%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    }

    .cc-site #g-navigation a:not(.button) {
        color: var(--primary-color);
    }

}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent {
        justify-content: center;
        gap: 3rem;
    }

    .site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-block {
        flex: unset;
    }

    .site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-block-content>.g-blockcontent-subcontent-title {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
        color: var(--default-white);
    }

    .site-1 .ql-fa-toplinks .g-blockcontent-subcontent>.g-blockcontent-subcontent-block:not(.ql-fa-toplinks .g-blockcontent-subcontent > .g-blockcontent-subcontent-block:last-child) {
        border: none;
    }

    .cc-site.site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
        color: var(--secondary-color);
    }
}

.header-logo img {
    width: clamp(400px, 100%, 850px) !important;
    height: auto;
    padding: 2% 5% 2% 5%;
}

.menu-padding .g-main-nav {
    padding: 0.25rem;
}

.site-1 #g-navigation .g-social-items>a:not(a:last-child) {
    padding-right: 1rem;
}

.site-1 #g-navigation .g-social-items a:hover {
    color: #c5c5c5;
}

@media (min-width: 50.99rem) {

    .ql-fa-toplinks .g-blockcontent-subcontent-title-icon {
        font-size: 1.6vw;
    }

    .ql-fa-toplinks {
        padding: 0 2rem;
    }

}

@media (max-width: 50.99rem) {
    .header-logo img {
        padding: 5% 10% 5% 12%;
    }

    .header-logo {
        max-width: 100% !important;
    }
}

/*************** SLIDESHOW ****************/

@media (min-width: 50.99rem) {
    .swiper-overlay-links .g-container>.g-grid:nth-child(2) {
        width: 28%;
    }
}

@media (max-width: 50.99rem) {

    .swiper-overlay-links>.g-container {
        display: flex;
        flex-direction: column;
    }

    .swiper-overlay-links>.g-container>.g-grid:nth-child(2) {
        order: 3;
    }

    .swiper-overlay-links>.g-container>.g-grid:nth-child(3) {
        order: 2;
    }

    .swiper-overlay-links>.g-container>.g-grid:nth-child(1) {
        order: 1;
    }

}

/*************** HEADER *******************/

.mass-times-cl {
    display: flex;
    justify-content: space-around;
}

.mass-times-cl h6 {
    font-size: clamp(1.3rem, 1.75vw, 2.5rem);
}

@media only screen and (min-width: 50.99rem) {
    .mass-times-cl>div:not(:last-child) {
        margin-right: 1rem;
    }
}

@media (max-width: 50.99rem) {
    .mass-times-cl {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .mass-times-cl>div:not(:last-child) {
        margin-bottom: 1.5rem;
        border-bottom: 1px solid black;
        margin-right: 1rem;
    }
}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/

/*.site-1 #g-container-main {
	min-height: 75vh;
}*/

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main>.g-grid>.g-block:has(.admod) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.site-1-home #g-container-main #custom-1152-particle {
    padding: 0 !important;
    margin: 0 !important;
}

.ph-sidepics-3 .g-title {
    font-weight: normal;
    font-size: clamp(2.5rem, 3.5vw, 5rem);
}

.site-1-home h2.g-title {
    font-weight: 400;
    font-size: clamp(2.5rem, 3.5vw, 5rem);
}

.site-1-home #g-container-main #contentarray-2404-particle {
    padding: 0.25rem 0;
}


.site-1-home #g-container-main {
    padding: 3% 5%;
}

@media (max-width: 50.99rem) {
    .site-1-home #g-container-main {
        padding: 2% 0%;
    }
}

/*************** EXPANDED *****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded>.g-container {
        padding: 4vw 5% !important;
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }

    .calendar-container .g-title {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: var(--title-font-family);
        line-height: 1;
        border-bottom: 3px solid var(--default-white);
        padding-bottom: .75vw;
        margin-bottom: 1.5vw;
        text-transform: none;
        font-variant-caps: normal;
        font-size: 4vw;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .calendar-container p {
        margin: 0;
        padding: 0;
    }

    .calendar-container iframe {
        width: 100%;
        height: 42vw;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }

    .calendar-button .button {
        width: 37%;
        padding: 1vw;
        line-height: 1;
        font-family: var(--title-font-family);
        font-size: 1.5vw;
        font-weight: 700;
        color: var(--default-white);
        background: var(--secondary-color);
        box-shadow: var(--default-box-shadow);
        letter-spacing: 2px;
    }

    .calendar-button .button:hover {
        transform: scale(1.05);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded>.g-container {
        padding: 2rem !important;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .calendar-container .g-title {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: var(--title-font-family);
        line-height: 1;
        border-bottom: 3px solid var(--default-white);
        padding-bottom: .5rem;
        margin-bottom: 1rem;
        text-transform: none;
        font-variant-caps: normal;
        font-size: 10vw;
        font-weight: 400;
        letter-spacing: 2px;
        text-align: center;
    }

    .calendar-container p {
        margin: 0;
        padding: 0;
    }

    .calendar-container iframe {
        width: 100%;
        height: 150vw;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }

    .calendar-button .button {
        padding: 1rem;
        line-height: 1;
        font-family: var(--title-font-family);
        font-size: 4.5vw;
        font-weight: 700;
        color: var(--default-white);
        background: var(--secondary-color);
        box-shadow: var(--default-box-shadow);
        letter-spacing: 2px;
    }

    .calendar-button .button:hover {
        transform: scale(1.05);
    }
}

/*************** EXTENSION ****************/
.parallax-section {
    height: fit-content;
    /* update this */
    background-image: url('/images/stories/template/paralax.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.content {
    /* Set the position and z-index of your content */
    position: relative;
    z-index: 1;
    padding: 5%;
    background-color: rgba(0, 0, 0, .5);
}

.parallax-section :is(h1, h2, h3, h4, h5, h6, p, a) {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.parallax-section p {
    font-size: clamp(1.2rem, 1.3vw, 3rem);
    line-height: 2;
}

.parallax-section h1 {
    font-size: clamp(2rem, 4.5vw, 6rem);
}

/*************** BOTTOM *******************/
/*************** FOOTER *******************/
#g-footer .g-content-array {
    margin: 0;
}

#g-footer a {
    color: var(--default-white);
}

.site-1 #g-footer h1 {
    color: white;
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-footer>.g-container {
        padding: 3vw 5% !important;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: 3vw;
        align-items: center;
    }

    .footer-wrapper .footer-logo {
        flex: 12;
    }

    .footer-wrapper .footer-content {
        flex: 88;
    }

    .footer-wrapper .footer-content h1 {
        font-size: 2.5vw;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        line-height: 1;
        color: var(--default-white);
        font-family: var(--title-font-family);
        margin-bottom: 1.25vw;
    }

    .footer-wrapper .footer-content p {
        font-size: 1.25vw;
        font-weight: 400;
        text-decoration: underline;
        margin: 0;
        padding: 0;
        line-height: 1;
        color: var(--default-white);
        font-family: var(--body-font-family);
    }

    .footer-wrapper .footer-logo img {
        width: 100%;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer>.g-container {
        padding: 2rem 1rem !important;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    .footer-wrapper .footer-logo {
        width: 50%;
    }

    .footer-wrapper .footer-content {
        width: 100%;
    }

    .footer-wrapper .footer-content h1 {
        font-size: 8vw;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        line-height: 1;
        color: var(--default-white);
        font-family: var(--title-font-family);
        margin-bottom: 1rem;
        text-align: center;
    }

    .footer-wrapper .footer-content p {
        font-size: 4vw;
        font-weight: 400;
        text-decoration: underline;
        margin: 0;
        padding: 0;
        line-height: 1.5;
        color: var(--default-white);
        font-family: var(--body-font-family);
        text-align: center;
    }
}

@media (max-width: 50.99rem) {
    .site-1 #g-container-footer .footer-logo {
        display: grid;
        justify-content: center;
        align-items: center;
    }
}

/*************** 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(--primary-color);
    background: var(--secondary-color);
}

/*************** SECTIONS *****************/
/*************** MOBILE *******************/
/*************** ADS **********************/

.grid-center {
    display: grid;
    justify-content: center;
    align-items: center;
}

.hide-title-link .g-item-title a {
    text-decoration: none;
    pointer-events: none;
}

.alert-fix #g-top .g-joomla-articles>div {
    padding: 1% 5%;
}

.alert-fix #g-top .g-item-title {
    font-size: clamp(2rem, 2.75vw, 4rem);
}



/* campaign page css */

.cc-site #g-container-main .g-content,
.cc-site #g-expanded .g-content,
.cc-site #g-extension .g-content {
    padding: 0;
    margin: 0;
}

.cc-site #g-bottom .g-content {
    padding: 0.5rem;
}

.cc-site #g-header {
    position: relative;
}

.cc-site .header-swoosh {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2px;
    z-index: 5;
    /* overflow: hidden; */
}

.cc-site .header-swoosh img {
    width: 100%;
    max-height: 35vw;
    object-fit: cover;
}

.cc-sitee .campaign-title {
    position: absolute;
    top: 1rem;
    /* right: 5%; */
    z-index: 6;
}

.cc-site .campaign-title h2 {
    width: fit-content;
    right: 8%;
    position: absolute;
    color: var(--default-white);
    /*text-transform: capitalize !important;*/
    font-variant: normal;
    margin: 0;
    font-size: 2.85vw;
    top: 2vw;
    z-index: 10;
    text-shadow: 0px 0px 10px #000000;
}

.cc-site .campaign-logo {
    position: absolute;
    z-index: 6;
    top: 6%;
    width: 17%;
    left: 13%;
}

.cc-site #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: 1rem;
}

.campaign-ql-container a {
    width: 90%;
    text-align: center;
    padding: 1.5rem 2rem;
    text-decoration: none;
    color: white;
    background-color: var(--primary-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;
}

/*.cc-site #g-container-main > .g-grid > .g-block:nth-child(2) {
    margin: auto;
}*/

.cc-site #custom-1152-particle>div>a:nth-child(1) {
    background-color: var(--tertiary-color);
}

.cc-site #custom-1152-particle>div>a:hover:nth-child(1),
.cc-site #custom-1152-particle>div>a:hover:nth-child(2) {
    background-color: transparent;
}



.cc-site #g-expanded>.g-container {
    padding: 2vw 5% !important;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

/*  

.flush-ads {
    flex: 0;
    min-width: initial;
}  */

@media (min-width: 50.99rem) and (max-width: 1220px) {
    .goal-box>h1 {
        height: 20vw !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(--primary-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(--primary-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: var(--tertiary-color);
}

.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);
}

/*  */
/*  */
.cc-site #g-extension {
    padding: 3% 5% !important;
}


.cc-site #g-extension h2 {
    font-size: 5vw;
    color: white;
    margin: 0;
    line-height: 1.5;
}

.cc-site #g-extension h2.decorative:before,
.cc-site #g-extension h2.decorative:after {
    border-top: 1px solid white;
}

.cc-site #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;
    }

    .cc-site #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;
    }

    .cc-site #g-extension h2 {
        font-size: 3.75rem;
        margin-bottom: 1rem;
        gap: 1rem;
    }

    .cc-site #g-extension p {
        font-size: 1.2rem;
        line-height: 1.2;
        color: white;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, .7);
    }

    .cc-site #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;
}

.cc-site #custom-6136-particle>h1 {
    color: var(--secondary-color);
    font-size: clamp(3.5rem, 4vw, 5rem);
    font-weight: bold;
}

.cc-site #g-bottom>div:nth-child(3) {
    padding-bottom: 2%;
}


@media only screen and (min-width: 50.99rem) {
    .ql-icon-medallions {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions>.g-content {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions>.g-content>div {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions .g-blockcontent {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions .g-blockcontent>.g-grid:has(.g-blockcontent-header) {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions .g-blockcontent>.g-grid:has(.g-blockcontent-header)>.g-block {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions .g-blockcontent-header {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions .g-blockcontent-header .g-title {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }

    .ql-icon-medallions .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex: unset;
    }

    .ql-icon-medallions .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 11vw;
    }

    .ql-icon-medallions .g-blockcontent-subcontent-block-content:hover .g-blockcontent-subcontent-title-icon {
        background: var(--tertiary-color);
        color: var(--tertiary-color);
    }

    .ql-icon-medallions .g-blockcontent-subcontent-block-content:hover .g-blockcontent-subcontent-title-icon:before {
        background: var(--primary-color);
    }

    .ql-icon-medallions .g-blockcontent-subcontent-title-icon {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15vw;
        height: 15vw;
        /*aspect-ratio: 1/1;*/
        background: transparent;
        transition: .3s all ease-in-out;
        border: 2px solid var(--default-white);
        border-radius: 50%;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        position: relative;
        color: var(--default-white);
        font-size: 4.5vw;
    }

    .ql-icon-medallions .g-blockcontent-subcontent-title-icon:before {
        content: '';
        position: absolute;
        top: .5vw;
        bottom: .5vw;
        left: .5vw;
        right: .5vw;
        height: calc(100% - 1vw);
        width: calc(100% - 1vw);
        background: rgba(255, 255, 255, .25);
        backdrop-filter: blur(5px);
        z-index: 0;
        transition: .3s all ease-in-out;
        border-radius: 50%;
    }

    .ql-icon-medallions .g-blockcontent-subcontent-title-icon i {
        position: relative;
        z-index: 1;
    }

    .ql-icon-medallions .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 0.75;
    }

    .ql-icon-medallions .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-style: italic;
        letter-spacing: 1px;
        font-size: 1.5vw;
    }

    .ql-icon-medallions .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        z-index: 2;
    }

    .ql-icon-medallions .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        z-index: 2;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ql-icon-medallions-mobile {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions-mobile>.g-content {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions-mobile>.g-content>div {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions-mobile .g-blockcontent {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions-mobile .g-blockcontent>.g-grid:has(.g-blockcontent-header) {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions-mobile .g-blockcontent>.g-grid:has(.g-blockcontent-header)>.g-block {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions-mobile .g-blockcontent-header {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions-mobile .g-blockcontent-header .g-title {
        margin: 0;
        padding: 0;
    }

    .ql-icon-medallions-mobile .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 2rem 0;
    }

    .ql-icon-medallions-mobile .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex: unset;
        width: 50%;
    }

    .ql-icon-medallions-mobile .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*max-width: 9vw;*/
    }

    .ql-icon-medallions-mobile .g-blockcontent-subcontent-block-content:hover .g-blockcontent-subcontent-title-icon {
        background: var(--tertiary-color);
        color: var(--tertiary-color);
    }

    .ql-icon-medallions-mobile .g-blockcontent-subcontent-block-content:hover .g-blockcontent-subcontent-title-icon:before {
        background: var(--default-white);
    }

    .ql-icon-medallions-mobile .g-blockcontent-subcontent-title-icon {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30vw;
        height: 30vw;
        /*aspect-ratio: 1/1;*/
        background: transparent;
        transition: .3s all ease-in-out;
        border: 2px solid var(--default-white);
        border-radius: 50%;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        position: relative;
        color: var(--default-white);
        font-size: 20vw;
    }

    .ql-icon-medallions-mobile .g-blockcontent-subcontent-title-icon:before {
        content: '';
        position: absolute;
        top: 2.5vw;
        bottom: 2.5vw;
        left: 2.5vw;
        right: 2.5vw;
        height: calc(100% - 5vw);
        width: calc(100% - 5vw);
        background: rgba(255, 255, 255, .25);
        backdrop-filter: blur(5px);
        z-index: 0;
        transition: .3s all ease-in-out;
        border-radius: 50%;
    }

    .ql-icon-medallions-mobile .g-blockcontent-subcontent-title-icon i {
        position: relative;
        z-index: 1;
    }

    .ql-icon-medallions-mobile .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .ql-icon-medallions-mobile .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-style: italic;
        letter-spacing: 1px;
        font-size: 4.25vw;
        line-height: 4.5vw;
    }

    .ql-icon-medallions-mobile .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        z-index: 2;
    }

    .ql-icon-medallions-mobile .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-img {
        width: 4.5vw;
        height: 4.5vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-img {
        width: 3rem;
        height: 3rem;
    }

    .site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-block {
        flex: 1;
        align-items: flex-start;
    }

    .site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-block-content {
        justify-content: flex-start;
        align-items: center;
    }
}

/* slideshow quotes */

.swiper-quotes .g-swiper-text :is(h1, h2, h3, h4, h5, h6, p, a) {
    margin: 0;
    line-height: 1.2;
    color: white;
    text-align: left;
}

.swiper-quotes .g-swiper-text {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

@media (min-width: 50.99rem) {

    .swiper-quotes .g-swiper-text p {
        font-size: 1.4vw;
    }

    .swiper-quotes .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
        justify-content: right;
        padding-left: 5vw;
        align-items: flex-end;
    }

    .swiper-quotes .slide-content {
        padding-bottom: 5%;
    }

}

/*  */

.donate-button-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 300px;
    margin: 0 auto;
    align-items: center;
    justify-content: start;
}

.donate-button-container p {
    margin: 0;
}

.donate-button-container .button {
    display: inline-block;
    width: 100%;
    padding: 2rem 3rem;
    text-align: center;
    text-decoration: none;
    color: white;
    font-family: Arial, sans-serif;
    font-size: clamp(1.5rem, 1.5vw, 2rem);
    font-weight: 600;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-sizing: border-box;
}

/* Pledge Now button - dark red */
.donate-button-container .button[href*="pledge"] {
    background: linear-gradient(135deg, #720b02 0%, #8b0d03 100%);
}

.donate-button-container .button[href*="pledge"]:hover {
    background: linear-gradient(135deg, #8b0d03 0%, #a50f04 100%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.donate-button-container .button[href*="pledge"]:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Donate Now button - gold/bronze */
.donate-button-container .button[href*="donate"] {
    background: linear-gradient(135deg, #ac8f4b 0%, #c4a356 100%);
}

.donate-button-container .button[href*="donate"]:hover {
    background: linear-gradient(135deg, #c4a356 0%, #d9b661 100%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.donate-button-container .button[href*="donate"]:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Responsive design */
@media (max-width: 50.99rem) {
    .donate-button-container {
        max-width: 100%;
        padding: 15px 20px;
    }

    .donate-button-container .button {
        padding: 1rem 3rem;
        font-size: 1.25rem;
        /* width: 75%; */
    }
}

.site-1-sub .flex-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

@media (max-width: 50.99rem) {
    .site-1-sub .flex-container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}

/*  */


/* 3-image-row */

.t-gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.t-image-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.t-image-container {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
}

.t-image-wrapper {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.t-image-wrapper:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.t-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive design */
@media (max-width: 768px) {
    .t-gallery-container {
        padding: 15px;
    }

    .t-image-row {
        gap: 15px;
    }

    .t-image-container {
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .t-gallery-container {
        padding: 10px;
    }

    .t-image-row {
        flex-direction: column;
        gap: 10px;
    }

    .t-image-container {
        min-width: 100%;
    }
}

/* end 3-image-row */

/* 50-50-image left & right */

.t-fifty-fifty-container {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 60px 20px; */
}

.t-content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    min-height: 400px;
}

.t-image-section,
.t-text-section {
    flex: 1;
}

.t-image-frame {
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.t-image-frame:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.t-image-frame img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive design */
@media (max-width: 968px) {
    .t-fifty-fifty-container {
        padding: 40px 20px;
    }

    .t-content-wrapper {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .t-content-wrapper {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .t-fifty-fifty-container {
        padding: 30px 15px;
    }

    .t-content-wrapper {
        gap: 30px;
    }
}

/* end 50-50-image left & right */

/* text-overlaying-banner */

.t-hero-container {
    position: relative;
    min-height: 400px;
    max-height: 800px;
    overflow: auto;
}

.t-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.t-hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t-hero-container :is(h1, h2, h3, h4, h5, h6) {
    color: white;
}

.t-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.t-hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.t-content-inner {
    max-width: 800px;
    padding: 40px 20px;
    color: white;
}

/* Responsive design */
@media (max-width: 968px) {
    .t-content-inner {
        max-width: 600px;
        /* padding: 60px 20px; */
    }
}

@media (max-width: 768px) {
    .t-content-inner {
        padding: 50px 15px;
    }
}

@media (max-width: 480px) {
    .t-content-inner {
        padding: 40px 10px;
    }
}

/* end text-overlaying-banner */

.logo-container {
    display: flex;
    justify-content: center;
    /* Horizontal centering */
    align-items: center;
    /* Vertical alignment */
    gap: 30px;
    /* Space between logos */
    flex-wrap: wrap;
    /* Allows wrapping on small screens */
    padding: 20px;
}

/* Responsive adjustment for mobile */
@media (max-width: 600px) {
    .logo-container {
        flex-direction: column;
        gap: 20px;
    }
}

@media only screen and (min-width: 50.99rem) {
    .big-drop {
        position: relative;
    }

    .big-drop.g-fullwidth>.g-dropdown {
        top: 100%;
        width: 90vw;
        left: unset;
        right: unset;
        bottom: unset;
    }

    .big-drop.g-fullwidth .g-dropdown.g-active {
        top: 100% !important;
    }

    .big-drop.g-fullwidth .g-dropdown-column>.g-grid {
        align-items: flex-start !important;
    }

    .big-drop .big-drop-header {
        border-bottom: 2px solid var(--default-white);
    }
}

.site-1-sub .item-image {
    display: none !important;
}

/*  */

/* Shared Variables */
:root {
    --primary-color: #2f2e5b;
    --secondary-color: #720b02;
    --tertiary-color: #ac8f4b;
    --text-main: #333333;
    --bg-light: #f9f9f9;
}

/* Global Component Logic (Applied to all independent sections) */
.j-intro,
.j-purpose,
.j-who-volunteers,
.j-contact {
    padding: 80px 0;
    color: var(--text-main);
    line-height: 1.6;
    background-color: #fff;
}

.j-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Row & Grid System */
.j-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}

.j-row:last-child {
    margin-bottom: 0;
}

.j-row-reverse {
    flex-direction: row-reverse;
}

.j-text-block,
.j-image-block {
    flex: 1;
}

/* Typography */
.j-eyebrow {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--tertiary-color);
    font-weight: bold;
    margin-bottom: 10px;
}

.j-main-title {
    text-align: center;
    font-size: 3.5rem;
    color: var(--primary-color);
    margin-bottom: 60px;
    text-transform: uppercase;
    line-height: 1.1;
}

.j-row-title {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    border-bottom: 3px solid var(--tertiary-color);
    display: inline-block;
}

/* Specific Elements */
.j-quote {
    font-size: 1.5rem;
    font-style: italic;
    color: var(--primary-color);
    border-left: 5px solid var(--tertiary-color);
    padding-left: 25px;
    margin: 0;
}

.j-quote cite {
    display: block;
    font-size: 1rem;
    margin-top: 15px;
    color: var(--secondary-color);
    font-style: normal;
    font-weight: bold;
}

.j-image-block img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: block;
}

.j-button {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 30px;
    background: var(--primary-color);
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s ease;
}

.j-button:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
}

/* Specific Section Adjustments */
.j-purpose {
    background-color: var(--bg-light);
}

.j-contact {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #eee;
}

/* Mobile Responsiveness */
@media (max-width: 50.99rem) {

    .j-intro,
    .j-purpose,
    .j-who-volunteers {
        padding: 40px 0;
    }

    .j-main-title {
        font-size: 2.5rem;
    }

    .j-row,
    .j-row-reverse {
        flex-direction: column !important;
        text-align: center;
        gap: 30px;
    }

    .j-quote {
        border-left: none;
        border-top: 3px solid var(--tertiary-color);
        padding: 20px 0 0 0;
    }
}

/* Patron Saint Section */
.j-patron-saint {
    padding: 40px 0;
    background-color: transparent;
    /* Blends with whatever section it is near */
}

.j-saint-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.j-saint-image-wrapper {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    /* Makes it a circle */
    overflow: hidden;
    border: 4px solid var(--tertiary-color);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.j-saint-image-wrapper:hover {
    transform: scale(1.05);
    /* Subtle zoom on hover */
}

.j-saint-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the photo fills the circle without stretching */
    display: block;
}

.j-saint-name {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.j-saint-description {
    font-size: 0.95rem;
    font-style: italic;
    color: #666;
    max-width: 450px;
    line-height: 1.4;
}

/* Mobile Adjustment */
@media (max-width: 50.99rem) {
    .j-saint-image-wrapper {
        width: 150px;
        height: 150px;
    }
}

/* QUICK GALLERY OVERRIDES */
.quick-gallery-table {
    display: inline-block !important;
    width: 200px !important;
    max-width: 200px !important;
    padding: 0 !important;
    margin: 10px;
    border: none !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: var(--default-white, #fff);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    vertical-align: top;
    text-align: center;
    position: relative;
}

.quick-gallery-table:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.quick-gallery-table a {
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.quick-gallery-table img.modal-quick-gallery {
    width: 100% !important;
    height: 150px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    transition: transform 0.6s cubic-bezier(0.2, 0, 0.2, 1) !important;
    display: block !important;
}

.quick-gallery-table:hover img.modal-quick-gallery {
    transform: scale(1.05);
}

.quick-gallery-table .gallerytitle {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 50px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5) 75%, transparent) !important;
    color: var(--default-white, #fff) !important;
    padding: 30px 10px 12px !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    font-family: var(--body-font-family, inherit);
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.quick-gallery-table:hover .gallerytitle {
    background: linear-gradient(to top, rgba(var(--primary-color-rgb, 47, 78, 133), 0.95), rgba(var(--primary-color-rgb, 47, 78, 133), 0.6) 75%, transparent) !important;
}

/*  */

/* Container Scoping */
.bs-challenge-wrapper {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

/* Typography */
.bs-main-title {
    color: #333399;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
    border-bottom: 2px solid #333399;
    padding-bottom: 10px;
}

.bs-section-title {
    color: #333399;
    font-size: 24px;
    margin-top: 0;
}

.bs-underline {
    text-decoration: underline;
}

/* Grid System */
.bs-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 20px;
}

.bs-col-7 {
    flex: 7;
    min-width: 300px;
}

.bs-col-5 {
    flex: 5;
    min-width: 300px;
}

.bs-align-center {
    align-items: center;
}

/* Responsive Image Handling */
.bs-responsive-img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.bs-image-full {
    margin: 30px 0;
    text-align: center;
}

/* Buttons */
.bs-button {
    display: inline-block;
    background-color: #333399;
    color: #ffffff !important;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.bs-button:hover {
    background-color: #222266;
}

/* Components */
.bs-match-box {
    background-color: #f4f4f9;
    padding: 20px;
    border-left: 5px solid #333399;
    margin: 25px 0;
}

.bs-cta-box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px 0;
}

.bs-divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 30px 0;
}

.bs-link {
    color: #333399;
    font-weight: bold;
}

.bs-text-center {
    text-align: center;
}

.bs-mt-2 {
    margin-top: 2rem;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .bs-row {
        flex-direction: column;
    }

    .bs-reverse-mobile {
        flex-direction: column-reverse;
    }

    .bs-main-title {
        font-size: 24px;
    }
}

/*  */

/* Scoped Wrapper for St. Joseph Challenge */
.stj-campaign-wrap {
    font-family: inherit;
    max-width: 1000px;
    margin: 0 auto;
}

/* Flexbox Row Container */
.stj-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

/* Section 1: Intro Text & Button */
.stj-intro-col {
    flex: 3;
    min-width: 280px;
}

.stj-cta-col {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

/* Section 2: Image & Feature Text */
.stj-img-col {
    flex: 1;
    min-width: 300px;
}

.stj-feature-text-col {
    flex: 1.5;
    min-width: 300px;
}

/* Responsive Adjustments */
.stj-responsive-img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .stj-row {
        flex-direction: column;
        text-align: center;
    }

    .stj-cta-col {
        margin-top: 10px;
    }
}

/* This targets the link and adds the icon via code */
.stj-chevron-link::after {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    /* The FA6 font family */
    font-weight: 900;
    /* Required for 'Solid' icons */
    content: "\f054";
    /* The Unicode for fa-chevron-right */
    margin-left: 10px;
    font-size: 0.7em;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

/* Optional hover effect */
.stj-chevron-link:hover::after {
    transform: translateX(4px);
}