@import url('//fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Italianno&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #760404;
    --secondary-color: #ccc185;
    --tertiary-color: #ddd9c0;

    --primary-rgb: 118,4,4;
    --secondary-rgb: 204,193,133;
    --tertiary-rgb: 221,217,192;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Crimson Text', serif;
    --body-font-family: 'Montserrat', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);

    --mt-background-color: rgba(255,255,255,.9);
    --mt-header-color: var(--primary-color);
    --mt-para-color: var(--default-black);

    --ph-title-color: var(--secondary-color);

    --rok-mini-text: var(--default-white);
}

.site-2 {
    --primary-color: #067604;
    --secondary-color: #082F54;
    --tertiary-color: #cccccc;

    --primary-rgb: 6,118,4;
    --secondary-rgb: 8,47,84;
    --tertiary-rgb: 204,204,204;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Crimson Text', serif;
    --body-font-family: 'Montserrat', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);

    --mt-background-color: rgba(var(--secondary-rgb),.85);
    --mt-header-color: var(--default-white);
    --mt-para-color: var(--default-white);

    --ph-title-color: var(--secondary-color);

    --rok-mini-text: var(--default-white);

    --grid-bg: rgba(var(--secondary-rgb), .6);
    --grid-bg-hover: rgba(var(--secondary-rgb), .8);
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--primary-color);
}

.site-2 a:not(a.button, .g-item-title a) {
    color: var(--secondary-color);
}
.site-2 a:not(a.button, .g-item-title a):hover {
    color: var(--default-black);
}

.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);
    border-radius: 0.15rem;
    font-size: 1.5rem;
    padding: 1rem 3rem;
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

.g-array-item-text {
    margin: 0!important;
}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--secondary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-1 #g-offcanvas .g-social-items a {
        color: var(--secondary-color);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }

    .site-2 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-2 #g-offcanvas .g-social-items a {
        color: var(--default-white);
    }
    .site-2 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header-stmichael.png') 100% 50% no-repeat;
        background-size: 50%;
    }
    .site-1 #g-navigation .g-logo img {
        width: 55%;
    }
    .site-1 #g-navigation > .g-container > .g-grid:has(.g-logo) {
        padding: 1vw;
    }

    #g-navigation .g-toplevel > li:hover {
        background: var(--secondary-color);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-2 #g-navigation {
        background: url('/images/template/header-stmichael.png') 100% 50% no-repeat;
        background-size: 50%;
    }
    .site-2 #g-navigation .g-logo img {
        width: 55%;
    }
    .site-2 #g-navigation > .g-container > .g-grid:has(.g-logo) {
        padding: 1vw;
    }
}

/*@media only screen and (min-width: 50.99rem) {
    .site-2 #g-navigation {
        background: url('/images/template/header-footer-stjoseph.jpg') 100% 50% no-repeat;
        background-size: cover;
    }
    .site-2 #g-navigation > .g-container {
        background: rgba(var(--primary-rgb),.9);
    }
    .site-2 #g-navigation .g-logo img {
        width: 50%;
    }
    .site-2 #g-navigation > .g-container > .g-grid:has(.g-logo) {
        padding: 1vw;
    }
}*/

@media only screen and (max-width: 50.99rem) {
    .site-2 #g-navigation {
        background: url('/images/template/header-footer-stjoseph.jpg') 100% 50% no-repeat;
        background-size: cover;
    }
    .site-2 #g-navigation > .g-container {
        background: rgba(var(--primary-rgb),.9);
    }
}

