<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*fonts*/
.AmericanTypewriterStd-Med { 
	font-family: AmericanTypewriterStd-Med;
	font-weight: normal;
	font-style: normal;
}
.AmericanTypewriterStd-Bold { 
	font-family: AmericanTypewriterStd-Bold;
	font-weight: normal;
	font-style: normal;
}
/* Standard Formatting */
body {
		background-image: url('/assets/images/boards-s.jpg');
    background-repeat: no-repeat;
    background-attachment:fixed;
    /*font-family: AmericanTypewriterStd-Med;*/
    font-family: 'Open Sans', sans-serif;
}

.mobmenu{
		display: block;
		margin-top: 10px;
}
.popmenu {
  position: fixed;
  top: -100px;
  max-height: 90px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
}
.newmenu img{
  float: right;
}
.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}

button.btn.btn-default.btn-lg.dropdown-toggle{
	  padding-top: 10px;
	}
input#CAT_Search.form-control{
	  display: inline;
	}
.search-box input{
	  width: 60%;
	  margin-left: 18%;
	}
.logo{
	  text-align: center;
}
.logo img{
	  margin-top: 0px;
}
	
.topmenu{
		display: none;	
}
#curriculum{
	float: left;
	display: block;
	width: 125px;
	height: 176px;
	background: url('/assets/images/topmenu/top-learning-x.png') bottom;
	text-indent: -99999px;
}
#curriculum:hover {
	background-position: 0 0;
}

#career{
	float: left;
	display: block;
	width: 120px;
	height: 176px;
	background: url('/assets/images/topmenu/career-x.png') bottom;
	text-indent: -99999px;
}
#career:hover {
	background-position: 0 0;
}

#enquiry{
	float: left;
	display: block;
	width: 120px;
	height: 176px;
	background: url('/assets/images/topmenu/enquiry-bil.png') bottom;
	text-indent: -99999px;
}
#enquiry:hover {
	background-position: 0 0;
}
#enquiryp{
	float: left;
	display: block;
	width: 120px;
	height: 176px;
	background: url('/assets/images/topmenu/enquiry-pym.png') bottom;
	text-indent: -99999px;
}
#enquiryp:hover {
	background-position: 0 0;
}
.ddmenu{
	display: none;
    color: #4d4d4d;
	}
.ddpad{
	display: none;
	}
	
/*Drop Down menu*/
.dropbtn{
	  background-color: transparent;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    padding: 16px;
    font-size: 0.8em;
    border: none;
    cursor: pointer;
    opacity: 1.0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 10px;
	}	
.dropdown{
	  position: relative;
    display: inline-block;
	}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    opacity: 0.9;
    font-size: 0.9em;
    min-width: 160px;
    margin-left: 15px;
    margin-right: 15px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    vertical-align: middle;
}
.dropdown-sub{
	  height: 40px;
	  padding-top: 7px;
	  padding-left: 20px;
	  background-color: #ffffff;
	  opaity: 1.0;  /*0.5*/	}
.dropdown-sub.topmen{
	  -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 10px 10px 0 0;
	}
.dropdown-sub.botmen{
	  -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 10px 10px;
	}
/* Links inside the dropdown */
.dropdown-content a {
    color: #000000;
    text-align: left;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
}


/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #9fc211; 
	color: #ffffff;
	opacity: 0.95; 
	z-index: 10;
}
.dropdown-content a.dropdown-sub.topmen.bil:hover {
	background-color: #ffb50b; 
	color: #ffffff;
	opacity: 0.95;
	z-index: 10; 
}
.dropdown-content a.dropdown-sub.pym:hover {
	background-color: #73adc7; 
	color: #ffffff;
	opacity: 0.95;
	z-index: 10; 
}
.dropdown-content a.dropdown-sub.botmen.lil:hover {
	background-color: #9fc211; 
	color: #ffffff;
	opacity: 0.95;
	z-index: 10; 
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    z-index: 10;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #EA6846;
    color: #ffffff;
}
/*Footer*/
.drop{
	display: none;
	}
.drop2{
	display: none;
}
.foot{
	background-image: url('/assets/images/footerimage.png');
	background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 270px;
}
.claim{
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.0em;
	font-weight: 200;
	color: #777777;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: center;
	}
.glower{
	text-shadow: -1px 1px 25px #ffc, 1px -1px 25px #fff;
    		}
.search{
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.2em;
	color: #EA6846;
	text-align: center;
	margin-bottom: 0px;
		}
.glower.drop{
    font-family: AmericanTypewriterStd-Bold;
	font-size: 1.0em;
	color: #EA6846;
    font-weight: 400;
}
.glower.qlnk{
    font-family: AmericanTypewriterStd-Bold;
	font-size: 1.0em;
	color: #EA6846;
    font-weight: 400;
}

.quick{
	display: none;
	}
.bmenu{
	display: none;
	}
.glower a:link, .glower a:visited{
	text-shadow: -1px 1px 25px #ffc, 1px -1px 25px #fff;
	color: #4d4d4d;
	}
.glower a:hover{
	color: #4d4d4d;
	text-shadow: 0 0 25px red;
	text-decoration: none;
	}
.footer{
	padding-top: 10px;
	background-color: #73AEC8;
	color: #ffffff;
	font-size: 1.1em;
	height: 80px;
	text-align: center;
}
.footer a:hover{
	color: #ffffff;
	text-decoration: underline;
	}
.footer a:visited, .footer a:active, .footer a:link{
	color: #ffffff;
	}
.welcome{
    margin-top: 30px;
}
.welcome h1{
	color: #Ea6846;
    font-family: AmericanTypewriterStd-Med;
    text-align: center;
    margin-top: 20px;
	}
.welcome h1.contact{
	font-size: 20px; 
	}
.welcome hr{
	width: 100%;
	border: 2px solid #EA6846;
	margin-top: 0px;
	}
.welcome img{
	width: 100%;
	margin-top: -30px;
	}
.blogo img{
	width: 100%;
	max-width: 180px;
	}
