/* **********************************************************
 * SECTION COLUMN STYLES
 * ******************************************************** */
 

/* *****************************
 * SEARCH BAR ROW - like on Blog, Blog Category, Shop
 * *************************** */
.search-col, 
.search-col .site-search,
.search-col .jet-search, 
.search-col .jet-ajax-search,
.search-col .jet-ajax-search__form,
.view-all-col,
.btn-archive-view-all a {
    height: 100% !important;
    width: 100%;	
}
.btn-archive-view-all .elementor-button-wrapper,
.btn-archive-view-all .ha-creative-btn-wrap {
	display: flex;
    width: 100%;
}

.search-col .guide-search,
.search-col .guide-search .jet-search, 
.search-col .guide-search .jet-ajax-search,
.search-col .guide-search .jet-ajax-search__form {
	height: 100% !important;
}

/* @media (max-width: 1024px) {
	
	.search-col .guide-search,
	.search-col .guide-search .jet-search, 
	.search-col .guide-search .jet-ajax-search,
	.search-col .guide-search .jet-ajax-search__form {
		height: auto !important;
	}
	
} */


/* *****************************
 * PARALLAX SECTION BACKGROUND
 * *************************** */
.section-bg-parallax {
	/* Adjust the Effect */
    transform: translateZ(-1px) scale(1.15); 
    background-position: center !important;
    position: absolute;
}

/* *****************************
 * WHAT WE DO SECTION
 * *************************** */
.wwd-section .wwd-outer {
	min-height: 26rem !important;	
}

.wwd-section .wwd-outer .wwd-inner {
	position: relative;
	overflow: hidden;
	min-height: inherit;
	height: 100%;
	border-radius: 2rem;
}

.wwd-section .wwd-outer .wwd-inner .wwd-title {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 3rem;
	opacity: 1;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	z-index: 2
}

.wwd-section .wwd-outer .wwd-inner .wwd-img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 101%;
	width: 101%;
	transform: translate(-50%, -50%) scale(1);
	background-size: cover;
	background-position: center center;
	z-index: 0;
	transition: all 1s ease-in-out;
}

.wwd-section .wwd-outer .wwd-inner .wwd-text {
	background-color: #000;
	color: #fff;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 2;
}

@media (max-width: 1200px) {
	
	.wwd-section .wwd-outer {
		min-height: 32rem !important;	
	}
	
}

.wwd-section .wwd-outer .wwd-img:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
	background-color: #000000A2;
	mix-blend-mode: multiply;
	z-index: 0;
	transition: all 0.3s ease;
}

.wwd-section .wwd-outer:hover .wwd-inner .wwd-title {
	left: 0;
	opacity: 0;
}

.wwd-section .wwd-outer:hover .wwd-inner .wwd-text {
	opacity: 1;
}

.wwd-section .wwd-outer:hover .wwd-inner .wwd-img {
	transform: translate(-50%, -50%) scale(1.1);
}

.wwd-section .wwd-outer.wwd-outer-red .wwd-inner .wwd-img:before {
	background-color: #98392DA2;
}

.wwd-section .wwd-outer.wwd-outer-red .wwd-inner .wwd-text {
	background-color: #98392D;
}

.wwd-section .wwd-outer.wwd-outer-green .wwd-inner .wwd-img:before {
	background-color: #B2B46BA2;
}

.wwd-section .wwd-outer.wwd-outer-green .wwd-inner .wwd-text {
	background-color: #B2B46B;
}

.wwd-section .wwd-outer.wwd-outer-purple .wwd-inner .wwd-img:before {
	background-color: #635564A2;
}

.wwd-section .wwd-outer.wwd-outer-purple .wwd-inner .wwd-text {
	background-color: #635564;
}

.wwd-section .wwd-outer.wwd-outer-orange .wwd-inner .wwd-img:before {
	background-color: #EBA03AA2;
}

.wwd-section .wwd-outer.wwd-outer-orange .wwd-inner .wwd-text {
	background-color: #EBA03A;
}

