/****************************
If you would like to make a global change on colors or font please find and replace all the following: 

Dark color: #108247
Light color: #d8d4d4

Font: 'Muli', sans-serif
****************************/
.h2, h2 {
    font-size: 24px;
}
a{
	color: #b22223;
}
a:focus, a:hover {
    color: #710d0e;
    text-decoration: none;
}
.welcome{
	color:#065c91;
	font-size:30px;
	font-family:'Raleway', sans-serif !important;
}
#school-logo-mobile{
	height: 150px;
    max-height: 150px;
    background: #108247;
    padding: 10px;
}
#school-logo-mobile .container, #school-logo-mobile .row, #school-logo-mobile .col-xs-12.col-sm-12, #school-logo-mobile .img-responsive{
	height: 100%;
}
#school-logo-mobile .img-responsive{
	margin: auto;
}
#page-top{
	position: relative;
	height: 100%;
}
#page-top #header-logo {
    padding-right: 0px;
    z-index: 9999;
    height: auto;
    max-height: 300px;
}
#page-top #header-logo .logo-container {
	/* height: 100%; */
    position: absolute;
    background: #b22223;
    display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.64);
}
#header-logo img {
    margin-bottom: 20px;
	margin:auto;
}
#page-top.other-page{
	position: relative;
	height: auto;
}
#page-top .container-fluid{
	padding: 0px;
}
#page-top .row{
	padding-left: 15px;
}
#page-top #header-logo{
	padding-right: 0px;
	z-index: 9999;
}
#page-top #header-navbar{
	padding-left: 0px;
	padding-right: 0px;
	z-index: 9999;
}
#page-top #header-navbar ul#menu{
    list-style: none;
    width: 100%;
    padding-left: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
	background-color: rgba(255, 255, 255, 0.6);
    display: flex;
}
#badge-logo img{
	position:absolute;
	z-index:200;
}
#page-top #header-navbar ul#menu li.topItem{
    text-align: center;
    -webkit-flex: auto; /* Safari 6.1+ */
    -ms-flex: auto; /* IE 10 */ 
    flex: auto;
}
#page-top #header-navbar ul#menu li.topItem a{
	text-decoration: none;
	font-size: 15px;
	color: #333;
	padding: 10px;
	display: block;
	font-family: 'Raleway', sans-serif!important;
}
#page-top #header-navbar ul#menu li.topItem > ul li a{
	padding: 15px;
}
#page-top #header-navbar ul#menu li.topItem > ul{
	display: none;
	padding: 0px;
	background: #108247;
}
#page-top #header-navbar ul#menu li.topItem:hover{
	cursor: pointer;
}
#page-top #header-navbar ul#menu li.topItem:hover > ul{
    position: absolute;
	background-color: rgba(255, 255, 255, 0.6);
    list-style: none;
    height: auto;
    display: block;
    width: 300px;
    cursor: pointer;
}
#page-top #header-navbar ul#menu li:nth-child(11).topItem:hover > ul {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    list-style: none;
    height: auto;
    display: block;
    width: 300px;
    right: 0;
    cursor: pointer;
}
#page-top #header-navbar ul#menu li:nth-child(10).topItem:hover > ul {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    list-style: none;
    height: auto;
    display: block;
    width: 300px;
    right: 0;
    cursor: pointer;
}
#page-top #header-navbar ul#menu li:nth-child(9).topItem:hover > ul {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    list-style: none;
    height: auto;
    display: block;
    width: 300px;
    right: 285px;
    cursor: pointer;
}
#page-top #header-navbar ul#menu li:nth-child(9).topItem:hover > ul li.subItem:hover > ul.right{
	left: -300px;
}

