@import url('//fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&&family=Antonio:wght@100..700&family=Alegreya:ital,wght@0,400..900;1,400..900&family=Alice&family=Open+Sans:ital,wght@0,300..800;1,300..800&?family=Tangerine:wght@400;700&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #7E1417;
    --secondary-color: #CB852A;
    --tertiary-color: #021E55;

    --primary-rgb: 126, 20, 23;
    --secondary-rgb: 203, 133, 42;
    --tertiary-rgb: 2, 30, 85;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Tangerine', serif;
    --body-font-family: 'Open Sans', 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);
    --hero-title-left-position: 5%;
    --ql-border-radius: 1rem;

    --ql-background-color: rgba(var(--secondary-rgb), 0.75);
    --ql-font-family: var(--body-font-family);
    --ql-font-size-desktop: 1.5vw;
    --ql-background-hover: rgba(var(--secondary-rgb),var(--ql-bg-hover-opacity));

    --ph-title-font: var(--body-font-family);

    --default-box-shadow: 5px 5px 9px rgba(0, 0, 0, .5);

    --ph-read-more-color: transparent;

    --rm-rme-badge-bg: var(--primary-color);
    --rm-rme-day-font-size-desktop: 2vw;
    --rm-rme-day-font-weight: bold;
    --rm-rme-title-time-color-desktop: black;
    --rm-rme-time-font-size-desktop: 1.3vw;
    --rm-rme-title-font-weight: 600;
    --rm-rme-time-font-weight: 800;
    --rm-rme-timeline-point-bg: rgba(var(--rm-rme-timeline-point-bg-color),1);
    --rm-rme-title-time-color-mobile: black;

    /* --h1-size: 5rem;
    --h2-size: 3.5rem;
    --h3-size: 3rem;
    --h4-size: 2rem;
    --h5-size: 2.75rem;
    --h6-size: 1.5rem; */

    --grid-title-font-size-mobile: 8vw;
    --grid-title-font: var(--body-font-family);
	--grid-title-font-family: var(--body-font-family);
    --hero-title-font-family: var(--body-font-family);


    --hero-img-height: 20.5vw;

}

.site-1-sub {
    --heading-font-family: var(--body-font-family);
}

.bulletin-picture-list .bulletin-variables {
    --small-bulletin-font-size: clamp(1.5rem, 1.5vw, 1.5rem);
}

.site-1 .ql-fa-toplinks {
    --ql-icon-color: var(--primary-color);
    --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);
	padding: clamp(1.5rem, 2vw, 1.25rem) clamp(1.5rem, 3vw, 2.5rem);
	border-radius: 1.75rem;
}

.readon:hover, .button:hover, .btn:hover, p.readmore .btn:hover, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span:hover, .listentobutton.moduletable a:hover {
	    background: var(--secondary-color);
}

span.tangerine {font-family: var(--title-font-family);}
span.bodyfont {font-family: var(--body-font-family);}
span.alegreya {font-family: "Alegreya", serif;}
span.caudex {font-family: "Caudex", serif;}
span.antonio {font-family: "Antonio", sans-serif;}
span.spaced {letter-spacing: 1px;}


/*************** ALL SITE *****************/

.item-image {display: none;}

.page-header h2 {
    /* font-size: 3.3rem; */
    margin-bottom: 1rem;
    /* font-weight: bold; */
    font-family: var(--body-font-family);
}

blockquote {
    font-family: var(--body-font-family);
}

.accordian-wrapper .g-content-array > .g-grid.active .g-array-item-text {
    max-height: fit-content;
}

/*****************FF page like Carmelite-California********************/
h1.tangerine {
	font-family: var(--title-font-family);
	margin-bottom: -3px;
	line-height: 1;
}

h3.subtitle {
	border-bottom: 0px solid white;
	
}
h4.allcaps {
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h4.tangerine {
	font-family: var(--title-font-family);
	margin-bottom: -3px;
	line-height: 1;
}
p, li, div {line-height: 1.3;}

@media only screen and (min-width: 50.99rem) {
	h1.tangerine {
		font-size: 15vw;}
	h3.subtitle {
		font-size: 4.5rem;
		margin-top: -3rem;
	}
	h4.allcaps {
		font-size: 4.5rem;
	}
	h4.tangerine {
		font-size: 7vw;
	}
	span.title10{font-size: 8vw;}
	span.title9{font-size: 7vw;}
	span.title5{font-size: 3vw;}
	span.titlefont10 {font-family: var(--title-font-family); font-size: 10vw;}
	span.lilbigger {font-size: 1.25rem;}
}

span.tertiary {color: var(--tertiary-color);} 
span.gold {color: var(--secondary-color);}

@media only screen and (max-width: 50.99rem) {
	h1.tangerine {
		font-size: 6rem;}
	
	h3.subtitle {
		font-size: 2rem;
		margin-top: -1rem;
	}
	h4.allcaps {
		font-size: 2rem;
	}
	h4.tangerine {
		font-size: 5rem;
	}
	span.title10{font-size: 5rem;}
	span.title9 {font-size: 4.75rem;}
	span.title5{font-size: 2.5rem;}
	span.titlefont10 {font-family: var(--title-font-family); font-size: 7rem;}
	span.pointnine {line-height: 0.9;}
	
}
@media only screen and (max-width: 400px) {
	h1.tangerine {
		font-size: 5rem;}
	
	h3.subtitle {
		font-size: 2rem;
		margin-top: -1rem;
	}
	h4.allcaps {
		font-size: 1.65rem;
	}
	h4.tangerine {
		font-size: 5rem;
	}
	span.title10{font-size: 5rem;}
	span.title9 {font-size: 4.75rem;}
	span.title5{font-size: 2.5rem;}
	span.titlefont10 {font-family: var(--title-font-family); font-size: 5rem;}
	span.pointnine {line-height: 0.9;}
	
	.flexrow > div {flex: 1; padding: 0 25px;}
	
}



a.transparentbutton { 
  color: var(--primary-color); 
  font-size: 1rem;
  text-transform: none;
  background: transparent; 
  padding: clamp(1rem, 2vw, 1.25rem) clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 1.75rem; 
  margin: 0.25rem;
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: 1px solid var(--secondary-color);
  transition: all .2s ease-in;
  letter-spacing: 1px;
}

.transparentbutton:hover {background: var(--primary-color); color: white; border: 1px solid var(--primary-color);}

hr.short {
    padding: 0;
    margin: 0 auto;
    width: 400px;
}
hr.blue-short {
	border-bottom: 1px solid var(--tertiary-color);
    padding: 0;
    margin: 1.5rem auto;
    width: 400px;
}
hr.blue {
    border-bottom: 2px solid var(--tertiary-color);
    padding: 0;
    margin: 5px 0;
}


/***********Custom Scrollbar****************/

/* Hide the default scrollbar */

::-webkit-scrollbar {
    width: .75rem;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {

background-color: #ccc;
    border-radius: 5px;
}

/* Style the scrollbar on hover */

::-webkit-scrollbar-thumb:hover {
    background-color: #bbbbbb;
}

/* Style the scrollbar when it's being dragged */

::-webkit-scrollbar-thumb:active {
    background-color: #8c8c8c;
}

@-moz-document url-prefix() {
    * {
    scrollbar-width: thin;
         scrollbar-color: #ccc #f5f5f5;
    }
}

:is(.site-1-home, .site-2-home, .site-3-home) #g-page-surround .g-content {
    padding: 0;
}

:is(.site-1-home, .site-2-home, .site-3-home) #g-page-surround .g-array-item-text {
    margin: 0;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section:not(#g-navigation, #g-container-footer, #g-copyright) .g-content:not(.g-blockcontent-subcontent-block-content) {
    margin: 0.625rem !important;
    padding: 1.5rem !important;
}

.site-1-sub #g-bottom .g-content {
    padding: 0 !important;
    margin: 0 !important;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section:not(#g-navigation, #g-container-footer, #g-copyright) #grid-addpic .g-content {
    padding: 0 !important;
    margin: 0 !important;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section#g-container-main #g-aside .g-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 50.99rem) {

  :is(.site-1-home, .site-2-home) #g-top .modern-alert .g-joomla-articles {
      padding: 0 3% !important;
  }

 }

/*************** 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(--secondary-color);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }

}

/*************** TOP **********************/ 

.site-1-home .pop-up-block-2 h2 {
    font-family: var(--body-font-family);
}

.modern-alert .g-array-item :is(h1,h2,h3,h4,h5,h6) {
	text-transform: none;
	font-size: 2rem;
	font-family: var(--body-font-family);
}

/*************** NAVIGATION ***************/