.blogo{
	margin-top: -80px;
	}
.blogbits h1{
  color: #Ea6846;
  font-family: AmericanTypewriterStd-Med;
  text-align: left;
  font-size: 35px;
	}
.blogbits hr{
	width: 100%;
	border: 2px solid #EA6846;
	}
/*Home page banners*/
.mobhead{
	display: block;
	}
.mobhead h1{
	font-family: AmericanTypewriterStd-Med;
	font-weight: 600;
	color: #EA6846;
	text-align: center;
	}
.mobhead hr{
	width: 100%;
	border: 1px solid #EA6846;
	}
.mobhead p{
	font-family: AmericanTypewriterStd-Med;
  font-size: 1.0m;
  text-align: center;
  color: #777777;
  font-weight: 400;
	}
.mobitems{
	width: 100%;
	}
.mobitem{
	margin-left: 10px;
	margin-right: 10px;
	width: 290px;
	}
#mobcurriculum{
	float: left;
	display: block;
	width: 70px; /*75-125px;*/
	height: 45px;
	background: url('/assets/images/topmenu/moblearning-xs.png') bottom;
	text-indent: -99999px;
}
#mobcurriculum:hover {
	background-position: 0 0;
}

#mobcareer{
	float: left;
	display: block;
	width: 70px; /*72-120px;*/
	height: 45px;
	background: url('/assets/images/topmenu/mobcareer-xs.png') bottom;
	text-indent: -99999px;
}
#mobcareer:hover {
	background-position: 0 0;
}

#mobenquiryb{
	float: left;
	display: block;
	width: 70px; /*75-145px;*/
	height: 45px;
	background: url('/assets/images/topmenu/mobenquiryb-xs.png') bottom;
	text-indent: -99999px;
}
#mobenquiryp{
	float: left;
	display: block;
	width: 70px; /*75-145px;*/
	height: 45px;
	background: url('/assets/images/topmenu/mobenquiryp-xs.png') bottom;
	text-indent: -99999px;
}

#mobenquiryb:hover {
	background-position: 0 0;
}
#mobenquiryp:hover {
	background-position: 0 0;
}
.banner-mob{
	width: 100%;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 10px;
	}
.bannertitle{
	margin-top: -50px;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	}
.banner{
	display: none;
	}
.exceed{
	width: 70%;
    margin-left: -20px;
}
/**************** BLOG STYLING ********************/
.blog-container .post-list {
    float: left;
    width: 69%;
}

.blog-container .side-panel {
    float: right;
    width: 27%;
}

.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
    margin: 0;
    padding: 0;
}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
    font-size: 11px;
    list-style: none;
    margin: 0 0 9px;
}

.blogimg img{
	width: 100%;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 10px;
}
.blogimg:nth-child(odd)
{
    color: #FFB50B;
}
.blogimg:nth-child(even)
{ 
      color: #73ADC7;
}
.post-title{
	font-family: AmericanTypewriterStd-Bold;
    font-size: 26px;
    font-weight: 400;
	}
.post-body{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	}
.blog-container h1{
	font-family: AmericanTypewriterStd-Med;
	}
.side-panel{
	font-family: AmericanTypewriterStd-Med;
	}
.captchaimg{
    max-width: 250px;
}
#catblogoutput{
	color: #73ADC7;
	
	}
h2.post-title.detail{
	font-size: 28px;
	}
.post-body.detail{
	min-height: 250px;
	}
.post-body.detail img{
	
	width: 100%;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #777777;
	
	}
.post-body-detail ul{
    margin-top: 30px;
}

.post-body-detail li{
    font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
    color: #73ADC7;
}

.home .blogimg .post-body p {
	color: #777777;
}
/********************* Location Pages *********************/
.locbannerhead{
	margin: 0px;
	}
.item img{
	width: 100%;
	}
.locbanner{
	padding: 0px;
	}
.carousel-inner img{
	border: 18px solid white;
	}	
.carousel-inner{
	box-shadow: 5px 5px 10px #cccccc;
	}
.centinfo p.main{
	font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
  line-height: 2.0;
  padding-top: 15px;
	}
.centinfo h5{
	font-size: 1.8em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #27637D;
  padding-top: 15px;
	}
.centinfo p.main.doublesp{
	line-height: 1.5;
	}
.faqrow hr{
	width: 100%;
	border: 1.5px solid #EA6846;
	}
.faq{
	text-align: center;
	}
.faq img{
	width: 100%;
	max-width: 950px;
	}
.faqcook, faqprovide, faqparents{
	padding-bottom: 20px;
	}
.faqcook h5{
	font-size: 1.6em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #FFB50B;
	}
.faqcook img{
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
    margin-top:10px;
    margin-bottom:20px;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
}
.faqcook p.main{
	font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
  line-height: 1.8;
	}
.faqprovide h5{
	font-size: 1.6em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #96A81E;
	}
.faqprovide img{
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
    margin-top:10px;
    margin-bottom:20px;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
}
.faqprovide ul{
	list-style: none;
    /*list-style-type: disc;
	color: #96A81E;*/
	}
.faqprovide li::before {
   content: "â˜…"; 
   color: #96A81E;
   font-size: 1.5em;
   display: inline-block; 
   width: 1em;
   margin-left: -1em;
}      
.faqprovide li{
	font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 5px;
  line-height: 1.25;
	}

.faqparents h5{
  font-size: 1.6em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #73ADC7;
	}
.faqparents img{
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
    margin-top:10px;
    margin-bottom:20px;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
}
.faqparents p.main{
	font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
  line-height: 1.8;
	}
.faqparents ul{
    list-style: none;
	/*list-style-type: disc;
	color: #73ADC7;*/
	}
.faqparents li::before {
   content: "â˜…"; 
   color: #73ADC7;
   font-size: 1.5em;
   display: inline-block; 
   width: 1em;
   margin-left: -1em;
}      
.faqparents li{
	font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 5px;
  line-height: 1.25;
	}