#page-top #header-navbar ul#menu li.topItem:hover > ul li.subItem{
	text-align: left;
}
#page-top #header-navbar ul#menu li.topItem:hover > ul li.subItem > ul.right{
 	display: none;
	position: absolute;
	text-align: left;
}
#page-top #header-navbar ul#menu li.topItem:hover > ul li.subItem:hover{
	cursor: pointer;
	background: #b9b9b9;
}
#page-top #header-navbar ul#menu li.topItem:hover > ul li.subItem:hover > ul.right{
	position: absolute;
    right: 0px;
    left: 300px;
    padding: 0;
    list-style: none;
    width: 300px;
	background: rgba(255, 255, 255, 0.6);
    margin-top: -51px;
	display: block;
}
#page-top .container.other-page{
	padding: 0px;
}
#page-top .container.other-page .row{
	padding: 0px;
}
#page-top .container.other-page #login{
	float: right;
    width: 30%;
}
#slider_caption_position{
	position:relative;
	margin-left:20px;
   	margin-top:-120px;
}
.slider_caption{
	color: #fff;
	font-size:50px;
}
h2.slider_caption {
	text-shadow: 2px 1px 2px rgb(44, 44, 44);
	font-family:"Kalam", sans-serif !important;
}
#page-top.other-page{
	background: #b22223;	
}
#login h2{
	text-align: center;
}
#login #studentlogin{
	width: 100%;
}
#login #studentlogin .username, #login #studentlogin .username #username, #login #studentlogin .password #password{
	width: 100%;
}
#login #studentlogin .password{
    width: 50%;
    display: inline-block;
	margin-top: 5px;
}
#login #studentlogin .go{
    width: 48%;
    display: inline-block;
    padding: 1px;
	margin-top: 5px;
}
#login #studentlogin .username #username, #login #studentlogin .password #password{
	padding: 5px;
}
#login #studentlogin .gobutton{
	width: 100%;
	padding: 5px;
	margin-left:3px;
}
/********** Quick Links STYLES ********/

section#quick-links {
	position: relative;
	height:84px;
}
section#quick-links a {
	color: #fff;
}
#quick-links h1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 0;
}
#quick-links h1 a {
	color: #fff;
	margin-left: 20px;
	margin-right: 20px;
}
#quick-links h1 a:hover, #quick-links h1 a:focus {
	text-decoration: none;
    color: #fff;
}
.ql-column {
    padding: 20px 0 0;
}
#quick-links a:hover, #quick-links a:focus {
	text-decoration: none;
}
.ql-container {
	background-color: #b22223;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	height: 84px;
	/*padding: 20px;*/
	/*text-align: center;*/
	/*-webkit-transition: ease 0.2s background;
	-moz-transition: ease 0.2s background;
	-o-transition: ease 0.2s background;
	transition: ease 0.2s background;*/
}
/*.ql-container:hover {
	background-color: #539b4b;
}*/
/*.ql-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
}*/
.calendar-column {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#quick-links h2 {
	font-size: 24px;
  	margin-top: 10px;
  	color: #fff;
	position: relative;
	width: 300px;
	margin: 10px auto;
	font-weight: 400;
	z-index: 10;
}

#quick-links h2::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    font-size: 32px;
    color: #fff;
    top: -5px;
	right: 20px;
}
#quick-links .news-column h2::after {
	content: "\f0ac";
}
#quick-links .calendar-column h2::after {
	content: "\f073";
}
#quick-links .gallery-column h2::after {
	content: "\f1fc";
}
.ql-bottom-content {
    overflow: hidden;
}
.ql-block-1,
.ql-block-1 .ql-bottom-content {
  background: #8f1b1c;
}

.ql-block-2,
.ql-block-2 .ql-bottom-content {
  background: #8f1b1c;
}

.ql-block-3,
.ql-block-3 .ql-bottom-content {
  background: #8f1b1c;
}
.ql-block-1 .ql-trigger {
	background: #ee5711;
}
.ql-block-2 .ql-trigger {
	background: #384ec7;
}
#quick-links .left, #quick-links .right {
	position: relative;
    cursor: pointer;
	-webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
	/*background: #384ec7;*/
	color: #fff;
	width: 34px;
	height: 34px;
	font-size: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
}
#quick-links .left::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    font-size: 32px;
    color: #fff;
    top: -1px;
	right: 12px;
}
#quick-links .left::before {
	content: "\f104";
}
#quick-links .right::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    font-size: 32px;
    color: #fff;
    top: -1px;
	left: 12px;
}
#quick-links .right::before {
	content: "\f105";
}
#quick-links .controls {
    display: none;
}
/* @media(min-width:992px) {
    section#quick-links {
        margin-top: -1px;
    }
} */
section#bottom-blocks, section#events_section, section#gallery-blocks {
	padding-top: 20px;
	position: relative;
	z-index: 0;
	
}
#bottom-blocks .container, section#events_section .container, #gallery-blocks .container {
	padding: 0;
	position: relative;
}

