@charset "UTF-8";

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

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

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

.row::after {
  clear: both;
}

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

.row .row {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

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

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

.row:not(.expanded) .row {
  max-width: none;
}

.row.gutter-small > .column,
.row.gutter-small > .columns {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.row.gutter-medium > .column,
.row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

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

@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 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 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 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 {
  float: left;
  width: 100%;
}

.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 {
  float: left;
  width: 50%;
}

.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 {
  float: left;
  width: 33.33333%;
}

.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 {
  float: left;
  width: 25%;
}

.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 {
  float: left;
  width: 20%;
}

.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 {
  float: left;
  width: 16.66667%;
}

.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 {
  float: left;
  width: 14.28571%;
}

.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 {
  float: left;
  width: 12.5%;
}

.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-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

@media print, 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 {
    float: left;
    width: 100%;
  }

  .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 {
    float: left;
    width: 50%;
  }

  .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 {
    float: left;
    width: 33.33333%;
  }

  .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 {
    float: left;
    width: 25%;
  }

  .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 {
    float: left;
    width: 20%;
  }

  .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 {
    float: left;
    width: 16.66667%;
  }

  .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 {
    float: left;
    width: 14.28571%;
  }

  .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 {
    float: left;
    width: 12.5%;
  }

  .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-right: 0;
    padding-left: 0;
  }

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

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

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

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

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

@media print, 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 {
    float: left;
    width: 100%;
  }

  .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 {
    float: left;
    width: 50%;
  }

  .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 {
    float: left;
    width: 33.33333%;
  }

  .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 {
    float: left;
    width: 25%;
  }

  .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 {
    float: left;
    width: 20%;
  }

  .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 {
    float: left;
    width: 16.66667%;
  }

  .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 {
    float: left;
    width: 14.28571%;
  }

  .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 {
    float: left;
    width: 12.5%;
  }

  .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-right: 0;
    padding-left: 0;
  }

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

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

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

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

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

.column-block {
  margin-bottom: 5rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

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

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  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,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  h3,
  .h3 {
    font-size: 1.9375rem;
  }

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 87.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #fefefe;
  border-left: 0;
}

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

li {
  font-size: inherit;
}

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

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 #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "\2014   ";
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

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

ul.no-bullet,
ol.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 print, 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 print, 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;
  }
}

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

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !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;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

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

.button:hover,
.button:focus {
  background-color: #14679e;
  color: #fefefe;
}

.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-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover,
.button.clear:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
}

.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 print, 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 print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.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-right: auto;
  margin-left: auto;
}

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

