@import url('//fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Alex+Brush&display=swap');
/************ TEMPLATE  ************
Fonts: Libre Baskerville, Open Sans 
Blue: #506cb2 rgba(80,108,178,1)
New Blue 2024: #1E257B rgb(30,37,123)
Lightest Grey: #f1f2f2 rgba(241,242,242,1)
Rotator: Superwide
News: Wide
-Rotator overlay: gradient from top to bottom: opacity 40% to 20%, probably could be 40% to 0%
---

************/

.site-1 {
    --primary-color: #1E257B;
    --secondary-color: #E7B36A;
	--tertiary-color: #9F7D4B;

    --primary-rgb: 30,37,123;
    --secondary-rgb: 231,179,106;
    --tertiary-rgb: 159,125,75;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Libre Baskerville', serif;
    --body-font-family: 'Open Sans', sans-serif;
	--tertiary-font-family: 'Alex Brush', cursive;

    --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);
}

.site-1 .bulletin-picture-list .bulletin-variables {
    --bulletin-max-width: 200px;
    --bulletin-container-padding: 0;
}
h2 {color: var(--tertiary-color);}
h6 {font-family: "Alex Brush"; text-transform: none; font-size: 2rem; }
h5 a {color: white;}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--primary-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);
    border-radius: 20px / 50%;
} 

/*************** ALL SITE *****************/
.item-image {display: none;}
.staff-page-img .item-image {display: inherit;}

/*************** 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);
    }
	.site-1 .social-icons-wrapper .g-content {
		padding: 0;
	}
	.site-1 .social-icons-wrapper .social-items-image img {
		max-width: 25px;
		padding-right: 5px;
	}
	.site-1 .social-icons-wrapper .social-items-icon {
		padding-right: 5px;
	}
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
.g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
	letter-spacing: 0;
}

@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, .site-1-sub .g-social-items a {
        color: var(--secondary-color);
        font-size: 1.35vw;
    }
    .site-1 #g-navigation .g-social-items a:hover, .site-1-sub .g-social-items a:hover {
        color: var(--tertiary-color);
    }

    /*.site-1-sub #g-navigation > .g-container > .g-grid:first-child {
        padding: 1vw;
    }*/
    .site-1-sub #g-navigation .g-logo img {
        width: 100%;
    }
	.site-1-sub .g-main-nav .g-toplevel>li>.g-menu-item-container {
		padding: 0;
	}
	.site-1-sub .social-icons-wrapper {
		position: relative;
		margin-bottom: -3vw;
		padding-right: 1vw;
		z-index: 11;
	}
	.site-1-sub .social-icons-wrapper .social-items-image img {
		max-width: 25px;
		padding-right: 5px;
	}
	.site-1-sub .social-icons-wrapper .social-items-icon {
		padding-right: 5px;
	}
	

}

