@charset "UTF-8";
/* Font Sizes */
/* Colors */
/* Shades */
/* Font Families */
/* Sizes */
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * 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&smedium=20em&medium=30em&mediumsmall=50em&large=48em&xlarge=64em&xxlarge=80em&xxxlarge=100em";
}

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

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

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

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

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

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

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

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

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

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

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

.row::before, .row::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.row::after {
  clear: both;
}

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

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

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

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

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

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

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

@media screen and (min-width: 30em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

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

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

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

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

.small-1 {
  width: 8.33333%;
}

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 screen and (min-width: 30em) {
  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 {
  color: #459adb;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #2887d0;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

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

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

cite:before {
  content: '\2014 \0020';
}

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

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

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

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

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

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

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

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-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select[multiple] {
  height: auto;
}

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

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

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

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

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

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

.button:hover, .button:focus {
  background-color: #2885cd;
  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-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #459adb;
  color: #fefefe;
}

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

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

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

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

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

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

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

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

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

.button.hollow {
  border: 1px solid #459adb;
  color: #459adb;
}

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

.button.hollow:hover, .button.hollow:focus {
  border-color: #174e79;
  color: #174e79;
}

.button.hollow.primary {
  border: 1px solid #459adb;
  color: #459adb;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #174e79;
  color: #174e79;
}

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

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

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

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

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

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

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

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

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

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

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

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #459adb;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '–';
}

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

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #459adb;
  color: #fefefe;
}

.badge.secondary {
  background: #777;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #fefefe;
}

.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #459adb;
}

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

.breadcrumbs .disabled {
  color: #cacaca;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before, .button-group::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  font-size: 0.9rem;
  float: left;
}

.button-group .button:not(:last-child) {
  border-right: 1px solid #fefefe;
}

.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(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.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(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(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.primary .button {
  background-color: #459adb;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #257ec1;
  color: #fefefe;
}

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

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

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}

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

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

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

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

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
  margin-right: 0;
}

@media screen and (min-width: 30em) {
  .button-group.stacked-for-small .button {
    width: auto;
  }
  .button-group.stacked-for-small .button:not(:last-child) {
    margin-right: 1px;
  }
}

@media screen and (min-width: 48em) {
  .button-group.stacked-for-medium .button {
    width: auto;
  }
  .button-group.stacked-for-medium .button:not(:last-child) {
    margin-right: 1px;
  }
}

@media screen and (max-width: 19.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

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

.callout.primary {
  background-color: #e3f0fa;
}

.callout.secondary {
  background-color: #ebebeb;
}

.callout.success {
  background-color: #e1faea;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

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

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

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

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

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

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

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

.menu > li > a img,
.menu > li > a i {
  vertical-align: middle;
}

.menu > li > a i + span,
.menu > li > a img + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li {
  display: table-cell;
}

.menu.vertical > li {
  display: block;
}

@media screen and (min-width: 30em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 20em) {
  .menu.smedium-horizontal > li {
    display: table-cell;
  }
  .menu.smedium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 48em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xlarge-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 80em) {
  .menu.xxlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xxlarge-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 100em) {
  .menu.xxxlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xxxlarge-vertical > li {
    display: block;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  color: #fefefe;
  background: #459adb;
}

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

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

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

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

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

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

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

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

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

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

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

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

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

.dropdown-pane.is-open {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 30em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media screen and (min-width: 20em) {
  .dropdown.menu.smedium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.smedium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.smedium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.smedium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.smedium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media screen and (min-width: 48em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media screen and (min-width: 64em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media screen and (min-width: 80em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media screen and (min-width: 100em) {
  .dropdown.menu.xxxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.xxxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.xxxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxxlarge-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.xxxlarge-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

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

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

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

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%;
}

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

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 280px;
  z-index: 1000;
  background: #fefefe;
  border: none;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

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

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #459adb;
  color: #fefefe;
}

.label.secondary {
  background: #777;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #fefefe;
}

.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 19.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.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
}

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

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

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.orbit {
  position: relative;
}

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

.orbit-slide {
  width: 100%;
  max-height: 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%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next: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;
  background-color: #cacaca;
  border-radius: 50%;
}

.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 {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 30em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #459adb;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: default;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

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

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

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.progress.primary .progress-meter {
  background-color: #459adb;
}

.progress.secondary .progress-meter {
  background-color: #777;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #ec5840;
}

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

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

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: 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%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #459adb;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0;
}

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

.slider-handle:hover {
  background-color: #2885cd;
}

.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;
  -ms-transform: scale(1, -1);
      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;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  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: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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

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

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

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

@media screen and (min-width: 30em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

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

@media screen and (min-width: 30em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media screen and (min-width: 30em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 30em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 30em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 30em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
}

@media screen and (max-width: 19.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

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

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}

input:checked ~ .switch-paddle {
  background: #459adb;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-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 .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 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;
}

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

table thead,
table tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

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

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

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

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

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

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

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

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

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.tabs::after {
  clear: both;
}

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

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

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

.tabs.primary {
  background: #459adb;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #3993d9;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1rem 1rem 0.5rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
}

@media screen and (max-width: 49.9375em) {
  .tabs-title > a {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}

.tabs-title > a:hover {
  background: #fefefe;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

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

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

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

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

.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(69, 154, 219, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}

.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

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

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

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

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

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

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

@media screen and (max-width: 19.9375em) {
  .stacked-for-small .top-bar-left,
  .stacked-for-small .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 49.9375em) {
  .stacked-for-medium .top-bar-left,
  .stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 29.9375em) {
  .stacked-for-smedium .top-bar-left,
  .stacked-for-smedium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .stacked-for-large .top-bar-left,
  .stacked-for-large .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 79.9375em) {
  .stacked-for-xlarge .top-bar-left,
  .stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 99.9375em) {
  .stacked-for-xxlarge .top-bar-left,
  .stacked-for-xxlarge .top-bar-right {
    width: 100%;
  }
}

.stacked-for-xxxlarge .top-bar-left,
.stacked-for-xxxlarge .top-bar-right {
  width: 100%;
}

.top-bar-left,
.top-bar-right {
  width: 100%;
}

@media screen and (min-width: 30em) {
  .top-bar-left,
  .top-bar-right {
    width: auto;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 20em) and (max-width: 29.9375em) {
  .hide-for-smedium-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 80em) and (max-width: 99.9375em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.clearfix::after {
  clear: both;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-prev:before {
  content: "←";
}

[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: 10px;
  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;
}

.slick-dots-yellow {
  bottom: 15px;
  text-align: left;
}

@media screen and (min-width: 64em) {
  .slick-dots-yellow {
    left: 15px;
  }
}

.slick-dots-yellow li {
  margin: 0;
  width: 11px;
}

.slick-dots-yellow li button {
  padding: 5px 0;
}

.slick-dots-yellow li button:before {
  font-size: 10px;
  opacity: 1;
  color: #fff;
}

.slick-dots-yellow li.slick-active button:before {
  color: #ffff00;
  opacity: 1;
}

.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (max-width: 29.9375em) {
  .fullWidth--mobile > .column, .fullWidth--mobile > .columns,
  .fullWidth--mobile > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

.triangle-wrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
}

.triangle-wrapper .triangle {
  z-index: 100;
}

body {
  font-family: "TKTypeRegular", Arial, sans-serif;
}

section {
  margin: 60px 0;
}

section.page--category, section.page--overview {
  margin: 0;
}

@keyframes fade-in-and-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-in-and-out-and-in {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: normal;
  font-family: "TKTypeRegular", Arial, sans-serif;
  letter-spacing: 0;
}

h1, h2, h3 {
  margin-left: 10px;
  margin-bottom: 15px;
}

h1 > span, h2 > span, h3 > span {
  box-shadow: 0 0 0 #000, -10px 0 0 #000;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #000;
  color: #fff;
  padding: 0.2em 0.2em 0.2em 0em;
}

@media screen and (max-width: 49.9375em) {
  h1 > span, h2 > span, h3 > span {
    padding: 0.4em 0.3em 0.4em 0em;
  }
}

h1 {
  font-size: 50px;
  line-height: 56px;
}

@media screen and (max-width: 49.9375em) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

h2 {
  font-size: 48px;
  line-height: 72px;
}

@media screen and (max-width: 49.9375em) {
  h2 {
    font-size: 32px;
    line-height: 62px;
  }
}

h3 {
  font-size: 32px;
  line-height: 55px;
}

@media screen and (max-width: 49.9375em) {
  h3 {
    font-size: 32px;
    line-height: 55px;
  }
}

h3 > span {
  padding: 0.5em 0.5em 0.4em 0.1em;
}

h4 {
  font-size: 22px;
  line-height: 30px;
}

@media screen and (max-width: 49.9375em) {
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

p {
  font-family: "TKTypeRegular", Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (max-width: 49.9375em) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
}

p.excerpt {
  font-size: 18px;
  line-height: 25px;
}

@media screen and (max-width: 49.9375em) {
  p.excerpt {
    font-size: 18px;
    line-height: 25px;
  }
}

a {
  color: #0397FF;
}

.label {
  font-family: "TKTypeRegular", Arial, sans-serif;
  display: inline-block;
  background-color: #ffff00;
  color: #000;
  margin-bottom: 10px;
  padding: 6px 12px;
  font-size: 0.8rem;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../assets/fonts/FontAwesome.eot?") format("eot"), url("../assets/fonts/FontAwesome.woff2") format("woff2"), url("../assets/fonts/FontAwesome.woff") format("woff"), url("../assets/fonts/FontAwesome.ttf") format("truetype"), url("../assets/fonts/FontAwesome.svg#FontAwesome") format("svg");
}

@font-face {
  font-family: "TKTypeBold";
  src: url("../assets/fonts/TKTypeBold.eot?") format("eot"), url("../assets/fonts/TKTypeBold.woff") format("woff"), url("../assets/fonts/TKTypeBold.ttf") format("truetype"), url("../assets/fonts/TKTypeBold.svg#TKTypeBold") format("svg");
}

@font-face {
  font-family: "TKTypeItalic";
  src: url("../assets/fonts/TKTypeItalic.eot?") format("eot"), url("../assets/fonts/TKTypeItalic.woff") format("woff"), url("../assets/fonts/TKTypeItalic.ttf") format("truetype"), url("../assets/fonts/TKTypeItalic.svg#TKTypeItalic") format("svg");
}

@font-face {
  font-family: "TKTypeMedium";
  src: url("../assets/fonts/TKTypeMedium.eot?") format("eot"), url("../assets/fonts/TKTypeMedium.woff") format("woff"), url("../assets/fonts/TKTypeMedium.ttf") format("truetype"), url("../assets/fonts/TKTypeMedium.svg#TKTypeMedium") format("svg");
}

@font-face {
  font-family: "TKTypeRegular";
  src: url("../assets/fonts/TKTypeRegular.eot?") format("eot"), url("../assets/fonts/TKTypeRegular.woff") format("woff"), url("../assets/fonts/TKTypeRegular.ttf") format("truetype"), url("../assets/fonts/TKTypeRegular.svg#TKTypeRegular") format("svg");
}

@font-face {
  font-family: "TK_Icons";
  src: url("../assets/fonts/TK_Icons.eot?") format("eot"), url("../assets/fonts/TK_Icons.woff") format("woff"), url("../assets/fonts/TK_Icons.ttf") format("truetype"), url("../assets/fonts/TK_Icons.svg#TK_Icons") format("svg");
}

@font-face {
  font-family: "slick";
  src: url("../assets/fonts/slick.eot?") format("eot"), url("../assets/fonts/slick.woff") format("woff"), url("../assets/fonts/slick.ttf") format("truetype"), url("../assets/fonts/slick.svg#slick") format("svg");
}

a:focus {
  outline: none;
}

button, .button {
  font-size: 16px;
  background-color: #0397FF;
  font-family: "TKTypeRegular", Arial, sans-serif;
  padding: 25px 40px;
}

button--transparent, .button--transparent {
  background-color: transparent;
  color: #0397FF;
  border: 1px solid #0397FF;
}

button--newsletter, .button--newsletter {
  background-color: #ffff00;
  padding: 0 5px 0 5px;
  z-index: 100;
  height: 100%;
  width: 43px;
  float: right;
  font-size: 23px;
  color: #0397FF;
  margin-bottom: 0;
}

button--newsletter i, .button--newsletter i {
  position: relative;
  top: 8px;
}

@media screen and (min-width: 48em) {
  button--newsletter, .button--newsletter {
    padding: 0 0 1.5em 0;
  }
}

button--sort-by, button--filter-by, .button--sort-by, .button--filter-by {
  padding: 10px 14px 8px 14px;
  color: #0397FF;
  background-color: #fff;
}

button--sort-by:hover, button--sort-by:active, button--filter-by:hover, button--filter-by:active, .button--sort-by:hover, .button--sort-by:active, .button--filter-by:hover, .button--filter-by:active {
  color: #0397FF;
  background-color: #fff;
}

button--sort-by.button--sort-by-active, button--sort-by.button--filter-by-active, button--filter-by.button--sort-by-active, button--filter-by.button--filter-by-active, .button--sort-by.button--sort-by-active, .button--sort-by.button--filter-by-active, .button--filter-by.button--sort-by-active, .button--filter-by.button--filter-by-active {
  color: #ffff00;
  background-color: #0397FF;
}

@media (pointer: fine) {
  button--sort-by:hover, button--sort-by:active, button--filter-by:hover, button--filter-by:active, .button--sort-by:hover, .button--sort-by:active, .button--filter-by:hover, .button--filter-by:active {
    color: #ffff00;
    background-color: #0397FF;
  }
}

input[type=search] {
  border: none;
  border-bottom: 1px solid #fefefe;
  background-color: transparent;
  box-shadow: none;
  transition: none;
  height: 3rem;
  color: #fefefe;
  padding: 0 3rem 0 1rem;
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-family: "TKTypeRegular", Arial, sans-serif;
}

input[type=search]:-ms-input-placeholder {
  color: #fefefe;
}

input[type=search]::placeholder {
  color: #fefefe;
}

input[type=search]:focus {
  border: none;
  border-bottom: 1px solid #fefefe;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  transition: none;
}

input {
  font-family: 'FontAwesome';
}

/* This is for the placeholder */
.input-wrapper {
  position: relative;
}

@media screen and (min-width: 40em) {
  .input-wrapper {
    width: 50%;
  }
}

.input-wrapper i.fa-search {
  position: absolute;
  right: 1rem;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #fefefe;
}

.input-wrapper input {
  border-radius: 0;
  -webkit-appearance: none;
}

input:-webkit-autofill + button i.fa-search,
textarea:-webkit-autofill,
select:-webkit-autofill {
  color: #0397FF !important;
}

.horizontal-line-after:after {
  content: "";
  width: 180px;
  display: block;
  height: 1px;
  background-color: #0397FF;
  margin: 10px auto 30px auto;
}

.horizontal-line-before:before {
  content: "";
  width: 180px;
  display: block;
  height: 1px;
  background-color: #0397FF;
  margin: 10px auto 30px auto;
}

.teaser-upper-footer {
  margin-bottom: 50px;
}

@media screen and (min-width: 48em) {
  .teaser-upper-footer {
    margin-bottom: 0;
  }
}

.scroll-down-icon {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  opacity: 1;
  display: block;
  cursor: pointer;
  animation: fade-in-and-out-and-in 3s 3;
}

.scroll-down-icon i {
  vertical-align: middle;
  color: #fff;
}

@media screen and (min-width: 30em) {
  .scroll-down-icon {
    display: none;
    opacity: 0;
    animation: none;
  }
}

.main-navigation-section {
  margin: 0;
}

#main-navigation {
  font-family: "TKTypeRegular", Arial, sans-serif;
  display: none;
  background: linear-gradient(135deg, #fff 25%, #ECECEC 0, #ECECEC 50%, #fff 0, #fff 75%, #ECECEC 0);
  background-size: 6px 6px;
  height: 50px;
  font-weight: 400;
  color: #0397FF;
  z-index: 999999;
}

#main-navigation.fixed-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  margin-top: 0;
}

#main-navigation.fixed-header .title-bar-article-scrolled {
  display: none;
}

#main-navigation.fixed-header.article-navigation {
  position: inherit;
  display: block;
}

#main-navigation.fixed-header.article-navigation.article-navigation-fixed {
  position: fixed;
}

#main-navigation.fixed-header.article-navigation.article-navigation-fixed .title-bar-article-scrolled {
  display: block;
}

#main-navigation.fixed-header.article-navigation.article-navigation-fixed.is-single .title-bar-standard {
  display: none !important;
}

#main-navigation.fixed-header.article-navigation.open {
  position: fixed;
}

#main-navigation.fixed-header.open {
  height: 100%;
}

#main-navigation.fixed-header.open .title-bar {
  display: none !important;
}

#main-navigation.fixed-header.open .top-bar {
  display: block !important;
}

#main-navigation.fixed-header.hidden {
  display: none;
}

#main-navigation.article-navigation.article-navigation-fixed .title-bar .title-bar-title {
  display: inline;
}

#main-navigation.article-navigation .title-bar {
  border-top: 1px dotted #D8D8D8;
}

#main-navigation.article-navigation .title-bar .title-bar-title {
  display: none;
}

#main-navigation.article-navigation .title-bar .menu {
  width: 10%;
  border-right: 1px solid #fff;
}

