/* ============================= *
*	  	SCHOOL PAGE STYLES    	 *
* ============================== */
#school-page #page-title{margin-top: 50px;}

/*
* School anchor menu
*/
#school-page #school-menu{
	text-align: center;
	margin-bottom: 25px;
	margin-top: 5px;
}

#school-page #school-menu a{ text-decoration: none;  }

#school-page #school-menu .menu-container{
    overflow: auto;
	white-space: nowrap;
}

#school-page #school-menu .menu-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#school-page #school-menu .menu-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgb(220, 105, 81);
    border: 1px solid #eee;
}

#school-page #school-menu .menu-container::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 8px;
}

#school-page #school-menu a{
	display: inline-block;
	font-size: 24px;
    color: #333;
    padding-left: 13px;
    padding-right: 13px;
}

#school-page #school-menu a:hover{
	text-decoration: none;
    color: rgb(220, 105, 81);
}

#school-page #school-menu a:focus{text-decoration: none;}

#school-page #school-menu a.active{color: rgb(5,25,194); }

/*
* School description
*/
#school-page #description .second-col{padding-left: 89px;}

#school-page #school-map img{width: 370px;}

#school-page #school-info{
	background: rgb(255, 245, 104);
	position: relative;
	float: right;
	padding: 25px;
	margin-right: 0;
	top: -25px;
	width: 320px;
}

#school-page #school-info p{
	font-size: 20px;
	margin: 0;
	line-height: 25px;
}

#school-info #school-phone, #school-info #school-email{
	margin-top: 10px !important;
}

.school__details{
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.school__map{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.school__map img{width: 100%;}

.school__info{
	background: #7173DE33;
    padding: 25px;
	margin-left: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 224px;
}

.school__info a{
	color: #0519c2;
	text-decoration: none;
}

.school__info p{
    font-size: 20px;
    margin: 0;
    line-height: 25px;
}

.schoo__info-phone, .school__info-email{
	margin-top: 10px !important;
}


/*
* School maps
*/
#google-map{height: 450px;}

#virtual-tour{height: 450px;}

/*
* Others
*/
.expandable-section{display: none;}

.expandable-section .close-popup{
    font-size: 20px;
    color: rgb(32, 65, 154);
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
}

.expandable-section ul{
	list-style: none;
	padding: 0 15px;
}

.expandable-section ul li{padding-bottom: 10px;}

.video-button-section{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.video-button-section .btn-primary-white.outline{
    padding-top: 30px;
    padding-bottom: 30px;
    border: 3px solid white;
    border-radius: 30px;
    font-size: 16px;
    line-height: 0;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.video-button-section .btn-primary-white.outline:hover {
    background-color: white !important;
    color: #333;
    text-decoration: none;
}

#student-videos-testimonials h2{ color: black; }

/* ============================= *
*	      MEDIA QUERIES          *
* ============================== */
@media only screen and (max-width : 1200px) {
	#school-page .grey-line{border-top: none;}
	#school-page #description .second-col{padding-left: 40px;}
	#school-page #school-menu .menu-container{padding-bottom: 10px;}
}

@media only screen and (max-width : 992px) {
	#school-page #description .first-col{padding-right: 40px;}

	#school-page #school-info{top:0;}

	#school-page #school-info p, .school__info p{
		font-size: 16px;
	}
}

@media only screen and (max-width : 767px) {
	#school-page .grey-line{padding-top: 10px;}

	#school-page #description .first-col{padding-right: 15px;}

	#school-page #description .second-col{
		padding-left: 0;
		padding-right: 0;
		margin-top: 30px;
	}

	#school-page #school-map{
		float: left;
		width: 50%;
	}

	#school-page #school-map img{
		min-height: 270px;
		display: block;
		margin: 0 auto;
	}

	#school-page #school-info{
		min-height: 200px;
		width: 100%;
		float: none;
	}

	#school-page #school-info p{font-size: 20px;}

	.school__details {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.school__info{
		width: 100%;
		margin-left: 0;
	}
}

@media only screen and (max-width : 480px) {
	#school-page #page-title{margin-top: 30px;}

	#school-page #school-menu a{
		padding-left: 7px;
		padding-right: 7px;
		font-size: 18px;
	}

	#school-page #school-info p{line-height: 25px;}

	#school-page #school-map{
		float: none;
		width: 100%;
	}

	#school-page #school-map img{
		width: 100%;
	    min-height: auto;
	}

	.school__details {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.school__map{
		width: 100%;
	}

	.school__info{
		width: 100%;
		min-height: auto;
		float: none;
		top: 0px;
		margin: 0 auto;
		position: relative;
	}
}

@media only screen and (max-width : 320px) {
	#school-page #school-info{padding: 16px;}
	#school-page #school-info p {font-size: 15px;}
}

@media only screen and (min-width : 768px) {
	#school-page #description .second-col{padding-right: 0;}
}