.clearfix::after {
  clear: both;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../images/slick.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: 'gilroyblack';
  src: url(../fonts/gilroy-black.woff2) format("woff2"), url(../fonts/gilroy-black.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroybold';
  src: url(../fonts/gilroy-bold.woff2) format("woff2"), url(../fonts/gilroy-bold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroyheavy';
  src: url(../fonts/gilroy-heavy.woff2) format("woff2"), url(../fonts/gilroy-heavy.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroymedium';
  src: url(../fonts/gilroy-medium.woff2) format("woff2"), url(../fonts/gilroy-medium.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroysemibold';
  src: url(../fonts/gilroy-semibold.woff2) format("woff2"), url(../fonts/gilroy-semibold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ginregular';
  src: url(../fonts/gin-regular.woff2) format("woff2"), url(../fonts/gin-regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'voltagebold';
  src: url(../fonts/voltage-bold.woff2) format("woff2"), url(../fonts/voltage-bold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

.icon--ico-hamburguer {
  width: 25px;
  height: 15px;
}

.icon-facebook {
  background: url(../images/icon-facebook.svg);
}

.icon-twitter {
  background: url(../images/icon-twitter.svg);
}

.icon-instagram {
  background: url(../images/icon-instagram.svg);
}

.icon-facebook-red {
  background: url(../images/icon-facebook-red.svg);
}

.icon-twitter-red {
  background: url(../images/icon-twitter-red.svg);
}

body {
  font-family: 'Lato', sans-serif;
}

a {
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase !important;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  font-family: 'gilroymedium';
  font-size: 14px;
  line-height: 21px;
  color: #183C3D;
  letter-spacing: 0;
  margin-bottom: 40px;
}

body.single p {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 40em) {
  p {
    font-size: 20px;
    line-height: 35px;
  }
}

p.white {
  color: white;
}

li {
  font-family: 'gilroymedium';
  font-size: 14px;
  line-height: 21px;
  color: #183C3D;
  letter-spacing: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  li {
    font-size: 20px;
    line-height: 35px;
  }
}

.subtitle {
  display: block;
  font-family: 'gilroyheavy';
  font-size: 24px;
  line-height: 29px;
  color: #F0564D;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 40em) {
  .subtitle {
    font-size: 34px;
    line-height: 44px;
  }
}

.tagline {
  display: block;
  text-align: center;
  font-family: 'voltagebold';
  font-size: 25px;
  line-height: 39px;
  color: #F0564D;
  letter-spacing: 0;
}

@media print, screen and (min-width: 40em) {
  .tagline {
    font-size: 40px;
    line-height: 39px;
  }
}

.title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'ginregular';
  font-size: 50px;
  line-height: 1;
  color: #183C3D;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 40em) {
  .title {
    font-size: 90px;
  }
}

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

.title.white {
  color: white;
}

.title.calipso {
  color: #76E5D5;
}

.button,
button {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-family: 'gilroyheavy';
}

@media print, screen and (min-width: 64em) {
  .button,
  button {
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
}

.button.red,
button.red {
  background-color: #F0564D;
}

.button.red:hover,
.button.red:active,
.button.red:focus,
button.red:hover,
button.red:active,
button.red:focus {
  background-color: #183C3D;
}

.button.black,
button.black {
  background-color: #183C3D;
}

.button.black:hover,
.button.black:active,
.button.black:focus,
button.black:hover,
button.black:active,
button.black:focus {
  background-color: #F0564D;
}

input.radius,
select.radius,
textarea.radius {
  border-radius: 4px;
}

input.no-shadow,
select.no-shadow,
textarea.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-nav-container {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #183C3D;
  z-index: 99;
  text-align: center;
  padding: 0 40px;
}

@media print, screen and (min-width: 64em) {
  .mobile-nav-container {
    display: none !important;
  }
}

.mobile-nav-container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 34px;
  background-color: #9DF4E9;
}

.mobile-nav-container:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 102%;
  background-image: url(../images/wave-calipso.svg);
}

.mobile-nav-container .block-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-nav-container .logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 90px;
  width: 200px;
  height: 117px;
  background: url(../images/logo.svg) center center no-repeat;
  background-size: cover;
}

.mobile-nav-container .logo span {
  display: block;
  visibility: hidden;
}

.mobile-nav-container .navigation {
  position: relative;
  margin-bottom: 90px;
}

.mobile-nav-container .navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.mobile-nav-container .navigation ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
  padding-right: 35px;
}

.mobile-nav-container .navigation ul li:not(:first-child):before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 120%;
  top: -10%;
  left: 0;
  background-color: #A3B1B1;
}

.mobile-nav-container .navigation ul li a {
  display: block;
  font-family: 'gilroyblack';
  font-size: 26px;
  color: #76E5D5;
  letter-spacing: 0;
}

.mobile-nav-container .navigation ul li a:hover,
.mobile-nav-container .navigation ul li a:active,
.mobile-nav-container .navigation ul li a:focus {
  color: #F0564D;
}

.mobile-nav-container .social {
  position: relative;
}

.mobile-nav-container .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.mobile-nav-container .social ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  padding-right: 30px;
}

.mobile-nav-container .social ul li a {
  display: block;
}

.mobile-nav-container .social ul li a i {
  display: block;
  max-height: 28px;
}

.mobile-nav-container .social ul li a i svg {
  display: block;
  max-height: 28px;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../images/slick.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

footer {
  margin-top: -9px;
}

body.home footer {
  background-color: #76E5D5;
}

@media print, screen and (min-width: 64em) {
  body.home footer {
    padding-top: 200px;
  }
}

footer .content {
  padding-bottom: 100px;
}

footer .columns {
  position: relative;
}

@media print, screen and (min-width: 64em) {
  footer .columns {
    height: 130px;
  }
}

footer .logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 200px;
  height: 117px;
  background: url(../images/logo.svg) center center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 64em) {
  footer .logo {
    left: -85px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

footer .logo span {
  display: block;
  visibility: hidden;
}

footer .navigation {
  position: relative;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 64em) {
  footer .navigation {
    margin-bottom: 0;
    float: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

footer .navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  footer .navigation ul {
    text-align: left;
  }
}

footer .navigation ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}

@media print, screen and (min-width: 64em) {
  footer .navigation ul li {
    padding-left: 30px;
    padding-right: 0;
  }
}

footer .navigation ul li a {
  display: block;
  font-family: 'gilroyblack';
  font-size: 18px;
  color: white;
  letter-spacing: 0;
}

@media print, screen and (min-width: 64em) {
  footer .navigation ul li a {
    font-size: 20px;
  }
}

footer .navigation ul li a:hover,
footer .navigation ul li a:active,
footer .navigation ul li a:focus {
  color: #76E5D5;
}

footer .social {
  position: relative;
}

@media print, screen and (min-width: 64em) {
  footer .social {
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

footer .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  footer .social ul {
    text-align: left;
  }
}

footer .social ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}

@media print, screen and (min-width: 64em) {
  footer .social ul li {
    padding-right: 30px;
    padding-left: 0;
  }
}

footer .social ul li a {
  display: block;
}

footer .social ul li a i {
  display: block;
  max-height: 28px;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
}

footer .social ul li a i svg {
  display: block;
  max-height: 28px;
}

footer .social ul li a i:hover svg #shape {
  fill: #9df4e9 !important;
}

header {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
}

body.page-press header .social ul li a i svg #shape,
body.single header .social ul li a i svg #shape {
  fill: #183C3D;
}

body.page-press header .social ul li a i:hover svg #shape,
body.single header .social ul li a i:hover svg #shape {
  fill: #FFFFFF !important;
}

body.page-press header .navigation ul li a,
body.single header .navigation ul li a {
  color: #183C3D;
}

body.page-press header .logo,
body.single header .logo {
  background: url(../images/logo-black.svg) center center no-repeat;
  background-size: contain;
}

header .social {
  float: left;
  display: none;
}

@media print, screen and (min-width: 64em) {
  header .social {
    display: block;
  }
}

header .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header .social ul li {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}

header .social ul li a {
  display: block;
}

header .social ul li a i {
  display: block;
  max-height: 28px;
}

header .social ul li a i svg {
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  display: block;
  max-height: 28px;
}

header .social ul li a i:hover svg #shape {
  fill: #9df4e9 !important;
}

