@import url('//fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/************ TEMPLATE  ************
REVISIONS (Outside of Mockup)

COLORS (Gradients? | Include RGBs)
Primary: Dark Blue 0f567a rgb(15,86,122)
Secondary: Light Blue 5aa3bf rgb(90,163,191)
Tertiary: Yellow e2cf93 rgb(226,207,147)

FONTS USED (Google)
Display: Crimson Text
Body: Open Sans

IMAGES (Opacity | Blur Radius)
- Header: 90& Opacity.  2px Radius Blur.
- Mission Section: 90& Opacity.  2px Radius Blur.
************/

.site-1 {
    --primary-color: #0f567a;
    --secondary-color: #5aa3bf;
	--tertiary-color: #e2cf93;

    --primary-rgb: 15,86,122;
    --secondary-rgb: 90,163,191;
	--tertiary-rgb: 226,207,147;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Crimson Text', serif;
    --body-font-family: 'Open Sans', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: -10px 10px 30px -10px rgba(0,0,0,0.5);
    --default-box-shadow-hover: -20px 20px 30px 0px rgba(0,0,0,0.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);

    --ph-title-color: var(--tertiary-color);
    --ph-title-weigth: 700;
    --ph-title-font-size-desktop: 2vw;

    --grid-tile-height: 14vw;

    --grid-vertical-gap: 2vw;

    --hero-img-height: 18vw;
}

a {color: var(--secondary-color);}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--default-white);
    --ql-title-hover: var(--tertiary-color);
    --ql-icon-color: var(--default-white);
    --ql-icon-hover: var(--tertiary-color);

}

.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
    background: var(--primary-color);
    font-family: var(--body-font-family);
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-1 #g-offcanvas .g-social-items a {
        color: var(--primary-color);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .sticky-bar {
        position: fixed!important;
        z-index: 10000;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header.png') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(var(--primary-rgb),.9);
    }
    .site-1 #g-navigation > .g-container > .g-grid:has(.logo-icon) {
        padding: .5vw 2vw!important;
    }
    /*.site-1 #g-navigation > .g-container > .g-grid:nth-child(2) {
        margin-bottom: -1vw!important;
        align-items: flex-end;
    }*/
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(3) {
        border-top: .75rem solid var(--tertiary-color);
    }
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(4) {
        position: absolute;
        top: 0;
        right: 0;
        width: 20%;
        background: var(--default-white);
        border-bottom-left-radius: .5rem;
    }
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(2) .ql-fa-toplinks {
        padding-bottom: 3vw;
    }
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(2) .ql-fa-toplinks .g-blockcontent-subcontent-title-icon {
        font-size: 3.5vw;
    }
    .site-1 #g-navigation .g-social-items {
        justify-content: center;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        font-size: 3vw!important;
    }
    .site-1 #g-navigation .g-logo img {
        width: 100%;
    }
    /*.site-1 #g-navigation .g-toplevel > li:last-child {
        display: none!important;
    }*/
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(2) .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
        font-weight: 700;
    }

    .site-1 #g-navigation .logo-icon .g-logo img {
        margin-bottom: -50%!important;
        position: relative;
        z-index: 100;
    }
    .site-1 #g-navigation .logo-text {
        margin-left: 1.5vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header.png') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(255,255,255,.7);
        padding: 3rem 0 2rem 0!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        position: relative;
    }
    .site-1 #g-navigation .floating-social-container {
        position: absolute;
        top: 0;
        right: 0;
        background: var(--default-white);
        width: fit-content;
        padding: .5vw 2vw;
        border-bottom-left-radius: .75rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation {
        position: relative;
    }
    .site-1 #g-navigation .floating-social-container {
        position: absolute;
        top: 0;
        right: 0;
        background: var(--default-white);
        width: fit-content;
        padding: .5rem 1rem;
        border-bottom-left-radius: .75rem;
    }

    .site-1 #g-navigation .floating-social-container .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }
    .site-1 #g-navigation .floating-social-container .g-social-items a {
        color: var(--primary-color);
    }
}

