@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?tb7ji6");
  src: url("../fonts/icomoon.eot?tb7ji6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tb7ji6") format("truetype"), url("../fonts/icomoon.woff?tb7ji6") format("woff"), url("../fonts/icomoon.svg?tb7ji6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 1.5em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: Raleway, sans-serif;
  font-size: 100%;
  color: #646464;
  line-height: 1;
  padding-top: 188px;
  -webkit-transition: padding-top 0.2s;
  -moz-transition: padding-top 0.2s;
  -ms-transition: padding-top 0.2s;
  -o-transition: padding-top 0.2s;
  transition: padding-top 0.2s;
}

@media only screen and (max-width: 1300px) {
  body {
    font-size: 0.9em;
    padding-top: 173px;
  }
}

@media only screen and (max-width: 850px) {
  body {
    padding-top: 76px;
  }
}

@media only screen and (max-height: 450px) {
  body {
    padding-top: 0;
  }
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Containers */
.main-content {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
  *zoom: 1;
  clear: both;
  padding-left: 0;
  padding-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-content:before,
.main-content:after {
  content: " ";
  display: table;
}

.main-content:after {
  clear: both;
}

.main-content header {
  padding-left: 25px;
  padding-right: 25px;
}

.main-content header h1 {
  font-size: 3em;
  font-weight: normal;
  color: #365ca9;
  margin-top: 0.1em;
}

@media only screen and (max-width: 550px) {
  .main-content header h1 {
    font-size: 2em;
  }
}

.main-content .breadcrumbs {
  line-height: 1.4;
}

.main-content .breadcrumbs a {
  color: #999999;
  text-decoration: none;
}

.main-content .breadcrumbs a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 550px) {
  .main-content .breadcrumbs {
    display: none;
  }
}

.main-content .sidebar {
  float: left;
  width: 32%;
  padding-left: 25px;
  padding-right: 40px;
}

.main-content .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-content .sidebar ul a {
  text-decoration: none;
  color: #90abff;
  display: block;
}

.main-content .sidebar ul a:hover {
  color: #365ca9;
}

.main-content .sidebar li.current_page_item a {
  color: #365ca9;
}

.main-content .sidebar > ul {
  font-size: 1.3em;
  line-height: 1;
}

.main-content .sidebar > ul > li {
  border-bottom: 1px solid #717171;
}

.main-content .sidebar > ul > li > a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.main-content .sidebar > ul > li ul {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.main-content .sidebar > ul > li ul > li > a {
  padding: 0.2em 0;
}

.main-content .sidebar > ul > li ul > li > a:before {
  content: '-';
  margin-right: 0.3em;
}

.main-content .sidebar > ul > li ul ul {
  font-size: 0.7em;
}

@media only screen and (max-width: 850px) {
  .main-content .sidebar {
    width: 100%;
    padding-right: 25px;
  }
  .main-content .sidebar ul {
    display: none;
  }
}

.main-content .content {
  float: right;
  width: 68%;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1.4;
}

.main-content .content > *:first-child {
  margin-top: 0;
}

.main-content .content h1 {
  line-height: 1.1;
}

.main-content .content a {
  color: #365ca9;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.main-content .content dl {
  *zoom: 1;
  clear: both;
  padding-left: 175px;
  font-size: 0.9em;
}

.main-content .content dl:before,
.main-content .content dl:after {
  content: " ";
  display: table;
}

.main-content .content dl:after {
  clear: both;
}

.main-content .content dt > *,
.main-content .content dd > * {
  margin-top: 0;
}

.main-content .content dt {
  width: 175px;
  margin-left: -175px;
  float: left;
  padding-right: 20px;
}

.main-content .content dd {
  float: right;
  width: 100%;
}

.main-content .content dd table thead {
  font-weight: bold;
  text-align: center;
}

.main-content .content dd tr td {
  vertical-align: top;
  padding-bottom: 0.25em;
}

.main-content .content dd tr td:first-child {
  width: 150px;
}

.main-content .content table {
  width: 100%;
}

.main-content .content table th {
  color: white;
  background: #646464;
  font-weight: bold;
}

.main-content .content table tbody tr:nth-child(even) td {
  background: #dcddde;
}

.main-content .content table tbody tr.highlight td {
  background: #dfe6ff;
}

.main-content .content table tbody tr.grey td {
  background: #dcddde;
}

.main-content .content table tbody tr.white td {
  background: white;
}

.main-content .content table td, .main-content .content table th {
  border: 1px solid #231f20;
  padding: 0.5em 1em;
}

.main-content .content table td.highlight, .main-content .content table th.highlight {
  background: #dfe6ff !important;
}

.main-content .content table td.grey, .main-content .content table th.grey {
  background: #dcddde !important;
}

.main-content .content table td.white, .main-content .content table th.white {
  background: white !important;
}

.main-content .content table.the-calendar td {
  padding: 0;
}

.main-content .content table.the-calendar td a {
  color: white;
}

.main-content .content table.the-calendar td, .main-content .content table.the-calendar th {
  background: transparent;
  border: none;
  color: #646464;
}

@media only screen and (max-width: 850px) {
  .main-content .content {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .main-content .content dl {
    padding-left: 0;
  }
  .main-content .content dt {
    width: 100%;
    margin-left: 0;
    float: none;
    padding-right: 0;
    font-weight: bold;
  }
  .main-content .content dd {
    float: none;
    margin: 0;
  }
  .main-content .content table {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 550px) {
  .main-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

input,
button,
textarea,
select {
  outline: none;
}

input[type=text],
input[type=email],
input[type=password],
button,
textarea {
  background: transparent;
  padding: 0.7em 1em;
  border: 1px solid #999999;
  height: 2.8em;
  line-height: 1.6em;
  color: #646464;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea {
  max-width: 100%;
  min-height: 200px;
}

select {
  background: transparent;
  padding: 0.7em 1em;
  border: 1px solid #999999;
  height: 2.8em;
  line-height: 1.6em;
  color: #646464;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* Contact Form 7 */
.wpcf7 {
  position: relative;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 select,
.wpcf7 textarea {
  border: 1px solid #999999;
}

.wpcf7 .row {
  margin-left: -0.4em;
  margin-right: -0.4em;
}

.wpcf7 .row .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: top;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 0.9em;
}

.wpcf7 .wpcf7-submit {
  background: #98aafc;
  border: none;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.75em 1.5em;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.wpcf7 .wpcf7-submit:hover {
  background: #2f4088;
}

.wpcf7 .ajax-loader {
  float: left;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #af2a30;
  font-size: 0.9em;
  margin-top: 0.4em;
}

.wpcf7 .wpcf7-response-output {
  margin: 2em 0 0 0;
  padding: 1em;
  border: none;
  background: #2f4088;
  color: white;
  clear: both;
}

@media only screen and (max-width: 550px) {
  .wpcf7 .wpcf7-form-control-wrap {
    width: 100% !important;
  }
}

.application-form {
  *zoom: 1;
  clear: both;
}

.application-form:before,
.application-form:after {
  content: " ";
  display: table;
}

.application-form:after {
  clear: both;
}

.application-form .student-age,
.application-form .student-dob,
.application-form .telephone,
.application-form .time-to-contact,
.application-form .year-level,
.application-form .contact-teacher {
  width: 50%;
}

.old-scholars-mailing-list {
  *zoom: 1;
  clear: both;
}

.old-scholars-mailing-list:before,
.old-scholars-mailing-list:after {
  content: " ";
  display: table;
}

.old-scholars-mailing-list:after {
  clear: both;
}

.old-scholars-mailing-list .first-name,
.old-scholars-mailing-list .last-name,
.old-scholars-mailing-list .maiden-name,
.old-scholars-mailing-list .occupation,
.old-scholars-mailing-list .state,
.old-scholars-mailing-list .postcode {
  width: 50%;
}

.contact-form {
  *zoom: 1;
  clear: both;
}

.contact-form:before,
.contact-form:after {
  content: " ";
  display: table;
}

.contact-form:after {
  clear: both;
}

.enrolment-enquiry {
  padding-right: 80px;
  display: block;
  width: 100%;
  *zoom: 1;
  clear: both;
}

.enrolment-enquiry:before,
.enrolment-enquiry:after {
  content: " ";
  display: table;
}

.enrolment-enquiry:after {
  clear: both;
}

.enrolment-enquiry .email {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.enrolment-enquiry .email input {
  background: white;
  border: none;
}

.enrolment-enquiry .wpcf7-submit {
  float: right;
  width: 80px;
  margin-right: -80px;
  background: #98aafc;
  text-transform: uppercase;
  color: white;
  border: none;
  padding: 0.7em 1em;
  height: 2.8em;
  line-height: 1.6em;
  font-weight: normal;
  font-size: 1em;
}

.enrolment-enquiry .wpcf7-submit:hover {
  background: #98aafc;
}

.enrolment-enquiry .ajax-loader,
.enrolment-enquiry .wpcf7-not-valid-tip {
  display: none;
}

body > header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background: white;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

body > header .top-bar {
  background: #455ba4;
  color: #c3cee5;
  font-size: 0.9em;
  -webkit-transition: font-size 0.2s;
  -moz-transition: font-size 0.2s;
  -ms-transition: font-size 0.2s;
  -o-transition: font-size 0.2s;
  transition: font-size 0.2s;
}

body > header .top-bar > div {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
  *zoom: 1;
  clear: both;
  padding-top: 0.8em;
  padding-bottom: 0.9em;
}

body > header .top-bar > div:before,
body > header .top-bar > div:after {
  content: " ";
  display: table;
}

body > header .top-bar > div:after {
  clear: both;
}

body > header .top-bar ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

body > header .top-bar ul li {
  display: inline-block;
  vertical-align: middle;
}

body > header .top-bar ul li:before {
  display: inline-block;
  vertical-align: middle;
  content: '|';
}

body > header .top-bar ul li:first-child:before {
  content: none;
}

body > header .top-bar ul li:first-child a {
  margin-left: 0;
}

body > header .top-bar ul a {
  margin: 0 0.7em;
}

body > header .top-bar ul a:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
}

body > header .top-bar .tel a:before {
  content: "";
}

body > header .top-bar .mail a:before {
  content: "";
}

body > header .top-bar .login {
  float: right;
}

body > header .top-bar .login:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 0.4em;
}

body > header .top-bar span {
  display: inline-block;
  vertical-align: middle;
}

body > header .top-bar a {
  color: #c3cee5;
  text-decoration: none;
}

body > header .top-bar a:hover {
  color: white;
}

@media only screen and (max-width: 850px) {
  body > header .top-bar {
    display: none;
  }
}

body > header .main-nav > div {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
  *zoom: 1;
  clear: both;
  padding-top: 0;
}

body > header .main-nav > div:before,
body > header .main-nav > div:after {
  content: " ";
  display: table;
}

body > header .main-nav > div:after {
  clear: both;
}

body > header .main-nav h1 {
  float: left;
  margin: 1em 0 0 0;
  display: inline-block;
}

body > header .main-nav h1 img {
  width: 176px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

body > header .main-nav nav {
  float: right;
  font-size: 0.9em;
  padding-top: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

body > header .main-nav nav .mobile-logo,
body > header .main-nav nav .mobile-search {
  display: none;
}

body > header .main-nav nav .mobile-logo {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

body > header .main-nav nav .mobile-logo a {
  display: inline-block;
}

body > header .main-nav nav .mobile-logo img {
  width: 159px;
}

body > header .main-nav nav .mobile-search {
  background: #455ba4;
  padding: 0.8em;
}

body > header .main-nav nav .mobile-search form {
  border: 1px solid white;
  padding-right: 3em;
  display: block;
  width: 100%;
  *zoom: 1;
  clear: both;
}

body > header .main-nav nav .mobile-search form:before,
body > header .main-nav nav .mobile-search form:after {
  content: " ";
  display: table;
}

body > header .main-nav nav .mobile-search form:after {
  clear: both;
}

body > header .main-nav nav .mobile-search form ::-webkit-input-placeholder {
  color: white;
}

body > header .main-nav nav .mobile-search form ::-moz-placeholder {
  color: white;
}

body > header .main-nav nav .mobile-search form :-ms-input-placeholder {
  color: white;
}

body > header .main-nav nav .mobile-search form input:-moz-placeholder {
  color: white;
}

body > header .main-nav nav .mobile-search input,
body > header .main-nav nav .mobile-search input[type=text] {
  width: 100%;
  float: left;
  color: white;
  border: none;
}

body > header .main-nav nav .mobile-search button {
  display: inline-block;
  width: 3em;
  margin-right: -3em;
  float: right;
  padding: 0;
  color: #90abf1;
  line-height: 3.8em;
  border: none;
}

body > header .main-nav nav .mobile-search button:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.6em;
}

body > header .main-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: left 0.4s;
  -moz-transition: left 0.4s;
  -ms-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s;
}

body > header .main-nav nav > ul {
  *zoom: 1;
  clear: both;
}

body > header .main-nav nav > ul:before,
body > header .main-nav nav > ul:after {
  content: " ";
  display: table;
}

body > header .main-nav nav > ul:after {
  clear: both;
}

body > header .main-nav nav > ul > li {
  float: left;
  position: relative;
}

body > header .main-nav nav > ul > li:nth-last-child(1) > ul,
body > header .main-nav nav > ul > li:nth-last-child(2) > ul {
  right: 0;
}

body > header .main-nav nav > ul > li > a {
  height: 7em;
  padding: 1em 1.15em;
  line-height: 1.3;
  color: #999999;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

body > header .main-nav nav > ul > li > a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 0.7em;
  margin-top: 0.4em;
}

body > header .main-nav nav > ul > li > a:hover {
  background: #f1f1f1;
  color: #365ca9;
}

body > header .main-nav nav > ul > li > a > span {
  display: block;
}

body > header .main-nav nav > ul > li > ul {
  display: block;
  overflow: hidden;
  background: white;
  width: 250px;
  max-height: 0;
  max-width: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  border: 1px solid #646464;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
  line-height: 1.3;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: transform 0.5s ease, opacity 0.25s ease, max-height 0.25s step-end, max-width 0.25s step-end, padding 0.25s step-end;
  -moz-transition: transform 0.5s ease, opacity 0.25s ease, max-height 0.25s step-end, max-width 0.25s step-end, padding 0.25s step-end;
  -ms-transition: transform 0.5s ease, opacity 0.25s ease, max-height 0.25s step-end, max-width 0.25s step-end, padding 0.25s step-end;
  -o-transition: transform 0.5s ease, opacity 0.25s ease, max-height 0.25s step-end, max-width 0.25s step-end, padding 0.25s step-end;
  transition: transform 0.5s ease, opacity 0.25s ease, max-height 0.25s step-end, max-width 0.25s step-end, padding 0.25s step-end;
}

body > header .main-nav nav > ul > li > ul > li {
  display: block;
  border-top: 1px solid #999999;
}

body > header .main-nav nav > ul > li > ul > li:nth-child(2) {
  border-top: none;
}

body > header .main-nav nav > ul > li > ul > li > a {
  padding: 0.6em 1em;
  text-transform: uppercase;
  font-weight: bold;
}

body > header .main-nav nav > ul > li > ul > li > ul {
  margin-bottom: 0.6em;
}

body > header .main-nav nav > ul > li > ul > li > ul > li > a {
  padding: 0.3em 1em;
}

body > header .main-nav nav > ul > li > ul > li > ul > li > ul {
  display: none;
}

body > header .main-nav nav > ul > li > ul a {
  color: #646464;
}

body > header .main-nav nav > ul > li > ul a:hover {
  background: #365ca9;
  color: white;
}

body > header .main-nav nav > ul > li:hover > ul {
  max-height: 3000px;
  max-width: 3000px;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -moz-transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -ms-transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

body > header .main-nav nav > ul a {
  display: block;
}

body > header .main-nav li.back {
  display: none;
}

body > header .main-nav a {
  color: #666666;
  text-decoration: none;
}

@media only screen and (max-width: 1300px) {
  body > header .main-nav h1 img {
    width: 159px;
  }
}

@media only screen and (max-width: 850px) {
  body > header .main-nav {
    text-align: center;
  }
  body > header .main-nav > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body > header .main-nav h1 {
    float: none;
    margin: 0;
  }
  body > header .main-nav nav {
    visibility: visible;
    opacity: 1;
    float: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    padding-bottom: 4.3em;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-menu-visible body > header .main-nav nav {
    opacity: 1;
    visibility: visible;
  }
  body > header .main-nav nav .mobile-logo,
  body > header .main-nav nav .mobile-search {
    display: block;
  }
  body > header .main-nav nav > ul {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    font-size: 1.2em;
    line-height: 1.2;
    left: 0;
  }
  body > header .main-nav nav > ul > li {
    float: none;
    position: static;
  }
  body > header .main-nav nav > ul > li:nth-last-child(1) > ul,
  body > header .main-nav nav > ul > li:nth-last-child(2) > ul {
    right: 0;
  }
  body > header .main-nav nav > ul > li:hover > ul {
    opacity: 0;
    visibility: hidden;
  }
  body > header .main-nav nav > ul > li > a {
    color: inherit;
    height: auto;
    padding: 1em 1.5em;
    line-height: inherit;
  }
  body > header .main-nav nav > ul > li > a:after {
    content: none;
  }
  body > header .main-nav nav > ul > li > a:hover {
    background: #f1f1f1;
    color: #646464;
  }
  body > header .main-nav nav > ul > li > a > span {
    display: inline-block;
  }
  body > header .main-nav nav > ul > li > ul {
    max-height: 100%;
    max-width: 100%;
    top: 0;
    width: 100%;
    box-shadow: none;
    line-height: inherit;
    border: none;
    left: 100%;
    opacity: 1;
    visibility: hidden;
    overflow: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  body > header .main-nav nav > ul > li > ul > li:nth-child(2) {
    border-top: 1px solid #999999;
  }
  body > header .main-nav nav > ul > li > ul > li > a {
    padding: 1em 1.5em;
  }
  body > header .main-nav nav > ul > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    margin-bottom: 0;
    width: 100%;
  }
  body > header .main-nav nav > ul > li > ul > li > ul > li > a {
    padding: 1em 1.5em;
  }
  body > header .main-nav nav > ul > li > ul a:hover {
    background: #f1f1f1;
    color: #646464;
  }
  body > header .main-nav nav > ul > li.expanded > ul {
    opacity: 1;
    visibility: visible;
  }
  body > header .main-nav nav > ul > li.expanded:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  body > header .main-nav nav > ul a {
    line-height: 1.2;
    padding: 1.5em 1.8em;
    color: #646464;
    position: relative;
  }
  body > header .main-nav nav li {
    border-top: 1px solid #999999;
  }
  body > header .main-nav nav li:first-child {
    border-top: none;
  }
  body > header .main-nav nav li.menu-item-has-children > a:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    font-size: 1em;
    right: 1.2em;
    top: 50%;
    margin-top: -0.5em;
    color: #999999;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  body > header .main-nav nav li.back {
    display: block;
  }
  body > header .main-nav nav li.back > a {
    padding-left: 3.2em;
  }
  body > header .main-nav nav li.back > a:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    left: 1.2em;
    font-size: 1em;
    top: 50%;
    margin-top: -0.4em;
    color: #999999;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body > header .main-nav nav.first-level-expanded > ul {
    left: -100%;
    opacity: 1;
  }
  body > header .main-nav nav.second-level-expanded > ul {
    left: -200%;
    opacity: 1;
  }
}

.at-top body > header .top-bar {
  font-size: 1em;
}

.at-top body > header .main-nav h1 img {
  width: 256px;
}

.at-top body > header .main-nav nav {
  padding-top: 2em;
}

.at-top body > header .main-nav nav > ul > li > a {
  height: 8em;
}

@media only screen and (max-width: 1300px) {
  .at-top body > header .main-nav h1 img {
    width: 200px;
  }
}

@media only screen and (max-width: 850px) {
  .at-top body > header .main-nav h1 img {
    width: 159px;
  }
  .at-top body > header .main-nav nav {
    padding-top: 0;
  }
  .at-top body > header .main-nav nav > ul > li > a {
    height: auto;
  }
}

@media only screen and (max-height: 450px) {
  body > header {
    position: relative;
  }
}

body > footer {
  background: #455ba4;
  color: #c3cee5;
  padding-top: 20px;
  padding-bottom: 100px;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
}

body > footer:before,
body > footer:after {
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  background: white;
  border-top-width: 5px;
  border-top-style: solid;
}

body > footer:before {
  border-color: #231f20;
  top: 0px;
}

body > footer:after {
  border-color: #af2a30;
  top: 10px;
}

body > footer > div {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
  padding-left: 0;
  padding-right: 0;
  background: #455ba4;
}

body > footer > div > div {
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
}

body > footer .enquiry {
  width: 33.3333%;
  position: relative;
  z-index: 0;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}

body > footer .enquiry:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 9999em solid #2f4088;
  z-index: -1;
}

body > footer .enquiry h1 {
  text-transform: uppercase;
  line-height: 1;
  margin-top: 1em;
}

body > footer .enquiry .wpcf7-response-output {
  padding: 0.5em 1.1em;
  margin: 1.25em 0 0 0;
  color: white;
  font-size: 0.9em;
  border: 1px solid white;
  color: white;
}

body > footer .enquiry a {
  color: white;
}

@media only screen and (max-width: 850px) {
  body > footer .enquiry {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  body > footer .enquiry > * {
    max-width: 600px;
  }
  body > footer .enquiry h1 {
    margin-top: 0;
  }
}

body > footer .details {
  width: 66.6666%;
  padding-left: 300px;
  padding-right: 0;
}

@media only screen and (max-width: 850px) {
  body > footer .details {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  body > footer .details {
    padding-left: 0;
  }
}

body > footer .contact-details {
  float: left;
  width: 300px;
  margin-left: -300px;
  padding: 0 25px;
}

body > footer .contact-details img {
  width: 16em;
}

body > footer .contact-details h1 {
  font-size: 1em;
  margin-top: 1.5em;
  margin-bottom: 0;
}

body > footer .contact-details p {
  margin-top: 0;
}

body > footer .contact-details a {
  color: #c3cee5;
  text-decoration: none;
}

body > footer .contact-details a:hover {
  color: white;
}

body > footer .contact-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 2em;
}

body > footer .contact-details ul li {
  display: inline-block;
  vertical-align: middle;
}

body > footer .contact-details ul li:first-child a {
  margin-left: 0;
}

body > footer .contact-details ul li.facebook a:before {
  content: "";
}

body > footer .contact-details ul li.twitter a:before {
  content: "";
}

body > footer .contact-details ul li.linkedin a:before {
  content: "";
}

body > footer .contact-details ul li.youtube a:before {
  content: "";
}

body > footer .contact-details ul li.pinterest a:before {
  content: "";
}

body > footer .contact-details ul a {
  display: block;
  width: 1em;
  height: 1em;
}

body > footer .contact-details ul a:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}

body > footer .contact-details ul a {
  margin: 0 0.31em;
}

@media only screen and (max-width: 650px) {
  body > footer .contact-details {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}

body > footer .search-nav {
  float: right;
  width: 100%;
  padding: 0 25px;
}

body > footer .search-nav form {
  border: 1px solid white;
  padding-right: 3em;
  margin-top: 1.8em;
  display: block;
  width: 100%;
  *zoom: 1;
  clear: both;
}

body > footer .search-nav form:before,
body > footer .search-nav form:after {
  content: " ";
  display: table;
}

body > footer .search-nav form:after {
  clear: both;
}

body > footer .search-nav form ::-webkit-input-placeholder {
  color: white;
}

body > footer .search-nav form ::-moz-placeholder {
  color: white;
}

body > footer .search-nav form :-ms-input-placeholder {
  color: white;
}

body > footer .search-nav form input:-moz-placeholder {
  color: white;
}

body > footer .search-nav input,
body > footer .search-nav input[type=text] {
  width: 100%;
  float: left;
  color: white;
  border: none;
}

body > footer .search-nav button {
  display: inline-block;
  width: 3em;
  margin-right: -3em;
  border: none;
  float: right;
  padding: 0;
  color: #90abf1;
  line-height: 3.8em;
}

body > footer .search-nav button:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.6em;
}

body > footer .search-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 1.5em 0 0 0;
}

body > footer .search-nav li {
  display: inline;
  position: relative;
}

body > footer .search-nav li a {
  padding-right: 1em;
}

body > footer .search-nav li a span {
  position: relative;
}

body > footer .search-nav li a span:last-child:after {
  content: '|';
  margin: 0 0.4em;
  position: absolute;
  right: -1.15em;
}

body > footer .search-nav li a:hover span:last-child:after {
  color: #c3cee5;
}

body > footer .search-nav li:last-child a span:after {
  content: none;
}

body > footer .search-nav p {
  color: white;
  margin: 0 0 1.5em 0;
}

body > footer .search-nav a {
  text-decoration: none;
}

body > footer .search-nav img {
  display: inline-block;
}

@media only screen and (max-width: 650px) {
  body > footer .search-nav form {
    display: none;
  }
}

body > footer #google_translate_element {
  display: inline-block;
  padding: 10px;
  background: white;
}

body > footer #google_translate_element select {
  padding: 0;
  height: auto;
}

body > footer h1 {
  color: white;
}

body > footer a {
  color: #c3cee5;
}

body > footer a:hover {
  color: white;
}

.mobile-nav {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  background: #999999;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  display: none;
}

.mobile-nav a {
  color: white;
  text-decoration: none;
  display: inline-block;
  vertical-align: bottom;
  width: 20%;
  height: 5.3em;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.mobile-nav a:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 100%;
  font-size: 2em;
  position: absolute;
  bottom: 1.4em;
}

.mobile-nav a:hover {
  background: #666666;
}

.mobile-nav a.link-phone:before {
  content: "";
  bottom: 1.1em;
}

.mobile-nav a.link-location:before {
  content: "";
  bottom: 1.15em;
}

.mobile-nav a.link-email:before {
  content: "";
  font-size: 2.5em;
  bottom: 0.7em;
}

.mobile-nav a.link-calendar:before {
  content: "";
  bottom: 1.15em;
}

.mobile-nav a.link-menu:before {
  content: "";
  font-size: 1.7em;
  bottom: 1.35em;
}

.mobile-nav span {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0.7em;
}

@media only screen and (max-width: 850px) {
  .mobile-nav {
    display: block;
  }
}

@media only screen and (max-width: 650px) {
  .mobile-nav {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 550px) {
  .mobile-nav {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 450px) {
  .mobile-nav {
    font-size: 0.7em;
  }
}

@media only screen and (max-width: 350px) {
  .mobile-nav {
    font-size: 0.6em;
  }
}

.logos {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.logos > div {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
}

.logos ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.logos li {
  display: inline-block;
  vertical-align: top;
  padding-left: 0.5em;
  padding-right: 0.5em;
  vertical-align: middle;
  max-width: 20%;
}

body > * {
  position: relative;
}

body > .scroll-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 200px;
  z-index: 20;
  text-transform: uppercase;
}

body > .scroll-nav li {
  float: left;
  clear: left;
}

body > .scroll-nav a {
  position: relative;
  left: -100%;
  display: block;
  color: #c5cde3;
  text-decoration: none;
  height: 2.5em;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}

body > .scroll-nav a:hover {
  left: 0;
}

body > .scroll-nav a.current span {
  background: #455ca5;
}

body > .scroll-nav span {
  display: block;
  height: 2.5em;
  line-height: 2.6em;
  background: #272425;
}

body > .scroll-nav .title {
  width: 100%;
  padding: 0 2em;
  font-weight: bold;
  background: #455ca5;
}

body > .scroll-nav .home {
  display: block;
  width: 2.5em;
  position: absolute;
  right: -2.5em;
  top: 0;
}

body > .scroll-nav .home:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5em;
  line-height: 1.7em;
  text-align: center;
}

body > .scroll-nav .dot {
  display: block;
  width: 2.5em;
  position: absolute;
  right: -2.5em;
  top: 0;
}

body > .scroll-nav .dot:after {
  content: '';
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.25em 0 0 -0.25em;
  background: #c5cde3;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
}

@media only screen and (max-width: 1150px) {
  body > .scroll-nav {
    display: none;
  }
}

body #welcome {
  color: white;
  background: #365ca9;
  position: relative;
  padding-bottom: 50px;
}

body #welcome > * {
  position: relative;
  z-index: 1;
}

body #welcome .primary-feature-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50%;
  margin-bottom: -10%;
  z-index: 0;
}

body #welcome .primary-feature-image:after {
  content: '';
  background-image: url(../images/primary-feature-overlay.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: -21%;
}

body #welcome svg {
  position: absolute;
  bottom: 0;
}

