/** Exports to ../css/style.css **/
/*** Mixins ***/
/* Transition */
/* Main Sprite */
/* Fluid Type */
/* Border Radius */
/* Single side border-radius */
/* Clearfix */
/* Opacity */
/* Rem Conversion */
/* Font Size! */
/* Padding */
/* Margin */
/* Animation */
/* Example: */
/*
@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}
*/
/* Transitions */
/* Visually Hide Element */
/*** Foundation ***/
/* Note: Relies on Bower installation of Foundation */
/* In the Grunt file - the SASS setup loads in the Foundation files from the bower_components folder */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  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: not-allowed;
}

/**
   * 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.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 64.375rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #8a8a8a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #8a8a8a;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

/*** Base ***/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Fonts */
@font-face {
  font-family: 'Europa';
  src: url("../fonts/europa-light.otf") format("opentype");
  /*
    src: url('../fonts/avenir_bold-webfont.eot');
    src: url('../fonts/avenir_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir_bold-webfont.woff') format('woff'),
         url('../fonts/avenir_bold-webfont.ttf') format('truetype'),
         url('../fonts/avenir_bold-webfont.svg#avenir_bold-webfont') format('svg');
    */
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Europa';
  src: url("../fonts/europa-lightitalic.otf") format("opentype");
  /*
    src: url('../fonts/avenir_bolditalic-webfont.eot');
    src: url('../fonts/avenir_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir_bolditalic-webfont.woff') format('woff'),
         url('../fonts/avenir_bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/avenir_bolditalic-webfont.svg#avenir_bolditalic-webfont') format('svg');
    */
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Europa';
  src: url("../fonts/europa-regular.otf") format("opentype");
  /*
    src: url('../fonts/avenir_bold-webfont.eot');
    src: url('../fonts/avenir_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir_bold-webfont.woff') format('woff'),
         url('../fonts/avenir_bold-webfont.ttf') format('truetype'),
         url('../fonts/avenir_bold-webfont.svg#avenir_bold-webfont') format('svg');
    */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Europa';
  src: url("../fonts/europa-italic.otf") format("opentype");
  /*
    src: url('../fonts/avenir_bolditalic-webfont.eot');
    src: url('../fonts/avenir_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir_bolditalic-webfont.woff') format('woff'),
         url('../fonts/avenir_bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/avenir_bolditalic-webfont.svg#avenir_bolditalic-webfont') format('svg');
    */
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Europa';
  src: url("../fonts/europa-bold.otf") format("opentype");
  /*
    src: url('../fonts/avenir_bold-webfont.eot');
    src: url('../fonts/avenir_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir_bold-webfont.woff') format('woff'),
         url('../fonts/avenir_bold-webfont.ttf') format('truetype'),
         url('../fonts/avenir_bold-webfont.svg#avenir_bold-webfont') format('svg');
    */
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Europa';
  src: url("../fonts/europa-bolditalic.otf") format("opentype");
  /*
    src: url('../fonts/avenir_bolditalic-webfont.eot');
    src: url('../fonts/avenir_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir_bolditalic-webfont.woff') format('woff'),
         url('../fonts/avenir_bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/avenir_bolditalic-webfont.svg#avenir_bolditalic-webfont') format('svg');
    */
  font-weight: 600;
  font-style: italic;
}

body {
  background-color: #8b2332;
  font-family: 'Open Sans', Arial, sans-serif;
}

.page {
  background-image: url(../images/gray-bg.png);
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/* SVG */
svg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  fill: currentColor;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  vertical-align: -8%;
}

/* Box Sizing */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* Text Highlight */
::selection {
  color: #FFFFFF;
  background: #10293b;
}

/* Global Styles */
.clear {
  clear: both;
}

/*** Primary ***/
/*** Sections ***/
.main-content {
  padding: 2em 0;
}

.pad-left {
  padding-left: 2em;
}

@media screen and (max-width: 40.063em) {
  .pad-left {
    padding: 0;
  }
}

.home-news .big-title {
  color: #393838;
  font-size: 2em;
  line-height: 1.2;
  margin-top: 20px;
}

/* Article Navigation */
.article-navigation {
  margin: 10px 0;
}

.article-navigation a {
  color: #8b2332;
  text-decoration: none;
  margin: 10px 0;
  display: block;
}

.article-navigation a:hover {
  text-decoration: underline;
}

.article-navigation .next {
  float: right;
  position: relative;
  padding-right: 30px;
  text-align: right;
}

.article-navigation .back {
  float: left;
  position: relative;
  padding-left: 30px;
}

.article-navigation .back .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.article-navigation .next .icon {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 40em) {
  .article-navigation .back,
  .article-navigation .next {
    float: none;
  }
}

.event-image {
  float: right;
  max-width: 50%;
  margin-left: 20px;
}

/* News */
ul.news {
  margin: -10px 0 -40px 0;
}

ul.news li {
  position: relative;
  margin: 40px 0px 40px 0px;
  margin: 2.5rem 0rem 2.5rem 0rem;
  padding: 0px 0px 40px 0px;
  padding: 0rem 0rem 2.5rem 0rem;
  border-bottom: 1px dotted #393838;
}

ul.news li .with-image {
  padding-left: 160px;
  min-height: 105px;
}

ul.news li.last, ul.news li:last-child {
  border-bottom: none;
}

ul.news li .image {
  background: #EFEFEF;
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 200px;
}

ul.news li .image img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

ul.news li .by {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: bold;
  color: #1a1a1b;
  position: relative;
  margin: 4px 0px 4px 0px;
  margin: 0.25rem 0rem 0.25rem 0rem;
}

