@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', 'Segoe UI', Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  color: #232323;
}

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: #a92e2e;
}

h3,
.large {
  font-size: 2.0rem;
}

h4,
.medium {
  font-size: 1.6rem;
}

h5,
.small {
  font-size: 1.2rem;
}

h6,
.xsmall {
  font-size: 1.1rem;
}


/* Icon code:
.icon-About-us:before{content:'\0041';}
.icon-arrow:before{content:'\0042';}
.icon-children:before{content:'\0043';}
.icon-info:before{content:'\0044';}
.icon-news and events:before{content:'\0045';}
.icon-parents:before{content:'\0046';}
.icon-search:before{content:'\0047';}
.icon-secure:before{content:'\0048';}
.icon-translate:before{content:'\0049';}
==========================================*/

.main-nav > ul [class*='ps_topic_slug_'] a::before,
.sitemap > ul [class*='ps_topic_slug_'] a::before {
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}


/* MAIN NAVIGATION ICONS */

.main-nav .ps_topic_slug_about-us a::before,
.sitemap .ps_topic_slug_about-us a::before {
  content: '\0041';
}

.main-nav .ps_topic_slug_key-information a::before,
.sitemap .ps_topic_slug_key-information a::before {
  content: '\0044';
}

.main-nav .ps_topic_slug_news-and-events a::before,
.sitemap .ps_topic_slug_news-and-events a::before {
  content: '\0045';
}

.main-nav .ps_topic_slug_parents a::before,
.sitemap .ps_topic_slug_parents a::before {
  content: '\0046';
}

.main-nav .ps_topic_slug_children a::before,
.sitemap .ps_topic_slug_children a::before {
  content: '\0043';
}

.main-nav .ps_topic_slug_secure-areas a::before,
.sitemap .ps_topic_slug_secure-areas a::before {
  content: '\0048';
}


/* Pages where sub nav is not visible
=====================================*/

.sub-nav-hide .inner-container {
  background: #fff;
}

.sub-nav-hide .content-container {
  display: block;
  margin: 0 auto;
}


/* Text Highlight Colour
======================== */


/* These selection rule sets have to be separate. */

::-moz-selection {
  color: #fff;
  background-color: #752020;
}

::selection {
  color: #fff;
  background-color: #752020;
}

a {
  color: #a92e2e;
}

a:focus,
a:hover,
a:active {
  color: #737373;
}

.inner-container {
  position: relative;
}


/* Home link within the header */

.home-link {
  display: block;
  position: relative;
  width: 128px;
  height: 187px;
  z-index: 105;
  text-indent: -9999px;
  background: url(home-link.png) left top no-repeat;
  transition: ease 0.2s opacity;
}

.home-link:focus,
.home-link:hover {
  opacity: 0.7;
}


/* School Name
==============*/

.school-name {
  color: #fff;
  line-height: 1.3;
}

.school-name span {
  display: block;
  font-weight: 400;
  font-style: italic;
}


/* School Address
================= */

.school-address {
  color: #fff;
  list-style: none;
  text-align: center;
}

.school-address li a {
  color: #fff;
}

.school-address li a:focus,
.school-address li a:hover {
  color: #ffa61b;
}

.school-address-phone {
  pointer-events: none;
}


/* Noticeboard / Calendar Dates
=============================== */

.updates-area {
  font-size: 1.4rem;
  color: #fff;
}

.updates-area h2 {
  padding-bottom: 5px;
}

.updates-area h2 a,
.block-heading {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.block-heading {
  margin-bottom: 30px;
}

.updates-area a:focus,
.updates-area a:hover {
  color: #ffa61b;
}

.updates-area h2 a:focus,
.updates-area h2 a:hover {
  color: #ffa61b;
}

.updates-area ul {
  list-style: none;
  list-style-position: outside;
}

.updates-area li {
  position: relative;
  text-align: center;
}

.updates-area a {
  display: block;
  line-height: 1.7;
  color: #fff;
}

.updates-area li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.8rem;
}

.updates-area .ps_activity_compact-author {
  display: none;
}

.updates-area .ps_activity_compact-date,
.updates-area .ps_date {
  display: block;
  padding-bottom: 8px;
  line-height: 1.3;
}

.updates-area .ps_event {
  position: relative;
  min-height: 1px;
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
}


/* House Points
=============== */

.house-points-list {
  list-style: none;
}

.housename {
  display: block;
}

.house-points-list li {
  display: inline-block;
  position: relative;
  width: 292px;
  height: 52px;
  border-radius: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2rem;
}

.house-points-list li:nth-child(3) {
  color: #232323;
}

.house-points-list li span {
  display: inline-block;
  line-height: 52px;
}

.house-points-list li span:last-child {
  width: 46px;
  height: 52px;
  overflow: hidden;
  margin-left: 20px;
}

.house-1 {
  background: #226441;
}

.house-2 {
  background: #4b4bcb;
}

.house-3 {
  background: #ffb43e;
}

.house-4 {
  background: #d13b3c;
}


/* Log In
========= */

.login-link a {
  color: #fff;
}

.login-link a:focus,
.login-link a:hover,
.login-link a:active {
  color: #fdd71e;
}


/* SITEMAP ICONS */

.sitemap ul > li a::before {
  color: #a92e2e;
  margin-right: 5px;
  margin-left: -20px;
  padding-top: 4px;
}

.sitemap > ul > li {
  list-style-type: none;
}

.sitemap ul > li > ul > li > a::before {
  display: none;
}


/* Breadcrumbs
============== */

.breadcrumbs {
  margin: 5px 0 20px;
  font-size: 1.8rem;
}

.breadcrumbs > li::before {
  color: #737373;
  content: '>';
}

.breadcrumbs li a {
  color: #737373;
}

.breadcrumbs li a:focus,
.breadcrumbs li a:hover {
  color: #a92e2e;
}


/* Page Title */

.page-title {
  position: relative;
  font-weight: 700;
  line-height: 1.3;
  color: #a92e2e;
}


/* Footer Links
=============== */

.footer-links {
  color: #232323;
  font-size: 1.4rem;
}

.footer-links a {
  color: #232323;
}

.footer-linkas a:focus,
.footer-links a:hover {
  color: #a92e2e;
}

.footer-links ul {
  list-style-type: none;
}

.footer-left li {
  margin-right: 20px;
}


/* News Styles
============== */

.ps_activity-date-info {
  visibility: hidden;
}

.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: #a92e2e;
}


/* Calendar Styles
================== */


/* Diary Detail */

.ps_event {
  background-color: #eee;
}

.ps_calendar {
  background-color: #fff;
}

.ps_calendar-month {
  background-color: #a92e2e;
  font-weight: 400;
}

.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 #781c1c;
  background-color: #fff;
}


/* Button / Contact Form Styles
=============================== */

.ps_form-block-errorlist li {
  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: #a92e2e;
  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: #752020;
}


/* Cookie Notice Styles
======================= */

.cookie-corner,
.cookie-notice-header {
  background: #a92e2e;
}

.cookie-corner {
  border-top: 2px solid #fff;
}

.cookie-jar {
  z-index: 510;
}

.cookie-icon-star {
  fill: #fff;
}

.cookie-icon-letter {
  fill: #717171;
}

.cookie-notice-header {
  border-color: #a92e2e;
  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%;
}