header .navigation {
  float: right;
  display: none;
}

@media print, screen and (min-width: 64em) {
  header .navigation {
    display: block;
  }
}

header .navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header .navigation ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}

header .navigation ul li a {
  display: block;
  font-family: 'gilroyblack';
  font-size: 24px;
  color: white;
  letter-spacing: 0;
}

header .navigation ul li a:hover,
header .navigation ul li a:active,
header .navigation ul li a:focus {
  color: #76E5D5;
}

header .logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 120px;
  height: 80px;
  background: url(../images/logo.svg) center center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 40em) {
  header .logo {
    width: 170px;
    height: 100px;
  }
}

header .logo span {
  display: block;
  visibility: hidden;
}

.hero {
  display: block;
  height: 75vh;
  background-image: url(../images/hero_frame_0_1000sq.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .hero {
    height: 100vh;
  }

  .hero.press {
    height: 70vh;
  }
}

@media print, screen and (min-width: 64em) {
  .hero {
    background-image: url(../images/hero_frame_0_w1920.jpg);
  }
}

.hero.inner {
  background-image: none;
}

.hero.inner.press {
  background-color: #76E5D5;
}

.hero.inner.press.detail {
  height: 70vh;
}

.hero.inner.press.detail .block-content {
  max-width: 1200px;
}

.hero.inner.press.detail .block-content h1 {
  font-size: 30px;
  text-transform: capitalize;
}

@media print, screen and (min-width: 40em) {
  .hero.inner.press.detail .block-content h1 {
    font-size: 50px;
  }
}

.hero.inner .block-content p {
  color: #183C3D;
}

.hero .block-content {
  display: block;
  padding: 0 30px;
  max-width: 740px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero .block-content h1 {
  font-family: 'ginregular';
  text-transform: uppercase;
  font-size: 50px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 40em) {
  .hero .block-content h1 {
    font-size: 90px;
    margin-bottom: 50px;
  }
}

.hero .block-content p {
  font-family: 'gilroyblack';
  font-size: 16px;
  line-height: 19px;
  color: white;
}

@media print, screen and (min-width: 40em) {
  .hero .block-content p {
    font-size: 24px;
    line-height: 31px;
  }
}

.hero .block-content p a {
  color: #F0564D;
}

.hero .svg-draw {
  display: none;
  width: 215px;
  height: 190px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 64em) {
  .hero .svg-draw {
    display: block;
  }
}

.hero .svg-draw:before {
  background: url(../images/hero-dashed-curve.svg);
  display: none;
}

#move-toward .block-content {
  padding-left: 15%;
}

@media print, screen and (min-width: 64em) {
  #move-toward .block-content {
    padding-left: 0;
  }
}