ul.news li h3 {
  font-size: 1.25em;
  color: #8b2332;
}

ul.news li h3 a {
  color: #8b2332;
  text-decoration: none;
  font-weight: bold;
}

ul.news li h3 a:hover {
  text-decoration: underline;
}

ul.news li p {
  color: #393838;
  line-height: 1.25;
  margin: 0.5em 0;
}

ul.news li a.more {
  color: #8b2332;
  text-decoration: none;
}

ul.news li a.more:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 40.063em) {
  ul.news li .with-image {
    padding-left: 0px;
  }
  ul.news li .image {
    position: static;
    margin: 0px 0px 18px 0px;
    margin: 0rem 0rem 1.125rem 0rem;
  }
}

/* News Article */
.news-title {
  margin: 20px 0px 10px 0px;
  margin: 1.25rem 0rem 0.625rem 0rem;
}

.news-title .cat {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #8c959f;
  position: relative;
  padding: 0px 0px 0px 16px;
  padding: 0rem 0rem 0rem 1rem;
}

.news-title .cat .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  width: 0.625rem;
  height: 16px;
  height: 1rem;
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  background-size: 480px 320px;
  background-position: -114px -90px;
}

.news-title h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 42px;
  line-height: 2.625rem;
  color: #8b2332;
  font-weight: 600;
  margin: 0px 0px 8px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
}

.news-title .by {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: bold;
  color: #1a1a1b;
  position: relative;
  margin: 4px 0px 4px 0px;
  margin: 0.25rem 0rem 0.25rem 0rem;
}

.news-title .info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: bold;
  color: #1a1a1b;
  position: relative;
  padding-left: 24px;
  margin: 8px 0px 8px 0px;
  margin: 0.5rem 0rem 0.5rem 0rem;
}

.news-title .info .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  background-size: 480px 320px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}

.news-title .info.date .icon {
  background-position: -108px -142px;
}

.news-title .info.time .icon {
  background-position: -72px -142px;
}

.news-title .info.where .icon {
  background-position: -72px -106px;
}

.news-title .type {
  margin: 16px 0px 0px 0px;
  margin: 1rem 0rem 0rem 0rem;
}

.news-title .type .type-this {
  float: left;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 8px 8px 0px;
  margin: 0rem 0.5rem 0.5rem 0rem;
  padding: 4px 8px 4px 34px;
  padding: 0.25rem 0.5rem 0.25rem 2.125rem;
  border: 3px solid #bdc5ce;
  color: #565D64;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.5rem;
}

.news-title .type .type-this .icon {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  background-repeat: no-repeat;
  background-size: 480px 320px;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background-position: 0px -160px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.news-title .type .type-this.download .icon {
  background-position: 0px -160px;
}

.news-title .type .type-this.article .icon {
  background-position: -32px -160px;
}

.news-title .type .type-this.audio .icon {
  background-position: -64px -160px;
}

.news-title .type .type-this.book .icon {
  background-position: -96px -160px;
}

.news-title .type .type-this.dvd .icon {
  background-position: -128px -160px;
}

.news-title .type .type-this.kit .icon {
  background-position: -160px -160px;
}

.news-title .type .type-this.newspaper .icon {
  background-position: -192px -160px;
}

.news-title .type .type-this.written .icon {
  background-position: -224px -160px;
}

.news-title .type .type-this.video .icon {
  background-position: -256px -160px;
}

.news-title .type .type-this .tag {
  font-size: 14px;
  font-size: 0.875rem;
}

/* Share */
.share {
  margin: 20px 0px;
}

.share .title {
  color: #8b2332;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.share li {
  float: left;
  margin: 4px 16px 4px 0px;
  margin: 0.25rem 1rem 0.25rem 0rem;
}

.share li a svg {
  fill: #8b2332;
  display: block;
  width: 40px;
  height: 40px;
}

.list-title {
  margin: 20px 0;
}

.list-title h2 {
  font-size: 1.25em;
  color: #393838;
  margin: 0 0 20px 0;
}

.list-title h2 span {
  color: #8b2332;
}

.resource-table {
  display: table;
  flex-wrap: wrap;
  color: #393838;
  border-collapse: collapse;
  margin: 20px 0;
  line-height: 1.4;
}

.resource-table .line {
  display: table-row;
  width: 100%;
  border: 1px solid #ccc;
}

.resource-table .line:nth-child(2n) {
  background-color: #f5f5f5;
}

.resource-table .line .cell {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle;
}

.resource-table .line.head .cell {
  color: #8b2332;
  font-size: 1.25em;
}

.property {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px dashed rgba(57, 57, 57, 0.5);
}

.property h3 {
  font-size: 1.5em;
  line-height: 1.2;
  color: #8b2332;
}

.property-slider {
  position: relative;
  margin-top: 20px;
}

.property-slider .slides img {
  display: block;
  width: 100%;
}

.property-slider .flex-control-nav.flex-control-thumbs {
  margin-top: 10px;
}

.property-slider .flex-control-nav.flex-control-thumbs li {
  float: left;
  margin: 0;
}

.property-slider .flex-control-nav.flex-control-thumbs li img {
  display: block;
  opacity: 0.5;
  cursor: pointer;
}

.property-slider .flex-control-nav.flex-control-thumbs li img:hover {
  opacity: 0.75;
}

.property-slider .flex-control-nav.flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.property-slider .flex-control-nav.flex-control-thumbs li img.flex-active:hover {
  opacity: 1;
}

.property-slider .flex-direction-nav li {
  position: absolute;
  top: 10px;
  left: 10px;
}

.property-slider .flex-direction-nav li.flex-nav-next {
  left: auto;
  right: 10px;
}

.property-slider .flex-direction-nav li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.25);
  text-indent: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.property-slider .flex-direction-nav li a:hover {
  background-color: #8b2332;
}