button.btn.btn-warning{
	width: 50%;
  margin-left: 12.5%;
  margin-right: 12.5%;
  background-color: #FFB50B;
  border: 4px solid #fff;
	border-radius: 10px;
	height: 50px;
	font-family: American Typewriter;
	font-size: 18px;
	box-shadow: 5px 5px 10px #999999;
	}
button.btn.btn-primary{
	width: 50%;
  margin-left: 12.5%;
  margin-right: 12.5%;
  background-color: #73ADC7;
  border: 4px solid #fff;
	border-radius: 10px;
	height: 50px;
	font-family: American Typewriter;
	font-size: 18px;
	box-shadow: 5px 5px 10px #999999;
	}

	.swiper-container-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 1px;
	}

	.swiper-pagination-bullet-active {
		background: #7ca3b3;
	}
	
/*********************** Enquiry Form ***************************************/	
.form-horizontal .control-label {
	text-align: left;
}

.field-validation-error {
	color: #ff5e5e;
}


/****************** Google Maps ******************************************/
.google-maps {
        position: relative;
        padding-bottom: 167%; 
        height: 0;
        overflow: hidden;
}
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 80% !important;
        height: 80% !important;
}
/********************* Spacer ******************************************/
.spacer{
	height: 0px;
	margin-top: -50px;
}
/******************** Parent information   ****************************/
.parentinfo{
	
	}
.parentinfo h4{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.6em;
	color: #EA6846;
    font-weight: 400;
	}
.parentinfo h5{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.7em;
	color: #27637D;
    margin-bottom: 30px;
    font-weight: 400;
	}
.parentinfo h6{
	font-family: 'Open Sans', sans-serif;
    font-weight: 800;
	font-size: 1.2em;
    margin-top: 40px;
    margin-bottom: 30px;    
	color: #4d4d4d;
	}
.parentinfo img{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 10px;
	}
.sectend{
	border: 4px solid white;
	box-shadow: 5px 5px 10px #cccccc;
	}
.emph{
	font-style: italic;
	color: red;
	}
.books img{
	max-height: 211px;
	}
.qlinks li{
	line-height: 20px;
	}
.bigim img{
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
    margin-top: 40px;
    margin-bottom: 60px;
    width: 100%;
}
/******************** Philosophy ****************************/
.philosophy{
	
	}
.philosophy h4{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.6em;
	color: #EA6846;
    font-weight: 400;
	}
.philosophy h5{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.7em;
	color: #27637D;
    margin-bottom: 30px;
    font-weight: 400;
	}
.philosophy h6{
	font-family: 'Open Sans', sans-serif;
    font-weight: 800;
	font-size: 1.2em;
    margin-top: 40px;
    margin-bottom: 30px;    
	color: #4d4d4d;
	}
.philosophy p.main{
 	font-size: 1.2em;
    line-height: 1.5;
}
.philosophy img{
	width: 100%;
	}
.philosophy hr{
	width: 100%;
	border: 1.5px solid #EA6846;
	margin-top: 18px;
    margin-bottom: 18px;
}
.philosophy li{
	font-size: 1.2em;
    line-height: 2.0;
}
.citation{
	font-weight: 200;
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
    color: #EA6846;
	}
.bigq{
    font-size: 1.4em;
    font-weight: 800;
    font-family: AmericanTypewriterStd-Med;
}
.attrib{
	font-size: 0.7em;
    color: #EA6846;
    font-weight: 800;
	}
.emph{
	font-style: italic;
	color: red;
	}
.emph2{
	font-weight: 400;
	color: #EA6846;
	}
.quot{
	font-weight: 300;
	margin-left: 30px;
    line-height: 2.0;
	}
.qplinks li{
	line-height: 20px;
    font-family: AmericanTypewriterStd-Med;
    font-size: 1.2em;
	}
.qplinks li a:link{
    color: #27637D;
}
.qplinks li a:visited{
	color: #27637D;
}
.qplinks li a:active{
	color: #27637D;
}
.qplinks li a:hover{
	color: #EA6846;
}
/******************** Employment   ****************************/
.wwwu{
	
	}
.wwwu h5{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.6em;
	color: #27637D;
    font-weight: 400;
	}
.wwwu h6{
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.5em;
	color: #EA6846;
	}
.wwwu img{
	width: 100%;
	}
.footnote{
	font-weight: 400;
	font-size: 0.7em;
	font-style: italic;
	}
.qplinks li{
	line-height: 20px;
	}
.secure-login{
	background-color: transparent;
	}
.secure-login label{
	font-weight: 400;
	font-size: 12px;
	}
.secure-login input{
	width: 80%;
	}
/***************** FAQ ***************************/
.faqblock h5{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.6em;
	color: #27637D;
    font-weight: 400;
    }
.faqhd{
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.2em;
	color: #73AEC8;
	}
/****************** Positions Available********************************/
.jobad{
    border: 1px solid #73aec8;
    padding: 5px;
    margin: 5px;
}
.jobad hr{
    width: 100%;
	border: 1.5px solid #73aec8;
	margin-top: 3px;
    margin-bottom: 6px;
}
.jtitle{
    font-size: 1.5em;
    font-weight: 800;
    text-align: center;
}
.jsubtitle{
    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
    margin-top: -10px;
}
.jreq{
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
}
.jdesc{
    font-size: 0.9em;
    text-align: left;
    width: 90%;
    margin: auto;
    line-height: 1.5;
}
.jdesc li{
    font-size: 1.0em !important;
    line-height: 1.5 !important;
}
.jdoc{
	text-align: center;
    color: #EA6846;
}

.jdoc a:link, a:hover, a:visited, a:active{
	text-decoration: none;
    color: #EA6846;
}

.panel-title a.faqhd {
	color: black;
}

.japply{
	text-align: center;
}
.japply button{
	width: 50%;
}
/************* Gidgets ****************/
.gidgets{}
.gidgets img{
	width: 80%;
    border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
}
.gidgets h1{
    font-family: AmericanTypewriterStd-Med;
	font-size: 1.5em;
    color: orange;
}
.gidgets h5{
    font-size: 1.2em;
    color: #EA6846;
}

