/* Generated by Glyphter (http://www.glyphter.com) on  Tue Feb 21 2017*/

@font-face {
  font-family: 'Glyphter';
  src: url('Glyphter.eot');
  src: url('Glyphter.eot?#iefix') format('embedded-opentype'), url('Glyphter.woff') format('woff'), url('Glyphter.ttf') format('truetype'), url('Glyphter.svg#Glyphter') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Lato', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  color: #494949;
}

h1,
.xxlarge {
  font-size: 2.6rem;
}

h2,
.xlarge {
  font-size: 2.2rem;
}


/* This is for block titles and the cookie info table headings */

h2,
.ps_cookie-title {
  color: #494949;
}

h3,
.large {
  font-size: 2.0rem;
}

h4,
.medium {
  font-size: 1.6rem;
}

h5,
.small {
  font-size: 1.2rem;
}

h6,
.xsmall {
  font-size: 1.1rem;
}


/* School Name
===============*/

.school-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 4.9rem;
  font-weight: 700;
  color: #01629d;
  line-height: 1.2;
}

.school-name span {
  display: block;
  font-size: 2.6rem;
  font-weight: 300;
}


/* Icons
========*/

.font-icon {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-content-wrap .font-icon {
  font-size: 2.5rem;
  display: block;
}


/* ICON UNICODE :
==================

.i-our-school:before{content:'\0041';}
.i-close:before{content:'\0042';}
.i-newsletters:before{content:'\0044';}
.i-piota:before{content:'\0045';}
.i-class-pages:before{content:'\0046';}
.i-search:before{content:'\0047';}

========================================*/


/* Text Highlight Colour
======================== */


/* These selection rule sets have to be separate. */

::-moz-selection {
  color: #fff;
  background-color: #01629d;
}

::selection {
  color: #fff;
  background-color: #01629d;
}

a {
  color: #01629d;
}

a:focus,
a:hover,
a:active {
  color: #494949;
}

.inner-container {
  position: relative;
}


/* Home link within the header */

.home-link {
  display: inline-block;
  position: relative;
  z-index: 105;
  text-indent: -9999px;
  width: 94px;
  height: 94px;
  background: url(logo.png) center no-repeat;
  transition: ease 0.2s opacity;
}

.home-link:focus,
.home-link:hover {
  opacity: 0.6;
}


/* Log In
========= */

.login-link a {
  color: #fff;
}

.login-link a:focus,
.login-link a:hover,
.login-link a:active {
  color: #fdd71e;
}


/* Breadcrumbs
============== */

.breadcrumbs {
  margin: 0 0 20px;
  font-size: 1.6rem;
}

.breadcrumbs > li::before {
  color: #01629d;
  content: '> >';
}


/* Page Title */

.page-title {
  position: relative;
  font-weight: 700;
  line-height: 1.3;
  color: #494949;
  font-size: 3.2rem;
}


/* Footer Links
=============== */

.footer-links {
  padding-bottom: 5px;
  color: #494949;
  font-size: 1.4rem;
}

.footer-links a {
  color: #494949;
}

.footer-links a:focus,
.footer-links a:hover {
  color: #01629d;
}

.footer-links ul {
  list-style-type: none;
}

.footer-left li {
  margin-right: 20px;
}


/* News Styles
============== */

.ps_activity-date-info {
  color: #000;
}

.ps_form-search input[type="text"] {
  border-color: #494949;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #e0e8ec;
  color: #494949;
}

.ps_form-search input[type="submit"] {
  color: #494949;
}

.ps_form-search input[type="submit"]:focus,
.ps_form-search input[type="submit"]:hover {
  color: #01629d;
}


/* Calendar Styles
================== */


/* Diary Detail */

.ps_event {
  background-color: #e0e0e0;
}

.ps_calendar {
  background-color: #fff;
}

.ps_calendar-month {
  background-color: #01629d;
}

.ps_event-title a {
  color: #494949;
}

.ps_event-title a:hover {
  color: #01629d;
}

.ps_event-desc {
  color: #333;
}


/* Kids' Zone Styles
==================== */

.kidszone {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  list-style-type: none;
}

.kidszone ul {
  text-align: center;
}

.kidszone li {
  display: inline-block;
  position: relative;
  width: 150px;
  min-height: 150px;
  margin: 10px 10px;
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  cursor: pointer;
}

.kidszone li:focus span,
.kidszone li:hover span {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.kidszone a {
  display: block;
  position: relative;
  padding: 155px 0 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  background-position: left top;
  background-repeat: no-repeat;
}

.kidszone span {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(kids-zone.png) no-repeat;
  transition: 0.3s;
  -webkit-transform: scale(0.8) rotate(0.01deg);
  transform: scale(0.8) rotate(0.01deg);
}

.kidszone .english-icon {
  background-position: left top;
}

.kidszone .maths-icon {
  background-position: -150px top;
}

.kidszone .science-icon {
  background-position: -300px top;
}

.kidszone .history-icon {
  background-position: -450px top;
}

.kidszone .games-icon {
  background-position: left bottom;
}

.kidszone .ks1links-icon {
  background-position: -150px bottom;
}

.kidszone .ks2links-icon {
  background-position: -300px bottom;
}

.kidszone .brainbuilders-icon {
  background-position: -450px bottom;
}


/* For the Kidszone Iframe */

.kidszone-content {
  position: relative;
  top: 0;
  left: 0;
  width: 605px;
  border-radius: 15px;
  margin: 0 auto;
}

.kidszone-iframe {
  border: 3px solid #01629d;
  background-color: #ececec;
}


/* Button / Contact Form Styles
=============================== */

.ps-contact-form-error {
  color: #b94a48;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ps_form-blocks .ps_form-btn,
.ps_prev,
.ps_next {
  box-shadow: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #01629d;
  font-weight: 400;
}

.ps_prev:focus,
.ps_prev:hover,
.ps_next:focus,
.ps_next:hover,
.ps_form-blocks .ps_form-btn:focus,
.ps_form-blocks .ps_form-btn:hover {
  color: #fff;
  background-color: #012338;
}


/* Cookie Notice Styles
======================= */

.cookie-corner,
.cookie-notice-header {
  background: #01629d;
}

.cookie-corner {
  border-top: 2px solid #fff;
}

.cookie-icon-star {
  fill: #fff;
}

.cookie-icon-letter {
  fill: #717171;
}

.cookie-notice-header {
  border-color: #01629d;
  color: #fff;
}


/* Utility Styles
================= */

.text-right {
  float: right;
  text-align: right;
}

.text-center {
  display: block;
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.text-hide {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}