@charset "utf-8";
/* Fresco Vimeo Iframe */
.fr-type-vimeo .fr-content {
    width: 90%!important;
    height: 80%!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
}
/* Bento Box */
.bento-box {
	border-radius: 30px;
	padding: 60px;
	margin: 0 0 60px;
	background: #fff;
}
.bento-box.main-box {}
.bento-box:not(.main-box) h2 {
	color: var(--Black, #231F20);
	font-family: "loretta", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	margin: 0 0 30px;
}
@media (max-width: 768px) {
	.bento-box {
		border-radius: 15px;
		padding: 30px;
		margin: 0 0 30px;
		padding: 30px;
	}
	.bento-box:not(.main-box) h2 {
		font-size: 28px;
		line-height: 110%;
	}
}
/* Content Image */
.content-image {
	display: block;
	position: relative;
	padding-bottom: 38%;
	margin: 0 0 60px;
}
.content-image.small {
	padding-bottom: 48%;
	margin: 0 0 15px;
}
.content-image img {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
	text-align: left;
  display: block;
  margin-bottom: 0!important;
  text-transform: unset;
	color: var(--Black, #231F20)!important;
	font-variant-numeric: lining-nums proportional-nums;
	/* Body - Regular */
	font-family: "loretta", serif;
	font-size: 20px!important;
	font-style: normal!important;
	font-weight: 700!important;
	line-height: 140%!important; /* 28px */
	letter-spacing: -0.4px!important;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='number'], 
input[type='date'], 
input[type='search'], 
textarea, 
select {
  width: 100%;
  height: 52px;
  padding: 12px;
  color: #333;
  font-size: 18px!important;
  border-radius: 5px;
  border-radius: 4px;
	border: 1px solid var(--bse-Black, #1F1F21);
	background: var(--White, #FFF);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
select {
	border-radius: 4px;
	border: 1px solid var(--Black, #231F20);
	background: #F0F0F0;
	max-width: 460px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}
textarea {
  min-height: 120px;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
  position: relative;
  display: flex;
  gap: 10px;
  justify-self: start;
  text-align: center;
  color: var(--White, var(--White, #FFF));
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "loretta", serif;
  border: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 0;
  background: var(--Parrot-Green, #1B9E69);
  box-shadow: 0px 7px 0px -4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #fff;
  background-color: #E65A29;
  border-color: #E65A29;
  text-decoration: none;
}
.gfield {
  display: grid;
  grid-template-areas: "label" "validation";
}
.gfield_label {
  grid-area: label;
}
.validation_message {
  grid-area: validation;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
	padding: 0!important;
}
body .gform_wrapper .alert-custom {
	margin: 0
}
.gform_wrapper.gravity-theme .gform_validation_errors {
	border-radius: 13px!important;
	margin: 0 0 30px!important;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	margin: 0 0 15px;
}
.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 42px!important;
}
.gform_required_legend {display:none}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.text-link {
	position: relative;
	display: inline-block;
	color: var(--Parrot-Green, var(--Parrot-Green, #1B9E69));
	font-family: "loretta", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.text-link:after {
  content: '\f30b';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 100%;
  margin-left: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
  opacity: 1;
  font-size: .8em;
}
.text-link:hover:after {
	margin-left: 8px
}
.text-link[target="_blank"]:after {
	content: '\f08e';
	font-size: .6em;
}
.text-link[target="_blank"]:hover:after {
	margin-left: 6px;
	font-size: .7em;
}

.btn-layout {
  position: relative;
  display: flex;
  gap: 10px;
  justify-self: start;
  color: var(--White, var(--White, #FFF));
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "loretta", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 0;
  background: var(--Parrot-Green, #1B9E69);
  box-shadow: 0px 7px 0px -4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  border: none;
  padding: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
  color: #fff;
  background-color: #E65A29;
  border-color: #E65A29;
  text-decoration: none;
}
.btn-layout[target="_blank"]:after {
	content: '\f08e';
	font-family: 'Font Awesome 6 Pro';
	font-size: .7em;
}
.btn-layout.white-btn-layout {
  color: var(--Black, var(--Black, #231F20));
  background-color: #fff;
  border-color: #fff;
}
.btn-layout.white-btn-layout:hover,
.btn-layout.white-btn-layout:focus {
  color: #fff;
  background: var(--Parrot-Green---Dark, #105D3E);
  border-color: var(--Parrot-Green---Dark, #105D3E);
  text-decoration: none;
}

.green-box .btn-layout.white-btn-layout:hover,
.green-box .white-btn-layout:focus {
  color: #fff;
  background: #E65A29;
  border-color: #E65A29;
  text-decoration: none;
}

/*=========================================== GIVING ====================================================*/
.giving-section {
	text-align: center;
}
.giving-section .bento-box {
  opacity: 0;
}
.giving-section.ready .bento-box {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.giving-section .bento-box {
	background: var(--Primary-Blue---Light, #E6F5F4);
	position: relative;
	overflow: hidden;
}
.giving-section .bento-box h2 {
	margin: 15px 0 7px;
}
.giving-section .bento-box p {
	max-width: 500px;
	margin: 0 auto;
}
.giving-section .bento-box .text-link {
	margin: 20px 0 0;
}
.giving-section.eductaion {
	margin: 30px 0 0;
}
.giving-section.eductaion .bento-box p {
	margin: 0 auto 20px;
}
.giving-section.eductaion .bento-box ul li {
	margin: 0 0 20px!important;
}
@media (min-width: 769px) {
	.giving-section.eductaion {
		margin: 60px 0 0;
	}
	.giving-section.eductaion .bento-box p {
		max-width: 753px;
		margin: 0 auto 50px;
	}
	.giving-section.eductaion .bento-box ul {
		display: flex;
		gap: 3vw;
		justify-content: space-between;
		align-items: center;
		max-width: 95%;
		margin: 0 auto;
	}
	.giving-section.eductaion .bento-box ul li {
		vertical-align: middle;
		margin: 0 0 0!important;
	}
}

/*=========================================== HISTORY ====================================================*/
.history-section {} 
.history-section .bento-box {
  opacity: 0;
}
.history-section.ready .bento-box {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.history-section .bento-box h2 { color: #fff; }
.history-section .bento-box {
	background: var(--Cobalt-Blue, #567EBF);
	margin: 0;
}
.history-section .bento-box .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.history-section .bento-box .content .bnn {
	position: relative;
	z-index: 2;
	margin-right: -30%;
	border-radius: 15px;
	overflow: hidden;
	width: calc(100% - 530px);
}
.history-section .bento-box .content .info {
	background: #fff;
	border-radius: 15px;
	padding: 60px;
	padding-left: 150px;
	position: relative;
	max-width: 626px;
}
.history-section .bento-box .content .info h2 {
	margin: 0 0 8px;
}
.history-section .bento-box .info p {
	margin: 0 0 0;
}
.history-section .bento-box .bnn a {
	display: block;
	position: relative;
	padding-bottom: 54%;
}
.history-section .bento-box .bnn a:after {
	content: '\f144';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 600;
	color: rgb(255 255 255 / 75%);
	box-shadow: 0px 0px 3px rgba(35, 31, 32, 0.25);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
	font-size: 64px;
}
.history-section .bento-box .bnn a:hover:after {
	opacity: .2;
}
.history-section .bento-box .bnn img {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}
@media (max-width: 1400px) {
	.history-section .bento-box .bnn a {
		padding-bottom: 78%;
	}
}
@media (max-width: 1200px) {
	.history-section .bento-box .content {
		flex-direction: column;
		gap: 15px;
	}
	.history-section .bento-box .content .info {
		max-width: none;
		padding: 60px;
	}
	.history-section .bento-box .content .bnn {
		margin-right: 0;
		width: 100%;
	}
	.history-section .bento-box .bnn a {
		padding-bottom: 54%;
	}
}
@media (max-width: 768px) {
	.history-section {
	    margin: 0 0 30px;
	}
	.history-section .bento-box .content .info {
		padding: 30px;
	}
	.history-section .bento-box .content .info .testimonial {
		font-size: 22px;
	}
}

/*=========================================== LOOK ====================================================*/
.look-section {
    margin: 0 0 60px;
}
.look-section .bento-box {
  opacity: 0;
}
.look-section.ready .bento-box {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.look-section .bento-box h2 { color: #fff; }
.look-section .bento-box {
	background: var(--Cobalt-Blue, #567EBF);
	margin: 0;
}
.look-section .bento-box .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.look-section .bento-box .content .bnn {
	position: relative;
	z-index: 2;
	margin-left: -30%;
	border-radius: 15px;
	overflow: hidden;
	width: calc(100% - 640px);
}
.look-section .bento-box .content .info {
	background: #fff;
	border-radius: 15px;
	padding: 60px;
	padding-right: 150px;
	position: relative;
	max-width: 764px;
}
.look-section .bento-box .content .info .testimonial {
	font-family: "lektorat-text-variable", sans-serif;
	color: var(--Black, var(--Black, #231F20));
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 36.8px */
	letter-spacing: -0.64px;
}
.look-section .bento-box .content .info h4 {
	margin: 18px 0 0;
}
.look-section .bento-box .info p {
	margin: 0 0 18px;
}
.look-section .bento-box .info li {
	margin: 0;
}
.look-section .bento-box .info li:not(:first-child) {
	margin-left: -16px;
}
.look-section .bento-box .info img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 93px;
	border: 2px solid var(--Cadmium-Orange, #F5835B);
}
.look-section .bento-box .bnn a {
	position: relative;
    width: 56%;
}
.look-section .bento-box .bnn a:after {
	content: '\f144';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 600;
	color: rgb(255 255 255 / 75%);
	box-shadow: 0px 0px 3px rgba(35, 31, 32, 0.25);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
	font-size: 64px;
}
.look-section .bento-box .bnn a:hover:after {
	opacity: .2;
}
.look-section .bento-box .bnn img {
	border-radius: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}
@media (max-width: 1200px) {
	.look-section .bento-box .content {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.look-section .bento-box .content .info {
		max-width: none;
		padding: 60px;
	}
	.look-section .bento-box .content .bnn {
		margin-left: 0;
		width: 100%;
	}
}
@media (max-width: 768px) {
	.look-section {
	    margin: 0 0 30px;
	}
	.look-section .bento-box .content .info {
		padding: 30px;
	}
	.look-section .bento-box .content .info .testimonial {
		font-size: 22px;
	}
}

/*=========================================== MEET ====================================================*/
.meet-section {
	text-align: center;
}
.meet-section .bento-box {
  opacity: 0;
}
.meet-section.ready .bento-box {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.meet-section .bento-box {
	background: rgba(255, 255, 255, 0.30);
	position: relative;
	overflow: hidden;
}
.meet-section .bento-box h2 {
	margin: 15px 0 7px;
}
.meet-section .bento-box p {
	max-width: 560px;
	margin: 0 auto 18px;
}
.meet-section .bento-box .text-link:after { display: none }

/*=========================================== LIFE ====================================================*/
.life-section {
	margin: 0 0 60px;
}
.life-section + .life-section {
	margin: -120px 0 60px;
}
.life-section .bento-box {
  opacity: 0;
  margin: 0;
}
.life-section.ready .bento-box {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.life-section .bento-box {
	background: var(--Cadmium-Orange, #F5835B);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.life-section .bento-box .info {
	background: #fff;
	border-radius: 15px;
	padding: 60px;
	max-width: 626px;
	position: relative;
	z-index: 2;
}
.life-section .bento-box .info h2 {
	margin: 0 0 8px;
}
.life-section .bento-box .info p {
	max-width: 430px;
	margin: 0 0 13px;
}
.life-section .bento-box .bnn {
	display: block;
	position: relative;
	margin-left: -20%;
	max-width: 794px;
	width: 100%;
	padding-bottom: 31%;
}
.life-section .bento-box .bnn picture {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.life-section .bento-box .bnn img {
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover
}
@media (max-width: 1400px) {
	.life-section .bento-box .bnn {margin-left: -10%;padding-bottom: 51%;}
}
@media (max-width: 991px) {
	.life-section .bento-box {
		flex-direction: column;
	}
	.life-section .bento-box .info {
		width: 100%;
		max-width: none;
		padding: 30px;
		border-radius: 15px 15px 0 0;
	}
	.life-section .bento-box .bnn {
		margin: 0;
		padding-bottom: 51%;
	}
	.life-section .bento-box .bnn img {
		border-radius: 0 0 15px 15px;
	}
}
@media (max-width: 768px) {
	.life-section + .life-section {
		margin: -90px 0 60px;
	}
}

/*=========================================== BECOME ====================================================*/
.become-section {}
.become-section .bento-box {
  opacity: 0;
}
.become-section.ready .bento-box {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.become-section .bento-box {
	background: var(--Chartreuse, #C3DB6C);
	display: flex;
	gap: 60px;
	justify-content: space-between;
	/* align-items: center; */
}
.become-section .bento-box .info {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}
.become-section .bento-box .info h2 {
	margin: 0 0 18px;
}
.become-section .bento-box .info p {
	margin: 0 0 13px;
}
.become-section .bento-box .bnn {
	width: 50%;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
	height: auto;
	min-height: 140px;
}
.become-section .bento-box .bnn .bnn-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .3;
	filter: blur(2.0999999046325684px);
}
.become-section .bento-box .bnn .logo-img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
	max-height: 110px;
	max-width: 80%;
}
@media (max-width: 768px) {
	.become-section .bento-box {
		flex-direction: column;
		gap: 30px;
	}
	.become-section .bento-box .info,
	.become-section .bento-box .bnn {
		width: 100%;
	}
	.become-section .bento-box .bnn {
		padding-bottom: 160px
	}
}

/*=========================================== QUESTIONS ====================================================*/
.questions-section {
  opacity: 0;
}
.questions-section.ready {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.questions-section h2 {
	color: var(--Black, var(--Black, #231F20));
	font-family: "loretta vf", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 100% */
	margin: 0 0 30px
}
.questions-section .bento-box a:hover {
	color: #105D3E;	
}
.questions-section .row {
	gap: 15px;
}
@media (min-width: 769px) {
	.questions-section .row {
		gap: 40px;
	}
	.questions-section .row > div {
		width: calc(50% - 20px);
	}	
	.questions-section .row > div:last-child:not(:nth-child(2)) { min-width: 620px }
}
.questions-section .bento-box {
	margin: 0;
	padding: 30px;
	border-radius: 15px;
	text-align: center;
	background: var(--Primary-Blue---Light, #E6F5F4);
}
.questions-section .bento-box h2 {
	color: #000;
	text-align: center;
	font-family: "lektorat-display-variable", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 36.8px */
	margin: 0 0 10px;
}
.questions-section .bento-box .text-link:after { display: none }
.questions-section .bento-box .text-link.phone-link {
	font-weight: 400;
}
@media (max-width: 768px) {
	.questions-section .bento-box .text-link {
		font-size: 16px;
	}
	.questions-section h2 {
		margin: 0 0 15px
	}
}

/*=========================================== SCHOLARSHIPS ====================================================*/
.scholarships-section {}
.scholarships-section .bento-box {
  opacity: 0;
}
.scholarships-section.ready .bento-box {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.scholarships-section .bento-box {
	background: var(--Chartreuse, #C3DB6C);
	display: flex;
	gap: 60px;
	justify-content: space-between;
	align-items: center;
}
.scholarships-section .bento-box .info {width: 50%;}
.scholarships-section .bento-box .info h2 {
	margin: 0 0 0;
}
.scholarships-section .bento-box .info p {
	margin: 0 0 18px;
}
.scholarships-section .bento-box .bnn {
	width: 50%;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
}
.scholarships-section .bento-box .bnn img {
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover
}

/*=========================================== PRINCIPALS ====================================================*/
.principals-section {}
.principals-section .bento-box {
  opacity: 0;
}
.principals-section.ready .bento-box {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.principals-section .bento-box {
	background: var(--Cadmium-Orange, #F5835B);
}
.principals-section .bento-box h2 {}
.principals-section .bento-box.principal-box:not(:last-child) {
	margin: 0 0 60px;
}
.principals-section .bento-box.principal-box {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
	align-items: center;
    margin: 0;
}
.principals-section .bento-box.principal-box .bnn {
    display: block;
    width: 200px;
    height: 200px;
}
.principals-section .bento-box.principal-box .bnn img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 4px solid var(--Cadmium-Orange, #F5835B);
    object-fit: cover;
}
.principals-section .bento-box.principal-box .info {
    width: calc(100% - 230px);
}
.principals-section .bento-box.principal-box .info h2 {}
.principals-section .bento-box.principal-box .info h3 {
    font-size: 24px;
}
.principals-section .bento-box.principal-box .info p:not(:last-child) {
    margin: 0 0 20px;
}
@media (max-width: 991px) {
	.principals-section .bento-box.principal-box:not(:last-child) {
		margin: 0 0 30px;
	}
	.principals-section .bento-box.principal-box {
		flex-direction: column;
		align-items: start;
	}
	.principals-section .bento-box.principal-box .bnn {
	    width: 190px;
	    height: 190px;
		margin: 0 auto;
	}
	.principals-section .bento-box.principal-box .info {
		width: auto;
	}
}

/*=========================================== WHY ====================================================*/
.why-section {
  opacity: 0;
  margin: 60px 0 0;
}
.why-section.ready {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.why-section h2 {
	margin: 0 0 15px
}
.why-section p {
	max-width: 960px;
	margin: 0 0 20px
}
.why-section .bnn a {
	display: inline-block;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.why-section .bnn a:after {
	content: '\f144';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 600;
	color: rgb(255 255 255 / 75%);
	text-shadow: 0px 0px 3px rgba(35, 31, 32, 0.25);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
	font-size: 64px;
}
.why-section .bnn a:hover:after {
	opacity: .2;
}

/*=========================================== FAQs ========================================================*/
.fqa-toggle {
	margin: 10px 0 0;
}
.fqa-toggle:not(:last-child) {
  margin: 10px 0 50px
}
.fqa-toggle .item:not(:last-child) {
	border-bottom: solid 2px #D9D9D9;
}
.fqa-toggle .item > h4 {
	margin: 0;
	padding: 14px 0;
}
.fqa-toggle .item > h4 a {
    position: relative;
    padding-left: 31px;
    transition: all .3s ease;
}
.fqa-toggle .item.active > h4 a {
	color: #000;
	font-weight: 700;
}
.fqa-toggle .item h4 a:before {
   position: absolute;
   left: 1px;
   top: -3px;
   content: '\f330';
   font-family: 'Font Awesome 6 Pro';
   font-size: 19px;
   transition: all .3s ease;
}
.fqa-toggle .item.active h4 a:before {
	transform: rotate(90deg)
}
.fqa-toggle .item .toggle-body {
	overflow: hidden;
	height: 0;
	padding: 0 0;
	padding-left: 30px;
	transition: all .3s ease;
}
.fqa-toggle .item.active .toggle-body {
	overflow: visible;
	height: auto;
	padding: 16px 0;
	padding-left: 30px;
}
.fqa-toggle .item .toggle-body {}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
    margin: 60px 0 30px;
}
.footer .container {
  opacity: 0;
  padding: 0;
}
.footer.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.footer h2 {
	color: var(--Black, var(--Black, #231F20));
	font-family: "lektorat-display-variable", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 12px;
}
.footer .schools-nav,
.footer .footer-nav {}
.footer .schools-nav li,
.footer .footer-nav li {
	display: block;
	color: var(--Primary-Green, #2A5236);
	font-family: "lektorat-text-variable", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 12px!important;
}
.footer .schools-nav li a,
.footer .footer-nav li a {
	position: relative;
	display: block;
	color: var(--Primary-Green, #2A5236);
}
.footer .schools-nav li a {
	padding-left: 24px;
}
.footer .schools-nav li a:before {
  content: '\f30b';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 0;
  top: 2px;
  margin-top: -2px;
  transition: all .3s ease;
  opacity: 1;
  font-size: 16px;
}
.footer .schools-nav li a:hover {
	color: var(--Black, var(--Black, #231F20));
}
.footer .footer-nav li a:hover {
	color: var(--Cadmium-Orange---Dark, var(--Cadmium-Orange---Dark, #E65A29));
}
.footer .social-nav li {
	font-size: 32px;
}
.footer .social-nav li:not(:last-child) {
	margin-right: 15px;
}
.footer .social-nav li a {
	color: var(--Primary-Green, var(--Primary-Green, #2A5236));
}
.footer .social-nav li a:hover {
	color: var(--Cadmium-Orange---Dark, var(--Cadmium-Orange---Dark, #E65A29));
}
.footer .footer-box {
	padding: 60px;
	border-radius: 30px;
	background: var(--Primary-Blue, #B0DFDB);
	display: flex;
	gap: 52px;
}
.footer .footer-info {
	height: 100%;
	padding: 60px 0 0 62px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 60px;
}
.footer .footer-info > div {
	margin-bottom: 30px;
}
@media (min-width: 769px) {
	.footer .footer-info > div {
		margin-bottom: 0;
		display: flex;
		gap: 60px;
		justify-content: space-between;
	}
}
.footer .footer-info h2,
.footer .footer-nav li {
	margin: 0 0 18px!important
}
.footer .footer-nav li a {
	text-decoration: underline;
	text-underline-position: under;
	text-underline-offset: 13px;
}
.footer .footer-info .copy {
	margin: 0 0 0;
	color: var(--Black, var(--Black, #231F20));
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (min-width: 769px) {
	.phone-link {
		text-decoration: none!important;
		color: var(--Black, #231F20)!important;
		cursor: default;
	}
}
@media (max-width: 1400px) {}
@media (max-width: 991px) {}
@media screen and (max-width: 768px) {
	.footer {
		margin: 30px 0;
	}
	.footer .footer-box {
		padding: 30px;
		flex-direction: column;
		gap: 30px;
		border-radius: 15px;
	}
	.footer .footer-box .logo img {
		max-width: 167px;
	}
	.footer .footer-info {
		padding: 30px;
	}
	body {
		font-size: 16px;
	}
  h1, .h1-style {
    font-size: 28px;
    margin: 0 0 30px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px ;
  }
  p, li, td, th, label {
  margin: 0 0 7px;!;
  }
  .btn-layout {
    padding: 14px 17px;
    font-size: 18px;
  }
}
@media (max-width: 560px) {
}
@media (max-width: 770px) {
    .container {
        max-width: none;
    }
}

.giving-section.eductaion li.list-inline-item:last-child {
    max-width: 20%;
}
.giving-section.eductaion li.list-inline-item:nth-child(2) {
    max-width: 38%;
}

.giving-section.eductaion li.list-inline-item:nth-child(1) {
    max-width: 25%;
}


@media (max-width:768px){
.giving-section.eductaion li.list-inline-item:last-child {
    max-width: 58%;
    /* padding-right: 10px; */
}
	.giving-section.eductaion li.list-inline-item:nth-child(2) {
    max-width: 68%;
}

.giving-section.eductaion li.list-inline-item:nth-child(1) {
    max-width: 55%;
}
}