.mob-nav{
	display: inline-block;
    margin: auto;
    text-align: center;
    font-size: 16px;
}

.btn-group {
	position: fixed;
z-index: 1000;
}
.faqlink{
    text-align: center;
	margin: auto;
}
.faqlink img{
	width: 10%;
}
.enqlink{
    text-align: center;
	margin: auto;
}
.enqlink img{
    width: 10%;
}
.faqlink button{
    width: 70%; 
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: #96A81E;
    color: white;
    font-weight: 800;
    border: 4px solid #fff;
    border-radius: 10px;
    height: 40px;
    font-family: AmericanTypewriterStd-Med;
    font-size: 14px;
    box-shadow: 5px 5px 10px #999999;
}
.faqlink button:hover{
	background-color: #EA6846;
    color: white;
	}
.enqlink button{
    width: 70%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: orange;
    color: white;
    font-weight: 800;
    border: 4px solid #fff;
    border-radius: 10px;
    height: 40px;
    font-family: AmericanTypewriterStd-Med;
    font-size: 14px;
    box-shadow: 5px 5px 10px #999999;
}
.enqlink2 button{
	width: 70%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: #96A81E;
    color: white;
    font-weight: 800;
    border: 4px solid #fff;
    border-radius: 10px;
    height: 40px;
    font-family: AmericanTypewriterStd-Med;
    font-size: 14px;
    box-shadow: 5px 5px 10px #999999;
}    
.enqlink button:hover{
	background-color: #EA6846;
    color: white;
	}
.enqlink2 button:hover{
	background-color: #EA6846;
    color: white;
	}


/*************** Landing **********************/
.landing h5{
  font-size: 1.8em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: center;
  font-weight: 400;
  color: #27637D;
  padding-top: 10px;
}
.landing h6{
  font-size: 1.2em !important;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 400;
  color: #27637D;
  padding-top: 5px;
	}
.landing img{
	display: block;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: -21px;
}
.lgallery img{
	border: 1px solid #ccc;
	padding: 3px;
	width: 100%;
}
.ltext h5{
  font-size: 1.4em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #27637D;
  padding-top: 30px;
}

.avia-video, .avia-iframe-wrap{clear:both; position: relative; margin-bottom:20px; }

.avia-video, .avia-video iframe, .avia-video video{background-color: #000;}

/*responsive iframe trick*/
.avia-video iframe, .js_active .avia-iframe-wrap iframe, div .avia-video .avia-iframe-wrap{position: absolute; width:100%; height:100%; left:0; top:0; padding:0;}
.avia-video-custom{height:0;}
.avia-video-16-9, .js_active .avia-iframe-wrap{padding-bottom: 56.25%; height:0;}
.avia-video-4-3{padding-bottom: 75%; height:0;}

/*html 5 video - always has 100 width and natural height. behaves like image when it comes to aspect ratio*/

video{
	width:100%;
	height:auto;
}
.landing-google-maps {
        position: relative;
        padding-bottom: 100%; 
        height: 0;
        overflow: hidden;
}
.landing-google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        /*width: 100% !important;
        height: 100% !important;*/
}

/******************************************************************/
/******************************************************************/

@media (min-width: 708px){
.mobmenu{
		display: block;
	}
.foot{
	min-height: 400px;
	}
.drop2{
	display: none;
}
.claim{
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.2em;
	font-weight: 200;
	color: #777777;
	margin-top: 70px;
	margin-bottom: 380px;
	text-align: center;
	}
.search{
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.2em;
	color: red;
	text-align: center;
	margin-bottom: 0px;
		}
.search-box input{
	  width: auto;
	  margin-left: 20%;
	}
.quick{
	display: none;
	}
.bmenu{
	display: none;
	}

.glower a:link, .glower a:visited{
	text-shadow: -1px 1px 25px #ffc, 1px -1px 25px #fff;
	color: #4d4d4d;
	}
.glower a:hover{
	color: #4d4d4d;
    text-shadow: 0 0 25px red;
	text-decoration: none;
	}
.search-box input{
	  width: auto;
	  margin-left: 0%;
	}
.footer{
	font-size: 1.1em;
	height: 80px;
}
.mobhead{
	
	}
.banner-mob{
	width: 70%;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 10px;
	}
.bannertitle{
	margin-top: -70px;
	width: 48%;
	margin-left: 26%;
	margin-right: 26%;
	}
.banner{
	display: none;
	}
/******************** Parent information   ****************************/
.parentinfo{
	
	}
.parentinfo h4{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.6em;
	color: #EA6846;
    font-weight: 400;
	}
.parentinfo h5{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.7em;
	color: #27637D;
    margin-bottom: 30px;
    font-weight: 400;
	}
.parentinfo h6{
	font-family: 'Open Sans', sans-serif;
    font-weight: 800;
	font-size: 1.2em;
    margin-top: 40px;
    margin-bottom: 30px;    
	color: #4d4d4d;
	}
.parentinfo hr{
    width: 100%;
	border: 1.5px solid #EA6846;
	margin-top: 0px;
    margin-bottom: 40px;
    }
}


/******************************************************************/
/******************************************************************/


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/************************************************************************************************/
/* Small devices (tablets, 768px and up) */
/************************************************************************************************/
@media (min-width: 768px) { 
.mobmenu{
		display: none;
	}
.fixedmenu{
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.93);
    opacity: 1;
}
.toprow{
    margin-top: 250px;
    }
.logo{
	  
}
.logo img{
	  margin-top: 40px;
	  float: right;
      width: 200px;
}
.topmenu{
	  display: inline;
		margin-top: -220px;	
}	
.ddmenu{
	display: inline;
	text-align: left;
	font-size: 1.2em;
    padding-right: 0px;
    margin-top: -40px;
	}
.dropbtn{
	  background-color: transparent;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    padding: 16px;
    font-size: 0.8em;
    border: none;
    cursor: pointer;
    opacity: 1.0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 10px;
	}
