.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/4.jpg");
	background-position: 50% 60%;
}
#slide-2 {
	background-image: url("/webcontent/webimage/sm-slide-1.jpg");
	background-position: 50% 60%;
}
#slide-3 {
	background-image: url("/webcontent/webimage/sm-slide-2.jpg");
	background-position: 50% 80%;
}
#slide-4 {
	background-image: url("/webcontent/webimage/sm-slide-3.jpg");
	background-position: 50% 80%;
}
#slide-5 {
	background-image: url("/webcontent/webimage/sm-slide-4.jpg");
	background-position: 50% 50%;
}
#slide-6 {
	background-image: url("/webcontent/webimage/6.jpg");
	background-position: 40% 60%;
}
#slide-7 {
	background-image: url("/webcontent/webimage/7.jpg");
	background-position: 50% 60%;
}
#slide-8 {
	background-image: url("/webcontent/webimage/8.jpg");
}
#slide-9 {
	background-image: url("/webcontent/webimage/9.jpg");
	background-position: 50% 60%;
}
#slide-10 {
	background-image: url("/webcontent/webimage/10.jpg");
}
#slide-11 {
	background-image: url("/webcontent/webimage/11.jpg");
}
#slide-12 {
	background-image: url("/webcontent/webimage/12.jpg");
	background-position: 50% 60%;
}
#slide-13 {
	background-image: url("/webcontent/webimage/13.jpg");
}
#slide-14 {
	background-image: url("/webcontent/webimage/14.jpg");
}
#slide-15 {
	background-image: url("/webcontent/webimage/15.jpg");
}
#slide-16 {
	background-image: url("/webcontent/webimage/16.jpg");
}
#slide-17 {
	background-image: url("/webcontent/webimage/17.jpg");
}
#slide-18 {
	background-image: url("/webcontent/webimage/18.jpg");
	background-position: 50% 60%;
}
#slide-19 {
	background-image: url("/webcontent/webimage/19.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: 100%;
}
.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;
}