#main-navigation.article-navigation .title-bar .share {
  float: left;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  width: 79%;
}

#main-navigation.article-navigation .title-bar .share .shariff {
  width: 100%;
  height: 100%;
}

#main-navigation.article-navigation .title-bar .share .shariff .shariff-buttons {
  width: 100%;
  height: 100%;
}

#main-navigation.article-navigation .title-bar .share .shariff .shariff-button {
  float: left;
  height: 100% !important;
  width: 25% !important;
  border-left: 1px dotted #D8D8D8 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fff !important;
  margin: 0 !important;
}

#main-navigation.article-navigation .title-bar .share .shariff .shariff-button:last-child {
  border-right: 1px dotted #D8D8D8;
}

#main-navigation.article-navigation .title-bar .share .shariff .shariff-button > a {
  border-radius: 5px !important;
}

#main-navigation.article-navigation .title-bar .share .shariff .shariff-button svg {
  height: 18px;
  padding: 4px 1px;
}

#main-navigation.article-navigation .title-bar .share .shariff .shariff-button.facebook a {
  background-color: #003c7d !important;
}

#main-navigation.article-navigation .title-bar .share .shariff .shariff-button.mailto a {
  background-color: transparent !important;
  width: 32px !important;
  height: 30px !important;
}

#main-navigation.article-navigation .title-bar .share .shariff .shariff-button.mailto svg {
  height: 26px;
  width: 32px;
  padding: 0;
}

#main-navigation.article-navigation .title-bar .share .shariff .shariff-button.mailto svg path {
  fill: #FBB22B;
}

#main-navigation.article-navigation .title-bar .to-top {
  cursor: pointer;
  width: 11%;
  font-size: 40px;
  background-color: #ffff00;
  padding: 0 0 0 9px;
}

#main-navigation .desktop-sharing {
  display: none;
}

#main-navigation.desktop-navigation-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .nav-bar ul {
  padding-left: 0;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .nav-bar li a {
  font-size: 16px;
  padding-top: 13px;
}

@media only screen and (min-width: 930px) {
  #main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .nav-bar li a {
    font-size: 22px;
    padding-top: 0.7rem;
  }
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff 25%, #eaf6fe 0, #eaf6fe 50%, #fff 0, #fff 75%, #eaf6fe 0);
  background-size: 6px 6px;
  z-index: 9;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner {
  max-width: 74rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, #fff 25%, #ECECEC 0, #ECECEC 50%, #fff 0, #fff 75%, #ECECEC 0);
  background-size: 6px 6px;
  position: relative;
  left: 7px;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner i {
  border: none;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .fa-bars {
  color: #0397FF;
  border-right: 1px dotted #D8D8D8;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .fa-angle-up {
  background-color: #ffff00;
  font-size: 50px;
  padding: 2px 10px 8px;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .left {
  float: left;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .text {
  padding: 14px 20px 10px 20px;
  font-size: 22px;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .shariff-button {
  padding: 17px 45px 43px 20px !important;
  margin: 0 !important;
  border-left: 1px dotted #D8D8D8 !important;
  background-color: #fff !important;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .shariff-button a {
  border-radius: 5px !important;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .shariff-button a:hover {
  background-color: initial !important;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .shariff-button .shariff-text {
  display: none;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .shariff-button svg {
  height: 18px;
  padding: 4px 1px;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .shariff-button.facebook a {
  background-color: #003c7d !important;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .shariff-button.mailto {
  padding-right: 50px !important;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .shariff-button.mailto a {
  background-color: transparent !important;
  width: 32px !important;
  height: 30px !important;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .shariff-button.mailto svg {
  height: 24px;
  width: 32px;
  padding: 0;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .shariff-button.mailto svg path {
  fill: #FBB22B;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .shariff-button.twitter a:hover {
  background-color: #2AA1EE !important;
}

#main-navigation.desktop-navigation-fixed.is-single.desktop-sharing-size .desktop-sharing .sharing-inner .shariff-button.linkedin a:hover {
  background-color: #0D669E !important;
}

#main-navigation .right {
  float: right;
}

#main-navigation .nav-bar {
  padding: 0;
}

#main-navigation .nav-bar ul {
  padding-left: 10px;
  margin: 0px 6px;
}

#main-navigation .nav-bar li {
  display: block;
  border-bottom: 1px solid #0397FF;
  padding: 8px 15px 8px 0;
}

@media only screen and (max-width: 479px) {
  #main-navigation .nav-bar li {
    padding: 8px 0 8px 0;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 740px) {
  #main-navigation .nav-bar li {
    padding: 8px 0 8px 0;
  }
}

#main-navigation .nav-bar li a {
  display: inline-block;
  font-size: 22px;
  padding-left: 0;
}

@media only screen and (min-width: 480px) and (max-width: 740px) {
  #main-navigation .nav-bar li a {
    font-size: 16px;
  }
}

#main-navigation .title-bar {
  background: linear-gradient(135deg, #fff 25%, #ECECEC 0, #ECECEC 50%, #fff 0, #fff 75%, #ECECEC 0);
  background-size: 6px 6px;
  color: #0397FF;
  padding: 0 0 0 8px;
  height: 100%;
}

#main-navigation .title-bar.hidden {
  display: none;
}

#main-navigation .title-bar button {
  background-color: transparent;
  font-size: 22px;
  padding: 0;
}

#main-navigation .title-bar .bg-white {
  background: #fff;
  padding-right: 10px;
  padding-left: 15px;
}

#main-navigation .title-bar .bg-white.search {
  border-left: 1px dotted #D8D8D8;
  padding-left: 12px;
  padding-right: 10px;
}

#main-navigation .title-bar .left {
  border-right: 1px solid #fff;
}

#main-navigation .title-bar > div {
  padding: 12px 0 8px 0;
  height: 100%;
}

#main-navigation .title-bar .logo {
  padding-top: 5px;
  width: 50%;
  display: inline;
  margin-left: 3%;
  margin-top: 10px;
  max-height: 27px;
}

#main-navigation .title-bar .right {
  padding-top: 16px;
}

#main-navigation .title-bar .menu {
  float: left;
}

#main-navigation .title-bar .menu button {
  font-size: 30px;
  position: relative;
  left: 3px;
}

#main-navigation .title-bar .open-language {
  position: relative;
}

#main-navigation .title-bar .open-language:after {
  content: '';
  position: absolute;
  left: 3px;
  bottom: -16px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffff00;
}

#main-navigation .top-bar {
  background: #fff;
  height: 100%;
  overflow: scroll;
  padding: 70px 0px;
}

#main-navigation .top-bar.open {
  display: block !important;
}

#main-navigation .top-bar ul {
  background-color: transparent;
}

#main-navigation .top-bar .search-wrapper {
  width: 80%;
  display: inline-block;
  padding-bottom: 25px;
}

#main-navigation .top-bar input {
  border-top: none;
  border-bottom: 1px solid #0397FF;
  border-left: none;
  border-right: none;
  box-shadow: none;
  font-weight: 300;
  width: 90%;
}

#main-navigation .top-bar input::-webkit-input-placeholder {
  color: #0397FF;
}

#main-navigation .top-bar input::-moz-placeholder {
  /* Firefox 19+ */
  color: #0397FF;
}

#main-navigation .top-bar input:-ms-input-placeholder {
  /* IE 10+ */
  color: #0397FF;
}

#main-navigation .top-bar input:-moz-placeholder {
  /* Firefox 18- */
  color: #0397FF;
}

#main-navigation .top-bar i {
  font-size: 25px;
  float: right;
  margin-right: 10px;
  padding-left: 14px;
  padding-top: 4px;
  padding-bottom: 10px;
  border-left: 1px solid #0397FF;
}

#main-navigation .top-bar-right {
  padding-left: 20px;
}

#main-navigation .top-bar-left {
  overflow: hidden;
}

#main-navigation .top-bar-left ul {
  background: linear-gradient(135deg, #fff 25%, #eaf6fe 0, #eaf6fe 50%, #fff 0, #fff 75%, #eaf6fe 0);
  background-size: 6px 6px;
}

#main-navigation .top-bar-left ul li:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #0397FF;
  font-size: 40px;
  float: right;
}

#main-navigation .top-bar-left ul li:last-child {
  border: none;
}

#main-navigation .top-bar-left:after {
  content: " ";
  background: linear-gradient(135deg, #fff 25%, #ECECEC 0, #ECECEC 50%, #fff 0, #fff 75%, #ECECEC 0);
  background-size: 6px 6px;
  width: 100%;
  height: 50px;
  display: block;
  -ms-transform: skewY(4deg);
      transform: skewY(4deg);
  z-index: 1;
  -ms-transform-origin: top left;
      transform-origin: top left;
  margin-top: 35px;
}

#main-navigation .bar-mobile li i {
  margin-right: 0;
  border-left: none;
}

#main-navigation .bar-mobile li.subscribe > a, #main-navigation .bar-mobile li.subscribe i {
  padding-top: 10px;
}

#main-navigation .bar-mobile li:last-child {
  border: none;
}

#main-navigation .bar-mobile .close-layer {
  background-color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

#main-navigation .bar-mobile .close-layer .bg-close {
  float: right;
  padding-top: 0px;
}

#main-navigation .bar-mobile .close-layer .bg-close i {
  float: none;
  border: none;
  font-size: 35px;
}

#main-navigation .bar-mobile .facebook-mobile-menu {
  float: right;
  width: 25px;
}

#main-navigation .bar-mobile .fa-facebook-square {
  color: #003c7d;
}

#main-navigation .bar-mobile .background-grey {
  background: linear-gradient(135deg, #fff 25%, #ECECEC 0, #ECECEC 50%, #fff 0, #fff 75%, #ECECEC 0);
  background-size: 6px 6px;
  height: 60px;
}

#main-navigation .main-menu-ul a {
  font-size: 22px;
}

#main-navigation .language-switcher-dropdown {
  display: none;
}

#main-navigation #searchform {
  display: none;
}

#main-navigation #searchformMobile {
  padding-left: 5px;
}

#main-navigation #searchformMobile button, #main-navigation #searchformMobile .button {
  background: transparent;
  display: inline-block;
  float: right;
  padding: 0;
}

#main-navigation #searchformMobile input {
  padding-left: 0;
}

#main-navigation #searchformMobile i {
  padding-top: 5px;
}

#main-navigation .close-menu-for-sharing {
  display: none;
}

#main-navigation.is-single.desktop-navigation-fixed.desktop-sharing-size .top-bar-left {
  position: relative;
}

#main-navigation.is-single.desktop-navigation-fixed.desktop-sharing-size .top-bar-left .main-menu-ul {
  margin-left: 100px;
  margin-right: 0;
}

#main-navigation.is-single.desktop-navigation-fixed.desktop-sharing-size .top-bar-left .main-menu-ul li:last-child a {
  padding-right: 0;
}

#main-navigation.is-single.desktop-navigation-fixed.desktop-sharing-size .close-menu-for-sharing {
  position: absolute;
  left: 16px;
  top: 0;
  display: block;
}

