@charset "UTF-8";
/*----------------------------------------------*\
	#COMBINE BOTH THE FRAMEWORK & THEME
\*----------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#SETTINGS

	Globally-available variables, settings & config switches.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#GLOBAL VARIABLES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#COLOUR VARIABLES
\*----------------------------------------------------------------------------*/
.grey75 {
  background-color: #3f3f3f;
}

/*----------------------------------------------------------------------------*\
	#UI KIT OVERRIDES
\*----------------------------------------------------------------------------*/
/*!---------------------------------------------------------------------------*\

	#FOUNDATION

	- Version:      6.2.0
	- Author:       Zurb, Inc
	- Site:         http://http://foundation.zurb.com
	- Copyright:    2016, Zurb
	– License:      MIT | http://goo.gl/p3bexl

\*----------------------------------------------------------------------------*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

td,
th {
  padding: 0;
}

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

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

*,
*::before,
*::after {
  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 {
  width: 100%;
  border-radius: 0;
}

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

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

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

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

.flexbox .row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.flexbox .row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .flexbox .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .flexbox .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.flexbox .row.expanded {
  max-width: none;
}
.flexbox .row.collapse > .column, .flexbox .no-flexbox .row.collapse > .columns, .flexbox .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.flexbox .row.is-collapse-child, .flexbox .row.collapse > .column > .row, .flexbox .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}
.flexbox .column, .flexbox .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial;
}
@media print, screen and (min-width: 40em) {
  .flexbox .column, .flexbox .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.flexbox .column.row.row, .flexbox .row.row.columns {
  display: flex;
}
.flexbox .row .column.row.row, .flexbox .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.flexbox .flex-container {
  display: flex;
}
.flexbox .flex-child-auto {
  flex: 1 1 auto;
}
.flexbox .flex-child-grow {
  flex: 1 0 auto;
}
.flexbox .flex-child-shrink {
  flex: 0 1 auto;
}
.flexbox .flex-dir-row {
  flex-direction: row;
}
.flexbox .flex-dir-row-reverse {
  flex-direction: row-reverse;
}
.flexbox .flex-dir-column {
  flex-direction: column;
}
.flexbox .flex-dir-column-reverse {
  flex-direction: column-reverse;
}
.flexbox .small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.flexbox .small-offset-0 {
  margin-left: 0%;
}
.flexbox .small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.flexbox .small-offset-1 {
  margin-left: 8.3333333333%;
}
.flexbox .small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.flexbox .small-offset-2 {
  margin-left: 16.6666666667%;
}
.flexbox .small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.flexbox .small-offset-3 {
  margin-left: 25%;
}
.flexbox .small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.flexbox .small-offset-4 {
  margin-left: 33.3333333333%;
}
.flexbox .small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.flexbox .small-offset-5 {
  margin-left: 41.6666666667%;
}
.flexbox .small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.flexbox .small-offset-6 {
  margin-left: 50%;
}
.flexbox .small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.flexbox .small-offset-7 {
  margin-left: 58.3333333333%;
}
.flexbox .small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.flexbox .small-offset-8 {
  margin-left: 66.6666666667%;
}
.flexbox .small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.flexbox .small-offset-9 {
  margin-left: 75%;
}
.flexbox .small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.flexbox .small-offset-10 {
  margin-left: 83.3333333333%;
}
.flexbox .small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.flexbox .small-offset-11 {
  margin-left: 91.6666666667%;
}
.flexbox .small-order-1 {
  order: 1;
}
.flexbox .small-order-2 {
  order: 2;
}
.flexbox .small-order-3 {
  order: 3;
}
.flexbox .small-order-4 {
  order: 4;
}
.flexbox .small-order-5 {
  order: 5;
}
.flexbox .small-order-6 {
  order: 6;
}
.flexbox .small-up-1 {
  flex-wrap: wrap;
}
.flexbox .small-up-1 > .column, .flexbox .no-flexbox .small-up-1 > .columns, .flexbox .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}
.flexbox .small-up-2 {
  flex-wrap: wrap;
}
.flexbox .small-up-2 > .column, .flexbox .no-flexbox .small-up-2 > .columns, .flexbox .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}
.flexbox .small-up-3 {
  flex-wrap: wrap;
}
.flexbox .small-up-3 > .column, .flexbox .no-flexbox .small-up-3 > .columns, .flexbox .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.flexbox .small-up-4 {
  flex-wrap: wrap;
}
.flexbox .small-up-4 > .column, .flexbox .no-flexbox .small-up-4 > .columns, .flexbox .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}
.flexbox .small-up-5 {
  flex-wrap: wrap;
}
.flexbox .small-up-5 > .column, .flexbox .no-flexbox .small-up-5 > .columns, .flexbox .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}
.flexbox .small-up-6 {
  flex-wrap: wrap;
}
.flexbox .small-up-6 > .column, .flexbox .no-flexbox .small-up-6 > .columns, .flexbox .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.flexbox .small-up-7 {
  flex-wrap: wrap;
}
.flexbox .small-up-7 > .column, .flexbox .no-flexbox .small-up-7 > .columns, .flexbox .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}
.flexbox .small-up-8 {
  flex-wrap: wrap;
}
.flexbox .small-up-8 > .column, .flexbox .no-flexbox .small-up-8 > .columns, .flexbox .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.flexbox .small-collapse > .column, .flexbox .no-flexbox .small-collapse > .columns, .flexbox .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.flexbox .small-uncollapse > .column, .flexbox .no-flexbox .small-uncollapse > .columns, .flexbox .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .flexbox .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .flexbox .medium-offset-0 {
    margin-left: 0%;
  }
  .flexbox .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .flexbox .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .flexbox .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flexbox .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .flexbox .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .flexbox .medium-offset-3 {
    margin-left: 25%;
  }
  .flexbox .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .flexbox .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .flexbox .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flexbox .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .flexbox .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .flexbox .medium-offset-6 {
    margin-left: 50%;
  }
  .flexbox .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .flexbox .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .flexbox .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flexbox .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .flexbox .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .flexbox .medium-offset-9 {
    margin-left: 75%;
  }
  .flexbox .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .flexbox .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .flexbox .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flexbox .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .flexbox .medium-order-1 {
    order: 1;
  }
  .flexbox .medium-order-2 {
    order: 2;
  }
  .flexbox .medium-order-3 {
    order: 3;
  }
  .flexbox .medium-order-4 {
    order: 4;
  }
  .flexbox .medium-order-5 {
    order: 5;
  }
  .flexbox .medium-order-6 {
    order: 6;
  }
  .flexbox .medium-up-1 {
    flex-wrap: wrap;
  }
  .flexbox .medium-up-1 > .column, .flexbox .no-flexbox .medium-up-1 > .columns, .flexbox .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flexbox .medium-up-2 {
    flex-wrap: wrap;
  }
  .flexbox .medium-up-2 > .column, .flexbox .no-flexbox .medium-up-2 > .columns, .flexbox .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flexbox .medium-up-3 {
    flex-wrap: wrap;
  }
  .flexbox .medium-up-3 > .column, .flexbox .no-flexbox .medium-up-3 > .columns, .flexbox .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .flexbox .medium-up-4 {
    flex-wrap: wrap;
  }
  .flexbox .medium-up-4 > .column, .flexbox .no-flexbox .medium-up-4 > .columns, .flexbox .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flexbox .medium-up-5 {
    flex-wrap: wrap;
  }
  .flexbox .medium-up-5 > .column, .flexbox .no-flexbox .medium-up-5 > .columns, .flexbox .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flexbox .medium-up-6 {
    flex-wrap: wrap;
  }
  .flexbox .medium-up-6 > .column, .flexbox .no-flexbox .medium-up-6 > .columns, .flexbox .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .flexbox .medium-up-7 {
    flex-wrap: wrap;
  }
  .flexbox .medium-up-7 > .column, .flexbox .no-flexbox .medium-up-7 > .columns, .flexbox .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .flexbox .medium-up-8 {
    flex-wrap: wrap;
  }
  .flexbox .medium-up-8 > .column, .flexbox .no-flexbox .medium-up-8 > .columns, .flexbox .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .flexbox .medium-expand {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .flexbox .medium-flex-dir-row {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 40em) {
  .flexbox .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 40em) {
  .flexbox .medium-flex-dir-column {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 40em) {
  .flexbox .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 40em) {
  .flexbox .medium-flex-child-auto {
    flex: 1 1 auto;
  }
}
@media print, screen and (min-width: 40em) {
  .flexbox .medium-flex-child-grow {
    flex: 1 0 auto;
  }
}
@media print, screen and (min-width: 40em) {
  .flexbox .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
}
.flexbox .row.medium-unstack > .column, .flexbox .no-flexbox .row.medium-unstack > .columns, .flexbox .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .flexbox .row.medium-unstack > .column, .flexbox .no-flexbox .row.medium-unstack > .columns, .flexbox .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .flexbox .medium-collapse > .column, .flexbox .no-flexbox .medium-collapse > .columns, .flexbox .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .flexbox .medium-uncollapse > .column, .flexbox .no-flexbox .medium-uncollapse > .columns, .flexbox .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .flexbox .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .flexbox .large-offset-0 {
    margin-left: 0%;
  }
  .flexbox .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .flexbox .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .flexbox .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flexbox .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .flexbox .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .flexbox .large-offset-3 {
    margin-left: 25%;
  }
  .flexbox .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .flexbox .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .flexbox .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flexbox .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .flexbox .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .flexbox .large-offset-6 {
    margin-left: 50%;
  }
  .flexbox .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .flexbox .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .flexbox .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flexbox .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .flexbox .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .flexbox .large-offset-9 {
    margin-left: 75%;
  }
  .flexbox .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .flexbox .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .flexbox .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flexbox .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .flexbox .large-order-1 {
    order: 1;
  }
  .flexbox .large-order-2 {
    order: 2;
  }
  .flexbox .large-order-3 {
    order: 3;
  }
  .flexbox .large-order-4 {
    order: 4;
  }
  .flexbox .large-order-5 {
    order: 5;
  }
  .flexbox .large-order-6 {
    order: 6;
  }
  .flexbox .large-up-1 {
    flex-wrap: wrap;
  }
  .flexbox .large-up-1 > .column, .flexbox .no-flexbox .large-up-1 > .columns, .flexbox .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flexbox .large-up-2 {
    flex-wrap: wrap;
  }
  .flexbox .large-up-2 > .column, .flexbox .no-flexbox .large-up-2 > .columns, .flexbox .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flexbox .large-up-3 {
    flex-wrap: wrap;
  }
  .flexbox .large-up-3 > .column, .flexbox .no-flexbox .large-up-3 > .columns, .flexbox .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .flexbox .large-up-4 {
    flex-wrap: wrap;
  }
  .flexbox .large-up-4 > .column, .flexbox .no-flexbox .large-up-4 > .columns, .flexbox .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flexbox .large-up-5 {
    flex-wrap: wrap;
  }
  .flexbox .large-up-5 > .column, .flexbox .no-flexbox .large-up-5 > .columns, .flexbox .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flexbox .large-up-6 {
    flex-wrap: wrap;
  }
  .flexbox .large-up-6 > .column, .flexbox .no-flexbox .large-up-6 > .columns, .flexbox .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .flexbox .large-up-7 {
    flex-wrap: wrap;
  }
  .flexbox .large-up-7 > .column, .flexbox .no-flexbox .large-up-7 > .columns, .flexbox .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .flexbox .large-up-8 {
    flex-wrap: wrap;
  }
  .flexbox .large-up-8 > .column, .flexbox .no-flexbox .large-up-8 > .columns, .flexbox .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .flexbox .large-expand {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .flexbox .large-flex-dir-row {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 64em) {
  .flexbox .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .flexbox .large-flex-dir-column {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 64em) {
  .flexbox .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .flexbox .large-flex-child-auto {
    flex: 1 1 auto;
  }
}
@media print, screen and (min-width: 64em) {
  .flexbox .large-flex-child-grow {
    flex: 1 0 auto;
  }
}
@media print, screen and (min-width: 64em) {
  .flexbox .large-flex-child-shrink {
    flex: 0 1 auto;
  }
}
.flexbox .row.large-unstack > .column, .flexbox .no-flexbox .row.large-unstack > .columns, .flexbox .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .flexbox .row.large-unstack > .column, .flexbox .no-flexbox .row.large-unstack > .columns, .flexbox .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .flexbox .large-collapse > .column, .flexbox .no-flexbox .large-collapse > .columns, .flexbox .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .flexbox .large-uncollapse > .column, .flexbox .no-flexbox .large-uncollapse > .columns, .flexbox .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.flexbox .shrink {
  flex: 0 0 auto;
  max-width: 100%;
}
.flexbox .column.align-top, .flexbox .align-top.columns {
  align-self: flex-start;
}
.flexbox .column.align-bottom, .flexbox .align-bottom.columns {
  align-self: flex-end;
}
.flexbox .column.align-middle, .flexbox .align-middle.columns {
  align-self: center;
}
.flexbox .column.align-stretch, .flexbox .align-stretch.columns {
  align-self: stretch;
}
.no-flexbox .row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.no-flexbox .row::before, .no-flexbox .row::after {
  display: table;
  content: " ";
}
.no-flexbox .row::after {
  clear: both;
}
.no-flexbox .row.collapse > .column, .no-flexbox .row.collapse > .columns, .no-flexbox .flexbox .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.no-flexbox .row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .no-flexbox .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .no-flexbox .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.no-flexbox .row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.no-flexbox .row.expanded {
  max-width: none;
}
.no-flexbox .row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.no-flexbox .row.gutter-small > .column, .no-flexbox .row.gutter-small > .columns, .no-flexbox .flexbox .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.no-flexbox .row.gutter-medium > .column, .no-flexbox .row.gutter-medium > .columns, .no-flexbox .flexbox .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.no-flexbox .column, .no-flexbox .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .no-flexbox .column, .no-flexbox .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.no-flexbox .column:last-child:not(:first-child), .no-flexbox .columns:last-child:not(:first-child) {
  float: right;
}
.no-flexbox .column.end:last-child:last-child, .no-flexbox .end.columns:last-child:last-child {
  float: left;
}
.no-flexbox .column.row.row, .no-flexbox .row.row.columns {
  float: none;
}
.no-flexbox .row .column.row.row, .no-flexbox .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.no-flexbox .small-1 {
  width: 8.3333333333%;
}
.no-flexbox .small-push-1 {
  position: relative;
  left: 8.3333333333%;
}
.no-flexbox .small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}
.no-flexbox .small-offset-0 {
  margin-left: 0%;
}
.no-flexbox .small-2 {
  width: 16.6666666667%;
}
.no-flexbox .small-push-2 {
  position: relative;
  left: 16.6666666667%;
}
.no-flexbox .small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}
.no-flexbox .small-offset-1 {
  margin-left: 8.3333333333%;
}
.no-flexbox .small-3 {
  width: 25%;
}
.no-flexbox .small-push-3 {
  position: relative;
  left: 25%;
}
.no-flexbox .small-pull-3 {
  position: relative;
  left: -25%;
}
.no-flexbox .small-offset-2 {
  margin-left: 16.6666666667%;
}
.no-flexbox .small-4 {
  width: 33.3333333333%;
}
.no-flexbox .small-push-4 {
  position: relative;
  left: 33.3333333333%;
}
.no-flexbox .small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}
.no-flexbox .small-offset-3 {
  margin-left: 25%;
}
.no-flexbox .small-5 {
  width: 41.6666666667%;
}
.no-flexbox .small-push-5 {
  position: relative;
  left: 41.6666666667%;
}
.no-flexbox .small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}
.no-flexbox .small-offset-4 {
  margin-left: 33.3333333333%;
}
.no-flexbox .small-6 {
  width: 50%;
}
.no-flexbox .small-push-6 {
  position: relative;
  left: 50%;
}
.no-flexbox .small-pull-6 {
  position: relative;
  left: -50%;
}
.no-flexbox .small-offset-5 {
  margin-left: 41.6666666667%;
}
.no-flexbox .small-7 {
  width: 58.3333333333%;
}
.no-flexbox .small-push-7 {
  position: relative;
  left: 58.3333333333%;
}
.no-flexbox .small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}
.no-flexbox .small-offset-6 {
  margin-left: 50%;
}
.no-flexbox .small-8 {
  width: 66.6666666667%;
}
.no-flexbox .small-push-8 {
  position: relative;
  left: 66.6666666667%;
}
.no-flexbox .small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}
.no-flexbox .small-offset-7 {
  margin-left: 58.3333333333%;
}
.no-flexbox .small-9 {
  width: 75%;
}
.no-flexbox .small-push-9 {
  position: relative;
  left: 75%;
}
.no-flexbox .small-pull-9 {
  position: relative;
  left: -75%;
}
.no-flexbox .small-offset-8 {
  margin-left: 66.6666666667%;
}
.no-flexbox .small-10 {
  width: 83.3333333333%;
}
.no-flexbox .small-push-10 {
  position: relative;
  left: 83.3333333333%;
}
.no-flexbox .small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}
.no-flexbox .small-offset-9 {
  margin-left: 75%;
}
.no-flexbox .small-11 {
  width: 91.6666666667%;
}
.no-flexbox .small-push-11 {
  position: relative;
  left: 91.6666666667%;
}
.no-flexbox .small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}
.no-flexbox .small-offset-10 {
  margin-left: 83.3333333333%;
}
.no-flexbox .small-12 {
  width: 100%;
}
.no-flexbox .small-offset-11 {
  margin-left: 91.6666666667%;
}
.no-flexbox .small-up-1 > .column, .no-flexbox .small-up-1 > .columns, .no-flexbox .flexbox .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.no-flexbox .small-up-1 > .column:nth-of-type(1n), .no-flexbox .small-up-1 > .columns:nth-of-type(1n), .no-flexbox .flexbox .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-1 > .column:nth-of-type(1n+1), .no-flexbox .small-up-1 > .columns:nth-of-type(1n+1), .no-flexbox .flexbox .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.no-flexbox .small-up-1 > .column:last-child, .no-flexbox .small-up-1 > .columns:last-child, .no-flexbox .flexbox .small-up-1 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-2 > .column, .no-flexbox .small-up-2 > .columns, .no-flexbox .flexbox .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.no-flexbox .small-up-2 > .column:nth-of-type(1n), .no-flexbox .small-up-2 > .columns:nth-of-type(1n), .no-flexbox .flexbox .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-2 > .column:nth-of-type(2n+1), .no-flexbox .small-up-2 > .columns:nth-of-type(2n+1), .no-flexbox .flexbox .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.no-flexbox .small-up-2 > .column:last-child, .no-flexbox .small-up-2 > .columns:last-child, .no-flexbox .flexbox .small-up-2 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-3 > .column, .no-flexbox .small-up-3 > .columns, .no-flexbox .flexbox .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.no-flexbox .small-up-3 > .column:nth-of-type(1n), .no-flexbox .small-up-3 > .columns:nth-of-type(1n), .no-flexbox .flexbox .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-3 > .column:nth-of-type(3n+1), .no-flexbox .small-up-3 > .columns:nth-of-type(3n+1), .no-flexbox .flexbox .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.no-flexbox .small-up-3 > .column:last-child, .no-flexbox .small-up-3 > .columns:last-child, .no-flexbox .flexbox .small-up-3 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-4 > .column, .no-flexbox .small-up-4 > .columns, .no-flexbox .flexbox .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.no-flexbox .small-up-4 > .column:nth-of-type(1n), .no-flexbox .small-up-4 > .columns:nth-of-type(1n), .no-flexbox .flexbox .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-4 > .column:nth-of-type(4n+1), .no-flexbox .small-up-4 > .columns:nth-of-type(4n+1), .no-flexbox .flexbox .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.no-flexbox .small-up-4 > .column:last-child, .no-flexbox .small-up-4 > .columns:last-child, .no-flexbox .flexbox .small-up-4 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-5 > .column, .no-flexbox .small-up-5 > .columns, .no-flexbox .flexbox .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.no-flexbox .small-up-5 > .column:nth-of-type(1n), .no-flexbox .small-up-5 > .columns:nth-of-type(1n), .no-flexbox .flexbox .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-5 > .column:nth-of-type(5n+1), .no-flexbox .small-up-5 > .columns:nth-of-type(5n+1), .no-flexbox .flexbox .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.no-flexbox .small-up-5 > .column:last-child, .no-flexbox .small-up-5 > .columns:last-child, .no-flexbox .flexbox .small-up-5 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-6 > .column, .no-flexbox .small-up-6 > .columns, .no-flexbox .flexbox .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.no-flexbox .small-up-6 > .column:nth-of-type(1n), .no-flexbox .small-up-6 > .columns:nth-of-type(1n), .no-flexbox .flexbox .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-6 > .column:nth-of-type(6n+1), .no-flexbox .small-up-6 > .columns:nth-of-type(6n+1), .no-flexbox .flexbox .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.no-flexbox .small-up-6 > .column:last-child, .no-flexbox .small-up-6 > .columns:last-child, .no-flexbox .flexbox .small-up-6 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-7 > .column, .no-flexbox .small-up-7 > .columns, .no-flexbox .flexbox .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.no-flexbox .small-up-7 > .column:nth-of-type(1n), .no-flexbox .small-up-7 > .columns:nth-of-type(1n), .no-flexbox .flexbox .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-7 > .column:nth-of-type(7n+1), .no-flexbox .small-up-7 > .columns:nth-of-type(7n+1), .no-flexbox .flexbox .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.no-flexbox .small-up-7 > .column:last-child, .no-flexbox .small-up-7 > .columns:last-child, .no-flexbox .flexbox .small-up-7 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-8 > .column, .no-flexbox .small-up-8 > .columns, .no-flexbox .flexbox .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.no-flexbox .small-up-8 > .column:nth-of-type(1n), .no-flexbox .small-up-8 > .columns:nth-of-type(1n), .no-flexbox .flexbox .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-8 > .column:nth-of-type(8n+1), .no-flexbox .small-up-8 > .columns:nth-of-type(8n+1), .no-flexbox .flexbox .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.no-flexbox .small-up-8 > .column:last-child, .no-flexbox .small-up-8 > .columns:last-child, .no-flexbox .flexbox .small-up-8 > .columns:last-child {
  float: left;
}
.no-flexbox .small-collapse > .column, .no-flexbox .small-collapse > .columns, .no-flexbox .flexbox .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.no-flexbox .small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}
.no-flexbox .expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}
.no-flexbox .small-uncollapse > .column, .no-flexbox .small-uncollapse > .columns, .no-flexbox .flexbox .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.no-flexbox .small-centered {
  margin-right: auto;
  margin-left: auto;
}
.no-flexbox .small-centered, .no-flexbox .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.no-flexbox .small-uncentered,
.no-flexbox .small-push-0,
.no-flexbox .small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  .no-flexbox .medium-1 {
    width: 8.3333333333%;
  }
  .no-flexbox .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .no-flexbox .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .no-flexbox .medium-offset-0 {
    margin-left: 0%;
  }
  .no-flexbox .medium-2 {
    width: 16.6666666667%;
  }
  .no-flexbox .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .no-flexbox .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .no-flexbox .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .no-flexbox .medium-3 {
    width: 25%;
  }
  .no-flexbox .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .no-flexbox .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .no-flexbox .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .no-flexbox .medium-4 {
    width: 33.3333333333%;
  }
  .no-flexbox .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .no-flexbox .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .no-flexbox .medium-offset-3 {
    margin-left: 25%;
  }
  .no-flexbox .medium-5 {
    width: 41.6666666667%;
  }
  .no-flexbox .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .no-flexbox .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .no-flexbox .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .no-flexbox .medium-6 {
    width: 50%;
  }
  .no-flexbox .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .no-flexbox .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .no-flexbox .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .no-flexbox .medium-7 {
    width: 58.3333333333%;
  }
  .no-flexbox .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .no-flexbox .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .no-flexbox .medium-offset-6 {
    margin-left: 50%;
  }
  .no-flexbox .medium-8 {
    width: 66.6666666667%;
  }
  .no-flexbox .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .no-flexbox .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .no-flexbox .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .no-flexbox .medium-9 {
    width: 75%;
  }
  .no-flexbox .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .no-flexbox .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .no-flexbox .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .no-flexbox .medium-10 {
    width: 83.3333333333%;
  }
  .no-flexbox .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .no-flexbox .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .no-flexbox .medium-offset-9 {
    margin-left: 75%;
  }
  .no-flexbox .medium-11 {
    width: 91.6666666667%;
  }
  .no-flexbox .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .no-flexbox .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .no-flexbox .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .no-flexbox .medium-12 {
    width: 100%;
  }
  .no-flexbox .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .no-flexbox .medium-up-1 > .column, .no-flexbox .medium-up-1 > .columns, .no-flexbox .flexbox .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .no-flexbox .medium-up-1 > .column:nth-of-type(1n), .no-flexbox .medium-up-1 > .columns:nth-of-type(1n), .no-flexbox .flexbox .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-1 > .column:nth-of-type(1n+1), .no-flexbox .medium-up-1 > .columns:nth-of-type(1n+1), .no-flexbox .flexbox .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .no-flexbox .medium-up-1 > .column:last-child, .no-flexbox .medium-up-1 > .columns:last-child, .no-flexbox .flexbox .medium-up-1 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-2 > .column, .no-flexbox .medium-up-2 > .columns, .no-flexbox .flexbox .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .no-flexbox .medium-up-2 > .column:nth-of-type(1n), .no-flexbox .medium-up-2 > .columns:nth-of-type(1n), .no-flexbox .flexbox .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-2 > .column:nth-of-type(2n+1), .no-flexbox .medium-up-2 > .columns:nth-of-type(2n+1), .no-flexbox .flexbox .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .no-flexbox .medium-up-2 > .column:last-child, .no-flexbox .medium-up-2 > .columns:last-child, .no-flexbox .flexbox .medium-up-2 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-3 > .column, .no-flexbox .medium-up-3 > .columns, .no-flexbox .flexbox .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .no-flexbox .medium-up-3 > .column:nth-of-type(1n), .no-flexbox .medium-up-3 > .columns:nth-of-type(1n), .no-flexbox .flexbox .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-3 > .column:nth-of-type(3n+1), .no-flexbox .medium-up-3 > .columns:nth-of-type(3n+1), .no-flexbox .flexbox .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .no-flexbox .medium-up-3 > .column:last-child, .no-flexbox .medium-up-3 > .columns:last-child, .no-flexbox .flexbox .medium-up-3 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-4 > .column, .no-flexbox .medium-up-4 > .columns, .no-flexbox .flexbox .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .no-flexbox .medium-up-4 > .column:nth-of-type(1n), .no-flexbox .medium-up-4 > .columns:nth-of-type(1n), .no-flexbox .flexbox .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-4 > .column:nth-of-type(4n+1), .no-flexbox .medium-up-4 > .columns:nth-of-type(4n+1), .no-flexbox .flexbox .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .no-flexbox .medium-up-4 > .column:last-child, .no-flexbox .medium-up-4 > .columns:last-child, .no-flexbox .flexbox .medium-up-4 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-5 > .column, .no-flexbox .medium-up-5 > .columns, .no-flexbox .flexbox .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .no-flexbox .medium-up-5 > .column:nth-of-type(1n), .no-flexbox .medium-up-5 > .columns:nth-of-type(1n), .no-flexbox .flexbox .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-5 > .column:nth-of-type(5n+1), .no-flexbox .medium-up-5 > .columns:nth-of-type(5n+1), .no-flexbox .flexbox .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .no-flexbox .medium-up-5 > .column:last-child, .no-flexbox .medium-up-5 > .columns:last-child, .no-flexbox .flexbox .medium-up-5 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-6 > .column, .no-flexbox .medium-up-6 > .columns, .no-flexbox .flexbox .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .no-flexbox .medium-up-6 > .column:nth-of-type(1n), .no-flexbox .medium-up-6 > .columns:nth-of-type(1n), .no-flexbox .flexbox .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-6 > .column:nth-of-type(6n+1), .no-flexbox .medium-up-6 > .columns:nth-of-type(6n+1), .no-flexbox .flexbox .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .no-flexbox .medium-up-6 > .column:last-child, .no-flexbox .medium-up-6 > .columns:last-child, .no-flexbox .flexbox .medium-up-6 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-7 > .column, .no-flexbox .medium-up-7 > .columns, .no-flexbox .flexbox .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .no-flexbox .medium-up-7 > .column:nth-of-type(1n), .no-flexbox .medium-up-7 > .columns:nth-of-type(1n), .no-flexbox .flexbox .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-7 > .column:nth-of-type(7n+1), .no-flexbox .medium-up-7 > .columns:nth-of-type(7n+1), .no-flexbox .flexbox .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .no-flexbox .medium-up-7 > .column:last-child, .no-flexbox .medium-up-7 > .columns:last-child, .no-flexbox .flexbox .medium-up-7 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-8 > .column, .no-flexbox .medium-up-8 > .columns, .no-flexbox .flexbox .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .no-flexbox .medium-up-8 > .column:nth-of-type(1n), .no-flexbox .medium-up-8 > .columns:nth-of-type(1n), .no-flexbox .flexbox .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-8 > .column:nth-of-type(8n+1), .no-flexbox .medium-up-8 > .columns:nth-of-type(8n+1), .no-flexbox .flexbox .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .no-flexbox .medium-up-8 > .column:last-child, .no-flexbox .medium-up-8 > .columns:last-child, .no-flexbox .flexbox .medium-up-8 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-collapse > .column, .no-flexbox .medium-collapse > .columns, .no-flexbox .flexbox .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .no-flexbox .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .no-flexbox .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .no-flexbox .medium-uncollapse > .column, .no-flexbox .medium-uncollapse > .columns, .no-flexbox .flexbox .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .no-flexbox .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .no-flexbox .medium-centered, .no-flexbox .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .no-flexbox .medium-uncentered,
.no-flexbox .medium-push-0,
.no-flexbox .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .no-flexbox .large-1 {
    width: 8.3333333333%;
  }
  .no-flexbox .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .no-flexbox .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .no-flexbox .large-offset-0 {
    margin-left: 0%;
  }
  .no-flexbox .large-2 {
    width: 16.6666666667%;
  }
  .no-flexbox .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .no-flexbox .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .no-flexbox .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .no-flexbox .large-3 {
    width: 25%;
  }
  .no-flexbox .large-push-3 {
    position: relative;
    left: 25%;
  }
  .no-flexbox .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .no-flexbox .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .no-flexbox .large-4 {
    width: 33.3333333333%;
  }
  .no-flexbox .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .no-flexbox .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .no-flexbox .large-offset-3 {
    margin-left: 25%;
  }
  .no-flexbox .large-5 {
    width: 41.6666666667%;
  }
  .no-flexbox .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .no-flexbox .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .no-flexbox .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .no-flexbox .large-6 {
    width: 50%;
  }
  .no-flexbox .large-push-6 {
    position: relative;
    left: 50%;
  }
  .no-flexbox .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .no-flexbox .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .no-flexbox .large-7 {
    width: 58.3333333333%;
  }
  .no-flexbox .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .no-flexbox .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .no-flexbox .large-offset-6 {
    margin-left: 50%;
  }
  .no-flexbox .large-8 {
    width: 66.6666666667%;
  }
  .no-flexbox .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .no-flexbox .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .no-flexbox .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .no-flexbox .large-9 {
    width: 75%;
  }
  .no-flexbox .large-push-9 {
    position: relative;
    left: 75%;
  }
  .no-flexbox .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .no-flexbox .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .no-flexbox .large-10 {
    width: 83.3333333333%;
  }
  .no-flexbox .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .no-flexbox .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .no-flexbox .large-offset-9 {
    margin-left: 75%;
  }
  .no-flexbox .large-11 {
    width: 91.6666666667%;
  }
  .no-flexbox .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .no-flexbox .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .no-flexbox .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .no-flexbox .large-12 {
    width: 100%;
  }
  .no-flexbox .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .no-flexbox .large-up-1 > .column, .no-flexbox .large-up-1 > .columns, .no-flexbox .flexbox .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .no-flexbox .large-up-1 > .column:nth-of-type(1n), .no-flexbox .large-up-1 > .columns:nth-of-type(1n), .no-flexbox .flexbox .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-1 > .column:nth-of-type(1n+1), .no-flexbox .large-up-1 > .columns:nth-of-type(1n+1), .no-flexbox .flexbox .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .no-flexbox .large-up-1 > .column:last-child, .no-flexbox .large-up-1 > .columns:last-child, .no-flexbox .flexbox .large-up-1 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-2 > .column, .no-flexbox .large-up-2 > .columns, .no-flexbox .flexbox .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .no-flexbox .large-up-2 > .column:nth-of-type(1n), .no-flexbox .large-up-2 > .columns:nth-of-type(1n), .no-flexbox .flexbox .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-2 > .column:nth-of-type(2n+1), .no-flexbox .large-up-2 > .columns:nth-of-type(2n+1), .no-flexbox .flexbox .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .no-flexbox .large-up-2 > .column:last-child, .no-flexbox .large-up-2 > .columns:last-child, .no-flexbox .flexbox .large-up-2 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-3 > .column, .no-flexbox .large-up-3 > .columns, .no-flexbox .flexbox .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .no-flexbox .large-up-3 > .column:nth-of-type(1n), .no-flexbox .large-up-3 > .columns:nth-of-type(1n), .no-flexbox .flexbox .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-3 > .column:nth-of-type(3n+1), .no-flexbox .large-up-3 > .columns:nth-of-type(3n+1), .no-flexbox .flexbox .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .no-flexbox .large-up-3 > .column:last-child, .no-flexbox .large-up-3 > .columns:last-child, .no-flexbox .flexbox .large-up-3 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-4 > .column, .no-flexbox .large-up-4 > .columns, .no-flexbox .flexbox .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .no-flexbox .large-up-4 > .column:nth-of-type(1n), .no-flexbox .large-up-4 > .columns:nth-of-type(1n), .no-flexbox .flexbox .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-4 > .column:nth-of-type(4n+1), .no-flexbox .large-up-4 > .columns:nth-of-type(4n+1), .no-flexbox .flexbox .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .no-flexbox .large-up-4 > .column:last-child, .no-flexbox .large-up-4 > .columns:last-child, .no-flexbox .flexbox .large-up-4 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-5 > .column, .no-flexbox .large-up-5 > .columns, .no-flexbox .flexbox .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .no-flexbox .large-up-5 > .column:nth-of-type(1n), .no-flexbox .large-up-5 > .columns:nth-of-type(1n), .no-flexbox .flexbox .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-5 > .column:nth-of-type(5n+1), .no-flexbox .large-up-5 > .columns:nth-of-type(5n+1), .no-flexbox .flexbox .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .no-flexbox .large-up-5 > .column:last-child, .no-flexbox .large-up-5 > .columns:last-child, .no-flexbox .flexbox .large-up-5 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-6 > .column, .no-flexbox .large-up-6 > .columns, .no-flexbox .flexbox .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .no-flexbox .large-up-6 > .column:nth-of-type(1n), .no-flexbox .large-up-6 > .columns:nth-of-type(1n), .no-flexbox .flexbox .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-6 > .column:nth-of-type(6n+1), .no-flexbox .large-up-6 > .columns:nth-of-type(6n+1), .no-flexbox .flexbox .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .no-flexbox .large-up-6 > .column:last-child, .no-flexbox .large-up-6 > .columns:last-child, .no-flexbox .flexbox .large-up-6 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-7 > .column, .no-flexbox .large-up-7 > .columns, .no-flexbox .flexbox .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .no-flexbox .large-up-7 > .column:nth-of-type(1n), .no-flexbox .large-up-7 > .columns:nth-of-type(1n), .no-flexbox .flexbox .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-7 > .column:nth-of-type(7n+1), .no-flexbox .large-up-7 > .columns:nth-of-type(7n+1), .no-flexbox .flexbox .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .no-flexbox .large-up-7 > .column:last-child, .no-flexbox .large-up-7 > .columns:last-child, .no-flexbox .flexbox .large-up-7 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-8 > .column, .no-flexbox .large-up-8 > .columns, .no-flexbox .flexbox .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .no-flexbox .large-up-8 > .column:nth-of-type(1n), .no-flexbox .large-up-8 > .columns:nth-of-type(1n), .no-flexbox .flexbox .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-8 > .column:nth-of-type(8n+1), .no-flexbox .large-up-8 > .columns:nth-of-type(8n+1), .no-flexbox .flexbox .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .no-flexbox .large-up-8 > .column:last-child, .no-flexbox .large-up-8 > .columns:last-child, .no-flexbox .flexbox .large-up-8 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-collapse > .column, .no-flexbox .large-collapse > .columns, .no-flexbox .flexbox .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .no-flexbox .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .no-flexbox .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .no-flexbox .large-uncollapse > .column, .no-flexbox .large-uncollapse > .columns, .no-flexbox .flexbox .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .no-flexbox .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .no-flexbox .large-centered, .no-flexbox .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .no-flexbox .large-uncentered,
.no-flexbox .large-push-0,
.no-flexbox .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 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,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #2199e8;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1585cf;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  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, ul ol, ol ul, 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: "— ";
}

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help;
}

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

.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;
    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;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  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: #2199e8;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #1583cc;
  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: #b1cd29;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #8ea421;
  color: #fefefe;
}
.button.secondary {
  background-color: #008ec8;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #0072a0;
  color: #fefefe;
}
.button.success {
  background-color: #b1cd29;
  color: #fefefe;
}
.button.success:hover, .button.success:focus {
  background-color: #8ea421;
  color: #fefefe;
}
.button.warning {
  background-color: #ff931e;
  color: #fefefe;
}
.button.warning:hover, .button.warning:focus {
  background-color: #e47700;
  color: #fefefe;
}
.button.alert {
  background-color: #e4342a;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #c02118;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #b1cd29;
  color: #b1cd29;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #596715;
  color: #596715;
}
.button.hollow.primary {
  border: 1px solid #b1cd29;
  color: #b1cd29;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #596715;
  color: #596715;
}
.button.hollow.secondary {
  border: 1px solid #008ec8;
  color: #008ec8;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #004764;
  color: #004764;
}
.button.hollow.success {
  border: 1px solid #b1cd29;
  color: #b1cd29;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #596715;
  color: #596715;
}
.button.hollow.warning {
  border: 1px solid #ff931e;
  color: #ff931e;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #8f4a00;
  color: #8f4a00;
}
.button.hollow.alert {
  border: 1px solid #e4342a;
  color: #e4342a;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #78150f;
  color: #78150f;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #b1cd29;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #b1cd29;
  color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #008ec8;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #b1cd29;
  color: #fefefe;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ff931e;
  color: #fefefe;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #e4342a;
  color: #fefefe;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

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

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

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

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

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

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

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

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

input[type=range] {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
}
input[type=range]:focus {
  outline: 0;
}
input[type=range][disabled] {
  opacity: 0.25;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 0.5rem;
  background: #e6e6e6;
}
input[type=range]::-webkit-slider-handle {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -webkit-appearance: none;
  background: #2199e8;
}
input[type=range]::-moz-range-track {
  height: 0.5rem;
  -moz-appearance: none;
  background: #e6e6e6;
}
input[type=range]::-moz-range-thumb {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -moz-appearance: none;
  background: #2199e8;
}
input[type=range]::-ms-track {
  height: 0.5rem;
  border: 0;
  border-top: 0.45rem solid #fefefe;
  border-bottom: 0.45rem solid #fefefe;
  background: #e6e6e6;
  overflow: visible;
  color: transparent;
}
input[type=range]::-ms-thumb {
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
  background: #2199e8;
}
input[type=range]::-ms-fill-lower {
  background: #cacaca;
}
input[type=range]::-ms-fill-upper {
  background: #e6e6e6;
}
output {
  vertical-align: middle;
  margin-left: 0.5em;
  line-height: 1.4rem;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #2199e8;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.tree .is-accordion-submenu-none > a {
  padding: 0;
  line-height: 1.6;
}

.is-accordion-submenu-parent > span {
  position: relative;
  display: block;
  color: #2199e8;
  cursor: pointer;
}
.is-accordion-submenu-parent > span:hover {
  color: #1585cf;
}
.is-accordion-submenu-parent > span::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2199e8 transparent transparent;
  position: absolute;
  top: 50%;
  right: 1rem;
  right: -4px;
}

.is-accordion-submenu-parent[aria-expanded=true] > span::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2199e8;
  color: #fefefe;
}
.badge.secondary {
  background: #008ec8;
  color: #ffffff;
}
.badge.success {
  background: #b1cd29;
  color: #ffffff;
}
.badge.warning {
  background: #ff931e;
  color: #ffffff;
}
.badge.alert {
  background: #e4342a;
  color: #ffffff;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #2199e8;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button {
  background-color: #b1cd29;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #8ea421;
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #008ec8;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #0072a0;
  color: #fefefe;
}
.button-group.success .button {
  background-color: #b1cd29;
  color: #fefefe;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #8ea421;
  color: #fefefe;
}
.button-group.warning .button {
  background-color: #ff931e;
  color: #fefefe;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #e47700;
  color: #fefefe;
}
.button-group.alert .button {
  background-color: #e4342a;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #c02118;
  color: #fefefe;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  color: #0a0a0a;
  background-color: white;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #f4f8de;
}
.callout.secondary {
  background-color: #d1f2ff;
}
.callout.success {
  background-color: #f4f8de;
}
.callout.warning {
  background-color: #ffefdd;
}
.callout.alert {
  background-color: #fbe1df;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

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

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

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

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

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2199e8 transparent transparent;
  right: 5px;
  margin-top: -2px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -5px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2199e8;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -5px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -5px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

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

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

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2199e8;
  color: #fefefe;
}
.label.secondary {
  background: #008ec8;
  color: #ffffff;
}
.label.success {
  background: #b1cd29;
  color: #ffffff;
}
.label.warning {
  background: #ff931e;
  color: #ffffff;
}
.label.alert {
  background: #e4342a;
  color: #ffffff;
}

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

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

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

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

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

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

html,
body {
  height: 100%;
}

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

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  display: table;
  content: " ";
}
.off-canvas-wrapper-inner::after {
  clear: both;
}

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

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

.off-canvas {
  position: absolute;
  z-index: -1;
  max-height: 100%;
  transform: translateX(0) translateY(0);
  background: #e6e6e6;
  overflow-y: auto;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.position-left {
  top: 0;
  left: -250px;
  width: 250px;
}
.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  top: 0;
  right: -250px;
  width: 250px;
}
.is-open-right {
  transform: translateX(-250px);
}

.off-canvas.position-top {
  top: -250px;
  width: 100%;
}
.is-open-top {
  transform: translateY(250px);
}

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

  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

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

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    top: 0;
    z-index: auto;
    position: fixed;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0px;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #ffffff;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #b1cd29;
}
.progress.secondary .progress-meter {
  background-color: #008ec8;
}
.progress.success .progress-meter {
  background-color: #b1cd29;
}
.progress.warning .progress-meter {
  background-color: #ff931e;
}
.progress.alert .progress-meter {
  background-color: #e4342a;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}

progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 0;
  background: #cacaca;
}
progress::-webkit-progress-bar {
  background: #cacaca;
  border-radius: 0;
}
progress::-webkit-progress-value {
  background: #2199e8;
  border-radius: 0;
}
progress::-moz-progress-bar {
  background: #2199e8;
  border-radius: 0;
}
progress.primary {
  color: #b1cd29;
}
progress.primary::-webkit-progress-value {
  background: #b1cd29;
}
progress.primary::-moz-progress-bar {
  background: #b1cd29;
}
progress.secondary {
  color: #008ec8;
}
progress.secondary::-webkit-progress-value {
  background: #008ec8;
}
progress.secondary::-moz-progress-bar {
  background: #008ec8;
}
progress.success {
  color: #b1cd29;
}
progress.success::-webkit-progress-value {
  background: #b1cd29;
}
progress.success::-moz-progress-bar {
  background: #b1cd29;
}
progress.warning {
  color: #ff931e;
}
progress.warning::-webkit-progress-value {
  background: #ff931e;
}
progress.warning::-moz-progress-bar {
  background: #ff931e;
}
progress.alert {
  color: #e4342a;
}
progress.alert::-webkit-progress-value {
  background: #e4342a;
}
progress.alert::-moz-progress-bar {
  background: #e4342a;
}
progress::-ms-fill {
  border-radius: 0;
  border: 0;
}

meter {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background: #cacaca;
}
meter::-webkit-meter-bar {
  border: 0;
  background: #cacaca;
}
meter::-webkit-meter-optimum-value {
  background: #3adb76;
}
meter::-webkit-meter-suboptimum-value {
  background: #ffae00;
}
meter::-webkit-meter-even-less-good-value {
  background: #ec5840;
}
meter::-moz-meter-bar {
  background: #b1cd29;
}
meter:-moz-meter-optimum::-moz-meter-bar {
  background: #3adb76;
}
meter:-moz-meter-sub-optimum::-moz-meter-bar {
  background: #ffae00;
}
meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
  background: #ec5840;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #1583cc;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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

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

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

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

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #2199e8;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
  top: 0.25rem;
  left: 0.25rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
  top: 0.25rem;
  left: 0.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
  top: 0.25rem;
  left: 0.25rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

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

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

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

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #b1cd29;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #a8c327;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
}
.tabs-title > a:hover {
  background: #fefefe;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel[aria-hidden=false] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem !important;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  margin: 0.45rem 1rem 0 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.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;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

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

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

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

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

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

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

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

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
/*!---------------------------------------------------------------------------*\

	#YOUR PROJECT NAME

	- Version:      1.0
	- Author:       YOUR NAME
	- Site:         http://YOUR_SITE
	- Copyright:    2016, YOUR COMPANY
	– License:      YOUR LICENSE

\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#FUNCTIONS

	Globally-available functions.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#AN EMPTY FUNCTION FILE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#MIXINS

	Globally-available mixins.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#AN EMPTY MIXIN FILE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------*\
	#COLOURS
\*----------------------------------------------*/
/*----------------------------------------------*\
	#COLOUR HELPERS
\*----------------------------------------------*/
.bg-drngreen {
  background-color: #b1cd29;
}

