@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');
body{
	background:#ffffff;
	font-family:"Lato";
	font-size:16px;
	line-height:1.2em;
	min-width:auto;
}

.testimonials-section {
    padding: 60px 20px;
    background: #f5f5f5;
}

.testimonials-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    display: flex;
    gap: 25px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-radius: 6px;
    align-items: flex-start;
	box-sizing: border-box;
}

.testimonial-image img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
	max-width: fit-content;
}

.testimonial-stars {
    color: #680001;
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 15px;
    color: #333;
}

.testimonial-name {
    font-weight: 700;
	color:#680001;
}

.testimonial-program {
    color: #555;
}
.testimonial-image{
	align-self: center;
}



.header-top-right-text-non-scroll{
	box-sizing: border-box;
    font-size: 1.5em;
    font-weight: 600;
}
.header-item-right{
	display:flex;
	align-items:center;
}
body.form-iz-invisibile .header-top-right-text-non-scroll{
	display:none!important;
}
.my-booking-top-section{
	box-sizing: border-box;
    margin-top: 7em;
    padding-bottom: 2em;
}
.my-booking-top-section h1{
	font-size: 2em;
    line-height: 1.2em;
    box-sizing: border-box;
    padding-bottom: 1em;
}
.my-iframe-wrapper {
  width: 100%;
  overflow: hidden; /* hide any extra content */
  position: relative;
  box-sizing: border-box;
  border: 1px solid #cfcbcb;
  margin-bottom:1em;
}

.my-iframe-wrapper iframe {
  display: block;
  border: 0;
  transform-origin: top left; /* if you keep transform scaling */
  width:840px!important;
  min-width:840px!important;
}
.thank-you-reviews-section{
	box-sizing: border-box;
    padding: 3em 0em;
}

.thank-you-reviews .reviews-container {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            flex-wrap: wrap; /* Makes it responsive */
        }

.thank-you-reviews .review {
            background-color: #fff;
            padding: 30px 25px 25px 25px;
            border-radius: 12px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
            flex: 1 1 49%;
            min-width: 300px;
            position: relative;
	        border:1px solid #ebebeb;
        }
.thank-you-reviews .review.review-green{
	background-color: #4aa247;
    color: white;
}
.thank-you-reviews .review.review-green p,.thank-you-reviews .review.review-green h3{
	color:white;
}

   .thank-you-reviews     .review::before {
            content: "“";
			font-size: 100px;
			color: #f39c12;
			position: absolute;
			top: 20px;
			left: 10px;
			font-family: Georgia, serif;
        }

   .thank-you-reviews     .review p {
            font-size: 1.1em;
            line-height: 1.6;
            color: #333;
            margin: 20px 0;
            position: relative;
            z-index: 1;
        }

   .thank-you-reviews     .review h3 {
            margin-top: 0;
            font-size: 1.2em;
            display: flex;
            align-items: center;
            gap: 8px;
            color: #222;
        }

   .thank-you-reviews     .stars {
            color: #FFD700; /* Gold stars */
            margin-top: 8px;
        }

.page-id-1968.my-generic-thank-you .header-items{
	justify-content:center;
}

