@charset "UTF-8";
/* Normalize */
/*! normalize.css v3.0.2 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

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

/**
 * Improve readability 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -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, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

/* Variables */
/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Calendar
   ========================================================================== */
/* ==========================================================================
   Font Sizes
   ========================================================================== */
/* ==========================================================================
   Width grid and gaps
   ========================================================================== */
/* ==========================================================================
   Box Shadow
   ========================================================================== */
/* Bootstrap (only grid mediaqueries and utilities) */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  margin-bottom: 40px;
}

.col-xs-1:last-child, .col-sm-1:last-child, .col-md-1:last-child, .col-lg-1:last-child, .col-xs-2:last-child, .col-sm-2:last-child, .col-md-2:last-child, .col-lg-2:last-child, .col-xs-3:last-child, .col-sm-3:last-child, .col-md-3:last-child, .col-lg-3:last-child, .col-xs-4:last-child, .col-sm-4:last-child, .col-md-4:last-child, .col-lg-4:last-child, .col-xs-5:last-child, .col-sm-5:last-child, .col-md-5:last-child, .col-lg-5:last-child, .col-xs-6:last-child, .col-sm-6:last-child, .col-md-6:last-child, .col-lg-6:last-child, .col-xs-7:last-child, .col-sm-7:last-child, .col-md-7:last-child, .col-lg-7:last-child, .col-xs-8:last-child, .col-sm-8:last-child, .col-md-8:last-child, .col-lg-8:last-child, .col-xs-9:last-child, .col-sm-9:last-child, .col-md-9:last-child, .col-lg-9:last-child, .col-xs-10:last-child, .col-sm-10:last-child, .col-md-10:last-child, .col-lg-10:last-child, .col-xs-11:last-child, .col-sm-11:last-child, .col-md-11:last-child, .col-lg-11:last-child, .col-xs-12:last-child, .col-sm-12:last-child, .col-md-12:last-child, .col-lg-12:last-child {
  margin-bottom: 0;
}

.col-xs-1.no-margin, .col-sm-1.no-margin, .col-md-1.no-margin, .col-lg-1.no-margin, .col-xs-2.no-margin, .col-sm-2.no-margin, .col-md-2.no-margin, .col-lg-2.no-margin, .col-xs-3.no-margin, .col-sm-3.no-margin, .col-md-3.no-margin, .col-lg-3.no-margin, .col-xs-4.no-margin, .col-sm-4.no-margin, .col-md-4.no-margin, .col-lg-4.no-margin, .col-xs-5.no-margin, .col-sm-5.no-margin, .col-md-5.no-margin, .col-lg-5.no-margin, .col-xs-6.no-margin, .col-sm-6.no-margin, .col-md-6.no-margin, .col-lg-6.no-margin, .col-xs-7.no-margin, .col-sm-7.no-margin, .col-md-7.no-margin, .col-lg-7.no-margin, .col-xs-8.no-margin, .col-sm-8.no-margin, .col-md-8.no-margin, .col-lg-8.no-margin, .col-xs-9.no-margin, .col-sm-9.no-margin, .col-md-9.no-margin, .col-lg-9.no-margin, .col-xs-10.no-margin, .col-sm-10.no-margin, .col-md-10.no-margin, .col-lg-10.no-margin, .col-xs-11.no-margin, .col-sm-11.no-margin, .col-md-11.no-margin, .col-lg-11.no-margin, .col-xs-12.no-margin, .col-sm-12.no-margin, .col-md-12.no-margin, .col-lg-12.no-margin {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    margin-bottom: 0;
  }
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.col-title {
  height: 24px;
  margin-bottom: 10px;
}

.col-doelgroep {
  margin-bottom: 0;
}

.col-doelgroep:last-child {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .col-doelgroep {
    margin-bottom: 40px;
  }
}

/* Mixins */
/* Fonts */
/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'indicons';
  src: url("../fonts/indicons.eot");
  src: url("../fonts/indicons.eot?#iefix") format("embedded-opentype"), url("../fonts/indicons.woff") format("woff"), url("../fonts/indicons.ttf") format("truetype"), url("../fonts/indicons.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sans";
  src: url("../fonts/ROsanswebtextregular.eot?") format("embedded-opentype"), url("../fonts/ROsanswebtextregular.woff") format("opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Sans";
  src: url("../fonts/ROsanswebtextitalic.eot?") format("embedded-opentype"), url("../fonts/ROsanswebtextitalic.woff") format("opentype");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "Sans";
  src: url("../fonts/ROsanswebtextbold.eot?") format("embedded-opentype"), url("../fonts/ROsanswebtextbold.woff") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Serif";
  src: url("../fonts/ROserifwebregular.eot?") format("embedded-opentype"), url("../fonts/ROserifwebregular.woff") format("opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Serif";
  src: url("../fonts/ROserifwebitalic.eot?") format("embedded-opentype"), url("../fonts/ROserifwebitalic.woff") format("opentype");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "Serif";
  src: url("../fonts/ROserifwebbold.eot?") format("embedded-opentype"), url("../fonts/ROserifwebbold.woff") format("opentype");
  font-weight: bold;
  font-style: normal;
}

/* Hacks om specifieke liferay bucks te fixen. (Is alleen nodig als dit binnen liferay wordt gedraaid.) */
.taglib-portal-message {
  display: none;
}

.alert.alert-info {
  display: none;
}

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 0;
}

/* Hacks om specifieke sharepoint bucks te fixen. (Is alleen nodig als dit binnen sharepoint wordt gedraaid.) */
/* Session Timeout */
.popup-alert-notice, .popup-alert-warning {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #fae9e8;
  color: #000000;
  border: none;
  text-shadow: none;
  min-height: 100px;
  padding: 26px 80px;
  padding-top: 81px;
}

.popup-alert-notice:before, .popup-alert-warning:before {
  position: absolute;
  top: 26px;
  left: 50%;
  margin-left: -20px;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e815";
  font-size: 35px;
  line-height: 35px;
  color: #d52b1e;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 768px) {
  .popup-alert-notice, .popup-alert-warning {
    padding: 38px 80px;
    padding-left: 140px;
  }
  .popup-alert-notice:before, .popup-alert-warning:before {
    top: 50%;
    margin-top: -17px;
    left: 80px;
    margin-left: 0;
  }
}

/* Liferay Dockbar */
.portlet-dockbar {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
}

/* Open Layers Maps */
.ol-control {
  padding: 0;
  background: none;
}

.ol-control .ol-zoom {
  top: 10px;
  left: 10px;
}

.ol-control:hover {
  background: none;
}

.ol-control button {
  font-size: 24px;
  width: 40px;
  height: 40px;
  background-color: rgba(143, 202, 231, 0.9);
}

.ol-control button:hover {
  background-color: #01689B;
}

/* Slick Slider */
.slick-track {
  line-height: 0;
  font-size: 0;
}

/* Helpers */
.bg-gray {
  background-color: #EEEEEE;
}

.bg-gray-dark {
  background-color: #DEDEDE;
}

.bg-gray-light {
  background-color: #f7f9f9;
}

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

.bg-triangles-on-gray {
  position: relative;
}

.bg-triangles-on-gray:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #FFF transparent transparent transparent;
  content: "";
}

.bg-triangles-on-gray:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #EEEEEE transparent transparent transparent;
  content: "";
}

.bg-white-left {
  background-color: #FFF;
}

.bg-white-right {
  background-color: #FFF;
}

.blue {
  color: #01689B;
}

.blue-dark {
  color: #154273;
}

.green {
  color: #39870c;
}

.purple {
  color: #42145f;
}

.margin {
  margin-bottom: 40px;
}

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

.margin-small {
  margin-bottom: 8px;
}

.margin-small:last-child {
  margin-bottom: 0;
}

.margin-medium {
  margin-bottom: 30px;
}

.margin-medium:last-child {
  margin-bottom: 0;
}

.margin-big {
  margin-bottom: 80px;
}

.margin-big:last-child {
  margin-bottom: 0;
}

.margin-right {
  margin-right: 20px;
}

.no-margin {
  margin-bottom: 0 !important;
}

.padded {
  padding-top: 40px;
  padding-bottom: 80px;
}

.padded-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padded-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padded-top {
  padding-top: 40px;
}

.padded-bottom {
  padding-bottom: 80px;
}

.padded-bottom-small {
  padding-bottom: 20px;
}

.padded-bottom-medium {
  padding-bottom: 40px;
}

.relative {
  position: relative;
}

.center {
  text-align: center;
}

.overflow-visible {
  overflow: visible !important;
}

@media (min-width: 768px) {
  .bg-white-left-sm {
    position: relative;
    z-index: 0;
    background-color: #EEEEEE;
  }
  .bg-white-left-sm:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 50%;
    content: "";
    background-color: #FFF;
  }
  .bg-white-right-sm {
    position: relative;
    z-index: 0;
    background-color: #EEEEEE;
  }
  .bg-white-right-sm:before {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 50%;
    content: "";
    background-color: #FFF;
  }
}

@media (min-width: 992px) {
  .margin.col-md-6:nth-last-child(2) {
    margin-bottom: 0;
  }
  .padded-desktop {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .bg-white-left-md {
    position: relative;
    z-index: 0;
    background-color: #EEEEEE;
  }
  .bg-white-left-md:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 50%;
    content: "";
    background-color: #FFF;
  }
  .bg-white-right-md {
    position: relative;
    z-index: 0;
    background-color: #EEEEEE;
  }
  .bg-white-right-md:before {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 50%;
    content: "";
    background-color: #FFF;
  }
}

/* ==========================================================================
   Icons
   ========================================================================== */
[class^="indicon-"]:not(.indicon-up-open):not(.indicon-down-open):not(.indicon-left-open):not(.indicon-right-open), [class*=" indicon-"]:not(.indicon-up-open):not(.indicon-down-open):not(.indicon-left-open):not(.indicon-right-open) {
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
}

a [class^="indicon-"]:before, a [class*=" indicon-"]:before {
  text-decoration: none;
}

.module-loading-icon {
  opacity: 0;
}

.module-loading-icon.loaded {
  opacity: 1;
}

.indicon-left:before {
  content: "\e809";
}

.indicon-right:before {
  content: "\e80A";
}

.indicon-up:before {
  content: "\e808";
}

.indicon-down:before {
  content: "\e80B";
}

.indicon-left-open:before {
  display: inline-block;
  content: "›";
  transform: rotate(180deg);
  transform-origin: center center;
}

.indicon-right-open:before {
  display: inline-block;
  content: "›";
}

.indicon-up-open:before {
  display: inline-block;
  content: "›";
  transform: rotate(-90deg);
  transform-origin: center center;
}

.indicon-down-open:before {
  display: inline-block;
  content: "›";
  transform: rotate(90deg);
  transform-origin: center center;
}

.indicon-left-open-light:before {
  content: "\e822";
}

.indicon-right-open-light:before {
  content: "\e823";
}

.indicon-up-open-light:before {
  content: "\e824";
}

.indicon-down-open-light:before {
  content: "\e825";
}

.indicon-left-arrow:before {
  content: "\e82F";
}

.indicon-right-arrow:before {
  content: "\e830";
}

.indicon-up-arrow:before {
  content: "\e82E";
}

.indicon-down-arrow:before {
  content: "\e82D";
}

.indicon-facebook:before {
  content: "\e827";
}

.indicon-twitter:before {
  content: "\e820";
}

.indicon-linkedin:before {
  content: "\e826";
}

.indicon-avatar:before {
  content: "\e813";
}

.indicon-email:before, .indicon-contact:before {
  content: "\e816";
}

.indicon-contact:before {
  content: "\e814";
}

.indicon-phone:before {
  content: "\e817";
}

.indicon-calendar:before {
  content: "\e828";
}

.indicon-hamburger:before {
  content: "\e81D";
}

.indicon-filter:before {
  content: "\e81C";
}

.indicon-search:before {
  content: "\e806";
}

.indicon-logout:before {
  content: "\e812";
}

.indicon-back:before {
  content: "\e80F";
}

.indicon-ok:before {
  content: "\e800";
}

.indicon-cancel:before {
  content: "\e803";
}

.indicon-warning:before {
  content: "\e810";
}

.indicon-info:before {
  content: "\e852";
}

.indicon-warning-full:before {
  content: "\e834";
}

.indicon-edit:before {
  content: "\e80c";
}

.indicon-account:before {
  content: "\e838";
}

.indicon-medewerkers:before {
  content: "\e839";
}

.indicon-upload:before {
  content: "\e83a";
}

.indicon-eherkenning:before {
  content: "\e80D";
}

.indicon-geregistreerd:before {
  content: "\e81E";
}

.indicon-afgehandeld:before {
  content: "\e818";
}

.indicon-ingediend:before {
  content: "\e81F";
}

.indicon-afgewezen:before {
  content: "\e819";
}

.indicon-onvolledig:before {
  content: "\e815";
}

.indicon-inbehandeling:before {
  content: "\e81A";
}

.indicon-uitgereikt:before, .indicon-ingewilligd:before, .indicon-inwilliging:before {
  content: "\e81B";
}

.indicon-aanvragen:before {
  content: "\e82A";
}

.indicon-status:before {
  content: "\e81A";
}

.indicon-verlengen:before {
  content: "\e829";
}

.indicon-locatie:before {
  content: "\e82B";
}

.indicon-referent:before {
  content: "\e831";
}

.indicon-download:before {
  content: "\e8AD";
}

.indicon-close:before {
  content: "\e832";
}

.indicon-login:before {
  content: "\e833";
}

.indicon-teloscope:before {
  content: "\e844";
}

.indicon-checklist:before {
  content: "\e845";
}

.indicon-document:before {
  content: "\e81E";
}

.indicon-document-full:before {
  content: "\e836";
}

.indicon-question:before {
  content: "\e835";
}

.indicon-email-closed:before {
  content: "\e837";
}

.indicon-gebouw:before {
  content: "\e84e";
}

.indicon-pers:before {
  content: "\e84f";
}

/* Standard */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  background-color: #DEDEDE !important;
}

body {
  overflow: hidden;
  overflow-y: auto;
  background-color: #DEDEDE !important;
  padding: 0 !important;
}

body.locked {
  overflow: hidden;
}

.overflow-wrapper {
  overflow: hidden;
  min-height: 100vh;
}

figure, img {
  max-width: 100%;
  margin: 0;
}

figure:last-child, img:last-child {
  margin-bottom: 0;
}

figure.overpadded, img.overpadded {
  max-width: none;
  width: calc(100% + 40px);
  margin-left: calc(0px - 20px);
}

hr {
  margin: 50px 0;
  border: 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid white;
}

figure {
  position: relative;
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
}

figure img {
  width: 100%;
  margin-bottom: 0;
}

figure figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  color: #FFF;
}

figure figcaption:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient( transparent, rgba(0, 0, 0, 0.5)) left repeat;
  background: linear-gradient( transparent, rgba(0, 0, 0, 0.5)) left repeat;
  content: "";
}

@media (min-width: 768px) {
  .bg-white-right-sm figure.overpadded, .bg-white-right-sm img.overpadded {
    width: calc(100% + 20px);
  }
  .bg-white-left-sm figure.overpadded, .bg-white-left-sm img.overpadded {
    width: calc(100% + 20px);
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .bg-white-right-md figure.overpadded, .bg-white-right-md img.overpadded {
    width: calc(100% + 20px);
  }
  .bg-white-left-md figure.overpadded, .bg-white-left-md img.overpadded {
    width: calc(100% + 20px);
    margin-left: 0;
  }
}

html, body, button, h1, h2, h3, .h1, .h2, .h3, p, code, ul, ol, div, blockquote, form, fieldset, label, .button, input, select, textarea, blockquote {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;
  -apple-font-smoothing: antialiased;
  font-smooth: always;
  font-family: "Sans", Arial, Verdana;
  font-size: 18px;
  line-height: 24px;
}

h1, h2, h3, .h1, .h2, .h3, p, code, ul, ol, blockquote, button, .button, form, fieldset, .styled-select {
  margin-top: 0;
  margin-bottom: 20px;
}

h1:last-child, h2:last-child, h3:last-child, .h1:last-child, .h2:last-child, .h3:last-child, p:last-child, code:last-child, ul:last-child, ol:last-child, blockquote:last-child, button:last-child, .button:last-child, form:last-child, fieldset:last-child, .styled-select:last-child {
  margin-bottom: 0;
}

p .button {
  margin-bottom: 0;
}

code {
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #000000;
  padding: 4px 10px;
}

h1, h2, h3, .h1, .h2, .h3 {
  color: #154273;
  font-weight: bold;
}

h1, .h1 {
  font-size: 45px;
  line-height: 45px;
  font-weight: normal;
  margin-bottom: 30px;
}

h2, .h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

h3, .h3 {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.intro {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  font-style: italic;
}

.big {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  color: #42145f;
}

.small {
  font-size: 16px;
  line-height: 20px;
  color: #B0B0B0;
  font-style: italic;
}

.phone-big, .phone-big a {
  font-size: 45px;
  line-height: 45px;
  color: #000000;
  text-decoration: none;
}

a {
  color: #01689B;
  text-decoration: underline;
}

a:hover {
  color: #154273;
}

time {
  color: #B0B0B0;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
}

h1 time, .h1 time {
  display: block;
  margin-top: 4px;
}

blockquote {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  padding: 0 20px;
  font-size: 45px;
  line-height: 45px;
  font-style: italic;
}

blockquote:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #8fcae7;
  content: "";
}

.error {
  color: #d52b1e;
}

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

ul li {
  margin-left: 20px;
}

ul ul, ul ol {
  margin-top: 4px;
}

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

ul.checklist li {
  position: relative;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 20px;
}

ul.checklist li:last-child {
  margin-bottom: 0;
}

ul.checklist li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e800 ";
  color: #39870c;
  font-size: 10px;
}

