/*
 * School single
*/


.gray .alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.accordion {
	padding: 4em 0 3em;
}

.accordion h2 {
	max-width: 20em;
	margin-bottom: 0.85em;
}

.accordion-item {
	margin-bottom: 1em;
	display: flex;
	position: relative;
	align-items: flex-start;
}

.accordion-item:not(:last-child){
	border-bottom: 1px solid #DDDDDD;
}

.accordion-header {
	width: auto;
	padding: 0.9em 1.5em 0.9em 1.5em;
	border: none;
	outline: none;
	background: none;
	text-align: left;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.29em;
	flex-grow: 1;
}

.accordion-header:focus,
.accordion-header:active {
	outline:none;
	border: none;
}
.accordion-header::-moz-focus-inner{
	border:none
}  

.accordion-body {
	flex-grow: 5;
	padding-right: 4em;
	padding-left: 1em;
}

.accordion-body > div {
	padding: 1em 0 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;
}

.accordion-header::after {
	right: 1.5em;
}


.gray {
	padding: 2em 0;
}

h3 {
	font-weight: 800;
	font-size: 1.5em;
	line-height: 2;
}

.gray p {
	line-height: 1.66;
}

.gray a {
	font-weight: 600;
	text-decoration-line: underline;
	color: #121212;
}

.scores {
	margin-bottom: 1em;
}

.scores-item {
	display: flex;
}

.scores-item-title {
	font-weight: 600;
	font-size: 1.5em;
	margin-right: 1em;
	min-width: 38%;
}

/* .scores-item-desc {
	font-weight: 600;
} */

.scores-item-desc ul {
	margin-bottom: 0;
	margin-top: 0;
	line-height: 28px;
}

.scores-item-desc ul li::before {
	top: 0.8em;
}

.full-width-image {
	position: relative;
}

.full-width-image:before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #F2F2F2;
}

.mba-updates {
	padding: 3em 0 6.5em;
}

.mba-updates-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 0.5em;
}

.mba-updates-arrows {
	display: flex;
}

.mba-updates-left {
	margin-right: 1.21em;
}

.mba-updates-left,
.mba-updates-right {
	cursor: pointer;
}

.mba-updates-arrows .slick-arrow svg {
	width: 2.79em;
	height: 2.79em;
}

.mba-updates-slider {
	margin: 0 -15px;
}

.mba-updates-slider .slick-track {
	display: flex;
}

.mba-updates-slider-item.slick-slide {
	display: flex;
	flex-direction: column;
	flex: unset;
	box-shadow: 0 4px 15px 0px rgba(0,0,0,0.25); 
	height: auto;
	display: flex;
	padding: 0;
	margin: 0 15px;
}

.mba-updates-slider article {
	height: auto;
	flex: unset;
	padding: 10px 15px 15px;
}

.mba-updates-slider-text {
	flex-grow: 1;
	padding: 1.4em 1.79em 1.8em;
	background: #7BA1AB;
	color: #fff;
}

.mba-updates-slider-img img {
	display: block;
	width: 100%;
	min-height: 252px;
}

.mba-updates-slider-text-top {
	display: flex;
	margin-bottom: 0.8em;
	font-family: Mulish;
	font-size: 0.57em;
	line-height: 2;
	color: #FFF;
}

.mba-updates-slider-data {
	display: flex;
	align-items: center;
	margin-right: 2.5em;
}

.mba-updates-slider-bottom {
	font-family: Mulish;
	font-weight: 800;
	font-size: 0.86em;
	line-height: 1.25;
	color: #FFFFFF;
}

.mba-updates-slider-data svg {
	margin-right: 0.5em;
}

.mba-updates-slider-item:hover {
	text-decoration: none;
}


.guide-list {
	padding: 5em 0;
}

.guide-list-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1em
}

.guide-list-header h2 {
	margin-right: 1em;
	max-width: 76%;
}

.guide-list-arrows {
	display: flex;
}

.guide-right {
	margin-left: 1em;
}

.guides-slider {
	margin: 0 -0.8em;
}

.guides-slider .slick-track {
	display: flex;
}

.guides-slider-item {
	padding-top: 16.5em;
	margin: 0.8em;
	height: auto;
	box-shadow: 0px 4px 0.8em rgba(0, 0, 0, 0.25);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center -2em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.29em;
	line-height: 1.33;
	color: #FFF;
}

.guides-slider-item:hover {
	color: #FFF;
	text-decoration: none;
}

.guides-slider-item span {
	position: relative;
	padding: 1em;
	background: #7BA1AB;
	display: block;
	height: 100%;
}


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

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

.half img {
	width: 100%;
}

.half h2 {
	margin-top: 0.25em;
	max-width: 90%;
}

.half-content {
	max-width: 41em;
	width: 90%;
	line-height: 1.57;
}

.half-left h2,
.half-left .half-content {
	padding-left: 10%;
}

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

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



/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1199px){
	.guides-slider-item {
		padding-top: 10.5em;
	}

	.accordion-body {
		max-width: 70%;
	}

}

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

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
	.accordion-item {
		flex-direction: column;
	}

	.accordion-header {
		width: 100%;
	}

	.accordion-body {
		max-width: 100%;
		padding: 1em 2em 1em;
	}

	.guide-list-header h2 {
		margin-right: 0.5em;
		max-width: 65%;
	}
	
}

@media (max-width: 359px) {
	
}




.success-stories-left-side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding-bottom: 1em;
}

.success-stories-arrows {
	display: flex;
	align-items: center;
}

.success-stories-left, 
.success-stories-right {
	cursor: pointer;
}

.success-stories-arrows .slick-arrow svg {
	width: 2.79em;
	height: 2.79em;
}

