/*
 * About us
*/

.content {
	padding: 3em 0 2.5em;
	background: #F2F2F2;
}

.content .container {
	max-width: 67em;
}

.staff {
	padding: 3.7em 0 6em;
}

.staff-img {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 16.28em;
	background: #F2F2F2;	
}

.staff-img img {
	max-width: 100%;
	max-height: 95%;
	width: auto;
	height: auto;
}

.staff-content {
	margin-bottom: 1.5em;
}

.staff-name {
	margin-bottom: 0;
	font-size: 1.93em;
	color: #7BA1AB;
}

.staff-position {
	margin-bottom: 1em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.14em;
	line-height: 1.25;
}

h3.staff-position {
	margin-bottom: 0;
}

.staff hr {
	margin-bottom: 2.5em;
}

.staff .container hr:last-child {
	display: none;
}

.why-we .container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  	grid-template-rows: 1fr 1fr;
	grid-template-areas: "one two four" "one three four";
}

.why-we-item1 {
	grid-area: one;
}

.why-we-item2 {
	grid-area: two;
}

.why-we-item3 {
	grid-area: three;
}

.why-we-item4 {
	grid-area: four;
}

.why-we-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 23.4em;
	padding: 1.4em 2.4em;
	position: relative;
	color: #FFF;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.why-we-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.28);
	transition: all 0.5s ease;
}

.why-we-item:hover {
	justify-content: center;
}

.why-we-item:hover::before {
	background: rgba(123, 161, 171, 0.95);
}

.why-we-item > * {
	position: relative;
	z-index: 1;
}

.why-we-title {
	font-size: 1.286em;
	font-weight: 800;
}

.why-we-description {
	display: none;
	transition: all 0.5s ease;
	overflow: hidden;
}

.why-we-description ul {
	padding-left: 1em;
}

.why-we-description ul li::before {
	background: white;
	left: -14px;
}

.why-we-item:hover .why-we-description {
	display: block;
}

.why-we-description p {
	font-size: 1em;
}

.map {
	padding: 5em 0 6em;
}

.map h2 {
	max-width: 13.5em;
	margin-bottom: 2em;
	line-height: 131.5%;
	text-transform: capitalize;
}

.map svg {
	width: 92.14em;
	height: 42.86em;
}


.half-right .row {
	flex-direction: row-reverse;
}

.half .col-md-6 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.half .half__main-img > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.half img {
	width: 100%;
}

.half h2 {
	margin-top: 0.25em;
}

.half-content {
	/*max-width: 41em;*/
	line-height: 1.57;
}

.half-content img {
	height: auto;
	width: auto;
	max-height: 5.7em;
}

.half .button {
	margin-bottom: 2em;
}

.half-content strong {
	font-weight: 600;
}

.logo-list-row {
	margin-bottom: -30px;
}

.logo-list-row .logo-col {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	margin-bottom: 30px;
}

.logo-list-row .logo-col img {
	max-height: 60px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}


/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1199px) { 
	.why-we-item {
		min-height: 30em;
	}
}