@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(--secondary-color);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    }

    .site-2 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-2 #g-navigation .g-social-items a {
        color: var(--default-white);
        font-size: 1.25vw;
    }
    .site-2 #g-navigation .g-social-items a:hover {
        color: var(--secondary-color);
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }
}
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home .mass-times-block {
        background: url('/images/template/masstimes-stmichael.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home .mass-times-block p {
        margin: 0 0 .5vw 0;
    }
    .mass-times-block .g-array-item-text {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home .mass-times-block {
        background: url('/images/template/masstimes-stmichael.jpg') 50% 50% no-repeat;
        background-size: cover;
    }

    .site-2-home .fullwidth-swiper {
        order: 1;
    }
    .site-2-home .mass-times-block {
        order: 2;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-2-home #g-slideshow > .g-container {
        padding: 2vw!important;
    }
    .site-2-home #g-slideshow > .g-container > .g-grid {
        box-shadow: var(--default-box-shadow);
    }
    .site-2-home .mass-times-block {
        background: url('/images/template/masstimes-stjoseph.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-2-home .mass-times-block p {
        margin: 0 0 .5vw 0;
    }
    .mass-times-block .g-array-item-text {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2-home .mass-times-block {
        background: url('/images/template/masstimes-stjoseph.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-2-home #g-utility > .g-container {
        padding: 0 2vw 4vw 2vw!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: 1px solid var(--secondary-color);
    }


    .site-2 .circle-links .g-blockcontent-subcontent-block {
        width: 20%;
    }
    .site-2-home .circle-links .g-title {
        font-size: 10vw;
        font-style: normal;
        font-variant-caps: normal;
        text-transform: none;
        color: var(--secondary-color);
        font-family: var(--title-font-family);
        font-weight: 400;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 2vw 5% 5vw 5%!important;
    }
    .site-1-home .ph-sidepics-3 {
        padding: 0 1rem 2rem 1rem;
    }
    .site-1-home .ph-sidepics-3 .g-title {
        font-size: 4vw;
        line-height: 4.6vw;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        border-bottom: 1px solid var(--secondary-color);
        margin-bottom: 1rem;
    }
    .site-1-home .ph-sidepics-3.ph-wide .g-array-item-text {
        font-size: 1vw!important;
    }
    .site-1-home .ph-sidepics-3.ph-underline .g-content-array > .g-grid {
        border-bottom: 1px solid var(--secondary-color);
    }
    .site-1-home .ph-sidepics-3.ph-wide .g-array-item-read-more a {
        padding: 0 0 .5vw calc(25vw + 1rem);
    }
    .site-1-home .g-container > .g-grid > .g-block:has(.ph-sidepics-3) {
        padding-right: 2vw;
    }
    .site-1-home .g-container > .g-grid > .g-block:has(.eapps-widget) {
        padding-left: 2vw;
        padding-top: 4.6vw;
    }
    .site-1-home .g-array-item-text:has(.eapps-widget) {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-2-home #g-container-main > .g-container {
        padding: 2vw 5% 5vw 5%!important;
    }
    .site-2-home .ph-sidepics-3 {
        padding: 0 1rem 2rem 1rem;
    }
    .site-2-home .ph-sidepics-3 .g-title {
        font-size: 4vw;
        line-height: 4.6vw;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        border-bottom: 1px solid var(--secondary-color);
        margin-bottom: 1rem;
    }
    .site-2-home .ph-sidepics-3.ph-wide .g-array-item-text {
        font-size: 1vw!important;
    }
    .site-2-home .ph-sidepics-3.ph-underline .g-content-array > .g-grid {
        border-bottom: 1px solid var(--secondary-color);
    }
    .site-2-home .ph-sidepics-3.ph-wide .g-array-item-read-more a {
        padding: 0 0 .5vw calc(25vw + 1rem);
    }
    .site-2-home .g-container > .g-grid > .g-block:has(.ph-sidepics-3) {
        padding-right: 2vw;
    }
    .site-2-home .g-container > .g-grid > .g-block:has(.eapps-widget) {
        padding-left: 2vw;
        padding-top: 4.6vw;
    }
    .site-2-home .g-array-item-text:has(.eapps-widget) {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

/*@media only screen and (min-width: 50.99rem) {
    .site-2-home #g-container-main > .g-container {
        padding: 4vw 5%!important;
    }

    .site-2-home .g-container > .g-grid > .g-block:has(.ph-rec-row) {
        padding-right: 2vw;
    }
    .site-2-home .g-container > .g-grid > .g-block:has(.rok-mini-list-desktop) {
        padding-left: 2vw;
    }
    .site-2-home .ph-rec-row .g-title {
        font-size: 7vw;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        font-style: normal;
    }
    .site-2-home .ph-rec-row.ph-rec-row-3 .g-content-array > .g-grid {
        width: 50%;
        max-width: 50%;
    }
    .site-2-home .ph-rec-row .g-array-item-image img {
        height: unset;
        aspect-ratio: 16 / 9;
    }
    .site-2-home .ph-rec-row .g-content-array .g-item-title a {
        font-style: normal;
        font-family: var(--body-font-family);
    }
    .site-2-home .rok-mini-list-desktop .rme-timeline {
        display: none!important;
    }
    .site-2-home .g-container > .g-grid > .g-block:has(.rok-mini-list-desktop) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-2-home #g-mainbar > .g-grid > .g-block.news-button {
        padding-top: 2vw;
    }
    .site-2-home #g-aside > .g-grid > .g-block.cal-button {
        padding-top: 2vw;
    }
}*/

@media only screen and (max-width: 50.99rem) {
    .site-1-home .g-container > .g-grid > .g-block:has(.eapps-widget) {
        padding: 2rem 15%!important;
    }
    .site-1-home .g-array-item-text:has(.eapps-widget) {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2-home .g-container > .g-grid > .g-block:has(.eapps-widget) {
        padding: 2rem 15%!important;
    }
    .site-2-home .g-array-item-text:has(.eapps-widget) {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

@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;
    }
}

/*************** EXPANDED *****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/parallax-stmichael.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-1-home #g-expanded > .g-container {
        background: rgba(0,0,0,.5);
        padding: 5vw 5%!important;
    }
    .site-1-home .rok-mini-particle .g-title {
        color: var(--default-white);
        border: none;
        font-size: 4vw;
        font-family: var(--title-font-family);
        margin-bottom: 3vw;
        font-weight: 400;
    }
    .site-1 .rok-mini-particle .rme-items {
        margin-bottom: 4vw;
    }
    .site-1 .rok-mini-particle .rme-item {
        gap: 1vw;
    }
    .site-1 .rok-mini-particle .rme-badge {
        border-radius: .15rem;
    }
    .site-1 .rok-mini-particle .rme-title {
        font-size: 1.25vw;
        font-weight: 600;
    }
    .site-1 .rok-mini-particle .rme-time {
        font-size: 1vw;
        font-weight: 400;
    }
    .site-1 .rok-mini-particle .arrows-on .rme-timeline-bar {
        background: var(--default-white);
    }
    .site-1 .rok-mini-particle .rme-arrow {
        color: var(--default-white);
    }

    .site-1-home .g-container > .g-grid:has(.cal-button) {
        padding: 3vw 1vw 0 1vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/parallax-stmichael.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-expanded > .g-container {
        background: rgba(0,0,0,.5);
        padding: 5vw 5%!important;
    }
    .site-1-home .rok-mini-particle .g-title {
        color: var(--default-white);
        border: none;
        font-family: var(--title-font-family);
        font-weight: 400;
    }
    .site-1 .rok-mini-particle .rme-description {
        justify-content: center;
    }
    .site-1 .rok-mini-particle .rme-badge {
        border-radius: .15rem;
    }
    .site-1 .rok-mini-particle .rme-title {
        font-weight: 600;
    }
    .site-1 .rok-mini-particle .rme-time {
        font-weight: 400;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-2-home #g-expanded {
        background: url('/images/template/parallax-stmichael.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-2-home #g-expanded > .g-container {
        background: rgba(0,0,0,.5);
        padding: 5vw 5%!important;
    }
    .site-2-home .rok-mini-particle .g-title {
        color: var(--default-white);
        border: none;
        font-size: 4vw;
        font-family: var(--title-font-family);
        margin-bottom: 3vw;
        font-weight: 400;
    }
    .site-2 .rok-mini-particle .rme-items {
        margin-bottom: 4vw;
    }
    .site-2 .rok-mini-particle .rme-item {
        gap: 1vw;
    }
    .site-2 .rok-mini-particle .rme-badge {
        border-radius: .15rem;
    }
    .site-2 .rok-mini-particle .rme-title {
        font-size: 1.25vw;
        font-weight: 600;
    }
    .site-2 .rok-mini-particle .rme-time {
        font-size: 1vw;
        font-weight: 400;
    }
    .site-2 .rok-mini-particle .arrows-on .rme-timeline-bar {
        background: var(--default-white);
    }
    .site-2 .rok-mini-particle .rme-arrow {
        color: var(--default-white);
    }

    .site-2-home .g-container > .g-grid:has(.cal-button) {
        padding: 3vw 1vw 0 1vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2-home #g-expanded {
        background: url('/images/template/parallax-stmichael.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-2-home #g-expanded > .g-container {
        background: rgba(0,0,0,.5);
        padding: 5vw 5%!important;
    }
    .site-2-home .rok-mini-particle .g-title {
        color: var(--default-white);
        border: none;
        font-family: var(--title-font-family);
        font-weight: 400;
    }
    .site-2 .rok-mini-particle .rme-description {
        justify-content: center;
    }
    .site-2 .rok-mini-particle .rme-badge {
        border-radius: .15rem;
    }
    .site-2 .rok-mini-particle .rme-title {
        font-weight: 600;
    }
    .site-2 .rok-mini-particle .rme-time {
        font-weight: 400;
    }
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension > .g-container {
        padding: 4vw 5%!important;
    }

    .site-1-home .g-container > .g-grid > .g-block.formed-box {
        padding-right: 2vw;
    }
    .site-1-home .g-container > .g-grid > .g-block.flocknote-box {
        padding-left: 2vw;
    }
    .site-1 .flocknote-box .feed-link {
        font-size: 1vw;
    }
    .site-1-home .g-container > .g-grid > .g-block.social-box > .g-content {
        background: var(--default-white);
        height: 100%;
        box-shadow: var(--default-box-shadow);
        padding: 4vw 15%;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-2-home .g-container > .g-grid > .g-block:has(.eapps-widget) .g-array-item-text {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .site-2-home .g-container > .g-grid > .g-block:has(.eapps-widget) {
        padding-left: 1vw;
        padding-right: 1vw;
    }
    .site-2-home .g-container > .g-grid > .g-block.formed-box {
        padding-left: 1vw;
        padding-right: 1vw;
    }
    .site-2-home .g-container > .g-grid > .g-block.flocknote-box {
        padding-left: 1vw;
        padding-right: 1vw;
    }
    .site-2 .flocknote-box .feed-link {
        font-size: 1vw;
    }
    .site-2-home .g-container > .g-grid > .g-block.social-box > .g-content {
        background: var(--default-white);
        height: 100%;
        box-shadow: var(--default-box-shadow);
        padding: 4vw 15%;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension > .g-container {
        padding: 2rem!important;
    }

    .site-1-home .g-container > .g-grid > .g-block.formed-box {
        padding-bottom: 1rem;
    }
    .site-1-home .g-container > .g-grid > .g-block.flocknote-box {
        padding-top: 1rem;
    }
    .site-1 .flocknote-box .feed-link {
        font-size: 4vw;
    }
    .site-1-home .g-container > .g-grid > .g-block.social-box > .g-content {
        background: var(--default-white);
        height: 100%;
        box-shadow: var(--default-box-shadow);
        padding: 1rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2-home #g-extension > .g-container {
        padding: 2rem!important;
    }

    .site-2-home .g-container > .g-grid > .g-block:has(.eapps-widget) .g-array-item-text {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .site-2-home .g-container > .g-grid > .g-block:has(.eapps-widget) {
        padding-bottom: 1rem;
    }
    .site-2-home .g-container > .g-grid > .g-block.formed-box {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .site-2-home .g-container > .g-grid > .g-block.flocknote-box {
        padding-top: 1rem;
    }
    .site-2 .flocknote-box .feed-link {
        font-size: 4vw;
    }
    .site-2-home .g-container > .g-grid > .g-block.social-box > .g-content {
        background: var(--default-white);
        height: 100%;
        box-shadow: var(--default-box-shadow);
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-2-home #g-extension {
        background: linear-gradient(to top right, var(--secondary-color), var(--primary-color)) !important;
    }
    .site-2-home #g-extension > .g-container {
        padding: 5vw 5%!important;
    }
}

/*************** 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 {
        background: url('/images/template/footer-stmichael.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-grid {
        background: rgba(var(--primary-rgb),.8);
    }
    .site-1 #g-footer > .g-container {
        padding: 2vw 5%!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-2 #g-container-footer {
        background: url('/images/template/header-footer-stjoseph.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-2 #g-container-footer > .g-grid {
        background: rgba(var(--primary-rgb),.8);
    }
    .site-2 #g-footer > .g-container {
        padding: 2vw 5%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/template/footer-stmichael.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-grid {
        background: rgba(var(--primary-rgb),.8);
    }
    .site-1 #g-footer > .g-container {
        padding: 2rem 2rem 5rem 2rem!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2 #g-container-footer {
        background: url('/images/template/header-footer-stjoseph.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-2 #g-container-footer > .g-grid {
        background: rgba(var(--primary-rgb),.8);
    }
    .site-2 #g-footer > .g-container {
        padding: 2vw 5%!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 .footer-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 6vw;
    }
    .site-1 .footer-wrapper .footer-content :is(h1,h2,h3,h4,h5,h6) {
        font-size: 4vw;
        text-transform: none;
        font-variant-caps: normal;
    }
    .site-1 .footer-wrapper .footer-content p {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }
    .site-1 .footer-wrapper .footer-links .weblinks > li {
        font-size: 1.25vw;
        list-style-type: none;
        font-family: var(--body-font-family);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 .footer-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }
    .site-1 .footer-wrapper .footer-content :is(h1,h2,h3,h4,h5,h6) {
        /*font-size: 4vw;*/
        text-transform: none;
        font-variant-caps: normal;
    }
    .site-1 .footer-wrapper .footer-content p {
        /*font-size: 1.25vw;*/
        font-family: var(--body-font-family);
    }
    .site-1 .footer-wrapper .footer-links .weblinks > li {
        font-size: 1.5rem;
        list-style-type: none;
        font-family: var(--body-font-family);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-2 .footer-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 6vw;
    }
    .site-2 .footer-wrapper .footer-content :is(h1,h2,h3,h4,h5,h6) {
        font-size: 4vw;
        text-transform: none;
        font-variant-caps: normal;
    }
    .site-2 .footer-wrapper .footer-content p {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }
    .site-2 .footer-wrapper .footer-links .weblinks > li {
        font-size: 1.25vw;
        list-style-type: none;
        font-family: var(--body-font-family);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-2 .footer-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }
    .site-2 .footer-wrapper .footer-content :is(h1,h2,h3,h4,h5,h6) {
        /*font-size: 4vw;*/
        text-transform: none;
        font-variant-caps: normal;
    }
    .site-2 .footer-wrapper .footer-content p {
        /*font-size: 1.25vw;*/
        font-family: var(--body-font-family);
    }
    .site-2 .footer-wrapper .footer-links .weblinks > li {
        font-size: 1.5rem;
        list-style-type: none;
        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
    }
}

/*************** 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;
    }
}

.no-link .g-item-title > a {
    pointer-events: none;
}

@media only screen and (min-width: 50.99rem) {
    .no-grid .g-item-title {
        font-size: 2vw;
    }
}