@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
/**
 * 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: 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"] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  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%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #3b3b3b;
  background: #ffffff;
  -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: 1.25rem; }

select {
  width: 100%;
  border-radius: 1.25rem; }

#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: 1.25rem;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 75rem;
  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 {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        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.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      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.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.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.33333%;
  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.66667%;
  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-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .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.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.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.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%;
    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.66667%;
    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-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .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 {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .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.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%;
    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.66667%;
    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-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .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 {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row,
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p, .p {
  font-size: inherit;
  line-height: 1.875;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small,
  .h1 small,
  .h2 small,
  .h3 small,
  .h4 small,
  .h5 small,
  .h6 small {
    color: #a2a2a2;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.25rem; }
  h3 {
    font-size: 1.625rem; } }

a {
  color: #42b7e9;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #6dc05d; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 2px solid #e3e3e3;
  border-left: 0;
  margin: 1.25rem 0.625rem;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.875;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #a2a2a2; }
  blockquote, blockquote p {
    line-height: 1.875;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #3b3b3b;
  cursor: help;
  border-bottom: 1px dotted #3b3b3b; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #3b3b3b;
  background-color: #e3e3e3;
  border: 1px solid #a2a2a2;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e3e3e3;
  color: #3b3b3b;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 1.25rem; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 1.25rem;
  padding: 0.625rem 1.25rem;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #42b7e9;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #6dc05d;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #42b7e9;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #199ed6;
      color: #ffffff; }
  .button.secondary {
    background-color: #777;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #ffffff; }
  .button.success {
    background-color: #3adb76;
    color: #ffffff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #ffffff; }
  .button.warning {
    background-color: #ffae00;
    color: #ffffff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button.alert {
    background-color: #ec5840;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #42b7e9;
    color: #42b7e9; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #106286;
      color: #106286; }
    .button.hollow.primary {
      border: 1px solid #42b7e9;
      color: #42b7e9; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #106286;
        color: #106286; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #42b7e9;
      color: #ffffff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.25rem;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #a2a2a2;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #3b3b3b;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(59, 59, 59, 0.1);
  box-shadow: inset 0 1px 2px rgba(59, 59, 59, 0.1);
  border-radius: 1.25rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -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: #ffffff;
    outline: none;
    -webkit-box-shadow: 0 0 5px #a2a2a2;
    box-shadow: 0 0 5px #a2a2a2;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a2a2a2; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a2a2a2; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a2a2a2; }

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

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

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

input[type="search"] {
  -webkit-box-sizing: border-box;
  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: #3b3b3b; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 1.25rem 0 0 1.25rem; }
  .input-group > :last-child > * {
    border-radius: 0 1.25rem 1.25rem 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: #e3e3e3;
  color: #3b3b3b;
  border: 1px solid #a2a2a2;
  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 #a2a2a2;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #a2a2a2;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #3b3b3b;
  background-color: #ffffff;
  border-radius: 1.25rem;
  -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%28138, 138, 138%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: #e3e3e3;
    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; }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(59, 59, 59, 0.25);
  border-radius: 0;
  position: relative;
  color: #3b3b3b;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #e3f4fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #3b3b3b; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #42b7e9; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .menu-icon:hover::after {
    background: #a2a2a2;
    -webkit-box-shadow: 0 7px 0 #a2a2a2, 0 14px 0 #a2a2a2;
    box-shadow: 0 7px 0 #a2a2a2, 0 14px 0 #a2a2a2; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #3b3b3b;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #3b3b3b, 0 14px 0 #3b3b3b;
    box-shadow: 0 7px 0 #3b3b3b, 0 14px 0 #3b3b3b; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    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 #42b7e9;
    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 #42b7e9 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #a2a2a2;
  border-radius: 1.25rem;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #42b7e9 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #42b7e9 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #42b7e9;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #42b7e9 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #42b7e9 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #42b7e9;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #42b7e9 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #42b7e9 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #42b7e9;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #42b7e9 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #42b7e9 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #42b7e9;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #a2a2a2; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #42b7e9 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #42b7e9;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 1.25rem;
  background: #42b7e9;
  color: #ffffff; }
  .label.secondary {
    background: #777;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #ffffff; }
  .label.warning {
    background: #ffae00;
    color: #ffffff; }
  .label.alert {
    background: #ec5840;
    color: #ffffff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

html,
body {
  height: 100%; }

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

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-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: #ffffff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(59, 59, 59, 0.5);
  box-shadow: 0 0 10px rgba(59, 59, 59, 0.5); }

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

.off-canvas {
  position: absolute;
  background: #e3e3e3;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
      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; } }

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 1.25rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #3b3b3b;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 1.25rem; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e3e3e3; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #42b7e9;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #a2a2a2;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #3b3b3b; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(59, 59, 59, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #a2a2a2;
  background-color: #ffffff;
  border-radius: 1.25rem;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 1.25rem; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead {
    background: #f9f9f9;
    color: #3b3b3b; }
  tfoot {
    background: #f2f2f2;
    color: #3b3b3b; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #fafafa; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

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

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

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

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-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; }

/* MIXINS 
================================= */
/* Useful misc classes */
.centre {
  text-align: center; }

.centre_small {
  text-align: center; }
  @media screen and (min-width: 40em) {
    .centre_small {
      text-align: left; } }

.relative {
  position: relative; }

.visible {
  visibility: visible; }

.hidden {
  visibility: hidden;
  display: none !important; }