@media (min-width: 50.99rem) {

	.site-1.style-202 :is(section:not(#g-top), #g-footer, #g-header):has([class*="-202"]) {
		--ql-right-border-color: transparent;
	}

	.site-1 .ql-fa-toplinks {
		padding-top: 2rem;
		padding-left: 1rem;
	}

	.top-links-202 .g-blockcontent-subcontent-title-icon {
		font-size: clamp(2rem, 2.25vw, 4rem);
	}

	.top-links-202 .g-blockcontent-subcontent-title-text {
		font-size: clamp(1rem, 1.2vw, 2rem);
		color: black;
	}

	.site-1 #g-navigation {
		position: relative;
		background: url(/images/template/header-background-image.JPG);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
    }
    

    .site-1-home #g-navigation {
        padding-bottom: 44vw !important;
    }

    .site-1-home #g-slideshow {
        margin-top: -44vw !important;
        padding: 2.5% 2% 2.5% 0 !important;
        z-index: 11;
        position: relative;
	}

	.site-1 #g-navigation > .g-container {
		background-color: rgba(255,255,255,0.9);
	}

	.site-1 .contact-container-2 {
		width: fit-content;
		position: absolute;
		display: grid;
		gap: 0.5rem;
		right: 0;
	}

	.site-1 .logo-text-202 {
		padding-right: 2rem;
	}

	.site-1 .contact-container-2 > div:nth-child(1) {
		background: var(--secondary-color);
		padding: 8px 15px;
		border-bottom-left-radius: 5px;
	}

	.site-1 .contact-container-2 p {
		margin: 0;
	}

	.site-1 .contact-container-2 .icon-phone-2 {
		display: flex;
		flex-direction: row;
		gap: 1rem;
		color: #000000;
		justify-content: flex-end;
		padding-right: 15px;
        width: 100%;
	}

	.site-1 .contact-container-2 .icon-phone-2 i {
		color: var(--primary-color);
	}

	.ql-fa-toplinks .g-blockcontent-subcontent-block {
		padding: 0;
	}

	.site-1 #g-navigation > .g-container > .g-grid:nth-child(3) {
		padding: 1rem 3%;
		border-bottom: 5px solid var(--secondary-color);
	}

}

@media (max-width: 50.99rem) {

	.site-1.style-202 :is(section:not(#g-top), #g-footer, #g-header):has([class*="-202"]) {
		--ql-right-border-color: transparent;
	}

	.top-links-202 .g-blockcontent-subcontent-title-icon {
		font-size: clamp(2rem, 2.25vw, 4rem);
	}

	.top-links-202 .g-blockcontent-subcontent-title-text {
		font-size: clamp(1rem, 1.2vw, 2rem);
		color: black;
	}

	.site-1 #g-navigation {
		position: relative;
		background: url(/images/template/header-background-image.JPG);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
	}

	.site-1 #g-navigation > .g-container {
		background-color: rgba(255,255,255,0.9);
	}

	.site-1 .contact-container-2 {
		display: grid;
		gap: 0.5rem;
        padding: 0 3%;
	}

	.site-1 .logo-text-202 {
		padding-right: 2rem;
	}

	.site-1 .contact-container-2 > div:nth-child(1) {
		background: var(--secondary-color);
		padding: 8px 15px;
		border-radius: 5px;
	}

	.site-1 .contact-container-2 p {
		margin: 0;
	}

	.site-1 .contact-container-2 .icon-phone-2 {
		display: flex;
		flex-direction: row;
		gap: 1rem;
		color: #000000;
		justify-content: center;
        width: 100%;
	}

	.site-1 .contact-container-2 .icon-phone-2 i {
		color: var(--primary-color);
	}

	.ql-fa-toplinks .g-blockcontent-subcontent-block {
		padding: 0;
	}

	.site-1 #g-navigation > .g-container > .g-grid:nth-child(3) {
		padding: 1rem 3%;
		border-bottom: 5px solid var(--secondary-color);
	}

}

@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: white;
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color); 
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 75%;
        margin: 2rem auto;
        margin-left: 19%;
    }
}

.icon-phone-2:before {
    display: none;
}

/*************** SLIDESHOW ****************/

@media (min-width: 50.99rem) {

    .site-1-home .fullwidth-swiper > div {
        border-radius: 1rem;
        overflow: hidden;
    }

    .site-1-home .mass-times :is(h1,h2,h3,h4,h5,h6,p,a) {
        color: black;
    }

    .site-1-home .mass-times a {
        color: black !important;
        text-decoration: underline;
    }

    .site-1-home .mass-times h1 {
        color: var(--primary-color);
        border-bottom: 1px solid var(--primary-color);
        margin: auto;
        font-size: 5vw;
        font-weight: 600;
    }

    .site-1-home .mass-times {
        display: grid;
        justify-content: center;
        align-items: center;
        z-index: 10;
    }

    .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
        right: -1rem;
        left: initial;
        bottom: 0.5rem;
    }

}

@media (max-width: 50.99rem) {

    .site-1-home .mass-times :is(h1,h2,h3,h4,h5,h6,p,a) {
        color: black;
    }

    .site-1-home .mass-times a {
        color: black !important;
        text-decoration: underline;
    }

    .site-1-home #rotate-adpic {
        padding-bottom: 2rem;
    }

    .site-1-home .mass-times h1 {
        color: var(--primary-color);
        border-bottom: 1px solid var(--primary-color);
        margin: auto;
        font-size: 4rem;
        font-weight: 600;
    }

    .site-1-home .mass-times {
        display: grid;
        justify-content: center;
        align-items: center;
        z-index: 10;
        order: 2;
        margin-bottom: 2rem;
    }

}

/*************** HEADER *******************/

@media (min-width: 50.99rem) {
    .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: transparent;
    }

    .ql-inner-box .g-blockcontent-subcontent {
        gap: 1.75rem;
    }

    .ql-inner-box .g-blockcontent-subcontent > .g-block {
        box-shadow: 5px 5px 9px rgba(0, 0, 0, .5);
        border-radius: 1rem;
    }

    .site-1-home #g-header {
        position: relative;
        border-top: 5px solid var(--secondary-color);
    }

    .site-1-home #g-header > .g-container > .g-grid {
        position: relative;
        z-index: 10;
        padding: 3% !important;
    }

    .site-1-home #g-header > .g-container::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 60%;
        background-color: var(--primary-color);
        top: 0;
    }

    .ql-vw15 .g-blockcontent-subcontent-block-content {
        height: 12vw;
    }

    .ql-inner-box .g-blockcontent-subcontent-block-content:hover .g-blockcontent-subcontent-title {
        padding: 1rem;
    }

    .ql-inner-box .g-blockcontent-subcontent-block:hover {
        transform: scale(0.96);
        transition: all 200ms ease-in-out;
    }

    .ql-inner-box .g-blockcontent-subcontent-block {
        transition: all 200ms ease-in-out;
    }

}

@media (max-width: 50.99rem) {

    .ql-dm {
        padding: 0 1rem 2rem 1rem;
    }

}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/

.site-1-home #g-utility h1 {
    display: grid;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    align-items: center;
    font-size: clamp(5rem, 5.5vw, 7rem);
    grid-gap: 2rem;
    width: 100%;
    border-bottom: none;
    text-align: center;
    font-weight: 400;
 }

 .site-1-home #g-utility h1:before,  .site-1-home #g-utility h1:after {
    content: '';
    border-top: 2px solid var(--primary-color);
 }

@media (min-width: 50.99rem) {

    .site-1-home #g-utility h1 {
        width: 75%;
        margin: auto;
    }

    .site-1-home #g-utility p {
        line-height: 2;
        margin-bottom: 0;
        font-size: 1.5rem;
        color: #787878;
     }

}

@media (max-width: 50.99rem) {
    
    .site-1-home #g-utility p {
        line-height: 1.5;
        margin-bottom: 0;
        font-size: 1.25rem;
        color: #787878;
     }

     .site-1-home #g-utility {
        padding: 0 1rem 2rem 1rem !important;
     }

}

/*************** FEATURE ******************/
/*************** MAIN *********************/

.bulletin-picture-list p {
    color: black;
}

.bulletin-button .button {
    width: 100%;
    background-color: var(--secondary-color);
    border-radius: 3px;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

.headlines-button .button {
    border-radius: 3px;
    background-color: var(--secondary-color);
    padding: 0.75rem 2rem;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    margin-top: 2rem;
}

.bulletin-button .button:hover, .headlines-button .button:hover {
    background-color: var(--primary-color);
}

#g-mainbar .moduletable {
    margin: 0 !important;
}