@media (max-width: 991px){
	.staff-img {
		height: 10em;
	}

	.map svg {
		height: 43vw;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	.why-we .container {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "one two" "one three" "four four";
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.staff-img {
		margin-bottom: 1em;
	}

	.why-we .container {
		display: block;
	}

	.why-we-item {
		justify-content: center;
		padding: 3.4em 3em;
	}

	.why-we-item::before {
		width: calc(100% - 4em);
		height: calc(100% - 6em);
		top: 3em;
		left: 2em;
		background: rgba(123, 161, 171, 0.95);
	}

	.why-we-description {
		display: block; 
	}
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

	.half .col-md-6 > img {
		margin-bottom: 1em;
	}
	
	.staff {
		padding: 3.7em 0 2em;
	}

	.staff-img {
		height: 17em;
	}

	.staff-name {
		font-size: 1.5em;
	}

	.map {
		padding: 3em 0 2em;
	}

	footer {
		padding-top: 1em;
	}
}





/*Accordion*/

.accordion {
	padding: 3em 0;
}

.accordion h2 {
	text-align: center;
}

.accordion-item {
	margin-bottom: 1em;
	border-bottom: 1px solid #DDDDDD;
}

.accordion-header {
	width: 100%;
	padding: 0.9em 8.33% 0.9em;
	position: relative;
	border: none;
	background: none;
	text-align: left;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.29em;
}

.accordion-body > div {
	padding: 1em 8.33% 2em;
}

.accordion-header:after {
	position: absolute;
	right: 2em;
	font-size: 24px;
	top: 0;
	height: 100%;
	line-height: 2.5em;

}

.accordion-header[aria-expanded="false"]::after {
	content: "+";
	color: #7BA1AB;
}

.accordion-header[aria-expanded="true"]::after {
	content: "-";
	color: #BAA375;
}


/*
 * RESPONSIVE STYLES
*/

/* Landscape phones and down */
@media (max-width: 480px) {
	.accordion-header {
		padding: 0.9em 1em 0.9em 0;
	}

	.accordion-body > div {
		padding: 1em 0 2em;
	}

	.accordion-header:after {
		right: 0;
	}

}





/*Testimonials Video*/

.testimonials-video-flexible {
	padding: 4em 0 2em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.testimonials-video-flexible h2 {
	margin-bottom: 0.7em;
}

.testimonials-video {
	cursor: pointer;
}

.testimonials-video-item {
	margin-bottom: 2.3em;
}

.attachment-testimonial-videos {
	width: 100%;
}

.testimonials-video iframe {
	display: block;
	height: 20em;
}

.testimonials-video svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.7;
}

.testimonials-video:hover svg path {
	fill: #ff0000;
}

.entry-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #7BA1AB;
	color: #fff;
	padding: 0.5em;
}

article .entry-title {
	font-weight: bold;
	font-size: 1.29em;
	margin: 0;
}

.entry-program {
	font-family: Mulish;
	font-style: italic;
	font-weight: 300;
	font-size: 1.14em;
}

.testimonials-video-flexible .slick-prev, 
.testimonials-video-flexible .slick-next {
	height: auto;
	width: auto;
	top: 45%;
}

.testimonials-video-flexible .slick-prev {
	left: -40px;
}

.testimonials-video-flexible .slick-next {
	right: -40px;
}

.testimonials-video-flexible .slick-prev:before, 
.testimonials-video-flexible .slick-next:before {
	content: none;
}

.testimonials-video-flexible .slick-prev path,
.testimonials-video-flexible .slick-next path {
	fill: #121212;
}

.testimonials-video-flexible .slick-track {
	min-width: 100%;
}

.modal-testimonials-video .entry-content {
	padding: 0;
	border: none;
}

.modal-testimonials-video .modal-dialog {
	max-width: 74.71em;
}

.modal-testimonials-video iframe {
	display: block;
	width: 100%;
	height: 40em;
}

/*
 * RESPONSIVE STYLES
*/



/* Large desktop */

@media (max-width: 1199px){

}

@media (max-width: 1199px){

}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
	.modal-testimonials-video .modal-dialog {
		max-width: 90%;
	}

	.modal-testimonials-video iframe {
		height: 56vw;
	}

	.testimonials-video-flexible .slick-next {
		right: 0px;
	}

	.testimonials-video-flexible .slick-prev {
		left: 0px;
		z-index: 1;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.testimonials-video-flexible {
		padding: 4em 0 2em;
	}

	.testimonials-video iframe {
		height: 16em;
	}

	.modal-testimonials-video .modal-dialog {
		max-width: 100%;
	}

	.testimonials-video-item {
		margin-bottom: 0;
	}
}

@media (max-width: 359px) {

}



/*List icons*/

.list-icons {
	padding: 1em 0 3em;
}

.list-icons h2 {
	margin-bottom: 1.5em;
}

.product-list-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 3.5em;
}

.product-list-item.col-lg-4 {
	align-items: center;
}