@media only screen and (min-width: 50.99rem) {
    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }

    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--primary-color);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(4) {
        display: none!important;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: flex;
        color: var(--default-white);
    }
}
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
        right: 5%;
        left: unset;
        transform: none;
        bottom: 1vw;
        background: rgba(var(--primary-rgb),.75);
        border: 1px solid var(--default-white);
        border-radius: .5rem;
    }
    .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet::after {
        display: none!important;
    }
    .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
        height: 1.5vw;
        width: 1.5vw;
        border-radius: .5rem;
    }
    .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 1vw .5vw;
    }
    :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet):not(.g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active) {
        background: rgba(255,255,255,.5);
        border: none;
    }
    .fullwidth-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--default-white)!important;
    }

    .swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"] {
        padding: 0.5vw 1.5vw;
        background: rgba(var(--primary-rgb),.75);
        border: 1px solid var(--default-white);
        border-radius: .5rem;
        transition: .3s all ease-in-out;
    }
    :is(.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"]):hover {
        background: var(--primary-color);
        color: var(--tertiary-color);
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-above {
        padding: 2vw 5%!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .m-times-boxes {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 1vw;
        flex-wrap: nowrap;
    }
    .m-times-boxes > div {
        flex: 1;
        background: var(--primary-color);
        border-radius: 1rem;
        padding: 1vw;
        border: 1px solid var(--default-white)
    }
    .m-times-boxes :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-size: 3vw;
        font-family: var(--title-font-family);
        font-weight: 500;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        margin: 0;
        padding: 0;
        margin-bottom: 1vw;
        line-height: 3vw;
    }
    .m-times-boxes p {
        color: var(--default-white);
        font-size: 1.25vw;
        font-family: var(--body-font-family);
        font-weight: 400;
        margin: 0;
        padding: 0;
        line-height: 1.75vw;
        margin-bottom: .5vw;
    }
    .m-times-boxes .mt-i-text {
        font-style: italic;
        margin-top: 1vw;
    }

    .m-times-boxes .button {
        font-size: 1.25vw;
        border: 2px solid var(--default-white);
        background: transparent;
        line-height: 1;
        font-family: var(--title-font-family);
    }
    .m-times-boxes .button:hover {
        transform: scale(1.05);
        background: var(--tertiary-color);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-above {
        padding: 1rem!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .m-times-boxes {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .m-times-boxes > div {
        flex: unset;
        width: calc(50% - .5rem);
        background: var(--primary-color);
        border-radius: 1rem;
        padding: 1rem;
        border: 1px solid var(--default-white)
    }
    .m-times-boxes :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-size: 7vw;
        font-family: var(--title-font-family);
        font-weight: 500;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        margin: 0;
        padding: 0;
        margin-bottom: 1vw;
        line-height: 7vw;
    }
    .m-times-boxes p {
        color: var(--default-white);
        font-size: 3.25vw;
        font-family: var(--body-font-family);
        font-weight: 400;
        margin: 0;
        padding: 0;
        line-height: 3.75vw;
        margin-bottom: .5vw;
    }
    .m-times-boxes .mt-i-text {
        font-style: italic;
        margin-top: 1vw;
    }

    .m-times-boxes .button {
        font-size: 3vw;
        border: 2px solid var(--default-white);
        background: transparent;
        line-height: 1;
        font-family: var(--title-font-family);
    }
    .m-times-boxes .button:hover {
        transform: scale(1.05);
        background: var(--tertiary-color);
    }
}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility {
        padding: 2vw 5%!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ql-img-title-vertical {
        margin: 0;
        padding: 0;
    }
    .ql-img-title-vertical > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-img-title-vertical > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-img-title-vertical .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-img-title-vertical .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 4vw;
    }
    .ql-img-title-vertical .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        background: var(--primary-color);
        border-radius: .5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        transition: .3s all ease-in-out;
    }
    .ql-img-title-vertical .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
        box-shadow: var(--default-box-shadow-hover);
    }
    .ql-img-title-vertical .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        position: relative;
        border-radius: .5rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .ql-img-title-vertical .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        width: 100%;
        aspect-ratio: 2.39 / 1;
        border-radius: 0;
        object-position: center;
        object-fit: cover;
    }
    .ql-img-title-vertical .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 1vw;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        max-height: 7vw;
    }
    .ql-img-title-vertical .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-weight: 400;
        font-family: var(--title-font-family);
        font-size: 1.5vw;
        line-height: 1;
    }
    .ql-img-title-vertical .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-img-title-vertical .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 4vw 5%!important;
    }

    .site-1-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 3vw;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-sidebar) {
        flex: 5;
        width: unset;
        max-width: unset;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-mainbar) {
        flex: 3;
        width: unset;
        max-width: unset;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-aside) {
        flex: unset;
        width: unset;
        max-width: 165px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-container-main .grid-articles {
        margin-bottom: 0!important;
    }

    .site-1-home #g-container-main .grid-articles {
        --grid-title-font-size: 1.5vw;
    }

    .site-1-home #g-container-main .g-title {
        font-size: 3vw;
        line-height: 1;
        text-transform: none;
        font-variant-caps: normal;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 2rem 0!important;
    }
    .site-1-home #g-container-main .g-title {
        font-size: 8vw;
        line-height: 1;
        text-transform: none;
        font-variant-caps: normal;
        text-align: center;
    }

    .site-1-home #g-container-main .news-button {
        padding: 1rem!important;
    }

    .calendar-wrapper .readon {
        background: transparent;
        line-height: 1;
        color: var(--primary-color);
        font-weight: 500;
        font-size: 4vw;
        font-family: var(--title-font-family);
        border: 2px solid var(--primary-color);
        padding: 1rem;
        width: 100%;
        text-align: center;
    }
    .calendar-wrapper .readon:hover {
        background: var(--tertiary-color);
    }

    .news-button .button {
        background: transparent;
        line-height: 1;
        color: var(--primary-color);
        font-weight: 500;
        font-size: 4vw;
        font-family: var(--title-font-family);
        border: 2px solid var(--primary-color);
        padding: 1rem;
    }
    .news-button .button:hover {
        background: var(--tertiary-color);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-mainbar {
        height: 100%;
    }
    .site-1-home #g-mainbar > .g-grid {
        height: 100%;
    }
    .site-1-home .calendar-container {
        height: 67vw;
    }
    .site-1-home .calendar-container > .g-content {
        height: 67vw;
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .site-1-home .calendar-container .g-content-array {
        flex: 1;
    }
    .site-1-home .calendar-container .g-content-array > .g-grid {
        height: 67vw;
    }
    .site-1-home .calendar-container .g-content-array > .g-grid > .g-block {
        height: 67vw;
    }
    .site-1-home .calendar-container .g-content-array > .g-grid > .g-block > .g-content {
        height: 67vw;
    }
    .site-1-home .calendar-container .g-array-item {
        height: 67vw;
    }
    .site-1-home .calendar-container .g-array-item-text {
        height: 67vw;
    }
    .site-1-home .calendar-wrapper {
        height: 67vw;
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .site-1-home .calendar-wrapper > div:has(iframe) {
        flex: 1;
    }

    .calendar-wrapper .readon {
        background: transparent;
        line-height: 1;
        color: var(--primary-color);
        font-weight: 500;
        font-size: 1.5vw;
        font-family: var(--title-font-family);
        border: 2px solid var(--primary-color);
        padding: .75vw 3vw;
    }
    .calendar-wrapper .readon:hover {
        background: var(--tertiary-color);
    }

    .news-button .button {
        background: transparent;
        line-height: 1;
        color: var(--primary-color);
        font-weight: 500;
        font-size: 1.5vw;
        font-family: var(--title-font-family);
        border: 2px solid var(--primary-color);
        padding: .75vw 3vw;
    }
    .news-button .button:hover {
        background: var(--tertiary-color);
    }
}

@media only screen and (min-width: 50.99rem) {
    .calendar-container .g-title {
        margin: 0;
        padding: 0;
        line-height: 1;
    }
    .calendar-container .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .calendar-wrapper iframe {
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        height: 100%;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-sidebar {
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .site-1-home #ph-addpic {
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .site-1-home #ph-addpic .g-title {
        margin: 0;
        padding: 0;
        line-height: 1;
    }
}

@media only screen and (min-width: 50.99rem) and (orientation: landscape) {
    .site-1-home #g-mainbar > .g-grid > .lower-social-boxes {
        min-height: 45vw;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-mainbar {
        min-height: 30vh;
    }
}

@media only screen and (max-width: 50.99rem) {
    :is(.site-1-sub, .site-2-sub) #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
}

.site-1-sub #g-aside .grid-articles .g-content-array > .g-grid {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.modern-alert-padding {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

/*************** EXPANDED *****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 4vw 5%!important;
    }
    .site-1-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 6vw;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.dr-container {
        flex: 45;
        width: unset;
        max-width: unset;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.pr-container {
        flex: 55;
        width: unset;
        max-width: unset;
        background: var(--primary-color);
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        padding: 4vw 10%;
    }

    .flocknote-form img {
        width: 50%;
    }

    .flocknote-form .button {
        font-size: 1.25vw;
        border: 2px solid var(--default-white);
        background: transparent;
        line-height: 1;
        font-family: var(--body-font-family);
    }
    .flocknote-form .button:hover {
        transform: scale(1.05);
        background: var(--tertiary-color);
    }

    .parish-registration-info h3 {
        color: var(--default-white);
        text-align: left;
        border: none;
        line-height: 1;
        font-size: 3vw;
    }
    .pr-container p {
        color: var(--default-white);
        line-height: 1.4;
        font-size: 1.25vw;
    }

    .dr-container .g-title {
        font-size: 3vw;
        color: var(--primary-color);
        font-family: var(--title-font-family);
        font-weight: 500;
        text-align: center;
    }

    .pr-container .g-title {
        font-size: 3vw;
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-weight: 500;
        text-align: center;
        text-transform: none;
        font-variant-caps: normal;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 2rem 1rem!important;
    }
    .site-1-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.dr-container {
        order: 1;
        width: 100%;
        max-width: unset;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.pr-container {
        order: 2;
        width: 100%;
        max-width: unset;
        background: var(--primary-color);
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        padding: 2rem 1rem;
    }

    .flocknote-form img {
        width: 50%;
    }

    .flocknote-form .button {
        font-size: 4vw;
        border: 2px solid var(--default-white);
        background: transparent;
        line-height: 1;
        font-family: var(--body-font-family);
    }
    .flocknote-form .button:hover {
        transform: scale(1.05);
        background: var(--tertiary-color);
    }

    .parish-registration-info h3 {
        color: var(--default-white);
        text-align: left;
        border: none;
        line-height: 1;
        font-size: 6vw;
    }
    .pr-container p {
        color: var(--default-white);
        line-height: 1.4;
        font-size: 4vw;
    }

    .dr-container .g-title {
        font-size: 8vw;
        color: var(--primary-color);
        font-family: var(--title-font-family);
        font-weight: 500;
        text-align: center;
    }

    .pr-container .g-title {
        font-size: 8vw;
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-weight: 500;
        text-align: center;
        text-transform: none;
        font-variant-caps: normal;
    }
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension {
        border-top: 1rem solid var(--tertiary-color);
        border-bottom: 1rem solid var(--tertiary-color);
        background: url('/images/template/bg-mission.jpg') 50% 50% no-repeat;
        background-size: cover;
    }

    .mission-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
        font-size: 3vw;
        line-height: 1;
        color: var(--tertiary-color);
        font-family: var(--title-font-family);
    }
    .mission-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text p {
        font-size: 1vw;
        line-height: 1.3;
    }

    .mission-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
        margin: 1rem 10%;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension {
        border-top: 1rem solid var(--tertiary-color);
        border-bottom: 1rem solid var(--tertiary-color);
        background: url('/images/template/bg-mission.jpg') 50% 50% no-repeat;
        background-size: cover;
    }

    .mission-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
        font-size: 6vw;
        line-height: 1;
        color: var(--tertiary-color);
        font-family: var(--title-font-family);
    }
    .mission-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
        margin: 1rem 2rem;
    }
    .mission-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text p {
        font-size: 4vw;
        line-height: 1.3;
        margin: 0;
        padding: 0;
    }
}

/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 2vw 0!important;
    }
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white); transition: .3s all ease-in-out;}
#g-footer a:hover {opacity: .5;} 

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-container-footer {
        border-top: 1rem solid var(--tertiary-color);
        border-bottom: 2rem solid var(--tertiary-color);
    }
    .site-1 #g-footer > .g-container {
        padding: 4vw 5%!important;
    }
    .site-1 #g-footer .g-array-item-text {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-container-footer {
        border-top: 1rem solid var(--tertiary-color);
        border-bottom: 2rem solid var(--tertiary-color);
    }
    .site-1 #g-footer > .g-container {
        padding: 2rem 1rem!important;
    }
    .site-1 #g-footer .g-array-item-text {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (min-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4vw;
    }
    .footer-wrapper:before {
        content: '';
        order: 2;
        border-left: 2px solid var(--default-white);
        max-width: 2px;
        height: 10vw;
    }
    .footer-logo {
        order: 1;
        flex: 1;
    }
    .footer-content {
        order: 3;
        flex: 1;
        display: flex;
        flex-direction: row;
        gap: 4vw;
        justify-content: center;
        align-items: center;
    }
    .footer-content h1 {
        color: var(--default-white);
		font-size: 3rem;
    }
    .footer-content p {
        font-size: 1.25vw;
        line-height: 1.5;
        font-family: var(--body-font-family);
    }
}

@media only screen and (max-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
    .footer-wrapper:before {
        content: '';
        order: 2;
        border-bottom: 2px solid var(--default-white);
        max-height: 2px;
        width: 50vw;
    }
    .footer-logo {
        order: 1;
        flex: 1;
    }
    .footer-content {
        order: 3;
        flex: 1;
        display: flex;
        flex-direction: row;
        gap: 2rem;
        justify-content: center;
        align-items: center;
    }
    .footer-content h1 {
        color: var(--default-white);
    }
    .footer-content p {
        font-size: 4vw;
        line-height: 1.5;
        font-family: var(--body-font-family);
    }
}

/*************** COPYRIGHT ****************/ 
@media only screen and (max-width: 50.99rem) {
    .web-policy {
        justify-content: flex-end;
        padding-right: 10px;
    }
    .site-1 .adminfootericon {
        bottom: 40px
    }

    .site-2 .adminfootericon {
        bottom: 40px
    }

    #g-copyright {
        background: var(--primary-color);
    }
}

/*************** MODULES ******************/
.moduletable .nav.menu, .moduletable .unstyled {background: var(--primary-color);} 
.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {    
    color: var(--default-white); 
    background: var(--secondary-color);
} 
/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** ADS **********************/

@media only screen and (min-width: 50.99rem) {
    #site-grid #g-container-main {
        padding-bottom: 3vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .grid.ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .grid.ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 2vw;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}

@media only screen and (max-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}

@media only screen and (min-width: 50.99rem) {
    .section-padding-5 {
        padding-left: 5%!important;
        padding-right: 5%!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    #g-top-nav {
        display: none!important;
    }
    #g-mobile-fixed-nav {
        display: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-top-nav {
        display: none!important;
    }
    #g-mobile-fixed-nav {
        display: none!important;
    }
}

