/* New Web Redesign */


/* HomePage Sliders */

.homepage-hero-sliders .slick-prev:before {
    content: "\f053";
}

.homepage-hero-sliders .slick-next:before {
    content: "\f054";
}

.extra-slides-elements{
	overflow-y: scroll;
	overflow-x: hidden; 
	width: calc(100% + 15px);
}

.homepage-hero-sliders .slick-prev, .homepage-hero-sliders .slick-next{
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.homepage-hero-sliders:hover .slick-prev, .homepage-hero-sliders:hover  .slick-next{
	opacity:1;
}

.homepage-hero-sliders .slick-prev:before, .homepage-hero-sliders .slick-next:before {
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 1;
    color: #333333;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.homepage-hero-sliders > .one-fifth-width{
	border-right: 1px solid #cccc;
	overflow-x: hidden;
}

.homepage-hero-sliders .slick-prev {
    left: 25px;
    z-index: 100;
}

.homepage-hero-sliders .slick-next {
    right: 25px;
}

.homepage-hero-sliders{
	width: 80%;
    margin: 2rem auto;
    max-width: 1250px;
    box-shadow: 0px 2px 4px 0px #0000003b;
	border-radius:10px;
	overflow: hidden;
}

.homepage-hero-sliders .one-fifth-width li {
	padding: 1rem;
    font-size: 1.1em;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
}

.homepage-hero-sliders .home-main-hero{
	height: 460px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
}

.homepage-hero-sliders .home-main-hero .flex-child {
    height: fit-content;
	min-height: fit-content;
}

.slide-main-content-width .placeholder-col{
	display:none;
}

.slide-main-content-width{
    display: flex;
}

.slide-main-content-width > .display-flex{
	color:#ffffff;
}

.homepage-hero-sliders .one-fifth-width li:hover{
	background-color: #ddd;
}

.homepage-hero-sliders .one-fifth-width li.active{
	background-color:var(--primary-color);
	color:#fff;
}

.slider-text-content{
	align-items: center;
}

img.bg-homepage-slide-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	
}

.homepage-hero-sliders .hero-inner-wrap .three-qtr{
	padding: 0 1rem;
}

.homepage-hero-sliders .slider-title{
	margin-bottom:0.5rem;
}

.hero-inner-wrap > div{
	padding:1em;
}

.homepage-hero-sliders .slider-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
}

.homepage-hero-sliders .slider-content .slider-btns{
	margin-top:0.5rem;
}

.homepage-hero-sliders .hero-btn-2{
	margin-top:5px;
}

/* Clinics Home Page Buttons
****/

.clinics-homepage-buttons-container{
	justify-content: center;
    align-items: center;
	flex-wrap: nowrap;
	gap: 1rem;

}

.clinics-homepage-buttons-container > h3{
	line-height: 1;
	margin-bottom:0;
	width:15%;
}

.clinics-homepage-buttons-container > .clinics-homepage-buttons{
	width:85%;
}