@media (min-width: 50.99rem) {

    .bulletin-picture-list .bulletin-variables {
        padding: 0;
        padding-left: 3rem;
    }

    .main-title h1 {
        font-size: clamp(1.5rem, 5vw, 6rem);
    }

    .bulletin-picture-list .bulletin-variables {
        --bulletin-gaps: 1.5rem;
    }

    .bulletin-picture-list .bulletin-container {
        margin-bottom: 1.5rem;
    }

    .ph-sidepics-3 {
        padding: 0;
    }

    .site-1-home #g-aside h1 {
        padding-left: 3rem;
    }

    .site-1-home #g-aside {
        background-color: transparent;
    }

    .site-1-home #g-container-main {
        padding: 3% !important;
    }

    .ph-sidepics-3 .g-content-array {
        gap: 1rem;
    }

    .ph-sidepics-3 .g-content-array > .g-grid {
        border-radius: 1rem;
        overflow: hidden;
        padding: 0.75rem;
        box-shadow: 5px 5px 9px rgba(0, 0, 0, .3);
        border: 1px solid rgb(172, 172, 172);
    }

    .ph-sidepics-3.ph-wide .g-array-item-image {
        border-radius: 1.2rem;
    }

    .ph-sidepics-3 .g-item-title {
        font-weight: bold;
    }

    .ph-sidepics-3.ph-wide .g-array-item-text {
        font-size: 1rem !important;
    }

    .ph-sidepics-3 .g-array-item {
        column-gap: 2rem;
    }

    .bulletin-picture-list .bulletin-container .bulletin:not(.bulletin:first-child) a {
        border-radius: 0;
        border: 1px solid rgb(172, 172, 172);
    }

    .ph-sidepics-3.ph-wide .g-array-item-read-more a {
        padding: 0 0 2vw calc(21vw + 1rem);
    }

    .bulletin-button {
        padding-left: 3rem;
    }

    .ph-sidepics-3.ph-wide .g-array-item-image {
        max-height: calc(21vw * 9/16);
        max-width: 21vw;
        height: calc(21vw * 9/16);
        width: 21vw;
    }

    .ph-sidepics-3.ph-wide .g-array-item {
        grid-template-columns: 21vw calc(100% - 21vw - 1rem)!important;
        grid-template-rows: 30% 50% 20%;
        max-height: calc(21vw * 9/16);
    }

}

@media (max-width: 50.99rem) {

    .bulletin-picture-list .bulletin-variables {
        padding: 1rem 1rem 2rem 1rem !important;
    }

    .main-title h1 {
        font-size: clamp(5rem, 5.5vw, 7rem);
    }

    .ph-sidebyside-mobile .g-content-array {
        padding: 0;
    }

    .site-1-home .g-item-title {
        font-size: 2.3rem;
        font-family: var(--body-font-family);
    }

    .site-1-home .main-title h1 {
        margin: 0;
        padding-left: 1rem;
    }

    .headlines-button {
        padding: 0 1rem 3rem 1rem !important;
    }

    .bulletin-button {
        padding: 0 1rem 2rem 1rem !important;
    }

}

/******************************************/

@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 !important;
        padding: 0 !important;
    }
}

/*************** EXPANDED *****************/ 

.site-1-home .home-ads {
    display: grid;
    justify-content: center;
    align-items: center;
}

.site-1-home #g-expanded {
    border-top: 10px solid var(--secondary-color);
    border-bottom: 10px solid var(--secondary-color);
}

.site-1-home #g-expanded {
    background: url(/images/template/bg-widgets.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.site-1-home #g-expanded .widget-box {
    background-color: white;
    border-radius: 1rem;
}

.site-1-home #g-expanded .g-content {
    margin: 0;
}

.site-1-home .formed-image img {
    width: 75%;
    height: auto;
    aspect-ratio: 395/700;
}

.site-1-home .formed-image .button {
    width: 75%;
    font-size: clamp(1.75rem, 2.25vw, 4rem);
    background-color: white;
    color: var(--primary-color);
}

@media (min-width: 50.99rem) {
    
    .site-1-home #g-expanded > .g-container {
        background-color: rgba(var(--primary-rgb), 0.85);
        padding: 3% !important;
        width: 100%;
    }
    
    .site-1-home #g-expanded h1 {
        color: white;
        font-size: clamp(2rem, 5vw, 6rem);
    }

}

@media (max-width: 50.99rem) {

    .site-1-home #g-expanded > .g-container {
        background-color: rgba(var(--primary-rgb), 0.85);
        padding: 2rem !important;
        width: 100%;
    }

    .site-1-home #g-expanded h1 {
        color: white;
        font-size: clamp(5rem, 5.5vw, 7rem);
        margin: 0;
    }

    #custom-4759-particle {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

}

/*************** EXTENSION ****************/

.calendar-button .button:hover {
    transform: scale(0.98);
    transition: all 200ms ease-in-out;
}

@media (min-width: 50.99rem) {

    .site-1-home #g-extension {
        padding: 3% !important;
        margin-bottom: -3% !important;
    }

    .site-1-home #g-extension h1 {
        margin: 0;
        line-height: 1;
        margin-bottom: 1rem;
        font-size: clamp(2rem, 5vw, 6rem);
        border-bottom: 1px solid rgb(172, 172, 172);
    }

    .site-1-home #g-extension .rme-item .rme-badge {
        margin: auto !important;
    }

    .rok-mini .rme-title,
    .rok-mini .rme-time {
        text-align: center;
    }

    .rok-mini .rme-description {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .rok-mini .rme-arrow {
        font-size: 5vw;
        transform: translate(0, -50%);
    }

    .calendar-button .button {
        background-color: transparent;
        color: black;
        font-weight: bold;
        border: 1px solid gray;
        font-size: 1.25vw;
        transition: all 200ms ease-in-out;
    }

}

@media (max-width: 50.99rem) {

    #custom-9152-particle h1 {
        font-size: clamp(5rem, 5.5vw, 7rem);
    }

    .site-1-home #g-extension {
        padding: 2rem !important;
    }

}

/*************** BOTTOM *******************/

@media (min-width: 50.99rem) {

    .site-1 #g-bottom {
        transform: translate(0, 50%);
        position: relative;
        z-index: 10;
    }

    .admod td {
        padding: 0;
    }

}

@media (max-width: 50.99rem) {

    .site-1-home #g-bottom {
        padding-bottom: 2rem !important;
    }

    .site-1-sub #g-bottom {
        margin-bottom: 1rem !important;
    }
	.site-1 #g-bottom {
        transform: translate(0, 23%);
        position: relative;
        z-index: 10;
    }
	

}

/*************** FOOTER *******************/

@media (min-width: 50.99rem) {



    .site-1 #g-footer {
        padding: 5% 3% 3% 3% !important;
    }

    .site-1 #g-footer :is(h1,h2,h3,h4,h5,h6) {
        color: white;
        border-bottom: none;
        font-family: var(--body-font-family);
    }

    .site-1 #g-footer h1 {
        font-family: var(--title-font-family);
        font-size: 5vw;
        margin: 0;
        line-height: 1;
    }

    .site-1 #g-footer p {
        font-family: var(--body-font-family);
        margin-bottom: 0;
        line-height: 2;
    }

    .site-1 #g-footer a {
        text-decoration: underline;
    }

    .site-1 #g-footer {
        border-bottom: 20px solid var(--secondary-color);
        border-top: 10px solid var(--secondary-color);
    }

    .site-1 .footer-address {
        padding-right: 8%;
    }

    .site-1 .important-links {
        display: grid;
        align-items: center;
    }

    .site-1 .g-social-items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .site-1 .g-block:has(.g-social-items) {
        display: grid;
        align-items: center;
    }

    .site-1 .g-social-items a {
        font-size: 2rem;
    }

    .site-1 .footer-img {
        padding: 3%;
    }

    .web-policy {
        bottom: 30px;
    }

    .adminfootericon {
        bottom: 50px;
    }

}

@media (max-width: 50.99rem) {

    .site-1 #g-footer :is(h1,h2,h3,h4,h5,h6) {
        color: white;
        border-bottom: none;
        font-family: var(--body-font-family);
    }

    .site-1 #g-footer h1 {
        font-family: var(--title-font-family);
        font-size: 5rem;
        margin: 0;
        line-height: 1;
    }

    .site-1 #g-footer p {
        font-family: var(--body-font-family);
        margin-bottom: 0;
        line-height: 2;
    }

    .site-1 #g-footer a {
        text-decoration: underline;
    }

    .site-1 #g-copyright {
        border-bottom: 20px solid var(--secondary-color);
    }

    .site-1 .footer-address {
        padding-right: 8%;
    }

    .site-1 .important-links {
        display: grid;
        align-items: center;
    }

    .site-1 .g-social-items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
    }

    .site-1 #g-footer .g-block:has(.g-social-items) {
        display: grid;
        align-items: center;
        padding: 2rem 2rem 1rem 2rem;
    }

    .site-1 #g-footer .g-social-items a {
        font-size: 3rem;
    }

    .site-1 .footer-img {
        padding: 3rem 5rem;
    } 

    .site-1 .footer-img img {
        max-width: 300px;
        display: grid;
        margin: auto;
    }

    #g-copyright p {
        margin-bottom: 5px;
    }

    .important-links, .footer-address {
        padding: 2rem 2rem 1rem 2rem;
    }

}