.clear {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

/* Margins */
.no_marg_top {
  margin-top: 0 !important; }

.no_marg_bot {
  margin-bottom: 0 !important; }

.no_marg_left {
  margin-left: 0 !important; }

.no_marg_right {
  margin-right: 0 !important; }

.no_marg {
  margin: 0 !important; }

.no_marg_small {
  margin: 0 !important; }
  @media screen and (min-width: 40em) {
    .no_marg_small {
      margin: inherit !important; } }

/* Paddings */
.no_pad_top {
  padding-top: 0 !important; }

.no_pad_bot {
  padding-bottom: 0 !important; }

.no_pad_left {
  padding-left: 0 !important; }

.no_pad_right {
  padding-right: 0 !important; }

.no_pad {
  padding: 0 !important; }

.no_pad_small {
  padding: 0 !important; }
  @media screen and (min-width: 40em) {
    .no_pad_small {
      padding: 0 0.9375rem !important; } }

.sr_only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

body, .off-canvas-content {
  background: #46b8ea;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #46b8ea, #9fd5f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #46b8ea, #9fd5f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #46b8ea, #9fd5f4);
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(#46b8ea), to(#9fd5f4));
  background: -webkit-linear-gradient(top left, #46b8ea, #9fd5f4);
  background: -o-linear-gradient(top left, #46b8ea, #9fd5f4);
  background: linear-gradient(to bottom right, #46b8ea, #9fd5f4);
  /* Standard syntax */ }

.off-canvas-content {
  min-height: 100vh;
  position: relative;
  padding-bottom: 10rem;
  overflow: hidden; }
  @media screen and (min-width: 40em) {
    .off-canvas-content {
      padding-bottom: 6.25rem; } }

.off-canvas.position-right {
  overflow-x: hidden; }

/* TYPOGRAPHY
============================================= */
h1 {
  margin-top: 1.25rem; }
  @media screen and (min-width: 40em) {
    h1 {
      font-size: 2.25rem; } }

h2, .h2 {
  margin-bottom: 1.25rem; }
  h2:after, .h2:after {
    content: '';
    display: block;
    width: 50px;
    border-bottom: solid 3px #42b7e9;
    margin-top: 0.625rem; }
  h2.text-center:after, .h2.text-center:after {
    margin: 0.625rem auto; }
  h2.white, .h2.white {
    color: #ffffff; }
  h2.no_border:after, .h2.no_border:after {
    display: none; }

.text-center h2:after {
  margin: 0.625rem auto; }

@media screen and (min-width: 40em) {
  h3 {
    font-size: 1.625rem; } }

@media screen and (min-width: 40em) {
  p {
    font-size: 1rem; } }

p.large_text {
  font-size: 1.125rem;
  line-height: 1.6; }

p.small_text {
  font-size: 0.8125rem; }

p.white {
  color: #ffffff; }

@media screen and (min-width: 40em) {
  hr {
    margin: 1.25rem 0.9375rem; } }

.columns hr {
  margin: 1.25rem 0; }

/* BUTTONS 
============================================= */
.button {
  padding: 0.625rem 1.25rem;
  border-radius: 1.25rem;
  text-align: center;
  background: #42b7e9;
  display: inline-block;
  margin: 0.625rem 0;
  color: #ffffff; }
  @media screen and (min-width: 40em) {
    .button {
      padding: 0.9375rem 1.875rem;
      border-radius: 1.5625rem;
      font-weight: 700;
      font-size: 1rem; } }
  .button:hover, .button:focus {
    background: #6dc05d; }
    .button:hover svg, .button:focus svg {
      fill: #ffffff; }
  .button.white {
    background: #ffffff;
    color: #42b7e9; }
    .button.white:hover, .button.white:focus {
      background-color: #6dc05d;
      color: #ffffff; }
    .button.white.border {
      border: solid 2px #42b7e9; }
      .button.white.border:hover, .button.white.border:focus {
        border-color: #6dc05d; }
  .button svg {
    display: inline-block;
    float: right;
    fill: #42b7e9;
    width: 9px;
    height: 16px;
    margin-left: 0.625rem;
    margin-top: -1px; }
  .button.twitter, .button.facebook {
    padding-left: 1.25rem; }
    .button.twitter svg, .button.facebook svg {
      float: left;
      width: auto;
      height: 1.25rem;
      fill: #ffffff;
      margin: 0 0.625rem 0 0; }

.read_more {
  display: inline-block; }
  .read_more:after {
    content: '';
    width: 0.625rem;
    height: 0.75rem;
    margin-left: 0.9375rem;
    margin-top: 0.5625rem;
    float: right;
    background: url(../img/arrow.png) 0 0 no-repeat; }
  .read_more:hover:after, .read_more:focus:after {
    background-position: 0 -12px; }
  .read_more.active:after {
    display: none; }

/* TABLES
============================================= */
table thead {
  background: #42b7e9;
  color: #ffffff;
  border: none; }

table tbody {
  border: solid 1px #e3e3e3;
  background: #ffffff; }
  table tbody tr:nth-child(even) {
    background: #e3e3e3; }

/* FORMS
============================================= */
form span.required {
  display: block;
  float: left;
  font-size: 0.625rem;
  text-transform: uppercase;
  border-top-right-radius: 0.3125rem 0.3125rem;
  border-top-left-radius: 0.3125rem 0.3125rem;
  padding: 0 0.1875rem;
  background: #e3e3e3;
  color: #3b3b3b; }

form label, form p.lbl {
  font-size: 1rem;
  color: #3b3b3b; }
  form label.active, form p.lbl.active {
    color: #42b7e9; }
  form label span.required, form p.lbl span.required {
    display: inline-block;
    float: none;
    margin-left: 5px;
    border-radius: 0.3125rem; }

form [type=color], form [type=date], form [type=datetime-local], form [type=datetime], form [type=email], form [type=month], form [type=number], form [type=password], form [type=search], form [type=tel], form [type=text], form [type=time], form [type=url], form [type=week], form textarea, form select {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #e3e3e3;
  border-radius: 0.9375rem;
  background-color: #ffffff;
  color: #3b3b3b; }
  form [type=color]:focus, form [type=date]:focus, form [type=datetime-local]:focus, form [type=datetime]:focus, form [type=email]:focus, form [type=month]:focus, form [type=number]:focus, form [type=password]:focus, form [type=search]:focus, form [type=tel]:focus, form [type=text]:focus, form [type=time]:focus, form [type=url]:focus, form [type=week]:focus, form textarea:focus, form select:focus {
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
  form [type=color].required, form [type=date].required, form [type=datetime-local].required, form [type=datetime].required, form [type=email].required, form [type=month].required, form [type=number].required, form [type=password].required, form [type=search].required, form [type=tel].required, form [type=text].required, form [type=time].required, form [type=url].required, form [type=week].required, form textarea.required, form select.required {
    border-top-left-radius: 0 0; }
  form [type=color].error, form [type=date].error, form [type=datetime-local].error, form [type=datetime].error, form [type=email].error, form [type=month].error, form [type=number].error, form [type=password].error, form [type=search].error, form [type=tel].error, form [type=text].error, form [type=time].error, form [type=url].error, form [type=week].error, form textarea.error, form select.error {
    border-color: #c0afac;
    margin-bottom: 0;
    border-bottom-left-radius: 0px 0px;
    border-bottom-right-radius: 0px 0px; }

form select {
  background-position: center right; }

form ::-webkit-input-placeholder {
  color: #3b3b3b; }

form :-moz-placeholder {
  color: #3b3b3b; }

form ::-moz-placeholder {
  color: #3b3b3b; }

form :-ms-input-placeholder {
  color: #3b3b3b; }

form .callout.alert.field {
  padding: 0.3125rem 0.625rem;
  border-bottom-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
  border-top: none;
  margin-bottom: 0.9375rem; }

form .callout.alert.inline {
  padding: 0.3125rem 0.625rem;
  border-radius: 0.9375rem; }

form .callout.alert.field p, form .callout.alert.inline p {
  font-weight: 700; }

form .callout.alert.field ul, form .callout.alert.inline ul {
  list-style: none;
  margin: 0; }
  form .callout.alert.field ul li, form .callout.alert.inline ul li {
    font-weight: 700; }

/* MISC
============================================= */
.white_bg {
  background: #ffffff;
  padding: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 40em) {
    .white_bg {
      padding: 0.9375rem;
      width: calc(100% - 1.875rem);
      border-radius: 1.25rem; } }
  @media screen and (min-width: 75em) {
    .white_bg {
      margin-top: 0.9375rem; } }

.big_marg {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 64em) {
    .big_marg {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; } }

.large_row {
  max-width: 76.875rem; }

img.event_img {
  max-width: 100%;
  width: 300px;
  border-radius: 0.9375rem;
  margin-bottom: 0.9375rem; }
  @media screen and (min-width: 64em) {
    img.event_img {
      margin-left: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .right_large {
    float: right; } }

/* Location overlay 
======================================= */
#in_this_park {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: -webkit-gradient(linear, left top, right bottom, from(#46b8ea), to(#9fd5f4));
  background: -webkit-linear-gradient(top left, #46b8ea, #9fd5f4);
  background: -o-linear-gradient(top left, #46b8ea, #9fd5f4);
  background: linear-gradient(to bottom right, #46b8ea, #9fd5f4);
  /* Standard syntax */ }
  #in_this_park .content {
    background: #ffffff;
    border-radius: 0.9375rem;
    position: relative;
    padding: 0.9375rem;
    margin: 0.9375rem;
    height: calc(100vh - 1.875rem); }
    @media screen and (min-width: 40em) {
      #in_this_park .content {
        max-width: 40rem;
        margin: 0.9375rem auto; } }
    #in_this_park .content .vert_centre {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #in_this_park .content p {
      text-align: center; }
      #in_this_park .content p.bottom_link {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
      #in_this_park .content p img.logo {
        max-width: 150px; }

.social-experience-form label:hover {
  cursor: default; }

.social-experience-form label span {
  display: block;
  text-align: center;
  border: solid 2px #42b7e9;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 2.5rem;
  border-radius: 0.9375rem;
  position: relative; }
  .social-experience-form label span:hover {
    color: #42b7e9;
    cursor: pointer; }

.social-experience-form label input[type="radio"], .social-experience-form label input[type="checkbox"] {
  display: none; }
  .social-experience-form label input[type="radio"]:checked + span, .social-experience-form label input[type="checkbox"]:checked + span {
    color: #ffffff;
    background: #42b7e9; }
    .social-experience-form label input[type="radio"]:checked + span:hover, .social-experience-form label input[type="checkbox"]:checked + span:hover {
      cursor: default; }
    .social-experience-form label input[type="radio"]:checked + span:before, .social-experience-form label input[type="checkbox"]:checked + span:before {
      content: '';
      display: block;
      position: absolute;
      width: 1.6875rem;
      height: 1.25rem;
      background: url(../img/white_tick.png);
      left: 0.625rem;
      top: 0.5625rem; }

/* FOOTER ============================== */
footer {
  background: #ffffff;
  border-top: solid 2px #e3e3e3;
  position: absolute;
  bottom: 0;
  width: 100%; }
  @media screen and (min-width: 40em) {
    footer {
      border: none;
      margin-top: 1.875rem; } }
  @media screen and (min-width: 75em) {
    footer {
      margin-top: 2.1875rem; } }
  footer .menu {
    margin: 0.9375rem 0 1.875rem 0; }
    @media screen and (min-width: 40em) {
      footer .menu {
        float: left;
        margin-bottom: 0.9375rem; } }
    footer .menu li {
      border-right: solid 1px rgba(0, 0, 0, 0.15); }
      footer .menu li:last-child {
        border: none; }
  footer ul.social {
    list-style: none;
    margin: 0.9375rem 0 0.625rem 0;
    padding: 0;
    text-align: center; }
    @media screen and (min-width: 40em) {
      footer ul.social {
        float: right;
        text-align: left; } }
    footer ul.social li {
      display: inline-block;
      padding: 0 0.3125rem; }
      footer ul.social li a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 0.3125rem;
        overflow: hidden;
        -webkit-transition: background 0.1s ease-in;
        -o-transition: background 0.1s ease-in;
        transition: background 0.1s ease-in; }
        footer ul.social li a svg {
          fill: #ffffff;
          display: block;
          width: 100%; }
        footer ul.social li a.facebook {
          background: #47639e; }
          footer ul.social li a.facebook:hover, footer ul.social li a.facebook:focus {
            background: #004ae5; }
          footer ul.social li a.facebook svg {
            width: 15px;
            height: 29px;
            float: right;
            margin-right: 0.5rem;
            margin-top: 0.6875rem; }
        footer ul.social li a.twitter {
          background: #50a6e6; }
          footer ul.social li a.twitter:hover, footer ul.social li a.twitter:focus {
            background: #37aaff; }
          footer ul.social li a.twitter svg {
            width: 25px;
            height: 21px;
            float: left;
            margin: 0.625rem 0.4375rem; }
        footer ul.social li a.instagram {
          background: #df2b6d; }
          footer ul.social li a.instagram:hover, footer ul.social li a.instagram:focus {
            background: #ff0b64; }
          footer ul.social li a.instagram svg {
            width: 35px;
            height: 35px;
            float: left;
            margin: 2px 2px 3px 3px; }

header {
  padding: 0.625rem 0.625rem 1.25rem 0.625rem; }

a.logo {
  display: block;
  max-width: 220px; }
  a.logo img {
    width: 100%;
    max-width: 100%; }

a.nav_logo {
  display: block;
  max-width: 180px;
  margin: 0.625rem auto; }

a.nav_logo img {
  width: 100%;
  max-width: 100%; }

/* MOBILE SEARCH FORM 
============================================= */
#search_small input.addsearch {
  margin: 1.25rem 0.9375rem 0.625rem 0.9375rem;
  border-radius: 0.9375rem;
  width: calc(100% - 30px); }
  #search_small input.addsearch:after {
    content: '';
    display: block;
    clear: both; }

/* MAIN SEARCH FORM
================================ */
input.addsearch {
  background: #ffffff;
  padding: 0.625rem 2.5rem 0.625rem 0.625rem;
  border-radius: 0.625rem;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 77.6' preserveAspectRatio='xMidYMid'%3E%3Cpath style='fill:%2342b7e9; transition: fill 200ms ease-out;' d='M78.6,76.2c-1.9,1.9-4.9,1.9-6.7,0L51.5,55.8c-5.4,4.5-12.4,7.2-20,7.2C14.1,63,0,48.9,0,31.5S14.1,0,31.5,0S63,14.1,63,31.5c0,6.4-1.9,12.3-5.1,17.2l20.7,20.7C80.4,71.3,80.4,74.3,78.6,76.2z M31.5,9.7c-12,0-21.8,9.8-21.8,21.8s9.8,21.8,21.8,21.8s21.8-9.8,21.8-21.8S43.6,9.7,31.5,9.7z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 1.25rem 1.25rem;
  background-position: calc(100% - 15px) 50% !important; }
  input.addsearch:hover, input.addsearch:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

#addsearch-results {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important; }
  #addsearch-results .addsearch-result-item-sub {
    width: calc(100% - 12px) !important; }
    #addsearch-results .addsearch-result-item-sub div {
      width: calc(100% - 186px) !important; }
    #addsearch-results .addsearch-result-item-sub h1, #addsearch-results .addsearch-result-item-sub h2 {
      margin-bottom: 1rem !important; }
      #addsearch-results .addsearch-result-item-sub h1 a, #addsearch-results .addsearch-result-item-sub h2 a {
        color: #42b7e9 !important;
        padding-bottom: 0 !important; }
    #addsearch-results .addsearch-result-item-sub-active {
      background-color: rgba(59, 59, 59, 0.045) !important; }
  #addsearch-results #addsearch-results-mid {
    background-image: none !important; }
  #addsearch-results #addsearch-results-right {
    width: 0.75rem !important;
    margin-left: calc(100% - 15px) !important; }
    #addsearch-results #addsearch-results-right #addsearch-pic {
      display: none !important; }

/* MOBILE HAMBURGER
================================= */
a.menu-trigger {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 1.0625rem 0.625rem 0 0.625rem;
  z-index: 999; }
  a.menu-trigger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px; }
    a.menu-trigger span:before, a.menu-trigger span:after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ffffff;
      content: '';
      border-radius: 2px;
      -webkit-transition: transform 0.3s;
      -moz-transition: transform 0.3s;
      -o-transition: transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    a.menu-trigger span:before {
      -webkit-transform: translateY(-275%);
      -ms-transform: translateY(-275%);
      transform: translateY(-275%); }
    a.menu-trigger span:after {
      -webkit-transform: translateY(275%);
      -ms-transform: translateY(275%);
      transform: translateY(275%); }
  a.menu-trigger:hover span, a.menu-trigger:hover span:before, a.menu-trigger:hover span:after,
  a.menu-trigger:focus span, a.menu-trigger:focus span:before, a.menu-trigger:focus span:after {
    background-color: #42b7e9; }

.is-off-canvas-open a.menu-trigger span {
  background-color: transparent; }
  .is-off-canvas-open a.menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    background-color: #42b7e9; }
  .is-off-canvas-open a.menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    background-color: #42b7e9; }

/* OFF CANVAS NAVIGATION
========================================= */
.js-off-canvas-exit {
  background: rgba(255, 255, 255, 0.8); }

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

.off-canvas {
  background: transparent; }
  .off-canvas a {
    color: #ffffff; }
    .off-canvas a:after {
      content: '';
      display: block;
      width: 30px;
      border-bottom: solid 3px rgba(255, 255, 255, 0.2);
      margin: 0.9375rem auto 0.3125rem auto; }
    .off-canvas a.nav_logo:after {
      display: none; }

header .menu {
  margin-top: 0.9375rem; }
  header .menu li {
    border-left: solid 1px rgba(255, 255, 255, 0.3); }
    @media screen and (min-width: 64em) {
      header .menu li {
        padding: 0 0.625rem; }
        header .menu li.search {
          padding: 0; } }
    header .menu li:first-child, header .menu li.search, header .menu li#search_medium {
      border: none; }
    header .menu li#search_medium {
      padding: 0; }
    header .menu li a {
      color: #ffffff;
      padding: 0.625rem 0.9375rem; }
      header .menu li a:after {
        display: block;
        content: '';
        border-bottom: solid 2px rgba(255, 255, 255, 0); }
      header .menu li a:hover, header .menu li a:focus {
        color: #ffffff; }
        header .menu li a:hover:after, header .menu li a:focus:after {
          border-bottom: solid 2px rgba(255, 255, 255, 0.5); }
    header .menu li.search table td {
      padding: 0; }
    header .menu li.active a {
      background: none; }
      header .menu li.active a:after {
        border-bottom: solid 2px rgba(255, 255, 255, 0.5); }

.homepage .off-canvas-content {
  position: relative;
  min-height: 100vh; }

.homepage header {
  position: relative;
  z-index: 2; }

.homepage footer {
  display: none; }
  @media screen and (min-width: 40em) {
    .homepage footer {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 2; } }

.homepage_content {
  position: absolute;
  margin-top: -85px;
  padding-top: 85px;
  height: calc(100%);
  width: 100%;
  z-index: 1;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .homepage_content {
      height: calc(100% - 70px); } }
  @media screen and (min-width: 64em) {
    .homepage_content {
      height: calc(100% - 65px); } }
  .homepage_content:before {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 1;
    background: url(../img/clouds.png) 0 0 repeat-x; }
    @media screen and (min-width: 40em) {
      .homepage_content:before {
        top: 130px;
        -webkit-animation: moveClouds 400s linear infinite;
        animation: moveClouds 400s linear infinite; } }
    @media screen and (min-width: 64em) {
      .homepage_content:before {
        top: 100px; } }
    @media screen and (min-width: 75em) {
      .homepage_content:before {
        top: 200px; } }
  @media screen and (min-width: 40em) {
    .homepage_content .clouds {
      display: block;
      width: 100%;
      height: 300px;
      position: absolute;
      left: 0;
      top: 100px;
      z-index: 1;
      background: url(../img/clouds3.png) 0 0 repeat-x;
      -webkit-animation: moveClouds 1000s linear infinite;
      animation: moveClouds 1000s linear infinite; } }
  @media screen and (min-width: 75em) {
    .homepage_content .clouds {
      top: 180px; } }
  .homepage_content:after {
    content: '';
    display: block;
    width: 145px;
    height: 145px;
    background: url(../img/sun.png);
    background-size: 145px 145px;
    position: absolute;
    top: 110px;
    left: -60px;
    z-index: 0; }
    @media screen and (min-width: 40em) {
      .homepage_content:after {
        background-position: calc(50%) 0; } }
    @media screen and (min-width: 64em) {
      .homepage_content:after {
        left: calc((100vw - 75rem) / 2); } }
  .homepage_content h1, .homepage_content h2 {
    color: #ffffff;
    text-shadow: -1px -1px 0 #42b7e9, 1px -1px 0 #42b7e9, -1px 1px 0 #42b7e9, 1px 1px 0 #42b7e9; }
  .homepage_content h2:after {
    display: none; }
  @media screen and (min-width: 40em) {
    .homepage_content h1 {
      font-size: 3.125rem; } }
  @media screen and (min-width: 40em) {
    .homepage_content h2 {
      font-size: 2.25rem; } }
  .homepage_content form {
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 40em) {
      .homepage_content form {
        max-width: 75rem;
        margin: 0 auto; } }
    .homepage_content form label {
      display: block;
      position: relative;
      padding: 1.25rem 0;
      margin: 0 1.25rem; }
      @media screen and (min-width: 40em) {
        .homepage_content form label {
          display: block;
          position: relative;
          padding: 1.25rem 0;
          margin: 0 0.625rem;
          float: left;
          width: calc(25% - 1.25rem);
          padding-top: 140px; } }
      .homepage_content form label:before {
        display: block;
        content: '';
        width: 116px;
        height: 100px;
        background-size: 116px 100px;
        /*width: 180px;
				height: 155px;	*/
        position: absolute;
        bottom: 0;
        right: 1.25rem; }
        @media screen and (min-width: 40em) {
          .homepage_content form label:before {
            width: 180px;
            height: 155px;
            background-size: 180px 155px;
            top: 0;
            left: 50%;
            margin-left: -90px; } }
      .homepage_content form label span {
        display: block;
        background: #ffffff;
        color: #42b7e9;
        padding: 1.25rem;
        border-radius: 2.5rem;
        -webkit-transition: background-color .25s ease-out,color .25s ease-out;
        -o-transition: background-color .25s ease-out,color .25s ease-out;
        transition: background-color .25s ease-out,color .25s ease-out;
        text-align: left;
        font-weight: 700; }
        @media screen and (min-width: 40em) {
          .homepage_content form label span {
            text-align: center; } }
        @media screen and (min-width: 64em) {
          .homepage_content form label span {
            font-size: 1.25rem; } }
      .homepage_content form label:hover span, .homepage_content form label:focus span {
        color: #ffffff;
        background: #6dc05d; }
      .homepage_content form label.even:before {
        left: 1.25rem; }
        @media screen and (min-width: 40em) {
          .homepage_content form label.even:before {
            width: 180px;
            height: 155px;
            background-size: 180px 155px;
            top: 0;
            left: 50%;
            margin-left: -90px; } }
      .homepage_content form label.even span {
        text-align: right; }
        @media screen and (min-width: 40em) {
          .homepage_content form label.even span {
            text-align: center; } }
      @media screen and (min-width: 40em) {
        .homepage_content form label.choice_family {
          width: calc(33% - 1.25rem); } }
      .homepage_content form label.choice_family:before {
        background-image: url(../img/choices/who_fam.png); }
      @media screen and (min-width: 40em) {
        .homepage_content form label.choice_friend {
          width: calc(33% - 1.25rem); } }
      .homepage_content form label.choice_friend:before {
        background-image: url(../img/choices/who_friend.png); }
      @media screen and (min-width: 40em) {
        .homepage_content form label.choice_me {
          width: calc(33% - 1.25rem); } }
      .homepage_content form label.choice_me:before {
        background-image: url(../img/choices/who_single.png); }
      .homepage_content form label.choice_easy:before {
        background-image: url(../img/choices/what_easy.png);
        bottom: 30px; }
      .homepage_content form label.choice_fresh:before {
        background-image: url(../img/choices/what_fresh.png);
        bottom: 30px; }
      .homepage_content form label.choice_day:before {
        background-image: url(../img/choices/what_day.png);
        bottom: 30px; }
      .homepage_content form label.choice_cycle:before {
        background-image: url(../img/choices/what_cycle.png);
        bottom: 30px; }
    .homepage_content form input[type=radio] {
      display: none; }
  .homepage_content a.button {
    padding: 1.25rem;
    border-radius: 2.5rem; }
    @media screen and (min-width: 40em) {
      .homepage_content a.button {
        font-size: 1.25rem;
        padding: 1.25rem 2.5rem; } }
    @media screen and (min-width: 40em) {
      .homepage_content a.button svg {
        width: 12px;
        height: 22px;
        margin-left: 1.25rem;
        -webkit-transition: fill 0.4s ease;
        -o-transition: fill 0.4s ease;
        transition: fill 0.4s ease; } }
  .homepage_content .town {
    display: none; }
    @media screen and (min-width: 40em) {
      .homepage_content .town {
        display: block;
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
        height: auto;
        overflow: hidden; }
        .homepage_content .town#town_1 {
          z-index: 3; }
          .homepage_content .town#town_1 svg {
            left: 7%;
            min-height: calc(100vw / 4.3); }
        .homepage_content .town#town_2 {
          z-index: 2; }
          .homepage_content .town#town_2 svg {
            left: 11%;
            min-height: calc(100vw / 6.1); }
        .homepage_content .town svg {
          min-width: calc(100vw * 2);
          position: relative;
          -webkit-transition: left 2s ease-in-out;
          -o-transition: left 2s ease-in-out;
          transition: left 2s ease-in-out;
          will-change: transform; } }
  .homepage_content .park {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .homepage_content .park#park_1 {
      display: block;
      background: url(../img/mob_home_scene.svg) bottom center no-repeat;
      background-size: contain; }
      .homepage_content .park#park_1 svg {
        display: none; }
    .homepage_content .park#park_2 {
      display: none; }
    @media screen and (min-width: 40em) {
      .homepage_content .park {
        display: block;
        height: auto; }
        .homepage_content .park#park_1 {
          z-index: 5;
          background: none; }
          .homepage_content .park#park_1 svg {
            display: block;
            left: 0;
            min-height: calc(100vw / 4.1); }
        .homepage_content .park#park_2 {
          display: block;
          z-index: 4; }
          .homepage_content .park#park_2 svg {
            left: -15%;
            min-height: calc(100vw / 3.9); }
        .homepage_content .park svg {
          min-width: calc(100vw * 3);
          position: relative;
          -webkit-transition: left 2s ease-in-out;
          -o-transition: left 2s ease-in-out;
          transition: left 2s ease-in-out;
          will-change: transform; } }
  @media screen and (min-width: 40em) {
    .homepage_content.step2 .park#park_1 svg {
      left: -100%; }
    .homepage_content.step2 .park#park_2 svg {
      left: -100%; }
    .homepage_content.step2 .town#town_1 svg {
      left: -50%; }
    .homepage_content.step2 .town#town_2 svg {
      left: -50%; }
    .homepage_content.step3 .park#park_1 svg {
      left: -200%; }
    .homepage_content.step3 .park#park_2 svg {
      left: -185%; }
    .homepage_content.step3 .town#town_1 svg {
      left: -120%; }
    .homepage_content.step3 .town#town_2 svg {
      left: -100%; } }

.home_navi {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.875rem;
  z-index: 10; }
  @media screen and (min-width: 40em) {
    .home_navi {
      position: absolute; } }
  @media screen and (min-width: 64em) {
    .home_navi {
      top: 50%;
      right: 0;
      left: auto;
      width: 2.5rem;
      height: auto; } }
  .home_navi a {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0.3125rem 0.625rem; }
  .home_navi ul {
    list-style: none;
    margin: 0;
    margin-left: calc(50% - 95px);
    padding: 0;
    float: left; }
    @media screen and (min-width: 40em) {
      .home_navi ul {
        margin: 0;
        float: none; } }
    @media screen and (min-width: 64em) {
      .home_navi ul {
        margin-top: -30px; } }
    .home_navi ul li {
      display: inline-block;
      margin: 0.3125rem;
      width: 0.9375rem;
      height: 0.9375rem;
      border-radius: 50%;
      border: solid 2px rgba(255, 255, 255, 0.6);
      background: rgba(255, 255, 255, 0);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media screen and (min-width: 64em) {
        .home_navi ul li {
          display: block;
          margin: 0.6255rem; } }
      .home_navi ul li.active {
        background: white;
        border-color: white; }

@media screen and (min-width: 40em) {
  /* EASTER EGGS
	===================================== */
  .duck .wing {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left; }
  .duck .head {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
  .duck:hover .wing {
    -webkit-animation: moveWing 0.4s ease-in-out 0s 3;
    animation: moveWing 0.4s ease-in-out 0s 3; }
  .duck:hover .head {
    -webkit-animation: moveHead 0.3s ease 0s 2;
    animation: moveHead 0.3s ease 0s 2; }
  .flowers {
    display: block; }
    .flowers .flower1, .flowers .flower2, .flowers .flower3, .flowers .flower4 {
      -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
      transform-origin: center bottom; }
    .flowers:hover .flower1 {
      -webkit-animation: moveFlower 0.35s ease-in-out 0s 1 forwards;
      animation: moveFlower 0.35s ease-in-out 0s 1 forwards; }
    .flowers:hover .flower2 {
      -webkit-animation: moveFlower 0.35s ease-in-out 0.1s 1 forwards;
      animation: moveFlower 0.35s ease-in-out 0.1s 1 forwards; }
    .flowers:hover .flower3 {
      -webkit-animation: moveFlower 0.35s ease-in-out 0.2s 1 forwards;
      animation: moveFlower 0.35s ease-in-out 0.2s 1 forwards; }
    .flowers:hover .flower4 {
      -webkit-animation: moveFlower 0.35s ease-in-out 0.3s 1 forwards;
      animation: moveFlower 0.35s ease-in-out 0.3s 1 forwards; }
  .light .blub {
    fill: #e4bf2b;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .light:hover .bulb {
    fill: #ffe788; } }

/* animate clouds */
@-webkit-keyframes moveClouds {
  0% {
    background-position: calc(50%) 0; }
  100% {
    background-position: calc(50% + 4130px) 0; } }
@keyframes moveClouds {
  0% {
    background-position: calc(50%) 0; }
  100% {
    background-position: calc(50% + 4130px) 0; } }

/* animations */
@-webkit-keyframes parkstep1 {
  0% {
    opacity: 1;
    width: 100%;
    bottom: 0;
    left: 0; }
  75% {
    opacity: 0;
    width: 70%;
    bottom: -50px;
    left: 15%; }
  100% {
    opacity: 0;
    left: 100%;
    width: 70%;
    bottom: -30px; } }
@keyframes parkstep1 {
  0% {
    opacity: 1;
    width: 100%;
    bottom: 0;
    left: 0; }
  75% {
    opacity: 0;
    width: 70%;
    bottom: -50px;
    left: 15%; }
  100% {
    opacity: 0;
    left: 100%;
    width: 70%;
    bottom: -30px; } }

@-webkit-keyframes townstep1 {
  0% {
    opacity: 0.4;
    bottom: 30px;
    width: 100%;
    left: 0; }
  100% {
    opacity: 1;
    bottom: 0;
    width: 110%;
    left: -5%; } }

@keyframes townstep1 {
  0% {
    opacity: 0.4;
    bottom: 30px;
    width: 100%;
    left: 0; }
  100% {
    opacity: 1;
    bottom: 0;
    width: 110%;
    left: -5%; } }

@-webkit-keyframes parkstep2 {
  0% {
    opacity: 0;
    left: 100%;
    width: 80%;
    bottom: -30px; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1;
    width: 100%;
    left: 0;
    bottom: 0; } }

@keyframes parkstep2 {
  0% {
    opacity: 0;
    left: 100%;
    width: 80%;
    bottom: -30px; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1;
    width: 100%;
    left: 0;
    bottom: 0; } }

@-webkit-keyframes townstep2 {
  0% {
    opacity: 1;
    bottom: 0;
    width: 110%;
    left: -5%; }
  100% {
    left: -20%;
    opacity: 0;
    bottom: 30px;
    width: 65%; } }

@keyframes townstep2 {
  0% {
    opacity: 1;
    bottom: 0;
    width: 110%;
    left: -5%; }
  100% {
    left: -20%;
    opacity: 0;
    bottom: 30px;
    width: 65%; } }

@-webkit-keyframes moveWing {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes moveWing {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes moveHead {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); } }

@keyframes moveHead {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); } }

@-webkit-keyframes moveFlower {
  0% {
    -webkit-transform: translateY(10px) scale(0.5, 0.5);
    transform: translateY(10px) scale(0.5, 0.5); }
  60% {
    -webkit-transform: translateY(0) scale(0.5, 0.5);
    transform: translateY(0) scale(0.5, 0.5); }
  100% {
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); } }

@keyframes moveFlower {
  0% {
    -webkit-transform: translateY(10px) scale(0.5, 0.5);
    transform: translateY(10px) scale(0.5, 0.5); }
  60% {
    -webkit-transform: translateY(0) scale(0.5, 0.5);
    transform: translateY(0) scale(0.5, 0.5); }
  100% {
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); } }

body.spring .homepage_content form label.choice_family:before {
  background-image: url(../img/choices/who_fam_spring.png); }

body.spring .homepage_content form label.choice_friend:before {
  background-image: url(../img/choices/who_friend_spring.png); }

body.spring .homepage_content form label.choice_me:before {
  background-image: url(../img/choices/who_single_spring.png); }

body.spring .homepage_content form label.choice_easy:before {
  background-image: url(../img/choices/what_easy_spring.png); }

body.spring .homepage_content form label.choice_fresh:before {
  background-image: url(../img/choices/what_fresh_spring.png); }

body.spring .homepage_content form label.choice_day:before {
  background-image: url(../img/choices/what_day_spring.png); }

body.spring .homepage_content form label.choice_cycle:before {
  background-image: url(../img/choices/what_cycle_spring.png); }

body.spring .homepage_content .town .spring, body.spring .homepage_content .park .spring {
  display: block; }

body.spring .homepage_content .town .summer, body.spring .homepage_content .town .autumn, body.spring .homepage_content .town .winter, body.spring .homepage_content .park .summer, body.spring .homepage_content .park .autumn, body.spring .homepage_content .park .winter {
  display: none; }

body.spring .homepage_content .town#park_1, body.spring .homepage_content .park#park_1 {
  background-image: url(../img/homepage/mob_home_scene_spring.svg); }

@media screen and (min-width: 40em) {
  body.spring .homepage_content .town#park_1, body.spring .homepage_content .park#park_1 {
    background: none; }
  body.spring .homepage_content .town#park_1 svg.spring, body.spring .homepage_content .park#park_1 svg.spring {
    display: block; }
  body.spring .homepage_content .town#park_1 svg.summer, body.spring .homepage_content .town#park_1 svg.autumn, body.spring .homepage_content .town#park_1 svg.winter, body.spring .homepage_content .park#park_1 svg.summer, body.spring .homepage_content .park#park_1 svg.autumn, body.spring .homepage_content .park#park_1 svg.winter {
    display: none; } }

