/******
Do a find and replace to change all colours / fonts

Colour:
main dark grey #575757
Lighter grey #8f8f8f

Font:
'Quicksand' is the google font
********/

html,
body {
    height: 100%;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	color: #305285;
	font-size: 16px;
}
/* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
		/* ----- Margin for Two Column Sticky Footer -----*/
        margin: 0 auto -126px;
      }

      /* Set the fixed height of the footer here */
      #push/*, #footer*/ {
		/* ----- Height for Two Column Sticky Footer -----*/
        height: 126px;
      }
h1 {
	color: #c3d65a;
	padding: 0px 0px 6px;
	margin: 0px 0px 14px 0px;
	display: table;
	border-bottom: 2px solid #305285;
	font-family: 'Quicksand', sans-serif;
}
h2, h3 {
	color: #c3d65a;
	font-family: 'Quicksand', sans-serif;
}

/* ----- IF One Column Header -----*/
header {
	background: #fff;
}
.navbar-header {
    text-align: center;
}
.navbar-header a.trust-link {
	display: table;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-header a.trust-link:hover {
	text-decoration: none;
}
.navbar-header img.trust-logo {
	height: 56px;
	margin-top: -28px;
	display: inline-block;
}
.navbar-header p {
	display: inline-block;
	text-align: left;
}
.navbar-brand {
    color: #305285;
	height: 100%;
	float: none;
	display: block;
}
.upper-head {
	font-size: 24px;
	margin-bottom: -10px;
	display: block;
	line-height: 1.4em;
}
.lower-head {
	color: #c3d65a;
	font-size: 16px;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #305285;
}
.navbar-brand > img {
	margin: 0 auto 15px;
	height: 110px;
}
@media (min-width: 470px) {
	.upper-head {
	font-size: 28px;
	}
	.lower-head {
    font-size: 19px;
	}
}
@media (min-width: 576px) {
	/* .container > .navbar-header {
    padding-right: 30px;
	} */
	.navbar-brand {
	float: left !important;
	line-height: 20px;
	width: 100%;
	}
	.navbar-brand > img {
	display: inline-block;
	padding-right: 20px;
	margin: 0;
	float: left;
	}
	.upper-head {
    font-size: 34px;
	margin-top: 14px;
	}
	.lower-head {
    font-size: 24px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
	float: none;
	}
	.upper-head {
    font-size: 42px;
	margin-top: 10px;
	}
	.lower-head {
    font-size: 30px;
	}
}
@media (min-width: 992px) {
	.navbar-brand {
	width: 700px;
	}
	.navbar-brand > img {
	padding-right: 10px;
	}
	.navbar-header a.trust-link {
	padding-right: 15px;
	}
	.navbar-header img.trust-logo {
	margin-top: 18px;
	}
	.navbar-header p {
	text-align: center;
	margin: 0;
	}
	.upper-head {
    font-size: 48px;
	margin-top: 0;
	margin-bottom: -15px;
	}
	.lower-head {
    font-size: 32px;
	}	
}
@media (min-width: 1200px) {
	.navbar-brand {
	width: 900px;
	}
	.upper-head {
    font-size: 52px;
	margin-bottom: -20px;
	}
	.lower-head {
	font-size: 34px;
	}	
}
/* ----- One Column Header END -----*/


section#main-text {
	background-color: #fff;
}
section#main-text.home-text {
	border-top: 2px solid #c3d65a;
}
section#main-text a {
    color: #e25c00;
}
html a.orange-btn-hover:hover {
	background-color: #294570 !important;
	border-color: #294570 !important;
}
html a.orange-btn-hover {
	background-color: #305285 !important;
	color: #c3d65a !important;
}
.contact-block {
	margin-bottom: 5px;
}
.contact-block a {
    color: #fff !important;
}
.contact-block h2 {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #305285;
	text-align: center;
	position: relative;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}
.contact-block h2::before {
    content: "\f0a1";
    font-family: FontAwesome;
    position: absolute;
    font-size: 40px;
    color: #fff;
    top: 8px;
    left: 20px;
}
.inner-contact {
	padding: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #305285;
	color: #fff;
}
section#main-text .contact-block .contact-title {
	font-size: 21px;
	font-weight: 700;
}
.contact-block .contact-address {
	margin-bottom: 0;
}
.contact-block .contact-name {
	margin-top: 40px;
	margin-bottom: 15px;
}
.contact-block .contact-name span {
	display: table;
}
.contact-block .contact-phone {
	font-size: 26px;
	margin-bottom: 5px;
}
.contact-block .contact-mail {
	font-size: 13px;
	margin-bottom: 20px;
}
.contact-block .contact-phone span, .contact-block .contact-mail span {
	color: #c3d65a;
}

