/* SITE CORE STYLES
=================== */
body {
  color: #4c4c4c;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Lato, sans-serif;
}

.school-name {
  font-size: 4.2rem;
  color:#0d1c93;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* MOTTO */
.motto {
  font-size: 1.8rem;
  color: #000;
}

/* Typography
 ============ */
h1, .xxlarge {
  font-size: 26px;
  font-size: 2.6rem;
}

h2, .xlarge {
  font-size: 22px;
  font-size: 2.2rem;
}

/* This is for block titles and the cookie info table headings */
h2,
.ps_cookie-title {
    color:#0d1c93;
}

h3, .large {
  font-size: 20px;
  font-size: 2.0rem;
}

h4, .medium {
  font-size: 16px;
  font-size: 1.6rem;
}

h5, .small {
  font-size: 12px;
  font-size: 1.2rem;
}

h6, .xsmall {
  font-size: 11px;
  font-size: 1.1rem;
}


/* Text Highlight Colour
========================
These selection rule sets have to be separate. */
::selection  {
  color: white;
  background-color: #0d1c93;
}

::-moz-selection {
  color: white;
  background-color: #0d1c93;
}


/* Link Colours
 ============== */
a {
  color: #009284;
}

a:focus,
a:hover,
a:active {
  color: #0d1c93;
}

/* Home link within the header */
.home-link {
  position: relative;
  display: block;
  text-indent: -9999px;
  z-index: 105;
  background:  url(logo.png) left top no-repeat;
  width: 185px;
  height: 195px;
}


/* Top Navigation Bar
===================== */
.login-link a {
  color: #0d1c93;
}

.login-link a:focus,
.login-link a:hover,
.login-link a:active {
  color: #fff;
}


/* Website Struture
=================== */
.inner-container {
  position: relative;
}


/* Policy & PrimarySite Link
============================ */
.footer-links {
  padding-bottom: 10px;
}

.footer-links ul {
  list-style-type: none;
}

.footer-left li {
  margin-right: 20px;
}

.footer-links a {
  color: #757575;
}

.footer-links a:focus,
.footer-links a:hover {
  color: #0d1c93;
}


/* Utility Styles
================= */
.text-right {
  text-align: right;
  float: right;
}

.text-center {
  display: block;
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.text-hide {
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}


/* Page Title
============= */
.page-title {
  position: relative;
  color: #fff;
  font-size:2rem;
  font-weight: bold;
  line-height: 1.3;
  padding:10px 0;
  text-transform: uppercase;
  background: #0d1c93;
}


/* Breadcrumbs
============== */
.breadcrumbs {
  margin: 5px 0 20px;
  font-size: 15px;
  font-size: 1.5rem;
}

.breadcrumbs > li:before {
  color: #0d1c93;
  content: '> >';
}

.breadcrumbs a{
  color: #0d1c93;
}

.breadcrumbs a:hover{
  color: #009284;
}


/* School Address
================= */

.school-address li {
  margin-right: 4px;
}

.school-address-line {
  display: inline-block;
}

.school-address-phone,
.school-address-email {
  display: inline-block;
}

.school-address li a {/* Keep this in if there is a telephone number. On ipads/iphones telephone numbers are turned into links */
  color: #888888;
}

.school-address li a:focus,
.school-address li a:hover {/* Keep this in if there is a telephone number. On ipads/iphones telephone numbers are turned into links */
  color: #009284;
}


/* News Styles
============== */

.news-items h3 {line-height:1.2;}

.ps_activity-date-info {
  color: #000;
}

.ps_form-search input[type="text"] {
  color: #0d1c93;
  border-color: #0d1c93;
  border-radius: 4px;
}

.ps_form-search input[type="submit"] {
  color: #0d1c93;
}

.ps_form-search input[type="submit"]:focus,
.ps_form-search input[type="submit"]:hover {
  color: #009284;
}


/* Calendar Styles
================== */
/* Diary Detail */
.ps_event {
  background-color: #def5fc;
}

.ps_calendar {
  background-color: #fff;
}

.ps_calendar-month {
  background-color: #0d1c93;
}

.ps_event-desc {
  color: #333;
}


/* Kids' Zone Styles
==================== */
.kidszone {
  position: relative;
  margin: 0 auto;
  list-style-type: none;
  overflow: hidden;
}

.kidszone ul {
  text-align: center;
}

.kidszone li {
  position: relative;
  display: inline-block;
  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);
}

.lt-ie10 .kidszone li:focus span,
.lt-ie10 .kidszone li:hover span {
  margin-top: -4px;
}

.kidszone a {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 155px 0 0 0;
  background-position: left top;
  background-repeat: no-repeat;
}

.kidszone span {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  transition: 0.3s;
  -webkit-transform: scale(0.8) rotate(0.01deg);
  transform: scale(0.8) rotate(0.01deg);
  background: url(kids-zone.png) no-repeat;
}

.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;
  width: 605px;
  top: 0;
  left: 0px;
  margin: 0 auto;
  border-radius: 15px;
}

.kidszone-iframe {
  border: 3px solid #0d1c93;
  background-color: #0d1c94;
}


/* 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 {
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  background: #0d1c93;
  box-shadow: none;
  /* If you want to remove this style, put box-shadow: none; instead of completely removing it to override styles from the bass.min.css stylesheet*/
}

.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: #009183;
}

/* Cookie Notice Styles
======================= */

.cookie-corner,
.cookie-notice-header {
    background: #0d1c93;
    border-top: 2px solid #009183;
}

.cookie-icon-star {
  fill: #fff;
}

.cookie-icon-letter {
  fill: #717171;
}

.cookie-notice-header {
  border-color: #D5DA4C;
  color: #fff;
}