@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-navigation > .g-container {
        position: relative;
        height: 56vw;
    }
    .site-1-home #g-navigation > .g-container > .g-grid:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        right: 20%;
        z-index: 11;
        width: 25%;
        padding-top: 1vw;
        padding-left: 1vw;
    }
    .site-1-home #g-navigation > .g-container > .g-grid:nth-child(1) .g-logo img {
        width: 100%;
    }
    .site-1-home #g-navigation > .g-container > .g-grid:nth-child(2) {
        position: absolute;
        top: 4vw;
        left: 25%;
        right: 0;
        width: 75%;
        z-index: 11;
    }
    .site-1-home #g-navigation > .g-container > .g-grid:nth-child(3) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
    }
    .site-1-home #g-navigation > .g-container > .g-grid:nth-child(4) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
    }
    .site-1-home #g-navigation > .g-container > .g-grid:nth-child(5) {
        position: absolute;
        bottom: 4vw;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 11;
        pointer-events: none;
    }
    .site-1-home #g-navigation > .g-container > .g-grid:nth-child(6) {
        position: absolute;
        top: 0;
        bottom: 52vw;
        right: 0;
        left: 50%;
        width: 50%;
        z-index: 11;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .site-1-home #g-navigation .social-items-row {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        gap: 1vw;
        padding-right: 1vw;
    }

    .site-1-home #g-navigation .social-items-row a:hover {
        color: var(--primary-color);
    }

    .site-1-home #g-navigation .social-items-icon {
        font-size: 1.25vw;
        line-height: 1.25vw;
    }
    .site-1-home #g-navigation .social-items-image {
        height: 1.25vw;
        width: 1.25vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .welcome-overlay h1 {
        font-size: 6vw;
        color: var(--default-white);
		letter-spacing: 5px;
		text-shadow: var(--default-text-shadow);
    }

    .site-1-sub #g-navigation .g-toplevel > li:has(.g-logo) {
        max-width: 25%;
        padding: .5vw 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation {
        background: var(--primary-color);
    }
    /*.site-1-home #g-navigation > .g-container > .g-grid:nth-child(4) {
        display: none!important;
    }*/
	.welcome-overlay h1 {
        font-size: 6vw;
        color: var(--default-white);
		letter-spacing: 5px;
		text-shadow: var(--default-text-shadow);
    }
    .site-1-home #g-navigation > .g-container > .g-grid:last-child {
        display: none!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .swiper-ql-overlay {
        margin: 0;
        padding: 0 10%;
    }
    .swiper-ql-overlay > .g-content {
        margin: 0;
        padding: 0;
    }
    .swiper-ql-overlay > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .swiper-ql-overlay .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .swiper-ql-overlay .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 2vw;
    }
    .swiper-ql-overlay .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        background: rgba(var(--primary-rgb),.9);
        border-radius: 40px / 50%;
        overflow: hidden;
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        transition: .3s all ease-in-out;
        pointer-events: all;
        backdrop-filter: blur(4px);
    }
    .swiper-ql-overlay .g-blockcontent-subcontent-block:hover {
        transform: scale(1.1);
    }
    .swiper-ql-overlay .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }
    .swiper-ql-overlay .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 1.5vw 1vw;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--default-white);
    }
    .swiper-ql-overlay .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.35vw;
    }
    .swiper-ql-overlay .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .swiper-ql-overlay .g-blockcontent-buttons .button {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .swiper-ql-overlay .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) {
    .swiper-ql-overlay {
        margin: 0;
        padding: 1rem;
    }
    .swiper-ql-overlay > .g-content {
        margin: 0;
        padding: 0;
    }
    .swiper-ql-overlay > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .swiper-ql-overlay .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .swiper-ql-overlay .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    .swiper-ql-overlay .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        background: rgba(241,242,242,.9);
        border-radius: 20px / 50%;
        overflow: hidden;
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        transition: .3s all ease-in-out;
        pointer-events: all;
        backdrop-filter: blur(4px);
    }
    .swiper-ql-overlay .g-blockcontent-subcontent-block:hover {
        transform: scale(1.1);
    }
    .swiper-ql-overlay .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }
    .swiper-ql-overlay .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 1rem 1rem;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--primary-color);
    }
    .swiper-ql-overlay .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 3.5vw;
    }
    .swiper-ql-overlay .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .swiper-ql-overlay .g-blockcontent-buttons .button {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .swiper-ql-overlay .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

/*************** SLIDESHOW ****************/ 
/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-header > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .site-1-home #g-header > .g-container {
        padding: 1vw 5%!important;
    }
    .site-1-home #g-header > .g-container > .g-grid > .g-block:nth-child(2) > .g-content {
        background: var(--default-white);
        padding: 1vw;
    }

    .mt-container :is(h1,h2,h3,h4,h5,h6) {
        font-size: 2.5vw;
		color: var(--primary-color);
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        letter-spacing: normal;
        margin: .75rem 0;
        font-family: var(--title-font-family);
    }
    .mt-container p {
        font-size: 1.25vw;
    }
    .mt-wrapper-ct {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 2vw;
    }
    .mt-wrapper-ct > div {
        flex: 1;
    }

    .bulletin-container .g-title {
        font-size: 2vw;
        font-weight: 700;
        font-family: var(--body-font-family);
        text-transform: uppercase;
        font-variant-caps: normal;
        border: none;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-header > .g-container {
        padding: 1rem!important;
    }
}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility {
        background: url('/images/template/interior-faderightw.png') -25% 100% no-repeat;
        background-size: contain;
        max-height: 56vw!important;
    }
    .pc-wrapper {
        background: rgba(255,255,255,.8);
        padding: 3vw;
    }
    .site-1-home #g-utility p {
        font-size: 1.3vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility {
        background: url('/images/template/interior-faderight.png') 50% 50% no-repeat;
        background-size: cover;
    }
    .pc-wrapper {
        background: rgba(255,255,255,.8);
        padding: 1rem;
    }
    .site-1-home #g-utility p {
        font-size: 1rem;
    }
}