#main-navigation.is-single.desktop-navigation-fixed.desktop-sharing-size .close-menu-for-sharing i {
  font-size: 35px;
  padding: 10px 15px 15px 15px;
  border: none;
}

@media screen and (min-width: 30em) {
  #main-navigation {
    font-weight: 300;
    display: block;
    height: 60px;
  }
  #main-navigation #searchform {
    display: block;
  }
  #main-navigation #searchformMobile {
    display: none;
  }
  #main-navigation .top-bar {
    overflow: visible;
    padding: 0;
    background: linear-gradient(135deg, #fff 25%, #eaf6fe 0, #eaf6fe 50%, #fff 0, #fff 75%, #eaf6fe 0);
    background-size: 6px 6px;
  }
  #main-navigation .top-bar .desktop-row {
    max-width: 75rem;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #main-navigation .top-bar i {
    margin: 0;
    border-right: 1px solid #0397FF;
    background: #fff;
    padding: 15px 16px 16px 16px;
    font-size: 29px;
  }
  #main-navigation .top-bar .search {
    width: 66px;
    margin-top: 0;
  }
  #main-navigation .top-bar .search .menu {
    background-color: #fff;
  }
  #main-navigation .top-bar .search .menu .column, #main-navigation .top-bar .search .menu .columns {
    padding: 0;
  }
  #main-navigation .top-bar .search li {
    padding: 0;
  }
  #main-navigation .top-bar .search .dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 60px;
    border-top: 1px solid #0397FF;
    border-left: 1px solid #0397FF;
    border-bottom: 1px solid #0397FF;
    border-right: none;
    padding-left: 0;
    margin-right: 0;
  }
  #main-navigation .top-bar .search .dropdown.menu > li.opens-left > .is-dropdown-submenu button {
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
  }
  #main-navigation .top-bar .search .dropdown.menu > li.opens-left > .is-dropdown-submenu button:before {
    content: "";
    height: 40px;
    width: 1px;
    background-color: #D8D8D8;
    position: absolute;
    left: 0;
    bottom: 8px;
  }
  #main-navigation .top-bar .search .dropdown.menu > li.opens-left > .is-dropdown-submenu button i {
    border-left: 0;
  }
  #main-navigation .top-bar .search .is-dropdown-submenu-parent.is-active > div i {
    height: 60px;
    font-size: 34px;
  }
  #main-navigation .top-bar .search .is-dropdown-submenu-parent.is-active > div i:before {
    content: '\f00d';
  }
  #main-navigation .top-bar .search .search-wrapper {
    border: none;
    background-color: #fff;
    width: 100%;
    padding: 8px;
  }
  #main-navigation .top-bar .search .search-wrapper input {
    border: none;
    margin-top: 4px;
    width: 250px;
  }
  #main-navigation .top-bar-left ul {
    background: none;
  }
  #main-navigation .top-bar-left ul li {
    display: table-cell;
    border-bottom: none;
  }
  #main-navigation .top-bar-left ul li:after {
    display: none;
  }
  #main-navigation .top-bar-left:after {
    display: none;
  }
  #main-navigation .top-bar-right {
    padding-left: 0;
  }
  #main-navigation .bar-mobile {
    display: none;
  }
  #main-navigation .nav-bar ul {
    padding-left: 20px;
  }
  #main-navigation .language-switcher-dropdown {
    background-color: #fff;
    text-align: center;
    float: right;
    height: 60px;
    margin-top: 0;
    border-left: 1px solid #0397FF;
    display: block;
    border-right: 1px solid #0397FF;
  }
  #main-navigation .language-switcher-dropdown .dropdown.menu > li > .is-dropdown-submenu {
    background-color: #fff;
    min-width: 125px;
  }
  #main-navigation .language-switcher-dropdown a {
    color: #000;
    font-size: 22px;
    padding: 0.5rem 1rem 0 1rem;
  }
  #main-navigation .language-switcher-dropdown .lang-active a {
    font-family: "TKTypeBold", Arial, sans-serif;
  }
  #main-navigation .language-switcher-dropdown li:after {
    content: "___";
    color: #0397FF;
  }
  #main-navigation .language-switcher-dropdown li:last-child:after {
    display: none;
  }
  #main-navigation .language-switcher-dropdown li i {
    padding: 22px 23px 0px 22px;
    height: 60px;
    border: none;
    font-size: 22px;
    cursor: pointer;
    font-family: "TKTypeRegular", Arial, sans-serif;
  }
  #main-navigation .language-switcher-dropdown li i:before {
    display: none;
  }
  #main-navigation .language-switcher-dropdown li.is-active i {
    padding: 15px 52px 0 50px;
  }
  #main-navigation .language-switcher-dropdown li.is-active i:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 35px;
  }
  #main-navigation .language-switcher-dropdown li.is-active .lang-text {
    display: none;
  }
  #main-navigation .language-switcher-dropdown .submenu li:last-child {
    padding-bottom: 15px;
  }
  #main-navigation .language-switcher-dropdown .lang-icon {
    position: relative;
  }
  #main-navigation .language-switcher-dropdown .lang-icon:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -60px;
    height: 10px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #ffff00;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  #main-navigation .language-switcher-dropdown .lang-text {
    text-transform: uppercase;
  }
  #main-navigation .language-switcher-dropdown .is-dropdown-submenu-parent.is-active .lang-icon:after {
    content: none;
  }
}

@media screen and (min-width: 30em) and (min-width: 48em) {
  #main-navigation .nav-bar ul {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 800px) {
  #main-navigation .language-switcher-dropdown .lang-active a {
    position: relative;
  }
  #main-navigation .language-switcher-dropdown .lang-active a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffff00;
    position: absolute;
    left: 0;
    top: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 800px) {
  #main-navigation .language-switcher-dropdown li i {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #main-navigation .language-switcher-dropdown li.is-active i {
    padding-left: 25px;
    padding-right: 22px;
  }
  #main-navigation .language-switcher-dropdown a {
    font-size: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  #main-navigation .language-switcher-dropdown .dropdown.menu > li > .is-dropdown-submenu {
    min-width: 70px;
  }
  #main-navigation .top-bar i {
    padding: 19px 16px;
    font-size: 22px;
  }
  #main-navigation .top-bar .search {
    width: 59px;
    margin-top: 0;
  }
  #main-navigation .top-bar .search .search-wrapper input {
    width: 150px;
    font-size: 14px;
  }
  #main-navigation .top-bar .search .is-dropdown-submenu-parent.is-active > div i {
    font-size: 26px;
  }
}

.page-template-page-frontpage #main-navigation .title-bar-article-scrolled {
  display: none !important;
}

@media screen and (min-width: 30em) {
  .page-template-page-frontpage #main-navigation .top-bar .search .dropdown.menu > li > .is-dropdown-submenu {
    top: -60px;
    border: none;
  }
  .page-template-page-frontpage #main-navigation .language-switcher-dropdown .dropdown.menu > li > .is-dropdown-submenu {
    top: -305px;
  }
}

@media screen and (min-width: 30em) and (max-width: 49.9375em) {
  .page-template-page-frontpage #main-navigation .language-switcher-dropdown .dropdown.menu > li > .is-dropdown-submenu {
    top: -264px;
    min-width: 70px;
  }
}

.page-template-page-frontpage #main-navigation.fixed-header {
  position: static;
}

.page-template-page-frontpage #main-navigation.desktop-navigation-fixed .top-bar .search .dropdown.menu > li > .is-dropdown-submenu {
  top: 60px;
  border-top: 1px solid #0397FF;
  border-left: 1px solid #0397FF;
  border-bottom: 1px solid #0397FF;
  border-right: none;
}

.page-template-page-frontpage #main-navigation.desktop-navigation-fixed .language-switcher-dropdown .dropdown.menu > li > .is-dropdown-submenu {
  top: 60px;
}

.language-switcher-mobile {
  position: fixed;
  background-color: #303030;
  left: 0;
  bottom: -200px;
  width: 100%;
  margin: 0;
  height: auto;
  font-size: 22px;
  z-index: 9999;
}

.language-switcher-mobile.open {
  bottom: 0;
}

.language-switcher-mobile .slider-item {
  display: inline;
  padding: 10px 5px;
  text-align: center;
  position: relative;
}

.language-switcher-mobile .slider-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 1px;
  border-right: 1px solid #0397FF;
  height: 28px;
}

.language-switcher-mobile .slider-item div {
  color: #fff;
}

.language-switcher-mobile .slider-item .lang-active {
  font-family: "TKTypeBold", Arial, sans-serif;
}

.language-switcher-mobile .slick-current .lang {
  position: relative;
}

.language-switcher-mobile .slick-current .lang:after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -12px;
  left: 40%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ffff00;
}

.language-switcher-mobile .choose {
  background: linear-gradient(135deg, #fff 25%, #eaf6fe 0, #eaf6fe 50%, #fff 0, #fff 75%, #eaf6fe 0);
  background-size: 6px 6px;
  width: 100%;
  height: 52px;
}

.language-switcher-mobile .choose > div {
  color: #0397FF;
  font-size: 35px;
  padding: 8px 20px 0;
}

.language-switcher-mobile .choose .close-language-switcher {
  float: left;
  cursor: pointer;
}

.language-switcher-mobile .choose .accept-language-switcher {
  float: right;
  cursor: pointer;
  background-color: #fff;
  height: 100%;
}

@media screen and (min-width: 30em) {
  .language-switcher-mobile {
    display: none;
  }
}

.blurred {
  filter: url("../img/icons/blur.svg#gaussian_blur");
  filter: blur(5px) brightness(70%);
  pointer-events: none;
}

@media only screen and (min-width: 480px) and (max-width: 500px) {
  .top-bar-right, .language-switcher-dropdown {
    display: none !important;
  }
}

body:not(.single) #header {
  height: 60px;
  padding-top: 10px;
  font-family: "TKTypeRegular", Arial, sans-serif;
}

body:not(.single) #header p {
  padding: 0;
  margin: 0;
}

body:not(.single) #header a {
  color: #000;
}

body:not(.single) #header a:hover {
  color: #000;
}

body:not(.single) #header .row {
  background-color: #fefefe;
  height: 100%;
}

body:not(.single) #header .header-padding {
  height: 100%;
  position: relative;
}

body:not(.single) #header .header-left {
  font-size: 18px;
  float: left;
  width: 46%;
  height: 100%;
  padding-left: 10px;
}

body:not(.single) #header .header-left img {
  padding-right: 10px;
  max-height: 32px;
}

body:not(.single) #header .header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

body:not(.single) #header .header-right .facebook {
  padding-right: 11px;
  padding-top: 8px;
}

body:not(.single) #header .header-right .facebook img {
  width: 24px;
}

body:not(.single) #header .header-right .subscribe {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  border-left: 1px solid #0397FF;
}

body:not(.single) #header .header-right .subscribe i {
  color: #0397FF;
  font-size: 22px;
  position: relative;
  top: 4px;
}

body:not(.single) #header .header-right .subscribe-text {
  display: none;
}

body:not(.single) #header .header-lower-text {
  position: absolute;
  top: 28px;
  left: 10px;
}

@media screen and (min-width: 30em) {
  body:not(.single) #header .header-padding {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  body:not(.single) #header.header-margin {
    margin-bottom: 10px;
  }
  body:not(.single) #header .header-left {
    font-size: 18px;
    float: left;
    width: 55%;
    height: 100%;
    padding-left: 10px;
  }
  body:not(.single) #header .header-left img {
    padding-right: 10px;
    max-height: 32px;
  }
  body:not(.single) #header .header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  body:not(.single) #header .header-right .facebook {
    padding-right: 16px;
    padding-top: 8px;
  }
  body:not(.single) #header .header-right .subscribe {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    border-left: 1px solid #0397FF;
  }
  body:not(.single) #header .header-right .subscribe i {
    color: #0397FF;
    font-size: 30px;
    position: relative;
    top: 2px;
  }
  body:not(.single) #header .header-right .subscribe-text {
    display: none;
  }
  body:not(.single) #header .header-lower-text {
    top: 35px;
    left: 25px;
  }
}

@media screen and (min-width: 48em) {
  body:not(.single) #header .header-left {
    padding-left: 0;
  }
  body:not(.single) #header .header-right .subscribe-text {
    display: inline;
  }
  body:not(.single) #header .header-lower-text {
    top: 35px;
    left: 15px;
  }
}

@media screen and (min-width: 30em) {
  body:not(.single) #header .header-padding {
    padding-right: 10px;
  }
  body:not(.single) #header .header-padding .header-right .subscribe {
    padding-right: 0;
  }
  body:not(.single) #header .header-padding .header-right p {
    padding-right: 0;
  }
}

.single #header {
  padding-top: 0;
  height: 80px;
  font-family: "TKTypeRegular", Arial, sans-serif;
}

@media screen and (max-width: 39.9375em) {
  .single #header {
    height: 50px;
  }
}

.single #header p {
  padding: 0;
  margin: 0;
}

.single #header .row {
  background-color: #fefefe;
  height: 100%;
}

.single #header .header-padding {
  position: relative;
}

.single #header .column, .single #header .columns {
  height: 100%;
}

.single #header .header-left {
  padding: 25px 0 0 15px;
  color: #459adb;
  font-size: 18px;
  width: 25%;
}

@media screen and (min-width: 64em) {
  .single #header .header-left {
    font-size: 22px;
  }
}

@media screen and (max-width: 30em) {
  .single #header .header-left {
    padding: 10px 0 0 5px;
  }
}

@media screen and (min-width: 30em) {
  .single #header .header-left {
    padding: 0 0 0 5px;
  }
}

.single #header .header-left img {
  padding-right: 10px;
}

.single #header .header-middle {
  padding: 10px 0 0 0;
}

.single #header .header-middle a {
  text-decoration: none;
  color: #000;
}

.single #header .header-middle a:hover {
  color: #000;
}

@media screen and (max-width: 39.9375em) {
  .single #header .header-middle a p {
    font-size: 10px;
    line-height: 1.0;
    padding-top: 3px;
  }
}

.single #header .header-right {
  padding-right: 0;
  padding-left: 8px;
  float: right;
}