body #welcome .message-header {
  width: 100%;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 1em;
}

body #welcome .message-header > div {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
}

body #welcome .message-header h1,
body #welcome .message-header h2 {
  font-weight: normal;
  margin: 0;
}

body #welcome .message-header h1 {
  font-size: 3.4em;
}

body #welcome .message-header h2 {
  font-size: 2em;
}

@media only screen and (max-width: 850px) {
  body #welcome .message-header {
    font-size: 0.7em;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

body #welcome .values {
  background: rgba(0, 0, 0, 0.48);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  padding: 13px 0 17px 0;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

body #welcome .values > div {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
}

body #welcome .values > div > * {
  margin: 0.2em 0;
}

body #welcome .values p {
  font-size: 1.1em;
}

@media only screen and (max-width: 850px) {
  body #welcome .values {
    position: relative;
    background: white;
    color: #646464;
  }
  body #welcome .values > div > * {
    margin: 0.4em 0;
  }
}

body #welcome .values-list {
  text-transform: uppercase;
  font-weight: bold;
}

body #welcome .values-list > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}

body #welcome .values-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body #welcome .values-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}

body #welcome .values-list li:before {
  content: '•';
  margin: 0 0.3em;
}

body #welcome .values-list li:first-child:before {
  content: none;
}

@media only screen and (max-width: 850px) {
  body #welcome .values-list {
    color: #365ca9;
  }
}