.page-id-1966.appt-booked-page{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.appointment-thank-you-section{
	width: 100%;
    text-align: center;
    margin-top: 5em;
    font-weight: 800;
}

body.short-lp-page{
	background:#454545;
}
body.short-lp-page .header-item-left{
	margin-left:auto;
	margin-right:auto;
}
body.short-lp-page .lp-form{
	margin-left:auto;
	margin-right:auto;
}

img{
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Lato";
}
body p{
	font-size:1.1em;
	line-height:1.5em;
}
header.lp-header{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    background: white;
}
.container{
	box-sizing: border-box;
    width: 96%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
body.form-iz-invisibile .topbtn.my-btn {
    display: inline-block;
}
.my-btn {
    box-sizing: border-box;
    background: #700D0E;
    color: white;
    display: inline-block;
    padding: 0.7em 1em;
    cursor: pointer;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1em;
	border-radius:5px;
}
.topbtn.my-btn {
    background: #e00000;
    display: none;
}
.my-btn:hover {
    background: black !important;
    color: white !important;
}
.header-items{
	display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.5em 0em;
}
.header-item-left{
	
}
.header-item-right{
	
}
.header-item-left img{
	width:100%;
	max-width:215px;
}
.section-top{
	margin-top: 5em;
    box-sizing: border-box;
    padding: 2em 0em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.fifty-fifty-container{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	box-sizing:border-box;
}
.fifty-fifty-left{
	width:48%;
}
.fifty-fifty-right{
	width:48%;
}
.section-top h1{
	font-weight: 900;
    font-size: 3em;
    line-height: 1.2em;
    font-family: 'Lato';
}
.lp-form{
	box-sizing: border-box;
    background: #232c31;
    color: white;
    width: 100%;
    max-width: 462px;
    padding: 0.5em 1em 2em 1em;
    border: 4px solid #ffffff;
    box-shadow: 5px 5px 15px #00000042;
	position: relative;
    z-index: 111111;
	border-radius:5px;
	padding-bottom:5px;
}
.lp-form-title{
	font-size: 1em;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 0.3em;
}
.lp-form-field-container{
	box-sizing: border-box;
    width: 100%;
    margin-bottom: 0.4em;
}
.lp-form-field-container label{
	display: block;
    font-weight: 500;
    font-size: 0.7em;
}
.lp-form-field-container input,.lp-form-field-container select{
	width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    min-height: 1em;
    border: 2px solid #319b47;
    font-size: 1em;
    line-height: 1em;
    padding-left: 0.5em;
    border-radius: 0px;
    outline: none;
    background: white;
    padding: 8px 5px;
}
.lp-form-field-container select{
	-webkit-appearance: auto;
}
.lp-form-notice{
	font-size: 0.6em;
    line-height: 1.1em;
    box-sizing: border-box;
    margin-bottom: 1em;
}
.lp-form-btn{
	width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 1em;
    border: 4px solid #ffae37;
	border-radius:5px;
}
.lp-form .gform_legacy_markup_wrapper .gform_footer{
	padding:0px 0px;
	margin-bottom:0px;
}
.my-btn.lp-form-btn:hover{
	background: #319b47 !important;
    border-color: #007618;
    box-sizing: border-box;
    box-shadow: 5px 5px 15px #000000;
}
.section-top .fifty-fifty-left{
	display: flex;
    flex-direction: column;
    justify-items: center;
}
.section-top .fifty-fifty-left h1{
	margin-top:auto;
}
.section-top .fifty-fifty-left p{
	margin-bottom:auto;
	font-family: 'Lato';
    font-weight: 600;
}
.section-highlights{
	background:#4a4f55;
	box-sizing:border-box;
	padding:3em 0em;
	color:white;
}
.thirty-thirty-container{
	display:flex;
	justify-content:space-between;
	width:100%;
	flex-wrap:wrap;
}
.thirty-thirty-item{
	width:30%;
	margin-top:1em;
	margin-bottom:1em;
}
.thirty-thirty-item h3{
	 margin: 0;
    color: white;
    font-weight: 600;
    font-size: 3em;
	line-height:1em;
}
.highlight-blurb{
	line-height: 1.3em;
    margin-bottom: 0.5em;
}
.section-generic{
	box-sizing: border-box;
    padding: 4em 0em;
}
h2.section-title{
	font-size: 2em;
    font-weight: 600;
	color:#3b3a39;
}
.thirty-inner-block{
	font-size:1.1em;
}
.thirty-inner-block-image{
	margin-bottom: 1em;
    box-sizing: border-box;
    width: 100%;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
}
.thirty-inner-block-title{
	font-weight:800;
	text-align:center;
	color: #680001;
}
.thirty-inner-block-text{
	text-align:center;
    margin-top: 1em;
}
.section-highlights-in-white .thirty-inner-block-title{
	color:white;
}
.lp-cta-container{
	position: relative;
}
.lp-cta-container img{
	width: 100%;
	max-width: 100%;
	display:block;
}
.lp-cta-top{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	color: white;
	box-sizing: border-box;
	padding: 5em;
	padding-left:0px;
	padding-right:0px;
}
.lp-cta-section-all{
	position: relative;
    box-sizing: border-box;
    padding-top: 4em;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.lp-cta-section-all::before{
	content:' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: black;
	opacity: 0.4;
	background: linear-gradient(359deg, black, transparent);
}
.lp-cta-section-all .container{
	position:relative;
	z-index:1;
}
.lp-cta-top-inner{
	position: relative;
	z-index: 1;
}
.lp-cta-inner-heading{
	font-size: 3em;
    font-weight: 600;
    box-sizing: border-box;
    margin-bottom: 0.4em;
	line-height:1.2em;
}
footer{
	background: #4a4f55;
    text-align: center;
    box-sizing: border-box;
    padding: 2em 0em;
}
.footer-logo{
	box-sizing: border-box;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}
.footer-links{
	
}
.footer-links a{
	color: white;
    font-size: 0.7em;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: underline;
    margin-left: 1em;
    margin-right: 1em;
	cursor:pointer;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.footer-links a:hover{
	
}
.goto-top {
    background-color: #680001;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 2em;
    display: flex;
    right: 2em;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 5px 5px;
    font-size: 1em;
    box-shadow: -1px 2px 15px #00000033;
  } 
  .goto-top img{
  	width:20px;
	filter: invert(100%);
  }
  body.form-iz-invisibile .goto-top {
      opacity: 1;
      visibility: visible;
  }
  .goto-top:hover {
    cursor: pointer;
    background-color:#323232;
	}
  .goto-top:hover img{
  	filter:invert(100%);
  }
.section-top-mobile-image{
	display:none;
}
.section-top.section-top-with-black-overlay{
	position:relative;
}
.section-top.section-top-with-black-overlay::before{
	content:' ';
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(0deg, #00000070, transparent);
}
.section-top.section-top-with-black-overlay .container{
	position:relative;
	z-index:1;
}
.fifty-fifty-left.section-top-with-white-text{
	color:white;
}
.fifty-fifty-left.section-top-with-white-text h1{
	color:white;
}
.section-offer-banner-lp{
	text-align:center;
}
.lp-form-error{
	box-sizing: border-box;
    line-height: 1em;
    margin-bottom: 0.4em;
    font-size: 0.8em;
    font-weight: 600;
    color: #ea7124;
}

.this-is-loading {
		position: relative;
		overflow: hidden;
		min-height:4em;
	}
	.this-is-loading:before{
		content: ' ';
		background: gray;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0.6;
		animation: this-is-loading;
		animation-duration: 0.5s;
		animation-iteration-count: infinite;
		animation-fill-mode: both;
		animation-timing-function: linear;
		background: linear-gradient(to right,#eee 40%,#ddd 50%,#eee 60%);
		background-size: 200%;
		z-index:111;
	}
	.this-is-loading:after{
		content:' ';
	}
	@keyframes this-is-loading{
		0% {
			background-position: 100% 100%;
		}
		100% {
			background-position: 0 0;
		}
	}

.section-generic.section-careers{
	background:#e8e8e8;
}
.my-careers-all{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.my-careers-column{
	width:24%;
}
.my-careers-column-title{
	margin: 0;
    font-weight: 600;
    font-size: 2em;
    line-height: 1em;
}
.my-careers-column p{
	font-size: 1.2em;
    display: flex;
    align-items: flex-start;
    font-weight: 700;
    color: #680001;
    justify-content: flex-start;
    flex-wrap: nowrap;
	line-height:1.2em;
}
.my-careers-column p.career-role-items{
	
}
.my-careers-column p i{
	margin-top: 0.2em;
    margin-right: 0.3em;
}
body .lp-form-field-container.lp-form-field-sso .lp-form-field-sso-label{
	box-sizing: border-box;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1em;
    line-height: 1em;
}
body .lp-form-field-container.lp-form-field-sso{
	border:none!important;
	margin-top:0px!important;
}
.new-form-2026-fifty-flex{
	box-sizing: border-box;
    width: 100%;
	display:flex;
	justify-content:space-between;
}
.new-form-2026-fifty-flex .lp-form-field-container{
	width:48%;
	box-sizing:border-box;
}

body.body-top-with-grad-badge .section-top .fifty-fifty-left p{
	margin-bottom:0px;
}

.section-highlights-top.section-highlights-top-new-2025{
	background: #680005;
}
.highlights-flex{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.highlights-flex .highlight-blurb{
	width: 20%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #771015;
    padding: 1em;
	font-size: 1.1em;
}
.highlights-flex .highlight-blurb:last-of-type{
	border-right:none;
}
.highlights-flex .highlight-blurb .highlight-icon svg{
	width: 100%;
    max-width: 25px;
    height: auto;
}
.highlights-flex .highlight-blurb .highlight-title{
	font-weight: 600;
    font-size: 1em;
}
.highlights-flex .highlight-blurb .highlight-text{
	font-size: 1em;
    line-height: 1.2em;
    margin-top: 0.5em;
}


@media (max-width: 980px){
	.program-info-fifty-mob .fifty-fifty-left{
		order:1;
	}
	.program-info-fifty-mob .fifty-fifty-right{
		order:0;
		margin-top: 0;
        margin-bottom: 1em;
	}
	.testimonials-wrapper{
		grid-template-columns: auto;
	}
	.testimonial-content{
		text-align:center;
	}
	.testimonial-card{
		flex-direction: column;
    	align-items: center;
	}
	.highlights-flex .highlight-blurb{
		width: 100%;
        border-right: none;
        border-bottom: 1px solid #771015;
	}
	.highlights-flex .highlight-blurb:last-of-type{
		border-bottom:none;
	}
	.header-item-left img{
		max-width: 140px;
	}
	.header-top-right-text-non-scroll{
		font-size: 0.6em;
	}
	.section-offer-banner-lp{
		text-align:left;
	}
	.section-top.section-top-with-black-overlay::before{
		display:none;
	}
	.fifty-fifty-left.section-top-with-white-text{
		color:inherit;
	}
	.fifty-fifty-left.section-top-with-white-text h1{
		color:inherit;
	    font-size: 2em;
        margin-top: 0.5em;
	}
	.fifty-fifty-left{
		width:100%;
	}
	.fifty-fifty-right{
		width:100%;
		margin-top:1em;
	}
	.fifty-fifty-right .lp-form{
		margin-left:auto;
		margin-right:auto;
	}
	.thirty-thirty-item{
		width:100%;
	}
	.lp-cta-top{
		position: initial;
        padding: 1em;
        color: white;
        padding-top: 5em;
	}
	.section-top{
		background-size: contain;
        padding-top: 0em;
        background-image: none !important;
	}
	.section-top-mobile-image{
		display:block;
	}
	.container{
		width:96%
	}
	.section-highlights.section-highlights-top .thirty-thirty-container{
		
	}
	.section-highlights.section-highlights-top .thirty-thirty-container .thirty-thirty-item{
		margin-top: 0;
        margin-bottom: 5px;
	}
	.section-top .fifty-fifty-right{
		margin-top:0em;
	}
	.section-top .fifty-fifty-left p:last-of-type{
		margin-bottom: 0em;
        padding-bottom: 0.6em;
	}
	.lp-form-title{
		font-size:0.8em;
	}
	.my-careers-column{
		width:100%;
		text-align:center;
	}
	.my-careers-column-title{
		margin-bottom:1em;
	}
	.my-careers-column p{
		display: block;
		text-align: center;
		font-size:1.2em;
		margin-top: 0.2em;
	}
	.my-careers-column p i{
		margin-top:0px;
	}
	#gform_11 #field_11_1{
		width:100%;
	}
	#gform_11 #field_11_2{
		width:100%;
		margin-left:0px!important;
	}
	.section-top .fifty-fifty-left h1{
		font-size: 2em;
        box-sizing: border-box;
        padding-top: 0.5em;
	}
	.header-item-right {
		text-align: right;
		line-height: 1em;
	}
	.lp-form-heading{
		font-size: 1.5em;
    	margin-top: 0.5em;
	}
}