.clinics-homepage-buttons{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.clinics-homepage-buttons > a{
	transition: all 0.3s ease-in-out;
	flex:1;
}


.clinics-homepage-buttons .clinic-button{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    height: 60px;
    padding: 0.5rem;
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
	justify-content: center;
	border:2px solid #2796c1;
}

.clinics-homepage-buttons .clinic-button:hover{
	color:#2796c1 !important;
	background-color: #fff !important;
}


.clinics-homepage-buttons-container:not(.blue-style) .clinics-homepage-buttons .clinic-button{
	background: #595959;
}


.clinics-homepage-buttons .clinic-button h3{
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    margin: auto;
    text-transform: uppercase;
    font-size: 14px;
}

.clinics-homepage-buttons .clinic-icon {
    max-width: 40px;
	opacity:1;
	transition: all 0.3s ease-in-out;
}

.clinics-homepage-buttons .clinic-button:hover .clinic-icon{
	opacity:0;
	max-width:0;
}

.clinic-button-title{
	text-align: center;

}

.clinic-button:hover .clinic-button-title{

}

/* Blue Style */

.clinics-homepage-buttons-container.blue-style{

}

.clinics-homepage-buttons-container.blue-style > .clinics-homepage-buttons {
	width:100%;
}

/*
*******************/




.postid-55182 .site-main .three-column-wysiwyg{
	margin-bottom:2em;
}

.postid-55182 .site-main .three-column-wysiwyg .display-table{
    display: flex;
}

.postid-55182 .site-main .three-column-wysiwyg .builder-section-title h2{
	margin: 2em;
}

.postid-55182 .site-main .three-column-wysiwyg .one-third-width .col-inner{
	box-shadow: 0px 2px 5px 0px #00000030;
    border-radius: 10px;
	padding: 20px !important;
	height: 100%;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.postid-55182 .site-main .three-column-wysiwyg .one-third-width .step-title{
	background-color: unset;
    color: #e1310b;
	padding:0;
	line-height: 21px;
	margin-bottom: 10px;
	font-weight: 400;
}

.postid-55182 .site-main .three-column-wysiwyg .one-third-width .step-title strong{
	font-weight: 600;
}

.postid-55182 .site-main .three-column-wysiwyg .one-third-width .step-title div{
	font-style: italic;
	font-size: 17px;
	display: block;
	font-weight: 600;
	margin-top:10px;
}

.postid-55182 .site-main .three-column-wysiwyg .one-third-width p{
	padding:0;
	line-height: 1.2em;
}

.postid-55182 .site-main .three-column-wysiwyg .one-third-width .step-goals{
	display: flex;
	gap: 0.5rem;
}

.btn-white{
	background: #ffffff !important;
	color:#333 !important;
}


.btn-purple{
	color:#fff !important;
	background: #6A3AC0 !important;
}

.btn{
	box-shadow: 0px 2px 3px 0px #0000003b;
	transition: all 0.3s ease-in-out;
}

.btn:hover{
	background:#666666 !important;
	color:#ffffff !important;
}

body, p{
	font-size:18px !important;
	line-height:1.15 !important
}

.program-overview .display-table .half-width:first-child .col-inner {
    background: #ffffff63;
    border-radius: 10px;
}

.program-overview{
	margin-top:50px;
	border-radius:10px;
}

.tec-tickets__wallet-plus-passes-container.tec-tickets__wallet-plus-passes-container--attendee-list{
    gap: 0.5rem;
}

.tec-tickets__wallet-plus-component-pdf-button-container {
    padding: 0.5rem 1rem;
    border: 1px solid #000;
    border-radius: 5px;
}

.woocommerce-customer-details address{
	padding:2rem;
}

.wondr-banner.goals-banner .display-flex{
	border-radius:10px;
}

.postid-55182 .accordion-1 .slides{

}

.postid-55182 .accordion-1 .accordion-item{

}
	
.postid-55182 .accordion-1 .accordion-item .accordion-title	{
	border: 1px solid #8655df;
	background-color: unset !important;
	color: #2b2b2b !important;
	border-radius:10px;
	display: flex;
    align-items: center;
} 


.postid-55182 .accordion-1 .accordion-item .accordion-title:hover	{
	background-color: #8655df !important;
	color: #fff!important;
} 

.postid-55182 .accordion-1 .accordion-item .accordion-title:hover::after{
	color:#fff;
}

.postid-55182 .accordion-1 .accordion-item .accordion-title::after {
	content:"\2b";
	font-family: "Font Awesome 6 Pro";
	color: #8655df;
	border:0;
	top:unset;
	height: unset;
}

.postid-55182 .accordion-1 .accordion-item .accordion-title.active::after {
	content:"\f068";
	-webkit-transform: unset;
    transform: unset;
}

.postid-55182 .accordion-1 .accordion-item .accordion-content {
   background-color: transparent;
	padding:2rem;
}

.wondr-banner.goals-banner .col-inner{
    padding: 0;
    display: flex;
    align-items: center;
	justify-content: center;
}

.wondr-banner.goals-banner .half-width{
	display: flex;
	padding:0;
}


.wondr-banner.goals-banner .half-width:last-child{
	background:#fff;
}

.wondr-banner.goals-banner .half-width:last-child img{
	height: 100%;
    display: flex;
}

.wondr-banner.goals-banner .display-flex {

	align-items: center;

}

.goals-banner .content-width {    
	display: flex;
   	align-items: center;
	background-color: #8655df;
	border-radius:10px;
	overflow:hidden;
}

img.program-logo {
    width: 300px;
    height: auto;
}

.clinic-top{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.clinic-title {
    padding: 0 !important;
	display: flex;
}

.program-inquiry-section a{
	font-size: 0.6em;
	text-transform: uppercase;
	background: #2796c1;
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.program-inquiry-section a:hover{
 	background-color:#999;
}

.program-inquiry-section h3, .program-inquiry-section h4{
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	align-items: center;
}

.entry-content ul.wp-block-list{
	padding-left: 30px;
}

body.single-post #primary .entry-title {
    margin-top: 1rem;
}

.homepage-hero-sliders .sliders-list ul{
	height: 100%;
}



@media only screen and (max-width: 770px) {

	.homepage-hero-sliders .hero-inner-wrap .three-qtr {
		padding: 0;
		margin-bottom:0.5rem;
	}

	.homepage-hero-sliders .btn{
		max-width:100%;
	}

	.homepage-hero-sliders .slick-prev,.homepage-hero-sliders .slick-next {
		top: 20%;
	}

	.slide-main-content-width > .hero-col > div{
		border-radius: 5px;
	}


	img.bg-homepage-slide-image {
		position: relative;
	}

	.hero-inner-wrap{

	}

	.homepage-hero-sliders{
		border-radius:0;
		margin: 0;
    	box-shadow: unset;
	}

	.slider-text-content{
		flex-direction: column;
	}

	.slider-text-content > div{
		width:100%;
	}

	.homepage-hero-sliders .home-main-hero{
		height: fit-content !important;
		min-height: unset !important;
	}

	.sliders-list{
		display:none;
	}

	body.single-post #primary {
		width: 100%;
		padding-right: 0;
	}

	body.single-post #secondary {
		width: 100%;
	}

	.padding-lrg {
		padding: 20px 10px;
	}

	.program-overview {
		min-height: fit-content;
		padding-top: 2rem;
		width: 100%;
		background-position: left !important;
		border-radius:0 !important;
	}

	.goals-container ul{
			margin-left:0;
	}
		
	.goals-container i {
		height: 40px;
		width: 40px;
		padding: 1rem;
		font-size:1em;
	}
		
	.extra-content-goals > div {
		flex-direction: column;
	}
		

	.program-inquiry-section h3, .program-inquiry-section h4 {
		flex-direction: column;
	}

	img.program-logo {
		margin: 0.5rem 0;
		width: 200px;
	}	

	.clinic-top {
		justify-content: center;
	}

	.postid-55182 .site-main .three-column-wysiwyg .display-table{
		flex-direction: column;
	}

	.wondr-banner.goals-banner h3{
		font-size: 1.2em;
	}

	.postid-55182 .site-main .three-column-wysiwyg .builder-section-title h2 {
		margin: 2em 1em;
	}

	.goals-banner .content-width {
		flex-direction: column;
		width: 95%;
	}
		
	.accordion-title::after {
		right: 30px;
		height:unset;
	}
		
	.postid-55182 .accordion-1 .accordion-item .accordion-content {
		padding:2rem;
	}
}