.wwd-section .wwd-outer.wwd-outer-blue .wwd-inner .wwd-img:before {
	background-color: #67848CA2;
}

.wwd-section .wwd-outer.wwd-outer-blue .wwd-inner .wwd-text {
	background-color: #67848C;
}

@media (max-width: 1024px) {
	
	.wwd-section .wwd-outer {
		min-height: 36rem !important;	
	}
	
	.wwd-section .wwd-outer .wwd-inner .wwd-text {
		opacity: 1;
		width: 80% !important;
	}
	
	.wwd-section .wwd-outer .wwd-inner .wwd-text {
		background-color: #000000E0;
	}
	
	.wwd-section .wwd-outer.wwd-outer-red .wwd-inner .wwd-text {
		background-color: #98392DE0;
	}
	
	.wwd-section .wwd-outer.wwd-outer-green .wwd-inner .wwd-text {
		background-color: #B2B46BE0;
	}
	
	.wwd-section .wwd-outer.wwd-outer-purple .wwd-inner .wwd-text {
		background-color: #635564E0;
	}
	
	.wwd-section .wwd-outer.wwd-outer-orange .wwd-inner .wwd-text {
		background-color: #EBA03AE0;
	}
	
	.wwd-section .wwd-outer.wwd-outer-blue .wwd-inner .wwd-text {
		background-color: #67848CE0;
	}
	
	.wwd-section .wwd-outer .wwd-inner .wwd-title {
		display: none;
	}
	
}

/
/* *****************************
 * LATEST NEWS
 * *************************** */
.home-news {
	position: relative;
}

.home-news .ln-background {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 50rem;
	width: 100%;
}

.home-news-row .post-outer .post-image-wrap {
	position: relative;
	overflow: hidden;
}

.home-news-row .post-outer .post-image-wrap .post-image-inner {
	min-height: inherit;
	height: 100%;
	width: 100%;
}

.home-news .home-news-row .post-outer .post-image-wrap {
	position: relative;
}


.home-news .home-news-row .post-outer .post-image-wrap:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
	background: linear-gradient(0deg,rgba(235, 160, 58, 1) 0%, rgba(235, 160, 58, 0) 70%);
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
}

.home-news .home-news-row .post-outer:hover .post-image-wrap:before {
	opacity: 1;
}

.home-help {
	position: relative;
	overflow: hidden !important;
}

.home-help .home-help-bg {
	position: absolute;
	height: 101%;
	width: 101%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: grayscale(1);
}

/* .home-news .ln-background:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
	background-color: 
}
 */

/* *****************************
 * STAFF
 * *************************** */

.staff-sect .staff-row .tm-outer .tm-image-wrap {
	position: relative;
	overflow: hidden;
}

.staff-sect .staff-row .tm-outer {
	min-height: 35rem !important;
}

.staff-sect .staff-row .tm-outer .tm-inner {
	min-height: inherit;
	height: 100%;
}

.staff-sect .staff-row .tm-outer .tm-inner .tm-inner-bio-btn {
	transition: all 0.3s ease;
}

.staff-sect .staff-row .tm-outer .tm-inner .ha-modal-inner .ha-modal-inner-content h5{
	font-weight: 500 !important;
}

.staff-sect .staff-row .tm-outer .tm-image-wrap .tm-image-inner {
	min-height: inherit;
	height: 100%;
	width: 100%;
}

.staff-sect .staff-row .tm-outer .tm-image-wrap {
	position: relative;
}


.staff-sect .staff-row .tm-outer .tm-image-wrap:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
	background: linear-gradient(0deg,rgba(235, 160, 58, 1) 0%, rgba(235, 160, 58, 0) 70%);
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
	
	.staff-sect .staff-row .tm-outer .tm-inner .tm-inner-bio-btn .ha-modal-animation {
		width: 100% !important;
	}
	
}

/* CARD HOVER */

