.more-info {
    color: #fff;
    background-color: #0072bc;
    border-color: #4cae4c;
    position: absolute;
    right: 0;
	left: 0;
    bottom: 0;
}
.close-popup {
    color: #fff;
    background-color: #0072bc;
    border-color: #4cae4c;
    position: absolute;
    right: 0;
	left: 0;
    top: 0;
}
#popup {
	position:fixed;
	margin:0 0;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
#popup img {
	width: 100%;
}
.interventions {
	position: relative;
	top: -90px;
}
.school-map {
	position: relative;
}
.shape-top {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDMuNEMxMDUwLjU5IDE4IDEwMTkuNCA4NC44OSA3MzQuNDIgODQuODljLTMyMCAwLTMyMC04NC4zLTY0MC04NC4zQzU5LjQuNTkgMjguMiAxLjYgMCAzLjRWMTQwaDEyODB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA1MS43NmMtMjAxIDEyLjQ5LTI0Mi40MyA1My40LTUxMy41OCA1My40LTMyMCAwLTMyMC01Ny02NDAtNTctNDguODUuMDEtOTAuMjEgMS4zNS0xMjYuNDIgMy42VjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
	background-size: 80% 100px;
	top: -80px;
	bottom: 80px;
	position: relative;
	height: 80px;
	z-index: 4;
}
.school-intro {
	position: relative;
	z-index: 100;
	background-color: #fff;
	color: #3A4457;
}
.Welcome p {
	padding-top: 5px;
	font-size: 2.8em;
	color: #0072bc;
}
.moto p {
	font-size: 1.8em;
	color: #3A4457;
}
@media screen and (max-width: 768px) {
	.home-quicklinks {
		position: relative; 
	}
	.home-quicklinks .pulse-button-upper {
		position: relative; 
	}
}
.pulse-button-row {
	position: relative;
	z-index: 100;
}
.pulse-button {
	position: absolute;
  top: 50px;
  left: 50%;
	border-radius: 25px;
  transform: translate(-50%, -50%);
	font-size: 1.8em;
	font-weight: 600;
	width: 80%;
	height: 200px;
	box-shadow: 0 0 0 0 rgba(0, 114, 188, 0.7);
	border: 5px solid #0072bc;
	color: #fff;
	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: -80px;
	width: 100%;
	margin-bottom: 60px;
}

@media (max-width: 1254px) {
	.fill {
		width: 100%;
		height: 500px!important;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.pulse-button {
		position: relative;
		transform: translate(-50%, -50%);
		width: 200px;
		height: 160px;
	}
}
@media (max-width: 992px) {
	#mainbody {
		padding-top: 0!important;
	}
	.fill {
	width: 100%;
	height: 300px!important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
	.pulse-button {
	position: relative;
  transform: translate(-50%, -50%);
	width: 90%;
	height: 160px;
	font-size: 1.2em;
	}
}
@media (max-width: 710px) {
	#mainbody {
		padding-top: 0!important;
	}
	.fill {
	width: 100%;
	height: 300px!important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
	.pulse-button {
	position: relative;
  transform: translate(-50%, -50%);
	width: 90%;
	height: 160px;
	}
	.home-quicklinks {
		margin-bottom: -10px!important;
}
}





/* == Language Selector == */
#gtranslate {
	position: fixed;
	left: 0;
	bottom: 0;
	top: 180px;
	z-index: 9999;
}
#gtranslate-tab {
	position: fixed;
	right: 15px;
	float: right;
	cursor: pointer;
	text-align: center;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	border: solid 4px #0072bc;
}
#gtranslate-tab svg {
	padding-top: 22px;
}
#gtranslate-tab:hover {
	background-color: #0072bc;
	border: solid 4px #0072bc;
}
#gtranslate-tab:hover .fa-language {
	color: #fff;
}
#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: 110px;
	bottom: 0;
	z-index: 9999;
}
#sitesearch-tab {
	position: fixed;
	right: 15px;
	float: right;
	cursor: pointer;
	text-align: center;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	border: solid 4px #0072bc;
}
#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: #26AF61 !important;
}
#sitesearch-tab:hover {
	background-color: #0072bc;
	border: solid 4px #0072bc;
}

#sitesearch-tab:hover .fa-search {
	color: #fff;
}
.fa-search {
	margin-top: 5px;
	padding-top: 8px;
}

.fas {
}
.fa-search {
	color: #0072bc;
}
.fa-language {
	color: #0072bc;
	padding-top: 8px;
}



/* == Homepage Slideshow == */
.slideshow-box {
	width: 100%;
	position: relative;
	margin-top: -20px;
}
#slide-1 {
	background-image: url("/webcontent/webimage/forest-school-5.jpg");
}
#slide-2 {
	background-image: url("/webcontent/webimage/literacy-7.jpg");
}
#slide-3 {
	background-image: url("/webcontent/webimage/dsc_0228.jpg");
}
#slide-4 {
	background-image: url("/webcontent/webimage/dsc_0181.jpg");
}
.fill {
	width: 100%;
	height: 700px;
	background-position: center center;
	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;
}