/* ************************************** */

#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;}

/*************** 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
    }
}

/************** SUB PAGES ******************/

/*************** 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 *******************/

.g-offcanvas-toggle {
  background: var(--default-white);
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: var(--default-box-shadow);
}

/*************** 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 only screen and (min-width: 50.99rem) {

    .bulletin-page #g-mainbar > .g-grid:nth-child(1) {
        display: none!important;
    }
    .bulletin-page .docman_category {
        display: none!important;
    }

}

@media only screen and (max-width: 50.99rem) {

    .bulletin-page #g-mainbar > .g-grid:nth-child(1) {
        display: none!important;
    }
    .bulletin-page .docman_category {
        display: none!important;
    }

}

/* Image Paths for Particle Template */
/* All images used in the particle template need to be updated here */

.style-1303 #g-footer:has([class*="-1303"]) {background-image: url('/images/template/parallax1.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat;}

@media (min-width: 50.99rem) {

  .style-201 .g-container:has([class*="-201"]) {background-image: url('/images/template/header-church-transparent-background.png'); background-position: center; background-size: cover; background-repeat: no-repeat;}
 /* .style-202 .g-container:has([class*="-202"]) {background-image: url("/images/template/header-church-transparent-background.png"); background-position: center; background-size: cover; background-repeat: no-repeat;}*/
  .style-301 .mass-times-301 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-303 .mass-times-303 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-304 .mass-times-304 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-305 .mass-times-305 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-1001 :is(#g-navigation, #g-slideshow, #g-header, #g-above, #g-feature, #g-showcase, #g-utility, #g-container-main, #g-expanded, #g-extension, #g-bottom, #g-footer, #g-copyright):has([class*="-1001"]) {background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;}
  .mockup-ads.particle-template .g-block:has(div.adside) .adside {background-image: url("/images/template/side-ads.png");}
  .mockup-ads.particle-template .adhorizontal {background-image: url("/images/template/horizontal-ads.png");}

}

@media (max-width: 50.99rem) {

   .mockup-ads.particle-template .g-block:has(div.adside) .adside {background-image: url("/images/template/side-ads.png");}
   .mockup-ads.particle-template .adhorizontal {background-image: url("/images/template/horizontal-ads-mobile.png");}

}

@media only screen and (min-width: 50.99rem) {

    body[class*="-sub"] #g-mainbar.section-padding-5 > .g-grid > .g-block > .g-content {
        margin: 0!important;
        padding: 0!important;
    }
    body[class*="-sub"] #g-mainbar.section-padding-5:has(.page-header) > .g-grid > .g-block > .g-content {
        margin: .625rem 0!important;
        padding: 1.5rem 0!important;
    }
    body[class*="-sub"] #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) {
        margin: 0!important;
        padding: 0 5%!important;
    }
    body[class*="-sub"] #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) #g-mainbar.section-padding-5 {
        margin: 0!important;
        padding: 0!important
    }
    body[class*="-sub"] #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) #g-mainbar.section-padding-5 > .g-grid > .g-block > .g-content {
        margin: 0!important;
        padding: 0 5% 0 0!important;
    }
    body[class*="-sub"] #g-container-main:has(#g-mainbar.section-padding-5, #g-aside) #g-mainbar.section-padding-5:has(.page-header) > .g-grid > .g-block > .g-content {
        margin: .625rem 0!important;
        padding: 1.5rem 5% 1.5rem 0!important;
    }

}

@media only screen and (max-width: 50.99rem) {

    body[class*="-sub"] #g-mainbar.section-padding-5 > .g-grid > .g-block > .g-content {
        margin: 0!important;
        padding: 0!important;
    }
	.hidemobile {display: none;}
}

/*  */

@media only screen and (min-width: 50.99rem) {

    #g-top-nav {
        display: none!important;
    }
    #g-mobile-fixed-nav {
        display: none!important;
    }

}

@media only screen and (max-width: 50.99rem) {

    #g-top-nav {
        display: none!important;
    }
    #g-mobile-fixed-nav {
        display: none!important;
    }

}

body {background-color: var(--primary-color);}

    @media only screen and (max-width: 50.99rem) {
    @media (display-mode: standalone) {
        #g-top-nav {
            display: flex!important;
        }
        #g-mobile-fixed-nav {
            display: flex!important;
        }
        #g-top.modern-alert-padding {
            padding: 2rem 5%!important;
        }
        body {background-color: var(--primary-color);}
        #g-offcanvas {height: calc(100% - 120pt); top: 40pt; bottom: 80pt;}
        #g-top {margin-top: 40pt!important;}
        #g-navigation .g-logo {display: none;}
        #g-top-nav .g-particle:has(.g-logo) {width: 100%;}
        #g-top-nav .g-logo {text-align: center; display: flex; align-items: center; justify-content: center; width: 100%; height: 40pt;}
        #g-top-nav .g-logo img {height: 80%; width: auto;}
        #g-page-surround .g-offcanvas-toggle {display: none;}
        #g-page-surround {background: var(--primary-color);}
        #g-top-nav {display: flex; position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 40pt; background: var(--primary-color); z-index: 100; box-shadow: var(--default-box-shadow);}
        .g-offcanvas-toggle {position: fixed!important; z-index: 101; top: 0; left: 10pt; height: 40pt; font-size: 23pt; display: flex; justify-content: center; align-items: center; background: none!important; border-radius: unset; box-shadow: unset;}
        .g-offcanvas-toggle {color: var(--default-white);} 
        .g-offcanvas-toggle .fa-fw {text-shadow: none;}
        #g-container-footer {padding-bottom: 80pt!important;}
        #g-mobile-fixed-nav {display: flex; height: 80pt; background: var(--primary-color); color: var(--default-white); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 100; position: fixed; bottom: 0; left: 0; right: 0; width: 100%; box-shadow: var(--default-box-shadow)}
        .mobile-nav-link {color: var(--default-white); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; height: 60pt;}
        .mobile-nav-link:hover {color: var(--secondary-color);}
        .mobile-fixed-nav {width: 100%; height: 60pt;}

        .mobile-fixed-nav {
            margin: 0;
            padding: 0;
            display: flex;
            width: 100%;
            align-items: center;
            overflow: hidden;
        }
        .mobile-fixed-nav .g-particle {
            margin: 0;
            padding: 0;
            width: 100%;
        }
        .mobile-fixed-nav .g-particle > div {
            margin: 0;
            padding: 0;
        }
        .mobile-fixed-nav .g-blockcontent {
            margin: 0;
            padding: 0;
        }
        .mobile-fixed-nav .g-blockcontent-subcontent {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            gap: 1pt;
        }
        .mobile-fixed-nav .g-blockcontent-subcontent-block {
            margin: 0;
            padding: 0;
            flex: 1;
            position: relative;
        }
        .mobile-fixed-nav .g-blockcontent-subcontent-block-content {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .mobile-fixed-nav .g-blockcontent-subcontent-title-icon {
            margin: 0;
            padding: 0;
            order: 1;
            color: var(--default-white);
            font-size: 5vw;
        }
        .mobile-fixed-nav .g-blockcontent-subcontent-title {
            margin: 0;
            padding: 0;
            order: 2;
        }
        .mobile-fixed-nav .g-blockcontent-subcontent-title-text {
            margin: 0;
            padding: 0;
            color: var(--default-white);
            font-size: 4vw;
            font-family: var(--body-font-family);
        }
        .mobile-fixed-nav .g-blockcontent-buttons {
            margin: 0;
            padding: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
        }
        .mobile-fixed-nav .g-blockcontent-buttons a {
            margin: 0;
            padding: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
        }
    }
}


/* Christs Life Page */

