/* SITE CORE STYLES
=================== */
html {}
body {
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
}
@font-face {
    font-family: 'chrissfontmedium';
    src: url('chrissfont.eot');
    src: url('chrissfont.eot?#iefix') format('embedded-opentype'),
         url('chrissfont.woff') format('woff'),
         url('chrissfont.ttf') format('truetype'),
         url('chrissfont.svg#chrissfontmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* 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: #d1005b;
}
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: black;
  background-color: #00ab89;
}
::-moz-selection {
  color: black;
  background-color: #00ab89;
}
/* Link Colours
 ============== */
a {
  color: #4faa65;
}
a:focus,
a:hover,
a:active {
  color: #ff7c2a;
}
/* Home link within the header */
.home-link {
  position: relative;
  display: block;
  text-indent: -9999px;
  z-index: 105;
}
/* Top Navigation Bar
===================== */
.login-link a {
  color: #fff;
}
.login-link a:focus,
.login-link a:hover,
.login-link a:active {
  color: #FDD71E;
}
/* Website Struture
=================== */
.inner-container {
  position: relative;
}
/* Policy & PrimarySite Link
============================ */
.footer-links {
  padding-bottom: 5px;
}
.footer-links ul {
  list-style-type: none;
}
.footer-left li {
  margin-right: 20px;
}
/* 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: #00ab89;
  font-weight: bold;
  line-height: 1.3;
}
/* Breadcrumbs
============== */
.breadcrumbs {
  margin: 5px 0 15px;
}
.breadcrumbs > li:before {
  color: #d1005b;
  font-size:16px;
  font-size:1.6rem;
  line-height:.8;
}
.breadcrumbs li a {
  color:#00ab89;
}
.breadcrumbs li a:focus,
.breadcrumbs li a:hover {
  color:#ff7c2a;
}
/* News Styles
============== */
.ps_activity-date-info {
  color: #d1005b;
}
.ps_form-search input[type="text"] {
  color: #437A99;
  border-color: #00ab89;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 2px #60c8d6;
}
.ps_form-search input[type="submit"] {
  color: #00ab89;
}
.ps_form-search input[type="submit"]:focus,
.ps_form-search input[type="submit"]:hover {
  color: #ff7c2a;
}
/* Calendar Styles
================== */
/* Diary Detail */
.ps_event {
  background-color: #9cfde8;
}
.ps_calendar {
  background-color: #fff;
}
.ps_calendar-month {
  background-color: #ff7c2a;
}
.ps_event-title a {
  color: #ff7c2a;
}
.ps_event-title a:hover {
  color: red;
}
.ps_event-desc {
  color: #333;
}
/* Icon Page Styles
=================== */
.icon-box {
  padding: 0 0 40px 0;
  margin: 0 auto;
  list-style-type: none;
  overflow: hidden;
}
.icon-box li {
  display: inline; /* Fix IE Double-margin Float bug */
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
}
.icon-box a {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
}
/* Class Pages Styles
===================== */
.classpages a {
  width: 150px; /* Button width minus left and right padding */
  height: 50px; /* Button height minus top and bottom padding */
  padding: 155px 0px 0px;  /* To Position plain text within the button */
  margin: 25px 15px 0px;
  background-image: url(icon.png); /* Default Icon Also Required */
}
.classpages a:focus,
.classpages a:hover {
  background-position: -150px top;
}
/* Curriculum Pages Styles
========================== */
.curriculum a { width: 150px; /* Button width minus left and right padding */
  height: 50px; /* Button height minus top and bottom padding */
  padding: 155px 0px 0px;  /* To Position plain text within the button */
  margin: 25px 15px 0px;
  background-image: url(icon.png); /* Default Icon Also Required */
}
.curriculum a:focus,
.curriculum a:hover {
  background-position: right top;
}
/* Clubs Pages Styles
===================== */
.clubs a { width: 150px; /* Button width minus left and right padding */
  height: 45px; /* Button height minus top and bottom padding */
  padding: 155px 0px 0px;  /* To Position plain text within the button */
  margin: 25px 15px 0px;
  background-image: url(icon.png); /* Default Icon Also Required */
  }
.clubs a:focus,
.clubs a:hover {
  background-position: right top;
}
/* House Pages Styles
===================== */
.houses a {
  width: 150px; /* Button width minus left and right padding */
  height: 30px; /* Button height minus top and bottom padding */
  padding: 155px 0px 0px;  /* To Position plain text within the button */
  margin: 25px 15px 0px;
  background-image: url(icon.png); /* Default Icon Also Required */
}
.houses a:focus,
.houses a:hover {
  background-position: right top;
}
/* 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: #55a863;
  box-shadow: 0px 3px 0px #0c5c1a; /* 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: #ff7d01;
}