.property-slider .flex-direction-nav li.flex-nav-prev a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  margin-left: -2.5px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-225deg);
}

.property-slider .flex-direction-nav li.flex-nav-next a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  margin-left: -7.5px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}

header {
  color: #8b2332;
  padding: 3em 0em 0em 0em;
  position: relative;
}

header a.brand {
  position: relative;
  color: #8b2332;
  text-decoration: none;
  padding-left: 160px;
  display: block;
  float: left;
}

header a.brand .logo {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -48px;
}

header h1 {
  font-size: 2em;
  line-height: 1.2;
  font-weight: bold;
  max-width: 400px;
}

header p {
  font-size: 1em;
  line-height: 1.2;
  font-weight: normal;
  margin: 0.25em 0 0 0;
}

header a.log-in {
  display: block;
  float: right;
  line-height: 40px;
  font-size: 1.125em;
  padding: 0 1em;
  color: #FFFFFF;
  background-color: #8b2332;
  text-decoration: none;
  transition: 0.5s ease all;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 64em) {
  header a.brand {
    float: none;
  }
  header a.log-in {
    display: none;
  }
}

header a.log-in:hover,
header a.log-in:focus {
  color: #FFFFFF;
  background-color: #db3e37;
}

/* Mobile Menu Button */
header .button {
  display: none;
  z-index: 10;
  width: 124px;
  height: 134px;
  text-indent: -9999px;
  text-transform: capitalize;
  background: url(../images/menu-trigger.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}

header .button .icon {
  position: absolute;
  top: 44px;
  right: 30px;
}

header .button .icon span {
  display: block;
  height: 8px;
  width: 45px;
  margin-bottom: 8px;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 64em) {
  header .button {
    display: block;
  }
  header a.brand {
    padding-right: 108px;
  }
}

@media screen and (max-width: 40em) {
  header h1 {
    max-width: 100%;
  }
  header a.brand {
    padding: 106px 0 0 0;
    text-align: center;
  }
  header a.brand .logo {
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -65.5px;
  }
}

@media screen and (max-width: 32em) {
  header .button {
    width: 62px;
    height: 67px;
  }
  header .button .icon {
    position: absolute;
    top: 22px;
    right: 15px;
  }
  header .button .icon span {
    display: block;
    height: 4px;
    width: 22.5px;
    margin-bottom: 4px;
    background: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
}

header .header-links {
  position: relative;
}

header .header-actions {
  position: absolute;
  top: 0;
  right: 0;
}

/* Search */
header .search-bar {
  position: relative;
  padding: 10px;
  float: right;
}

header .search-bar form {
  margin: 0;
  padding: 0;
}

header .search-bar form .field {
  float: none;
  margin: 0;
}

header .search-bar input[type="text"] {
  border: none;
  background: none;
  color: #FFFFFF;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
  line-height: 44px;
  height: 44px;
  padding: 0 40px 0 10px;
  width: 180px;
}

header .search-bar input[type="text"]:hover, header .search-bar input[type="text"]:focus {
  border: none;
}

header .search-bar input[type="text"]:focus {
  background: rgba(0, 0, 0, 0.1);
}

header .search-bar input[type="text"]::-webkit-input-placeholder {
  color: #FFFFFF;
}

header .search-bar input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}

header .search-bar input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
}

header .search-bar input[type="text"]:-ms-input-placeholder {
  color: #FFFFFF;
}

header .search-bar input[type="submit"] {
  background: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOS42LDE4bC00LTRjMS4xLTEuNSwxLjgtMy4zLDEuOC01LjJjMC00LjgtMy45LTguNy04LjctOC43UzAsMy45LDAsOC43czMuOSw4LjcsOC43LDguN2MyLDAsMy44LTAuNyw1LjItMS44bDQsNGMwLjIsMC4yLDAuNSwwLjQsMC44LDAuNGMwLjMsMCwwLjYtMC4xLDAuOC0wLjRDMjAuMSwxOS4yLDIwLjEsMTguNCwxOS42LDE4eiBNOC43LDE1Yy0zLjUsMC02LjMtMi44LTYuMy02LjNzMi44LTYuMyw2LjMtNi4zUzE1LDUuMiwxNSw4LjdjMCwxLjMtMC40LDIuNS0xLjEsMy41Yy0wLjUsMC43LTEsMS4yLTEuNywxLjdDMTEuMiwxNC42LDEwLDE1LDguNywxNXoiLz48L3N2Zz4=");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  text-indent: 100%;
  overflow: hidden;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  padding: 0;
  min-width: 0;
  z-index: 2;
}

@media screen and (max-width: 64em) {
  header .search-bar {
    float: none;
  }
  header .search-bar input[type="text"] {
    width: 100%;
  }
}

header .navigation-bar {
  background-color: #8b2332;
  margin: 3em 0 0 0;
}

header nav {
  float: left;
}

header nav li {
  float: left;
  position: relative;
}

header nav li a {
  display: block;
  line-height: 64px;
  font-size: 1.125em;
  padding: 0 1em;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.5s ease all;
}

header nav li.current a,
header nav li.section a,
header nav li a:hover {
  color: #FFFFFF;
  background-color: #db3e37;
}

@media screen and (max-width: 64em) {
  header nav {
    display: none;
  }
}

/* Dropdown */
header nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #222222;
  z-index: 2;
  transition: 0.15s ease all;
  margin-top: -10px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