.ddpad{
	display: inline;
	}
.drop{
	display: none;
}
.drop2{
	display: inline;
    margin-top: 30px;
}
.claim{
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.4em;
	font-weight: 200;
	color: #777777;
	margin-top: 25px;
	margin-bottom: 260px;
	text-align: center;
	}
.search{
	margin-bottom: 0px;
	}
.search-box input{
	  width: auto;
	  margin-left: 0%;
	}
.quick{
	display: block;
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.2em;
	color: red;
	text-align: center;
	}
.bmenu{
	display: block;
	/*font-family: AmericanTypewriterStd-Med;*/
	font-size: 1.3em;
	color: black;
	text-align: center;
	height: 40px;
	}
.glower a:link, .glower a:visited{
	text-shadow: -1px 1px 25px #ffc, 1px -1px 25px #fff;
	color: #4d4d4d;
	}
.glower a:hover{
	color: #4d4d4d;
	text-shadow: 0 0 25px red;
	text-decoration: none;
	}
.footer{
	font-size: 1.0em;
	height: 40px;
}
.mobhead{
	display: none;
	}
.banner{
	display: block;
	width: 100%;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
	margin-left: 0%;
	margin-right: 0%;
    
	}
.bannertitle{
	margin-top: -60px;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	}
.banner-mob{
	display: none;
	}
.welcome h1{
	color: #Ea6846;
  font-family: AmericanTypewriterStd-Med;
  text-align: center;
  margin-top: 20px;
	}
.welcome h1.contact{
	font-size: 36px; 
    
    }
.welcome hr{
	width: 100%;
	border: 1.5px solid #EA6846;
	margin-top: 0px;
	}
.welcome img{
	width: 100%;
	margin-top: -30px;
	}
.welcome p{
	font-size: 1.6em;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
	}
.welcome p.main{
	font-size: 1.4em;
	text-align: justify;
   }
.centinfo p.main{
	font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
  line-height: 1.5;
  padding-top: 15px;
	}
.centinfo h5{
	font-size: 1.4em;
  font-family: AmericanTypewriterStd-Med;
  text-align: left;
  font-weight: 400;
  color: #27637D;
  padding-top: 15px;
	}
.centinfo p.main.doublesp{
	line-height: 2.0;
	}
.faq img{
	width: 100%;
	max-width: 950px;
	}
.faqlink button{
    width: 20%; 
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: #96A81E;
    color: white;
    font-weight: 800;
    border: 4px solid #fff;
    border-radius: 10px;
    height: 50px;
    font-family: AmericanTypewriterStd-Med;
    font-size: 24px;
    box-shadow: 5px 5px 10px #999999;
}
.enqlink button{
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: orange;
    color: white;
    font-weight: 800;
    border: 4px solid #fff;
    border-radius: 10px;
    height: 50px;
    font-family: AmericanTypewriterStd-Med;
    font-size: 24px;
    box-shadow: 5px 5px 10px #999999;
}    

.faqcook h5{
	font-size: 1.6em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #FFB50B;
	}
.faqcook img{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    margin-top:10px;
    margin-bottom:20px;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
}
.faqcook p.main{
	font-size: 1.0em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
  line-height: 1.8;
	}
.faqprovide h5{
	font-size: 1.6em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #96A81E;
	}
.faqprovide img{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    margin-top:10px;
    margin-bottom:20px;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
}
.faqprovide ul{
    list-style: none;
	/*list-style-type: disc;
	color: #96A81E;*/
	}
.faqprovide li::before {
   content: "â˜…"; 
   color: #96A81E;
   font-size: 1.5em;
   display: inline-block; 
   width: 1em;
   margin-left: -1em;
}      
.faqprovide li{
	font-size: 1.0em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 5px;
  line-height: 1.25;
	}

.faqparents h5{
	font-size: 1.6em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #27637D;
	}
.faqparents img{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    margin-top:10px;
    margin-bottom:20px;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
}
.faqparents p.main{
	font-size: 1.0em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
  line-height: 1.8;
	}
.faqparents ul{
	list-style: none;
    /*list-style-type: disc;
	color: #73ADC7;*/
	}
.faqparents li::before {
   content: "â˜…"; 
   color: #73ADC7;
   font-size: 1.5em;
   display: inline-block; 
   width: 1em;
   margin-left: -1em;
}      
.faqparents li{
	font-size: 1.0em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 5px;
  line-height: 1.25;
	}
.faqparents li a:link{
	color: #73AEC8;
    }
.faqparents li a:active{
	color: #73AEC8;
    }
.faqparents li a:visited{
	color: #73AEC8;
    }
.faqparents li a:hover{
	color: #EA6846;
    }
.google-maps {
        position: relative;
        padding-bottom: 167%;
        height: 0;
        overflow: hidden;
}
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}
/*********************** Enquiry Form ***************************************/	
.form-control.datepart{
	width: 100px;
    display: inline-block;
    font-size: 1.0em;
	}
.submenu{
	width: 50% !important; 
    font-size: 1.2em !important;
    margin-bottom: 20px !important;
    margin-left: 0% !important;
}   
.cmenu{
	width: 60% !important; 
    font-size: 1.4em !important;
    margin-left: auto;
     margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px !important;
}
/******************** Spacer ************************************/
.spacer{
	height: 100px;
}
/******************** Parent information   ****************************/
.parentinfo{
	
	}
.parentinfo h4{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.6em;
	color: #EA6846;
    font-weight: 400;
	}
.parentinfo h5{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.7em;
	color: #27637D;
    margin-bottom: 30px;
    font-weight: 400;
	}
.parentinfo h6{
	font-family: 'Open Sans', sans-serif;
    font-weight: 800;
	font-size: 1.2em;
    margin-top: 40px;
    margin-bottom: 30px;    
	color: #4d4d4d;
	}
.parentinfo hr{
    width: 100%;
	border: 1.5px solid #EA6846;
	margin-top: 0px;
    margin-bottom: 40px;
    }