body {background-color: var(--primary-color);}
@media only screen and (max-width: 50.99rem) {
@media (display-mode: standalone) {
    #g-top-nav {
        display: flex!important;
    }
    #g-mobile-fixed-nav {
        display: flex!important;
    }
    #g-top.modern-alert-padding {
        padding: 2rem 5%!important;
    }
    body {background-color: var(--primary-color);}
    #g-offcanvas {height: calc(100% - 120pt); top: 40pt; bottom: 80pt;}
    #g-top {margin-top: 40pt!important;}
    #g-navigation .g-logo {display: none;}
    #g-top-nav .g-particle:has(.g-logo) {width: 100%;}
    #g-top-nav .g-logo {text-align: center; display: flex; align-items: center; justify-content: center; width: 100%; height: 40pt;}
    #g-top-nav .g-logo img {height: 80%; width: auto;}
    #g-page-surround .g-offcanvas-toggle {display: none;}
    #g-page-surround {background: var(--primary-color);}
    #g-top-nav {display: flex; position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 40pt; background: var(--primary-color); z-index: 1000; box-shadow: var(--default-box-shadow);}
    .g-offcanvas-toggle {position: fixed!important; z-index: 101; top: 0; left: 10pt; height: 40pt; font-size: 23pt; display: flex; justify-content: center; align-items: center; background: none!important; border-radius: unset; box-shadow: unset;}
    .g-offcanvas-toggle {color: var(--default-white);} 
    .g-offcanvas-toggle .fa-fw {text-shadow: none;}
    #g-container-footer {padding-bottom: 80pt!important;}
    #g-mobile-fixed-nav {display: flex; height: 80pt; background: var(--primary-color); color: var(--default-white); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 1000; position: fixed; bottom: 0; left: 0; right: 0; width: 100%; box-shadow: var(--default-box-shadow)}
    .mobile-nav-link {color: var(--default-white); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; height: 60pt;}
    .mobile-nav-link:hover {color: var(--secondary-color);}
    .mobile-fixed-nav {width: 100%; height: 60pt;}

    .mobile-fixed-nav {
        margin: 0;
        padding: 0;
        display: flex;
        width: 100%;
        align-items: center;
        overflow: hidden;
    }
    .mobile-fixed-nav .g-particle {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .mobile-fixed-nav .g-particle > div {
        margin: 0;
        padding: 0;
    }
    .mobile-fixed-nav .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1pt;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        position: relative;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-title-icon {
        margin: 0;
        padding: 0;
        order: 1;
        color: var(--default-white);
        font-size: 5vw;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        order: 2;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: 4vw;
        font-family: var(--body-font-family);
    }
    .mobile-fixed-nav .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .mobile-fixed-nav .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}
}