body #welcome .message-content {
  line-height: 1.4;
}

body #welcome .message-content > div {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
}

body #welcome .message-content > div > div {
  margin-left: -20px;
  margin-right: -20px;
}

body #welcome .message-content > div > div > div {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}

body #welcome .message-content ul {
  padding-left: 17px;
}

@media only screen and (max-width: 850px) {
  body #welcome .message-content {
    background: #e0e0e0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #646464;
  }
  body #welcome .message-content > div > div > div {
    width: 100%;
    display: none;
  }
  body #welcome .message-content > div > div > div.column-one {
    display: block;
  }
}

@media only screen and (max-width: 850px) {
  body #welcome {
    padding-bottom: 0;
  }
}

body #events-calendar {
  background: #231f20;
  overflow: hidden;
}

body #events-calendar > div {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

body #events-calendar > div > div {
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
}

body #events-calendar h1 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 1em 0;
}

body #events-calendar .events {
  width: 45%;
  color: white;
  margin-right: 10%;
}

body #events-calendar .events ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body #events-calendar .events li {
  border-top: 1px solid #646464;
}

body #events-calendar .events li > a {
  display: block;
  padding: 30px 0 30px 4.5em;
  position: relative;
  text-decoration: none;
  color: white;
  line-height: 1.4;
}