.single #header .header-right p {
  color: #000;
  font-size: 14px;
  padding: 10px;
}

@media screen and (min-width: 64em) {
  .single #header .header-right p {
    font-size: 16px;
  }
}

@media screen and (max-width: 33em) {
  .single #header .header-right p {
    display: none;
  }
}

.single #header.header-single-desktop {
  display: none;
}

.single #header .header-lower-text {
  position: absolute;
  top: 28px;
  left: 10px;
}

@media screen and (min-width: 30em) {
  .single #header {
    padding-top: 10px;
    height: 60px;
    font-family: "TKTypeRegular", Arial, sans-serif;
  }
  .single #header.header-single-desktop {
    display: block;
  }
  .single #header.header-margin {
    margin-bottom: 10px;
  }
  .single #header.header-single-mobile {
    display: none;
  }
  .single #header p {
    padding: 0;
    margin: 0;
  }
  .single #header a {
    color: #000;
  }
  .single #header a:hover {
    color: #000;
  }
  .single #header .row {
    background-color: #fefefe;
    height: 100%;
  }
  .single #header .header-padding {
    height: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .single #header .header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .single #header .header-right .facebook {
    padding-right: 11px;
    padding-top: 8px;
  }
  .single #header .header-right .facebook img {
    width: 24px;
  }
  .single #header .header-right .subscribe {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    border-left: 1px solid #0397FF;
  }
  .single #header .header-right .subscribe i {
    color: #0397FF;
    font-size: 22px;
    position: relative;
    top: 4px;
  }
  .single #header .header-right .subscribe-text {
    display: none;
  }
  .single #header .header-left {
    font-size: 18px;
    float: left;
    width: 55%;
    height: 100%;
    padding-left: 10px;
  }
  .single #header .header-left img {
    padding-right: 10px;
    max-height: 32px;
  }
  .single #header .header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .single #header .header-right .facebook {
    padding-right: 16px;
    padding-top: 8px;
  }
  .single #header .header-right .subscribe {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    border-left: 1px solid #0397FF;
  }
  .single #header .header-right .subscribe i {
    color: #0397FF;
    font-size: 30px;
    position: relative;
    top: 2px;
  }
  .single #header .header-right .subscribe-text {
    display: none;
  }
  .single #header .header-lower-text {
    top: 35px;
    left: 25px;
  }
}

@media screen and (min-width: 48em) {
  .single #header .header-left {
    padding-left: 0;
  }
  .single #header .header-right .subscribe-text {
    display: inline;
  }
  .single #header .header-lower-text {
    top: 35px;
    left: 15px;
  }
}

@media screen and (min-width: 30em) {
  .single #header .header-padding {
    padding-right: 10px;
  }
  .single #header .header-padding .header-right .subscribe {
    padding-right: 0;
  }
  .single #header .header-padding .header-right p {
    padding-right: 0;
  }
}

.footer-triangle-container {
  width: 100%;
  max-width: 100%;
}

.footer-triangle-container .footer-triangle-wrapper {
  margin-left: 0;
  padding-bottom: 0;
  position: relative;
}

.footer-triangle-container .footer-triangle-wrapper .left-divide {
  border-bottom: 25px solid #000;
  border-right: 400px solid transparent;
  height: 10px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -ms-transform: scale(0.9999);
      transform: scale(0.9999);
}

@media screen and (min-width: 40em) {
  .footer-triangle-container .footer-triangle-wrapper .left-divide {
    border-bottom: 40px solid #000;
    border-right-width: 1440px;
  }
}

.footer-triangle-container .footer-triangle-wrapper .right-divide {
  border-bottom: 25px solid #73c3f0;
  border-left: 600px solid transparent;
  height: 10px;
  width: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -ms-transform: scale(0.9999);
      transform: scale(0.9999);
}

@media screen and (min-width: 40em) {
  .footer-triangle-container .footer-triangle-wrapper .right-divide {
    border-bottom: 40px solid #73c3f0;
    border-left: 1440px solid transparent;
  }
}

#footer {
  margin-top: 50px;
  padding-top: 50px;
  overflow: hidden;
}

#footer .footer-row {
  background-color: #73c3f0;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .footer-row .row {
  margin-left: auto;
  margin-right: auto;
}

#footer .footer-left {
  border-right: none;
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 40em) {
  #footer .footer-left {
    margin: 0;
    border-right: 1px solid #fefefe;
  }
}

#footer .footer-right {
  position: relative;
}

@media screen and (min-width: 40em) {
  #footer .footer-right {
    padding-top: 2rem;
  }
}

#footer .footer-right p {
  margin: 0;
  position: absolute;
  bottom: 15px;
  right: 1rem;
  color: #fefefe;
}

@media screen and (max-width: 52em) {
  #footer .footer-right p {
    left: 2rem;
    right: auto;
  }
}

@media screen and (max-width: 29em) {
  #footer .footer-right p {
    right: 2rem;
    left: auto;
  }
}

@media screen and (min-width: 40em) {
  #footer .flex-footer {
    display: -ms-flexbox;
    display: flex;
  }
}

#footer form {
  margin: 1rem 0 4rem 0;
}

@media screen and (min-width: 40em) {
  #footer form {
    margin: 2rem 0 3rem 0;
  }
}

#footer ul {
  margin: 0;
}

#footer .footer-categories {
  list-style-type: none;
  margin: 0;
  position: relative;
  top: 15px;
}

#footer .footer-categories li {
  display: inline-block;
  padding: 0 5px 0 0;
}

#footer .footer-categories li:last-child {
  padding: 0;
}

#footer .footer-meta-nav {
  margin: 0 0 7rem 0;
  padding: 2rem 0 0 0;
  border-top: 1px solid #fefefe;
  list-style-type: none;
}

@media screen and (min-width: 40em) {
  #footer .footer-meta-nav {
    margin: 0 0 0 1rem;
    border: none;
    padding: 0 0 0 0;
  }
}

#footer .footer-meta-nav li {
  padding: 0 10px 20px 0;
}

#footer .footer-meta-nav li:last-child {
  padding: 0;
}

#footer .footer-meta-nav li a {
  color: #fefefe;
}

#footer h4 {
  color: #fefefe;
  padding-bottom: 20px;
}

#footer .searchform input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
}

#footer .searchform button {
  padding: 10px 9px;
  display: inherit;
  position: absolute;
  right: 1rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  background-color: transparent;
  transform: translateY(-50%);
}

#footer .searchform button i {
  position: static;
  -ms-transform: none;
      transform: none;
}

.article {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
}

.cookie-layer {
  display: block;
  position: fixed;
  width: 100%;
  height: 420px;
  left: 0;
  bottom: 0;
  z-index: 99999;
}

.cookie-layer .cookie-layer--wrapper {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 3000;
  background-color: rgba(95, 97, 98, 0.9);
}

.cookie-layer .cookie-layer--wrapper .cookie-layer--content {
  color: #fff;
  padding: 25px;
}

.cookie-layer .cookie-layer--wrapper .cookie-layer--content a {
  color: #fff;
  text-decoration: underline;
}

.cookie-layer .cookie-layer--wrapper .cookie-layer--content a.btn-close {
  text-decoration: none;
  float: right;
}

.cookie-layer .cookie-layer--wrapper .cookie-layer--content a.btn-close .fa {
  font-size: 30px;
  line-height: 30px;
}

@media screen and (min-width: 30em) {
  .cookie-layer {
    height: 270px;
  }
}

@media screen and (min-width: 48em) {
  .cookie-layer {
    height: 175px;
  }
}

.newest-most-read {
  background: linear-gradient(135deg, #fff 25%, #ECECEC 0, #ECECEC 50%, #fff 0, #fff 75%, #ECECEC 0);
  background-size: 6px 6px;
  padding: 0 5px;
  position: relative;
}

.newest-most-read .teaser-card {
  background: #fff;
}

.newest-most-read .triangle {
  width: 50%;
  height: 10px;
  background: #1F7FB6;
  position: absolute;
  top: -10px;
  left: -5px;
  -webkit-clip-path: polygon(0 0, 100% 99%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 99%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 49.9375em) {
  .newest-most-read .triangle {
    background: #0397FF;
  }
}

.newest-most-read .tabs {
  border-bottom: 1px solid #0397FF;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  margin-bottom: 20px;
}

.newest-most-read .tabs-title {
  background: none;
}

.newest-most-read .tabs-title a {
  font-size: 22px;
  color: #000;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-right: 25px;
}

@media (pointer: fine) {
  .newest-most-read .tabs-title a:hover {
    background: none;
  }
  .newest-most-read .tabs-title a:hover:after {
    content: "";
    border-bottom: 2px solid #0397FF;
    width: 40%;
    height: 3px;
    bottom: -2px;
    left: 42px;
    position: absolute;
  }
}

.newest-most-read .tabs-title > a:focus, .newest-most-read .tabs-title > a[aria-selected='true'] {
  background: none;
  border-bottom: 2px solid #1F7FB6;
  color: #1F7FB6;
}

.newest-most-read .tabs-panel {
  padding: 0;
}

.newest-most-read .tabs-content {
  background: inherit;
  border: none;
}

.newest-most-read .button-overview {
  margin: 0 0 2rem 0;
  color: #0397FF;
  box-sizing: border-box;
  border: 1px solid #0397FF;
  background: none;
}

.newest-most-read .button-overview:hover {
  border: 2px solid #0397FF;
}

.newest-most-read .slick-dots {
  bottom: 0;
}

.newest-most-read .slick-slide {
  margin-left: 30px;
}

.newest-most-read .slick-list {
  margin-left: -30px;
}

@media screen and (min-width: 30em) {
  .newest-most-read .slick-slide {
    margin-left: 0;
  }
  .newest-most-read .slick-list {
    margin-left: 0;
  }
}

@media screen and (min-width: 30em) {
  .newest-most-read .arrow {
    z-index: 99999;
    color: #ffff00;
    position: absolute;
    left: -30px;
    top: calc(50% - 30px);
  }
  .newest-most-read .arrow.arrow-right {
    left: auto;
    right: 0;
    width: 30px;
    height: 60px;
    overflow: hidden;
  }
  .newest-most-read .arrow.arrow-right .circle {
    -ms-transform: rotate(270deg);
        transform: rotate(270deg);
  }
  .newest-most-read .arrow .circle {
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 30px 30px 0 0;
    background-color: #0397FF;
    z-index: 10;
    -ms-transform-origin: bottom center;
        transform-origin: bottom center;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  .newest-most-read .arrow i {
    color: #ffff00;
    position: absolute;
    left: 17px;
    top: -3px;
    font-size: 40px;
  }
  .newest-most-read .arrow.arrow-right {
    right: 30px;
  }
  .newest-most-read .slick-slide > div {
    padding-right: 30px;
  }
}

@media screen and (min-width: 48em) {
  .newest-most-read .triangle {
    height: 30px;
    top: -30px;
  }
}

@media screen and (min-width: 84.375em) {
  .newest-most-read .arrow {
    left: -105px;
  }
  .newest-most-read .arrow.arrow-right {
    right: -45px;
    overflow: visible;
  }
  .newest-most-read .arrow .circle {
    border-radius: 50%;
    width: 60px;
    height: 60px;
  }
  .newest-most-read .arrow i {
    left: 17px;
    top: 10px;
  }
}

@media screen and (min-width: 84.375em) {
  .newest-most-read .slick-slider {
    overflow: visible;
  }
  .newest-most-read .arrow.arrow-right {
    right: -45px;
  }
}

.also-interesting {
  padding: 0 5px;
}

.also-interesting h3 {
  margin-left: 0;
}

.also-interesting h3 span {
  color: #fff;
  background-color: #000;
  padding: 14px 7px 10px 7px;
  box-shadow: none;
}

.also-interesting .tabs {
  border-bottom: 1px solid #0397FF;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  margin-bottom: 40px;
}

.also-interesting .tabs-title {
  background: none;
  margin-right: 20px;
}

.also-interesting .tabs-title a {
  font-size: 22px;
  color: #000;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  display: inline-block;
}

@media (pointer: fine) {
  .also-interesting .tabs-title a:hover {
    background: none;
  }
  .also-interesting .tabs-title a:hover:after {
    content: "";
    width: 60%;
    height: 2px;
    left: 20%;
    bottom: -2px;
    background-color: #0397FF;
    position: absolute;
  }
}

.also-interesting .tabs-title.is-active a {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #0397FF;
}

.also-interesting .slick-slide {
  margin-right: 20px;
}

.also-interesting .slick-list {
  padding-right: 20%;
}

.also-interesting .tabs-title > a:focus, .also-interesting .tabs-title > a[aria-selected='true'] {
  background: none;
  color: #0397FF;
}

.also-interesting .tabs-panel {
  padding: 0;
}

.also-interesting .tabs-content {
  background: inherit;
  border: none;
}

.also-interesting .tabs-content .image {
  margin-bottom: 20px;
}

.also-interesting__panel-header h1, .also-interesting__panel-header h2, .also-interesting__panel-header h3, .also-interesting__panel-header h4 {
  color: #003c7d;
  margin-left: 0;
  margin-right: 0;
}

.also-interesting__panel-header p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 30em) {
  .also-interesting .also-interesting__panel-header {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .also-interesting .also-interesting__panel-header .row {
    position: relative;
  }
  .also-interesting .horizontal-line-after:after {
    display: none;
  }
  .also-interesting .tabs-title.is-active:after {
    width: 70%;
  }
}

@media screen and (min-width: 48em) {
  .also-interesting .tabs-title a {
    display: inline-block;
  }
  .also-interesting .tabs-title a:hover:after {
    bottom: -2px;
  }
  .also-interesting .tabs-title.is-active {
    border-bottom: 2px solid #0397FF;
  }
  .also-interesting .tabs-title.is-active a {
    border-bottom: none;
  }
  .also-interesting .tabs-title.is-active:after {
    content: none;
  }
  .also-interesting .also-interesting__panel-header .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .also-interesting .also-interesting__panel-header .row .image,
  .also-interesting .also-interesting__panel-header .row .button {
    margin-bottom: 0;
  }
  .also-interesting .also-interesting__panel-header .row p:last-child {
    margin-bottom: 0;
  }
  .also-interesting .also-interesting__panel-header .button {
    position: absolute;
    bottom: 0;
  }
  .also-interesting .tabs-content .image {
    margin-bottom: 0;
  }
}

.teaser-card {
  margin-bottom: 60px;
}

.teaser-card .teaser-image {
  margin-bottom: 15px;
}

.teaser-card .text {
  padding: 20px 20px 20px 20px;
}

.teaser-card .text h4 {
  color: #003c7d;
  margin-bottom: 0;
}

.teaser-card .text p {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 30em) {
  .teaser-card {
    background: linear-gradient(135deg, #fff 25%, #ECECEC 0, #ECECEC 50%, #fff 0, #fff 75%, #ECECEC 0);
    background-size: 6px 6px;
  }
  .teaser-card.background-white {
    background: #fff;
  }
}

.highlight-stage .highlight-stage__container {
  position: relative;
}

.highlight-stage .highlight-stage__container .label {
  position: absolute;
  top: 15px;
  left: 15px;
}

.highlight-stage .highlight-stage__container .image {
  height: 460px;
  background-size: cover;
  background-position: center center;
}

.highlight-stage .highlight-stage__container .content {
  max-width: 93%;
  position: absolute;
  left: 5px;
  bottom: -10px;
  background-color: #000;
  padding: 10px 20px;
}

@media screen and (min-width: 64em) {
  .highlight-stage .highlight-stage__container .content {
    left: 110px;
    max-width: 35%;
  }
}

.highlight-stage .highlight-stage__container .content .content-inner {
  position: relative;
}

.highlight-stage .highlight-stage__container .content .content-inner .title,
.highlight-stage .highlight-stage__container .content .content-inner p,
.highlight-stage .highlight-stage__container .content .content-inner .link {
  color: #fff;
}

.highlight-stage .highlight-stage__container .content .content-inner .link {
  position: absolute;
  z-index: 200;
}

.highlight-stage .highlight-stage__container .content .triangle-wrapper {
  bottom: -20px;
}

.highlight-stage .highlight-stage__container .content .triangle-wrapper .triangle {
  border-top: 20px solid #000;
  border-right: 800px solid transparent;
}

@media screen and (min-width: 64em) {
  .highlight-stage .highlight-stage__container .content .triangle-wrapper .triangle {
    border-right: 400px solid transparent;
  }
}

.sort-by {
  position: relative;
  padding-top: 30px;
  margin-top: -30px;
  padding-bottom: 10px;
  z-index: 0;
  background: linear-gradient(135deg, #fff 25%, #ECECEC 0, #ECECEC 50%, #fff 0, #fff 75%, #ECECEC 0);
  background-size: 6px 6px;
}

.sort-by h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin-left: 0;
}

.sort-by.no-bg {
  background: none;
}

.sort-by .sort-by-text {
  padding: 0 5px;
}

.sort-by .sort-by-text a {
  margin-right: 5px;
}

@media screen and (min-width: 48em) {
  .sort-by {
    padding-top: 20px;
    width: 30%;
    float: left;
    position: relative;
    padding-bottom: 0;
  }
  .sort-by:after {
    display: none;
  }
  .sort-by.yellow-before:before {
    content: " ";
    height: 29px;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #ffff00;
    top: 0;
    z-index: -1;
  }
}

.filter-by {
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  background: linear-gradient(135deg, #fff 25%, #C3CDD2 0, #C3CDD2 50%, #fff 0, #fff 75%, #C3CDD2 0);
  background-size: 6px 6px;
}

.filter-by h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.filter-by .filter-by-element {
  padding-right: 8px;
  display: inline-block;
}

.filter-by .filter-by-text {
  padding: 40px 5px 20px 5px;
  position: relative;
}

@media screen and (min-width: 48em) {
  .filter-by {
    margin-top: -20px;
    width: 70%;
    float: right;
    margin-bottom: 0;
  }
  .filter-by .filter-by-text {
    padding: 50px 5px 20px 80px;
  }
}

.page-not-found-section p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 25px;
}

@media screen and (min-width: 48em) {
  .page-not-found-section p {
    font-size: 20px;
    line-height: 40px;
  }
}

.loading-layer {
  top: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: #000;
  opacity: 0.2;
  width: 100%;
  height: 100vh;
  position: fixed;
  text-align: center;
  z-index: 9000;
}

.loading-layer .lds-roller {
  top: 50%;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.loading-layer .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -ms-transform-origin: 32px 32px;
      transform-origin: 32px 32px;
}

.loading-layer .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}

.loading-layer .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.loading-layer .lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.loading-layer .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.loading-layer .lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.loading-layer .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.loading-layer .lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.loading-layer .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.loading-layer .lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.loading-layer .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.loading-layer .lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.loading-layer .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.loading-layer .lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.loading-layer .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.loading-layer .lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.loading-layer .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.loading-layer .lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.background-shade {
  width: 100%;
  background: linear-gradient(135deg, #fff 25%, #eaf6fe 0, #eaf6fe 50%, #fff 0, #fff 75%, #eaf6fe 0);
  background-size: 6px 6px;
  margin-bottom: 30px;
}

#page-not-found h1 {
  margin-bottom: 60px;
}

#page-not-found h5 {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (min-width: 30em) {
  #page-not-found h5 {
    font-size: 28px;
  }
}

#page-not-found p {
  margin-top: 0;
}

