#popup {
	width: 70%;
	position:fixed;
	margin:0 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
    background: #fff;
	border: 2px solid #529163;
}
#popup img {
	border: 2px solid #132c84;
}
#popup p {
	font-size: 30px;
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 425px) {
	#popup p {
		font-size: 15px;
	}
}
.eIMmgT, .eIMmgT * {
    box-sizing: border-box !important;
    outline: none !important;
    border-radius: 0!important;
}
.egiTHk {
	border-radius: 0!important;
}
.djWGwD {
	border-radius: 0!important;
}
.fZjUDl {
	border-radius: 0!important;
}
.school-name {
	position: absolute;
	top: 100px;
	color: #000;
	z-index: 500;
}
#overlay {
  height: 100%;
  overflow: visible;
  pointer-events: none;
  background: none !important;
}
.full-screen-video-container {
  position: relative;
  height: 100%;
  width: 100vw;
  justify-content: center;
}

.full-screen-video-container video {
  width: auto;
  height: auto;
  max-width: 100%;
}
.view-video-button {
	position: absolute;
  bottom: 8px;
  right: 16px;
}
.social-ad {
	position: relative;
}
.fas {
	padding-top: 8px;
}
.fa-search {
	color: #fff;
}
.fa-language {
	color: #fff;
}
/* == Language Selector == */
#gtranslate {
	position: fixed;
	left: 0;
	bottom: 0;
	top: 160px;
	z-index: 9999;
}
#gtranslate-tab {
	position: fixed;
	right: 5px;
	float: right;
	cursor: pointer;
	text-align: center;
	width: 75px;
	height: 75px;
	background-color: #8DBE0E;
	border-radius: 50%;
	border: solid 4px #fff;
}
#gtranslate-tab svg {
	padding-top: 22px;
}
#gtranslate-tab:hover {
	background-color: #fff;
	border: solid 4px #8DBE0E;
}
#gtranslate-tab:hover .fa-language {
	color: #8DBE0E;
}
#gtranslate-form {
	position: fixed;
	float: right;
	background-color: transparent;
	width: 167px;
	margin-right: 80px;
	margin-top: 28px;
	right: 0;
	height: inherit;
	z-index: 9999 !important;
	padding-left: 5px;
	padding-right: 10px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.fa-language {
	margin-top: 5px;
}


/* == Site Search Button == */
#sitesearch {
	position: fixed;
	left: 0;
	top: 80px;
	bottom: 0;
	z-index: 9999;
}
#sitesearch-tab {
	position: fixed;
	right: 5px;
	float: right;
	cursor: pointer;
	text-align: center;
	width: 75px;
	height: 75px;
	background-color: #8DBE0E;
	border-radius: 50%;
	border: solid 4px #fff;
}
#sitesearch-tab svg {
	margin-top: 9px;
	padding: 15px;
	color: #fff;
}
#sitesearch-form {
	position: fixed;
	float: right;
	background-color: transparent;
	width: 167px;
	margin-right: 75px;
	margin-top: 25px;
	right: 0;
	height: inherit;
	z-index: 9999 !important;
	padding-left: 5px;
	padding-right: 10px;
	background-clip: 'padding-box';
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#sitesearch-tab svg {
	padding-top: 22px;
	color: #529163 !important;
}
#sitesearch-tab:hover {
	background-color: #fff;
	border: solid 4px #8DBE0E;
}

#sitesearch-tab:hover .fa-search {
	color: #8DBE0E;
}
.fa-search {
	margin-top: 5px;
}


.embed-responsive-item {
	padding-bottom: none;
	top: 70px !important;
	height:80% !important;
}

.elfsight-app-ac28bb68-d048-4a2c-8d08-e16a6a974a6c {
	height: 100%;
	overflow: scroll;
}
.google-map a {
	color: #000;
}

.overlay {
background:transparent;
position:relative;
width:100%; /* your iframe width */
height:480px; /* your iframe height */
top:480px; /* your iframe height */
margin-top:-480px; /* your iframe height */
}
.contact-section {
	padding-left: 35px;
}
.sl-searchbox {
	margin-top: 5px;
	width: 100%;
}
.login-button {
	width: 100%;
}

/* General CSS */
body {
	background-color: #fff;
}
#mainbody {
	margin-top: -20px;
	padding-top: 0px;
}
#bodycontent {
	margin-top: 60px;
}
.nopadding {
	padding: 0px;
}

.aboutbg {
	background-image: url("/webcontent/webimage/1.jpg");
	background-color: #cccccc;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.aboutfooter {
	background-color: rgba(216, 163, 19, 0.7);
	position: relative;
	bottom: -100px;
	left: 0;
	width: auto;
	padding: 15px 25px;
	font-size: 25px;
	right: 0;
	color: #fff;
	font-weight: bold;
	margin: auto;
}
.aboutfooter a {
	color: #fff;
}
.newsbg {
	background-image: url("/webcontent/webimage/2.jpg");
	background-color: #cccccc;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.newsfooter {
	background-color: rgba(25, 116, 31, 0.7);
	position: relative;
	bottom: -100px;
	left: 0;
	width: auto;
	padding: 15px 25px;
	font-size: 25px;
	right: 0;
	color: #fff;
	font-weight: bold;
	margin: auto;
}
.newsfooter a {
	color: #fff;
}
.classesbg {
	background-image: url("/webcontent/webimage/3.jpg");
	background-color: #cccccc;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.classesfooter {
	background-color: rgba(19, 28, 215, 0.7);
	position: relative;
	bottom: -100px;
	left: 0;
	width: auto;
	padding: 15px 25px;
	font-size: 25px;
	right: 0;
	color: #fff;
	font-weight: bold;
	margin: auto;
}
.classesfooter a {
	color: #fff;
}
.teamsbg {
	background-image: url("/webcontent/webimage/4.jpg");
	background-color: #cccccc;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.teamfooter {
	background-color: rgba(201, 23, 23, 0.7);
	position: relative;
	bottom: -100px;
	left: 0;
	width: auto;
	padding: 15px 25px;
	font-size: 25px;
	right: 0;
	color: #fff;
	font-weight: bold;
	margin: auto;
}
.teamfooter a {
	color: #fff;
}
#mainbody {
	margin-top: -20px;
	padding-top: 0px;
}

.header-bar {
	min-height: 200px!important;
}