.giving-header {
    height: 42vw;
    position: relative;
    background: url('/images/stories/template/christ-life/christlife-background.jpg') center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.giving-header-text {
    width: fit-content;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.giving-header-text h1 {
    font-size: clamp(1.75rem, 4vw, 6rem);
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-variant: normal;
}

.giving-header-text p {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-size: clamp(1.2rem, 1.75vw, 3rem);
	margin-top: 1rem;
}

.giving-header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 50%;
    height: 24px;
    display: block;
	transform: skew(45deg) translateX(-11px) translateY(1px);
	z-index: 2;
}

.giving-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffff;
    width: 50%;
    height: 24px;
    display: block;
    transform: skew(-45deg) translateX(11px) translateY(1px);
    z-index: 2;
}

.flush-block > .g-content {
	padding: 0;
	margin: 0;
}

.christ-life #g-container-main {
	margin: 0;
}

.christ-life .giving-header h1 {
	margin: 0;
	line-height: 1;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
	font-variant: small-caps;
}

.christ-life .christ-title {
    font-size: clamp(3rem, 8vw, 9rem);
}

.christ-life .parallax-effect {
    /* background: url(/images/stories/template/paralax.jpg) 50% 50% no-repeat; */
    background-size: 150% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub).christ-life :not(#g-navigation, #g-container-footer, #g-copyright) .g-content:not(.g-blockcontent-subcontent-block-content) {
    padding: 0 !important;
    margin: 0 !important;
}


@media (min-width: 50.99rem) and (max-width: 1000px) {	

	.learn-section iframe {
		height: 200px;
	}

}

@media (max-width: 50.99rem) {

  .christ-life .parallax-effect {
      background-size: auto 130%;
      background-attachment: fixed;
  }

  .giving-header-text {
	width: 100%;
  }

  .christ-life #g-mainbar {
	padding: 0;
  }

  .call-to-action {
	grid-template-columns: 1fr !important;
  }

  .flex-section {
	justify-content: center !important;
  }

  .call-to-action h2 {
	text-align: center !important;
	margin-top: 0;
  }
  .call-to-action {
	padding: 5% !important;
  }

  .schedule-section h2 {
	margin-bottom: 1rem !important;
  }

}

@media only screen and (min-width: 50.99rem) {
	[data-aos="fake"] {
	  opacity: 1;
	  transition-property: opacity;
	  transition-duration: 300ms;
	}
  
	[data-aos="fake"].aos-animate {
	  opacity: 0;
	  transition-duration: 300ms;
	}
  
  }

  .learn-section p:last-child {
	margin-bottom: 0;
  }

  @media (min-width: 50.99rem) {

	.learn-section {
		display: grid;
		justify-content: center;
		align-items: center;
		grid-template-columns: 1fr 1fr;
		padding: 5%;
		gap: 5%;
	}

	.learn-video {
		display: grid;
		align-items: center;
		justify-content: left;
	}

  }

  @media (max-width: 50.99rem) {

	.learn-section {
		padding: 10% 5%;
	}

	.learn-video {
		display: grid;
		justify-content: center;
		margin-bottom: 1.5rem;
	}

	.learn-video iframe {
		height: 200px;
	}

	.giving-header {
		height: 56vw;
	}

	.button-section {
		padding-bottom: 10% !important;
	}

  }

  a.red-button {
	font-size: clamp(1.2rem, 1.5vw, 3rem);
	background-color: transparent;
	border: 2px solid #7E1416;
	color: #7E1416;
	padding: 0.85rem 2.25rem;
	border-radius: 5px;
	transition: all 200ms ease-in;
	display: inline-block;
}

a.red-button:hover {
	transform: scale(0.99);
	transition: all 200ms ease-in;
	color: white;
	background-color: #7E1416;
}

a.blue-button {
	font-size: clamp(1.2rem, 1.5vw, 3rem);
	background-color: transparent;
	border: 2px solid #174c72;
	color: #174c72;
	padding: 0.85rem 2.25rem;
	border-radius: 5px;
	transition: all 200ms ease-in;
	display: inline-block;
}

a.blue-button:hover {
	transform: scale(0.99);
	transition: all 200ms ease-in;
	color: white;
	background-color: #174c72;
}

.button-section p {
	margin: 0;
}

.button-section {
	padding-bottom: 5%;
}


.schedule-section {
	padding: 5%;
	background-color: #f1f1f1;
}

.schedule-section h2 {
	margin-bottom: 2rem;
}

.schedule-section .blue-button {
	margin-top: 2rem;
}

.call-to-action {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 3% 10%;
    background: url('/images/stories/template/christ-life/christ-life-learn-more.jpg') center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.call-to-action h2 {
	color: white;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
}

.call-to-action :is(.red-button, .blue-button) {
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: white;
}

.flex-section {
	display: flex;
	justify-content: right;
	gap: 5%;
	align-items: center;
}

.volunteer-section {
	padding: 5%;
	background-color: white;
}

.volunteer-section h1 {
	margin-bottom: 3rem;
}
.volunteer-section img {
	margin: 1rem auto;
}

.volunteer-section h2 {
	margin-bottom: 0;
}

@media(min-width: 50.99rem) {
	.volunteer-section img {
		width: 15%;
	}
}

.volunteer-container {
	display: grid;
}

.flocknote-section {
	padding: 5%;
	display: grid;
    justify-content: center;
}

.flocknote-section button {
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	background-color: transparent;
	border: 2px solid #174c72;
	color: #174c72;
	padding: 0.5rem 2rem;
	border-radius: 5px;
	transition: all 200ms ease-in;
	display: inline-block;
	max-width: 175px;
}

.flocknote-section button:hover {
	transform: scale(0.99);
	transition: all 200ms ease-in;
	color: white;
	background-color: #174c72;
}

.flocknote-section form {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
    align-items: center;
    margin-bottom: 0;
	max-width: 1400px;
}

.flocknote-section input {
	margin-bottom: 0 !important;
	max-width: 250px;
}

.button-container {
    justify-content: center;
    display: flex;
    gap: 5%;
	flex-wrap: wrap;
}

@media (max-width: 50.99rem) {

	.christ-life .parallax-effect {
		background-size: cover;
		background-attachment: fixed;
	}
  
	.giving-header-text {
	  width: 100%;
	}
  
	.christ-life #g-mainbar {
	  padding: 0;
	}
  
	.call-to-action {
	  grid-template-columns: 1fr !important;
	}
  
	.flex-section {
	  justify-content: center !important;
	}
  
	.call-to-action h2 {
	  text-align: center !important;
	  margin-top: 0;
	}
	.call-to-action {
	  padding: 15% 5% !important;
	}
  
	.schedule-section h2 {
	  margin-bottom: 1rem !important;
	}

	.christ-life .rok-mini-particle .rme-description {
		justify-content: center;
		max-width: fit-content;
	}

	.christ-life .rok-mini-particle .rme-item {
		gap: 5%;
	}

	.christ-life .rok-mini-particle .rme-title {
		font-weight: bold;
	}

	.flocknote-section form {
		grid-template-columns: initial;
		justify-content: center;
	}

	.schedule-section {
		padding: 15% 5%;
	}

	.flocknote-section h2 {
		text-align: center;
	}

	.flocknote-section input {
		width: 250px;
	}

	.flocknote-section {
		padding: 15% 5%;
	}

	.learn-section {
		padding: 15% 5%;
	}

	.volunteer-section {
		padding: 15% 5%;
	}

	.rme-timeline {
		display: block;
		margin-top: 1rem !important;
	}
  
	.volunteer-section h1 {
		margin-bottom: 1rem;
	}

	.volunteer-section h2 {
		font-size: 1.5rem;
	}

	.volunteer-section h1 {
		line-height: 1.2;
	}

  }

  .site-1.site-1-sub #g-container-main .g-content:has(.item-image) {
    padding: 0 !important;
    margin: 0 !important;
}


/*****************************************************/
/************DIV TAG SECTIONS WITHIN ARTICLES**************/
/*****************************************************/

h4.above {margin: 0 0 -.5rem 0 !important;}