#move-toward .svg-draw {
  position: absolute;
  top: 90px;
  left: 0;
  width: 70px;
}

#move-toward .svg-draw.brighter-svg {
  z-index: 10;
}

@media print, screen and (min-width: 40em) {
  #move-toward .svg-draw {
    top: 100px;
    width: 20%;
    max-width: 452px;
  }
}

@media screen and (min-width: 75em) {
  #move-toward .svg-draw {
    width: 30%;
  }
}

#move-toward .svg-draw:before {
  background: url(../images/brighter-tomorrow-draw-element.svg);
  display: none;
}

.route-map-container {
  display: block;
  max-width: 1090px;
  margin: 60px auto;
}

@media print, screen and (min-width: 40em) {
  .route-map-container {
    margin: 120px auto;
  }
}

.route-map-container span {
  background: url(../images/the-route-map.svg);
  display: block;
}

.route-map-container svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.route-illustration-container {
  display: block;
  margin-top: 50px;
}

.route-illustration-container span {
  background: url(../images/the-route-illustration.svg);
  background: url(../images/illustration-car-and-path.svg);
  display: block;
}

.route-illustration-container svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 64em) {
  .route-illustration-container svg #blue-hill,
  .route-illustration-container svg #red-hill {
    visibility: hidden;
  }
}

#events #map-scene-trigger {
  position: absolute;
  top: 65vh;
}

#events .svg-draw {
  display: none;
  position: absolute;
  top: 200px;
  right: 0;
}

@media print, screen and (min-width: 64em) {
  #events .svg-draw {
    display: block;
    top: 220px;
    width: 270px;
  }
}

#events .svg-draw:before {
  background: url(../images/event-dashed-curve.svg);
  display: none;
}

.event-map-container {
  width: 100%;
  position: relative;
  display: block;
  margin: 120px auto;
}

@media print, screen and (min-width: 64em) {
  .event-map-container {
    height: 1100px;
  }
}

.event-map-container:before {
  content: "";
  background: url(../images/event-map-route.svg);
  display: none;
}

.event-map-container svg {
  display: block;
  position: relative;
  max-width: 170%;
  width: 170%;
  height: auto;
}

.event-map-container .city-icon {
  display: block;
  width: 70px;
  height: 70px;
  float: right;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 64em) {
  .event-map-container .city-icon {
    width: 110px;
    height: 110px;
    position: absolute;
    opacity: 0;
    top: 40px;
    right: 40px;
    z-index: 1;
  }
}

.event-map-container .city-icon.ico-co {
  background-image: url(../images/ico-co.svg);
}

.event-map-container .city-icon.ico-mo {
  background-image: url(../images/ico-mo.svg);
}

.event-map-container .city-icon.ico-nv {
  background-image: url(../images/ico-nv.svg);
}

.event-map-container .city-icon.ico-ny {
  background-image: url(../images/ico-ny.svg);
}

.event-map-container .city-icon.ico-pa {
  background-image: url(../images/ico-pa.svg);
}

.event-map-container .city-icon.ico-sf {
  background-image: url(../images/ico-sf.svg);
}

@media print, screen and (min-width: 64em) {
  .event-map-container .city-icon.ico-sf {
    opacity: 1;
  }
}

.event-map-container .city-info {
  max-width: 550px;
  padding: 40px;
}

