/* Generated by Glyphter (http://www.glyphter.com) on  Thu May 11 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') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cp-font-icon,
.updates-area li a::before {
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}

.i-attendance:before{content:'\0041';}
.i-awards:before{content:'\0042';}
.i-calendar:before{content:'\0043';}
.i-facebook:before{content:'\0044';}
.i-house-points:before{content:'\0045';}
.i-latest-news:before{content:'\0046';}
.i-log-in:before{content:'\0047';}
.i-newsletters:before{content:'\0048';}
.i-school-meals:before{content:'\0049';}
.i-search:before{content:'\004a';}
.i-translate:before{content:'\004b';}
.i-twitter:before{content:'\004c';}

@font-face {
    font-family: 'PrimarySite.arrow';
    src: url('../../primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.eot');
    src: url('../../primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.eot#iefix') format('embedded-opentype'),
         url('../../primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.woff') format('woff'),
         url('../../primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.ttf') format('truetype'),
         url('../../primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {}

body {
	font-family: 'Muli', sans-serif, Arial, 'Segoe UI', Tahoma, 'Helvetica Neue', Helvetica, sans-serif;;
  font-size: 1.8rem;
  color: #000;
}

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: #091c54;
}

h3,
.large {
  font-size: 2.0rem;
}

h4,
.medium {
  font-size: 1.6rem;
}

h5,
.small {
  font-size: 1.2rem;
}

h6,
.xsmall {
  font-size: 1.1rem;
}


/* Text Highlight Colour
======================== */
/* These selection rule sets have to be separate. */

::-moz-selection {
  color: #fff;
  background-color: #091c54;
}

::selection {
  color: #fff;
  background-color: #091c54;
}


a {
  color: #091c54;
}

a:focus,
a:hover,
a:active {
  color: #000;
}

.inner-container {
  position: relative;
}

/* Home link within the header */
.home-link {
  display: block;
  position: relative;
  z-index: 105;
  text-indent: -9999px;
  background: url(icon.png) center no-repeat;
  transition: ease 0.2s opacity;
}

.home-link:focus,
.home-link:hover {
  opacity: 0.8;
}

/* Log In
========= */

.login-link a {
  color: #fff;
}

.login-link a:focus,
.login-link a:hover,
.login-link a:active {
  color: #fdd71e;
}

/* Breadcrumbs
============== */

.breadcrumbs {
  margin: 5px 0 20px;
}

.breadcrumbs > li::before {
  content: '>>';
  color: #091c54;
}

.breadcrumbs li a {
  color: #000;
}

.breadcrumbs li a:focus,
.breadcrumbs li a:hover {
  color: #091c54;
}

/* Page Title */

.page-title {
  position: relative;
  font-family: 'Questrial', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  font-size: 4rem;
  color: #113191;
}

/* Scrolling Banner
====================*/

.scrolling-banner {
  font-family: 'Questrial', sans-serif;
  font-size: 2.4rem;
  height: 41px;
  line-height: 41px;
  color: #113191;
}

/* Hit Counter
===============*/

.hit-counter {
  font-size: 1.4rem;
  color: #fff;
}

.hit-counter-digit {
  font-weight: bold;
}

/* Footer Links
=============== */

.footer-links {
  font-family: 'Questrial', sans-serif;
  font-size: 1.4rem;
  padding-bottom: 5px;
  color: #fff;
}

.footer-links ul {
  list-style-type: none;
}

.footer-left li {
  margin-right: 20px;
}
.psa-foot {
  display: inline-block;
  font-family: 'PrimarySite.arrow';
  font-style: normal;
  font-weight: normal;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 2px 0 5px;
  font-size: 1.3rem;
}

.footer-links a {
  color: #fff;
}

.footer-links a:focus,
.footer-links a:hover {text-decoration: underline;}
/* News Styles
============== */

.ps_activity-date-info {
  color: #091c54;
}

.ps_form-search input[type="text"] {
  border-color: #091c54;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #e0e8ec;
  color: #091c54;
}

.ps_form-search input[type="submit"] {
  color: #091c54;
}