.orangeback { background: var(--secondary-color); padding: 0; margin-top: 10px; margin-bottom: 10px; color: white;}
.redback { background: var(--primary-color); padding: 0; margin-top: 10px; margin-bottom: 10px; }
.blueback { background: var(--tertiary-color); padding: 0; margin-top: 10px; margin-bottom: 10px; }
.grayback { background: #F5E9E0; padding: 0; margin-top: 10px; margin-bottom: 10px; }

.orangeback p, .orangeback li, .orangeback div, .orangeback a {color: var(--default-white); }
.orangeback a:hover {color: var(--secondary-color); }
.orangeback h1, .orangeback h2,  .orangeback h3, .orangeback h4, .orangeback h5, .orangeback h6  {color: var(--default-white);  margin: 0.5rem 0; line-height: 1; }
.redback p, .redback li, .redback div {color: var(--default-white); }
.redback h1, .redback h2,  .redback h3, .redback h4, .redback h5, .redback h6  {color: var(--default-white);  margin: 0.5rem 0; line-height: 1;}
.blueback p, .blueback li, .blueback div, .blueback a {color: var(--default-white); }
.blueback h1, .blueback h2, .blueback h3, .blueback h4, .blueback h5, .blueback h6  {color: var(--default-white);  /*margin: 0.5rem 0;*/ line-height: 1;}


a.midnightsteelbutton {
	color: white;
	background: transparent;
    font-family: var(--body-font-family);
	letter-spacing: 3px;
	border-radius: 0;
	border: 2px solid var(--primary-color-3);
}
.midnightsteel td, .midnightsteel table {border: 0px solid transparent;}
.bluebackbutton:hover {background: white; color: var(--primary-color);   border: 2px solid var(--primary-color-3);}
.navyback a.goldtransbtn, .navyback .button, .brownback .button, .rubywineback .button, .midnightsteel .button {
	color: var( --default-white);
}
.navyback a.goldtransbtn:hover {
	color: var( --primary-color-1);
}

.whiteborder {border: 2px solid white; padding: 3vw; }
.addpadding {padding-left: 7% !important; padding-right: 7% !important;}
.centerthecontent {margin: 0 calc(-40vw - 20px); justify-content: center; display: flex;}




.flexrow > .two-thirds-side { flex: 1.75;}
.flexrow > .moduleside { flex: 0.75;}
.flexrow > .pointsevenfive { flex: 0.75;}
/*.flexrow > .fiftypercent { flex-basis: 50%}*/
.circle img {border-radius: 50%;}

/************ FLEX ITEM  ************/
.flexcolumn { display: flex; flex-direction: column; }
.flexcolumn > div { flex: 1;}
.flexcenter { display: flex; align-items: center; justify-content: center;}

/************ FLEX ITEM  ************/
.flexrow { display: flex; align-items: center; justify-content: center;   }
.flexrow > div { flex: 1; padding: 0 30px;}

@media only screen and (min-width: 50.99rem) {
	.flextable.spacedcells > div {
		padding-right: 30px;
	}
	.flextable.spacedcells > div:last-child {
		padding-right: 0;
	}
	
	
	.flexrow div.pad-left10 {padding-left: 10%; flex: 0.75;}
	.flexrow div.pad-left5 {padding-left: 5%; flex: 0.75;}
	.flexrow div.pad-right10 {padding-right: 10%; flex: 0.75;}
	.flexrow div.pad-right5 {padding-right: 5%; flex: 0.75;}
	.flexrow div.shift-right {margin-right: -10vw;}
	.flexrow div.shift-right5 {margin-right: -3vw;}
	.flexrow div.shift-left {margin-left: -10vw;}
	.flexrow div.shift-left5 {margin-left: -3vw;}
	
	.flexrow div.bottom-image {margin: -7vw 0 0 0;}
	.flexrow div.bottom-image2 {margin-bottom: -7vw;}
	.flexrow div.rel-image {position: relative;}
	
	.minus10 div.pad-left10 {padding-left: 10%; flex: 0.75;}
	.minus10 div.pad-left5 {padding-left: 5%; flex: 0.75;}
	.minus10 div.pad-right10 {padding-right: 10%; flex: 0.75;}
	.minus10 div.pad-right5 {padding-right: 5%; flex: 0.75;}
	.minus5 div.shift-right {margin-right: -10vw;}
	.minus10 div.shift-right {margin-right: -10vw;}
	.minus10 div.shift-right5 {margin-right: -5vw;}
	.minus10 div.shift-left {margin-left: -10vw;}
	.minus5 div.shift-left {margin-left: -10vw;}
	.minus10 div.shift-left5 {margin-left: -5vw;}
	.minus10 div.rel-image {position: relative;}
	.sizedup {width: 45vw;}
	.faq-sizedup {width: 50vw;}
	
	.flexrow div.two-thirds-side:first-child, .flexrow div.moduleside:first-child { padding-right: 30px;}
	.flexrow div.two-thirds-side:last-child, .flexrow div.moduleside:last-child { padding-left: 30px;}
	
	.flexrow > .two-thirds-side { flex: 2;}
	.flexrow > div { order: 2; }
	
	.rte-height /*ready to enroll accordian*/ {min-height: 28.35vw;}
	.faq-height /*FAQ accordian*/ {min-height: 54vw;}
	
	.minus10, .platform-content .moduletable.minus10  {  margin: 0 calc(-10vw - 20px); }
	.minus5, .platform-content .moduletable.minus5  {  margin: 0 calc(-5vw - 20px); }
	.minus2-5, .platform-content .moduletable.minus5  {  margin: 0 calc(-2.5vw - 20px); }
	.plus10, .platform-content .moduletable.plus10 {  margin: 0 10vw; }
	.plus5, .platform-content .moduletable.plus5 {  margin: 0 5vw; }
	.shiftimageleft5 {margin-left: -5vw;}
	.shiftimageleft2 {margin-left: -2vw;}
	.shiftimageright5 {margin-right: -5vw;}
	.halo-sunburst {margin-bottom: -6vw; margin-top: -4.5vw; }
	.sunburst-btmleft {margin-bottom: -6vw; margin-top: -2vw; margin-left: -8vw;}
	.sunburst-btmright {margin-bottom: -7vw; margin-top: -9vw; margin-left: 30vw; z-index: 10; position: relative;}
	.sunburst-topright {margin-bottom: -12vw; margin-top: -4vw; margin-left: 34vw; z-index: 10; position: relative;}
	.ep-sunburst {margin-bottom: -6vw; margin-top: 23vw; margin-left: -17.5vw; z-index: 10; position: relative;}
	.c40-sunburst {margin-bottom: -10vw; margin-top: 0vw; margin-left: 45vw; z-index: 10; position: relative;}
	.rule-sunburst {margin-bottom: -18vw; margin-top: 0; margin-left: 20vw; margin-right: 0; z-index: 10; position: relative;}
	
}

.fullwidthpic { width: 100%;}
img.fullwidth { width: 100%;}

.faq-page .accordian-wrapper  .g-content-array > .g-grid > .g-block > .g-content {
	padding: 0.5rem !important;
}


@media only screen and (max-width: 50.99rem) {
	
	.carmel-formation #g-mainbar {
		padding: 5% 5% 2% 5% !important;
	}
	.flextable.spacedcells > div {
        padding: 20px;
    }
	.flextable.spacedcells > div:last-child {
		padding-right: 20px;
}
	
	.flexrow { flex-direction: column; }
	#g-container-main {
        margin: 0;
        padding: 0;
    }
	#g-mainbar {
        padding: 0;
    }
	.mobilepaddingright #g-mainbar {
        padding: 0 5% 0 2%;
    } 
	 
    .plus10, .platform-content .moduletable.plus10 {padding: 0 calc(1vw + 10px);}
    .minus10, .platform-content .moduletable.minus10   {margin: 0 calc(0 - 0px);}
	.plus5, .platform-content .moduletable.plus5 {padding: 0 calc(1vw + 5px);}
	.plus5mobile, .platform-content .moduletable.plus5mobile {padding: 0 calc(1vw + 5px);}
	.centeronmobile {align-items: center; text-align: center;}
	
	.flexrow div.shift-right {margin-right: -15vw; margin-left: -15vw;}
	.flexrow div.shift-left {margin-left: -15vw; margin-right: -15vw;}
	.flexrow div.fullwidthmobile { margin: -10vw -8vw 0 -7vw;}
	.flexrow div.margin10mobile { margin-right: 10px; margin-left: 10vw;}
	.flexrow div.margin5mobile {margin-right:5vw; margin-left: 5vw;}
	.minus10 div.margin5mobile {margin-right:5vw !important; margin-left: 5vw !important;}
	.flexrow > div { padding-bottom: 30px;}
	
	.rte-height /*ready to enroll accordian*/ { min-height: 48.35vw; padding: 0 10px;	}
	h4.rtebuffer {margin-left: 1.5rem; margin-right: 1.5rem;}
	p.rtebuffer {margin-left: 1.5rem; margin-right: 1.5rem;}
	
	img[style*="float: right"] {padding: 0;	}
	
	.torightedge-mobile { position: absolute; /*top: -20vw;*/ right: -10vw; }
	.moveintoabove-mobile {	position: absolute; top: 70vw; right: 8vw; }
	.halo-sunburst {margin-bottom: -23vw; margin-top: -18.5vw; }
	.ep-sunburst {margin-bottom: -65vw; margin-top: 12vw; margin-left: -17.5vw; margin-right: -13vw; z-index: 10; position: relative;}
	.c40-sunburst {margin-bottom: 0vw; margin-top: -200vw; margin-left: 60vw; margin-right: 0; z-index: 10; position: relative;}
	.rule-sunburst {margin-bottom: -19vw; margin-top: 0; margin-left: 48vw; margin-right: 0; z-index: 10; position: relative;}
	
	.order-second-mobile {order: 2; margin-top: 2rem;}
	.halfaboveflexbox {margin-top: -50vw !important; padding: 30px 10px  !important;}
	.halfaboveflexboxtopmargin {margin-top: 40vw;}
	.offtorightmobile {
		margin-right: -50vw !important;
        width: 125% !important;
        padding: 15px !important;
        margin-bottom: 5vw !important;
	}
	.offtorightmobilebottom {
		margin-right: -35vw !important;
        width: 115% !important;
        padding: 15px !important;
        margin-bottom: 5vw !important;
	    margin-top: -50vw !important;
	}
	.offtoleftmobile {
		margin-left: -35vw !important;
        width: 115% !important;
        padding: 15px !important;
        margin-bottom: 5vw !important;
        margin-top: -50vw !important;
	}
	.leftmobile{
		margin-left: -35vw !important;
        width: 115% !important;
        padding: 15px !important;
        margin-bottom: 5vw !important;
	}
	
}