header nav li:hover ul {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.15s ease all 0.3s;
}

header nav li ul li {
  float: none;
}

header nav li ul li a,
header nav li.current ul li a,
header nav li.section ul li a {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 0.875em;
  line-height: 1.2;
  padding: 1em;
}

header nav li ul li a:hover,
header nav li.current ul li a:hover,
header nav li.section ul li a:hover {
  background-color: #db3e37;
}

header nav li ul ul {
  top: 0;
  left: 100%;
}

/* Off Canvas Menu */
.off-canvas {
  background: #FFFFFF;
  height: 100%;
}

.off-canvas nav li a {
  display: block;
  text-decoration: none;
  color: #8b2332;
  font-weight: bold;
  padding: 10px;
}

.off-canvas nav li.login {
  padding: 10px;
}

.off-canvas nav li.login a {
  display: inline-block;
  border-radius: 3px;
  background-color: #8b2332;
  color: #FFF;
  padding: 10px;
}

.off-canvas nav li.login a:hover,
.off-canvas nav li.login a:focus {
  background-color: #db3e37;
}

.off-canvas nav li a:hover {
  background-color: #8b2332;
  color: #FFFFFF;
}

.off-canvas-content, .off-canvas-content {
  box-shadow: none;
}

.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #8b2332;
}

.is-drilldown-submenu-parent > a:hover::after {
  border-color: transparent transparent transparent #FFFFFF;
}

.js-drilldown-back > a {
  font-size: 0.875em;
}

.js-drilldown-back > a::before {
  border: inset 5px;
  border-color: transparent #393838 transparent transparent;
}

.js-drilldown-back > a:hover::before {
  border-color: transparent #FFFFFF transparent transparent;
}

.off-canvas button.close-button {
  margin: 10px;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 20px;
  transform: rotate(45deg);
  text-indent: 100%;
  overflow: hidden;
}

.off-canvas button.close-button:focus {
  outline: none;
  box-shadow: 0px 0px 3px rgba(139, 35, 50, 0.5);
}

.off-canvas button.close-button:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background: #000000;
  height: 2px;
  margin-top: -1px;
  width: 30px;
  margin-left: -15px;
}

.off-canvas button.close-button:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background: #000000;
  height: 30px;
  margin-top: -15px;
  width: 2px;
  margin-left: -1px;
}

.off-canvas button.close-button:hover:before,
.off-canvas button.close-button:hover:after {
  background: #8b2332;
}

.js-off-canvas-exit {
  background: rgba(0, 0, 0, 0.25);
  display: block;
  opacity: 0;
  visibility: hidden;
  left: 100%;
  transition: 0.5s ease opacity;
}

.js-off-canvas-exit.is-visible {
  opacity: 1;
  visibility: visible;
  left: 0;
}

/* Home Nav */
.home-nav {
  padding: 1em 0;
}

.option {
  margin: 1em 0;
}

.option h2 {
  text-align: center;
  color: #8b2332;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: normal;
}

.option h2 a {
  color: #8b2332;
  text-decoration: none;
}

.house {
  display: block;
  position: relative;
  color: #8b2332;
  margin: 0 auto 1em auto;
  max-width: 210px;
  transition: 0.5s ease all;
}

.house svg .overlay,
.house svg .strokesvg {
  transition: 0.5s ease all;
}

.house svg .overlay {
  opacity: 0;
}

.house:hover svg .overlay {
  opacity: 0.5;
}

.house:hover svg .strokesvg {
  stroke: #8b2332;
}

.house svg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Home Content */
.home-content {
  background: url(../images/pale-bg.png);
  padding: 3em 0;
}

/* Sponsors */
.home-sponsors {
  background-color: #FFFFFF;
  padding: 3em 0;
}

.home-sponsors h2 {
  font-size: 1.25em;
  color: #8b2332;
}

.home-sponsors hr {
  border-color: #8b2332;
  border: none;
  border-top: 1px solid #8b2332;
  margin: 2em 0;
}

ul.logos {
  margin: 12px 0px 0px 0px;
  margin: 0.75rem 0rem 0rem 0rem;
}

