@charset "utf-8";
/* CSS Document */

body {
  background: #fff ;
  font-family: 'Open Sans', sans-serif;
}

table {
	border-collapse:collapse;
}

table tr th, table tr td {
	color:#1F70C9;
}
	
	
		
a {
	color:#C25C20;
}
	
a:hover {
	color:#B9C6E5;
}
	
.img-centered {
	display:block;
    margin: 0 auto;
}
  
.wrapper {
margin: 0 auto;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.header {
	background-color:#C25C20;
}

.menu {
	background:#C25C20 url(../img/menu_bg.jpg) repeat;
	min-height:39px;
	max-height:39px;
	height:39px;
}

.slider {
	background:#C25C20 url(../img/slider_bg.jpg) no-repeat;
	background-size:cover;
}

.menu .wrapper {
	min-height:39px;
	max-height:39px;
	height:39px;
}






.content h4 {
	color:#C25C20;
	display:block;
	border-bottom:#C25C20 solid 1px;
	padding-bottom:.6rem;
	margin-bottom:1.2rem;
}

.start h4 {
	color:#C25C20;
	display:block;
	padding-bottom:.2rem;
	margin-bottom:0.4rem;
}



.content p {
	font-size:0.9rem;
}



.header h6 {
	font-size:.8rem;
}



.logo {
	display:block;
    margin: 0 auto;
	margin-top:-60px;
	
}

.fullWidth.quicklinks {
	background-color:#1F70C9;
	margin-top:-10px;
	padding-bottom:10px;
}

.fullWidth.homecontent {
	background-color:#fff;
	padding-top:10px;
	padding-bottom:20px;
}

.fullWidth.footer {
	background-color:#fff;
	padding-top:10px;
	padding-bottom:10px;
}

.footer p {
	font-size:0.8rem;
	padding-top:1rem;
}

.quick_extra {
	margin-top:-63px !important;
}

.quick_latest {
	display: block;
	width: 142px;
	height: 37px;
	background: url('../img/quick_latest.png');
	text-indent: -99999px;
	margin-top:-36px;
}
.quick_latest:hover {
	background-position: -142px 0;
}

.quick_newsletters {
	display: block;
	width: 142px;
	height: 37px;
	background: url('../img/quick_newsletters.png');
	text-indent: -99999px;
	margin-top:-36px;
}
.quick_newsletters:hover {
	background-position: -142px 0;
}

.quick_calendar {
	display: block;
	width: 142px;
	height: 37px;
	background: url('../img/quick_calendar.png');
	text-indent: -99999px;
	margin-top:-36px;
}
.quick_calendar:hover {
	background-position: -142px 0;
}

.quick_enrolment {
	display: block;
	width: 142px;
	height: 37px;
	background: url('../img/quick_enrolment.png');
	text-indent: -99999px;
	margin-top:-36px;
}
.quick_enrolment:hover {
	background-position: -142px 0;
}

.slideshow-wrapper {
	padding-top:20px;
	padding-bottom:20px;
}

.orbit-progress {
	visibility:hidden;
}
	
	
	
.contain-to-grid {
	background-color:transparent;
}

.contactdata {
	font-size:0.7rem !important;
}
	
.nav {
	margin-bottom:20px;
}
.top-bar {
	height:40px;
      background-color:transparent;
}

.top-bar-section ul li.navround {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
      background-color: #C36E43;
    color: white;
}

.top-bar-section ul li {
      background-color:transparent;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
      background-color:transparent;
	  color: #000;
      }
	  
 .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
      line-height: 25px;
	  font-size:.8rem;
      }
	  
.top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 10px;
      line-height: 45px;
      background-color:transparent;
	   }
	  
.top-bar.expanded {
background: #C36D42;
}	 
	  
	  
.top-bar.expanded .title-area {
background: #C36D42;
}	

.top-bar-section .dropdown {
padding-bottom : 1rem;
}
		  
.top-bar.expanded .toggle-topbar a {
color: #fff;
font-size: 1rem;
font-family: 'Open Sans', sans-serif;
}		  
		
.top-bar .toggle-topbar.menu-icon a {
color: #fff;
font-size: 1rem;
font-family: 'Open Sans', sans-serif;
}		  
	
	
			  
 .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
    background: none repeat scroll 0 0 #C25C20;
	  color: #000;
      }

.top-bar-section ul li:hover:not(.has-form) > a {
      background-color:rgba(0,99,128,0);
       }