#page-not-found .search-text {
  margin-top: 60px;
  margin-bottom: 20px;
}

#page-not-found .searchform {
  margin-bottom: 10px;
}

#page-not-found .searchform .input-wrapper {
  width: 205px;
}

#page-not-found .searchform input {
  border: 1px solid #D8D8D8;
  color: #000;
}

#page-not-found .searchform button {
  padding: 10px 9px;
  display: inherit;
  position: absolute;
  right: 1rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  background-color: transparent;
  transform: translateY(-50%);
  color: #000;
}

#page-not-found .searchform button i {
  color: #000;
  position: static;
  -ms-transform: none;
      transform: none;
}

.teaser-with-image-and-text .column:last-child:not(:first-child), .teaser-with-image-and-text .columns:last-child:not(:first-child), .teaser-with-image-and-text .columns:last-child:not(:first-child) {
  float: left;
}

.teaser-image-text-slider .column:last-child:not(:first-child), .teaser-image-text-slider .columns:last-child:not(:first-child), .teaser-image-text-slider .columns:last-child:not(:first-child) {
  float: left;
}

.teaser-image-text-slider .columns {
  padding-left: 0;
  padding-right: 0;
}

.teaser-image-text-slider .slick-list {
  margin-left: -30px;
  padding: 0 30% 0 0;
}

.teaser-image-text-slider .slick-list .slick-slide {
  margin-left: 30px;
}

.teaser-image-text-slider .slick-dots {
  bottom: -5px;
}

.teaser-image-text-slider .element {
  margin-bottom: 30px;
}

.teaser-image-text-slider .element .text {
  padding-top: 20px;
}

@media screen and (min-width: 30em) {
  .teaser-image-text-slider .column, .teaser-image-text-slider .columns, .teaser-image-text-slider .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.row--on-top-of-footer {
  margin-top: 120px;
}

.page-template-page-frontpage .row--on-top-of-footer {
  margin-top: 60px;
}

.row--on-top-of-footer:before {
  margin: -60px 20px 60px;
  content: '';
  display: block;
  height: 1px;
  background: #0397FF;
}

@media screen and (min-width: 30em) {
  .row--on-top-of-footer:before {
    margin: -60px 15px 60px;
  }
}

#main-stage {
  position: relative;
  margin: 0;
}

#main-stage h2 {
  line-height: 57px;
  margin-bottom: 8px;
}

#main-stage .main-stage--triangle {
  position: absolute;
  top: 0;
  z-index: 100;
  border-top: 20px solid #fff;
  border-right: 1440px solid transparent;
}

#main-stage .main-stage-slider {
  margin-bottom: 0;
}

#main-stage .main-stage-slider .arrow {
  z-index: 99999;
  color: #ffff00;
  position: absolute;
  left: -30px;
  top: calc(50% - 30px);
}

#main-stage .main-stage-slider .arrow.arrow-right {
  left: auto;
  right: 0;
  width: 30px;
  height: 60px;
  overflow: hidden;
}

#main-stage .main-stage-slider .arrow.arrow-right .circle {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

#main-stage .main-stage-slider .arrow .circle {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 30px 30px 0 0;
  background-color: #0397FF;
  z-index: 10;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

#main-stage .main-stage-slider .arrow i {
  color: #ffff00;
  position: absolute;
  left: 17px;
  top: -3px;
  font-size: 40px;
}

#main-stage .main-stage-slider .arrow {
  left: -20px;
  top: calc(50% - 20px);
}

#main-stage .main-stage-slider .arrow.arrow-right {
  width: 20px;
  height: 40px;
}

#main-stage .main-stage-slider .arrow .circle {
  width: 40px;
  height: 20px;
  border-radius: 20px 20px 0 0;
}

#main-stage .main-stage-slider .arrow i {
  font-size: 26px;
  left: 12px;
  top: -1px;
}

@media screen and (max-width: 79.9375em) {
  #main-stage .main-stage-slider .arrow {
    display: none !important;
  }
}

#main-stage .main-stage-slider .main-stage-slider--item {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 50px);
}

@media screen and (min-width: 20em) {
  #main-stage .main-stage-slider .main-stage-slider--item {
    height: 540px;
  }
}

#main-stage .main-stage-slider .main-stage-slider--item .slider-item--content {
  position: absolute;
  top: 50px;
  width: 100%;
}

#main-stage .main-stage-slider .main-stage-slider--item .slider-item--content .slider-item--content-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 98%;
  padding: 5px;
  position: relative;
}

@media screen and (min-width: 64em) {
  #main-stage .main-stage-slider .main-stage-slider--item .slider-item--content .slider-item--content-inner {
    padding: 0;
  }
}

@media screen and (min-width: 30em) {
  #main-stage .main-stage-slider .main-stage-slider--item .slider-item--content .slider-item--content-inner {
    max-width: 50%;
    padding: 0;
  }
}

@media screen and (min-width: 30em) {
  #main-stage .main-stage-slider .main-stage-slider--item .slider-item--content {
    top: 50px;
  }
}

#main-stage .scroll-down-icon {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  opacity: 1;
  display: block;
  cursor: pointer;
  animation: fade-in-and-out-and-in 3s 3;
}

#main-stage .scroll-down-icon i {
  vertical-align: middle;
  color: #fff;
}

@media screen and (min-width: 30em) {
  #main-stage .scroll-down-icon {
    display: none;
    opacity: 0;
    animation: none;
  }
}

#main-stage .slick-slide {
  margin-left: 30px;
}

#main-stage .slick-list {
  margin-left: -30px;
}

#main-stage .dot-container {
  position: relative;
}

#main-stage .triangle-wrapper {
  top: 0;
  z-index: 50;
}

#main-stage .triangle-wrapper .triangle {
  border-top: 20px solid #fff;
  border-right: 700px solid transparent;
}

@media screen and (min-width: 48em) {
  #main-stage .triangle-wrapper .triangle {
    border-right: 2000px solid transparent;
  }
}

@media screen and (min-width: 20em) {
  #main-stage .slick-slide {
    height: 540px;
  }
}

@media screen and (min-width: 30em) {
  #main-stage h2 {
    line-height: 72px;
    margin-bottom: 15px;
  }
}

#frontpage-highlight-stage {
  padding: 20px 0 80px 0;
}

#category-slider .category-slider__slide {
  position: relative;
  height: 500px;
  background-position: center center;
  background-size: cover;
}

#category-slider .category-slider__slide .category {
  position: absolute;
  top: 40px;
  left: 20px;
}

@media screen and (max-width: 49.9375em) {
  #category-slider .category-slider__slide .category h2 span {
    font-size: 48px;
    line-height: 72px;
  }
}

#category-slider .category-slider__slide .category-slider__content {
  position: absolute;
  bottom: 40px;
  padding: 0 5px;
  width: 100%;
}

@media screen and (min-width: 64em) {
  #category-slider .category-slider__slide .category-slider__content {
    width: 70%;
    padding: 0 0 0 20px;
  }
}

#category-slider .category-slider__slide .category-slider__content--inner {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  padding: 20px 0;
}

#category-slider .category-slider__slide .category-slider__content--inner .title {
  color: #003c7d;
  margin-bottom: 15px;
}

#category-slider .category-slider__slide .category-slider__content--inner .description {
  margin-bottom: 10px;
}

@media screen and (min-width: 48em) {
  #category-slider .category-slider__slide .category-slider__content--inner .description {
    margin-bottom: 0;
  }
}

#category-slider .category-slider__slide .category-slider__content--inner .link {
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  #category-slider .category-slider__slide .category-slider__content--inner .link {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

#category-slider .category-slider .slick-slide {
  margin-left: 30px;
}

#category-slider .category-slider .slick-list {
  margin-left: -30px;
}

#category-slider .category-slider .arrow {
  z-index: 99999;
  color: #ffff00;
  position: absolute;
  left: -30px;
  top: calc(50% - 30px);
}

#category-slider .category-slider .arrow.arrow-right {
  left: auto;
  right: 0;
  width: 30px;
  height: 60px;
  overflow: hidden;
}

#category-slider .category-slider .arrow.arrow-right .circle {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

#category-slider .category-slider .arrow .circle {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 30px 30px 0 0;
  background-color: #0397FF;
  z-index: 10;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

#category-slider .category-slider .arrow i {
  color: #ffff00;
  position: absolute;
  left: 17px;
  top: -3px;
  font-size: 40px;
}

#category-slider .category-slider .arrow {
  top: calc(33% - 30px);
}

@media screen and (min-width: 48em) {
  #category-slider .category-slider .arrow {
    top: calc(50% - 30px);
  }
}

.page-detail-main .detail-page-wrap .keyvisual {
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 50px);
  position: relative;
  margin-bottom: 80px;
}

.page-detail-main .detail-page-wrap .keyvisual .keyvisual-content {
  position: absolute;
  top: 40%;
  max-width: 780px;
  width: 100%;
}

.page-detail-main .detail-page-wrap .keyvisual h1 {
  font-size: 32px;
  line-height: 56px;
}

