@import url('//fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/************ TEMPLATE  ************
blue: #002D73 rgba(0,45,115,1)
gold: #AB9767 rgba(171,151,103,1)



************/

.site-1 {
    --primary-color: #002D73;
    --secondary-color: #AB9767;

    --primary-rgb: 0,45,115;
    --secondary-rgb: 171,151,103;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Cinzel', serif;
    --body-font-family: 'Lato', 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-num-boxes: 5;

    --ph-title-font-size-mobile: 5vw;
}

.ql-fa-toplinks {
    --ql-font-title-color: var(--primary-color);
    --ql-font-size-mobile: .75rem;
    --ql-num-boxes: 5;
}


.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
    background: var(--secondary-color);
    /*font-family: 'Lato', sans-serif;*/
} 

/*************** 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) {
    #g-offcanvas .g-social-items a {
        margin-right: 1rem;
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    #g-navigation .g-logo {margin: 1rem 2rem;}
    #g-navigation .g-logo img {width: 80%;}

    .ql-fa-toplinks {padding: 2rem;}  
}


.g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {letter-spacing: 0;}
#g-offcanvas #g-mobilemenu-container {
    font-family: var(--title-font-family);
	font-weight: 400;}

@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {max-width: 70%; margin: 1rem auto;}

    .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: flex;
        text-align: center;
    }
}

/*************** SLIDESHOW ****************/ 
/*************** HEADER *******************/
/*************** ABOVE ********************/

.g-blockcontent-subcontent-title-text {
	font-weight: 400;
    font-size: 1.3rem;
}



