@font-face {
  font-family: 'PrimarySite.arrow';
  src: url('https://s3-eu-west-1.amazonaws.com/primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.eot');
  src: url('https://s3-eu-west-1.amazonaws.com/primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.eot?#iefix') format('embedded-opentype'), url('https://s3-eu-west-1.amazonaws.com/primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.woff') format('woff'), url('https://s3-eu-west-1.amazonaws.com/primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.ttf') format('truetype'), url('https://s3-eu-west-1.amazonaws.com/primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.svg#PrimarySite.arrow') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Generated by Glyphter (http://www.glyphter.com) on  Wed Jun 07 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: 'Roboto', 'Segoe UI', Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  color: #4f4f4f;
}

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: #474747;
}

h3,
.large {
  font-size: 2.0rem;
}

h4,
.medium {
  font-size: 1.6rem;
}

h5,
.small {
  font-size: 1.2rem;
}

h6,
.xsmall {
  font-size: 1.1rem;
}

.cp-font-icon,
.banner-wrap::before,
.banner-wrap::after,
.l-link::after {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Icon Unicodes:
.icon-alert:before{content:'\0041';}
.icon-megaphone (2):before{content:'\0042';}
.icon-schoolmoney_logo:before{content:'\0043';}
.icon-calendar:before{content:'\0044';}
.icon-calendar_entry:before{content:'\0045';}
.icon-email (5):before{content:'\0046';}
.icon-cloud-speech-bubble-with-ellipsis:before{content:'\0047';}
.icon-link_arrow:before{content:'\0048';}
.icon-log_in:before{content:'\0049';}
.icon-microphone (4):before{content:'\004a';}
.icon-newsletter_entry:before{content:'\004b';}
.icon-polo-shirt:before{content:'\004c';}
.icon-punctuality:before{content:'\004d';}
.icon-phone-contact:before{content:'\004e';}
.icon-calendar (11):before{content:'\004f';}
.icon-search:before{content:'\0050';}
.icon-translate:before{content:'\0051';}
=============================*/


/* Revealing Content 
====================*/

.cp-content-block {
  display: none;
}


/* Scrolling Banner */

.banner-wrap {
  position: relative;
  height: 40px;
  background: #012450;
  padding: 0 45px;
}

.banner-wrap::before,
.banner-wrap::after {
  position: absolute;
  top: 0;
  content: '\0041';
  display: block;
  width: 45px;
  z-index: 1;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  line-height: 40px;
  background: #012450;
}

.banner-wrap::before {
  left: 0;
}

.banner-wrap::after {
  right: 0;
}

.scrolling-banner {
  position: relative;
  width: 100%;
  color: #fff;
  cursor: default;
  line-height: 40px;
  font-size: 1.8rem;
}

/* Google Search 
=============== */
.google-search {
  position: absolute;
  top: 20px;
  left: 8px;
}

.google-search-widget {
  position: absolute;
  line-height: 1;
  background: #fff;
  height: 32px;
  border-radius: 10px;
  width: 260px;
  right: 0;
}

.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: #336cb4!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: #040e1a!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;
}



/* Text Highlight Colour
======================== */


/* These selection rule sets have to be separate. */

::-moz-selection {
  color: #eee;
  background-color: #192469;
}

::selection {
  color: #eee;
  background-color: #192469;
}

a {
  color: #0e3464;
}

a:focus,
a:hover,
a:active {
  color: #000;
}

.inner-container {
  position: relative;
}


/* Home link within the header */

.home-link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 105;
  text-indent: -9999px;
  width: 128px;
  height: 150px;
  transition: ease 0.2s opacity;
}

.home-link img {
  display: block;
  width: 100%;
}

.home-link:focus,
.home-link:hover {
  opacity: 0.5;
}


/* School Name
==============*/

.school-details {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  font-family: 'Roboto Slab', 'Hoefler Text', Constantia, Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
  font-weight: 600;
}

.school-name,
.school-name-two {
  display: inline-block;
}

.motto {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-family: 'Roboto', 'Segoe UI', Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/* 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;
  font-size: 1.6rem;
  font-weight: 300;
}

.breadcrumbs > li::before {
  color: #003973;
  content: '> >';
}


/* Page Title */

.page-title {
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  color: #012450;
  font-family: 'Roboto Slab', 'Hoefler Text', Constantia, Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
  font-size: 3.6rem;
}


/* Footer Links
=============== */

.footer-links {
  color: #c4c4c4;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
}

.footer-links a {
  color: #c4c4c4;
}

.footer-links a:focus,
.footer-links a:hover {
  color: #ffdc63;
}

.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;
}


/* News Styles
============== */

.ps_activity-date-info {
  color: #232323;
}

.ps_form-search input[type="text"] {
  border-color: #232323;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #e0e8ec;
  color: #232323;
}

.ps_form-search input[type="submit"] {
  color: #232323;
}

.ps_form-search input[type="submit"]:focus,
.ps_form-search input[type="submit"]:hover {
  color: #003973;
}


/* Calendar Styles
================== */


/* Diary Detail */

.ps_event {
  background-color: #fbfbfb;
}

.ps_calendar {
  background-color: #fff;
}

.ps_calendar-month {
  background-color: #012450;
  font-weight: 400;
}

.ps_event-title a {
  color: #000;
}

.ps_event-title a:hover {
  color: #003973;
}

.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;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #012450;
  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: #1e426f;
}


/* Cookie Notice Styles
======================= */

.cookie-corner,
.cookie-notice-header {
  background: #012450;
}

.cookie-corner {
  border-top: 2px solid #fff;
}

.cookie-icon-star {
  fill: #fff;
}

.cookie-icon-letter {
  fill: #717171;
}

.cookie-notice-header {
  border-color: #012450;
  color: #fff;
}

.cookie-notice-button:focus, .cookie-notice-button:hover {
    background: #1e426f;
}
.cookie-notice-button {
    border: 1px solid #012450;
    background: #012450;
}


/* 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%;
}
