/* Google Maps - https://codepen.io/Marnoto/pen/xboPmG */
#googleMapFrame {width: 100%; height: 500px; margin: 0px 0px 10px 0px; float: left; background-color: #f7f7f7;}
#map-canvas {
	margin: 0;
	padding: 0;
	height: 400px;
	max-width: none;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	width: 300px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 2px solid #659333;
	border-radius: 2px 2px 2px 2px;
}
#iw-container {
	margin-bottom: 10px;
}
#iw-container .iw-title {
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	color: #64903b;
	background-color: #FFF;
	margin: 0;
	text-transform: uppercase;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
  width: 300px !important;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 0px 10px 0px 10px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}
.iw-content img {
  width: auto;
  height: auto;
	float: left;
	margin: 0 10px 0px 0px;	
}
.iw-content P {margin: 0px 0px 0px 0px; color: #878f94 !important; line-height: 1.2 !important;}
.iw-content .vCenterer {width: 100%; float: left; display: flex; align-items: center; flex-wrap: wrap; }
.iw-content .vCenterer P {margin: 0px;}
.iw-content .vCenterer .big {font-size: 37px; font-weight: bold;}
.iw-content .vCenterer .link {width: 100%; float: left; margin: 10px 0px 0px 0px; color: #64903b;}
.iw-content .vCenterer .link A {color: #64903b !important; font-weight: bold; text-decoration: none;}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.gm-style .gm-style-iw-d {overflow: hidden !important;}
.gm-style .gm-style-iw-t::after {top: 13px !important;}

.schoolNavigFrame {width: 100%; float: left; margin: 0px 0px 20px 0px; font-size: 11px; font-style: italic; color: #898989; border-bottom: 1px #eee solid; padding: 0px 0px 10px 0px;}