ul.checklist ul {
  margin-top: 4px;
  padding-left: 20px;
}

ul.checklist ul li {
  padding-left: 0;
}

ul.checklist ul li:before {
  display: none;
}

ul.checklist ol {
  margin-top: 4px;
  padding-left: 20px;
}

ul.checklist ol li {
  padding-left: 36px;
}

ul.checklist ol li:before {
  left: 12px;
}

.link {
  display: inline-block;
  position: relative;
  margin-bottom: 4px;
  margin-left: 0;
  padding-left: 28px;
  color: #01689B;
  text-decoration: none;
}

.link a {
  text-decoration: none;
}

.link:hover {
  color: #154273;
}

.link:last-child {
  margin-bottom: 0;
}

.link:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #01689B;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  text-indent: 1px;
  font-size: 20px;
  line-height: 17px;
  font-weight: bold;
  content: "›";
}

.link:hover:before {
  border: 2px solid #154273;
}

.highlight {
  padding: 0 4px;
  background-color: #F9E11E;
}

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

ul.linklist li {
  position: relative;
  margin-bottom: 4px;
  margin-left: 0;
  padding-left: 28px;
  color: #01689B;
  text-decoration: none;
}

ul.linklist li a {
  text-decoration: none;
}

ul.linklist li:hover {
  color: #154273;
}

ul.linklist li:last-child {
  margin-bottom: 0;
}

ul.linklist li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #01689B;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  text-indent: 1px;
  font-size: 20px;
  line-height: 17px;
  font-weight: bold;
  content: "›";
}

ul.linklist li:hover:before {
  border: 2px solid #154273;
}

ul.lined li {
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #EEEEEE;
}

ol {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

ol li {
  margin-bottom: 12px;
  position: relative;
  counter-increment: step-counter;
  padding-left: 36px;
}

ol li:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 22px;
  border: 2px solid #FFF;
  background-color: #8fcae7;
  border-radius: 50%;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  color: white;
  content: counter(step-counter);
}

ol li:before {
  position: absolute;
  left: 12px;
  top: 0;
  width: 2px;
  height: calc(100% + 20px);
  background-color: #8fcae7;
  content: "";
}

ol li:last-child:before {
  display: none;
}

li {
  margin-bottom: 6px;
}

li:last-child {
  margin-bottom: 0;
}

.font-size-small {
  font-size: 16px;
  line-height: 20px;
}

.font-size-base {
  font-size: 18px;
  line-height: 24px;
}

.font-size-medium {
  font-size: 20px;
  line-height: 24px;
}

.font-size-large {
  font-size: 24px;
  line-height: 28px;
}

.font-size-medium-large {
  font-size: 36px;
  line-height: 42px;
}

.font-size-extra-large {
  font-size: 45px;
  line-height: 45px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
button {
  border: none;
}

.button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 8px 20px;
  border: none;
  background-color: #154273;
  text-decoration: none;
  text-align: center;
  color: #FFF;
}

.button.button-full {
  width: 100%;
}

.button [class^="indicon-"], .button [class*=" indicon-"] {
  margin-left: 20px;
}

.button .indicon-left-open {
  margin-left: 0px;
  margin-right: 20px;
}

.button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #01689B;
  content: "";
  -webkit-transition: top 100ms ease-out;
  -moz-transition: top 100ms ease-out;
  transition: top 100ms ease-out;
}

.button:hover {
  color: #FFF;
}

.button:hover:before {
  top: -100%;
}

.button.button-secondary {
  background-color: #8fcae7;
}

.button.button-secondary:before {
  background-color: #bcdff1;
}

.button-icon {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border: 2px solid #01689B;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #01689B;
}

.button-icon span {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 0;
  -webkit-transition: margin-top 200ms ease-out;
  -moz-transition: margin-top 200ms ease-out;
  transition: margin-top 200ms ease-out;
}

.button-icon .indicon-email-closed {
  font-size: 12px;
}

.button-icon:hover {
  color: #01689B;
}

.button-icon:hover span:first-child {
  margin-top: -28px;
}

/* ==========================================================================
   Select
   ========================================================================== */
*:focus {
  outline: 0;
}

::-moz-selection {
  background: #bcdff1;
  text-shadow: none;
}

::selection {
  text-shadow: none;
  background: #bcdff1;
}

fieldset {
  border: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

label {
  margin-bottom: 0;
}

.input-wrapper {
  font-size: 0;
  line-height: 0;
}

.input-wrapper .error {
  display: none;
}

.input-wrapper label {
  display: block;
  margin-bottom: 10px;
  color: #154273;
}

input, textarea {
  width: 100%;
  height: 46px;
  padding-left: 20px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #EEEEEE;
  background-color: #FFF;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 40px;
}

input:last-child, textarea:last-child {
  margin-bottom: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #DEDEDE;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #DEDEDE;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #DEDEDE;
}

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

input:disabled, textarea:disabled {
  cursor: not-allowed;
  background-color: #EEEEEE;
}

input:focus, textarea:focus {
  border-color: #8D8D8D;
}

textarea {
  padding: 10px 20px;
  height: 200px;
  resize: vertical;
}

/* ==========================================================================
   Checkbox and Radiobuttons
   ========================================================================== */
input[type="checkbox"], input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0;
  padding: 0px 20px 0 30px;
  cursor: pointer;
  color: #000000;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0px 4px 0 0;
  background-color: #FFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #154273;
  content: "";
}

input[type="radio"] + label:before {
  border-radius: 50%;
}

input[type="checkbox"]:checked + label:before {
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  font-size: 9px;
  text-align: center;
  line-height: 20px;
  content: "\e800";
  text-indent: 2px;
}

input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before {
  border-color: #8D8D8D;
}

input[type="radio"]:checked + label:before {
  border-color: #42145f;
  background-color: #42145f;
  box-shadow: 0px 1px 1px 1px black inset;
}

input[type="radio"]:checked + label:after {
  position: absolute;
  top: 9px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFF;
  content: "";
}

input[type="checkbox"].error + label:before {
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  font-size: 24px;
  text-align: center;
  line-height: 31px;
  content: "\e806";
}

table {
  margin-bottom: 20px;
}

table:last-child {
  margin-bottom: 0;
}

table td {
  vertical-align: top;
  padding: 10px;
}

table td:first-child {
  padding-left: 0;
}

table td:last-child {
  padding-right: 0;
}

table tr:last-child td {
  padding-bottom: 0;
}

table.table-full {
  width: 100%;
}

table.table-striped tr:nth-child(odd) {
  background-color: #bcdff1;
}

table.table-striped tr:last-child td {
  padding-bottom: 10px;
}

table.table-striped td {
  padding: 10px;
}

table.table-contact {
  width: 100%;
}

table.table-contact .indicon-email:before, table.table-contact .indicon-contact:before {
  font-size: 32px;
}

table.table-contact tr td {
  width: 50%;
  padding: 20px;
  border: 1px solid #EEEEEE;
}

table.table-contact tr td [class^="indicon-"], table.table-contact tr td [class*=" indicon-"] {
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  color: #01689B;
}

@media (min-width: 768px) {
  table td {
    padding: 6px 10px;
  }
}

@media (min-width: 992px) {
  table td {
    padding: 4px 10px;
  }
}

/* Standard */
footer {
  position: relative;
  min-height: 60px;
  background-color: #DEDEDE;
  padding: 80px 0 60px;
}

footer p {
  font-size: 16px;
  line-height: 20px;
}

footer:after {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 44px;
  height: 10px;
  margin-left: -22px;
  background-color: #154273;
  content: "";
}

footer .footer-nav li {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

footer .footer-nav a {
  text-decoration: none;
  font-size: 16px;
  color: #B0B0B0;
}

footer .footer-nav a:hover {
  color: #8D8D8D;
}

footer .footer-nav .footer-nav-socials {
  height: 24px;
}

footer .footer-nav .footer-nav-socials li {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  margin-top: 1px;
  margin-left: 6px;
}

footer .footer-nav .footer-nav-socials li:first-child {
  margin-left: 0;
}

footer .footer-nav .footer-nav-socials .button-icon {
  width: 22px;
  height: 22px;
  border-color: #B0B0B0;
  font-size: 11px;
  line-height: 18px;
  color: #B0B0B0;
}

footer .footer-nav .footer-nav-socials .button-icon span {
  width: 18px;
  height: 18px;
}

footer .footer-nav .footer-nav-socials .button-icon .indicon-facebook {
  line-height: 19px;
  margin-left: -0.5px;
}

footer .footer-nav .footer-nav-socials .button-icon .indicon-twitter {
  line-height: 19px;
  margin-left: 0.5px;
}

footer .footer-nav .footer-nav-socials .button-icon .indicon-email-closed {
  width: 17px;
  height: 18px;
  font-size: 8px;
}

footer .footer-nav .footer-nav-socials .button-icon:hover {
  color: #8D8D8D;
  border-color: #8D8D8D;
}

footer .footer-nav .footer-nav-socials .button-icon:hover span:first-child {
  margin-top: -18px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 992px) {
  footer .footer-nav .footer-nav-right {
    float: right;
  }
  footer .footer-nav ul {
    display: inline-block;
    vertical-align: top;
  }
  footer .footer-nav .footer-nav-socials {
    margin-left: 20px;
  }
  footer .footer-nav li {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
  }
  footer .footer-nav li:first-child {
    margin-left: 0;
  }
}

/* Modules */
.module {
  margin-bottom: 40px;
}

.module:last-child {
  margin-bottom: 0;
}

.module-content.sticky {
  margin-top: 86px;
}

.module-content.sticky-indnl {
  margin-top: 46px;
}

.module-content.sticky-indnl-withbreadcrumb {
  margin-top: 46px;
}

.module-content.sticky-indnl-withnews {
  margin-top: 148px;
}

.module-content.sticky-indnl-withsearch {
  margin-top: 148px;
}

@media (min-width: 992px) {
  .module-content.sticky-indnl-withbreadcrumb {
    margin-top: 92px;
  }
  .module-content.sticky-indnl-withnews {
    margin-top: 196px;
  }
  .module-content.sticky-indnl-withsearch {
    margin-top: 132px;
  }
}

.module-logo {
  position: relative;
  width: 100%;
  background-color: #FFF;
  text-align: center;
  line-height: 0;
}

.module-logo a {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.module-logo img {
  width: auto;
  height: 94px;
  margin-bottom: 0;
}

.module-logo-nav {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  width: 100%;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  text-align: right;
  transform: translateX(-50%);
}

.module-logo-nav.module-logo-nav-mobile {
  display: block;
}

.module-logo-nav a {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  color: #42145f;
  font-weight: bold;
}

.module-logo-nav a:after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #42145f;
  content: "";
  -webkit-transition: width 200ms ease-out;
  -moz-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
}

.module-logo-nav a.selected, .module-logo-nav a:hover {
  color: #42145f;
  font-weight: bold;
  position: relative;
}

.module-logo-nav a.selected:after, .module-logo-nav a:hover:after {
  width: 100%;
}

.module-logo-nav a:first-child {
  margin-left: 0;
}

.module-logo-nav ul {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 14px;
  overflow: hidden;
  cursor: pointer;
}

.module-logo-nav ul a {
  display: block;
  padding-right: 12px;
  color: #B0B0B0;
  font-weight: normal;
  background-color: #FFF;
}

.module-logo-nav ul a.selected, .module-logo-nav ul a:hover {
  color: #B0B0B0;
  font-weight: normal;
}

.module-logo-nav ul a:after {
  display: none;
}

.module-logo-nav ul.expanded {
  height: auto;
}

.module-logo-nav ul:after {
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e80B";
  font-size: 11px;
  line-height: 17px;
  color: #B0B0B0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.module-logo-nav li {
  margin-bottom: 1px;
  list-style-type: none;
  line-height: 17px;
}

.module-logo-nav img {
  width: 17px;
  height: 9px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 992px) {
  .module-logo {
    overflow: hidden;
  }
  .module-logo-nav {
    display: block;
    width: 980px;
  }
}

@media (min-width: 1280px) {
  .module-logo-nav {
    width: 1280px;
  }
}

.module-header-wrapper {
  position: relative;
  z-index: 10;
}

.module-header-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.module-header {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 86px;
  text-align: center;
  background-color: #42145f;
}

.module-header-site-name {
  display: none;
  height: 42px;
  padding: 23px 0;
  color: #FFF;
  font-size: 30px;
  line-height: 42px;
}

.module-header-site-name.always-visible {
  display: block;
}

.nav-main {
  position: absolute;
  top: 0;
  left: 40px;
}

.nav-main ul {
  margin: 31px 0;
  font-size: 0;
  line-height: 0;
}

.nav-main li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 20px;
}

.nav-main a {
  color: #000000;
}

.nav-main .selected a {
  color: #01689B;
}

.module-header-nav {
  position: absolute;
  right: 0px;
  height: 86px;
  text-align: right;
  font-size: 16px;
}

.module-header-nav form {
  margin: 0;
}

.module-header-nav .module-search-field {
  display: none;
}

.module-header-nav .indicon-down-open {
  display: inline-block;
  margin-left: 10px;
}

.module-header-nav.collapsed .indicon-down-open {
  transform: rotate(180deg);
}

.module-header-nav-menu-button {
  position: absolute;
  top: 0;
  left: 0;
}

.module-header-nav-button {
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  text-decoration: none;
  height: 86px;
  padding: 23px 10px 10px 10px;
  max-width: 150px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.module-header-nav-button span[class*="indicon-"] {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 4px;
}

.module-header-nav-button span.module-header-nav-button-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 24px;
}

.module-header-nav-button:hover {
  background-color: #5E3776;
  color: #FFF;
}

.module-header-nav-button.active {
  background-color: #5E3776;
  color: #FFF;
  text-decoration: none;
}

@media (min-width: 768px) {
  .module-header-site-name {
    font-size: 36px;
  }
  .module-header-nav-menu-button {
    left: 20px;
  }
  .module-header-nav {
    right: 20px;
  }
  .module-header-nav .module-search-field {
    display: inline-block;
    margin: 20px 20px 0 0;
  }
  .module-header-nav .module-search-field input {
    margin: 0;
    padding-left: 20px;
    background-color: #5E3776;
    border: none;
    color: #FFF;
  }
  .module-header-nav .module-search-field button:after {
    color: #FFF;
  }
}

@media (min-width: 992px) {
  .module-header-site-name {
    display: block;
  }
}

.module-header-empty {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 46px;
  text-align: center;
  background-color: #42145f;
}

.module-nav-account {
  position: absolute;
  top: 86px;
  right: -280px;
  z-index: 2;
  width: 280px;
  margin: 0;
  text-align: left;
  background-color: #FFF;
  border-left: 1px solid #DEDEDE;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: right 400ms ease-out;
  -moz-transition: right 400ms ease-out;
  transition: right 400ms ease-out;
}

.module-nav-account.active {
  right: 0;
}