/* ----- use this style if you don't want to show hidden content on mobile -----*/
/*.ql-block-2 .ql-trigger, .ql-block-3 .ql-trigger {
    height: auto;
}*/

/* ----- Bottom Blocks Styles -----*/

#bottom-blocks .block-item {
    margin-bottom: 20px;
}
#bottom-blocks .block-item a {
    color: #b22223;
	line-height: 2em;
}
#bottom-blocks .block {
    padding: 20px 20px;
    position: relative;
    background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#bottom-blocks .container .item {
    display: none;
}
#bottom-blocks .container .item.active{
    display: block;
}
#bottom-blocks .left i.fa, #bottom-blocks .right i.fa, #events_section .left i.fa, #events_section .right i.fa, #gallery-blocks .left i.fa, #gallery-blocks .right i.fa{
    font-size: 35px;
	position:relative;
	top: -3px;
}
#bottom-blocks .block-container{
    display: none;
}
#bottom-blocks .block-container.active{
    display: block;
}

#bottom-blocks .left, #bottom-blocks .right {
	background: #710d0e;
}

#bottom-blocks .left:hover, #bottom-blocks .right:hover {
    background: #8f1b1c; 
}

#bottom-blocks .box h2 {
    display: none;
}

#bottom-blocks .content-main {
    
}
#bottom-blocks .content-main h2 {
    margin: 10px 0;
    font-size: 22px;
	text-align: center;
	width: auto;
	color: #000;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}
#bottom-blocks .content-main h2::after {
    content: none;
}
#bottom-blocks .content-main .details {
    min-height: 40px;
    overflow: hidden;
}
#bottom-blocks .content-main .details p {
    font-size: 14px !important;
	color: #333;
	text-align:left;
}
#bottom-blocks .content-main .details p span {
    font-size: 14px !important;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif !important;
}
#bottom-blocks .content-main .details p span span {
    font-size: 14px !important;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif !important;
}
#bottom-blocks .view-more-btn {
    text-align: right;
    display: block;
    font-size: 18px;
    color: #00477f;
}
#bottom-blocks .view-more-btn:hover {
    color: #710d0e;
}
#bottom-blocks .view-more-btn .arrow-block {
    font-size: 20px;
	font-weight: 700;
	margin-left: 15px;
	margin-right: 15px;
}

/* ----- Events Styles -----*/

#events_section .main_title, #school-list .main_title{
    text-align: center;
    margin-bottom: 40px;
}
#events_section .container .item{
    display: none;
}
#events_section .container .item.active{
    display: block;
}
#events_section .event-col{
    
}
#events_section .event-col .event-container {
    padding: 20px 20px;
    position: relative;
    background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

#events_section .event-col .event-container::before {
  	content: "";
  	background: #ccc;
  	opacity: 0.1;
  	top: 0;
  	left: 0;
 	bottom: 0;
  	right: 0;
  	position: absolute;
  	z-index: 0;
}
#events_section .event-col .event-container::before {
    -webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
}
#events_section .event-col .event-container:hover::before {
    opacity: 0.5;
}
#events_section .event-col .event-container .event-link{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#events_section .box.events {
    display: inline-block;
    width: 100%;
}
#events_section .event-col .event-container .event-date {
    font-size: 22px;
	color: #b22223;
}

#events_section .event-col .event-container .event-time {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#events_section .event-col .event-container .event-time .fa{
	color: #b22223;
	margin-right: 5px;
}
#events_section .event-col .event-container .event-title {
    font-size: 20px;
}

#events_section .event-col .event-container .event-fulldetails {
	font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
	margin-top: 10px;
}
#events_section .event-col .event-container:hover .event-fulldetails {
    color: #b22223;
}
#events_section .box.events .content{
    display: inline-block;
    width: 100%;
}
#events_section .left, #events_section .right {
	background: #710d0e;
}