@media only screen and (min-width: 50.99rem) {
    .ql-solid-color .g-blockcontent-subcontent {display: flex; flex-direction: row; gap: 1rem;}
    .ql-solid-color .g-blockcontent-subcontent-block {position: relative; background: var(--primary-color); border-radius: 1rem; height: 7vw;}
    .ql-solid-color.ql-offset .g-blockcontent-subcontent-block {background: var(--primary-color);}

    .ql-solid-color.ql-offset .g-blockcontent-subcontent-block:nth-child(odd):hover {background: #777;}
    .ql-solid-color.ql-offset .g-blockcontent-subcontent-block:nth-child(even):hover {background: #777;}
    .ql-solid-color .g-blockcontent-subcontent-block:hover {background: #777;}
    .ql-solid-color .g-blockcontent-subcontent-block-content {margin: 0; padding: 0; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center;}
    .ql-solid-color .g-blockcontent-subcontent-title {margin: 0; padding: 0 2vw; color: var(--default-white); text-align: center; line-height: 0.7;}
    .ql-solid-color .g-blockcontent-buttons {position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; padding: 0; margin: 0;}
    .ql-solid-color .g-blockcontent-buttons a {position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; padding: 0; margin: 0; background: transparent; border-radius: 0; opacity: 0;}
}
@media only screen and (max-width: 50.99rem) {
    .g-blockcontent-subcontent > .g-block:nth-child(odd) {
        --ql-background-color: var(--primary-color);
        --ql-title-color: var(--default-white);
    }
    .g-blockcontent-subcontent > .g-block:nth-child(even) {
        --ql-background-color: var(--secondary-color);
        --ql-title-color: var(--default-white);
    }
    /*.ql-dm .g-blockcontent-subcontent {
        flex-direction: column;
    }*/
    .ql-dm .g-blockcontent-subcontent-block {
        flex: 49%;
    }
    .ql-dm .g-blockcontent-subcontent-block-content {
        height: 15vw;
    }
}

/*************** SHOWCASE *****************/
.news-heading {
    margin-bottom: 3rem;
}

.fancy-title {
    position: relative;
    font-size: 4rem;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: var(--secondary-color);
    font-family: var(--title-font-family);
}

.fancy-title:before, .fancy-title:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 1px;
    content: "\a0";
    background-color: var(--primary-color);
    margin-left: 2%;
}
.fancy-title:before {
    margin-left: -50%;
    text-align: right;
}

.side-text-swiper .swiper-slide {
    display: flex;
    flex-direction: row;
}
.side-text-swiper .swiper-slide > img {
    flex: 6;
    width: 66%;
}
.side-text-swiper .swiper-slide > .slide {
    flex: 3;
    position: initial!important;
    width: 34%;
}
.side-text-swiper .swiper-slide > .slide > .slide-content-wrapper {
    background: #f1f2f2!important;
    background-color: #f1f2f2!important;
}
.side-text-swiper .g-swiper-title {
    color: var(--primary-color)!important;
    font-size: 2.25vw!important;
    text-transform: uppercase;
}
.side-text-swiper .g-swiper-text {
    color: #333!important;
    font-size: 1.4vw!important;
}
.side-text-swiper .slide-content {
    text-align: initial!important;
}
.side-text-swiper .slide-content > a {
    margin: auto;
    margin-left: 70%;
    background: transparent;
    color: var(--secondary-color);
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 700;
}

.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"] {
	color: var(--primary-color);
}


@media only screen and (max-width: 50.99rem) {
    .fancy-title {
        font-size: 2rem;
    }
    .side-text-swiper .swiper-slide {
        flex-direction: column;
    }
    .side-text-swiper .swiper-slide > img {
        width: 100%;
        height: 32vw;
    }
    .side-text-swiper .swiper-slide > .slide {
        width: 100%;
    }
    .side-text-swiper .g-swiper-title {
        font-size: 2rem!important;
    }
    .side-text-swiper .g-swiper-text {
        font-size: 1.2rem!important;
    }
}

/*************** UTILITY ******************/
/*************** FEATURE ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-feature {
        background: url('/images/template/watermark.jpg') 0% 100% no-repeat;
        background-size: 40%;
        margin-bottom: -15vw;
        padding-bottom: 15vw;
    }
}

.info-boxes {
    display: flex;
    flex-direction: row;
    max-width: 1920px;
    margin: auto;
}
.info-boxes-text {
    padding: 2rem;
}
.info-boxes  h1 {
    text-align: center;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    padding: 1vw 0;
    text-transform: uppercase;
    color: var(--secondary-color);
	font-size: 3rem;
}
.info-boxes  p {
    text-align: center;
    font-size: 1.2rem;
}
.info-boxes-icons {
    flex: 4;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    color: var(--primary-color);
}
.info-boxes-icons > div:nth-child(1) {
    display: flex; 
    flex-direction: row;
}
.info-boxes-icons .info-icon {
    font-size: 3rem;
}
.info-boxes-icons > div:nth-child(1) > div {
    flex: 1;
    text-align: center;
}
.info-boxes-icons > div:nth-child(2) {
    text-align: center;
}

@media only screen and (max-width: 50.99rem) {
    .info-boxes {
        flex-direction: column;
        width: 100%;
    }
    .info-boxes-text {
        padding: 0;
    }
    .info-boxes-text > p {
        font-size: 1.2rem;
    }
}

/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        padding: 0 10%;
    }
	.ph-sidepics-2 .g-array-item-read-more > a{
		top: 80%;
		bottom: 0;
		left: 65%;
		right: 0;
		height: 30px;
		width: 200px;
		background: var(--primary-color);
		color: white;
}
	}
}

@media only screen and (max-width: 50.99rem) {
    .ph-default-mobile .g-content-array > .g-grid > .g-block > .g-content {
        background: var(--secondary-color);
    }
    .ph-default-mobile .g-content-array > .g-grid .g-array-item {
        display: contents;
        max-height: 30vw;
        height: 30vw;
        background: var(--secondary-color);
        border-radius: 1rem;
        overflow: hidden;
    }
    .ph-default-mobile .g-array-item-image img {
        height: 30vw;
        width: 30vw;
    }
    .ph-default-mobile .g-array-item-image {
        width: auto!important;
        float: left;
        margin: 0;
    }
    .ph-default-mobile .g-array-item .g-array-item-title {
        height: 30vw;
        max-height: 30vw;
    }
    .ph-default-mobile .g-content-array .g-item-title {
        padding-left: 30vw;
    }
    .ph-default-mobile .g-content-array .g-array-item .g-array-item-text {
        display: none;
    }
    .ph-default-mobile .g-content-array > .g-grid > .g-block > .g-content {
        position: relative;
    }
}

/*************** EXPANDED *****************/ 
/*************** EXTENSION ****************/
.logo-offset .g-blockcontent-subcontent {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.logo-offset .g-blockcontent-subcontent-block {
    flex: 25%;
    max-width: 25%;
    position: relative;
}
.logo-offset .g-blockcontent-subcontent-block:hover {
    background: #F0EDF1;
}
.logo-offset .g-blockcontent-subcontent-block-content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-offset .g-blockcontent-subcontent-block-content > img {
    width: 80%;
}
.logo-offset .g-blockcontent-subcontent-title {
    content-visibility: hidden;
    display: none;
    opacity: 0;
}
.logo-offset .g-blockcontent-buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    opacity: 0;
}
.logo-offset .g-blockcontent-buttons a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    opacity: 0;
}