.sectend{
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
	}
.qlinks li{
	line-height: 20px;
    font-family: AmericanTypewriterStd-Med;
	}
.qlinks li a:link{
	color: #27637D;
    }
.qlinks li a:active{
	color: #27637D;
    }
.qlinks li a:visited{
	color: #27637D;
    }
.qlinks li a:hover{
	color: #EA6846;
    }
.mob-nav{
	display: none;
    margin: auto;
}
}
/************************************************************************************************/
/* Medium devices (desktops, 992px and up) */
/************************************************************************************************/
@media (min-width: 992px) { 
.mobmenu{
		display: none;
	}
.fixedmenu{
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.93);
    opacity: 1;

}
.logo{
	  
}
.logo img{
	  margin-top: 40px;
	  float: right;
      width: 262px;
	}
.topmenu{
	  display: inline;
		margin-top: -220px;	
}	
.ddmenu{
	display: inline;
	text-align: left;
	font-size: 1.2em;
    padding-right: 0px;
    margin-top: -40px;
	}
.dropbtn{
	  background-color: transparent;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    padding: 16px;
    font-size: 1.2em;
    border: none;
    cursor: pointer;
    opacity: 1.0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 10px;
	}
.ddpad{
	display: inline;
	}
.drop{
	display: inline;
}
.drop2{
	display: inline;
    margin-top: 30px;
}
.claim{
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.7em;
	font-weight: 200;
	color: #777777;
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
	}
.search{
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.6em;
	color: red;
	text-align: center;
	margin-bottom: 275px;
}
.search-box input{
	  width: auto;
	  margin-left: 0%;
	}
.glower a:link, .glower a:visited{
	text-shadow: -1px 1px 25px #ffc, 1px -1px 25px #fff;
	color: #4d4d4d;
	}
.glower a:hover{
	color: #4d4d4d;
	text-shadow: 0 0 25px red;
	text-decoration: none;
}
.footer{
	font-size: 1.0em;
	height: 40px;
}
.blogo{
	margin-top: -60px;
	}
.mobhead{
	display: none;
	}
.mob-nav{
	display: none;
    margin: auto;
}
.bannertitle{
	margin-top: -95px;
	width: 100%;
	}
.welcome h1{
	color: #Ea6846;
  font-family: AmericanTypewriterStd-Med;
  text-align: center;
  font-size: 48px;
  margin-top: 20px;
	}
.welcome hr{
	width: 100%;
	border: 1.5px solid #EA6846;
	margin-top: 0px;
	}
.welcome img{
	width: 100%;
	margin-top: -20px;
	}
.welcome p{
	font-size: 1.8em;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
	}
.welcome p.main{
	font-size: 1.4em;
	text-align: justify;
	}
.blogbits h1{
  font-size: 45px;
	}
.centinfo p.main{
	font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
  line-height: 1.75;
  padding-top: 15px;
	}
.centinfo h5{
	font-size: 1.6em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #27637D;
  padding-top: 15px;
	}
.centinfo p.main.doublesp{
	line-height: 2.0;
	}
.faq img{
	width: 100%;
	max-width: 950px;
	}
.faqlink button{
    width: 20%; 
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: #96A81E;
    color: white;
    font-weight: 800;
    border: 4px solid #fff;
    border-radius: 10px;
    height: 50px;
    font-family: AmericanTypewriterStd-Med;
    font-size: 24px;
    box-shadow: 5px 5px 10px #999999;
}
.enqlink button{
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: orange;
    color: white;
    font-weight: 800;
    border: 4px solid #fff;
    border-radius: 10px;
    height: 50px;
    font-family: AmericanTypewriterStd-Med;
    font-size: 24px;
    box-shadow: 5px 5px 10px #999999;
}
.faqcook h5{
	font-size: 1.6em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #FFB50B;
	}
.faqcook img{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    margin-top: 10px;    
    margin-bottom:20px;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
        
}
.faqcook p.main{
	font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
  line-height: 1.8;
	}
.faqprovide h5{
	font-size: 1.6em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #96A81E;
	}
.faqprovide img{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    margin-top:10px;
    margin-bottom:20px;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
}
.faqprovide ul{
	list-style: none;
    /*list-style-type: disc;*/
	/*color: #96A81E;*/
	}
.faqprovide li::before {
   content: "â€¢"; 
   color: #96A81E;
   font-size: 1.5em;
   display: inline-block; 
   width: 1em;
   margin-left: -1em;
}      
.faqprovide li{
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 5px;
  line-height: 1.25;
	}

.faqparents h5{
	font-size: 1.6em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #27637D;
	}
.faqparents img{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    margin-top:10px;
    margin-bottom:20px;
	border: 18px solid white;
	box-shadow: 5px 5px 10px #cccccc;
}
.faqparents p.main{
	font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
  line-height: 1.8;
	}
.faqparents ul{
	list-style: none;
    /*list-style-type: disc;
	color: #73ADC7;*/
	}
.faqparents li::before {
   content: "â€¢";
   color: #73ADC7;
   font-size: 1.5em;
   display: inline-block; 
   width: 1em;
   margin-left: -1em;
}      
.faqparents li{
	font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 5px;
  line-height: 1.25;
	}
.submenu{
	width: 50% !important; 
    font-size: 1.4em !important;
    margin-bottom: 20px !important;
    margin-left: 0% !important;
}
.cmenu{
	width: 60% !important; 
    font-size: 1.4em !important;
    margin-left: auto;
     margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px !important;
}
/******************** Parent information   ****************************/
.parentinfo{
	
	}
.parentinfo h4{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.6em;
	color: #EA6846;
    font-weight: 400;
	}
.parentinfo h5{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.7em;
	color: #27637D;
    margin-bottom: 30px;
    font-weight: 400;
	}
.parentinfo h6{
	font-family: 'Open Sans', sans-serif;
    font-weight: 800;
	font-size: 1.2em;
    margin-top: 40px;
    margin-bottom: 30px;    
	color: #4d4d4d;
	}