@supports (display: flex) {
  ul.logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

ul.logos li {
  display: inline-block;
  margin: 8px 32px 8px 32px;
  margin: 0.5rem 2rem 0.5rem 2rem;
  vertical-align: middle;
}

ul.logos li a {
  display: block;
}

ul.logos li img {
  display: block;
  max-width: 160px;
  transition: 0.5s all ease;
}

footer {
  background-color: #8b2332;
  padding: 2em 0 4em 0;
  color: #FFFFFF;
}

footer p {
  float: right;
  color: #FFFFFF;
  margin: 1em 0 1em 0;
  padding: 5px 0;
  line-height: 20px;
}

footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

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

/* Social */
footer .social {
  float: left;
}

footer .social li {
  float: left;
  margin: 1em 1em 1em 0;
}

footer .social li:last-child {
  margin-right: 0;
}

footer .social a {
  color: #FFFFFF;
}

footer .social svg {
  display: block;
  fill: #FFFFFF;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}

/* Footer Nav */
footer ul.menu {
  float: right;
}

footer ul.menu li {
  float: left;
  position: relative;
  margin: 1em 0;
}

footer ul.menu li:not(:last-child) {
  margin-right: 31px;
}

footer ul.menu li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -16px;
  width: 1px;
  height: 16px;
  background: #FFFFFF;
}

@media screen and (max-width: 40.063em) {
  footer {
    text-align: center;
  }
  footer p {
    float: none;
    margin: 0;
  }
  footer .social {
    float: none;
  }
  footer .social li {
    display: inline-block;
    float: none;
    margin: 0.5em;
  }
  /* Footer Nav */
  footer ul.menu {
    float: none;
  }
  footer ul.menu li,
  footer ul.menu li:not(:last-child) {
    display: inline-block;
    float: none;
    margin: 1em;
  }
  footer ul.menu li:not(:last-child):after {
    content: '';
    background: none;
  }
}

.sidebar {
  background: #8b2332;
  background: linear-gradient(225deg, transparent 55px, #8b2332 0) top right;
  padding: 2em 0 1em 0;
  position: relative;
  color: #FFFFFF;
  margin: 1em 0;
}

.sidebar h3 {
  font-size: 1.25em;
  padding: 0 24px 12px 24px;
  padding: 0 1.5rem 0.75rem 1.5rem;
  position: relative;
}

.sidebar h3:before {
  content: '';
  width: 34px;
  height: 16px;
  float: right;
  display: block;
}

.sidebar li a {
  color: #FFFFFF;
  display: block;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
  text-decoration: none;
}

.sidebar li a.current {
  font-weight: bold;
}

.sidebar li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.sidebar li ul {
  padding: 0px 0px 4px 0px;
  padding: 0rem 0rem 0.25rem 0rem;
}

.sidebar li li a {
  font-size: 14px;
  color: #e2c8c2;
  padding: 8px 24px 8px 24px;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}

.sidebar li li a.current {
  font-weight: bold;
  color: #FFFFFF;
}

.sidebar li li ul {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

/* Filter */
.sidebar .filter {
  padding: 0 24px 0 24px;
  padding: 0 1.5rem 0 1.5rem;
}

.sidebar .filter .title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.sidebar .filter .sec-title {
  margin: 20px 0 10px 0;
}

.sidebar .filter input[type="submit"] {
  font-size: 16px;
  line-height: 18px;
  padding: 10px;
  background: #db3e37;
  border: 1px solid #db3e37;
  border-radius: 5px;
  min-width: 0;
  width: 100%;
  float: none;
  margin: 10px 0px;
}

.sidebar .filter .field {
  float: none;
  margin: 0 0 10px 0;
}

.sidebar .filter label {
  color: #FFFFFF;
  padding: 0;
}

.sidebar .filter input[type="text"],
.sidebar .filter input[type="date"],
.sidebar .filter input[type="time"],
.sidebar .filter input[type="text"] {
  margin: 10px 0px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
}

.sidebar .filter input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -100px;
  left: -100px;
}

.sidebar .filter input[type="radio"] + label {
  padding-left: 20px;
}

.sidebar .filter input[type="radio"] + label span {
  background-image: url(../images/checkbox.png);
  background-image: url(../images/checkbox.svg), none;
  background-size: 20px 40px;
  background-position: 0px 0px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin: -1px 8px 0px -1px;
  vertical-align: middle;
  cursor: pointer;
}

.sidebar .filter input[type="radio"]:checked + label span {
  background-position: 0px -20px;
}

/* Breadcrumbs */
.breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  margin: 20px 0 20px 0;
}

.breadcrumbs a {
  color: #8b2332;
  text-decoration: none;
}

/* Search */
.whatResults {
  padding: 1.5em;
  margin: 1em 0;
  background-color: #FFFFFF;
}

.whatResults .searchQuery {
  margin: 0.25em 0 0 0;
}

.whatResults h1 {
  font-size: 1.25em;
  line-height: 1.75em;
  font-weight: bold;
  margin: 0;
  color: #8b2332;
}

.whatResults p {
  margin: 0;
  line-height: 1.5;
  color: #000;
}

ul.searchResults {
  padding: 0;
}

ul.searchResults li {
  list-style: none;
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px dotted #393838;
}

ul.searchResults li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

ul.searchResults li h4 {
  padding: 0;
  margin: 0.5em 0rem;
  color: #8b2332;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: bold;
}

ul.searchResults li h4 a {
  color: #8b2332;
  text-decoration: none;
}

ul.searchResults li p {
  padding: 0;
  margin: 0.5em 0;
  line-height: 1.2;
  color: #393838;
}

ul.searchResults li a.readMoreLink {
  margin: 0.5em 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  padding: 0.5em 0.75em;
  background-color: #8b2332;
  color: #FFFFFF;
}

ul.searchResults li a.readMoreLink:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/* Content */
.content {
  margin: 0px 0px;
}

.content hr {
  border-bottom: 1px solid #475562;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 16px 0px 16px 0px;
  margin: 1rem 0rem 1rem 0rem;
}

.content a {
  color: #8b2332;
  text-decoration: none;
}

.content .type {
  border-bottom: 1px solid;
  display: inline-block;
  font-size: 0.7em;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 2em;
  padding: 0.1em 0;
  text-align: left;
  text-transform: uppercase;
}

.content code {
  background: #F7F7F7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E0E0E0;
  font-family: monaco;
  font-size: 0.65em;
  font-style: normal;
  padding: 0.1em 0.4em;
  white-space: nowrap;
}

.content p.date {
  color: rgba(71, 85, 98, 0.4);
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

.content hr {
  width: 3em;
}

.content a.read-more {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 0.2em;
  position: relative;
  text-transform: uppercase;
}

.content a.read-more span {
  font-size: 1.7em;
  position: absolute;
  right: -10px;
  top: -2px;
}

.content p.author {
  font-style: italic;
}

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

.content:after {
  clear: both;
}

.content h1, .content h2, .content h3 {
  color: #8b2332;
  margin: 8px 0px 8px 0px;
  margin: 0.5rem 0rem 0.5rem 0rem;
}

.content h4, .content h5, .content h6 {
  font-weight: 600;
  margin: 12px 0px 12px 0px;
  margin: 0.75rem 0rem 0.75rem 0rem;
}

.content h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 600;
}

.content h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 600;
}