@media print, screen and (min-width: 64em) {
  .event-map-container .city-info {
    position: absolute;
    z-index: 99;
    padding: 0;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.event-map-container .city-info .event-meta-data {
  display: block;
  clear: both;
}

.event-map-container .city-info .event-meta-data .title {
  font-size: 45px;
  text-align: left;
}

@media print, screen and (min-width: 64em) {
  .event-map-container .city-info .event-meta-data .title {
    font-size: 60px;
  }
}

.event-map-container .city-info .event-meta-data .tagline {
  text-align: left;
}

.event-map-container .city-info .event-meta-data .name {
  display: block;
  font-family: 'gilroyheavy';
  font-size: 16px;
  line-height: 21px;
  color: #183C3D;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 64em) {
  .event-map-container .city-info .event-meta-data .name {
    font-size: 20px;
    line-height: 31px;
  }
}

.event-map-container .city-info .event-meta-data p {
  display: block;
  max-width: 400px;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 64em) {
  .event-map-container .city-info .event-meta-data p {
    font-size: 16px;
    line-height: 27px;
  }
}

.event-map-container .city-info .event-meta-data .button {
  margin-right: 30px;
}

.event-slider .slide {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 630px;
}

@media print, screen and (min-width: 40em) {
  .event-slider .slide {
    height: 80vh;
  }
}

.event-slider .slide.sf {
  background-image: url(../images/mobile-slide-bg-1.png);
}

.event-slider .slide.nv {
  background-image: url(../images/mobile-slide-bg-2.png);
}

.event-slider .slide.co {
  background-image: url(../images/mobile-slide-bg-3.png);
}

.event-slider .slide.mo {
  background-image: url(../images/mobile-slide-bg-4.png);
}

.event-slider .slide.pa {
  background-image: url(../images/mobile-slide-bg-5.png);
}

.event-slider .slide.ny {
  background-image: url(../images/mobile-slide-bg-6.png);
}

.event-slider .slide .city-info {
  padding-top: 0;
  padding-right: 0;
}

.event-slider .slide .city-info .city-icon {
  margin-bottom: 0px;
}

.event-slider .slide .city-info .event-meta-data .title {
  margin-bottom: 250px;
}

@media print, screen and (min-width: 40em) {
  .event-slider .slide .city-info .event-meta-data .title {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 64em) {
  #stories {
    padding-bottom: 400px;
  }
}

#stories .svg-draw {
  position: absolute;
  bottom: 110px;
  right: 0;
  width: 84px;
}

@media print, screen and (min-width: 64em) {
  #stories .svg-draw {
    display: block;
    width: 270px;
  }
}

@media screen and (min-width: 75em) {
  #stories .svg-draw {
    bottom: 160px;
  }
}

#stories .svg-draw:before {
  background: url(../images/stories-dashed-curve.svg);
  display: none;
}

/* NB: SASS here but element is in the footer include */

.car-and-path {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .car-and-path {
    display: block;
    position: relative;
    width: 100%;
    top: -29vw;
  }
}

.car-and-path:before {
  content: "";
  display: none;
}

@media print, screen and (min-width: 64em) {
  .car-and-path:before {
    background: url(../images/stories-car-path.svg);
    background: url(../images/stories-car-path2.svg);
  }
}

.car-and-path svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

@media print, screen and (min-width: 64em) {
  .car-and-path svg g#group-car-path {
    -webkit-transform: translate(-289px, 77px);
            transform: translate(-289px, 77px);
  }
}

body.post-type-archive-story {
  background: #FFFFFF;
}

body.post-type-archive-story .hero {
  background: #76E5D5;
  height: 37.5rem;
}

body.post-type-archive-story .archive-items {
  padding: 0.875rem 1.9375rem 7.5rem;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  body.post-type-archive-story .archive-items {
    padding: 8.1875rem 0 2.375rem;
  }
}

body.post-type-archive-story .archive-items:before {
  background-color: #76E5D5;
  background-image: url(../images/wave-white.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 102%;
  content: "";
  display: block;
  height: 5.1875rem;
  left: 0;
  position: absolute;
  top: -4.375rem;
  width: 100%;
}

@media screen and (min-width: 75em) {
  body.post-type-archive-story .archive-items:before {
    height: 6.25rem;
    top: -5.625rem;
  }
}

@media screen and (min-width: 120em) {
  body.post-type-archive-story .archive-items:before {
    height: 9.375rem;
    top: -6.25rem;
  }
}

body.post-type-archive-story .archive-items .archive-item {
  padding: 0 0 3.6875rem;
}

@media print, screen and (min-width: 64em) {
  body.post-type-archive-story .archive-items .archive-item {
    padding: 0 0 13.125rem;
  }
}

body.post-type-archive-story .archive-items .archive-item .archive-item-lead {
  font-family: 'voltagebold';
  color: #F0564D;
  font-size: 0.875rem;
  margin: 0 0 0.125rem;
}

@media print, screen and (min-width: 64em) {
  body.post-type-archive-story .archive-items .archive-item .archive-item-lead {
    font-size: 2.125rem;
    margin: 0 0 0.6875rem;
  }
}

body.post-type-archive-story .archive-items .archive-item .archive-item-heading {
  font-family: 'ginregular';
  color: #183C3D;
  font-size: 1.25rem;
  margin: 0 0 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  body.post-type-archive-story .archive-items .archive-item .archive-item-heading {
    font-size: 3.125rem;
    margin: 0 0 2rem;
  }
}

body.post-type-archive-story .archive-items .archive-item .archive-item-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 19.5625rem;
  margin: auto;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  body.post-type-archive-story .archive-items .archive-item .archive-item-image {
    height: 33.625rem;
    margin: 0;
    width: 100%;
  }
}