.module-nav-account li {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.module-nav-account-authorised {
  padding: 20px;
  background-color: #F9E11E;
}

.module-nav-account-controled {
  padding: 20px;
  background-color: #FBED78;
}

.module-nav-account-response {
  font-weight: bold;
}

.module-nav-account-data {
  position: relative;
  padding: 20px;
  font-size: 18px;
  color: #42145f;
}

.module-nav-account-data ul {
  list-style-type: none;
  padding: 0;
}

.module-nav-account-data li {
  margin-bottom: 6px;
  padding-left: 34px;
  position: relative;
}

.module-nav-account-data .indicon-avatar {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  margin-right: 10px;
}

.module-nav-account-data .indicon-email {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  margin-right: 10px;
}

.module-nav-account-data .indicon-phone {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  margin-right: 10px;
}

.module-nav-account-data .indicon-locatie {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  margin-right: 10px;
}

.module-nav-account-data-edit {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.module-nav-account-logout {
  padding: 0 20px 20px;
}

.module-nav-account-logout .btn {
  font-size: 24px;
}

.module-nav-account-logout [class*="indicon-"] {
  margin-left: 10px !important;
  font-size: 24px !important;
}

@media (min-width: 768px) {
  .module-nav-account {
    width: 384px;
    right: -384px;
  }
}

.module-nav-menu {
  position: absolute;
  top: 86px;
  left: -280px;
  z-index: 2;
  width: 280px;
  margin: 0;
  text-align: left;
  background-color: #5E3776;
  border-right: 1px solid #EEEEEE;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-size: 18px;
  -webkit-transition: left 400ms ease-out;
  -moz-transition: left 400ms ease-out;
  transition: left 400ms ease-out;
}

.module-nav-menu.active {
  left: 0;
}

.module-nav-menu ul {
  margin: 0;
  padding: 0;
}

.module-nav-menu li {
  margin-bottom: 4px;
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.module-nav-menu a {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-weight: normal;
  -webkit-transition: background-color 200ms ease-out, color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out, color 200ms ease-out;
  transition: background-color 200ms ease-out, color 200ms ease-out;
  padding: 14px 30px;
}

.module-nav-menu a.active {
  color: #FFF;
  font-weight: bold;
  background-color: #42145f;
}

.module-nav-menu a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #42145f;
}

@media (min-width: 768px) {
  .module-nav-menu {
    width: 384px;
    left: -384px;
  }
}

.module-nav-indnl {
  position: relative;
  z-index: 10;
  background-color: #42145f;
  min-height: 46px;
}

.module-nav-indnl.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.module-nav-indnl-container {
  display: block;
  position: relative;
  margin: 0 20px;
}

.module-nav-indnl-hamburger {
  display: inline-block;
  height: 46px;
  text-decoration: none;
  line-height: 46px;
  color: #FFF;
}

.module-nav-indnl-hamburger:hover {
  color: #FFF;
}

.module-nav-indnl-loginsearch-wrapper {
  display: inline-block;
  float: right;
  vertical-align: top;
  font-size: 0;
}

.module-nav-indnl-login {
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  width: 46px;
  height: 46px;
  text-decoration: none;
  font-size: 0;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}

.module-nav-indnl-login span {
  font-size: 18px;
}

.module-nav-indnl-login:hover {
  color: #FFF;
  background-color: #5E3776;
}

.module-nav-indnl-search {
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  width: 46px;
  height: 46px;
  text-decoration: none;
  font-size: 0;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}

.module-nav-indnl-search span {
  font-size: 18px;
}

.module-nav-indnl-search span.indicon-close {
  display: none;
}

.module-nav-indnl-search.selected, .module-nav-indnl-search:hover {
  background-color: #5E3776;
  color: #FFF;
}

.module-nav-indnl-search.active span.indicon-close {
  display: block;
  font-size: 14px;
}

.module-nav-indnl-search.active span.indicon-search {
  display: none;
}

.module-nav-indnl-menu {
  display: none;
  position: fixed;
  width: 100%;
  top: 140px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #42145f;
}

.module-nav-indnl-menu.active {
  display: block;
}

.module-nav-indnl-menu-language {
  font-size: 0;
}

.module-nav-indnl-menu-language a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  background-color: #5E3776;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}

.module-nav-indnl-menu-language a.selected {
  background-color: #FFF;
  color: #42145f;
}

.module-nav-indnl-menu-base a {
  display: block;
  width: 100%;
  background-color: #42145f;
  font-size: 18px;
  line-height: 55px;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}

.module-nav-indnl-menu-base a:nth-child(even) {
  background-color: #5E3776;
  color: #FFF;
}

.module-nav-indnl-menu-base a.selected {
  background-color: #FFF;
  color: #42145f;
}

.module-nav-indnl-breadcrumb {
  display: none;
}

.module-nav-indnl-failurebar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #d52b1e;
  transform: translateY(-100%);
  -webkit-transition: transform 200ms ease-out, opacity 200ms ease-out;
  -moz-transition: transform 200ms ease-out, opacity 200ms ease-out;
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}

.module-nav-indnl-failurebar.warning {
  background-color: #F9E11E;
}

.module-nav-indnl-failurebar.warning p {
  color: #154273;
}

.module-nav-indnl-failurebar.warning .js-nav-indnl-failurebar-close {
  color: #154273;
}

.module-nav-indnl-failurebar.danger {
  background-color: #e17000;
}

.module-nav-indnl-failurebar.error {
  background-color: #d52b1e;
}

.module-nav-indnl-failurebar.visible {
  transform: translateY(0);
  opacity: 1;
}

.module-nav-indnl-failurebar p {
  position: relative;
  padding: 0 40px;
  color: #FFF;
  margin-bottom: 0;
}

.module-nav-indnl-failurebar p:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e834";
  left: 10px;
  top: 0;
}

.module-nav-indnl-failurebar .js-nav-indnl-failurebar-close {
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  text-decoration: none;
  font-size: 12px;
  color: #FFF;
}

.module-nav-indnl-newsbox {
  display: block;
  height: 102px;
  background-color: #5E3776;
  padding: 10px 0;
}

.module-nav-indnl-newsbox h1 {
  display: none;
}

.module-nav-indnl-newsbox .module-search-field {
  margin-bottom: 14px;
}

.module-nav-indnl-newsbox .module-search-field input {
  margin-bottom: 0;
}