.content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
}

.content h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.content h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin: 12px 0px 0px 0px;
  margin: 0.75rem 0rem 0rem 0rem;
}

.content h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.content p {
  color: #393838;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 10px 0px 10px 0px;
  margin: 0.625rem 0rem 0.625rem 0rem;
}

.content p strong {
  color: #000000;
}

.content img {
  background-color: #EFEFEF;
  margin: 10px 0;
  max-width: 100%;
  border-radius: 5px;
}

.content img.left,
.content .captionImage.left,
.content img.floatleft {
  float: left;
  max-width: 50%;
  margin: 10px 20px 10px 0;
}

.content img.right,
.content .captionImage.right,
.content img.floatright {
  float: right;
  max-width: 50%;
  margin: 10px 0 10px 20px;
}

.content .captionImage,
.content .captionImage.left,
.content .captionImage.right {
  position: relative;
}

.content .captionImage img {
  margin: 0;
  float: none;
  max-width: 100%;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.content .captionImage p.caption {
  text-transform: uppercase;
  font-size: 1.25em;
  letter-spacing: 0.01em;
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.5);
  padding: 18px;
  color: #FFFFFF;
}

.content b,
.content strong {
  font-weight: bold;
}

.content i,
.content em {
  font-style: italic;
}

.content q,
.content blockquote {
  font-style: italic;
}

.content a,
.content a:link,
.content a:visited {
  color: #8b2332;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.content a:hover,
.content a:focus {
  text-decoration: underline;
}

.content a:active,
.content a:focus {
  color: #008ae0;
  text-decoration: none;
  outline: none;
}

.content ul {
  margin: 1em 0em;
}

.content ul li {
  list-style: none;
  position: relative;
  padding: 0px 0px 0px 22px;
  padding: 0rem 0rem 0rem 1.375rem;
}

.content ul li:before {
  content: '';
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-color: #8b2332;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 4px;
}

.content li {
  color: #393838;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 12px 0px 12px 0px;
  margin: 0.75rem 0rem 0.75rem 0rem;
}

.content ol {
  list-style: decimal;
}

.content ul li p,
.content ol li p {
  font-size: 1em;
}

.content table {
  max-width: 100%;
  margin: 8px 0;
  color: #4A4B4D;
  line-height: 1.8em;
  border-width: 1px;
  border-color: #4A4B4D;
  border-collapse: collapse;
}

.content table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #4A4B4D;
  text-align: left;
  font-weight: bold;
}

.content table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #4A4B4D;
}

.content .left {
  float: left;
  max-width: 99%;
}

.content .right {
  float: right;
  max-width: 99%;
}

.content .left img,
.content .right img {
  float: none;
  margin: 0;
}

.content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

.two-columns {
  column-count: 2;
  -webkit-column-count: 2;
  column-gap: 32px;
  -webkit-column-gap: 32px;
}

.two-columns p {
  color: #475562;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin: 0px 0px 16px 0px;
  margin: 0rem 0rem 1rem 0rem;
}

.two-columns p span {
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
}

/* Enquiry Form */
form {
  /* Overrides Foundation */
  /* Middle Column - Basic Styles */
  /* Field Labels */
  /* Right Title */
  /* Fields */
  /* Checkboxes and Radios */
  /* Inputs */
  /* Select fields */
  /* End of form */
  /* Submit Buttons */
  /* Reset Buttons */
  /* Content in forms */
  /* Table */
}

form fieldset {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
}

form .middleColumn {
  position: relative;
  /* Validation Errors */
}

form .middleColumn .message.required {
  position: absolute;
  top: 100%;
  left: 0px;
  opacity: 0.925;
  width: auto;
  z-index: 2;
}

form .middleColumn .message.required:after, form .middleColumn .message.required:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

form .middleColumn .message.required:after {
  border-color: rgba(250, 228, 232, 0);
  border-bottom-color: #FAE4E8;
  border-width: 10px;
  margin-left: -10px;
}

form .middleColumn .message.required:before {
  border-color: rgba(210, 156, 166, 0);
  border-bottom-color: #D29CA6;
  border-width: 11px;
  margin-left: -11px;
}

form legend.left,
form label {
  color: #8b2332;
  display: block;
  padding: 0px 0px 12px 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}