#events_section .left:hover, #events_section .right:hover {
    background: #8f1b1c; 
}
.calendar-link-row {
	position: absolute;
	bottom: -8px;
	width: 100%;
}
.calendar-button {
	font-size: 22px;
}
.calendar-button a {
	color: #355ea8;
}
span.left-panel {
	z-index: 999;
	position: absolute;
    left: -30px;
    top: 50%;
    background: #355ea8;
    color: #fff;
    padding: 10px;
	cursor: pointer;
	padding: 1px;
	display: none;
}
span.right-panel {
	z-index: 999;
	position: absolute;
    right: -30px;
    top: 50%;
    background: #355ea8;
    color: #fff;
    padding: 10px;	
	cursor: pointer;
	padding: 1px;
	display: none;
}
#events_section .btn {
	padding: 14px 16px;
	background: #355ea8;
	color: #fff;
	border: none;
	border-radius: 0;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-family: 'Quicksand', sans-serif;
}
#events_section .btn:hover {
	text-decoration: underline;
}
/* ----- Gallery Blocks Styles -----*/

#gallery-blocks .block-item {
    margin-bottom: 20px;
}
#gallery-blocks .block-item a {
    color: #b22223;
	line-height: 2em;
}
#gallery-blocks .block {
    padding: 20px 20px;
    position: relative;
    background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#gallery-blocks .block .image img {
    height: 165px;
	margin: 0 auto;
	border: 1px solid #eee;
	padding: 3px;

}
#gallery-blocks .container .item {
    display: none;
}
#gallery-blocks .container .item.active{
    display: block;
}

#gallery-blocks .block-container{
    display: none;
}
#gallery-blocks .block-container.active{
    display: block;
}

#gallery-blocks .left, #gallery-blocks .right {
	background: #710d0e;
}

#gallery-blocks .left:hover, #gallery-blocks .right:hover {
    background: #8f1b1c; 
}
#gallery-blocks .box h2 {
    display: none;
}

#gallery-blocks .content-main {
    
}
#gallery-blocks .content-main h2 {
    margin: 10px 0;
    font-size: 22px;
	text-align: center;
	width: auto;
	color: #000;
}
#gallery-blocks .content-main h2::after {
    content: none;
}
#gallery-blocks .content-main .details {
    overflow: hidden;
}
#gallery-blocks .content-main .details p {
    font-size: 14px !important;
	color: #333;
	text-align:left;
}
#gallery-blocks .content-main .details p span {
    font-size: 14px !important;
}
#gallery-blocks .content-main .details p span span {
    font-size: 14px !important;
}
#gallery-blocks .view-more-btn {
    text-align: right;
    display: block;
    font-size: 18px;
    color: #00477f;
}
#gallery-blocks .view-more-btn:hover {
    color: #710d0e;
}
#gallery-blocks .view-more-btn .arrow-block {
    font-size: 20px;
	font-weight: 700;
	margin-left: 15px;
	margin-right: 15px;
}

#main-school-slogan{
	background: #b22223;
}
#main-school-slogan h2{
	margin: 0px;
	padding: 30px;
	font-size: 35px;
	color: #ffffff;
	font-family:'Roboto Condensed', sans-serif !important;
}
#main-text{
    padding: 30px;
}
#main-text .container #content{
	padding: 20px;
}
#main-text #content p, #main-text #content span{
	text-align: left!important;
}
#main-text .container #login{
	padding: 15px;
    border: 2px solid #065c91;
    background: #065c91;
    color: #ffffff;
	border-radius: 8px;
}
#main-text .container #login .gobutton {
    background: #ffffff;
    color: #065c91;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
}
#main-text .container #login #studentlogin .go {
    width: 50%;
    display: inline-block;
    margin-top: 5px;
}
#main-text .container #login #studentlogin .password {
    width: 49%;
    display: inline-block;
    margin-top: 5px;
}
#main-text .container #login .textfield {
	border: 0px;
}
#main-text .container #login #studentlogin .go{
	padding: 0px;
}
#main-text .container #login h2{
	margin-bottom: 10px;
}
#main-text .container #login .login_fail{
	color: #f00!important;
    font-size: 15px!important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
}
#main-text .container #pupil-login-container{
	margin-bottom: 10px;
}
#main-text .container #staff-login-container a{
	padding: 10px;
	transition:0.5s;
    border: 2px solid #065c91;
    background: #065c91;
    color: #ffffff;
    display: block;
    font-size: 20px;
	border-radius: 8px;
}
#main-text .container #golden-stars-download-container{
	padding: 20px;
}
#main-text .container #golden-stars-download-container ul{
	list-style: none;
	padding: 0px;
}
#main-text .container #golden-stars-download-container ul li{
	text-align: left;
}
#main-text .container #golden-stars-download-container h3 i.fa-star{
	margin-top: 1px!important;
	color: gold;
}
#main-text .container #staff-login-container a:hover{
    background: #ffffff;
	color: #065c91;
}