.parentinfo hr{
    width: 100%;
	border: 1.5px solid #EA6846;
	margin-top: 0px;
    margin-bottom: 40px;
    }
.qlinks li{
	line-height: 40px;
	}
/******************** Employment   ****************************/
.qplinks li{
	line-height: 40px;
	}
}
/************************************************************************************************/
/* Large devices (large desktops, 1200px and up) */
/************************************************************************************************/
@media (min-width: 1200px) {
.mobmenu{
		display: none;
	}
.fixedmenu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.93);
    opacity: 1;

}
.logo{
	  
}
.logo img{
	  margin-top: 40px;
	  float: right;
      width: 262px;
	}
.topmenu{
	  display: inline;
		margin-top: -220px;	
}
.ddmenu{
	display: inline;
	text-align: left;
	font-size: 1.2em;
    padding-right: 0px;
    margin-top: -40px;
	}
.ddpad{
	display: inline;
	}
.drop{
	display: inline;
}
.drop2{
	display: inline;
    margin-top: 30px;
}
.foot{
	background-image: url('/assets/images/footerimage.png');
	background-size: contain;
  background-repeat: no-repeat;
}
.claim{
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.9em;
	font-weight: 200;
	color: #777777;
	margin-top: 25px;
	margin-bottom: 40px;
	text-align: center;
	}
.glower{
	text-shadow: -1px 1px 25px #ffc, 1px -1px 25px #fff;
		}
.search{
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.6em;
	color: red;
	text-align: center;
	margin-bottom: 350px;
}
.search-box input{
	  width: auto;
	  margin-left: 0%;
	}
.quick{
	display: block;
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.6em;
	color: red;
	text-align: center;
	margin-top: 490px;
	}
.bmenu{
	display: block;
	/*font-family: AmericanTypewriterStd-Med;*/
	font-size: 1.3em;
	color: black;
	text-align: center;
	height: 40px;
	}
.glower a:link, .glower a:visited{
	text-shadow: -1px 1px 25px #ffc, 1px -1px 25px #fff;
	color: #4d4d4d;
	}
.glower a:hover{
	color: #4d4d4d;
	text-shadow: 0 0 25px red;
	text-decoration: none;
	}
.footer{
	padding-top: 10px;
	background-color: #73AEC8;
	color: #ffffff;
	font-size: 1.0em;
	height: 40px;
	text-align: center;
	height: 40px;
}
.footer a:hover{
	color: #ffffff;
	text-decoration: underline;
	}
.footer a:visited, .footer a:active, .footer a:link{
	color: #ffffff;
	}

.blogo img{
	width: 100%;
	max-width: 180px;
	}
.blogo{
	margin-top: -90px;
	}
.mobhead{
	display: none;
	}
.welcome h1{
	color: #Ea6846;
  font-family: AmericanTypewriterStd-Med;
  text-align: center;
  font-size: 55px;
  margin-top: 20px;
	}
.welcome hr{
	width: 100%;
	border: 1.5px solid #EA6846;
	margin-top: 0px;
	}
.welcome img{
	width: 100%;
	margin-top: -30px;
	}
.welcome p{
	font-size: 2.2em;
  font-family: 'Open Sans', sans-serif;;
  text-align: center;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
	}
.welcome p.main{
	font-size: 1.6em;
	text-align: justify;
	}
.blogbits h1{
  color: #Ea6846;
  font-family: AmericanTypewriterStd-Med;
  text-align: left;
  font-size: 55px;
	}
.blogbits hr{
	width: 100%;
	border: 1.5px solid #EA6846;
	}
.centinfo p.main{
	font-size: 1.4em;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
  margin-top: 5px;
  line-height: 2.0;
  padding-top: 15px;
	}
.centinfo h5{
	font-size: 1.8em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #27637D;
  padding-top: 15px;
	}
.centinfo p.main.doublesp{
	line-height: 2.0;
	}
.spacer{
	height: 100px;
	}
.faqlink button{
    width: 20%; 
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: #96A81E;
    color: white;
    font-weight: 800;
    border: 4px solid #fff;
    border-radius: 10px;
    height: 50px;
    font-family: AmericanTypewriterStd-Med;
    font-size: 24px;
    box-shadow: 5px 5px 10px #999999;
}
.enqlink button{
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: orange;
    color: white;
    font-weight: 800;
    border: 4px solid #fff;
    border-radius: 10px;
    height: 50px;
    font-family: AmericanTypewriterStd-Med;
    font-size: 24px;
    box-shadow: 5px 5px 10px #999999;
}
.enqlink2 button{
    width: 70%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: #96A81E;
    color: white;
    font-weight: 800;
    border: 4px solid #fff;
    border-radius: 10px;
    height: 50px;
    font-family: AmericanTypewriterStd-Med;
    font-size: 24px;
    box-shadow: 5px 5px 10px #999999;
}
.submenu{
	width: 50% !important; 
    font-size: 1.4em !important;
    margin-bottom: 20px !important;
    margin-left: 0% !important;
}
.cmenu{
	width: 60% !important; 
    font-size: 1.4em !important;
    margin-left: auto;
     margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px !important;
}
/******************** Parent information   ****************************/
.parentinfo{
	
	}
.parentinfo h4{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.6em;
	color: #EA6846;
    font-weight: 400;
	}
.parentinfo h5{
	font-family: AmericanTypewriterStd-Bold;
	font-size: 1.7em;
	color: #27637D;
    margin-bottom: 30px;
    font-weight: 400;
	}
.parentinfo h6{
	font-family: 'Open Sans', sans-serif;
    font-weight: 800;
	font-size: 1.2em;
    margin-top: 40px;
    margin-bottom: 30px;    
	color: #4d4d4d;
	}
.parentinfo p.main{
	font-size: 1.2em;
	}
.parentinfo ul{
	}
.parentinfo img{
	width: 100%;
	}
.parentinfo li{
	font-size: 1.2em;
    line-height: 2.0;
    color: #777777;
	}