form legend.left.right,
form label.right {
  font-weight: normal;
  margin: 12px 0px 0px 0px;
  margin: 0.75rem 0rem 0rem 0rem;
  color: #848A92;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

form span.right-title {
  display: block;
  font-weight: normal;
  margin: 12px 0px 0px 0px;
  margin: 0.75rem 0rem 0rem 0rem;
  color: #848A92;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

form .requiredField > label:after {
  content: ' *';
  color: #8b2332;
}

form .field {
  float: left;
  width: 100%;
  margin: 1em 0;
  position: relative;
}

form .field.half {
  width: 48.5%;
  margin-right: 3%;
}

form .field.half.last {
  margin-right: 0;
}

@media all and (max-width: 40.063em) {
  form .field.half {
    width: 100%;
    margin-right: 0;
  }
}

form .field.third {
  width: 31.333333%;
  margin-right: 3%;
}

form .field.third.double {
  width: 65.666666%;
}

form .field.third.last {
  margin-right: 0;
}

@media all and (max-width: 52em) {
  form .field.third, form .field.third.last {
    width: 100%;
    margin-right: 0;
  }
}

form ul.optionset li {
  margin: 0 0 1em 0;
}

form ul label,
form .contact-options label,
form .field.checkbox label,
form .radio-field label,
form .checkbox-field label {
  float: none;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #393838;
  font-weight: normal;
  position: relative;
  text-transform: none;
}

form .radio-field label:hover,
form .checkbox-field label:hover {
  color: #343b41;
}

form input[type="radio"],
form input[type="checkbox"] {
  margin: 0;
  padding: 0;
}

form input[type="text"],
form input[type="date"],
form input[type="time"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
form input[type="file"],
form textarea {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  border: none;
  height: 42px;
  background-color: #F1F1EF;
  border: 1px solid #393838;
  color: #393838;
  padding: 12px 14px 12px 14px;
  padding: 0.75rem 0.875rem 0.75rem 0.875rem;
  background-clip: padding-box;
  margin: 0;
  transition: border 0.5s;
  -moz-appearance: none;
  -webkit-appearance: none;
}

form input[type="text"].required,
form input[type="date"].required,
form input[type="time"].required,
form input[type="password"].required,
form input[type="email"].required,
form input[type="tel"].required,
form input[type="file"].required,
form textarea.required {
  border-color: #D34151;
}

form input[type="text"].valid,
form input[type="date"].valid,
form input[type="time"].valid,
form input[type="password"].valid,
form input[type="email"].valid,
form input[type="tel"].valid,
form input[type="file"].valid,
form textarea.valid {
  border-color: #53C74B;
  color: darkgreen;
}

form input[type="text"].valid:focus, form input[type="text"].required:focus, form input[type="text"]:focus,
form input[type="date"].valid:focus,
form input[type="date"].required:focus,
form input[type="date"]:focus,
form input[type="time"].valid:focus,
form input[type="time"].required:focus,
form input[type="time"]:focus,
form input[type="password"].valid:focus,
form input[type="password"].required:focus,
form input[type="password"]:focus,
form input[type="email"].valid:focus,
form input[type="email"].required:focus,
form input[type="email"]:focus,
form input[type="tel"].valid:focus,
form input[type="tel"].required:focus,
form input[type="tel"]:focus,
form input[type="file"].valid:focus,
form input[type="file"].required:focus,
form input[type="file"]:focus,
form textarea.valid:focus,
form textarea.required:focus,
form textarea:focus {
  outline: none;
  border: 1px solid #8b2332;
  box-shadow: 0 0 3px rgba(139, 35, 50, 0.1);
}

form textarea {
  overflow: auto;
  resize: vertical;
  height: auto;
}

form select {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  border: none;
  background-color: #F1F1EF;
  background-position: right -14px center;
  border: 1px solid #393838;
  padding: 12px 28px 12px 14px;
  padding: 0.75rem 1.75rem 0.75rem 0.875rem;
  display: block;
  height: 42px;
  outline: none;
  margin: 0;
  position: relative;
  color: #393838;
}

form select:after {
  content: none;
}

form select:hover {
  background-color: #FFFFFF;
  border: 1px solid #8b2332;
  outline: none;
  box-shadow: none;
}

form select.valid:focus, form select.required:focus, form select:focus {
  outline: none;
  border: 1px solid #8b2332;
  box-shadow: 0 0 3px rgba(139, 35, 50, 0.1);
}

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

form input[type="submit"],
form input[type="button"],
form button {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 10px 0px 10px 0px;
  margin: 0.625rem 0rem 0.625rem 0rem;
  padding: 18px 16px 18px 16px;
  padding: 1.125rem 1rem 1.125rem 1rem;
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
  color: #FFFFFF;
  float: right;
  min-width: 180px;
  text-align: center;
  background-color: #8b2332;
}

form input[type="submit"]:hover,
form input[type="button"]:hover,
form button:hover {
  text-decoration: none;
}

form input[type="reset"] {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  margin: 12px 0px;
  margin: 0.75rem 0rem;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  border: none;
  outline: none;
  color: #222222;
  float: none;
  text-align: center;
  background-color: #EFEFEF;
  border-radius: 28px;
}

form input[type="reset"]:hover {
  opacity: 0.75;
}

form p {
  color: #4A4B4D;
  font-size: 1em;
  line-height: 1.65em;
}

form fieldset.userformsgroup {
  border: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

form h2,
form h3,
form h4,
form h5,
form h6 {
  font-weight: bold;
  float: left;
  width: 100%;
  border-bottom: 2px solid #CAD6E2;
  margin: 24px 0px 12px 0px;
  margin: 1.5rem 0rem 0.75rem 0rem;
  padding: 0px 0px 12px 0px;
  padding: 0rem 0rem 0.75rem 0rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}

form h2 span,
form h3 span,
form h4 span,
form h5 span,
form h6 span {
  display: inline-block;
  background: #E0E3E6;
  color: #8b2332;
  font-weight: 700;
  border-radius: 20px;
  min-width: 28px;
  margin: 12px 12px 12px 0px;
  margin: 0.75rem 0.75rem 0.75rem 0rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}

form p#ForgotPassword {
  padding: 16px 0px 0px 0px;
}

form a {
  color: #128eb7;
  text-decoration: none;
  position: relative;
}

form a:hover {
  text-decoration: underline;
}

form table {
  margin: 0px;
  width: 100%;
  background-color: #f7f9fa;
  border: 1px solid #dee0e3;
}

form table .field {
  margin: 0px;
  padding: 0px;
}

form table th {
  font-weight: bold;
  background-color: #2C3134;
  color: #FFFFFF;
  padding: 0.5rem 0.625rem;
}

form table td {
  font-size: 1.125em;
}

form table a {
  color: #222222;
  font-weight: bold;
}

form table .total {
  border-top: 1px solid #dee0e3;
}

form table .total td {
  font-weight: bold;
  font-size: 1.25em;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Credit Card */
.credit-card .secure {
  float: left;
  width: 100%;
  padding: 20px;
  margin: 10px 0px 20px 0px;
  background-color: #f7f9fa;
  border: 1px solid #dee0e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Payment Icons */
.payment-icons {
  min-height: 29px;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.payment-icons li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 38px;
  height: 29px;
  background-image: url(../images/paymenticons.png);
  background-repeat: no-repeat;
  background-size: 228px 71px;
}

.payment-icons li.first {
  background-position: 0px 0px;
}

.payment-icons li.mastercard {
  background-position: -38px 0px;
}

.payment-icons li.visa {
  background-position: -76px 0px;
}

.payment-icons li.amex {
  background-position: -114px 0px;
}

.payment-icons li.discover {
  background-position: -152px 0px;
}

.payment-icons li.paypal {
  background-position: -190px 0px;
}

.payment-icons li.eway {
  float: right;
  width: 90px;
  height: 42px;
  background-position: 0px -29px;
  margin-bottom: 10px;
}

label.right {
  text-align: left;
  color: #393838;
}

/* Messages (eg. Validation Messages) */
.message {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin: 12px 0px;
  margin: 0.75rem 0rem;
  background: #E3EFF2;
  color: #04466f;
  border-radius: 3px;
  float: left;
  width: 100%;
}

.message.error {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
}

.message.good {
  background: #e1f5e1;
  color: darkgreen;
  border-color: #9cd29c;
}

.message.bad, .message.required {
  background: #FAE4E8;
  color: #7e0714;
  border-color: #D29CA6;
}

.pagination-centered p {
  text-align: center;
  font-size: 0.75em;
  margin: 1em 0 0 0;
}

ul.pagination {
  text-align: center;
  font-size: 0;
}

ul.pagination li {
  margin: 5px;
  display: inline;
  zoom: 1;
  display: inline-block;
  font-size: 18px;
  height: auto;
}

ul.pagination li.current {
  padding: 10px;
  background: #8b2332;
  border: 1px solid #8b2332;
  color: #FFFFFF;
  border-radius: 3px;
  min-width: 40px;
}

ul.pagination li a {
  display: block;
  padding: 10px;
  color: #8b2332;
  font-weight: bold;
  border: 1px solid #B5BFC5;
  border-radius: 3px;
  text-decoration: none;
  min-width: 40px;
}

ul.pagination li a:hover {
  border: 1px solid #8b2332;
  background: #FFFFFF;
}

ul.pagination li.unavailable {
  border: 1px solid #EFEFEF;
  font-weight: normal;
  padding: 10px;
  color: #677279;
  font-weight: bold;
  border: 1px solid #B5BFC5;
  border-radius: 3px;
  text-decoration: none;
  min-width: 40px;
}

.log-in-box {
  background-color: #FFF;
  padding: 20px 32px;
  padding: 1.25rem 2rem;
  border: 1px solid #393838;
  margin: 16px 0;
  margin: 1rem 0;
}

/* Resources */
.resources .title {
  color: #8b2332;
  font-size: 1.675em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.resources .grid {
  max-width: 64.375rem;
  margin-left: auto;
  margin-right: auto;
  margin: 0 -15px;
  margin: 0 -0.9375rem;
}

.resources .grid::before, .resources .grid::after {
  content: ' ';
  display: table;
}

.resources .grid::after {
  clear: both;
}

.resources .grid li {
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0.9375rem 0;
}

.resources .grid li:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 800px) {
  .resources .grid li {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .resources .grid li:last-child:not(:first-child) {
    float: right;
  }
}

.resources .grid li:last-child:not(:first-child) {
  float: left;
}

.resources {
  margin: 16px 0;
  margin: 1em 0;
}

.resources li a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #393838;
  color: #393838;
  line-height: 1.6;
  padding: 20px 20px 20px 112px;
  position: relative;
  min-height: 120px;
  text-decoration: none;
}

.resources li a .title {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: bold;
  color: #8b2332;
  line-height: 1.25em;
  margin: 0px 0px 4px 0px;
  word-wrap: break-word;
}

.resources li a:hover {
  text-decoration: none;
  background-color: #8b2332;
  border: 1px solid #8b2332;
  color: #FFFFFF;
}

.resources li a:hover .title {
  color: #FFFFFF;
}

.resources li a .icon {
  height: 80px;
  width: 72px;
  position: absolute;
  left: 20px;
  top: 20px;
  background-image: url("../images/files.png");
  background-position: 0px 0px;
}

.resources li.pdf a .icon {
  background-position: -72px;
}

.resources li.doc a .icon {
  background-position: -144px;
}

.resources li.xls a .icon {
  background-position: -216px;
}

.resources li.ppt a .icon {
  background-position: -288px;
}

.resources li.jpg a .icon {
  background-position: -360px;
}

.resources li.png a .icon {
  background-position: -432px;
}

.resources li.zip a .icon {
  background-position: -504px;
}

/* Listings */
.listings {
  margin: 16px 0;
  margin: 1rem 0;
}

.listings a {
  display: block;
  text-decoration: none;
  background-color: #FFF;
  padding: 32px;
  padding: 2rem;
  margin-bottom: 1px;
}

.listings a .title {
  color: #8b2332;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.75rem;
}

.listings a .description {
  color: #393838;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

/*** Pages ***/

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