.module-nav-indnl-newsbox a {
  display: block;
  position: relative;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.module-nav-indnl-newsbox a:after {
  position: absolute;
  right: 0;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e808";
}

.module-nav-indnl-newsbox a.expanded:after {
  content: "\e80B";
}

.module-nav-indnl-searchresultbox {
  display: block;
  height: 102px;
  background-color: #5E3776;
  padding: 10px 0;
}

.module-nav-indnl-searchresultbox .module-search-field {
  margin-bottom: 14px;
}

.module-nav-indnl-searchresultbox .module-search-field input {
  margin-bottom: 0;
}

.module-nav-indnl-searchresultbox a {
  display: block;
  position: relative;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.module-nav-indnl-searchresultbox a:after {
  position: absolute;
  right: 0;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e80B";
}

.module-nav-indnl-searchresultbox a.expanded:after {
  content: "\e808";
}

.module-nav-indnl-searchbox {
  position: absolute;
  top: 0;
  right: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
}

.module-nav-indnl-searchbox.active {
  opacity: 1;
  z-index: 1;
  top: 46px;
}

.module-nav-indnl-searchbox input {
  margin-bottom: 0;
}

.module-nav-indnl-searchbox .module-search-field button {
  right: 20px;
}

.module-nav-indnl-searchbox .module-search-field button:after {
  font-size: 15px;
}

.module-nav-indnl-searchbox:after {
  position: absolute;
  top: -4px;
  right: 38px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent #FFF transparent;
}

@media (min-width: 768px) {
  .module-nav-indnl-container {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 760px;
  }
  .module-nav-indnl-searchbox {
    right: auto;
    left: 50%;
    width: 760px;
    margin-left: -380px;
  }
}

@media (min-width: 992px) {
  .module-nav-indnl-container {
    width: 980px;
    position: relative;
    z-index: 1;
  }
  .module-nav-indnl-hamburger {
    display: none;
  }
  .module-nav-indnl-login {
    padding: 0 14px;
    width: auto;
    font-size: 18px;
    font-weight: bold;
  }
  .module-nav-indnl-login:hover {
    color: #FFF;
    background-color: #5E3776;
  }
  .module-nav-indnl-login span {
    font-size: 0;
  }
  .module-nav-indnl-search {
    margin-left: 0;
  }
  .module-nav-indnl-search:hover, .module-nav-indnl-search.selected {
    color: #FFF;
    background-color: #5E3776;
  }
  .module-nav-indnl-menu {
    display: block;
    position: absolute;
    top: 0 !important;
    overflow: hidden;
    height: 46px;
  }
  .module-nav-indnl-menu-base {
    width: 980px;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 0;
  }
  .module-nav-indnl-menu-base a {
    display: inline-block;
    width: auto;
    padding: 0 12px;
    font-size: 18px;
    line-height: 46px;
  }
  .module-nav-indnl-menu-base a .module-nav-indnl-container {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .module-nav-indnl-menu-base a:nth-child(even) {
    background-color: #42145f;
    color: #FFF;
  }
  .module-nav-indnl-menu-base a.selected, .module-nav-indnl-menu-base a:hover {
    background-color: #5E3776;
    color: #FFF;
  }
  .module-nav-indnl-menu-language {
    display: none;
  }
  .module-nav-indnl-menu-base a.module-nav-indnl-menu-base-remaining {
    display: none;
  }
  .module-nav-indnl-breadcrumb {
    display: block;
    height: 46px;
    background-color: #5E3776;
  }
  .module-nav-indnl-breadcrumb li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 46px;
    color: #FFF;
  }
  .module-nav-indnl-breadcrumb li:before {
    position: absolute;
    left: -4px;
    content: "›";
    font-size: 22px;
    line-height: 44px;
  }
  .module-nav-indnl-breadcrumb li:first-child:before {
    display: none;
  }
  .module-nav-indnl-breadcrumb li:last-child {
    font-weight: bold;
  }
  .module-nav-indnl-breadcrumb li:last-child:before {
    font-weight: normal;
  }
  .module-nav-indnl-breadcrumb a, .module-nav-indnl-breadcrumb .a {
    margin-right: 10px;
    margin-left: 15px;
    color: #FFF;
    text-decoration: none;
  }
  .module-nav-indnl-newsbox {
    height: 150px;
    padding: 25px 0 20px 0;
  }
  .module-nav-indnl-newsbox h1 {
    display: block;
    color: #FFF;
    margin-bottom: 14px;
  }
  .module-nav-indnl-newsbox a {
    display: none;
  }
  .module-nav-indnl-searchresultbox {
    height: 86px;
    padding: 20px 0;
  }
  .module-nav-indnl-searchresultbox .module-search-field {
    margin-bottom: 0;
  }
  .module-nav-indnl-searchresultbox a {
    display: none;
  }
  .module-nav-indnl-searchbox {
    right: auto;
    left: calc(50% + 60px);
    width: 410px;
    margin-left: 0;
    -webkit-transition: opacity 400ms ease-out;
    -moz-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
    top: 0;
  }
  .module-nav-indnl-searchbox:after {
    right: 18px;
  }
  .module-nav-indnl-searchbox .module-search-field button {
    right: 0;
  }
  .module-nav-indnl-searchbox.active {
    top: 46px;
  }
}

@media (min-width: 1280px) {
  .module-nav-indnl-container {
    width: 1280px;
  }
  .module-nav-indnl-menu-base {
    width: 1280px;
  }
  .module-nav-indnl-searchbox {
    right: auto;
    width: 560px;
  }
}

@media print {
  .module-nav-indnl {
    display: none;
  }
}

.module-nav-indnl-new {
  position: relative;
  z-index: 10;
  background-color: #42145f;
  min-height: 46px;
}

.module-nav-indnl-new.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.module-nav-indnl-new-container {
  display: block;
  position: relative;
  margin: 0 20px;
}

.module-nav-indnl-new-hamburger {
  display: inline-block;
  height: 46px;
  text-decoration: none;
  line-height: 46px;
  color: #FFF;
}

.module-nav-indnl-new-hamburger:hover {
  color: #FFF;
}

.module-nav-indnl-new-hamburger .module-hamburger {
  top: 5px;
  margin-right: 5px;
}

.module-nav-indnl-new-hamburger .module-hamburger span {
  background-color: #FFF;
}

.module-nav-indnl-new-loginsearch-wrapper {
  display: inline-block;
  float: right;
  vertical-align: top;
  font-size: 0;
}

.module-nav-indnl-new-loginsearch-wrapper input {
  width: calc(100% - 46px);
  margin: 0;
}

.module-nav-indnl-new-login {
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  width: 46px;
  height: 46px;
  text-decoration: none;
  font-size: 0;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}

.module-nav-indnl-new-login span {
  font-size: 18px;
}

.module-nav-indnl-new-login:hover {
  color: #FFF;
  background-color: #5E3776;
}

.module-nav-indnl-new-search {
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  width: 46px;
  height: 46px;
  text-decoration: none;
  font-size: 0;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}

.module-nav-indnl-new-search span {
  font-size: 18px;
}

.module-nav-indnl-new-search span.indicon-close {
  display: none;
}

.module-nav-indnl-new-search.selected, .module-nav-indnl-new-search:hover {
  background-color: #5E3776;
  color: #FFF;
}

.module-nav-indnl-new-search.active span.indicon-close {
  display: block;
  font-size: 14px;
}

.module-nav-indnl-new-search.active span.indicon-search {
  display: none;
}

.module-nav-indnl-new-menu-filter {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
}

.module-nav-indnl-new-menu-filter.active {
  background-color: rgba(0, 0, 0, 0.8);
}

.module-nav-indnl-new-menu {
  position: fixed;
  width: 100%;
  top: 140px;
  background-color: #FFF;
  bottom: auto;
  -webkit-transition: bottom 400ms ease-out;
  -moz-transition: bottom 400ms ease-out;
  transition: bottom 400ms ease-out;
}

.module-nav-indnl-new-menu-language {
  font-size: 0;
}

.module-nav-indnl-new-menu-language a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  background-color: #5E3776;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}

.module-nav-indnl-new-menu-language a.selected {
  background-color: #FFF;
  color: #42145f;
}

.module-nav-indnl-new-menu-bg {
  height: 100%;
  background-color: #FFF;
}

.module-nav-indnl-new-menu-base {
  width: 300%;
  height: calc(100% - 30px);
  font-size: 0;
  margin-left: 0;
  -webkit-transition: margin-left 400ms ease-out;
  -moz-transition: margin-left 400ms ease-out;
  transition: margin-left 400ms ease-out;
}

.module-nav-indnl-new-menu-base.sub-open {
  margin-left: -100%;
}

.module-nav-indnl-new-menu-base.sub-sub-open {
  margin-left: -200%;
}

.module-nav-indnl-new-menu-base ul {
  margin: 0;
  padding: 0;
}

.module-nav-indnl-new-menu-base li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.module-nav-indnl-new-menu-base h2 a {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #01689B;
}

.module-nav-indnl-new-menu-base .module-nav-indnl-new-menu-base-hamburger {
  display: none;
}

.module-nav-indnl-new-menu-nav a, .module-nav-indnl-new-menu-nav-sub a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #5C5C5C;
}

.module-nav-indnl-new-menu-nav a span, .module-nav-indnl-new-menu-nav-sub a span {
  display: block;
  position: relative;
  padding: 12px 20px 12px 0;
  border-bottom: 1px solid #DEDEDE;
}

.module-nav-indnl-new-menu-nav a span .indicon-right-open, .module-nav-indnl-new-menu-nav-sub a span .indicon-right-open {
  position: absolute;
  top: 50%;
  padding-right: 0;
  transform: translateY(-50%);
  right: 0;
  font-size: 24px;
  border-bottom: none;
}

.module-nav-indnl-new-menu-nav a.selected, .module-nav-indnl-new-menu-nav a:hover, .module-nav-indnl-new-menu-nav-sub a.selected, .module-nav-indnl-new-menu-nav-sub a:hover {
  color: #42145f;
}

.module-nav-indnl-new-menu-nav {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.module-nav-indnl-new-menu-nav ul ul {
  display: none;
}

.module-nav-indnl-new-menu-nav-sub {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 6px 20px 0 20px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.module-nav-indnl-new-menu-nav-sub a span .indicon-right-open {
  font-weight: bold;
}

.module-nav-indnl-new-menu-nav-sub .module-nav-indnl-new-menu-nav-sub-back {
  font-size: 20px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #42145f;
}

.module-nav-indnl-new-menu-nav-sub .module-nav-indnl-new-menu-nav-sub-back span {
  border-bottom: none;
}

.module-nav-indnl-new-menu-nav-sub .module-nav-indnl-new-container {
  margin: 0;
}

.module-nav-indnl-new-searchbox {
  position: absolute;
  top: 0;
  right: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
}

.module-nav-indnl-new-searchbox.active {
  opacity: 1;
  z-index: 1;
  top: 46px;
}

.module-nav-indnl-new-searchbox input {
  margin-bottom: 0;
}

.module-nav-indnl-new-searchbox .module-search-field button {
  right: 20px;
}

.module-nav-indnl-new-searchbox .module-search-field button:after {
  font-size: 15px;
}

.module-nav-indnl-new-searchbox:after {
  position: absolute;
  top: -4px;
  right: 38px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent #FFF transparent;
}

@media (min-width: 768px) {
  .module-nav-indnl-new-container {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 760px;
  }
  .module-nav-indnl-new-searchbox {
    right: auto;
    left: 50%;
    width: 760px;
    margin-left: -380px;
  }
}

@media (min-width: 992px) {
  .module-nav-indnl-new-container {
    width: 980px;
    position: relative;
    z-index: 1;
  }
  .module-nav-indnl-new-login {
    padding: 0 14px;
    width: auto;
    font-size: 18px;
    font-weight: bold;
  }
  .module-nav-indnl-new-login:hover {
    color: #FFF;
    background-color: #5E3776;
  }
  .module-nav-indnl-new-login span {
    font-size: 0;
  }
  .module-nav-indnl-new-search {
    margin-left: 0;
  }
  .module-nav-indnl-new-search:hover, .module-nav-indnl-new-search.selected {
    color: #FFF;
    background-color: #5E3776;
  }
  .module-nav-indnl-new-menu {
    background: none;
    overflow: hidden;
  }
  .module-nav-indnl-new-menu-bg {
    display: none;
    border-bottom: 1px solid #DEDEDE;
  }
  .module-nav-indnl-new-menu-base {
    position: relative;
    width: 980px;
    height: 100%;
    padding: 20px;
    margin: 0 auto;
  }
  .module-nav-indnl-new-menu-base.sub-open {
    margin-left: auto;
  }
  .module-nav-indnl-new-menu-base a {
    width: 300px;
    padding: 0;
  }
  .module-nav-indnl-new-menu-base a .module-nav-indnl-new-container {
    width: auto;
    margin: 0;
  }
  .module-nav-indnl-new-menu-base .module-nav-indnl-new-menu-base-hamburger {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
  }
  .module-nav-indnl-new-menu-nav {
    width: 300px;
  }
  .module-nav-indnl-new-menu-nav-sub {
    width: 300px;
    padding-left: 20px;
    padding-right: 0px;
  }
  .module-nav-indnl-new-menu-nav-sub .module-nav-indnl-new-menu-nav-sub-back {
    display: none;
  }
  .module-nav-indnl-new-menu-nav-sub a {
    width: 260px;
    padding: 7px 40px 7px 20px;
    line-height: 20px;
    font-weight: normal;
  }
  .module-nav-indnl-new-menu-nav-sub a .module-nav-indnl-new-container {
    padding: 0;
  }
  .module-nav-indnl-new-menu-nav-sub a:hover {
    background-color: #bcdff1;
  }
  .module-nav-indnl-new-menu-nav-sub a span {
    border-bottom: 0;
  }
  .module-nav-indnl-new-menu-nav-sub a span .indicon-right-open {
    right: -20px;
  }
  .module-nav-indnl-new-menu-nav-sub h2 a:hover {
    background: none;
  }
  .module-nav-indnl-new-searchbox {
    right: auto;
    left: calc(50% + 60px + 100px);
    width: 310px;
    margin-left: 0;
    -webkit-transition: opacity 400ms ease-out;
    -moz-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
    opacity: 1;
    z-index: 1;
    top: 8px;
  }
  .module-nav-indnl-new-searchbox:after {
    display: none;
  }
  .module-nav-indnl-new-searchbox .module-search-field button {
    right: 8px;
    width: 30px;
    height: 30px;
  }
  .module-nav-indnl-new-searchbox .module-search-field button:after {
    line-height: 30px;
    color: #FFF;
  }
  .module-nav-indnl-new-searchbox .module-search-field input {
    height: 30px;
    padding-left: 10px;
    box-shadow: none;
    border: none;
    background-color: #5E3776;
    color: #FFF;
  }
  .module-nav-indnl-new-searchbox.active {
    top: 10px;
  }
}

@media (min-width: 1280px) {
  .module-nav-indnl-new-container {
    width: 1280px;
  }
  .module-nav-indnl-new-menu-base {
    width: 1280px;
  }
  .module-nav-indnl-new-menu-nav-sub {
    width: 450px;
  }
  .module-nav-indnl-new-menu-nav-sub a {
    width: 410px;
  }
  .module-nav-indnl-new-searchbox {
    right: auto;
    left: calc(50% + 60px + 100px);
    width: 460px;
  }
}

@media print {
  .module-nav-indnl-new {
    display: none;
  }
}

.module-nav-indnl-new2 {
  position: relative;
  z-index: 10;
  background-color: #42145f;
  min-height: 46px;
}

.module-nav-indnl-new2.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.module-nav-indnl-new2-container {
  display: block;
  position: relative;
  margin: 0 20px;
}

.module-nav-indnl-new2-hamburger {
  display: inline-block;
  height: 46px;
  text-decoration: none;
  line-height: 46px;
  color: #FFF;
}

.module-nav-indnl-new2-hamburger:hover {
  color: #FFF;
}

.module-nav-indnl-new2-hamburger .module-hamburger {
  top: 5px;
  margin-right: 5px;
}

.module-nav-indnl-new2-hamburger .module-hamburger span {
  background-color: #FFF;
}

.module-nav-indnl-new2-loginsearch-wrapper {
  display: inline-block;
  float: right;
  vertical-align: top;
  font-size: 0;
}

.module-nav-indnl-new2-login {
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  width: 46px;
  height: 46px;
  text-decoration: none;
  font-size: 0;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}

.module-nav-indnl-new2-login span {
  font-size: 18px;
}

.module-nav-indnl-new2-login:hover {
  color: #FFF;
  background-color: #5E3776;
}

.module-nav-indnl-new2-search {
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  width: 46px;
  height: 46px;
  text-decoration: none;
  font-size: 0;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}

.module-nav-indnl-new2-search span {
  font-size: 18px;
}

.module-nav-indnl-new2-search span.indicon-close {
  display: none;
}

.module-nav-indnl-new2-search.selected, .module-nav-indnl-new2-search:hover {
  background-color: #5E3776;
  color: #FFF;
}

.module-nav-indnl-new2-search.active span.indicon-close {
  display: block;
  font-size: 14px;
}

.module-nav-indnl-new2-search.active span.indicon-search {
  display: none;
}

.module-nav-indnl-new2-menu {
  display: none;
  position: fixed;
  width: 100%;
  top: 140px;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #42145f;
}

.module-nav-indnl-new2-menu.active {
  display: block;
}

.module-nav-indnl-new2-menu-language {
  font-size: 0;
}

.module-nav-indnl-new2-menu-language a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  background-color: #5E3776;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}

.module-nav-indnl-new2-menu-language a.selected {
  background-color: #FFF;
  color: #42145f;
}

.module-nav-indnl-new2-menu-base {
  position: relative;
}

.module-nav-indnl-new2-menu-base ul, .module-nav-indnl-new2-menu-base li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.module-nav-indnl-new2-menu-base li:nth-child(even) a {
  background-color: #5E3776;
  color: #FFF;
}

.module-nav-indnl-new2-menu-base li li:nth-child(even) a {
  background-color: #5E3776;
  color: #FFF;
}

.module-nav-indnl-new2-menu-base li li:nth-child(odd) a {
  background-color: #42145f;
  color: #FFF;
}

.module-nav-indnl-new2-menu-base li.selected a {
  background-color: #FFF;
  color: #42145f;
}

.module-nav-indnl-new2-menu-base li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #FFF;
  -webkit-transition: left 200ms ease-out;
  -moz-transition: left 200ms ease-out;
  transition: left 200ms ease-out;
}

.module-nav-indnl-new2-menu-base li ul.active {
  left: 0;
}

.module-nav-indnl-new2-menu-base a {
  display: block;
  width: 100%;
  background-color: #42145f;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}

.module-nav-indnl-new2-menu-base a .module-nav-indnl-new2-container {
  padding: 13px 0;
}

.module-nav-indnl-new2-menu-base a .indicon-right-open {
  position: absolute;
  top: 50%;
  padding-right: 0;
  transform: translateY(-50%);
  right: 0;
  font-size: 24px;
  border-bottom: none;
}

.module-nav-indnl-new2-breadcrumb {
  display: none;
}

.module-nav-indnl-new2-failurebar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #d52b1e;
  transform: translateY(-100%);
  -webkit-transition: transform 200ms ease-out, opacity 200ms ease-out;
  -moz-transition: transform 200ms ease-out, opacity 200ms ease-out;
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}

.module-nav-indnl-new2-failurebar.warning {
  background-color: #F9E11E;
}

.module-nav-indnl-new2-failurebar.warning p {
  color: #154273;
}

.module-nav-indnl-new2-failurebar.warning .js-nav-indnl-new2-failurebar-close {
  color: #154273;
}

.module-nav-indnl-new2-failurebar.danger {
  background-color: #e17000;
}

.module-nav-indnl-new2-failurebar.error {
  background-color: #d52b1e;
}

.module-nav-indnl-new2-failurebar.visible {
  transform: translateY(0);
  opacity: 1;
}

.module-nav-indnl-new2-failurebar p {
  position: relative;
  padding: 0 40px;
  color: #FFF;
  margin-bottom: 0;
}

.module-nav-indnl-new2-failurebar p:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e834";
  left: 10px;
  top: 0;
}

.module-nav-indnl-new2-failurebar .js-nav-indnl-new2-failurebar-close {
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  text-decoration: none;
  font-size: 12px;
  color: #FFF;
}

.module-nav-indnl-new2-newsbox {
  display: block;
  height: 102px;
  background-color: #5E3776;
  padding: 10px 0;
}

.module-nav-indnl-new2-newsbox h1 {
  display: none;
}

.module-nav-indnl-new2-newsbox .module-search-field {
  margin-bottom: 14px;
}

.module-nav-indnl-new2-newsbox .module-search-field input {
  margin-bottom: 0;
}

.module-nav-indnl-new2-newsbox a {
  display: block;
  position: relative;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.module-nav-indnl-new2-newsbox a:after {
  position: absolute;
  right: 0;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e808";
}

.module-nav-indnl-new2-newsbox a.expanded:after {
  content: "\e80B";
}

.module-nav-indnl-new2-searchresultbox {
  display: block;
  height: 102px;
  background-color: #5E3776;
  padding: 10px 0;
}

.module-nav-indnl-new2-searchresultbox .module-search-field {
  margin-bottom: 14px;
}

.module-nav-indnl-new2-searchresultbox .module-search-field input {
  margin-bottom: 0;
}

.module-nav-indnl-new2-searchresultbox a {
  display: block;
  position: relative;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.module-nav-indnl-new2-searchresultbox a:after {
  position: absolute;
  right: 0;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e80B";
}

.module-nav-indnl-new2-searchresultbox a.expanded:after {
  content: "\e808";
}

.module-nav-indnl-new2-searchbox {
  position: absolute;
  top: 0;
  right: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
}

.module-nav-indnl-new2-searchbox.active {
  opacity: 1;
  z-index: 1;
  top: 46px;
}

.module-nav-indnl-new2-searchbox input {
  margin-bottom: 0;
}

.module-nav-indnl-new2-searchbox .module-search-field button {
  right: 20px;
}

.module-nav-indnl-new2-searchbox .module-search-field button:after {
  font-size: 15px;
}

.module-nav-indnl-new2-searchbox:after {
  position: absolute;
  top: -4px;
  right: 38px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent #FFF transparent;
}

@media (min-width: 768px) {
  .module-nav-indnl-new2-container {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 760px;
  }
  .module-nav-indnl-new2-searchbox {
    right: auto;
    left: 50%;
    width: 760px;
    margin-left: -380px;
  }
}

@media (min-width: 992px) {
  .module-nav-indnl-new2-container {
    width: 980px;
    position: relative;
    z-index: 1;
  }
  .module-nav-indnl-new2-hamburger {
    display: none;
  }
  .module-nav-indnl-new2-login {
    padding: 0 14px;
    width: auto;
    font-size: 18px;
    font-weight: bold;
  }
  .module-nav-indnl-new2-login:hover {
    color: #FFF;
    background-color: #5E3776;
  }
  .module-nav-indnl-new2-login span {
    font-size: 0;
  }
  .module-nav-indnl-new2-search {
    margin-left: 0;
  }
  .module-nav-indnl-new2-search:hover, .module-nav-indnl-new2-search.selected {
    color: #FFF;
    background-color: #5E3776;
  }
  .module-nav-indnl-new2-menu {
    display: block;
    position: absolute;
    top: 0 !important;
    overflow: visible;
    height: 46px;
  }
  .module-nav-indnl-new2-menu-base {
    width: 980px;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 0;
  }
  .module-nav-indnl-new2-menu-base .module-nav-indnl-new2-menu-base-back {
    display: none;
  }
  .module-nav-indnl-new2-menu-base li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .module-nav-indnl-new2-menu-base li:nth-child(even) a {
    background-color: #42145f;
    color: #FFF;
  }
  .module-nav-indnl-new2-menu-base li.selected a, .module-nav-indnl-new2-menu-base li:hover a {
    background-color: #5E3776;
    color: #FFF;
  }
  .module-nav-indnl-new2-menu-base li ul {
    display: none;
    left: 0;
    top: 100%;
    bottom: auto;
    width: auto;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  }
  .module-nav-indnl-new2-menu-base li li {
    display: block;
  }
  .module-nav-indnl-new2-menu-base li:hover ul {
    display: block;
  }
  .module-nav-indnl-new2-menu-base li:hover li a {
    min-width: 320px;
    background-color: #FFF;
    color: #5C5C5C;
    font-size: 16px;
    line-height: 20px;
  }
  .module-nav-indnl-new2-menu-base li:hover li a:hover {
    color: #42145f;
  }
  .module-nav-indnl-new2-menu-base li:hover li a .module-nav-indnl-new2-container {
    border-bottom: 1px solid #DEDEDE;
    padding: 13px 0;
  }
  .module-nav-indnl-new2-menu-base li:hover li:last-child a .module-nav-indnl-new2-container {
    border: none;
  }
  .module-nav-indnl-new2-menu-base a {
    width: auto;
    padding: 0 12px;
    font-size: 18px;
    line-height: 46px;
  }
  .module-nav-indnl-new2-menu-base a .indicon-right-open {
    display: none;
  }
  .module-nav-indnl-new2-menu-base a .module-nav-indnl-new2-container {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .module-nav-indnl-new2-menu-language {
    display: none;
  }
  .module-nav-indnl-new2-menu-base a.module-nav-indnl-new2-menu-base-remaining {
    display: none;
  }
  .module-nav-indnl-new2-breadcrumb {
    display: block;
    height: 46px;
    background-color: #5E3776;
  }
  .module-nav-indnl-new2-breadcrumb li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 46px;
    color: #FFF;
  }
  .module-nav-indnl-new2-breadcrumb li:before {
    position: absolute;
    left: -4px;
    content: "›";
    font-size: 22px;
    line-height: 44px;
  }
  .module-nav-indnl-new2-breadcrumb li:first-child:before {
    display: none;
  }
  .module-nav-indnl-new2-breadcrumb li:last-child {
    font-weight: bold;
  }
  .module-nav-indnl-new2-breadcrumb li:last-child:before {
    font-weight: normal;
  }
  .module-nav-indnl-new2-breadcrumb a, .module-nav-indnl-new2-breadcrumb .a {
    margin-right: 10px;
    margin-left: 15px;
    color: #FFF;
    text-decoration: none;
  }
  .module-nav-indnl-new2-newsbox {
    height: 150px;
    padding: 25px 0 20px 0;
  }
  .module-nav-indnl-new2-newsbox h1 {
    display: block;
    color: #FFF;
    margin-bottom: 14px;
  }
  .module-nav-indnl-new2-newsbox a {
    display: none;
  }
  .module-nav-indnl-new2-searchresultbox {
    height: 86px;
    padding: 20px 0;
  }
  .module-nav-indnl-new2-searchresultbox .module-search-field {
    margin-bottom: 0;
  }
  .module-nav-indnl-new2-searchresultbox a {
    display: none;
  }
  .module-nav-indnl-new2-searchbox {
    right: auto;
    left: calc(50% + 60px);
    width: 410px;
    margin-left: 0;
    -webkit-transition: opacity 400ms ease-out;
    -moz-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
    top: 0;
  }
  .module-nav-indnl-new2-searchbox:after {
    right: 18px;
  }
  .module-nav-indnl-new2-searchbox .module-search-field button {
    right: 0;
  }
  .module-nav-indnl-new2-searchbox.active {
    top: 46px;
  }
}

@media (min-width: 1280px) {
  .module-nav-indnl-new2-container {
    width: 1280px;
  }
  .module-nav-indnl-new2-menu-base {
    width: 1280px;
  }
  .module-nav-indnl-new2-searchbox {
    right: auto;
    width: 560px;
    width: 300px;
    top: 0;
    left: calc(50% + 320px);
    opacity: 1;
    z-index: 1;
  }
  .module-nav-indnl-new2-searchbox .module-search-field input {
    height: 35px;
    margin-top: 5px;
    background-color: #5E3776;
    border: none;
    color: #FFF;
    padding-left: 20px;
  }
  .module-nav-indnl-new2-searchbox .module-search-field button {
    width: 35px;
    height: 35px;
  }
  .module-nav-indnl-new2-searchbox .module-search-field button:after {
    color: #FFF;
  }
  .module-nav-indnl-new2-searchbox:after {
    display: none;
  }
  .module-nav-indnl-new2-searchbox.active {
    top: 0;
  }
  .module-nav-indnl-new2-loginsearch-wrapper {
    opacity: 0;
    pointer-events: none;
  }
}

@media print {
  .module-nav-indnl-new2 {
    display: none;
  }
}

.module-nav-info {
  display: none;
  width: 253.33333px;
}

.module-nav-info a {
  display: block;
  position: relative;
  min-height: 56px;
  padding: 16px 10px;
  border-bottom: 1px solid #DEDEDE;
  text-decoration: none;
  color: #000000;
}

.module-nav-info a:first-child {
  border-top: 1px solid #DEDEDE;
}

.module-nav-info a:hover {
  color: #42145f;
}

.module-nav-info a.selected {
  background-color: #FFF;
  border-right: 1px solid #DEDEDE;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  color: #42145f;
}

.module-nav-info a.selected:before {
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 20px 28px 0;
  border-color: transparent #EEEEEE transparent transparent;
  content: "";
}

.module-nav-info a.selected:after {
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 20px 28px 0;
  border-color: transparent #FFF transparent transparent;
  content: "";
}

.module-nav-info.sticky {
  position: fixed;
  top: 112px;
}

@media (min-width: 768px) {
  .module-nav-info {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .module-nav-info {
    display: block;
    width: 273.33333px;
  }
}

@media (min-width: 1280px) {
  .module-nav-info {
    width: 373.33333px;
  }
}

.module-nav-contact {
  margin: 0 -20px;
}

.module-nav-contact a {
  display: block;
  position: relative;
  min-height: 56px;
  padding: 16px 20px;
  text-decoration: none;
  color: #000000;
}

.module-nav-contact a:after {
  position: absolute;
  line-height: 100%;
  top: 50%;
  margin-top: -9px;
  right: 25px;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e823";
  color: #01689B;
  -webkit-transition: right 200ms ease-in;
  -moz-transition: right 200ms ease-in;
  transition: right 200ms ease-in;
}

.module-nav-contact a:nth-child(odd) {
  background-color: #FFF;
}

.module-nav-contact a:hover {
  color: #42145f;
}

@media (min-width: 992px) {
  .module-nav-contact {
    display: block;
    width: 273.33333px;
    margin: 0;
  }
  .module-nav-contact a {
    border-bottom: 1px solid #DEDEDE;
  }
  .module-nav-contact a:first-child {
    border-top: 1px solid #DEDEDE;
  }
  .module-nav-contact a:nth-child(odd) {
    background: none;
  }
  .module-nav-contact a:after {
    content: "";
  }
  .module-nav-contact a.selected {
    background-color: #FFF;
    border-left: 1px solid #DEDEDE;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    color: #42145f;
  }
  .module-nav-contact a.selected:before {
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0px 28px 20px;
    border-color: transparent transparent transparent #EEEEEE;
    content: "";
  }
  .module-nav-contact a.selected:after {
    position: absolute;
    top: 0;
    margin-top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0px 28px 20px;
    border-color: transparent transparent transparent #FFF;
    content: "";
  }
  .module-nav-contact.sticky {
    position: fixed;
    top: 46px;
  }
}

@media (min-width: 1280px) {
  .module-nav-contact {
    width: 373.33333px;
  }
}

.module-breadcrumb {
  display: none;
  width: 100%;
  height: 50px;
  background-color: #5E3776;
}

.module-breadcrumb-content {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
}

.module-breadcrumb-content a {
  display: inline-block;
  position: relative;
  margin-right: 26px;
  text-decoration: none;
  font-size: 16px;
  line-height: 50px;
  color: #FFF;
}

.module-breadcrumb-content a:hover {
  text-decoration: underline;
}

.module-breadcrumb-content a:after {
  position: absolute;
  right: -16px;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e823";
  font-weight: bold;
}

.module-breadcrumb-content a:last-child {
  margin-right: 0;
}

.module-breadcrumb-content a:last-child:after {
  display: none;
}

@media (min-width: 768px) {
  .module-breadcrumb {
    display: block;
    position: fixed;
    top: 144px;
    z-index: 10;
  }
  .module-breadcrumb-content {
    padding-left: 30px;
    width: 90%;
  }
}

.module-footer-version {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}

.module-header-indnl {
  position: relative;
}

.module-header-indnl-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 190px;
}

.module-header-indnl-image-parallax {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 190px;
}

.module-header-indnl-image-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 290px;
}

.module-header-indnl-funnel {
  position: relative;
  z-index: 0;
}

.module-header-indnl-funnel:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 15px;
  right: 0;
  z-index: -1;
  background-color: rgba(143, 202, 231, 0.9);
  content: "";
}

.module-header-indnl-funnel-header {
  padding: 16px 20px 16px 35px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #FFF;
}

.module-header-indnl-funnel-nav {
  margin-left: 15px;
}

.module-header-indnl-funnel-nav a {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FFF;
  padding: 20px;
  padding-right: 50px;
  padding-left: 58px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}

.module-header-indnl-funnel-nav a span {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 28px;
  text-align: center;
}

.module-header-indnl-funnel-nav a:nth-child(even) {
  background-color: #f7f9f9;
}

.module-header-indnl-funnel-nav a:nth-child(odd):last-child {
  border-bottom: 2px solid #f7f9f9;
}

.module-header-indnl-funnel-nav a:after {
  position: absolute;
  line-height: 100%;
  top: 50%;
  margin-top: -14px;
  right: 35px;
  content: "›";
  font-size: 28px;
  line-height: 28px;
  color: #01689B;
  -webkit-transition: right 200ms ease-in;
  -moz-transition: right 200ms ease-in;
  transition: right 200ms ease-in;
}

.module-header-indnl-funnel-nav a:hover:after {
  right: 25px;
}

@media (min-width: 768px) {
  .module-header-indnl {
    padding: 70px 0;
    min-height: 520px;
  }
  .module-header-indnl.module-header-indnl-alt {
    min-height: auto;
    background-color: #DEDEDE;
  }
  .module-header-indnl.module-header-indnl-alt .module-header-indnl-image {
    opacity: 0.2;
  }
  .module-header-indnl.module-header-indnl-alt2 {
    padding-top: 250px;
    padding-bottom: 0px;
  }
  .module-header-indnl.module-header-indnl-small {
    min-height: 350px;
  }
  .module-header-indnl.module-header-indnl-funnel-correction {
    padding-bottom: 0;
    min-height: auto;
  }
  .module-header-indnl.module-header-indnl-funnel-correction .module-header-indnl-image {
    height: 350px;
  }
  .module-header-indnl-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .module-header-indnl-alt2 .module-header-indnl-image {
    height: 350px;
  }
  .module-header-indnl-image-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .module-header-indnl-alt2 .module-header-indnl-image-parallax {
    height: 350px;
  }
  .module-header-indnl-alt2 .module-header-indnl-image-parallax-bg {
    height: 400px;
  }
  .module-header-indnl-funnel-container {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 760px;
  }
  .module-header-indnl-funnel {
    width: 425px;
    max-width: 100%;
  }
  .module-header-indnl-funnel:before {
    right: 15px;
  }
  .module-header-indnl-funnel-header {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .module-header-indnl.module-header-indnl-funnel-correction {
    padding-top: 0;
    height: 350px;
  }
  .module-header-indnl.module-header-indnl-funnel-correction .module-header-indnl-image {
    position: relative;
  }
  .module-header-indnl.module-header-indnl-funnel-correction .module-header-indnl-funnel-container {
    position: absolute;
    bottom: -150px;
    left: 50%;
    margin-left: -490px;
  }
  .module-header-indnl-funnel-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 980px;
  }
}

@media (min-width: 1280px) {
  .module-header-indnl.module-header-indnl-funnel-correction .module-header-indnl-funnel-container {
    margin-left: -640px;
  }
  .module-header-indnl-funnel-container {
    width: 1280px;
  }
}

@media print {
  .module-header-indnl {
    display: none;
  }
}

.module-error {
  position: relative;
  padding: 65px 20px 40px;
  color: #d52b1e;
  background-color: #eeaaa5;
}

.module-error.overpadded {
  margin-left: -20px;
  margin-right: -20px;
}

.module-error h1, .module-error h2, .module-error h3, .module-error .h1, .module-error .h2, .module-error .h3 {
  text-align: center;
  color: #d52b1e;
}

.module-error label {
  color: #d52b1e;
}

.module-error p, .module-error ul, .module-error ol {
  color: #000000;
}

.module-error a {
  color: #01689B;
  text-decoration: underline;
  font-weight: bold;
}

.module-error label {
  font-size: 24px;
  font-size: 28px;
  margin-left: 0;
}

.module-error .error {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
}

.module-error .module-mpc-inline .module-mpc-item input[type="checkbox"] + label, .module-error .module-mpc-inline .module-mpc-item input[type="radio"] + label {
  border: 1px solid #d52b1e;
}

.module-error input:focus {
  border: 3px solid #d52b1e;
}

.module-error:after {
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -20px;
  font-size: 35px;
  line-height: 35px;
  content: "\e815";
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 768px) {
  .module-error {
    padding: 40px 40px 40px 80px;
  }
  .module-error h1, .module-error h2, .module-error h3, .module-error .h1, .module-error .h2, .module-error .h3 {
    text-align: left;
  }
  .module-error:after {
    left: 20px;
    top: 35px;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .module-error.overpadded {
    margin-left: -80px;
    margin-right: -80px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.module-error-nice {
  color: #d52b1e;
  position: relative;
}

.module-error-nice .error {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  background-color: #d52b1e;
  border-top-right-radius: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
}

.col-md-2 .module-error-nice .error, .col-md-3 .module-error-nice .error {
  position: absolute;
  top: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  line-height: 0;
  font-size: 0;
}

.col-md-2 .module-error-nice.focus .error, .col-md-3 .module-error-nice.focus .error {
  position: absolute;
  font-size: 16px;
  line-height: 20px;
}

.module-error-nice input {
  border-left: 2px solid #d52b1e;
  border-top: 1px solid #d52b1e;
}

.col-md-2 .module-error-nice input, .col-md-3 .module-error-nice input {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #d52b1e;
}

.module-error-nice input:focus {
  border: 2px solid #d52b1e;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
.module-warning {
  position: relative;
  padding: 65px 20px 40px;
  background-color: #FBED78;
}

.module-warning.overpadded {
  margin-left: -20px;
  margin-right: -20px;
}

.module-warning h1, .module-warning h2, .module-warning h3, .module-warning .h1, .module-warning .h2, .module-warning .h3 {
  text-align: center;
  color: #154273;
}

.module-warning p, .module-warning ul, .module-warning ol, .module-warning label {
  color: #000000;
}

.module-warning label {
  font-size: 24px;
  margin-left: 0;
}

.module-warning .warning {
  display: block;
  margin-bottom: 10px;
}

.module-warning input:focus {
  border: 3px solid #d52b1e;
}

.module-warning:after {
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -20px;
  font-size: 35px;
  line-height: 35px;
  content: "\e815";
  color: #154273;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 768px) {
  .module-warning {
    padding: 40px 40px 40px 80px;
  }
  .module-warning h1, .module-warning h2, .module-warning h3, .module-warning .h1, .module-warning .h2, .module-warning .h3 {
    text-align: left;
  }
  .module-warning:after {
    left: 20px;
    top: 35px;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .module-warning.overpadded {
    margin-left: -80px;
    margin-right: -80px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.module-info {
  position: relative;
  padding: 65px 20px 40px;
  background-color: #bcdff1;
}

.module-info.overpadded {
  margin-left: -20px;
  margin-right: -20px;
}

.module-info h1, .module-info h2, .module-info h3, .module-info .h1, .module-info .h2, .module-info .h3 {
  text-align: center;
  color: #154273;
}

.module-info p, .module-info ul, .module-info ol, .module-info label {
  color: #000000;
}

.module-info label {
  font-size: 24px;
  margin-left: 0;
}

.module-info input:focus {
  border: 3px solid #d52b1e;
}

.module-info:after {
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -20px;
  font-size: 35px;
  line-height: 35px;
  content: "\e852";
  color: #154273;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 768px) {
  .module-info {
    padding: 40px 40px 40px 80px;
  }
  .module-info h1, .module-info h2, .module-info h3, .module-info .h1, .module-info .h2, .module-info .h3 {
    text-align: left;
  }
  .module-info:after {
    left: 20px;
    top: 35px;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .module-info.overpadded {
    margin-left: -80px;
    margin-right: -80px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.module-tabs-menu {
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: 0 0 30px;
  padding: 0;
  padding-bottom: 20px;
}

.module-tabs-menu:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  background-color: #DEDEDE;
}

.module-tabs-menu.bg-gray {
  padding-bottom: 0;
  padding-left: 20px;
}

.module-tabs-menu.bg-gray:before {
  display: none;
}

.module-tabs-menu.overpadded {
  margin-left: calc(0px - 20px);
  margin-right: calc(0px - 20px);
  padding-left: 20px;
}

.module-tabs-menu li {
  display: inline-block;
  position: static;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.module-tabs-menu li a {
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #01689B;
  padding: 10px 10px;
}

.module-tabs-menu li a.active, .module-tabs-menu li a:hover {
  color: #42145f;
}

.module-tabs-small .module-tabs-menu li a {
  font-size: 18px;
  line-height: 24px;
}

.module-tabs-menu-indicator {
  position: absolute;
  bottom: -3px;
  left: -10;
  opacity: 0;
  display: block;
  width: 0px;
  height: 4px;
  background-color: #42145f;
  -webkit-transition: left 200ms ease-out, width 200ms ease-out;
  -moz-transition: left 200ms ease-out, width 200ms ease-out;
  transition: left 200ms ease-out, width 200ms ease-out;
}

.module-tabs-menu-indicator:after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: #42145f transparent transparent transparent;
}

.module-tabs-content {
  padding-top: 30px;
}

.module-tabs-content-title {
  color: #000000;
}

.module-tabs-content-item {
  padding: 30px 0px;
  border-top: 1px solid #DEDEDE;
  color: #000000;
}

.module-tabs-content-item strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  color: #154273;
}

.module-tabs-content-item:first-child {
  border-top: 0;
}

.module-tabs-content-item:last-child {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .module-tabs-menu {
    padding-bottom: 0;
  }
  .module-tabs-menu.overpadded.bg-gray {
    z-index: 1;
  }
  .module-tabs-menu.overpadded.bg-gray:before {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    z-index: -1;
    content: "";
    height: auto;
    background-color: #EEEEEE;
  }
  .module-tabs-menu li {
    width: auto;
    margin-left: 20px;
  }
  .module-tabs-menu li:first-child {
    margin-left: 0;
  }
  .module-tabs-menu li a {
    text-decoration: none;
    padding: 20px 10px;
  }
  .module-tabs-small .module-tabs-menu li a {
    padding: 20px 0px 5px;
  }
  .module-tabs-menu-indicator.active {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .module-tabs-menu {
    margin: 0 0 30px;
  }
  .bg-white-left .module-tabs-menu.overpadded.bg-gray:before {
    display: block;
    top: 0;
    right: 100%;
    bottom: 0;
    left: -100%;
    content: "";
    height: auto;
    background-color: #EEEEEE;
  }
  .bg-white-right .module-tabs-menu.overpadded.bg-gray:before {
    display: block;
    top: 0;
    right: -100%;
    bottom: 0;
    left: 100%;
    content: "";
    height: auto;
    background-color: #EEEEEE;
  }
}

.module-dienst {
  position: relative;
  margin-bottom: 60px;
  border-top: 3px solid #01689B;
  padding-top: 10px;
}

.module-dienst:last-child {
  margin-bottom: 0px;
}

.module-dienst.beta {
  padding-bottom: 80px;
}

.module-dienst h2 {
  color: #01689B;
}

.module-dienst .button {
  width: 100%;
  margin-bottom: 4px;
}

.module-dienst-beta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #f7f9f9;
  text-align: center;
}

.module-dienst-beta span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 768px) {
  .module-dienst {
    margin-bottom: 60px;
    border-left: 3px solid #01689B;
    border-top: none;
    padding-left: 20px;
    padding-top: 0;
  }
  .module-dienst.beta {
    padding-right: 120px;
    padding-left: 20px;
    padding-bottom: 0;
  }
  .module-dienst .button {
    width: auto;
    margin-bottom: 0;
  }
  .module-dienst-beta {
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    border-top: none;
    border-left: 4px solid #01689B;
  }
}

.module-persons {
  margin-bottom: 80px;
  padding: 0;
  border-bottom: 1px solid #B0B0B0;
  color: #42145f;
}

.module-persons-item {
  position: relative;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid #DEDEDE;
  list-style-type: none;
  font-size: 0;
}

.module-persons-item:before {
  display: none;
}

.module-persons-item .module-persons-item-wrapper {
  display: block;
  padding: 40px 20px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  font-size: 0;
  line-height: 0;
}

.module-persons-item .module-persons-item-wrapper:hover {
  background-color: #f7f9f9;
}

.module-persons-item-title {
  font-size: 18px;
  color: #01689B;
}

.module-persons-item-title-naam {
  font-size: 34px;
  line-height: 42px;
  word-wrap: break-word;
  padding-right: 20px;
}

.module-persons-item-title-extra {
  margin-bottom: 20px;
}

.module-persons-item-title-naam, .module-persons-item-title-date, .module-persons-item-title-dob, .module-persons-item-title-vnumber, .module-persons-item-title-casenumber, .module-persons-item-title-applicationnumber, .module-persons-item-title-nationality {
  display: none;
}

.module-persons-item-title-naam.visible, .module-persons-item-title-date.visible, .module-persons-item-title-dob.visible, .module-persons-item-title-vnumber.visible, .module-persons-item-title-casenumber.visible, .module-persons-item-title-applicationnumber.visible, .module-persons-item-title-nationality.visible {
  display: block;
}

.module-persons-item-info {
  font-size: 18px;
  line-height: 24px;
}

.module-persons-item-info-item {
  font-size: 0;
  margin-bottom: 6px;
}

.module-persons-item-info-item-expected {
  font-weight: bold;
}

.afgewezen .module-persons-item-info-item-expected {
  color: #d52b1e;
}

.ingewilligd .module-persons-item-info-item-expected, .uitgereikt .module-persons-item-info-item-expected {
  color: #39870c;
}

.module-persons-item-info-item-description {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  width: 50%;
  padding-right: 10px;
  text-overflow: ellipsis;
  font-size: 18px;
  text-align: left;
}

.module-persons-item-info-item-description.negative {
  color: #d52b1e;
  font-weight: bold;
}

.module-persons-item-info-item-description.positive {
  color: #39870c;
  font-weight: bold;
}

.module-persons-item-info-item-description-mail {
  position: relative;
}

.module-persons-item-info-item-description-mail-number {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 20px;
  height: 20px;
  background-color: #d52b1e;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
}

.module-persons-item-info-item-value {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  width: 50%;
  text-overflow: ellipsis;
  font-size: 18px;
  text-align: right;
}

.module-persons-item-info-item-value.negative {
  color: #d52b1e;
  font-weight: bold;
}

.module-persons-item-info-item-value.positive {
  color: #39870c;
  font-weight: bold;
}

@media (min-width: 480px) {
  .module-persons-item-title, .module-persons-item-info {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}

/* Head */
.module-aanvragen-detail-head h2 {
  font-weight: normal;
  margin-bottom: 6px;
}

.module-aanvragen-detail-head table {
  width: 100%;
  margin-bottom: 0;
}

.module-aanvragen-detail-head table td {
  color: #000000;
}

.module-aanvragen-detail-head table td:first-child {
  width: 40%;
  padding-right: 20px;
}

.module-aanvragen-detail-head table td.positive {
  font-weight: bold;
  color: #39870c;
}

.module-aanvragen-detail-head table td.negative {
  font-weight: bold;
  color: #d52b1e;
}

.module-aanvragen-detail-head table tr.positive td {
  font-weight: bold;
  color: #39870c;
}

.module-aanvragen-detail-head table tr.negative td {
  font-weight: bold;
  color: #d52b1e;
}

.module-aanvragen-detail-head-back {
  position: absolute;
  left: 0;
  top: -94px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 200ms ease-out, color 200ms ease-out, width 200ms ease-out;
  -moz-transition: width 200ms ease-out, color 200ms ease-out, width 200ms ease-out;
  transition: width 200ms ease-out, color 200ms ease-out, width 200ms ease-out;
  background-color: #f7f9f9;
  text-decoration: none !important;
  color: #8D8D8D !important;
}

.module-aanvragen-detail-head-back:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 70px;
  margin-top: -18px;
  text-align: center;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e80E";
  font-size: 36px;
  line-height: 36px;
}

.module-aanvragen-detail-head-back:after {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 100px;
  width: 90px;
  font-size: 24px;
  line-height: 28px;
  content: "Sluiten";
}

.module-aanvragen-detail-head-back:hover {
  background-color: #000000;
  color: #FFF !important;
  text-decoration: none !important;
}

/* Person */
.module-aanvragen-detail-person {
  border-bottom: 1px solid #DEDEDE;
  line-height: 29px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.module-aanvragen-detail-person table {
  width: 100%;
  margin-bottom: 0px;
}

.module-aanvragen-detail-person table tr {
  vertical-align: top;
}

.module-aanvragen-detail-person table tr.positive {
  font-weight: bold;
}

.module-aanvragen-detail-person table tr.positive td {
  color: #39870c;
}

.module-aanvragen-detail-person table tr.negative {
  font-weight: bold;
}

.module-aanvragen-detail-person table tr.negative td {
  color: #d52b1e;
}

.module-aanvragen-detail-person table tr.table-spacer {
  height: 30px;
}

.module-aanvragen-detail-person table td {
  padding-bottom: 20px;
  color: #000000;
}

.module-aanvragen-detail-person table td:first-child {
  width: 40%;
  padding-right: 20px;
}

.module-aanvragen-detail-person table td.positive {
  font-weight: bold;
  color: #39870c;
}

.module-aanvragen-detail-person table td.negative {
  font-weight: bold;
  color: #d52b1e;
}

.module-aanvragen-detail-person-name {
  margin-bottom: 6px;
}

.module-aanvragen-detail-person-name.positive {
  color: #39870c;
}

.module-aanvragen-detail-person-name.negative {
  color: #d52b1e;
}

.module-aanvragen-detail-person-type {
  color: #42145f;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .module-aanvragen-detail-person table td {
    padding-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .module-aanvragen-detail-head-back {
    position: fixed;
    top: auto;
    width: 100px;
    height: 100px;
  }
  .module-aanvragen-detail-head-back:before {
    width: 100px;
  }
}

.module-search-field {
  position: relative;
}

.module-search-field input {
  padding-left: 40px;
  padding-right: 46px;
}

.module-search-field button {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background: none;
  font-size: 0;
}

.module-search-field button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  text-align: center;
  font-size: 18px;
  line-height: 46px;
  color: #01689B;
  content: "\e806";
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
.module-search-result {
  margin-bottom: 5px;
  padding: 20px 20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 480px) {
  .module-search-result {
    padding: 20px 40px;
  }
}

.module-search-list {
  margin-bottom: 0;
}

.module-search-list li {
  margin-left: 0;
  list-style-type: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
.module-news-teaser-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #01689B;
  text-decoration: none;
}

.module-news-teaser-thema {
  padding: 4px 8px;
  margin-right: 6px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  background-color: #8fcae7;
  color: #FFF;
}

.module-news-teaser-date-invisible {
  display: none;
}

.module-news-teaser-text, .module-news-teaser-text1, .module-news-teaser-text2 {
  display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 480px) {
  .module-news-teaser-title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .module-news-teaser-text, .module-news-teaser-text1 {
    display: inline;
  }
}

@media (min-width: 992px) {
  .module-news-teaser-text2 {
    display: inline;
  }
}

.module-campagne-teaser-carousel {
  position: relative;
}

.module-campagne-teaser {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 460px;
}

.module-campagne-teaser-dots {
  display: block;
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

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

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

.module-campagne-teaser-dots li button:before {
  position: absolute;
  top: 5px;
  left: 5px;
  overflow: hidden;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  background-color: #154273;
  border-radius: 50%;
  content: "";
}

.module-campagne-teaser-dots li.slick-active button:before {
  opacity: 1;
}

.module-campagne-teaser-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background-size: cover;
  background-position: center;
}

.module-campagne-teaser-container {
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.module-campagne-teaser-content {
  position: absolute;
  top: 50%;
  right: 20px;
  left: 20px;
  z-index: 1;
  transform: translateY(-50%);
}

.module-campagne-teaser-content:before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 15px;
  left: 0px;
  z-index: -1;
  background-color: rgba(143, 202, 231, 0.9);
  content: "";
}

.module-campagne-teaser-content-header {
  padding: 16px 35px 16px 35px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #FFF;
}

.module-campagne-teaser-content-text {
  margin-left: 15px;
  padding: 20px;
  background-color: #f7f9f9;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 768px) {
  .module-campagne-teaser-container {
    width: 760px;
  }
  .module-campagne-teaser-content {
    right: auto;
    left: auto;
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .module-campagne-teaser-container {
    width: 980px;
  }
}

@media (min-width: 1280px) {
  .module-campagne-teaser-container {
    width: 1280px;
  }
}

.module-search-teaser {
  padding-bottom: 30px;
  border-bottom: 1px solid #DEDEDE;
}

.module-search-teaser-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #01689B;
  text-decoration: none;
}

.module-search-teaser-thema-wrapper {
  margin-top: 2px;
  margin-bottom: 10px;
}

.module-search-teaser-thema {
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  background-color: #8fcae7;
  color: #FFF;
}

.module-search-teaser-date-invisible {
  display: none;
}

.module-search-teaser-text2 {
  display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 480px) {
  .module-search-teaser-title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .module-search-teaser-text2 {
    display: inline;
  }
}

.module-storing {
  padding-top: 30px;
  border-top: 1px solid #EEEEEE;
}

.module-storing-title {
  font-weight: normal;
  color: #01689B;
}

.module-thema-accordeon-button-content {
  display: inline;
}

.expanded .module-thema-accordeon-button-content {
  display: none;
}

.module-thema-accordeon-button-content-expanded {
  display: none;
}

.expanded .module-thema-accordeon-button-content-expanded {
  display: inline;
}

.module-locaties {
  position: relative;
  width: 100%;
  height: 400px;
}

.module-locaties-tooltip {
  position: relative;
  bottom: 35px;
  opacity: 1;
  width: 220px;
  margin-left: -120px;
  padding: 10px;
  background-color: #FFF;
  white-space: nowrap;
}

.module-locaties-tooltip p {
  font-size: 16px !important;
}

.module-locaties-tooltip:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #FFF transparent transparent transparent;
  content: "";
}

.module-tooltip-link {
  color: #777C00;
}

.module-tooltip-link:hover {
  color: #777C00;
}

.module-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100vw;
  padding: 20px 60px 20px 20px;
  background-color: #F8F8F2;
  box-shadow: -2px 2px 5px 1px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.module-tooltip.module-tooltip-image {
  background-color: #154273;
  padding: 20px 20px;
  border-radius: 15px;
}

.module-tooltip.active {
  opacity: 1;
  z-index: 10;
}

.module-tooltip h2 {
  color: #777C00;
}

.module-tooltip-arrow {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #F8F8F2 transparent;
}

.module-tooltip-image .module-tooltip-arrow {
  border-color: transparent transparent #154273 transparent;
}

.module-tooltip-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #777C00;
}

.module-tooltip-close:hover {
  color: #154273;
}

.module-tooltip-image .module-tooltip-close {
  color: #FFF;
  top: 15px;
  right: 15px;
}

.module-tooltip-image .module-tooltip-close:hover {
  color: #FFF;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 768px) {
  .module-tooltip {
    width: auto;
    max-width: 640px;
  }
  .module-tooltip.module-tooltip-image {
    padding: 20px 40px;
  }
  .module-tooltip-image .module-tooltip-close {
    right: 25px;
  }
}

.module-sitemap {
  font-size: 0;
}

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

.module-sitemap a {
  text-decoration: none;
}

.module-sitemap h2 {
  margin-bottom: 4px;
}

.module-sitemap ul {
  margin-bottom: 40px;
}

.module-sitemap ul ul {
  margin-bottom: 10px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 768px) {
  .module-sitemap > li {
    width: 50%;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
  }
}

.module-berichten {
  margin-bottom: 80px;
  padding: 0;
  border-bottom: 1px solid #B0B0B0;
}

.module-berichten-header {
  display: none;
}

.module-berichten-item {
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 0;
  border-top: 1px solid #DEDEDE;
  list-style-type: none;
  font-size: 0;
}

.module-berichten-item:before {
  display: none;
}

.module-berichten-item-invisible {
  display: none;
}

.module-berichten-item-datum, .module-berichten-item-document, .module-berichten-item-medewerker, .module-berichten-item-vnummer, .module-berichten-item-contact, .module-berichten-item-zaaknummer, .module-berichten-item-type {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .module-berichten-header {
    display: block;
    margin-bottom: 0;
  }
  .module-berichten-header .module-berichten-item-datum, .module-berichten-header .module-berichten-item-document, .module-berichten-header .module-berichten-item-medewerker, .module-berichten-header .module-berichten-item-vnummer, .module-berichten-header .module-berichten-item-contact, .module-berichten-header .module-berichten-item-zaaknummer, .module-berichten-header .module-berichten-item-type {
    font-weight: bold !important;
  }
  .module-berichten-item-datum, .module-berichten-item-document, .module-berichten-item-medewerker, .module-berichten-item-vnummer, .module-berichten-item-contact, .module-berichten-item-zaaknummer, .module-berichten-item-type {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 6);
    padding-right: 10px;
  }
}

.module-list-controls label {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  line-height: 46px;
}

.module-list-controls-sort {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.module-list-controls-sort .module-select select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0px 20px;
  border: 1px solid #EEEEEE;
  font-size: 18px;
  line-height: 40px;
  color: #8D8D8D;
}

.module-list-controls-search {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.module-list-controls-search input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 46px 0 20px;
}

.module-list-controls-search:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 46px;
  height: 46px;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e806";
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  color: #01689B;
}

.module-list-controls-filter-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: right;
  margin-top: 20px;
}

.module-list-controls-download-btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #01689B;
  font-size: 0;
  color: #FFF;
}

.module-list-controls-download-btn:hover {
  color: #FFF;
}

.module-list-controls-download-btn:before {
  position: absolute;
  width: 100%;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e8AD";
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}

.module-list-controls-filter-btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #01689B;
  font-size: 0;
  color: #FFF;
}

.module-list-controls-filter-btn:hover {
  color: #FFF;
}

.module-list-controls-filter-btn:before {
  position: absolute;
  width: 100%;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e81C";
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}

.module-list-controls-filter {
  display: none;
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 1;
  width: 254px;
  padding: 20px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.module-list-controls-filter .module-list-controls-filter-title {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #154273;
}

.module-list-controls-filter .module-list-controls-filter-subtitle {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.module-list-controls-filter input[type="checkbox"] + label {
  display: inline-block;
  margin-right: 0;
  line-height: 24px;
  margin-bottom: 5px;
}

.module-list-controls-filter hr {
  margin: 24px 0;
}

@media (min-width: 768px) {
  .module-list-controls-sort {
    margin-right: 20px;
    width: auto;
  }
  .module-list-controls-sort .module-select {
    width: auto;
  }
  .module-list-controls-sort .module-select select {
    width: auto;
  }
  .module-list-controls-search {
    margin-right: 20px;
    width: auto;
  }
  .module-list-controls-search input {
    width: 220px;
  }
  .module-list-controls-filter-wrapper {
    margin-top: 3px;
  }
}

.module-compare-wrapper {
  position: relative;
}

.module-compare {
  overflow-x: hidden;
  overflow-y: visible;
  width: calc(100% - 100px);
  margin-left: 99px;
  border-right: 1px solid #B0B0B0;
}

.module-compare:before {
  position: absolute;
  top: 0;
  left: 0px;
  width: 98px;
  height: calc(100% - 2px);
  border: 1px solid #B0B0B0;
  background-color: #f7f9f9;
  content: "";
  box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.module-compare table {
  margin-bottom: 0;
}

.module-compare thead th {
  background-color: #f7f9f9;
}

.module-compare thead th:first-child {
  background-color: #FFF;
}

.module-compare th {
  font-weight: bold;
  color: #01689B;
}

.module-compare td, .module-compare th {
  padding: 5px 20px;
  width: 160px;
  min-width: 160px;
  border: 1px solid #B0B0B0;
}

.module-compare td:first-child, .module-compare th:first-child {
  min-width: 98px;
  width: 98px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}

.module-compare td:last-child, .module-compare th:last-child {
  border-right: none;
}

.module-compare th:first-child {
  position: absolute;
  left: 1px;
}

.module-compare-prev, .module-compare-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  margin-bottom: 0;
  border-radius: 50%;
  font-size: 24px;
  line-height: 25px;
  box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.module-compare-prev [class^="indicon-"], .module-compare-prev [class*=" indicon-"], .module-compare-next [class^="indicon-"], .module-compare-next [class*=" indicon-"] {
  margin-left: 0px;
}

.module-compare-prev.module-compare-hidden, .module-compare-next.module-compare-hidden {
  opacity: 0 !important;
}

.module-compare-prev {
  left: 105px;
  padding: 9px 16px 7px;
}

.module-compare-next {
  right: 5px;
  padding: 7px 16px 9px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 992px) {
  .module-compare {
    width: calc(100% - 250px);
    margin-left: 249px;
  }
  .module-compare:before {
    width: 248px;
  }
  .module-compare td, .module-compare th {
    width: 250px;
    min-width: 250px;
  }
  .module-compare td:first-child, .module-compare th:first-child {
    min-width: 248px;
    width: 248px;
  }
  .module-compare-prev {
    left: 255px;
  }
}

@media (min-width: 1025px) {
  .module-compare-prev, .module-compare-next {
    opacity: 0;
  }
  .module-compare:hover .module-compare-prev, .module-compare:hover .module-compare-next {
    opacity: 1;
  }
}

.module-sitemap-buttons .button {
  width: 55px;
  margin-bottom: 4px;
}

.module-hamburger {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.module-hamburger span {
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 4px;
  background: #8D8D8D;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

/* Icon 3 */
.module-hamburger span:nth-child(1) {
  top: 0px;
}

.module-hamburger span:nth-child(2), .module-hamburger span:nth-child(3) {
  top: 8px;
}

.module-hamburger span:nth-child(4) {
  top: 16px;
}

.module-hamburger.open span:nth-child(1) {
  top: 8px;
  left: 50%;
  width: 0%;
}

.module-hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.module-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.module-hamburger.open span:nth-child(4) {
  top: 8px;
  left: 50%;
  width: 0%;
}

.module-verblijfsdocument {
  margin: 20px;
}

.module-verblijfsdocument img {
  width: 100%;
}

@media (min-width: 768px) {
  .module-verblijfsdocument img {
    max-width: 400px;
    width: 400px;
  }
}

.module-currency-wrapper {
  position: relative;
}

.module-currency-wrapper:before {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 44px;
  height: 44px;
  background-color: #01689B;
  content: "€";
  line-height: 44px;
  text-align: center;
  color: #FFF;
}

.module-error-nice .module-currency-wrapper:before {
  background-color: #d52b1e;
  height: 45px;
}

.module-currency-wrapper input {
  padding-left: 64px;
}

.module-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.module-file + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  color: #FFF;
}

.module-file + label .indicon-upload {
  margin-left: 0px;
  margin-right: 20px;
}

/* Form/Informatiewijzer modules */
.module-entry-wrapper {
  width: calc(100% + 8px);
  margin-left: -4px;
  font-size: 0;
  line-height: 0;
}

.module-header-indnl-alt2 .module-entry-wrapper {
  padding-top: 20px;
}

.module-entry {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  margin: 4px 0;
  padding: 40px;
  padding-bottom: 60px;
  cursor: pointer;
  background-color: #f7f9f9;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  color: #000000;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.module-entry strong {
  color: #01689B;
}

.module-entry:first-child {
  margin-top: 0;
}

.module-entry:after {
  position: absolute;
  bottom: 20px;
  left: 0;
  opacity: 0;
  margin-left: -14px;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e830";
  font-size: 24px;
  color: #01689B;
  -webkit-transition: opacity 200ms ease-out, left 300ms ease-out;
  -moz-transition: opacity 200ms ease-out, left 300ms ease-out;
  transition: opacity 200ms ease-out, left 300ms ease-out;
}

.module-entry:hover {
  background-color: #bcdff1;
  color: #000000;
}

.module-entry:hover:after {
  left: 50%;
  opacity: 1;
}

.module-entry-icon {
  display: block;
  margin-bottom: 20px;
  font-size: 62px;
  line-height: 62px;
  color: #01689B;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 768px) {
  .module-header-indnl-alt2 .module-entry-wrapper {
    padding-top: 0;
  }
  .module-entry {
    width: calc(50% - 8px);
    margin: 4px;
  }
  .module-entry:first-child {
    margin-top: 4px;
  }
  /* one item */
  .module-entry:first-child:nth-last-child(1) {
    width: calc(100% - 8px);
  }
  /* three items */
  .module-entry:first-child:nth-last-child(3):last-child,
  .module-entry:first-child:nth-last-child(3) ~ .module-entry:last-child {
    width: calc(100% - 8px);
  }
  /* five items */
  .module-entry:first-child:nth-last-child(5):last-child,
  .module-entry:first-child:nth-last-child(5) ~ .module-entry:last-child {
    width: calc(100% - 8px);
  }
  /* seven items */
  .module-entry:first-child:nth-last-child(7):last-child,
  .module-entry:first-child:nth-last-child(7) ~ .module-entry:last-child {
    width: calc(100% - 8px);
  }
}

@media (min-width: 992px) {
  .module-entry {
    width: calc(25% - 8px);
  }
  /* two items */
  .module-entry:first-child:nth-last-child(2),
  .module-entry:first-child:nth-last-child(2) ~ .module-entry {
    width: calc(50% - 8px);
  }
  /* three items */
  .module-entry:first-child:nth-last-child(3),
  .module-entry:first-child:nth-last-child(3) ~ .module-entry {
    width: calc(33.3333% - 8px);
  }
  .module-entry:first-child:nth-last-child(3):last-child,
  .module-entry:first-child:nth-last-child(3) ~ .module-entry:last-child {
    width: calc(33.3333% - 8px);
  }
  /* four items */
  .module-entry:first-child:nth-last-child(4),
  .module-entry:first-child:nth-last-child(4) ~ .module-entry {
    width: calc(25% - 8px);
  }
  /* five items */
  .module-entry:first-child:nth-last-child(5),
  .module-entry:first-child:nth-last-child(5) ~ .module-entry {
    width: calc(33.333% - 8px);
  }
  .module-entry:first-child:nth-last-child(5):last-child, .module-entry:first-child:nth-last-child(5):nth-last-child(2),
  .module-entry:first-child:nth-last-child(5) ~ .module-entry:last-child,
  .module-entry:first-child:nth-last-child(5) ~ .module-entry:nth-last-child(2) {
    width: calc(50% - 8px);
  }
  /* six items */
  .module-entry:first-child:nth-last-child(6),
  .module-entry:first-child:nth-last-child(6) ~ .module-entry {
    width: calc(33.333% - 8px);
  }
  /* seven items */
  .module-entry:first-child:nth-last-child(7),
  .module-entry:first-child:nth-last-child(7) ~ .module-entry {
    width: calc(25% - 8px);
  }
  .module-entry:first-child:nth-last-child(7):last-child, .module-entry:first-child:nth-last-child(7):nth-last-child(2), .module-entry:first-child:nth-last-child(7):nth-last-child(3),
  .module-entry:first-child:nth-last-child(7) ~ .module-entry:last-child,
  .module-entry:first-child:nth-last-child(7) ~ .module-entry:nth-last-child(2),
  .module-entry:first-child:nth-last-child(7) ~ .module-entry:nth-last-child(3) {
    width: calc(33.3333% - 8px);
  }
}

.module-reason {
  display: block;
  padding: 40px 0;
  border-bottom: 2px solid #EEEEEE;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}

.module-reason h1, .module-reason h2, .module-reason h3, .module-reason .h1, .module-reason .h2, .module-reason .h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  color: #01689B;
}

.module-reason:hover {
  color: #000000;
}

.module-reason-icon {
  display: block;
  margin-bottom: 20px;
  font-size: 62px;
  line-height: 62px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 992px) {
  .module-reason {
    position: relative;
    padding: 40px;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
  }
  .module-reason h1, .module-reason h2, .module-reason h3, .module-reason .h1, .module-reason .h2, .module-reason .h3 {
    -webkit-transition: padding-left 200ms ease-out;
    -moz-transition: padding-left 200ms ease-out;
    transition: padding-left 200ms ease-out;
  }
  .module-reason:before {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    opacity: 0;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    /* Better Font Rendering =========== */
    content: "\e830";
    font-size: 24px;
    line-height: 42px;
    color: #01689B;
    -webkit-transition: opacity 200ms ease-out, left 300ms ease-out;
    -moz-transition: opacity 200ms ease-out, left 300ms ease-out;
    transition: opacity 200ms ease-out, left 300ms ease-out;
  }
  .module-reason:hover {
    background-color: #bcdff1;
  }
  .module-reason:hover h1, .module-reason:hover h2, .module-reason:hover h3, .module-reason:hover .h1, .module-reason:hover .h2, .module-reason:hover .h3 {
    padding-left: 40px;
  }
  .module-reason:hover:before {
    left: 40px;
    opacity: 1;
  }
}

.module-summary {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding: 20px 64px 20px 20px;
  background-color: #cdefe6;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

.module-summary.overpadded {
  margin-left: -20px;
  margin-right: -20px;
}

.module-summary:last-child {
  margin-bottom: 0;
}

.module-summary:hover {
  background-color: #76d2b6;
  color: #000000;
}

.module-summary:after {
  position: absolute;
  right: 20px;
  top: 21px;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  font-size: 24px;
  content: "\e80c";
}

.module-summary.module-summary-error {
  color: #d52b1e;
  background-color: #eeaaa5;
  padding-top: 65px;
}

.module-summary.module-summary-error h2 {
  margin-left: 44px;
  color: #d52b1e;
  text-align: center;
}

.module-summary.module-summary-error:before {
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -20px;
  font-size: 35px;
  line-height: 35px;
  content: "\e815";
}

.module-summary.module-summary-warning {
  color: #000000;
  background-color: #FBED78;
  padding-top: 65px;
}

.module-summary.module-summary-warning h2 {
  margin-left: 44px;
  color: #154273;
  text-align: center;
}

.module-summary.module-summary-warning:after {
  color: #154273;
}

.module-summary.module-summary-warning:before {
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -20px;
  font-size: 35px;
  line-height: 35px;
  content: "\e815";
  color: #154273;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 992px) {
  .module-summary.overpadded {
    margin-left: -80px;
    margin-right: -80px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .module-summary.module-summary-error {
    padding-top: 20px;
    padding-left: 80px;
  }
  .module-summary.module-summary-error.overpadded {
    padding-right: 80px;
  }
  .module-summary.module-summary-error h2 {
    margin-left: 0;
    text-align: left;
  }
  .module-summary.module-summary-error:before {
    left: 20px;
    top: 15px;
    margin-left: 0;
  }
  .module-summary.module-summary-warning {
    padding-top: 20px;
    padding-left: 80px;
  }
  .module-summary.module-summary-warning.overpadded {
    padding-right: 80px;
  }
  .module-summary.module-summary-warning h2 {
    margin-left: 0;
    text-align: left;
  }
  .module-summary.module-summary-warning strong {
    color: #154273;
  }
  .module-summary.module-summary-warning:before {
    left: 20px;
    top: 15px;
    margin-left: 0;
  }
}

.module-mpc-item {
  margin-bottom: 1px;
}

.module-mpc-item input[type="checkbox"] + label, .module-mpc-item input[type="radio"] + label {
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 35px;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #DEDEDE;
}

.module-mpc-item input[type="checkbox"] + label:before, .module-mpc-item input[type="radio"] + label:before {
  top: 11px;
}

.module-mpc-item:first-child input[type="checkbox"] + label, .module-mpc-item:first-child input[type="radio"] + label {
  border-top: 1px solid #DEDEDE;
}

.module-mpc-item input[type="radio"]:checked + label:after {
  top: 18px;
}

.grayed-out .module-mpc-item input[type="checkbox"]:checked + label, .grayed-out .module-mpc-item input[type="radio"]:checked + label {
  color: #B0B0B0;
}

.module-error .module-mpc-item input[type="checkbox"] + label, .module-error .module-mpc-item input[type="radio"] + label {
  border: none;
  padding-left: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.module-error .module-mpc-item input[type="checkbox"] + label:before, .module-error .module-mpc-item input[type="radio"] + label:before {
  left: 10px;
  top: 6px;
}

.module-error .module-mpc-item input[type="radio"]:checked + label:after {
  left: 17px;
}

.module-mpc-inline {
  font-size: 0;
}

.module-mpc-inline .module-mpc-item {
  display: inline-block;
  margin-right: 20px;
}

.module-mpc-inline .module-mpc-item:last-child {
  margin-right: 0;
}

.module-mpc-inline .module-mpc-item input[type="checkbox"] + label, .module-mpc-inline .module-mpc-item input[type="radio"] + label {
  border: 1px solid #DEDEDE;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  padding-left: 55px;
}

.module-mpc-inline .module-mpc-item input[type="checkbox"] + label:before, .module-mpc-inline .module-mpc-item input[type="radio"] + label:before {
  left: 20px;
}

.module-mpc-inline .module-mpc-item input[type="checkbox"]:focus + label, .module-mpc-inline .module-mpc-item input[type="radio"]:focus + label {
  border: 1px solid #8D8D8D;
}

.module-mpc-inline .module-mpc-item input[type="checkbox"]:checked + label, .module-mpc-inline .module-mpc-item input[type="radio"]:checked + label {
  border: 1px solid #42145f;
}

.module-mpc-inline .module-mpc-item input[type="radio"]:checked + label:after {
  left: 27px;
}

.module-mpc-inline .module-mpc-item .module-error input[type="checkbox"] + label, .module-mpc-inline .module-mpc-item .module-error input[type="radio"] + label {
  padding: 0 0 0 35px;
  border: none;
  box-shadow: none;
}

.module-mpc-inline .module-mpc-item .module-error input[type="checkbox"] + label:before, .module-mpc-inline .module-mpc-item .module-error input[type="radio"] + label:before {
  left: 0;
}

.module-mpc-image .module-mpc-item {
  margin-bottom: 0px;
  padding: 20px;
  border: 1px solid #DEDEDE;
}

.module-mpc-image .module-mpc-item input[type="checkbox"] + label, .module-mpc-image .module-mpc-item input[type="radio"] + label {
  padding: 0 0 0 35px;
  border-bottom: none;
}

.module-mpc-image .module-mpc-item input[type="checkbox"] + label:before, .module-mpc-image .module-mpc-item input[type="radio"] + label:before {
  top: 1px;
}

.module-mpc-image .module-mpc-item:first-child input[type="checkbox"] + label, .module-mpc-image .module-mpc-item:first-child input[type="radio"] + label {
  border-top: none;
}

.module-mpc-image .module-mpc-item input[type="radio"]:checked + label:after {
  top: 8px;
  margin-top: 0;
}

.module-number {
  position: relative;
  width: 120px;
  height: 46px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.module-number input {
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0 80px 0 20px;
  margin: 0;
  border: 1px solid #eee;
  text-align: center;
}

.module-number input:focus {
  outline: 0;
}

.module-number-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 0;
}

.module-number-button {
  display: inline-block;
  cursor: pointer;
  border-left: 1px solid #eee;
  margin-top: 1px;
  width: 30px;
  height: calc(100% - 1px);
  text-align: center;
  color: #FFF;
  font-size: 20px;
  line-height: 44px;
  background-color: #76d2b6;
}

.module-date {
  position: relative;
  font-size: 0;
}

.module-date label {
  font-size: 18px;
}

.module-date input {
  padding: 0 10px;
  text-align: center;
}

.module-date .module-date-full input {
  text-align: left;
}

.module-date input::-webkit-outer-spin-button,
.module-date input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.module-error-nice .module-date {
  margin-top: 10px;
}

.module-date-day, .module-date-month, .module-date-year, .module-date-full {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  margin-right: 20px;
}

.module-date-day label, .module-date-month label, .module-date-year label, .module-date-full label {
  color: #000000;
  font-weight: normal;
}

.module-error-nice .module-date-day label, .module-error-nice .module-date-month label, .module-error-nice .module-date-year label, .module-error-nice .module-date-full label {
  color: #d52b1e;
}

.module-date-month {
  width: 60px;
}

.module-date-year {
  width: 80px;
  margin-right: 0;
}

.module-date-year input {
  text-align: left;
}

.module-date-full {
  width: 100%;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 480px) {
  .module-date:after {
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 52px;
    color: #42145f;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    /* Better Font Rendering =========== */
    content: "\e828";
    font-size: 52px;
    line-height: 52px;
    cursor: pointer;
  }
  .module-error-nice .module-date:after {
    color: #d52b1e;
  }
  .module-date-year {
    margin-right: 20px;
  }
  .module-date-full {
    width: calc(100% - 72px);
  }
}

.module-select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 46px;
  background-color: #FFF;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

.module-error-nice .module-select {
  border-left: 2px solid #d52b1e;
  border-top: 1px solid #d52b1e;
}

.module-select.full {
  width: 100%;
}

.module-select:after {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
  width: 44px;
  height: 44px;
  pointer-events: none;
  line-height: 46px;
  text-align: center;
  font-size: 26px;
  color: #01689B;
  content: "›";
  background-color: #FFF;
  transform: rotate(90deg);
  transform-origin: center center;
}

.module-error-nice .module-select:after {
  color: #d52b1e;
}

.module-select select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 46px;
  padding: 4px 0px 4px 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

.module-select select:focus {
  border: 1px solid #8D8D8D;
}

.ie9 .module-select select {
  width: 150%;
}

.module-select select:disabled {
  background-color: #F7F7F7;
  cursor: not-allowed;
}

.module-select select option {
  font-size: 18px;
}

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

.module-accordeon-small {
  position: relative;
  padding-top: 10px;
  cursor: pointer;
  -webkit-transition: background-color 400ms ease-out, padding-top 400ms ease-out;
  -moz-transition: background-color 400ms ease-out, padding-top 400ms ease-out;
  transition: background-color 400ms ease-out, padding-top 400ms ease-out;
}

.module-accordeon-small .indicon-right, .module-accordeon-small .indicon-down {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 24px;
  color: #154273;
  -webkit-transition: opacity 400ms ease-out, top 400ms ease-out;
  -moz-transition: opacity 400ms ease-out, top 400ms ease-out;
  transition: opacity 400ms ease-out, top 400ms ease-out;
}

.module-accordeon-small .indicon-down:before {
  margin-left: -3px;
  margin-top: -5px;
}

.module-accordeon-small .indicon-down {
  opacity: 0;
}

.module-accordeon-small.expanded {
  padding-top: 40px;
  background-color: #bcdff1;
}

.module-accordeon-small.expanded .indicon-right {
  top: 40px;
  opacity: 0;
}

.module-accordeon-small.expanded .indicon-down {
  top: 40px;
  opacity: 1;
}

.module-accordeon-small-title {
  padding-right: 20px;
  padding-left: 44px;
  color: #154273;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
  text-decoration: underline;
}

.module-accordeon-small-expandable {
  padding: 0 20px 40px 44px;
}

.module-doelgroep-teaser {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  background-size: cover;
  background-position: center;
}

.module-doelgroep-teaser:before {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  text-indent: 1px;
  font-size: 20px;
  line-height: 17px;
  font-weight: bold;
  content: "›";
  color: #FFF;
  -webkit-transition: right 200ms ease-out;
  -moz-transition: right 200ms ease-out;
  transition: right 200ms ease-out;
}

.module-doelgroep-teaser:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 96px;
  background: -webkit-linear-gradient( transparent, rgba(0, 0, 0, 0.7)) left repeat;
  background: linear-gradient( transparent, rgba(0, 0, 0, 0.7)) left repeat;
  content: "";
}

.module-doelgroep-teaser:hover:before {
  right: 40px;
}

.module-doelgroep-teaser-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: #FFF;
  font-weight: bold;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
.module-accordeon {
  position: relative;
  padding-top: 10px;
  padding-right: 45px;
  border-bottom: 1px solid #B0B0B0;
}

.module-accordeon:first-child {
  border-top: 1px solid #B0B0B0;
}

.module-accordeon .indicon-down-open, .module-accordeon .indicon-up-open {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 40px;
  font-size: 26px;
  line-height: 40px;
  color: #154273;
  -webkit-transition: opacity 400ms ease-out;
  -moz-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}

.module-accordeon .indicon-down-open:before, .module-accordeon .indicon-up-open:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.module-accordeon .indicon-down-open {
  right: 17px;
}

.module-accordeon .indicon-down-open:before {
  margin-top: 1px;
}

.module-accordeon .indicon-up-open {
  opacity: 0;
}

.module-accordeon.expanded .indicon-down-open {
  opacity: 0;
}

.module-accordeon.expanded .indicon-up-open {
  opacity: 1;
}

.module-accordeon-title {
  margin-bottom: 10px;
  color: #154273;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  cursor: pointer;
}

.module-accordeon-title-number {
  display: none;
}

.module-accordeon-expandable {
  padding-bottom: 20px;
  display: none;
}

.module-accordeon-wrapper {
  position: relative;
  z-index: 0;
}

.module-accordeon-wrapper:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 15px;
  right: 0;
  z-index: -1;
  background-color: rgba(143, 202, 231, 0.9);
  content: "";
}

.module-accordeon-wrapper .module-accordeon {
  border-bottom: none;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 6px;
}

.module-accordeon-wrapper .module-accordeon .indicon-down-open, .module-accordeon-wrapper .module-accordeon .indicon-up-open {
  top: 15px;
  height: 24px;
  line-height: 24px;
}

.module-accordeon-wrapper .module-accordeon:first-child {
  border-top: none;
}

.module-accordeon-wrapper .module-accordeon:nth-child(odd) {
  background-color: #EEEEEE;
}

.module-accordeon-wrapper .module-accordeon.expanded .module-accordeon-title {
  font-weight: bold;
}

.module-accordeon-wrapper .module-accordeon.expanded .module-accordeon-title .module-accordeon-title-number {
  font-weight: normal;
}

.module-accordeon-wrapper .module-accordeon-title {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.module-accordeon-wrapper-header {
  padding: 16px 20px 16px 35px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #FFF;
}

.module-accordeon-wrapper-content {
  margin-left: 15px;
  background-color: #FFF;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 480px) {
  .module-accordeon-wrapper:before {
    right: 15px;
  }
}

@media (min-width: 768px) {
  .module-accordeon-title.with-number {
    padding-right: 60px;
    position: relative;
  }
  .module-accordeon-title-number {
    display: inline;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
  }
  .module-accordeon-wrapper .module-accordeon-title.with-number {
    padding-right: 50px;
  }
}

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

.module-pagination li {
  display: inline-block;
  list-style-type: none;
  margin: 0 10px 0 0;
}

.module-pagination li:last-child {
  margin-right: 0;
}

.module-pagination li.active a {
  cursor: default;
  color: #FFF;
}

.module-pagination li.active a:before {
  top: -100%;
}

.module-pagination li.disabled a {
  cursor: default;
}

.module-pagination li.disabled a:hover:before {
  top: 0;
}

.module-filter-sort {
  display: none;
}

.module-filter-sort.expanded {
  display: block;
}

@media (min-width: 992px) {
  .module-filter-sort {
    display: block;
  }
}

.module-video {
  position: relative;
  padding-bottom: 52.25%;
  /* ind films */
  padding-top: 25px;
  height: 0;
}

.module-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Styleguide modules */
.module-color {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.module-color:last-child {
  margin-bottom: 0;
}

.module-color-green {
  background-color: #39870c;
}

.module-color-green-light {
  background-color: #76d2b6;
}

.module-color-green-extra-light {
  background-color: #cdefe6;
}

.module-color-olive {
  background-color: #777C00;
}

.module-color-olive-light {
  background-color: #F8F8F2;
}

.module-color-blue {
  background-color: #01689B;
}

.module-color-blue-light {
  background-color: #8fcae7;
}

.module-color-blue-extra-light {
  background-color: #bcdff1;
}

.module-color-blue-dark {
  background-color: #154273;
}

.module-color-purple {
  background-color: #42145f;
}

.module-color-purple-light {
  background-color: #5E3776;
}

.module-color-pink {
  background-color: #CA005D;
}

.module-color-red {
  background-color: #d52b1e;
}

.module-color-red-light {
  background-color: #eeaaa5;
}

.module-color-orange {
  background-color: #e17000;
}

.module-color-orange-light {
  background-color: #fae9e8;
}

.module-color-yellow {
  background-color: #F9E11E;
}

.module-color-yellow-light {
  background-color: #FBED78;
}

.module-color-gray {
  background-color: #B0B0B0;
}

.module-color-gray-light {
  background-color: #DEDEDE;
}

.module-color-gray-extra-light {
  background-color: #EEEEEE;
}

.module-color-gray-extra-extra-light {
  background-color: #f7f9f9;
}

.module-color-gray-dark {
  background-color: #8D8D8D;
}

.module-color-gray-extra-dark {
  background-color: #5C5C5C;
}

.module-color-gray-extra-extra-dark {
  background-color: #4a4a4a;
}

/* Afspraken planner modules */
.module-calendar {
  position: relative;
}

.module-calendar li {
  margin: 0;
  list-style-type: none;
}

.module-calendar a {
  text-decoration: none;
}

.module-calendar:before {
  display: none;
  content: 'mobile';
}

.module-calendar .timeline {
  display: none;
}

.module-calendar .events {
  position: relative;
  z-index: 1;
}

.module-calendar .events .events-group {
  margin-bottom: 30px;
}

.module-calendar .events .top-info {
  width: 100%;
}

.module-calendar .events .top-info > span {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}

.module-calendar .events .events-group > ul {
  display: flex;
  position: relative;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.module-calendar .events .events-group > ul::after {
  display: inline-block;
  width: 1px;
  height: 100%;
  opacity: 0;
  color: transparent;
  content: '-';
}

.module-calendar .events .single-event {
  flex-shrink: 0;
  float: left;
  width: 70%;
  height: 80px;
  max-width: 300px;
  margin-right: 20px;
  transition: opacity .2s, background .2s;
}

.module-calendar .events .single-event:last-of-type {
  margin-right: 5%;
}

.module-calendar .events .single-event a {
  display: block;
  height: 100%;
  padding: 10px;
}

.module-calendar.loading .events .single-event {
  opacity: 0;
}

.module-calendar .event-name,
.module-calendar .event-date {
  font-size: 16px;
  line-height: 20px;
  color: white;
}

.module-calendar .event-date {
  margin-right: 10px;
}

.module-calendar .event-name {
  font-weight: bold;
}

.module-calendar .single-event[data-event="event-1"],
.module-calendar [data-event="event-1"] .header-bg {
  background: #154273;
}

.module-calendar .single-event[data-event="event-1"]:hover {
  background: #194e89;
}

.module-calendar .single-event[data-event="event-2"],
.module-calendar [data-event="event-2"] .header-bg {
  background: #01689B;
}

.module-calendar .single-event[data-event="event-2"]:hover {
  background: #0179b4;
}

.module-calendar .single-event[data-event="event-3"],
.module-calendar [data-event="event-3"] .header-bg {
  background: #8fcae7;
}

.module-calendar .single-event[data-event="event-3"]:hover {
  background: #a4d4ec;
}

.module-calendar .single-event[data-event="event-4"],
.module-calendar [data-event="event-4"] .header-bg {
  background: #bcdff1;
}

.module-calendar .single-event[data-event="event-4"]:hover {
  background: #d1e9f5;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 768px) {
  .module-calendar .events .single-event {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .module-calendar {
    width: 100%;
    max-width: 1400px;
    *zoom: 1;
  }
  .module-calendar:before, .module-calendar:after {
    content: " ";
    display: table;
  }
  .module-calendar:after {
    clear: both;
  }
  .module-calendar:before {
    display: none;
    content: 'desktop';
  }
  .module-calendar .timeline {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 90px;
  }
  .module-calendar .timeline li {
    position: relative;
    height: 90px;
  }
  .module-calendar .timeline li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    content: '';
  }
  .module-calendar .timeline li:last-of-type::after {
    display: none;
  }
  .module-calendar .timeline li span {
    display: none;
  }
  .module-calendar .events {
    float: left;
    width: 100%;
  }
  .module-calendar .events .events-group {
    float: left;
    width: 33.33333%;
    margin-bottom: 0;
    border: 1px solid #EEEEEE;
  }
  .module-calendar .events .events-group:not(:first-of-type) {
    border-left-width: 0;
  }
  .module-calendar .events .top-info {
    display: table;
    height: 90px;
    border-bottom: 1px solid #EEEEEE;
  }
  .module-calendar .events .top-info > span {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: center;
    font-weight: normal;
  }
  .module-calendar .events .events-group > ul {
    display: block;
    overflow: visible;
    height: 1260px;
    margin-top: 0;
    *zoom: 1;
  }
  .module-calendar .events .events-group > ul:before, .module-calendar .events .events-group > ul:after {
    content: " ";
    display: table;
  }
  .module-calendar .events .events-group > ul:after {
    clear: both;
  }
  .module-calendar .events .events-group > ul::after {
    display: none;
  }
  .module-calendar .events .single-event {
    /* top position and height will be set using js */
    position: absolute;
    left: 1px;
    z-index: 3;
    width: calc(100% - 2px);
    max-width: none;
    height: auto;
    margin-right: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    flex-shrink: 1;
  }
  .module-calendar .events .single-event a {
    padding: 5px;
  }
  .module-calendar .events .single-event:last-of-type {
    margin-right: 0;
  }
  .module-calendar .event-date {
    position: absolute;
    top: 5px;
    left: 5px;
    margin-right: 0;
  }
  .module-calendar .event-name {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    padding-left: 100px;
  }
  .module-calendar .event-name:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    content: "";
  }
}

@media (min-width: 1280px) {
  .module-calendar .timeline li::after {
    left: 60px;
    width: calc(100% - 60px);
  }
  .module-calendar .timeline li span {
    display: inline-block;
    transform: translateY(-50%);
  }
  .module-calendar .timeline li:nth-of-type(2n) span {
    display: none;
  }
  .module-calendar .events {
    /* 60px is the .timeline element width */
    width: calc(100% - 60px);
    margin-left: 60px;
  }
}

.module-legenda li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  margin-right: 10px;
}

.module-legenda li:last-child {
  margin-right: 0;
}

.module-legenda-color {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

.module-legenda-color.optie {
  background-color: #eeaaa5;
}

.module-legenda-color.gereserveerd {
  background-color: #8fcae7;
}

.module-legenda-color.gepland {
  background-color: #01689B;
}

.module-legenda-color.voorbereid {
  background-color: #154273;
}

.module-legenda-color.nietgeweest {
  background-color: #d52b1e;
}

.module-legenda-color.welgeweest {
  background-color: #cdefe6;
}

.module-legenda-color.behandeling {
  background-color: #76d2b6;
}

.module-legenda-color.afgehandeld {
  background-color: #39870c;
}

@media (min-width: 1280px) {
  .module-legenda {
    margin-left: 60px;
  }
}

.module-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}

.module-overlay.active {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}

.module-popup {
  position: relative;
  max-width: calc(100% - 40px);
  margin-top: 106px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 0 40px 40px;
  background: #FFF;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.module-popup-small {
  max-width: 600px !important;
}

.module-popup-content {
  overflow: scroll;
  max-height: calc(100vh - 236px);
  padding-right: 90px;
}

.module-popup-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 70px;
  height: 70px;
  background-color: #f7f9f9;
  cursor: pointer;
  text-decoration: none !important;
  color: #8D8D8D !important;
  -webkit-transition: width 200ms ease-out, color 200ms ease-out, width 200ms ease-out;
  -moz-transition: width 200ms ease-out, color 200ms ease-out, width 200ms ease-out;
  transition: width 200ms ease-out, color 200ms ease-out, width 200ms ease-out;
}

.module-popup-close:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 70px;
  margin-top: -18px;
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  /* Better Font Rendering =========== */
  content: "\e80E";
  font-size: 36px;
  line-height: 36px;
  text-align: center;
}

.module-popup-close:after {
  position: absolute;
  top: 50%;
  right: 100px;
  width: 90px;
  margin-top: -15px;
  font-size: 24px;
  line-height: 28px;
  content: "Sluiten";
}

.module-popup-close:hover {
  background-color: #000000;
  text-decoration: none !important;
  color: #FFF !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 768px) {
  .module-popup {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .module-popup {
    max-width: 940px;
  }
}

@media (min-width: 1280px) {
  .module-popup {
    padding: 100px 0 40px 40px;
  }
  .module-popup-content {
    max-height: calc(100vh - 266px);
    padding-right: 120px;
  }
}

/* Angular Modules */
availabledatepicker div {
  width: 100%;
}

datepicker table {
  width: 100%;
}

datepicker table td, datepicker table th {
  padding: 2px;
}

datepicker table th button {
  width: 100%;
}

availabledatepicker {
  color: #000000;
}

datepicker .well {
  min-height: 20px;
  padding: 19px;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
}

.module-error-nice datepicker .well {
  border-left: 2px solid #d52b1e;
  border-top: 1px solid #d52b1e;
}

datepicker .well-sm {
  padding: 9px;
}

datepicker .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

datepicker .btn-sm,
datepicker .btn-group-sm > .btn {
  padding: 10px 5px !important;
  line-height: 1.5;
}

datepicker .btn-info:active,
datepicker .btn-info.active,
datepicker .open > .dropdown-toggle.btn-info {
  color: #FFF;
  background-color: #42145f;
}

datepicker .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #EEEEEE;
}

datepicker .btn-available {
  color: #FFF;
  background-color: #76d2b6;
}

datepicker .btn-closed {
  color: #B0B0B0;
  background-color: #f7f9f9;
}

datepicker .btn-full {
  color: #FFF;
  background-color: #eeaaa5;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  color: #01689B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.module-error-nice .glyphicon {
  color: #d52b1e;
}

.glyphicon-chevron-left:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -19px;
  content: "›";
  transform: rotate(180deg);
  transform-origin: center center;
  font-size: 30px;
}

.glyphicon-chevron-right:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -19px;
  content: "›";
  font-size: 30px;
}

.module-calendar-ng {
  position: relative;
}

.module-calendar-ng li {
  margin: 0;
  list-style-type: none;
}

.module-calendar-ng:before {
  display: none;
  content: 'mobile';
}

.module-calendar-ng .events {
  position: relative;
  z-index: 1;
}

.module-calendar-ng .events .events-group {
  margin-bottom: 30px;
}

.module-calendar-ng .events .top-info {
  display: block !important;
  overflow: hidden;
  width: 100%;
  height: 127px;
  padding: 20px;
  border: 1px solid #DEDEDE;
}

.module-calendar-ng .events .top-info h2 {
  text-align: center;
}

.module-calendar-ng .events .top-info ul {
  padding-left: 20px;
}

.module-calendar-ng .events .top-info li {
  list-style-type: initial;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 992px) {
  .module-calendar-ng {
    width: 100%;
    max-width: 1400px;
    *zoom: 1;
  }
  .module-calendar-ng:before, .module-calendar-ng:after {
    content: " ";
    display: table;
  }
  .module-calendar-ng:after {
    clear: both;
  }
  .module-calendar-ng:before {
    display: none;
    content: 'desktop';
  }
  .module-calendar-ng .events {
    float: left;
    width: 100%;
    overflow-x: scroll;
  }
  .module-calendar-ng .events ul {
    font-size: 0;
    white-space: nowrap;
  }
  .module-calendar-ng .events ul li {
    font-size: 18px;
    white-space: normal;
  }
  .module-calendar-ng .events .events-group {
    display: inline-block;
    width: 33.33333%;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    border-right: 0;
  }
  .module-calendar-ng .events .events-group .top-info {
    border-right: 0;
  }
  .module-calendar-ng .events .events-group:last-child .top-info {
    border-right: solid 1px #DEDEDE;
  }
  .module-calendar-ng .events .top-info {
    display: table;
  }
  .module-calendar-ng .events .top-info > span {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: center;
    font-weight: normal;
  }
}

@media (min-width: 1280px) {
  .module-calendar-ng .events {
    /* 60px is the .timeline element width */
    width: 100%;
  }
}

.cal-day-view {
  margin-bottom: 80px;
}

.cal-day-view:last-child {
  margin-bottom: 0;
}

.cal-day-view .cal-hour-rows {
  width: 100%;
  position: relative;
}

.cal-day-view .cal-hour {
  min-width: auto !important;
  border: solid 1px #DEDEDE;
  border-bottom: none;
  border-top: none;
  position: relative;
}

.cal-day-view .cal-hour:after {
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #DEDEDE;
  content: "";
}

.cal-day-view .cal-hour:nth-child(odd) {
  background-color: #f7f9f9;
}

.cal-day-view .cal-hour-segment {
  height: 30px;
}

.cal-day-view .cal-hour-segment:hover {
  background: none !important;
}

.cal-day-view .cal-hour :not(:last-child) .cal-hour-segment,
.cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: 1px dashed #DEDEDE;
}

.cal-day-view .cal-time {
  position: absolute;
  padding-top: 5px;
  width: 70px;
  text-align: left;
  left: 5px;
  font-size: 16px;
  line-height: 20px;
}

.cal-day-view .cal-hour-segment:hover,
.cal-day-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}

.cal-day-view .cal-event {
  position: absolute;
  z-index: 1;
  border: 1px solid #DEDEDE;
  border-bottom: none;
  border-top: 1px solid #FFF;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100% !important;
  margin-left: 0 !important;
}

.cal-day-view .cal-event-title {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-decoration: none;
}

.cal-day-view .cal-draggable {
  cursor: move;
}

.cal-day-view .cal-all-day-event {
  padding: 8px;
}

.cal-event-container {
  position: absolute;
  display: inline-block;
  margin-left: 0px !important;
  width: 100% !important;
}

@media (min-width: 992px) {
  .cal-day-view {
    margin-bottom: 40px;
  }
  .cal-day-view .cal-time {
    opacity: 0;
  }
  .events-group .cal-day-view .cal-time {
    opacity: 1;
  }
  .cal-day-view:last-child {
    margin-bottom: 0;
  }
  .cal-day-view .cal-hour {
    border-right: none;
  }
  .events-group:last-child .cal-day-view .cal-hour {
    border-right: solid 1px #DEDEDE;
  }
}