#calendar_link, #term_dates{
	padding: 10px 20px;
	border: 2px solid #000;
	color: #fff;
	background: #b22223;
	display: block;
	margin: 10px 0px;
	font-size: 32px;
	border-radius: 8px;
	transition: 0.3s;
}
#calendar_link:hover, #term_dates:hover{
	background: #fff;
	color: #b22223;
}
/************** BOTTOM BOARDS *************/
#bottom-blocks{
    background: #8f1b1c;
}
#bottom-blocks .darker .panel-footer, #bottom-blocks .lighter .panel-footer{
	border: 0;
	border-top: 2px solid #adadad;
}
#bottom-blocks .darker, #bottom-blocks .darker .panel-footer{
	background: #108247;
}
#bottom-blocks .lighter, #bottom-blocks .lighter .panel-footer{
	background: #842943;
}
#bottom-blocks .panel-heading .image-container{
	max-height: 200px;
	height: 200px;
	width: 100%;
}
#bottom-blocks .panel-heading .image-container .image{
	background: url("../images/IMG_2176.JPG") no-repeat;
	background-size: cover!important;
    height: 100%;
    width: 100%;
}
#bottom-blocks .panel-heading .image-container .image-2{
	background: url("../images/IMG_2105.JPG") no-repeat;
    background-size: cover!important;
    height: 100%;
    width: 100%;
}
#bottom-blocks .panel-heading .image-container .image-3{
	background: url("../images/IMG_2172.JPG") no-repeat;
	background-size: cover!important;
    height: 100%;
    width: 100%;
}
#bottom-blocks .panel-body{
	padding: 15px;
    padding-top: 0px;
}
#bottom-blocks .panel-body .box{
	width: 100%;
}
#bottom-blocks .panel-body .box p{
	padding: 5px;
}
#bottom-blocks .panel-body h2{
	margin: 0px;
    margin-bottom: 10px;
	text-align: center;
}
#bottom-blocks .panel-body h2 a{
	color: #ffffff;
}
#bottom-blocks .panel-body a, #bottom-blocks a.panel-footer-link .panel-footer{
	color: #ffffff;
}
#bottom-blocks .panel-body a:hover, #bottom-blocks a.panel-footer-link .panel-footer:hover{
	color: #ff8c00;
}
/************** GOOGLE MAPS ***************/
#google-maps .container-fluid{
	padding: 0px;
	height: 250px;
}
#google-maps iframe{
	border-top: 2px solid;
}
/************** TWITTER *****************/
#twitter-title{
	color: #b22223;
	text-align: center;
}
#twitter-blocks .darker .panel-footer, #twitter-blocks .lighter .panel-footer{
	border: 0;
	border-top: 2px solid #adadad;
}
#twitter-blocks .darker, #twitter-blocks .darker .panel-footer{
	background: #108247;
}
#twitter-blocks .lighter, #twitter-blocks .lighter .panel-footer{
	background: #842943;
}
#twitter-blocks .panel-heading{
	display: inline-block;
}
#twitter-blocks .panel-heading img{
    height: 50px;
    width: 50px;
	float: left;
}
#twitter-blocks .panel-heading .profile_text {
    float: left;
    margin-top: 5px;
    margin-left: 15px;
}
#twitter-blocks .panel-heading .profile_text p {
	margin: 0px;
	color: #ffffff;
}
#twitter-blocks .panel-heading .profile_text p:hover {
	color: #ff8c00;
}

#twitter-blocks .panel-body{
	padding: 15px;
    border-top: 2px solid #adadad;
	color: #ffffff;
}
#twitter-blocks .panel-body .image-container {
    max-height: 200px;
	height: 200px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