body #events-calendar .events li > a:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #90abff;
  font-size: 3.5em;
  position: absolute;
  top: 30px;
  left: 0;
}

body #events-calendar .events li:first-child {
  border-top: none;
}

body #events-calendar .events li:first-child a {
  padding-top: 0;
}

body #events-calendar .events li:first-child a:before {
  top: 0;
}

body #events-calendar .events li h1 {
  text-transform: uppercase;
  margin: 0.3em 0;
  line-height: 1.1;
  font-size: 1.5em;
  font-weight: bold;
}

body #events-calendar .events p {
  margin: 0;
}

body #events-calendar .events p span {
  display: inline-block;
  color: #90abff;
  text-decoration: underline;
  font-weight: bold;
}

body #events-calendar .events > a {
  background: #af2a30;
  padding: 0 2em;
  border: none;
  height: 2.2em;
  line-height: 2.2em;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  margin-left: 4.5em;
}

@media only screen and (max-width: 850px) {
  body #events-calendar .events {
    width: 100%;
  }
}

body #events-calendar .divider {
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 10.2%;
  left: 44.9%;
  background-image: url(../images/events-divider-vertical.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: white;
  z-index: 2;
  padding: 0;
}

@media only screen and (max-width: 850px) {
  body #events-calendar .divider {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 0 20% 0;
    background-image: url(../images/events-divider-horizontal.png);
  }
}