.top-bar-section .has-dropdown > a:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0) transparent transparent;
    border-image: none;
    border-right: 5px inset transparent;
    border-style: solid inset inset;
    border-width: 5px;
    content: "";
    display: block;
    height: 0;
    margin-top: 10.5px;
    top: 22.5px;
    width: 0;
}

.top-bar-section .has-dropdown > a {
    padding-right: 20px !important;
}

.top-bar-section .lastnav {
    padding-right: 40px !important;
}

.top-bar-section ul li > a {
	font-size:0.8rem;
  font-family: 'Open Sans', sans-serif;
}

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
border-right: solid 1px #fff;
height: 39px;
}

.homecontent {
	background-color: #FFF;
	padding: 1.5em;
}
	
.homecontent h4, .homecontent p {
	color: #1F70C9;
}

.welcome {
	background-color:#FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:15px 20px 15px 15px;
	color:#652C90;
}

.welcome img{
	margin-right:20px;
}

.welcome h1{
	font-size: 1.4375rem;
	margin-left:10px;
	color:#652C90;
	font-weight:bold;
}

.welcome p{
	font-size: .9rem;
}


.welcome > p.readmore {
	background:url(../img/readmore.png) no-repeat 155px center;
	padding-left:175px;
	margin-bottom: 0;
}

.leftspace {
	padding-left:25px;
}

.topspace {
	padding-top:18px;
}

.homelinks {
	background-color:#FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:9px 9px 9px 9px;
	color:#652C90;
}

.homelinks h1{
	font-size: 0.9rem;
	margin-left:10px;
	margin-top:10px;
	color:#652C90;
	font-weight:bold;
}

.homelinks img{
	margin-right:10px;
}


.homelinks p.readmore {
	background:url(../img/readmore.png) no-repeat 95px center;
	padding-left:115px;
	margin-bottom: 0;
	font-size: 0.9rem;
}

.homevalues {
  background: #096;
  padding:2px;
}
	
.valuetext p{
  color: #FFF;
  font-family: 'Handlee', cursive;
  font-size:1.4em;
  line-height:1.4em;
  margin-bottom:3px;
}



.content {
	background-color:#fff;
	padding:20px 20px 20px 20px;
	color: #000;
	margin-bottom:25px;
}



.content li{
	margin-left:20px;
	line-height:1.5rem;
}

.content h1{
	font-size: 1.5rem;
	margin-top:10px;
	color:#39306A;
	font-weight:bold;
}

.content img {
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	float:right;
}

ul.clearing-thumbs li a img {
	padding:5px;
}

ul.clearing-thumbs {
	margin-bottom:15px;
}


.content p.opening {
	font-size: 1.1rem;
	padding-right:20px;
}

.side {
	background:#0067C6 url(../img/side_bg.jpg) bottom left repeat-x;
	margin-bottom:1rem;
	padding:0.7rem;
	color:#FFFFFF;
}

.side strong{
	font-size:1.8rem;
}

.side a{
	color:#FFFFFF;
}

.side h4{
	display:block;
	color:#FFFFFF;
	padding:0.1rem;
}


.side h4:hover{
	color:#B9C6E5;
}

div .news p{
	font-size:.9rem;
}



.value_i {
	color:#FF0606;
	font-weight:bold;
}

.value_f {
	color:#F27916;
	font-weight:bold;
}

.value_s {
	color:#FFCF06;
	font-weight:bold;
}

.value_a {
	color:#069D06;
	font-weight:bold;
}

.value_c {
	color:#0674C3;
	font-weight:bold;
}

.value_l {
	color:#062564;
	font-weight:bold;
}

.value_p {
	color:#7435A3;
	font-weight:bold;
}


.under{
	text-decoration:underline;
}


.content p.quote {
	font-size: 1.9rem;
	padding-right:20px;
	font-weight:lighter;
	color:#39306A;
}

.searchfield {
	padding-top:20px;
}

.outlook {
font-size: .7rem;
}

@media only screen and (min-width: 40em) {
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 10px;
      line-height: 39px;
      background-color:transparent;
	   }
	   .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
		   margin-top: -10px;
	   }
	   .homecontent {
	min-height:600px;
}
.top-bar {
	height:40px;
      background-color:transparent;
	margin-top:65px;
}


}

@media only screen and (min-width: 70em) {

.top-bar-section ul li > a {
	font-size:1rem;
}

	   .content {
	min-height:500px;
}


}


