/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * 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.
 */
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.
 * 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.
 */
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;
}
/* Named media queries */
/*kolommen .hide & .show*/
/*pixels tussen de kolommen*/
/* kolommen opbouw*/
.col-hide {
  display: none;
}
.col-show {
  display: inherit;
}
.col-1-1 {
  width: 100.0000000000%;
}
.gap-1-1 {
  margin-left: 100.0000000000%;
}
.col-1-2 {
  width: 50.0000000000%;
}
.gap-1-2 {
  margin-left: 50.0000000000%;
}
.col-2-2 {
  width: 100.0000000000%;
}
.gap-2-2 {
  margin-left: 100.0000000000%;
}
.col-1-3 {
  width: 33.3333333333%;
}
.gap-1-3 {
  margin-left: 33.3333333333%;
}
.col-2-3 {
  width: 66.6666666667%;
}
.gap-2-3 {
  margin-left: 66.6666666667%;
}
.col-3-3 {
  width: 100.0000000000%;
}
.gap-3-3 {
  margin-left: 100.0000000000%;
}
.col-1-4 {
  width: 25.0000000000%;
}
.gap-1-4 {
  margin-left: 25.0000000000%;
}
.col-2-4 {
  width: 50.0000000000%;
}
.gap-2-4 {
  margin-left: 50.0000000000%;
}
.col-3-4 {
  width: 75.0000000000%;
}
.gap-3-4 {
  margin-left: 75.0000000000%;
}
.col-4-4 {
  width: 100.0000000000%;
}
.gap-4-4 {
  margin-left: 100.0000000000%;
}
.col-1-5 {
  width: 20.0000000000%;
}
.gap-1-5 {
  margin-left: 20.0000000000%;
}
.col-2-5 {
  width: 40.0000000000%;
}
.gap-2-5 {
  margin-left: 40.0000000000%;
}
.col-3-5 {
  width: 60.0000000000%;
}
.gap-3-5 {
  margin-left: 60.0000000000%;
}
.col-4-5 {
  width: 80.0000000000%;
}
.gap-4-5 {
  margin-left: 80.0000000000%;
}
.col-5-5 {
  width: 100.0000000000%;
}
.gap-5-5 {
  margin-left: 100.0000000000%;
}
.col-1-6 {
  width: 16.6666666667%;
}
.gap-1-6 {
  margin-left: 16.6666666667%;
}
.col-2-6 {
  width: 33.3333333333%;
}
.gap-2-6 {
  margin-left: 33.3333333333%;
}
.col-3-6 {
  width: 50.0000000000%;
}
.gap-3-6 {
  margin-left: 50.0000000000%;
}
.col-4-6 {
  width: 66.6666666667%;
}
.gap-4-6 {
  margin-left: 66.6666666667%;
}
.col-5-6 {
  width: 83.3333333333%;
}
.gap-5-6 {
  margin-left: 83.3333333333%;
}
.col-6-6 {
  width: 100.0000000000%;
}
.gap-6-6 {
  margin-left: 100.0000000000%;
}
.col-1-7 {
  width: 14.2857142857%;
}
.gap-1-7 {
  margin-left: 14.2857142857%;
}
.col-2-7 {
  width: 28.5714285714%;
}
.gap-2-7 {
  margin-left: 28.5714285714%;
}
.col-3-7 {
  width: 42.8571428571%;
}
.gap-3-7 {
  margin-left: 42.8571428571%;
}
.col-4-7 {
  width: 57.1428571429%;
}
.gap-4-7 {
  margin-left: 57.1428571429%;
}
.col-5-7 {
  width: 71.4285714286%;
}
.gap-5-7 {
  margin-left: 71.4285714286%;
}
.col-6-7 {
  width: 85.7142857143%;
}
.gap-6-7 {
  margin-left: 85.7142857143%;
}
.col-7-7 {
  width: 100.0000000000%;
}
.gap-7-7 {
  margin-left: 100.0000000000%;
}
.col-1-8 {
  width: 12.5000000000%;
}
.gap-1-8 {
  margin-left: 12.5000000000%;
}
.col-2-8 {
  width: 25.0000000000%;
}
.gap-2-8 {
  margin-left: 25.0000000000%;
}
.col-3-8 {
  width: 37.5000000000%;
}
.gap-3-8 {
  margin-left: 37.5000000000%;
}
.col-4-8 {
  width: 50.0000000000%;
}
.gap-4-8 {
  margin-left: 50.0000000000%;
}
.col-5-8 {
  width: 62.5000000000%;
}
.gap-5-8 {
  margin-left: 62.5000000000%;
}
.col-6-8 {
  width: 75.0000000000%;
}
.gap-6-8 {
  margin-left: 75.0000000000%;
}
.col-7-8 {
  width: 87.5000000000%;
}
.gap-7-8 {
  margin-left: 87.5000000000%;
}
.col-8-8 {
  width: 100.0000000000%;
}
.gap-8-8 {
  margin-left: 100.0000000000%;
}
.col-1-9 {
  width: 11.1111111111%;
}
.gap-1-9 {
  margin-left: 11.1111111111%;
}
.col-2-9 {
  width: 22.2222222222%;
}
.gap-2-9 {
  margin-left: 22.2222222222%;
}
.col-3-9 {
  width: 33.3333333333%;
}
.gap-3-9 {
  margin-left: 33.3333333333%;
}
.col-4-9 {
  width: 44.4444444444%;
}
.gap-4-9 {
  margin-left: 44.4444444444%;
}
.col-5-9 {
  width: 55.5555555556%;
}
.gap-5-9 {
  margin-left: 55.5555555556%;
}
.col-6-9 {
  width: 66.6666666667%;
}
.gap-6-9 {
  margin-left: 66.6666666667%;
}
.col-7-9 {
  width: 77.7777777778%;
}
.gap-7-9 {
  margin-left: 77.7777777778%;
}
.col-8-9 {
  width: 88.8888888889%;
}
.gap-8-9 {
  margin-left: 88.8888888889%;
}
.col-9-9 {
  width: 100.0000000000%;
}
.gap-9-9 {
  margin-left: 100.0000000000%;
}
.col-1-10 {
  width: 10.0000000000%;
}
.gap-1-10 {
  margin-left: 10.0000000000%;
}
.col-2-10 {
  width: 20.0000000000%;
}
.gap-2-10 {
  margin-left: 20.0000000000%;
}
.col-3-10 {
  width: 30.0000000000%;
}
.gap-3-10 {
  margin-left: 30.0000000000%;
}
.col-4-10 {
  width: 40.0000000000%;
}
.gap-4-10 {
  margin-left: 40.0000000000%;
}
.col-5-10 {
  width: 50.0000000000%;
}
.gap-5-10 {
  margin-left: 50.0000000000%;
}
.col-6-10 {
  width: 60.0000000000%;
}
.gap-6-10 {
  margin-left: 60.0000000000%;
}
.col-7-10 {
  width: 70.0000000000%;
}
.gap-7-10 {
  margin-left: 70.0000000000%;
}
.col-8-10 {
  width: 80.0000000000%;
}
.gap-8-10 {
  margin-left: 80.0000000000%;
}
.col-9-10 {
  width: 90.0000000000%;
}
.gap-9-10 {
  margin-left: 90.0000000000%;
}
.col-10-10 {
  width: 100.0000000000%;
}
.gap-10-10 {
  margin-left: 100.0000000000%;
}
.col-1-11 {
  width: 9.0909090909%;
}
.gap-1-11 {
  margin-left: 9.0909090909%;
}
.col-2-11 {
  width: 18.1818181818%;
}
.gap-2-11 {
  margin-left: 18.1818181818%;
}
.col-3-11 {
  width: 27.2727272727%;
}
.gap-3-11 {
  margin-left: 27.2727272727%;
}
.col-4-11 {
  width: 36.3636363636%;
}
.gap-4-11 {
  margin-left: 36.3636363636%;
}
.col-5-11 {
  width: 45.4545454545%;
}
.gap-5-11 {
  margin-left: 45.4545454545%;
}
.col-6-11 {
  width: 54.5454545455%;
}
.gap-6-11 {
  margin-left: 54.5454545455%;
}
.col-7-11 {
  width: 63.6363636364%;
}
.gap-7-11 {
  margin-left: 63.6363636364%;
}
.col-8-11 {
  width: 72.7272727273%;
}
.gap-8-11 {
  margin-left: 72.7272727273%;
}
.col-9-11 {
  width: 81.8181818182%;
}
.gap-9-11 {
  margin-left: 81.8181818182%;
}
.col-10-11 {
  width: 90.9090909091%;
}
.gap-10-11 {
  margin-left: 90.9090909091%;
}
.col-11-11 {
  width: 100.0000000000%;
}
.gap-11-11 {
  margin-left: 100.0000000000%;
}
.col-1-12 {
  width: 8.3333333333%;
}
.gap-1-12 {
  margin-left: 8.3333333333%;
}
.col-2-12 {
  width: 16.6666666667%;
}
.gap-2-12 {
  margin-left: 16.6666666667%;
}
.col-3-12 {
  width: 25.0000000000%;
}
.gap-3-12 {
  margin-left: 25.0000000000%;
}
.col-4-12 {
  width: 33.3333333333%;
}
.gap-4-12 {
  margin-left: 33.3333333333%;
}
.col-5-12 {
  width: 41.6666666667%;
}
.gap-5-12 {
  margin-left: 41.6666666667%;
}
.col-6-12 {
  width: 50.0000000000%;
}
.gap-6-12 {
  margin-left: 50.0000000000%;
}
.col-7-12 {
  width: 58.3333333333%;
}
.gap-7-12 {
  margin-left: 58.3333333333%;
}
.col-8-12 {
  width: 66.6666666667%;
}
.gap-8-12 {
  margin-left: 66.6666666667%;
}
.col-9-12 {
  width: 75.0000000000%;
}
.gap-9-12 {
  margin-left: 75.0000000000%;
}
.col-10-12 {
  width: 83.3333333333%;
}
.gap-10-12 {
  margin-left: 83.3333333333%;
}
.col-11-12 {
  width: 91.6666666667%;
}
.gap-11-12 {
  margin-left: 91.6666666667%;
}
.col-12-12 {
  width: 100.0000000000%;
}
.gap-12-12 {
  margin-left: 100.0000000000%;
}
.gap-0 {
  margin-left: 0;
}
@media screen and (min-width: 1281px) {
  .xxl-hide {
    display: none;
  }
  .xxl-show {
    display: inherit;
  }
  .xxl-1-1 {
    width: 100.0000000000%;
  }
  .xxl-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-2 {
    width: 50.0000000000%;
  }
  .xxl-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .xxl-2-2 {
    width: 100.0000000000%;
  }
  .xxl-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-3 {
    width: 33.3333333333%;
  }
  .xxl-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .xxl-2-3 {
    width: 66.6666666667%;
  }
  .xxl-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .xxl-3-3 {
    width: 100.0000000000%;
  }
  .xxl-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-4 {
    width: 25.0000000000%;
  }
  .xxl-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .xxl-2-4 {
    width: 50.0000000000%;
  }
  .xxl-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .xxl-3-4 {
    width: 75.0000000000%;
  }
  .xxl-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .xxl-4-4 {
    width: 100.0000000000%;
  }
  .xxl-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-5 {
    width: 20.0000000000%;
  }
  .xxl-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .xxl-2-5 {
    width: 40.0000000000%;
  }
  .xxl-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .xxl-3-5 {
    width: 60.0000000000%;
  }
  .xxl-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .xxl-4-5 {
    width: 80.0000000000%;
  }
  .xxl-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .xxl-5-5 {
    width: 100.0000000000%;
  }
  .xxl-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-6 {
    width: 16.6666666667%;
  }
  .xxl-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .xxl-2-6 {
    width: 33.3333333333%;
  }
  .xxl-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .xxl-3-6 {
    width: 50.0000000000%;
  }
  .xxl-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .xxl-4-6 {
    width: 66.6666666667%;
  }
  .xxl-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .xxl-5-6 {
    width: 83.3333333333%;
  }
  .xxl-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .xxl-6-6 {
    width: 100.0000000000%;
  }
  .xxl-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-7 {
    width: 14.2857142857%;
  }
  .xxl-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .xxl-2-7 {
    width: 28.5714285714%;
  }
  .xxl-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .xxl-3-7 {
    width: 42.8571428571%;
  }
  .xxl-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .xxl-4-7 {
    width: 57.1428571429%;
  }
  .xxl-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .xxl-5-7 {
    width: 71.4285714286%;
  }
  .xxl-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .xxl-6-7 {
    width: 85.7142857143%;
  }
  .xxl-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .xxl-7-7 {
    width: 100.0000000000%;
  }
  .xxl-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-8 {
    width: 12.5000000000%;
  }
  .xxl-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .xxl-2-8 {
    width: 25.0000000000%;
  }
  .xxl-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .xxl-3-8 {
    width: 37.5000000000%;
  }
  .xxl-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .xxl-4-8 {
    width: 50.0000000000%;
  }
  .xxl-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .xxl-5-8 {
    width: 62.5000000000%;
  }
  .xxl-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .xxl-6-8 {
    width: 75.0000000000%;
  }
  .xxl-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .xxl-7-8 {
    width: 87.5000000000%;
  }
  .xxl-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .xxl-8-8 {
    width: 100.0000000000%;
  }
  .xxl-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-9 {
    width: 11.1111111111%;
  }
  .xxl-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .xxl-2-9 {
    width: 22.2222222222%;
  }
  .xxl-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .xxl-3-9 {
    width: 33.3333333333%;
  }
  .xxl-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .xxl-4-9 {
    width: 44.4444444444%;
  }
  .xxl-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .xxl-5-9 {
    width: 55.5555555556%;
  }
  .xxl-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .xxl-6-9 {
    width: 66.6666666667%;
  }
  .xxl-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .xxl-7-9 {
    width: 77.7777777778%;
  }
  .xxl-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .xxl-8-9 {
    width: 88.8888888889%;
  }
  .xxl-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .xxl-9-9 {
    width: 100.0000000000%;
  }
  .xxl-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-10 {
    width: 10.0000000000%;
  }
  .xxl-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .xxl-2-10 {
    width: 20.0000000000%;
  }
  .xxl-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .xxl-3-10 {
    width: 30.0000000000%;
  }
  .xxl-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .xxl-4-10 {
    width: 40.0000000000%;
  }
  .xxl-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .xxl-5-10 {
    width: 50.0000000000%;
  }
  .xxl-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .xxl-6-10 {
    width: 60.0000000000%;
  }
  .xxl-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .xxl-7-10 {
    width: 70.0000000000%;
  }
  .xxl-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .xxl-8-10 {
    width: 80.0000000000%;
  }
  .xxl-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .xxl-9-10 {
    width: 90.0000000000%;
  }
  .xxl-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .xxl-10-10 {
    width: 100.0000000000%;
  }
  .xxl-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-11 {
    width: 9.0909090909%;
  }
  .xxl-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .xxl-2-11 {
    width: 18.1818181818%;
  }
  .xxl-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .xxl-3-11 {
    width: 27.2727272727%;
  }
  .xxl-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .xxl-4-11 {
    width: 36.3636363636%;
  }
  .xxl-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .xxl-5-11 {
    width: 45.4545454545%;
  }
  .xxl-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .xxl-6-11 {
    width: 54.5454545455%;
  }
  .xxl-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .xxl-7-11 {
    width: 63.6363636364%;
  }
  .xxl-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .xxl-8-11 {
    width: 72.7272727273%;
  }
  .xxl-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .xxl-9-11 {
    width: 81.8181818182%;
  }
  .xxl-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .xxl-10-11 {
    width: 90.9090909091%;
  }
  .xxl-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .xxl-11-11 {
    width: 100.0000000000%;
  }
  .xxl-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-12 {
    width: 8.3333333333%;
  }
  .xxl-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .xxl-2-12 {
    width: 16.6666666667%;
  }
  .xxl-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .xxl-3-12 {
    width: 25.0000000000%;
  }
  .xxl-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .xxl-4-12 {
    width: 33.3333333333%;
  }
  .xxl-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .xxl-5-12 {
    width: 41.6666666667%;
  }
  .xxl-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .xxl-6-12 {
    width: 50.0000000000%;
  }
  .xxl-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .xxl-7-12 {
    width: 58.3333333333%;
  }
  .xxl-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .xxl-8-12 {
    width: 66.6666666667%;
  }
  .xxl-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .xxl-9-12 {
    width: 75.0000000000%;
  }
  .xxl-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .xxl-10-12 {
    width: 83.3333333333%;
  }
  .xxl-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .xxl-11-12 {
    width: 91.6666666667%;
  }
  .xxl-12-12 {
    width: 100.0000000000%;
  }
  .xxl-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .xxl-gap-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .xl-hide {
    display: none;
  }
  .xl-show {
    display: inherit;
  }
  .xl-1-1 {
    width: 100.0000000000%;
  }
  .xl-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .xl-1-2 {
    width: 50.0000000000%;
  }
  .xl-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .xl-2-2 {
    width: 100.0000000000%;
  }
  .xl-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .xl-1-3 {
    width: 33.3333333333%;
  }
  .xl-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .xl-2-3 {
    width: 66.6666666667%;
  }
  .xl-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .xl-3-3 {
    width: 100.0000000000%;
  }
  .xl-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .xl-1-4 {
    width: 25.0000000000%;
  }
  .xl-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .xl-2-4 {
    width: 50.0000000000%;
  }
  .xl-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .xl-3-4 {
    width: 75.0000000000%;
  }
  .xl-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .xl-4-4 {
    width: 100.0000000000%;
  }
  .xl-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .xl-1-5 {
    width: 20.0000000000%;
  }
  .xl-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .xl-2-5 {
    width: 40.0000000000%;
  }
  .xl-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .xl-3-5 {
    width: 60.0000000000%;
  }
  .xl-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .xl-4-5 {
    width: 80.0000000000%;
  }
  .xl-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .xl-5-5 {
    width: 100.0000000000%;
  }
  .xl-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .xl-1-6 {
    width: 16.6666666667%;
  }
  .xl-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .xl-2-6 {
    width: 33.3333333333%;
  }
  .xl-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .xl-3-6 {
    width: 50.0000000000%;
  }
  .xl-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .xl-4-6 {
    width: 66.6666666667%;
  }
  .xl-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .xl-5-6 {
    width: 83.3333333333%;
  }
  .xl-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .xl-6-6 {
    width: 100.0000000000%;
  }
  .xl-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .xl-1-7 {
    width: 14.2857142857%;
  }
  .xl-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .xl-2-7 {
    width: 28.5714285714%;
  }
  .xl-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .xl-3-7 {
    width: 42.8571428571%;
  }
  .xl-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .xl-4-7 {
    width: 57.1428571429%;
  }
  .xl-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .xl-5-7 {
    width: 71.4285714286%;
  }
  .xl-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .xl-6-7 {
    width: 85.7142857143%;
  }
  .xl-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .xl-7-7 {
    width: 100.0000000000%;
  }
  .xl-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .xl-1-8 {
    width: 12.5000000000%;
  }
  .xl-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .xl-2-8 {
    width: 25.0000000000%;
  }
  .xl-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .xl-3-8 {
    width: 37.5000000000%;
  }
  .xl-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .xl-4-8 {
    width: 50.0000000000%;
  }
  .xl-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .xl-5-8 {
    width: 62.5000000000%;
  }
  .xl-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .xl-6-8 {
    width: 75.0000000000%;
  }
  .xl-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .xl-7-8 {
    width: 87.5000000000%;
  }
  .xl-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .xl-8-8 {
    width: 100.0000000000%;
  }
  .xl-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .xl-1-9 {
    width: 11.1111111111%;
  }
  .xl-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .xl-2-9 {
    width: 22.2222222222%;
  }
  .xl-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .xl-3-9 {
    width: 33.3333333333%;
  }
  .xl-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .xl-4-9 {
    width: 44.4444444444%;
  }
  .xl-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .xl-5-9 {
    width: 55.5555555556%;
  }
  .xl-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .xl-6-9 {
    width: 66.6666666667%;
  }
  .xl-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .xl-7-9 {
    width: 77.7777777778%;
  }
  .xl-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .xl-8-9 {
    width: 88.8888888889%;
  }
  .xl-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .xl-9-9 {
    width: 100.0000000000%;
  }
  .xl-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .xl-1-10 {
    width: 10.0000000000%;
  }
  .xl-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .xl-2-10 {
    width: 20.0000000000%;
  }
  .xl-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .xl-3-10 {
    width: 30.0000000000%;
  }
  .xl-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .xl-4-10 {
    width: 40.0000000000%;
  }
  .xl-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .xl-5-10 {
    width: 50.0000000000%;
  }
  .xl-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .xl-6-10 {
    width: 60.0000000000%;
  }
  .xl-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .xl-7-10 {
    width: 70.0000000000%;
  }
  .xl-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .xl-8-10 {
    width: 80.0000000000%;
  }
  .xl-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .xl-9-10 {
    width: 90.0000000000%;
  }
  .xl-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .xl-10-10 {
    width: 100.0000000000%;
  }
  .xl-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .xl-1-11 {
    width: 9.0909090909%;
  }
  .xl-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .xl-2-11 {
    width: 18.1818181818%;
  }
  .xl-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .xl-3-11 {
    width: 27.2727272727%;
  }
  .xl-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .xl-4-11 {
    width: 36.3636363636%;
  }
  .xl-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .xl-5-11 {
    width: 45.4545454545%;
  }
  .xl-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .xl-6-11 {
    width: 54.5454545455%;
  }
  .xl-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .xl-7-11 {
    width: 63.6363636364%;
  }
  .xl-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .xl-8-11 {
    width: 72.7272727273%;
  }
  .xl-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .xl-9-11 {
    width: 81.8181818182%;
  }
  .xl-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .xl-10-11 {
    width: 90.9090909091%;
  }
  .xl-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .xl-11-11 {
    width: 100.0000000000%;
  }
  .xl-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .xl-1-12 {
    width: 8.3333333333%;
  }
  .xl-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .xl-2-12 {
    width: 16.6666666667%;
  }
  .xl-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .xl-3-12 {
    width: 25.0000000000%;
  }
  .xl-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .xl-4-12 {
    width: 33.3333333333%;
  }
  .xl-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .xl-5-12 {
    width: 41.6666666667%;
  }
  .xl-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .xl-6-12 {
    width: 50.0000000000%;
  }
  .xl-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .xl-7-12 {
    width: 58.3333333333%;
  }
  .xl-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .xl-8-12 {
    width: 66.6666666667%;
  }
  .xl-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .xl-9-12 {
    width: 75.0000000000%;
  }
  .xl-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .xl-10-12 {
    width: 83.3333333333%;
  }
  .xl-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .xl-11-12 {
    width: 91.6666666667%;
  }
  .xl-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .xl-12-12 {
    width: 100.0000000000%;
  }
  .xl-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .xl-gap-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-hide {
    display: none;
  }
  .l-show {
    display: inherit;
  }
  .l-1-1 {
    width: 100.0000000000%;
  }
  .l-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .l-1-2 {
    width: 50.0000000000%;
  }
  .l-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .l-2-2 {
    width: 100.0000000000%;
  }
  .l-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .l-1-3 {
    width: 33.3333333333%;
  }
  .l-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .l-2-3 {
    width: 66.6666666667%;
  }
  .l-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .l-3-3 {
    width: 100.0000000000%;
  }
  .l-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .l-1-4 {
    width: 25.0000000000%;
  }
  .l-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .l-2-4 {
    width: 50.0000000000%;
  }
  .l-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .l-3-4 {
    width: 75.0000000000%;
  }
  .l-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .l-4-4 {
    width: 100.0000000000%;
  }
  .l-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .l-1-5 {
    width: 20.0000000000%;
  }
  .l-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .l-2-5 {
    width: 40.0000000000%;
  }
  .l-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .l-3-5 {
    width: 60.0000000000%;
  }
  .l-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .l-4-5 {
    width: 80.0000000000%;
  }
  .l-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .l-5-5 {
    width: 100.0000000000%;
  }
  .l-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .l-1-6 {
    width: 16.6666666667%;
  }
  .l-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .l-2-6 {
    width: 33.3333333333%;
  }
  .l-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .l-3-6 {
    width: 50.0000000000%;
  }
  .l-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .l-4-6 {
    width: 66.6666666667%;
  }
  .l-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .l-5-6 {
    width: 83.3333333333%;
  }
  .l-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .l-6-6 {
    width: 100.0000000000%;
  }
  .l-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .l-1-7 {
    width: 14.2857142857%;
  }
  .l-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .l-2-7 {
    width: 28.5714285714%;
  }
  .l-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .l-3-7 {
    width: 42.8571428571%;
  }
  .l-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .l-4-7 {
    width: 57.1428571429%;
  }
  .l-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .l-5-7 {
    width: 71.4285714286%;
  }
  .l-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .l-6-7 {
    width: 85.7142857143%;
  }
  .l-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .l-7-7 {
    width: 100.0000000000%;
  }
  .l-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .l-1-8 {
    width: 12.5000000000%;
  }
  .l-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .l-2-8 {
    width: 25.0000000000%;
  }
  .l-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .l-3-8 {
    width: 37.5000000000%;
  }
  .l-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .l-4-8 {
    width: 50.0000000000%;
  }
  .l-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .l-5-8 {
    width: 62.5000000000%;
  }
  .l-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .l-6-8 {
    width: 75.0000000000%;
  }
  .l-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .l-7-8 {
    width: 87.5000000000%;
  }
  .l-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .l-8-8 {
    width: 100.0000000000%;
  }
  .l-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .l-1-9 {
    width: 11.1111111111%;
  }
  .l-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .l-2-9 {
    width: 22.2222222222%;
  }
  .l-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .l-3-9 {
    width: 33.3333333333%;
  }
  .l-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .l-4-9 {
    width: 44.4444444444%;
  }
  .l-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .l-5-9 {
    width: 55.5555555556%;
  }
  .l-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .l-6-9 {
    width: 66.6666666667%;
  }
  .l-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .l-7-9 {
    width: 77.7777777778%;
  }
  .l-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .l-8-9 {
    width: 88.8888888889%;
  }
  .l-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .l-9-9 {
    width: 100.0000000000%;
  }
  .l-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .l-1-10 {
    width: 10.0000000000%;
  }
  .l-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .l-2-10 {
    width: 20.0000000000%;
  }
  .l-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .l-3-10 {
    width: 30.0000000000%;
  }
  .l-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .l-4-10 {
    width: 40.0000000000%;
  }
  .l-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .l-5-10 {
    width: 50.0000000000%;
  }
  .l-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .l-6-10 {
    width: 60.0000000000%;
  }
  .l-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .l-7-10 {
    width: 70.0000000000%;
  }
  .l-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .l-8-10 {
    width: 80.0000000000%;
  }
  .l-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .l-9-10 {
    width: 90.0000000000%;
  }
  .l-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .l-10-10 {
    width: 100.0000000000%;
  }
  .l-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .l-1-11 {
    width: 9.0909090909%;
  }
  .l-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .l-2-11 {
    width: 18.1818181818%;
  }
  .l-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .l-3-11 {
    width: 27.2727272727%;
  }
  .l-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .l-4-11 {
    width: 36.3636363636%;
  }
  .l-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .l-5-11 {
    width: 45.4545454545%;
  }
  .l-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .l-6-11 {
    width: 54.5454545455%;
  }
  .l-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .l-7-11 {
    width: 63.6363636364%;
  }
  .l-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .l-8-11 {
    width: 72.7272727273%;
  }
  .l-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .l-9-11 {
    width: 81.8181818182%;
  }
  .l-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .l-10-11 {
    width: 90.9090909091%;
  }
  .l-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .l-11-11 {
    width: 100.0000000000%;
  }
  .l-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .l-1-12 {
    width: 8.3333333333%;
  }
  .l-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .l-2-12 {
    width: 16.6666666667%;
  }
  .l-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .l-3-12 {
    width: 25.0000000000%;
  }
  .l-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .l-4-12 {
    width: 33.3333333333%;
  }
  .l-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .l-5-12 {
    width: 41.6666666667%;
  }
  .l-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .l-6-12 {
    width: 50.0000000000%;
  }
  .l-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .l-7-12 {
    width: 58.3333333333%;
  }
  .l-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .l-8-12 {
    width: 66.6666666667%;
  }
  .l-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .l-9-12 {
    width: 75.0000000000%;
  }
  .l-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .l-10-12 {
    width: 83.3333333333%;
  }
  .l-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .l-11-12 {
    width: 91.6666666667%;
  }
  .l-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .l-12-12 {
    width: 100.0000000000%;
  }
  .l-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .l-gap-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .m-hide {
    display: none;
  }
  .m-show {
    display: inherit;
  }
  .m-1-1 {
    width: 100.0000000000%;
  }
  .m-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .m-1-2 {
    width: 50.0000000000%;
  }
  .m-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .m-2-2 {
    width: 100.0000000000%;
  }
  .m-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .m-1-3 {
    width: 33.3333333333%;
  }
  .m-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .m-2-3 {
    width: 66.6666666667%;
  }
  .m-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .m-3-3 {
    width: 100.0000000000%;
  }
  .m-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .m-1-4 {
    width: 25.0000000000%;
  }
  .m-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .m-2-4 {
    width: 50.0000000000%;
  }
  .m-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .m-3-4 {
    width: 75.0000000000%;
  }
  .m-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .m-4-4 {
    width: 100.0000000000%;
  }
  .m-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .m-1-5 {
    width: 20.0000000000%;
  }
  .m-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .m-2-5 {
    width: 40.0000000000%;
  }
  .m-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .m-3-5 {
    width: 60.0000000000%;
  }
  .m-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .m-4-5 {
    width: 80.0000000000%;
  }
  .m-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .m-5-5 {
    width: 100.0000000000%;
  }
  .m-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .m-1-6 {
    width: 16.6666666667%;
  }
  .m-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .m-2-6 {
    width: 33.3333333333%;
  }
  .m-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .m-3-6 {
    width: 50.0000000000%;
  }
  .m-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .m-4-6 {
    width: 66.6666666667%;
  }
  .m-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .m-5-6 {
    width: 83.3333333333%;
  }
  .m-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .m-6-6 {
    width: 100.0000000000%;
  }
  .m-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .m-1-7 {
    width: 14.2857142857%;
  }
  .m-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .m-2-7 {
    width: 28.5714285714%;
  }
  .m-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .m-3-7 {
    width: 42.8571428571%;
  }
  .m-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .m-4-7 {
    width: 57.1428571429%;
  }
  .m-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .m-5-7 {
    width: 71.4285714286%;
  }
  .m-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .m-6-7 {
    width: 85.7142857143%;
  }
  .m-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .m-7-7 {
    width: 100.0000000000%;
  }
  .m-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .m-1-8 {
    width: 12.5000000000%;
  }
  .m-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .m-2-8 {
    width: 25.0000000000%;
  }
  .m-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .m-3-8 {
    width: 37.5000000000%;
  }
  .m-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .m-4-8 {
    width: 50.0000000000%;
  }
  .m-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .m-5-8 {
    width: 62.5000000000%;
  }
  .m-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .m-6-8 {
    width: 75.0000000000%;
  }
  .m-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .m-7-8 {
    width: 87.5000000000%;
  }
  .m-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .m-8-8 {
    width: 100.0000000000%;
  }
  .m-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .m-1-9 {
    width: 11.1111111111%;
  }
  .m-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .m-2-9 {
    width: 22.2222222222%;
  }
  .m-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .m-3-9 {
    width: 33.3333333333%;
  }
  .m-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .m-4-9 {
    width: 44.4444444444%;
  }
  .m-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .m-5-9 {
    width: 55.5555555556%;
  }
  .m-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .m-6-9 {
    width: 66.6666666667%;
  }
  .m-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .m-7-9 {
    width: 77.7777777778%;
  }
  .m-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .m-8-9 {
    width: 88.8888888889%;
  }
  .m-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .m-9-9 {
    width: 100.0000000000%;
  }
  .m-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .m-1-10 {
    width: 10.0000000000%;
  }
  .m-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .m-2-10 {
    width: 20.0000000000%;
  }
  .m-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .m-3-10 {
    width: 30.0000000000%;
  }
  .m-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .m-4-10 {
    width: 40.0000000000%;
  }
  .m-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .m-5-10 {
    width: 50.0000000000%;
  }
  .m-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .m-6-10 {
    width: 60.0000000000%;
  }
  .m-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .m-7-10 {
    width: 70.0000000000%;
  }
  .m-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .m-8-10 {
    width: 80.0000000000%;
  }
  .m-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .m-9-10 {
    width: 90.0000000000%;
  }
  .m-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .m-10-10 {
    width: 100.0000000000%;
  }
  .m-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .m-1-11 {
    width: 9.0909090909%;
  }
  .m-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .m-2-11 {
    width: 18.1818181818%;
  }
  .m-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .m-3-11 {
    width: 27.2727272727%;
  }
  .m-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .m-4-11 {
    width: 36.3636363636%;
  }
  .m-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .m-5-11 {
    width: 45.4545454545%;
  }
  .m-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .m-6-11 {
    width: 54.5454545455%;
  }
  .m-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .m-7-11 {
    width: 63.6363636364%;
  }
  .m-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .m-8-11 {
    width: 72.7272727273%;
  }
  .m-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .m-9-11 {
    width: 81.8181818182%;
  }
  .m-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .m-10-11 {
    width: 90.9090909091%;
  }
  .m-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .m-11-11 {
    width: 100.0000000000%;
  }
  .m-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .m-1-12 {
    width: 8.3333333333%;
  }
  .m-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .m-2-12 {
    width: 16.6666666667%;
  }
  .m-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .m-3-12 {
    width: 25.0000000000%;
  }
  .m-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .m-4-12 {
    width: 33.3333333333%;
  }
  .m-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .m-5-12 {
    width: 41.6666666667%;
  }
  .m-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .m-6-12 {
    width: 50.0000000000%;
  }
  .m-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .m-7-12 {
    width: 58.3333333333%;
  }
  .m-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .m-8-12 {
    width: 66.6666666667%;
  }
  .m-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .m-9-12 {
    width: 75.0000000000%;
  }
  .m-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .m-10-12 {
    width: 83.3333333333%;
  }
  .m-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .m-11-12 {
    width: 91.6666666667%;
  }
  .m-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .m-12-12 {
    width: 100.0000000000%;
  }
  .m-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .m-gap-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .s-hide {
    display: none;
  }
  .s-show {
    display: inherit;
  }
  .s-1-1 {
    width: 100.0000000000%;
  }
  .s-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .s-1-2 {
    width: 50.0000000000%;
  }
  .s-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .s-2-2 {
    width: 100.0000000000%;
  }
  .s-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .s-1-3 {
    width: 33.3333333333%;
  }
  .s-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .s-2-3 {
    width: 66.6666666667%;
  }
  .s-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .s-3-3 {
    width: 100.0000000000%;
  }
  .s-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .s-1-4 {
    width: 25.0000000000%;
  }
  .s-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .s-2-4 {
    width: 50.0000000000%;
  }
  .s-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .s-3-4 {
    width: 75.0000000000%;
  }
  .s-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .s-4-4 {
    width: 100.0000000000%;
  }
  .s-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .s-1-5 {
    width: 20.0000000000%;
  }
  .s-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .s-2-5 {
    width: 40.0000000000%;
  }
  .s-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .s-3-5 {
    width: 60.0000000000%;
  }
  .s-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .s-4-5 {
    width: 80.0000000000%;
  }
  .s-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .s-5-5 {
    width: 100.0000000000%;
  }
  .s-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .s-1-6 {
    width: 16.6666666667%;
  }
  .s-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .s-2-6 {
    width: 33.3333333333%;
  }
  .s-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .s-3-6 {
    width: 50.0000000000%;
  }
  .s-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .s-4-6 {
    width: 66.6666666667%;
  }
  .s-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .s-5-6 {
    width: 83.3333333333%;
  }
  .s-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .s-6-6 {
    width: 100.0000000000%;
  }
  .s-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .s-1-7 {
    width: 14.2857142857%;
  }
  .s-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .s-2-7 {
    width: 28.5714285714%;
  }
  .s-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .s-3-7 {
    width: 42.8571428571%;
  }
  .s-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .s-4-7 {
    width: 57.1428571429%;
  }
  .s-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .s-5-7 {
    width: 71.4285714286%;
  }
  .s-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .s-6-7 {
    width: 85.7142857143%;
  }
  .s-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .s-7-7 {
    width: 100.0000000000%;
  }
  .s-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .s-1-8 {
    width: 12.5000000000%;
  }
  .s-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .s-2-8 {
    width: 25.0000000000%;
  }
  .s-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .s-3-8 {
    width: 37.5000000000%;
  }
  .s-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .s-4-8 {
    width: 50.0000000000%;
  }
  .s-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .s-5-8 {
    width: 62.5000000000%;
  }
  .s-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .s-6-8 {
    width: 75.0000000000%;
  }
  .s-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .s-7-8 {
    width: 87.5000000000%;
  }
  .s-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .s-8-8 {
    width: 100.0000000000%;
  }
  .s-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .s-1-9 {
    width: 11.1111111111%;
  }
  .s-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .s-2-9 {
    width: 22.2222222222%;
  }
  .s-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .s-3-9 {
    width: 33.3333333333%;
  }
  .s-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .s-4-9 {
    width: 44.4444444444%;
  }
  .s-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .s-5-9 {
    width: 55.5555555556%;
  }
  .s-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .s-6-9 {
    width: 66.6666666667%;
  }
  .s-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .s-7-9 {
    width: 77.7777777778%;
  }
  .s-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .s-8-9 {
    width: 88.8888888889%;
  }
  .s-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .s-9-9 {
    width: 100.0000000000%;
  }
  .s-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .s-1-10 {
    width: 10.0000000000%;
  }
  .s-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .s-2-10 {
    width: 20.0000000000%;
  }
  .s-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .s-3-10 {
    width: 30.0000000000%;
  }
  .s-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .s-4-10 {
    width: 40.0000000000%;
  }
  .s-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .s-5-10 {
    width: 50.0000000000%;
  }
  .s-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .s-6-10 {
    width: 60.0000000000%;
  }
  .s-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .s-7-10 {
    width: 70.0000000000%;
  }
  .s-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .s-8-10 {
    width: 80.0000000000%;
  }
  .s-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .s-9-10 {
    width: 90.0000000000%;
  }
  .s-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .s-10-10 {
    width: 100.0000000000%;
  }
  .s-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .s-1-11 {
    width: 9.0909090909%;
  }
  .s-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .s-2-11 {
    width: 18.1818181818%;
  }
  .s-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .s-3-11 {
    width: 27.2727272727%;
  }
  .s-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .s-4-11 {
    width: 36.3636363636%;
  }
  .s-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .s-5-11 {
    width: 45.4545454545%;
  }
  .s-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .s-6-11 {
    width: 54.5454545455%;
  }
  .s-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .s-7-11 {
    width: 63.6363636364%;
  }
  .s-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .s-8-11 {
    width: 72.7272727273%;
  }
  .s-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .s-9-11 {
    width: 81.8181818182%;
  }
  .s-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .s-10-11 {
    width: 90.9090909091%;
  }
  .s-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .s-11-11 {
    width: 100.0000000000%;
  }
  .s-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .s-1-12 {
    width: 8.3333333333%;
  }
  .s-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .s-2-12 {
    width: 16.6666666667%;
  }
  .s-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .s-3-12 {
    width: 25.0000000000%;
  }
  .s-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .s-4-12 {
    width: 33.3333333333%;
  }
  .s-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .s-5-12 {
    width: 41.6666666667%;
  }
  .s-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .s-6-12 {
    width: 50.0000000000%;
  }
  .s-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .s-7-12 {
    width: 58.3333333333%;
  }
  .s-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .s-8-12 {
    width: 66.6666666667%;
  }
  .s-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .s-9-12 {
    width: 75.0000000000%;
  }
  .s-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .s-10-12 {
    width: 83.3333333333%;
  }
  .s-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .s-11-12 {
    width: 91.6666666667%;
  }
  .s-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .s-12-12 {
    width: 100.0000000000%;
  }
  .s-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .s-gap-0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .xs-hide {
    display: none;
  }
  .xs-show {
    display: inherit;
  }
  .xs-1-1 {
    width: 100.0000000000%;
  }
  .xs-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .xs-1-2 {
    width: 50.0000000000%;
  }
  .xs-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .xs-2-2 {
    width: 100.0000000000%;
  }
  .xs-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .xs-1-3 {
    width: 33.3333333333%;
  }
  .xs-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .xs-2-3 {
    width: 66.6666666667%;
  }
  .xs-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .xs-3-3 {
    width: 100.0000000000%;
  }
  .xs-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .xs-1-4 {
    width: 25.0000000000%;
  }
  .xs-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .xs-2-4 {
    width: 50.0000000000%;
  }
  .xs-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .xs-3-4 {
    width: 75.0000000000%;
  }
  .xs-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .xs-4-4 {
    width: 100.0000000000%;
  }
  .xs-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .xs-1-5 {
    width: 20.0000000000%;
  }
  .xs-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .xs-2-5 {
    width: 40.0000000000%;
  }
  .xs-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .xs-3-5 {
    width: 60.0000000000%;
  }
  .xs-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .xs-4-5 {
    width: 80.0000000000%;
  }
  .xs-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .xs-5-5 {
    width: 100.0000000000%;
  }
  .xs-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .xs-1-6 {
    width: 16.6666666667%;
  }
  .xs-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .xs-2-6 {
    width: 33.3333333333%;
  }
  .xs-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .xs-3-6 {
    width: 50.0000000000%;
  }
  .xs-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .xs-4-6 {
    width: 66.6666666667%;
  }
  .xs-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .xs-5-6 {
    width: 83.3333333333%;
  }
  .xs-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .xs-6-6 {
    width: 100.0000000000%;
  }
  .xs-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .xs-1-7 {
    width: 14.2857142857%;
  }
  .xs-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .xs-2-7 {
    width: 28.5714285714%;
  }
  .xs-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .xs-3-7 {
    width: 42.8571428571%;
  }
  .xs-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .xs-4-7 {
    width: 57.1428571429%;
  }
  .xs-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .xs-5-7 {
    width: 71.4285714286%;
  }
  .xs-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .xs-6-7 {
    width: 85.7142857143%;
  }
  .xs-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .xs-7-7 {
    width: 100.0000000000%;
  }
  .xs-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .xs-1-8 {
    width: 12.5000000000%;
  }
  .xs-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .xs-2-8 {
    width: 25.0000000000%;
  }
  .xs-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .xs-3-8 {
    width: 37.5000000000%;
  }
  .xs-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .xs-4-8 {
    width: 50.0000000000%;
  }
  .xs-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .xs-5-8 {
    width: 62.5000000000%;
  }
  .xs-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .xs-6-8 {
    width: 75.0000000000%;
  }
  .xs-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .xs-7-8 {
    width: 87.5000000000%;
  }
  .xs-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .xs-8-8 {
    width: 100.0000000000%;
  }
  .xs-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .xs-1-9 {
    width: 11.1111111111%;
  }
  .xs-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .xs-2-9 {
    width: 22.2222222222%;
  }
  .xs-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .xs-3-9 {
    width: 33.3333333333%;
  }
  .xs-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .xs-4-9 {
    width: 44.4444444444%;
  }
  .xs-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .xs-5-9 {
    width: 55.5555555556%;
  }
  .xs-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .xs-6-9 {
    width: 66.6666666667%;
  }
  .xs-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .xs-7-9 {
    width: 77.7777777778%;
  }
  .xs-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .xs-8-9 {
    width: 88.8888888889%;
  }
  .xs-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .xs-9-9 {
    width: 100.0000000000%;
  }
  .xs-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .xs-1-10 {
    width: 10.0000000000%;
  }
  .xs-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .xs-2-10 {
    width: 20.0000000000%;
  }
  .xs-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .xs-3-10 {
    width: 30.0000000000%;
  }
  .xs-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .xs-4-10 {
    width: 40.0000000000%;
  }
  .xs-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .xs-5-10 {
    width: 50.0000000000%;
  }
  .xs-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .xs-6-10 {
    width: 60.0000000000%;
  }
  .xs-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .xs-7-10 {
    width: 70.0000000000%;
  }
  .xs-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .xs-8-10 {
    width: 80.0000000000%;
  }
  .xs-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .xs-9-10 {
    width: 90.0000000000%;
  }
  .xs-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .xs-10-10 {
    width: 100.0000000000%;
  }
  .xs-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .xs-1-11 {
    width: 9.0909090909%;
  }
  .xs-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .xs-2-11 {
    width: 18.1818181818%;
  }
  .xs-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .xs-3-11 {
    width: 27.2727272727%;
  }
  .xs-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .xs-4-11 {
    width: 36.3636363636%;
  }
  .xs-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .xs-5-11 {
    width: 45.4545454545%;
  }
  .xs-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .xs-6-11 {
    width: 54.5454545455%;
  }
  .xs-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .xs-7-11 {
    width: 63.6363636364%;
  }
  .xs-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .xs-8-11 {
    width: 72.7272727273%;
  }
  .xs-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .xs-9-11 {
    width: 81.8181818182%;
  }
  .xs-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .xs-10-11 {
    width: 90.9090909091%;
  }
  .xs-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .xs-11-11 {
    width: 100.0000000000%;
  }
  .xs-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .xs-1-12 {
    width: 8.3333333333%;
  }
  .xs-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .xs-2-12 {
    width: 16.6666666667%;
  }
  .xs-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .xs-3-12 {
    width: 25.0000000000%;
  }
  .xs-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .xs-4-12 {
    width: 33.3333333333%;
  }
  .xs-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .xs-5-12 {
    width: 41.6666666667%;
  }
  .xs-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .xs-6-12 {
    width: 50.0000000000%;
  }
  .xs-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .xs-7-12 {
    width: 58.3333333333%;
  }
  .xs-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .xs-8-12 {
    width: 66.6666666667%;
  }
  .xs-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .xs-9-12 {
    width: 75.0000000000%;
  }
  .xs-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .xs-10-12 {
    width: 83.3333333333%;
  }
  .xs-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .xs-11-12 {
    width: 91.6666666667%;
  }
  .xs-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .xs-12-12 {
    width: 100.0000000000%;
  }
  .xs-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .xs-gap-0 {
    margin-left: 0;
  }
}
/* Clear fix */
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}
/* Border box */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Force scrollbar */
html {
  overflow: -moz-scrollbars-vertical;
  /* For FF */
  -ms-overflow-y: scroll;
  /* For IE */
  overflow-y: scroll;
  position: relative;
}
body {
  overflow: visible !important;
}
/* Grid wrappers */
.wrapper {
  width: 1280px;
  margin: 0 auto;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.col {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1281px) {
  .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1280px) {
  .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 768px) {
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 480px) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 320px) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.pad {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1281px) {
  .pad {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pad .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1280px) {
  .pad {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pad .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pad .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 768px) {
  .pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pad .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 480px) {
  .pad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pad .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 320px) {
  .pad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pad .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.formrow {
  margin-left: -10px;
  margin-right: -10px;
}
.formrow:before,
.formrow:after {
  content: " ";
  display: table;
}
.formrow:after {
  clear: both;
}
.formrow .col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.formrow .col .row {
  margin-left: -10px;
  margin-right: -10px;
}
.formpad {
  padding-left: 10px;
  padding-right: 10px;
}
.formpad .row {
  margin-left: -10px;
  margin-right: -10px;
}
.break {
  clear: left;
}
.center-align {
  text-align: center;
  width: 100%;
}
.center-align *:first-child {
  display: inline-block;
}
.tablerow:before,
.tablerow:after {
  content: " ";
  display: table;
}
.tablerow:after {
  clear: both;
}
.tablerow .col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.tablepad {
  padding-left: 10px;
  padding-right: 10px;
}
#overlay {
  z-index: 99999;
  position: fixed;
  width: 100%;
  pointer-events: none;
}
#overlay .wrapper {
  min-height: 800px;
}
#overlay .col {
  background: rgba(200, 80, 110, 0.1);
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1281px) {
  #overlay .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  #overlay .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1280px) {
  #overlay .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  #overlay .col .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  #overlay .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  #overlay .col .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 768px) {
  #overlay .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  #overlay .col .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 480px) {
  #overlay .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  #overlay .col .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 320px) {
  #overlay .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  #overlay .col .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#overlay .col > p {
  background: rgba(255, 100, 140, 0.3);
  padding-top: 1020px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1281px) {
  .wrapper {
    width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 96%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .wrapper {
    width: 100%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* VAKBASE KLEUREN */
/* ALGEMENE KLEUREN */
/* TYPOGRAFIE */
.stack1-400 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.stack1-700 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.stack2-400 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.stack2-600 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.stack2-700 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8em;
  color: #444444;
  background: rgba(120, 120, 120, 0.05);
}
p {
  margin: 0 0 20px 0;
}
h1,
.h1 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.3em;
  margin: 0 0 20px 0;
  color: #787878;
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 20px;
  }
}
h2,
.h2 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  color: #444444;
}
@media screen and (max-width: 480px) {
  h2,
  .h2 {
    font-size: 18px;
  }
}
h3,
.h3 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  color: #444444;
}
h4,
.h4 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  color: #444444;
}
h5,
.h5 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1em;
  margin: 0 0 10px 0;
  color: #444444;
}
h6,
.h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1em;
  margin: 0 0 10px 0;
  color: #444444;
}
a {
  color: #c7c7c7;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:hover {
  color: #444444;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* BASE STYLES */
.fullwidth {
  width: 100%;
  height: auto;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
/* HEADER */
.flash {
  position: relative;
  text-align: right;
  padding: 5px 0;
  background: #787878;
}
.flash li {
  position: relative;
  color: #ffffff;
  z-index: 2;
}
.flash:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
header {
  background: #787878;
  padding-top: 40px;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 20;
  /* MOBILE MENU */
}
@media screen and (max-width: 768px) {
  header {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
header .header-top {
  position: relative;
  z-index: 10;
  background: #ffffff;
  height: 50px;
  text-align: right;
}
header .logo-container {
  padding: 5px 10px;
  float: left;
}
header img.header-logo {
  height: 40px;
  width: auto;
  float: left;
}
header ul.header-buttons {
  float: right;
  background: #ffffff;
}
header ul.header-buttons li {
  float: left;
}
@media screen and (max-width: 768px) {
  header ul.header-buttons li {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  header ul.header-buttons {
    width: 100%;
    display: none;
  }
}
header .menu-button {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #c7c7c7;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
@media screen and (max-width: 480px) {
  header .menu-button {
    font-size: 16px;
  }
}
header .menu-button .button-text {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
header .menu-button.login {
  color: #787878;
}
header .menu-button:hover,
header .menu-button.active {
  background: #c7c7c7;
  color: #ffffff;
}
header .menu-button a .button-text:hover {
  color: #ffffff;
}
header ul.header-button {
  display: inline-block;
  position: relative;
}
header .submenu {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8em;
  position: absolute;
  z-index: 999;
  text-align: left;
  right: 0;
  top: 50px;
  color: #444444;
  background: #ffffff;
  display: none;
  min-width: 380px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  header .submenu {
    width: 100%;
    min-width: auto;
  }
}
header img.vakbase-logo {
  height: 34px;
  float: left;
  margin: 8px 0;
}
header ul.submenu.list {
  line-height: 50px;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  header ul.submenu.list {
    font-size: 16px;
  }
}
header ul.submenu.list li {
  border-bottom: 1px solid rgba(68, 68, 68, 0.05);
  float: none;
  cursor: default;
}
header ul.submenu.list li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
header ul.submenu.list li a span {
  float: right;
  display: inline-flex;
}
header ul.submenu.list li a span:after {
  font-family: "Material Icons";
  content: '\e5cc';
  display: inline-block;
  vertical-align: sub;
}
header ul.submenu.list li.available-vakbases {
  background: #787878;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
header ul.submenu.list li.available-vakbases a {
  color: #ffffff;
}
header ul.submenu.list li.available-vakbases:hover {
  background: #c7c7c7;
}
@media screen and (max-width: 768px) {
  header ul.submenu.list {
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
}
header .lines-button {
  float: right;
  padding: 6px 15px;
  border: none;
  background: none;
  display: none;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  -webkit-appearance: none;
  height: 100%;
}
header .lines-button:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  header .lines-button {
    display: block;
  }
}
header .lines-button:hover {
  opacity: 1;
  background: transparent;
}
header .lines {
  background: #444444;
  display: block;
  width: 25px;
  height: 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
header .lines:before,
header .lines:after {
  background: #444444;
  display: inline-block;
  width: 25px;
  height: 3px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 3px center;
  transform-origin: 3px center;
}
header .lines:before {
  top: 10px;
}
header .lines:after {
  top: -10px;
}
header .lines-button.x.close .lines {
  background: transparent;
}
header .lines-button.x.close .lines:before,
header .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 30px;
}
header .lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
header .lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
header .search-area {
  background-size: cover;
  background-position: center center;
  padding: 60px 30px;
  background-position: center 15%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  header .search-area {
    padding: 60px 10px 60px 20px;
  }
}
header .search-area.fixed-height {
  min-height: 226px;
}
header .search-area input[type=text] {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  height: 50px;
  width: 80%;
  background: #ffffff;
  padding: 10px 12px;
  box-sizing: border-box;
  border: none;
  float: left;
}
header .search-area input[type=text]:focus {
  color: #787878;
  outline: none;
}
header .search-area input[type=text]::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.2);
}
header .search-area input[type=text]::-moz-placeholder {
  color: rgba(68, 68, 68, 0.2);
}
header .search-area input[type=text]:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.2);
}
header .search-area input[type=text]:-moz-placeholder {
  color: rgba(68, 68, 68, 0.2);
}
header .search-area button.search-button {
  font-size: 30px;
  background: #c7c7c7;
  color: #ffffff;
  border: none;
  height: 50px;
  width: 50px;
  float: left;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
header .search-area button.search-button:hover {
  background: #787878;
}
header .search-area h1 {
  color: #ffffff;
  margin: 0 0 10px 0;
  font-weight: 600;
}
header.portal {
  /* MOBILE MENU */
}
header.portal .user-info {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 15px;
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  max-width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 480px) {
  header.portal .user-info {
    font-size: 16px;
  }
}
header.portal ul.header-buttons {
  min-width: 380px;
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
}
header.portal ul.header-buttons li {
  float: none;
}
@media screen and (max-width: 768px) {
  header.portal ul.header-buttons li {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  header.portal ul.header-buttons {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header.portal ul.header-buttons {
    min-width: auto;
  }
}
header.portal .lines-button {
  display: block;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.loader {
  display: none;
  vertical-align: text-bottom;
  font-size: 10px;
  margin-left: 3px;
  position: relative;
  border-top: 0.3em solid rgba(255, 255, 255, 0.3);
  border-right: 0.3em solid rgba(255, 255, 255, 0.3);
  border-bottom: 0.3em solid rgba(255, 255, 255, 0.3);
  border-left: 0.3em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
form h2 {
  margin: 0 0 15px 0;
}
form input[type=text],
form input[type=email],
form input[type=password] {
  width: 100%;
  background: #ffffff;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  margin: 0 0 15px 0;
}
form button.form-button {
  background: #c7c7c7;
  color: #ffffff;
  border: none;
  border-bottom: 2px solid #a1a1a1;
  -webkit-appearance: none;
  line-height: 35px;
  padding: 0 10px;
  margin-right: 10px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
form button.form-button:hover {
  background: center 15% #a1a1a1;
}
p.error {
  color: #be1e2d;
}
.text-center {
  text-align: center;
}
/* BUTTONS */
button,
.button {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #c7c7c7;
  color: #ffffff;
  border: none;
  border-bottom: 2px solid #a1a1a1;
  -webkit-appearance: none;
  line-height: 35px;
  padding: 0 10px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
button:hover,
.button:hover {
  background: #aeaeae;
  color: #ffffff;
}
button.prev,
.button.prev {
  padding: 0 10px 0 30px;
}
button.prev:before,
.button.prev:before {
  font-family: "Material Icons";
  content: '\e5cb';
  font-size: 24px;
  position: absolute;
  top: 1px;
  left: 5px;
}
button.next,
.button.next {
  padding: 0 30px 0 10px;
}
button.next:after,
.button.next:after {
  font-family: "Material Icons";
  content: '\e5cc';
  font-size: 24px;
  position: absolute;
  top: 1px;
  right: 5px;
}
button.search-button,
.button.search-button {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
button.block,
.button.block {
  display: block;
  text-align: center;
}
button.large,
.button.large {
  line-height: 55px;
  padding: 0 20px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  font-size: 18px;
}
/* ACTIVATIE */
label.new-account-checkbox {
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}
.new-account-container {
  display: none;
}
.new-account-field {
  background: rgba(199, 199, 199, 0.1);
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.create-password-container {
  background: rgba(199, 199, 199, 0.1);
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
/* SECTIONS */
section.shadow {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.section-header {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.5em;
  padding-left: 20px;
  padding-right: 20px;
  color: #c7c7c7;
  margin-bottom: -12px;
  position: relative;
  z-index: 10;
  float: left;
}
@media screen and (max-width: 768px) {
  .section-header {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .section-header {
    margin-bottom: -10px;
    padding: 0 10px;
  }
}
.section-actions {
  float: left;
  margin-top: 9px;
}
.section-actions li {
  padding-right: 8px;
  float: left;
}
.section-actions li:last-of-type {
  padding-right: 0;
}
.section-bottom {
  height: 30px;
  position: relative;
  margin: 0 0 40px 0;
}
.section-link {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  padding-right: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .section-link {
    font-size: 16px;
  }
}
.section-link .back-link:before {
  font-family: "Material Icons";
  content: '\e5cb';
  font-size: 18px;
  display: inline-block;
  vertical-align: sub;
}
.section-topbar {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  min-height: 50px;
  margin: 0;
  border-bottom: 1px solid rgba(68, 68, 68, 0.05);
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.section-content {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
ul.meta-info {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  color: rgba(68, 68, 68, 0.5);
}
.title-cover {
  background-size: cover;
  background-position: center center;
}
section.main {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 40px;
  margin: 0 0 40px 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
@media screen and (max-width: 480px) {
  section.main {
    padding: 20px;
  }
}
section.main a {
  text-decoration: underline;
}
section.main ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0 0 0 25px;
}
section.main ul > li {
  position: relative;
}
section.main ul > li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: rgba(199, 199, 199, 0.5);
  position: absolute;
  left: -25px;
  top: 7px;
}
section.main ul > li p {
  margin: 0;
}
section.main ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 25px;
  counter-reset: item;
  list-style-type: none;
}
section.main ol.number > li {
  position: relative;
}
section.main ol.number > li:before {
  content: counter(item);
  counter-increment: item;
  font-weight: 600;
  color: #c7c7c7;
  position: absolute;
  left: -25px;
  top: 0;
}
section.main ol.number > li p {
  margin: 0;
}
section.main ol.letter > li {
  position: relative;
}
section.main ol.letter > li:before {
  content: counter(item, lower-alpha);
  counter-increment: item;
  font-weight: 600;
  color: #c7c7c7;
  position: absolute;
  left: -25px;
  top: 0;
}
section.main ol.letter > li p {
  margin: 0;
}
section.main ul li ul,
section.main ul li ol,
section.main ol li ol,
section.main ol li ul {
  margin: 0;
}
/* HOMEPAGE */
section.main.section-home {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  margin: 0 0 40px 0;
}
.main.section-home.blok1 {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
}
.main.section-home.blok1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.85)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=1);
  z-index: 3;
}
.overlay-content {
  position: relative;
  z-index: 10;
}
.section-home a.leesverder {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  display: block;
  text-align: right;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 480px) {
  .section-home a.leesverder {
    font-size: 16px;
  }
}
.section-home a.leesverder span {
  background: #ffffff;
  padding-left: 10px;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.section-home a.leesverder:before {
  content: '';
  position: absolute;
  background: #c7c7c7;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 1;
}
.section-home a.leesverder:after {
  font-family: "Material Icons";
  content: '\e5cc';
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  z-index: 10;
  position: relative;
}
.main.section-home.buy {
  border-top: 3px solid #2cc42c;
  border-bottom: 3px solid #2cc42c;
  position: relative;
}
.main.section-home.buy .h1 {
  margin: 0;
}
.main.section-home.buy .price-label {
  background: #787878;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.5em;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 -20px;
}
.main.section-home.buy .buy-text {
  margin-top: 15px;
}
.main.section-home.buy .buy-button {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  background: #2cc42c;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  border-bottom: 2px solid #1e861e;
  padding: 5px 20px;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translate(-50%, 0) rotate(-5deg);
  -moz-transform: translate(-50%, 0) rotate(-5deg);
  -ms-transform: translate(-50%, 0) rotate(-5deg);
  -o-transform: translate(-50%, 0) rotate(-5deg);
}
@media screen and (max-width: 480px) {
  .main.section-home.buy .buy-button {
    font-size: 18px;
  }
}
.main.section-home.buy .buy-button:hover {
  background: center 15% #1e861e;
}
.main.section-home.slider {
  padding-bottom: 0;
}
.titles-slider {
  position: relative;
}
.titles-slider .slide {
  position: relative;
  padding: 40px 20px 0 20px;
}
.titles-slider a.title-link {
  position: relative;
}
.titles-slider a.title-link:focus {
  outline: none;
}
.titles-slider .title-cover {
  width: 90%;
  padding-top: 135%;
  background-position: center top;
  margin: 0 5% -30px 5%;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  transform: rotate(-10deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.11111111);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.titles-slider .title-cover:hover {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: translate(0px, -30px);
  -moz-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
}
.titles-slider .title-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(68, 68, 68, 0.7);
  color: #ffffff;
  padding: 5px 10px;
  margin-right: 20px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
}
.titles-slider.owl-carousel .owl-stage-outer {
  padding-top: 40px;
}
.titles-slider .slide-next,
.titles-slider .slide-prev {
  border: none;
  position: absolute;
  background: #c7c7c7;
  color: #ffffff;
  height: 40px;
  width: 30px;
  text-align: center;
  line-height: 40px;
  top: 50%;
  font-family: "Material Icons";
  font-size: 30px;
  display: inline-block;
  vertical-align: sub;
  -webkit-transform: translate(0px, 5px);
  -moz-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  -o-transform: translate(0px, 5px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1000;
  cursor: pointer;
}
.titles-slider .slide-next:hover,
.titles-slider .slide-prev:hover {
  background: #787878;
}
.titles-slider .slide-prev {
  left: -15px;
}
.titles-slider .slide-next {
  right: -15px;
}
/* VAKBASE HOME-PORTAL */
ul.section-tabs {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  ul.section-tabs {
    margin: 20px 0 10px 0;
  }
}
ul.section-tabs li {
  float: left;
  background: rgba(68, 68, 68, 0.5);
  color: #ffffff;
  cursor: pointer;
  padding: 4px 12px;
  margin-left: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
ul.section-tabs li:hover,
ul.section-tabs li.active {
  background: #c7c7c7;
}
@media screen and (max-width: 1024px) {
  ul.section-tabs li {
    margin: 0 0 10px 10px;
  }
}
.publications,
.magazines,
.books {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.publications h2,
.magazines h2,
.books h2 {
  margin: 0 0 20px 0;
}
.publications .title-link,
.magazines .title-link,
.books .title-link {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid rgba(68, 68, 68, 0.2);
  background: #ffffff;
  text-decoration: none;
}
.publications .title-link:hover,
.magazines .title-link:hover,
.books .title-link:hover {
  background: #c7c7c7;
  color: #ffffff;
}
.publications .title-link .title-cover,
.magazines .title-link .title-cover,
.books .title-link .title-cover {
  width: 40px;
  height: 60px;
  float: left;
  border-right: 1px solid rgba(68, 68, 68, 0.2);
}
.publications .title-link .title-text,
.magazines .title-link .title-text,
.books .title-link .title-text {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.4em;
  padding: 10px;
  max-height: 50px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.books .books-header {
  float: left;
  width: 100%;
  padding: 10px 15px 10px 35px;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
  background: rgba(68, 68, 68, 0.5);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
.books .books-header h3 {
  color: #ffffff;
  margin: 0;
}
.books .books-header:hover {
  background: #c7c7c7;
}
.books .books-header:before {
  font-family: "Material Icons";
  content: '\e5cc';
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 43px;
  color: #ffffff;
  font-size: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.books .books-header.active:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
/* SEARCH */
.section-filter {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .section-filter {
    margin: 0;
  }
}
ul.filter li.filter-item {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.05);
}
ul.filter li.filter-item .filter-cat {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  color: #c7c7c7;
}
ul.filter li.filter-item .filter-nr {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  color: rgba(68, 68, 68, 0.5);
}
ul.filter li.filter-item ul.filter-sub {
  display: none;
}
ul.filter li.filter-item ul.filter-sub li {
  cursor: pointer;
}
ul.filter li.filter-item ul.filter-sub li:hover {
  color: #c7c7c7;
}
ul.filter li.filter-item li.filter-on {
  background: rgba(199, 199, 199, 0.1);
  padding: 0 5px 0 22px;
  position: relative;
}
ul.filter li.filter-item li.filter-on a:before {
  font-family: "Material Icons";
  font-size: 17px;
  position: absolute;
  left: 3px;
  vertical-align: bottom;
  content: '\e5Cd';
}
.section-title {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  margin: 0 0 40px 0;
}
.section-search {
  position: relative;
}
.section-search p.no-results {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.section-search .search-sort {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-align: right;
  color: rgba(68, 68, 68, 0.5);
}
.section-search .search-sort select {
  color: #444444;
}
.search-term {
  color: #c7c7c7;
}
.search-nr {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: rgba(68, 68, 68, 0.5);
}
@media screen and (max-width: 1024px) {
  .search-nr {
    text-align: left;
  }
}
ul.search-results li.search-item {
  border-bottom: 1px solid rgba(68, 68, 68, 0.05);
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
}
ul.search-results li.search-item .title-cover {
  position: absolute;
  width: 40px;
  height: 60px;
  left: -20px;
  top: 20px;
}
ul.search-results li.search-item a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  color: #000000;
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
ul.search-results li.search-item a:hover {
  color: #c7c7c7;
}
ul.search-results li.search-item .search-term {
  color: #000000;
  font-weight: 600;
  background: rgba(199, 199, 199, 0.15);
  padding: 0 2px;
  margin: 0 -1px;
}
ul.pagination {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  height: 25px;
  line-height: 25px;
}
ul.pagination.top {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  ul.pagination.top {
    margin-top: 2px;
  }
  ul.pagination.top li.page-nr {
    display: none;
  }
  ul.pagination.top li.page-nr.prev {
    display: block;
  }
  ul.pagination.top li.page-nr.next {
    display: block;
  }
}
ul.pagination li.page-nr {
  background: rgba(68, 68, 68, 0.5);
  display: inline-block;
  height: 25px;
  padding: 0 5px;
  text-align: center;
  margin-left: 8px;
  cursor: pointer;
  float: left;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
ul.pagination li.page-nr a {
  color: #ffffff;
}
ul.pagination li.page-nr.active {
  background: #c7c7c7;
}
ul.pagination li.page-nr:hover {
  background: #c7c7c7;
}
ul.pagination li.page-nr.prev,
ul.pagination li.page-nr.next {
  padding: 0;
  background: rgba(68, 68, 68, 0.8);
}
ul.pagination li.page-nr.prev .material-icons,
ul.pagination li.page-nr.next .material-icons {
  line-height: inherit;
}
ul.pagination li.page-nr.prev:hover,
ul.pagination li.page-nr.next:hover {
  background: #c7c7c7;
}
/* ARTICLE */
.article-page {
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.section-title .title-links {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.section-title img.title-cover-full {
  float: left;
  width: 60px;
  height: auto;
  margin: 0 10px 10px 0;
}
.section-title ul.meta-info {
  margin-bottom: 10px;
}
.section-title a.title-item-link {
  float: left;
  background: #787878;
  color: #ffffff;
  padding: 2px 5px;
  margin: 0 5px 10px 0;
  display: block;
}
.section-title a.title-item-link:hover {
  background: #c7c7c7;
}
/* VAKBASE CONTENT STYLING */
article.main.vakbase-content-listing {
  padding: 30px 40px;
  margin: 0 0 40px 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
@media screen and (max-width: 480px) {
  article.main.vakbase-content-listing {
    padding: 20px;
  }
}
article.main.vakbase-content {
  padding: 30px 40px;
  margin: 0 0 40px 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
@media screen and (max-width: 480px) {
  article.main.vakbase-content {
    padding: 20px;
  }
}
article.main.vakbase-content .da-document {
  position: relative;
}
article.main.vakbase-content .da-document .Quote,
article.main.vakbase-content .da-document .Bron,
article.main.vakbase-content .da-document .heading_8,
article.main.vakbase-content .da-document .Auteur {
  font-style: italic;
}
article.main.vakbase-content .da-document .Bron {
  opacity: 0.6;
}
article.main.vakbase-content .da-document .Title {
  font-size: 32px;
  font-weight: bold;
}
article.main.vakbase-content .da-document .Uitgever {
  text-transform: uppercase;
}
article.main.vakbase-content .da-document .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 99;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
article.main.vakbase-content .Margewoord {
  display: none;
  float: left;
  max-width: 25px !important;
  height: auto !important;
  margin: 0 0 0 -31px;
}
article.main.vakbase-content .heading_9,
article.main.vakbase-content .heading_8,
article.main.vakbase-content .heading_7 {
  display: block;
  font-weight: 600;
}
article.main.vakbase-content .heading_9 {
  margin-bottom: 0.5em;
}
article.main.vakbase-content .call-to-actions {
  background: rgba(68, 68, 68, 0.1);
  padding: 20px;
}
article.main.vakbase-content .call-to-actions .call-to-action {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  min-height: 180px;
  position: relative;
}
article.main.vakbase-content .call-to-actions .call-to-action .button {
  position: absolute;
  bottom: 15px;
  margin-right: 10px;
  text-decoration: none;
}
article.main.vakbase-content a {
  text-decoration: underline;
}
article.main.vakbase-content a[target=_blank]:after {
  font-family: "Material Icons";
  font-size: 17px;
  display: inline-block;
  padding-left: 3px;
  vertical-align: bottom;
  color: #444444;
  content: '\e89e';
}
article.main.vakbase-content a[target=_blank].button:after {
  color: #FFF;
}
article.main.vakbase-content img {
  max-width: 100%;
  height: auto;
}
article.main.vakbase-content p:last-child {
  margin: 0;
}
article.main.vakbase-content div.caption-figure,
article.main.vakbase-content p.caption,
article.main.vakbase-content p.Caption,
article.main.vakbase-content p.onderschrift,
article.main.vakbase-content p.Onderschrift {
  color: rgba(68, 68, 68, 0.8);
  font-size: 13px;
  margin-bottom: 10px;
}
article.main.vakbase-content .boxRef,
article.main.vakbase-content .kader,
article.main.vakbase-content .Wetingang,
article.main.vakbase-content .Kader {
  background: rgba(68, 68, 68, 0.05);
  padding: 15px;
  margin-bottom: 20px;
}
article.main.vakbase-content ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0 0 0 25px;
}
article.main.vakbase-content ul > li {
  position: relative;
}
article.main.vakbase-content ul > li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: rgba(199, 199, 199, 0.5);
  position: absolute;
  left: -25px;
  top: 7px;
}
article.main.vakbase-content ul > li p {
  margin: 0;
}
article.main.vakbase-content ul.lower-alpha {
  list-style: none;
  counter-reset: item;
}
article.main.vakbase-content ul.lower-alpha > li {
  position: relative;
}
article.main.vakbase-content ul.lower-alpha > li:before {
  content: '';
  background: none;
  content: counter(item, lower-alpha);
  counter-increment: item;
  font-weight: 600;
  color: #c7c7c7;
  position: absolute;
  left: -25px;
  top: 0;
}
article.main.vakbase-content ul:last-child {
  margin: 0;
}
article.main.vakbase-content ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 25px;
  counter-reset: item;
  list-style-type: none;
}
article.main.vakbase-content ol > li {
  position: relative;
}
article.main.vakbase-content ol > li:before {
  content: counter(item);
  counter-increment: item;
  font-weight: 600;
  color: #c7c7c7;
  position: absolute;
  left: -25px;
  top: 0;
}
article.main.vakbase-content ol:last-child {
  margin: 0;
}
article.main.vakbase-content ol.number > li {
  position: relative;
}
article.main.vakbase-content ol.number > li:before {
  content: counter(item);
  counter-increment: item;
  font-weight: 600;
  color: #c7c7c7;
  position: absolute;
  left: -25px;
  top: 0;
}
article.main.vakbase-content ol.number > li p {
  margin: 0;
}
article.main.vakbase-content ol[type="a"] > li,
article.main.vakbase-content ol.letter > li {
  position: relative;
}
article.main.vakbase-content ol[type="a"] > li:before,
article.main.vakbase-content ol.letter > li:before {
  content: counter(item, lower-alpha);
  counter-increment: item;
  font-weight: 600;
  color: #c7c7c7;
  position: absolute;
  left: -25px;
  top: 0;
}
article.main.vakbase-content ol[type="a"] > li p,
article.main.vakbase-content ol.letter > li p {
  margin: 0;
}
article.main.vakbase-content ul li ul,
article.main.vakbase-content ul li ol,
article.main.vakbase-content ol li ol,
article.main.vakbase-content ol li ul {
  margin: 0;
}
article.main.vakbase-content .table-container {
  width: 100%;
  overflow-x: auto;
  margin: 0 0 20px 0;
}
article.main.vakbase-content table {
  min-width: 100%;
  line-height: 1.6em;
  border-spacing: 0;
  background: #ffffff;
}
article.main.vakbase-content table thead tr {
  background: rgba(199, 199, 199, 0.25);
  font-weight: 600;
}
article.main.vakbase-content table thead tr td {
  border: 1px solid #c7c7c7;
}
article.main.vakbase-content table tr td {
  padding: 3px 6px;
  font-size: 13px;
  border: 1px solid #aaaaaa;
}
article.main.vakbase-content table tr:nth-child(2n) {
  background: rgba(68, 68, 68, 0.05);
}
article.main.vakbase-content table p {
  margin: 0;
}
.section-bottom.nav {
  height: inherit;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.section-bottom.nav a.article-nav {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #444444;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.section-bottom.nav a.article-nav:hover {
  color: #c7c7c7;
}
.section-bottom.nav a.article-nav:hover > .nav-text:before,
.section-bottom.nav a.article-nav:hover > .nav-text:after {
  background: #c7c7c7;
}
.section-bottom.nav a.article-nav.prev {
  float: left;
}
.section-bottom.nav a.article-nav.next {
  float: right;
  text-align: right;
}
.section-bottom.nav .nav-text {
  margin-bottom: 10px;
}
.section-bottom.nav .nav-text:before,
.section-bottom.nav .nav-text:after {
  font-family: "Material Icons";
  font-size: 20px;
  display: inline-block;
  vertical-align: sub;
  color: #ffffff;
  background: rgba(68, 68, 68, 0.8);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.section-bottom.nav .nav-text.prev:before {
  content: '\e5cb';
  margin-right: 6px;
}
.section-bottom.nav .nav-text.next:after {
  content: '\e5cc';
  margin-left: 6px;
}
.section-bottom.nav .nav-title {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.4em;
}
/* TOETSEN */
article.main.vakbase-content.toets .caption h1 {
  font-size: 16px;
  margin: 20px 0 10px 0;
}
article.main.vakbase-content.toets .caption h2 {
  font-size: 14px;
  margin: 0 0 20px 0;
}
article.main.vakbase-content.toets .caption p {
  margin-bottom: 20px;
}
article.main.vakbase-content ol.toets a {
  display: block;
  padding: 5px 30px 5px 10px;
  margin-bottom: 10px;
  background: rgba(68, 68, 68, 0.05);
  color: #000000;
  text-decoration: none;
}
article.main.vakbase-content ol.toets a:hover,
article.main.vakbase-content ol.toets a.active {
  background: #c7c7c7;
  color: #ffffff;
}
article.main.vakbase-content ol.resultaat li {
  display: block;
  padding: 5px 30px 5px 10px;
  margin-bottom: 10px;
  background: rgba(68, 68, 68, 0.05);
  color: #000000;
  text-decoration: none;
  position: relative;
}
article.main.vakbase-content ol.resultaat li.goed {
  background: #2cc42c;
  color: #ffffff;
}
article.main.vakbase-content ol.resultaat li.goed:after {
  font-family: "Material Icons";
  content: '\E86C';
  font-size: 24px;
  position: absolute;
  right: 5px;
  top: 5px;
}
article.main.vakbase-content ol.resultaat li.fout {
  background: #be1e2d;
  color: #ffffff;
}
article.main.vakbase-content ol.resultaat li.fout:after {
  font-family: "Material Icons";
  content: '\E5C9';
  font-size: 24px;
  position: absolute;
  right: 5px;
  top: 5px;
}
article.main.vakbase-content .toelichting {
  background: rgba(68, 68, 68, 0.05);
  padding: 15px;
  margin-bottom: 25px;
}
article.main.vakbase-content .toelichting num {
  float: left;
  margin-right: 10px;
  font-weight: 600;
}
article.main.vakbase-content .toets-buttons {
  margin-bottom: 5px;
}
article.main.vakbase-content .toets-buttons a.button {
  text-decoration: none;
}
/* INHOUDSOPGAVE */
.section-toc {
  margin: 0 0 40px 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-toc ul#toc {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}
.section-toc ul#toc li {
  border-bottom: 1px solid rgba(68, 68, 68, 0.05);
  margin: 0;
  display: block;
  color: #444444;
  cursor: pointer;
  position: relative;
}
.section-toc ul#toc li:first-letter {
  text-transform: capitalize;
}
.section-toc ul#toc li p {
  padding: 5px 25px 5px 20px;
  margin: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.section-toc ul#toc li p:hover {
  background: rgba(120, 120, 120, 0.1);
}
.section-toc ul#toc li a {
  padding: 5px 25px 5px 20px;
  display: block;
  color: #444444;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.section-toc ul#toc li a:hover {
  background: rgba(120, 120, 120, 0.1);
}
.section-toc ul#toc li.active {
  background: rgba(120, 120, 120, 0.02);
  color: #787878;
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
}
.section-toc ul#toc li.level-2 {
  font-size: 16px;
}
.section-toc ul#toc li.level-3 {
  font-size: 14px;
  font-weight: 400;
}
.section-toc ul#toc li.folder:before {
  font-family: "Material Icons";
  content: '\e145';
  position: absolute;
  left: 2px;
  top: 5px;
}
.section-toc ul#toc li.folder.open:before {
  content: '\e15b';
}
.section-toc ul#toc li.document {
  font-size: 14px;
  font-weight: 400;
}
.section-toc ul#toc li.document a:after {
  font-family: "Material Icons";
  content: '\e5cc';
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.section-toc ul#toc li.document.active {
  background: #787878;
}
.section-toc ul#toc li.document.active a {
  color: #ffffff;
}
.section-toc ul#toc li.level-1:first-child {
  border-top: 1px solid rgba(68, 68, 68, 0.05);
}
.section-toc ul#toc li.level-1:first-child.active {
  border-top: 1px solid #787878;
}
@media screen and (max-width: 768px) {
  .section-toc {
    margin: 0;
  }
}
#toc ul {
  display: none;
}
#toc li.active > ul {
  display: block;
}
@media screen and (max-width: 768px) {
  .mobile-menu-container {
    position: fixed;
    background: #ffffff;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    z-index: 999;
    width: 90%;
    top: 0;
    right: -90%;
    bottom: 0;
    overflow-y: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .mobile-menu-container.open {
    right: 0;
  }
}
.mobile-overlay {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(68, 68, 68, 0.6);
  z-index: 998;
  display: none;
}
.mobile-slide-buttons {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-slide-buttons {
    display: block;
  }
}
.mobile-slide {
  background: #787878;
  color: #ffffff;
  padding: 0 5px;
  text-align: right;
  margin-bottom: 20px;
}
.mobile-slide:after {
  font-family: "Material Icons";
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.mobile-slide.toc:after {
  content: '\e896';
}
.mobile-slide.filter:after {
  content: '\e152';
}
/* ALGEMENE TEKST PAGINA */
.section-text-page {
  padding: 30px 40px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 480px) {
  .section-text-page {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
/* ALLE VAKBASES PAGINA */
.vakbase-item-container {
  position: relative;
}
.vakbase-item {
  border: 1px solid rgba(68, 68, 68, 0.2);
  display: block;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  position: relative;
  margin: 0 0 40px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.vakbase-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.vakbase-item:hover {
  border: 1px solid #c7c7c7;
}
.vakbase-item:hover:after {
  background: rgba(68, 68, 68, 0.1);
}
.vakbase-label {
  padding: 0 10px;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  position: absolute;
  right: 6px;
  top: -12px;
  height: 24px;
  line-height: 24px;
  background: #aaaaaa;
  color: #ffffff;
}
.vakbase-label.active {
  background: #2cc42c;
  color: #ffffff;
}
/* FOOTER */
footer {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.8em;
  background: #787878;
  color: #ffffff;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
footer .wrapper {
  position: relative;
  z-index: 5;
}
footer .footer-top {
  margin: 0 0 40px 0;
}
footer ul.footer-contact {
  padding: 0 0 20px 0;
}
footer ul.footer-contact .contact-icon:before {
  font-family: "Material Icons";
  font-size: 18px;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  background: #c7c7c7;
  text-align: center;
  margin-right: 10px;
}
footer ul.footer-contact .telephone:before {
  content: '\e0cd';
}
footer ul.footer-contact .time:before {
  content: '\e8ae';
}
footer ul.footer-contact .mail:before {
  content: '\e0be';
}
footer h2 {
  color: #c7c7c7;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #c7c7c7;
}
@media screen and (max-width: 480px) {
  footer ul.footer-contact,
  footer .footer-links ul {
    margin: 0 0 20px 0;
    border-bottom: 2px solid #c7c7c7;
  }
}
footer .footer-links ul {
  padding: 0 0 20px 20px;
}
footer .footer-links ul li {
  position: relative;
}
footer .footer-links ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: rgba(170, 170, 170, 0.5);
  position: absolute;
  left: -20px;
  top: 7px;
}
footer img.footer-logo {
  width: 50%;
  height: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  footer img.footer-logo {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  footer img.footer-logo {
    width: 80%;
  }
}
footer .footer-line {
  height: 2px;
  width: 100%;
  background: #c7c7c7;
  margin: 0 0 20px 0;
}
/* GEPLAATST DOOR GUIDO */
.da-document section {
  box-shadow: none;
}
.context-search-area {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
  height: 70px;
}
.context-search-area input[type=text] {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  font-size: 16px;
  height: 30px;
  width: 80%;
  background: #ffffff;
  padding: 5px 6px;
  box-sizing: border-box;
  border: 1px solid rgba(120, 120, 120, 0.5);
  float: left;
}
.context-search-area input[type=text]:focus {
  color: #787878;
  outline: none;
}
.context-search-area input[type=text]::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.2);
}
.context-search-area input[type=text]::-moz-placeholder {
  color: rgba(68, 68, 68, 0.2);
}
.context-search-area input[type=text]:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.2);
}
.context-search-area input[type=text]:-moz-placeholder {
  color: rgba(68, 68, 68, 0.2);
}
.context-search-area button.search-button {
  font-size: 18px;
  background: #c7c7c7;
  color: #ffffff;
  border: none;
  height: 30px;
  width: 30px;
  float: left;
  line-height: 30px;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.context-search-area button.search-button:hover {
  background: #787878;
}
.context-search-area h4 {
  color: #787878;
}
body.flowpaper header {
  margin: 0;
  padding: 1% 1% 0 1%;
}
body.flowpaper header .header-top {
  margin: 0 1% 0 1%;
}
body.flowpaper header .header-top h3 {
  line-height: 50px;
  margin-right: 1%;
}
body.flowpaper header .header-top h3 i {
  font-size: 14px;
}
body.flowpaper .article-page {
  margin: 0 2% 0 2%;
  background: rgba(204, 204, 204, 0.05);
}
body.flowpaper .flowpaper_lblTotalPages {
  line-height: 100%;
}
body.flowpaper .flowpaper_toolbarstd {
  background: #cccccc;
}
body.flowpaper .flowpaper_tbbutton {
  background: #cccccc;
}
body.flowpaper .flowpaper_tbbutton:hover {
  background: #9c9c9c;
  border: 1px solid #9c9c9c;
}
body.flowpaper .flowpaper_tbbutton_pressed {
  background: #b6b6b6;
  border: 1px solid #bb6b6;
}
body.flowpaper .flowpaper_tbbutton_pressed:hover {
  background: #b6b6b6;
  border: 1px solid #b6b6b6;
}
body.flowpaper .flowpaper_viewer_gradient {
  background: #e9e9e9;
}
body.flowpaper .flowpaper_viewer_wrap {
  background: #e9e9e9;
}
body.flowpaper #toolbar_documentViewer_annotations_container {
  display: none;
}
body.flowpaper #printFrame_documentViewer {
  display: none;
}
.footnote_container {
  margin-top: 20px;
  position: relative;
}
.footnote_container .footnote_sup {
  position: absolute;
  left: 0;
  top: 9px;
}
.footnote_container .footnote_text {
  padding-left: 20px;
  font-size: 11px;
}