p.csscode {background-color: #f7f7f7;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0.938rem; margin: 0 0 1.5rem;
	border-radius: 0.1875rem;
	font-family: "Menlo", "Monaco", monospace;
	clear: both;
} 
/*****************************************************/
/************SUBPAGES OVAL AND ROUND IMAGES WITH RINGS AND ARCS******************/
/************************.carmel-formation (page class)*****************************/
@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-mainbar {
        min-height: 30vh;
    }
	.site-1-sub .oval-image	{
		margin: 0;
        padding: 0;
        order: 2;
        width: 100%;
        border-top-left-radius: 100% clamp(1rem, 40vw, 25rem);
        border-top-right-radius: 100% clamp(1rem, 40vw, 25rem);
        border-bottom-left-radius: 100% clamp(1rem, 40vw, 25rem);
        border-bottom-right-radius: 100% clamp(1rem, 40vw, 25rem);
        aspect-ratio: 3/4.25;
        position: relative;
	}
	.site-1-sub .rainbow {
		margin: 0;
        padding: 20px;
        order: 2;
        width: 100%;
        border-top-left-radius: 100% clamp(1rem, 40vw, 34rem);
        border-top-right-radius: 100% clamp(1rem, 40vw, 34rem);
        aspect-ratio: 1/1;
        position: relative;
		border: 1px solid var(--secondary-color);
	}
	
	.site-1-sub .oval-image-ring	{
		margin: 0;
        padding: 20px;
        order: 2;
        width: 100%;
        border-top-left-radius: 100% clamp(1rem, 40vw, 34rem);
        border-top-right-radius: 100% clamp(1rem, 40vw, 34rem);
        border-bottom-left-radius: 100% clamp(1rem, 40vw, 34rem);
        border-bottom-right-radius: 100% clamp(1rem, 40vw, 34rem);
        aspect-ratio: 3/4.15;
        position: relative;
		border: 1px solid var(--secondary-color);
	}
	
	.site-1-sub .round-image	{
		margin: 0;
        padding: 0;
        order: 2;
        width: 100%;
		border-radius: 50%;
        aspect-ratio: 1/1;
        position: relative;
	}
	.site-1-sub .round-image-ring {
		margin: 0;
        padding: 20px;
        order: 2;
        width: 100%;
		border-radius: 50%;
        aspect-ratio: 1/1;
        position: relative;
		border: 1px solid var(--secondary-color);
	}
	
	.site-1-sub .round-image-arc {
		content: '';
		/*position: absolute;
        top: 1.5rem;
        left: 1.5rem;
        bottom: 0;
        right: 1.5rem;*/
        border-right: 1px solid var(--secondary-color);
        border-top: 1px solid var(--secondary-color);
        border-left: 1px solid var(--secondary-color);
        border-top-right-radius: 50% calc(50% - 15px);
		border-top-left-radius: 50% calc(50% - 15px);
		padding: 15px 15px 60px 15px;
	}

	
	
	.site-1-sub .zsunburst11:before {
		content: '';
        position: absolute;
        width: clamp(1rem, 9vw, 10rem);
        height: clamp(1rem, 9vw, 10rem);
        aspect-ratio: 1/1;
        background: url('/images/stories/template/sunburst-11.png') 50% 50% no-repeat;
        background-size: contain;
        bottom: 0;
        right: 0;
        transform: translate(22%, -24%);
        z-index: 1;
        pointer-events: none;
}
	.site-1-sub .oval-image .sunburst-32 img:after {
		content: '';
        position: absolute;
        width: clamp(1rem, 9vw, 10rem);
        height: clamp(1rem, 9vw, 10rem);
        aspect-ratio: 1/1;
        background: url('/images/stories/template/sunburst-32.png') 50% 50% no-repeat;
        background-size: contain;
        bottom: 0;
        right: 0;
        transform: translate(22%, -24%);
        z-index: 1;
        pointer-events: none;
	}*/
	.site-1-sub .oval-image .sunburst-11 img:after {
		content: '';
        position: absolute;
        width: clamp(1rem, 9vw, 10rem);
        height: clamp(1rem, 9vw, 10rem);
        aspect-ratio: 1/1;
        background: url('/images/stories/template/sunburst-11.png') 50% 50% no-repeat;
        background-size: contain;
        bottom: 0;
        right: 0;
        transform: translate(22%, -24%);
        z-index: 1;
        pointer-events: none;
	}
	
}

@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;
    }
	.site-1-sub .oval-image	{
		margin: 0;
        padding: 0;
        order: 2;
        width: 100%;
        border-top-left-radius: 100% clamp(1rem, 80vw, 34rem);
        border-top-right-radius: 100% clamp(1rem, 80vw, 34rem);
        border-bottom-left-radius: 100% clamp(1rem, 80vw, 34rem);
        border-bottom-right-radius: 100% clamp(1rem, 80vw, 34rem);
        aspect-ratio: 3/4.15;
        position: relative;
	}
	.site-1-sub .oval-image-ring	{
		margin: 0;
        padding: 15px;
        order: 2;
        width: 100%;
        border-top-left-radius: 100% clamp(1rem, 80vw, 34rem);
        border-top-right-radius: 100% clamp(1rem, 80vw, 34rem);
        border-bottom-left-radius: 100% clamp(1rem, 80vw, 34rem);
        border-bottom-right-radius: 100% clamp(1rem, 80vw, 34rem);
        aspect-ratio: 3/4.15;
        position: relative;
		border: 1px solid var(--secondary-color);
	}
	
	.site-1-sub .round-image	{
		margin: 0;
        padding: 0;
        order: 2;
        width: 100%;
		border-radius: 50%;
        aspect-ratio: 1/1;
        position: relative;
	}
	.site-1-sub .round-image-ring {
		margin: 0;
        padding: 20px;
        /*order: 2;*/
        width: 100%;
		border-radius: 50%;
        aspect-ratio: 1/1;
        position: relative;
		border: 1px solid var(--secondary-color);
	}
	.site-1-sub .round-image-arc {
		content: '';
		/*position: absolute;
        top: 1.5rem;
        left: 1.5rem;
        bottom: 0;
        right: 1.5rem;*/
        border-right: 1px solid var(--secondary-color);
        border-top: 1px solid var(--secondary-color);
        border-left: 1px solid var(--secondary-color);
        border-top-right-radius: 50% calc(50% - 15px);
		border-top-left-radius: 50% calc(50% - 15px);
		padding: 15px 15px 60px 15px;
	}
	
}



@media only screen and (min-width: 50.99rem) {
	.grid-articles .g-array-item {
		gap: 0.25vw;
	}
    .quote-container {
        max-width: 55%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: relative;
        overflow: hidden;
        padding-top: clamp(1rem, 20vw, 6rem);
        padding-bottom: clamp(1rem, 10vw, 1rem);
    }
    .quote-container:before {
        content: '';
        border: 1px solid var(--secondary-color);
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        aspect-ratio: 1/1;
        pointer-events: none;
    }
    .quote-container:after {
        content: '';
        border: 1px solid var(--secondary-color);
        border-radius: 100%;
        position: absolute;
        top: 5%;
        left: 2.5%;
        right: 2.5%;
        height: auto;
        width: 95%;
        aspect-ratio: 1/1;
        pointer-events: none;
    }
    .quote-container h1 {
        margin: 0;
        padding: 0;
        font-size: clamp(1rem, 1.5vw, 1.75rem);
        line-height: 1.3;
        text-align: center;
        font-weight: 300;
        text-transform: uppercase;
        font-variant-caps: normal;
        transform: translateY(-70%);
    }
	.carmel-formation .grid-articles .g-array-item-read-more a.button {
		background: transparent;
	}
	.carmel-formation .grid-title-style-1-primary .g-array-item-title {
		background: rgba(0,0,0,.25) !important;
	}
	.carmel-formation .grid-title-style-1-primary .g-content-array > .g.grid:hover .g-array-item-title {
		background: rgba(0,0,0,.5) !important;
	}
	
	
}
.carmel-formation table, .carmel-formation td {
	border: 1px solid transparent;
}