@media only screen and (max-width: 70em) {
	
	.logo {
	display:block;
    margin: 0 auto;
	margin-top:-60px;
	width:20%;
}
.quick_extra {
	margin-top:0px !important;
}

.quick_latest {
	margin-top:0px !important;
	margin-bottom:5px;
}

.quick_newsletters {
	margin-top:0px !important;
	margin-bottom:5px;
}

.quick_calendar {
	margin-top:0px !important;
	margin-bottom:5px;
}

.quick_enrolment {
	margin-top:0px !important;
	margin-bottom:5px;
}


}


.has-tip {
    border-bottom: none!important;
	    cursor: pointer!important;
}

.news_image {
	padding:0 !important;
}


.button.start {
	background:url(../img/side_bg.jpg) no-repeat;
	background-size: cover;
	background-position:top;
	height:6rem;
	font-size:1.5rem;
	padding-top:2rem;
  }
  
.button.papercut {
	background: url(../home/start/img/papercut.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.edutube {
	background: url(../home/start/img/edutube.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.scootle {
	background: url(../home/start/img/scootle.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.spellodrome {
	background: url(../home/start/img/spellodrome.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.mathletics {
	background: url(../home/start/img/mathletics.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.eggspress {
	background: url(../home/start/img/eggspress.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.olly {
	background: url(../home/start/img/olly.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.google {
	background: url(../home/start/img/google.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.btn {
	background: url(../home/start/img/btn.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.coolmathsgames {
	background: url(../home/start/img/coolmathsgames.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.cbeebies {
	background: url(../home/start/img/cbeebies.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.readingeggs {
	background: url(../home/start/img/readingeggs.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.abckids {
	background: url(../home/start/img/abckids.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.kidzsearch {
	background: url(../home/start/img/kidzsearch.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.britannica {
	background: url(../home/start/img/britannica.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.wikipedia {
	background: url(../home/start/img/wikipedia.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.enwiki {
	background: url(../home/start/img/enwiki.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.onguard {
	background: url(../home/start/img/onguard.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.side {
	background: url(../home/start/img/side.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.drive {
	background: url(../home/start/img/drive.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.sobs {
	background: url(../home/start/img/sobs.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.watch {
	background: url(../home/start/img/watch.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.youtube {
	background: url(../home/start/img/youtube.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.scsa {
	background: url(../home/start/img/scsa.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.lynda {
	background: url(../home/start/img/lynda.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.tes {
	background: url(../home/start/img/tes.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.splash {
	background: url(../home/start/img/splash.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.sso {
	background: url(../home/start/img/sso.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.fwwa {
	background: url(../home/start/img/fwwa.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.tw {
	background: url(../home/start/img/tw.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.craft {
	background: url(../home/start/img/craft.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.woodshow {
	background: url(../home/start/img/woodshow.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.alice {
	background: url(../home/start/img/alice.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.globalwords {
	background: url(../home/start/img/globalwords.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.wisegeek {
	background: url(../home/start/img/wisegeek.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.classdojo {
	background: url(../home/start/img/classdojo.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.relliteracy1 {
	background: url(../home/start/img/relliteracy1.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.relliteracy2 {
	background: url(../home/start/img/relliteracy2.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }


.button.seek {
	background: url(../home/start/img/seek.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.yammer {
	background: url(../home/start/img/yammer.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.ceowa {
	background: url(../home/start/img/ceowa.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.pearson {
	background: url(../home/start/img/pearson.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.coolmaths {
	background: url(../home/start/img/coolmaths.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.bouncyballs {
	background: url(../home/start/img/bouncyballs.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }


.button.portal {
	background: url(../home/start/img/portal.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.claned {
	background: url(../home/start/img/claned.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.leadinglights {
	background: url(../home/start/img/leadinglights.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.code {
	background: url(../home/start/img/code.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }


.button.seesaw {
	background: url(../home/start/img/seesaw.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }


.button.myscilearns {
	background: url(../home/start/img/myscilearn_student.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }


.button.myscilearnt {
	background: url(../home/start/img/myscilearn_teacher.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }


.button.brightpath {
	background: url(../home/start/img/brightpath.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.keisan {
	background: url(../home/start/img/keisan.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.thinkuknow {
	background: url(../home/start/img/thinkuknow.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }

.button.pathway {
	background: url(../home/start/img/pathway.png) no-repeat , url(../img/side_bg.jpg) no-repeat;
	background-size: auto, cover;
	background-position:center, top;
  }





.accordion-navigation .content {
	min-height: 100px !important;
}


ul, ol, dl {
    font-size: 0.9rem;
    line-height: 1.2;
}

.th {
        margin-right: 20px;
}

.has-tip {
    font-weight: normal;
    color: #ffffff;
}