@media only screen and (max-width: 50.99rem) {
    .logo-offset .g-blockcontent-subcontent {
        gap: 1rem;
    }
    .logo-offset .g-blockcontent-subcontent-block {
        flex: 50%;
        width: 45%;
        max-width: 45%;
    }
}

/*************** BOTTOM *******************/
/*************** FOOTER *******************/
@media only screen and (min-width: 50.99rem) {
    #g-footer {
        background: url('/images/template/footer.jpg') 100% 50% no-repeat, #f1f2f2;
        background-size: 50%;
    }
    .footer-box {
        display: flex;
        flex-direction: row;
    }
    .footer-box > div:nth-child(1) {
        flex: 60%;
    }
    .footer-box > div:nth-child(1) > img {
        margin: 2rem;
    }
    .footer-box > div:nth-child(2) {
        flex: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-footer {
        background: url('/images/template/footer.jpg') 50% 50% no-repeat, #f1f2f2;
        background-size: cover;
    }
    #g-footer .footer-social-icons a {
        margin-right: 1rem;
    }
    .footer-box {
        padding: 1rem;
    }
    .footer-box > div:nth-child(2) {
        text-align: center;
        margin-top: 1rem;
    }
}

#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--primary-color);} 

/*************** COPYRIGHT ****************/ 
/*************** 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(--primary-color); 
    background: var(--secondary-color);
} 
/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** ADS **********************/


/************ AJJ 9/8/2022  ************/
.footer-box img {
	max-width: 800px;
	width: 50vw;
}

.parish-alert .buttonheading { padding-top: 20px;}

@media only screen and (max-width: 50.99rem) {
		#g-feature .g-content { padding: 0;margin: 0;}
}

@media only screen and (min-width: 51rem) and (max-width: 75.99rem) {
		#g-feature .g-content { padding: 1vw;margin: 1vw;}
		#g-feature .g-container { width: 95%;}
}


/************  TIMELINE  ************/
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #ebebeb;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline .container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #ebebeb;
  border: 4px solid #ab9767;
  top: 15px;
  border-radius: 50%;
  z-index: 1; 
}

/* Place the container to the left */
.timeline .left {
  left: 0;
}

/* Place the container to the right */
.timeline .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #ebebeb;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ebebeb;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #ebebeb;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ebebeb transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -12px;
}

/* The actual content */
.timeline .content {
  padding: 20px 30px;
  background-color: #ebebeb;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 50.99rem) {
/* Place the timelime to the left */
  .timeline::after {
    left: 28px;
  }

/* Full-width containers */
  .timeline .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .timeline .container::before {
    left: 60px;
    border: medium solid #ebebeb;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ebebeb transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .timeline .left::after, .timeline .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .timeline .right {
    left: 0%;
  }
}

.item-page .teacherbox .button {
    display: none;
}