@import url('//fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #045182;
    --secondary-color: #91c4ea;
    --tertiary-color: #a11e22;
    --fourth-color: #d1c199;  

    --primary-rgb: 4,81,130;
    --secondary-rgb: 145,196,234;
    --tertiary-rgb: 161,30,34;
    --fourth-rgb: 209,193,153;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Marcellus', 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(--tertiary-color);
    --mt-para-color: var(--primary-color);

    --rok-mini-list-background: var(--default-white);
}

h6 {color: var(--tertiary-color);}

.site-1 .ql-fa-toplinks {
    --ql-icon-color: var(--tertiary-color);
    --ql-title-color: var(--primary-color);
}

.site-1 .ql-inner-box {
    --ql-background-color: rgba(var(--tertiary-rgb),.7);
    --ql-background-hover: rgba(var(--tertiary-rgb),.4);
}

.site-1 .ph-lower-title {
    --ph-title-color: 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(--tertiary-color);
    font-family: var(--body-font-family);
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--default-white);} 
.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);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header-bg.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(var(--fourth-rgb),.9);
    }

    .g-block.logo-icon {
        margin-bottom: -50px!important;
    }

    .logo-icon .g-logo img {
        width: 100%!important;
    }

    .logo-text .g-logo {
        text-align: center;
    }
    .logo-text .g-logo img {
        width: 90%!important;
    }

    .site-1 #g-navigation .g-toplevel {
        padding-left: 15%;
    }

    .ql-fa-toplinks .g-blockcontent-subcontent-block:not(.ql-fa-toplinks .g-blockcontent-subcontent-block:last-child) {
        border-right: 1px solid var(--default-white);
    }

    .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
        font-weight: 700;
    }
    
    .ql-icon-text .g-blockcontent-subcontent {
        gap: 1vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header-bg.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(var(--fourth-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);
        font-weight: 700;
    }
    .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);
        font-weight: 700;
    }

    .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(--tertiary-color);
        font-size: 1.25vw;
    }
    .site-1 #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 #g-slideshow > .g-container {
        padding: 2vw!important;
    }
    .mass-times-block {
        background: url('/images/stories/template/masstimes.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .mass-times-block a {
        color: var(--tertiary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .mass-times-block {
        background: url('/images/stories/template/masstimes.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
@media only screen and (min-width: 50..99rem) {
    .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: 2px solid var(--fourth-color);
    }
}

/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 3vw 10%!important;
    }

    .ph-lower-title .g-title {
        font-weight: 400;
        font-variant-caps: normal;
        letter-spacing: 2px;
    }
    .ph-lower-title .g-content-array > .g-grid {
        max-width: 50%;
    }
    .ph-lower-title .g-array-item-image img {
        width: 100%;
        height: unset;
        max-height: unset;
        aspect-ratio: 16 / 9;
    }

    .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        font-weight: 400;
        font-size: 2vw;
        text-shadow: var(--default-box-shadow);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 2rem 1rem!important;
    }
    .site-1-home #g-utility .g-title {
        text-align: center;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
.site-1 :is(#g-aside, #g-mainbar, #g-sidebar) {
    background: transparent;
}

.site-1-home #g-container-main .g-array-item-text {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        background: url('/images/stories/template/parallax2.jpg') 50% 50% no-repeat;
        background-size: cover;
    }

    .site-1-home #g-container-main > .g-container {
        padding: 3vw 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:nth-child(1) {
        flex: 40;
        width: unset;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(1) .g-array-item-text {
        box-shadow: var(--default-box-shadow);
        border-radius: 1.5rem;
        overflow: hidden;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(2) {
        flex: 40;
        width: unset;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(3) {
        flex: 20;
        width: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 165px;
    }

    .site-1-home #g-container-main .rok-mini-list-desktop .rme-timeline {
        display: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main {
        background: url('/images/stories/template/parallax2.jpg') 50% 50% no-repeat;
        background-size: cover;
    }

    .site-1-home #g-container-main > .g-container {
        padding: 3rem 1rem!important;
    }

    .site-1-home #g-container-main > .g-container > .g-grid {
        gap: 2rem;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(1) {
        order: 3;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(2) {
        order: 1;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(3) {
        order: 2;
    }

    .site-1-home #g-aside {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
}

@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 *****************/ 
.site-1-home #g-expanded .g-array-item-text {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/stories/template/parallax1.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-1-home #g-expanded > .g-container {
        background: rgba(var(--secondary-rgb),.85);
        padding: 3vw 10%!important;
    }

    .welcome-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 2vw;
    }
    .welcome-wrapper .welcome-content {
        flex: 70;
    }
    .welcome-wrapper .welcome-logo {
        flex: 30;
    }

    .welcome-wrapper .welcome-content h1 {
        font-size: 7vw;
        margin-bottom: 2vw;
    }
    .welcome-wrapper .welcome-content p {
        font-size: 1.75vw;
        color: var(--default-white);
        text-shadow: var(--default-box-shadow);
        margin-bottom: 3vw;
    }
    .welcome-wrapper .welcome-content .button {
        font-size: 1.75vw;
        padding: 1vw 2vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/stories/template/parallax1.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-expanded > .g-container {
        background: rgba(var(--secondary-rgb),.85);
        padding: 3vw 10%!important;
    }
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension > .g-container {
        padding: 5vw 5%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension > .g-container {
        padding: 3rem 5rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .lower-social-links {
        margin: 0;
        padding: 0;
    }
    .lower-social-links > .g-content {
        margin: 0;
        padding: 0;
    }
    .lower-social-links > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .lower-social-links .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .lower-social-links .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 4vw;
    }
    .lower-social-links .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        transition: .3s all ease-in-out;
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .lower-social-links .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .lower-social-links .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
    }
    .lower-social-links .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        width: 100%;
        aspect-ratio: 1 / 1;
    }
    .lower-social-links .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        display: none!important;
    }
    .lower-social-links .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
    }
    .lower-social-links .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .lower-social-links .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .lower-social-links {
        margin: 0;
        padding: 0;
    }
    .lower-social-links > .g-content {
        margin: 0;
        padding: 0;
    }
    .lower-social-links > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .lower-social-links .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .lower-social-links .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 4vw;
    }
    .lower-social-links .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        transition: .3s all ease-in-out;
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .lower-social-links .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .lower-social-links .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
    }
    .lower-social-links .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        width: 100%;
        aspect-ratio: 1 / 1;
    }
    .lower-social-links .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        display: none!important;
    }
    .lower-social-links .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
    }
    .lower-social-links .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .lower-social-links .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 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 {
        background: url('/images/template/footer-bg.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-container {
        background: rgba(var(--primary-rgb),.9);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/template/footer-bg.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-container {
        background: rgba(var(--primary-rgb),.9);
    }
    .site-1 #g-footer > .g-container {
        padding: 2rem 2rem 4rem 2rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .footer-content-info {
        text-align: center;
    }
    .footer-content-info :is(h1,h2,h3,h4,h5,h6) {
        color: var(--fourth-color)!important;
        text-shadow: var(--default-box-shadow);
    }
    .footer-content-info p {
        font-size: 1.25vw;
    }
    .footer-parish-info {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .footer-safe-info {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .footer-safe-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2vw;
    }
    .footer-safe-buttons .button {
        background: transparent;
        color: var(--fourth-color)!important;
        border: 2px solid var(--default-white);
        font-size: 1.25vw;
        text-shadow: var(--default-box-shadow);
        padding: 1vw 3vw;
        transition: .3s all ease-in-out;
    }
    .footer-safe-buttons .button:hover {
        background: rgba(255,255,255,.15);
    }
    .footer-title a {
        color: var(--fourth-color)!important;
        text-shadow: var(--default-box-shadow);
    }
}

@media only screen and (max-width: 50.99rem) {
    .footer-content-info :is(h1,h2,h3,h4,h5,h6) {
        color: var(--fourth-color)!important;
        text-shadow: var(--default-box-shadow);
    }
    .footer-safe-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
    }
    .footer-safe-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
    }
    .footer-safe-buttons .button {
        background: transparent;
        color: var(--fourth-color)!important;
        border: 2px solid var(--default-white);
        font-size: 1rem;
        text-shadow: var(--default-box-shadow);
        /*padding: 1vw 3vw;*/
        transition: .3s all ease-in-out;
    }
    .footer-safe-buttons .button:hover {
        background: rgba(255,255,255,.15);
    }
    .footer-title a {
        color: var(--fourth-color)!important;
        text-shadow: var(--default-box-shadow);
    }
}

/*************** 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;
    }
}