/* .staff-sect .staff-row .tm-outer:hover .tm-image-wrap:before {
	opacity: 1;
} */

.home-help {
	position: relative;
	overflow: hidden !important;
}

.home-help .home-help-bg {
	position: absolute;
	height: 101%;
	width: 101%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: grayscale(100) brightness(0.5);
}

.home-help .home-help-overlay {
	position: absolute;
	height: 101%;
	width: 101%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
/* 	background: linear-gradient(270deg, rgba(99, 85, 100, 1) 0%, rgba(103, 132, 140, 1) 25%, rgba(178, 180, 107, 1) 50%, rgba(235, 160, 58, 1) 75%, rgba(152, 57, 45, 1) 100%); */
	background-color: #635564;
	mix-blend-mode: multiply;
}

/* *****************************
 * BOARD
 * *************************** */
.board-sect .board-row .tm-outer .tm-image-wrap {
	position: relative;
	overflow: hidden;
}

.board-sect .board-row .tm-outer {
	min-height: 35rem !important;
}

.board-sect .board-row .tm-outer .tm-inner {
	min-height: inherit;
	height: 100%;
}

.board-sect .board-row .tm-outer .tm-image-wrap .tm-image-inner {
	min-height: inherit;
	height: 100%;
	width: 100%;
}

.board-sect .board-row .tm-outer .tm-image-wrap {
	position: relative;
}


.board-sect .board-row .tm-outer .tm-image-wrap:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
	background: linear-gradient(0deg,rgba(235, 160, 58, 1) 0%, rgba(235, 160, 58, 0) 70%);
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
}

/* CARD HOVER */

/* .board-sect .board-row .tm-outer:hover .tm-image-wrap:before {
	opacity: 1;
} */

/* *****************************
 * FIXED BACKGROUND - OVERRIDE SO ALSO FIXED ON MOBILE
 * Add the class bg-fixed to the section - adjust as needed
 * *************************** */
.bg-fixed,
.bg-fixed .elementor-background-overlay,
.bg-fixed:before {
    background-attachment: fixed !important;
    transform: translateZ(1);
}
.ios .bg-fixed,
.ios .bg-fixed .elementor-background-overlay,
.ios .bg-fixed:before {
    background-attachment: scroll !important;
    transform: translateZ(0); /* This can help with rendering */
}
html:not(.ios) .bg-fixed,
html:not(.ios) .bg-fixed .elementor-background-overlay,
html:not(.ios) .bg-fixed:before {
    background-attachment: fixed !important;
}
@media (max-width: 1040px) {
	.mac .bg-fixed,
	.mac .bg-fixed .elementor-background-overlay,
	.mac .bg-fixed:before,
	.ios .bg-fixed,
	.ios .bg-fixed .elementor-background-overlay,
	.ios .bg-fixed:before {
		background-attachment: scroll !important;
		transform: translateZ(0);
		background-size: conver !important;
		background-repeat: no-repeat !important;
	}
}


/* ******************************
 * FIXED BACKGROUND - APPLE LANDSCAPE TWEAK
 * *************************** */
/* SAFARI */
@media only screen and (orientation: landscape) {
    .e--ua-appleWebkit.e--ua-safari .elementor-element.e-con::before {
        background-attachment: intial !important;
    }
}

/* OTHERS */
@media only screen and (orientation: landscape) {
    .e--ua-appleWebkit .elementor-element.e-con::before {
       background-attachment: initial !important;
    }
}


/* *****************************
 * COLUMN GRADIENT - use col-hover and colorX class on the column and change colors below, can add extra classes for different columns w/different colors
 e.g. Z Demo Content Page Custom Hover Image Boxes
 * *************************** */