.success-stories-count {
	margin: 0 1.4em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 2;
}

.success-stories-heading img {
	margin-bottom: 0.4em;
	width: 12.14em;
}

.success-stories-name {
	margin-bottom: 0.6em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 2;
	color: #7BA1AB;
}

.success-stories {
	padding: 5.4em 0;
	background: #F2F2F2;
}

.success-stories-items p {
	margin-bottom: 0.6em;
	font-family: 'Mulish';
	font-size: 0.86em;
}

.success-stories-items p strong {
	font-weight: 800;
}

.success-stories-heading {
	max-width: 15.57em;
	margin-left: auto;
}

.success-stories-content {
	max-width: 30.93em;
	margin: 0 auto;
}

.success-stories-content p {
	margin-bottom: 1.1em;
}

.success-stories-slider {
	margin: 0;
}

@media (max-width: 1300px){
	.success-stories-heading {
		margin-left: 0;
	}
}

@media (max-width: 767px){
	.success-stories-left-side {
		padding-bottom: 2.5em;
	}

	.success-stories-arrows {
		justify-content: space-between;
	}

	.success-stories-content {
		max-width: none;
		margin: 18px auto 0;
	}	
}

@media (max-width: 480px){
	.success-stories {
		padding: 3.4em 0;
	}

	.success-stories h2 {
		margin-bottom: 26px;
	}

	.success-stories-name {
		margin-bottom: 0.2em;
	}
}




/*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-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) {

}




/*Testimonials flexible*/

.testimonials-flexible {
	padding: 5.8em 0 5em;
	position: relative;
	background-color: #9F9F9F;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.testimonials-flexible::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.87);
	z-index: 0;
}

.testimonials-flexible > * {
	position: relative;
}

.testimonials-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 1.71em;
}

.testimonials-header .subtitle {
	max-width: 90%;
	font-size: 1.1em;
}

.testimonials-arrows {
	display: flex;
	min-width: 7em;
}

.testimonials-left.slick-arrow {
  margin-right: 1.2em;
}

.testimonials-slider.slick-initialized {
  margin: 0 -1em 0;
}

.testimonials-slider .slick-track {
	display: flex;
}

.testimonials-item {
	max-width: unset;
	flex: unset;
	height: auto;
	margin-bottom: 2em;
}

.type-testimonials {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);	
}

.testimonials-class {
	padding: 1em;
	min-height: 3.5em;
	background: #7CA1AB;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.14em;
	text-align: right;
	color: #FFFFFF;
}

.testimonials-item .entry-content {
	flex-grow: 1;
	padding: 4.6em 2.5em 2em 1.5em;
	position: relative;
	line-height: 1.5;
}

.testimonials-item .entry-content::before {
	content: "";
	display: block;
	width: 2.6em;
	height: 2em;
	position: absolute;
	top: 1.7em;
	left: 1.4em;
	background: url(/wp-content/uploads/2021/04/quote-2.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.read-more {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	color: #7CA1AB;
	margin-top: 1em;
}

.read-more:hover {
	color: #7CA1AB;
}

.testimonials-title {
	background: #F2F2F2;
}

.testimonials-title>* {
	margin-bottom: 0;
	padding: 1.25em;
	font-family: Mulish;
	font-style: italic;
	font-weight: bold;
	font-size: 1.14em;
	line-height: 145.5%;
	color: #121212;
	text-align: right;
}

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

.modal-testimonials .testimonials-title > * {
	padding: 0.6em 1.25em;
	font-size: 1.5em;
}

.modal-testimonials .entry-content {
	padding: 4.6em 8.5em 2em 8.5em;
	position: relative;
}

.modal-testimonials .entry-content::before {
	content: "";
	display: block;
	width: 2.6em;
	height: 2em;
	position: absolute;
	top: 1.7em;
	left: 8.2em;
	background: url(/wp-content/uploads/2021/04/quote-2.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 8.2em;
}

.modal-testimonials .entry-content::before {
	left: 8.2em;
}

.modal-prev {
	position: absolute;
	left: 2em;
	top: 40%;
	cursor: pointer;
}

.modal-next {
	position: absolute;
	right: 2em;
	top: 40%;
	cursor: pointer;
}



/*
 * RESPONSIVE STYLES
*/

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

@media (max-width: 991px){

	.slick-dots li button::before {
		font-size: 10px;
		opacity: 1;
		color: #C4C4C4;
	}

	.slick-dots li.slick-active button::before {
		opacity: 1;
		color: #BAA375;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

	.testimonials-flexible {
		padding: 47px 0;
	}

	.testimonials-header > div:first-child {
		max-width: 68%;
	}

	.testimonials-class {
		min-height: 2.9em;
		padding: 0.7em 1em;
		font-weight: bold;
		font-size: 15px;
	}

	.testimonials-title > * {
		padding: 1.1em;
		font-size: 14px;
	}

	.slick-dots {
		position: absolute;
		bottom: -33px;
	}

	.modal-testimonials .entry-content {
		padding: 3.6em 1.5em 1em 1.5em;
	}

	.modal-testimonials .entry-content::before {
	    left: 1.2em;
	    top: 58px;
	    width: 5em;
	    height: 3em;
	    opacity: 0.2;
	}

	.modal-next {
		right: 1.2em;
		top: 8px;
	}

	.modal-prev {
		left: 1.2em;
		top: 8px;
	}

	.modal-testimonials .testimonials-title > * {
		font-size: 1.3em;
	}

	.next.page-numbers {
		margin-left: 0.5em;
	}

	.prev.page-numbers {
		margin-right: 0.5em;
	}
}