.bg-drnblue {
  background-color: #008ec8;
}

.bg-grey75 {
  background-color: #3f3f3f;
}

.bg-grey50 {
  background-color: #7f7f7f;
}

.bg-grey25 {
  background-color: #bfbfbf;
}

.bg-black50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-black10 {
  background-color: rgba(0, 0, 0, 0.1);
}

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

.bg-black {
  background-color: black;
}

.bg-trans {
  background-color: transparent;
}

.text-drngreen {
  color: #b1cd29;
}

.text-drnblue {
  color: #008ec8;
}

.text-grey75 {
  color: #3f3f3f;
}

.text-grey50 {
  color: #7f7f7f;
}

.text-grey25 {
  color: #bfbfbf;
}

.text-black50 {
  color: rgba(0, 0, 0, 0.5);
}

.text-black25 {
  color: rgba(0, 0, 0, 0.25);
}

.text-black10 {
  color: rgba(0, 0, 0, 0.1);
}

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.text-trans {
  color: transparent;
}

.fill-drngreen {
  fill: #b1cd29;
}

.fill-drnblue {
  fill: #008ec8;
}

.fill-grey75 {
  fill: #3f3f3f;
}

.fill-grey50 {
  fill: #7f7f7f;
}

.fill-grey25 {
  fill: #bfbfbf;
}