body #events-calendar .calendar {
  width: 45%;
  background: white;
  position: relative;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}

body #events-calendar .calendar:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 9999em solid white;
  z-index: -1;
}

@media only screen and (max-width: 850px) {
  body #events-calendar .calendar {
    display: none;
  }
}

body .mailing-list {
  background: #e0e0e0;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  line-height: 1.4;
}

body .mailing-list > div {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
}

body .mailing-list h1 {
  font-size: 2em;
  line-height: 1.1;
  font-weight: normal;
  text-transform: uppercase;
  color: #af2a30;
  margin: 0 0 0.4em 0;
}

body .mailing-list h2 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0.7em 0 1em 0;
}

body .mailing-list p {
  margin: 1.3em 0 2em 0;
}

body .mailing-list form {
  *zoom: 1;
  clear: both;
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding-right: 110px;
}

body .mailing-list form:before,
body .mailing-list form:after {
  content: " ";
  display: table;
}

body .mailing-list form:after {
  clear: both;
}

body .mailing-list input {
  float: left;
  background: white;
  width: 100%;
  border: none;
}

body .mailing-list button {
  float: right;
  background-color: #af2a30;
  border: none;
  text-transform: uppercase;
  color: white;
  width: 110px;
  margin-right: -110px;
  position: relative;
}

