/* SITE CORE STYLES
=================== */
html {}

body {
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  font-family:  'Arial',Chalkboard, ChalkboardSE-Regular, LDFComicSans, sans-serif;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 20, 2015 */



@font-face {
    font-family: 'gooddogregular';
    src: url('GoodDog-webfont.eot');
    src: url('GoodDog-webfont.eot?#iefix') format('embedded-opentype'),
         url('GoodDog-webfont.woff') format('woff'),
         url('GoodDog-webfont.ttf') format('truetype'),
         url('GoodDog-webfont.svg#gooddogregular') 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: #3A90D9;
}

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: #A8DEEC;
}

::-moz-selection {
  color: black;
  background-color: #A8DEEC;
}


/* Link Colours
 ============== */
a {
  color: #154b18;
}

a:focus,
a:hover,
a:active {
  color: #ffd500;
}

/* 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: #fff;
  font-weight: normal;
  line-height: 1.3;
      font-family: 'gooddogregular';
      font-size: 32px;
  font-size: 3.2rem;
}


/* Breadcrumbs
============== */
.breadcrumbs {
  margin: 5px 0 20px;
}

.breadcrumbs > li:before {
  color: #F7DD57;
}

.breadcrumbs li a {
  /* Add a color here to override the default link colour */
}

.breadcrumbs li a:focus,
.breadcrumbs li a:hover {
  /* Add a color here to override the default link colour */
}


/* News Styles
============== */

.ps_activity-date-info {
  color: #0C71D9;
}

.ps_form-search input[type="text"] {
  color: #437A99;
  border-color: #80AED8;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 2px #E0E8EC;
}

.ps_form-search input[type="submit"] {
  color: #0872D8;
}

.ps_form-search input[type="submit"]:focus,
.ps_form-search input[type="submit"]:hover {
  color: #002D5A;
}


/* Calendar Styles
================== */
/* Diary Detail */
.ps_event {
  background-color: #D0E5EA;
}

.ps_calendar {
  background-color: #fff;
}

.ps_calendar-month {
  background-color: #0B72D9;
}

.ps_event-title a {
  color: #0055a7;
}

.ps_event-title a:hover {
  color: #E86105;
}

.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;
    overflow: hidden;
}


/* Class Pages Styles
===================== */
.classpages a {
  width: 150px; /* Button width minus left and right padding */
  height: 84px; /* Button height minus top and bottom padding */
  padding: 145px 0px 0px;  /* To Position plain text within the button */
  margin: 25px 15px 10px;
  background-image: url(class-pages.png); /* Default Icon Also Required */
}

.classpages a:focus,
.classpages 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: #0D89B9;
  box-shadow: 0px 3px 0px #005079; /* 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: #1F9BCA;
}