.fill-black50 {
  fill: rgba(0, 0, 0, 0.5);
}

.fill-black25 {
  fill: rgba(0, 0, 0, 0.25);
}

.fill-black10 {
  fill: rgba(0, 0, 0, 0.1);
}

.fill-white {
  fill: white;
}

.fill-black {
  fill: black;
}

.fill-trans {
  fill: transparent;
}

.stroke-drngreen {
  stroke: #b1cd29;
}

.stroke-drnblue {
  stroke: #008ec8;
}

.stroke-grey75 {
  stroke: #3f3f3f;
}

.stroke-grey50 {
  stroke: #7f7f7f;
}

.stroke-grey25 {
  stroke: #bfbfbf;
}

.stroke-black50 {
  stroke: rgba(0, 0, 0, 0.5);
}

.stroke-black25 {
  stroke: rgba(0, 0, 0, 0.25);
}

.stroke-black10 {
  stroke: rgba(0, 0, 0, 0.1);
}

.stroke-white {
  stroke: white;
}

.stroke-black {
  stroke: black;
}

.stroke-trans {
  stroke: transparent;
}

/*----------------------------------------------*\
	#BREAKPOINTS LOOP
\*----------------------------------------------*/
/*--------------------------------------------------*\
	#MEDIA QUERY MIXIN 
\*--------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#GENERIC

	Ground-zero styles. Low-specificity, far-reaching.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#KEYFRAMES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#FONT DECLARATIONS
\*----------------------------------------------------------------------------*/
@font-face {
  font-family: "drones";
  src: url("../fonts/drones.eot");
  src: url("../fonts/drones.eot?#iefix") format("embedded-opentype"), url("../fonts/drones.woff") format("woff"), url("../fonts/drones.ttf") format("truetype"), url("../fonts/drones.svg#drones") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "drones" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "drones" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-left:before {
  content: "a";
}

.icon-angle-right:before {
  content: "b";
}

/*----------------------------------------------------------------------------*\
	#SHARED ELEMENT STYLES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#ELEMENTS

	Last layer for type selectors (h1-h6, a).
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#DOCUMENT ELEMENT STYLES
\*----------------------------------------------------------------------------*/
html {
  background-color: #3f3f3f !important;
}

body {
  background-color: #3f3f3f !important;
}

/*----------------------------------------------------------------------------*\
	#FORM ELEMENT STYLES
\*----------------------------------------------------------------------------*/
[type=text] {
  border-color: #7f7f7f;
}
[type=text]::placeholder {
  color: #7f7f7f;
}

[type=submit] {
  font-weight: 600;
}
[type=submit]:hover, [type=submit]:focus {
  background-color: #004a84;
}

/*----------------------------------------------------------------------------*\
	#IMAGE & SVG ELEMENT STYLES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#LINK ELEMENT STYLES
\*----------------------------------------------------------------------------*/
a {
  color: #007dba;
  font-family: "DIN Next W01 Medium", Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.button {
  display: inline-block;
  font-size: inherit;
  background: #007dba;
  color: white;
  font-weight: bold;
  padding: 10px 12px;
  border-radius: 4px;
}
a.button:hover {
  background: #004a84;
}

.skip-link {
  position: fixed;
  left: -100rem;
}
.skip-link:focus, .skip-link:active {
  left: initial;
  padding: 0.5rem 0.75rem;
  background-color: #ffffff;
  border: 2px solid #008ec8;
  z-index: 999999;
  color: #004a84;
}

/*----------------------------------------------------------------------------*\
	#LIST ELEMENT STYLES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#BLOCKQUOTE AND CITE ELEMENT STYLES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#TYPE ELEMENT STYLES
\*----------------------------------------------------------------------------*/
body, p {
  font-family: "DIN Next W01 Light", Arial, Helvetica, sans-serif;
  color: black;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "DIN Next W01 Regular", Arial, Helvetica, sans-serif;
}
h1.title, h2.title, h3.title, h4.title, h5.title,
.h1.title, .h2.title, .h3.title, .h4.title, .h5.title {
  margin-bottom: 2rem;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

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

strong, b {
  font-family: "DIN Next W01 Medium", Arial, Helvetica, sans-serif;
  font-weight: 200;
}

header .strong a {
  font-weight: 700;
}

/*----------------------------------------------------------------------------*\
	#OBJECTS

	Design Patterns. Layout. No cosmetics. Start using agnostic classes only.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#EXAMPLE OBJECT
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#PARTIES

	Third party styles that appear globally, such as sliders & modals.
\*----------------------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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-slide:focus {
  outline: none;
}

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 1;
  position: absolute;
  display: block;
  height: 29px;
  width: 48px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-prev.focused,
.slick-next:hover,
.slick-next:focus,
.slick-next.focused {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-prev.focused:before,
.slick-next:hover:before,
.slick-next:focus:before,
.slick-next.focused: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:focus, .slick-prev.focused,
.slick-next:focus,
.slick-next.focused {
  height: 48px;
  color: #ffffff !important;
  background-color: #004a84;
  padding-top: 9px;
}
.slick-prev:focus:before, .slick-prev.focused:before,
.slick-next:focus:before,
.slick-next.focused:before {
  color: #ffffff !important;
}

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

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

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

/* Custom */
.slick-prev:before, .slick-next:before {
  font-family: "drones";
  font-size: 3rem;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}

.slick-prev {
  left: 0;
  width: auto;
}
.slick-prev:before {
  content: "a";
}

.slick-next {
  right: 0;
  width: auto;
}
.slick-next:before {
  content: "b";
}

.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

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

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*----------------------------------------------------------------------------*\
	#COMPONENTS

	Designed pieces of UI. Only using classes. More explicit naming.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#APP HEADER
\*----------------------------------------------------------------------------*/
.app-head {
  background: black;
  position: relative;
}
.app-head__logo_link {
  display: block;
  position: absolute;
  left: 0.625rem;
  z-index: 2;
  top: -0.125rem;
  left: 0.5rem;
}
.app-head__logo {
  min-width: 5rem;
  width: 180%;
  width: 10vw;
  max-width: 8rem;
  align-self: flex-start;
  z-index: 1;
  min-width: 5.5rem;
}
.app-head__burger {
  position: absolute;
  right: 10px;
  /* iOS fix 20161115 RN */
  z-index: 4;
}
.app-head__burger svg {
  width: 2.25rem;
  padding: 0.125rem 0.25rem;
  background-color: black;
}
.app-head__burger span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.app-head__burger-icon {
  margin: 1rem 0;
}

@media only screen and (min-width: 640px) {
  .app-head__logo_link {
    position: relative;
    left: 0;
    top: 0;
    max-height: 0rem;
    top: -0.125rem;
    left: -0.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .app-head__bar {
    background-color: #004a84;
    padding: 1rem 0;
  }
  .app-head__logo {
    position: absolute;
    top: -1rem;
    max-height: 11rem;
    top: -1.125rem;
    max-height: 12rem;
    max-width: 8.5rem;
  }
  .app-head__logo_link {
    top: -1rem;
    max-height: 2rem;
  }
  .app-head__logo_link:before {
    content: " ";
    position: absolute;
    top: -1rem;
    left: -70px;
    width: 150px;
    height: 60px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=1 );
    z-index: -1;
  }

  .no-flexbox .app-head__logo_link {
    top: 0;
  }
}
/*----------------------------------------------------------------------------*\
	#APP MAIN
\*----------------------------------------------------------------------------*/
body.resources .column,
body.resources .columns {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.app-main {
  background-color: #ffffff;
}
.app-main p.standout {
  padding: 0.5rem 0.75rem;
  background-color: rgba(0, 142, 200, 0.33);
}
.app-main p.standout.inline {
  display: inline-block;
}

/*----------------------------------------------------------------------------*\
	#APP FOOTER
\*----------------------------------------------------------------------------*/
.contentinfo {
  background-color: #ffffff;
}

.copyright {
  background-color: #3f3f3f;
}
.copyright p {
  color: #ffffff;
  margin: 0;
}
.copyright p a {
  color: #ffffff;
  font-family: "DIN Next W01 Light", Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  .copyright .privacy-links {
    text-align: right;
  }
}

/*----------------------------------------------*\
	#APP FOOT COMPONENT
\*----------------------------------------------*/
.app-aside {
  background-color: rgba(62, 62, 62, 0.9);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
}
.app-aside svg {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
}
.app-aside span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.app-aside .close-menu {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
}
.app-aside .close-menu svg {
  position: initial;
  top: initial;
  right: initial;
}
.app-aside.open {
  transition: all 0.4s ease-in-out;
  transform: translateX(0);
}

/*
@-webkit-keyframes slide {
    100% { transform: translateX(0); }
}

@keyframes slide {
    100% { transform: translateX(0); }
}

@-webkit-keyframes off {
    100% { transform: translateX(100%); }
}

@keyframes off {
    100% { transform: translateX(100%); }
}
*/
.aside--open .app-aside {
  transform: translateX(0);
  transition: all 0.4s ease-in-out;
}

.admin-bar .app-aside {
  padding-top: 46px;
}

@media only screen and (min-width: 1024px) {
  .admin-bar .app-aside {
    padding-top: 32px;
  }
}
/*----------------------------------------------------------------------------*\
	#HERO COMPONENTS
\*----------------------------------------------------------------------------*/
.hero {
  background: #00a3de;
  color: white;
}
.hero .slick-track {
  display: flex;
}
.hero .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.hero__head {
  padding: 1rem 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.hero--advanced .hero__content {
  padding-top: 7.5rem;
}

@media only screen and (min-width: 640px) {
  .hero--advanced .hero__content {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .hero__head {
    padding: 2rem 0;
  }
}
/*----------------------------------------------*\
	#ICON COMPONENT
\*----------------------------------------------*/
.icon {
  height: 1.5rem;
  width: 1.5rem;
  fill: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* Modifiers */
}
.icon:hover {
  fill: #b1cd29;
}
.icon--drngreen {
  fill: #b1cd29;
}
.icon--drnblue {
  fill: #008ec8;
}
.icon--grey75 {
  fill: #3f3f3f;
}
.icon--grey50 {
  fill: #7f7f7f;
}
.icon--grey25 {
  fill: #bfbfbf;
}
.icon--black50 {
  fill: rgba(0, 0, 0, 0.5);
}
.icon--black25 {
  fill: rgba(0, 0, 0, 0.25);
}
.icon--black10 {
  fill: rgba(0, 0, 0, 0.1);
}
.icon--white {
  fill: white;
}
.icon--black {
  fill: black;
}
.icon--trans {
  fill: transparent;
}
.icon--size-1 {
  width: 1rem;
  height: 1rem;
}
.icon--size-2 {
  width: 2rem;
  height: 2rem;
}
.icon--size-3 {
  width: 3rem;
  height: 3rem;
}
.icon--size-4 {
  width: 4rem;
  height: 4rem;
}
.icon--size-5 {
  width: 5rem;
  height: 5rem;
}
.icon--size-6 {
  width: 6rem;
  height: 6rem;
}
.icon--size-size-1-p-5 {
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .icon--medium-size-2 {
    width: 2rem;
    height: 2rem;
  }
  .icon--medium-size-3 {
    width: 3rem;
    height: 3rem;
  }
  .icon--medium-size-4 {
    width: 4rem;
    height: 4rem;
  }
  .icon--medium-size-5 {
    width: 5rem;
    height: 5rem;
  }
  .icon--medium-size-6 {
    width: 6rem;
    height: 6rem;
  }
  .icon--medium-size-size-1-p-5 {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media only screen and (min-width: 64.063rem) {
  .icon--large-size-2 {
    width: 2rem;
    height: 2rem;
  }
  .icon--large-size-3 {
    width: 3rem;
    height: 3rem;
  }
  .icon--large-size-4 {
    width: 4rem;
    height: 4rem;
  }
  .icon--large-size-5 {
    width: 5rem;
    height: 5rem;
  }
  .icon--large-size-6 {
    width: 6rem;
    height: 6rem;
  }
  .icon--large-size-size-1-p-5 {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/*----------------------------------------------*\
	#SLIDE COMPONENT
\*----------------------------------------------*/
.slide__intro, .slide__tagline {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.slide__intro {
  display: inline-block;
  font-size: 1.25rem;
  background-color: #00a3de;
}
.slide__tagline {
  display: inline-block;
  font-size: 2rem;
  background-color: #00a3de;
}
.slide__title {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  max-width: 100%;
}
.slide__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex: 1;
}
.slide__image {
  min-height: 116.25vw;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  width: 100%;
}
.slide__image-block {
  display: block;
  width: 100%;
}
.slide h1, .slide h2, .slide h3, .slide h4, .slide h5 {
  color: white;
}
.slide p {
  color: white;
  margin: 0;
  font-weight: 400;
  font-size: 140%;
  line-height: 130%;
  /* 20161117 RN */
  font-size: 110%;
}
@media only screen and (min-width: 48em) {
  .slide p {
    font-size: 65%;
  }
}
.slide p strong {
  font-weight: 700;
}
.slide__content {
  margin-top: 9rem;
  margin-bottom: 2rem;
  max-width: 100%;
}
.slide__content--bg {
  padding: 2rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: rgba(0, 125, 186, 0.88);
  padding: 0.75rem 1rem;
  position: absolute;
  bottom: 0;
  width: 100vw;
  background-color: #007dba;
  margin: 0;
  border-radius: 0;
}
.slide--advanced {
  padding-top: 3rem;
}
.slide--advanced p {
  color: #b1cd29;
}
.slide--advanced .slide__image {
  align-items: flex-end;
  padding-bottom: 2rem;
}
.slide--advanced .slide__image-block .text-overlay {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .slide--advanced .slide__image-block .text-overlay {
    display: flex;
  }
}
.slide--advanced .slide__content {
  margin: 0;
}

@media only screen and (min-width: 640px) {
  .slide__image {
    min-height: 0;
    padding: 9rem 0;
  }
  .slide__title {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.25em;
  }
  .slide__content {
    margin: 0;
  }
  .slide--advanced {
    padding-top: 0;
  }
  .slide--advanced p {
    font-size: 115%;
  }
  .slide--advanced .slide__image {
    align-items: center;
    padding: 9rem 0;
  }
  .slide:not(.slide--advanced) {
    font-size: 200%;
    /* 20161117 RN */
  }
}
@media only screen and (min-width: 1024px) {
  .slide__image {
    padding: 16rem 0;
  }
  .slide--advanced .slide__image {
    padding: 16rem 0;
  }
  .slide__title {
    font-size: 2.375rem;
  }
}
.slide-le-caption p {
  color: #ffffff;
}

/*----------------------------------------------------------------------------*\
	#BADGE COMPONENT
\*----------------------------------------------------------------------------*/
.badge {
  background-color: #008ec8;
  margin: 0;
  color: black;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  padding: 0.2rem 0.45rem;
  display: table;
  min-width: 0;
  margin: 0 auto;
}
.badge:hover, .badge:focus {
  outline: none;
  color: black;
}
.badge--large {
  font-size: 1.75rem;
  line-height: 1.75rem;
  padding: 0.2rem 0.6rem;
}
.badge--secondary {
  background-color: #7f7f7f;
}
.badge--secondary:hover {
  color: #b1cd29;
}

@media only screen and (min-width: 640px) {
  .badge--medium-xlarge {
    font-size: 2.5rem;
    line-height: 2.5rem;
    padding: 0.2rem 0.8rem;
  }
}
/*----------------------------------------------------------------------------*\
	#FLASH COMPONENT
\*----------------------------------------------------------------------------*/
.flash {
  background-color: #b1cd29;
}
.flash__content {
  padding: 1rem 0;
}
.flash p {
  margin: 0;
  font-size: 1rem;
  font-weight: 100;
}

@media only screen and (min-width: 1024px) {
  .flash p {
    font-size: 1.25rem;
  }
}
/*----------------------------------------------------------------------------*\
	#RHOBMUS COMPONENT
\*----------------------------------------------------------------------------*/
svg {
  max-height: 100%;
}

.rhombus {
  display: flex;
  flex-flow: column;
  flex: 1;
  max-height: 8rem;
}
.rhombus__shape {
  display: flex;
  position: relative;
  flex: 1;
}
.rhombus__shape:before {
  content: " ";
  background-color: #008ec8;
  height: 100%;
  width: 80%;
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  position: absolute;
  left: 10%;
  top: 0;
  display: block;
  z-index: 0;
}
.rhombus img {
  min-width: 170px;
  padding: 0 20%;
  z-index: 5;
  position: relative;
}

.no-flexbox .rhombus img {
  padding: 19% 20%;
  height: 96px;
}

/*----------------------------------------------------------------------------*\
	#NAV COMPONENT
\*----------------------------------------------------------------------------*/
.nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav__item {
  position: relative;
}
.nav__item:hover a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.55);
}
.nav__item--sep {
  color: #ffffff;
}
.nav__item a {
  color: #ffffff;
  font-family: "DIN Next W01 Regular", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  padding: 0 0.5rem !important;
  z-index: 4;
  white-space: nowrap;
  transition: color 0.5s ease;
}
@media screen and (min-width: 1280px) {
  .nav__item a {
    font-size: 1.125rem;
  }
}
.nav__item a:hover {
  color: #ffffff;
}
.nav__item.has-drop > a {
  cursor: default;
}
.nav__item.has-drop .nav__drop {
  list-style: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 1.255rem;
  min-width: 10rem;
  text-align: left;
  padding-top: 1.125rem;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  z-index: 101;
  transition: all 0.2s ease-in-out;
}
.nav__item.has-drop .nav__drop:hover {
  visibility: visible;
  opacity: 1;
}
.nav__item.has-drop .nav__drop__item {
  padding: 0.325rem 0 0.25rem;
  background-color: #004a84;
  margin-bottom: 1px;
}
.nav__item.has-drop .nav__drop__item a {
  text-decoration: none;
}
.nav__item.has-drop .nav__drop__item a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.55);
}
.nav__item.has-drop:hover .nav__drop {
  visibility: visible;
  opacity: 1;
}

/*----------------------------------------------------------------------------*\
	#ENDORSER COMPONENT
\*----------------------------------------------------------------------------*/
.endorsements {
  padding: 1rem 0;
}

.endorser {
  max-height: 75px;
  max-width: 130px;
}

.no-flexbox .endorser.nats {
  width: 150px;
  height: 23px;
}
.no-flexbox .endorser.caa {
  width: 50px;
  height: 60px;
  margin-top: -20px;
}

/*----------------------------------------------------------------------------*\
	#STAKEHOLDER COMPONENT
\*----------------------------------------------------------------------------*/
.stakeholders {
  border-top: 1px solid #ccc;
  background-color: white;
}
.stakeholders .slick-prev:before, .stakeholders .slick-next:before {
  color: #3f3f3f;
  line-height: 2.5rem;
}

.stakeholder {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stakeholder img {
  display: flex;
  max-width: 120px;
  width: 100%;
}
.stakeholder-label {
  padding: 0.5rem 0 0;
}

@media only screen and (min-width: 48rem) {
  /*	.stakeholders {
  		position: fixed;
  		bottom: 0;
  		display: block;
  	} */
}
/*----------------------------------------------------------------------------*\
	#BANNER COMPONENT
\*----------------------------------------------------------------------------*/
.banner {
  background-color: black;
  padding: 6rem 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner--empty {
  background-size: contain;
}

@media only screen and (min-width: 640px) {
  .banner {
    padding: 10rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .banner {
    /*	padding: 15rem 0; */
    padding: 10rem 0;
  }
}
/*----------------------------------------------------------------------------*\
	#ARTICLE COMPONENT
\*----------------------------------------------------------------------------*/
.article h1, .article h2, .article h3, .article h4, .article h5 {
  margin-bottom: 1rem;
}
.article .title {
  margin-bottom: 2rem;
}

/*----------------------------------------------------------------------------*\
	#RESOURCE COMPONENT
\*----------------------------------------------------------------------------*/
.resource {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border-radius: 3px;
}
.resource__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resource__title {
  color: white;
  display: flex;
  font-weight: 100;
}
.resource img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.resource:hover {
  cursor: pointer;
}
.resource:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.resource:hover .resource__overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*----------------------------------------------------------------------------*\
	#RESPONSIVE NAV COMPONENTS
\*----------------------------------------------------------------------------*/
.responsive-nav__list {
  margin: 0;
  list-style: none;
}
.responsive-nav__item {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: 1rem;
  border-bottom: 2px solid white;
}
.responsive-nav__item:last-child {
  border-bottom: none;
}
.responsive-nav__item a {
  color: white;
}
.responsive-nav__item.has-drop:not(.live-link) > a {
  opacity: 0.66;
}
.responsive-nav__item.has-drop:not(.live-link) .nav__drop {
  list-style: none;
  margin: 0;
}
.responsive-nav__item.has-drop .nav__drop {
  list-style: none;
  margin: 0;
}

/*----------------------------------------------------------------------------*\
	#HELPERS

	Overrides, helpers, utilities. Only affect one item at a time.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#SPACING HELPERS
\*----------------------------------------------------------------------------*/
.flex {
  display: flex;
}

.mg-r {
  margin-right: 0.5rem;
}

.full-height {
  height: 100%;
}

.no-margin {
  margin: 0;
}

.radius {
  border-radius: 3px;
}

p {
  margin-top: 0;
}

.pd-v-0 {
  padding: 0rem 0;
}

.pd-v-1 {
  padding: 1rem 0;
}

.pd-v-2 {
  padding: 2rem 0;
}

.pd-v-3 {
  padding: 3rem 0;
}

.pd-v-4 {
  padding: 4rem 0;
}

.pd-v-5 {
  padding: 5rem 0;
}

.pd-v-6 {
  padding: 6rem 0;
}

.pd-v-7 {
  padding: 7rem 0;
}

.pd-v-8 {
  padding: 8rem 0;
}

.pd-v-9 {
  padding: 9rem 0;
}

.pd-v-10 {
  padding: 10rem 0;
}

.pd-v-11 {
  padding: 11rem 0;
}

.pd-v-12 {
  padding: 12rem 0;
}

.pd-v-13 {
  padding: 13rem 0;
}

.pd-v-14 {
  padding: 14rem 0;
}

.pd-v-15 {
  padding: 15rem 0;
}

.pd-v-16 {
  padding: 16rem 0;
}

.pd-v-17 {
  padding: 17rem 0;
}

.pd-v-18 {
  padding: 18rem 0;
}

.pd-v-19 {
  padding: 19rem 0;
}

.pd-v-20 {
  padding: 20rem 0;
}

.pd-h-0 {
  padding: 0 0rem;
}

.pd-h-1 {
  padding: 0 1rem;
}

.pd-h-2 {
  padding: 0 2rem;
}

.pd-h-3 {
  padding: 0 3rem;
}

.pd-h-4 {
  padding: 0 4rem;
}

.pd-h-5 {
  padding: 0 5rem;
}

.pd-h-6 {
  padding: 0 6rem;
}

.pd-h-7 {
  padding: 0 7rem;
}

.pd-h-8 {
  padding: 0 8rem;
}

.pd-h-9 {
  padding: 0 9rem;
}

.pd-h-10 {
  padding: 0 10rem;
}

.pd-h-11 {
  padding: 0 11rem;
}

.pd-h-12 {
  padding: 0 12rem;
}

.pd-h-13 {
  padding: 0 13rem;
}

.pd-h-14 {
  padding: 0 14rem;
}

.pd-h-15 {
  padding: 0 15rem;
}

.pd-h-16 {
  padding: 0 16rem;
}

.pd-h-17 {
  padding: 0 17rem;
}

.pd-h-18 {
  padding: 0 18rem;
}

.pd-h-19 {
  padding: 0 19rem;
}

.pd-h-20 {
  padding: 0 20rem;
}

.mg-v-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mg-t-0 {
  margin-top: 0rem;
}

.mg-b-0 {
  margin-bottom: 0rem;
}

.mg-v-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mg-t-1 {
  margin-top: 1rem;
}

.mg-b-1 {
  margin-bottom: 1rem;
}

.mg-v-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mg-t-2 {
  margin-top: 2rem;
}

.mg-b-2 {
  margin-bottom: 2rem;
}

.mg-v-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mg-t-3 {
  margin-top: 3rem;
}

.mg-b-3 {
  margin-bottom: 3rem;
}

.mg-v-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mg-t-4 {
  margin-top: 4rem;
}

.mg-b-4 {
  margin-bottom: 4rem;
}

.mg-v-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mg-t-5 {
  margin-top: 5rem;
}

.mg-b-5 {
  margin-bottom: 5rem;
}

.mg-v-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mg-t-6 {
  margin-top: 6rem;
}

.mg-b-6 {
  margin-bottom: 6rem;
}

.mg-v-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mg-t-7 {
  margin-top: 7rem;
}

.mg-b-7 {
  margin-bottom: 7rem;
}

.mg-v-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mg-t-8 {
  margin-top: 8rem;
}

.mg-b-8 {
  margin-bottom: 8rem;
}

.mg-v-9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mg-t-9 {
  margin-top: 9rem;
}

.mg-b-9 {
  margin-bottom: 9rem;
}

.mg-v-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mg-t-10 {
  margin-top: 10rem;
}

.mg-b-10 {
  margin-bottom: 10rem;
}

.mg-v-11 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.mg-t-11 {
  margin-top: 11rem;
}

.mg-b-11 {
  margin-bottom: 11rem;
}

.mg-v-12 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mg-t-12 {
  margin-top: 12rem;
}

.mg-b-12 {
  margin-bottom: 12rem;
}

.mg-v-13 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.mg-t-13 {
  margin-top: 13rem;
}

.mg-b-13 {
  margin-bottom: 13rem;
}

.mg-v-14 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mg-t-14 {
  margin-top: 14rem;
}

.mg-b-14 {
  margin-bottom: 14rem;
}

.mg-v-15 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.mg-t-15 {
  margin-top: 15rem;
}

.mg-b-15 {
  margin-bottom: 15rem;
}

.mg-v-16 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mg-t-16 {
  margin-top: 16rem;
}

.mg-b-16 {
  margin-bottom: 16rem;
}

.mg-v-17 {
  margin-top: 17rem;
  margin-bottom: 17rem;
}

.mg-t-17 {
  margin-top: 17rem;
}

.mg-b-17 {
  margin-bottom: 17rem;
}

.mg-v-18 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.mg-t-18 {
  margin-top: 18rem;
}

.mg-b-18 {
  margin-bottom: 18rem;
}

.mg-v-19 {
  margin-top: 19rem;
  margin-bottom: 19rem;
}

.mg-t-19 {
  margin-top: 19rem;
}

.mg-b-19 {
  margin-bottom: 19rem;
}

.mg-v-20 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.mg-t-20 {
  margin-top: 20rem;
}

.mg-b-20 {
  margin-bottom: 20rem;
}

@media only screen and (min-width: 640px) {
  .medium-pd-v-0 {
    padding: 0rem 0;
  }

  .medium-pd-v-1 {
    padding: 1rem 0;
  }

  .medium-pd-v-2 {
    padding: 2rem 0;
  }

  .medium-pd-v-3 {
    padding: 3rem 0;
  }

  .medium-pd-v-4 {
    padding: 4rem 0;
  }

  .medium-pd-v-5 {
    padding: 5rem 0;
  }

  .medium-pd-v-6 {
    padding: 6rem 0;
  }

  .medium-pd-v-7 {
    padding: 7rem 0;
  }

  .medium-pd-v-8 {
    padding: 8rem 0;
  }

  .medium-pd-v-9 {
    padding: 9rem 0;
  }

  .medium-pd-v-10 {
    padding: 10rem 0;
  }

  .medium-pd-v-11 {
    padding: 11rem 0;
  }

  .medium-pd-v-12 {
    padding: 12rem 0;
  }

  .medium-pd-v-13 {
    padding: 13rem 0;
  }

  .medium-pd-v-14 {
    padding: 14rem 0;
  }

  .medium-pd-v-15 {
    padding: 15rem 0;
  }

  .medium-pd-v-16 {
    padding: 16rem 0;
  }

  .medium-pd-v-17 {
    padding: 17rem 0;
  }

  .medium-pd-v-18 {
    padding: 18rem 0;
  }

  .medium-pd-v-19 {
    padding: 19rem 0;
  }

  .medium-pd-v-20 {
    padding: 20rem 0;
  }

  .medium-pd-h-0 {
    padding: 0 0rem;
  }

  .medium-pd-h-1 {
    padding: 0 1rem;
  }

  .medium-pd-h-2 {
    padding: 0 2rem;
  }

  .medium-pd-h-3 {
    padding: 0 3rem;
  }

  .medium-pd-h-4 {
    padding: 0 4rem;
  }

  .medium-pd-h-5 {
    padding: 0 5rem;
  }

  .medium-pd-h-6 {
    padding: 0 6rem;
  }

  .medium-pd-h-7 {
    padding: 0 7rem;
  }

  .medium-pd-h-8 {
    padding: 0 8rem;
  }

  .medium-pd-h-9 {
    padding: 0 9rem;
  }

  .medium-pd-h-10 {
    padding: 0 10rem;
  }

  .medium-pd-h-11 {
    padding: 0 11rem;
  }

  .medium-pd-h-12 {
    padding: 0 12rem;
  }

  .medium-pd-h-13 {
    padding: 0 13rem;
  }

  .medium-pd-h-14 {
    padding: 0 14rem;
  }

  .medium-pd-h-15 {
    padding: 0 15rem;
  }

  .medium-pd-h-16 {
    padding: 0 16rem;
  }

  .medium-pd-h-17 {
    padding: 0 17rem;
  }

  .medium-pd-h-18 {
    padding: 0 18rem;
  }

  .medium-pd-h-19 {
    padding: 0 19rem;
  }

  .medium-pd-h-20 {
    padding: 0 20rem;
  }

  .medium-mg-v-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .medium-mg-t-0 {
    margin-top: 0rem;
  }

  .medium-mg-b-0 {
    margin-bottom: 0rem;
  }

  .medium-mg-v-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .medium-mg-t-1 {
    margin-top: 1rem;
  }

  .medium-mg-b-1 {
    margin-bottom: 1rem;
  }

  .medium-mg-v-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .medium-mg-t-2 {
    margin-top: 2rem;
  }

  .medium-mg-b-2 {
    margin-bottom: 2rem;
  }

  .medium-mg-v-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .medium-mg-t-3 {
    margin-top: 3rem;
  }

  .medium-mg-b-3 {
    margin-bottom: 3rem;
  }

  .medium-mg-v-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .medium-mg-t-4 {
    margin-top: 4rem;
  }

  .medium-mg-b-4 {
    margin-bottom: 4rem;
  }

  .medium-mg-v-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .medium-mg-t-5 {
    margin-top: 5rem;
  }

  .medium-mg-b-5 {
    margin-bottom: 5rem;
  }

  .medium-mg-v-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .medium-mg-t-6 {
    margin-top: 6rem;
  }

  .medium-mg-b-6 {
    margin-bottom: 6rem;
  }

  .medium-mg-v-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .medium-mg-t-7 {
    margin-top: 7rem;
  }

  .medium-mg-b-7 {
    margin-bottom: 7rem;
  }

  .medium-mg-v-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .medium-mg-t-8 {
    margin-top: 8rem;
  }

  .medium-mg-b-8 {
    margin-bottom: 8rem;
  }

  .medium-mg-v-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .medium-mg-t-9 {
    margin-top: 9rem;
  }

  .medium-mg-b-9 {
    margin-bottom: 9rem;
  }

  .medium-mg-v-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .medium-mg-t-10 {
    margin-top: 10rem;
  }

  .medium-mg-b-10 {
    margin-bottom: 10rem;
  }

  .medium-mg-v-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .medium-mg-t-11 {
    margin-top: 11rem;
  }

  .medium-mg-b-11 {
    margin-bottom: 11rem;
  }

  .medium-mg-v-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .medium-mg-t-12 {
    margin-top: 12rem;
  }

  .medium-mg-b-12 {
    margin-bottom: 12rem;
  }

  .medium-mg-v-13 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .medium-mg-t-13 {
    margin-top: 13rem;
  }

  .medium-mg-b-13 {
    margin-bottom: 13rem;
  }

  .medium-mg-v-14 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .medium-mg-t-14 {
    margin-top: 14rem;
  }

  .medium-mg-b-14 {
    margin-bottom: 14rem;
  }

  .medium-mg-v-15 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .medium-mg-t-15 {
    margin-top: 15rem;
  }

  .medium-mg-b-15 {
    margin-bottom: 15rem;
  }

  .medium-mg-v-16 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .medium-mg-t-16 {
    margin-top: 16rem;
  }

  .medium-mg-b-16 {
    margin-bottom: 16rem;
  }

  .medium-mg-v-17 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .medium-mg-t-17 {
    margin-top: 17rem;
  }

  .medium-mg-b-17 {
    margin-bottom: 17rem;
  }

  .medium-mg-v-18 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .medium-mg-t-18 {
    margin-top: 18rem;
  }

  .medium-mg-b-18 {
    margin-bottom: 18rem;
  }

  .medium-mg-v-19 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .medium-mg-t-19 {
    margin-top: 19rem;
  }

  .medium-mg-b-19 {
    margin-bottom: 19rem;
  }

  .medium-mg-v-20 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .medium-mg-t-20 {
    margin-top: 20rem;
  }

  .medium-mg-b-20 {
    margin-bottom: 20rem;
  }

  .medium-align-middle {
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .large-pd-v-0 {
    padding: 0rem 0;
  }

  .large-pd-v-1 {
    padding: 1rem 0;
  }

  .large-pd-v-2 {
    padding: 2rem 0;
  }

  .large-pd-v-3 {
    padding: 3rem 0;
  }

  .large-pd-v-4 {
    padding: 4rem 0;
  }

  .large-pd-v-5 {
    padding: 5rem 0;
  }

  .large-pd-v-6 {
    padding: 6rem 0;
  }

  .large-pd-v-7 {
    padding: 7rem 0;
  }

  .large-pd-v-8 {
    padding: 8rem 0;
  }

  .large-pd-v-9 {
    padding: 9rem 0;
  }

  .large-pd-v-10 {
    padding: 10rem 0;
  }

  .large-pd-v-11 {
    padding: 11rem 0;
  }

  .large-pd-v-12 {
    padding: 12rem 0;
  }

  .large-pd-v-13 {
    padding: 13rem 0;
  }

  .large-pd-v-14 {
    padding: 14rem 0;
  }

  .large-pd-v-15 {
    padding: 15rem 0;
  }

  .large-pd-v-16 {
    padding: 16rem 0;
  }

  .large-pd-v-17 {
    padding: 17rem 0;
  }

  .large-pd-v-18 {
    padding: 18rem 0;
  }

  .large-pd-v-19 {
    padding: 19rem 0;
  }

  .large-pd-v-20 {
    padding: 20rem 0;
  }

  .large-pd-h-0 {
    padding: 0 0rem;
  }

  .large-pd-h-1 {
    padding: 0 1rem;
  }

  .large-pd-h-2 {
    padding: 0 2rem;
  }

  .large-pd-h-3 {
    padding: 0 3rem;
  }

  .large-pd-h-4 {
    padding: 0 4rem;
  }

  .large-pd-h-5 {
    padding: 0 5rem;
  }

  .large-pd-h-6 {
    padding: 0 6rem;
  }

  .large-pd-h-7 {
    padding: 0 7rem;
  }

  .large-pd-h-8 {
    padding: 0 8rem;
  }

  .large-pd-h-9 {
    padding: 0 9rem;
  }

  .large-pd-h-10 {
    padding: 0 10rem;
  }

  .large-pd-h-11 {
    padding: 0 11rem;
  }

  .large-pd-h-12 {
    padding: 0 12rem;
  }

  .large-pd-h-13 {
    padding: 0 13rem;
  }

  .large-pd-h-14 {
    padding: 0 14rem;
  }

  .large-pd-h-15 {
    padding: 0 15rem;
  }

  .large-pd-h-16 {
    padding: 0 16rem;
  }

  .large-pd-h-17 {
    padding: 0 17rem;
  }

  .large-pd-h-18 {
    padding: 0 18rem;
  }

  .large-pd-h-19 {
    padding: 0 19rem;
  }

  .large-pd-h-20 {
    padding: 0 20rem;
  }

  .large-mg-v-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .large-mg-t-0 {
    margin-top: 0rem;
  }

  .large-mg-b-0 {
    margin-bottom: 0rem;
  }

  .large-mg-v-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .large-mg-t-1 {
    margin-top: 1rem;
  }

  .large-mg-b-1 {
    margin-bottom: 1rem;
  }

  .large-mg-v-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .large-mg-t-2 {
    margin-top: 2rem;
  }

  .large-mg-b-2 {
    margin-bottom: 2rem;
  }

  .large-mg-v-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .large-mg-t-3 {
    margin-top: 3rem;
  }

  .large-mg-b-3 {
    margin-bottom: 3rem;
  }

  .large-mg-v-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .large-mg-t-4 {
    margin-top: 4rem;
  }

  .large-mg-b-4 {
    margin-bottom: 4rem;
  }

  .large-mg-v-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .large-mg-t-5 {
    margin-top: 5rem;
  }

  .large-mg-b-5 {
    margin-bottom: 5rem;
  }

  .large-mg-v-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .large-mg-t-6 {
    margin-top: 6rem;
  }

  .large-mg-b-6 {
    margin-bottom: 6rem;
  }

  .large-mg-v-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .large-mg-t-7 {
    margin-top: 7rem;
  }

  .large-mg-b-7 {
    margin-bottom: 7rem;
  }

  .large-mg-v-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .large-mg-t-8 {
    margin-top: 8rem;
  }

  .large-mg-b-8 {
    margin-bottom: 8rem;
  }

  .large-mg-v-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .large-mg-t-9 {
    margin-top: 9rem;
  }

  .large-mg-b-9 {
    margin-bottom: 9rem;
  }

  .large-mg-v-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .large-mg-t-10 {
    margin-top: 10rem;
  }

  .large-mg-b-10 {
    margin-bottom: 10rem;
  }

  .large-mg-v-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .large-mg-t-11 {
    margin-top: 11rem;
  }

  .large-mg-b-11 {
    margin-bottom: 11rem;
  }

  .large-mg-v-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .large-mg-t-12 {
    margin-top: 12rem;
  }

  .large-mg-b-12 {
    margin-bottom: 12rem;
  }

  .large-mg-v-13 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .large-mg-t-13 {
    margin-top: 13rem;
  }

  .large-mg-b-13 {
    margin-bottom: 13rem;
  }

  .large-mg-v-14 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .large-mg-t-14 {
    margin-top: 14rem;
  }

  .large-mg-b-14 {
    margin-bottom: 14rem;
  }

  .large-mg-v-15 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .large-mg-t-15 {
    margin-top: 15rem;
  }

  .large-mg-b-15 {
    margin-bottom: 15rem;
  }

  .large-mg-v-16 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .large-mg-t-16 {
    margin-top: 16rem;
  }

  .large-mg-b-16 {
    margin-bottom: 16rem;
  }

  .large-mg-v-17 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .large-mg-t-17 {
    margin-top: 17rem;
  }

  .large-mg-b-17 {
    margin-bottom: 17rem;
  }

  .large-mg-v-18 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .large-mg-t-18 {
    margin-top: 18rem;
  }

  .large-mg-b-18 {
    margin-bottom: 18rem;
  }

  .large-mg-v-19 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .large-mg-t-19 {
    margin-top: 19rem;
  }

  .large-mg-b-19 {
    margin-bottom: 19rem;
  }

  .large-mg-v-20 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .large-mg-t-20 {
    margin-top: 20rem;
  }

  .large-mg-b-20 {
    margin-bottom: 20rem;
  }
}
@media only screen and (max-width: 40.063rem) {
  html.js {
    margin-top: 0 !important;
  }
}
/*----------------------------------------------------------------------------*\
	#OVERRIDES

	Overrides, helpers, utilities. Only affect one item at a time.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#VALIDATION HELPERS
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
	#VISIBILITY TRUMPS
\*----------------------------------------------------------------------------*/
.zero-opacity {
  opacity: 0;
}

body {
  background: #ffffff;
}

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