body .mailing-list form.loading button {
  background: #af2a30 url("../images/loading-red.gif") no-repeat center;
}

body .mailing-list form.loading button span {
  visibility: hidden;
}

body .mailing-list form.success button:after {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: white;
  top: 10px;
  left: 46px;
  font-size: 26px;
}

body .mailing-list form.success button span {
  visibility: hidden;
}

body .mailing-list.show-mobile {
  background: #90abff;
  display: none;
}

body .mailing-list.show-mobile h1 {
  color: white;
}

body .mailing-list.show-mobile button {
  background: #365ca9;
}

@media only screen and (max-width: 850px) {
  body .mailing-list.show-desktop {
    display: none;
  }
  body .mailing-list.show-mobile {
    display: block;
  }
}

body #latest-news {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  line-height: 1.4;
}

body #latest-news > div {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
}

body #latest-news > div > h1 {
  font-size: 2em;
  line-height: 1.1;
  font-weight: normal;
  text-transform: uppercase;
  color: #365ca9;
  margin: 0 0 1em 0;
}

body #latest-news > div > a {
  background: #365ca9;
  padding: 0 2em;
  border: none;
  height: 2.2em;
  line-height: 2.2em;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  margin-top: 0.5em;
}

body #latest-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 2.5em;
}

body #latest-news li {
  display: inline-block;
  vertical-align: top;
  padding-left: 12px;
  padding-right: 12px;
  width: 25%;
  text-align: left;
}

body #latest-news li article > a {
  text-decoration: none;
  color: #646464;
  display: block;
}

body #latest-news li h1 {
  color: #365ca9;
  line-height: 1.1;
  margin: 1.5em 0 0.2em 0;
}

body #latest-news time {
  font-size: 0.9em;
}

body #latest-news p span {
  color: #af2a30;
  font-weight: bold;
  display: inline-block;
}

@media only screen and (max-width: 850px) {
  body #latest-news li {
    width: 50%;
    margin-bottom: 20px;
  }
  body #latest-news li h1 {
    margin: 0.8em 0 0.2em 0;
  }
}

@media only screen and (max-width: 550px) {
  body #latest-news li {
    width: 100%;
  }
}

body > .secondary-feature-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50%;
  position: relative;
  z-index: 0;
  margin-bottom: -8%;
}

body > .secondary-feature-image:after {
  content: '';
  background-image: url(../images/secondary-feature-overlay.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: -21%;
}

body #featured-pages {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  line-height: 1.4;
}

body #featured-pages > div {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
}

body #featured-pages > div > h1 {
  font-size: 2em;
  line-height: 1.1;
  font-weight: normal;
  text-transform: uppercase;
  color: #af2a30;
  margin: 0 0 0.6em 0;
}

body #featured-pages > div > p {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0.7em 0;
}

body #featured-pages > div > a {
  background: #365ca9;
  padding: 0 2em;
  border: none;
  height: 2.2em;
  line-height: 2.2em;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  margin-top: 3em;
}

body #featured-pages ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 2.5em;
}

body #featured-pages li {
  display: inline-block;
  vertical-align: top;
  padding-left: 12px;
  padding-right: 12px;
  width: 33.3333%;
  text-align: left;
}

body #featured-pages li article > a {
  text-decoration: none;
  color: #646464;
  display: block;
}

body #featured-pages li h1 {
  color: #365ca9;
  line-height: 1.1;
  margin: 1.5em 0 0.2em 0;
}

body #featured-pages time {
  font-size: 0.9em;
}

body #featured-pages p span {
  color: #af2a30;
  font-weight: bold;
  display: inline-block;
}

@media only screen and (max-width: 550px) {
  body #featured-pages li {
    width: 100%;
    margin-bottom: 20px;
  }
  body #featured-pages li h1 {
    margin: 0.8em 0 0.2em 0;
  }
}

body #document-download {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #231f20;
  color: white;
  line-height: 1.4;
}

body #document-download > div {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
  padding-left: 0;
  padding-right: 0;
}

body #document-download > div > div {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  padding-right: 25px;
}

body #document-download .document-thumbnail {
  width: 33.3333%;
}

body #document-download .document-thumbnail a {
  display: block;
}

body #document-download .document-information {
  width: 66.6666%;
}

body #document-download .document-information a {
  font-weight: bold;
}

