@import url('//fonts.googleapis.com/css2?family=Julius+Sans+One&family=Moon+Dance&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #70a0b2;
    --secondary-color: #BBBBBB;
    --tertiary-color: #3B5B68;

    --primary-rgb: 112,160,178;
    --secondary-rgb: 187,187,187;
    --tertiary-rgb: 59,91,104;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Julius Sans One', serif;
    --body-font-family: 'Moon Dance', 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);

    --ql-font-size-desktop: 3.5vw;
}

.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(--secondary-color);
    color: var(--default-black);
    font-family: var(--body-font-family);
    border-radius: 20px / 50%;
    font-size: 1.45rem;
    padding: .7rem 2rem;
    box-shadow: var(--default-box-shadow);
} 

@media only screen and (max-width: 50.99rem) {
    .readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
        font-size: 1.45rem;
    }
}

h2.decorative {
	display: grid;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    align-items: center;
	grid-gap: 50px;
	width: 100%;
    border-bottom: none;
	text-align: center;
}
h2.decorative:before {
	content: '';
    border-top: 1px solid var(--primary-color);
}
h2.decorative:after {
	content: '';
    border-top: 1px solid var(--primary-color);
}




/*************** 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(--default-white);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@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.5rem;
        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.5rem;
        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(--default-white);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    }
    /*.site-1-sub #g-navigation {
        background: url('/images/stories/template/about-bg.jpg') 100% 14% no-repeat;
        background-size: cover;
    }*/
    .site-1-sub #g-navigation .g-logo {
        padding: 1rem 0 1rem 2rem;
    }
}
@media only screen and (max-width: 50.99rem) {
    /*.site-1-sub #g-navigation {
        background: var(--default-white);
    }*/
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }
}
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .swiperAlt .swiper-slide {
        z-index: 10;
    }
    .swiperAlt .swiper-slide:not(.swiper-slide-active) .slide-content-wrapper {
        position: relative;
    }
    .swiperAlt .swiper-slide:not(.swiper-slide-active) .slide-content-wrapper::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255,255,255,.4)!important;
        backdrop-filter: blur(4px);
    }
    .swiperAlt .swiper-slide:not(.swiper-slide-active) .slide-content {
        background-size: cover;
        background-position: center;
    }
    .swiperAlt .swiper-slide:not(.swiper-slide-active) .slide-content::before {
        background: rgba(255,255,255,.4);
        height: 100%;
        width: 100%;
    }

    .swiperAlt .g-swiper-slider.swiper-wrapper {
        width: 70vw
    }

    .swiperAlt .g-swiper.swiper-container {
        padding: 0 15vw!important;
    }

    .swiperAlt :is(#swiper-bar-left, #swiper-bar-right)::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255,255,255,.4)!important;
        backdrop-filter: blur(4px);
        box-shadow: inset 0px 0px 15px rgba(0,0,0,.5);
    }

    .swiperAlt #swiper-bar-left {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 15vw;
        z-index: 10;
        transition: .8s all ease-in-out;
        background-size: cover!important;
    }
    .swiperAlt #swiper-bar-right {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 15vw;
        z-index: 10;
        transition: .8s all ease-in-out;
        background-size: cover!important;
    }

    .swiperAlt .swiper-navigation > div {
        z-index: 101;
    }

    /*.swiperAlt .swiper-slide-active::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(var(--primary-rgb),.3)!important;
        z-index: 2;
    }
    .swiperAlt .swiper-slide-active > .slide {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: unset;
        background: rgba(var(--primary-rgb),.3)!important;
        z-index: 2;
    }*/
    .swiperAlt .swiper-slide-active img {
        position: relative;
        z-index: 1;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow > .g-container {
        position: relative;
        height: 42vw;
        width: 100%;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:first-child {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:last-child {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
        pointer-events: none;
    }
    .site-1-home #g-slideshow .swiper-overlay-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .site-1-home #g-slideshow .swiper-overlay-logo img {
        width: 55%;
    }
}

/*************** HEADER *******************/
#hero-title-text {display: none;}

.herotitlepage .page-header { display: inherit !important;}
.herotitlepage .page-header > .headline { display: inherit !important;}

@media only screen and (min-width: 50.98rem){
	.hero-logo, .outline-_error .hero-logo { 
		position: absolute;
		z-index: 1;
		top: 8vw;
		padding: 3rem;
		width: 32%;
	}
}
	

@media only screen and (max-width: 50.98rem) {
	.hero-logo {
		position: absolute;
		z-index: 1;
		top: 1vw;
		padding: 1rem 2rem 1rem 4rem;
		width: 90%;
	}
}


/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility {
        background: url('/images/stories/template/about-bg.jpg') 100% 0% no-repeat;
        background-size: cover;
    }

    .site-1-home #g-utility > .g-container > .g-grid:first-child {
        padding: 5vw 8% 2vw 8%!important;
    }

    .site-1-home #g-utility > .g-container > .g-grid:last-child {
        padding: 5vw 5%!important;
    }

    .about-container .g-title {
        font-size: 5vw;
        margin-bottom: 2vw;
        font-weight: 400;
    }

    .about-container p {
        font-size: 2vw;
        font-family: var(--body-font-family);
        font-weight: 400;
    }

    .circle-links .g-blockcontent-subcontent-block-content > img {
        height: 19vw;
        width: 19vw;
    }
    .circle-links .g-blockcontent-subcontent-block .g-content {
        box-shadow: var(--default-box-shadow);
    }
    .circle-links .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        text-shadow: 3px 3px 7px rgba(0,0,0,.5);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility > .g-container > .g-grid:first-child {
        padding: 1rem!important;
    }

    .about-container .g-title {
        font-size: 9vw;
        margin-bottom: 2vw;
        font-weight: 400;
    }

    .about-container p {
        font-size: 5.2vw;
        font-family: var(--body-font-family);
        font-weight: 400;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
.parish-home #g-container-main {
    padding: 0 5%;
}

@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/parallax1.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-1-home #g-expanded > .g-container {
        padding: 6vw 10%!important;
    }
    .mission-container :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-size: 5vw;
        text-shadow: 3px 3px 7px rgba(0,0,0,.5);
    }
    .mission-container p {
        font-size: 2.2vw;
        font-weight: 400;
        font-family: var(--body-font-family);
        color: var(--default-white);
        text-shadow: 3px 3px 7px rgba(0,0,0,.5);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-expanded > .g-container {
        padding: 2rem!important;
    }
    .mission-container :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-size: 9vw;
        text-shadow: 3px 3px 7px rgba(0,0,0,.5);
    }
    .mission-container p {
        font-size: 5.2vw;
        font-weight: 400;
        font-family: var(--body-font-family);
        color: var(--default-white);
        text-shadow: 3px 3px 7px rgba(0,0,0,.5);
    }
}

/*************** EXTENSION ****************/
/*************** 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);} 

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-footer {
        padding: 1rem 0 2rem 0!important;
    }
    .site-1 #g-footer :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        padding-top: 1vw;
        font-size: 3vw;
        /*text-transform: uppercase;
        font-variant-caps: normal;*/
    }
    .site-1 #g-footer p {
        color: var(--default-white);
        font-size: 1.45rem;
        font-family: var(--body-font-family);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer {
        padding-bottom: 40px!important;
    }

    .site-1 #g-footer .g-array-item-text {
        padding: 1rem;
    }
	.site-1 #g-footer :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        padding-top: 1vw;
		font-size: 7vw;
	}
	.site-1 #g-footer p {
        color: var(--default-white);
        font-size: 1.45rem;
        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;
    }
}

.breadcrumb {
    margin: 0;
}