body.summer .homepage_content form label.choice_family:before {
  background-image: url(../img/choices/who_fam.png); }

body.summer .homepage_content form label.choice_friend:before {
  background-image: url(../img/choices/who_friend.png); }

body.summer .homepage_content form label.choice_me:before {
  background-image: url(../img/choices/who_single.png); }

body.summer .homepage_content form label.choice_easy:before {
  background-image: url(../img/choices/what_easy.png); }

body.summer .homepage_content form label.choice_fresh:before {
  background-image: url(../img/choices/what_fresh.png); }

body.summer .homepage_content form label.choice_day:before {
  background-image: url(../img/choices/what_day.png); }

body.summer .homepage_content form label.choice_cycle:before {
  background-image: url(../img/choices/what_cycle.png); }

body.summer .homepage_content .town .summer, body.summer .homepage_content .park .summer {
  display: block; }

body.summer .homepage_content .town .spring, body.summer .homepage_content .town .autumn, body.summer .homepage_content .town .winter, body.summer .homepage_content .park .spring, body.summer .homepage_content .park .autumn, body.summer .homepage_content .park .winter {
  display: none; }

body.summer .homepage_content .town#park_1, body.summer .homepage_content .park#park_1 {
  background-image: url(../img/homepage/mob_home_scene.svg); }