body #document-download h1 {
  font-size: 2em;
  line-height: 1.1;
  font-weight: normal;
  text-transform: uppercase;
  color: #90abff;
  margin: 0 0 0.5em 0;
}

body #document-download p {
  margin: 1em 0 0 0;
}

body #document-download p.link {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0;
}

body #document-download a {
  color: white;
}

@media only screen and (max-width: 650px) {
  body #document-download {
    display: none;
  }
}

body #photo-albums {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #efefef;
  text-align: center;
}

body #photo-albums > div {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  /*@include breakpoint(700px) {
        padding-left: $guttersmall;
        padding-right: $guttersmall;
    }*/
}

body #photo-albums > div > a {
  background: #af2a30;
  padding: 0 2em;
  border: none;
  height: 2.2em;
  line-height: 2.2em;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  margin-top: 3em;
}

body #photo-albums h1 {
  font-size: 2em;
  line-height: 1.1;
  font-weight: normal;
  text-transform: uppercase;
  color: #af2a30;
  margin: 0.5em 0 1em 0;
}

body #photo-albums ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -8px;
  margin-right: -8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body #photo-albums li {
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  padding-right: 8px;
  width: 25%;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

body #photo-albums li > a {
  display: block;
  background: white;
  text-decoration: none;
  width: 100%;
  color: #646464;
  padding-bottom: 10px;
}

body #photo-albums .photo-album-thumbnail {
  padding-bottom: 100%;
  background-size: cover;
}

body #photo-albums h4 {
  color: #365ca9;
  margin: 0.7em 1em 0.3em 1em;
  line-height: 1.1;
}

body #photo-albums span {
  margin: 0.3em 1em;
}

@media only screen and (max-width: 1000px) {
  body #photo-albums ul {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 650px) {
  body #photo-albums li {
    width: 50%;
  }
}

body > .feature-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

body > .feature-image:before {
  content: '';
  display: block;
  height: 38.72%;
  width: 100%;
  background-image: url(../images/feature-image-internal-overlay.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body > .feature-image.show-desktop {
  padding-bottom: 25.644%;
}

body > .feature-image.show-mobile {
  display: none;
  padding-bottom: 70%;
}

body > .feature-image.show-mobile:before {
  height: 11.72%;
}

@media only screen and (max-width: 550px) {
  body > .feature-image.show-desktop {
    display: none;
  }
  body > .feature-image.show-mobile {
    display: block;
  }
}

body .page-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1.2em;
}

body .page-listing li:nth-child(odd) a {
  background: #f1f1f1;
}

body .page-listing li:nth-child(odd) a:hover {
  background: #d3ddff;
}

body .page-listing a {
  display: block;
  background: white;
  text-decoration: none;
  padding: 0.8em 1em;
}

body .page-listing a:hover {
  background: #d3ddff;
}

/* Photo Albums */
.main-content .content .photo-albums {
  margin-left: -5px;
  margin-right: -5px;
}

.main-content .content .photo-album {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33%;
  margin-bottom: 20px;
}

.main-content .content .photo-album a {
  display: block;
  text-decoration: none;
  color: #646464 !important;
}

.main-content .content .photo-album h4 {
  margin: 0.5em 0 0 0;
  color: #365ca9;
}

@media only screen and (max-width: 600px) {
  .main-content .content .photo-album {
    width: 50%;
  }
}

@media only screen and (max-width: 335px) {
  .main-content .content .photo-album {
    width: 100%;
  }
}

.main-content .content .photo-album-thumbnail {
  padding-bottom: 100%;
  background-size: cover;
}

.main-content .content .rgg_imagegrid a {
  display: inline-block;
}

.main-content .content .rgg_imagegrid a img {
  margin-bottom: 0 !important;
}

/* Two Column List on School Map page */
.page--school-map .content ul {
  list-style: none;
  padding: 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  -o-columns: 2;
  columns: 2;
}

@media only screen and (max-width: 550px) {
  .page--school-map .content ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    columns: 1;
  }
}

.page--school-timetable .content table {
  text-align: center;
}

.page--school-timetable .content tr td {
  padding: 0.5em;
}

.page--school-timetable .content tr td:first-child {
  font-weight: bold;
  vertical-align: top;
}

.blog .main-content .content article {
  padding: 25px 0;
  border-top: 1px solid #999999;
}

.blog .main-content .content article:first-child {
  padding-top: 0;
  border-top: none;
}

.blog .main-content .content article > a {
  display: block;
  *zoom: 1;
  clear: both;
}

.blog .main-content .content article > a:before,
.blog .main-content .content article > a:after {
  content: " ";
  display: table;
}

.blog .main-content .content article > a:after {
  clear: both;
}

.blog .main-content .content article img {
  float: left;
  width: 225px;
  margin-left: -225px;
}

.blog .main-content .content article h1 {
  color: #365ca9;
  margin-top: 0;
}

.blog .main-content .content article time {
  font-size: 0.9em;
}

.blog .main-content .content article span {
  color: #af2a30;
  font-weight: bold;
  display: inline-block;
}

.blog .main-content .content article a {
  color: #646464;
  text-decoration: none;
}

.blog .main-content .content article.has-thumbnail > a {
  padding: 0 0 0 225px;
}

.blog .main-content .content article.has-thumbnail > a > div {
  float: right;
  padding: 0 0 0 25px;
}

@media only screen and (max-width: 550px) {
  .blog .main-content .content article img {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .blog .main-content .content article h1 {
    margin-top: 0.67em;
  }
  .blog .main-content .content article.has-thumbnail > a {
    padding: 0;
  }
  .blog .main-content .content article.has-thumbnail > a > div {
    float: none;
    padding: 0;
  }
}

.single-post .main-content .content time {
  margin-bottom: 1em;
}

.calendar {
  max-width: 480px;
}

.calendar .month {
  position: relative;
  text-align: center;
}

.calendar .month .nav {
  position: absolute;
  top: 0;
  text-decoration: none;
  color: #737db0;
}

.calendar .month .prev {
  left: 0;
}

.calendar .month .next {
  right: 0;
}

.calendar .month .nav:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
}

.calendar .month .next:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

table.the-calendar {
  text-align: center;
  width: 100%;
}

table.the-calendar th {
  padding: 10px 0;
}

table.the-calendar td {
  font-size: 1.5em;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 14.285%;
  height: 60px;
  cursor: default;
}

table.the-calendar td ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: white;
  background: #262425;
  list-style: none;
  margin: 0;
  padding: 20px;
  font-size: 0.6em;
  z-index: 1;
  left: 50%;
  top: 100%;
  width: 350%;
  text-align: left;
}