@media screen and (min-width: 20em) {
  .page-detail-main .detail-page-wrap .keyvisual {
    height: 460px;
  }
}

@media screen and (min-width: 30em) {
  .page-detail-main .detail-page-wrap .keyvisual {
    margin-bottom: 140px;
  }
  .page-detail-main .detail-page-wrap .keyvisual .keyvisual-content {
    top: 81%;
  }
  .page-detail-main .detail-page-wrap .keyvisual h1 {
    font-size: 38px;
    line-height: 62px;
  }
}

@media screen and (min-width: 48em) {
  .page-detail-main .detail-page-wrap .keyvisual {
    margin-bottom: 170px;
  }
  .page-detail-main .detail-page-wrap .keyvisual h1 {
    font-size: 48px;
    line-height: 72px;
  }
}

.post-detail-pagination {
  padding: 40px 0 0 0;
  margin-top: 20px;
  position: relative;
}

.post-detail-pagination .arrow {
  z-index: 99999;
  color: #ffff00;
  position: absolute;
  left: -30px;
  top: calc(50% - 30px);
}

.post-detail-pagination .arrow.arrow-right {
  left: auto;
  right: 0;
  width: 30px;
  height: 60px;
  overflow: hidden;
}

.post-detail-pagination .arrow.arrow-right .circle {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.post-detail-pagination .arrow .circle {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 30px 30px 0 0;
  background-color: #0397FF;
  z-index: 10;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.post-detail-pagination .arrow i {
  color: #ffff00;
  position: absolute;
  left: 17px;
  top: -3px;
  font-size: 40px;
}

.post-detail-pagination a {
  color: #000;
  display: block;
}

.post-detail-pagination img {
  padding: 0 10px;
}

.post-detail-pagination .post {
  background: linear-gradient(135deg, #fff 25%, #eaf6fe 0, #eaf6fe 50%, #fff 0, #fff 75%, #eaf6fe 0);
  background-size: 6px 6px;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (min-width: 48em) {
  .post-detail-pagination .post {
    height: 100%;
  }
}

.post-detail-pagination .post .columns.small-8 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.post-detail-pagination .post:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .post-detail-pagination .post a {
    position: relative;
    height: 100%;
  }
}

@media screen and (min-width: 48em) {
  .post-detail-pagination .post-outer {
    height: 100%;
  }
}

.post-detail-pagination .prev-post {
  margin-bottom: 0;
}

.post-detail-pagination .prev-post .excerpt {
  padding-left: 25px;
}

.post-detail-pagination .next-post .excerpt {
  padding-right: 25px;
}

.post-detail-pagination:after, .post-detail-pagination:before {
  content: '';
  position: absolute;
  left: 10%;
  top: 0;
  height: 1px;
  width: 80%;
  background-color: #0397FF;
}

.post-detail-pagination:after {
  top: auto;
  bottom: 0;
}

.post-detail-pagination .outer-row {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.post-detail-pagination .columns {
  padding-top: 10px;
  padding-bottom: 10px;
}

.post-detail-pagination .columns:first-child {
  padding-right: 5px;
}

.post-detail-pagination .columns:last-child {
  padding-left: 5px;
}

@media screen and (min-width: 48em) {
  .post-detail-pagination .arrow {
    top: calc(50% - 30px) !important;
  }
  .post-detail-pagination .arrow .circle {
    -ms-transform-origin: center center;
        transform-origin: center center;
  }
  .post-detail-pagination .arrow.arrow-right {
    width: 60px !important;
  }
  .post-detail-pagination .arrow.arrow-left {
    left: -35px !important;
  }
}

.post-detail-pagination.fixed {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 99999;
}

.post-detail-pagination.fixed a {
  color: #3C7EB1;
  font-size: 18px;
}

.post-detail-pagination.fixed:after, .post-detail-pagination.fixed:before {
  content: none;
}

.post-detail-pagination.fixed .post-outer {
  width: 50%;
  float: left;
}

.post-detail-pagination.fixed .post-outer.next {
  float: right;
}

.post-detail-pagination.fixed .post-outer .post {
  height: 60px;
}

.post-detail-pagination.fixed .post-outer .post span {
  position: absolute;
  top: 17px;
  right: 40px;
}

.post-detail-pagination.fixed .post-outer .post .prev-post--header span {
  left: 40px;
  right: auto;
}

@media screen and (min-width: 30em) {
  .post-detail-pagination .post .row {
    min-height: 60px;
  }
}

@media screen and (min-width: 48em) {
  .post-detail-pagination {
    border-top: 1px solid #0397FF;
    border-bottom: 1px solid #0397FF;
    padding: 35px 0 23px 0;
    margin-bottom: 30px;
  }
  .post-detail-pagination.fixed {
    display: none !important;
  }
  .post-detail-pagination:after, .post-detail-pagination:before {
    content: none;
  }
  .post-detail-pagination .prev-post .excerpt {
    padding-left: 40px;
  }
  .post-detail-pagination .prev-post .post-outer {
    padding-left: 30px;
  }
  .post-detail-pagination .next-post .excerpt {
    padding-right: 30px;
  }
  .post-detail-pagination .next-post .post-outer {
    padding-right: 30px;
  }
  .post-detail-pagination .arrow {
    top: -30px;
    left: -55px;
  }
  .post-detail-pagination .arrow.arrow-right {
    overflow: visible;
    right: -35px;
  }
  .post-detail-pagination .arrow .circle {
    border-radius: 50%;
    width: 60px;
    height: 60px;
  }
  .post-detail-pagination .arrow i {
    left: 17px;
    top: 10px;
  }
  .post-detail-pagination .columns.small-8, .post-detail-pagination .columns.small-4 {
    padding: 0;
  }
  .post-detail-pagination .post .columns.small-8 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .post-detail-pagination .outer-row {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .post-detail-pagination .post .row {
    padding: 10px 0;
  }
}

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

.infobox {
  margin-bottom: 20px;
  background: linear-gradient(135deg, #fff 25%, #ECECEC 0, #ECECEC 50%, #fff 0, #fff 75%, #ECECEC 0);
  background-size: 6px 6px;
  padding: 10px 20px 25px 20px;
}

.infobox .button {
  padding: 8px 12px;
  margin-bottom: 7px;
  color: #ffff00;
}

.infobox .post-type {
  padding: 10px 0 0 0;
}

.infobox .horizontal-line-after:after {
  margin: 20px auto 20px auto;
}

.infobox .horizontal-line-before:before {
  margin: 14px auto 15px auto;
}

.infobox .type-info {
  padding-bottom: 4px;
}

.infobox a {
  text-decoration: underline;
}

.infobox a.button {
  text-decoration: none;
}

.infobox .views {
  display: none;
  margin: 20px 0;
  font-size: 18px;
  background-color: #fff;
  padding: 10px;
}

.infobox .views i {
  color: #0397FF;
  font-size: 22px;
  margin-right: 5px;
}

.infobox .date {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  background-color: #fff;
  padding: 10px;
}

.infobox .date i {
  color: #0397FF;
  font-size: 22px;
  margin-right: 5px;
  display: inline-block;
  background-image: url("../img/icon_edit.svg");
  background-size: cover;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.infobox .date p {
  display: inline-block;
  margin-bottom: 0;
}

.detail-page-wrap .content p, .detail-page-wrap .content .caption {
  font-size: 18px;
}

.detail-page-wrap .content .caption {
  padding: 10px 0 20px 0;
}

.detail-page-wrap .content .row-rebrush {
  margin-bottom: 40px;
}

.detail-page-wrap .content h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 0;
}

.detail-page-wrap .content h3 {
  margin-left: 0;
}

.detail-page-wrap .content .column:last-child:not(:first-child), .detail-page-wrap .content .columns:last-child:not(:first-child), .detail-page-wrap .content .columns:last-child:not(:first-child) {
  float: left;
}

@media screen and (min-width: 30em) {
  .detail-page-wrap .content .caption {
    padding: 20px 0 40px 0;
  }
}

@media screen and (min-width: 48em) {
  .upper-introtext {
    min-height: 170px;
  }
}

.related-most-read {
  padding: 0 5px;
  position: relative;
}

.detail-page-wrap .content .related-most-read h3 {
  margin-left: 10px;
}

.detail-page-wrap .content .related-most-read ul li {
  padding: 0;
  margin: 0;
}

.detail-page-wrap .content .related-most-read ul li:before {
  display: none;
}

.related-most-read .tabs {
  border-bottom: 1px solid #0397FF;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  margin-bottom: 20px;
}

.related-most-read .tabs-title {
  background: none;
}

.related-most-read .tabs-title a {
  font-size: 22px;
  color: #000;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-right: 25px;
}

@media (pointer: fine) {
  .related-most-read .tabs-title a:hover {
    background: none;
  }
  .related-most-read .tabs-title a:hover:after {
    content: "";
    border-bottom: 2px solid #0397FF;
    width: 40%;
    height: 3px;
    bottom: -2px;
    left: 42px;
    position: absolute;
  }
}

.related-most-read .tabs-title > a:focus, .related-most-read .tabs-title > a[aria-selected='true'] {
  background: none;
  border-bottom: 2px solid #1F7FB6;
  color: #1F7FB6;
}

.related-most-read .tabs-panel {
  padding: 0;
}

.related-most-read .tabs-content {
  background: inherit;
  border: none;
}

.related-most-read .button-overview {
  margin: 0 0 2rem 0;
  color: #0397FF;
  box-sizing: border-box;
  border: 1px solid #0397FF;
  background: none;
}

.related-most-read .button-overview:hover {
  border: 2px solid #0397FF;
}

.related-most-read .slick-dots {
  bottom: 0;
}

.related-most-read .slick-slide {
  margin-left: 30px;
}

.related-most-read .slick-list {
  margin-left: -30px;
}

@media screen and (min-width: 30em) {
  .related-most-read .slick-slide {
    margin-left: 0;
  }
  .related-most-read .slick-list {
    margin-left: 0;
  }
}

@media screen and (min-width: 30em) {
  .related-most-read .arrow {
    z-index: 99999;
    color: #ffff00;
    position: absolute;
    left: -30px;
    top: calc(50% - 30px);
  }
  .related-most-read .arrow.arrow-right {
    left: auto;
    right: 0;
    width: 30px;
    height: 60px;
    overflow: hidden;
  }
  .related-most-read .arrow.arrow-right .circle {
    -ms-transform: rotate(270deg);
        transform: rotate(270deg);
  }
  .related-most-read .arrow .circle {
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 30px 30px 0 0;
    background-color: #0397FF;
    z-index: 10;
    -ms-transform-origin: bottom center;
        transform-origin: bottom center;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  .related-most-read .arrow i {
    color: #ffff00;
    position: absolute;
    left: 17px;
    top: -3px;
    font-size: 40px;
  }
  .related-most-read .arrow.arrow-right {
    right: 30px;
  }
  .related-most-read .slick-slide > div {
    padding-right: 30px;
  }
}

@media screen and (min-width: 48em) {
  .related-most-read .triangle {
    height: 30px;
    top: -30px;
  }
}

@media screen and (min-width: 84.375em) {
  .related-most-read .arrow {
    left: -105px;
  }
  .related-most-read .arrow.arrow-right {
    right: -45px;
    overflow: visible;
  }
  .related-most-read .arrow .circle {
    border-radius: 50%;
    width: 60px;
    height: 60px;
  }
  .related-most-read .arrow i {
    left: 17px;
    top: 10px;
  }
}

@media screen and (min-width: 84.375em) {
  .related-most-read .slick-slider {
    overflow: visible;
  }
  .related-most-read .arrow.arrow-right {
    right: -45px;
  }
}

.page--category .keyvisual {
  position: relative;
}

@media screen and (min-width: 30em) {
  .page--category .keyvisual {
    height: 540px;
    background-size: cover;
    background-position: center center;
  }
}

@media screen and (max-width: 29.9375em) {
  .page--category .keyvisual {
    background-image: none !important;
  }
}

.page--category .keyvisual .info {
  position: relative;
  background-color: #ffff00;
  padding: 30px 20px 10px 20px;
}

@media screen and (min-width: 30em) {
  .page--category .keyvisual .info {
    max-width: 500px;
    top: 80px;
  }
}

.page--category .keyvisual .info .title {
  position: absolute;
  top: -30px;
  z-index: 200;
}

@media screen and (min-width: 48em) {
  .page--category .keyvisual .info .title {
    top: -45px;
  }
}

.page--category .keyvisual .info .description p {
  font-size: 18px;
  line-height: 25px;
}

.page--category .keyvisual .info .description p strong {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.page--category .keyvisual .info .triangle-wrapper {
  top: -20px;
  z-index: 50;
}

.page--category .keyvisual .info .triangle-wrapper .triangle {
  border-bottom: 20px solid #ffff00;
  border-right: 700px solid transparent;
}

@media screen and (min-width: 48em) {
  .page--category .keyvisual .info .triangle-wrapper .triangle {
    border-right: 800px solid transparent;
  }
}

.page--category .keyvisual .info .triangle-wrapper--bottom {
  top: inherit;
  bottom: -20px;
}

.page--category .keyvisual .info .triangle-wrapper--bottom .triangle {
  border-bottom: inherit;
  border-top: 20px solid #ffff00;
  border-right: 700px solid transparent;
}

@media screen and (min-width: 48em) {
  .page--category .keyvisual .info .triangle-wrapper--bottom .triangle {
    border-right: 800px solid transparent;
  }
}

.page--category .keyvisual {
  margin-top: 60px;
}

.page--category .keyvisual .info {
  background-color: #ffff00;
}

.page--category .keyvisual .info .triangle-wrapper .triangle {
  border-bottom: 20px solid #ffff00;
}

.page--category .keyvisual .info .triangle-wrapper--bottom .triangle {
  border-bottom: 0;
  border-top: 20px solid #ffff00;
}

@media screen and (min-width: 30em) {
  .page--category .keyvisual {
    margin-top: 0;
  }
}

.page--category .background-shade .sort-by {
  margin-top: 0;
}

.page--category .background-shade .yellow-before:before {
  background-color: transparent;
}

.alm-listing {
  height: auto;
}

.small-teasers {
  margin: 100px 0 0 0;
}

.small-teasers--ajax-load-more {
  margin: 0;
}

.page--category .background-shade {
  padding: 30px 0;
  background: linear-gradient(135deg, #fff 25%, #ECECEC 0, #ECECEC 50%, #fff 0, #fff 75%, #ECECEC 0);
  background-size: 6px 6px;
  margin-top: 0;
  height: 180px;
}

.page--category h1 {
  font-size: 48px;
}

.page--category h2 {
  font-family: "TKTypeBold", Arial, sans-serif;
}

@media screen and (min-width: 30em) {
  .page--category .background-shade {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    margin-top: -30px;
  }
  .page--category .sort-by {
    padding-top: 0;
  }
}

.page--overview {
  margin-top: 20px;
}

.page--overview h1 {
  margin-left: 5px;
  display: inline;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 48em) {
  .page--overview h1 {
    top: -30px;
  }
}

.page--overview .search-info {
  background-color: #ffff00;
  padding: 20px 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  margin-top: -10px;
}

.page--overview .search-info .search-info-text {
  padding: 10px 5px 2px 5px;
}

.page--overview .search-info .search-for {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}

.page--overview .search-info .search-count {
  font-size: 12px;
  line-height: 21px;
}

.page--overview .search-info:before {
  -ms-transform: skewY(2deg);
      transform: skewY(2deg);
  content: " ";
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #ffff00;
  top: -8px;
  z-index: -1;
}

.page--overview .search-info:after {
  -ms-transform: skewY(-2deg);
      transform: skewY(-2deg);
  content: " ";
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #ffff00;
  bottom: -8px;
}

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

.page--overview .horizontal-line-after:after {
  display: none;
}

.page--overview .sliders-headline {
  margin-top: -100px;
}

.page--overview .sliders-headline span {
  box-shadow: 0 0 0 #0397FF, -10px 0 0 #0397FF;
  background-color: #0397FF;
}

.page--overview .background-shade {
  background: linear-gradient(135deg, #fff 25%, #ECECEC 0, #ECECEC 50%, #fff 0, #fff 75%, #ECECEC 0);
  background-size: 6px 6px;
}

.page--overview .background-shade .sort-by, .page--overview .background-shade .filter-by {
  padding-left: 20px;
}

.page--overview .sort-by-wrap {
  padding-left: 0;
  padding-right: 0;
}

.page--overview .filter-by-slider a.ajax-filter {
  min-width: 130px;
}

@media screen and (min-width: 48em) {
  .page--overview {
    margin-top: 100px;
  }
  .page--overview .background-shade .sort-by, .page--overview .background-shade .filter-by {
    padding-left: 10px;
  }
  .page--overview .background-yellow {
    background-color: #ffff00;
    width: 100%;
  }
  .page--overview .search-info {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .page--overview .search-info .column, .page--overview .search-info .columns {
    padding: 0;
  }
  .page--overview .search-info .search-for {
    margin-bottom: 10px;
  }
  .page--overview .search-info:before {
    -ms-transform: skewY(1deg);
        transform: skewY(1deg);
    content: " ";
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #ffff00;
    top: -10px;
    z-index: -1;
  }
  .page--overview .search-info:after {
    -ms-transform: skewY(1deg);
        transform: skewY(1deg);
    content: " ";
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #ffff00;
    bottom: -10px;
  }
}

.page--overview .keyvisual {
  position: relative;
}

@media screen and (min-width: 30em) {
  .page--overview .keyvisual {
    height: 540px;
    background-size: cover;
    background-position: center center;
  }
}

@media screen and (max-width: 29.9375em) {
  .page--overview .keyvisual {
    background-image: none !important;
  }
}

.page--overview .keyvisual .info {
  position: relative;
  background-color: #ffff00;
  padding: 30px 20px 10px 20px;
}

@media screen and (min-width: 30em) {
  .page--overview .keyvisual .info {
    max-width: 500px;
    top: 80px;
  }
}

.page--overview .keyvisual .info .title {
  position: absolute;
  top: -30px;
  z-index: 200;
}

@media screen and (min-width: 48em) {
  .page--overview .keyvisual .info .title {
    top: -45px;
  }
}

.page--overview .keyvisual .info .description p {
  font-size: 18px;
  line-height: 25px;
}

.page--overview .keyvisual .info .description p strong {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.page--overview .keyvisual .info .triangle-wrapper {
  top: -20px;
  z-index: 50;
}

.page--overview .keyvisual .info .triangle-wrapper .triangle {
  border-bottom: 20px solid #ffff00;
  border-right: 700px solid transparent;
}

@media screen and (min-width: 48em) {
  .page--overview .keyvisual .info .triangle-wrapper .triangle {
    border-right: 800px solid transparent;
  }
}

.page--overview .keyvisual .info .triangle-wrapper--bottom {
  top: inherit;
  bottom: -20px;
}

.page--overview .keyvisual .info .triangle-wrapper--bottom .triangle {
  border-bottom: inherit;
  border-top: 20px solid #ffff00;
  border-right: 700px solid transparent;
}

@media screen and (min-width: 48em) {
  .page--overview .keyvisual .info .triangle-wrapper--bottom .triangle {
    border-right: 800px solid transparent;
  }
}

.page--overview .keyvisual {
  margin-top: 60px;
}

.page--overview .keyvisual .info {
  background-color: #93C626;
}

.page--overview .keyvisual .info .triangle-wrapper .triangle {
  border-bottom: 20px solid #93C626;
}

.page--overview .keyvisual .info .triangle-wrapper--bottom .triangle {
  border-bottom: none;
  border-top: 20px solid #93C626;
}

@media screen and (min-width: 30em) {
  .page--overview .keyvisual {
    margin-top: 0;
  }
}

.page--overview .background-shade .sort-by {
  margin-top: 0;
}

.page--overview .background-shade .yellow-before:before {
  background-color: transparent;
}

.page--overview .slider-section {
  background: linear-gradient(135deg, #fff 25%, #eaf6fe 0, #eaf6fe 50%, #fff 0, #fff 75%, #eaf6fe 0);
  background-size: 6px 6px;
  padding: 50px 5px 25px 5px;
}

.page--overview .slider-section .slick-slider .slick-dots {
  bottom: -5px;
}

.page--overview .slider-section .slick-slider .teaser-card {
  margin-bottom: 20px;
}

@media screen and (min-width: 30em) {
  .page--overview .slider-section .arrow {
    z-index: 99999;
    color: #ffff00;
    position: absolute;
    left: -30px;
    top: calc(50% - 30px);
  }
  .page--overview .slider-section .arrow.arrow-right {
    left: auto;
    right: 0;
    width: 30px;
    height: 60px;
    overflow: hidden;
  }
  .page--overview .slider-section .arrow.arrow-right .circle {
    -ms-transform: rotate(270deg);
        transform: rotate(270deg);
  }
  .page--overview .slider-section .arrow .circle {
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 30px 30px 0 0;
    background-color: #0397FF;
    z-index: 10;
    -ms-transform-origin: bottom center;
        transform-origin: bottom center;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  .page--overview .slider-section .arrow i {
    color: #ffff00;
    position: absolute;
    left: 17px;
    top: -3px;
    font-size: 40px;
  }
  .page--overview .slider-section .arrow.arrow-right {
    right: 30px;
  }
  .page--overview .slider-section .slick-slide > div {
    padding-right: 30px;
  }
}

@media screen and (min-width: 48em) {
  .page--overview .slider-section .slick-slider {
    overflow: visible;
  }
  .page--overview .slider-section .slick-slider .slick-dots {
    bottom: -25px;
  }
  .page--overview .slider-section .slick-slider .teaser-card {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 84.375em) {
  .page--overview .slider-section .arrow {
    left: -105px;
  }
  .page--overview .slider-section .arrow.arrow-right {
    right: -45px;
    overflow: visible;
  }
  .page--overview .slider-section .arrow .circle {
    border-radius: 50%;
    width: 60px;
    height: 60px;
  }
  .page--overview .slider-section .arrow i {
    left: 17px;
    top: 10px;
  }
}

@media screen and (min-width: 84.375em) {
  .page--overview .slider-section .arrow.arrow-right {
    right: -75px;
  }
}

.page--overview .slick-slide {
  margin-left: 30px;
}

.page--overview .slick-list {
  margin-left: -30px;
}

@media screen and (min-width: 30em) {
  .page--overview .slick-slide {
    margin-left: 0;
  }
  .page--overview .slick-list {
    margin-left: 0;
  }
}

.category-teaser--background {
  height: 550px;
  padding: 10px;
  position: relative;
}

.category-teaser--background .content {
  width: calc(100% - 20px);
  position: absolute;
  bottom: 10px;
  padding: 20px 10px 10px 10px;
  background-color: #fff;
}

.category-teaser--background .content .title-wrapper {
  position: relative;
}

.category-teaser--background .content .title-wrapper .title {
  position: absolute;
  top: -90px;
  left: -10px;
}

.search-page {
  margin-top: 20px;
}

.search-page h1 {
  margin-left: 15px;
  display: inline;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 48em) {
  .search-page h1 {
    top: -30px;
  }
}

.search-page .search-info {
  background-color: #ffff00;
  padding: 20px 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  margin-top: -10px;
}

.search-page .search-info .search-info-text {
  padding: 10px 5px 2px 5px;
}

.search-page .search-info .search-for {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  font-family: "TKTypeBold", Arial, sans-serif;
}

.search-page .search-info .search-count {
  font-size: 14px;
  line-height: 21px;
}

.search-page .search-info:before {
  -ms-transform: skewY(2deg);
      transform: skewY(2deg);
  content: " ";
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #ffff00;
  top: -8px;
  z-index: -1;
}

.search-page .search-info:after {
  -ms-transform: skewY(-2deg);
      transform: skewY(-2deg);
  content: " ";
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #ffff00;
  bottom: -8px;
}

.search-page .teaser-card {
  padding: 0 5px;
  background: none;
}

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

.search-page .horizontal-line-after:after {
  display: none;
}

.search-page .sort-by {
  padding-top: 60px;
}

.search-page .sort-by h2 {
  font-family: "TKTypeBold", Arial, sans-serif;
}

.search-page .filter-by h2 {
  font-family: "TKTypeBold", Arial, sans-serif;
  margin-left: 0px;
}

.search-page .background-shade {
  margin-bottom: 80px;
  background: linear-gradient(135deg, #fff 25%, #ECECEC 0, #ECECEC 50%, #fff 0, #fff 75%, #ECECEC 0);
  background-size: 6px 6px;
}

.search-page .background-shade > .row.large-background-shade > .column.small-12, .search-page .background-shade > .row.large-background-shade > .small-12.columns {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 48em) {
  .search-page {
    margin-top: 100px;
  }
  .search-page .background-yellow {
    background-color: #ffff00;
    width: 100%;
  }
  .search-page .search-info {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .search-page .search-info .column, .search-page .search-info .columns {
    padding: 0;
  }
  .search-page .search-info .search-for {
    margin-bottom: 10px;
  }
  .search-page .search-info:before {
    -ms-transform: skewY(1deg);
        transform: skewY(1deg);
    content: " ";
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #ffff00;
    top: -10px;
    z-index: -1;
  }
  .search-page .search-info:after {
    display: none;
    -ms-transform: skewY(1deg);
        transform: skewY(1deg);
    content: " ";
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #ffff00;
    bottom: -10px;
  }
}

@media screen and (min-width: 64em) {
  .search-page .search-info:after {
    display: none;
  }
  .search-page .filter-by {
    margin-top: -20px;
    min-height: 220px;
    position: absolute;
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 100%);
  }
  .search-page .sort-by {
    min-height: 230px;
  }
}

@media only screen and (min-width: 87.5em) {
  .search-page .filter-by {
    width: 65%;
  }
  .search-page .filter-by-text {
    max-width: 900px;
  }
}

.page--default {
  margin-top: 10px;
}

.page--default h1 {
  line-height: 50px;
}

@media screen and (min-width: 30em) {
  .page--default h1 {
    line-height: 56px;
  }
}

@media screen and (min-width: 48em) {
  .page--default h1 {
    line-height: 72px;
  }
}

.unsubscribe-text {
  background: linear-gradient(135deg, #ffffff 25%, #C3CDD2 0, #C3CDD2 50%, #ffffff 0, #ffffff 75%, #C3CDD2 0);
  background-size: 6px 6px;
  padding: 30px 20px;
}

.unsubscribe-text .wrapper {
  background-color: transparent;
}

.unsubscribe-text .wrapper.email #field_1 {
  background-color: transparent !important;
  color: #000000;
  font-size: 16px;
  border: 0 !important;
}

.unsubscribe-text button {
  display: inline;
  background-color: transparent;
  border: 1px solid #0397ff;
  color: #0397ff;
}

.unsubscribe-text button:hover {
  display: inline;
  background-color: #ffffff;
}

.teaser-about-us {
  position: relative;
  text-align: center;
}

.teaser-about-us .background {
  width: 100%;
}

.teaser-about-us h4 {
  position: absolute;
  bottom: 50px;
  left: 15px;
  text-align: left;
  margin-left: 5px;
  line-height: 35px;
}

.teaser-about-us h4 > span {
  box-shadow: 0 0 0 #000, -10px 0 0 #000;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #000;
  color: #fff;
  padding: 0.2em 0.2em 0.2em 0;
}

@media screen and (min-width: 64em) {
  .teaser-about-us h4 {
    bottom: 65px;
  }
}

.teaser-about-us .link {
  text-decoration: underline;
}

.teaser-facebook {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 500px;
}

.teaser-facebook > .triangle-wrapper {
  top: 0;
}

.teaser-facebook > .triangle-wrapper .triangle {
  border-top: 20px solid #fff;
  border-left: 700px solid transparent;
}

@media screen and (min-width: 30em) {
  .teaser-facebook > .triangle-wrapper .triangle {
    border-right: 400px solid transparent;
  }
}

.teaser-facebook h3 {
  position: absolute;
  top: -30px;
  left: 5px;
}

.teaser-facebook .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px 20px 10px;
}

.teaser-facebook .content .content--inner {
  position: relative;
  background-color: #fff;
  padding: 20px 20px 0 20px;
}

.teaser-facebook .content .content--inner .facebook-link-wrapper {
  margin-bottom: 20px;
}

.teaser-facebook .content .content--inner .facebook-link-wrapper i {
  font-size: 30px;
  color: #003c7d;
  margin-right: 5px;
}

.teaser-facebook .content .content--inner .facebook-link-wrapper .link-facebook {
  font-family: "TKTypeBold", Arial, sans-serif;
  color: #1F7FB6;
  font-size: 22px;
  line-height: 30px;
}

.teaser-facebook .content .content--inner p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 30px;
}

.teaser-facebook .content .content--inner .triangle-wrapper {
  top: -20px;
}

.teaser-facebook .content .content--inner .triangle-wrapper .triangle {
  border-bottom: 20px solid #fff;
  border-left: 700px solid transparent;
}

@media screen and (min-width: 48em) {
  .teaser-facebook .content .content--inner .triangle-wrapper .triangle {
    border-left: 400px solid transparent;
  }
}

.gallery-adaptive .row .large .caption {
  padding-bottom: 12px;
}

.gallery-adaptive .row .small {
  position: relative;
  cursor: pointer;
}

.gallery-adaptive .row .small img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 70px;
  width: 100%;
}

@media screen and (min-width: 20em) {
  .gallery-adaptive .row .small img {
    max-height: 85px;
  }
}

@media screen and (min-width: 30em) {
  .gallery-adaptive .row .small img {
    max-height: 135px;
  }
}

@media screen and (min-width: 48em) {
  .gallery-adaptive .row .small img {
    max-height: 95%;
  }
}

.gallery-adaptive .row .small .caption {
  display: none;
}

@media screen and (min-width: 48em) {
  .gallery-adaptive .row .small:last-child img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.gallery-adaptive .row .small .enlarge-icon {
  background-image: url(../img/icons/icon_zoom.svg);
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  margin-left: -40px;
  z-index: 9999;
  opacity: 0;
  animation: fade-in-and-out 3s 3 1.5s;
  pointer-events: none;
}

.gallery-adaptive .row .small:nth-child(3) {
  padding-left: 0.4rem;
}

.gallery-adaptive .row .small:nth-child(2) {
  padding-right: 0.4rem;
}

@media screen and (min-width: 48em) {
  .gallery-adaptive .row .small.column, .gallery-adaptive .row .small.columns {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 30em) {
  .gallery-adaptive .row .large .caption {
    padding-bottom: 20px;
  }
}

.divider-rebrush {
  width: 80%;
  border-bottom: 1px solid #0397FF;
  margin: 35px auto;
}

.quote-rebrush {
  font-size: 22px;
  line-height: 35px;
  background-color: red;
  padding: 50px 20px;
  text-align: center;
}

.quote-rebrush.stripes {
  background: linear-gradient(135deg, #fff 25%, #eaf6fe 0, #eaf6fe 50%, #fff 0, #fff 75%, #eaf6fe 0);
  background-size: 6px 6px;
}

.quote-rebrush.grey {
  background-color: #D8D8D8;
}

.quote-rebrush .divider {
  border-bottom: 4px solid #fff;
  width: 60%;
  margin: 15px  auto 25px auto;
}

@media screen and (min-width: 64em) {
  .quote-rebrush .divider {
    width: 20%;
  }
}

.quote-rebrush .author {
  font-size: 18px;
  line-height: 18px;
  width: 70%;
  margin: auto;
}

@media screen and (min-width: 64em) {
  .quote-rebrush .author {
    font-size: 18px;
    line-height: 25px;
    width: 30%;
  }
}

@media screen and (min-width: 64em) {
  .quote-rebrush {
    font-size: 48px;
    line-height: 74px;
  }
}

.detail-page-wrap .content ul, .detail-page-wrap .content ol {
  list-style: none;
}

.detail-page-wrap .content ol li {
  font-size: 18px;
  position: relative;
  counter-increment: item;
  margin-bottom: 5px;
  padding-left: 10px;
}

.detail-page-wrap .content ol li:before {
  content: counter(item);
  background: #0397FF;
  border-radius: 100%;
  position: absolute;
  left: -21px;
  font-size: 11px;
  padding-top: 2px;
  top: 2px;
  color: #fff;
  width: 19px;
  height: 19px;
  text-align: center;
  display: inline-block;
}

.detail-page-wrap .content ul:not(.accordion) li {
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 10px;
}

.detail-page-wrap .content ul:not(.accordion) li:before {
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #0397FF;
  position: absolute;
  left: -10px;
  top: 8px;
}

.gallery-carousel-master .slides, .gallery-carousel .slides {
  height: 450px;
}

.gallery-carousel-master .slides .arrow, .gallery-carousel .slides .arrow {
  z-index: 99999;
  color: #ffff00;
  position: absolute;
  left: -30px;
  top: calc(50% - 30px);
}

.gallery-carousel-master .slides .arrow.arrow-right, .gallery-carousel .slides .arrow.arrow-right {
  left: auto;
  right: 0;
  width: 30px;
  height: 60px;
  overflow: hidden;
}

.gallery-carousel-master .slides .arrow.arrow-right .circle, .gallery-carousel .slides .arrow.arrow-right .circle {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.gallery-carousel-master .slides .arrow .circle, .gallery-carousel .slides .arrow .circle {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 30px 30px 0 0;
  background-color: #0397FF;
  z-index: 10;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.gallery-carousel-master .slides .arrow i, .gallery-carousel .slides .arrow i {
  color: #ffff00;
  position: absolute;
  left: 17px;
  top: -3px;
  font-size: 40px;
}

.gallery-carousel-master .slides .slick-list, .gallery-carousel .slides .slick-list {
  height: 100%;
}

.gallery-carousel-master .slides .slick-list div, .gallery-carousel .slides .slick-list div {
  height: 100%;
}

.gallery-carousel-master .slides .slick-list img, .gallery-carousel .slides .slick-list img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 30em) {
  .gallery-carousel-master .slides .slick-list .slick-slide, .gallery-carousel .slides .slick-list .slick-slide {
    opacity: 0.2;
    transition: opacity 1s;
  }
  .gallery-carousel-master .slides .slick-list .slick-slide.slick-center, .gallery-carousel .slides .slick-list .slick-slide.slick-center {
    opacity: 1;
  }
}

.gallery-carousel-master .slides .slick-arrow, .gallery-carousel .slides .slick-arrow {
  opacity: 0;
  transition: opacity 1s;
}

.gallery-carousel-master .slides.slick-slider:hover .slick-arrow, .gallery-carousel .slides.slick-slider:hover .slick-arrow {
  opacity: 1;
}

.gallery-carousel .slides {
  height: 600px;
}

.gallery-carousel .slick-dots {
  bottom: 5px;
}

.gallery-carousel .slick-dots li {
  font-size: 100%;
  margin: 0 5px;
  padding: 0;
}

.gallery-carousel .slick-dots li:before {
  display: none;
}

.gallery-carousel .slick-dots li button:before {
  color: #fff;
  font-size: 10px;
  opacity: 1;
}

.gallery-carousel .slick-dots li.slick-active button:before {
  color: #0397FF;
}

.gallery-carousel .slick-active {
  position: relative;
}

.gallery-carousel .slick-active:before {
  content: " ";
  background-image: url(../img/icons/icon_swipe.svg);
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  top: calc(50% - 40px);
  left: 50%;
  margin-left: -40px;
  z-index: 9999;
  opacity: 0;
  animation: fade-in-and-out 3s 3 1.5s;
  pointer-events: none;
}

@media screen and (min-width: 30em) {
  .gallery-carousel .slick-active:before {
    display: none;
  }
  .gallery-carousel .slick-center {
    position: relative;
  }
  .gallery-carousel .slick-center:before {
    content: " ";
    background-image: url(../img/icons/icon_swipe.svg);
    width: 80px;
    height: 80px;
    position: absolute;
    display: block;
    top: calc(50% - 40px);
    left: 50%;
    margin-left: -40px;
    z-index: 9999;
    opacity: 0;
    animation: fade-in-and-out 3s 3 1.5s;
    pointer-events: none;
  }
}

.newsletter-box {
  font-size: 22px;
  background-color: #7EB3DC;
  padding: 50px 10px 10px 5px;
  position: relative;
  height: 500px;
}

.newsletter-box > .triangle-wrapper {
  top: 0;
}

.newsletter-box > .triangle-wrapper .triangle {
  border-top: 20px solid #fff;
  border-right: 700px solid transparent;
}

@media screen and (min-width: 30em) {
  .newsletter-box > .triangle-wrapper .triangle {
    border-right: 400px solid transparent;
  }
}

.newsletter-box h3 {
  position: absolute;
  top: -30px;
  left: 5px;
}

.newsletter-box .flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.newsletter-box .flex-container .content {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff 25%, #C3CDD2 0, #C3CDD2 50%, #fff 0, #fff 75%, #C3CDD2 0);
  background-size: 6px 6px;
}

.newsletter-box .flex-container .content i {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 23px;
  color: #0397FF;
}

.newsletter-box .flex-container .content .content--inner {
  padding: 40px 40px 20px 20px;
}

.newsletter-box .flex-container .content .content--inner div {
  display: inline;
}

.newsletter-box .flex-container .content .content--inner .newsletter-form-container form .element {
  display: inline;
}

.newsletter-box .flex-container .content .content--inner .newsletter-form-container form input {
  display: inline;
  border: none;
  text-align: center;
  width: 100px;
  height: 25px;
  margin-bottom: 0;
}

.newsletter-box .flex-container .content .content--inner .newsletter-form-container form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0397FF;
  text-decoration: underline;
}

.newsletter-box .flex-container .content .content--inner .newsletter-form-container form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #0397FF;
  text-decoration: underline;
}

.newsletter-box .flex-container .content .content--inner .newsletter-form-container form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #0397FF;
  text-decoration: underline;
}

.newsletter-box .flex-container .content .content--inner .newsletter-form-container form input:-moz-placeholder {
  /* Firefox 18- */
  color: #0397FF;
  text-decoration: underline;
}

.newsletter-box .flex-container .content .content--inner .newsletter-form-container form button {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.newsletter-box .flex-container .text {
  padding: 10px 0 0 0;
  color: #fff;
  line-height: 1.1em;
  font-size: 16px;
}

.ppi-module-youtube {
  margin-bottom: 15px;
}

.ppi-module-youtube .play-video {
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
  cursor: pointer;
}

.ppi-module-youtube .auto-resizable-iframe {
  position: relative;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.ppi-module-youtube .auto-resizable-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ppi-module-youtube .auto-resizable-iframe.youtube-padding-bottom {
  padding-bottom: 56.25%;
}

.old-module h1 {
  font-size: 26px;
  line-height: 26px;
}

.old-module h2, .old-module .headline-content {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 0;
}

.old-module p {
  font-size: 18px;
  line-height: 26px;
}

.old-module img {
  margin-bottom: 15px;
}

.old-module .headline-content {
  margin-bottom: 15px;
}

.old-module .arrow {
  z-index: 99999;
  color: #ffff00;
  position: absolute;
  left: -30px;
  top: calc(50% - 30px);
}

.old-module .arrow.arrow-right {
  left: auto;
  right: 0;
  width: 30px;
  height: 60px;
  overflow: hidden;
}

.old-module .arrow.arrow-right .circle {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.old-module .arrow .circle {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 30px 30px 0 0;
  background-color: #0397FF;
  z-index: 10;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.old-module .arrow i {
  color: #ffff00;
  position: absolute;
  left: 17px;
  top: -3px;
  font-size: 40px;
}

.animation-module-old iframe {
  max-width: 100%;
}

.accordion {
  border: none;
}

.accordion .accordion-title {
  font-size: 18px;
  background: #D8D8D8;
  color: #000;
  border: none;
  margin-bottom: 5px;
}

.accordion .accordion-content {
  border: none;
}

.related-content .image-container {
  position: relative;
}

.related-content .image-container .label {
  position: absolute;
  left: 10px;
  top: 10px;
}

.related-content .image-container .headline-container {
  position: absolute;
  bottom: 30px;
  left: 10px;
  color: #fff;
  background-color: #000;
  height: 35px;
  padding: 5px;
}

.module-youtube .image-element {
  position: relative;
}

.module-youtube .image-element .play-video {
  position: absolute;
  top: 38%;
  left: 45%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: #ffff00;
  background-color: #0397FF;
}

.module-youtube .image-element .play-video i {
  position: absolute;
  font-size: 35px;
  top: 18px;
  left: 26px;
}

.quote-element .quote-headline {
  font-family: "TKTypeMedium", Arial, sans-serif;
  display: block;
  font-size: 2em;
  margin: 0.67em 0;
}

.quote-element {
  background: url("../img/pattern-1.png");
  padding: 40px 40px !important;
  margin: 20px 0;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 640px) {
  .quote-element .quote-headline {
    font-size: 1.3em;
    line-height: 1.4em;
  }
}

@media screen and (min-width: 30em) {
  .fade-in-and-up, .row-rebrush, section, .detail-page-info-row, .old-module {
    opacity: 0;
    position: relative;
    -ms-transform: translateY(20px);
        transform: translateY(20px);
  }
  .fade-in-and-up.main-navigation-section, .row-rebrush.main-navigation-section, section.main-navigation-section, .detail-page-info-row.main-navigation-section, .old-module.main-navigation-section {
    opacity: 1;
    -ms-transform: none;
        transform: none;
  }
}

#main-stage {
  opacity: 1;
  -ms-transform: none;
      transform: none;
}

@media screen and (min-width: 30em) {
  #main-stage .main-stage-slider .main-stage-slider--item {
    background-position-y: 7px;
    opacity: 0;
  }
}

.faded-in-and-up {
  animation: FADE-IN-AND-UP 0.5s;
  animation-timing-function: ease-in;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.faded-background-in-and-up {
  animation: FADE-BACKGROUND-IN-AND-UP 1s;
  animation-timing-function: linear;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@keyframes FADE-IN-AND-UP {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes FADE-BACKGROUND-IN-AND-UP {
  0% {
    opacity: 0;
    background-position-y: 7px;
  }
  100% {
    opacity: 1;
    background-position-y: -13px;
  }
}

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