#twitter-blocks .panel-body .image-container .image-0, #twitter-blocks .panel-body .image-container .image-1, #twitter-blocks .panel-body .image-container .image-2{
	height : 100%;
	width: 100%;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
#twitter-blocks .panel-body .last {
    margin-top: 10px;
}
#twitter-blocks .panel-body .box{
	width: 100%;
}
#twitter-blocks .panel-body .box p{
	padding: 5px;
}
#twitter-blocks .panel-body h2{
	margin: 0px;
    margin-bottom: 10px;
	text-align: center;
}
#twitter-blocks .panel-body h2 a{
	color: #ffffff;
}
/********** CONTACT BLOCK ***************/
#contact_block {
    background-color: #b22223;
    color: #fff;
    padding: 25px;
    position: relative;
}
section.contact-section {
	background-color: #69567e;
	color: #fff;
}
.col-md-12.contact {
	margin-bottom: 16px;
}
.contact-icon {
	padding: 20px 0 30px;
}
.contact-upper {
	font-size: 18px;
	padding-top: 2px;
}
.contact-upper p span {
	font-weight: 600;
}
.contact-lower {
	font-size: 24px
}
.contact-lower a {
    color: #fff;
	transition:0.3s color ease;
}
.contact-lower a:hover {
    color: #000;
}
#footer_logins .col-sm-12, #footer_logins .col-xs-12 {
    padding: 15px;
    font-size: 20px;
}
#footer_logins a {
    background: #b22223!important;
    color: #ffffff!important;
    border-bottom: 2px solid #fff!important;
}
#footer_block{
    text-align: center;
    padding: 20px;
}
#footer_pupil_login{
	height: 45px;
    background: #842943;
    color: #fff;
    font-weight: 600;
	cursor: pointer;
}
#footer_pupil_login h5{
	margin-top: 15px;
}
#footer_pupil_login_panel{
	display: none;
	padding: 15px;
}
#footer_pupil_login_panel #login h2, #footer_pupil_login_panel #login .go{
	display: none!important;
}
#footer_pupil_login_panel #login .username, #footer_pupil_login_panel #login .password{
	padding: 10px!important;
	width: 100%!important;
}
#footer_pupil_login_panel #login input.textfield{
	width: 100%!important;
    margin: 0px!important;
    padding: 10px!important;
    border: 2px solid #108247;
}
/************* FOOTER *******************/
section#footer footer{
    text-align: center;
    padding: 15px;
    background: #000000;
    color: #ffffff;
	font-weight: 600;
}


.top_border_darker{
	border-top: 2px solid #065c91;
}
.top_border_lighter{
    border-top: 4px solid #710d0e;
}
.bottom_border_lighter{
	border-bottom: 2px solid #842943;
}

/************** IMAGE CAROSUEL ***********/

#header-carousel{
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}
#header-carousel .slides{
	height: 100%;
	width: 100%;
}
#header-carousel .slides .image-1, #header-carousel .slides .image-2, #header-carousel .slides .image-3{
	height: 100%;
	width: 100%;
	background-size: cover!important;
	background-position: top left, 0px 0px!important;
}
#header-carousel .slides .image-1{
	background: url("../images/IMG_2110.JPG") no-repeat;
}
#header-carousel .slides .image-2{
	background: url("../images/IMG_2167.JPG") no-repeat;
}
#header-carousel .slides .image-3{
	background: url("../images/IMG_2169.JPG") no-repeat;
}

.header-carousel-container #login{
    z-index: 9999;
    position: absolute;
    right: 0;
    right: 5%;
    bottom: 5%;
    background: rgba(255, 255, 255, 0.91);
    padding: 20px;
    border: 2px solid rgba(16, 130, 71, 0.39);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.64);	
}

.box .content p .fa.fullstop{
	margin-top: 3px;
    margin-right: 15px;
	color: #fff;
}

/************** LOGOS ***********/

#logo_awards{
	background:#fff;
	padding:20px;
}

#logo_awards img{
	margin:auto;
	display: block;
	height: 50px;
	margin-bottom: 22px;
}

.schoolspider{
	color:#b22223;
}

.schoolspider:hover{
	color:#fff;
}