.parentinfo hr{
    width: 100%;
	border: 1.5px solid #EA6846;
	margin-top: 0px;
    margin-bottom: 40px;
    }
.emph{
	font-style: italic;
	color: red;
	}
.books img{
	max-height: 211px;
	}
.qlinks li{
	line-height: 50px;
	}
    .kanga img{
    margin-bottom: -55px;
    z-index: 10;
    }
.backbutton{
    width: 70%;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #27637D;
    opacity: 0.6;
	border: 4px solid #fff;
	border-radius: 10px;
	height: 60px;
	font-family: American TypewriterStd-Med;;
	font-size: 20px;
    color: #fff;
	box-shadow: 5px 5px 10px #999999;}
.backbutton:link, .backbutton:visited, .backbutton:active, .backbutton:hover{
    color: #fff;
    
    }
/******************** Employment   ****************************/
.wwwu{
	}
.wwwu p.main{
	font-size: 1.2em;
    line-height: 1.5;
	}
.wwwu li{
	font-size: 1.2em;
    line-height: 2.0;
	}
.qplinks li{
	line-height: 40px;
	}
/********************* Landing ***********************/
.landing h5{
  font-size: 1.8em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: center;
  font-weight: 400;
  color: #27637D;
  padding-top: 100px;
	}
.landing h6{
  font-size: 1.2em !important;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 400;
  color: #27637D;
  padding-top: 5px;
	}
.landing img{
	display: block;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: -21px;
}
.lgallery img{
	border: 1px solid #ccc;
	padding: 3px;
	width: 100%;
}
.ltext h5{
  font-size: 1.4em;
  font-family: AmericanTypewriterStd-Bold;
  text-align: left;
  font-weight: 400;
  color: #27637D;
  padding-top: 30px;
}

.video-wrapper 			{ position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; margin-top: 40px; border: 18px solid white;}
.video-wrapper iframe 	{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.avia-video, .avia-iframe-wrap{clear:both; position: relative; margin-bottom:20px; }

.avia-video, .avia-video iframe, .avia-video video{background-color: #000;}

/*responsive iframe trick*/
.avia-video iframe, .js_active .avia-iframe-wrap iframe, div .avia-video .avia-iframe-wrap{position: absolute; width:100%; height:100%; left:0; top:0; padding:0;}
.avia-video-custom{height:0;}
.avia-video-16-9, .js_active .avia-iframe-wrap{padding-bottom: 56.25%; height:0;}
.avia-video-4-3{padding-bottom: 75%; height:0;}

/*html 5 video - always has 100 width and natural height. behaves like image when it comes to aspect ratio*/

video{
	width:100%;
	height:auto;
}
.landing-google-maps {
        position: relative;
        padding-bottom: 100%; 
        height: 0;
        overflow: hidden;
}
.landing-google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        /*width: 100% !important;
        height: 100% !important;*/
}
}
.video-wrapper 			{ position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; margin-top: 10px; border: 18px solid white;}
.video-wrapper iframe 	{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.faqprovide .video-wrapper {
	margin-top: 10px;
}

.video-bar img {
	max-width: 100%;
}

.mt-3 {
	margin-top: 30px;
}


@media (min-width:769px){
	.form-width,
	.watlist_bx{
		max-width: 552px;
		margin: auto;
	}
	#pageid-1289 .umbraco-forms-form form,
	#pageid-1293 .umbraco-forms-form form{
		width: 80%;
		margin: auto;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#pageid-1289 .umbraco-forms-field .umbraco-forms-field-wrapper,
	#pageid-1293 .umbraco-forms-field .umbraco-forms-field-wrapper {
		width: 100%; 
	}
	.watlist_bx h5,.requesttour_bx h5{
		color: #Ea6846;
	    font-family: AmericanTypewriterStd-Bold;
		font-size: 26px;
		font-weight: 400;
	}
	.watlist_bx p,.requesttour_bx p{
		font-size: 1.3em;
    	text-align: justify;
	}
	.joinwaitlist_bx{
		text-align: left;
		display: block;
		width: 40%;
		margin: 20px 0 40px 0;
	}
	.joinwaitlist_bx button{
		margin-left: 0 !important;
	}
}
@media (max-width:768px){
	.watlist_bx h5,.requesttour_bx h5{
		color: #Ea6846;
	    font-family: AmericanTypewriterStd-Bold;
		font-size: 26px;
		font-weight: 400;
	}
	.watlist_bx p,.requesttour_bx p{
		font-size: 1.2em;
    	text-align: justify;
	}
	.joinwaitlist_bx{
		text-align: left;
		display: block;
		width: 100%;
		margin: 20px 0 40px 0;
	}
	.joinwaitlist_bx button{
		margin-left: 0 !important;
	}
}

.watlist_bx{
	padding-top: 2rem;
}
.form-width{
	padding-bottom: 4rem;
}
.details-box{
	display: none;
}
.details-box.active{
	display: block!important;
}

.btn-green{
    margin-right: 2.5%;
    background-color: #96A81E;
    color: white;
    font-weight: 400;
    border: 4px solid #fff;
    border-radius: 10px;
    font-family: AmericanTypewriterStd-Med;
    font-size: 15px;
}

.btn-main {
	color: #fff;
    width: 50%;
    background-color: #73ADC7;
    border: 4px solid #fff;
    border-radius: 10px;
    height: 50px;
    font-family: AmericanTypewriterStd-Med;
    font-size: 18px;
    font-weight: 800;
}
.btn-main:hover{
    color: #333;
    text-decoration: none;
}

#_form_3_ .flex-row h4,
#_form_7_ .flex-row h4{
	font-family: 'AmericanTypewriterStd-Med';
	font-weight: 600;
	padding-top: 1rem;
}

.details-closed{
	position: absolute;
	top: 21px;
	right: 2px;
	font-size: 18px;
	cursor: pointer;
	font-weight: 800;
	display: flex;
	align-items: center;
	gap: 0.2rem;
	font-size: 13px;
}

.p-relative{
	position: relative;
}</pre></body></html>