.col-hover .elementor-widget-wrap.elementor-element-populated {
    background-color: transparent !important;
    background-image: none !important;
	overflow: hidden;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:before,
.col-hover .elementor-widget-wrap.elementor-element-populated:after {
	content: "";
    display: block;
    position: absolute;
	margin: 1px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    width: auto;
    height: auto;
	z-index: -1;	
	transition: all .5s ease-out;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:before {
    z-index: -1;
	opacity: 1;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:after {
    z-index: -1;
	opacity: 0;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:hover:before {
	opacity: 0;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:hover:after {
	 opacity: 1;
}
.col-hover.color1 .elementor-widget-wrap.elementor-element-populated:before {
	background-color: #99000050;
    background-image: linear-gradient(180deg, #fff 0%, #99000022 100%);
}
.col-hover.color1 .elementor-widget-wrap.elementor-element-populated:after {
	background-color: #99000050;
    background-image: linear-gradient(180deg, #99000022 0%, #fff 100%);	
}
.col-hover.color2 .elementor-widget-wrap.elementor-element-populated:before {
	background-color: #aaaaaa50;
    background-image: linear-gradient(180deg, #fff 0%, #aaaaaa22 100%);
}
.col-hover.color2 .elementor-widget-wrap.elementor-element-populated:after {
	background-color: #aaaaaa50;
    background-image: linear-gradient(180deg, #aaaaaa22 0%, #fff 100%);	
}


/* *****************************
 * FOR SECTIONS WITH 2 COLS - 1 FULL WIDTH 1 BOXED WIDTH - on Z Demo Content Pg
 * IMPORTANT!!! Change WIDTH BELOW to the TO THE MAX-WIDTH REM ADDED ABOVE in Site Settings > Layout
 * *************************** */
.full-container-boxed-col,
.alt-cols-full-boxed .boxed-col {
	max-width: calc(101.25rem / 2); /* set site boxed width & divide by 2 */
}

@media (max-width: 1024px){
	.full-container-boxed-col,
	.alt-cols-full-boxed .boxed-col {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
}


/* *****************************
 * SECTION CONTENT COLUMNS with INNER SECTION with PADDED COLUMNS 
   e.g. Z Demo Content Page - Services We Offer Cols
 * *************************** */
.section-content-cols.elementor-section.elementor-section-boxed > .elementor-container,
.section-content-cols.elementor-section.elementor-section-boxed > .elementor-container .inner-section-padded-cols .elementor-container {
	max-width: 77rem !important;
}
.inner-section-padded-cols {
    margin-left: -1rem; 
    margin-right: -1rem;	
}

@media (min-width: 1024px) {
	/* Equal Height */
	.section-content-cols .elementor-column.content-col {
		height: 100% !important;
	}
	.section-content-cols .elementor-inner-section .elementor-column-wrap {
		height: 100%;
		flex-direction: column;
	}
	.section-content-cols .inner-section-padded-cols .elementor-widget-wrap {
		height: 100%;
		flex-direction: column;
	}
	.section-content-cols .elementor-widget-icon {
	    margin-top: auto !important;
		padding: 1rem;
	}
}

@media (max-width: 1024px) {
	/* CONTENT COLUMNS */
	.section-content-cols .content-col.last {
		margin: 0 auto;
	}
}


/* *****************************
 * SECTION 3 COL INSET SHADOWS - like Contact
 * *************************** */
.section-3-cols .col1 {
    border-left: 0px solid #333 !important;
    border-right: 1px solid #000 !important; 
}
.section-3-cols .col2 {
    border-left: 1px solid #333 !important;
    border-right: 1px solid #000 !important;    
}
.section-3-cols .col3 {
    border-left: 1px solid #333 !important;
    border-right: 0px solid #000 !important;
}

@media (max-width:768px) {
    .section-3-cols .col1 {
        border-left: 0px solid #444 !important;
        border-right: 0px solid #000 !important; 
        border-top: 1px solid #444 !important; 
        border-bottom: 1px solid #000 !important;         
    }
    .section-3-cols .col2 {
        border-left: 0px solid #444 !important;
        border-right: 0px solid #000 !important;
        border-top: 1px solid #444 !important;        
        border-bottom: 1px solid #000 !important;        
    }
    .section-3-cols .col3 {
        border-left: 0px solid #444 !important;
        border-right: 0px solid #000 !important;  
        border-top: 1px solid #444 !important;         
    }   
}


/* *****************************
 * WHO WE ARE
 * *************************** */
.wwa-one .wwa-row .wwa-item {
	min-height: 30rem !important;
}

.wwa-one .wwa-row .wwa-item .wwa-item-inner {
	min-height: inherit !important;
	border-radius: 2rem;
}

.wwa-one .wwa-row .wwa-item .wwa-item-inner .wwa-item-inner-ring {
	min-height: inherit !important;
	border-radius: 1.5rem;
}

@media (max-width: 768px) {
	
	.wwa-one .wwa-row .wwa-item {
		width: 100% !important;
	}
	
}

/* *****************************
 * WHO WE ARE TWO
 * *************************** */
.wwa-two {
	position: relative;
}

.wwa-two .wwa-two-background {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 38rem;
	width: 100%;
}

.wwa-two-row .wwa-two-col-outer .wwa-two-col-image-wrap {
	position: relative;
	overflow: hidden;
}

.wwa-two-row .wwa-two-col-outer .wwa-two-col-image-wrap .wwa-two-col-image-inner {
	min-height: inherit;
	height: 100%;
	width: 100%;
}

.wwa-two .wwa-two-row .wwa-two-col-outer .wwa-two-col-image-wrap {
	position: relative;
}

.wwa-two .wwa-two-row .wwa-two-col-outer .wwa-two-col-wrap:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
	background: linear-gradient(0deg,rgba(235, 160, 58, 1) 0%, rgba(235, 160, 58, 0) 70%);
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
}

.wwa-two .wwa-two-row .wwa-two-col-outer:hover .wwa-two-col-image-wrap:before {
	opacity: 1;
}

.wwa-banner {
	background: linear-gradient(270deg, rgba(99, 85, 100, 1) 0%, rgba(103, 132, 140, 1) 25%, rgba(178, 180, 107, 1) 50%, rgba(235, 160, 58, 1) 75%, rgba(152, 57, 45, 1) 100%);
}

.history-4 .history-4-row .history-4-images .img-1-outer {
	min-height: 30rem;
	width: 50%;
}


.history-4 .history-4-row .history-4-images .img-1-outer .img-1-inner {
	min-height: inherit;
	height: 100%;
	width: 100%;
}


.history-4 .history-4-row .history-4-images .img-2-outer {
	min-height: 30rem;
	width: 50%;
}


.history-4 .history-4-row .history-4-images .img-2-outer .img-2-inner {
	min-height: inherit;
	height: 100%;
	width: 100%;
}

.history-4 .history-4-row .history-4-images .img-3-outer {
	min-height: 30rem;
	width: 100%;
}


.history-4 .history-4-row .history-4-images .img-3-outer .img-3-inner {
	min-height: inherit;
	height: 100%;
	width: 100%;
}

@media (max-width: 576px) {
	
	.history-4 .history-4-row .history-4-images .img-1-outer {
		min-height: 30rem;
		width: 100%;
	}
	
	.history-4 .history-4-row .history-4-images .img-2-outer {
	min-height: 30rem;
	width: 100%;
}


}


/* *****************************
 * EDU PROGRAMS
 * *************************** */
.edu-pro-sect-2 .school-cards-row .school-card {
	min-height: 26rem;
}

.edu-pro-sect-2 .school-cards-row .school-card .sc-inner {
	min-height: inherit;
	height: 100%;
}

.edu-pro-sect-2 .school-cards-row .school-card .sc-inner .sc-content .sc-badge {
	width: fit-content !important;
}

@media (max-width: 1024px) {
	
	.edu-pro-sect-2 .school-cards-row .school-card .sc-inner .sc-image {
		min-height: 24rem;
		width: 100% !important;
	}
	
	.edu-pro-sect-2 .school-cards-row .school-card .sc-inner .sc-content {
		width: 100% !important;
	}
	
	.edu-programs-one .text-side {
		width: 100% !important; 
	}
	
}

.edu-steps .edu-row .edu-item {
	min-height: 32rem !important;
}

.edu-steps .edu-row .edu-item .edu-item-inner {
	min-height: inherit !important;
	height: 100% !important;
	border-radius: 2rem
}

.edu-steps .edu-row .edu-item .edu-item-inner .edu-item-inner-ring {
	min-height: inherit !important;
	height: 100% !important;
	border-radius: 1.5rem;
}


/* *****************************
 * HOUSING NETWORK
 * *************************** */
.hn-two {
	position: relative;
}

.hn-two .hn-two-background {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 48rem;
	width: 100%;
}

.hn-two-row .hn-two-col-outer .hn-two-col-image-wrap {
	position: relative;
	overflow: hidden;
}

.hn-two-row .hn-two-col-outer .hn-two-col-image-wrap .hn-two-col-image-inner {
	min-height: inherit;
	height: 100%;
	width: 100%;
}

.hn-two .hn-two-row .hn-two-col-outer .hn-two-col-image-wrap {
	position: relative;
}

.hn-two .hn-two-row .hn-two-col-outer .hn-two-col-wrap:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
	background: linear-gradient(0deg,rgba(235, 160, 58, 1) 0%, rgba(235, 160, 58, 0) 70%);
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
}

.hn-two .hn-two-row .hn-two-col-outer:hover .hn-two-col-image-wrap:before {
	opacity: 1;
}

@media (max-width: 576px) {
	.hn-two .hn-two-background {
		height: 62rem;
	}
}

.editor-links-orange a {
	color: #EBA03A !important;
}

.editor-links-purple a {
	color: #635564 !important;
}

.editor-links-blue a {
	color: #67848C !important;
}

.editor-links-green a {
	color: #B2B46B !important;
}


/* *****************************
 * TPCC SECTION FIVE (BOTTOM ROW)
 * *************************** */
.tpcc-five {
	position: relative;
}

.tpcc-five .tpcc-five-background {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 43rem;
	width: 100%;
}

.tpcc-five-row .tpcc-five-col-outer .tpcc-five-col-image-wrap {
	position: relative;
	overflow: hidden;
}

.tpcc-five-row .tpcc-five-col-outer .tpcc-five-col-image-wrap .tpcc-five-col-image-inner {
	min-height: inherit;
	height: 100%;
	width: 100%;
}

.tpcc-five .tpcc-five-row .tpcc-five-col-outer .tpcc-five-col-image-wrap {
	position: relative;
}

.tpcc-five .tpcc-five-row .tpcc-five-col-outer .tpcc-five-col-wrap:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
	background: linear-gradient(0deg,rgba(235, 160, 58, 1) 0%, rgba(235, 160, 58, 0) 70%);
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
}

.tpcc-five .tpcc-five-row .tpcc-five-col-outer:hover .tpcc-five-col-image-wrap:before {
	opacity: 1;
}

@media (max-width: 576px) {
	
	.tpcc-five .tpcc-five-background {
		height: 50rem;
	}

	
}

/* *****************************
 * PROGRAMS
 * *************************** */
.t-prog-one .t-prog-one-row .t-prog-one-item {
	min-height: 32rem !important;
}

.t-prog-one .t-prog-one-row .t-prog-one-item .t-prog-one-item-inner {
	min-height: inherit !important;
	height: 100%;
	border-radius: 2rem;
}

.t-prog-one .t-prog-one-row .t-prog-one-item .t-prog-one-item-inner .t-prog-one-item-inner-ring {
	min-height: inherit !important;
	height: 100%;
	border-radius: 1.5rem;
}


.partners .partners-carousel .ha-logo-carousel-item {
	height: 18rem !important;
}

.partners .partners-carousel.ha-logo-carousel .ha-logo-carousel-item img {
	height: 100% !important;
	width: 100% !important;
	object-fit: contain !important;
}


.platinum-logos .ha-logo-grid {
	width: 70%;
}

.gold-logos .ha-logo-grid {
	width: 60%;
}

.ha-logo-grid-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.ha-logo-grid-wrapper .ha-logo-grid-item {
	padding: 0.5rem;
	border: 0 !important;
	margin: 0 !important;
	height: 10rem;
}

.ha-logo-grid-wrapper .ha-logo-grid-item .ha-logo-grid-figure {
	border: 1px solid #ddd;
	border-radius: 1rem;
	padding: 1rem;
}

.ha-logo-grid-wrapper .ha-logo-grid-item .ha-logo-grid-figure .ha-logo-grid-img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	min-height: 7rem;
	background-color: #fff;
}

@media (max-width: 1024px) {
	
	.platinum-logos .ha-logo-grid {
		width: 100%;
	}

	.gold-logos .ha-logo-grid {
		width: 100%;
	}
	
}

/* *****************************
 * DONATE
 * *************************** */
.donate .donate-row .donate-item {
	min-height: 32rem !important;
}

.donate .donate-row .donate-item .donate-item-inner {
	min-height: inherit !important;
	border-radius: 2rem;
}

.donate .donate-row .donate-item .donate-item-inner .donate-item-inner-ring {
	min-height: inherit !important;
	border-radius: 1.5rem;
}

/* *****************************
 * PLC
 * *************************** */
.plc .plc-row .plc-item {
	min-height: 32rem !important;
}

.plc .plc-row .plc-item .plc-item-inner {
	min-height: inherit !important;
	border-radius: 2rem;
}

.plc .plc-row .plc-item .plc-item-inner .plc-item-inner-ring {
	min-height: inherit !important;
	border-radius: 1.5rem;
}

@media (max-width: 768px) {
	
	.plc .plc-row .plc-item {
		width: 100% !important;
	}
	
}

/* *****************************
 * NAV FORWARD
 * *************************** */
.nav-for {
	position: relative;
}

.nav-for .nav-for-background {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 53rem;
	width: 100%;
}

.nav-for .nav-for-background .nav-for-inner {
	height: 100%;
	width: 100%;
}

.nav-for-row .nav-for-col-outer .nav-for-col-image-wrap {
	position: relative;
	overflow: hidden;
}

.nav-for-row .nav-for-col-outer .nav-for-col-image-wrap .nav-for-col-image-inner {
	min-height: inherit;
	height: 100%;
	width: 100%;
}

.nav-for .nav-for-row .nav-for-col-outer .nav-for-col-image-wrap {
	position: relative;
}

.nav-for .nav-for-row .nav-for-col-outer .nav-for-col-wrap:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
	background: linear-gradient(0deg,rgba(235, 160, 58, 1) 0%, rgba(235, 160, 58, 0) 70%);
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
}

.nav-for .nav-for-row .nav-for-col-outer:hover .nav-for-col-image-wrap:before {
	opacity: 1;
}

.elementor-widget-container ul {
	text-align: left !important;
}

@media (max-width: 576px) {
	
	.nav-for .nav-for-background {
		height: 73rem;
	}
	
	.elementor-widget-container ul {
		padding-left: 1.3rem;
	}
	
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile {
	background-color: transparent !important;
}

.tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date-daynum {
	color: #98392D !important;
}

/* *****************************
 * GOOGLE MAP
 * *************************** */

.google-map-outer {
	min-height: 32rem !important;
}

.google-map-outer .google-map {
	min-height: inherit !important;
	height: 100% !important;
}

.google-map-outer .google-map .elementor-widget-container {
	min-height: inherit !important;
	height: 100% !important;
}

.google-map-outer .google-map .elementor-widget-container .ha-adv-google-map {
	min-height: inherit !important;
	height: 100% !important;
}

.google-map-outer .google-map .elementor-widget-container .ha-adv-google-map .ha-adv-google-map__wrapper {
	min-height: inherit !important;
	height: 100% !important;
}