@media screen and (min-width: 40em) {
  body.summer .homepage_content .town#park_1, body.summer .homepage_content .park#park_1 {
    background: none; }
  body.summer .homepage_content .town#park_1 svg.summer, body.summer .homepage_content .park#park_1 svg.summer {
    display: block; }
  body.summer .homepage_content .town#park_1 svg.spring, body.summer .homepage_content .town#park_1 svg.autumn, body.summer .homepage_content .town#park_1 svg.winter, body.summer .homepage_content .park#park_1 svg.spring, body.summer .homepage_content .park#park_1 svg.autumn, body.summer .homepage_content .park#park_1 svg.winter {
    display: none; } }

body.autumn .homepage_content form label.choice_family:before {
  background-image: url(../img/choices/who_fam_autumn.png); }

body.autumn .homepage_content form label.choice_friend:before {
  background-image: url(../img/choices/who_friend_autumn.png); }

body.autumn .homepage_content form label.choice_me:before {
  background-image: url(../img/choices/who_single_autumn.png); }

body.autumn .homepage_content form label.choice_easy:before {
  background-image: url(../img/choices/what_easy_autumn.png); }

body.autumn .homepage_content form label.choice_fresh:before {
  background-image: url(../img/choices/what_fresh_autumn.png); }

body.autumn .homepage_content form label.choice_day:before {
  background-image: url(../img/choices/what_day_autumn.png); }