body.post-type-archive-story .archive-items .archive-item p {
  font-size: 0.875rem;
  margin: 0 0 1.75rem;
}

@media print, screen and (min-width: 64em) {
  body.post-type-archive-story .archive-items .archive-item p {
    font-size: 1.375rem;
    margin: 0 0 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  body.post-type-archive-story .archive-items .archive-item .column,
  body.post-type-archive-story .archive-items .archive-item .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

body.post-type-archive-story .archive-item-content {
  padding: 0 0.9375rem 3.125rem;
}

@media print, screen and (min-width: 64em) {
  body.post-type-archive-story .archive-item-content {
    max-width: 27.1875rem;
    padding: 0;
  }
}

body.post-type-archive-story .barba-container:before {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

.barba-container {
  position: relative;
}

.barba-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background: url(../images/bg-texture.png);
  background-position: top center;
  background-repeat: repeat;
  background-size: contain;
  pointer-events: none;
  mix-blend-mode: multiply;
  display: block;
}

.btn-hamburger {
  display: block;
  width: 25px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 102;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

@media print, screen and (min-width: 64em) {
  .btn-hamburger {
    display: none;
  }
}

.btn-hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

body.page-press .btn-hamburger span {
  background: #183C3D;
}

.btn-hamburger span:nth-child(1) {
  top: 0px;
}

.btn-hamburger span:nth-child(2) {
  top: 12px;
}

body.page-press .btn-hamburger.open span {
  background: white;
}

.btn-hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}

.btn-hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}

.svg-draw svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.content {
  display: block;
  position: relative;
  padding: 90px 0 100px 0;
}

@media print, screen and (min-width: 40em) {
  .content {
    padding: 140px 0 200px 0;
  }
}

.content.no-padding-bottom {
  padding-bottom: 0;
}

.content.top-wave:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: -70px;
  height: 83px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 102%;
}

@media screen and (min-width: 75em) {
  .content.top-wave:before {
    top: -90px;
    height: 100px;
  }
}

@media screen and (min-width: 120em) {
  .content.top-wave:before {
    top: -100px;
    height: 150px;
  }
}

.content.white {
  background-color: white;
}

.content.white:before {
  background-image: url(../images/wave-white.svg);
}

.content.yellow {
  background-color: #FFF1D4;
}

.content.yellow:before {
  background-image: url(../images/wave-yellow.svg);
}

.content.calipso {
  background-color: #9DF4E9;
}

.content.calipso:before {
  background-image: url(../images/wave-calipso.svg);
}

.content.red {
  background-color: #FF7878;
}

.content.red:before {
  background-image: url(../images/wave-red.svg);
}

.content.black {
  background-color: #183C3D;
}

.content.black:before {
  background-image: url(../images/wave-black.svg);
}

.content .row {
  position: relative;
}

.content .block-content {
  max-width: 700px;
}

.content .block-content.text-left .tagline,
.content .block-content.text-left .title {
  text-align: left;
}

@media print, screen and (min-width: 64em) {
  .content .block-content.to-right {
    float: right;
  }
}

.article-box {
  padding: 0 30px;
  display: block;
  margin-bottom: 80px;
}

.article-box span {
  display: block;
  font-family: 'gilroyheavy';
  font-size: 26px;
  line-height: 33px;
  color: #183C3D;
  margin-bottom: 20px;
}

.article-box p {
  font-family: 'gilroysemibold';
  font-size: 18px;
  line-height: 27px;
  color: #A3B1B1;
}