@media only screen and (max-width: 50.99rem) {
	.grid-articles .g-array-item {
		gap: 0.1rem;
	}
    .quote-container {
        max-width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: relative;
        overflow: hidden;
        padding-top: clamp(1rem, 20vw, 8rem);
        padding-bottom: clamp(1rem, 10vw, 2rem);
    }
    .quote-container:before {
        content: '';
        border: 1px solid var(--secondary-color);
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        aspect-ratio: 1/1;
        pointer-events: none;
    }
    .quote-container:after {
        content: '';
        border: 1px solid var(--secondary-color);
        border-radius: 100%;
        position: absolute;
        top: 5%;
        left: 2.5%;
        right: 2.5%;
        height: auto;
        width: 95%;
        aspect-ratio: 1/1;
        pointer-events: none;
    }
    .quote-container h1 {
        margin: 0;
        padding: 0;
        font-size: clamp(1rem, 1.5vw, 1.75rem);
        line-height: 1.3;
        font-family: var(--title-font-family);
        text-align: center;
        font-weight: 300;
        text-transform: uppercase;
        font-variant-caps: normal;
        transform: translateY(-40%);
    }
	.carmel-formation .grid-articles .g-array-item-read-more a.button {
		background: transparent;
	}
	.carmel-formation .grid-title-style-1-primary .g-array-item-title {
		background: rgba(0,0,0,.25) !important;
	}
	.carmel-formation .grid-title-style-1-primary .g-content-array > .g.grid:hover .g-array-item-title {
		background: rgba(0,0,0,.5) !important;
	}
}

    .grid-articles .g-item-title a {font-family: var(--body-font-family);}


/************************************************************/
/************CGS Swiper like carmelite-california************/
/************************************************************/
@media only screen and (min-width: 50.99rem) {
    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide {
        display: flex;
        flex-direction: row;
    }
    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide > img {
        order: 1;
        flex: 1;
        width: 100%;
        height: 100%;
        max-width: 50%;
        object-position: center;
        object-fit: cover;
    }
    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide {
        order: 2;
        flex: 1;
        position: unset;
        width: 100%;
        height: 100%;
        max-width: 50%;
        background: var(--tertiary-color)!important;
    }

    .hp-midpage-swiper #swiper-1182 .slide, .hp-midpage-swiper #swiper-1182-thumbs .swiper-slide:before {
        background-color: var(--tertiary-color)!important;
    }

    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        padding: clamp(1rem, 6vw, 7rem);
    }
  /*  .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content:before {
        content: '';
        background: url('/images/template/icons/sunbursts-30.png') 50% 50% no-repeat;
        background-size: contain;
        height: 8vw;
        width: 8vw;
    }
*/
    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
        margin: 0;
        padding: 0;
    }
    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text p {
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
        color: var(--default-white);
        line-height: 1.5;
        font-size: clamp(1rem, 1.45vw, 1.8rem);
        font-weight: 350;
    }
	    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text h4 {
			color: white;
		}

    .hp-midpage-swiper #module-swiper-1182-particle .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text p {
        font-size: min(2vw, 1.2rem);
    }
    

    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .button {
        margin: 0;
        padding: clamp(.5rem, 1vw, 1.25rem) clamp(1rem, 2vw, 2.5rem);
        background: none;
        border: 1px solid var(--default-white);
        color: var(--default-white);
        font-size: clamp(1rem, 1.25vw, 1.5rem);
        border-top-left-radius: clamp(.5rem, 2.5vw, 3rem) 100%;
        border-bottom-left-radius: clamp(.5rem, 2.5vw, 3rem) 100%;
        border-top-right-radius: clamp(.5rem, 2.5vw, 3rem) 100%;
        border-bottom-right-radius: clamp(.5rem, 2.5vw, 3rem) 100%;
        font-family: var(--body-font-family);
        /*text-transform: uppercase;*/
        font-weight: 300;
        letter-spacing: 2px;
    }

    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .button:hover {
        background: var(--secondary-color);
    }
}

@media only screen and (max-width: 50.99rem) {
    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide {
        display: flex;
        flex-direction: column;
    }
    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide > img {
        order: 1;
        flex: 1;
        width: 100%;
        height: 100%;
        max-height: 50%;
        object-position: center;
        object-fit: cover;
    }
    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide {
        order: 2;
        flex: 1;
        position: unset;
        width: 100%;
        height: 100%;
        max-height: 50%;
        background: var(--tertiary-color)!important;
    }

    .hp-midpage-swiper #swiper-1182 .slide, .hp-midpage-swiper #swiper-1182-thumbs .swiper-slide:before {
        background-color: var(--tertiary-color)!important;
    }

    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        padding: clamp(1rem, 6vw, 7rem);
    }
  /*  .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content:before {
        content: '';
        background: url('/images/template/icons/sunbursts-30.png') 50% 50% no-repeat;
        background-size: contain;
        height: 23vw;
        width: 23vw;
    }*/
    .hp-midpage-swiper #module-swiper-1182-particle .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content:before {
        display: none!important;
    }
    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
        margin: 0;
        padding: 0;
    }
    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text p {
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
        color: var(--default-white);
        line-height: 1.5;
        font-size: clamp(1rem, 1.45vw, 1.8rem);
        font-weight: 350;
    }
    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text h4 {
			color: white;
		}

    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .button {
        margin: 0;
        padding: 1rem 2rem;
        background: none;
        border: 1px solid var(--default-white);
        color: var(--default-white);
        font-size: clamp(1rem, 1.25vw, 1.5rem);
        border-radius: 1rem / 50%;
        font-family: var(--body-font-family);
        /*text-transform: uppercase;*/
        font-weight: 300;
        letter-spacing: 2px;
    }
    /*.hp-midpage-swiper #module-swiper-1182-particle .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .button {
        display: none!important;
    }*/
    .hp-midpage-swiper .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .button:hover {
        background: var(--secondary-color);
    }
}

@media only screen and (min-width: 50.99rem) {
    #hpSwiperControls {
        display: flex;
        flex-direction: row;
        gap: clamp(1rem, 2vw, 2rem);
        justify-content: center;
        align-items: center;
    }

    #hpSwiperButtonLeft .fa:before {
        content: '\2190';
    }
    #hpSwiperButtonRight .fa:before {
        content: '\2192';
    }

    .hp-swiper-button {
        color: var(--primary-color);
        font-size: 1rem;
        line-height: 0!important;
        font-family: var(--title-font-family);
    }
    .hp-swiper-button:hover {
        cursor: pointer;
    }
    .hp-swiper-button .fa {
        transform: translateY(-20%);
    }

    .hp-swiper-pagination .swiper-pagination-bullets {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: center;
    }
    .hp-swiper-pagination .swiper-pagination-bullet {
        height: .75rem;
        width: .75rem;
        background: transparent;
        border: 2px solid var(--primary-color);
    }
    .hp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--primary-color-3);
        height: 1rem;
        width: 1rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    #hpSwiperControls {
        display: flex;
        flex-direction: row;
        gap: clamp(1rem, 2vw, 2rem);
        justify-content: center;
        align-items: center;
    }

    #hpSwiperButtonLeft .fa:before {
        content: '\2190';
    }
    #hpSwiperButtonRight .fa:before {
        content: '\2192';
    }

    .hp-swiper-button {
        color: var(--primary-color);
        font-size: 1rem;
        line-height: 0!important;
        font-family: var(--title-font-family);
    }
    .hp-swiper-button:hover {
        cursor: pointer;
    }
    .hp-swiper-button .fa {
        transform: translateY(-20%);
    }

    .hp-swiper-pagination .swiper-pagination-bullets {
        display: flex!important;
        flex-direction: row;
        gap: 1rem;
        align-items: center;
    }
    .hp-swiper-pagination .swiper-pagination-bullet {
        height: 1.25rem;
        width: 1.25rem;
        background: transparent;
        border: 2px solid var(--primary-color);
    }
    .hp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--primary-color);
        height: 1.5rem;
        width: 1.5rem;
    }

}