body.autumn .homepage_content form label.choice_cycle:before {
  background-image: url(../img/choices/what_cycle_autumn.png); }

body.autumn .homepage_content .town .autumn, body.autumn .homepage_content .park .autumn {
  display: block; }

body.autumn .homepage_content .town .spring, body.autumn .homepage_content .town .summer, body.autumn .homepage_content .town .winter, body.autumn .homepage_content .park .spring, body.autumn .homepage_content .park .summer, body.autumn .homepage_content .park .winter {
  display: none; }

body.autumn .homepage_content .town#park_1, body.autumn .homepage_content .park#park_1 {
  background-image: url(../img/homepage/mob_home_scene_autumn.svg); }

@media screen and (min-width: 40em) {
  body.autumn .homepage_content .town#park_1, body.autumn .homepage_content .park#park_1 {
    background: none; }
  body.autumn .homepage_content .town#park_1 svg.autumn, body.autumn .homepage_content .park#park_1 svg.autumn {
    display: block; }
  body.autumn .homepage_content .town#park_1 svg.spring, body.autumn .homepage_content .town#park_1 svg.summer, body.autumn .homepage_content .town#park_1 svg.winter, body.autumn .homepage_content .park#park_1 svg.spring, body.autumn .homepage_content .park#park_1 svg.summer, body.autumn .homepage_content .park#park_1 svg.winter {
    display: none; } }

body.winter {
  background: #b0cbe0; }
  body.winter .off-canvas-content {
    background: #b0cbe0; }
  body.winter .homepage_content h1, body.winter .homepage_content h2 {
    text-shadow: -1px -1px 0 #b0cbe0, 1px -1px 0 #b0cbe0, -1px 1px 0 #b0cbe0, 1px 1px 0 #b0cbe0; }
  body.winter .homepage_content form label.choice_family:before {
    background-image: url(../img/choices/who_fam_winter.png); }
  body.winter .homepage_content form label.choice_friend:before {
    background-image: url(../img/choices/who_friend_winter.png); }
  body.winter .homepage_content form label.choice_me:before {
    background-image: url(../img/choices/who_single_winter.png); }
  body.winter .homepage_content form label.choice_easy:before {
    background-image: url(../img/choices/what_easy_winter.png); }
  body.winter .homepage_content form label.choice_fresh:before {
    background-image: url(../img/choices/what_fresh_winter.png); }
  body.winter .homepage_content form label.choice_day:before {
    background-image: url(../img/choices/what_day_winter.png); }
  body.winter .homepage_content form label.choice_cycle:before {
    background-image: url(../img/choices/what_cycle_winter.png); }
  body.winter .homepage_content .town .winter, body.winter .homepage_content .park .winter {
    display: block; }
  body.winter .homepage_content .town .spring, body.winter .homepage_content .town .summer, body.winter .homepage_content .town .autumn, body.winter .homepage_content .park .spring, body.winter .homepage_content .park .summer, body.winter .homepage_content .park .autumn {
    display: none; }
  body.winter .homepage_content .town#park_1, body.winter .homepage_content .park#park_1 {
    background-image: url(../img/homepage/mob_home_scene_winter.svg); }
  @media screen and (min-width: 40em) {
    body.winter .homepage_content .town#park_1, body.winter .homepage_content .park#park_1 {
      background: none; }
    body.winter .homepage_content .town#park_1 svg.winter, body.winter .homepage_content .park#park_1 svg.winter {
      display: block; }
    body.winter .homepage_content .town#park_1 svg.spring, body.winter .homepage_content .town#park_1 svg.summer, body.winter .homepage_content .town#park_1 svg.autumn, body.winter .homepage_content .park#park_1 svg.spring, body.winter .homepage_content .park#park_1 svg.summer, body.winter .homepage_content .park#park_1 svg.autumn {
      display: none; } }

.white_bg.filter {
  min-height: 3.75rem;
  margin-bottom: 1.875rem;
  position: relative;
  border-radius: 0.625rem; }
  @media screen and (max-width: 39.9375em) {
    .white_bg.filter {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
      min-height: 0; }
      .white_bg.filter p {
        margin-bottom: 0; } }