.product-list-item-content {
	max-width: 82.2%;
}

.product-list-item.col-lg-3 .product-list-item-content {
	max-width: 70%;
}

.product-list-item.col-lg-4 .product-list-item-content {
	max-width: 80%;
}

.product-list-item-img {
	margin-top: 0.7em;
	margin-right: 1.93em;
}

.product-list-item-img > * {
	max-height: 4em;
	width: auto;
}

.product-list-item-content-title {
	margin-bottom: 0.4em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.86em;
	line-height: 1.27;
	color: #121212;
}



/*
 * RESPONSIVE STYLES
*/



/* Large desktop */
@media (max-width: 1300px){
	
}

@media (max-width: 1199px){
	.list-icons .product-list-item-img {
		margin-right: 1.1em;
	}
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.product-list-item {
		margin-bottom: 20px;
	}

	.product-list-item.col-lg-4 {
		align-items: flex-start;
	}

	.product-list-item-content-title {
		font-size: 21px;
	}

	.product-list-item-img {
		margin-top: 0.4em;
		margin-right: 11px;
	}
}

@media (max-width: 359px) {

}





/*Advantages*/

.points {
	padding: 4em 0 7em;
}

.points .container {
	max-width: 82.14em;
	text-align: center;
}

.points h2 {
	margin-bottom: 1.33em;
}

.points-title {
	margin-bottom: 0.29em;
	font-family: Mulish;
	font-weight: 900;
	font-size: 4.43em;
	line-height: 1.26;
	text-transform: uppercase;
	color: #7BA1AB;
}

.points-desc {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.21em;
	line-height: 1.24;
	text-align: center;
	color: #121212;
	max-width: 12.8em;
	margin: auto;
}

@media (max-width: 767px){
	.points-desc {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px){
	.points {
		padding: 2em 0 3em;
	}

	.points h2 {
		margin-bottom: 1em;
		text-align: left;
	}

	.points-title {
		font-size: 40px;
		line-height: 50px;
	}

	.points-desc {
		font-size: 14px;
		line-height: 18px;
	}

	.points .col-md-3.col-6:nth-child(2n) {
		order: 1;
	}
}






/*Schools*/

.school-list {
	padding: 5.2em 0;
	background: #F2F2F2;
}

.school-list .row:first-child {
	align-items: center;
}

.school-list .col-md-5 {
	margin-bottom: 1.16em;
}

.school-list .subtitle {
	margin-bottom: 1em;
	font-family: Mulish;
	font-size: 1.29em;
}

.school-list .col-lg-3 {
	margin-bottom: 1.9em;
}

.schools-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	cursor: pointer;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
}

.schools-item-img {
	max-height: 14.36em;
	position: relative;
}

.schools-item-img:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.28);
	position: absolute;
}

.schools-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.schools-item-text {
	display: flex;
	align-items: center;
	height: 100%;
	background: #7BA1AB;
	color: #fff;
	min-height: 3.57em;
	padding: 0.35em 1.5em 0.35em 1.06em;
	position: relative;
	z-index: 1;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.24;
}

.schools-item-hidden {
	display: none;
}

.school-hidden,
.schools-item-mobile {
	display: none;
	position: relative;
	background: #FFFFFF;
	margin-bottom: 1.9em;
	padding: 4em 1em;
}

.school-hidden .close {
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: pointer;
}

.schools-item-hidden-content {
	max-width: 38em;
	margin: auto;
}

.schools-item-hidden-title {
	margin-bottom: 0.7em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.24;
	color: #121212;
}

.schools-item-hidden-content a {
	font-weight: 500;
	color: #7BA1AB;
}

@media (max-width: 991px){
	.schools-item-text {
		padding: 0.35em 0.5em 0.35em 0.6em;
	}
}

@media (max-width: 767px){
	.schools-item-mobile {
		margin-top: 2em;
	}

	.schools-item {
		height: auto;
	}
}

@media (max-width: 480px){
	.school-list {
		padding-bottom: 3em !important;
	}

}



