.school-intro {
	position: relative;
}
.Welcome p {
	font-size: 2.8em;
	color: #ef1c26;
}
.moto p {
	font-size: 1.8em;
	color: #ef1c26;
}
.home-quicklinks {
	position: relative; 
	top: -50px;
}
.home-quicklinks .pulse-button-upper {
	position: relative; 
	top: -60px;
}
@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.4em;
	width: 200px;
	height: 200px;
	border: none;
	box-shadow: 0 0 0 0 rgba(239, 28, 38, 0.7);
	border-radius: 50%;
	color: #fff;
	background-color: #ef1c26;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
	margin: 20px 0px;

}
.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);}}



/* == Define Site Variables to Reuse == */
:root {
	--teal: #008a97;
	--orange: #efae22;
	--yellow: #f1e235;
	--darkblue: #497AA5;
	--lime: #37cd56;
	--plum: #a00fa9;
	--salmon: #ff666d;
}

/* == Navbar Main Style == */
.navbar-default {
	position: sticky;
	top: 0;
	background-color: #fff;
	border: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.1);
	box-shadow: 0 4px 4px rgba(0,0,0,.1);
}
.navbar-default svg {
	margin-bottom: 10px;
}
.navbar-default .navbar-nav > li > a {
	padding-top: 40px;
	padding-bottom: 50px;
	width: 170px;
}



/* == Navbar - Reduce padding on menu links for mobile == */
@media screen and (max-width: 991px) {
	.navbar .container {
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a {
		width: 133px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.navbar-toggle {
		margin: 32px 20px 32px 0px ;	
	}
}

/* == Navbar - Colours for menu links == */
.navbar-nav > li:nth-child(1) > a {
	color: var(--teal);	
}
.navbar-nav > li:nth-child(1):hover a {
	background-color: var(--teal);	
	color: #fff;
}


.navbar-nav > li:nth-child(2) > .dropdown-toggle {
	color: var(--orange);	
}
.navbar-nav > li:nth-child(2):hover .dropdown-toggle, 
.navbar-nav > li:nth-child(2):focus .dropdown-toggle,
.navbar-nav > li:nth-child(2):active .dropdown-toggle {
	background-color: var(--orange);		
	color: #fff;
}
.navbar-nav > li:nth-child(2):hover .dropdown-menu {
	background-color: #fff;		
	color: #000;
}
.navbar-nav > li:nth-child(2):hover .dropdown-menu li a:hover {
	background-color: var(--orange);		
	color: #fff;
}



.navbar-nav > li:nth-child(3) > .dropdown-toggle {
	color: var(--salmon);	
}
.navbar-nav > li:nth-child(3):hover .dropdown-toggle, 
.navbar-nav > li:nth-child(3):focus .dropdown-toggle,
.navbar-nav > li:nth-child(3):active .dropdown-toggle {
	background-color: var(--salmon);		
	color: #fff;
}

.navbar-nav > li:nth-child(3):hover .dropdown-menu {
	background-color: #fff;		
	color: #000;
}
.navbar-nav > li:nth-child(3):hover .dropdown-menu li a:hover {
	background-color: var(--salmon);		
	color: #fff;
}

.navbar-nav > li:nth-child(4) .dropdown-toggle {
	color: var(--darkblue);
}
.navbar-nav > li:nth-child(4):hover .dropdown-toggle {
	background-color: var(--darkblue);	
	color: #fff;
}
.navbar-nav > li:nth-child(4):hover .dropdown-menu {
	background-color: #fff;		
	color: #000;
}
.navbar-nav > li:nth-child(4):hover .dropdown-menu li a:hover {
	background-color: var(--darkblue);			
	color: #fff;
}

.navbar-nav > li:nth-child(5) .dropdown-toggle {
	color: var(--lime);	
}
.navbar-nav > li:nth-child(5):hover .dropdown-toggle {
	background-color: var(--lime);		
	color: #fff;
}
.navbar-nav > li:nth-child(5):hover .dropdown-menu {
	background-color: #fff;		
	color: #000;
}
.navbar-nav > li:nth-child(5):hover .dropdown-menu li a:hover {
	background-color: var(--lime);			
	color: #fff;
}

.navbar-nav > li:nth-child(6) .dropdown-toggle {
	color: var(--plum);
}
.navbar-nav > li:nth-child(6):hover  .dropdown-toggle {
	background-color: var(--plum);	
	color: #fff;
}
.navbar-nav > li:nth-child(6):hover .dropdown-menu {
	background-color: #fff;		
	color: #000;
}
.navbar-nav > li:nth-child(6):hover .dropdown-menu li a:hover {
	background-color: var(--plum);		
	color: #fff;
}

.navbar-nav > li:nth-child(7) > a {
	color: var(--yellow);	
}
.navbar-nav > li:nth-child(7):hover a {
	background-color: var(--yellow);	
	color: #fff;
}

/* == Language Selector == */
#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: 60px;
	height: 60px;
	background-color: red;
	border-radius: 50%;
}
#gtranslate-tab svg {
	margin-top: 9px;
	padding: 5px;
	color: #fff;
}
#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: 60px;
	height: 60px;
	background-color: green;
	border-radius: 50%;
}
#sitesearch-tab svg {
	margin-top: 9px;
	padding: 5px;
	color: #fff;
}
#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: 60px;
	height: 60px;
	background-color: blue;
	border-radius: 50%;
}
#sitelogin-tab svg {
	margin-top: 9px;
	padding: 5px;
	color: #fff;
}
#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;
}
#slide-1 {
	background-image: url("/webcontent/webimage/9.jpg");
}
#slide-2 {
	background-image: url("/webcontent/webimage/6.jpg");
}
#slide-3 {
	background-image: url("/webcontent/webimage/2.jpg");
}
#slide-4 {
	background-image: url("/webcontent/webimage/5.jpg");
}
.fill {
	width: 100%;
	height: 700px;
	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;
}

.navbar-header {
	height: 0px;
}
.navbar-brand {
	padding-top: 0px;
}

div.fixed {
  position: fixed;
  bottom: 0;
	width: 100%;
}