@charset "UTF-8";
.responsive-image {
  position: relative;
  overflow: hidden;
}
.responsive-image .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image .image-wrapper img {
  width: 100%;
  height: auto;
}

.responsive-single-image img {
  width: 100%;
  height: auto;
}

/* Float helpers */
._right {
  float: right;
  padding: 0 0 1em 1em;
}

._left {
  float: left;
  padding: 0 1em 1em 0;
}

/* Text-Align */
._align-right {
  text-align: right;
}

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

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

._text-shadow, .text-shadow {
  text-shadow: 1px 2px 5px false rgba(0, 0, 0, 0.55);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: block;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0px;
}

h2 {
  font-size: 1.5em;
  margin: 0px;
}

h3 {
  font-size: 1.17em;
  margin: 0px;
}

h4 {
  font-size: 1em;
  margin: 0px;
}

h5 {
  font-size: 0.83em;
  margin: 0px;
}

h6 {
  font-size: 0.67em;
  margin: 0px;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

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

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

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

/*
 * Prevents `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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 0px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

/* Resets */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block;
}

a img {
  border: 0;
}

figure {
  position: relative;
}

figure img {
  width: 100%;
}

@font-face {
  font-family: "Reader-Regular-Web-re";
  src: url("fonts/Reader-Regular-Web-re.eot");
  src: url("fonts/Reader-Regular-Web-re.eot?#iefix") format("embedded-opentype"), url("fonts/Reader-Regular-Web-re.woff2") format("woff2"), url("fonts/Reader-Regular-Web-re.woff") format("woff"), url("fonts/Reader-Regular-Web-re.ttf") format("truetype"), url("fonts/Reader-Regular-Web-re.svg#Reader-Regular-Web-re") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "reader-bold-webfont";
  src: url("fonts/reader-bold-webfont.eot");
  src: url("fonts/reader-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/reader-bold-webfont.woff2") format("woff2"), url("fonts/reader-bold-webfont.woff") format("woff"), url("fonts/reader-bold-webfont.ttf") format("truetype"), url("fonts/reader-bold-webfont.svg#reader-bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Reader-Medium-Web-re";
  src: url("fonts/Reader-Medium-Web-re.eot");
  src: url("fonts/Reader-Medium-Web-re.eot?#iefix") format("embedded-opentype"), url("fonts/Reader-Medium-Web-re.woff2") format("woff2"), url("fonts/Reader-Medium-Web-re.woff") format("woff"), url("fonts/Reader-Medium-Web-re.ttf") format("truetype"), url("fonts/Reader-Medium-Web-re.svg#Reader-Medium-Web-re") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "reader-regular-italic-webfont";
  src: url("fonts/reader-regular-italic-webfont.eot");
  src: url("fonts/reader-regular-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/reader-regular-italic-webfont.woff2") format("woff2"), url("fonts/reader-regular-italic-webfont.woff") format("woff"), url("fonts/reader-regular-italic-webfont.ttf") format("truetype"), url("fonts/reader-regular-italic-webfont.svg#reader-regular-italic-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "ComicSansMS";
  src: url("fonts/ComicSansMS.eot");
  src: url("fonts/ComicSansMS.eot?#iefix") format("embedded-opentype"), url("fonts/ComicSansMS.woff2") format("woff2"), url("fonts/ComicSansMS.woff") format("woff"), url("fonts/ComicSansMS.ttf") format("truetype"), url("fonts/ComicSansMS.svg#ComicSansMS") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/*$small-desktop: min-width 60.50em;
$medium-desktop: max-width 66em;
$is-desktop: min-width 66em;
$large-desktop: min-width 74em; //1000px*/
/*$larger-desktop: min-width 68.75em; //1080px
$largest-desktop: min-width 102em; //1080px*/
/*

All typograms:

h1			– Reader Bold 60px/60px
h2			– Reader Bold 42px/42px
h3			– Reader Bold 32px / 1.3
body		– Reader Bold 18px / 1.2

ComicSansMS
*/
/*
// usage in sass files
.testcase {
	@include typogram($b4);
}*/
html, body {
  font-size: 18px;
}

input {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  input {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  input {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  input {
    font-size: 1rem;
    line-height: 1.2;
  }
}

p {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  p {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 1rem;
    line-height: 1.2;
  }
}

h1 {
  font-family: "Reader-Medium-Web-re", Helvetica, sans-serif;
  font-size: 3.33rem;
  line-height: 1.5;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: 2.22rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.77rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3.33rem;
    line-height: 1.5;
  }
}

h2 {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}

h3 {
  font-family: "Reader-Regular-Web-re", Times, serif;
  font-size: 1.77rem;
  line-height: 1.3;
}
@media screen and (min-width: 320px) {
  h3 {
    font-size: 1.22rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.44rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 1.77rem;
    line-height: 1.3;
  }
}

h4 {
  font-family: "Reader-Regular-Web-re", Times, serif;
  font-size: 1.55rem;
  line-height: 1.3;
}
@media screen and (min-width: 320px) {
  h4 {
    font-size: 1.11rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.33rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 1.55rem;
    line-height: 1.3;
  }
}

h5 {
  font-family: "Reader-Regular-Web-re", Times, serif;
  font-size: 1.55rem;
  line-height: 1.3;
}
@media screen and (min-width: 320px) {
  h5 {
    font-size: 1.08rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.22rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 1.33rem;
    line-height: 1.3;
  }
}

h6 {
  font-family: "Reader-Regular-Web-re", Times, serif;
  font-size: 1.55rem;
  line-height: 1.3;
}
@media screen and (min-width: 320px) {
  h6 {
    font-size: 1.05rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 1.11rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  h6 {
    font-size: 1.22rem;
    line-height: 1.3;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: underline;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

::-moz-selection {
  color: #000;
  background: #fff;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

body {
  position: static;
  overflow-x: auto;
  overflow-y: auto;
  min-width: 320px;
}

ul {
  list-style-type: none;
}

p {
  word-break: break-word;
}

p a,
table a {
  color: #e42313;
  text-decoration: none;
}
p a:hover,
table a:hover {
  background: #e42313;
  color: #fff;
  text-decoration: none;
}

em {
  font-family: "reader-regular-italic-webfont";
  font-style: normal;
}

strong {
  font-family: "reader-bold-webfont";
  font-style: normal;
}

a {
  color: #000;
  text-decoration: none;
  text-shadow: none;
}
a:hover {
  color: #000;
}
a:link, a:visited, a:hover, a:active {
  outline: none;
}
a.section-anchor {
  display: block;
  height: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
a::-moz-focus-inner {
  border: 0;
}

[data-ember-action] {
  cursor: pointer;
}

html, body {
  background-color: #fff;
  color: #000;
  min-width: 320px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* disable webkit tap highlight */
}

.container {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.container .content {
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: 5em;
  margin-right: 5em;
  min-height: 68vh;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container .content:after {
  content: " ";
  display: block;
  clear: both;
}
@media all and (max-width: 48em) {
  .container .content {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .container .content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media all and (min-width: 66em) {
  .container .content {
    padding-right: 3rem;
    padding-left: 3rem;
    max-width: 1308px;
  }
}

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

.b-lazy.b-error {
  opacity: 1;
}

#instantclick-bar {
  background: #e42313;
  height: 0;
}

.MarkupPagerNav {
  clear: both;
}

.MarkupPagerNav li {
  display: inline-block;
  margin-right: 0.5em;
}

.MarkupPagerNav li a {
  display: block;
  float: left;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
  text-decoration: underline;
}

li.MarkupPagerNavSeparator {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.app-debug {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.3em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 0.7em;
  background: rgba(255, 255, 255, 0.7);
  z-index: 200;
}

/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  transition: transform 0.4s ease;
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  transform: rotate(45deg);
  right: 19px;
}

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-clear:before, .mm-clear:after,
.mm-close:before,
.mm-close:after {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Reader-Medium-Web-re", Helvetica, sans-serif;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.9em;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  color: #000;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: "Reader-Medium-Web-re", Helvetica, sans-serif;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: #e42313;
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: #000;
}
.mm-menu .mm-btn:before, .mm-menu .mm-btn:after {
  border-color: #000;
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: #000;
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking, html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}

.mm-menu.mm-offcanvas.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.page-system {
  background-color: #fff;
  margin: 0;
}

.instruction {
  background-color: white;
  margin: 50px;
}
.instruction h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.instruction h3 {
  margin-bottom: 0.5em;
}
.instruction img {
  margin-top: 1em;
  margin-bottom: 1em;
}
.instruction p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  max-width: 780px;
}
.instruction p img {
  max-width: 1200px;
}
.instruction a {
  color: blue;
}

header {
  position: fixed;
  z-index: 20;
  right: 0;
  left: 0;
  top: 0;
}
header .cookie-notification {
  background: rgb(180, 180, 180);
  text-align: center;
  position: absolute;
  z-index: 100;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out false;
}
header .cookie-notification p {
  padding: 0.5em;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
header .cookie-notification a.accept-cookie {
  cursor: pointer;
  padding: 0.3rem 0.6rem;
  background-color: rgb(255, 205, 0);
  color: #000;
  font-size: 1rem;
}
header .cookie-notification a.reject-cookie {
  cursor: pointer;
  padding: 0.2rem 0.4rem;
  color: rgb(77, 77, 77);
  font-size: 0.8rem;
}
header .cookie-notification a.reject-cookie:hover {
  background-color: rgb(77, 77, 77);
  color: rgb(204, 204, 204);
}
header .cookie-notification.not-set {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out false;
}

nav {
  width: 100%;
  padding-top: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
nav .content {
  min-height: 0 !important;
  margin-top: 0 !important;
  overflow: visible !important;
}
nav .inner-nav {
  height: 6.2em;
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  nav .inner-nav {
    height: auto;
  }
}
@media all and (max-width: 48em) {
  nav .inner-nav {
    height: auto;
  }
}
nav .my-afk {
  font-size: 1.16em;
  color: #e42313;
  margin-top: 0.1em;
}
nav .my-afk .icon,
nav .my-afk .label {
  float: left;
}
nav .my-afk .icon {
  margin-right: 0.35em;
}
nav .my-afk a {
  color: #e42313;
}
@media all and (max-width: 48em) {
  nav .my-afk {
    display: none;
  }
}
nav ul.language {
  font-size: 1.16em;
}
nav ul.language li {
  text-transform: uppercase;
}
nav ul.language li a {
  color: rgb(102, 102, 102);
}
nav ul.language li.active a {
  color: #e42313;
}
nav ul.language li:hover a {
  color: #e42313;
}
nav .logo {
  width: 31.9444444444%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}
nav .logo img {
  width: 100%;
}
nav .nav-divider {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  border-bottom: 3px solid #e42313;
  padding-top: 0.8rem;
}
nav .primary,
nav .secondary {
  width: 65.2777777778%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  position: relative;
}
nav .primary {
  height: 82px;
  position: relative;
}
@media all and (max-width: 66em) {
  nav .primary {
    display: none;
  }
}
nav .secondary {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (min-width: 320px) {
  nav .secondary {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  nav .secondary {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  nav .secondary {
    font-size: 1rem;
    line-height: 1.2;
  }
}
nav .secondary > div {
  margin-bottom: 0.35rem;
}
nav .secondary .search {
  position: relative;
  height: 1em;
  width: 1em;
  margin-left: 1.5rem;
}
@media all and (max-width: 66em) {
  nav .secondary .search {
    display: none;
  }
}
nav .secondary .search input {
  position: absolute;
  width: 100%;
  height: 1.8rem;
  outline: none;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.66rem;
  line-height: 1.2;
  font-family: "reader-regular-italic-webfont";
  padding-left: 0.3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media screen and (min-width: 320px) {
  nav .secondary .search input {
    font-size: 0.66rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  nav .secondary .search input {
    font-size: 0.66rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  nav .secondary .search input {
    font-size: 0.66rem;
    line-height: 1.2;
  }
}
nav .secondary .search input.active {
  display: block;
  width: 200px;
  right: 0;
  z-index: 10;
}
nav .secondary .search svg {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 1em;
  height: 1em;
  z-index: 20;
  cursor: pointer;
}
nav .secondary .search svg .red {
  fill: #e42313;
}
nav .secondary .my-afk {
  margin-left: 1.5rem;
  position: relative;
}
@media all and (max-width: 48em) {
  nav .secondary .my-afk {
    font-size: 1em;
  }
}
nav .secondary .icons {
  margin-left: 1.5rem;
  position: relative;
  font-size: 0.85rem;
}
nav .secondary .icons .icon {
  float: left;
  display: block;
  text-align: center;
}
nav .secondary .icons .icon .fa {
  color: #fff;
}
nav .secondary .icons .icon .fa.fa-circle {
  color: #e42313;
}
nav .secondary .icons .icon:last-child {
  margin-right: 0;
}
@media all and (max-width: 48em) {
  nav .secondary .icons .icon {
    display: none;
  }
}
nav .secondary .hamburger {
  display: none;
  margin-left: 1.5rem;
  font-size: 1.6em;
  line-height: 1em;
}
@media all and (max-width: 66em) {
  nav .secondary .hamburger {
    display: block;
  }
}
nav .secondary .languages {
  margin-left: 1.5rem;
  margin-top: 0.1em;
  position: relative;
}
nav .secondary .languages ul li {
  float: left;
}
nav .secondary .languages ul li:first-child:after {
  content: "/";
  margin-left: -0.2rem;
  margin-right: 0.2rem;
  color: rgb(128, 128, 128);
}
nav ul.nav-list {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1em;
  display: flex;
  justify-content: space-between;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  nav ul.nav-list {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  nav ul.nav-list {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  nav ul.nav-list {
    font-size: 1rem;
    line-height: 1.2;
  }
}
nav ul.nav-list li {
  float: left;
  position: relative;
  padding-bottom: 0.3em;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
nav ul.nav-list li.main-menu-item {
  position: relative;
  height: 2.5em;
}
nav ul.nav-list li.main-menu-item:hover:before {
  content: "";
  width: 21px;
  height: 10px;
  position: absolute;
  bottom: 0px;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  z-index: 20;
  background-image: url("../images/menu-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
nav ul.nav-list li.main-menu-item .main-nav-title.active {
  color: #e42313;
}
nav ul.nav-list li.main-menu-item > a {
  font-size: 1.5em;
}
nav ul.nav-list li.nav-item-home a {
  color: #e42313;
}
nav ul.nav-list li.main-menu-item:hover .sub {
  max-height: 800px;
  padding: 10px;
  z-index: 11;
  -webkit-transition: all 0s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out false;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
nav ul.nav-list .sub {
  position: relative;
  max-height: 0;
  max-width: 60vw;
  height: auto;
  position: absolute;
  top: 2.3em;
  left: -10px;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
  -webkit-transition: all 0s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out false;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding-right: 0.5em;
  width: auto;
  min-width: 100px;
  z-index: 10;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-column-fill: auto; /* Chrome, Safari, Opera */
  -moz-column-fill: auto; /* Firefox */
  column-fill: auto;
}
nav ul.nav-list .sub.is-right {
  left: auto;
  right: -10px;
}
nav ul.nav-list .sub.is-mid {
  left: 50%;
  transform: translateX(-50%);
}
nav ul.nav-list .sub .nav-col {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav ul.nav-list .sub.has-cols-0 {
  width: 250px;
}
nav ul.nav-list .sub.has-cols-1 {
  width: 250px;
}
nav ul.nav-list .sub.has-cols-2 {
  width: 520px;
}
nav ul.nav-list .sub.has-cols-2 .nav-col {
  width: 50%;
  float: left;
}
nav ul.nav-list .sub.has-cols-3 {
  width: 780px;
}
nav ul.nav-list .sub.has-cols-3 .nav-col {
  width: 33.3333333333%;
  float: left;
}
nav ul.nav-list .sub.has-cols-4 {
  width: 1040px;
}
nav ul.nav-list .sub.has-cols-4 .nav-col {
  width: 25%;
  float: left;
}
nav ul.nav-list .sub.has-cols-5 {
  width: 1300px;
}
nav ul.nav-list .sub.has-cols-5 .nav-col {
  width: 20%;
  float: left;
}
nav ul.nav-list .sub li {
  /*				-webkit-column-break-inside:avoid;
  -moz-column-break-inside:avoid;
  column-break-inside:avoid;
  break-inside: avoid-column;*/
  display: block;
  float: none;
  color: #e42313;
  text-align: left;
  font-size: 0.8em;
}
nav ul.nav-list .sub li.divider {
  width: 100%;
  clear: left;
  /*					-webkit-column-break-before:always;
  -moz-column-break-before:always;
  column-break-before:always;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #e42313;
  font-family: "Reader-Medium-Web-re";
  text-transform: uppercase;
}
nav ul.nav-list .sub li.divider:hover, nav ul.nav-list .sub li.divider:hover a {
  color: #e42313;
}
@media all and (max-width: 48em) {
  nav ul.nav-list .sub li a {
    color: #009cdf;
  }
}
nav ul.nav-list .sub li.sub-item a {
  color: #e42313;
}
nav ul.nav-list .sub li.sub-item.active a {
  text-decoration: underline;
}
nav ul.nav-list .sub li:hover, nav ul.nav-list .sub li:hover a {
  color: black;
}

.headroom {
  -webkit-transition: -webkit-transform, 0.3s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition: -moz-transform, 0.3s ease-out;
  -o-transition: -o-transform, 0.3s ease-out;
  transition: transform 0.3s ease-out false false;
}
.headroom .unpinned-logo {
  max-height: 6.2em;
  overflow: hidden;
}
.headroom .pinned-logo {
  max-height: 0;
  overflow: hidden;
  display: none;
}

.headroom--top {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.headroom--top .unpinned-logo {
  height: auto;
}

.headroom--not-top nav {
  padding-top: 0;
}
.headroom--not-top nav .inner-nav {
  height: auto;
}
.headroom--not-top nav .inner-nav .logo {
  margin-bottom: 0.2em;
}
.headroom--not-top .secondary .search,
.headroom--not-top .secondary .my-afk,
.headroom--not-top .secondary .languages,
.headroom--not-top .secondary .icons .icon {
  display: none;
}
.headroom--not-top .secondary .hamburger {
  margin-right: 0;
  position: absolute;
  top: 1.5em;
  right: -1.6em;
}
@media all and (max-width: 66em) {
  .headroom--not-top .secondary .hamburger {
    position: absolute;
    top: 0.2em;
    right: 0;
    bottom: auto;
    display: block;
  }
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .headroom--not-top .secondary .hamburger a.mobile-nav-button {
    font-size: 1.8rem;
  }
}
.headroom--not-top .primary {
  height: 54px;
}
.headroom--not-top .primary ul.nav-list li.main-menu-item {
  height: 2.6em;
}
.headroom--not-top nav ul.nav-list .sub {
  top: 2.15em;
}
.headroom--not-top nav ul.nav-list {
  top: 1rem;
  bottom: auto;
}
.headroom--not-top .nav-divider {
  padding-top: 0;
}
.headroom--not-top .unpinned-logo {
  max-height: 0;
  height: 0;
  display: none;
}
.headroom--not-top .pinned-logo {
  max-height: 10em;
  width: 10%;
  margin-top: 0.6rem;
  display: block;
}
@media all and (max-width: 66em) {
  .headroom--not-top .pinned-logo {
    width: 15%;
    margin-bottom: 0.3rem;
  }
}
.headroom--not-top .pinned-logo.afk-50 {
  width: 20%;
  margin-top: 0.25rem;
}
@media all and (max-width: 66em) {
  .headroom--not-top .pinned-logo.afk-50 {
    width: 60%;
    margin-bottom: 0.25rem;
    max-width: 60px;
  }
}

.mobile-nav {
  display: none;
}

.is-loaded .mobile-nav {
  display: block;
}

ul.pagination {
  zoom: 1;
  margin-top: 3em;
  text-align: right;
}
ul.pagination:before, ul.pagination:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
ul.pagination:after {
  clear: both;
}
ul.pagination li {
  margin: 0 0.12em 0 0.12em;
  height: 1.3em;
  line-height: 1.3em;
  display: inline-block;
  vertical-align: top;
}
ul.pagination li.active {
  border-bottom: 1px solid #e42313;
}
ul.pagination li,
ul.pagination a {
  color: rgb(128, 128, 128);
}
ul.pagination li.MarkupPagerNavSeparator {
  display: inline-block;
  float: none;
}

.nav-spacer {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  padding-top: 1em;
  padding-bottom: 1.3rem;
  zoom: 1;
  height: 9rem;
}
.nav-spacer:before, .nav-spacer:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.nav-spacer:after {
  clear: both;
}
@media all and (max-width: 66em) {
  .nav-spacer {
    padding-bottom: 1.6rem;
    height: auto;
  }
}
.nav-spacer .logo {
  width: 31.9444444444%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}
.nav-spacer .logo .responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30%;
}
.nav-spacer .logo .responsive .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

footer {
  min-height: 10em;
  padding: 3em;
  background: rgb(128, 128, 128);
  color: #fff;
  margin-top: 2em;
  clear: both;
  width: 100%;
  float: left;
}
footer .inner {
  max-width: 1200px;
  margin: 0 auto;
}
footer .inner .left,
footer .inner .right {
  width: 48.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}
@media all and (max-width: 66em) {
  footer .inner .left,
  footer .inner .right {
    width: 98.6111111111%;
    float: left;
    margin-left: 0.6944444444%;
    margin-right: 0.6944444444%;
  }
}
footer .inner h4 {
  margin-bottom: 0.3rem;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.11rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  footer .inner h4 {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  footer .inner h4 {
    font-size: 0.94rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  footer .inner h4 {
    font-size: 1.11rem;
    line-height: 1.2;
  }
}
footer .inner .left h4 {
  font-family: "Reader-Medium-Web-re";
}
footer .inner .right .submit {
  margin-bottom: 1rem;
}
footer .inner .right ul {
  margin-bottom: 1rem;
}
footer .inner .right ul li {
  min-height: 1em;
  line-height: 1.5em;
  font-family: "Reader-Medium-Web-re";
}
footer .inner .right ul li a {
  color: white;
}
footer .inner .right .icons .icon {
  float: left;
  display: block;
  margin-right: 2px;
  text-align: center;
}
footer .inner .right .icons .icon .fa {
  color: rgb(128, 128, 128);
}
footer .inner .right .icons .icon .fa.fa-circle {
  color: #fff;
}
footer .inner .right .icons .icon:last-child {
  margin-right: 0;
}
@media all and (max-width: 48em) {
  footer .inner .right .icons .icon {
    display: none;
  }
}
footer .inner .newsletter-signup {
  margin-bottom: 1rem;
}
footer .inner .text {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  footer .inner .text {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  footer .inner .text {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  footer .inner .text {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
footer .inner .text p {
  margin-bottom: 1.5em;
  line-height: 1.5em;
  max-width: 80%;
}
footer .inner input {
  padding: 0.2rem;
  outline: none;
  margin: 0;
  margin-right: 0.6rem;
  width: 50%;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
@media all and (max-width: 66em) {
  footer .inner input {
    margin-bottom: 0.5em;
    width: 100%;
  }
}
footer .inner button.submit {
  background-color: white;
  color: rgb(128, 128, 128);
  border: 0;
  padding: 0.2rem;
  width: 7.3rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
@media all and (max-width: 66em) {
  footer .inner button.submit {
    width: 100%;
  }
}
footer .inner .right .submit {
  text-transform: uppercase;
}

.edit-page {
  color: #fff;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
}
.edit-page a {
  border: 2px solid #fff;
  padding: 0.5rem;
  font-size: 0.8rem;
  background-color: #009cdf;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.edit-page a:hover {
  color: #000;
}

.title-block .logo {
  color: #e42313;
  width: 10%;
  float: left;
  position: relative;
}
.title-block h2.title-header {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.83rem;
  line-height: 1.2;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  position: relative;
  display: block;
}
@media screen and (min-width: 320px) {
  .title-block h2.title-header {
    font-size: 0.83rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .title-block h2.title-header {
    font-size: 0.83rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .title-block h2.title-header {
    font-size: 0.83rem;
    line-height: 1.2;
  }
}

.grid-home-dates .inner {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  background-color: rgb(255, 205, 0);
  padding: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-home-dates .inner .item {
  float: left;
  width: 50%;
}
@media all and (max-width: 48em) {
  .grid-home-dates .inner .item {
    width: 100%;
  }
}
.grid-home-dates .inner .item .date {
  float: left;
  width: 25%;
  font-family: "Reader-Medium-Web-re";
}
@media all and (max-width: 48em) {
  .grid-home-dates .inner .item .date {
    width: 100%;
  }
}
.grid-home-dates .inner .item .page {
  float: left;
  width: 75%;
  overflow: hidden;
  font-family: "Reader-Regular-Web-re";
}
@media all and (max-width: 48em) {
  .grid-home-dates .inner .item .page {
    width: 100%;
    margin-bottom: 1em;
  }
}
.grid-home-dates .inner .item .page a {
  display: block;
  max-width: 90%;
}

.home-block {
  position: relative;
  display: block;
  float: left;
}
.home-block h1.section-title {
  padding-top: 0;
}
.home-block.no-link {
  margin-bottom: 2rem;
}
.home-block.block-news {
  margin-top: 1rem;
}
.home-block.block-aanvragen {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.home-block.block-aanvragen h1 {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  color: #009cdf;
}
.home-block.block-aanvragen h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.home-block.block-aanvragen h3 {
  text-align: center;
}
.home-block.block-aanvragen .columns {
  position: relative;
  z-index: 1;
}
.home-block.block-aanvragen .button-cols {
  width: 100%;
  z-index: 0;
}
.home-block.block-aanvragen .col-aanvragen {
  margin-bottom: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333333333%;
  float: left;
}
@media all and (max-width: 48em) {
  .home-block.block-aanvragen .col-aanvragen {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
}
.home-block.block-aanvragen .col-aanvragen h4 {
  text-transform: uppercase;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.11rem;
  line-height: 1.2;
  font-family: "Reader-Medium-Web-re";
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 320px) {
  .home-block.block-aanvragen .col-aanvragen h4 {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .home-block.block-aanvragen .col-aanvragen h4 {
    font-size: 0.94rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .home-block.block-aanvragen .col-aanvragen h4 {
    font-size: 1.11rem;
    line-height: 1.2;
  }
}
.home-block.block-aanvragen .col-aanvragen.last-row {
  padding-top: 0;
}
.home-block.block-aanvragen .col-aanvragen .bottom-row {
  clear: both;
  margin-top: -2em;
}
.home-block.block-aanvragen .col-aanvragen .mijn-afk,
.home-block.block-aanvragen .col-aanvragen .vraag-direct-aan {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.11rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  .home-block.block-aanvragen .col-aanvragen .mijn-afk,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .home-block.block-aanvragen .col-aanvragen .mijn-afk,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan {
    font-size: 0.94rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .home-block.block-aanvragen .col-aanvragen .mijn-afk,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan {
    font-size: 1.11rem;
    line-height: 1.2;
  }
}
.home-block.block-aanvragen .col-aanvragen .mijn-afk .cta,
.home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .cta {
  margin-bottom: 0.5em;
}
@media all and (max-width: 48em) {
  .home-block.block-aanvragen .col-aanvragen .mijn-afk .two-cols .button,
  .home-block.block-aanvragen .col-aanvragen .mijn-afk .two-cols .description,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .two-cols .button,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .two-cols .description {
    width: 220px;
  }
  .home-block.block-aanvragen .col-aanvragen .mijn-afk .two-cols .button button,
  .home-block.block-aanvragen .col-aanvragen .mijn-afk .two-cols .description button,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .two-cols .button button,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .two-cols .description button {
    width: 100%;
  }
}
@media all and (min-width: 76em) {
  .home-block.block-aanvragen .col-aanvragen .mijn-afk .two-cols .button,
  .home-block.block-aanvragen .col-aanvragen .mijn-afk .two-cols .description,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .two-cols .button,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .two-cols .description {
    width: 50%;
    float: left;
    margin-top: 0;
  }
}
@media all and (max-width: 48em) {
  .home-block.block-aanvragen .col-aanvragen .mijn-afk .two-cols .description,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .two-cols .description {
    margin-top: 0.3rem;
  }
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .home-block.block-aanvragen .col-aanvragen .mijn-afk .two-cols .button,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .two-cols .button {
    width: 100%;
    float: left;
  }
  .home-block.block-aanvragen .col-aanvragen .mijn-afk .two-cols .description,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .two-cols .description {
    width: 100%;
    float: left;
    margin-top: 0.3rem;
  }
}
.home-block.block-aanvragen .col-aanvragen .mijn-afk .two-cols button,
.home-block.block-aanvragen .col-aanvragen .mijn-afk .two-cols p,
.home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .two-cols button,
.home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .two-cols p {
  width: 90%;
}
.home-block.block-aanvragen .col-aanvragen .mijn-afk button,
.home-block.block-aanvragen .col-aanvragen .vraag-direct-aan button {
  background-color: white;
  color: #009cdf;
  border: 0;
  padding: 0.2rem;
  width: 7.3rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Reader-Medium-Web-re";
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
  border: 2px solid white;
  letter-spacing: 0.07rem;
}
@media all and (max-width: 66em) {
  .home-block.block-aanvragen .col-aanvragen .mijn-afk button,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan button {
    width: 100%;
  }
}
.home-block.block-aanvragen .col-aanvragen .mijn-afk button svg path,
.home-block.block-aanvragen .col-aanvragen .vraag-direct-aan button svg path {
  -webkit-transition: fill, 0.2s;
  -moz-transition: fill, 0.2s;
  -o-transition: fill, 0.2s;
  transition: fill, 0.2s;
  fill: #009cdf;
}
.home-block.block-aanvragen .col-aanvragen .mijn-afk button:hover,
.home-block.block-aanvragen .col-aanvragen .vraag-direct-aan button:hover {
  color: white;
  background-color: #009cdf;
  border: 2px solid white;
}
.home-block.block-aanvragen .col-aanvragen .mijn-afk button:hover svg path,
.home-block.block-aanvragen .col-aanvragen .vraag-direct-aan button:hover svg path {
  -webkit-transition: fill, 0.2s;
  -moz-transition: fill, 0.2s;
  -o-transition: fill, 0.2s;
  transition: fill, 0.2s;
  fill: #fff;
}
.home-block.block-aanvragen .col-aanvragen .mijn-afk .description p,
.home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .description p {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  .home-block.block-aanvragen .col-aanvragen .mijn-afk .description p,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .description p {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .home-block.block-aanvragen .col-aanvragen .mijn-afk .description p,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .description p {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .home-block.block-aanvragen .col-aanvragen .mijn-afk .description p,
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan .description p {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
.home-block.block-aanvragen .col-aanvragen .vraag-direct-aan button {
  padding-left: 1rem;
  padding-right: 1rem;
  width: auto;
}
@media all and (max-width: 48em) {
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan {
    width: 220px;
  }
  .home-block.block-aanvragen .col-aanvragen .vraag-direct-aan button {
    height: 34px;
    width: 100%;
  }
}
.home-block.block-aanvragen .button-cols {
  width: 100%;
}
@media all and (max-width: 66em) {
  .home-block.block-aanvragen .button-cols {
    position: relative;
  }
}
.home-block.block-aanvragen ul.aanvraag-items {
  margin-top: 1em;
}
.home-block.block-aanvragen ul.aanvraag-items li {
  font-size: 1.3em;
  line-height: 1.4em;
}
.home-block.block-aanvragen ul.aanvraag-items li a {
  text-decoration: none;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.11rem;
  line-height: 1.2;
  font-family: "Reader-Regular-Web-re";
}
@media screen and (min-width: 320px) {
  .home-block.block-aanvragen ul.aanvraag-items li a {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .home-block.block-aanvragen ul.aanvraag-items li a {
    font-size: 0.94rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .home-block.block-aanvragen ul.aanvraag-items li a {
    font-size: 1.11rem;
    line-height: 1.2;
  }
}
.home-block.block-aanvragen ul.aanvraag-items li a:hover {
  text-decoration: underline;
}
.home-block.block-aanvragen .inner {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  background: #009cdf;
  position: relative;
  min-height: 17em;
}
.home-block.block-aanvragen a {
  color: #fff;
}

section.grid-home-dates a:hover {
  text-decoration: underline;
}

h1.section-title {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
  width: 100%;
  padding-top: 0.6em;
  padding-bottom: 0.2em;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  color: #e42313;
}
@media screen and (min-width: 320px) {
  h1.section-title {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h1.section-title {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  h1.section-title {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}

.container .content .overview-grid {
  padding-bottom: 0.5em;
  width: 100%;
  float: left;
}
.container .content .overview-grid h2.section-overview-link {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.2;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  text-align: right;
  padding-top: 0.1em;
  margin-top: -0.5rem;
}
@media screen and (min-width: 320px) {
  .container .content .overview-grid h2.section-overview-link {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .container .content .overview-grid h2.section-overview-link {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .container .content .overview-grid h2.section-overview-link {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
.container .content .overview-grid h2.section-overview-link a {
  text-decoration: none !important;
}
@media all and (max-width: 48em) {
  .container .content .overview-grid {
    width: 100%;
    float: left;
  }
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .container .content .overview-grid {
    width: 100%;
    float: left;
  }
}
@media all and (min-width: 66em) {
  .container .content .overview-grid {
    width: 100%;
    float: left;
  }
}
.container .content .overview-grid .item {
  width: 31.9444444444%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-bottom: 1em;
}
@media all and (max-width: 48em) {
  .container .content .overview-grid .item {
    width: 98.6111111111%;
    float: left;
    margin-left: 0.6944444444%;
    margin-right: 0.6944444444%;
  }
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .container .content .overview-grid .item {
    width: 47.9166666667%;
    float: left;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media all and (min-width: 66em) {
  .container .content .overview-grid .item {
    width: 31.9444444444%;
    float: left;
    margin-left: 0.6944444444%;
    margin-right: 0.6944444444%;
  }
}
.container .content .overview-grid .item h4 {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.2;
  font-family: "Reader-Medium-Web-re";
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 320px) {
  .container .content .overview-grid .item h4 {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .container .content .overview-grid .item h4 {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .container .content .overview-grid .item h4 {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
.container .content .overview-grid .item .meta {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.2;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  zoom: 1;
}
@media screen and (min-width: 320px) {
  .container .content .overview-grid .item .meta {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .container .content .overview-grid .item .meta {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .container .content .overview-grid .item .meta {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
.container .content .overview-grid .item .meta .date {
  float: left;
  margin-bottom: 0.3rem;
  margin-right: 0.3rem;
  color: #fff;
}
.container .content .overview-grid .item .meta .category {
  float: left;
  color: #fff;
  margin-bottom: 0.3rem;
}
.container .content .overview-grid .item .meta:before, .container .content .overview-grid .item .meta:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.container .content .overview-grid .item .meta:after {
  clear: both;
}
.container .content .overview-grid .item .category,
.container .content .overview-grid .item .page-title h4 {
  -webkit-transition: color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out false;
}
.container .content .overview-grid .item .item-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e42313;
  background-position: center center;
  background-size: cover;
}
.container .content .overview-grid .item .item-inner:before {
  position: absolute;
  -webkit-transition: background-color 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out false;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}
.container .content .overview-grid .item .item-inner .square,
.container .content .overview-grid .item .item-inner .rect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container .content .overview-grid .item .item-inner.item-rect {
  padding-bottom: 60%;
}
.container .content .overview-grid .item .item-inner .image-placeholder {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.container .content .overview-grid .item.blue .item-inner {
  background-color: #009cdf;
}
.container .content .overview-grid .item.red .item-inner {
  background-color: #e42313;
}
.container .content .overview-grid .item.yellow .item-inner {
  background-color: rgb(255, 205, 0);
}
.container .content .overview-grid .item.red .item-inner h4, .container .content .overview-grid .item.yellow .item-inner h4, .container .content .overview-grid .item.blue .item-inner h4 {
  text-shadow: none;
}
.container .content .overview-grid .item:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out false;
  background-color: #231f20;
}
.container .content .overview-grid .item:hover .category,
.container .content .overview-grid .item:hover .page-title h4 {
  -webkit-transition: color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out false;
  color: #fff;
}
.container .content .overview-grid .item:hover .item-inner:before {
  -webkit-transition: background-color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out false;
  background-color: rgba(0, 0, 0, 0.3);
}

@media all and (max-width: 48em) {
  .page-home .container .content .overview-grid .item:nth-of-type(2) {
    display: none;
  }
  .page-home .container .content .overview-grid .item:nth-of-type(3) {
    display: none;
  }
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .page-home .container .content .overview-grid .item:nth-of-type(3) {
    display: none;
  }
}
@media all and (min-width: 66em) {
  .page-home .container .content .overview-grid .item:nth-of-type(3) {
    display: block;
  }
}

article.article-detail img.placeholder {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}
article.article-detail .images {
  max-width: 750px;
  margin-bottom: 1em;
}
article.article-detail .video-wrapper {
  max-width: 800px;
}
article.article-detail .video-wrapper .TextformatterVideoEmbed {
  padding-top: 0 !important;
}
article.article-detail .responsive-single-image.portrait img {
  max-height: 500px;
  width: auto;
}
article.article-detail .responsive-single-image.landscape img {
  max-width: 800px;
  height: auto;
}
article.article-detail h1 {
  color: #e42313;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  article.article-detail h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
article.article-detail .images,
article.article-detail .meta,
article.article-detail .text {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  color: rgb(77, 77, 77);
}
article.article-detail .meta {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  zoom: 1;
}
@media screen and (min-width: 320px) {
  article.article-detail .meta {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail .meta {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail .meta {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
article.article-detail .meta .date,
article.article-detail .meta .category {
  float: left;
}
article.article-detail .meta .divider {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
article.article-detail .meta:before, article.article-detail .meta:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
article.article-detail .meta:after {
  clear: both;
}
article.article-detail .text h2,
article.article-detail .text h3,
article.article-detail .text h4 {
  color: #e42313;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
  font-family: "Reader-Medium-Web-re";
}
@media screen and (min-width: 320px) {
  article.article-detail .text h2,
  article.article-detail .text h3,
  article.article-detail .text h4 {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail .text h2,
  article.article-detail .text h3,
  article.article-detail .text h4 {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail .text h2,
  article.article-detail .text h3,
  article.article-detail .text h4 {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
article.article-detail .text p {
  margin-bottom: 1.3em;
}
article.article-detail .text,
article.article-detail p {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  article.article-detail .text,
  article.article-detail p {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail .text,
  article.article-detail p {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail .text,
  article.article-detail p {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
article.article-detail p {
  max-width: 750px;
}
@media all and (max-width: 48em) {
  article.article-detail p {
    max-width: 95%;
  }
}
article.article-detail ul.q-and-a > li .question {
  cursor: pointer;
  color: #e42313;
  margin-right: 1em;
}
article.article-detail ul.q-and-a > li .question:before {
  float: left;
  content: " ";
  margin-top: 0.25em;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.4em;
  background-image: url("../images/afk-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1em;
}
article.article-detail ul.q-and-a > li .answer {
  display: none;
  margin-left: 1.2em;
  margin-bottom: 1em;
}
article.article-detail ul.q-and-a > li .answer p {
  margin-bottom: 0.65em;
}
article.article-detail ul.q-and-a > li .answer ul {
  margin-bottom: 0.65em;
  list-style: none;
  padding-left: 0.75em;
}
article.article-detail ul.q-and-a > li .answer ul li {
  position: relative;
}
article.article-detail ul.q-and-a > li .answer ul li:before {
  content: "•";
  display: inline-block;
  position: absolute;
  left: -0.75em;
  color: #e42313;
}
article.article-detail ul.q-and-a > li.active .answer {
  display: block;
}
article.article-detail ul.q-and-a > li.active .question:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
article.article-detail ul.q-and-a > li.heading {
  margin-top: 1em;
}
article.article-detail ul.q-and-a > li.heading .question {
  cursor: auto;
  color: rgb(77, 77, 77);
}
article.article-detail ul.q-and-a > li.heading .question:before {
  content: "";
  width: auto;
  float: none;
  display: none;
}
article.article-detail ul.q-and-a > li.heading:first-child {
  margin-top: 0;
}
article.article-detail nav.continue {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.2;
  max-width: 75%;
}
@media screen and (min-width: 320px) {
  article.article-detail nav.continue {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail nav.continue {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail nav.continue {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
article.article-detail nav.continue .links {
  float: right;
}
article.article-detail nav.continue .links div {
  margin-bottom: 0.3rem;
}
article.article-detail nav.continue a {
  color: rgb(128, 128, 128);
}
article.article-detail nav.continue a:hover {
  border-bottom: 1px solid rgb(128, 128, 128);
}
article.article-detail.toekenning .meta {
  font-family: "Reader-Medium-Web-re";
  color: rgb(102, 102, 102);
}
article.article-detail.toekenning .meta .type {
  color: #e42313;
}
article.article-detail.toekenning .files {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  article.article-detail.toekenning .files {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail.toekenning .files {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail.toekenning .files {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
article.article-detail.toekenning .files .file {
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}
article.article-detail.toekenning .files .file img {
  margin-right: 0.5rem;
  vertical-align: bottom;
}
article.article-detail.toekenning .files .file:hover {
  text-decoration: underline;
}
article.article-detail.toekenning .files .file a {
  color: rgb(77, 77, 77);
}
article.article-detail.checklist {
  max-width: 75%;
  /**********  Check your plan  *********/
}
article.article-detail.checklist #checklist .counter {
  text-align: center;
}
article.article-detail.checklist #checklist .comment {
  display: none;
}
article.article-detail.checklist #checklist #start-over .inner {
  border-bottom: 1px solid;
  display: inline;
  cursor: pointer;
}
article.article-detail.checklist #checklist #start-over {
  text-align: center;
  margin: 15px;
}
article.article-detail.checklist #checklist h3 {
  height: 100px;
}
article.article-detail.checklist #checklist .buttons {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
article.article-detail.checklist #checklist .button.pressed > .inner,
article.article-detail.checklist #checklist .button:hover > .inner {
  color: white;
  background-color: #009cdf;
}
article.article-detail.checklist #checklist .button > .inner {
  background-color: #fff;
  color: #000;
  text-align: center;
  width: 40%;
  margin: 20px auto;
  padding: 10px;
  background-color: white;
  color: #009cdf;
  border: 0;
  padding: 0.2rem;
  width: 7.3rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Reader-Medium-Web-re";
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
  border: 2px solid white;
}
article.article-detail.checklist #checklist .button > .inner:hover {
  color: white;
  background-color: #009cdf;
  border: 2px solid white;
}
article.article-detail.checklist #checklist .button {
  float: left;
  width: 50%;
  cursor: pointer;
}
article.article-detail.checklist .checklist-question {
  display: none;
  text-align: center;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  article.article-detail.checklist .checklist-question {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail.checklist .checklist-question {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail.checklist .checklist-question {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media all and (max-width: 48em) {
  article.article-detail.checklist .checklist-question {
    font-size: 1em;
  }
}

.tpl-article_checklist .article-detail.checklist {
  max-width: 100%;
}
.tpl-article_checklist .article-detail h1 {
  color: #009cdf;
}
.tpl-article_checklist #checklist {
  background-color: #009cdf;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  padding-bottom: 4rem;
  min-height: 500px;
}
.tpl-article_checklist #checklist .buttons {
  text-transform: uppercase;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.11rem;
  line-height: 1.2;
  font-family: "Reader-Medium-Web-re";
  letter-spacing: 0.05em;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 320px) {
  .tpl-article_checklist #checklist .buttons {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .tpl-article_checklist #checklist .buttons {
    font-size: 0.94rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-article_checklist #checklist .buttons {
    font-size: 1.11rem;
    line-height: 1.2;
  }
}
@media all and (max-width: 48em) {
  .tpl-article_checklist #checklist .buttons {
    width: 100%;
  }
}
.tpl-article_checklist #checklist .question-title {
  width: 60%;
  margin: 0 auto;
}
@media all and (max-width: 48em) {
  .tpl-article_checklist #checklist .question-title {
    width: 100%;
  }
}
.tpl-article_checklist #checklist #comment-field {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.11rem;
  line-height: 1.2;
  line-height: 1.3em;
}
@media screen and (min-width: 320px) {
  .tpl-article_checklist #checklist #comment-field {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .tpl-article_checklist #checklist #comment-field {
    font-size: 0.94rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-article_checklist #checklist #comment-field {
    font-size: 1.11rem;
    line-height: 1.2;
  }
}
@media all and (max-width: 48em) {
  .tpl-article_checklist #checklist #comment-field {
    max-width: 100%;
  }
}
.tpl-article_checklist #checklist .explanation {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.11rem;
  line-height: 1.2;
  line-height: 1.3em;
  max-width: 800px;
  margin: 1em auto 0 auto;
}
@media screen and (min-width: 320px) {
  .tpl-article_checklist #checklist .explanation {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .tpl-article_checklist #checklist .explanation {
    font-size: 0.94rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-article_checklist #checklist .explanation {
    font-size: 1.11rem;
    line-height: 1.2;
  }
}

/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */
#mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0;
}

.mc-field-group {
  display: inline-block;
}

/* positions input field horizontally */
#mc_embed_signup input.email {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  border: 1px solid #abb0b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top;
}

#mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}

#mc_embed_signup .clear {
  display: inline-block;
}

/* positions button horizontally in line with input */
#mc_embed_signup .button {
  font-size: 13px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #aaa;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
}

#mc_embed_signup .button:hover {
  background-color: #777;
  cursor: pointer;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

@media (max-width: 768px) {
  #mc_embed_signup input.email {
    width: 100%;
    margin-bottom: 5px;
  }
  #mc_embed_signup .clear {
    display: block;
    width: 100%;
  }
  #mc_embed_signup .button {
    width: 100%;
    margin: 0;
  }
}
    #mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 100%;
}

iframe.FormBuilderViewport {
  max-width: 50% !important;
}

.overview-header h1 {
  color: #e42313;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  .overview-header h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .overview-header h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .overview-header h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
.overview-header .text {
  width: 56.9444444444%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-bottom: 1.3em;
}
@media all and (max-width: 66em) {
  .overview-header .text {
    width: 95.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
  }
}
.overview-header .text,
.overview-header p {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  .overview-header .text,
  .overview-header p {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .overview-header .text,
  .overview-header p {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .overview-header .text,
  .overview-header p {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}

.filter-menu {
  position: relative;
  width: 23.6111111111%;
  float: right;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  z-index: 10;
}
@media all and (max-width: 66em) {
  .filter-menu {
    width: 97.9166666667%;
    float: right;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
    float: left;
  }
}
.filter-menu .inner {
  position: absolute;
  top: -3rem;
  width: 100%;
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  .filter-menu .inner {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .filter-menu .inner {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .filter-menu .inner {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media all and (max-width: 66em) {
  .filter-menu .inner {
    position: relative;
    top: 0;
    margin-bottom: 1rem;
  }
}
.filter-menu .title {
  color: rgb(77, 77, 77);
  padding: 0.5rem;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.filter-menu .title-divider {
  border-bottom: 1px solid rgb(204, 204, 204);
  display: none;
}
.filter-menu .arrow {
  position: absolute;
  right: 0.7rem;
  top: 0.6rem;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  .filter-menu .arrow {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .filter-menu .arrow {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .filter-menu .arrow {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
.filter-menu ul {
  padding: 0.5rem;
  display: none;
}
.filter-menu ul li {
  cursor: pointer;
  margin-bottom: 0.3rem;
  width: 100%;
  clear: left;
}
.filter-menu ul li:hover a, .filter-menu ul li.active a {
  color: #e42313;
}
.filter-menu ul li:last-child {
  margin-bottom: 0;
}
.filter-menu ul li .checkbox {
  float: left;
  margin-right: 1em;
  display: none;
}
.filter-menu ul li svg .cross {
  display: none;
}
.filter-menu ul li.active .cross {
  display: block;
}
.filter-menu.open .title-divider,
.filter-menu.open ul {
  display: block;
}

.overview-grid .divider {
  clear: both;
  margin-bottom: 1em;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}

article.article-detail.employees .employee-category {
  zoom: 1;
  clear: both;
  margin-bottom: 1rem;
}
article.article-detail.employees .employee-category:before, article.article-detail.employees .employee-category:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
article.article-detail.employees .employee-category:after {
  clear: both;
}
article.article-detail.employees .employee-category h3 {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.2;
  font-family: "Reader-Medium-Web-re";
  color: #e42313;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 320px) {
  article.article-detail.employees .employee-category h3 {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail.employees .employee-category h3 {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail.employees .employee-category h3 {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media all and (max-width: 48em) {
  article.article-detail.employees .employee-category h3 {
    width: 95.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
  }
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  article.article-detail.employees .employee-category h3 {
    width: 97.9166666667%;
    float: left;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media all and (min-width: 66em) {
  article.article-detail.employees .employee-category h3 {
    width: 98.6111111111%;
    float: left;
    margin-left: 0.6944444444%;
    margin-right: 0.6944444444%;
  }
}
article.article-detail.employees .employee-wrapper .employee:nth-child(3) {
  clear: both;
  zoom: 1;
}
article.article-detail.employees .employee-wrapper .employee:nth-child(3):before, article.article-detail.employees .employee-wrapper .employee:nth-child(3):after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
article.article-detail.employees .employee-wrapper .employee:nth-child(3):after {
  clear: both;
}
article.article-detail.employees .employee {
  width: 48.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-bottom: 1rem;
}
@media all and (max-width: 48em) {
  article.article-detail.employees .employee {
    width: 95.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
  }
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  article.article-detail.employees .employee {
    width: 97.9166666667%;
    float: left;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media all and (min-width: 66em) {
  article.article-detail.employees .employee {
    width: 48.6111111111%;
    float: left;
    margin-left: 0.6944444444%;
    margin-right: 0.6944444444%;
  }
}
article.article-detail.employees .employee .image {
  width: 33.3333333333%;
  float: left;
}
article.article-detail.employees .employee .image .responsive-container {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
article.article-detail.employees .employee .image .responsive-container .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
article.article-detail.employees .employee .image .responsive-container .inner img {
  width: 100%;
}
article.article-detail.employees .employee .information {
  width: 66.6666666667%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1rem;
}
article.article-detail.employees .employee .information .text {
  width: 100%;
  margin: 0;
}
article.article-detail.employees .employee .information .name {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.2;
  font-family: "Reader-Medium-Web-re";
  line-height: 1em !important;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 320px) {
  article.article-detail.employees .employee .information .name {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail.employees .employee .information .name {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail.employees .employee .information .name {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
article.article-detail.employees .employee .information .function {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.2;
  line-height: 1.6em !important;
}
@media screen and (min-width: 320px) {
  article.article-detail.employees .employee .information .function {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail.employees .employee .information .function {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail.employees .employee .information .function {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
article.article-detail.employees .employee .information .text p {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.2;
  line-height: 1.6em !important;
}
@media screen and (min-width: 320px) {
  article.article-detail.employees .employee .information .text p {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail.employees .employee .information .text p {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail.employees .employee .information .text p {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
article.article-detail.employee-list .employees {
  position: relative;
  margin-bottom: 15em;
}
article.article-detail.employee-list ul li {
  margin-bottom: 1rem;
  cursor: pointer;
  color: rgb(128, 128, 128);
}
article.article-detail.employee-list ul li .name {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.2;
  font-family: "Reader-Medium-Web-re";
}
@media screen and (min-width: 320px) {
  article.article-detail.employee-list ul li .name {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail.employee-list ul li .name {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail.employee-list ul li .name {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
article.article-detail.employee-list ul li .function {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  article.article-detail.employee-list ul li .function {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail.employee-list ul li .function {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail.employee-list ul li .function {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
article.article-detail.employee-list ul li.list-divider {
  color: #e42313;
  cursor: auto;
  margin-top: 2em;
}
article.article-detail.employee-list ul li.list-divider:first-child {
  margin-top: 0;
}
article.article-detail.employee-list ul li.list-divider:hover .name,
article.article-detail.employee-list ul li.list-divider:hover .function {
  color: #e42313;
}
article.article-detail.employee-list ul li .text {
  display: none;
  margin: 0;
}
@media all and (max-width: 48em) {
  article.article-detail.employee-list ul li .text.active {
    display: block;
    margin-top: 1em !important;
    margin-bottom: 1em;
  }
}
article.article-detail.employee-list ul li .text p {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.2;
  max-width: 100%;
}
@media screen and (min-width: 320px) {
  article.article-detail.employee-list ul li .text p {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail.employee-list ul li .text p {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail.employee-list ul li .text p {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
article.article-detail.employee-list ul li.active .name,
article.article-detail.employee-list ul li.active .function, article.article-detail.employee-list ul li:hover .name,
article.article-detail.employee-list ul li:hover .function {
  color: #000;
}
article.article-detail.employee-list .list {
  width: 23.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}
@media all and (max-width: 48em) {
  article.article-detail.employee-list .list {
    width: 95.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
  }
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  article.article-detail.employee-list .list {
    width: 35.4166666667%;
    float: left;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media all and (min-width: 66em) {
  article.article-detail.employee-list .list {
    width: 23.6111111111%;
    float: left;
    margin-left: 0.6944444444%;
    margin-right: 0.6944444444%;
  }
}
article.article-detail.employee-list .employee-text {
  position: relative;
  width: 73.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}
@media all and (max-width: 48em) {
  article.article-detail.employee-list .employee-text {
    display: none;
  }
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  article.article-detail.employee-list .employee-text {
    width: 60.4166666667%;
    float: left;
    margin-left: 1.0416666667%;
    margin-right: 1.0416666667%;
  }
}
@media all and (min-width: 66em) {
  article.article-detail.employee-list .employee-text {
    width: 73.6111111111%;
    float: left;
    margin-left: 0.6944444444%;
    margin-right: 0.6944444444%;
  }
}
article.article-detail.employee-list .employee-text p {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  article.article-detail.employee-list .employee-text p {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  article.article-detail.employee-list .employee-text p {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  article.article-detail.employee-list .employee-text p {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
article.article-detail.employee-list .employee-text .text {
  position: relative;
  display: none;
  max-width: 500px;
}
article.article-detail.employee-list .employee-text .text.active {
  display: block;
}
@media all and (max-width: 48em) {
  article.article-detail.employee-list .employee-text .text.active {
    display: none;
  }
}

.tpl-page_not_found .notice {
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  width: 100%;
  height: 500px;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  text-align: center;
}
.tpl-page_not_found .notice .inner {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.11rem;
  line-height: 1.2;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 320px) {
  .tpl-page_not_found .notice .inner {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .tpl-page_not_found .notice .inner {
    font-size: 0.94rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-page_not_found .notice .inner {
    font-size: 1.11rem;
    line-height: 1.2;
  }
}

.search-form {
  margin-top: 1em;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}
.search-form input[type=submit] {
  background-color: #e42313;
  color: #fff;
  padding: 0.25rem;
  width: 7.3rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Reader-Medium-Web-re";
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
  border: 2px solid white;
  border: 0;
}
.search-form input[type=submit]:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid white;
  border: 0;
}
.search-form input[type=search] {
  padding: 0.2rem;
  border: 1px solid #000;
  margin-right: 0.8rem;
}

.search-results {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}
.search-results .result-text {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.11rem;
  line-height: 1.2;
  color: #e42313;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 320px) {
  .search-results .result-text {
    font-size: 0.88rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .search-results .result-text {
    font-size: 0.94rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .search-results .result-text {
    font-size: 1.11rem;
    line-height: 1.2;
  }
}
.search-results ul.search-items li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.2em;
}
.search-results ul.search-items li:hover {
  color: #e42313;
}
.search-results ul.search-items li:hover a {
  color: #e42313;
}

.overview-header h1 {
  color: #e42313;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  .overview-header h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .overview-header h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .overview-header h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
.overview-header .text {
  width: 56.9444444444%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-bottom: 1.3em;
}
@media all and (max-width: 66em) {
  .overview-header .text {
    width: 95.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
  }
}
.overview-header .text,
.overview-header p {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  .overview-header .text,
  .overview-header p {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .overview-header .text,
  .overview-header p {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .overview-header .text,
  .overview-header p {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}

.filters {
  clear: both;
  height: 3em;
}
.filters .filter-menu {
  width: 23.6111111111%;
  float: right;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  min-height: 1em;
}
@media all and (max-width: 48em) {
  .filters .filter-menu {
    width: 98.6111111111%;
    float: left;
    margin-left: 0.6944444444%;
    margin-right: 0.6944444444%;
  }
}
.filters .filter-menu .inner {
  top: 0;
}
.filters .filter-menu .selected-label {
  display: none;
}
.filters .filter-menu .default-label {
  display: block;
}
.filters .filter-menu.filter-active .selected-label {
  display: block;
}
.filters .filter-menu.filter-active .default-label {
  display: none;
}
.filters .filter-menu.filter-active.open .selected-label {
  display: none;
}
.filters .filter-menu.filter-active.open .default-label {
  display: block;
}

.toekenningen-items {
  clear: both;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  min-height: 400px;
}
.toekenningen-items table {
  width: 100%;
}
@media all and (max-width: 48em) {
  .toekenningen-items table {
    font-size: 0.8rem;
  }
}
.toekenningen-items table tr {
  border-bottom: 2px solid #e42313;
}
.toekenningen-items table tr:hover td a {
  color: #000;
}
.toekenningen-items table tr:hover td a > div,
.toekenningen-items table tr:hover td a .organisation {
  color: #000;
}
.toekenningen-items table tr.first {
  border: 0;
}
.toekenningen-items table th {
  color: rgb(128, 128, 128);
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  vertical-align: top;
}
@media screen and (min-width: 320px) {
  .toekenningen-items table th {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .toekenningen-items table th {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .toekenningen-items table th {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.toekenningen-items table th.name {
  text-align: left;
}
.toekenningen-items table th.amount {
  text-align: right;
}
@media all and (max-width: 48em) {
  .toekenningen-items table th.type {
    display: none;
  }
}
.toekenningen-items table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: top;
}
.toekenningen-items table td a {
  display: block;
  width: 100%;
  height: 100%;
}
.toekenningen-items table td a:hover {
  background-color: transparent;
}
.toekenningen-items table td.date {
  width: 20%;
}
.toekenningen-items table td.type {
  width: 20%;
}
@media all and (max-width: 48em) {
  .toekenningen-items table td.type {
    display: none;
  }
}
.toekenningen-items table td.name {
  width: 30%;
  font-family: "Reader-Medium-Web-re";
}
.toekenningen-items table td.name .organisation {
  color: #e42313;
}
.toekenningen-items table td.amount {
  font-family: "Reader-Medium-Web-re";
  text-align: right;
  width: 20%;
}
.toekenningen-items table td.toegekend-vorige-periode {
  width: 20%;
}
.toekenningen-items table td.toegekend-vorige-periode a {
  color: rgb(128, 128, 128);
}
.toekenningen-items .files {
  width: 23.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .toekenningen-items .files {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .toekenningen-items .files {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .toekenningen-items .files {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
.toekenningen-items .files .file {
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}
.toekenningen-items .files .file img {
  margin-right: 0.5rem;
  vertical-align: bottom;
}
.toekenningen-items .files .file:hover {
  text-decoration: underline;
}
.toekenningen-items .files .file a {
  color: rgb(77, 77, 77);
}

.pagination {
  width: 23.6111111111%;
  float: right;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-top: 1rem;
  text-align: right;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  .pagination {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .pagination {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .pagination {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
.pagination a {
  color: rgb(128, 128, 128);
}
.pagination li:last-child {
  margin-right: 0;
}

.tpl-meerjarige_toekenningen .toekenningen-items {
  width: 100%;
  margin: 0;
}
.tpl-meerjarige_toekenningen .filters {
  margin-bottom: 1rem;
}
.tpl-meerjarige_toekenningen .filter-menu {
  width: 23.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-left: 51.0416666667%;
}
.tpl-meerjarige_toekenningen .filter-menu.filter-date {
  display: none;
}
.tpl-meerjarige_toekenningen table {
  width: 73.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen table {
    width: 98.6111111111%;
    float: left;
    margin-left: 0.6944444444%;
    margin-right: 0.6944444444%;
  }
}
.tpl-meerjarige_toekenningen table td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tpl-meerjarige_toekenningen table td.amount {
  text-align: right;
}
.tpl-meerjarige_toekenningen table th {
  text-align: right;
  color: rgb(128, 128, 128);
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  .tpl-meerjarige_toekenningen table th {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .tpl-meerjarige_toekenningen table th {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-meerjarige_toekenningen table th {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen table th {
    font-size: 0.8rem;
  }
}
.tpl-meerjarige_toekenningen table tr:nth-child(2) td {
  padding-top: 0.5rem;
}
.tpl-meerjarige_toekenningen table tr.first {
  border: 0;
}
.tpl-meerjarige_toekenningen .files {
  width: 15.2777777778%;
  float: right;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen .files {
    margin-top: 1rem;
    width: 98.6111111111%;
    float: right;
    margin-left: 0.6944444444%;
    margin-right: 0.6944444444%;
  }
  .tpl-meerjarige_toekenningen .files .file {
    float: none;
    display: block;
  }
}
.tpl-meerjarige_toekenningen .pagination {
  width: 73.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}

.tpl-meerjarige_toekenningen_2020 .overview-header h1 {
  color: #e42313;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  .tpl-meerjarige_toekenningen_2020 .overview-header h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .tpl-meerjarige_toekenningen_2020 .overview-header h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-meerjarige_toekenningen_2020 .overview-header h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
.tpl-meerjarige_toekenningen_2020 .overview-header h1 .printpage {
  float: right;
  font-size: 1rem;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .text {
  width: 56.9444444444%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-bottom: 1.3em;
}
@media all and (max-width: 66em) {
  .tpl-meerjarige_toekenningen_2020 .overview-header .text {
    width: 56.9444444444%;
    float: left;
    margin-left: 0.6944444444%;
    margin-right: 0.6944444444%;
  }
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .overview-header .text {
    width: 95.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
  }
}
.tpl-meerjarige_toekenningen_2020 .overview-header .text,
.tpl-meerjarige_toekenningen_2020 .overview-header p {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  .tpl-meerjarige_toekenningen_2020 .overview-header .text,
  .tpl-meerjarige_toekenningen_2020 .overview-header p {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .tpl-meerjarige_toekenningen_2020 .overview-header .text,
  .tpl-meerjarige_toekenningen_2020 .overview-header p {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-meerjarige_toekenningen_2020 .overview-header .text,
  .tpl-meerjarige_toekenningen_2020 .overview-header p {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details {
  box-sizing: border-box;
  width: 31.9444444444%;
  float: right;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  border: 1px solid #e42313;
  padding: 1em 1em;
  margin-bottom: 1.3em;
}
@media all and (max-width: 66em) {
  .tpl-meerjarige_toekenningen_2020 .overview-header .details {
    width: 40.2777777778%;
    float: right;
    margin-left: 0.6944444444%;
    margin-right: 0.6944444444%;
    float: left;
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .overview-header .details {
    width: 95.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
    float: left;
    display: flex;
    flex-wrap: wrap;
  }
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details table {
  float: left;
  width: 100%;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details table,
.tpl-meerjarige_toekenningen_2020 .overview-header .details table tr,
.tpl-meerjarige_toekenningen_2020 .overview-header .details table td,
.tpl-meerjarige_toekenningen_2020 .overview-header .details table th {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details table tr {
  width: 100%;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details table th {
  color: #e42313;
  padding-right: 1rem;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details table td,
.tpl-meerjarige_toekenningen_2020 .overview-header .details table th {
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: 50%;
  font-size: 0.8rem;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details hr {
  float: left;
  background-color: rgb(204, 204, 204);
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details .downloads {
  float: left;
  width: 100%;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details .downloads .afk-icon {
  font-size: 1.4em;
  vertical-align: baseline;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details .downloads .description {
  display: block;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details .downloads .arrow {
  color: rgb(149, 28, 25);
  padding-left: 0.25em;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details .downloads .file-icon {
  display: block;
  float: left;
  margin-right: 0.5em;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details .downloads strong {
  color: #e42313;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details .downloads ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details .downloads ul li {
  padding-top: 0.5em;
  padding-top: 0.5em;
  width: 50%;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details .downloads ul li:first-child {
  border-top: none;
}
.tpl-meerjarige_toekenningen_2020 .overview-header .details .downloads ul li img {
  width: 1em;
  height: auto;
}
.tpl-meerjarige_toekenningen_2020 .filter-buttons {
  float: left;
  display: flex;
  flex-wrap: wrap;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-bottom: 1.3em;
  justify-content: flex-start;
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .filter-buttons {
    justify-content: center;
  }
}
.tpl-meerjarige_toekenningen_2020 .filter-buttons li {
  display: inline-block;
}
.tpl-meerjarige_toekenningen_2020 .filter-buttons li a {
  display: inline-block;
  margin: 0 0.3em 0.5em 0;
  border-radius: 2px;
  padding: 0.25em 1em;
  min-width: 50px;
  text-align: center;
  border: 1px solid rgb(204, 204, 204);
  background-color: #fff;
  color: rgb(77, 77, 77);
}
.tpl-meerjarige_toekenningen_2020 .filter-buttons li a.active, .tpl-meerjarige_toekenningen_2020 .filter-buttons li a:hover {
  background-color: rgb(204, 204, 204);
}
.tpl-meerjarige_toekenningen_2020 .filters {
  clear: both;
  height: 3em;
}
.tpl-meerjarige_toekenningen_2020 .filters .filter-menu {
  width: 23.6111111111%;
  float: right;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  min-height: 1em;
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .filters .filter-menu {
    width: 98.6111111111%;
    float: left;
    margin-left: 0.6944444444%;
    margin-right: 0.6944444444%;
  }
}
.tpl-meerjarige_toekenningen_2020 .filters .filter-menu .inner {
  top: 0;
}
.tpl-meerjarige_toekenningen_2020 .filters .filter-menu .selected-label {
  display: none;
}
.tpl-meerjarige_toekenningen_2020 .filters .filter-menu .default-label {
  display: block;
}
.tpl-meerjarige_toekenningen_2020 .filters .filter-menu.filter-active .selected-label {
  display: block;
}
.tpl-meerjarige_toekenningen_2020 .filters .filter-menu.filter-active .default-label {
  display: none;
}
.tpl-meerjarige_toekenningen_2020 .filters .filter-menu.filter-active.open .selected-label {
  display: none;
}
.tpl-meerjarige_toekenningen_2020 .filters .filter-menu.filter-active.open .default-label {
  display: block;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items {
  clear: both;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  min-height: 400px;
  overflow-x: auto;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table {
  width: 100%;
  float: left;
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table {
    font-size: 0.8rem;
  }
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead th {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-size: 0.8rem;
  vertical-align: top;
  background-color: rgb(204, 204, 204);
  color: #000;
  border-left: 1px solid #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  padding-right: 1.75em;
  text-align: right;
  white-space: nowrap;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 320px) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead th {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead th {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead th {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead th {
    font-size: 0.8rem;
  }
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead th.name {
  text-align: left;
  border-left: none;
  max-width: 55%;
  width: auto;
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead th.toegekend-vorige-periode {
    display: none;
  }
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead th.toekenningen_type, .tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead th.toekenningen_category {
  text-align: left;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead th a {
  color: #000;
  font-weight: lighter;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead th a:hover {
  background: transparent;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead th a.active {
  font-weight: inherit;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead .direction {
  display: block;
  position: absolute;
  right: 0.25em;
  top: 0.5em;
  width: 1em;
  height: 1em;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead .direction svg {
  width: 0.6em;
  height: 0.6em;
  float: left;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead .direction a {
  opacity: 0.3;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead .direction a.active,
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table thead .direction a:hover {
  opacity: 1;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tr {
  border-bottom: inherit;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr {
  border-bottom: 1px solid rgb(204, 204, 204);
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr:hover {
  background-color: #f2f2f2;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr:hover td a {
  color: #000;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr:hover td a > div,
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr:hover td a .organisation {
  color: #000;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Reader-Regular-Web-re";
  font-size: 1rem;
  padding: 0.75rem 0.5rem;
  vertical-align: top;
}
@media screen and (min-width: 320px) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td {
    font-size: 0.8rem;
  }
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td a:hover {
  background-color: transparent;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.date {
  max-width: 15%;
  width: auto;
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.date {
    max-width: 33%;
  }
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.name {
  max-width: 15%;
  width: auto;
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.name {
    width: 33%;
  }
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.name .organisation {
  color: #000;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.periode {
  max-width: 15%;
  width: auto;
  text-align: right;
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.periode {
    width: 33%;
  }
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.toekenningen_type {
  width: auto;
  text-align: left;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.toekenningen_category {
  width: auto;
  text-align: center;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.amount {
  text-align: right;
  max-width: 15%;
  width: auto;
  position: relative;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.amount.toegekend a {
  color: #e42313;
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.amount {
    max-width: 33%;
  }
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.toegekend-vorige-periode {
  max-width: 15%;
  width: auto;
}
@media all and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items table tbody tr td.toegekend-vorige-periode {
    display: none;
  }
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items .files {
  width: 23.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items .files {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items .files {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-meerjarige_toekenningen_2020 .toekenningen-items .files {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items .files .file {
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items .files .file img {
  margin-right: 0.5rem;
  vertical-align: bottom;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items .files .file:hover {
  text-decoration: underline;
}
.tpl-meerjarige_toekenningen_2020 .toekenningen-items .files .file a {
  color: rgb(77, 77, 77);
}
.tpl-meerjarige_toekenningen_2020 .pagination {
  width: 100%;
  display: block;
  float: left;
  margin: 1rem auto;
  text-align: center;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  .tpl-meerjarige_toekenningen_2020 .pagination {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .tpl-meerjarige_toekenningen_2020 .pagination {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-meerjarige_toekenningen_2020 .pagination {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
.tpl-meerjarige_toekenningen_2020 .pagination a {
  color: rgb(128, 128, 128);
}
.tpl-meerjarige_toekenningen_2020 .pagination li:last-child {
  margin-right: 0;
}
@media print {
  .tpl-meerjarige_toekenningen_2020 * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .tpl-meerjarige_toekenningen_2020 header {
    position: relative;
  }
  .tpl-meerjarige_toekenningen_2020 .filter-buttons,
  .tpl-meerjarige_toekenningen_2020 .breadcrumbs,
  .tpl-meerjarige_toekenningen_2020 .overview-header .text,
  .tpl-meerjarige_toekenningen_2020 .overview-header .details,
  .tpl-meerjarige_toekenningen_2020 .nav-spacer,
  .tpl-meerjarige_toekenningen_2020 .printpage,
  .tpl-meerjarige_toekenningen_2020 footer {
    display: none;
  }
  .tpl-meerjarige_toekenningen_2020 .inner-nav .secondary,
  .tpl-meerjarige_toekenningen_2020 .inner-nav .primary,
  .tpl-meerjarige_toekenningen_2020 .inner-nav .unpinned-logo {
    display: none;
  }
  .tpl-meerjarige_toekenningen_2020 .inner-nav .pinned-logo {
    display: block;
    max-height: inherit;
    width: 50px;
    height: 50px;
  }
  .tpl-meerjarige_toekenningen_2020 .inner-nav a,
  .tpl-meerjarige_toekenningen_2020 a:visited {
    text-decoration: underline;
  }
  .tpl-meerjarige_toekenningen_2020 a[href]:after {
    content: "";
  }
}
@media print and (max-width: 48em) {
  .tpl-meerjarige_toekenningen_2020 .toegekend-vorige-periode {
    display: initial !important;
    text-align: right !important;
  }
}

.page-subsidies .subsidies-overview__header, .page-aanvragen .subsidies-overview__header {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "reader-bold-webfont";
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 320px) {
  .page-subsidies .subsidies-overview__header, .page-aanvragen .subsidies-overview__header {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .page-subsidies .subsidies-overview__header, .page-aanvragen .subsidies-overview__header {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .page-subsidies .subsidies-overview__header, .page-aanvragen .subsidies-overview__header {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.page-subsidies .overview-grid *, .page-aanvragen .overview-grid * {
  box-sizing: border-box;
}
.page-subsidies .subsidies-overview__content, .page-aanvragen .subsidies-overview__content {
  width: 100%;
  float: left;
  display: none;
  margin-bottom: 2rem;
  border-spacing: 1rem;
  border-collapse: unset;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card, .page-aanvragen .subsidies-overview__content .subsidies-overview__card {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: calc(33.33% - 1rem);
  display: flex;
  background-color: #009cdf;
  border: 2px solid #009cdf;
  margin: 0.5rem;
  color: white;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .page-subsidies .subsidies-overview__content .subsidies-overview__card, .page-aanvragen .subsidies-overview__content .subsidies-overview__card {
    width: calc(50% - 1rem);
  }
}
@media all and (max-width: 48em) {
  .page-subsidies .subsidies-overview__content .subsidies-overview__card, .page-aanvragen .subsidies-overview__content .subsidies-overview__card {
    width: 100%;
  }
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__open, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__open {
  display: none;
  width: 100%;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__closed, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__closed {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__closed .subsidies-overview__card__title, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__closed .subsidies-overview__card__title {
  display: flex;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__cta, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__cta {
  display: block;
  text-align: center;
  color: #000;
  padding: 1em;
  width: 100%;
  cursor: pointer;
  background-color: #009cdf;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__cta:hover, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__cta:hover {
  background-color: #fff;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .toggle, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .toggle {
  text-align: center;
  padding: 1rem;
  cursor: pointer;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .toggle svg, .page-subsidies .subsidies-overview__content .subsidies-overview__card .toggle img, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .toggle svg, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .toggle img {
  -webkit-transition: -webkit-transform 200ms ease-out;
  -moz-transition: -moz-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 30px;
  height: 30px;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .toggle:hover svg, .page-subsidies .subsidies-overview__content .subsidies-overview__card .toggle:hover img, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .toggle:hover svg, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .toggle:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .toggle circle, .page-subsidies .subsidies-overview__content .subsidies-overview__card .toggle line, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .toggle circle, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .toggle line {
  fill: none;
  stroke: white;
  stroke-width: 1.6845;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--1, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--blue, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--1, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--blue {
  border-color: #009cdf;
  background-color: #009cdf;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--1 .subsidies-overview__card__cta, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--blue .subsidies-overview__card__cta, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--1 .subsidies-overview__card__cta, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--blue .subsidies-overview__card__cta {
  background-color: #009cdf;
  border: 2px solid #009cdf;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--1 .subsidies-overview__card__cta:hover, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--blue .subsidies-overview__card__cta:hover, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--1 .subsidies-overview__card__cta:hover, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--blue .subsidies-overview__card__cta:hover {
  background-color: #fff;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--1 .subsidies-overview__card__open .toggle circle, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--1 .subsidies-overview__card__open .toggle line, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--blue .subsidies-overview__card__open .toggle circle, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--blue .subsidies-overview__card__open .toggle line, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--1 .subsidies-overview__card__open .toggle circle, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--1 .subsidies-overview__card__open .toggle line, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--blue .subsidies-overview__card__open .toggle circle, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--blue .subsidies-overview__card__open .toggle line {
  stroke: #009cdf;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--2, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--yellow, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--2, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--yellow {
  border-color: rgb(255, 205, 0);
  background-color: rgb(255, 205, 0);
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--2 .subsidies-overview__card__cta, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--yellow .subsidies-overview__card__cta, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--2 .subsidies-overview__card__cta, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--yellow .subsidies-overview__card__cta {
  background-color: rgb(255, 205, 0);
  border: 2px solid rgb(255, 205, 0);
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--2 .subsidies-overview__card__cta:hover, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--yellow .subsidies-overview__card__cta:hover, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--2 .subsidies-overview__card__cta:hover, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--yellow .subsidies-overview__card__cta:hover {
  background-color: #fff;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--2 .subsidies-overview__card__open .toggle circle, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--2 .subsidies-overview__card__open .toggle line, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--yellow .subsidies-overview__card__open .toggle circle, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--yellow .subsidies-overview__card__open .toggle line, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--2 .subsidies-overview__card__open .toggle circle, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--2 .subsidies-overview__card__open .toggle line, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--yellow .subsidies-overview__card__open .toggle circle, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--yellow .subsidies-overview__card__open .toggle line {
  stroke: rgb(255, 205, 0);
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--red, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--3, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--red, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--3 {
  border-color: #e42313;
  background-color: #e42313;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--red .subsidies-overview__card__cta, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--3 .subsidies-overview__card__cta, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--red .subsidies-overview__card__cta, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--3 .subsidies-overview__card__cta {
  background-color: #e42313;
  border: 2px solid #e42313;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--red .subsidies-overview__card__cta:hover, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--3 .subsidies-overview__card__cta:hover, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--red .subsidies-overview__card__cta:hover, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--3 .subsidies-overview__card__cta:hover {
  background-color: #fff;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--red .subsidies-overview__card__open .toggle circle, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--red .subsidies-overview__card__open .toggle line, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--3 .subsidies-overview__card__open .toggle circle, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--3 .subsidies-overview__card__open .toggle line, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--red .subsidies-overview__card__open .toggle circle, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--red .subsidies-overview__card__open .toggle line, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--3 .subsidies-overview__card__open .toggle circle, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--3 .subsidies-overview__card__open .toggle line {
  stroke: #e42313;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--green, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--4, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--green, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--4 {
  border-color: #12977a;
  background-color: #12977a;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--green .subsidies-overview__card__cta, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--4 .subsidies-overview__card__cta, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--green .subsidies-overview__card__cta, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--4 .subsidies-overview__card__cta {
  background-color: #12977a;
  border: 2px solid #12977a;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--green .subsidies-overview__card__cta:hover, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--4 .subsidies-overview__card__cta:hover, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--green .subsidies-overview__card__cta:hover, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--4 .subsidies-overview__card__cta:hover {
  background-color: #fff;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--green .subsidies-overview__card__open .toggle circle, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--green .subsidies-overview__card__open .toggle line, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--4 .subsidies-overview__card__open .toggle circle, .page-subsidies .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--4 .subsidies-overview__card__open .toggle line, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--green .subsidies-overview__card__open .toggle circle, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--green .subsidies-overview__card__open .toggle line, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--4 .subsidies-overview__card__open .toggle circle, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.subdisidies-overview__card--4 .subsidies-overview__card__open .toggle line {
  stroke: #12977a;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.open, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.open {
  background-color: #fff;
  color: #000;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.open .subsidies-overview__card__open, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.open .subsidies-overview__card__open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card.open .subsidies-overview__card__closed, .page-aanvragen .subsidies-overview__content .subsidies-overview__card.open .subsidies-overview__card__closed {
  display: none;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__title, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__title {
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
  position: relative;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "reader-bold-webfont";
}
@media screen and (min-width: 320px) {
  .page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__title, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__title {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__title, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__title {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__title, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__title {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description,
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description,
.page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra {
  text-align: center;
  width: 100%;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media screen and (min-width: 320px) {
  .page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description,
  .page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description,
  .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description,
  .page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description,
  .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description,
  .page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description,
  .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description b, .page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description strong,
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra b,
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra strong, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description b, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description strong,
.page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra b,
.page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra strong {
  font-weight: bold;
  font-family: "reader-bold-webfont";
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description p,
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra p, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description p,
.page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra p {
  margin-bottom: 1em;
}
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description p:before,
.page-subsidies .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra p:before, .page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__description p:before,
.page-aanvragen .subsidies-overview__content .subsidies-overview__card .subsidies-overview__card__extra p:before {
  width: 50px;
  content: " ";
  display: block;
  margin: 0 auto;
  padding-bottom: 1rem;
  border-top: 2px solid rgb(255, 205, 0);
}

.arrow-after-link:after {
  content: ">";
  display: inline;
  position: relative;
  margin-left: 0.5em;
  color: rgb(149, 28, 25);
}

.btn.btn--action {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
  background-color: #e42313;
  color: #fff;
  border-radius: 5px;
  padding: 8px 12px;
}
@media screen and (min-width: 320px) {
  .btn.btn--action {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn--action {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .btn.btn--action {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
a.scroll-up {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
  color: rgb(204, 204, 204);
}
@media screen and (min-width: 320px) {
  a.scroll-up {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  a.scroll-up {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  a.scroll-up {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
a.scroll-up:after {
  content: ">";
  display: inline;
  position: relative;
  margin-left: 0.5em;
  color: rgb(204, 204, 204);
}

.tpl-subsidie .loggedin-warning {
  box-sizing: border-box;
  float: left;
  width: 100%;
  height: auto;
  clear: both;
  text-align: center;
  padding: 1rem;
  background-color: yellow;
  border-left: 3px dotted black;
  border-right: 3px dotted black;
  margin-bottom: 1em;
  margin-top: 1em;
}
.tpl-subsidie .loggedin-warning--top {
  border-top: 3px dotted black;
}
.tpl-subsidie .loggedin-warning--bottom {
  border-bottom: 3px dotted black;
}
.tpl-subsidie .afk-icon {
  font-size: 40px;
}
.tpl-subsidie .wide-content {
  width: 100%;
  float: left;
  display: block;
}
.tpl-subsidie .wide-content,
.tpl-subsidie .wide-content * {
  box-sizing: border-box;
}
.tpl-subsidie .wide-content .subsidie__advisors {
  background-color: #f2f2f2;
  padding-bottom: 1rem;
  padding-top: 1rem;
  float: left;
  width: 100%;
}
.tpl-subsidie .wide-content .subsidie__advisors__inner {
  max-width: 1200px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .tpl-subsidie .wide-content .subsidie__advisors__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media all and (min-width: 66em) {
  .tpl-subsidie .wide-content .subsidie__advisors__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media all and (max-width: 48em) {
  .tpl-subsidie .wide-content .subsidie__advisors__inner {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.tpl-subsidie .wide-content .subsidie__advisors__title {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
  color: #e42313;
  border-bottom: 2px solid #e42313;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie .wide-content .subsidie__advisors__title {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie .wide-content .subsidie__advisors__title {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie .wide-content .subsidie__advisors__title {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
.tpl-subsidie .wide-content .subsidie__advisors__body, .tpl-subsidie .wide-content .subsidie__advisors__link {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-bottom: 1rem;
}
.tpl-subsidie .wide-content .subsidie__advisors__body,
.tpl-subsidie .wide-content .subsidie__advisors__body p,
.tpl-subsidie .wide-content .subsidie__advisors__body ol,
.tpl-subsidie .wide-content .subsidie__advisors__body ul {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie .wide-content .subsidie__advisors__body,
  .tpl-subsidie .wide-content .subsidie__advisors__body p,
  .tpl-subsidie .wide-content .subsidie__advisors__body ol,
  .tpl-subsidie .wide-content .subsidie__advisors__body ul {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie .wide-content .subsidie__advisors__body,
  .tpl-subsidie .wide-content .subsidie__advisors__body p,
  .tpl-subsidie .wide-content .subsidie__advisors__body ol,
  .tpl-subsidie .wide-content .subsidie__advisors__body ul {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie .wide-content .subsidie__advisors__body,
  .tpl-subsidie .wide-content .subsidie__advisors__body p,
  .tpl-subsidie .wide-content .subsidie__advisors__body ol,
  .tpl-subsidie .wide-content .subsidie__advisors__body ul {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
.tpl-subsidie .wide-content .subsidie__advisors__body h2 {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie .wide-content .subsidie__advisors__body h2 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie .wide-content .subsidie__advisors__body h2 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie .wide-content .subsidie__advisors__body h2 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
.tpl-subsidie .wide-content .subsidie__advisors__body h3 {
  font-family: "Reader-Regular-Web-re", Times, serif;
  font-size: 1.77rem;
  line-height: 1.3;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie .wide-content .subsidie__advisors__body h3 {
    font-size: 1.22rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie .wide-content .subsidie__advisors__body h3 {
    font-size: 1.44rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie .wide-content .subsidie__advisors__body h3 {
    font-size: 1.77rem;
    line-height: 1.3;
  }
}
.tpl-subsidie .wide-content .subsidie__advisors__body h4 {
  font-family: "Reader-Regular-Web-re", Times, serif;
  font-size: 1.55rem;
  line-height: 1.3;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie .wide-content .subsidie__advisors__body h4 {
    font-size: 1.11rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie .wide-content .subsidie__advisors__body h4 {
    font-size: 1.33rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie .wide-content .subsidie__advisors__body h4 {
    font-size: 1.55rem;
    line-height: 1.3;
  }
}
.tpl-subsidie .wide-content .subsidie__advisors__list {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.tpl-subsidie .wide-content .subsidie__advisors__list .advisor {
  display: flex;
  flex-direction: column;
  padding: 3%;
  width: 20%;
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .tpl-subsidie .wide-content .subsidie__advisors__list .advisor {
    width: 33.33%;
  }
}
@media all and (max-width: 48em) {
  .tpl-subsidie .wide-content .subsidie__advisors__list .advisor {
    width: 50%;
  }
}
.tpl-subsidie .wide-content .subsidie__advisors__list .advisor__image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.tpl-subsidie .wide-content .subsidie__advisors__list .advisor__name {
  width: 100%;
  padding: 1em 0 1em 0;
  text-align: center;
}
.tpl-subsidie article * {
  box-sizing: border-box;
}
.tpl-subsidie article.subsidie-article {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}
.tpl-subsidie article.subsidie-article h1 {
  width: 100%;
  float: left;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tpl-subsidie article.subsidie-article .subsidie-article__intro {
  width: 66.6666666667%;
  float: left;
  margin-right: 34.0277777778%;
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .tpl-subsidie article.subsidie-article .subsidie-article__intro {
    width: 100%;
    float: left;
  }
}
@media all and (max-width: 48em) {
  .tpl-subsidie article.subsidie-article .subsidie-article__intro {
    width: 100%;
    float: left;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__buttons {
  width: 100%;
  float: left;
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
  gap: 1em;
}
@media all and (max-width: 48em) {
  .tpl-subsidie article.subsidie-article .subsidie-article__buttons {
    opacity: 0;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__buttons.slick-slider.slick-initialized {
  margin-bottom: 2em;
  opacity: 1;
}
.tpl-subsidie article.subsidie-article .subsidie-article__buttons .slick-dots {
  margin-bottom: 1em;
}
.tpl-subsidie article.subsidie-article .subsidie-article__buttons .slick-dots li {
  margin: 0 5px;
}
.tpl-subsidie article.subsidie-article .subsidie-article__buttons .slick-dots li button:before {
  font-size: 14px;
  color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.tpl-subsidie article.subsidie-article .subsidie-article__buttons .slick-dots li.slick-active button:before {
  color: #e42313;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.tpl-subsidie article.subsidie-article .subsidie-article__button {
  display: block;
  width: 25%;
  cursor: pointer;
  background-color: #e42313;
  color: #fff;
  padding: 1em;
  border-radius: 2px;
  margin-bottom: 1rem;
  flex-grow: 1;
}
.tpl-subsidie article.subsidie-article .subsidie-article__button:active {
  outline: none;
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .tpl-subsidie article.subsidie-article .subsidie-article__button {
    cursor: drag;
    width: 30%;
  }
}
@media all and (max-width: 48em) {
  .tpl-subsidie article.subsidie-article .subsidie-article__button {
    width: 100%;
    display: block;
    margin: 0;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article .tablet-filler {
  display: none;
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .tpl-subsidie article.subsidie-article .subsidie-article .tablet-filler {
    display: block;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section {
  width: 100%;
  float: left;
  margin-bottom: 2em;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section,
.tpl-subsidie article.subsidie-article .subsidie-article__section p,
.tpl-subsidie article.subsidie-article .subsidie-article__section ol,
.tpl-subsidie article.subsidie-article .subsidie-article__section ul {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section,
  .tpl-subsidie article.subsidie-article .subsidie-article__section p,
  .tpl-subsidie article.subsidie-article .subsidie-article__section ol,
  .tpl-subsidie article.subsidie-article .subsidie-article__section ul {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section,
  .tpl-subsidie article.subsidie-article .subsidie-article__section p,
  .tpl-subsidie article.subsidie-article .subsidie-article__section ol,
  .tpl-subsidie article.subsidie-article .subsidie-article__section ul {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section,
  .tpl-subsidie article.subsidie-article .subsidie-article__section p,
  .tpl-subsidie article.subsidie-article .subsidie-article__section ol,
  .tpl-subsidie article.subsidie-article .subsidie-article__section ul {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section h2 {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section h2 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section h2 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section h2 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section h3 {
  font-family: "Reader-Regular-Web-re", Times, serif;
  font-size: 1.77rem;
  line-height: 1.3;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section h3 {
    font-size: 1.22rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section h3 {
    font-size: 1.44rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section h3 {
    font-size: 1.77rem;
    line-height: 1.3;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section h4 {
  font-family: "Reader-Regular-Web-re", Times, serif;
  font-size: 1.55rem;
  line-height: 1.3;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section h4 {
    font-size: 1.11rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section h4 {
    font-size: 1.33rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section h4 {
    font-size: 1.55rem;
    line-height: 1.3;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section--left {
  width: 66.6666666667%;
  float: left;
  padding-right: 2em;
}
@media all and (max-width: 48em) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section--left {
    width: 100%;
    float: left;
    padding-right: 0;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section--right {
  width: 33.3333333333%;
  float: right;
}
@media all and (max-width: 48em) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section--right {
    margin-top: 2em;
    width: 100%;
    float: left;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section h2.subsidie-article__section__title {
  width: 100%;
  float: left;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
  color: #e42313;
  border-bottom: 2px solid #e42313;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section h2.subsidie-article__section__title {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section h2.subsidie-article__section__title {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section h2.subsidie-article__section__title {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section h2.subsidie-article__section__title .afk-icon {
  font-size: 40px;
  position: relative;
  bottom: -0.1em;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section h2.subsidie-article__section__title span {
  padding-left: 0.3em;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body ul {
  list-style: none;
  padding-left: 0.5em;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body ul li:before {
  content: "•";
  display: inline;
  float: left;
  position: relative;
  left: -0.5em;
  color: rgb(149, 28, 25);
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table {
  width: 100% !important;
  float: left;
  clear: both;
  margin-bottom: 2rem;
}
@media all and (max-width: 48em) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__body table {
    font-size: 0.8rem;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table thead th {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-size: 0.8rem;
  vertical-align: middle;
  background-color: rgb(204, 204, 204);
  color: #000;
  border-left: 1px solid #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  padding-right: 1.75em;
  text-align: left;
  white-space: nowrap;
  width: 33.3%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__body table thead th {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__body table thead th {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__body table thead th {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media all and (max-width: 48em) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__body table thead th {
    font-size: 0.8rem;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tr {
  border-bottom: inherit;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr {
  border-bottom: 1px solid rgb(204, 204, 204);
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr:hover {
  background-color: #f2f2f2;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr:hover td a {
  color: #000;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr:hover td a > div,
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr:hover td a .organisation {
  color: #000;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Reader-Regular-Web-re";
  font-size: 1rem;
  padding: 0.75rem 0.5rem;
  vertical-align: top;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media all and (max-width: 48em) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td {
    font-size: 0.8rem;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td a:hover {
  background-color: transparent;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td.date {
  max-width: 15%;
  width: auto;
}
@media all and (max-width: 48em) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td.date {
    max-width: 33%;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td.name {
  max-width: 15%;
  width: auto;
}
@media all and (max-width: 48em) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td.name {
    width: 33%;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td.name .organisation {
  color: #000;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td.amount {
  text-align: right;
  max-width: 15%;
  width: auto;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td.amount.toegekend a {
  color: #e42313;
}
@media all and (max-width: 48em) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td.amount {
    max-width: 33%;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td.toegekend-vorige-periode {
  max-width: 15%;
  width: auto;
}
@media all and (max-width: 48em) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__body table tbody tr td.toegekend-vorige-periode {
    display: none;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__faq {
  margin-bottom: 1rem;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__faq ul {
  list-style: none;
  padding-left: 0.5em;
  margin-bottom: 0;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__faq ul li:before {
  content: ">";
  display: inline;
  float: left;
  position: relative;
  left: -0.5em;
  color: rgb(149, 28, 25);
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__downloads, .tpl-subsidie article.subsidie-article .subsidie-article__section__tools {
  width: 100%;
  float: left;
  background-color: #f2f2f2;
  padding: 1em;
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__downloads, .tpl-subsidie article.subsidie-article .subsidie-article__section__tools {
    width: 100%;
    float: left;
  }
}
@media all and (max-width: 48em) {
  .tpl-subsidie article.subsidie-article .subsidie-article__section__downloads, .tpl-subsidie article.subsidie-article .subsidie-article__section__tools {
    width: 100%;
  }
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__downloads .afk-icon, .tpl-subsidie article.subsidie-article .subsidie-article__section__tools .afk-icon {
  font-size: 1.4em;
  vertical-align: baseline;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__downloads .description, .tpl-subsidie article.subsidie-article .subsidie-article__section__tools .description {
  display: block;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__downloads .arrow, .tpl-subsidie article.subsidie-article .subsidie-article__section__tools .arrow {
  color: rgb(149, 28, 25);
  padding-left: 0.25em;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__downloads .file-icon, .tpl-subsidie article.subsidie-article .subsidie-article__section__tools .file-icon {
  display: block;
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__downloads strong, .tpl-subsidie article.subsidie-article .subsidie-article__section__tools strong {
  color: #e42313;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__downloads ul, .tpl-subsidie article.subsidie-article .subsidie-article__section__tools ul {
  margin-left: 30px;
  margin-right: 16px;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__downloads ul li, .tpl-subsidie article.subsidie-article .subsidie-article__section__tools ul li {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 2px solid rgb(204, 204, 204);
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__downloads ul li:first-child, .tpl-subsidie article.subsidie-article .subsidie-article__section__tools ul li:first-child {
  border-top: none;
}
.tpl-subsidie article.subsidie-article .subsidie-article__section__downloads ul li img, .tpl-subsidie article.subsidie-article .subsidie-article__section__tools ul li img {
  width: 1em;
  height: auto;
}
.tpl-subsidie article .subsidie-block__overview {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  margin-bottom: 1rem;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media all and (max-width: 48em) {
  .tpl-subsidie article .subsidie-block__overview {
    display: block;
    margin-bottom: 5rem;
    background-color: #009cdf;
  }
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .tpl-subsidie article .subsidie-block__overview {
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tpl-subsidie article .subsidie-block__overview .slick-dots li {
  margin: 0 10px;
}
.tpl-subsidie article .subsidie-block__overview .slick-dots li button:before {
  font-size: 20px;
  color: #009cdf;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.tpl-subsidie article .subsidie-block__overview .slick-dots li.slick-active button:before {
  color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block {
  background-color: #009cdf;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  width: 20%;
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}
.tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block.tablet-filler {
  display: none;
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block.tablet-filler {
    display: block;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
.tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block:first-child {
  margin-left: 0;
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block {
    width: 30%;
  }
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media all and (max-width: 48em) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block {
    width: 100%;
    display: block;
    margin: 0;
  }
}
.tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__icon {
  width: 100%;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 1rem;
}
.tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__icon img {
  width: 48px;
  height: 48px;
  display: inline-block;
}
@media all and (max-width: 48em) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__icon img {
    width: 75px;
    height: 75px;
  }
}
.tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__title {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__title {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__title {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__title {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
.tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__line {
  text-align: center;
  width: 100%;
}
.tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__line hr {
  display: inline-block;
  width: 42px;
  border: none;
  border-bottom: 2px solid #fff;
  margin: 0 auto 1rem auto;
}
.tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items {
  width: 100%;
  text-align: center;
}
.tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items,
.tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items * {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items,
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items * {
    font-size: 0.77rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items,
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items * {
    font-size: 0.77rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items,
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items * {
    font-size: 0.77rem;
    line-height: 1.4;
  }
}
@media all and (max-width: 48em) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items,
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items * {
    font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 48em) and (min-width: 320px) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items,
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items * {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 48em) and (min-width: 768px) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items,
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items * {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 48em) and (min-width: 1024px) {
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items,
  .tpl-subsidie article .subsidie-block__overview .subsidie-block__overview__block__items * {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
.tpl-subsidie article .subsidie-content {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}
.tpl-subsidie article .subsidie-content .article-blocks {
  padding: 0;
  width: calc(60% - 0.4rem);
  margin-bottom: 1rem;
  float: left;
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .tpl-subsidie article .subsidie-content .article-blocks {
    width: calc(66.66% - 0.33rem);
  }
}
@media all and (max-width: 48em) {
  .tpl-subsidie article .subsidie-content .article-blocks {
    width: 100%;
  }
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}
@media all and (max-width: 48em) {
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block {
    width: 100%;
    float: left;
  }
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block:after {
  content: " ";
  display: block;
  width: 80px;
  border-bottom: 2px solid rgb(255, 205, 0);
  float: left;
  clear: both;
  margin-top: 1rem;
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block h2,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block h3,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block h4 {
  color: #e42313;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
  font-family: "Reader-Medium-Web-re";
}
@media screen and (min-width: 320px) {
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block h2,
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block h3,
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block h4 {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block h2,
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block h3,
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block h4 {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block h2,
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block h3,
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block h4 {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block p,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block ul,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block li {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block p,
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block ul,
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block li {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block p,
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block ul,
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block li {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block p,
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block ul,
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block li {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block p,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block ul {
  margin-bottom: 1rem;
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block p:last-child,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block ul:last-child {
  margin-bottom: 0;
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block p a,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block ul a {
  color: #e42313;
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block p a:hover,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block ul a:hover {
  background-color: #e42313;
  color: #fff;
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1rem;
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__cta .subsidie-block__cta__button {
  padding: 1rem 2rem;
  text-align: center;
  width: auto;
  min-width: 200px;
  position: relative;
  display: block;
  float: left;
  background-color: #e42313;
  color: #fff;
  cursor: pointer;
  border: 1px solid #e42313;
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__cta .subsidie-block__cta__button:hover {
  color: #e42313;
  background-color: #fff;
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__dates .subsidie-block__dates__table {
  width: 100%;
  float: left;
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__dates .subsidie-block__dates__table .subsidie-block__dates__table__row {
  width: 100%;
  float: left;
  margin-bottom: 0.25rem;
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__dates .subsidie-block__dates__table .subsidie-block__dates__table__column {
  width: 33.3333333333%;
  float: left;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__dates .subsidie-block__dates__table .subsidie-block__dates__table__column {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__dates .subsidie-block__dates__table .subsidie-block__dates__table__column {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__dates .subsidie-block__dates__table .subsidie-block__dates__table__column {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__overview {
  padding: 1rem;
}
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__overview,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__overview h2,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__overview h3,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__overview h4,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__overview p,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__overview ul,
.tpl-subsidie article .subsidie-content .article-blocks .subsidie-block.subsidie-block__overview li {
  color: #000;
}
.tpl-subsidie article .subsidie-content .aside-blocks {
  width: calc(40% - 0.6rem);
  float: right;
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .tpl-subsidie article .subsidie-content .aside-blocks {
    width: calc(33.33% - 0.66rem);
  }
}
@media all and (max-width: 48em) {
  .tpl-subsidie article .subsidie-content .aside-blocks {
    width: 100%;
    float: left;
  }
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block {
  padding: 2rem;
  margin-bottom: 1rem;
  border: 2px solid #000;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block:nth-child(2n+1) {
  border-color: #009cdf;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block:nth-child(2n+1) a {
  color: #009cdf;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block:nth-child(2n+1) a:hover {
  background-color: #009cdf;
  color: #fff;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block:nth-child(2n+1) ul li {
  border-color: #009cdf;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block:nth-child(2n+1) hr {
  border-top: 1px solid #009cdf;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block:nth-child(2n+0) {
  border-color: #e42313;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block:nth-child(2n+0) a {
  color: #e42313;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block:nth-child(2n+0) a:hover {
  background-color: #e42313;
  color: #fff;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block:nth-child(2n+0) ul li {
  border-color: #e42313;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block:nth-child(2n+0) hr {
  border-top: 1px solid #e42313;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block p,
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul,
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block li {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  .tpl-subsidie article .subsidie-content .aside-blocks .aside-block p,
  .tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul,
  .tpl-subsidie article .subsidie-content .aside-blocks .aside-block li {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .tpl-subsidie article .subsidie-content .aside-blocks .aside-block p,
  .tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul,
  .tpl-subsidie article .subsidie-content .aside-blocks .aside-block li {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .tpl-subsidie article .subsidie-content .aside-blocks .aside-block p,
  .tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul,
  .tpl-subsidie article .subsidie-content .aside-blocks .aside-block li {
    font-size: 0.88rem;
    line-height: 1.8;
  }
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block p svg,
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block p img,
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul svg,
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul img,
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block li svg,
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block li img {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block hr {
  border: none;
  border-top: 1px solid #000;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block p,
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul {
  margin-bottom: 1rem;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block p:last-child,
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul:last-child {
  margin-bottom: 0;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block p.aside-header,
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul.aside-header {
  margin-bottom: 0;
  font-weight: bold;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block p.aside-header svg,
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul.aside-header svg {
  margin-right: 0.5rem;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul {
  list-style-type: none;
  margin-top: -1rem;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul li {
  margin-bottom: 0.25rem;
  padding-top: 0.25rem;
  border-top: 1px solid #000;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul li:first-child {
  border-top: none;
}
.tpl-subsidie article .subsidie-content .aside-blocks .aside-block ul li a {
  text-decoration: none;
}

.page.page--archive {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
}
.page.page--archive h1 {
  color: #e42313;
  width: 100%;
  float: left;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  .page.page--archive h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .page.page--archive h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .page.page--archive h1 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
.page.page--archive .archive__text {
  width: 100%;
  float: left;
}
.page.page--archive .archive__blocks {
  width: 100%;
  float: left;
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
  flex-wrap: wrap;
}
.page.page--archive .archive__blocks .afk-icon {
  color: #e42313;
}
.page.page--archive .archive__blocks__block {
  margin-bottom: 1em;
  display: block;
  border-radius: 5px;
  border: 2px solid #e42313;
  margin-right: 1em;
}
.page.page--archive .archive__blocks__block .block__title {
  background-color: #f2f2f2;
  padding: 1rem;
  border-radius: 5px;
  color: #e42313;
}
.page.page--archive .archive__blocks__block .block__downloads {
  padding: 1rem;
}
.page.page--archive .archive__blocks__block .block__downloads ul {
  margin-left: 30px;
  margin-right: 16px;
}
.page.page--archive .archive__blocks__block .block__downloads ul li {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 2px solid rgb(204, 204, 204);
}
.page.page--archive .archive__blocks__block .block__downloads ul li:first-child {
  border-top: none;
}
.page.page--archive .archive__blocks__block .block__downloads ul li img {
  width: 1em;
  height: auto;
}
.page.page--archive .archive__blocks__block .block__downloads ul li .arrow {
  color: rgb(149, 28, 25);
  padding-left: 0.25em;
}
@media all and (min-width: 0) and (max-width: 768px ) {
  .page.page--archive .archive__blocks__block {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px ) {
  .page.page--archive .archive__blocks__block {
    width: calc(50% - 0.5em);
  }
  .page.page--archive .archive__blocks__block:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) {
  .page.page--archive .archive__blocks__block {
    width: calc(33.33% - 0.67em);
  }
  .page.page--archive .archive__blocks__block:nth-child(3n+3) {
    margin-right: 0;
  }
}

.loader {
  position: fixed;
  top: 40%;
  left: 45%;
  width: 100%;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out false;
}
@media all and (max-width: 66em) {
  .loader {
    left: 30%;
  }
}
body.is-loading .loader {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.main-loader .loadlabel {
  display: inline-block;
  color: #000;
}

.responsive-image {
  position: relative;
  overflow: hidden;
}
.responsive-image .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image .image-wrapper img {
  width: 100%;
  height: auto;
}

.responsive-single-image img {
  width: 100%;
  height: auto;
}

.breadcrumbs {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.83rem;
  line-height: 1.2;
  color: #000;
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  padding: 0;
}
@media screen and (min-width: 320px) {
  .breadcrumbs {
    font-size: 0.83rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 0.83rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbs {
    font-size: 0.83rem;
    line-height: 1.2;
  }
}
.breadcrumbs ul li {
  float: left;
  margin-right: 0.3em;
}
.breadcrumbs ul li a {
  color: rgb(102, 102, 102);
}

.images-slider .image-slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.images-slider .image-slide img {
  width: 100%;
  height: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.images-slider .image-slide .caption {
  display: none;
}

.images-slider-caption {
  min-height: 1rem;
  margin-top: 3rem;
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  .images-slider-caption {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .images-slider-caption {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .images-slider-caption {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}

.responsive-single-image .caption {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 0.77rem;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  .responsive-single-image .caption {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .responsive-single-image .caption {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .responsive-single-image .caption {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}

.cant-load {
  width: 100%;
  padding: 1rem;
  background-color: #009cdf;
  text-align: center;
  color: #fff;
}
.cant-load a {
  text-decoration: underline;
}

.home-block.block-aanvragen.block-subsidiewijzer {
  min-height: 17rem;
}
@media all and (max-width: 48em) {
  .home-block.block-aanvragen.block-subsidiewijzer {
    min-height: 10vh;
  }
}
.home-block.block-aanvragen.block-subsidiewijzer .subsidie-wijzer__container {
  width: 98.6111111111%;
  float: left;
  margin-left: 0.6944444444%;
  margin-right: 0.6944444444%;
  display: block;
  float: left;
  position: relative;
  height: auto;
  min-height: 17rem;
}
.home-block.block-aanvragen.block-subsidiewijzer .subsidie-wijzer__container.not-loaded {
  background-color: #009cdf;
}
@media all and (max-width: 48em) {
  .home-block.block-aanvragen.block-subsidiewijzer .subsidie-wijzer__container {
    min-height: 10vh;
  }
}
.home-block.block-aanvragen.block-subsidiewijzer .subsidie-wijzer__warning {
  color: #e42313;
}
.home-block.block-aanvragen.block-subsidiewijzer .subsidie-wijzer__warning a {
  color: #e42313;
  text-decoration: underline;
}
.home-block.block-aanvragen.block-subsidiewijzer .subsidie-wijzer__warning a:hover {
  background-color: transparent;
  text-decoration: none;
}
.home-block.block-aanvragen.block-subsidiewijzer .subsidie-wijzer__loading {
  background-color: #009cdf;
  width: 100%;
  display: block;
  float: left;
  position: relative;
  height: auto;
  min-height: 17rem;
}
@media all and (max-width: 48em) {
  .home-block.block-aanvragen.block-subsidiewijzer .subsidie-wijzer__loading {
    min-height: 10vh;
  }
}
.home-block.block-aanvragen.block-subsidiewijzer .subsidie-wijzer__loading .subsidie-wijzer__loading__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.show-mobile {
  display: none;
}
@media all and (max-width: 48em) {
  .show-mobile {
    display: block;
  }
}

.hide-mobile {
  display: block;
}
@media all and (max-width: 48em) {
  .hide-mobile {
    display: none;
  }
}

.subsidie-wijzer {
  width: 100%;
  height: auto;
  float: left;
  color: #fff;
  position: relative;
  display: block;
  min-height: 17rem;
}
@media all and (max-width: 48em) {
  .subsidie-wijzer {
    min-height: 10vh;
  }
}
.subsidie-wijzer, .subsidie-wijzer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.subsidie-wijzer .subsidie-wijzer__content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  min-height: 17rem;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media all and (max-width: 48em) {
  .subsidie-wijzer .subsidie-wijzer__content {
    min-height: 10vh;
  }
}
@media all and (max-width: 48em) {
  .subsidie-wijzer .subsidie-wijzer__content {
    flex-direction: column;
  }
}
.subsidie-wijzer .subsidie-wijzer__left {
  background-color: #009cdf;
  width: 33%;
  padding: 1rem;
  min-height: 17rem;
  display: flex;
  justify-content: justify;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row;
}
@media all and (max-width: 48em) {
  .subsidie-wijzer .subsidie-wijzer__left {
    width: 100%;
    padding-bottom: 1rem;
    min-height: auto;
    flex-direction: column;
  }
}
.subsidie-wijzer .subsidie-wijzer__left__icon {
  margin-right: 1rem;
  width: 48px;
}
.subsidie-wijzer .subsidie-wijzer__left__icon svg {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.subsidie-wijzer .subsidie-wijzer__left__icon svg path, .subsidie-wijzer .subsidie-wijzer__left__icon svg circle, .subsidie-wijzer .subsidie-wijzer__left__icon svg polyline, .subsidie-wijzer .subsidie-wijzer__left__icon svg rect {
  fill: white;
  stroke: none;
}
@media all and (max-width: 48em) {
  .subsidie-wijzer .subsidie-wijzer__left__icon {
    width: 100%;
    text-align: center;
    margin: 1rem;
  }
  .subsidie-wijzer .subsidie-wijzer__left__icon svg {
    width: 38px;
  }
}
.subsidie-wijzer .subsidie-wijzer__left__text {
  text-align: left;
  width: 100%;
}
@media all and (max-width: 48em) {
  .subsidie-wijzer .subsidie-wijzer__left__text {
    text-align: center;
  }
}
.subsidie-wijzer .subsidie-wijzer__left__first {
  font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .subsidie-wijzer .subsidie-wijzer__left__first {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .subsidie-wijzer .subsidie-wijzer__left__first {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .subsidie-wijzer .subsidie-wijzer__left__first {
    font-size: 1.55rem;
    line-height: 1.4;
  }
}
.subsidie-wijzer .subsidie-wijzer__left .subsidie-tooltip {
  position: relative;
  bottom: 0.5em;
}
.subsidie-wijzer.mode-result .subsidie-wijzer__right {
  display: block;
  background-color: white;
}
.subsidie-wijzer.mode-result .subsidie-wijzer__left__text {
  width: 80%;
  width: calc(100% - 64px);
}
.subsidie-wijzer .subsidie-wijzer__right {
  background-color: #009cdf;
  width: 67%;
  display: flex;
}
@media all and (max-width: 48em) {
  .subsidie-wijzer .subsidie-wijzer__right {
    width: 100%;
    padding-bottom: 0;
  }
}
.subsidie-wijzer .subsidie-wijzer__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 33%;
  padding: 0.6944444444%;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
}
@media all and (max-width: 48em) {
  .subsidie-wijzer .subsidie-wijzer__bottom {
    display: none;
  }
}
.subsidie-wijzer .subsidie-wijzer__top {
  display: none;
}
@media all and (max-width: 48em) {
  .subsidie-wijzer .subsidie-wijzer__top {
    position: relative;
    bottom: auto;
    width: 100%;
    float: left;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
    padding: 0.6944444444%;
    background-color: #009cdf;
  }
}
.subsidie-wijzer .subsidie-wijzer__top a,
.subsidie-wijzer .subsidie-wijzer__bottom a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  max-width: 50%;
  margin: 2%;
  border: 2px solid #ffffff;
  display: flex;
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.subsidie-wijzer .subsidie-wijzer__top a:hover,
.subsidie-wijzer .subsidie-wijzer__bottom a:hover {
  background-color: white;
  color: #009cdf;
}
.subsidie-wijzer .subsidie-wijzer__top a:hover svg path, .subsidie-wijzer .subsidie-wijzer__top a:hover svg polygon,
.subsidie-wijzer .subsidie-wijzer__bottom a:hover svg path,
.subsidie-wijzer .subsidie-wijzer__bottom a:hover svg polygon {
  fill: #009cdf;
}
.subsidie-wijzer .subsidie-wijzer__top a > div,
.subsidie-wijzer .subsidie-wijzer__bottom a > div {
  padding: 5px;
  height: auto;
  text-align: center;
}
.subsidie-wijzer .subsidie-wijzer__question-slider {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.subsidie-wijzer .subsidie-wijzer__question-slider.liquid-animating {
  overflow: hidden;
}
.subsidie-wijzer .subsidie-wijzer__question-slider > .liquid-child {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.subsidie-wijzer .subsidie-wijzer__start-over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.6944444444%;
}
@media all and (max-width: 48em) {
  .subsidie-wijzer .subsidie-wijzer__start-over {
    padding: 10px;
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    background-color: #009cdf;
  }
}
.subsidie-wijzer .subsidie-wijzer__start-over .start-over__detail,
.subsidie-wijzer .subsidie-wijzer__start-over .start-over__start {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
@media all and (max-width: 48em) {
  .subsidie-wijzer .subsidie-wijzer__start-over .start-over__detail,
  .subsidie-wijzer .subsidie-wijzer__start-over .start-over__carot {
    display: none;
  }
}
.subsidie-wijzer .subsidie-wijzer__answers,
.subsidie-wijzer .subsidie-wijzer__results {
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer,
.subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer {
  width: 30%;
  width: calc(30% - 6px);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  margin-right: 5%;
  position: relative;
}
.subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer:nth-child(3n+0),
.subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer:nth-child(3n+0) {
  margin-right: 0;
}
@media all and (max-width: 48em) {
  .subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer,
  .subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer {
    width: 50%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
.subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer:after,
.subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: white;
  padding-bottom: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid white;
}
.subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer__text,
.subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer__text {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  color: black;
  text-align: center;
  transform: translate(-50%, -50%);
  line-height: 1em;
  color: black;
  text-transform: lowercase;
}
@media all and (min-width: 48em) and (max-width: 66em ) {
  .subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer__text,
  .subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer__text {
    font-family: "Reader-Regular-Web-re", Helvetica, sans-serif;
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 48em) and (max-width: 66em ) and (min-width: 320px) {
  .subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer__text,
  .subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer__text {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 48em) and (max-width: 66em ) and (min-width: 768px) {
  .subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer__text,
  .subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer__text {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 48em) and (max-width: 66em ) and (min-width: 1024px) {
  .subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer__text,
  .subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer__text {
    font-size: 0.77rem;
    line-height: 1.2;
  }
}
.subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer__arrow,
.subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer__arrow {
  position: absolute;
  bottom: 5%;
  left: 3px;
  width: 100%;
  text-align: center;
}
.subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer__info,
.subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer__info {
  position: absolute;
  top: 5%;
  left: 3px;
  width: 100%;
  text-align: center;
}
.subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer svg polygon,
.subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer svg polygon {
  fill: #009cdf;
}
.subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer:hover,
.subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer:hover {
  text-decoration: underline;
}
.subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer:hover .subsidie-tooltip.blue .trigger,
.subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer:hover .subsidie-tooltip.blue .trigger {
  border-color: white;
  color: white;
}
.subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer:hover:after,
.subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer:hover:after {
  background-color: transparent;
}
.subsidie-wijzer .subsidie-wijzer__answers .subsidie-wijzer__answers__answer:hover svg polygon,
.subsidie-wijzer .subsidie-wijzer__results .subsidie-wijzer__answers__answer:hover svg polygon {
  fill: white;
}
.subsidie-wijzer .subsidie-wijzer__answers {
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 48em) {
  .subsidie-wijzer .subsidie-wijzer__answers {
    width: 100%;
    flex-direction: column;
  }
}

.subsidie-tooltip {
  position: relative;
  z-index: 100;
  display: inline-block;
  color: #009cdf;
}
.subsidie-tooltip.blue .trigger {
  border: none;
  color: #009cdf;
}
.subsidie-tooltip .trigger {
  width: 1.25rem;
  cursor: help;
  font-size: 0.8rem;
  height: 1.25rem;
  line-height: 0.85rem;
  background: transparent;
  border-radius: 50%;
  color: white;
  border: 2px solid white;
  padding: 0.125rem;
}
.subsidie-tooltip:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.subsidie-tooltip .tooltip {
  background-color: white;
  border-radius: 0.5rem;
  bottom: 2rem;
  box-shadow: rgba(0, 0, 0, 0.25) -1px 4px 13px 2px;
  color: #009cdf;
  cursor: help;
  font-size: 1rem;
  left: -6rem;
  margin-left: 0.75rem;
  opacity: 0;
  padding: 0.5rem;
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  visibility: hidden;
  width: 12rem;
  z-index: 1;
}
.subsidie-tooltip .tooltip ::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.subsidie-toggle {
  margin-left: 1.0416666667%;
  margin-top: 1.0416666667%;
}
.subsidie-toggle:first-child {
  margin-top: 0;
}
@media all and (max-width: 48em) {
  .subsidie-toggle {
    margin-left: 0;
  }
  .subsidie-toggle:first-child {
    margin-top: 1.0416666667%;
  }
}
.subsidie-toggle .subsidie-toggle__top {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
  background: #009cdf;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.subsidie-toggle .subsidie-toggle__top__title {
  padding: 0.5em;
  font-family: "Reader-Regular-Web-re", Times, serif;
  font-size: 1.55rem;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 320px) {
  .subsidie-toggle .subsidie-toggle__top__title {
    font-size: 1.11rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  .subsidie-toggle .subsidie-toggle__top__title {
    font-size: 1.33rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .subsidie-toggle .subsidie-toggle__top__title {
    font-size: 1.55rem;
    line-height: 1.3;
  }
}
.subsidie-toggle .subsidie-toggle__top__icon {
  background-color: rgb(255, 205, 0);
  padding: 1rem;
}
.subsidie-toggle .subsidie-toggle__top:hover {
  background-color: rgb(255, 205, 0);
}
.subsidie-toggle .subsidie-toggle__body {
  background-color: #ffffff;
  width: 100%;
  color: black;
}
.subsidie-toggle .subsidie-toggle__body p {
  padding: 1rem;
  width: 100%;
}
.subsidie-toggle .subsidie-toggle__body a {
  padding: 5px;
  border: 2px solid #009cdf;
  color: #009cdf;
}
.subsidie-toggle .subsidie-toggle__body a:hover {
  background: #009cdf;
  color: #fff;
}

.popup-call {
  position: fixed;
  left: auto;
  right: 1rem;
  max-width: 360px;
  max-height: 90vh;
  border: 2px solid #e42313;
  background-color: white;
  z-index: 1000;
  width: auto;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  bottom: -100%;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.popup-call.show {
  bottom: 1rem;
  opacity: 1;
}
.popup-call__content {
  position: relative;
  overflow: auto;
}
.popup-call__text {
  position: relative;
  color: rgb(77, 77, 77);
  font-size: 14px;
  z-index: 1;
  padding-right: 2rem;
  margin: 1rem 1rem 0 1rem;
}
.popup-call__text h2 {
  color: #e42313;
}
.popup-call__close {
  position: absolute;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  top: 0;
  right: 0;
  padding: 0.5rem;
  font-size: 2rem;
  height: 2rem;
  line-height: 0;
  z-index: 2;
}
.popup-call__close:hover {
  opacity: 0.5;
}
.popup-call__form {
  padding-top: 10px;
}
.popup-call__form iframe.FormBuilderViewport {
  max-width: 100% !important;
}

.tool-icon::before {
  background-color: #009cdf;
  color: white;
  content: "i";
  position: absolute;
  right: -16px;
  top: 0px;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  font-size: 13px;
  border-radius: 100%;
  text-align: center;
}

/*== start of code for tooltips ==*/
.tool {
  cursor: help;
  position: relative;
  /*== pointer tip ==*/
  /*== speech bubble ==*/
}
.tool:before, .tool:after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}
.tool:hover::before, .tool:focus::before, .tool:hover::after, .tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0) !important;
  z-index: 100;
}
.tool:before {
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #009cdf transparent transparent transparent;
  bottom: 100%;
  content: "";
  margin-left: -0.5em;
  transition: all 0.45s cubic-bezier(0.84, -0.18, 0.31, 1.26), opacity 0.45s 0.15s;
  transform: scale(0.6) translateY(-90%);
}
.tool.on-bottom:before {
  bottom: auto;
  top: 100%;
  border-color: transparent transparent #009cdf transparent;
  border-width: 0 0.75em 1em 0.75em;
  transform: scale(0.6) translateY(90%);
}
.tool:hover::before, .tool:focus::before {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
}
.tool:after {
  background: #009cdf;
  bottom: 180%;
  color: #ffffff;
  content: attr(data-tip);
  margin-left: -8.75em;
  padding: 1em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
  transform: scale(0.6) translateY(50%);
  width: 17.5em;
  text-align: center;
}
.tool.on-bottom:after {
  top: 180%;
  bottom: auto;
  transform: scale(0.6) translateY(-50%);
}
.tool:hover::after, .tool:focus::after {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
}
@media (max-width: 760px) {
  .tool:after {
    font-size: 0.75em;
    margin-left: -0.25em;
    width: 10em;
  }
}

/*== common styles for both parts of tool tip ==*/
.embed-wrapper {
  display: block;
  width: 100%;
}
.embed-wrapper:not(.ratio--, .ratio--0x0) {
  position: relative;
  height: 0;
  overflow: hidden;
}
.embed-wrapper:not(.ratio--, .ratio--0x0) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-wrapper.ratio--9x16 {
  padding-top: 177.78%;
}
.embed-wrapper.ratio--5x8 {
  padding-top: 160%;
}
.embed-wrapper.ratio--3x2 {
  padding-top: 150%;
}
.embed-wrapper.ratio--3x4 {
  padding-top: 133.33%;
}
.embed-wrapper.ratio--1x1 {
  padding-top: 100%;
}
.embed-wrapper.ratio--4x3 {
  padding-top: 75%;
}
.embed-wrapper.ratio--3x2 {
  padding-top: 66.66%;
}
.embed-wrapper.ratio--8x5 {
  padding-top: 62.5%;
}
.embed-wrapper.ratio--16x9 {
  padding-top: 56.25%;
}

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