@import url(../fonts/foundation-icons.css);

body {
  background-color: black;
}

/**
 * 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&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

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

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

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

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

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

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

.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;
  flex-basis: 0;
  order: 1;
}

.row::after {
  clear: both;
}

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {

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

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

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

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

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

.small-1 {
  width: 8.33333%;
}

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.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: 64em) {
  .large-1 {
    width: 8.33333%;
  }

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

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

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

  .large-2 {
    width: 16.66667%;
  }

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

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

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

  .large-3 {
    width: 25%;
  }

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

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

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

  .large-4 {
    width: 33.33333%;
  }

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

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

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

  .large-5 {
    width: 41.66667%;
  }

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

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

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

  .large-6 {
    width: 50%;
  }

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

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

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

  .large-7 {
    width: 58.33333%;
  }

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

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

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

  .large-8 {
    width: 66.66667%;
  }

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

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

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

  .large-9 {
    width: 75%;
  }

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

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

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

  .large-10 {
    width: 83.33333%;
  }

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

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

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

  .large-11 {
    width: 91.66667%;
  }

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

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

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

  .large-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-collapse .row {
    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;
  }
}

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: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}

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

a:hover,
a:focus {
  color: #1585cf;
}

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: 40em) {
  .medium-text-left {
    text-align: left;
  }

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

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

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

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

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

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

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

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

.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: #2199e8;
  color: #fefefe;
}

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

.button:hover,
.button:focus {
  background-color: #1583cc;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #147cc0;
  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 #2199e8;
  color: #2199e8;
}

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

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

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

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

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

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

.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: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

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

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

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

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

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

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

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

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

.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: #2199e8;
  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;
}

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

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: 40em) {
  .reveal {
    min-height: 0;
  }
}

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

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

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

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

.reveal.collapse {
  padding: 0;
}

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

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

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

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

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (orientation: landscape) {

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

@media screen and (orientation: portrait) {

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

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

@media screen and (orientation: landscape) {

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

@media screen and (orientation: portrait) {

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

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

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

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

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

.clearfix::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.small {
  order: 1;
}

.small {
  order: 2;
}

.small {
  order: 3;
}

.small {
  order: 4;
}

.small {
  order: 5;
}

.small {
  order: 6;
}

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

  .medium {
    order: 2;
  }

  .medium {
    order: 3;
  }

  .medium {
    order: 4;
  }

  .medium {
    order: 5;
  }

  .medium {
    order: 6;
  }
}

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

  .large {
    order: 2;
  }

  .large {
    order: 3;
  }

  .large {
    order: 4;
  }

  .large {
    order: 5;
  }

  .large {
    order: 6;
  }
}

body,
html,
table {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 12px;
  background: #fff;
}

.button {
  text-transform: uppercase;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  padding: 8px;
  margin-top: 10px;
}

.stripe {
  height: 12px;
  background-image: linear-gradient(45deg, #bbb 25%, transparent 25%, transparent 50%, #bbb 50%, #bbb 75%, transparent 75%, transparent);
  background-size: 4px 4px;
  width: 100%;
  text-indent: -9999px;
}

.wpcf7 label {
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  color: red;
}

.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  line-height: 1.5em;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 1em;
  color: red;
}

.wpcf7-mail-sent-ok {
  color: green;
}

.download-img {
  float: left;
  margin: 0 1em 1em 0;
  width: 250px;
}

.sitemap {
  padding: 20px 20px 0px 20px;
}

.sitemap ul {
  margin-left: 0;
  padding: 0;
}

.sitemap ul ul ul {
  padding: 0px 10px;
}

.sitemap li {
  list-style-type: none;
}

.sitemap a {
  font-weight: bold;
}

.sitemap .page_item {
  margin-top: 1.5em;
}

.sitemap .children {
  list-style-type: none;
}

.sitemap .children .page_item {
  margin-top: 0em;
}

.sitemap .children .page_item_has_children {
  margin-top: 0em;
}

.sitemap .children a {
  font-weight: normal;
}

.editions {
  padding: 20px 0px 0px 0px;
}

.edition {
  margin-bottom: 1em;
}

.editions h2 {
  font-size: 30px;
  font-weight: normal;
  font-family: 'bebas_neuebook';
  line-height: 1em;
  margin-bottom: 0.5em;
}

.editions img {
  height: 200px;
  max-width: none !important;
}

.item-feat-img-magazine {
  height: 200px;
  max-width: none !important;
}

article table {
  margin: 0px 0px 1.5em 0px;
  text-align: left;
  border: 1px solid #662380;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  display: block;
}

article table th {
  font-weight: bold;
  padding: 10px;
  background-color: #53a2da;
  color: #fff;
}

article table td {
  padding: 10px;
  text-align: left;
}

article table tr:nth-child(odd) {
  background-color: #eee;
}

article h1 {
  font-family: 'bebas_neuebold';
  font-weight: bold;
  margin: 0;
  padding-bottom: 0;
  font-size: 28px;
}

article h2 {
  font-family: 'bebas_neuebook';
  line-height: 1em;
  font-size: 24px;
  display: inline-block;
  padding-right: 10px;
  font-weight: normal;
  padding-bottom: 0;
}

article h2 b {
  font-family: 'bebas_neuebold';
}

article h3 {
  font-family: 'bebas_neuebook';
  margin: 0;
  padding-bottom: 0;
}

article h4 {
  font-size: 16px;
  font-weight: bold;
}

.pagebreak {
  margin: 0em 0 1em 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-result {
  margin: 20px 0;
}

.search-result h2 {
  margin: 20px 0;
}

@media screen and (min-width: 76.25em) {
  body {
    font-size: 16px;
  }

  header {
    margin-bottom: 40px;
  }

  .page-template-template-home header h1 {
    bottom: 100px;
  }

  .stripe {
    height: 16px;
  }

  .stripe::before {
    content: '';
    background: url("../img/hoek.png") repeat-x;
    height: 16px;
    width: 15px;
    background-color: transparent;
    display: block;
    float: left;
  }

  .stripe::after {
    content: '';
    background: url("../img/hoek2.png") repeat-x;
    height: 16px;
    width: 15px;
    background-color: transparent;
    display: block;
    float: right;
  }

  .shortcode {
    margin-bottom: 15px;
  }

  .editions {
    padding: 20px 100px 0px 0px;
  }

  article>* {
    padding-right: 100px;
    padding-left: 20px;
    padding-bottom: 1em;
  }

  article table {
    margin: 0 20px;
    width: auto;
    overflow: visible;
    display: table;
    margin-bottom: 2em;
  }

  article ol,
  article ul {
    padding-bottom: 0;
  }

  article>.stripe {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0em;
  }

  article h1 {
    font-size: 52px;
    font-family: 'bebas_neuebold';
    font-weight: bold;
    margin: 0;
    padding-bottom: 0;
  }

  article h2 {
    font-family: 'bebas_neuebook';
    line-height: 1em;
    font-size: 40px;
    display: inline-block;
    padding-right: 10px;
    font-weight: normal;
    padding-bottom: 0;
  }

  article h2 b {
    font-family: 'bebas_neuebold';
  }

  article h3 {
    font-family: 'bebas_neuebook';
    margin: 0;
    padding-bottom: 0;
  }

  article h4 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 1em;
  }

  article img {
    width: 100%;
    margin: 0;
  }

  .pagebreak {
    margin-top: -1em;
  }

  .button {
    font-size: 14px;
    padding: 12px;
  }

  .wecare {
    background-color: #fff;
    padding: 15px;
  }

  .wecare img {
    width: auto;
  }
}

@font-face {
  font-family: 'bebas_neuethin';
  src: url("../fonts/bebasneue_thin-webfont.eot");
  src: url("../fonts/bebasneue_thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_thin-webfont.woff2") format("woff2"), url("../fonts/bebasneue_thin-webfont.woff") format("woff"), url("../fonts/bebasneue_thin-webfont.ttf") format("truetype"), url("../fonts/bebasneue_thin-webfont.svg#bebas_neuethin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas_neuebold';
  src: url("../fonts/bebasneuebold-webfont.eot");
  src: url("../fonts/bebasneuebold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneuebold-webfont.woff2") format("woff2"), url("../fonts/bebasneuebold-webfont.woff") format("woff"), url("../fonts/bebasneuebold-webfont.ttf") format("truetype"), url("../fonts/bebasneuebold-webfont.svg#bebas_neuebold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas_neuebook';
  src: url("../fonts/bebasneuebook-webfont.eot");
  src: url("../fonts/bebasneuebook-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneuebook-webfont.woff2") format("woff2"), url("../fonts/bebasneuebook-webfont.woff") format("woff"), url("../fonts/bebasneuebook-webfont.ttf") format("truetype"), url("../fonts/bebasneuebook-webfont.svg#bebas_neuebook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas_neuelight';
  src: url("../fonts/bebasneuelight-webfont.eot");
  src: url("../fonts/bebasneuelight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneuelight-webfont.woff2") format("woff2"), url("../fonts/bebasneuelight-webfont.woff") format("woff"), url("../fonts/bebasneuelight-webfont.ttf") format("truetype"), url("../fonts/bebasneuelight-webfont.svg#bebas_neuelight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas_neue_regularregular';
  src: url("../fonts/bebasneueregular-webfont.eot");
  src: url("../fonts/bebasneueregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneueregular-webfont.woff2") format("woff2"), url("../fonts/bebasneueregular-webfont.woff") format("woff"), url("../fonts/bebasneueregular-webfont.ttf") format("truetype"), url("../fonts/bebasneueregular-webfont.svg#bebas_neue_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,
html {
  font-weight: 400;
  color: #111;
  font-size: 16px;
}

h1 {
  line-height: 1em;
}

p,
li,
label {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #111;
}

a {
  text-align: left;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

header {
  position: relative;
  background-color: #fff;
  padding: 2px;
  margin-bottom: 0px;
}

header #logo {
  padding: 5px 5px;
  height: 55px;
}

header .header-background {
  height: auto;
  overflow: hidden;
}

header .header-background .header-background-container {
  height: 281px;
  position: relative;
}

header .header-background .header-background-container .header {
  display: none;
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
}

header .header-background .header-background-container .header.active {
  display: block;
}

header .header-background .header-background-container img {
  width: 100%;
}

header #poweredby {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  background-color: #fff;
  display: none;
}

header h1 {
  display: none;
}

header nav ul.service-menu {
  display: none;
}

header nav ul.main-menu {
  margin: 0 auto;
  list-style-type: none;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 9999;
  top: 57px;
  left: 0;
  background-color: #eee;
}

header nav ul.main-menu li {
  padding: 0;
  border-bottom: 1px #bbb solid;
  position: relative;
  display: block;
}

header nav ul.main-menu li:first-child {
  padding-top: 0px;
  border: none;
}

header nav ul.main-menu li a {
  padding: 12px 0px 10px 0px;
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
  color: #777;
  padding-left: 7%;
  font-family: 'bebas_neuebold';
  font-size: 18px;
}

header nav ul.main-menu li form {
  padding: 7px;
  background-color: #bbb;
  -webkit-box-shadow: 0px 0px 8px 0px #000000;
  -moz-box-shadow: 0px 0px 8px 0px #000000;
  box-shadow: 0px 0px 8px 0px #000000;
}

header nav ul.main-menu li form input[type='search'] {
  margin: 0;
  font-size: 14px;
}

header nav ul.main-menu li.theme-menu {
  border-left: 15px #53a2da solid;
}

header nav ul.main-menu li.items-menu {
  border-left: 15px #662380 solid;
}

header nav ul.main-menu li.tools-menu {
  border-left: 15px #f3912c solid;
}

header nav ul.main-menu li.training-menu {
  border-left: 15px #3ba835 solid;
}

header nav ul.main-menu li.about-menu {
  border-left: 15px #be1623 solid;
}

header nav ul.main-menu li.has-dropdown span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  height: 40px;
  width: 40px;
  padding: 10px 0px 10px 0px;
  line-height: 1.5;
  color: #777;
  background-color: #ddd;
}

header nav ul.main-menu li.has-dropdown span::after {
  content: '\2795';
  position: absolute;
  right: 12px;
  top: 10px;
}

header nav ul.main-menu li.active span::after {
  content: '\2796';
}

header nav ul.main-menu li.service {
  background-color: #eee;
  border-left: 15px #aaa solid;
}

header nav ul.main-menu li.service a {
  color: #777;
}

header nav ul.main-menu li ul.dropdown {
  display: none;
  margin: 0px;
  padding: 0px;
  border: none;
  z-index: 9999;
}

header nav ul.main-menu li ul.dropdown li {
  margin: 0;
  padding: 0px;
  border-top: 1px #aaa solid;
  border-bottom: none;
  background-color: #fff;
}

header nav ul.main-menu li ul.dropdown li:first-child {
  border: none;
}

header nav ul.main-menu li ul.dropdown li a {
  padding-left: 5%;
  color: #777;
}

header nav ul.main-menu li.active .dropdown {
  display: block;
}

header nav a.hamburger:before {
  content: "\2630";
  font-size: 30px;
  line-height: 1em;
  position: absolute;
  top: 2px;
  right: 0;
  background-color: #fff;
  margin: 5px;
  color: #707070;
  padding: 6px;
}

header nav a.language:before {
  content: "NL";
  font-size: 15px;
  padding: 10px 10px;
  position: absolute;
  top: 2px;
  right: 45px;
  background-color: #fff;
  margin: 5px;
  color: #707070;
}

header nav a.language:before {
  content: 'NL';
}

header nav a.language.en:before {
  content: "EN";
}

@media screen and (min-width: 76.25em) {
  header {
    padding: 0;
  }

  header #logo {
    padding: 0px;
    height: 79px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 10px 0px 10px 10px;
    background-color: #fff;
    margin-top: 10px;
  }

  header a.hamburger {
    display: none;
  }

  header #poweredby {
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 0px;
    background-color: #fff;
    height: 30px;
    width: 260px;
    display: block;
  }

  header .header-nav {
    list-style-type: none;
    position: absolute;
    bottom: 60px;
    left: 600px;
  }

  header .header-nav li {
    display: inline;
    background-color: #fff;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    border: 1px solid #fff;
  }

  header .header-nav li:hover,
  header .header-nav li.active {
    background-color: #111;
  }

  header .header-background {
    height: 281px;
  }

  header h1 {
    position: absolute;
    bottom: 55px;
    color: #fff;
    left: 630px;
    font-family: 'bebas_neuebold';
    font-size: 65px;
    width: 580px;
    line-height: 0.9em;
    text-shadow: 2px 2px #000;
    display: block;
  }

  header h1 span {
    display: inline;
    font-family: 'bebas_neuebook';
  }

  header h2 {
    position: absolute;
    bottom: 50px;
    color: #fff;
    left: 20px;
    font-family: 'bebas_neuebold';
    font-size: 70px;
    width: 500px;
    line-height: 1em;
  }

  header nav ul.service-menu {
    display: block;
    position: absolute;
    top: 10px;
    right: 100px;
    list-style-type: none;
  }

  header nav ul.service-menu li {
    display: inline;
    padding: 0;
    margin: 0;
  }

  header nav ul.service-menu li a {
    font-size: 14px;
    color: #444;
    letter-spacing: -0.01em;
    padding-bottom: 3px;
    font-family: Helvetica;
  }

  header nav ul.service-menu li a:hover {
    border-bottom: 1px dotted #111;
  }

  header nav ul.main-menu {
    display: block;
    position: static;
    top: 0px;
    left: 0px;
    float: left;
    width: 100%;
    top: 0;
    background-color: #fff;
  }

  header nav ul.main-menu li {
    display: block;
    border-bottom: none;
    background-color: #fff;
    width: auto;
    float: left;
    border-top: 5px #fff solid;
  }

  header nav ul.main-menu li a {
    display: block;
    float: left;
    width: auto;
    padding: 5px 14px 10px 14px;
    color: #000;
    font-size: 20px;
  }

  header nav ul.main-menu li:hover,
  header nav ul.main-menu li.active {
    border-top: 5px #be1623 solid;
  }

  header nav ul.main-menu li.theme-menu:hover,
  header nav ul.main-menu li.theme-menu.active {
    border-top: 5px #53a2da solid;
  }

  header nav ul.main-menu li.items-menu:hover,
  header nav ul.main-menu li.items-menu.active {
    border-top: 5px #662380 solid;
  }

  header nav ul.main-menu li.tools-menu:hover,
  header nav ul.main-menu li.tools-menu.active {
    border-top: 5px #f3912c solid;
  }

  header nav ul.main-menu li.training-menu:hover,
  header nav ul.main-menu li.training-menu.active {
    border-top: 5px #3ba835 solid;
  }

  header nav ul.main-menu li.theme-menu,
  header nav ul.main-menu li.items-menu,
  header nav ul.main-menu li.tools-menu,
  header nav ul.main-menu li.training-menu,
  header nav ul.main-menu li.about-menu {
    border-left: none;
  }

  header nav ul.main-menu li:first-child {
    float: right;
    width: 570px;
  }

  header nav ul.main-menu li:first-child:hover {
    border-top: none;
  }

  header nav ul.main-menu li form#searchform {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 200px;
    background-color: #bbb;
    -webkit-box-shadow: 0px 0px 0px 0px #000000;
    -moz-box-shadow: 0px 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px 0px #000000;
  }

  header nav ul.main-menu li form#searchform input[type='search'] {
    margin: 5px 300px 0 0;
    font-size: 14px;
    padding: 5px;
    height: auto;
    color: #333;
    height: 30px;
  }

  header nav ul.main-menu li.service {
    display: none;
  }

  header nav ul.main-menu li.has-dropdown span {
    display: none;
  }

  header nav ul.main-menu li.has-dropdown:hover ul.dropdown {
    display: block;
  }

  header nav ul.main-menu li ul.dropdown {
    display: none;
    margin: 0px;
    padding: 0px;
    border: none;
    width: auto;
    position: absolute;
    top: 35px;
    left: 0;
    min-width: 250px;
  }

  header nav ul.main-menu li ul.dropdown li {
    margin: 0;
    padding: 0px;
    border-top: 1px #aaa solid;
    border-bottom: none;
    background-color: #ccc;
    display: block;
    width: 100%;
    padding: 5px 5px 0px 10px;
  }

  header nav ul.main-menu li ul.dropdown li a {
    line-height: 1em;
    color: #fff;
  }

  header nav ul.main-menu li ul.dropdown li:first-child {
    position: relative;
    top: 0;
    left: 0;
  }

  header nav ul.main-menu li ul.dropdown li:hover a {
    color: #999;
  }

  header nav ul.main-menu li.active .dropdown {
    display: none;
  }

  header nav a.language:before {
    content: "NL";
    font-size: 15px;
    padding: 14px;
    position: absolute;
    top: 0px;
    right: 5px;
    margin: 0px;
    color: #111;
    background-color: transparent;
  }

  header nav a.language.nl:before {
    content: "NL";
  }

  header nav a.language.en:before {
    content: "EN";
  }

  header nav a.language:hover:before {
    color: #662380;
  }
}

.page-template-template-home header h2 {
  font-size: 14px;
  line-height: 26px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-left: 30px;
  max-width: 450px;
  font-weight: bold;
  bottom: 80px;
  text-shadow: 2px 2px #000;
  position: absolute;
  color: #fff;
  top: 50%;
  margin-top: -15px;
}

.page-template-template-home header h1 {
  bottom: 80px;
  left: 780px;
  width: 350px;
  margin: 0;
  font-size: 60px;
}

@media screen and (min-width: 40em) {
  .page-template-template-home header h2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1.25em) {
  header .header-background .header-background-container {
    height: 100px;
  }
}

@media screen and (min-width: 20em) {
  header .header-background .header-background-container {
    height: 120px;
  }

  .page-template-template-home header h2 {
    font-size: 12px;
    top: 20%;
    left: -25px;
  }
}

@media screen and (min-width: 25em) {
  header .header-background .header-background-container {
    height: 160px;
  }

  .page-template-template-home header h2 {
    font-size: 14px;
    top: 25%;
  }
}

@media screen and (min-width: 36.25em) {
  header .header-background .header-background-container {
    height: 200px;
  }

  .page-template-template-home header h2 {
    font-size: 18px;
    top: 50%;
    left: 6px;
  }
}

@media screen and (min-width: 40em) {
  header .header-background .header-background-container {
    height: 240px;
  }
}

@media screen and (min-width: 52.5em) {
  header .header-background .header-background-container {
    height: 280px;
  }
}

@media screen and (min-width: 62.5em) {
  header .header-background .header-background-container {
    height: 320px;
  }
}

footer {
  text-align: center;
  color: #fff;
}

footer .copyright {
  background-color: #666;
  padding: 15px 10px 10px 10px;
}

footer p {
  color: inherit;
  font-size: 14px;
}

footer p a {
  color: inherit;
  margin: 0 8px;
  border-bottom: 1px dotted #fff;
}

footer p a:hover {
  border-bottom: 1px dotted #fff;
  color: #eee;
}

footer span {
  display: block;
  margin: 10px 0;
}

footer .social {
  list-style-type: none;
}

footer .social li a {
  display: block;
  height: 60px;
  width: 60px;
  background-color: #000;
  float: left;
  margin: 0 21px 20px 0;
  background-image: url("../img/socialsprite.png");
  background-position: 0px 0px;
}

footer .social li.linkedin a {
  background-position: -81px 0px;
}

footer .social li.twitter a {
  background-position: -161px 0px;
}

@media screen and (min-width: 76.25em) {
  footer {
    margin-top: 0px;
  }

  footer span {
    display: inline;
    margin: 0px 30px;
  }
}

.page {
  background-color: #fff;
}

.page .page-item {
  padding: 10px 0px 0px 0px;
}

.page .page-item h4 {
  font-family: 'bebas_neuebook';
}

.page .page-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.page .page-item a {
  font-size: 12px;
}

.page .intro {
  background-color: #fff;
  padding: 10px 0px;
}

.page .intro p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
}

.page .intro h1 {
  font-family: 'bebas_neuebold';
  font-weight: normal;
  margin: 0;
}

.page .intro h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0;
}

.page .closing {
  display: none;
}

@media screen and (min-width: 76.25em) {
  .page .page-item {
    padding: 15px 20px 15px 20px;
  }

  .page .wecare-item {
    position: relative;
    padding-left: 60px;
  }

  .page .wecare-item h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
  }

  .page .wecare-item a {
    font-size: 14px;
  }

  .page .wecare-item span {
    position: absolute;
    left: 15px;
    top: 25px;
    font-size: 50px;
    font-family: 'bebas_neuebold';
    color: #f3912c;
  }

  .page .intro .wecare-header {
    margin: 15px 0 25px 0;
    min-height: 30px;
  }

  .page .intro .wecare-header img {
    float: left;
    height: 30px;
  }

  .page .intro .wecare-header span {
    float: left;
    line-height: 30px;
    margin: 0 0 0 10px;
  }

  .page .intro h1 {
    margin-bottom: 10px;
    font-family: 'bebas_neuebook';
    font-size: 38px;
  }

  .page .intro p {
    line-height: 1.5em;
    font-size: 12px;
    font-weight: normal;
  }

  .page .intro span {
    font-family: 'bebas_neuebook';
    line-height: 30px;
    margin: 10px 0px 0px 0px;
    color: #111;
    font-size: 2.5rem;
    font-weight: bold;
    float: left;
  }

  .page .closing {
    display: block;
  }

  .page li a {
    font-size: 14px;
  }
}

.sidebar {
  padding: 0;
}

.sidebar aside {
  margin: 0px;
  padding: 20px 7%;
}

.sidebar .sidebar-item {
  padding: 0px;
  margin: 2px 0px 15px 0px;
  width: 100%;
  background-color: #fff;
}

.sidebar .sidebar-item img {
  margin: 0px 0px 10px 0px;
}

.sidebar .sidebar-item img.logo {
  margin: 10px 10px 10px 0;
  height: 80px;
  width: auto;
}

.sidebar .sidebar-item h4 {
  font-family: 'bebas_neuebook';
  font-size: 22px;
  line-height: 1em;
}

.sidebar .sidebar-item form {
  padding-top: 0.8em;
}

.sidebar .sidebar-item input[type=text] {
  height: 2rem;
}

.sidebar .sidebar-item ul {
  margin: -1em 0 1em 0;
  list-style-type: disc;
}

.sidebar .sidebar-item ul li {
  display: list-item;
  margin-left: 1em;
}

.sidebar .other-trainings ul {
  list-style-type: none;
  margin: 10px 0 0 0;
}

.sidebar .other-trainings li {
  padding: 5px;
  background-color: #3ba835;
  font-weight: bold;
  margin: 0 0 10px 0 !important;
}

.sidebar .other-trainings li.active {
  background-color: #ccc;
}

.sidebar .other-trainings li:last-child {
  border-bottom: none;
}

.sidebar .other-trainings li a {
  font-size: 14px;
  color: #fff !important;
}

@media screen and (min-width: 76.25em) {
  .sidebar {
    margin: 0;
    padding: 0px 20px;
    background-color: #fff;
  }

  .sidebar aside {
    width: 90%;
    padding: 0px;
    margin: 0 20px;
  }

  .sidebar select {
    background-color: #666;
    color: #fff;
    font-size: 13px;
    width: 100%;
    display: block;
  }

  .sidebar .sidebar-item {
    margin: 20px 0px 20px 15px;
    padding: 0px;
    width: 83%;
  }

  .sidebar .sidebar-item h5 {
    font-weight: bold;
    line-height: 1.2em;
    margin: 0px 0px 0px 0px;
    color: #111;
  }

  .sidebar .sidebar-item h2 {
    font-family: 'bebas_neuebook';
    line-height: 1.2em;
    margin: 10px 0px 0px 0px;
    color: #111;
  }

  .sidebar .sidebar-item h2 span {
    font-weight: bold;
  }

  .sidebar .sidebar-item .button {
    width: 100%;
  }

  .sidebar .sidebar-item .companies {
    float: left;
  }

  .sidebar .sidebar-item .sidebar-more {
    font-family: 'bebas_neuebold';
    color: #666;
    display: block;
    clear: both;
  }

  .sidebar .sidebar-item .sidebar-more:hover {
    color: #111;
  }

  .sidebar .sidebar-item a {
    font-size: 12px;
  }
}

.twocolumn {
  background-color: #fff;
  margin-top: 0px;
}

.twocolumn .twocolumn-item {
  padding: 10px 10px 0px 10px;
  margin: 0px;
}

.twocolumn .twocolumn-item .columnwide-img {
  width: 100%;
  margin-bottom: 10px;
}

.twocolumn .twocolumn-item .twocolumn-item-feat-img {
  display: block;
  margin: 0 0 20px 0;
  width: 75%;
}

.twocolumn .twocolumn-item .twocolumn-item-content {
  padding: 15px 0px 0px 0px;
}

.twocolumn .twocolumn-item .twocolumn-item-content .readmore {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 0.8em;
  margin-bottom: 0;
}

.twocolumn .twocolumn-item .twocolumn-item-content h2 {
  font-family: 'bebas_neuebook';
  line-height: 1em;
  font-size: 28px;
}

.twocolumn .twocolumn-item .twocolumn-item-content h2 span {
  font-weight: bold;
}

.twocolumn .twocolumn-item .twocolumn-item-content p {
  margin-bottom: 1em;
}

.twocolumn .twocolumn-item .closing {
  display: none;
}

@media screen and (min-width: 76.25em) {
  .twocolumn {
    background-color: #fff;
    margin-top: 0px;
  }

  .twocolumn .twocolumn-item {
    height: auto;
    padding: 0px 20px;
    margin-right: 0px;
    font-size: 13px;
    position: relative;
  }

  .twocolumn .twocolumn-item .readmore {
    text-transform: uppercase;
    font-size: 12px;
  }

  .twocolumn .twocolumn-item .columnwide-img {
    margin-bottom: 30px;
  }

  .twocolumn .twocolumn-item .twocolumn-item-feat-img {
    float: left;
    margin: 0 20px 20px 0;
    display: block;
    width: 30%;
  }

  .twocolumn .twocolumn-item .twocolumn-item-content {
    padding: 15px 15px 10px 15px;
    font-size: 13px;
  }

  .twocolumn .twocolumn-item .twocolumn-item-content h2 {
    font-family: 'bebas_neuebook';
    line-height: 1em;
    font-size: 40px;
    display: inline-block;
    padding-right: 10px;
    font-weight: normal;
  }

  .twocolumn .twocolumn-item .twocolumn-item-content h2 b {
    font-family: 'bebas_neuebold';
  }

  .twocolumn .twocolumn-item .twocolumn-item-content h5 {
    font-family: 'bebas_neuebook';
    font-size: 25px;
  }

  .twocolumn .twocolumn-item .closing {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 20px;
    display: block;
  }
}

.homepage {
  background-color: #fff;
  margin-top: 10px;
  background-color: #fff;
  margin-top: 0px;
}

.homepage .homepageitem {
  padding: 0px 10px;
  margin: 0px;
}

.homepage .homepageitem .homepageitem-feat-img {
  float: left;
  margin: 0 0 20px 0;
  display: none;
}

.homepage .homepageitem .homepageitem-content {
  padding: 15px 0px 0px 0px;
}

.homepage .homepageitem .homepageitem-content .readmore {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 0.8em;
}

.homepage .homepageitem .home1 h2 {
  border-right: 8px solid #53a2da;
}

.homepage .homepageitem .home3 h2 {
  border-right: 8px solid #3ba835;
}

.homepage .homepageitem .home2 h2 {
  border-right: 8px solid #662380;
}

.homepage .homepageitem .home4 h2 {
  border-right: 8px solid #f3912c;
}

.homepage .homepageitem .home5 h2 {
  border-right: 8px solid #d1232a;
}

.homepage .homepageitem .home1 .readmore,
.homepage .homepageitem .title1,
.homepage .homepageitem .home1 h5,
.homepage .homepageitem .home1 .continuation-title,
.homepage .homepageitem .home1 span {
  color: #53a2da;
}

.homepage .homepageitem .home2 .readmore,
.homepage .homepageitem .title2,
.homepage .homepageitem .home2 h5,
.homepage .homepageitem .home2 .continuation-title,
.homepage .homepageitem .home2 span {
  color: #662380;
}

.homepage .homepageitem .home3 .readmore,
.homepage .homepageitem .title3,
.homepage .homepageitem .home3 h5,
.homepage .homepageitem .home3 .continuation-title,
.homepage .homepageitem .home3 span {
  color: #3ba835;
}

.homepage .homepageitem .home4 .readmore,
.homepage .homepageitem .title4,
.homepage .homepageitem .home4 h5,
.homepage .homepageitem .home4 .continuation-title,
.homepage .homepageitem .home4 span {
  color: #f3912c;
}

.homepage .homepageitem .home5 .readmore,
.homepage .homepageitem .title5,
.homepage .homepageitem .home5 h5,
.homepage .homepageitem .home5 .continuation-title,
.homepage .homepageitem .home5 span {
  color: #d1232a;
}
.homepage .homepageitem .home6 .readmore,
.homepage .homepageitem .title6,
.homepage .homepageitem .home6 h5,
.homepage .homepageitem .home6 .continuation-title,
.homepage .homepageitem .home6 span {
  color:#40c7f4;
}

.main-section span {
  color: #f3912c;
  font-weight: bold;
}

.main-section section:nth-child(2) {
  display: grid;
}

.homepage .homepageitem button .icon {
  transform: rotate(-90deg);
}

.homepage .homepageitem button,
.homepage .homepageitem button *,
.homepage .homepageitem select {
  color: white !important;
  
}

.homepage .homepageitem select {
  background-image:
    linear-gradient(-45deg, transparent 50%, white 50%),
    linear-gradient(-135deg, white 50%, transparent 50%);
  background-position:
    calc(100% - 5px) calc(1em - 5px), calc(100% - 9px) calc(1em - 5px);
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}
.homepageitem{
  padding: 0 19px !important;
}
.homepage{
  padding-left: 0 !important;
}

.f-this-paragraph p:nth-child(2) {
  margin: 0;
}
a{
  text-decoration: none !important;
}
.homepage .homepageitem button,
.homepage .homepageitem select {
  padding: 10px;
  border-radius: 2px;
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  min-width: 333px;
  height: fit-content;
  line-height: 17px;
  align-items: center;
}

.main-sidebar a {
  color: #f3912c;
}

.action-paragraph b:not(:last-child) {
  font-style: italic;
}

.homepage .homepageitem .home1 button,
.homepage .homepageitem .home1 select {
  background-color: #53a2da;
}

.homepage .homepageitem .home2 button,
.homepage .homepageitem .home2 select {
  background-color: #662380;
}

.homepage .homepageitem .home3 button,
.homepage .homepageitem .home3 select {
  background-color: #3ba835;
}

.homepage .homepageitem .home4 button,
.homepage .homepageitem .home4 select {
  background-color: #f3912c;
}

.homepage .homepageitem .home5 button,
.homepage .homepageitem .home5 select {
  background-color: #d1232a;
}

.action-paragraph,
.action-paragraph * {
  font-size: 20px;
}

.homepage .homepageitem .magazine-homepage .readmore {
  color: #2199e8 !important;
}

.homepage .homepageitem h2 {
  font-family: 'bebas_neuebook';
  line-height: 1em;
  font-size: 28px;
  padding-right: 10px;
  font-weight: bold;
}

.homepage .homepageitem h5 {
  font-family: 'bebas_neuebook';
  font-size: 26px;
}

.homepage .homepageitem h2 span {
  font-weight: bold;
}

.homepage .intro {
  background-color: #fff;
  padding: 0px 10px 0px 10px;
}

.homepage .intro p {
  font-size: 14px;
}

.homepage .intro h1 {
  font-family: 'bebas_neuebold';
  font-weight: bold;
  margin: 0;
}

.homepage .intro h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

@media screen and (min-width: 40em) {
  .homepage .homepageitem .homepageitem-feat-img {
    display: block;
  }
}

@media screen and (min-width: 76.25em) {
  .homepage {
    background-color: #fff;
    margin-top: 0px;
  }

  .homepage .homepageitem {
    padding: 0px 20px;
    margin-right: 0px;
    font-size: 13px;
  }

  .homepage .homepageitem .readmore {
    text-transform: uppercase;
    font-size: 12px;
  }

  .homepage .homepageitem .link {
    text-transform: uppercase;
    font-size: 12px;
    color: #e82121;
  }

  .homepage .homepageitem .readmore:hover {
    text-decoration: underline !important;
  }

  .homepage .homepageitem .homepageitem-feat-img {
    float: left;
    margin: 0 20px 20px 0;
    display: block;
  }

  .homepage .homepageitem .homepageitem-content {
    padding: 10px 10px 10px 0px;
    font-size: 13px;
  }

  .homepage .homepageitem .home1 h2 {
    border-right: 12px solid #53a2da;
  }

  .homepage .homepageitem .home3 h2 {
    border-right: 12px solid #3ba835;
  }

  .homepage .homepageitem .home2 h2 {
    border-right: 12px solid #662380;
  }

  .homepage .homepageitem .home4 h2 {
    border-right: 12px solid #f3912c;
  }

  .homepage .homepageitem h2 {
    font-family: 'bebas_neuebook';
    line-height: 1em;
    font-size: 36px;
    display: inline-block;
    padding-right: 10px;
    font-weight: bold;
  }

  .homepage .homepageitem h2 span {
    font-weight: bold;
  }

  .homepage .homepageitem h5 {
    font-family: 'bebas_neuebook';
    font-size: 27px;
  }

  .homepage .magazine-homepage .readmore {
    margin: 0px 0;
    color: #2199e8 !important;
  }

  .homepage .magazine-homepage p {
    font-size: 13px;
  }

  .homepage .partners {
    padding: 30px;
  }

  .homepage .partner-item {
    padding: 20px 30px;
  }
}

.theme h1 {
  margin-bottom: 10px;
  font-family: 'bebas_neuebook';
  font-size: 38px;
}

.theme h2 {
  font-size: 30px;
  font-weight: normal;
  font-family: 'bebas_neuebook';
  line-height: 1em;
}

@media screen and (min-width: 76.25em) {
  .theme a {
    font-size: 12px;
  }

  .theme .intro {
    padding: 25px 20px 25px 20px;
  }

  .theme .intro img {
    float: left;
  }

  .theme h2 {
    font-family: 'bebas_neuebold';
    font-size: 40px;
  }
}

.tools .floatimg img {
  float: left;
  margin-right: 18px;
  width: 100%;
}

.tools .floatimg h2 {
  line-height: 28px;
  margin-top: 30px;
  font-size: 22px;
}

.tools .journal h4 {
  font-family: 'bebas_neuebook';
  font-size: 40px;
}

.tools .journal span {
  font-family: 'bebas_neuebold';
}

@media screen and (min-width: 40em) {
  .tools .floatimg img {
    display: block;
    width: auto;
  }
}

@media screen and (min-width: 76.25em) {
  .tools a {
    font-size: 12px;
  }

  .tools .wecare h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 1em 0 1.2em 0;
  }
}

.trainingen .training {
  padding: 15px 0px 0px 0px;
}

.trainingen .training .item-feat-img {
  display: none;
}

.trainingen .training h2 {
  font-family: 'bebas_neuebook';
  line-height: 1em;
  font-size: 22px;
  font-weight: bold;
}

.trainingen .training h2 span {
  font-weight: bold;
}

.trainingen .training h2:hover {
  color: #be1623;
  cursor: pointer;
}

.trainingen .training ul {
  list-style-type: none;
  margin: 0;
}

.trainingen .training ul li a {
  margin-right: 25px;
  font-family: 'bebas_neuebold';
  font-size: 20px;
}

.trainingen .training ul li a:hover {
  text-decoration: underline;
  color: #f3912c;
}

@media screen and (min-width: 76.25em) {
  .trainingen .training {
    padding: 15px 100px 15px 0px;
  }

  .trainingen .training .item-feat-img {
    display: block;
  }

  .trainingen .training h2 {
    font-size: 30px;
    font-weight: normal;
  }

  .trainingen .training h2 a {
    color: #111;
  }

  .trainingen .training h2 a:hover {
    border-bottom: 1px solid #111;
  }

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

  .trainingen ul li {
    display: inline;
  }

  .trainingen ul li a {
    margin-right: 25px;
    font-family: 'bebas_neuebold';
    font-size: 20px;
  }

  .trainingen ul li a:hover {
    text-decoration: underline;
    color: #f3912c;
  }
}

.training .intro {
  line-height: 1.5em;
}

.training .intro h1 {
  padding: 5px 0px;
}

.training .questionnaire .button {
  margin-bottom: 20px;
}

.training .video li {
  font-size: 14px;
}

.training .video .iframe.wistia_playlist {
  max-width: 100%;
}

.hse-items .hse-item {
  padding: 15px 0px 15px 0px;
}

.hse-items .hse-item .item-feat-img {
  display: none;
}

.hse-items .hse-item h2 {
  font-family: 'bebas_neuebook';
  line-height: 1em;
  font-size: 22px;
  font-weight: bold;
}

.hse-items .hse-item h2 span {
  font-weight: bold;
}

.hse-items .hse-item h2:hover {
  color: #be1623;
  cursor: pointer;
}

.hse-items .hse-item ul {
  list-style-type: none;
  margin: 0;
}

.hse-items .hse-item ul li a {
  margin-right: 25px;
  font-family: 'bebas_neuebold';
  font-size: 20px;
}

.hse-items .hse-item ul li a:hover {
  text-decoration: underline;
  color: #f3912c;
}

@media screen and (min-width: 76.25em) {
  .hse-items .intro {
    padding-right: 200px;
  }

  .hse-items .hse-item {
    padding: 10px 100px 10px 0px;
  }

  .hse-items .hse-item .item-feat-img {
    display: block;
  }

  .hse-items .hse-item h2 {
    font-size: 30px;
    font-weight: normal;
  }

  .hse-items .hse-item h2 a {
    color: #111;
  }

  .hse-items .hse-item h2 a:hover {
    border-bottom: 1px solid #111;
  }

  .hse-items ul {
    list-style-type: none;
    margin: 0;
  }

  .hse-items ul li {
    display: inline;
  }

  .hse-items ul li a {
    margin-right: 25px;
    font-family: 'bebas_neuebold';
    font-size: 20px;
  }

  .hse-items ul li a:hover {
    text-decoration: underline;
    color: #f3912c;
  }

  .hse-items select#filter-hse-items {
    background-color: #666;
    color: #fff;
    font-size: 13px;
    width: 70%;
    display: block;
  }
}

.hse-item .intro {
  line-height: 1.5em;
}

.hse-item .intro h1 {
  padding: 5px 0px;
}

@media screen and (min-width: 76.25em) {
  .hse-item .intro {
    padding-right: 200px;
  }

  .hse-item .button {
    width: 70%;
  }
}

.support {
  padding: 0;
}

.support .support-item {
  border-bottom: 1px solid #aaa;
  padding: 10px 0;
  background-color: #eee;
}

.support .support-item .readmore {
  text-transform: uppercase;
  font-size: 12px;
}

.support .intro {
  background-color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}

.support .intro p {
  font-weight: bold;
}

.contact {
  padding: 0;
}

.contact .info {
  border-bottom: 1px solid #aaa;
  padding: 10px 0;
  background-color: #eee;
}

.contact .info .readmore {
  text-transform: uppercase;
  font-size: 12px;
}

.contact .aanmeldformulier {
  background-color: #fff;
  padding: 10px 0;
}

.contact .aanmeldformulier h4 {
  text-align: center;
}

.faq {
  padding: 0;
}

.faq .intro {
  line-height: 1.5em;
}

.faq .intro h1 {
  padding: 5px 0px;
}

.faq .accordion-title {
  font-size: 14px;
  line-height: 1.5em;
  padding-right: 2em;
  font-weight: bold;
}

.faq .accordion-content,
.faq .accordion-content li,
.faq .accordion-content a {
  font-size: 14px;
}

@media screen and (min-width: 76.25em) {
  .faq .faq-items {
    padding: 30px 100px 30px 20px;
  }
}

.documents {
  padding: 20px 0;
}

.documents h5 {
  margin-bottom: 0;
}

.documents ul {
  list-style-type: none;
}

.documents li {
  line-height: 28px;
}

.media {
  padding: 10px 0 0px 0;
}

.about {
  padding: 0;
}

.about .about-item {
  border-bottom: 1px solid #aaa;
  padding: 10px 0;
  background-color: #eee;
}

.about .about-item .readmore {
  text-transform: uppercase;
  font-size: 12px;
}

.about .intro {
  background-color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}

.about .intro p {
  font-weight: bold;
}

body#theme main p a,
body#theme main li a {
  color: #53a2da;
}

body#hse-items main p a,
body#hse-items main li a {
  color: #662380;
}

body#training main p a,
body#training main li a {
  color: #3ba835;
}

body#training main .button {
  background-color: #3ba835;
}

body#tools-resources main p a,
body#tools-resources main li a {
  color: #f3912c;
}

body#support-contact main p a,
body#support-contact main li a {
  color: #be1623;
}

body main p a:hover,
body main li a:hover {
  text-decoration: underline;
}

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