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

* {
  box-sizing: border-box;
}

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

body {
  background: #FFFFFF;
  color: #364544;
  font-family: "Muli", 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 also know as base
*/

h1,
.h1 {
  font-size: 2em;
  line-height: 1.125em;
  margin: 0 0 0.375em 0;
}

@media screen and (min-width: 50em) {
  h1,
  .h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    margin: 0 0 0.3em 0;
  }
}

h2,
.h2 {
  font-size: 1.625em;
  line-height: 1.1538461538em;
  margin: 0 0 0.4615384615em 0;
}

@media screen and (min-width: 50em) {
  h2,
  .h2 {
    font-size: 2.0625em;
    line-height: 1.2727272727em;
    margin: 0 0 0.3636363636em 0;
  }
}

h3,
.h3 {
  font-size: 1.375em;
  line-height: 1.3636363636em;
  margin: 0 0 0.5454545455em 0;
}

@media screen and (min-width: 50em) {
  h3,
  .h3 {
    font-size: 1.75em;
    line-height: 1.2857142857em;
    margin: 0 0 0.4285714286em 0;
  }
}

h4,
.h4 {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  margin: 0 0 0.6666666667em 0;
}

@media screen and (min-width: 50em) {
  h4,
  .h4 {
    font-size: 1.4375em;
    line-height: 1.3043478261em;
    margin: 0 0 0.5217391304em 0;
  }
}

h5,
.h5 {
  font-size: 1.0625em;
  line-height: 1.4117647059em;
  margin: 0 0 0.7058823529em 0;
}

@media screen and (min-width: 50em) {
  h5,
  .h5 {
    font-size: 1.1875em;
    line-height: 1.2631578947em;
    margin: 0 0 0.6315789474em 0;
  }
}

h6,
.h6 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0 0 0.75em 0;
}

p,
ol,
ul,
pre {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 0.75em 0;
}