/* FILTER BAR 
========================================= */
.filter label {
  margin-bottom: 0.9375rem; }
  .filter label span:before {
    display: inline-block;
    content: '';
    width: 0.9375rem;
    height: 0.9375rem;
    border: solid 2px #e3e3e3;
    border-radius: 50%;
    margin-right: 0.625rem;
    margin-top: 6px;
    float: left; }
  .filter label span:after {
    content: '';
    display: block;
    clear: both; }
  .filter label input[type='checkbox'] {
    display: none; }
    .filter label input[type='checkbox']:checked + span {
      color: #42b7e9; }
      .filter label input[type='checkbox']:checked + span:before {
        border-color: #42b7e9;
        background-color: #42b7e9; }
  .filter label:hover, .filter label:focus {
    color: #6dc05d;
    cursor: pointer; }
    .filter label:hover span:before, .filter label:focus span:before {
      border: solid 2px #6dc05d; }
    .filter label:hover input[type='checkbox']:checked + span, .filter label:focus input[type='checkbox']:checked + span {
      color: #6dc05d; }
      .filter label:hover input[type='checkbox']:checked + span:before, .filter label:focus input[type='checkbox']:checked + span:before {
        border-color: #6dc05d;
        background-color: #6dc05d; }

.filter p.filter_text {
  margin: 0.5rem 0 0 0; }
  .filter p.filter_text span {
    color: #a2a2a2; }

.filter .fil_icon {
  display: block;
  margin: 0 auto 0.9375rem auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 0.3125rem;
  background: #e3e3e3;
  position: relative;
  z-index: 3; }

.filter ul.filter_list {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left; }
  .filter ul.filter_list:after {
    content: '';
    display: block;
    clear: both; }
  .filter ul.filter_list li {
    display: block;
    float: left;
    margin: 0 0.625rem 0 0;
    padding: 0;
    line-height: 1.875rem;
    color: #a2a2a2; }
    .filter ul.filter_list li a {
      display: block;
      padding: 0 2.4125rem 0 0.625rem;
      background: #e3e3e3;
      color: #42b7e9;
      border-radius: 1.25rem;
      position: relative;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .filter ul.filter_list li a:after {
        content: '';
        display: block;
        float: right;
        width: 1.25rem;
        height: 1.25rem;
        background: url(../img/close.png) 0 0 no-repeat #ffffff;
        background-size: 20px auto;
        top: 0.3125rem;
        right: 0.3125rem;
        border-radius: 50%;
        position: absolute; }
      .filter ul.filter_list li a:hover, .filter ul.filter_list li a:focus {
        color: #ffffff;
        background: #6dc05d; }
        .filter ul.filter_list li a:hover:after, .filter ul.filter_list li a:focus:after {
          background-position: 0 -20px; }

/* EXPAND LINKS
====================================== */
a.arrow_down {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem; }
  @media screen and (max-width: 39.9375em) {
    a.arrow_down {
      top: 0.9375rem; } }
  a.arrow_down svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #42b7e9; }
  a.arrow_down.close svg {
    width: 1.25rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  a.arrow_down:hover svg, a.arrow_down:focus svg {
    fill: #6dc05d; }

.mob_close {
  display: none;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  left: 0; }

/* PARK LIST ITEMS
============================================= */
.park_item {
  background: #ffffff;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
  padding-bottom: 5.3125rem;
  position: relative; }
  .park_item .park_img {
    position: relative;
    border-top-right-radius: 1.25rem;
    border-top-left-radius: 1.25rem;
    overflow: hidden; }
    .park_item .park_img svg {
      position: absolute;
      width: 100%;
      height: 20px;
      fill: #ffffff;
      left: 0;
      bottom: 0; }
  .park_item .park_con {
    padding: 0 1.25rem; }
    .park_item .park_con .cat_icon {
      width: 80px;
      height: 80px;
      margin-top: -55px; }
      .park_item .park_con .cat_icon .svg svg {
        height: 70px;
        width: 140px; }
        .park_item .park_con .cat_icon .svg svg .parallax, .park_item .park_con .cat_icon .svg svg .parallax2, .park_item .park_con .cat_icon .svg svg .parallax3 {
          -webkit-animation: none;
          animation: none; }
    .park_item .park_con p.btn_con {
      position: absolute;
      width: calc(100% - 2.5rem);
      bottom: 1.5625rem;
      margin: 0; }
      .park_item .park_con p.btn_con a.button {
        margin: 0; }
    .park_item .park_con h3 {
      color: #42b7e9; }

/* ORDER FORM 
================================================ */
form.order_form {
  position: relative;
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 40em) {
    form.order_form:after, form.order_form:before {
      content: '';
      display: block;
      width: calc(50% - 110px);
      border-bottom: solid 1px rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 1.25rem;
      z-index: 1; } }
  form.order_form:after {
    right: 0; }
  form.order_form:before {
    left: 0; }
  form.order_form fieldset {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 auto; }
    @media screen and (min-width: 40em) {
      form.order_form fieldset {
        max-width: 250px;
        padding: 0 0.9375rem; } }
    form.order_form fieldset select {
      margin: 0;
      background-color: #60C1ED;
      color: #ffffff;
      border: solid 1px rgba(255, 255, 255, 0.5);
      border-radius: 0.625rem;
      position: relative;
      padding-right: 0.9375rem;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 490.5 490.5' preserveAspectRatio='xMidYMid'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M245.9 296.9a8660 8660 0 0 1 31.7-29.8l152.6-144.2c13.6-12.8 31.3-14.6 45.6-4.8a34.4 34.4 0 0 1 4.8 52.3c-10.1 10-20.5 19.5-30.8 29.2L341.5 301.2c-23.9 22.5-48.1 44.7-71.8 67.5a36 36 0 0 1-49.7 0c-24.1-22.3-48-44.8-71.9-67.3-44.6-41.9-89.1-83.8-133.8-125.6-11.1-10.4-17.1-22.5-13-37.8a34.6 34.6 0 0 1 57.2-15.9c16.7 15.3 33.1 30.9 49.7 46.4l135.9 126.9c.4.5.9.8 1.8 1.5z'/%3E%3C/svg%3E") !important;
      background-size: 1rem 1rem; }

/* LOADING SPINNER 
=========================================== */
.loading_cont, .loading_cont_white {
  text-align: center; }
  .loading_cont h3, .loading_cont_white h3 {
    margin-top: 1.25rem;
    color: #ffffff;
    -webkit-animation: fading 3s linear infinite;
    animation: fading 3s linear infinite; }
  .loading_cont .loading, .loading_cont_white .loading {
    display: block;
    margin: 0 auto;
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 50%;
    padding: 0.3125rem;
    background: #ffffff;
    position: relative;
    z-index: 3; }
    .loading_cont .loading .svg, .loading_cont_white .loading .svg {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      display: block; }
      .loading_cont .loading .svg svg, .loading_cont_white .loading .svg svg {
        display: block;
        position: absolute;
        width: 23.75rem;
        height: 11.875rem;
        left: -50%; }
        .loading_cont .loading .svg svg .parallax, .loading_cont_white .loading .svg svg .parallax {
          -webkit-animation: loading1 3s ease infinite;
          animation: loading1 3s ease infinite; }
        .loading_cont .loading .svg svg .parallax2, .loading_cont_white .loading .svg svg .parallax2 {
          -webkit-animation: loading2 3s ease infinite;
          animation: loading2 3s ease infinite; }
        .loading_cont .loading .svg svg .parallax3, .loading_cont_white .loading .svg svg .parallax3 {
          -webkit-animation: parallax3 10s linear infinite;
          animation: parallax3 10s linear infinite; }

.loading_cont_white h3 {
  color: #3b3b3b; }

@-webkit-keyframes loading1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  50% {
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  51% {
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  52% {
    -webkit-transform: translateX(110px);
    transform: translateX(110px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  52.5% {
    -webkit-transform: translateX(110px);
    transform: translateX(110px);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes loading1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  50% {
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  51% {
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  52% {
    -webkit-transform: translateX(110px);
    transform: translateX(110px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  52.5% {
    -webkit-transform: translateX(110px);
    transform: translateX(110px);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes loading2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  50% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  51% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  52% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  52.5% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes loading2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  50% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  51% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  52% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  52.5% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fading {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fading {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ======================================
=== BANNER AND MAP ======================
========================================= */
.banner {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  margin-top: -0.625rem;
  margin-left: -0.625rem;
  width: calc(100% + 1.25rem);
  z-index: 0;
  /*&:hover, &:focus {
		@include breakpoint(medium) {
			max-height: calc((100vw - 1.875rem) / 2.4);
		}
		
		@include breakpoint(large) {
			max-height: 500px;
		}
		
		svg {
			@include breakpoint(medium) {
				max-height: 0;
				height: 0;
			}
		}
	}*/ }
  @media screen and (min-width: 40em) {
    .banner {
      margin-top: -0.9375rem;
      border-top-right-radius: 1.25rem 1.25rem;
      border-top-left-radius: 1.25rem 1.25rem;
      position: relative;
      background: rgba(0, 0, 0, 0.5);
      overflow: hidden;
      max-height: 220px;
      text-align: center;
      -webkit-transition: max-height 0.7s ease;
      -o-transition: max-height 0.7s ease;
      transition: max-height 0.7s ease;
      width: calc(100% + 1.875rem);
      margin-left: -0.9375rem; } }
  @media screen and (min-width: 64em) {
    .banner {
      max-height: 350px; } }
  .banner svg {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -1px;
    z-index: 2; }
    @media screen and (min-width: 40em) {
      .banner svg {
        position: absolute;
        display: block;
        width: calc(100% + 1.25rem);
        max-height: 70px;
        height: 56px;
        bottom: -1px;
        left: auto;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-left: -0.625rem; } }
    .banner svg path {
      fill: #ffffff; }
  .banner .slick-slide {
    height: auto; }

.map {
  background: rgba(0, 0, 0, 0.5);
  margin-left: -0.625rem;
  width: calc(100% + 1.25rem);
  min-height: 150px;
  overflow: hidden;
  position: relative;
  /*&:hover, &:focus {
		@include breakpoint(medium) {
			height: 600px;
		}
		
		#map {
			@include breakpoint(medium) {
				top: 0;	
			}
		}
	}*/ }
  @media screen and (min-width: 40em) {
    .map {
      background: rgba(0, 0, 0, 0.5);
      height: 300px;
      -webkit-transition: height 0.7s ease;
      -o-transition: height 0.7s ease;
      transition: height 0.7s ease;
      width: calc(100% + 1.875rem);
      margin-left: -0.9375rem; } }
  .map #map {
    position: absolute;
    height: 400px !important;
    width: 100%;
    left: 0;
    top: -125px; }
    @media screen and (min-width: 40em) {
      .map #map {
        height: 600px !important;
        top: -150px;
        -webkit-transition: top 0.7s ease;
        -o-transition: top 0.7s ease;
        transition: top 0.7s ease; } }
    .map #map .ol-control {
      position: absolute;
      z-index: 99; }
      .map #map .ol-control.ol-zoom {
        top: 0.9375rem;
        left: 0.9375rem; }
      .map #map .ol-control button {
        display: block;
        margin: 0 0 5px 0;
        padding: 0;
        color: #fff;
        font-size: 1.25rem;
        font-weight: 800;
        text-align: center;
        height: 1.875rem;
        width: 1.875rem;
        line-height: 1.875rem;
        background-color: #42b7e9;
        border-radius: 50%; }
        .map #map .ol-control button:hover, .map #map .ol-control button:focus {
          background-color: #6dc05d; }

@media screen and (min-width: 40em) {
  .banner_active .banner {
    max-height: calc((100vw - 1.875rem) / 2.4); } }

@media screen and (min-width: 64em) {
  .banner_active .banner {
    max-height: 500px; } }

@media screen and (min-width: 40em) {
  .banner_active .banner svg {
    max-height: 0;
    height: 0; } }

@media screen and (min-width: 40em) {
  .banner_active .map {
    height: 150px; } }

@media screen and (min-width: 40em) {
  .banner_active .map #map {
    top: -225px; } }

@media screen and (min-width: 40em) {
  .banner_active .cat_icon {
    opacity: 0;
    width: 1.875rem;
    height: 1.875rem;
    margin-top: 0; } }

@media screen and (min-width: 40em) {
  .map_active .banner {
    max-height: 0; } }

@media screen and (min-width: 40em) {
  .map_active .banner svg {
    max-height: 0; } }

.map_active .map {
  height: 400px; }
  @media screen and (min-width: 40em) {
    .map_active .map {
      height: 600px; } }
  .map_active .map #map {
    top: 0; }

@media screen and (min-width: 40em) {
  .map_active .cat_icon {
    opacity: 0;
    width: 1.875rem;
    height: 1.875rem;
    margin-top: 0; } }

/* ======================================
=== INTRO AREA ==========================
========================================= */
#park_top {
  position: relative; }

@media screen and (min-width: 40em) {
  .park_intro {
    position: relative;
    padding-bottom: 3.125rem;
    width: calc(100% + 1.875rem);
    margin-left: -0.9375rem; } }

.park_intro a.event_link {
  background: url(../img/event_link.png) left center no-repeat;
  padding-left: 1.5625rem;
  margin-left: 0.625rem; }

@media screen and (min-width: 40em) {
  .park_intro p#button_row {
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: -1.5625rem;
    left: 0;
    z-index: 99; } }

@media screen and (min-width: 40em) {
  .park_intro p#button_row a {
    margin: 0 0.625rem; } }

.cat_icon {
  display: block;
  margin: -50px auto 0 auto;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  padding: 0.3125rem;
  background: #ffffff;
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 40em) {
    .cat_icon {
      width: 7.5rem;
      height: 7.5rem;
      margin: -70px auto 0 auto;
      opacity: 1;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; } }
  @media screen and (min-width: 64em) {
    .cat_icon {
      margin: -100px auto 0 auto; } }
  .cat_icon .svg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block; }
    .cat_icon .svg img {
      height: 110px;
      max-width: none; }
    .cat_icon .svg svg {
      display: block;
      position: absolute;
      width: 140px;
      height: 70px;
      left: -50%; }
      @media screen and (min-width: 40em) {
        .cat_icon .svg svg {
          width: 220px;
          height: 110px; } }
      .cat_icon .svg svg .parallax {
        -webkit-animation: parallax 5s ease infinite;
        animation: parallax 5s ease infinite; }
      .cat_icon .svg svg .parallax2 {
        -webkit-animation: parallax2 5s ease infinite;
        animation: parallax2 5s ease infinite; }
      .cat_icon .svg svg .parallax3 {
        -webkit-animation: parallax3 20s linear infinite;
        animation: parallax3 20s linear infinite; }

.reveal {
  overflow: visible; }
  @media screen and (min-width: 40em) {
    .reveal .cat_icon {
      margin: -70px auto 0 auto; } }

/* ==================================
=== MAP POPUPS ======================
===================================== */
.ol-popup {
  position: absolute;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 15px;
  border-radius: 1.25rem;
  border: 1px solid #e3e3e3;
  bottom: 12px;
  left: -125px;
  min-width: 250px; }
  .ol-popup:before, .ol-popup:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .ol-popup:before {
    border-top-color: #e3e3e3;
    border-width: 11px;
    left: 120px;
    margin-left: -11px; }
  .ol-popup:after {
    border-top-color: #ffffff;
    border-width: 10px;
    left: 120px;
    margin-left: -10px; }

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px; }
  .ol-popup-closer:after {
    content: "X"; }

/* ===============================
=== PARK INTRO ===================
================================== */
.icon_pin, .icon_clock {
  position: relative;
  padding-left: 45px; }
  .icon_pin:before, .icon_clock:before {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    top: 0;
    left: 0.9375rem; }

.icon_pin:before {
  background-image: url(../img/green_pin.png); }

.icon_clock:before {
  background-image: url(../img/green_clock.png); }

/* Preview bar === */
.preview-park {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  .preview-park p {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0; }

/*=======================================
=== PAGE CONTENT ========================
========================================= */
.tab {
  float: right; }
  .tab a {
    float: left;
    display: inline-block;
    background: #e3e3e3;
    color: #42b7e9;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    margin: 0 0.3125rem;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    border-radius: 1.875rem; }
    .tab a:hover, .tab a:focus {
      background-color: #6dc05d;
      color: #ffffff; }

/* ======================================
=== FACILITIES LIST =====================
========================================= */
ul.info_list {
  list-style: none;
  margin: 1.25rem 0 0 0;
  padding: 0;
  border-top: solid 1px #e3e3e3; }
  ul.info_list li {
    margin: 0;
    padding: 1.25rem 0;
    display: block;
    border-bottom: solid 1px #e3e3e3; }
    ul.info_list li span {
      float: right; }
      ul.info_list li span img {
        width: 25px;
        height: 25px; }

/* ======================================
=== PERSONALISE MAP =====================
========================================= */
@media screen and (min-width: 40em) {
  .personalise-map .check-grid {
    -webkit-column-count: 2;
    column-count: 2; } }

.personalise-map h3 {
  font-size: 1.25rem;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 1rem;
  padding: 0.3125rem 0; }
  .personalise-map h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .personalise-map h3.routes:before {
    background-image: url(../img/admin_route.png); }
  .personalise-map h3.poi {
    margin-top: 2rem; }
    .personalise-map h3.poi:before {
      background-image: url(../img/pin_default.svg); }
  .personalise-map h3 .select-all {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    color: #3b3b3b;
    line-height: 0.9375rem; }
    @media screen and (max-width: 39.9375em) {
      .personalise-map h3 .select-all {
        display: block;
        text-align: right; } }
    @media screen and (min-width: 40em) {
      .personalise-map h3 .select-all {
        float: right; } }
    .personalise-map h3 .select-all:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin-left: 0.625rem;
      margin-bottom: 0.25rem;
      border: 2px solid #e3e3e3;
      background-color: transparent;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .personalise-map h3 .select-all.active {
      color: #42b7e9; }
      .personalise-map h3 .select-all.active:after {
        border-color: #42b7e9;
        background-color: #42b7e9; }

.personalise-map input {
  display: none; }
  .personalise-map input + label {
    display: block;
    font-weight: 600;
    margin-bottom: 1rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    margin-left: 0;
    line-height: 0.9375rem; }
    .personalise-map input + label .distance {
      font-weight: normal; }
    .personalise-map input + label:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin-right: 10px;
      border: 2px solid #e3e3e3;
      background-color: transparent;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .personalise-map input:checked + label {
    color: #42b7e9; }
    .personalise-map input:checked + label:before {
      border-color: #42b7e9;
      background-color: #42b7e9; }

/* ======================================
=== POINTS OF INTEREST ==================
========================================= */
a.poi_link {
  display: block;
  text-align: center;
  margin: 1.25rem 0; }
  a.poi_link span {
    display: block;
    margin-top: 1.25rem;
    color: #3b3b3b;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    a.poi_link span.icon {
      margin: 0 auto;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: solid 5px #e3e3e3;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
      position: relative;
      overflow: hidden; }
      @media screen and (min-width: 40em) {
        a.poi_link span.icon {
          width: 110px;
          height: 110px; } }
      a.poi_link span.icon svg {
        display: block;
        position: absolute;
        width: 140px;
        height: 70px;
        left: -50%; }
        @media screen and (min-width: 40em) {
          a.poi_link span.icon svg {
            width: 200px;
            height: 100px; } }
  a.poi_link:hover span {
    color: #6dc05d; }
    a.poi_link:hover span.icon {
      /*animation: spin 2s 1 cubic-bezier(.45,-0.67,.53,1.63);*/ }
      a.poi_link:hover span.icon svg .parallax {
        -webkit-animation: parallaxA 3s ease infinite;
        animation: parallaxA 3s ease infinite; }
      a.poi_link:hover span.icon svg .parallax2 {
        -webkit-animation: parallaxB 3s ease infinite;
        animation: parallaxB 3s ease infinite; }
      a.poi_link:hover span.icon svg .parallax3 {
        -webkit-animation: parallax3 20s linear infinite;
        animation: parallax3 20s linear infinite; }

#poi_slider {
  padding: 0 1.875rem; }

.slick-arrow {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  margin-top: -0.625rem; }
  .slick-arrow svg {
    -webkit-transition: fill 0.2s ease;
    -o-transition: fill 0.2s ease;
    transition: fill 0.2s ease;
    fill: #42b7e9; }
  .slick-arrow:hover svg, .slick-arrow:focus svg {
    fill: #6dc05d; }
  .slick-arrow.slick-prev {
    left: 0; }
  .slick-arrow.slick-next {
    right: 0; }

/* ======================================
=== ROUTE LISTING =======================
========================================= */
.route {
  position: relative;
  background: #46b8ea;
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#46b8ea), to(#9fd5f4));
  background: -webkit-linear-gradient(#46b8ea, #9fd5f4);
  background: -o-linear-gradient(#46b8ea, #9fd5f4);
  background: linear-gradient(#46b8ea, #9fd5f4);
  /* Standard syntax */
  border-radius: 1.25rem;
  text-align: center;
  padding: 1.25rem 1.25rem 6.25rem 1.25rem;
  margin-bottom: 1.875rem; }
  .route:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/route_bg.png) bottom center no-repeat;
    z-index: 0;
    border-radius: 1.25rem; }
  .route * {
    position: relative;
    z-index: 1; }
  .route h3 {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0;
    padding: 0 1.875rem;
    color: #ffffff; }
  .route p {
    color: #ffffff;
    padding: 0.9375rem 0;
    margin: 0; }
    .route p.large_text {
      /*margin-bottom: 0.625rem;*/ }
    .route p.percent_holder {
      line-height: 45px;
      margin-top: -27px;
      margin-bottom: 1.25rem; }
      .route p.percent_holder .percentage {
        display: inline-block;
        width: 65px;
        position: relative;
        top: 27px;
        line-height: 65px;
        height: 65px; }
        .route p.percent_holder .percentage span {
          position: absolute;
          z-index: 1;
          display: block;
          width: 100%; }
        .route p.percent_holder .percentage svg {
          width: 100%;
          height: 100%; }
          .route p.percent_holder .percentage svg path {
            fill: rgba(255, 255, 255, 0);
            stroke: #ffffff;
            stroke-width: 10; }
  .route .button {
    margin: 0 auto; }
  .route a.favourite {
    position: absolute;
    display: block;
    width: 29px;
    height: 24px;
    top: 1.25rem;
    right: 1.25rem; }
    .route a.favourite svg {
      width: 100%;
      height: 100%; }
      .route a.favourite svg path {
        fill: rgba(255, 255, 255, 0);
        stroke: #ffffff;
        stroke-width: 3;
        -webkit-transition: fill 0.2s ease;
        -o-transition: fill 0.2s ease;
        transition: fill 0.2s ease; }
    .route a.favourite:hover {
      -webkit-animation: growHeart 0.2s ease 1 forwards;
      animation: growHeart 0.2s ease 1 forwards; }
    .route a.favourite.active svg path {
      fill: white; }

/* ======================================
=== ANIMATIONS ==========================
========================================= */
.animate .pos1 {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease-out 0s 1 forwards;
  animation: fadeIn 0.8s ease-out 0s 1 forwards; }

.animate .pos2 {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease-out 0.2s 1 forwards;
  animation: fadeIn 0.8s ease-out 0.2s 1 forwards; }

.animate .pos3 {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease-out 0.4s 1 forwards;
  animation: fadeIn 0.8s ease-out 0.4s 1 forwards; }
  @media screen and (min-width: 40em) {
    .animate .pos3 {
      -webkit-animation: fadeIn 0.8s ease-out 0.4s 1 forwards;
      animation: fadeIn 0.8s ease-out 0.4s 1 forwards; } }
  @media screen and (min-width: 55em) {
    .animate .pos3 {
      -webkit-animation: fadeIn 0.8s ease-out 0.4s 1 forwards;
      animation: fadeIn 0.8s ease-out 0.4s 1 forwards; } }

.animate .pos4 {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease-out 0.6s 1 forwards;
  animation: fadeIn 0.8s ease-out 0.6s 1 forwards; }
  @media screen and (min-width: 55em) {
    .animate .pos4 {
      -webkit-animation: fadeIn 0.8s ease-out 0.6s 1 forwards;
      animation: fadeIn 0.8s ease-out 0.6s 1 forwards; } }
  @media screen and (min-width: 64em) {
    .animate .pos4 {
      -webkit-animation: fadeIn 0.8s ease-out 0.6s 1 forwards;
      animation: fadeIn 0.8s ease-out 0.6s 1 forwards; } }

.animate .pos5 {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease-out 0.8s 1 forwards;
  animation: fadeIn 0.8s ease-out 0.8s 1 forwards; }
  @media screen and (min-width: 64em) {
    .animate .pos5 {
      -webkit-animation: fadeIn 0.8s ease-out 0.8s 1 forwards;
      animation: fadeIn 0.8s ease-out 0.8s 1 forwards; } }

.animate .percentage svg path {
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
  -webkit-animation: percent 2s cubic-bezier(0.87, -0.41, 0.19, 1.44) forwards;
  animation: percent 2s cubic-bezier(0.87, -0.41, 0.19, 1.44) forwards; }

.animate .percentage.percent25 svg path {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  -webkit-animation: percent25 1s cubic-bezier(0.87, -0.41, 0.19, 1.44) forwards;
  animation: percent25 1s cubic-bezier(0.87, -0.41, 0.19, 1.44) forwards; }

.animate .percentage.percent50 svg path {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  -webkit-animation: percent50 1.5s cubic-bezier(0.87, -0.41, 0.19, 1.44) forwards;
  animation: percent50 1.5s cubic-bezier(0.87, -0.41, 0.19, 1.44) forwards; }

.animate .percentage.percent75 svg path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  -webkit-animation: percent75 1.5s cubic-bezier(0.87, -0.41, 0.19, 1.44) forwards;
  animation: percent75 1.5s cubic-bezier(0.87, -0.41, 0.19, 1.44) forwards; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(359deg);
    transform: rotateY(359deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(359deg);
    transform: rotateY(359deg); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes percent {
  0% {
    stroke-dashoffset: 320;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  37% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  55% {
    stroke-dashoffset: 50;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  73% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  82% {
    stroke-dashoffset: 24;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  91% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  96% {
    stroke-dashoffset: 8;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes percent {
  0% {
    stroke-dashoffset: 320;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  37% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  55% {
    stroke-dashoffset: 50;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  73% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  82% {
    stroke-dashoffset: 24;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  91% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  96% {
    stroke-dashoffset: 8;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes percent25 {
  0% {
    stroke-dashoffset: 80;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  37% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  55% {
    stroke-dashoffset: 20;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  73% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  82% {
    stroke-dashoffset: 6;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  91% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  96% {
    stroke-dashoffset: 2;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes percent25 {
  0% {
    stroke-dashoffset: 80;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  37% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  55% {
    stroke-dashoffset: 20;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  73% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  82% {
    stroke-dashoffset: 6;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  91% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  96% {
    stroke-dashoffset: 2;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes percent50 {
  0% {
    stroke-dashoffset: 160;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  37% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  55% {
    stroke-dashoffset: 30;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  73% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  82% {
    stroke-dashoffset: 12;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  91% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  96% {
    stroke-dashoffset: 4;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes percent50 {
  0% {
    stroke-dashoffset: 160;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  37% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  55% {
    stroke-dashoffset: 30;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  73% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  82% {
    stroke-dashoffset: 12;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  91% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  96% {
    stroke-dashoffset: 4;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes percent75 {
  0% {
    stroke-dashoffset: 240;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  37% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  55% {
    stroke-dashoffset: 40;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  73% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  82% {
    stroke-dashoffset: 17;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  91% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  96% {
    stroke-dashoffset: 5;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes percent75 {
  0% {
    stroke-dashoffset: 240;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  37% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  55% {
    stroke-dashoffset: 40;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  73% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  82% {
    stroke-dashoffset: 17;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  91% {
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  96% {
    stroke-dashoffset: 5;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes growHeart {
  0% {
    width: 29px;
    height: 24px;
    top: 1.25rem;
    right: 1.25rem; }
  70% {
    width: 41px;
    height: 36px;
    top: 14px;
    right: 14px; }
  100% {
    width: 33px;
    height: 28px;
    top: 18px;
    right: 18px; } }

@keyframes growHeart {
  0% {
    width: 29px;
    height: 24px;
    top: 1.25rem;
    right: 1.25rem; }
  70% {
    width: 41px;
    height: 36px;
    top: 14px;
    right: 14px; }
  100% {
    width: 33px;
    height: 28px;
    top: 18px;
    right: 18px; } }

@-webkit-keyframes parallax {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  81% {
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  82% {
    -webkit-transform: translateX(110px);
    transform: translateX(110px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  82.5% {
    -webkit-transform: translateX(110px);
    transform: translateX(110px);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes parallax {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  81% {
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  82% {
    -webkit-transform: translateX(110px);
    transform: translateX(110px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  82.5% {
    -webkit-transform: translateX(110px);
    transform: translateX(110px);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes parallax2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  81% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  82% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  82.5% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes parallax2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  81% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  82% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  82.5% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes parallax3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  49.9% {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    opacity: 1; }
  50% {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    opacity: 0; }
  50.1% {
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
    opacity: 0; }
  50.2% {
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes parallax3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  49.9% {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    opacity: 1; }
  50% {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    opacity: 0; }
  50.1% {
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
    opacity: 0; }
  50.2% {
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes parallaxA {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  10% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  20% {
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  21% {
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  22% {
    -webkit-transform: translateX(110px);
    transform: translateX(110px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  22.5% {
    -webkit-transform: translateX(110px);
    transform: translateX(110px);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes parallaxA {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  10% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  20% {
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  21% {
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  22% {
    -webkit-transform: translateX(110px);
    transform: translateX(110px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  22.5% {
    -webkit-transform: translateX(110px);
    transform: translateX(110px);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes parallaxB {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  10% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  20% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  21% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  22% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  22.5% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes parallaxB {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  10% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  20% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  21% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  22% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  22.5% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.printlayout {
  background: none; }
  .printlayout .white_bg {
    width: 700px; }
  .printlayout h2:after {
    border-bottom-color: #000000; }
  .printlayout .map_active .map {
    height: 400px;
    width: 100%;
    margin: 0;
    border: solid 1px #000000; }
    .printlayout .map_active .map #map canvas.ol-unselectable {
      /*margin-left:calc(-50%);*/ }
  .printlayout ul.inline_list {
    list-style: none;
    margin: 0 0 0.9375rem 0;
    padding: 0; }
    .printlayout ul.inline_list li {
      display: inline;
      padding: 0 1.25rem 0.9375rem 0; }
  .printlayout .icon_pin, .printlayout .icon_clock {
    padding: 0;
    display: block; }
    .printlayout .icon_pin:before, .printlayout .icon_clock:before {
      display: none; }
  .printlayout .park_intro a.event_link {
    padding: 0;
    margin: 0; }

@media print {
  .white_bg {
    max-width: 700px; }
  h2:after {
    border-bottom-color: #000000; }
  .park_item .park_con p.btn_con {
    position: relative;
    bottom: auto;
    width: auto; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .map_active .map {
    height: 400px;
    width: 100%;
    margin: 0;
    border: solid 1px #000000; }
    .map_active .map #map canvas.ol-unselectable {
      /*margin-left:calc(-50%);*/ }
  ul.inline_list {
    list-style: none;
    margin: 0 0 0.9375rem 0;
    padding: 0; }
    ul.inline_list li {
      display: inline;
      padding: 0 1.25rem 0.9375rem 0; }
  .icon_pin, .icon_clock {
    padding: 0;
    display: block; }
    .icon_pin:before, .icon_clock:before {
      display: none; }
  .park_intro a.event_link {
    padding: 0;
    margin: 0; } }

#cookie-bar {
  background: #e3e3e3;
  text-align: left;
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000; }
  #cookie-bar .row {
    padding: 0 0.9375rem; }
    @media screen and (min-width: 40em) {
      #cookie-bar .row {
        padding: 0 1.5625rem; } }
    @media screen and (min-width: 64em) {
      #cookie-bar .row {
        padding: 0 0.3125rem; } }
    #cookie-bar .row .title {
      float: left;
      font-size: 1.25rem;
      padding-top: 0.9375rem;
      font-weight: 700; }
    #cookie-bar .row .text {
      clear: both; }
      @media screen and (min-width: 40em) {
        #cookie-bar .row .text {
          float: left;
          clear: left; } }
    #cookie-bar .row a.button {
      float: right;
      margin: 0.9375rem 0 !important; }

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