.find-a-school {
	margin-top: -190px;
}
.welcome-message-home {
	position: absolute;
	left:0;
	right: 0;
	bottom: 100px;
	margin: 0 auto;
	padding-right: 50px;
	z-index: 5;
}
.welcome-message-home h2 span {
	color: #fff;
	font-size: 3.0vw;
	text-align: right;
	font-weight: 500;
}
.welcome-message-home h2 {
	color: #fff;
	font-size: 2.0vw;
	text-align: right;
	font-weight: 200!important;
}
/* == Language Selector == */
#gtranslate {
	position: fixed;
	left: 0;
	bottom: 0;
	top: 150px;
	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 #2E354F;
}
#gtranslate-tab svg {
	padding-top: 22px;
}
#gtranslate-tab:hover {
	background-color: #2E354F;
	border: solid 4px #2E354F;
}
#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;
}

#twitter {
	position: fixed;
	left: 0;
	bottom: 0;
	top: 220px;
	z-index: 9999;
}
#twitter-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 #2E354F;
}
#twitter-tab svg {
	padding-top: 22px;
}
#twitter-tab:hover {
	background-color: #2E354F;
	border: solid 4px #2E354F;
}
#twitter-tab:hover .fa-brands {
	color: #fff;
}
.fa-brands {
	margin-top: 11px;
}

/* == Site Search Button == */
#sitesearch {
	position: fixed;
	left: 0;
	top: 80px;
	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 #2E354F;
}
#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: #2E354F;
	border: solid 4px #2E354F;
}

#sitesearch-tab:hover .fa-search {
	color: #fff;
}
.fa-search {
	margin-top: 5px;
	padding-top: 8px;
}

.fas {
}
.fa-search {
	color: #2E354F;
}
.fa-language {
	color: #2E354F;
	padding-top: 8px;
}

.google-map a {
	color: #000;
}
.list-of-schools {
	position: relative;
	top: -60px;
}
.list-of-schools:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/webcontent/webimage/home-slider-mask-new1.png) repeat-x bottom left;
    bottom: 0;
    left: 0;
	z-index: -1;
}
.masked-image {
	position: relative;
	margin-top: 10px;
            width: 100%;
            aspect-ratio: 1 / 1; /* Ensures square */
            background-size: cover;
            background-position: center;
            -webkit-mask-image: url('/webcontent/webimage/squoval-img-mask.png');
            -webkit-mask-size: cover;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            mask-image: url('/webcontent/webimage/squoval-img-mask.png');
            mask-size: contain;
            mask-repeat: no-repeat;
            mask-position: center;
            background-color: #ccc; /* fallback color while loading */
	transform: scale(1);
    transition: transform 0.8s ease;
        }
.image-container {
            padding: 10px;
        }
.school-logo-mask img {
	position: absolute;
    top: 60px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
	transition: transform 0.5s ease-in-out;
}
.image-container:hover .school-logo-mask img {
	position: absolute;
    transform: translateX(200%) translateY(25%) rotate(360deg) scale(1.0);
}
.image-container:hover .school-name-mask h2 {
	position: absolute;
    transform: translateY(-140%) scale(1.0);
	color: #fff;
	background-color: transparent;
}

.school-name-mask {
	position: relative;
    z-index: 1;
}
.school-name-mask h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #1C1F3C;
	margin-top: -30px;
	font-size: 18px;
	transition: transform 0.5s ease-in-out;
	background-color: #fff;
	padding: 10px 0 10px 0;
}
@keyframes slide {
	0% {top:30px;}
	100% {top:35%;left: 35%;}
}
.image-container:hover .masked-image {
    transform: scale(1.1);
	filter: blur(5px) brightness(70%);
	
}
.image-container:hover a {
           text-decoration: none;
	
}
.shape-top {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDMuNEMxMDUwLjU5IDE4IDEwMTkuNCA4NC44OSA3MzQuNDIgODQuODljLTMyMCAwLTMyMC04NC4zLTY0MC04NC4zQzU5LjQuNTkgMjguMiAxLjYgMCAzLjRWMTQwaDEyODB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA1MS43NmMtMjAxIDEyLjQ5LTI0Mi40MyA1My40LTUxMy41OCA1My40LTMyMCAwLTMyMC01Ny02NDAtNTctNDguODUuMDEtOTAuMjEgMS4zNS0xMjYuNDIgMy42VjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
	background-size: 80% 70px;
	top: -57px;
	bottom: 80px;
	position: relative;
	height: 60px;
	z-index: 4;
}
.shape-bottom {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDMuNEMxMDUwLjU5IDE4IDEwMTkuNCA4NC44OSA3MzQuNDIgODQuODljLTMyMCAwLTMyMC04NC4zLTY0MC04NC4zQzU5LjQuNTkgMjguMiAxLjYgMCAzLjRWMTQwaDEyODB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA1MS43NmMtMjAxIDEyLjQ5LTI0Mi40MyA1My40LTUxMy41OCA1My40LTMyMCAwLTMyMC01Ny02NDAtNTctNDguODUuMDEtOTAuMjEgMS4zNS0xMjYuNDIgMy42VjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
	background-size: 80% 70px;
	top: -170px;
	bottom: 80px;
	position: relative;
	height: 60px;
	z-index: 4;
}
.welcome-top-shape {
	background-image: url(/webcontent/webimage/welcome-top-shape.png);
	background-size: 100% 50px;
	top: -80px;
	bottom: 80px;
	position: relative;
	height: 40px;
	z-index: 4;
}
#mainbody {
	position: relative;
    top: -95px;
	background-color: #60A6AD;
}
.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;
	}
}
.home-quicklinks {
	position: relative; 
	top: -180px;
	width: 100%;
}




/* == Navbar Main Style == */
.navbar-default {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	z-index: 2;
}
.navbar-brand img {
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
    max-height: 350px;
}
.navbar-default svg {
	margin-bottom: 10px;
}
.navbar-default .navbar-nav > li > a {
	padding: 20px;
	color: #fff;
	font-size: 1.2em;
}
/* == Homepage Slideshow == */
.slideshow-box:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    background: url(/webcontent/webimage/menu-overlay.png) repeat-x top left;
    top: 0;
    left: 0;
	z-index: 1;
	transform: scale(1);
    transition: transform 0.8s ease;
}
.slideshow-box:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/webcontent/webimage/home-slider-mask-new1.png) repeat-x bottom left;
    bottom: 0;
    left: 0;
	z-index: 1;
}
.slideshow-box {
	height: 95vh;
	width: 100%;
	position: relative;
}
#slide-1 {
	background-image: url("/webcontent/webimage/img_4319-2293.jpg");
	transform: scale(1.2);
}
#slide-2 {
	background-image: url("/webcontent/webimage/img_9684-130.jpg");
	transform: scale(1.2);
}
#slide-3 {
	background-image: url("/webcontent/webimage/pupils.jpg");
}
#slide-4 {
	background-image: url("/webcontent/webimage/curriculum.jpg");
}
.fill {
	width: 100%;
	height: 95vh;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
#myCarousel {
	position: relative;
	width: 100%;
	z-index:0;
}
.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;
}