.article-box a {
  font-family: 'gilroyheavy';
  font-size: 20px;
  color: #F0564D;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}

.share-section {
  margin-top: 100px;
}

.share-section .share-box {
  display: block;
  margin-top: 60px;
}

@media print, screen and (min-width: 40em) {
  .share-section .share-box {
    padding: 0 30px;
  }
}

.share-section .share-box .image {
  display: block;
  height: 370px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.share-section .share-box span {
  display: inline-block;
  vertical-align: top;
  font-family: 'gilroysemibold';
  font-size: 22px;
  color: #183C3D;
  padding-right: 20px;
}

.share-section .share-box ul.social-share {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.share-section .share-box ul.social-share li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 0;
}

.share-section .share-box ul.social-share li a {
  display: block;
}

.share-section .share-box ul.social-share li a i {
  display: block;
  max-height: 28px;
}

.share-section .share-box ul.social-share li a i svg {
  display: block;
  max-height: 28px;
}

.share-section .share-box ul.social-share li a i svg #shape {
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  fill: #F0564D;
}

.share-section .share-box ul.social-share li a:hover i svg #shape,
.share-section .share-box ul.social-share li a:active i svg #shape,
.share-section .share-box ul.social-share li a:focus i svg #shape {
  fill: #76E5D5;
}

.toolkit-section {
  margin-top: 250px;
}

.toolkit-section .title {
  margin-bottom: 60px;
}