table.the-calendar td ul a {
  color: white;
}

table.the-calendar td:nth-child(5) ul,
table.the-calendar td:nth-child(6) ul,
table.the-calendar td:nth-child(7) ul {
  right: 50%;
  left: auto;
}

table.the-calendar td.current-day {
  color: #90abff;
  -webkit-box-shadow: inset 0 0 0 2px #90abff;
  -moz-box-shadow: inset 0 0 0 2px #90abff;
  -ms-box-shadow: inset 0 0 0 2px #90abff;
  -o-box-shadow: inset 0 0 0 2px #90abff;
  box-shadow: inset 0 0 0 2px #90abff;
}

table.the-calendar td.current-day:hover {
  -webkit-box-shadow: inset 0 0 0 2px #737db0;
  -moz-box-shadow: inset 0 0 0 2px #737db0;
  -ms-box-shadow: inset 0 0 0 2px #737db0;
  -o-box-shadow: inset 0 0 0 2px #737db0;
  box-shadow: inset 0 0 0 2px #737db0;
}

table.the-calendar td.has-events {
  background: #646464 !important;
  color: white !important;
}

table.the-calendar td.has-events:hover {
  background: #737db0 !important;
  color: white;
}

table.the-calendar td.has-events:hover .triangle {
  opacity: 1;
  visibility: visible;
}

table.the-calendar td.has-events:hover ul {
  opacity: 1;
  visibility: visible;
}

table.the-calendar td.empty:hover {
  background: white;
}

table.the-calendar td.empty:after {
  content: none;
}

table.the-calendar .triangle {
  width: 100%;
  height: 0;
  padding-left: 50%;
  padding-top: 50%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

table.the-calendar .triangle:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: -500px;
  margin-top: -500px;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
  border-top: 500px solid #737db0;
}

.calendar .month, .calendar .the-calendar {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.calendar.loading .month, .calendar.loading .the-calendar {
  opacity: .2;
}

.page-template-template-calendar .content .calendar > div > h1 {
  display: none;
}

.page-template-template-events .content ol {
  list-style: none;
  padding: 0;
}

.page-template-template-events .content ol h2 {
  background: #98aafc;
  color: white;
  padding: 5px 10px;
  font-size: 1em;
}

.page-template-template-events .content ol article {
  padding: 10px 0;
}

.page-template-template-events .content ol article h1 {
  font-size: 1em;
  margin: 0;
}

.page-template-template-events .content ol article h1 a {
  text-decoration: none;
  color: #646464;
}

.page-template-template-events .content ol article p {
  margin: 0;
}

.search .main-content header form {
  margin: 1em 0;
  width: 100%;
  max-width: 600px;
  padding-right: 170px;
  display: block;
  position: relative;
  *zoom: 1;
  clear: both;
}

.search .main-content header form:before,
.search .main-content header form:after {
  content: " ";
  display: table;
}

.search .main-content header form:after {
  clear: both;
}

.search .main-content header form:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  font-size: 1.6em;
  height: 1.8em;
  line-height: 1.8em;
  left: 0.5em;
  color: #999999;
}

.search .main-content header input,
.search .main-content header input[type=text] {
  width: 100%;
  float: left;
  background: white;
  border: 1px solid #999999;
  border-right: none;
  padding-left: 3em;
}

.search .main-content header button {
  float: right;
  width: 170px;
  margin-right: -170px;
  background: #98aafc;
  color: white;
  border: none;
  font-weight: bold;
  font-size: 1.2em;
  height: 2.35em;
  line-height: 1em;
}

.search .main-content header button:hover {
  background: #2f4088;
}

@media only screen and (max-width: 550px) {
  .search .main-content header form {
    padding-right: 2.8em;
    border: 1px solid #999999;
  }
  .search .main-content header form:before {
    content: none;
  }
  .search .main-content header input,
  .search .main-content header input[type=text] {
    border: none;
    padding-left: 1em;
  }
  .search .main-content header button {
    text-indent: -99999em;
    width: 2.35em;
    margin-right: -2.35em;
    background: transparent;
  }
  .search .main-content header button:hover {
    background: transparent;
  }
  .search .main-content header button:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    color: #999999;
    text-indent: 0;
    font-size: 1.6em;
    height: 1.5em;
    line-height: 1.6em;
    display: block;
    top: 0;
    right: 0;
    width: 1.5em;
  }
}

.search .main-content .content {
  width: 100%;
}

.search .main-content .content article {
  border-top: 1px solid #999999;
}

.search .main-content .content article:first-child {
  padding-top: 0;
  border-top: none;
}

.search .main-content .content article h1 {
  color: #98aafc;
  margin: 0 0 0.5em 0;
}

.search .main-content .content article p {
  margin: 0;
}

.search .main-content .content article p span {
  color: #98aafc;
}

.search .main-content .content article a {
  display: block;
  padding: 25px 0;
  text-decoration: none;
  color: #646464;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-wrap a {
  color: #90abff;
  text-decoration: none;
}

.fancybox-skin {
  position: relative;
  background: #ffffff;
  color: #90abff;
  text-shadow: none;
  padding-bottom: 35px !important;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("img/loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  bottom: 5px;
  right: 15px;
  cursor: pointer;
  z-index: 8040;
  line-height: 1.7;
}

.fancybox-close:before,
.fancybox-close:after {
  display: inline-block;
  vertical-align: middle;
}

.fancybox-close:before {
  content: 'Close';
  margin-right: 0.25em;
}

.fancybox-close:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.fancybox-nav {
  position: absolute;
  bottom: 5px;
  cursor: pointer;
  text-decoration: none;
  z-index: 8040;
  line-height: 1.7;
}

.fancybox-nav span:before,
.fancybox-nav span:after {
  display: inline-block;
  vertical-align: middle;
}

.fancybox-prev {
  right: 165px;
}

.fancybox-prev span:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.fancybox-prev span:after {
  content: 'Prev';
  margin-left: 0.25em;
}

.fancybox-next {
  right: 93px;
}

.fancybox-next span:before {
  content: 'Next';
  margin-right: 0.25em;
}

.fancybox-next span:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 5px;
  left: 15px;
  line-height: 1.7;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 600px) {
  .fancybox-close,
  .fancybox-title {
    display: none;
  }
  .fancybox-prev {
    left: 15px;
    right: auto;
  }
  .fancybox-next {
    right: 15px;
  }
}

/*# sourceMappingURL=compiled.css.map */