/*************** FEATURE ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-feature {
        background: url('/images/template/parallax-news.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-1-home #g-feature > .g-container {
        padding: 5vw 3%!important;
        background: rgba(0,0,0,.5);
    }

    .ph-lower-title .g-content-array {
        flex-wrap: wrap;
        justify-content: center;
        gap: 3vw;
    }
    .ph-lower-title .g-content-array > .g-grid {
        flex: unset;
        width: 31%;
        max-width: 32%;
    }
    .ph-lower-title .g-array-item-image img {
        height: auto;
        max-height: unset;
        aspect-ratio: 16/9;
    }
    .site-1-home .ph-lower-title .g-array-item-title {
        display: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-feature > .g-container > .g-grid:last-child {
        padding: 1rem!important;
    }
}

/*************** MAIN *********************/
.parish-home #g-container-main {
    padding: 0 5%;
}

@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/stories/template/background-image.jpg') 50% 50% no-repeat;
        background-size: cover;
        height: 56vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-expanded h1 {
        color: var(--default-black);
        font-size: 5vw;
        font-family: var(--body-font-family);
        margin-bottom: 6vw;
    }

    .it-title {
        font-style: italic;
    }

    .site-1-home #g-expanded .button {
        font-size: 1.5vw;
        padding: 1vw 3vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/stories/template/background-image.jpg') 50% 50% no-repeat;
        background-size: cover;
        /* height: 56vw; */
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2.5% 5% !important;
    }

    .site-1-home #g-expanded h1 {
        color: var(--default-black);
        font-size: 10vw;
        font-family: var(--body-font-family);
        margin-bottom: 6vw;
    }

    .it-title {
        font-style: italic;
    }

    .site-1-home #g-expanded .button {
        font-size: 1.5rem;
        padding: 1rem 3rem;
    }
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension > .g-container {
        padding: 2vw 10%!important;
    }
    .site-1-home #g-extension > .g-container > .g-grid > .g-block:nth-child(1) {
        padding-right: 5%;
    }
    .site-1-home #g-extension > .g-container > .g-grid > .g-block:nth-child(2) {
        padding-left: 5%;
    }
    .site-1-home #g-extension .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .site-1-home #g-extension .g-title {
        border-bottom: 2px solid var(--primary-color);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension > .g-container {
        padding: 1rem!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-footer .social-items-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1vw;
        padding-right: 1vw;
    }

    .site-1 #g-footer .social-items-icon {
        font-size: 1.25vw;
        line-height: 1.25vw;
    }
    .site-1 #g-footer .social-items-image {
        height: 1.25vw;
        width: 1.25vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer .social-items-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .site-1 #g-footer .social-items-icon {
        font-size: 1rem;
        line-height: 1rem;
    }
    .site-1 #g-footer .social-items-image {
        height: 1rem;
        width: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*************** 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;
    }
}

@media (min-width: 50.99rem) {
    .welcome-overlay {
        top: 60%;
        position: absolute;
    }
}

@media (max-width: 50.99rem) {
    .welcome-overlay {
        margin-top: -15%;
        z-index: 99;
    }
}

