#popup {
            position:fixed;
            margin:0 0;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 9999;
    }
#popup img {
            width: 70vw;
    }
@media screen and (max-width: 992px) {
	#popup img {
            width: 90vw;
    }
}
/* ==============================
   WELCOME MESSAGE OVER slides
================================ */
.welcome-message-home {
  position: absolute;
  top: 70%; left: 0; right: 0;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 25px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
.welcome-message-home h2 span {
  color: #fff;
  font-size: 3vw;
  text-align: right;
  font-weight: 500;
}
.welcome-message-home h2 {
  color: #fff;
  font-size: 2.2vw;
  text-align: right;
  font-weight: 200 !important;
}
.welcome-message-home p {
  color: #fff;
  font-size: 1.47vw;
  text-align: right;
  font-weight: 200 !important;
  margin-top: -30px;
}
@media screen and (max-width: 992px) {
  .welcome-message-home h2 span { font-size: 22px; }
  .welcome-message-home h2 { font-size: 18px; }
  .welcome-message-home p { font-size: 15px; }
}

/* ==============================
   SLIDE-IN ANIMATION
================================ */
.slide-in-from-right {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 1.5s ease-out, opacity 0.5s ease-out;
}
.slide-in-from-right.active {
  transform: translateX(0);
  opacity: 1;
}


.school-map {
	position: relative;
	top: -180px;
}
.shape-top {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDMuNEMxMDUwLjU5IDE4IDEwMTkuNCA4NC44OSA3MzQuNDIgODQuODljLTMyMCAwLTMyMC04NC4zLTY0MC04NC4zQzU5LjQuNTkgMjguMiAxLjYgMCAzLjRWMTQwaDEyODB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA1MS43NmMtMjAxIDEyLjQ5LTI0Mi40MyA1My40LTUxMy41OCA1My40LTMyMCAwLTMyMC01Ny02NDAtNTctNDguODUuMDEtOTAuMjEgMS4zNS0xMjYuNDIgMy42VjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
	background-size: 80% 100px;
	top: -170px;
	bottom: 80px;
	position: relative;
	height: 100px;
	z-index: 4;
}
#mainbody {
	position: relative;
    top: -185px;
}
.school-intro {
	margin-top: 40px;
	position: relative;
	z-index: 100;
	background-color: #fff;
	color: #3A4457;
	border: 5px solid #3A4457;
	border-radius: 10px;
}
.Welcome p {
	padding-top: 5px;
	font-size: 2.5em;
	color: #FC0C0C;
}
.moto p {
	font-size: 1.8em;
	color: #3A4457;
}
@media screen and (max-width: 768px) {
	.home-quicklinks {
		position: relative; 
		top: 0;
	}
	.home-quicklinks .pulse-button-upper {
		position: relative; 
		top: 0;
	}
}
.pulse-button {
	position: relative;
	font-size: 1.8em;
	font-weight: 600;
	width: 200px;
	height: 200px;
	box-shadow: 0 0 0 0 rgba(25, 93, 43, 0.7);
	border: 5px solid #508328;
	border-radius: 5%;
	color: #FC0C0C;
	background-color: #3A4457;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
	margin: 20px 0px;
	z-index: 10;
}
.pulse-button:focus {
	outline: 0;
}
.pulse-button:hover  {
	-webkit-animation: pulse 1.00s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.00s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.00s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.00s infinite cubic-bezier(0.66, 0, 0, 1);	
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(239, 28, 38, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(239, 28, 38, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(239, 28, 38, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(239, 28, 38, 0);}}


.home-quicklinks {
	position: relative; 
	top: -180px;
	width: 100%;
}








/* == Language Selector == */
.fa-language {
	font-size: 1.8em !important;
    content: "\f1ab";
    color: white;
	padding-top: 15px !important;
}
.fa-search {
	font-size: 1.8em !important;
    content: "\f002";
    color: white;
	padding-top: 15px !important;
}
.fa-user {
	font-size: 1.8em !important;
    content: "\f0c0";
    color: white;
	padding-top: 15px !important;
}
#gtranslate {
	position: fixed;
	left: 0;
	bottom: 0;
	top: 210px;
	z-index: 9999;
}
#gtranslate-tab {
	position: fixed;
	right: 5px;
	float: right;
	cursor: pointer;
	text-align: center;
	width: 55px;
	height:55px;
	background-color: red;
	border-radius: 50%;
}
#gtranslate-form {
	position: fixed;
	float: right;
	background-color: transparent;
	width: 167px;
	margin-right: 80px;
	margin-top: 18px;
	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;
}

/* == Site Search Button == */
#sitesearch {
	position: fixed;
	left: 0;
	
	top: 280px;
	bottom: 0;
	z-index: 9999;
}
#sitesearch-tab {
	position: fixed;
	right: 5px;
	float: right;
	cursor: pointer;
	text-align: center;
	width: 55px;
	height: 55px;
	background-color: green;
	border-radius: 50%;
}
#sitesearch-form {
	position: fixed;
	float: right;
	background-color: transparent;
	width: 167px;
	margin-right: 70px;
	margin-top: 5px;
	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;
}

/* == Site Search Button == */
#sitelogin {
	position: fixed;
	left: 0;
	
	top: 350px;
	bottom: 0;
	z-index: 9999;
}
#sitelogin-tab {
	position: fixed;
	right: 5px;
	float: right;
	cursor: pointer;
	text-align: center;
	width: 55px;
	height: 55px;
	background-color: blue;
	border-radius: 50%;
}
#sitelogin-form {
	position: fixed;
	float: right;
	background-color: transparent;
	width: 167px;
	margin-right: 70px;
	margin-top: 10px;
	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;
}



/* == Homepage Slideshow == */
.slideshow-box {
	width: 100%;
	position: relative;
	top: -90px;
}
#slide-1 {
	background-image: url("/webcontent/webimage/20220623_083523-1.jpg");
}
#slide-2 {
	background-image: url("/webcontent/webimage/20220623_083258-1.jpg");
}
#slide-3 {
	background-image: url("/webcontent/webimage/20220623_083439-1.jpg");
}
#slide-4 {
	background-image: url("/webcontent/webimage/20220623_074756-1.jpg");
}
#slide-5 {
	background-image: url("/webcontent/webimage/20220623_083515.jpg");
}

.fill {
	width: 100%;
	height: 800px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 992px) {

}
#myCarousel {
	position: relative;
	width: 100%;
	z-index:0;
}
.item, .active {
	height: 20%;
}
.carousel-inner {
	height: 100%;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.carousel-caption {
	bottom: 25vh;
}
.carousel-caption h1 {
	text-transform: uppercase;
}
.carousel-caption h1 small {
	color: #fff;
	text-transform: lowercase;
}


#footer-outer {
	margin-top: -185px!important;
}