.ps_form-search input[type="submit"]:focus,
.ps_form-search input[type="submit"]:hover {
  color: #000;
}


/* Calendar Styles
================== */

/* Diary Detail */
.ps_event {
  background-color: #eee;
}

.ps_calendar {
  background-color: #fff;
}

.ps_calendar-month {
  background-color: #091c54;
}

.ps_event-desc {
  color: #333;
}

/* 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; /* If you want to remove this style, put box-shadow: none; instead of completely removing it to override styles from the CMS */
  text-shadow: none;
  color: #fff;
  background: #091c54;
}

.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: #e28200;
}


/* Cookie Notice Styles
======================= */

.cookie-corner,
.cookie-notice-header {
  background: #e28200;
}

.cookie-icon-star {
  fill: #fff;
}

.cookie-icon-letter {
  fill: #717171;
}

.cookie-notice-header {
  border-color: #e28200;
  color: #fff;
}

.cookie-notice-button {
  background: #e28200;
  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%;
}

.google-search-widget {
  position: absolute;
  line-height: 1;
  background: #fff;
  height: 32px;
  border-radius: 10px;
}

.gsc-input,
.gsc-search-button:not(input) {
  height: 32px!important;
}

.gsc-search-button:not(input) {
  width: 35px!important;
  margin-left: 4px;
  transition: ease 0.2s background,ease 0.2s border;
  background-color: #010282!important;
  text-align: center;
  border-radius: 0 8px 8px 0!important;
}

.gsc-search-button:not(input):focus,
.gsc-search-button:not(input):hover {
  background-color: #000!important;
  outline: none!important;
}

.gsc-input-box {
  border: 1px solid #fff!important;
  border-radius: 8px;
}

.gsc-search-button-v2 {
  border-radius: 0!important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  padding: 10px 10px 8px!important;
  margin-top: 0px!important;
}




.footer-policies {
  position: relative;
}

.footer-policies-button {
  padding: 0;
  border: none;
  font: inherit;
  background: none;
}

.footer-policies-button-link-arrow {
  width: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
  fill: currentColor;
  pointer-events: none;
}

.footer-policies-list {
  display: none;
  position: absolute;
  bottom: calc(100% + 1.4rem);
  left: 0;
  /* Hopefully this will make it go underneath nav pop-ups but on top of most other things —
     including picture block slideshows. */
  z-index: 101;
  width: 23rem;
  box-sizing: border-box;
  box-shadow: hsla(0, 0%, 0%, 0.2) 0 0.1rem 0.6rem, hsla(0, 0%, 0%, 0.2) 0 0.1rem 0.4rem;
  background: #fff;
}

.footer-policies-list::before,
.footer-policies-list::after {
  display: block;
  position: absolute;
  content: '';
  top: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-bottom: none;
}

.footer-policies-list::before {
  left: 0.9rem;
  border-top-color: hsla(0, 0%, 0%, 0.2);
  border-width: 1.3rem;
  margin-top: 0.1rem;
}

@supports (filter: blur(0.2rem)) {
  .footer-policies-list::before {
    margin-top: 0.3rem;
    filter: blur(0.2rem);
  }
}

.footer-policies-list::after {
  left: 1rem;
  border-top-color: #fff;
  border-width: 1.2rem;
}

@media (max-width: 980px) {
  .footer-policies-list,
  .footer-policies-list::before,
  .footer-policies-list::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.footer-policies-list-item,
.footer-policies-list-item-link {
  display: block !important;
}

.footer-policies-list-item {
  margin: 0 !important;
}

.footer-policies-list-item-link {
  width: 100%;
  box-sizing: border-box;
  padding: 0.8rem 2rem;
  margin: 0;
  color: #000 !important;
}

.footer-policies-list-item-link:focus,
.footer-policies-list-item-link:hover {
  text-decoration: underline !important;
  color: #000 !important;
}

.accessibility-statement .statement-text,
.accessibility-statement .statement-list {
  padding-bottom: 1rem;
}

.accessibility-statement .statement-list {
  padding-left: 2rem;
  list-style: outside;
}