@charset "UTF-8";
/*
 * 1. Settings
 * These contain global settings like colours base font size and config variables.
 * Other settings should live beside the code they belong to keeping everything trim
*/
/*
 * 1. Settings
 * Holder file to bring all the settings files into one place
*/
/*
 * 2. Tools
 * Global Mixins and Functions that need to be access by the whole layout
*/
/*
 * 2. Tools
 * Holder file to bring all the Mixins and Functions into one place
*/
/*
 * 2. Tools / functions
 * Holder file to bring all the functions into one place
*/
/*
 * 2. Tools / mixens
 * Holder file to bring all the mixins into one place
*/
/*
 * 3. Generic
 * The first layer that produces any css. Very high level css that is seldom changed
*/
/*
 * 1. Settings
 * Holder file to bring all the settings files into one place
*/
/*! 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 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.
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 */
fieldset, legend {
  border: 0;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/**
 * 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;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #FFFFFF;
  color: #202020;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 300;
}

/*
 * 4. Elements
 * These are the bare un classed items Headings etc this is where we define the base styling for these
*/
/*
 * 4. Elements
 * Holder file to bring all the elements files into one place
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin: 0 0 0.5rem 0;
}
@media screen and (min-width: 800px) {
  h1, .h1 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}

h2, .h2 {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin: 0 0 0.5rem 0;
}
@media screen and (min-width: 800px) {
  h2, .h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0 0 0.5rem 0;
}
@media screen and (min-width: 800px) {
  h3, .h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}

h4, .h4 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0 0 0.5rem 0;
}
@media screen and (min-width: 800px) {
  h4, .h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 800px) {
  h5, .h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

h6, .h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 0 0 12px 0;
}

p, ol, ul, pre {
  margin: 0 0 1rem 0;
}

ul, ol {
  list-style-position: outside;
  padding-left: 24px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

strong, b {
  font-weight: 700;
}

em, i, q {
  font-style: italic;
}

blockquote {
  position: relative;
  padding: 24px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
}
blockquote::before {
  color: #3a3a3a;
  content: "\f10d";
  font-family: FontAwesome;
  left: -24px;
  position: absolute;
  top: 28px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
}
blockquote p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
}
blockquote cite {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

img {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: #008CBA;
}
a:hover {
  color: black;
}
a:visited {
  color: #008CBA;
}

button,
input,
optgroup,
select,
textarea {
  background: #FFFFFF;
  color: inherit;
  font: inherit;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

fieldset {
  border: 1px solid #ececec;
  margin: 0 0 1rem 0;
  padding: 24px;
}

label {
  display: inline-block;
  font-weight: 700;
  max-width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

select[multiple], select[size] {
  height: auto;
}

button {
  -webkit-appearance: none;
}

input:focus {
  outline: none;
}

.embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.docs {
  height: 1500px;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  overflow-x: scroll;
}
.lt-ie9 table {
  display: table;
}
@media screen and (min-width: 800px) {
  table {
    display: table;
  }
}

table tr {
  border: 1px solid #ddd;
  padding: 5px;
}

table th, table td {
  padding: 10px;
  text-align: left;
}

table th {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

/*
 * 5. Objects
 * First layer we start to use class based selectors
 * You will find common classes in here like .wrapper, .row
*/
/*
 * 5. Objects
 * Holder file to bring all the object files into one place
*/
.row .row {
  margin-left: -12px;
  margin-right: -12px;
}

.column-full, [class^="col-"] {
  padding: 0 12px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .column-full, [class^="col-"] {
    float: left;
  }
  .column-full.rev, .rev[class^="col-"] {
    float: right;
  }
}

a[class^="col-"] {
  display: block;
}

@media screen and (min-width: 480px) {
  .col-sm-1 {
    width: 8.3333333%;
  }

  .col-sm-2 {
    width: 16.6666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333%;
  }

  .col-sm-5 {
    width: 41.6666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333%;
  }

  .col-sm-8 {
    width: 66.6666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333%;
  }

  .col-sm-11 {
    width: 91.6666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .col-m-1 {
    width: 8.3333333%;
  }

  .col-m-2 {
    width: 16.6666667%;
  }

  .col-m-3 {
    width: 25%;
  }

  .col-m-4 {
    width: 33.3333333%;
  }

  .col-m-5 {
    width: 41.6666667%;
  }

  .col-m-6 {
    width: 50%;
  }

  .col-m-7 {
    width: 58.3333333%;
  }

  .col-m-8 {
    width: 66.6666667%;
  }

  .col-m-9 {
    width: 75%;
  }

  .col-m-10 {
    width: 83.3333333%;
  }

  .col-m-11 {
    width: 91.6666667%;
  }

  .col-m-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .col-l-1 {
    width: 8.3333333%;
  }

  .col-l-2 {
    width: 16.6666667%;
  }

  .col-l-3 {
    width: 25%;
  }

  .col-l-4 {
    width: 33.3333333%;
  }

  .col-l-5 {
    width: 41.6666667%;
  }

  .col-l-6 {
    width: 50%;
  }

  .col-l-7 {
    width: 58.3333333%;
  }

  .col-l-8 {
    width: 66.6666667%;
  }

  .col-l-9 {
    width: 75%;
  }

  .col-l-10 {
    width: 83.3333333%;
  }

  .col-l-11 {
    width: 91.6666667%;
  }

  .col-l-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-1 {
    width: 8.3333333%;
  }

  .col-xl-2 {
    width: 16.6666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3333333%;
  }

  .col-xl-5 {
    width: 41.6666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3333333%;
  }

  .col-xl-8 {
    width: 66.6666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3333333%;
  }

  .col-xl-11 {
    width: 91.6666667%;
  }

  .col-xl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .push-sm-1 {
    margin-left: 8.3333333%;
  }

  .push-sm-2 {
    margin-left: 16.6666667%;
  }

  .push-sm-3 {
    margin-left: 25%;
  }

  .push-sm-4 {
    margin-left: 33.3333333%;
  }

  .push-sm-5 {
    margin-left: 41.6666667%;
  }

  .push-sm-6 {
    margin-left: 50%;
  }

  .push-sm-7 {
    margin-left: 58.3333333%;
  }

  .push-sm-8 {
    margin-left: 66.6666667%;
  }

  .push-sm-9 {
    margin-left: 75%;
  }

  .push-sm-10 {
    margin-left: 83.3333333%;
  }

  .push-sm-11 {
    margin-left: 91.6666667%;
  }

  .push-sm-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 800px) {
  .push-m-1 {
    margin-left: 8.3333333%;
  }

  .push-m-2 {
    margin-left: 16.6666667%;
  }

  .push-m-3 {
    margin-left: 25%;
  }

  .push-m-4 {
    margin-left: 33.3333333%;
  }

  .push-m-5 {
    margin-left: 41.6666667%;
  }

  .push-m-6 {
    margin-left: 50%;
  }

  .push-m-7 {
    margin-left: 58.3333333%;
  }

  .push-m-8 {
    margin-left: 66.6666667%;
  }

  .push-m-9 {
    margin-left: 75%;
  }

  .push-m-10 {
    margin-left: 83.3333333%;
  }

  .push-m-11 {
    margin-left: 91.6666667%;
  }

  .push-m-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .push-l-1 {
    margin-left: 8.3333333%;
  }

  .push-l-2 {
    margin-left: 16.6666667%;
  }

  .push-l-3 {
    margin-left: 25%;
  }

  .push-l-4 {
    margin-left: 33.3333333%;
  }

  .push-l-5 {
    margin-left: 41.6666667%;
  }

  .push-l-6 {
    margin-left: 50%;
  }

  .push-l-7 {
    margin-left: 58.3333333%;
  }

  .push-l-8 {
    margin-left: 66.6666667%;
  }

  .push-l-9 {
    margin-left: 75%;
  }

  .push-l-10 {
    margin-left: 83.3333333%;
  }

  .push-l-11 {
    margin-left: 91.6666667%;
  }

  .push-l-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .push-xl-1 {
    margin-left: 8.3333333%;
  }

  .push-xl-2 {
    margin-left: 16.6666667%;
  }

  .push-xl-3 {
    margin-left: 25%;
  }

  .push-xl-4 {
    margin-left: 33.3333333%;
  }

  .push-xl-5 {
    margin-left: 41.6666667%;
  }

  .push-xl-6 {
    margin-left: 50%;
  }

  .push-xl-7 {
    margin-left: 58.3333333%;
  }

  .push-xl-8 {
    margin-left: 66.6666667%;
  }

  .push-xl-9 {
    margin-left: 75%;
  }

  .push-xl-10 {
    margin-left: 83.3333333%;
  }

  .push-xl-11 {
    margin-left: 91.6666667%;
  }

  .push-xl-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 480px) {
  .pull-sm-1 {
    margin-right: 8.3333333%;
  }

  .pull-sm-2 {
    margin-right: 16.6666667%;
  }

  .pull-sm-3 {
    margin-right: 25%;
  }

  .pull-sm-4 {
    margin-right: 33.3333333%;
  }

  .pull-sm-5 {
    margin-right: 41.6666667%;
  }

  .pull-sm-6 {
    margin-right: 50%;
  }

  .pull-sm-7 {
    margin-right: 58.3333333%;
  }

  .pull-sm-8 {
    margin-right: 66.6666667%;
  }

  .pull-sm-9 {
    margin-right: 75%;
  }

  .pull-sm-10 {
    margin-right: 83.3333333%;
  }

  .pull-sm-11 {
    margin-right: 91.6666667%;
  }

  .pull-sm-12 {
    margin-right: 100%;
  }
}
@media screen and (min-width: 800px) {
  .pull-m-1 {
    margin-right: 8.3333333%;
  }

  .pull-m-2 {
    margin-right: 16.6666667%;
  }

  .pull-m-3 {
    margin-right: 25%;
  }

  .pull-m-4 {
    margin-right: 33.3333333%;
  }

  .pull-m-5 {
    margin-right: 41.6666667%;
  }

  .pull-m-6 {
    margin-right: 50%;
  }

  .pull-m-7 {
    margin-right: 58.3333333%;
  }

  .pull-m-8 {
    margin-right: 66.6666667%;
  }

  .pull-m-9 {
    margin-right: 75%;
  }

  .pull-m-10 {
    margin-right: 83.3333333%;
  }

  .pull-m-11 {
    margin-right: 91.6666667%;
  }

  .pull-m-12 {
    margin-right: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .pull-l-1 {
    margin-right: 8.3333333%;
  }

  .pull-l-2 {
    margin-right: 16.6666667%;
  }

  .pull-l-3 {
    margin-right: 25%;
  }

  .pull-l-4 {
    margin-right: 33.3333333%;
  }

  .pull-l-5 {
    margin-right: 41.6666667%;
  }

  .pull-l-6 {
    margin-right: 50%;
  }

  .pull-l-7 {
    margin-right: 58.3333333%;
  }

  .pull-l-8 {
    margin-right: 66.6666667%;
  }

  .pull-l-9 {
    margin-right: 75%;
  }

  .pull-l-10 {
    margin-right: 83.3333333%;
  }

  .pull-l-11 {
    margin-right: 91.6666667%;
  }

  .pull-l-12 {
    margin-right: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .pull-xl-1 {
    margin-right: 8.3333333%;
  }

  .pull-xl-2 {
    margin-right: 16.6666667%;
  }

  .pull-xl-3 {
    margin-right: 25%;
  }

  .pull-xl-4 {
    margin-right: 33.3333333%;
  }

  .pull-xl-5 {
    margin-right: 41.6666667%;
  }

  .pull-xl-6 {
    margin-right: 50%;
  }

  .pull-xl-7 {
    margin-right: 58.3333333%;
  }

  .pull-xl-8 {
    margin-right: 66.6666667%;
  }

  .pull-xl-9 {
    margin-right: 75%;
  }

  .pull-xl-10 {
    margin-right: 83.3333333%;
  }

  .pull-xl-11 {
    margin-right: 91.6666667%;
  }

  .pull-xl-12 {
    margin-right: 100%;
  }
}
.wrapper {
  background: transparent;
  position: relative;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 80em;
}
@media screen and (min-width: 480px) {
  .container {
    min-width: 30em;
  }
}
@media screen and (min-width: 800px) {
  .container {
    min-width: 50em;
  }
}
@media screen and (min-width: 1000px) {
  .container {
    min-width: 62.5em;
  }
}

.container-full {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .col-third {
    width: 33.3333333%;
  }
}

p, ol, ul, pre, label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
p.small, ol.small, ul.small, pre.small, label.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
p.tiny, ol.tiny, ul.tiny, pre.tiny, label.tiny {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}

.centre {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

main[role="main"] img {
  float: left;
  margin-right: 12px;
}
main[role="main"] img.full-width {
  display: block;
  width: 100%;
}
main[role="main"] img.no-float {
  float: none;
}
main[role="main"] img.half-width {
  display: block;
  width: 50%;
}
main[role="main"] img.full {
  display: block;
  width: 100%;
}
main[role="main"] img.left, main[role="main"] img.right, main[role="main"] img.circle {
  margin-bottom: 1rem;
}
main[role="main"] img.left {
  float: left;
  margin-right: 12px;
}
main[role="main"] img.right {
  float: right;
  margin-left: 12px;
  margin-right: 0;
}
main[role="main"] img.center {
  display: block;
  margin: 12px auto;
  float: none;
  clear: both;
}
main[role="main"] img.circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.form-group {
  margin: 0 0 1rem 0;
  *zoom: 1;
}
.form-group:after {
  content: "";
  display: table;
  clear: both;
}

.field {
  border: 1px solid #ececec;
  display: block;
  padding: 6px 12px;
}

textarea.field {
  height: auto;
}

.checkbox label {
  font-weight: 300;
}

.form-standard .field {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .form-horizontal label {
    padding-top: 6px;
    text-align: right;
  }
}

.btn {
  background: #868686;
  border: none;
  color: #FFFFFF;
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
}
.btn.tiny {
  padding: 6px 12px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}
.btn.large {
  padding: 18px 36px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.btn.action {
  background-color: #008CBA;
}
.btn.positive {
  background-color: #43AC6A;
}
.btn.caution {
  background-color: #f04124;
}
.btn.reversed {
  background-color: #FFFFFF;
  color: #202020;
}
.btn.ghost {
  border: 1px solid #202020;
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
  font-weight: 700;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.btn.ghost.action {
  border-color: #008CBA;
  color: #008CBA;
}
.btn.ghost.positive {
  border-color: #43AC6A;
  color: #43AC6A;
}
.btn.ghost.caution {
  border-color: #f04124;
  color: #f04124;
}
.btn.ghost.reversed {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn.ghost:hover {
  border: 1px solid #202020;
  background-color: #202020;
  color: #FFFFFF;
}
.btn.ghost:hover > a {
  color: #202020;
}
@media screen and (min-width: 1000px) {
  .btn.ghost {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav a {
  display: block;
  text-decoration: none;
}

/*
 * 6. Components
 * The layer where we style recognisable pieces of UI. We shouldn't find any selectors with a lower specificity than one class
*/
/*
 * 6. Components
 * Holder file to bring all the component files into one place
*/
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont_v-4.4.0.eot");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont_v-4.4.0.woff") format("woff"), url("../fonts/font-awesome/fontawesome-webfont_v-4.4.0.ttf") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont_v-4.4.0-fontawesomeregular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857143em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571em;
  width: 2.1428571em;
  top: 0.1428571em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571429em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa {
  margin-right: 5px;
}

.sprite-sheet, .identity a, .quick-nav .search-field .btn {
  background: transparent url("../img/ryecroft/sprite-sheet.svg") no-repeat 0 0;
  background-size: 1000px 1000px;
}
.no-svg .sprite-sheet, .no-svg .identity a, .identity .no-svg a, .no-svg .quick-nav .search-field .btn, .quick-nav .search-field .no-svg .btn {
  background-image: url("http://www.ryecroftacademy.org/themes/primary/assets/img/ryecroft/sprite-sheet.png");
}

div[role="banner"] {
  background: transparent;
  position: relative;
}
div[role="banner"] .container {
  padding: 0;
}

.tagline {
  display: none;
}

@media screen and (min-width: 800px) {
  div[role="banner"] .container {
    padding: 31px 0 24px 0;
  }

  .tagline {
    float: right;
    color: #FFFFFF;
    position: absolute;
    right: 12px;
    top: 50%;
    display: block;
  }
}
.band {
  background: #F4F4F2;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #ddddd6;
}
.band h1, .band .h1 {
  margin: 0 0 12px 0;
  text-align: left;
}
.band h1 a span, .band .h1 a span {
  color: #202020;
  font-size: 18px;
}
.band.overflow {
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .band {
    padding-bottom: 36px;
    padding-top: 36px;
  }
}
.band.image-band {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 0;
  position: relative;
}
.band.image-band h1, .band.image-band .h1 {
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  margin: 0;
  padding: 60px 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .band.image-band {
    height: 300px;
  }
}
.band.small {
  height: 200px;
}
.band.band-white {
  background: #FFFFFF;
  margin-bottom: 0;
}
.band.band-white p {
  margin: 0;
}
.band.compact {
  padding: 24px 0;
}

.centred {
  text-align: center;
}

.logos {
  list-style: none;
  text-align: center;
}
.logos li {
  display: inline-block;
}
.logos .parent-view {
  width: 110px;
  margin-left: 1em;
}

.gallery {
  background: #FFFFFF;
  display: block;
  float: left;
  margin: 24px 0;
  padding: 24px;
  width: 100%;
}
.gallery .gallery-image img {
  width: 25%;
  margin: 0;
  float: left;
  padding: 0.2em;
}

.owl-carousel {
  width: 100%;
  clear: both;
}

.list-item {
  background: transparent;
  border-bottom: 1px solid #ddddd6;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  padding: 24px 12px;
  color: #202020;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.list-item .inner {
  padding: 0 16.6666667% 0 0;
}
.list-item .inner p {
  margin: 0;
}
.list-item:hover {
  background: #FFF;
}
.list-item:visited {
  color: #202020;
}

.news-list {
  border-top: 1px solid #ddddd6;
  margin-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}

.pagination {
  list-style: none;
  /* width: 100%; */
  position: relative;
  /* text-align: center; */
  text-align: center;
  width: 100%;
  float: left;
  /* background-color: #FFF; */
  padding: 0.5em;
  margin: 0;
  overflow: hidden;
}
.pagination li {
  display: inline;
}
.pagination a {
  margin: 0 6px 0 0;
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #3a3a3a;
  border: 1px solid #ececec;
}
.pagination .active span {
  margin: 0 6px 0 0;
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
  background-color: #3AA88F;
  border-radius: 4px;
  color: #FFFFFF;
  border: 1px solid #ececec;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel, .owl-gallery {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage, .owl-gallery .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after, .owl-gallery .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer, .owl-gallery .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  z-index: 3000;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot, .owl-gallery .owl-controls .owl-nav .owl-prev,
.owl-gallery .owl-controls .owl-nav .owl-next,
.owl-gallery .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded, .owl-gallery.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading, .owl-gallery.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden, .owl-gallery.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item, .owl-gallery .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item, .owl-gallery .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img, .owl-gallery .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item, .owl-gallery.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab, .owl-gallery .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-rtl, .owl-gallery .owl-rtl {
  direction: rtl;
}
.owl-carousel .owl-rtl .owl-item, .owl-gallery .owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-nav, .owl-gallery .owl-nav {
  position: relative;
  margin-top: 0;
  position: absolute;
  top: 45%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  z-index: 1000;
}
.owl-carousel .owl-nav [class*='owl-'], .owl-gallery .owl-nav [class*='owl-'] {
  position: absolute;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.owl-carousel .owl-nav .disabled, .owl-gallery .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav .owl-prev, .owl-gallery .owl-nav .owl-prev {
  padding: 8px;
  left: -24px;
}
.owl-carousel .owl-nav .owl-next, .owl-gallery .owl-nav .owl-next {
  padding: 8px;
  right: -24px;
}
.owl-carousel .owl-dots, .owl-gallery .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot, .owl-gallery .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span, .owl-gallery .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 6px;
  background: #3a3a3a;
  display: block;
  -webkit-backface-visibility: visible;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span, .owl-gallery .owl-dots .owl-dot.active span, .owl-gallery .owl-dots .owl-dot:hover span {
  background: #868686;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.data .bar {
  background: #FFFFFF;
  margin-bottom: 1rem;
  width: 100%;
}
.data .bar .inner {
  background: #3a3a3a;
  color: #FFFFFF;
  padding: 12px 6px;
}
.data .bar .bar-left {
  width: 50%;
  height: 30px;
  float: left;
  background-color: #F4F4F2;
}
.data .bar .bar-right {
  float: right;
  height: 30px;
  width: 49.25%;
  background-color: #F4F4F2;
}
.data .bar-zero {
  background-color: #3a3a3a;
  height: 30px;
}
.data p {
  margin-bottom: 2rem;
}

main[role="main"] [class^="col-"] {
  float: left;
}
main[role="main"] img {
  width: 100%;
  margin-bottom: 12px;
  height: auto;
}
main[role="main"] .hero {
  width: 100%;
}
@media screen and (min-width: 800px) {
  main[role="main"] img {
    width: auto;
  }
}

.date {
  margin: 0;
}

#google_translate_element {
  display: none;
}

#customTranslate {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* padding: 2px 2px 2px 20px; */
  border: none;
  background: transparent;
  padding: 6px;
  margin: 0;
  color: #393939;
  padding-bottom: 0;
  float: left;
}

@media screen and (min-width: 800px) {
  #customTranslate {
    display: none;
  }
}
.event-list .date {
  color: #47A923;
  margin: 12px 0;
  text-align: center;
}

.picker {
  padding-bottom: 1em;
}
.picker .year, .picker .months, .picker .cal-view {
  margin: 12px 0 0 0;
  width: 33.33%;
}
.picker .year a, .picker .months a, .picker .cal-view a {
  width: 100%;
}
.picker .year .btn.ghost {
  border-left: none;
  border-right: none;
}
.picker .btn.ghost {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
@media screen and (min-width: 800px) {
  .picker {
    padding-top: 24px;
  }
  .picker .year, .picker .months, .picker .cal-view {
    float: right;
    margin: 6px 0 0 12px;
    width: auto;
  }
  .picker .year .btn.ghost {
    border-left: 1px solid;
    border-right: 1px solid;
  }
}

.page-hero, .event-hero {
  background: #12C1D6;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.page-hero .container, .event-hero .container {
  position: inherit;
}
.page-hero .hero-image, .event-hero .hero-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  position: relative;
  width: 100%;
}
.page-hero .hero-panel, .event-hero .hero-panel {
  background: #12C1D6;
  color: #FFFFFF;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
}
.page-hero .hero-panel h1, .page-hero .hero-panel .h1, .event-hero .hero-panel h1, .event-hero .hero-panel .h1 {
  color: #FFFFFF;
}
.page-hero.no-image, .event-hero.no-image {
  min-height: 135px;
  height: auto;
}
.page-hero.no-content, .event-hero.no-content {
  height: auto;
}
.lt-ie9 .page-hero, .lt-ie9 .event-hero {
  height: 450px;
}
.lt-ie9 .page-hero .hero-image, .lt-ie9 .event-hero .hero-image {
  height: 100%;
  float: right;
  width: 69%;
  max-width: 69%;
}
.lt-ie9 .page-hero .hero-panel, .lt-ie9 .event-hero .hero-panel {
  position: absolute;
  top: 0;
  bottom: 0;
}
.lt-ie9 .page-hero .hero-panel.with-content, .lt-ie9 .event-hero .hero-panel.with-content {
  position: relative;
}
.lt-ie9 .page-hero.no-content .hero-panel, .lt-ie9 .event-hero.no-content .hero-panel {
  position: static;
}
@media screen and (min-width: 800px) {
  .page-hero, .event-hero {
    height: 450px;
  }
  .page-hero .hero-image, .event-hero .hero-image {
    height: 100%;
    float: right;
    width: 69%;
    max-width: 69%;
  }
  .page-hero .hero-panel, .event-hero .hero-panel {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .page-hero .hero-panel.with-content, .event-hero .hero-panel.with-content {
    position: relative;
  }
  .page-hero.no-content .hero-panel, .event-hero.no-content .hero-panel {
    position: static;
  }
}

.event-hero {
  overflow: visible;
}

.calendar table {
  border-bottom: 0;
  border-top: 0;
  background: #FAFAFA;
  width: 100%;
}
.calendar th {
  background-color: #12C1D6;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1em 0;
  border: 1px solid #12C1D6;
  text-align: center;
  text-transform: uppercase;
}
.calendar tr {
  width: 100%;
  height: 10px;
}
.calendar td {
  height: 65px;
  width: 14.28%;
  color: #3a3a3a;
  vertical-align: top;
  padding: 0 0 0;
  font-size: 12px;
  border: 1px solid #ddddd6;
  text-align: left;
}
.calendar .day {
  padding: 0.5em;
}
.calendar .event {
  width: 100%;
  color: #3a3a3a;
  float: left;
  text-decoration: none;
  font-size: 1.4em;
  display: none;
}
@media screen and (min-width: 800px) {
  .calendar .event {
    display: block;
  }
}
.calendar .count {
  display: block;
  padding: 0.5em;
  background-color: #47A923;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  .calendar .count {
    display: none;
  }
}
.calendar .mask {
  background-color: #ECECEC;
}
.calendar .today {
  background-color: #DCDCDC;
}
.lt-ie9 .calendar td {
  height: 110px;
}
@media screen and (min-width: 1000px) {
  .calendar td {
    height: 110px;
  }
}

.cal-view {
  float: left;
  margin-left: 1em;
}

.calendar-date {
  width: 100%;
  text-align: center;
  background-color: #12C1D6;
  color: #FFF;
  padding: 1em;
}
.calendar-date .prev {
  color: #FFF;
  float: left;
  text-decoration: none;
  font-weight: 400;
}
.calendar-date .title {
  font-size: 1.3em;
  font-weight: 700;
}
.calendar-date .next {
  color: #FFF;
  float: right;
  text-decoration: none;
  font-weight: 400;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
  float: left;
  margin-left: 1em;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 6px 0;
  margin: 0 0;
  list-style: none;
  text-align: left;
  background-color: #FFFFFF;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 6px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  clear: both;
  display: block;
  padding: 3px 12px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #202020;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  background-color: #202020;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #3a3a3a;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 24px;
  line-height: 1.42857143;
  color: #ececec;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.contact-form label {
  display: block;
  margin: 0px 0px 5px;
}
.contact-form label > span {
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
  border: 1px solid #CCC;
  color: #888;
  line-height: 15px;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  outline: 0 none;
  height: 32px;
  width: 100%;
  padding: 0 0 0 0.5em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.contact-form textarea {
  height: 100px;
  padding: 1em 0px 1em 1em;
  width: 100%;
}
.contact-form input[type="submit"] {
  background: #FFF;
  border: 1px solid #CCC;
  padding: 10px 25px 10px 25px;
  color: #333;
  border-radius: 4px;
}
.contact-form input[type="submit"]:hover {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
}

.performance {
  background: #FFFFFF;
  margin-bottom: 12px;
  padding: 6px 12px;
}
.performance .bar {
  background: #F4F4F2;
  margin-bottom: 6px;
  width: 100%;
}
.performance .bar .inner {
  background: #3a3a3a;
  color: #FFFFFF;
  padding: 6px;
}
.performance .bar .bar-left {
  width: 50%;
  height: 30px;
  float: left;
  background-color: #F4F4F2;
  margin-right: 6px;
}
.performance .bar .bar-right {
  float: right;
  height: 30px;
  width: 49.25%;
  background-color: #F4F4F2;
  margin-left: 6px;
}
.performance .bar-zero {
  background-color: #3a3a3a;
  height: 30px;
}
.performance .bar-zero .value {
  color: #3a3a3a;
  padding: 6px 0;
  position: absolute;
}
.performance p {
  margin: 0;
}
.performance .labels span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}
.performance .labels .negative {
  float: left;
  display: block;
  width: 48%;
  text-align: left;
}
.performance .labels .zero {
  width: 4%;
  float: left;
  text-align: center;
}
.performance .labels .positive {
  width: 48%;
  text-align: right;
  float: left;
}

footer[role="contentinfo"] .container, footer[role="contentinfo"] .row {
  margin-bottom: 0;
}
footer[role="contentinfo"] .band {
  background: #EEEEEE;
  margin-bottom: 0;
}
footer[role="contentinfo"] h4, footer[role="contentinfo"] .h4 {
  color: #202020;
}
footer[role="contentinfo"] div {
  margin-bottom: 12px;
}
footer[role="contentinfo"] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer[role="contentinfo"] ul a {
  color: #202020;
  text-decoration: none;
  padding: 0 0 6px 0;
}
footer[role="contentinfo"] ul a:hover {
  text-decoration: underline;
}
footer[role="contentinfo"] .social {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
footer[role="contentinfo"] .sub-footer {
  padding: 24px 0;
}
footer[role="contentinfo"] .sub-footer p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #FFFFFF;
}
footer[role="contentinfo"] .sub-footer .author-right {
  float: right;
}
footer[role="contentinfo"] .sub-footer .author-right a {
  color: #FFFFFF;
  text-decoration: none;
}
footer[role="contentinfo"] .sub-footer .author-right .black {
  color: #000000;
}
footer[role="contentinfo"] .sub-footer .date-left {
  float: left;
}
footer[role="contentinfo"] .net a {
  display: block;
  color: #202020;
  text-decoration: none;
}
footer[role="contentinfo"] .net a:hover, footer[role="contentinfo"] .net a:visited {
  color: #202020;
}
footer[role="contentinfo"] .net a:hover {
  text-decoration: underline;
}
footer[role="contentinfo"] .net img {
  margin: 0 12px 12px 0;
  display: block;
  float: left;
  width: 30%;
}
@media screen and (min-width: 480px) {
  footer[role="contentinfo"] .net img {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  footer[role="contentinfo"] .net img {
    width: 30%;
  }
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-danger {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.send .inner {
  background-color: #FFFFFF;
  color: #FFFFFF;
  height: 200px;
  position: relative;
}
.send header {
  background-color: #EEEEEE;
}
.send .details {
  padding: 0.8em;
}
.send .category {
  bottom: 0;
  color: #FFFFFF;
  padding: 1em;
  position: absolute;
  width: 85%;
}
.send .more {
  bottom: 0;
  color: #FFFFFF;
  padding: 1em 10px;
  position: absolute;
  right: 0;
  width: 15%;
}
.send a {
  color: #FFFFFF;
  margin-bottom: 12px;
  margin-top: 12px;
  text-decoration: none;
}
.send a .category {
  font-weight: 700;
}
.send .send-1 {
  background: #195891;
}
.send .send-2 {
  background: #A23E48;
}
.send .send-3 {
  background: #2D3047;
}
.send .send-4 {
  background: #2274A5;
}
.send .send-5 {
  background: #FB8B24;
}
.send .send-6 {
  background: #87A300;
}
.send .send-7 {
  background: #273D1D;
}
.send .send-8 {
  background: #CBA328;
}
.send .send-9 {
  background: #BF2333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow: scroll;
}

th {
  text-align: left;
}

table > caption + thead > tr:first-child > td, table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > td, table > thead:first-child > tr:first-child > th {
  border-bottom: 1px solid #ddd;
}

table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
  text-align: left;
}

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  text-align: left;
}

table > tbody > tr > td, table > tfoot > tr > td, table > thead > tr > td {
  padding: 12px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

table thead tr {
  background-color: #3a3a3a;
  color: #FFF;
}
table thead th {
  text-align: left;
}
table tbody tr:nth-child(odd) {
  background-color: #eee;
}
table tbody tr:nth-child(even) {
  background-color: #fff;
}
table tbody p {
  margin: 0;
  padding: 0;
}
table tbody tr td[colspan="4"] {
  background-color: #3a3a3a;
  color: #FFF;
  text-align: left;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Fredoka One', Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.chosen-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 160px;
  background-color: #F4F4F2;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-search {
  display: none;
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
.chosen-container-single .chosen-drop li {
  width: 100%;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #FFF;
  position: relative;
  /* overflow-x: hidden; */
  overflow-y: scroll;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  height: 300px;
  /* max-height: 240px; */
}
.chosen-container .chosen-results ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.chosen-container .chosen-results ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 800px) {
  .chosen-container .chosen-results {
    color: #FFF;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    height: auto;
  }
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #47A923;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #FFF;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  display: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  max-width: 100%;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
.identity {
  float: left;
  margin: 0;
  position: relative;
  z-index: 1000;
}
.identity a {
  display: block;
  height: 90px;
  overflow: hidden;
  text-indent: -119988px;
  width: 200px;
  background-size: 600px, 600px;
  background-position: -10px 0;
}

@media screen and (min-width: 800px) {
  .identity {
    margin: 20px 0 0 0;
  }
  .identity a {
    height: 115px;
    background-position: -20px -20px;
    background-size: 1000px, 1000px;
  }
}
/*
 * 6.xx Components / Navigation
 * Holder file to bring in navigation systems
*/
.nav-wrap {
  position: static;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .nav-wrap {
    width: 90%;
  }
}

nav[role="navigation"] {
  display: none;
}

.main-nav {
  background: #FFFFFF;
  font-family: "Fredoka One", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.main-nav .container {
  width: 100%;
  position: static;
}
.main-nav .global-nav-item {
  border-bottom: 1px solid #ddddd6;
  position: relative;
  float: left;
  width: 100%;
}
.main-nav .global-nav-item a {
  width: 85%;
  padding: 1em;
  float: left;
  font-weight: 400;
  color: #3a3a3a;
}
.main-nav .global-nav-item .toggle {
  width: 15%;
  padding: 1em;
  float: left;
  border-left: 1px solid #ddddd6;
  text-align: center;
  color: #008CBA;
}
.main-nav .global-nav-item .toggle .fa {
  /* Firefox */
  -moz-transition: all 0.5s ease;
  /* WebKit */
  -webkit-transition: all 0.5s ease;
  /* Opera */
  -o-transition: all 0.5s ease;
  /* Standard */
  transition: all 0.5s ease;
}
.main-nav .global-nav-item ul li a {
  width: 100%;
  padding-left: 2em;
  border-bottom: 1px solid #ddddd6;
  color: #008CBA;
}
.main-nav .nav-menu {
  display: none;
  clear: both;
  border-top: 3px solid #ddddd6;
}
.main-nav .nav-menu [class^="col-"] {
  padding: 0;
}
.main-nav .dscpn {
  display: none;
}

@media screen and (min-width: 900px) {
  nav[role="navigation"] {
    display: block;
  }

  .main-nav {
    float: inherit;
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 60px;
    right: 0;
    *zoom: 1;
  }
  .main-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-nav .container {
    width: 90%;
  }
  .main-nav .global-nav {
    display: block;
    height: 48px;
    text-align: right;
    font-size: 0;
    margin-right: 12px;
    *zoom: 1;
  }
  .main-nav .global-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-nav .global-nav-item {
    display: inline-block;
    text-align: center;
    width: auto;
    float: inherit;
    border-bottom: none;
  }
  .main-nav .global-nav-item a {
    width: auto;
    height: auto;
    background: #47A923;
    color: #FFFFFF;
    padding: 12px;
    margin-left: 12px;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .lt-ie9 .main-nav .global-nav-item a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 900px) and (min-width: 1000px) {
  .main-nav .global-nav-item a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  .main-nav .global-nav-item a:hover {
    color: #FFFFFF;
  }
  .main-nav .global-nav-item i {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    text-align: center;
    width: 100%;
  }
  .main-nav .global-nav-item .toggle {
    display: none;
  }
  .main-nav .global-nav-item .nav-menu {
    display: none;
  }
  .main-nav .global-nav-item .our-academy, .main-nav .global-nav-item .our-academy i {
    background: #3AA88F;
  }
  .main-nav .global-nav-item .parents, .main-nav .global-nav-item .parents i {
    background: #CAC300;
  }
  .main-nav .global-nav-item .pupils, .main-nav .global-nav-item .pupils i {
    background: #12C1D6;
  }
  .main-nav .global-nav-item .galleries, .main-nav .global-nav-item .galleries i {
    background: #F09500;
  }
  .main-nav .global-nav-item .news, .main-nav .global-nav-item .news i {
    background: #3AA88F;
  }
  .main-nav .global-nav-item .events, .main-nav .global-nav-item .events i {
    background: #12C1D6;
  }
  .main-nav .global-nav-item .academy:hover, .main-nav .global-nav-item .academy:hover i {
    color: #FFFFFF;
  }
  .main-nav .global-nav-item .parents:hover, .main-nav .global-nav-item .parents:hover i {
    color: #FFFFFF;
  }
  .main-nav .global-nav-item .pupils:hover, .main-nav .global-nav-item .pupils:hover i {
    color: #FFFFFF;
  }
  .main-nav .global-nav-item .galleries:hover, .main-nav .global-nav-item .galleries:hover i {
    color: #FFFFFF;
  }
  .main-nav .global-nav-item .news:hover, .main-nav .global-nav-item .news:hover i {
    color: #FFFFFF;
  }
  .main-nav .global-nav-item .events:hover, .main-nav .global-nav-item .events:hover i {
    color: #FFFFFF;
  }
}
.icon-home:before {
  content: "";
}

.icon-our-academy:before {
  content: "";
}

.icon-parents:before {
  content: "";
}

.icon-pupils:before {
  content: "";
}

.icon-galleries:before {
  content: "";
}

.icon-contact:before {
  content: "";
}

.icon-news:before {
  content: "";
}

.icon-events:before {
  content: "";
}

/*.news{
  color:$news;
  &:visited{
    color:$news;
  }
}
.events{
  color:$events;
  &:visited{
    color:$events;
  }
}*/
.quick-nav {
  width: 100%;
  background-color: #F4F4F2;
  border-bottom: 1px solid #ddddd6;
}
.quick-nav li {
  width: 25%;
  float: left;
}
.quick-nav li a {
  padding: 6px;
  color: #FFFFFF;
}
.quick-nav li a:hover {
  text-decoration: none;
}
.quick-nav .desktop {
  display: none;
}
.quick-nav .dropdown {
  margin: 0;
  width: auto;
}
.quick-nav .dropdown .dropdown-title {
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 12px;
  color: #FFFFFF;
}
.quick-nav .dropdown a {
  color: #FFFFFF;
}
.quick-nav .dropdown li {
  width: auto;
}
.quick-nav .search-field {
  margin: 1em 0 0 0;
  width: 100%;
}
.quick-nav .search-field .form-group {
  position: relative;
}
.quick-nav .search-field .field {
  width: 100%;
  color: #202020;
  height: auto;
  border: none;
}
.quick-nav .search-field .btn {
  background-position: -8px -330px;
  overflow: hidden;
  padding: 4px 12px 5px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -119988px;
  width: 40px;
  background-size: 800px 800px;
}
.quick-nav .search-field .btn:focus {
  border: none;
  outline: none;
}

@media screen and (min-width: 900px) {
  .quick-nav {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
  }
  .quick-nav li {
    width: auto;
  }
  .quick-nav ul {
    margin: 0 12px 0 0;
    float: right;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .quick-nav .dropdown .dropdown-title {
    font-size: 1em;
    text-transform: none;
    font-weight: 100;
    margin: 0;
  }
  .quick-nav .dropdown ul {
    position: absolute;
    float: none;
    display: none;
    z-index: 100;
    background-color: #F4F4F2;
  }
  .quick-nav .dropdown ul a {
    width: 150px;
  }
  .quick-nav .dropdown li {
    float: none;
  }
  .quick-nav .dropdown:hover ul {
    display: block;
  }
  .quick-nav .form-group {
    margin: 0;
  }
  .quick-nav .search-field {
    margin: 0;
    width: auto;
    float: left;
  }
}
.sub-nav {
  margin-bottom: 24px;
  overflow: hidden;
  *zoom: 1;
}
.sub-nav .nav-item {
  width: 85%;
  float: left;
  border: 1px solid #ddddd6;
  padding-left: 0.5em;
  margin-bottom: 12px;
}
@media screen and (min-width: 800px) {
  .sub-nav .nav-item {
    display: none;
  }
}
.sub-nav li {
  overflow: hidden;
  *zoom: 1;
}
.sub-nav ul {
  float: left;
  display: none;
  width: 100%;
}
.sub-nav ul ul {
  border-bottom: none;
}
@media screen and (min-width: 800px) {
  .sub-nav ul {
    display: block;
  }
  .sub-nav ul ul {
    display: none;
  }
}
.sub-nav .open {
  display: block;
}
.sub-nav a {
  border-bottom: 1px solid #ddddd6;
  display: block;
  padding: 12px 0;
  font-weight: 400;
  color: #202020;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.sub-nav a:hover {
  color: #202020;
}
.sub-nav ul ul li a {
  padding-left: 12px;
}
.sub-nav ul ul ul li a {
  padding-left: 24px;
}
.sub-nav .active {
  color: #47A923;
}
.sub-nav .toggle-sub {
  border-bottom: none;
}
.sub-nav .toggle {
  width: 15%;
  float: left;
  border-right: 1px solid #ddddd6;
  border-top: 1px solid #ddddd6;
  text-align: center;
  color: #00adc7;
}
.sub-nav .toggle .fa {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media screen and (min-width: 800px) {
  .sub-nav .toggle {
    display: none;
  }
}
.sub-nav .toggle-year {
  border-bottom: none;
  float: right;
}
.sub-nav .count {
  text-align: center;
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.sub-nav .archive ul {
  margin: 0;
}
@media screen and (min-width: 800px) {
  .sub-nav .archive ul {
    display: none;
  }
}

.menu-toggle {
  position: absolute;
  right: 12px;
  top: 35px;
  font-size: 35px;
  line-height: 1px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #FFFFFF;
}
.menu-toggle:visited {
  color: #FFFFFF;
}
.menu-toggle .fa {
  margin: 0;
}
.menu-toggle span {
  font-size: 20px;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .menu-toggle {
    display: none;
  }
}

.panels {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.panels:after {
  content: "";
  display: table;
  clear: both;
}

.panel {
  display: block;
  margin: 0;
  padding: 12px;
  *zoom: 1;
}
.panel:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 800px) {
  .panel {
    height: 144px;
    padding: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .panel {
    height: 168px;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .panel {
    height: 144px;
    margin: 0;
  }
}
.panel.compact {
  padding: 12px;
}

.overview {
  display: block;
  line-height: inherit;
  overflow: hidden;
  padding: 12px;
  text-decoration: none;
  overflow: hidden;
  *zoom: 1;
}
.overview img {
  display: block;
  width: 100%;
}
.overview header {
  overflow: hidden;
}
.overview .inner {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.overview.small .inner {
  height: 280px;
}
.overview.small.vertical .teaser {
  top: 100px;
}
@media screen and (min-width: 800px) {
  .overview.small.vertical:hover .teaser {
    top: 60px;
  }
}
.overview .teaser {
  padding: 12px;
}
.overview.vertical .teaser {
  background: #FFFFFF;
  border-top: 6px solid #868686;
  height: 280px;
  padding: 24px;
  position: absolute;
  top: 140px;
  width: 96%;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 1280px) {
  .overview.vertical .teaser {
    top: 150px;
  }
}
.overview.vertical .reveal {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.overview.vertical:hover .teaser {
  top: 50px;
}
@media screen and (min-width: 800px) {
  .overview.vertical:hover .teaser {
    top: 50px;
  }
}
.overview.vertical:hover .reveal {
  opacity: 1;
}

.discovered {
  background: transparent;
}
.discovered .disc-alternate {
  padding-right: 0;
}
.discovered .discover {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 12px 12px 12px;
}
.discovered .discover .wrap {
  padding: 10px;
  height: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.discovered .discover h1, .discovered .discover .h1, .discovered .discover h2, .discovered .discover .h2, .discovered .discover h3, .discovered .discover .h3, .discovered .discover h4, .discovered .discover .h4 {
  color: #FFFFFF;
}
.discovered .discover .wrap.disc-our-academy {
  background-color: #3AA88F;
}
.discovered .discover .wrap.disc-parents {
  background-color: #CAC300;
}
.discovered .discover .wrap.disc-pupils {
  background-color: #12C1D6;
}
.discovered .discover .wrap.disc-send {
  background-color: #F09500;
}
.discovered .discover .wrap.disc-galleries {
  background-color: #F09500;
}
.discovered .discover .wrap.disc-contact {
  background-color: #ececec;
}
.discovered .discover .wrap.disc-events {
  background-color: #12C1D6;
}
.discovered .discover .wrap.disc-news {
  background-color: #3AA88F;
}
.discovered .discover .wrap.disc-teaching {
  background-color: #531d60;
}
.discovered .discover .wrap .inner {
  background: #3a3a3a;
  color: #FFFFFF;
  overflow: hidden;
  padding: 24px;
  position: relative;
  height: 200px;
}
@media screen and (min-width: 800px) {
  .discovered .discover .wrap .inner {
    height: 100%;
  }
}
.discovered .discover .wrap .inner.disc-our-academy {
  background-color: #3AA88F;
}
.discovered .discover .wrap .inner.disc-parents {
  background-color: #CAC300;
}
.discovered .discover .wrap .inner.disc-pupils {
  background-color: #12C1D6;
}
.discovered .discover .wrap .inner.disc-send {
  background-color: #F09500;
}
.discovered .discover .wrap .inner.disc-galleries {
  background-color: #F09500;
}
.discovered .discover .wrap .inner.disc-contact {
  background-color: #ececec;
}
.discovered .discover .wrap .inner.disc-events {
  background-color: #12C1D6;
}
.discovered .discover .wrap .inner.disc-news {
  background-color: #3AA88F;
}
.discovered .discover .wrap .inner.disc-teaching {
  background-color: #531d60;
}
.discovered .discover .overlay {
  position: absolute;
  z-index: 100;
}
.discovered .discover .backdrop {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.discovered .discover .overlay {
  left: 12px;
  bottom: 12px;
}
.discovered .discover .overlay p {
  display: none;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}
.discovered .discover.imaged {
  color: #FFFFFF;
}
.discovered .discover.imaged .inner {
  background-color: transparent;
  border-color: #12C1D6;
}
.discovered .discover.imaged .inner h3 span, .discovered .discover.imaged .inner .h3 span, .discovered .discover.imaged .inner h5 span, .discovered .discover.imaged .inner .h5 span {
  background: #12C1D6;
  box-shadow: 6px 0 0 #12c1d6, -6px 0 0 #12c1d6;
}
.discovered .discover.imaged .inner.disc-our-academy {
  background-color: transparent;
  border-color: #3AA88F;
}
.discovered .discover.imaged .inner.disc-our-academy h3 span, .discovered .discover.imaged .inner.disc-our-academy .h3 span, .discovered .discover.imaged .inner.disc-our-academy h5 span, .discovered .discover.imaged .inner.disc-our-academy .h5 span {
  background: #3AA88F;
  box-shadow: 6px 0 0 #3aa88f, -6px 0 0 #3aa88f;
}
.discovered .discover.imaged .inner.disc-parents {
  background-color: transparent;
  border-color: #CAC300;
}
.discovered .discover.imaged .inner.disc-parents h3 span, .discovered .discover.imaged .inner.disc-parents .h3 span, .discovered .discover.imaged .inner.disc-parents h5 span, .discovered .discover.imaged .inner.disc-parents .h5 span {
  background: #CAC300;
  box-shadow: 6px 0 0 #cac300, -6px 0 0 #cac300;
}
.discovered .discover.imaged .inner.disc-pupils {
  background-color: transparent;
  border-color: #12C1D6;
}
.discovered .discover.imaged .inner.disc-pupils h3 span, .discovered .discover.imaged .inner.disc-pupils .h3 span, .discovered .discover.imaged .inner.disc-pupils h5 span, .discovered .discover.imaged .inner.disc-pupils .h5 span {
  background: #12C1D6;
  box-shadow: 6px 0 0 #12c1d6, -6px 0 0 #12c1d6;
}
.discovered .discover.imaged .inner.disc-galleries {
  background-color: transparent;
  border-color: #F09500;
}
.discovered .discover.imaged .inner.disc-galleries h3 span, .discovered .discover.imaged .inner.disc-galleries .h3 span, .discovered .discover.imaged .inner.disc-galleries h5 span, .discovered .discover.imaged .inner.disc-galleries .h5 span {
  background: #F09500;
  box-shadow: 6px 0 0 #f09500, -6px 0 0 #f09500;
}
.discovered .discover.imaged .inner.disc-send {
  background-color: transparent;
  border-color: #F09500;
}
.discovered .discover.imaged .inner.disc-send h3 span, .discovered .discover.imaged .inner.disc-send .h3 span, .discovered .discover.imaged .inner.disc-send h5 span, .discovered .discover.imaged .inner.disc-send .h5 span {
  background: #F09500;
  box-shadow: 6px 0 0 #f09500, -6px 0 0 #f09500;
}
.discovered .discover.imaged .inner.disc-contact {
  background-color: transparent;
  border-color: #ececec;
}
.discovered .discover.imaged .inner.disc-contact h3 span, .discovered .discover.imaged .inner.disc-contact .h3 span, .discovered .discover.imaged .inner.disc-contact h5 span, .discovered .discover.imaged .inner.disc-contact .h5 span {
  background: #ececec;
  box-shadow: 6px 0 0 #ececec, -6px 0 0 #ececec;
}
.discovered .discover.imaged .inner.disc-events {
  background-color: transparent;
  border-color: #12C1D6;
}
.discovered .discover.imaged .inner.disc-events h3 span, .discovered .discover.imaged .inner.disc-events .h3 span, .discovered .discover.imaged .inner.disc-events h5 span, .discovered .discover.imaged .inner.disc-events .h5 span {
  background: #12C1D6;
  box-shadow: 6px 0 0 #12c1d6, -6px 0 0 #12c1d6;
}
.discovered .discover.imaged .inner.disc-news {
  background-color: transparent;
  border-color: #3AA88F;
}
.discovered .discover.imaged .inner.disc-news h3 span, .discovered .discover.imaged .inner.disc-news .h3 span, .discovered .discover.imaged .inner.disc-news h5 span, .discovered .discover.imaged .inner.disc-news .h5 span {
  background: #3AA88F;
  box-shadow: 6px 0 0 #3aa88f, -6px 0 0 #3aa88f;
}
.discovered .discover.imaged .overlay {
  bottom: 24px;
  left: 24px;
  position: absolute;
  right: 24px;
}
.discovered .discover.imaged h3, .discovered .discover.imaged .h3, .discovered .discover.imaged h5, .discovered .discover.imaged .h5 {
  margin: 0;
  color: #FFFFFF;
}
.discovered .discover.imaged h3 span, .discovered .discover.imaged .h3 span, .discovered .discover.imaged h5 span, .discovered .discover.imaged .h5 span {
  background: rgba(255, 255, 255, 0.8);
  display: inline;
  padding: 2px 0;
  width: auto;
  box-shadow: 6px 0 0 rgba(255, 255, 255, 0.8), -6px 0 0 rgba(255, 255, 255, 0.8);
}
.discovered .discover.imaged h3, .discovered .discover.imaged .h3 {
  line-height: 32px;
}
.discovered .discover.imaged h5, .discovered .discover.imaged .h5 {
  line-height: 27px;
}
.discovered .discover.imaged h4, .discovered .discover.imaged .h4 {
  color: #FFFFFF;
}
.discovered .discover.imaged .hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.discovered .discover:hover.imaged .hero-image {
  transform: scale(1.05);
}
@media screen and (min-width: 800px) {
  .discovered .discover .overlay {
    bottom: 15px;
  }
  .discovered .discover.order-1 {
    height: 268px;
    padding: 12px 12px 0 12px;
  }
  .discovered .discover.order-2, .discovered .discover.order-3, .discovered .discover.order-4, .discovered .discover.order-5, .discovered .discover.order-6 {
    padding: 12px;
    float: left;
    height: 140px;
  }
  .discovered .discover.order-2 {
    width: 50%;
  }
  .discovered .discover.order-3 {
    width: 50%;
  }
  .discovered .discover.order-4, .discovered .discover.order-5, .discovered .discover.order-6 {
    width: 33.3333%;
  }
  .discovered .discover .inner {
    height: 100%;
  }
  .discovered .discover.order-3 h4, .discovered .discover.order-3 .h4, .discovered .discover.order-4 h4, .discovered .discover.order-4 .h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .discovered .discover h3, .discovered .discover .h3 {
    line-height: 48px;
  }
  .discovered .discover h5, .discovered .discover .h5 {
    line-height: 32px;
  }
}
@media screen and (min-width: 1000px) {
  .discovered .discover .overlay p {
    display: block;
  }
  .discovered .discover.order-1 {
    height: 337px;
  }
  .discovered .discover.order-2, .discovered .discover.order-3, .discovered .discover.order-4, .discovered .discover.order-5, .discovered .discover.order-6 {
    float: left;
  }
  .discovered .discover.order-2 {
    width: 50%;
    height: 175px;
  }
  .discovered .discover.order-3 {
    width: 25%;
    height: 175px;
  }
  .discovered .discover.order-3 p {
    display: none;
  }
  .discovered .discover.order-4 {
    width: 25%;
    height: 175px;
  }
  .discovered .discover.order-4 p {
    display: none;
  }
  .discovered .discover.order-5 {
    width: 50%;
    height: 175px;
  }
  .discovered .discover.order-6 {
    width: 50%;
    height: 175px;
  }
}
@media screen and (min-width: 800px) {
  .discovered {
    padding-bottom: 36px;
    padding-top: 0;
  }
}

.disc-alternate {
  padding: 0;
}

.news .inner, .events .inner, .galleries .inner {
  padding: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.news .teaser, .events .teaser, .galleries .teaser {
  margin: -6px;
}

.job-item {
  float: left;
}
.job-item .inner {
  background: #47A923;
  padding: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.job-item.overview.vertical .teaser {
  background: #47A923;
  border: none;
  color: #FFFFFF;
}

.jobs-sidebar table {
  border: 0;
}
.jobs-sidebar table tr {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.jobs-sidebar table td {
  padding: 12px 6px;
  text-align: left;
}
.jobs-sidebar .row-header {
  font-weight: 700;
}

/*
 * 7. Trumps
 * This layer beats or trumps all other layers. It has the power to override anything at all. Helper and utility classes.
 * !important rules and clearfixes etc will be found in here along with layout helpers such as grid overlays etc.
*/
/*
 * 7. Trumps
 * Holder file to bring all the trump files into one place
*/
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.pie-clearfix, .row, .wrapper, .container, .container-full {
  *zoom: 1;
}
.pie-clearfix:after, .row:after, .wrapper:after, .container:after, .container-full:after {
  content: "";
  display: table;
  clear: both;
}

.is-hidden {
  display: none;
}

.is-shown, .is-block {
  display: block;
}

.is-uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.is-lowercase {
  text-transform: lowercase;
}

body {
  background: #2293B5 url(../img/bk-books.svg) repeat;
}
.no-svg body {
  background-image: url(../img/bk-books.png);
}

.cal-view {
  margin-left: 0.2em;
}
@media screen and (min-width: 800px) {
  .cal-view {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 1000px) {
  .cal-view {
    margin-left: 1em;
  }
}

.band {
  background: #F4F4F2;
}

.band-colour {
  background: #12C1D6;
}

/** Specific to Ryecroft **/
.identity a {
  height: 111px;
}
@media screen and (min-width: 800px) {
  .identity a {
    height: 135px;
  }
}

/** ---- **/
/** Specific to Primaries **/
.quick-nav {
  background: #1e82a0;
}
.quick-nav a {
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .quick-nav a:hover {
    background: #32b2d8;
  }
}
.quick-nav nav {
  border-color: #FFFFFF;
}
.quick-nav .chosen-drop {
  background: #1e82a0;
}

.dropdown {
  border-color: #32b2d8;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .dropdown:hover {
    background: #32b2d8;
  }
  .dropdown:hover a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .dropdown:hover ul {
    background: #32b2d8;
    color: #FFFFFF;
  }
  .dropdown:hover ul a {
    color: #FFFFFF;
  }
  .dropdown:hover ul a:hover {
    background: #2293B5;
    color: #FFFFFF;
  }
}

/* Specific to Primary END */
/**
  * Layouts for content sections
  *
  */
.tag-galleries .band-colour, .tag-galleries .hero-panel {
  background: #F09500;
}
.tag-galleries .sub-nav a {
  border-color: rgba(240, 149, 0, 0.3);
}
.tag-galleries .sub-nav a:hover {
  color: #F09500;
}
.tag-galleries .inner {
  background: #F09500;
}
.tag-galleries h1 a, .tag-galleries .h1 a {
  color: #F09500;
}
.tag-galleries .overview.vertical .teaser {
  background: #F09500;
  border: none;
  color: #FFFFFF;
}
.tag-galleries .overview.vertical .teaser h3, .tag-galleries .overview.vertical .teaser .h3 {
  color: #FFFFFF;
}
.tag-galleries footer[role="contentinfo"] h4, .tag-galleries footer[role="contentinfo"] .h4 {
  color: #F09500;
}
.tag-galleries .body-content h1, .tag-galleries .body-content .h1, .tag-galleries .body-content h2, .tag-galleries .body-content .h2 {
  color: #F09500;
}
.tag-galleries .body-content h4, .tag-galleries .body-content .h4, .tag-galleries .body-content h6, .tag-galleries .body-content .h6 {
  color: #F09500;
}

.tag-our-academy .band-colour, .tag-our-academy .hero-panel {
  background: #3AA88F;
}
.tag-our-academy .sub-nav a {
  border-color: rgba(58, 168, 143, 0.3);
}
.tag-our-academy .sub-nav a:hover {
  color: #3AA88F;
}
.tag-our-academy footer[role="contentinfo"] h4, .tag-our-academy footer[role="contentinfo"] .h4 {
  color: #3AA88F;
}
.tag-our-academy .body-content h1, .tag-our-academy .body-content .h1, .tag-our-academy .body-content h2, .tag-our-academy .body-content .h2 {
  color: #3AA88F;
}
.tag-our-academy .body-content h4, .tag-our-academy .body-content .h4, .tag-our-academy .body-content h6, .tag-our-academy .body-content .h6 {
  color: #3AA88F;
}

.tag-pupils .band-colour, .tag-pupils .hero-panel {
  background: #12C1D6;
}
.tag-pupils .sub-nav a {
  border-color: rgba(18, 193, 214, 0.3);
}
.tag-pupils .sub-nav a:hover {
  color: #12C1D6;
}
.tag-pupils footer[role="contentinfo"] h4, .tag-pupils footer[role="contentinfo"] .h4 {
  color: #12C1D6;
}
.tag-pupils .body-content h1, .tag-pupils .body-content .h1, .tag-pupils .body-content h2, .tag-pupils .body-content .h2 {
  color: #12C1D6;
}
.tag-pupils .body-content h4, .tag-pupils .body-content .h4, .tag-pupils .body-content h6, .tag-pupils .body-content .h6 {
  color: #12C1D6;
}

.tag-parents .band-colour, .tag-parents .hero-panel {
  background: #CAC300;
}
.tag-parents .sub-nav a {
  border-color: rgba(202, 195, 0, 0.3);
}
.tag-parents .sub-nav a:hover {
  color: #CAC300;
}
.tag-parents footer[role="contentinfo"] h4, .tag-parents footer[role="contentinfo"] .h4 {
  color: #CAC300;
}
.tag-parents .body-content h1, .tag-parents .body-content .h1, .tag-parents .body-content h2, .tag-parents .body-content .h2 {
  color: #CAC300;
}
.tag-parents .body-content h4, .tag-parents .body-content .h4, .tag-parents .body-content h6, .tag-parents .body-content .h6 {
  color: #CAC300;
}

.tag-homepage .news .inner {
  background: #3AA88F;
}
.tag-homepage .news h1 a, .tag-homepage .news .h1 a {
  color: #3AA88F;
}
.tag-homepage .news .overview.vertical .teaser {
  background: #3AA88F;
  border: none;
  color: #FFFFFF;
}
.tag-homepage .news .overview.vertical .teaser h3, .tag-homepage .news .overview.vertical .teaser .h3 {
  color: #FFFFFF;
}
.tag-homepage .events .inner {
  background: #12C1D6;
}
.tag-homepage .events h1 a, .tag-homepage .events .h1 a {
  color: #12C1D6;
}
.tag-homepage .events .overview.vertical .teaser {
  background: #12C1D6;
  border: none;
  color: #FFFFFF;
}
.tag-homepage .events .overview.vertical .teaser h3, .tag-homepage .events .overview.vertical .teaser .h3 {
  color: #FFFFFF;
}
.tag-homepage footer h4, .tag-homepage footer .h4, .tag-homepage footer h3, .tag-homepage footer .h3, .tag-homepage .testimonials h4, .tag-homepage .testimonials .h4, .tag-homepage .testimonials h3, .tag-homepage .testimonials .h3, .tag-homepage .performance h4, .tag-homepage .performance .h4, .tag-homepage .performance h3, .tag-homepage .performance .h3 {
  color: #12C1D6;
}

.tag-news .band-colour, .tag-news .hero-panel {
  background: #3AA88F;
}
.tag-news .sub-nav a {
  border-color: rgba(58, 168, 143, 0.3);
}
.tag-news .sub-nav a:hover {
  color: #3AA88F;
}
.tag-news .list-item:hover {
  color: #3AA88F;
}
.tag-news .inner {
  background: #3AA88F;
}
.tag-news h1 a, .tag-news .h1 a {
  color: #3AA88F;
}
.tag-news .overview.vertical .teaser {
  background: #3AA88F;
  border: none;
  color: #FFFFFF;
}
.tag-news .overview.vertical .teaser h3, .tag-news .overview.vertical .teaser .h3 {
  color: #FFFFFF;
}
.tag-news footer[role="contentinfo"] h4, .tag-news footer[role="contentinfo"] .h4 {
  color: #3AA88F;
}
.tag-news .body-content h1, .tag-news .body-content .h1, .tag-news .body-content h2, .tag-news .body-content .h2 {
  color: #3AA88F;
}
.tag-news .body-content h4, .tag-news .body-content .h4, .tag-news .body-content h6, .tag-news .body-content .h6 {
  color: #3AA88F;
}

.tag-events .band-colour, .tag-events .hero-panel {
  background-color: #12C1D6;
}
.tag-events .sub-nav a {
  border-color: rgba(18, 193, 214, 0.3);
}
.tag-events .sub-nav a:hover {
  color: #12C1D6;
}
.tag-events footer[role="contentinfo"] h4, .tag-events footer[role="contentinfo"] .h4 {
  color: #12C1D6;
}
.tag-events .inner {
  background: #12C1D6;
}
.tag-events h1 a, .tag-events .h1 a {
  color: #12C1D6;
}
.tag-events .overview.vertical .teaser {
  background: #12C1D6;
  border: none;
  color: #FFFFFF;
}
.tag-events .overview.vertical .teaser h3, .tag-events .overview.vertical .teaser .h3 {
  color: #FFFFFF;
}
.tag-events .body-content h1, .tag-events .body-content .h1, .tag-events .body-content h2, .tag-events .body-content .h2, .tag-events .body-content h4, .tag-events .body-content .h4, .tag-events .body-content h6, .tag-events .body-content .h6 {
  color: #12C1D6;
}
.tag-events .event-hero .dropdown:hover {
  background-color: #12C1D6;
}
.tag-events .event-hero .dropdown .dropdown-menu {
  background-color: #10acbe;
}
.tag-events .event-hero .dropdown a {
  color: #FFFFFF;
}
.tag-events .event-hero .dropdown a:hover {
  background-color: #12C1D6;
}
.tag-events .btn.ghost:hover {
  background-color: #10acbe;
}
.tag-events .calendar-date {
  background-color: #12C1D6;
}
.tag-events .calendar th, .tag-events .calendar .count {
  background-color: #12C1D6;
  border: 1px solid #12C1D6;
}
.tag-events .calendar .event {
  color: #12C1D6;
}
.tag-events .event-list .date {
  color: #12C1D6;
}
.tag-events .overview.vertical .teaser {
  border-color: #12C1D6;
}

.tag-contact .band-colour, .tag-contact .hero-panel {
  background: #3AA88F;
}
.tag-contact footer[role="contentinfo"] h4, .tag-contact footer[role="contentinfo"] .h4 {
  color: #3AA88F;
}
.tag-contact .body-content h1, .tag-contact .body-content .h1, .tag-contact .body-content h2, .tag-contact .body-content .h2 {
  color: #3AA88F;
}
.tag-contact .body-content h4, .tag-contact .body-content .h4, .tag-contact .body-content h6, .tag-contact .body-content .h6 {
  color: #3AA88F;
}

.tag-jobs .band-colour, .tag-jobs .hero-panel {
  background: #3AA88F;
}
.tag-jobs .sub-nav a {
  border-color: rgba(58, 168, 143, 0.3);
}
.tag-jobs .sub-nav a:hover {
  color: #3AA88F;
}
.tag-jobs .list-item:hover {
  color: #3AA88F;
}
.tag-jobs footer[role="contentinfo"] h4, .tag-jobs footer[role="contentinfo"] .h4 {
  color: #3AA88F;
}
.tag-jobs .body-content h1, .tag-jobs .body-content .h1, .tag-jobs .body-content h2, .tag-jobs .body-content .h2 {
  color: #3AA88F;
}
.tag-jobs .body-content h4, .tag-jobs .body-content .h4, .tag-jobs .body-content h6, .tag-jobs .body-content .h6 {
  color: #3AA88F;
}

.connected .ofsted {
  background-position: -100px -200px;
}

.performance .bar {
  background-color: #5de1f1;
}
.performance .bar .inner {
  background-color: #12C1D6;
}

.discovered {
  background: transparent;
}
.discovered h1, .discovered .h1 {
  color: #FFFFFF;
}
.discovered .discover .inner {
  background-color: #59d32c;
}
.discovered .discover .inner.disc-our-academy {
  background-color: #3AA88F;
}
.discovered .discover .inner.disc-galleries {
  background-color: #F09500;
}
.discovered .discover .inner.disc-parents {
  background-color: #CAC300;
}
.discovered .discover .inner.disc-pupils {
  background-color: #12C1D6;
}
.discovered .discover .inner.disc-news {
  background-color: #3AA88F;
}
.discovered .discover .inner.disc-events {
  background-color: #12C1D6;
}
.discovered .discover .inner.disc-teaching {
  background-color: #531d60;
}
.discovered .discover.imaged .inner {
  background-color: transparent;
  border-color: #47A923;
}
.discovered .discover.imaged .inner h3 span, .discovered .discover.imaged .inner .h3 span, .discovered .discover.imaged .inner h5 span, .discovered .discover.imaged .inner .h5 span {
  background: #47A923;
  box-shadow: 6px 0 0 #47a923, -6px 0 0 #47a923;
}
.discovered .discover.imaged .inner.disc-our-academy {
  background-color: transparent;
  border-color: #3AA88F;
}
.discovered .discover.imaged .inner.disc-our-academy h3 span, .discovered .discover.imaged .inner.disc-our-academy .h3 span, .discovered .discover.imaged .inner.disc-our-academy h5 span, .discovered .discover.imaged .inner.disc-our-academy .h5 span {
  background: #3AA88F;
  box-shadow: 6px 0 0 #3aa88f, -6px 0 0 #3aa88f;
}
.discovered .discover.imaged .inner.disc-parents {
  background-color: transparent;
  border-color: #CAC300;
}
.discovered .discover.imaged .inner.disc-parents h3 span, .discovered .discover.imaged .inner.disc-parents .h3 span, .discovered .discover.imaged .inner.disc-parents h5 span, .discovered .discover.imaged .inner.disc-parents .h5 span {
  background: #CAC300;
  box-shadow: 6px 0 0 #cac300, -6px 0 0 #cac300;
}
.discovered .discover.imaged .inner.disc-news {
  background-color: transparent;
  border-color: #3AA88F;
}
.discovered .discover.imaged .inner.disc-news h3 span, .discovered .discover.imaged .inner.disc-news .h3 span, .discovered .discover.imaged .inner.disc-news h5 span, .discovered .discover.imaged .inner.disc-news .h5 span {
  background: #3AA88F;
  box-shadow: 6px 0 0 #3aa88f, -6px 0 0 #3aa88f;
}
.discovered .discover.imaged .inner.disc-events {
  background-color: transparent;
  border-color: #12C1D6;
}
.discovered .discover.imaged .inner.disc-events h3 span, .discovered .discover.imaged .inner.disc-events .h3 span, .discovered .discover.imaged .inner.disc-events h5 span, .discovered .discover.imaged .inner.disc-events .h5 span {
  background: #12C1D6;
  box-shadow: 6px 0 0 #12c1d6, -6px 0 0 #12c1d6;
}
.discovered .discover.imaged .inner.disc-pupils {
  background-color: transparent;
  border-color: #12C1D6;
}
.discovered .discover.imaged .inner.disc-pupils h3 span, .discovered .discover.imaged .inner.disc-pupils .h3 span, .discovered .discover.imaged .inner.disc-pupils h5 span, .discovered .discover.imaged .inner.disc-pupils .h5 span {
  background: #12C1D6;
  box-shadow: 6px 0 0 #12c1d6, -6px 0 0 #12c1d6;
}
.discovered .discover.imaged .inner.disc-galleries {
  background-color: transparent;
  border-color: #F09500;
}
.discovered .discover.imaged .inner.disc-galleries h3 span, .discovered .discover.imaged .inner.disc-galleries .h3 span, .discovered .discover.imaged .inner.disc-galleries h5 span, .discovered .discover.imaged .inner.disc-galleries .h5 span {
  background: #F09500;
  box-shadow: 6px 0 0 #f09500, -6px 0 0 #f09500;
}

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