.wrap-contact {
	padding: 16px 16px 16px 50px;
	background-color: #305285;
	color: #c3d65a;
	font-size: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	-webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.contact-calendar:hover {
	background: #294570;
}
.wrap-contact::before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 40px;
    color: #fff;
    top: 8px;
    left: 20px;
}
.map-wrap {
	background-color: #305285;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 5px;
}
.wrap-contact.contact-calendar::before {
    content: "\f073";
}
.wrap-contact.contact-google {
	font-size: 26px;
	height: 75px;
	margin-bottom: 5px;
}
.wrap-contact.contact-google::before {
    content: "\f08d";
}
.col-contact a.contact-calendar-link {
	/*text-decoration: none;*/
}
.col-contact a.contact-calendar-link:hover {
	text-decoration: none;
}
.col-contact a.policies-link:hover .contact-policies {
	background-color: #ebebeb;
}

/* ----- Quick Links -----*/

section#quick-links {
	position: relative;
}
.quick-links-column {
	position: relative;
	padding: 0;
	margin-bottom: 20px;
}
.quick-links-column:last-child {
	margin-bottom: 0;
}
.quick-header {
	background: #305285;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 24px;
	border-bottom: 5px solid #c3d65a;
}
.quick-header span {
	width: 150px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.quick-header span::before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 40px;
    color: #fff;
    top: -12px;
}
.quick-header.experience-header span::before {
    content: "\f0ac";
	left: -50px;
}
.quick-header.excel-header span::before {
    content: "\f0ac";
	left: -20px;
}
.quick-header.enjoy-header span::before {
    content: "\f0ac";
	left: -20px;
}
.quick-links-column a {
	color: #fff;
}
#quick-links img {
  	background-color: #fff;
  	opacity: 1.0;
  	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
}
#quick-links img:hover {
	background-color: #fff;
	opacity: 0.8;
}
.quick-links-column a:hover {
	text-decoration: none;
}
.quick-links-column a:hover .ql-footer {
	background-color: #b5cc33;
}

.ql-footer {
	padding: 14px;
	margin: 0;
	color: #305285;
	z-index: 3;
	position: relative;
	background: #c3d65a;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}
.ql-footer span {
	padding-left: 1px;
	width: 30px;
	text-align: left;
	color: #fff;
	font-size: 23px;
	-webkit-transition: padding-left .2s ease-out;
    -moz-transition: padding-left .2s ease-out;
    -ms-transition: padding-left .2s ease-out;
    -o-transition: padding-left .2s ease-out;
    transition: padding-left .2s ease-out;
}
.quick-links-column a:hover .ql-footer span {
	padding-left: 8px;
}

/* ----- Quick Links END -----*/


/********** SOCIAL MEDIA STYLES ********/

section#social-media {
	background: #fff;
	border-top: 5px solid #305285;
}
.social-title h1 {
	margin: 0 auto 26px;
	font-size: 28px;
}

.social-title h1 span {
	display: block;
	font-size: 18px;
	margin-top: 5px;
}
a.social-title:hover  {
	text-decoration: none;
}
a.social-title:hover h1 {
	color: #305285;
}
.tweet-col {
    overflow: hidden;
}
.tweet-holder {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px 18px 18px;
	border: 2px solid #305285;
}
section#social-media a {
    color: #3854a2;
}
section#social-media a:hover {
    color: #2e4585;
}
#social-media img.social-x {
	height: 28px;
	margin-top: -4px;
}
img.social-x.blue-x {
	margin-left: -28px;
	opacity: 0;
}
a.social-title:hover h1 img.social-x.blue-x {
	opacity: 100;
}

.tweet-holder .image {
	background-position: center;
	background-size: cover;
	height: 250px;
	overflow: hidden;
}
.tweet-col h2 {
	position: relative;
	background: #305285;
	margin: 0;
	padding: 18px;
	color: #fff;
	font-size: 22px;
	text-align: center;
}
.tweet-col h2:before {
	content: "\f099";
  	font-family: FontAwesome;
  	position: absolute;
  	font-size: 40px;
  	color: #fff;
  	top: 8px;
	left: 20px;
}
.tweet-col .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.tweet-col .time {
    padding: 5px 0 15px;
	font-size: 16px;
	color: #000;
	line-height: 1.5em;
}
.tweet-col .time img {
    height: 50px;
    width: 50px;
    float: left;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.tweet-col .time span {
	font-weight: 700;
}
.tweet-col .tweet {
    padding: 20px 0 10px;
    position: relative;
    line-height: 1.5em;
    font-size: 16px;
	color: #000;
	overflow: hidden;
}

#social-media a.PrettyLink.hashtag.customisable, #social-media a.PrettyLink.profile.customisable.h-card {
	color: #6ca1d2;
	text-decoration: none;
}
/* ----- Social Media END -----*/

.top-button {
	border-top: 5px solid #c3d65a;
}
.top-button a {
	color: #fff;
}
.top-button a:focus {
	text-decoration: none;
}
.top-button .btn {
    padding: 15px 16px;
    background: #305285;
    color: #fff;
    border: none;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}
/*.top-button .btn:hover {
	text-decoration: underline;
}*/
.top-button span {
	margin: 0 8px;
	font-weight: 700;
}