ul,
ol {
  list-style-position: outside;
  margin-left: 1.1rem;
  padding-left: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

strong,
b {
  font-weight: bold;
}

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

blockquote {
  padding: 24px;
  font-size: 1.25em;
  line-height: 1.2em;
}

blockquote p {
  font-size: 1.25em;
  line-height: 1.2em;
}

blockquote cite {
  font-size: 0.75em;
  line-height: 1.5em;
}

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

a {
  color: #a42542;
}

a:hover {
  color: #a42542;
}

a:visited {
  color: #a42542;
}

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

fieldset {
  border: 1px solid #b9b9b9;
  margin: 0 0 0.75em 0;
  padding: 24px;
}

label {
  display: inline-block;
  font-weight: bold;
  max-width: 100%;
  font-size: 1em;
  line-height: 1.5em;
}

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

button {
  -webkit-appearance: none;
}

/*
 * 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: 31.25em) {
  .column-full,
  [class^=col-] {
    float: left;
  }

  .column-full.rev,
  .rev[class^=col-] {
    float: right;
  }
}

a[class^=col-] {
  display: block;
  line-height: 0;
}

@media screen and (min-width: 6.25em) {
  .col-xs-1 {
    width: 8.3333333333%;
  }

  .col-xs-2 {
    width: 16.6666666667%;
  }

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

  .col-xs-4 {
    width: 33.3333333333%;
  }

  .col-xs-5 {
    width: 41.6666666667%;
  }

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

  .col-xs-7 {
    width: 58.3333333333%;
  }

  .col-xs-8 {
    width: 66.6666666667%;
  }

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

  .col-xs-10 {
    width: 83.3333333333%;
  }

  .col-xs-11 {
    width: 91.6666666667%;
  }

  .col-xs-12 {
    width: 100%;
  }
}

@media screen and (min-width: 31.25em) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-sm-12 {
    width: 100%;
  }
}

@media screen and (min-width: 50em) {
  .col-m-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-m-12 {
    width: 100%;
  }
}

@media screen and (min-width: 60em) {
  .col-l-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-l-12 {
    width: 100%;
  }
}

@media screen and (min-width: 66.25em) {
  .col-xl-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-xl-12 {
    width: 100%;
  }
}

@media screen and (min-width: 6.25em) {
  .push-xs-1 {
    margin-left: 8.3333333333%;
  }

  .push-xs-2 {
    margin-left: 16.6666666667%;
  }

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

  .push-xs-4 {
    margin-left: 33.3333333333%;
  }

  .push-xs-5 {
    margin-left: 41.6666666667%;
  }

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

  .push-xs-7 {
    margin-left: 58.3333333333%;
  }

  .push-xs-8 {
    margin-left: 66.6666666667%;
  }

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

  .push-xs-10 {
    margin-left: 83.3333333333%;
  }

  .push-xs-11 {
    margin-left: 91.6666666667%;
  }

  .push-xs-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 31.25em) {
  .push-sm-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .push-sm-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 50em) {
  .push-m-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .push-m-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 60em) {
  .push-l-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .push-l-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 66.25em) {
  .push-xl-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .push-xl-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 6.25em) {
  .pull-xs-1 {
    margin-right: 8.3333333333%;
  }

  .pull-xs-2 {
    margin-right: 16.6666666667%;
  }

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

  .pull-xs-4 {
    margin-right: 33.3333333333%;
  }

  .pull-xs-5 {
    margin-right: 41.6666666667%;
  }

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

  .pull-xs-7 {
    margin-right: 58.3333333333%;
  }

  .pull-xs-8 {
    margin-right: 66.6666666667%;
  }

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

  .pull-xs-10 {
    margin-right: 83.3333333333%;
  }

  .pull-xs-11 {
    margin-right: 91.6666666667%;
  }

  .pull-xs-12 {
    margin-right: 100%;
  }
}

@media screen and (min-width: 31.25em) {
  .pull-sm-1 {
    margin-right: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .pull-sm-12 {
    margin-right: 100%;
  }
}

@media screen and (min-width: 50em) {
  .pull-m-1 {
    margin-right: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .pull-m-12 {
    margin-right: 100%;
  }
}

@media screen and (min-width: 60em) {
  .pull-l-1 {
    margin-right: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .pull-l-12 {
    margin-right: 100%;
  }
}

@media screen and (min-width: 66.25em) {
  .pull-xl-1 {
    margin-right: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .pull-xl-12 {
    margin-right: 100%;
  }
}

.wrapper {
  background: #FFFFFF;
  position: relative;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 125em;
}

@media screen and (min-width: 6.25em) {
  .container {
    min-width: 6.25em;
  }
}

@media screen and (min-width: 31.25em) {
  .container {
    min-width: 31.25em;
  }
}

@media screen and (min-width: 50em) {
  .container {
    min-width: 50em;
  }
}

@media screen and (min-width: 60em) {
  .container {
    min-width: 60em;
  }
}

@media screen and (min-width: 66.25em) {
  .container {
    min-width: 66.25em;
  }
}

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

@media screen and (min-width: 50em) {
  .col-third {
    width: 33.3333333333%;
  }
}

.center-col {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

p.small,
ol.small,
ul.small,
pre.small,
label.small {
  font-size: 0.875em;
  line-height: 1.2857142857em;
}

p.tiny,
ol.tiny,
ul.tiny,
pre.tiny,
label.tiny {
  font-size: 0.75em;
  line-height: 1.5em;
}

img.full-width {
  display: block;
  width: 100%;
}

img.left,
img.right,
img.circle {
  margin-bottom: 0.75em;
}

img.left {
  float: left;
  margin-right: 12px;
}

img.right {
  float: right;
  margin-left: 12px;
}

img.circle {
  border-radius: 50%;
}

.form-group {
  margin: 0 0 0.75em 0;
  *zoom: 1;
}

.form-group:after {
  content: "";
  display: table;
  clear: both;
}

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

textarea.field {
  height: auto;
}

.checkbox label {
  font-weight: 300;
}

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

@media screen and (min-width: 50em) {
  .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: 0.75em;
  line-height: 1.5em;
}

.btn.large {
  padding: 18px 36px;
  font-size: 1.25em;
  line-height: 1.2em;
}

.btn.action {
  background-color: #008CBA;
}

.btn.positive {
  background-color: #43AC6A;
}

.btn.caution {
  background-color: #f04124;
}

.btn.reversed {
  background-color: #FFFFFF;
  color: #364544;
}

.btn.ghost {
  background-color: transparent;
  border: 3px solid #868686;
  color: #868686;
  font-weight: bold;
}

.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;
}

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

.sprite-sheet,
footer .lottery,
footer .bvt,
.identity a {
  background: transparent url(/images/master-sprite-sheet.svg?26826c0032bb6c1e23b3a822502fe9a6) no-repeat 0 0;
  background-size: 500px 500px;
}

.no-svg .sprite-sheet,
.no-svg footer .lottery,
footer .no-svg .lottery,
.no-svg footer .bvt,
footer .no-svg .bvt,
.no-svg .identity a,
.identity .no-svg a {
  background-image: url(/images/master-sprite-sheet.png?255ce0d51dad89bf58b82d3344c88698);
}

.resizer {
  display: none;
}

.lt-ie9 .resizer {
  display: block;
  height: 100%;
  list-style-type: none;
  margin: 0;
}

.lt-ie9 .resizer li {
  float: left;
  height: 100%;
}

.lt-ie9 .resizer li:last-child a {
  border-right: none;
}

.lt-ie9 .resizer a {
  border-right: 1px solid #ececec;
  display: block;
  height: 100%;
  padding: 0 6px;
  text-decoration: none;
}

.lt-ie9 .resizer .t-medium a {
  font-size: 1.125em;
  line-height: 1.3333333333em;
}

.lt-ie9 .resizer .t-large a {
  font-size: 1.25em;
  line-height: 1.2em;
}

@media screen and (min-width: 50em) {
  .resizer {
    display: block;
    height: 100%;
    list-style-type: none;
    margin: 0;
  }

  .resizer li {
    float: left;
    height: 100%;
  }

  .resizer li:last-child a {
    border-right: none;
  }

  .resizer a {
    border-right: 1px solid #ececec;
    display: block;
    height: 100%;
    padding: 0 6px;
    text-decoration: none;
  }

  .resizer .t-medium a {
    font-size: 1.125em;
    line-height: 1.3333333333em;
  }

  .resizer .t-large a {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}

body.t-medium p,
body.t-medium ol,
body.t-medium ul,
body.t-medium pre {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  margin: 0 0 0.6666666667em 0;
}

body.t-medium blockquote {
  padding: 24px;
  font-size: 1.375em;
  line-height: 1.3636363636em;
}

body.t-medium blockquote p {
  font-size: 1.375em;
  line-height: 1.3636363636em;
}

body.t-medium blockquote cite {
  font-size: 0.625em;
  line-height: 1.8em;
}

body.t-large p,
body.t-large ol,
body.t-large ul,
body.t-large pre {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 0.6em 0;
}

body.t-large blockquote {
  padding: 24px;
  font-size: 1.5em;
  line-height: 1.25em;
}

body.t-large blockquote p {
  font-size: 1.5em;
  line-height: 1.25em;
}

body.t-large blockquote cite {
  font-size: 0.5em;
  line-height: 1.5em;
}

/*
 * 6.xx Components / Navigation
 * Holder file to bring in navigation systems
*/

nav[role=navigation] {
  *zoom: 1;
}

nav[role=navigation].nav {
  display: none;
}

.lt-ie9 nav[role=navigation].nav {
  display: block;
}

@media screen and (min-width: 50em) {
  nav[role=navigation].nav {
    display: block;
  }
}

nav[role=navigation]:after {
  content: "";
  display: table;
  clear: both;
}

nav[role=navigation] ul {
  display: block;
  float: right;
  list-style: none;
  margin: 26px 0 0 0;
  *zoom: 1;
}

nav[role=navigation] ul:after {
  content: "";
  display: table;
  clear: both;
}

nav[role=navigation] li {
  float: left;
  margin-left: 12px;
}

nav[role=navigation] li.active a {
  color: #a42542;
}

nav[role=navigation] a {
  color: #364544;
  display: block;
  text-decoration: none;
  font-size: 1.0625em;
  line-height: 1.4117647059em;
}

nav[role=navigation] a:hover {
  color: #a42542;
}

.lt-ie9 nav[role=navigation] {
  display: block;
}

@media screen and (min-width: 50em) {
  nav[role=navigation] {
    display: block;
  }
}

.lt-ie9 nav[role=navigation] ul {
  margin-top: 40px;
}

.lt-ie9 nav[role=navigation] li {
  margin-left: 20px;
}

.lt-ie9 nav[role=navigation] a {
  font-size: 1.25em;
  line-height: 1.2em;
}

@media screen and (min-width: 60em) {
  nav[role=navigation] ul {
    margin-top: 40px;
  }

  nav[role=navigation] li {
    margin-left: 20px;
  }

  nav[role=navigation] a {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}

.menu-toggle {
  float: right;
  color: #a42542;
  display: block;
  z-index: 1000;
  margin: 12px 0 0 0;
  font-size: 1.5625em;
  line-height: 1.2em;
}

.lt-ie9 .menu-toggle {
  display: none;
}

@media screen and (min-width: 50em) {
  .menu-toggle {
    display: none;
  }
}

.slideout-menu ul {
  list-style: none;
}

.slideout-menu li {
  width: 100%;
  display: block;
}

.sub-nav {
  background: #ececec;
  margin: -12px 0 24px 0;
  overflow: hidden;
  *zoom: 1;
}

.lt-ie9 .sub-nav {
  margin-top: 0;
  background: transparent;
}

@media screen and (min-width: 50em) {
  .sub-nav {
    margin-top: 0;
    background: transparent;
  }
}

.sub-nav .nav-item {
  width: 85%;
  float: left;
  padding-left: 0.5em;
}

@media screen and (min-width: 50em) {
  .sub-nav .nav-item {
    display: none;
  }
}

.sub-nav ul {
  float: left;
  width: 100%;
  display: none;
  margin: 0;
}

.sub-nav ul ul {
  border-bottom: none;
}

@media screen and (min-width: 50em) {
  .sub-nav ul {
    display: block;
  }

  .sub-nav ul ul {
    display: none;
  }
}

.sub-nav .selected {
  background: #FFFFFF;
}

.sub-nav .open {
  display: block;
}

.sub-nav a {
  color: #70a08a;
  display: block;
  padding: 12px;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 1.2em;
}

.sub-nav a:visited,
.sub-nav a.active {
  color: #70a08a;
}

.sub-nav a:hover {
  color: #a42542;
}

.sub-nav a.active {
  color: #a42542;
}

.lt-ie9 .sub-nav a {
  border-bottom: 1px solid #ececec;
  padding: 12px 0;
}

@media screen and (min-width: 50em) {
  .sub-nav a {
    border-bottom: 1px solid #ececec;
    padding: 12px 0;
  }
}

.sub-nav ul ul li a {
  padding-left: 30px;
}

.sub-nav ul ul li a.toggle-sub,
.sub-nav ul ul li a.toggle-year {
  padding: 12px;
}

.sub-nav ul ul ul li a {
  padding-left: 48px;
}

.sub-nav ul ul ul li a.toggle-sub,
.sub-nav ul ul ul li a.toggle-year {
  padding: 12px;
}

.sub-nav ul ul ul ul li a {
  padding-left: 66px;
}

.sub-nav ul ul ul ul li a.toggle-sub,
.sub-nav ul ul ul ul li a.toggle-year {
  padding: 12px;
}

.sub-nav .current {
  color: #364544;
}

.sub-nav .toggle-sub,
.sub-nav .toggle-year {
  padding: 16px 12px;
  border-bottom: none;
}

.sub-nav .toggle {
  width: 15%;
  float: left;
  text-align: center;
}

.sub-nav .toggle .fa {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

@media screen and (min-width: 50em) {
  .sub-nav .toggle {
    display: none;
  }
}

.sub-nav .toggle-year {
  border-bottom: none;
  float: right;
}

.sub-nav .count {
  text-align: center;
  float: right;
  font-size: 0.875em;
  line-height: 1.2857142857em;
}

.sub-nav .archive ul {
  margin: 0;
}

/*
 * 6.xx Components / Plugins
 * Holder file to bring in plugin styles
*/

.slideout-menu {
  background: #a42542;
  color: #FFFFFF;
  position: fixed;
  top: 72px;
  bottom: 0;
  width: 256px;
  padding: 24px;
  min-height: 100vh -72px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu .slideout-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.slideout-menu .slideout-list li {
  margin: 0;
  border-bottom: 1px solid #2b3736;
}

.slideout-menu .slideout-list li.active a {
  color: #70a08a;
}

.slideout-menu .slideout-list li li a {
  padding-left: 18px;
}

.slideout-menu .slideout-list a {
  color: #FFFFFF;
  display: block;
  padding: 6px 0;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 1.2em;
}

.slideout-menu .social-list.slideout-list {
  background: #364544;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 256px;
  padding: 12px 24px;
}

.slideout-menu .social-list.slideout-list li {
  border: none;
  margin-right: 12px;
}

.slideout-menu .social-list.slideout-list a {
  width: 27px;
  height: 27px;
  font-size: 0.8125em;
  line-height: 1.3846153846em;
}

.slideout-menu-left {
  background: #364544;
  left: 0;
}

.slideout-menu-right {
  background: #364544;
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFFFFF;
  /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

/*
@import "../../../../node_modules/font-awesome/scss/variables";

// Overrides
$fa-font-path:        "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts" ; // for referencing Bootstrap CDN font files directly

@import "../../../../node_modules/font-awesome/scss/mixins";
@import "../../../../node_modules/font-awesome/scss/path";
@import "../../../../node_modules/font-awesome/scss/core";
@import "../../../../node_modules/font-awesome/scss/larger";
@import "../../../../node_modules/font-awesome/scss/fixed-width";
@import "../../../../node_modules/font-awesome/scss/list";
@import "../../../../node_modules/font-awesome/scss/bordered-pulled";
@import "../../../../node_modules/font-awesome/scss/animated";
@import "../../../../node_modules/font-awesome/scss/rotated-flipped";
@import "../../../../node_modules/font-awesome/scss/stacked";
@import "../../../../node_modules/font-awesome/scss/icons";
@import "../../../../node_modules/font-awesome/scss/screen-reader";

 */

.identity a {
  background-position: -20px -20px;
  display: block;
  height: 48px;
  overflow: hidden;
  text-indent: -119988px;
  width: 140px;
}

.identity {
  float: left;
  margin: 0;
}

.identity a {
  display: block;
  float: left;
  text-decoration: none;
}

.lt-ie9 .identity {
  margin: 0 auto;
}

@media screen and (min-width: 50em) {
  .identity {
    margin: 0 auto;
  }
}

.lt-ie9 .identity {
  float: left;
  margin: 0;
}

.lt-ie9 .identity a {
  background-position: -20px -101px;
  height: 68px;
  width: 200px;
}

@media screen and (min-width: 60em) {
  .identity {
    float: left;
    margin: 0;
  }

  .identity a {
    background-position: -20px -101px;
    height: 68px;
    width: 200px;
  }
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-decoration: none;
  padding: 3px;
}

.skip:focus {
  color: #535353;
  position: static;
  width: auto;
  height: auto;
}

main[role=main] {
  padding: 72px 0 0 0;
  overflow: hidden;
  *zoom: 1;
}

.lt-ie9 main[role=main] {
  padding-top: 84px;
}

@media screen and (min-width: 50em) {
  main[role=main] {
    padding-top: 84px;
  }
}

.lt-ie9 main[role=main] {
  padding-top: 116px;
}

@media screen and (min-width: 60em) {
  main[role=main] {
    padding-top: 116px;
  }
}

.more {
  color: #FFFFFF;
  background-color: #a42542;
  padding: 12px;
  margin: 12px 0 6px 0;
  float: left;
}

.content img {
  margin-right: 12px;
  margin-bottom: 12px;
}

.content blockquote {
  background: #ececec;
  border-left: 4px solid #70a08a;
  margin: 24px 0;
}

footer .footer-title {
  color: #a42542;
}

footer .footer-title-small {
  color: #364544;
  text-transform: uppercase;
}

footer .form,
footer .info {
  margin-top: 10px;
}

footer .footer-list {
  list-style: none;
  margin: 0;
}

footer .footer-list a:focus,
footer .footer-list a:visited {
  color: #70a08a;
  font-weight: 400;
}

footer a {
  color: #364544;
  text-decoration: none;
}

footer a:hover {
  color: #a42542;
  text-decoration: underline;
}

footer .address {
  list-style: none;
  margin: 0 0 12px 0;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}

footer .address li {
  float: left;
}

footer .address .comma {
  margin-right: 6px;
}

footer .address .spacer {
  margin-right: 6px;
}

.lt-ie9 footer .address li {
  float: none;
}

.lt-ie9 footer .address .comma {
  display: none;
}

@media screen and (min-width: 50em) {
  footer .address li {
    float: none;
  }

  footer .address .comma {
    display: none;
  }
}

footer .small-links {
  display: block;
  list-style: none;
  margin: 0 0 12px 0;
  overflow: hidden;
  *zoom: 1;
}

footer .small-links li {
  display: block;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}

footer .small-links a {
  color: #364544;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.5em;
}

.lt-ie9 footer .small-links {
  margin-bottom: 0;
  margin-top: 9px;
}

.lt-ie9 footer .small-links li {
  margin-bottom: 0;
}

.lt-ie9 footer .small-links a {
  font-size: 0.625em;
  line-height: 1.8em;
}

@media screen and (min-width: 50em) {
  footer .small-links {
    margin-bottom: 0;
    margin-top: 9px;
  }

  footer .small-links li {
    margin-bottom: 0;
  }

  footer .small-links a {
    font-size: 0.625em;
    line-height: 1.8em;
  }
}

.lt-ie9 footer .small-links {
  margin-top: 12px;
}

.lt-ie9 footer .small-links a {
  font-size: 0.75em;
  line-height: 1.5em;
}

@media screen and (min-width: 60em) {
  footer .small-links {
    margin-top: 12px;
  }

  footer .small-links a {
    font-size: 0.75em;
    line-height: 1.5em;
  }
}

footer .credits a {
  color: #364544;
  text-decoration: none;
}

footer .credits a:hover {
  text-decoration: underline;
}

footer .credits p {
  text-align: center;
}

.lt-ie9 footer .credits p {
  text-align: left;
}

.lt-ie9 footer .credits p.right {
  text-align: right;
}

@media screen and (min-width: 50em) {
  footer .credits p {
    text-align: left;
  }

  footer .credits p.right {
    text-align: right;
  }
}

footer .social-media {
  display: block;
}

footer .social-media .social-list li {
  margin-left: 0;
  margin-right: 12px;
}

.lt-ie9 footer .social-media .social-list {
  float: right;
}

.lt-ie9 footer .social-media .social-list li {
  margin-right: 0;
  margin-left: 12px;
}

@media screen and (min-width: 50em) {
  footer .social-media .social-list {
    float: right;
  }

  footer .social-media .social-list li {
    margin-right: 0;
    margin-left: 12px;
  }
}

footer .f-col {
  margin-bottom: 24px;
}

footer .bvt {
  background-position: -20px -200px;
  display: block;
  float: none;
  height: 60px;
  overflow: hidden;
  text-indent: -119988px;
  width: 160px;
  margin-right: 24px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.lt-ie9 footer .bvt {
  float: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 24px;
}

@media screen and (min-width: 50em) {
  footer .bvt {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

footer .lottery {
  background-position: -20px -264px;
  display: block;
  float: none;
  overflow: hidden;
  text-indent: -119988px;
  width: 160px;
  height: 64px;
}

.lt-ie9 footer .lottery {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 50em) {
  footer .lottery {
    margin-left: 0;
    margin-right: 0;
  }
}

.panels {
  *zoom: 1;
}

.panels:after {
  content: "";
  display: table;
  clear: both;
}

.panels .panel {
  position: relative;
}

.panels .panel img {
  margin: 0;
  width: 100%;
}

.lt-ie9 .panels .panel.latest-event .link {
  position: absolute;
  top: 74%;
}

@media screen and (min-width: 50em) {
  .panels .panel.latest-event .link {
    position: absolute;
    top: 74%;
  }
}

.lt-ie9 .panels .panel.latest-event .link {
  position: static;
}

@media screen and (min-width: 60em) {
  .panels .panel.latest-event .link {
    position: static;
  }
}

.panels .link {
  color: #FFFFFF;
  display: block;
  padding: 24px;
  text-decoration: none;
  width: 100%;
}

.panels .link.left {
  background: #b5bd24;
}

.panels .link.right {
  background: #4bc7da;
}

.lt-ie9 .panels .link.right.no-date {
  min-height: 136px;
}

@media screen and (min-width: 50em) {
  .panels .link.right.no-date {
    min-height: 136px;
  }
}

.lt-ie9 .panels .link.right.no-date {
  min-height: 150px;
}

@media screen and (min-width: 60em) {
  .panels .link.right.no-date {
    min-height: 150px;
  }
}

.panels .link .caption {
  padding-bottom: 12px;
  position: relative;
}

.panels .link .caption:after {
  background: #FFFFFF;
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 3px;
  bottom: 0;
  left: 0;
}

.panels .twitter {
  background-color: #4bc7da;
}

.panels .instagram {
  background-color: #eb8437;
}

.panels .info ul {
  list-style: none;
  margin: 0;
  display: block;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}

.panels .info li {
  display: inline-block;
  float: left;
  width: 50%;
}

.panels .info .fa {
  margin: 0 6px 0 0;
}

.panels .info .calendar,
.panels .info .book,
.panels .info .more-times,
.panels .info .admissions {
  display: block;
  padding: 12px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.2857142857em;
}

.lt-ie9 .panels .info .calendar,
.lt-ie9 .panels .info .book,
.lt-ie9 .panels .info .more-times,
.lt-ie9 .panels .info .admissions {
  font-size: 1em;
  line-height: 1.5em;
}

@media screen and (min-width: 31.25em) {
  .panels .info .calendar,
  .panels .info .book,
  .panels .info .more-times,
  .panels .info .admissions {
    font-size: 1em;
    line-height: 1.5em;
  }
}

.panels .info.top ul {
  text-align: center;
}

.panels .info.top li {
  float: none;
  margin: 0 6px;
  width: auto;
}

.panels .info.bottom .calendar {
  background: #4bc7da;
  color: #FFFFFF;
}

.panels .info.bottom .more-times {
  background: #0899a7;
  color: #FFFFFF;
}

.panels .info.bottom .admissions {
  background: #eb8437;
  color: #FFFFFF;
}

.panels .info.bottom .book {
  background: #f3536b;
  color: #FFFFFF;
}

.lt-ie9 .panels .info .more-times {
  font-size: 1em;
  line-height: 1.5em;
}

@media screen and (min-width: 31.25em) {
  .panels .info .more-times {
    font-size: 1em;
    line-height: 1.5em;
  }
}

.lt-ie9 .panels .info.bottom .calendar,
.lt-ie9 .panels .info.bottom .book,
.lt-ie9 .panels .info.bottom .more-times,
.lt-ie9 .panels .info.bottom .admissions {
  background: transparent;
  color: #364544;
}

.lt-ie9 .panels .info.bottom .calendar .fa {
  color: #4bc7da;
}

.lt-ie9 .panels .info.bottom .book .fa {
  color: #f3536b;
}

.lt-ie9 .panels .info.bottom .more-times .fa {
  color: #0899a7;
}

.lt-ie9 .panels .info.bottom .admissions .fa {
  color: #eb8437;
}

@media screen and (min-width: 50em) {
  .panels .info.bottom .calendar,
  .panels .info.bottom .book,
  .panels .info.bottom .more-times,
  .panels .info.bottom .admissions {
    background: transparent;
    color: #364544;
  }

  .panels .info.bottom .calendar .fa {
    color: #4bc7da;
  }

  .panels .info.bottom .book .fa {
    color: #f3536b;
  }

  .panels .info.bottom .more-times .fa {
    color: #0899a7;
  }

  .panels .info.bottom .admissions .fa {
    color: #eb8437;
  }
}

.lt-ie9 .panels .info .calendar,
.lt-ie9 .panels .info .book,
.lt-ie9 .panels .info .more-times,
.lt-ie9 .panels .info .admissions {
  text-align: center;
  font-size: 1.125em;
  line-height: 1.3333333333em;
}

@media screen and (min-width: 60em) {
  .panels .info .calendar,
  .panels .info .book,
  .panels .info .more-times,
  .panels .info .admissions {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.3333333333em;
  }
}

.calendar-panel {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #4bc7da;
  width: 100%;
  z-index: 2;
  padding: 24px;
  overflow: hidden;
  *zoom: 1;
}

.calendar-panel ul {
  margin: 0;
  overflow: hidden;
  *zoom: 1;
}

.calendar-panel li {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
}

.calendar-panel a {
  color: #FFFFFF;
  padding: 12px 0;
  text-decoration: none;
  border-bottom: solid 3px white;
  display: block;
  margin-bottom: 24px;
}

.calendar-panel .title {
  font-size: 1.25em;
  line-height: 1.2em;
}

.book-panel {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #f3536b;
  width: 100%;
  z-index: 2;
}

.grid-link {
  text-decoration: none;
  color: #364544;
}

.grid-link:visited {
  color: #364544;
}

.open {
  display: block;
}

.cell-holder {
  display: table;
  height: 100%;
  width: 100%;
}

.cell-holder.center {
  text-align: center;
}

.cell-holder .cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

header[role=banner] {
  background: #FFFFFF;
  border-bottom: 1px solid #ececec;
  width: 100%;
  height: 72px;
  padding: 12px 0;
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 2;
}

.lt-ie9 header[role=banner] {
  padding: 18px 0;
  height: auto;
}

@media screen and (min-width: 50em) {
  header[role=banner] {
    padding: 18px 0;
    height: auto;
  }
}

.lt-ie9 header[role=banner] {
  padding: 24px 0;
}

@media screen and (min-width: 60em) {
  header[role=banner] {
    padding: 24px 0;
  }
}

.fa {
  text-align: center;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #364544;
  font-weight: 300;
}

.welcome {
  color: #a42542;
  margin: 0 0 24px 0;
  float: left;
}

.lt-ie9 .welcome {
  margin: 0;
}

@media screen and (min-width: 60em) {
  .welcome {
    margin: 0;
  }
}

.panel-title {
  color: #FFFFFF;
}

.page-title {
  color: #a42542;
  margin: 0;
  float: left;
}

.article-main-title {
  float: left;
}

.select-list-title {
  float: left;
}

.lt-ie9 .select-list-title {
  font-size: 1.25em;
  line-height: 1.2em;
  line-height: 2.5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 31.25em) {
  .select-list-title {
    font-size: 1.25em;
    line-height: 1.2em;
    line-height: 2.5rem;
    margin-bottom: 0;
  }
}

.lt-ie9 .select-list-title {
  float: none;
  text-align: right;
  font-size: 1.375em;
  line-height: 1.3636363636em;
  line-height: 2.875rem;
}

@media screen and (min-width: 50em) {
  .select-list-title {
    float: none;
    text-align: right;
    font-size: 1.375em;
    line-height: 1.3636363636em;
    line-height: 2.875rem;
  }
}

.lt-ie9 .select-list-title {
  font-size: 1.75em;
  line-height: 1.2857142857em;
  line-height: 2.75rem;
}

@media screen and (min-width: 60em) {
  .select-list-title {
    font-size: 1.75em;
    line-height: 1.2857142857em;
    line-height: 2.75rem;
  }
}

.story-title {
  font-size: 2.5em;
  line-height: 1.2em;
}

.share-title {
  float: left;
  margin-right: 12px;
}

.lt-ie9 .share-title {
  float: none;
}

@media screen and (min-width: 50em) {
  .share-title {
    float: none;
  }
}

.sub-nav-title {
  display: none;
  font-size: 1.25em;
  line-height: 1.2em;
}

.lt-ie9 .sub-nav-title {
  display: block;
}

@media screen and (min-width: 50em) {
  .sub-nav-title {
    display: block;
  }
}

.lt-ie9 .container {
  width: 90%;
}

@media screen and (min-width: 50em) {
  .container {
    width: 90%;
  }
}

.band {
  padding: 24px 0;
  *zoom: 1;
}

.band:after {
  content: "";
  display: table;
  clear: both;
}

.band.border-bottom {
  border-bottom: 1px solid #ececec;
}

.band.light {
  background: #FFFFFF;
}

.band.dark {
  background: #fafafa;
}

.band.darker {
  background: #f0f0f0;
}

.band.no-pad {
  padding: 0;
}

.band.med-pad {
  padding: 24px 0;
}

.lt-ie9 .band {
  padding: 48px 0;
}

@media screen and (min-width: 50em) {
  .band {
    padding: 48px 0;
  }
}

.social-media {
  display: block;
  clear: both;
  *zoom: 1;
}

.social-media:after {
  content: "";
  display: table;
  clear: both;
}

.lt-ie9 .social-media {
  margin-top: 6px;
  float: right;
  clear: none;
}

@media screen and (min-width: 60em) {
  .social-media {
    margin-top: 6px;
    float: right;
    clear: none;
  }
}

.social-media.left {
  float: left;
}

.social-list {
  display: block;
  float: left;
  margin: 0;
  *zoom: 1;
}

.social-list:after {
  content: "";
  display: table;
  clear: both;
}

.social-list li {
  border: none;
  display: inline-block;
  margin: 0 12px 0 0;
  width: auto;
}

.social-list a {
  display: block;
  color: #364544;
  text-decoration: none;
  border: 1px solid;
  border-radius: 30px;
  width: 34px;
  text-align: center;
  height: 34px;
  padding: 4px 0 0 0;
  font-size: 1.125em;
  line-height: 1.3333333333em;
}

.social-list a:hover {
  color: #a42542;
}

.social-list.margin-right li {
  margin: 0 12px 0 0;
}

.lt-ie9 .social-list li {
  margin-left: 12px;
  margin-right: 0;
}

.lt-ie9 .social-list.margin-right li {
  margin: 0 12px 0 0;
}

@media screen and (min-width: 64em) {
  .social-list li {
    margin-left: 12px;
    margin-right: 0;
  }

  .social-list.margin-right li {
    margin: 0 12px 0 0;
  }
}

.select-list {
  background: #FFFFFF;
  clear: left;
  position: relative;
}

.select-list select {
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  padding: 12px;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 200;
}

.select-list select:focus {
  outline: none;
}

.select-list .fa {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 20px;
  z-index: 100;
}

.filter-group {
  display: block;
  float: left;
  margin: 0 0 24px 0;
}

.filter-group ul {
  display: block;
  margin: 0;
  list-style: none;
}

.filter-group li {
  display: inline-block;
  margin-right: 12px;
}

.filter-group a {
  color: #364544;
  display: block;
  text-decoration: none;
  font-size: 0.875em;
  line-height: 1.2857142857em;
}

.filter-group a:hover,
.filter-group a.active {
  color: #a42542;
}

.filter-group a.active {
  border-bottom: 2px solid #a42542;
}

.lt-ie9 .filter-group {
  float: right;
  margin-top: 5px;
}

.lt-ie9 .filter-group li {
  margin: 0 0 0 12px;
}

@media screen and (min-width: 31.25em) {
  .filter-group {
    float: right;
    margin-top: 5px;
  }

  .filter-group li {
    margin: 0 0 0 12px;
  }
}

.lt-ie9 .filter-group a {
  font-size: 1em;
  line-height: 1.5em;
}

@media screen and (min-width: 31.25em) {
  .filter-group a {
    font-size: 1em;
    line-height: 1.5em;
  }
}

.lt-ie9 .filter-group {
  margin-left: 24px;
  float: left;
}

@media screen and (min-width: 64em) {
  .filter-group {
    margin-left: 24px;
    float: left;
  }
}

input[type=text],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=time],
input[type=url],
input[type=password],
textarea,
select {
  outline: none;
  display: block;
  width: 100%;
  padding: 7px;
  border-radius: 0;
  border: none;
  background: #FFFFFF;
  margin-bottom: 10px;
  height: 45px;
}

input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  color: #202020;
  text-decoration: none;
}

input[type=submit] {
  color: #FFFFFF;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.form label {
  display: none;
}

.form .btn {
  background: #a42542;
  width: 100%;
}

.lt-ie9 .form .btn {
  width: auto;
}

@media screen and (min-width: 50em) {
  .form .btn {
    width: auto;
  }
}

.grid .grid-item {
  margin-bottom: 24px;
}

.lt-ie9 .secondary-nav {
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  top: -12px;
  right: 12px;
  display: block;
  overflow: visible;
}

@media screen and (min-width: 50em) {
  .secondary-nav {
    overflow: hidden;
    *zoom: 1;
    position: absolute;
    top: -12px;
    right: 12px;
    display: block;
    overflow: visible;
  }
}

.secondary-nav ul {
  list-style: none;
  margin: 15px 12px 0 0;
  float: right;
  text-align: right;
}

.lt-ie9 .secondary-nav ul {
  margin: 0;
}

@media screen and (min-width: 50em) {
  .secondary-nav ul {
    margin: 0;
  }
}

.secondary-nav li {
  display: inline-block;
  margin-left: 12px;
  float: left;
}

.secondary-nav li li {
  margin-top: 0;
}

.secondary-nav li.other {
  display: none;
}

.lt-ie9 .secondary-nav li.other {
  display: inline-block;
}

@media screen and (min-width: 50em) {
  .secondary-nav li.other {
    display: inline-block;
  }
}

.secondary-nav a {
  color: #364544;
  text-decoration: none;
  font-size: 0.8125em;
  line-height: 1.3846153846em;
}

.secondary-nav a:hover {
  color: #a42542;
}

.secondary-nav .special-btn {
  padding: 6px;
  color: white;
}

.lt-ie9 .secondary-nav .special-btn {
  font-size: 1em;
  line-height: 1.5em;
}

@media screen and (min-width: 50em) {
  .secondary-nav .special-btn {
    font-size: 1em;
    line-height: 1.5em;
  }
}

.secondary-nav .special-btn:hover {
  color: white;
}

.secondary-nav .special-btn.donate {
  background: #4bc7da;
}

.secondary-nav .special-btn.shop {
  background: #f3536b;
}

.story {
  display: table;
}

.story .image img {
  width: 100%;
}

.story .text {
  padding: 48px;
}

.story .text.white-txt .story-title,
.story .text.white-txt p {
  color: white;
}

.story .our-story {
  background: #70a08a;
}

.story .collection-archives {
  background: #eb8437;
}

.feature-nav {
  display: block;
  float: right;
  margin: 10px 0 0 0;
  text-align: right;
  overflow: hidden;
  *zoom: 1;
}

.lt-ie9 .feature-nav {
  margin-top: 21px;
}

@media screen and (min-width: 64em) {
  .feature-nav {
    margin-top: 21px;
  }
}

.feature-nav .feature-nav-item {
  display: inline-block;
  margin-left: 12px;
}

.feature-nav .feature-nav-item:nth-of-type(5n -4) .fa {
  color: #4bc7da;
}

.feature-nav .feature-nav-item:nth-of-type(5n -3) .fa {
  color: #f3536b;
}

.feature-nav .feature-nav-item:nth-of-type(5n -2) .fa {
  color: #eb8437;
}

.feature-nav .feature-nav-item:nth-of-type(5n -1) .fa {
  color: #0899a7;
}

.feature-nav .feature-nav-item:nth-of-type(5n) .fa {
  color: #b5bd24;
}

.feature-nav .feature-nav-link {
  color: #364544;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.3333333333em;
}

.feature-nav .feature-nav-txt {
  display: none;
}

.feature-nav .fa {
  margin: 0 6px 0 0;
}

.lt-ie9 .feature-nav .feature-nav-item {
  margin-left: 24px;
}

.lt-ie9 .feature-nav .feature-nav-txt {
  display: inline;
}

@media screen and (min-width: 50em) {
  .feature-nav .feature-nav-item {
    margin-left: 24px;
  }

  .feature-nav .feature-nav-txt {
    display: inline;
  }
}

.embed {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 12px;
  margin-top: 12px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.lt-ie9 .embed {
  margin-top: 36px;
  margin-bottom: 36px;
}

@media screen and (min-width: 50em) {
  .embed {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}

.embed iframe,
.embed object,
.embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.searchbox {
  display: block;
  margin: -4px 0 0 0;
  float: left;
  transition: width 0.3s;
}

.searchbox .searchbox-input {
  height: 12px;
  margin: 0;
  float: left;
  border: 1px solid #ececec;
  display: none;
  width: 0;
  transition: all 0.5s ease;
}

.searchbox .searchbox-icon,
.searchbox .searchbox-submit {
  height: 28px;
  float: right;
  border: none;
  display: none;
}

.searchbox .searchbox-icon {
  display: block;
}

.searchbox .searchbox-icon:focus {
  outline: none;
}

.searchbox.searchbox-open {
  display: block;
}

.searchbox.searchbox-open .searchbox-icon {
  display: none;
}

.searchbox.searchbox-open .searchbox-input {
  display: block;
  width: 200px;
  font-size: 0.8125em;
  line-height: 1.3846153846em;
}

.searchbox.searchbox-open .searchbox-submit {
  display: block;
}

.search {
  display: block;
  list-style: none;
  margin: 0;
  *zoom: 1;
}

.search:after {
  content: "";
  display: table;
  clear: both;
}

.search li {
  display: block;
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #ececec;
}

.search a {
  text-decoration: none;
}

.search a:hover {
  text-decoration: underline;
}

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: #a42542;
  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: #a42542;
  color: #FFF;
  text-align: left;
}

.breadcrumb {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 18px 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb a {
  color: #364544;
  text-decoration: none;
}

.breadcrumb .last {
  color: #a42542;
}

.pagination {
  display: block;
  margin: 0;
  list-style: none;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination a {
  display: block;
  padding: 6px 12px;
}

.pagination .active {
  color: #364544;
  font-weight: 600;
  padding: 6px 12px;
}

.cookie-message {
  background: #FAFAFA;
  padding: 12px;
}

.cookie-message p {
  margin: 0 auto;
  max-width: 1060px;
  text-align: center;
}

.js .cookie-message {
  display: none;
}

.fullscreen-gallery {
  background: #FFFFFF;
  left: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.fullscreen-gallery .prev-slide,
.fullscreen-gallery .next-slide,
.fullscreen-gallery .close-gallery {
  position: absolute;
  z-index: 5000;
  font-size: 1.5625em;
  line-height: 1.2em;
}

.fullscreen-gallery .prev-slide,
.fullscreen-gallery .next-slide {
  top: 50%;
  padding: 0 12px;
}

.fullscreen-gallery .prev-slide {
  left: 0;
}

.fullscreen-gallery .next-slide {
  right: 0;
}

.fullscreen-gallery .close-gallery {
  top: 0;
  right: 0;
  padding: 12px;
}

.fullscreen-gallery .slide {
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  transition: opacity 1s;
  top: 0;
  width: 100%;
  z-index: 0;
}

.fullscreen-gallery .slide .inner {
  padding: 48px;
}

.fullscreen-gallery .slide .dscpn {
  padding: 24px 0 0 0;
}

.fullscreen-gallery .slide.active {
  opacity: 1;
  z-index: 100;
}

.lt-ie9 .fullscreen-gallery {
  align-items: center;
  display: flex;
  padding: 12px;
  justify-content: center;
}

.lt-ie9 .fullscreen-gallery .gallery {
  left: 5%;
  height: 100%;
  position: absolute;
  top: 0;
  width: 90%;
}

.lt-ie9 .fullscreen-gallery .prev-slide,
.lt-ie9 .fullscreen-gallery .next-slide {
  padding: 0 24px;
  font-size: 2.5em;
  line-height: 1.2em;
}

.lt-ie9 .fullscreen-gallery .close-gallery {
  padding: 24px;
  font-size: 2.5em;
  line-height: 1.2em;
}

.lt-ie9 .fullscreen-gallery .slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.lt-ie9 .fullscreen-gallery .slide .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}

.lt-ie9 .fullscreen-gallery .slide.active {
  display: flex;
}

.lt-ie9 .fullscreen-gallery .slide .image,
.lt-ie9 .fullscreen-gallery .slide .dscpn {
  padding: 0 12px;
}

.lt-ie9 .fullscreen-gallery .slide .image {
  width: 60%;
}

.lt-ie9 .fullscreen-gallery .slide .dscpn {
  width: 40%;
}

@media screen and (min-width: 66.25em) {
  .fullscreen-gallery {
    align-items: center;
    display: flex;
    padding: 12px;
    justify-content: center;
  }

  .fullscreen-gallery .gallery {
    left: 5%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 90%;
  }

  .fullscreen-gallery .prev-slide,
  .fullscreen-gallery .next-slide {
    padding: 0 24px;
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .fullscreen-gallery .close-gallery {
    padding: 24px;
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .fullscreen-gallery .slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }

  .fullscreen-gallery .slide .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    width: 100%;
  }

  .fullscreen-gallery .slide.active {
    display: flex;
  }

  .fullscreen-gallery .slide .image,
  .fullscreen-gallery .slide .dscpn {
    padding: 0 12px;
  }

  .fullscreen-gallery .slide .image {
    width: 60%;
  }

  .fullscreen-gallery .slide .dscpn {
    width: 40%;
  }
}

.lt-ie9 .fullscreen-gallery .slide .image,
.lt-ie9 .fullscreen-gallery .slide .dscpn {
  padding: 0 24px;
}

.lt-ie9 .fullscreen-gallery .slide .image {
  width: 70%;
}

.lt-ie9 .fullscreen-gallery .slide .dscpn {
  width: 30%;
}

@media screen and (min-width: 81.25em) {
  .fullscreen-gallery .slide .image,
  .fullscreen-gallery .slide .dscpn {
    padding: 0 24px;
  }

  .fullscreen-gallery .slide .image {
    width: 70%;
  }

  .fullscreen-gallery .slide .dscpn {
    width: 30%;
  }
}

.advanced-gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.advanced-gallery a {
  display: block;
  text-decoration: none;
}

.advanced-gallery img {
  display: block;
  width: 100%;
}

.advanced-gallery .thumbs {
  margin: 0 -12px;
}

.advanced-gallery .thumbs .gallery-thumb {
  width: 50%;
  padding: 12px;
}

.advanced-gallery .thumbs .thumb {
  margin: 0;
}

.advanced-gallery .thumbs .banded {
  background: #4bc7da;
  color: #FFFFFF;
  margin: 0;
  padding: 12px;
}

.lt-ie9 .advanced-gallery .thumbs .gallery-thumb {
  padding: 12px;
  width: 33.33%;
}

@media screen and (min-width: 66.25em) {
  .advanced-gallery .thumbs .gallery-thumb {
    padding: 12px;
    width: 33.33%;
  }
}

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