.toolkit-section p {
  display: block;
  max-width: 785px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.toolkit-section p a {
  font-family: 'gilroyheavy';
  color: #F0564D;
  text-decoration: underline;
}

.partners-section {
  margin-top: 100px;
  text-align: center;
}

.partners-section .title {
  margin-bottom: 100px;
}

.partners-section .logo {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 60px;
  margin-left: 15px;
  margin-right: 15px;
}

.partners-section .logo.big {
  margin-left: 30px;
  margin-right: 30px;
  width: 223px;
  height: 223px;
}

.partners-section .logo a {
  display: block;
  height: 100%;
}

body.single h3 {
  font-family: 'gilroymedium';
  display: block;
  margin-bottom: 25px;
  line-height: 1.4;
}

body.single a {
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  color: #F0564D;
}

body.single a:hover {
  color: #ff7878;
}

body.single-story {
  background: #FFFFFF;
}

body.single-story .hero {
  background: #76E5D5;
  height: 37.5rem;
}

body.single-story .story {
  position: relative;
}

body.single-story .story:before {
  background-color: #76E5D5;
  background-image: url(../images/wave-white.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 102%;
  content: "";
  display: block;
  height: 5.1875rem;
  left: 0;
  position: absolute;
  top: -4.375rem;
  width: 100%;
}

@media screen and (min-width: 75em) {
  body.single-story .story:before {
    height: 6.25rem;
    top: -5.625rem;
  }
}

@media screen and (min-width: 120em) {
  body.single-story .story:before {
    height: 9.375rem;
    top: -6.25rem;
  }
}

body.single-story .story-content {
  overflow: hidden;
  padding: 0.875rem 1.9375rem 10.75rem;
}

@media print, screen and (min-width: 64em) {
  body.single-story .story-content {
    padding: 7.6875rem 1.9375rem 15.0625rem;
  }
}

body.single-story .story-lead {
  font-family: 'voltagebold';
  color: #F0564D;
  font-size: 1.125rem;
  margin: 0 0 0.125rem;
}

@media print, screen and (min-width: 64em) {
  body.single-story .story-lead {
    font-size: 1.875rem;
    margin: 0 0 0.8125rem;
  }
}

body.single-story .story-heading {
  font-family: 'ginregular';
  color: #183C3D;
  font-size: 1.5rem;
  margin: 0 0 2.8125rem;
}

@media print, screen and (min-width: 64em) {
  body.single-story .story-heading {
    font-size: 3.125rem;
    margin: 0 0 4.625rem;
  }
}

body.single-story img {
  display: block;
  margin: 2.5rem auto;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  body.single-story img {
    margin: 4.8125rem auto;
  }
}

body.single-story .story-expanded {
  margin: 0 -1.9375rem;
}

@media print, screen and (min-width: 40em) {
  body.single-story .story-expanded {
    margin: 0 -16.5%;
  }
}

@media print, screen and (min-width: 64em) {
  body.single-story .story-expanded {
    margin: 0 -10% 0 -30%;
  }
}

@media screen and (min-width: 75em) {
  body.single-story .story-expanded {
    margin-left: -29%;
  }
}

body.single-story .story-expanded img,
body.single-story .story-expanded embed,
body.single-story .story-expanded iframe {
  display: block;
  margin: 2.5rem auto;
  min-height: 16.5625rem;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  body.single-story .story-expanded img,
  body.single-story .story-expanded embed,
  body.single-story .story-expanded iframe {
    min-height: 31.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  body.single-story .story-expanded img,
  body.single-story .story-expanded embed,
  body.single-story .story-expanded iframe {
    margin: 4.8125rem auto;
    min-height: 51.875rem;
  }
}

body.single-story .story-social.top {
  display: none;
}

@media print, screen and (min-width: 64em) {
  body.single-story .story-social.top {
    display: block;
  }
}

body.single-story .story-social.top ul li {
  display: block;
}

body.single-story .story-social.top li a {
  margin: 0 1rem 1.3125rem;
}

body.single-story .story-social.bottom {
  border-bottom: 1px solid #D8D8D8;
  height: 4.25rem;
  margin: 0 0 3.0625rem;
}

@media print, screen and (min-width: 64em) {
  body.single-story .story-social.bottom {
    height: 6.4375rem;
    margin: 2.8125rem 0 3.6875rem;
    padding: 0 0 0 16.7%;
  }
}

body.single-story .story-social.bottom ul li {
  display: inline-block;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  body.single-story .story-social.inline ul {
    text-align: left;
  }
}

body.single-story .story-social.inline ul li {
  display: inline;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  body.single-story .story-social.inline ul li a {
    margin: 0 2rem 0 0;
    padding: 0;
  }
}

body.single-story .story-social p {
  font-family: 'gilroysemibold';
  display: inline-block;
  font-size: 1rem;
  line-height: 3.125rem;
  margin: 0 0.5rem 0 0;
  vertical-align: top;
}

@media print, screen and (min-width: 64em) {
  body.single-story .story-social p {
    font-size: 1.375rem;
  }
}

body.single-story .story-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0;
}

[data-whatinput='mouse'] body.single-story .story-social ul li {
  outline: 0;
}

body.single-story .story-social ul a,
body.single-story .story-social ul .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

body.single-story .story-social ul input,
body.single-story .story-social ul select,
body.single-story .story-social ul a,
body.single-story .story-social ul button {
  margin-bottom: 0;
}

body.single-story .story-social ul input {
  display: inline-block;
}

body.single-story .story-social ul .submenu li {
  text-align: left;
}

body.single-story .story-social ul a {
  display: inline-block;
  height: 3.125rem;
  padding: 0.7rem 0.5625rem;
}

@media print, screen and (min-width: 64em) {
  body.single-story .story-social ul a {
    padding: 0.7rem 1rem;
  }
}

body.single-story .story-social ul i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

body.single-story .story-social ul i:hover {
  opacity: 0.5;
}

body.single-story .story-social ul i.icon-facebook-red {
  height: 1.4375rem;
  width: 0.6875rem;
}

@media print, screen and (min-width: 64em) {
  body.single-story .story-social ul i.icon-facebook-red {
    height: 2rem;
    width: 0.9375rem;
  }
}

body.single-story .story-social ul i.icon-twitter-red {
  height: 1.375rem;
  width: 1.8125rem;
}

@media print, screen and (min-width: 64em) {
  body.single-story .story-social ul i.icon-twitter-red {
    height: 1.875rem;
    width: 2.5rem;
  }
}

body.single-story .story-post-links a {
  font-family: 'gilroyheavy';
  color: #F0564D;
  font-size: 1.25rem;
  text-decoration: underline;
}

body.single-story .story-post-links a:hover {
  text-decoration: none;
}

body.single-story blockquote {
  border: none;
  margin: 0 0 2.5rem;
  padding: 0;
}

@media print, screen and (min-width: 64em) {
  body.single-story blockquote {
    float: left;
    width: 20rem;
    margin: 0 3.3125rem 0 -10.9375rem;
  }
}

body.single-story blockquote p {
  font-family: 'ginregular';
  color: #183C3D;
  font-size: 1.5625rem;
}

@media print, screen and (min-width: 64em) {
  body.single-story blockquote p {
    font-size: 2rem;
  }
}

body.single-story p {
  font-size: 1rem;
}

@media print, screen and (min-width: 64em) {
  body.single-story p {
    font-size: 1.25rem;
  }
}

body.single-story strong {
  font-family: 'gilroymedium';
}

body.single-story .barba-container:before {
  display: none;
}