#bottom-logos .col-md-5ths {
	text-align: center;
}
section#bottom-logos img {
	height: 80px;
	display: block;
	margin: 0 auto 22px;
}

section#contact {
	padding-top: 10px;
}
section#contact .col-xs-12 {
	text-align: center;
}
section#contact img {
	height: 56px;
	margin-top: -28px;
	display: inline-block;
}
section#contact p {
	display: inline-block;
	text-align: left;
}

/* ----- Mobile Black Bar Styles -----*/
#mobile_black_bar a {
	display:block;
	color:#FFF;
	padding:10px;
	text-align:center;
	font-size:20px;
}
#mobile_black_bar .staff_login, #mobile_black_bar .blogs {
	background: #000;
}
#mobile_black_bar .parent_login {
	background: #666;
}

/* ----- Footer Styles -----*/

footer {
	padding: 20px;
	background-color: #c3d65a;
	color: #305285;
	text-align: center;
}
footer a {
	color: #305285;
	text-decoration: none;
}
footer a:hover {
	color: #305285;
	text-decoration: underline;
}

/* ----- IF Two Column Footer -----*/
.footer-right {
    margin-top: 16px;
}
.footer-right a {
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.footer-right a:hover {
    color: #305285;
}
.footer-right span {
    width: 50px;
    font-size: 22px;
}
img.footer-x {
	height: 22px;
}

/* ----- Common Styles -----*/

.top-buffer {
	padding-top: 40px;
}
.bottom-buffer {
	padding-bottom: 20px
}

/* ----- Responsive Styles -----*/

@media (min-width: 370px) {
	.contact-block .contact-mail {
    font-size: 16px;
	}
	section#contact img {
	margin-right: 8px;
	}
}
@media (min-width: 470px) {
	.contact-lower {
    margin-top: 0;
	}
	.contact-lower span {
    display: inline-block;
    margin-bottom: 0;
	}
	.contact-lower span.contact-break::after {
    content: '|';
    color: #fff;
    padding: 0 6px;
	}
}
@media(min-width:470px) and (max-width:991px){
	.contact-block {
    font-size: 21px;
	}
	.inner-contact {
    padding: 20px;
	}
	section#main-text .contact-block h2 {
    font-size: 36px;
	}
	.contact-block .contact-name span {
    display: inline;
	}
	.contact-block .contact-phone {
    font-size: 28px;
	}
	.contact-block .contact-mail {
    font-size: 21px;
	}
	.wrap-contact.contact-google {
    font-size: 30px;
	}
}
@media(min-width: 576px) {
	#social-media h1 {
    font-size: 36px;
	}
	#social-media img.social-x {
	height: 36px;
	margin-top: -6px;
	}
	#social-media img.social-x.blue-x {
	margin-left: -36px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -102px;
    }
    #push {
    height: 102px;
    }
}
@media(min-width: 768px) {
	.navbar-nav {
    float: none;
    margin:0 auto;
    display: block;
	}
	.navbar-nav > li {
    display: inline-block;
    float:none;
	}
	section#contact-large {
    padding: 50px 0;
	}
	.contact-lower {
	font-size: 23px;
	}
	section#bottom-logos img {
    height: 70px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	/* #wrap {
    margin: 0 auto -295px;
    }
    #push {
    height: 295px;
    } */
}

@media(min-width:992px) {
	section#main-text.home-text {
	border-top: 5px solid #c3d65a;
	}
	.contact-block .contact-mail {
    font-size: 14px;
	}
	.quick-links-column {
	margin-bottom: 0;
	}
	#social-media h1 {
    margin-top: 0;
    margin-bottom: 40px;
	}
	.col-md-5ths {
    width: 20%;
    float: left;
	}
	/* .col-md-7ths{
	width: 14%;
	}		 */
	img.footer-x {
	margin-bottom: 2px;
}
	section#bottom_login {
		display: none;
	}
	section#mobile_black_bar {
		display: none;
	}
	/* ----- IF Two Column Footer -----*/
	.footer-right {
    margin-top: 0;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -64px;
    }
    #push {
    height: 64px;
    }
}
@media(min-width:1200px) {
	.contact-block {
    font-size: 17px;
	}
	.contact-block .top-text {
	font-size: 34px;
	margin-bottom: 30px;
	}
	.contact-block .top-text span {
	font-size: 24px;
	}
	.contact-block .top-text span::after {
    font-size: 60px;
	top: -60px;
	right: -55px;
	}
	section#main-text .contact-block h2 {
    font-size: 36px;
	}
	#social-media img.social-x {
	height: 42px;
	margin-top: -8px;
	}
	#social-media img.social-x.blue-x {
	margin-left: -42px;
	}
	.contact-block .contact-name {
    margin-top: 30px;
    margin-bottom: 10px;
	}
	.contact-block .contact-name span {
    display: inline;
	}
	.contact-block .contact-phone {
    font-size: 28px;
	}
	.contact-block .contact-mail {
    font-size: 17px;
	}
	#social-media h1 {
    font-size: 42px;
	}
	section#bottom-logos img {
	height: 88px;
	}	
}