@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif; }

html {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  color: #001E48;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  background: #F8F5EE; }
  body.is-overlay {
    overflow-y: hidden; }

h1 {
  margin-bottom: 30px; }

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible,
.u-sr-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto; }

.list-unstyled {
  list-style: none; }

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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1480px; }

@media (min-width: 768px) {
  .container {
    width: 750px; }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1024px) {
  .container {
    width: 960px; }
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px; } }

@media (min-width: 1280px) {
  .container {
    width: 1140px; }
  .container-fluid {
    padding-left: 75px;
    padding-right: 75px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }

[class^='col-'] .container {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-hidden {
  display: none; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-75, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-75 {
    width: 62.5%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-xs-hidden {
    display: block; } }

@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-75, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-75 {
    width: 62.5%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

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

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'hr';
    src: url('../font/hr.svg?8412724#hr') format('svg');
  }
}
*/
[class^="fc-icon"]:before,
[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-after-"]:after,
[class*=" icon-after-"]:after {
  font-family: "hr";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.ico-fallback-text .icon {
  display: inline-block; }

.ico-fallback-text .text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.icon-arrow:before {
  content: '\e800'; }

/* '' */
.icon-facebook:before {
  content: '\e801'; }

/* '' */
.icon-googleplus:before {
  content: '\e802'; }

/* '' */
.icon-linkedin:before {
  content: '\e803'; }

/* '' */
.icon-twitter:before {
  content: '\e804'; }

/* '' */
.icon-youtube:before {
  content: '\e805'; }

/* '' */
.icon-menu:before {
  content: '\e806'; }

/* '' */
.icon-search:before {
  content: '\e807'; }

/* '' */
.icon-plus:before {
  content: '\e808'; }

/* '' */
.icon-min:before {
  content: '\e809'; }

/* '' */
.icon-login:before {
  content: '\e80a'; }

/* '' */
.icon-star:before {
  content: '\e80b'; }

/* '' */
.icon-students:before {
  content: '\e80c'; }

/* '' */
.icon-clock:before {
  content: '\e80d'; }

/* '' */
.icon-flow:before {
  content: '\e80e'; }

/* '' */
.icon-work:before {
  content: '\e80f'; }

/* '' */
.icon-studyafter:before {
  content: '\e810'; }

/* '' */
.icon-graduate:before {
  content: '\e811'; }

/* '' */
.icon-info:before {
  content: '\e812'; }

/* '' */
.icon-download:before {
  content: '\e813'; }

/* '' */
.icon-check:before {
  content: '\e814'; }

/* '' */
.icon-location:before {
  content: '\e815'; }

/* '' */
.icon-duurzaam:before {
  content: '\e816'; }

/* '' */
.icon-award:before {
  content: '\e817'; }

/* '' */
.icon-ov-auto:before {
  content: '\e818'; }

/* '' */
.icon-ov-bus:before {
  content: '\e819'; }

/* '' */
.icon-ov-ferry:before {
  content: '\e81a'; }

/* '' */
.icon-ov-lopen:before {
  content: '\e81b'; }

/* '' */
.icon-ov-metro:before {
  content: '\e81c'; }

/* '' */
.icon-ov-tram:before {
  content: '\e81d'; }

/* '' */
.icon-ov-trein:before {
  content: '\e81e'; }

/* '' */
.icon-aansluiting:before {
  content: '\e81f'; }

/* '' */
.icon-kansvastebaan:before {
  content: '\e820'; }

/* '' */
.icon-kansvoltijd:before {
  content: '\e821'; }

/* '' */
.icon-startloon:before {
  content: '\e822'; }

/* '' */
.icon-tevredenheid:before {
  content: '\e823'; }

/* '' */
.icon-mail:before {
  content: '\e824'; }

/* '' */
.icon-print:before {
  content: '\e825'; }

/* '' */
.icon-cross:before {
  content: '\e826'; }

/* '' */
.icon-rss:before {
  content: '\e827'; }

/* '' */
.icon-extern:before {
  content: '\e828'; }

/* '' */
.icon-numberofec:before {
  content: '\e829'; }

/* '' */
.icon-time:before {
  content: '\e82a'; }

/* '' */
.icon-period:before {
  content: '\e82b'; }

/* '' */
.icon-tumblr:before {
  content: '\e82c'; }

/* '' */
.icon-graduate2:before {
  content: '\e82d'; }

/* '' */
.icon-after-arrow:after {
  content: '\e800'; }

@media only print {
  *,
  *::before,
  *::after {
    color: #000000 !important;
    background: transparent !important; }
  .container,
  .container-fluid,
  .article-content {
    padding: 0 !important;
    margin: 0 !important; }
  header.header,
  .third-line-navigation-container,
  .nav-wrapper,
  .breadcrumb-share,
  footer:before,
  footer ul.socials,
  footer ul.footer-navigation,
  #cookiewarning,
  .polygon,
  iframe,
  .block-carousel,
  .m-image-divider,
  .m-read-also,
  .m-cta,
  .opleiding-brochure,
  .block-mozaiek,
  .js--teaser_load_more,
  .home-carousel,
  .home-cards,
  .block-home-intro,
  .teaser-mozaiek,
  .item-teaser-mozaiek,
  .googlemaps-wrapper,
  .calculate-route,
  .flex-select,
  .flex-nav,
  .block-dts,
  .c-header,
  .header-img,
  .block-accordion.block-small .accordion-wrapper:after,
  .fluid-width-video-wrapper,
  .breadcrumb-share {
    display: none !important; }
  .subtitle span,
  .sub-title,
  .block-rte.block-rte--grey [class^="col-"],
  .block-rte.block-rte--white [class^="col-"],
  .block-rte.block-rte--red [class^="col-"],
  .attention {
    padding: 0 !important; }
  .article-header {
    padding-top: 0 !important; }
    .article-header .pagetitle {
      height: auto !important; }
  aside.intro_cta {
    display: none !important; }
  .block-introduction .collapsable {
    height: auto !important; }
  .block-introduction .toggle-collapse {
    display: none !important; }
  .block-accordion,
  .accordion__content,
  .block-accordion .accordion-wrapper div.content {
    display: block !important;
    overflow: hidden;
    padding: 0 !important; }
  .accordion-wrapper {
    height: auto !important; }
  .accordion__toggle {
    border: none !important;
    padding-left: 0 !important; }
    .accordion__toggle::After {
      display: none !important; }
  .accordion__content {
    position: relative !important;
    display: block !important;
    left: 0 !important; }
  .block-accordion .accordion-wrapper {
    border-bottom: none !important; }
  .toggle-content .toggle {
    padding: 0 !important; }
    .toggle-content .toggle::after {
      display: none; }
  .toggle-content .content {
    display: block !important; }
  .m-teaser-list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
    .m-teaser-list .teaser {
      width: calc( 100% / 3 - 30px) !important; }
    .m-teaser-list .teaser--single {
      width: 100% !important; }
  .teaser {
    display: block !important; }
    .teaser .teaser-image {
      display: none !important; }
    .teaser .teaser-content {
      padding: 0 !important; }
  .block-teaser-carousel .owl-stage,
  .semesters-carousel .owl-stage {
    width: 100% !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .block-teaser-carousel .owl-item,
  .semesters-carousel .owl-item {
    width: calc( 100% / 3 - 30px) !important; }
  .semesters-carousel .owl-item {
    width: calc( 100% / 2 - 30px) !important; }
  .tabs-wrapper .tabs {
    display: none !important; }
  .tabs-wrapper .tab,
  .tabs-wrapper .tab.inactive {
    position: relative !important;
    opacity: 1 !important; }
  .block-linklist ul {
    width: 100% !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .block-linklist li {
    width: calc( 100% / 3 - 30px) !important; }
  .opleiding-vakken .years .year {
    display: block !important;
    width: 100% !important;
    padding: 0 !important; }
  .opleiding-vakken .years .year .semesters-carousel.owl-carousel .semester h2 {
    text-align: left !important; }
  .timeline-wrapper * {
    margin-left: 0 !important; }
  .timeline-wrapper .col-sm-10 {
    width: 100% !important; }
  .timeline-wrapper .semester ul {
    list-style: disc inside !important; }
  .timeline-wrapper .semester li {
    padding-left: 0 !important; }
  .block-teaser-carousel .portfolio-teaser {
    height: auto !important; }
  .block-factcolumns .container {
    border: none !important; }
  .block-factcolumns .col-sm-6 {
    width: 50% !important;
    float: left !important; }
  .block-rte ul {
    list-style: disc inside !important; }
  .filter_overzicht .filter-wrapper {
    display: none !important; }
  .filter_overzicht .filter-list > div {
    margin-bottom: 0 !important; }
  .is--out-view {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }
  [js-hook-inview] {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important; } }

.u-sticky--top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2; }

.u-sticky--bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 3; }

[js-hook-inview] {
  -webkit-transition: 600ms ease-out;
  -o-transition: 600ms ease-out;
  transition: 600ms ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }

.is--out-view {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0); }
  @media (min-width: 768px) {
    .is--out-view {
      -webkit-transform: translate3d(0, 75px, 0);
              transform: translate3d(0, 75px, 0); } }

[js-hook-objectfit-container] {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

[js-hook-objectfit-image] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none; }

abbr {
  cursor: help;
  text-decoration: none;
  position: relative; }
  abbr::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #000000; }

address {
  font-style: normal; }

a.btn,
input[type=submit],
input[type=button],
button {
  background-color: #D30F4C;
  color: #ffffff;
  padding: 10px 45px 12px 15px;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out; }
  a.btn:hover, a.btn:focus,
  input[type=submit]:hover,
  input[type=submit]:focus,
  input[type=button]:hover,
  input[type=button]:focus,
  button:hover,
  button:focus {
    cursor: pointer;
    background-color: #c50e47;
    color: #ffffff; }

a.btn {
  display: inline-block;
  padding: 10px 20px 12px 15px;
  font-weight: 400; }
  a.btn:after {
    content: '\e800';
    font-family: 'hr';
    margin-left: 20px;
    display: inline-block;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; }
  a.btn:hover:after, a.btn:focus:after {
    -ms-transform: translate(3px, 0);
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0); }

a.btn-light {
  color: #D30F4C;
  border: none;
  position: relative;
  padding-left: 20px;
  display: block;
  font-size: 18px;
  background-color: #F8F5EE !important; }
  a.btn-light::before {
    content: '\e800';
    font-family: 'hr';
    margin-right: 10px;
    position: absolute;
    top: 3px;
    left: 0; }
  a.btn-light:hover, a.btn-light:focus {
    color: #6E001C;
    cursor: pointer; }

input[type=submit],
input[type=button] {
  background-image: url("/images/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: right center; }
  input[type=submit].loading,
  input[type=button].loading {
    background-image: url("/images/loading-2.gif");
    background-size: 30px 30px; }

form fieldset {
  border: none;
  margin-bottom: 15px; }
  form fieldset legend {
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 25px 0; }

form .form-item {
  display: block;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden; }
  form .form-item.u-overflow--visible {
    overflow: visible; }
  form .form-item.border-bottom {
    border-bottom: 3px solid #D7D7D7;
    padding-bottom: 25px;
    margin-bottom: 25px; }

form .form-item__wrapper {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }

form .form-submit:disabled:hover, form .form-submit:disabled {
  background-color: #D7D7D7;
  cursor: initial; }

form .form-message {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 15px 0; }

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=date],
input[type=file],
textarea,
input.ui-autocomplete-input {
  background-color: #ffffff;
  border: 1px solid rgba(0, 30, 72, 0.2);
  border-radius: 4px;
  padding: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  width: 100%;
  -webkit-transition: border-color 150ms ease-in-out;
  -o-transition: border-color 150ms ease-in-out;
  transition: border-color 150ms ease-in-out; }
  input[type=text]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=date]:focus,
  input[type=file]:focus,
  textarea:focus,
  input.ui-autocomplete-input:focus {
    border: 1px solid #001E48; }

label {
  display: block;
  font-weight: 400;
  margin-bottom: 6px; }

input[type=radio],
input[type=checkbox] {
  margin-right: 15px;
  float: left; }

input[type=file] {
  border: none;
  line-height: 17px; }

input:required:invalid {
  background-image: url("/images/icon-invalid.png");
  background-repeat: no-repeat;
  background-position: right center; }

input:required:valid {
  background-image: url("/images/icon-valid.png");
  background-repeat: no-repeat;
  background-position: right center; }

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #001E48;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 27px;
      font-size: 1.6875rem; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 36px;
      font-size: 2.25rem; } }

h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #001E48;
  font-weight: 600;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 27px;
      margin-bottom: 15px; } }

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #001E48;
  font-weight: 600;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 27px;
      margin-bottom: 15px; } }

h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #001E48;
  font-weight: 600;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 27px;
      margin-bottom: 15px; } }

h5 {
  font-size: 16px;
  font-size: 1rem;
  color: #001E48;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    h5 {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 5px; } }

a {
  color: #001E48;
  border-bottom: 1px solid #D30F4C;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  a:hover, a:focus {
    color: #6E001C;
    border-bottom: 1px solid #D30F4C; }

.tag {
  display: inline-block;
  background: none; }
  .tag span {
    background: #00495F;
    color: #ffffff;
    display: inline-block;
    padding: 2px 7px;
    font-weight: 400;
    border-radius: 4px; }

.c-header {
  height: 75px;
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .c-header.fixed {
    position: fixed;
    background: #D30F4C; }
    .menu-open .c-header.fixed {
      background: #ffffff; }
  .c-header.header-hidden {
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  @media (max-width: 767px) {
    .c-header {
      padding: 0 15px; }
      .menu-open .c-header {
        background: #ffffff; } }
  @media (min-width: 768px) {
    .c-header {
      padding: 0 20px;
      height: 104px; }
      .c-header.fixed {
        height: 75px; } }
  .c-header.header--home .header__logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .c-header.header--home .header__link--toggle-nav {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto; }
    html.menu-open .c-header.header--home .header__link--toggle-nav {
      margin-left: 5px; }
  .c-header.header--home .header__link--toggle-search {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .c-header.header--home .header__link--toggle-login {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .c-header.header--home .header__link--language {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    html.menu-open .c-header.header--home .header__link--language {
      margin-left: auto; }
  .c-header:not(.header--home) .header__logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .c-header:not(.header--home) .header__link--toggle-nav {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .c-header:not(.header--home) .header__subnavigation {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .c-header:not(.header--home) .header__link--toggle-search {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    margin-left: auto; }
    html.menu-open .c-header:not(.header--home) .header__link--toggle-search {
      margin-left: 5px; }
  .c-header:not(.header--home) .header__link--toggle-login {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .c-header:not(.header--home) .header__link--language {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-left: 5px; }
    html.menu-open .c-header:not(.header--home) .header__link--language {
      margin-left: auto; }

.header__logo {
  border: none;
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__logo:hover {
    text-decoration: none;
    border: none; }
  .header__logo:focus {
    border-bottom: 1px solid #D30F4C; }
  .header__logo .header__logo-beeldmerk svg {
    height: 36px;
    width: 36px; }
  .header__logo .header__logo-text {
    display: none;
    margin-left: 16px; }
    @media (min-width: 768px) {
      .header--home .header__logo .header__logo-text {
        display: block; } }
  .menu-open:not(.logo--is-custom) .header__logo svg path {
    -webkit-transition: fill 200ms ease-in-out;
    -o-transition: fill 200ms ease-in-out;
    transition: fill 200ms ease-in-out; }
  .menu-open:not(.logo--is-custom) .header__logo svg path[fill="#FFFFFE"], .menu-open:not(.logo--is-custom) .header__logo svg path[fill="#FFFFFF"], .menu-open:not(.logo--is-custom) .header__logo svg path[fill="#FFF"],
  .menu-open:not(.logo--is-custom) .header__logo svg g[fill="#FFFFFE"],
  .menu-open:not(.logo--is-custom) .header__logo svg g[fill="#FFFFFF"],
  .menu-open:not(.logo--is-custom) .header__logo svg g[fill="#FFF"] {
    fill: #D30F4C; }
  .menu-open:not(.logo--is-custom) .header__logo svg path[fill="#C03"], .menu-open:not(.logo--is-custom) .header__logo svg path[fill="#CC0033"],
  .menu-open:not(.logo--is-custom) .header__logo svg g[fill="#C03"],
  .menu-open:not(.logo--is-custom) .header__logo svg g[fill="#CC0033"] {
    fill: #ffffff; }

.header__link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  white-space: nowrap;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 10px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  .header__link:hover, .header__link:focus,
  .menu-open .header__link {
    background: #ffffff;
    text-decoration: none;
    border: none;
    color: #D30F4C; }
  .menu-open .header__link:hover, .menu-open .header__link:focus {
    background: #F5F5F5; }
  .header__link:last-child {
    margin-right: 0; }
  .header__link .header__link-icon {
    line-height: 0; }
    @media (min-width: 768px) {
      .header__link .header__link-icon {
        margin-right: 8px; } }
  .header__link svg path {
    fill: currentColor; }
  .header__link.header__link--toggle-nav .header__link-icon {
    position: relative;
    width: 20px;
    height: 16px; }
    .header__link.header__link--toggle-nav .header__link-icon .header__link-icon--open,
    .header__link.header__link--toggle-nav .header__link-icon .header__link-icon--close {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: -webkit-transform 200ms ease-in-out;
      transition: -webkit-transform 200ms ease-in-out;
      -o-transition: transform 200ms ease-in-out;
      transition: transform 200ms ease-in-out;
      transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
    .header__link.header__link--toggle-nav .header__link-icon .header__link-icon--close {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    .menu-open .header__link.header__link--toggle-nav .header__link-icon .header__link-icon--open {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    .menu-open .header__link.header__link--toggle-nav .header__link-icon .header__link-icon--close {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .header__link.header__link--toggle-nav svg {
    height: 16px;
    width: 20px; }
  .header__link.header__link--toggle-search {
    margin-left: auto; }
    .header__link.header__link--toggle-search svg {
      height: 16px;
      width: 16px; }
    .header--home .header__link.header__link--toggle-search {
      margin-left: 5px; }
    .open-search .header__link.header__link--toggle-search {
      background: #ffffff;
      text-decoration: none;
      border: none;
      color: #D30F4C; }
  .header__link.header__link--toggle-login svg {
    height: 16px;
    width: 14px; }
  .open-login .header__link.header__link--toggle-login {
    background: #ffffff;
    text-decoration: none;
    border: none;
    color: #D30F4C; }
  .header__link.header__link--language {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 200ms linear 0ms;
    -o-transition: opacity 200ms linear 0ms;
    transition: opacity 200ms linear 0ms; }
    .menu-open .header__link.header__link--language {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 200ms linear 100ms;
      -o-transition: opacity 200ms linear 100ms;
      transition: opacity 200ms linear 100ms; }

.header__link-text {
  font-size: 15px;
  line-height: 16px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .header__link-text {
      display: none; }
      .header__link--language .header__link-text {
        display: block; } }

.header__subnavigation {
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }
  .menu-open .header__subnavigation {
    opacity: 0; }
  @media (max-width: 767px) {
    .header__subnavigation {
      position: absolute;
      top: 80px;
      width: calc( 100% - 30px);
      max-width: 480px; }
      .c-header.fixed .header__subnavigation {
        display: none; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .header__subnavigation {
      width: 260px;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      margin: 34px 0 0 10px; }
      .c-header.fixed .header__subnavigation {
        margin-top: 20px; } }

.header__inpagenavigation {
  position: absolute;
  z-index: 1;
  top: 75px;
  left: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }
  .c-header.fixed .header__inpagenavigation {
    visibility: visible; }
  .menu-open .header__inpagenavigation {
    opacity: 0; }

.nav-wrapper {
  position: fixed;
  z-index: 98;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  overflow-y: auto; }
  .menu-open .nav-wrapper {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .nav-wrapper > .container {
    position: relative; }
  .nav-wrapper .logo {
    height: 46px;
    width: 46px;
    margin-top: 15px;
    display: inline-block;
    float: left;
    background: url("../images/logo-mobile-red.svg");
    position: relative;
    z-index: 2; }
    .nav-wrapper .logo img {
      display: none; }
  .nav-wrapper a {
    border: none; }
  .nav-wrapper .inner {
    padding-top: 100px; }
  .nav-wrapper .main-menu {
    list-style: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear 0.4s;
    -o-transition: opacity 0.3s linear 0.4s;
    transition: opacity 0.3s linear 0.4s; }
    .menu-open .nav-wrapper .main-menu {
      opacity: 1; }
    .nav-wrapper .main-menu li {
      margin-left: 25px; }
      .nav-wrapper .main-menu li a.level-1 {
        font-size: 24px;
        font-size: 1.5rem;
        color: #696969;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 30px;
        padding: 15px 0;
        position: relative;
        display: block;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        @media (max-width: 768px) {
          .nav-wrapper .main-menu li a.level-1 span {
            display: block;
            padding-right: 50px; } }
        .nav-wrapper .main-menu li a.level-1 div.toggle-item {
          position: absolute;
          right: 20px;
          top: 0;
          height: 44px;
          width: 44px;
          display: block; }
          .nav-wrapper .main-menu li a.level-1 div.toggle-item:before {
            content: '\e800';
            font-family: 'hr';
            color: #D30F4C;
            position: absolute;
            height: 100%;
            width: 100%;
            line-height: 44px;
            display: block;
            text-align: center;
            font-size: 14px;
            font-size: 0.875rem;
            -ms-transform: rotate(90DEG);
            -webkit-transform: rotate(90DEG);
            transform: rotate(90DEG);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .nav-wrapper .main-menu li a.level-1:before {
          content: "";
          position: absolute;
          top: 0;
          left: -20px;
          display: block;
          height: 100%;
          width: 6px;
          background: #D30F4C;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
      .nav-wrapper .main-menu li ul.sub-menu {
        display: none;
        list-style: none; }
        .nav-wrapper .main-menu li ul.sub-menu li a {
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: 400;
          color: #696969;
          line-height: 42px;
          text-decoration: none; }
          .nav-wrapper .main-menu li ul.sub-menu li a:hover, .nav-wrapper .main-menu li ul.sub-menu li a:focus, .nav-wrapper .main-menu li ul.sub-menu li a.active {
            color: #000000; }
      .nav-wrapper .main-menu li.active a.level-1 {
        color: #000; }
        .nav-wrapper .main-menu li.active a.level-1:before {
          opacity: 1; }
      .nav-wrapper .main-menu li.active ul.sub-menu {
        display: block; }
      .nav-wrapper .main-menu li.separator {
        height: 20px; }
  @media (min-width: 768px) {
    .nav-wrapper {
      background: transparent;
      -webkit-transition: -webkit-transform .4s ease-in-out;
      transition: -webkit-transform .4s ease-in-out;
      -o-transition: transform .4s ease-in-out;
      transition: transform .4s ease-in-out;
      transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
      overflow: visible; }
      .nav-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 200%;
        background: #ffffff;
        -webkit-transform: skewX(35DEG);
            -ms-transform: skewX(35DEG);
                transform: skewX(35DEG);
        -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
                transform-origin: top left;
        -webkit-transition: left 200ms ease-in-out;
        -o-transition: left 200ms ease-in-out;
        transition: left 200ms ease-in-out; }
      .nav-wrapper .nav-container {
        display: table;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0; }
      .nav-wrapper .inner {
        display: table-cell;
        vertical-align: middle;
        padding: 0 50px; }
      .nav-wrapper .main-menu li {
        margin-left: 0; }
        .nav-wrapper .main-menu li a.level-1 {
          display: inline-block;
          line-height: 42px;
          font-size: 21px;
          font-size: 1.3125rem; }
          .nav-wrapper .main-menu li a.level-1:before {
            left: -30px; }
          .nav-wrapper .main-menu li a.level-1:after {
            display: none; }
          .nav-wrapper .main-menu li a.level-1 span.hover-animation:before {
            content: attr(data-hovertext);
            white-space: nowrap;
            display: block;
            width: 0;
            position: absolute;
            left: 0;
            top: 15px;
            color: #000;
            overflow: hidden;
            -webkit-transition: width 0.3s ease-in-out;
            -o-transition: width 0.3s ease-in-out;
            transition: width 0.3s ease-in-out; }
          .nav-wrapper .main-menu li a.level-1 div.toggle-item {
            display: none; }
        .nav-wrapper .main-menu li ul.sub-menu {
          display: none;
          position: absolute;
          top: 20%;
          left: 50%;
          width: 50%;
          min-height: 60%;
          padding-top: 12px;
          padding-bottom: 12px; }
          .nav-wrapper .main-menu li ul.sub-menu:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 3px;
            display: block;
            background: #D30F4C; }
          .nav-wrapper .main-menu li ul.sub-menu li {
            margin-left: 50px; }
            .nav-wrapper .main-menu li ul.sub-menu li a {
              line-height: 36px; }
              .nav-wrapper .main-menu li ul.sub-menu li a span.hover-animation {
                position: relative;
                display: inline-block;
                line-height: 36px; }
                .nav-wrapper .main-menu li ul.sub-menu li a span.hover-animation:before {
                  content: attr(data-hovertext);
                  white-space: nowrap;
                  display: block;
                  width: 0;
                  position: absolute;
                  left: 0;
                  top: 0;
                  line-height: 36px;
                  color: #000;
                  overflow: hidden;
                  -webkit-transition: width 0.3s ease-in-out;
                  -o-transition: width 0.3s ease-in-out;
                  transition: width 0.3s ease-in-out; }
              .nav-wrapper .main-menu li ul.sub-menu li a:hover {
                color: #696969; }
                .nav-wrapper .main-menu li ul.sub-menu li a:hover span.hover-animation:before {
                  width: 100%; }
        .nav-wrapper .main-menu li.active ul.sub-menu {
          display: none; }
        .nav-wrapper .main-menu li.hover a span.hover-animation:before {
          width: 100%; }
        .nav-wrapper .main-menu li.hover ul.sub-menu {
          display: block; }
      .menu-open .nav-wrapper:before {
        left: -100%; } }
  @media (min-width: 1024px) {
    .nav-wrapper {
      opacity: 1; }
      .nav-wrapper .main-menu {
        margin-left: 15%; }
      .nav-wrapper .logo {
        height: 36px;
        width: 354px;
        margin-top: 33px;
        background: url("../images/logo-red.svg"); }
        .nav-wrapper .logo.logo-en {
          height: 40px;
          background: url("../images/logo-en-red.svg");
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: top left; } }
  @media (min-width: 1280px) {
    .nav-wrapper .main-menu {
      margin-left: 20%; }
      .nav-wrapper .main-menu li a.level-1 {
        line-height: 48px;
        font-size: 24px;
        font-size: 1.5rem; } }

html.menu-open {
  height: 100%;
  overflow: hidden; }

.no-js .nav-wrapper {
  position: relative;
  opacity: 1;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  padding: 50px 0; }
  .no-js .nav-wrapper .toggle-navigation {
    display: none; }
  .no-js .nav-wrapper .main-menu li .sub-menu {
    top: 0; }
  .no-js .nav-wrapper .main-menu li.active .sub-menu {
    display: none; }
  .no-js .nav-wrapper .main-menu li:hover .sub-menu, .no-js .nav-wrapper .main-menu li:focus .sub-menu {
    display: block; }

.breadcrumb-share > .container {
  border-top: 1px solid rgba(0, 30, 72, 0.2);
  padding-top: 18px; }
  .breadcrumb-share > .container .row {
    position: relative; }

.breadcrumb-share span {
  color: #001E48;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }

.breadcrumb-share a {
  color: #001E48; }
  .breadcrumb-share a:hover, .breadcrumb-share a:focus {
    color: #6E001C; }
    .breadcrumb-share a:hover span, .breadcrumb-share a:focus span {
      color: #6E001C; }

.breadcrumb-share .breadcrumb {
  display: none; }

.breadcrumb-share .share {
  padding-left: 15px;
  width: 100%; }
  .breadcrumb-share .share span {
    margin-right: 15px; }
  .breadcrumb-share .share > a {
    text-decoration: none;
    border: none;
    font-size: 22px;
    font-size: 1.375rem; }
  @media (max-width: 767px) {
    .breadcrumb-share .share {
      display: block; }
      .breadcrumb-share .share span {
        display: block;
        margin-bottom: 10px; }
      .breadcrumb-share .share > a {
        display: inline-block; } }
  @media (min-width: 768px) {
    .breadcrumb-share .share {
      display: table; }
      .breadcrumb-share .share > a {
        display: table-cell; } }

@media (min-width: 768px) {
  .breadcrumb-share .breadcrumb {
    display: block; }
    .breadcrumb-share .breadcrumb ol {
      list-style: none; }
      .breadcrumb-share .breadcrumb ol li {
        float: left; }
    .breadcrumb-share .breadcrumb a {
      text-decoration: none;
      border: none; }
      .breadcrumb-share .breadcrumb a:after {
        content: "\e800";
        font-family: "hr";
        margin: 0 10px;
        font-size: 11px; }
  .breadcrumb-share .share {
    float: right;
    margin-left: 0;
    display: inline-block;
    width: auto;
    position: absolute;
    top: -55px;
    right: 0; }
    .breadcrumb-share .share > a {
      display: inline-block;
      font-size: 16px;
      font-size: 1rem;
      padding-right: 6px; } }

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  position: relative;
  overflow: hidden; }
  footer .payoff {
    display: block;
    margin-bottom: 15px; }
  footer ul.footer-navigation {
    list-style: none;
    margin: 0 0 20px 0; }
    footer ul.footer-navigation li {
      display: inline-block;
      margin-bottom: 10px; }
      footer ul.footer-navigation li a {
        color: #001E48;
        text-decoration: none;
        border-bottom: 1px solid #001E48; }
        footer ul.footer-navigation li a:hover, footer ul.footer-navigation li a:focus {
          border-bottom: 1px solid #D30F4C; }
      footer ul.footer-navigation li:after {
        content: '-';
        margin: 0 10px; }
      footer ul.footer-navigation li:last-child:after {
        display: none; }
  footer ul.socials {
    list-style: none;
    margin-bottom: 30px; }
    footer ul.socials li {
      display: inline-block; }
      footer ul.socials li a {
        color: #001E48;
        width: 30px;
        display: block;
        text-align: center;
        border: none; }
        footer ul.socials li a svg {
          height: 18px;
          width: 18px; }
          footer ul.socials li a svg path {
            fill: #001E48;
            -webkit-transition: fill 200ms ease-in-out;
            -o-transition: fill 200ms ease-in-out;
            transition: fill 200ms ease-in-out; }
        footer ul.socials li a:hover svg path, footer ul.socials li a:focus svg path {
          fill: #6E001C; }
      footer ul.socials li:last-child {
        margin-left: 5px; }
  footer .copyright {
    display: block;
    color: #001E48;
    font-size: 14px; }
  @media (min-width: 768px) {
    footer {
      padding-top: 40px;
      padding-bottom: 40px; }
      footer ul.footer-navigation {
        margin-bottom: 10px; }
        footer ul.footer-navigation li {
          margin-bottom: 0; }
      footer ul.socials {
        margin-bottom: 15px; }
      footer .payoff {
        float: right; } }
  @media (min-width: 1024px) {
    footer {
      padding-top: 50px;
      padding-bottom: 50px; } }

aside.intro_cta {
  position: relative;
  z-index: 9; }
  aside.intro_cta > div:not(.m-cta) {
    margin: 0 !important; }
    aside.intro_cta > div:not(.m-cta):after {
      display: none; }
  aside.intro_cta .image {
    display: none;
    padding: 0; }
    aside.intro_cta .image img {
      margin: 0;
      overflow: hidden;
      width: 100%;
      float: left; }
  @media (min-width: 768px) {
    aside.intro_cta {
      height: 0; }
      aside.intro_cta .image {
        display: block; }
      aside.intro_cta .blue.no-link {
        min-height: auto !important;
        padding-bottom: 20px !important; } }
  @media (min-width: 1024px) {
    aside.intro_cta {
      padding-left: 25px; } }

.fc {
  direction: ltr;
  text-align: left; }

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 4px; }

.fc-rtl .fc-popover .fc-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-mirror-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to timegrid/daygrid */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8; }

.fc-event,
.fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25; }

/* Event Dragging
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-dragging.fc-selected {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75; }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */ }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3; }

/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/
@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fc-icon-chevron-left:before {
  content: ""; }

.fc-icon-chevron-right:before {
  content: ""; }

.fc-icon-chevrons-left:before {
  content: ""; }

.fc-icon-chevrons-right:before {
  content: ""; }

.fc-icon-minus-square:before {
  content: ""; }

.fc-icon-plus-square:before {
  content: ""; }

.fc-icon-x:before {
  content: ""; }

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center; }

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/
/* reset */
.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

.fc-button {
  -webkit-appearance: button; }

.fc-button:not(:disabled) {
  cursor: pointer; }

.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* theme */
.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em; }

.fc-button:hover {
  color: #212529;
  text-decoration: none; }

.fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25); }

.fc-button:disabled {
  opacity: 0.65; }

/* "primary" coloring */
.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50; }

.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f; }

.fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); }

.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50; }

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27; }

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); }

/* icons within buttons */
.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle; }

.fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto; }

.fc-button-group > .fc-button:hover {
  z-index: 1; }

.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1; }

.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px; }

.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em; }

/* inner content */
.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em; }

.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-view-container {
  position: relative; }

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

@media print {
  .fc {
    max-width: 100% !important; }
  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid; }
  .fc-event .fc-resizer {
    display: none; }
  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc th,
  .fc td,
  .fc hr,
  .fc thead,
  .fc tbody,
  .fc-row {
    border-color: #ccc !important;
    background: #fff !important; }
  /* kill the overlaid, absolutely-positioned components */
  /* common... */
  .fc-bg,
  .fc-bgevent-skeleton,
  .fc-highlight-skeleton,
  .fc-mirror-skeleton,
  .fc-bgevent-container,
  .fc-business-container,
  .fc-highlight-container,
  .fc-mirror-container {
    display: none; }
  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */ }
  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */ }
  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */ }
  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em; }
  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
  .fc-more {
    display: none !important; }
  .fc tr.fc-limited {
    display: table-row !important; }
  .fc td.fc-limited {
    display: table-cell !important; }
  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */ }
  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important; }
  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-timeGrid-view .fc-axis {
    display: none; }
  /* don't display the horizontal lines */
  .fc-slats,
  .fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */ }
  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static; }
  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em; }
  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important; }
  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important; }
  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important; }
  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "..."; }
  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important; }
  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "..."; }
  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important; }
  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none; }
  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full); }
  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
  .fc-day-grid-container,
  .fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important; }
  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important; }
  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  .fc-button-group,
  .fc button {
    display: none;
    /* don't display any button-related controls */ } }

/* DayGridView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 2px; }

.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-dayGrid-view td.fc-week-number {
  text-align: center; }

.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* TimeGridView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-timeGrid-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-timeGrid-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> TimeGridView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-mirror-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  margin-bottom: 1px; }

.fc-time-grid-event-inset {
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff; }

.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  max-height: 100%; }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.c-event-modal.mfp-bg {
  background-color: rgba(0, 0, 0, 0.05); }

.c-event-modal .mfp-content {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9f6f0;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .c-event-modal .mfp-content {
      padding: 40px 50px 50px; } }

.c-event-modal.mfp-close-btn-in .mfp-close {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  color: #001E48;
  line-height: 0; }
  .c-event-modal.mfp-close-btn-in .mfp-close svg {
    pointer-events: none;
    width: 18px;
    height: 18px; }
  @media (min-width: 768px) {
    .c-event-modal.mfp-close-btn-in .mfp-close {
      top: 10px;
      right: 10px; } }

.event-modal__header {
  text-align: center;
  font-weight: 400;
  line-height: 1; }

.event-modal__header-weekday {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.05em; }

.event-modal__header-monthday {
  font-size: 24px;
  color: #D30F4C; }

.event-modal__description {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .event-modal__description {
      margin-top: 30px;
      margin-bottom: 50px; } }

.event-modal__event-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .event-modal__event-holder {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .event-modal__event-holder .fc-event {
    margin-bottom: 20px;
    min-height: 150px; }
    @media (min-width: 768px) {
      .event-modal__event-holder .fc-event {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 5px;
        margin-right: 5px; } }
    .event-modal__event-holder .fc-event .event__title {
      white-space: normal; }

.calendar__loading {
  z-index: 3;
  min-height: 200px;
  padding: 50px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .calendar__loading h3 {
    margin-bottom: 20px;
    font-weight: 400; }
  .calendar__loading--is-loaded .calendar__loading {
    display: none; }

@-webkit-keyframes loading-dot-animation {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); } }

@keyframes loading-dot-animation {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); } }

.calendar__loading-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .calendar__loading-dots span {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #D30F4C;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    -webkit-animation: loading-dot-animation 600ms infinite alternate ease;
            animation: loading-dot-animation 600ms infinite alternate ease; }
    .calendar__loading-dots span:nth-child(1) {
      -webkit-animation-delay: 0ms;
              animation-delay: 0ms; }
    .calendar__loading-dots span:nth-child(2) {
      -webkit-animation-delay: 150ms;
              animation-delay: 150ms; }
    .calendar__loading-dots span:nth-child(3) {
      -webkit-animation-delay: 300ms;
              animation-delay: 300ms; }

/**
 * Header
 */
.calendar__header {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .calendar__header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 30px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .calendar__loading--is-loaded .calendar__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.calendar__header-months-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px; }

.calendar__header-month-button {
  padding: 12px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  border-radius: 40px;
  line-height: 1;
  color: #001E48;
  background-color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500; }
  .calendar__header-month-button:not(:last-child) {
    margin-right: 10px; }

.calendar__header-month-button--is-active {
  background-color: #D30F4C;
  color: #ffffff; }

.calendar__header-navigation-filter-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .calendar__header-navigation-filter-holder {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 0;
      width: 100%; } }

.calendar__header-filter {
  position: relative; }
  @media (max-width: 768px) {
    .calendar__header-filter {
      width: 100%; } }
  .calendar__header-filter select {
    padding: 12px 20px;
    background-color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 16px;
    border-radius: 40px;
    line-height: 1;
    border: 0;
    padding-right: 50px;
    font-weight: 500; }
    .calendar__header-filter select::-ms-expand {
      display: none; }
    .calendar__header-filter select option {
      font-weight: 400; }
    .calendar__header-filter select:focus {
      outline: none;
      -webkit-box-shadow: 0 0 0 2px #001E48;
              box-shadow: 0 0 0 2px #001E48; }
  .calendar__header-filter .icon-arrow {
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(90deg) translateX(-50%);
        -ms-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%); }
    .calendar__header-filter .icon-arrow::before {
      margin: 0; }

.calendar__header-navigation-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 768px) {
    .calendar__header-navigation-button-holder {
      position: absolute;
      left: 0;
      bottom: -72px;
      width: 100%;
      z-index: 2;
      margin-bottom: 0; } }

.calendar__header-navigation-button {
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  height: 40px;
  width: 40px;
  background-color: #001E48;
  border-radius: 40px;
  line-height: 1; }
  .calendar__header-navigation-button:not(:last-child) {
    margin-right: 10px; }
  .calendar__header-navigation-button[disabled] {
    opacity: 0.5;
    pointer-events: none; }

.calendar__header-navigation-button--prev .icon-arrow::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.calendar__slot-header {
  text-align: center;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 30px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 30, 72, 0.1) !important; }

.calendar__slot-header-weekday {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.05em; }

.calendar__slot-header-monthday {
  font-size: 24px;
  color: #D30F4C; }

.fc-event {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  color: #001E48;
  padding: 10px;
  margin-left: 1px;
  margin-right: 1px; }
  .fc-event:hover {
    border: 0;
    color: inherit; }
    .fc-event:hover .event__title {
      color: #D30F4C; }
  .fc-event.fc-time-grid-event-inset .event__title {
    overflow: hidden;
    max-width: 100%;
    min-width: 0;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.event__title {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .event__title {
      overflow: hidden;
      max-width: 100%;
      min-width: 0;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }

.event__footer {
  font-size: 14px;
  margin-top: auto;
  color: #667891; }

.event--multiple {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer; }
  .event--multiple:hover, .event--multiple:focus {
    background-color: white;
    color: inherit;
    border: 0; }

.event__multiple-count {
  font-size: 16px;
  font-size: 1rem;
  color: #D30F4C;
  font-weight: 500;
  overflow: hidden;
  max-width: 100%;
  min-width: 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.event__multiple-text {
  font-size: 14px;
  color: #667891;
  -webkit-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  overflow: hidden;
  max-width: 100%;
  min-width: 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .event--multiple:hover .event__multiple-text {
    color: #001E48; }

a.fc-time-grid-event {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.calendar__toggle {
  position: relative; }
  .calendar__toggle::after {
    display: none;
    content: '';
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15em;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 245, 238, 0)), color-stop(80%, #f8f5ee), to(#f8f5ee));
    background: -o-linear-gradient(top, rgba(248, 245, 238, 0) 0%, #f8f5ee 80%, #f8f5ee 100%);
    background: linear-gradient(to bottom, rgba(248, 245, 238, 0) 0%, #f8f5ee 80%, #f8f5ee 100%);
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out; }
  .calendar__toggle.calendar__toggle--is-open::after {
    opacity: 0; }
  .calendar__loading--is-loaded .calendar__toggle::after {
    display: block; }

.calendar__toggle-content {
  max-height: 66em;
  overflow: hidden;
  -webkit-transition: max-height 500ms ease-in-out;
  -o-transition: max-height 500ms ease-in-out;
  transition: max-height 500ms ease-in-out; }
  .calendar__toggle--is-open .calendar__toggle-content {
    max-height: 90em; }

.calendar__toggle-button-holder {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 2;
  opacity: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: color 100ms ease-in-out, background-color 100ms ease-in-out, opacity 400ms ease-in-out;
  -o-transition: color 100ms ease-in-out, background-color 100ms ease-in-out, opacity 400ms ease-in-out;
  transition: color 100ms ease-in-out, background-color 100ms ease-in-out, opacity 400ms ease-in-out; }
  .calendar__toggle--is-open .calendar__toggle-button-holder {
    opacity: 0;
    pointer-events: none; }
  .calendar__loading--is-loaded .calendar__toggle-button-holder {
    display: block; }

.calendar__toggle-button {
  border-radius: 24px;
  padding: 12px 30px;
  font-weight: 500; }

.calendar__view .fc-time-grid .fc-slats td {
  height: 2.5em; }

.calendar__view .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2px; }

.calendar__view .fc-view-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.calendar__view .fc-scroller {
  overflow: visible !important;
  height: auto !important; }

.calendar__view .fc-head-container {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important; }

.calendar__view .fc-axis {
  width: 55px !important; }

.calendar__view .fc-bg .responsive-table {
  height: 100%; }
  .calendar__view .fc-bg .responsive-table div {
    height: 100%; }

.calendar__view .fc-bg .fc-axis {
  border-right-color: transparent; }

.calendar__view .fc-bg .fc-day:nth-child(2) {
  border-left-color: transparent; }

.calendar__view .responsive-table {
  margin-bottom: 0; }
  .calendar__view .responsive-table th,
  .calendar__view .responsive-table td {
    padding-right: 0;
    border-color: rgba(0, 30, 72, 0.1); }
  .calendar__view .responsive-table td {
    padding-top: 0;
    padding-bottom: 0; }

.calendar__view .fc-content-skeleton td {
  border-color: transparent !important; }

.calendar__view .fc-widget-header.fc-axis {
  border-right: 0; }
  @media (max-width: 767px) {
    .calendar__view .fc-widget-header.fc-axis {
      display: none; } }

.calendar__view .fc-widget-header.fc-row {
  border: 0; }

.calendar__view .fc-widget-header.fc-divider {
  display: none; }

.calendar__view .fc-widget-header.fc-head-container,
.calendar__view .fc-widget-header.fc-head-container th {
  padding-top: 0;
  padding-bottom: 0; }

.calendar__view .fc-widget-header.fc-head-container {
  border-top: 0;
  text-align: center; }

.calendar__view .fc-day-header:nth-child(2) {
  border-left-color: transparent !important; }

.calendar__view .fc-day-header:last-child {
  border-right-color: transparent !important; }

.calendar__view .fc-body > tr > .fc-widget-content {
  padding: 0;
  border: 0 !important; }

.calendar__view .fc-body .fc-today {
  background-color: transparent; }

.calendar__view .fc-body .fc-slats .fc-minor td {
  border-color: transparent; }

.calendar__view .fc-body .fc-slats .fc-time {
  padding-top: 0;
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-color: transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .calendar__view .fc-body .fc-slats .fc-time span {
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em; }

.calendar__view .fc-day-grid .fc-content-skeleton {
  padding-bottom: 1px !important; }

.calendar__view .fc-day-grid .fc-axis {
  opacity: 0; }

.calendar__view .fc-day-grid .fc-bg table {
  border-collapse: separate; }

.calendar__view .fc-day-grid .fc-bg .fc-day {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(0, 30, 72, 0.1); }
  .calendar__view .fc-day-grid .fc-bg .fc-day:nth-child(n+3) {
    border-left: 1px solid rgba(0, 30, 72, 0.1); }

#cookiewarning {
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-top: 1px solid #F5F5F5;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 300ms ease-in;
  transition: -webkit-transform 300ms ease-in;
  -o-transition: transform 300ms ease-in;
  transition: transform 300ms ease-in;
  transition: transform 300ms ease-in, -webkit-transform 300ms ease-in; }
  #cookiewarning.cookie-bar--is-visible {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  #cookiewarning p {
    display: inline-block; }
  #cookiewarning span {
    padding: 10px 0;
    display: inline-block; }
    #cookiewarning span a {
      color: #ffffff;
      text-decoration: underline; }
      #cookiewarning span a:focus {
        border: 1px solid #D30F4C; }
  #cookiewarning button.btn,
  #cookiewarning a.btn {
    width: auto;
    font-size: 14px;
    padding: 5px 15px;
    margin-left: 10px;
    text-transform: none; }
    #cookiewarning button.btn:after,
    #cookiewarning a.btn:after {
      display: none; }
    #cookiewarning button.btn:hover, #cookiewarning button.btn:focus,
    #cookiewarning a.btn:hover,
    #cookiewarning a.btn:focus {
      border-bottom: none; }

.cookie-container {
  position: relative; }

.cookie-warning-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  background: #D7D7D7;
  text-align: center; }
  .cookie-warning-content h2 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: normal;
    margin-bottom: 25px; }

.c-cookie-form .checkbox__label {
  margin-bottom: 1.5rem; }

.c-cookie-form .c-button--primary {
  margin-top: 1.5rem; }

.article-header {
  padding-top: 160px;
  position: relative; }
  .article-header > .container {
    position: relative;
    z-index: 8; }
  .article-header span.boventitel {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    color: #ffffff; }
  .article-header h1 {
    color: #ffffff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
  .article-header div.subtitle {
    margin-bottom: 20px; }
    .article-header div.subtitle span {
      font-size: 16px;
      font-size: 1rem;
      line-height: 25px;
      display: inline;
      background: #6E001C;
      color: #ffffff;
      border-radius: 4px;
      font-weight: 400;
      padding: 1px 7px; }
    .article-header div.subtitle .subtitle__icon {
      background: transparent;
      line-height: 20px;
      font-size: 16px;
      padding: 0;
      display: inline-block;
      margin-right: -5px; }
  .article-header .publisheddate {
    color: white;
    font-weight: 600;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
  .article-header.article-header-small .publisheddate {
    color: #999999;
    font-weight: 400;
    text-shadow: none; }
  .article-header .pagetitle {
    height: 200px; }
  .article-header .header-img {
    height: 360px;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    overflow: hidden;
    background: #696969; }
    .article-header .header-img .header-img-container:after {
      content: "";
      position: absolute;
      z-index: 7;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.1); }
    .article-header .header-img .header-img-container:before {
      content: "";
      position: absolute;
      z-index: 7;
      height: 50%;
      width: 100%;
      top: 0;
      left: 0;
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(rgba(0, 0, 0, 0.2), transparent);
      /* For Opera 11.1 to 12.0 */
      /* For Firefox 3.6 to 15 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent));
      background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
      /* Standard syntax */ }
    .article-header .header-img .bg-img {
      background-size: cover;
      background-position: center center;
      position: absolute;
      z-index: 6;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
      .article-header .header-img .bg-img:after {
        content: "";
        position: absolute;
        z-index: 7;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.1); }
      .article-header .header-img .bg-img:before {
        content: "";
        position: absolute;
        z-index: 7;
        height: 50%;
        width: 100%;
        top: 0;
        left: 0;
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(0, 0, 0, 0.2), transparent);
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent));
        background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
        /* Standard syntax */ }
      .article-header .header-img .bg-img img {
        display: none; }
  .article-header.article-header-small:before {
    content: "";
    position: absolute;
    height: 130px;
    width: 100%;
    top: 0;
    left: 0;
    background: #D30F4C; }
  .article-header.article-header-small .pagetitle {
    height: auto; }
  .article-header.article-header-small h1 {
    color: #000000;
    text-shadow: none; }
  .article-header.article-header-small span.boventitel {
    color: #000000; }
  @media (min-width: 768px) {
    .article-header {
      padding-top: 170px; }
      .article-header span.boventitel {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 32px;
        margin-bottom: 5px; }
      .article-header div.subtitle span {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 30px; }
      .article-header .pagetitle {
        height: 250px; }
      .article-header .header-img {
        height: 420px; }
      .article-header.article-header-small {
        padding-top: 170px; }
        .article-header.article-header-small:before {
          height: 104px; } }
  @media (min-width: 1024px) {
    .article-header {
      padding-top: 215px; }
      .article-header span.boventitel {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 42px; }
      .article-header .pagetitle {
        height: 305px; }
      .article-header .header-img {
        height: 520px; } }

.article-header-home {
  margin-bottom: 35px; }
  .article-header-home .home-carousel {
    position: relative;
    height: 450px;
    width: 100%; }
    .article-header-home .home-carousel .owl-item {
      height: 450px;
      position: relative; }
      .article-header-home .home-carousel .owl-item .slide-img {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        overflow: hidden; }
        .article-header-home .home-carousel .owl-item .slide-img img.is--out-view {
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
          opacity: 1; }
      .article-header-home .home-carousel .owl-item .bg-img {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background-size: cover;
        background-position: center center;
        -webkit-transform: scale(1) rotate(0.01DEG);
            -ms-transform: scale(1) rotate(0.01DEG);
                transform: scale(1) rotate(0.01DEG);
        -webkit-transition: -webkit-transform 8s linear;
        transition: -webkit-transform 8s linear;
        -o-transition: transform 8s linear;
        transition: transform 8s linear;
        transition: transform 8s linear, -webkit-transform 8s linear; }
        .article-header-home .home-carousel .owl-item .bg-img:after {
          content: "";
          position: absolute;
          z-index: 7;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.2); }
        .article-header-home .home-carousel .owl-item .bg-img:before {
          content: "";
          position: absolute;
          z-index: 7;
          height: 50%;
          width: 100%;
          top: 0;
          left: 0;
          /* For Safari 5.1 to 6.0 */
          background: -o-linear-gradient(rgba(0, 0, 0, 0.1), transparent);
          /* For Opera 11.1 to 12.0 */
          /* For Firefox 3.6 to 15 */
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(transparent));
          background: linear-gradient(rgba(0, 0, 0, 0.1), transparent);
          /* Standard syntax */ }
      .article-header-home .home-carousel .owl-item .content {
        position: relative;
        z-index: 2;
        padding-top: 110px;
        opacity: 0;
        -webkit-transform: translate(0, 50px);
            -ms-transform: translate(0, 50px);
                transform: translate(0, 50px);
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: opacity 1s, -webkit-transform 1s;
        -o-transition: opacity 1s, transform 1s;
        transition: opacity 1s, transform 1s;
        transition: opacity 1s, transform 1s, -webkit-transform 1s; }
      .article-header-home .home-carousel .owl-item h1 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 42px;
        text-shadow: none;
        margin-bottom: 40px;
        font-weight: 400;
        color: #ffffff; }
        .article-header-home .home-carousel .owl-item h1 strong {
          font-weight: 700; }
      .article-header-home .home-carousel .owl-item a.btn {
        margin-bottom: 10px;
        margin-right: 5px;
        display: inline-block;
        float: left;
        padding: 15px 20px 15px 20px;
        font-weight: 400;
        font-size: 18px;
        font-size: 1.125rem;
        border-radius: 5px; }
      .article-header-home .home-carousel .owl-item.active .bg-img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .article-header-home .home-carousel .owl-item.active .content {
        opacity: 1;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    .article-header-home .home-carousel .owl-controls {
      position: absolute;
      bottom: 110px;
      left: 20px; }
      .article-header-home .home-carousel .owl-controls .owl-dots .owl-dot {
        height: 12px;
        width: 12px;
        display: block;
        border-radius: 6px;
        background: transparent;
        border: 2px solid #ffffff;
        margin-right: 12px;
        float: left; }
        .article-header-home .home-carousel .owl-controls .owl-dots .owl-dot.active {
          background: #ffffff; }
  .article-header-home .home-cards {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: -100px;
    padding: 120px 0 0 0;
    z-index: 2; }
    .article-header-home .home-cards .teaser {
      padding: 20px;
      height: 165px;
      border-bottom: none;
      margin-bottom: 7px; }
      .article-header-home .home-cards .teaser:after {
        display: none; }
      .article-header-home .home-cards .teaser.yellow {
        background: #FFB910; }
      .article-header-home .home-cards .teaser.red {
        background: #D30F4C;
        color: #ffffff; }
      .article-header-home .home-cards .teaser.blue {
        background: #0199FF;
        color: #ffffff; }
      .article-header-home .home-cards .teaser.teaser-home-image, .article-header-home .home-cards .teaser.teaser-home-image {
        color: #ffffff; }
        .article-header-home .home-cards .teaser.teaser-home-image h1, .article-header-home .home-cards .teaser.teaser-home-image h1 {
          color: #ffffff; }
        .article-header-home .home-cards .teaser.teaser-home-image .teaser-image, .article-header-home .home-cards .teaser.teaser-home-image .teaser-image {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; }
          .article-header-home .home-cards .teaser.teaser-home-image .teaser-image .bg-img, .article-header-home .home-cards .teaser.teaser-home-image .teaser-image .bg-img {
            height: 100%;
            width: 100%;
            background-size: cover;
            background-position: center center;
            -webkit-transition: -webkit-transform 2s;
            transition: -webkit-transform 2s;
            -o-transition: transform 2s;
            transition: transform 2s;
            transition: transform 2s, -webkit-transform 2s; }
            .article-header-home .home-cards .teaser.teaser-home-image .teaser-image .bg-img:before, .article-header-home .home-cards .teaser.teaser-home-image .teaser-image .bg-img:before {
              content: "";
              position: absolute;
              z-index: 2;
              height: 100%;
              width: 100%;
              top: 0;
              left: 0;
              background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.45)), color-stop(31%, rgba(0, 0, 0, 0)));
              background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 3%, rgba(0, 0, 0, 0) 31%);
              background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 3%, rgba(0, 0, 0, 0) 31%); }
            .article-header-home .home-cards .teaser.teaser-home-image .teaser-image .bg-img:after, .article-header-home .home-cards .teaser.teaser-home-image .teaser-image .bg-img:after {
              content: "";
              position: absolute;
              z-index: 2;
              height: 100%;
              width: 100%;
              bottom: 0;
              left: 0;
              background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0.35)), color-stop(55%, rgba(0, 0, 0, 0)));
              background: -o-linear-gradient(top, rgba(0, 0, 0, 0.35) 25%, rgba(0, 0, 0, 0) 55%);
              background: linear-gradient(-180deg, rgba(0, 0, 0, 0.35) 25%, rgba(0, 0, 0, 0) 55%); }
        .article-header-home .home-cards .teaser.teaser-home-image p.teaser-text, .article-header-home .home-cards .teaser.teaser-home-image p.teaser-text {
          color: #fff; }
      .article-header-home .home-cards .teaser .teaser-content {
        position: relative;
        z-index: 2;
        height: 100%;
        width: 100%;
        padding: 0 0 30px 0; }
        .article-header-home .home-cards .teaser .teaser-content a {
          height: 100%;
          width: 100%; }
        .article-header-home .home-cards .teaser .teaser-content h1 {
          font-size: 21px;
          line-height: 27px;
          font-weight: 400;
          margin-bottom: 15px;
          -webkit-hyphens: auto;
              -ms-hyphens: auto;
                  hyphens: auto;
          word-break: break-word;
          color: currentColor; }
        .article-header-home .home-cards .teaser .teaser-content p {
          display: none;
          font-weight: 400; }
        .article-header-home .home-cards .teaser .teaser-content .link-text {
          position: absolute;
          bottom: 0;
          left: 0;
          font-weight: 700;
          font-size: 18px;
          font-size: 1.125rem; }
          .article-header-home .home-cards .teaser .teaser-content .link-text:after {
            content: '\e800';
            font-family: 'hr';
            margin-left: 10px;
            display: inline-block;
            -webkit-transition: -webkit-transform .2s;
            transition: -webkit-transform .2s;
            -o-transition: transform .2s;
            transition: transform .2s;
            transition: transform .2s, -webkit-transform .2s; }
  @media (min-width: 768px) {
    .article-header-home .home-carousel {
      height: 550px; }
      .article-header-home .home-carousel .owl-item {
        height: 550px; }
        .article-header-home .home-carousel .owl-item .content {
          padding-top: 150px;
          -webkit-transform: translate(0, 75px);
              -ms-transform: translate(0, 75px);
                  transform: translate(0, 75px); }
        .article-header-home .home-carousel .owl-item h1 {
          font-size: 36px;
          font-size: 2.25rem;
          line-height: 48px; }
        .article-header-home .home-carousel .owl-item .inner {
          width: 40%; }
          .article-header-home .home-carousel .owl-item .inner.text-right {
            margin-left: 60%; }
    .article-header-home .home-cards {
      margin-top: -100px;
      padding: 50px 0 20px; }
      .article-header-home .home-cards .teaser {
        height: 300px;
        overflow: hidden;
        position: relative;
        -webkit-transition: background 0.1s ease-in-out;
        -o-transition: background 0.1s ease-in-out;
        transition: background 0.1s ease-in-out; }
        .article-header-home .home-cards .teaser .teaser-content h1 {
          font-size: 24px;
          line-height: 36px; }
        .article-header-home .home-cards .teaser .teaser-content p {
          display: block;
          font-size: 18px;
          font-size: 1.125rem; }
        .article-header-home .home-cards .teaser:hover.yellow {
          background: #f6ae00; }
        .article-header-home .home-cards .teaser:hover.red {
          background: #bb0d43; }
        .article-header-home .home-cards .teaser:hover.blue {
          background: #008ae7; }
        .article-header-home .home-cards .teaser:hover .bg-img {
          -webkit-transform: scale(1.1) rotate(0.01DEG);
              -ms-transform: scale(1.1) rotate(0.01DEG);
                  transform: scale(1.1) rotate(0.01DEG); }
        .article-header-home .home-cards .teaser:hover .teaser-content .link-text:after {
          -webkit-transform: translate(5px, 0);
              -ms-transform: translate(5px, 0);
                  transform: translate(5px, 0); } }
  @media (min-width: 1024px) {
    .article-header-home .home-carousel {
      height: 600px; }
      .article-header-home .home-carousel .owl-item {
        height: 600px; }
        .article-header-home .home-carousel .owl-item h1 {
          font-size: 42px;
          font-size: 2.625rem;
          line-height: 58px; }
        .article-header-home .home-carousel .owl-item .content {
          padding-top: 160px; }
    .article-header-home .home-cards {
      margin-top: -170px;
      padding: 90px 0 40px; }
      .article-header-home .home-cards .teaser {
        height: 380px;
        padding: 35px 25px; }
        .article-header-home .home-cards .teaser .teaser-content h1 {
          font-size: 27px;
          line-height: 42px; } }
  @media (min-width: 1280px) {
    .article-header-home .home-carousel {
      height: 700px; }
      .article-header-home .home-carousel .owl-item {
        height: 700px; }
        .article-header-home .home-carousel .owl-item h1 {
          font-size: 48px;
          font-size: 3rem;
          line-height: 67px; }
        .article-header-home .home-carousel .owl-item .content {
          padding-top: 170px; }
    .article-header-home .home-cards {
      margin-top: -200px; }
      .article-header-home .home-cards .card {
        height: 380px; } }

.article-content {
  padding-top: 0;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .article-content {
      padding-top: 0;
      padding-bottom: 80px; } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }
  .owl-carousel .owl-item.active {
    opacity: 1; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.toggle-content {
  border-top: 1px solid rgba(0, 30, 72, 0.2);
  border-bottom: 1px solid rgba(0, 30, 72, 0.2);
  margin-top: 20px;
  position: relative; }
  .toggle-content .toggle {
    margin-bottom: 0;
    padding: 10px 35px 10px 0;
    cursor: pointer;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    background: none;
    color: #001E48;
    text-align: left;
    position: relative; }
    .toggle-content .toggle:after {
      content: '\e808';
      font-family: 'hr';
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      color: #6E001C; }
  .toggle-content div.content {
    display: none; }
  .toggle-content.open .toggle:after {
    content: '\e809'; }
  .toggle-content + .toggle-content {
    margin-top: 0;
    border-top: none; }
  .toggle-content + p {
    margin-top: 30px; }
  .accordion__content .toggle-content,
  .toggle-content .toggle-content {
    border-top: 0;
    border-bottom: 0;
    background: #ffffff;
    border-radius: 4px; }
    .accordion__content .toggle-content + .toggle-content,
    .toggle-content .toggle-content + .toggle-content {
      margin-top: 10px; }
    .accordion__content .toggle-content .toggle,
    .toggle-content .toggle-content .toggle {
      padding: 10px 35px 10px 15px; }
    .accordion__content .toggle-content div.content,
    .toggle-content .toggle-content div.content {
      padding: 15px; }
      .accordion__content .toggle-content div.content *:last-child,
      .toggle-content .toggle-content div.content *:last-child {
        margin-bottom: 0; }
  @media (min-width: 1024px) {
    .toggle-content {
      margin-top: 30px; }
      .toggle-content .toggle {
        padding: 20px 35px 20px 0;
        -webkit-transition: color 0.15s linear;
        -o-transition: color 0.15s linear;
        transition: color 0.15s linear; }
        .toggle-content .toggle:hover, .toggle-content .toggle:focus {
          color: #6E001C; }
      .toggle-content.explanation .toggle:after {
        display: none; }
      .toggle-content.explanation div.content {
        display: block !important; }
      .toggle-content.explanation:before {
        height: 20px;
        width: 20px;
        display: block;
        content: "";
        position: absolute;
        top: -11px;
        left: 50px;
        background: #ffffff;
        border-top: 3px solid #D7D7D7;
        border-left: 3px solid #D7D7D7;
        -ms-transform: rotate(45DEG);
        -webkit-transform: rotate(45DEG);
        transform: rotate(45DEG); } }
  .no-js .toggle-content div.content {
    display: block; }

.tooltip {
  display: inline-block;
  cursor: help; }
  .tooltip:before {
    content: "\e812";
    font-family: 'hr';
    display: block; }
  .tooltip:hover:before {
    color: #D30F4C !important; }

/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tipso_bubble {
  position: absolute;
  text-align: center;
  z-index: 9999;
  padding: 10px;
  background: #D30F4C !important;
  color: #ffffff !important;
  font-size: 14px;
  font-size: 0.875rem; }

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  pointer-events: none; }

.tipso_bubble.top > .tipso_arrow {
  border-top-color: #000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  top: 100%;
  left: 50%;
  margin-left: -8px; }

.tipso_bubble.bottom > .tipso_arrow {
  border-bottom-color: #D30F4C !important;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -8px; }

.tipso_bubble.left > .tipso_arrow {
  border-left-color: #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 50%;
  left: 100%;
  margin-top: -8px; }

.tipso_bubble.right > .tipso_arrow {
  border-right-color: #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 50%;
  right: 100%;
  margin-top: -8px; }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0; }
  .jtag > [type="checkbox"]:not(:checked), .jtag >
  [type="checkbox"]:checked {
    opacity: 1; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #c1c1c1;
  background: #ffffff;
  border-radius: 3px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }

[type="checkbox"]:hover + label:before,
[type="checkbox"]:focus + label:before {
  border-color: #D30F4C; }

[type="checkbox"]:checked + label:before {
  border-color: #D30F4C;
  background: #D30F4C; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\e814';
  font-family: 'hr';
  position: absolute;
  top: 4px;
  left: 2px;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  opacity: 0; }
  .jtag > [type="radio"]:not(:checked), .jtag >
  [type="radio"]:checked {
    opacity: 1; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

/* radio aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #c1c1c1;
  background: #ffffff;
  border-radius: 8px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }

[type="radio"]:hover + label:before,
[type="radio"]:focus + label:before {
  border-color: #D30F4C; }

[type="radio"]:checked + label:before {
  border-color: #D30F4C;
  background: #D30F4C; }

/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  position: absolute;
  top: 7px;
  left: 5px;
  color: #ffffff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  content: '';
  background: #ffffff; }

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

/* disabled radio */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="radio"]:disabled:checked + label:after {
  color: #999; }

[type="radio"]:disabled + label {
  color: #aaa; }

.custom-select {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative; }
  .custom-select:after {
    content: '\e800';
    font-family: 'hr';
    height: 100%;
    width: 38px;
    background: #D30F4C;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    -ms-transform: rotate(90DEG);
    -webkit-transform: rotate(90DEG);
    transform: rotate(90DEG); }
  .custom-select select {
    z-index: 1;
    padding: 8px 8px;
    width: 130%;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    background-image: none;
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem; }
  .custom-select select:focus {
    outline: none; }

.pagination {
  list-style: none;
  margin-top: 40px;
  text-align: center; }
  .pagination li {
    display: inline-block;
    margin-right: 10px; }
    .pagination li a {
      width: 25px;
      display: block;
      text-align: center;
      border: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .pagination li a:hover {
        font-weight: 700;
        color: #000000;
        border: none; }
    .pagination li.current a {
      font-weight: 700;
      border-bottom: 3px solid #D30F4C; }

.responsive-table {
  position: relative;
  margin-bottom: 20px; }
  .responsive-table table {
    margin-bottom: 0;
    border-collapse: collapse; }
  .responsive-table th, .responsive-table td {
    white-space: nowrap;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left; }
  .responsive-table th {
    font-weight: 600; }
  .responsive-table td, .responsive-table th {
    border-bottom: 1px solid #D7D7D7;
    vertical-align: top; }
  .responsive-table.has-scroll {
    position: relative; }
    .responsive-table.has-scroll > div {
      overflow-x: auto; }
  .responsive-table > div::-webkit-scrollbar {
    height: 12px; }
  .responsive-table > div::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
    background: #f0f0f0; }
  .responsive-table > div::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #ccc; }
  .responsive-table .toegestaan:before,
  .responsive-table .niet-toegestaan:before {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'hr';
    display: inline-block;
    width: 20px;
    margin-right: 18px; }
  .responsive-table .toegestaan:before {
    color: #4ecf29;
    content: '\e814'; }
  .responsive-table .niet-toegestaan {
    color: #999999; }
    .responsive-table .niet-toegestaan:before {
      content: '\e826';
      color: #D30F4C; }
  @media (min-width: 1024px) {
    .responsive-table th, .responsive-table td {
      white-space: normal; } }

ul.tabs {
  list-style: none;
  margin-bottom: 25px;
  position: relative;
  font-size: 0px;
  white-space: nowrap; }
  ul.tabs:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #001E48;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0; }
  ul.tabs li {
    display: inline-block;
    position: relative;
    padding: 0;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    font-size: 1rem; }
    ul.tabs li.active {
      border-top: 1px solid rgba(0, 30, 72, 0.2);
      border-right: 1px solid rgba(0, 30, 72, 0.2);
      border-left: 1px solid rgba(0, 30, 72, 0.2);
      border-bottom: 1px solid #F8F5EE; }
    ul.tabs li:hover {
      cursor: pointer; }
    ul.tabs li a {
      padding: 10px 20px;
      border: none;
      display: block; }

@media (min-width: 768px) {
  ul.tabs {
    margin-bottom: 45px; } }

.tabs-wrapper {
  position: relative;
  overflow: hidden; }

.tab {
  opacity: 1;
  position: relative; }
  .tab.inactive {
    position: absolute;
    opacity: 0; }

.flexibele-laag {
  position: relative;
  margin-top: 30px; }
  .flexibele-laag .flex-select {
    display: inline-block;
    border-top: 1px solid rgba(0, 30, 72, 0.2);
    border-right: 1px solid rgba(0, 30, 72, 0.2);
    border-left: 1px solid rgba(0, 30, 72, 0.2);
    background: #ffffff;
    padding: 10px 12px 6px 12px;
    position: relative; }
    .flexibele-laag .flex-select span, .flexibele-laag .flex-select .custom-select {
      display: inline-block; }
    .flexibele-laag .flex-select span {
      margin-right: 10px;
      line-height: 38px;
      vertical-align: top; }
    .flexibele-laag .flex-select .custom-select {
      width: 200px; }
  .flexibele-laag nav.flex-nav {
    display: none; }
    .flexibele-laag nav.flex-nav ul {
      margin-bottom: 0; }
    .flexibele-laag nav.flex-nav button.active {
      border-top: 3px solid #D7D7D7;
      border-right: 3px solid #D7D7D7;
      border-left: 3px solid #D7D7D7;
      background: #ffffff; }
  .flexibele-laag:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #001E48;
    opacity: 0.2; }
  .flexibele-laag ul.tabs:before {
    display: none; }
  @media (min-width: 1024px) {
    .flexibele-laag .flex-select {
      display: none; }
    .flexibele-laag nav.flex-nav {
      display: block; }
      .flexibele-laag nav.flex-nav ul {
        margin-bottom: 0; }
        .flexibele-laag nav.flex-nav ul li {
          padding: 0; }
          .flexibele-laag nav.flex-nav ul li a {
            padding: 15px 30px;
            font-size: 21px;
            font-size: 1.3125rem; } }

.greedy-nav {
  position: relative;
  min-width: 250px; }
  .greedy-nav button {
    position: absolute;
    height: 100%;
    right: 0;
    padding: 0 10px 0 20px;
    border: 0;
    outline: none;
    background: transparent;
    color: #D30F4C;
    cursor: pointer;
    font-size: 24px;
    font-size: 1.5rem; }
    .greedy-nav button:hover {
      background-color: #cc0000; }
    .greedy-nav button::after {
      content: "+" attr(count);
      position: absolute;
      width: 30px;
      height: 20px;
      left: 0;
      top: 13px;
      text-align: center;
      color: #000000;
      font-size: 14px;
      font-size: 0.875rem; }
    @media (min-width: 768px) {
      .greedy-nav button:after {
        top: 21px; } }
    .greedy-nav button:hover {
      background: transparent; }
  .greedy-nav .visible-links {
    display: inline-table; }
    .greedy-nav .visible-links li {
      display: table-cell; }
  .greedy-nav .hidden-links {
    position: absolute;
    right: 0px;
    top: 120%;
    background: #ffffff;
    z-index: 9;
    width: 300px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 2px 1px #D7D7D7;
            box-shadow: 0px 0px 2px 1px #D7D7D7; }
    .greedy-nav .hidden-links li {
      display: block;
      text-align: left;
      padding: 8px 12px !important; }
      .greedy-nav .hidden-links li a {
        color: #D30F4C;
        border-bottom: none;
        font-size: 16px !important; }
        .greedy-nav .hidden-links li a:before {
          content: '\e800';
          font-family: 'hr';
          display: inline-block;
          margin-right: 10px;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        .greedy-nav .hidden-links li a:hover {
          color: #999999; }
          .greedy-nav .hidden-links li a:hover:before {
            -webkit-transform: translatex(5px);
                -ms-transform: translatex(5px);
                    transform: translatex(5px); }
      .greedy-nav .hidden-links li.active a {
        color: #000000; }
        .greedy-nav .hidden-links li.active a:before {
          -webkit-transform: translatex(5px);
              -ms-transform: translatex(5px);
                  transform: translatex(5px); }
    .greedy-nav .hidden-links:after {
      content: '';
      height: 20px;
      width: 20px;
      display: block;
      position: absolute;
      top: -11px;
      right: 25px;
      background: #ffffff;
      border-top: 1px solid #D7D7D7;
      border-right: 1px solid #D7D7D7;
      -webkit-box-shadow: 1px -1px 1px 0px #D7D7D7;
              box-shadow: 1px -1px 1px 0px #D7D7D7;
      -webkit-transform: rotate(-45DEG);
          -ms-transform: rotate(-45DEG);
              transform: rotate(-45DEG); }
  .greedy-nav .hidden {
    visibility: hidden; }

.site-wrapper {
  position: relative;
  margin: 0 auto;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%; }
  .site-wrapper:after {
    content: '';
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .open-search .site-wrapper,
  .open-login .site-wrapper {
    z-index: 2;
    overflow: hidden;
    -webkit-transform: translate(0, 300px);
        -ms-transform: translate(0, 300px);
            transform: translate(0, 300px); }
    .open-search .site-wrapper:after,
    .open-login .site-wrapper:after {
      visibility: visible;
      opacity: 0.4; }

.search,
.login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  display: block;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: .2s ease-in-out 0s;
  -o-transition: .2s ease-in-out 0s;
  transition: .2s ease-in-out 0s;
  padding-top: 80px;
  background: #fff;
  z-index: 3; }
  .search a.close-login,
  .search a.close-search,
  .login a.close-login,
  .login a.close-search {
    position: absolute;
    font-size: 20px;
    font-size: 1.25rem;
    top: 20px;
    right: 20px;
    color: #D30F4C;
    border: none; }
    .search a.close-login:hover:before,
    .search a.close-search:hover:before,
    .login a.close-login:hover:before,
    .login a.close-search:hover:before {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  @media (min-width: 768px) {
    .search > .container,
    .login > .container {
      position: relative; }
    .search a.close-login,
    .search a.close-search,
    .login a.close-login,
    .login a.close-search {
      top: -65px;
      right: 0; } }
  @media (min-width: 1024px) {
    .search,
    .login {
      padding-top: 100px; }
      .search a.close-login,
      .search a.close-search,
      .login a.close-login,
      .login a.close-search {
        top: -80px; } }

.search-login-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  display: block;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  z-index: 2;
  background: #fff; }

.open-search .search {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: .2s ease-in-out .2s;
  -o-transition: .2s ease-in-out .2s;
  transition: .2s ease-in-out .2s; }

.open-login .login {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: .2s ease-in-out .2s;
  -o-transition: .2s ease-in-out .2s;
  transition: .2s ease-in-out .2s; }

.open-login .search-login-bg,
.open-search .search-login-bg {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.login a {
  border: none;
  display: block; }
  .login a h2 {
    color: #D30F4C;
    margin-bottom: 25px;
    font-size: 21px;
    font-size: 1.3125rem; }
    .login a h2:before {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
  .login a p {
    display: none; }
  .login a:hover h2:before {
    -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
            transform: translate(5px, 0); }

@media (min-width: 768px) {
  .login a h2 {
    font-size: 24px;
    font-size: 1.5rem; }
  .login a p {
    display: block;
    padding: 0 10px; } }

.searchbox {
  border-bottom: 3px solid #D30F4C;
  position: relative;
  padding-bottom: 5px;
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #fff; }

.searchbox--small {
  position: relative;
  max-width: 330px;
  background-color: #fff;
  border: 2px solid #d7d7d7;
  border-radius: 4px;
  padding: 5px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  width: 100%; }

input.searchbox__input {
  width: calc( 100% - 40px);
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  height: 40px;
  padding-left: 5px;
  font-size: 18px;
  font-size: 1.125rem; }

.searchbox__submit {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 4px;
  background-color: transparent;
  background-image: url("/images/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0; }
  .searchbox__submit:hover, .searchbox__submit:focus {
    background-color: transparent; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  background: #ffffff;
  padding: 30px 15px;
  text-align: left;
  max-width: 900px; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.white-popup-block {
  position: relative;
  overflow: hidden; }
  .white-popup-block .media {
    padding-top: 10px; }
  @media (min-width: 768px) {
    .white-popup-block .media {
      padding-top: 48px; } }

.attention {
  background: rgba(211, 15, 76, 0.1);
  padding: 12px 20px;
  margin-top: 25px;
  border-radius: 4px; }

.teaser {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  border-bottom: none !important;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden; }
  .teaser-overview--columns-1 .teaser {
    background: transparent; }
  .teaser .teaser-link {
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    border-bottom: 0;
    text-decoration: none;
    text-indent: -9999px; }
    .teaser .teaser-link:hover {
      text-decoration: none;
      border: none; }
  .teaser .teaser-video {
    text-indent: 1px;
    color: #ffffff;
    text-align: right;
    vertical-align: bottom;
    position: absolute;
    z-index: 6;
    bottom: 25px;
    right: 20px;
    padding: 20px;
    background: #D30F4C;
    border-radius: 50%;
    font-weight: 500;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out; }
    .teaser .teaser-video:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-45%, -50%, 0);
              transform: translate3d(-45%, -50%, 0);
      height: 1px;
      width: 1px;
      border-top: 10px solid transparent;
      border-right: 0 solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 12px solid #ffffff; }
    @media (min-width: 768px) {
      .teaser .teaser-video {
        padding: 30px;
        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto; }
        .teaser .teaser-video::after {
          border-top: 12px solid transparent;
          border-right: 0 solid transparent;
          border-bottom: 12px solid transparent;
          border-left: 15px solid #ffffff; } }
  .teaser.to-extern .teaser-content h1.teaser-title:after,
  .teaser.to-extern .teaser-content h2.teaser-title:after {
    content: '\e828';
    font-family: 'hr';
    color: #6E001C;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-size: 0.875rem; }
  .teaser .teaser-sub-title {
    margin: 10px 0;
    color: #696969; }
  @media (min-width: 768px) {
    .teaser {
      overflow: hidden;
      -webkit-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      -webkit-transform: scale(1) rotate(0.01DEG);
          -ms-transform: scale(1) rotate(0.01DEG);
              transform: scale(1) rotate(0.01DEG); }
      .teaser.teaser--has-link:hover, .teaser.teaser--has-link:focus {
        -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
                transform: scale(1.02);
        color: #001E48; }
        .teaser.teaser--has-link:hover .teaser-video, .teaser.teaser--has-link:focus .teaser-video {
          background: #6E001C; }
      .teaser a.teaser-link.teaser-video {
        text-indent: 1px;
        color: #ffffff;
        text-align: right;
        vertical-align: bottom; }
        .teaser a.teaser-link.teaser-video span {
          padding-top: 40px;
          padding-right: 0px;
          font-size: 16px;
          font-size: 1rem; }
          .teaser a.teaser-link.teaser-video span:after {
            right: 0;
            top: 0px;
            border-top: 15px solid transparent;
            border-right: 25px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 25px solid #ffffff; } }
  .teaser.no-margin-bottom {
    margin-bottom: 0; }

.teaser-image {
  position: relative;
  overflow: hidden; }
  .teaser-image img {
    width: 100%;
    height: auto;
    float: left; }
  @media (max-width: 767px) {
    .teaser-image {
      height: 150px; }
      .teaser-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }

.teaser-content {
  padding: 25px;
  background: transparent;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }
  @media (min-width: 768px) {
    .teaser-content {
      background: #ffffff; } }
  .teaser-mozaiek .teaser-content,
  .teaser-home .teaser-content,
  .nieuwsblog-teaser .teaser-content,
  .teaser-agenda .teaser-content {
    background: transparent; }
  .teaser-content h1.teaser-title,
  .teaser-content h2.teaser-title {
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 10px;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-break: break-word; }
  .teaser-content .tag {
    margin-bottom: 8px; }
  .teaser-content span.teaser-metadata {
    color: #696969;
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem; }
  @media (min-width: 768px) {
    .teaser-content .teaser-title,
    .teaser-content .teaser-title {
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; } }

.teaser-text p,
.teaser-text ul,
.teaser-text ol {
  margin-bottom: 20px; }

.teaser-text ul,
.teaser-text ol {
  list-style: none; }
  .teaser-text ul li,
  .teaser-text ol li {
    position: relative;
    padding-left: 30px; }

.teaser-text ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  display: block;
  background: #D30F4C; }

.teaser-text ol {
  counter-reset: item; }
  .teaser-text ol li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: counter(item);
    counter-increment: item;
    color: #D30F4C;
    font-weight: 600; }

.teaser-alert {
  background: #fae5ea;
  margin-top: 20px; }
  .teaser-alert .teaser-alert-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .teaser-alert .teaser-alert__date {
    padding: 8px 10px 8px 20px;
    line-height: 1; }
    .teaser-alert .teaser-alert__date .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .teaser-alert .teaser-alert__day {
    font-size: 26px;
    font-weight: 600; }
  .teaser-alert .teaser-alert__month {
    font-size: 18px;
    font-weight: 200;
    text-transform: lowercase; }
  .teaser-alert .teaser-alert__text {
    padding: 10px;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px; }
    @media (min-width: 768px) {
      .teaser-alert .teaser-alert__text {
        padding: 10px 100px 10px 10px; } }

.teaser__admissions-profile-valid,
.teaser__admissions-profile-warning {
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  list-style: none;
  padding-left: 0; }
  .teaser__admissions-profile-valid li,
  .teaser__admissions-profile-warning li {
    position: relative;
    padding-left: 22px; }
    .teaser__admissions-profile-valid li:before,
    .teaser__admissions-profile-warning li:before {
      content: "";
      position: absolute;
      top: 0.3em;
      left: 0;
      display: block;
      height: 12px;
      width: 12px;
      background-size: 12px 12px; }
    .teaser__admissions-profile-valid li:not(:last-child),
    .teaser__admissions-profile-warning li:not(:last-child) {
      margin-bottom: 10px; }
  .teaser__admissions-profile-valid em,
  .teaser__admissions-profile-warning em {
    display: inline-block;
    font-style: normal;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 2px;
    line-height: 1.2; }

.teaser__admissions-profile-valid li:before {
  background-image: url("/svg/icons/positive.svg"); }

.teaser__admissions-profile-valid em {
  background-color: #E0F4FE; }

.teaser__admissions-profile-warning li:before {
  background-image: url("/svg/icons/negative.svg"); }

.teaser__admissions-profile-warning em {
  background-color: #f7d9e1; }

.teaser__admissions-profile-valid,
.teaser__admissions-profile-warning,
.teaser-alert {
  width: 100%; }

@media (min-width: 768px) {
  .teaser.teaser--single,
  .teaser-overview--columns-1 .teaser {
    margin-bottom: 30px; }
    .teaser.teaser--single article,
    .teaser-overview--columns-1 .teaser article {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .teaser.teaser--single .teaser-title,
    .teaser-overview--columns-1 .teaser .teaser-title {
      margin-top: 0; }
    .teaser.teaser--single .teaser-image,
    .teaser-overview--columns-1 .teaser .teaser-image {
      width: calc(100% / 3);
      margin-bottom: 0; }
      .teaser.teaser--single .teaser-image.teaser--image-portrait,
      .teaser-overview--columns-1 .teaser .teaser-image.teaser--image-portrait {
        width: calc(100% / 5); }
      .teaser.teaser--single .teaser-image + .teaser-content,
      .teaser-overview--columns-1 .teaser .teaser-image + .teaser-content {
        width: calc(100% / 3 * 2); }
    .teaser.teaser--single .teaser-content,
    .teaser-overview--columns-1 .teaser .teaser-content {
      width: 100%;
      padding-left: 30px; }
    .teaser.teaser--single .teaser-text,
    .teaser-overview--columns-1 .teaser .teaser-text {
      line-height: 27px; } }

.m-teaser-overview:not(.teaser-overview--carousel) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (min-width: 768px) {
    .m-teaser-overview:not(.teaser-overview--carousel).teaser-overview--columns-2 {
      margin-right: -10px; }
      .m-teaser-overview:not(.teaser-overview--carousel).teaser-overview--columns-2::after {
        content: "";
        width: calc(100% / 2 - 10px); }
    .m-teaser-overview:not(.teaser-overview--carousel).teaser-overview--columns-3 {
      margin-right: -13px; }
      .m-teaser-overview:not(.teaser-overview--carousel).teaser-overview--columns-3::after {
        content: "";
        width: calc(100% / 3 - 13px); }
    .m-teaser-overview:not(.teaser-overview--carousel).teaser-overview--columns-4 {
      margin-right: -15px; }
      .m-teaser-overview:not(.teaser-overview--carousel).teaser-overview--columns-4::after {
        content: "";
        width: calc(100% / 4 - 15px); } }

.teaser-overview__item {
  width: 100%; }
  @media (min-width: 768px) {
    .teaser-overview--columns-1:not(.teaser-overview--carousel) .teaser-overview__item {
      width: 100%; } }

@media (min-width: 768px) and (min-width: 768px) {
  .teaser-overview--columns-2:not(.teaser-overview--carousel) .teaser-overview__item {
    width: calc(100% / 2 - 10px);
    margin-right: 10px; } }
  @media (min-width: 768px) {
    .teaser-overview--columns-2:not(.teaser-overview--carousel) .teaser-overview__item .teaser {
      height: 100%; } }

@media (min-width: 768px) and (min-width: 768px) {
  .teaser-overview--columns-3:not(.teaser-overview--carousel) .teaser-overview__item {
    width: calc(100% / 3 - 13px);
    margin-right: 13px; } }
  @media (min-width: 768px) {
    .teaser-overview--columns-3:not(.teaser-overview--carousel) .teaser-overview__item .teaser {
      height: 100%; } }

@media (min-width: 768px) and (min-width: 768px) {
  .teaser-overview--columns-4:not(.teaser-overview--carousel) .teaser-overview__item {
    width: calc(100% / 4 - 15px);
    margin-right: 10px; } }
  @media (min-width: 768px) {
    .teaser-overview--columns-4:not(.teaser-overview--carousel) .teaser-overview__item .teaser {
      height: 100%; } }
  .m-teaser-overview:not(.teaser-overview--carousel) .teaser-overview__item {
    margin-bottom: 30px; }
  .teaser-overview--carousel .teaser-overview__item {
    height: 100%; }
    .teaser-overview--carousel .teaser-overview__item .teaser {
      height: 100%; }
  .teaser-overview--has-load-more .teaser-overview__item {
    display: none; }
    .teaser-overview--has-load-more .teaser-overview__item.teaser-overview__item--visible {
      display: block; }

.teaser-overview--carousel .owl-nav {
  top: -5px;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }

.teaser-overview--carousel .owl-stage-outer {
  overflow: visible; }

.teaser-overview--carousel .owl-item {
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }
  .teaser-overview--carousel .owl-item.active {
    opacity: 1; }

.teaser-overview__btn-load-more {
  padding: 0;
  background: transparent;
  color: #D30F4C; }
  .teaser-overview__btn-load-more:hover, .teaser-overview__btn-load-more:focus {
    color: #6E001C;
    background: transparent;
    text-decoration: underline; }
  .teaser-overview__btn-load-more:after {
    content: '\e800';
    font-family: 'hr';
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(10px, 0, 0) rotate(90DEG);
            transform: translate3d(10px, 0, 0) rotate(90DEG);
    font-size: 16px; }

.teaser-database {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 64px;
  position: relative;
  margin-bottom: 20px;
  background-color: transparent;
  border-radius: 0; }
  .teaser-database:after {
    display: none; }
  .teaser-database a:first-child {
    padding-bottom: 22px;
    background: #ffffff;
    border-radius: 8px; }
  .teaser-database a {
    height: 100%;
    display: block;
    border: none;
    margin-bottom: 0; }

.teaser-database-link {
  border-bottom: none;
  color: #D30F4C;
  display: block;
  z-index: 6;
  padding: 20px 10px;
  height: auto !important;
  position: absolute !important;
  width: 100%;
  bottom: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 10px; }
  .teaser-database-link:after {
    content: '\e828';
    font-family: 'hr';
    margin-left: 10px; }
  .teaser-database-link:hover, .teaser-database-link:focus {
    color: #6E001C; }

.portfolio-teaser .teaser-image .label {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 10px;
  height: 0;
  width: 0;
  border-top: 0px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid white;
  border-left: 45px solid transparent;
  display: none; }
  .portfolio-teaser .teaser-image .label:nth-of-type(2) {
    right: 50px; }
  .portfolio-teaser .teaser-image .label.duurzaam, .portfolio-teaser .teaser-image .label.award {
    display: block; }
    .portfolio-teaser .teaser-image .label.duurzaam:before, .portfolio-teaser .teaser-image .label.award:before {
      content: "";
      display: block;
      height: 20px;
      width: 20px;
      position: absolute;
      left: -13px;
      top: 5px; }
  .portfolio-teaser .teaser-image .label.duurzaam:before {
    background: url("/images/icon-duurzaam.png") center center no-repeat; }
  .portfolio-teaser .teaser-image .label.award:before {
    background: url("/images/icon-award.png") center center no-repeat; }

.highlights-teaser {
  height: 100%; }
  .highlights-teaser .teaser-image .label {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 10px;
    height: 0;
    width: 0;
    border-top: 0px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid white;
    border-left: 45px solid transparent;
    display: none; }
    .highlights-teaser .teaser-image .label:nth-of-type(2) {
      right: 50px; }
    .highlights-teaser .teaser-image .label.duurzaam, .highlights-teaser .teaser-image .label.award {
      display: block; }
      .highlights-teaser .teaser-image .label.duurzaam:before, .highlights-teaser .teaser-image .label.award:before {
        content: "";
        display: block;
        height: 20px;
        width: 20px;
        position: absolute;
        left: -13px;
        top: 5px; }
    .highlights-teaser .teaser-image .label.duurzaam:before {
      background: url("/images/icon-duurzaam.png") center center no-repeat; }
    .highlights-teaser .teaser-image .label.award:before {
      background: url("/images/icon-award.png") center center no-repeat; }

.teaser-mozaiek {
  padding-bottom: 0; }
  .teaser-mozaiek:after {
    display: none; }
  @media (max-width: 767px) {
    .teaser-mozaiek {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .teaser-mozaiek {
      margin-bottom: 30px; } }
  .teaser-mozaiek .teaser-image {
    position: relative;
    margin-bottom: 0;
    height: auto !important; }
    .teaser-mozaiek .teaser-image img {
      height: auto;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: relative;
      z-index: 1; }
    .teaser-mozaiek .teaser-image video {
      height: 100%;
      width: 100%; }
    .teaser-mozaiek .teaser-image iframe {
      z-index: 4; }
    .teaser-mozaiek .teaser-image:after {
      content: "";
      position: absolute;
      z-index: 2;
      height: 100%;
      width: 100%;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, rgba(0, 0, 0, 0)), color-stop(94%, rgba(0, 0, 0, 0.45)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.45) 94%);
      background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.45) 94%); }
  .teaser-mozaiek .teaser-iframe {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .teaser-mozaiek .teaser-content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding: 20px; }
    .teaser-mozaiek .teaser-content h1.teaser-title,
    .teaser-mozaiek .teaser-content h2.teaser-title,
    .teaser-mozaiek .teaser-content span.teaser-metadata {
      color: #ffffff !important;
      text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); }

.teaser-agenda .date {
  display: block; }
  .teaser-agenda .date .date-day {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 98px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
  .teaser-agenda .date .date-month {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 33px;
    font-weight: 400;
    color: #696969; }

.teaser-agenda .teaser-content h1.teaser-title {
  margin-top: 0; }

.teaser-agenda.teaser-agenda-mini {
  height: auto;
  border: none !important; }
  .teaser-agenda.teaser-agenda-mini .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px; }
    .teaser-agenda.teaser-agenda-mini .date .date-day {
      display: block;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 30px; }
    .teaser-agenda.teaser-agenda-mini .date .date-month {
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 18px; }
  .teaser-agenda.teaser-agenda-mini .teaser-content h1.teaser-title {
    margin-left: 60px;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem; }

@media (min-width: 768px) {
  .teaser-agenda {
    margin-bottom: 25px; }
    .teaser-agenda .date {
      margin-bottom: 15px; }
      .teaser-agenda .date .date-day {
        font-size: 58px;
        font-size: 3.625rem;
        line-height: 58px; }
      .teaser-agenda .date .date-month {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 33px; }
    .teaser-agenda:hover .date .date-day {
      color: #696969; } }

@media (min-width: 1280px) {
  .teaser-agenda .date .date-day {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 72px; }
  .teaser-agenda .date .date-month {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 33px; } }

.teaser-vacancy .teaser-content {
  padding: 0; }

@media (min-width: 768px) {
  .teaser-vacancy {
    padding: 15px 0; }
    .teaser-vacancy .teaser-content {
      padding: 0; }
      .teaser-vacancy .teaser-content h1 {
        padding: 0; }
      .teaser-vacancy .teaser-content span.teaser-metadata {
        margin-top: 8px; } }

.location-teaser-list {
  list-style: none; }
  @media (min-width: 768px) {
    .location-teaser-list li article {
      height: 210px;
      margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .location-teaser-list li article {
      height: 210px; } }
  @media (min-width: 1280px) {
    .location-teaser-list li article {
      height: 250px; } }

.text-teaser-list {
  margin-left: -15px;
  margin-right: -15px;
  list-style: none; }
  .text-teaser-list .teaser {
    padding-bottom: 10px; }
  @media (min-width: 768px) {
    .text-teaser-list {
      margin: 0; }
      .text-teaser-list .teaser {
        height: 265px;
        margin-bottom: 25px; } }
  @media (min-width: 1024px) {
    .text-teaser-list .teaser {
      height: 265px;
      margin-bottom: 30px; } }
  @media (min-width: 1280px) {
    .text-teaser-list .teaser {
      height: 250px; } }

.c-search-results-list {
  list-style: none; }

.search-results-list__item {
  border: none; }

.search-results-list__link {
  display: block;
  border-bottom: none;
  padding: 25px 0 30px 0;
  position: relative; }
  .search-results-list__link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    display: block;
    background: #d7d7d7;
    -webkit-transition: height .2s,background .2s;
    -o-transition: height .2s,background .2s;
    transition: height .2s,background .2s; }
  .search-results-list__link:hover, .search-results-list__link:focus {
    border: none; }
    .search-results-list__link:hover:after, .search-results-list__link:focus:after {
      height: 6px;
      background: #cc0133; }

.search-results-list__title {
  font-weight: 600;
  font-size: 21px;
  line-height: 27px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  border: none;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }
  a:hover .search-results-list__title,
  a:focus .search-results-list__title {
    border: none;
    color: #696969; }

.search-results-list__tag {
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0); }

.search-results-list__body {
  color: #000000 !important; }

.search-results-list__url {
  color: #999999;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px; }

.search-results-list__highlight {
  font-weight: 600; }

.c-search-results-info {
  color: #676767;
  font-size: 13px;
  margin-bottom: 25px;
  position: relative; }

.search-results-info__close {
  position: absolute;
  top: 0;
  right: 0;
  color: #cc0133;
  border: none;
  font-size: 20px; }

.opleiding-brochure {
  padding-top: 0 !important; }
  .opleiding-brochure .toggle-content {
    -webkit-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear; }
    .opleiding-brochure .toggle-content .toggle {
      font-weight: 400; }
      .opleiding-brochure .toggle-content .toggle:after {
        float: left;
        color: #999999; }
    .opleiding-brochure .toggle-content .content h1 {
      margin-bottom: 20px; }
  .opleiding-brochure .toggle-content.open {
    background: #ffffff; }
  .opleiding-brochure fieldset.personal {
    margin-bottom: 30px; }
    .opleiding-brochure fieldset.personal .brochure_op_de_hoogte label,
    .opleiding-brochure fieldset.personal .brochure_post label {
      font-size: 13px;
      font-size: 0.8125rem; }
  @media (min-width: 768px) {
    .opleiding-brochure fieldset.personal {
      border-right: 1px solid rgba(0, 30, 72, 0.2);
      padding-right: 20px; }
    .opleiding-brochure fieldset.extra-brochures {
      padding: 12px 0; } }
  @media (min-width: 1024px) {
    .opleiding-brochure fieldset.personal {
      padding-right: 100px;
      margin-bottom: 50px; } }

.filter_overzicht .toggle-box-items-form-content {
  margin: 0 0 20px; }

.toggle-box-items-form-content .toggle-box-items {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  background: none;
  color: #000; }
  .toggle-box-items-form-content .toggle-box-items:before {
    content: '\e808';
    font-family: 'hr';
    color: #D30F4C;
    margin-right: 5px; }
  .toggle-box-items-form-content .toggle-box-items:hover, .toggle-box-items-form-content .toggle-box-items:focus {
    color: #666666; }

.toggle-box-items-form-content .toggle-box-items-content .more-box-items-form {
  height: 250px;
  overflow-y: auto;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 15px 0; }

.toggle-box-items-form-content.open .toggle-box-items:before {
  content: '\e809'; }

.selected-box-items {
  margin-top: 4px; }
  .selected-box-items ul {
    list-style: none; }
    .selected-box-items ul li {
      padding: 0 !important; }
      .selected-box-items ul li:before {
        display: none !important; }
      .selected-box-items ul li .remove {
        cursor: pointer; }
        .selected-box-items ul li .remove:before {
          content: '\e826';
          font-family: 'hr';
          color: #D30F4C;
          margin-left: 5px;
          font-size: 14px;
          font-size: 0.875rem; }

.opleiding-cijfers {
  position: relative; }
  .opleiding-cijfers .block-header {
    position: relative;
    margin-bottom: 40px !important; }
    .opleiding-cijfers .block-header .studie-in-cijfers-icon {
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .opleiding-cijfers .block-header .studie-in-cijfers-icon:hover, .opleiding-cijfers .block-header .studie-in-cijfers-icon:focus {
        -webkit-transform: translate(5px, -5px);
            -ms-transform: translate(5px, -5px);
                transform: translate(5px, -5px); }
      .opleiding-cijfers .block-header .studie-in-cijfers-icon img {
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        width: 154px;
        clip: rect(0px, 154px, 40px, 114px); }
    .opleiding-cijfers .block-header .publish-date {
      display: block;
      color: #999999;
      font-weight: 400;
      font-size: 12px;
      font-size: 0.75rem; }
    .opleiding-cijfers .block-header .download-pdf {
      display: none; }
  .opleiding-cijfers .label-wrapper {
    display: none; }
  .opleiding-cijfers .cijfers-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important; }
    .opleiding-cijfers .cijfers-wrapper.owl-carousel {
      overflow: hidden; }
    .opleiding-cijfers .cijfers-wrapper .item {
      text-align: center;
      width: 100%; }
      .opleiding-cijfers .cijfers-wrapper .item .item__icon {
        height: 60px; }
        .opleiding-cijfers .cijfers-wrapper .item .item__icon svg {
          display: inline-block;
          vertical-align: bottom; }
      .opleiding-cijfers .cijfers-wrapper .item .head {
        height: 130px;
        position: relative; }
      .opleiding-cijfers .cijfers-wrapper .item .title {
        padding: 0 0 5px 0;
        white-space: nowrap;
        display: block;
        font-size: 14px; }
      .opleiding-cijfers .cijfers-wrapper .item .tooltip {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0; }
        .opleiding-cijfers .cijfers-wrapper .item .tooltip:before {
          font-size: 25px;
          font-size: 1.5625rem;
          color: #999999; }
        .opleiding-cijfers .cijfers-wrapper .item .tooltip.half {
          width: 50%; }
          .opleiding-cijfers .cijfers-wrapper .item .tooltip.half:last-child {
            right: 0;
            left: auto; }
          @media (max-width: 767px) {
            .opleiding-cijfers .cijfers-wrapper .item .tooltip.half {
              width: 33%;
              left: 33%; } }
      .opleiding-cijfers .cijfers-wrapper .item .cijfer-nl,
      .opleiding-cijfers .cijfers-wrapper .item .cijfer-hr {
        height: 120px;
        padding: 15px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative; }
        .opleiding-cijfers .cijfers-wrapper .item .cijfer-nl .label,
        .opleiding-cijfers .cijfers-wrapper .item .cijfer-hr .label {
          position: absolute;
          left: 20px;
          width: 100px;
          text-align: left;
          bottom: 23px; }
        .opleiding-cijfers .cijfers-wrapper .item .cijfer-nl .value,
        .opleiding-cijfers .cijfers-wrapper .item .cijfer-hr .value {
          line-height: 44px;
          font-weight: 400;
          font-size: 21px;
          font-size: 1.3125rem; }
        .opleiding-cijfers .cijfers-wrapper .item .cijfer-nl .half,
        .opleiding-cijfers .cijfers-wrapper .item .cijfer-hr .half {
          width: 50%; }
        .opleiding-cijfers .cijfers-wrapper .item .cijfer-nl .text,
        .opleiding-cijfers .cijfers-wrapper .item .cijfer-hr .text {
          font-size: 12px;
          display: block; }
      .opleiding-cijfers .cijfers-wrapper .item .cijfer-hr {
        background: #ffffff; }
      .opleiding-cijfers .cijfers-wrapper .item.item--satisfaction .cijfer-nl,
      .opleiding-cijfers .cijfers-wrapper .item.item--satisfaction .cijfer-hr {
        display: block;
        position: relative; }
      .opleiding-cijfers .cijfers-wrapper .item.item--satisfaction .m-barchart {
        position: absolute;
        bottom: 28px;
        left: 0; }
        @media (max-width: 767px) {
          .opleiding-cijfers .cijfers-wrapper .item.item--satisfaction .m-barchart {
            padding: 0 40px 0 120px; } }
      @media (max-width: 767px) {
        .opleiding-cijfers .cijfers-wrapper .item.item--diploma .cijfer-nl,
        .opleiding-cijfers .cijfers-wrapper .item.item--diploma .cijfer-hr {
          padding-left: 33%; } }
  @media (min-width: 768px) {
    .opleiding-cijfers .block-header .studie-in-cijfers-icon {
      top: 5px; }
      .opleiding-cijfers .block-header .studie-in-cijfers-icon img {
        clip: rect(0px, 154px, 40px, 0); }
    .opleiding-cijfers .block-header .download-pdf {
      font-size: 12px;
      font-size: 0.75rem;
      display: block;
      position: absolute;
      top: 23px;
      right: 75px;
      font-weight: 400;
      color: #D30F4C;
      border: none; }
      .opleiding-cijfers .block-header .download-pdf:hover {
        border-bottom: 1px solid #D30F4C; }
      .opleiding-cijfers .block-header .download-pdf:after {
        content: '\e813';
        font-family: 'hr';
        margin-left: 5px; }
    .opleiding-cijfers .block-header .publish-date {
      position: absolute;
      top: 55px;
      right: 0; }
    .opleiding-cijfers .block-wrapper {
      display: block;
      overflow: hidden; }
    .opleiding-cijfers .label-wrapper {
      display: block;
      width: 120px;
      float: left;
      padding-top: 150px; }
      .opleiding-cijfers .label-wrapper .cijfer-hr,
      .opleiding-cijfers .label-wrapper .cijfer-nl {
        padding: 15px 0;
        padding-left: 14px;
        height: 120px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .opleiding-cijfers .label-wrapper .cijfer-hr .label,
        .opleiding-cijfers .label-wrapper .cijfer-nl .label {
          margin-bottom: 9px; }
      .opleiding-cijfers .label-wrapper .cijfer-hr {
        background: #ffffff;
        font-weight: 600; }
    .opleiding-cijfers .cijfers-wrapper {
      width: calc(100% - 120px) !important;
      float: left;
      margin-left: 0;
      margin-right: 0;
      overflow: hidden; }
      .opleiding-cijfers .cijfers-wrapper .item .head {
        height: 150px; }
      .opleiding-cijfers .cijfers-wrapper .item .title {
        white-space: normal;
        display: block;
        padding: 0 10px;
        line-height: 21px; }
      .opleiding-cijfers .cijfers-wrapper .item .cijfer-nl .label,
      .opleiding-cijfers .cijfers-wrapper .item .cijfer-hr .label {
        display: none; } }
  @media (min-width: 1024px) {
    .opleiding-cijfers .label-wrapper {
      padding-top: 175px; }
    .opleiding-cijfers .cijfers-wrapper .item .head {
      height: 175px; } }
  @media (min-width: 1280px) {
    .opleiding-cijfers .cijfers-wrapper .item {
      width: calc( 990px / 8); }
      .opleiding-cijfers .cijfers-wrapper .item.item--satisfaction, .opleiding-cijfers .cijfers-wrapper .item.item--diploma {
        width: calc( 990px / 8 * 2); } }
  .opleiding-cijfers .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: 8px;
    width: 100%;
    height: 0; }
    .opleiding-cijfers .owl-carousel .owl-nav .owl-prev,
    .opleiding-cijfers .owl-carousel .owl-nav .owl-next {
      position: absolute;
      height: 44px;
      width: 44px;
      line-height: 44px;
      text-align: center;
      opacity: 1;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .opleiding-cijfers .owl-carousel .owl-nav .owl-prev:before,
      .opleiding-cijfers .owl-carousel .owl-nav .owl-next:before {
        content: '\e800';
        font-family: 'hr';
        color: #D30F4C;
        font-size: 21px; }
      .opleiding-cijfers .owl-carousel .owl-nav .owl-prev.disabled,
      .opleiding-cijfers .owl-carousel .owl-nav .owl-next.disabled {
        opacity: 0; }
    .opleiding-cijfers .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .opleiding-cijfers .owl-carousel .owl-nav .owl-next {
      right: 0; }
    @media (min-width: 1024px) {
      .opleiding-cijfers .owl-carousel .owl-nav .owl-prev {
        left: 0; }
      .opleiding-cijfers .owl-carousel .owl-nav .owl-next {
        -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0); } }
    @media (min-width: 1280px) {
      .opleiding-cijfers .owl-carousel .owl-nav {
        display: none; } }
  .opleiding-cijfers .explanation {
    margin-top: 25px;
    padding: 25px 0 0 0;
    border-top: 1px solid rgba(0, 30, 72, 0.2);
    border-bottom: 1px solid rgba(0, 30, 72, 0.2);
    position: relative; }
    .opleiding-cijfers .explanation .block-rte {
      overflow: hidden; }
    .opleiding-cijfers .explanation:before {
      height: 20px;
      width: 20px;
      display: block;
      content: "";
      position: absolute;
      top: -12px;
      left: 50px;
      background: #F8F5EE;
      border-top: 1px solid rgba(0, 30, 72, 0.2);
      border-left: 1px solid rgba(0, 30, 72, 0.2);
      -webkit-transform: rotate(45DEG);
          -ms-transform: rotate(45DEG);
              transform: rotate(45DEG); }
    .opleiding-cijfers .explanation h3 {
      margin-bottom: 3px;
      line-height: 1;
      font-size: 18px; }
    .opleiding-cijfers .explanation svg {
      float: left;
      margin-right: 10px; }
    .opleiding-cijfers .explanation p {
      margin: 0;
      font-size: 14px; }
    .opleiding-cijfers .explanation .value {
      display: block;
      font-weight: 400;
      font-size: 21px;
      line-height: 1;
      margin-bottom: 3px; }
    .opleiding-cijfers .explanation .tooltip {
      display: inline-block;
      vertical-align: middle;
      line-height: 21px; }
    .opleiding-cijfers .explanation .tooltip:before {
      font-size: 21px;
      color: #999999; }
    .opleiding-cijfers .explanation .no-padding {
      padding: 0; }
    @media (max-width: 767px) {
      .opleiding-cijfers .explanation .inner {
        display: block;
        padding: 0 0 30px 0; } }
    @media (min-width: 768px) {
      .opleiding-cijfers .explanation .inner {
        margin-bottom: 30px; } }

.opleiding-onderwijsvorm {
  background: #ffffff; }
  .opleiding-onderwijsvorm .chart-wrapper {
    padding-top: 25px;
    padding-bottom: 25px; }
  .opleiding-onderwijsvorm .year {
    text-align: center;
    margin-bottom: 20px; }
    .opleiding-onderwijsvorm .year.year-1 .content {
      display: none; }
    .opleiding-onderwijsvorm .year canvas {
      width: 100px;
      height: auto; }
    .opleiding-onderwijsvorm .year label {
      display: block; }
  .opleiding-onderwijsvorm .tabs-wrapper ul.tabs li.active {
    border-bottom: 1px solid #ffffff; }
  .opleiding-onderwijsvorm .content {
    text-align: left;
    margin-top: 30px; }
    .opleiding-onderwijsvorm .content .item {
      display: block;
      margin-bottom: 25px;
      overflow: hidden; }
      .opleiding-onderwijsvorm .content .item .large {
        font-size: 72px;
        font-size: 4.5rem;
        font-weight: 600;
        line-height: 1;
        float: left;
        margin-right: 25px;
        width: 100px;
        text-align: right; }
      .opleiding-onderwijsvorm .content .item .medium {
        font-size: 27px;
        font-size: 1.6875rem;
        font-weight: 600;
        display: block; }
      .opleiding-onderwijsvorm .content .item .small {
        font-size: 24px;
        font-size: 1.5rem; }
  .opleiding-onderwijsvorm .legenda {
    border-top: 1px solid rgba(0, 30, 72, 0.2);
    border-bottom: 1px solid rgba(0, 30, 72, 0.2);
    padding: 10px 20px; }
    .opleiding-onderwijsvorm .legenda .legenda-item {
      width: 49%;
      display: inline-block; }
      .opleiding-onderwijsvorm .legenda .legenda-item:first-child {
        width: 100%;
        margin-bottom: 15px; }
      .opleiding-onderwijsvorm .legenda .legenda-item:nth-child(2), .opleiding-onderwijsvorm .legenda .legenda-item:nth-child(3) {
        margin-bottom: 15px; }
      .opleiding-onderwijsvorm .legenda .legenda-item span {
        line-height: 22px; }
      .opleiding-onderwijsvorm .legenda .legenda-item .legenda-color {
        height: 18px;
        width: 18px;
        display: inline-block;
        margin-right: 10px;
        -ms-transform: translate(0, 3px);
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        .opleiding-onderwijsvorm .legenda .legenda-item .legenda-color.primary {
          border: 3px solid #D30F4C; }
        .opleiding-onderwijsvorm .legenda .legenda-item .legenda-color.primary-dark {
          border: 3px solid #6E001C; }
        .opleiding-onderwijsvorm .legenda .legenda-item .legenda-color.secondary {
          border: 3px solid #00495F; }
        .opleiding-onderwijsvorm .legenda .legenda-item .legenda-color.tertiary {
          border: 3px solid #001E48; }
        .opleiding-onderwijsvorm .legenda .legenda-item .legenda-color.quarternary {
          border: 3px solid #65426F; }
      .opleiding-onderwijsvorm .legenda .legenda-item .legenda-text {
        line-height: 18px; }
  @media (min-width: 768px) {
    .opleiding-onderwijsvorm .chart-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; }
    .opleiding-onderwijsvorm .year {
      margin-top: 35px;
      margin-bottom: 0; }
      .opleiding-onderwijsvorm .year .piechart {
        margin-bottom: 15px; }
      .opleiding-onderwijsvorm .year canvas {
        width: 120px;
        height: auto; }
      .opleiding-onderwijsvorm .year.year-1 {
        margin-top: 0; }
        .opleiding-onderwijsvorm .year.year-1 .chart,
        .opleiding-onderwijsvorm .year.year-1 .content {
          display: block;
          width: 50%;
          float: left; }
        .opleiding-onderwijsvorm .year.year-1 canvas {
          width: 230px;
          height: auto; }
    .opleiding-onderwijsvorm .legenda .legenda-item {
      width: 19%;
      margin-bottom: 0; }
      .opleiding-onderwijsvorm .legenda .legenda-item:first-child {
        width: 19%;
        margin-bottom: 0; }
      .opleiding-onderwijsvorm .legenda .legenda-item:nth-child(2), .opleiding-onderwijsvorm .legenda .legenda-item:nth-child(3) {
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .opleiding-onderwijsvorm .year.year-1 .content {
      margin-top: 50px; }
      .opleiding-onderwijsvorm .year.year-1 .content .item .large {
        font-size: 54px;
        font-size: 3.375rem;
        width: 70px;
        margin-bottom: 10px; }
      .opleiding-onderwijsvorm .year.year-1 .content .item .medium {
        font-size: 21px;
        font-size: 1.3125rem;
        font-weight: 600; }
      .opleiding-onderwijsvorm .year.year-1 .content .item .small {
        font-size: 18px;
        font-size: 1.125rem; } }
  @media (min-width: 1280px) {
    .opleiding-onderwijsvorm .year.year-1 .content {
      margin-top: 30px; }
      .opleiding-onderwijsvorm .year.year-1 .content .item .large {
        font-size: 72px;
        font-size: 4.5rem;
        width: 90px; }
      .opleiding-onderwijsvorm .year.year-1 .content .item .medium {
        font-size: 24px;
        font-size: 1.5rem; }
      .opleiding-onderwijsvorm .year.year-1 .content .item .small {
        font-size: 24px;
        font-size: 1.5rem; } }

.fact-carousel-wrapper.owl-carousel,
.factfigures-carousel-wrapper.owl-carousel {
  margin-top: 40px;
  width: 100%;
  overflow: hidden; }
  .fact-carousel-wrapper.owl-carousel .item,
  .factfigures-carousel-wrapper.owl-carousel .item {
    text-align: center; }
    .fact-carousel-wrapper.owl-carousel .item .head,
    .factfigures-carousel-wrapper.owl-carousel .item .head {
      height: 130px; }
    .fact-carousel-wrapper.owl-carousel .item .content,
    .factfigures-carousel-wrapper.owl-carousel .item .content {
      padding: 15px 0;
      line-height: 1.5;
      font-weight: 600;
      font-size: 18px;
      font-size: 1.125rem; }
    .fact-carousel-wrapper.owl-carousel .item .title,
    .factfigures-carousel-wrapper.owl-carousel .item .title {
      padding: 0 0 5px 0;
      white-space: nowrap;
      display: block; }
      .fact-carousel-wrapper.owl-carousel .item .title:before,
      .factfigures-carousel-wrapper.owl-carousel .item .title:before {
        display: block;
        font-size: 52px;
        margin: 0 auto 15px auto;
        position: relative;
        top: 3px; }
      .fact-carousel-wrapper.owl-carousel .item .title .tooltip,
      .factfigures-carousel-wrapper.owl-carousel .item .title .tooltip {
        display: block;
        margin-top: 5px;
        font-size: 25px;
        font-size: 1.5625rem;
        color: #999999; }
  .fact-carousel-wrapper.owl-carousel .owl-nav,
  .factfigures-carousel-wrapper.owl-carousel .owl-nav {
    position: absolute;
    top: 8px;
    width: 100%;
    height: 0;
    display: block; }
    .fact-carousel-wrapper.owl-carousel .owl-nav .owl-prev,
    .fact-carousel-wrapper.owl-carousel .owl-nav .owl-next,
    .factfigures-carousel-wrapper.owl-carousel .owl-nav .owl-prev,
    .factfigures-carousel-wrapper.owl-carousel .owl-nav .owl-next {
      position: absolute;
      height: 44px;
      width: 44px;
      line-height: 44px;
      text-align: center;
      opacity: 1;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .fact-carousel-wrapper.owl-carousel .owl-nav .owl-prev:before,
      .fact-carousel-wrapper.owl-carousel .owl-nav .owl-next:before,
      .factfigures-carousel-wrapper.owl-carousel .owl-nav .owl-prev:before,
      .factfigures-carousel-wrapper.owl-carousel .owl-nav .owl-next:before {
        content: '\e800';
        font-family: 'hr';
        color: #D30F4C;
        font-size: 21px; }
      .fact-carousel-wrapper.owl-carousel .owl-nav .owl-prev.disabled,
      .fact-carousel-wrapper.owl-carousel .owl-nav .owl-next.disabled,
      .factfigures-carousel-wrapper.owl-carousel .owl-nav .owl-prev.disabled,
      .factfigures-carousel-wrapper.owl-carousel .owl-nav .owl-next.disabled {
        opacity: 0; }
    .fact-carousel-wrapper.owl-carousel .owl-nav .owl-prev,
    .factfigures-carousel-wrapper.owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .fact-carousel-wrapper.owl-carousel .owl-nav .owl-next,
    .factfigures-carousel-wrapper.owl-carousel .owl-nav .owl-next {
      right: 0; }
  @media (min-width: 768px) {
    .fact-carousel-wrapper.owl-carousel .item .head,
    .factfigures-carousel-wrapper.owl-carousel .item .head {
      height: 155px; }
    .fact-carousel-wrapper.owl-carousel .item .title,
    .factfigures-carousel-wrapper.owl-carousel .item .title {
      padding: 0 0 10px 0;
      white-space: normal; } }

.factfigures-carousel-wrapper .item .head {
  height: auto; }

.factfigures-carousel-wrapper .item .content {
  line-height: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.factfigures-carousel-wrapper .item .title {
  padding: 0 0 15px 0;
  white-space: nowrap;
  display: block; }
  .factfigures-carousel-wrapper .item .title:before {
    display: block;
    font-size: 52px;
    margin: 0 auto 25px auto; }

@media (min-width: 768px) {
  .factfigures-carousel-wrapper .item .head {
    height: auto; }
  .factfigures-carousel-wrapper .item .title {
    padding: 0 0 25px 0;
    white-space: normal; } }

@media (min-width: 1024px) {
  .factfigures-carousel {
    border-right: 3px solid #D30F4C; } }

.facts-figures-schools {
  margin-top: 50px; }
  .facts-figures-schools ul {
    list-style: none; }
    .facts-figures-schools ul li {
      padding: 0 !important; }
      .facts-figures-schools ul li:before {
        display: none !important; }
      .facts-figures-schools ul li a:hover {
        border: none; }
  @media (min-width: 1024px) {
    .facts-figures-schools {
      margin-top: 0; } }

.c-block-education-types {
  padding-top: 30px; }
  @media (min-width: 1024px) {
    .c-block-education-types {
      padding-top: 50px; } }

.block-education-types__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.block-education-types__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (min-width: 768px) {
    .block-education-types__list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc((100%/3) - 15px); } }
  .block-education-types__list-item:not(:last-child) {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .block-education-types__list-item:not(:last-child) {
        margin-bottom: 0; } }

.block-education-types__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  width: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (min-width: 768px) {
    .block-education-types__icon {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px; } }

.block-education-types__title {
  font-size: 15px;
  font-size: 0.9375rem; }

.block-education-types__description {
  font-size: 14px;
  font-size: 0.875rem; }

.discovery-tabbed-search {
  overflow: hidden; }

.dts-carousel-wrapper {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }

.dts-carousel.owl-carousel {
  width: 100%;
  margin-bottom: 20px; }
  .dts-carousel.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
    height: 0; }
    .dts-carousel.owl-carousel .owl-nav.disabled {
      display: none; }
    @media (min-width: 768px) {
      .dts-carousel.owl-carousel .owl-nav {
        display: none; } }
  .dts-carousel.owl-carousel .owl-prev,
  .dts-carousel.owl-carousel .owl-next {
    position: absolute;
    top: 3px;
    height: 44px;
    width: 44px;
    display: block;
    text-align: center; }
    .dts-carousel.owl-carousel .owl-prev:before,
    .dts-carousel.owl-carousel .owl-next:before {
      font-family: 'hr';
      display: block;
      color: #cc0133;
      opacity: 1;
      -webkit-transition: opacity .25s linear;
      -o-transition: opacity .25s linear;
      transition: opacity .25s linear;
      font-size: 1.5rem; }
    .dts-carousel.owl-carousel .owl-prev.disabled:before,
    .dts-carousel.owl-carousel .owl-next.disabled:before {
      opacity: 0; }
  .dts-carousel.owl-carousel .owl-prev {
    left: 0; }
    .dts-carousel.owl-carousel .owl-prev:before {
      content: '\e800';
      -webkit-transform: rotate(180DEG);
          -ms-transform: rotate(180DEG);
              transform: rotate(180DEG); }
  .dts-carousel.owl-carousel .owl-next {
    right: 0; }
    .dts-carousel.owl-carousel .owl-next:before {
      content: '\e800'; }
  @media (min-width: 768px) {
    .dts-carousel.owl-carousel .owl-stage {
      -webkit-transform: translate3d(0, 0, 0) !important;
              transform: translate3d(0, 0, 0) !important; } }

.dts-carousel__link {
  padding: 4px 10px;
  display: inline-block;
  border-bottom: 2px solid transparent; }
  .dts-carousel__link:hover, .dts-carousel__link:focus {
    border-bottom: 2px solid #999999; }
  @media (min-width: 630px) {
    .dts-carousel__link.active {
      border-bottom: 2px solid #D30F4C; } }

.dts-content-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative; }

.dts-content {
  width: 600%;
  overflow: hidden;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -ms-transition: none; }
  .dts-content .searchbox {
    margin: 10px auto 0 auto; }
  .dts-content input.searchbox__submit {
    background-color: #ffffff; }

.dts-slide {
  width: calc( 100% / 6);
  float: left; }

.m-scrollytelling {
  width: 100%; }
  @media (min-width: 1024px) {
    .m-scrollytelling {
      width: calc( 100% - 60px); } }
  .m-scrollytelling .scrollytelling__container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 15px; }
    @media (min-width: 1024px) {
      .m-scrollytelling .scrollytelling__container {
        padding: 0 60px; } }

.scrollytelling__chapter {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 768px) {
    .scrollytelling__chapter {
      background-attachment: scroll; } }

.scrollytelling__chapter-backgroundvideo {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .scrollytelling__chapter-backgroundvideo video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .is-active-chapter .scrollytelling__chapter-backgroundvideo {
    opacity: 1; }

.scrollytelling__polygonpart {
  width: 100%;
  height: 0px;
  overflow: visible;
  background: transparent;
  z-index: 2; }
  .scrollytelling__polygonpart svg {
    position: absolute;
    left: 0;
    height: 50px; }
    @media (min-width: 1025px) {
      .scrollytelling__polygonpart svg {
        height: 100px; } }
    .scrollytelling__polygonpart svg.red * {
      fill: #D30F4C; }
    .scrollytelling__polygonpart svg.grey * {
      fill: #F5F5F5; }
  .scrollytelling__polygonpart.scrollytelling__polygonpart--top {
    position: relative; }
    .scrollytelling__polygonpart.scrollytelling__polygonpart--top svg {
      bottom: -1px; }
  .scrollytelling__polygonpart.scrollytelling__polygonpart--bottom {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: -1px; }
    .scrollytelling__polygonpart.scrollytelling__polygonpart--bottom svg {
      top: 0; }

.scrollytelling__slide {
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100%; }
  .no-scrollify .scrollytelling__slide {
    height: auto; }

.no-scroll {
  overflow: hidden; }

.m-scrollytelling__navigation {
  display: block;
  position: fixed;
  z-index: 1000; }
  .m-scrollytelling__navigation .scrollytelling__closenavigation {
    color: #D30F4C;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    white-space: nowrap; }
    .m-scrollytelling__navigation .scrollytelling__closenavigation svg {
      margin-left: 8px;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .m-scrollytelling__navigation .scrollytelling__closenavigation:hover svg {
      -webkit-transform: rotate(-90DEG);
          -ms-transform: rotate(-90DEG);
              transform: rotate(-90DEG); }
  @media (max-width: 1023px) {
    .m-scrollytelling__navigation {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 70px;
      background: #ffffff;
      padding: 12px;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
      .m-scrollytelling__navigation.is-hidden, .m-scrollytelling__navigation.header-hidden {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0); }
      .m-scrollytelling__navigation .scrollytelling__navigation-logo {
        display: inline-block;
        border: none;
        vertical-align: middle; }
      .m-scrollytelling__navigation .scrollytelling-navigation__toggle {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        text-decoration: none;
        border: none;
        font-weight: 600; }
        .m-scrollytelling__navigation .scrollytelling-navigation__toggle svg {
          display: inline-block;
          -webkit-transform: rotate(90DEG);
              -ms-transform: rotate(90DEG);
                  transform: rotate(90DEG);
          vertical-align: middle;
          margin-left: 5px;
          height: 15px;
          width: 15px;
          -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          -o-transition: transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s; }
          .m-scrollytelling__navigation .scrollytelling-navigation__toggle svg path {
            fill: #D30F4C; }
        .m-scrollytelling__navigation .scrollytelling-navigation__toggle:hover, .m-scrollytelling__navigation .scrollytelling-navigation__toggle:focus {
          color: #000000; }
        .m-scrollytelling__navigation .scrollytelling-navigation__toggle.is-active svg {
          -webkit-transform: rotate(270DEG);
              -ms-transform: rotate(270DEG);
                  transform: rotate(270DEG); }
      .m-scrollytelling__navigation .scrollytelling__closenavigation {
        position: absolute;
        right: 12px;
        top: 26px; }
        .m-scrollytelling__navigation .scrollytelling__closenavigation svg {
          display: inline-block;
          vertical-align: middle;
          margin-top: -3px; }
      .m-scrollytelling__navigation .scrollytelling__navigation {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #FFB910;
        padding: 25px;
        list-style: none;
        display: none; }
        .m-scrollytelling__navigation .scrollytelling__navigation li a {
          font-weight: 600;
          font-size: 18px;
          line-height: 1;
          display: block;
          border: none;
          padding: 15px 0; }
          .m-scrollytelling__navigation .scrollytelling__navigation li a:hover, .m-scrollytelling__navigation .scrollytelling__navigation li a:focus {
            color: #000000; }
        .m-scrollytelling__navigation .scrollytelling__navigation li.is-active a {
          font-weight: 700; }
          .m-scrollytelling__navigation .scrollytelling__navigation li.is-active a:before {
            content: url(/svg/icons/chevron-right.svg);
            margin-right: 15px; } }
  @media (min-width: 1024px) {
    .m-scrollytelling__navigation {
      top: 0;
      right: 0;
      width: 60px;
      height: 100vh;
      background: #ffffff;
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05); }
      .m-scrollytelling__navigation .scrollytelling__navigation-logo {
        display: none; }
      .m-scrollytelling__navigation .scrollytelling-navigation__toggle {
        display: none; }
      .m-scrollytelling__navigation .scrollytelling__closenavigation {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 0;
        -webkit-transform-origin: top right;
            -ms-transform-origin: top right;
                transform-origin: top right;
        -webkit-transform: rotate(-90DEG) translate3d(0, -40px, 0);
                transform: rotate(-90DEG) translate3d(0, -40px, 0); }
        .m-scrollytelling__navigation .scrollytelling__closenavigation svg {
          display: inline-block;
          height: 15px;
          width: 15px; }
      .m-scrollytelling__navigation .scrollytelling__navigation {
        list-style: none;
        position: absolute;
        top: 50%;
        width: 100%;
        display: block !important;
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0); }
        .m-scrollytelling__navigation .scrollytelling__navigation li {
          display: block;
          text-align: center; }
          .m-scrollytelling__navigation .scrollytelling__navigation li:not(:last-child) {
            margin-bottom: 15px; }
          .m-scrollytelling__navigation .scrollytelling__navigation li a {
            position: relative;
            height: 14px;
            width: 14px;
            display: block;
            border: 3px solid #999999;
            border-radius: 50%;
            display: inline-block;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s; }
            .m-scrollytelling__navigation .scrollytelling__navigation li a span {
              position: absolute;
              height: 1px;
              width: 1px;
              clip: rect(0, 0);
              opacity: 0; }
            .m-scrollytelling__navigation .scrollytelling__navigation li a:before {
              content: attr(title);
              position: absolute;
              right: 0;
              top: 50%;
              -webkit-transform: translate3d(-15px, -50%, 0);
                      transform: translate3d(-15px, -50%, 0);
              background: #ffffff;
              padding: 4px 12px;
              border-radius: 3px;
              -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
                      box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
              pointer-events: none;
              white-space: nowrap;
              opacity: 0;
              -webkit-transition: .4s ease-out;
              -o-transition: .4s ease-out;
              transition: .4s ease-out; }
            .m-scrollytelling__navigation .scrollytelling__navigation li a:hover {
              color: #000000; }
              .m-scrollytelling__navigation .scrollytelling__navigation li a:hover:before {
                -webkit-transform: translate3d(-20px, -50%, 0);
                        transform: translate3d(-20px, -50%, 0);
                opacity: 1; }
          .m-scrollytelling__navigation .scrollytelling__navigation li.is-active a {
            background: #D30F4C;
            border-color: #D30F4C; } }

.m-scrollytelling-header {
  text-align: center;
  min-height: 40vh;
  width: 100%;
  display: table;
  position: relative;
  z-index: 20; }
  .m-scrollytelling-header.scrollytelling-header--red {
    background: #D30F4C; }
    .m-scrollytelling-header.scrollytelling-header--red * {
      color: #ffffff; }
  .m-scrollytelling-header.scrollytelling-header--grey {
    background: #F5F5F5; }
    .m-scrollytelling-header.scrollytelling-header--grey * {
      color: #000000; }
  .m-scrollytelling-header.scrollytelling-header--first {
    min-height: 80vh; }
    .m-scrollytelling-header.scrollytelling-header--first h1, .m-scrollytelling-header.scrollytelling-header--first h2 {
      font-size: 64px;
      margin-bottom: 15px;
      line-height: 1; }
      @media (min-width: 768px) {
        .m-scrollytelling-header.scrollytelling-header--first h1, .m-scrollytelling-header.scrollytelling-header--first h2 {
          font-size: 87px; } }
  .m-scrollytelling-header .scrollytelling-header__logo {
    position: absolute;
    top: 50px;
    left: 60px;
    text-align: left;
    width: auto;
    background: transparent;
    display: inline-block;
    border: none;
    display: none; }
    @media (min-width: 1024px) {
      .m-scrollytelling-header .scrollytelling-header__logo {
        display: block; } }
  .m-scrollytelling-header .scrollytelling-header__scroll-indicator {
    display: none;
    display: block;
    margin-top: 65px;
    height: 0; }
    .m-scrollytelling-header .scrollytelling-header__scroll-indicator .scrollytelling-header__scroll-indicator-label {
      display: block;
      margin-bottom: 1rem;
      font-weight: 600; }
    .m-scrollytelling-header .scrollytelling-header__scroll-indicator .scrollytelling-header__scroll-indicator-mouse {
      display: block;
      text-align: center; }
    .m-scrollytelling-header .scrollytelling-header__scroll-indicator .scrollytelling-header__scroll-indicator-arrow {
      display: block;
      text-align: center;
      -webkit-animation-name: scrolldownpulse;
              animation-name: scrolldownpulse;
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
  .m-scrollytelling-header h1, .m-scrollytelling-header h2 {
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .m-scrollytelling-header h1, .m-scrollytelling-header h2 {
        padding: 0 60px;
        font-size: 50px; } }
  .m-scrollytelling-header p {
    font-size: 18px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .m-scrollytelling-header p {
        font-size: 24px; } }
  .m-scrollytelling-header img {
    max-width: 90%; }

@-webkit-keyframes scrolldownpulse {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10% {
    -webkit-transform: translate3d(0, 6px, 0);
            transform: translate3d(0, 6px, 0); }
  20% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  30% {
    -webkit-transform: translate3d(0, 6px, 0);
            transform: translate3d(0, 6px, 0); }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes scrolldownpulse {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10% {
    -webkit-transform: translate3d(0, 6px, 0);
            transform: translate3d(0, 6px, 0); }
  20% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  30% {
    -webkit-transform: translate3d(0, 6px, 0);
            transform: translate3d(0, 6px, 0); }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.m-scrollytelling-slide {
  position: relative;
  z-index: 10;
  min-height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px; }
  .no-scrollify .m-scrollytelling-slide {
    display: block;
    min-height: none;
    height: auto;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
        -ms-flex-align: normal;
            align-items: normal; }
  .m-scrollytelling-slide .scrollytelling-slide__content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 1s .5s;
    -o-transition: 1s .5s;
    transition: 1s .5s; }
    .is-prev .m-scrollytelling-slide .scrollytelling-slide__content {
      -webkit-transform: translate3d(0, -50px, 0);
              transform: translate3d(0, -50px, 0); }
    .is-next .m-scrollytelling-slide .scrollytelling-slide__content {
      -webkit-transform: translate3d(0, 50px, 0);
              transform: translate3d(0, 50px, 0); }
    .is-active .m-scrollytelling-slide .scrollytelling-slide__content,
    .no-scrollify .m-scrollytelling-slide .scrollytelling-slide__content {
      pointer-events: auto;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .m-scrollytelling-slide .scrollytelling-slide__content > .container {
      padding: 0;
      width: 100%;
      max-width: 1280px; }
    .m-scrollytelling-slide .scrollytelling-slide__content h2 {
      font-size: 26px;
      margin-bottom: 30px; }
    .m-scrollytelling-slide .scrollytelling-slide__content blockquote {
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
    .m-scrollytelling-slide .scrollytelling-slide__content .btn {
      border: none; }
    .m-scrollytelling-slide .scrollytelling-slide__content .teaser-list {
      margin-top: 40px; }
    .m-scrollytelling-slide .scrollytelling-slide__content .block-teaser-columns .container {
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; }
    @media (min-width: 768px) {
      .m-scrollytelling-slide .scrollytelling-slide__content {
        padding: 40px; } }
    @media (min-width: 1024px) {
      .m-scrollytelling-slide .scrollytelling-slide__content {
        padding: 100px 60px; }
        .m-scrollytelling-slide .scrollytelling-slide__content p {
          font-size: 24px;
          line-height: 1.5; }
        .m-scrollytelling-slide .scrollytelling-slide__content h2 {
          font-size: 54px;
          margin-bottom: 50px; }
        .m-scrollytelling-slide .scrollytelling-slide__content h3 {
          font-size: 30px;
          line-height: 1.3; }
        .m-scrollytelling-slide .scrollytelling-slide__content a {
          border-color: #ffffff; } }
    .m-scrollytelling-slide .scrollytelling-slide__content * {
      color: #ffffff !important; }
  .m-scrollytelling-slide .scrollytelling-slide__overlay-content {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  .m-scrollytelling-slide .scrollytelling-slide__bg-media {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    overflow: hidden; }
    .m-scrollytelling-slide .scrollytelling-slide__bg-media img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    .m-scrollytelling-slide .scrollytelling-slide__bg-media .scrollytelling-slide__bg-video {
      display: none; }
      @media (min-width: 1024px) {
        .m-scrollytelling-slide .scrollytelling-slide__bg-media .scrollytelling-slide__bg-video {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%;
          display: block; }
          .m-scrollytelling-slide .scrollytelling-slide__bg-media .scrollytelling-slide__bg-video.objectfit-polyfill {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 1;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); } }
  .m-scrollytelling-slide.scrollytelling-slide__layerbetween, .m-scrollytelling-slide.scrollytelling-slide__white {
    position: relative; }
    .m-scrollytelling-slide.scrollytelling-slide__layerbetween:before, .m-scrollytelling-slide.scrollytelling-slide__white:before {
      content: '';
      position: fixed;
      opacity: 0;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      pointer-events: none; }
    .no-scrollify .m-scrollytelling-slide.scrollytelling-slide__layerbetween:before, .no-scrollify .m-scrollytelling-slide.scrollytelling-slide__white:before {
      position: absolute; }
  .m-scrollytelling-slide.scrollytelling-slide__layerbetween:before {
    background: #000000;
    -webkit-transition: opacity .8s .3s;
    -o-transition: opacity .8s .3s;
    transition: opacity .8s .3s; }
  .is-active .m-scrollytelling-slide.scrollytelling-slide__layerbetween:before,
  .no-scrollify .m-scrollytelling-slide.scrollytelling-slide__layerbetween:before {
    opacity: 0.6; }
  .m-scrollytelling-slide.scrollytelling-slide__white:before {
    background: #ffffff;
    -webkit-transition: opacity .5s .8s;
    -o-transition: opacity .5s .8s;
    transition: opacity .5s .8s; }
  .is-active .m-scrollytelling-slide.scrollytelling-slide__white:before,
  .no-scrollify .m-scrollytelling-slide.scrollytelling-slide__white:before {
    opacity: 1;
    -webkit-transition: opacity .5s .5s;
    -o-transition: opacity .5s .5s;
    transition: opacity .5s .5s; }
  .m-scrollytelling-slide.scrollytelling-slide__white * {
    color: #000000 !important; }
  .m-scrollytelling-slide.scrollytelling-slide__white .btn, .m-scrollytelling-slide.scrollytelling-slide__white .button, .m-scrollytelling-slide.scrollytelling-slide__white button {
    color: #ffffff !important; }

.m-scrollytelling-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  height: 100%;
  width: 100%;
  background: #D30F4C;
  padding: 50px 20px;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  overflow-y: scroll; }
  @media (min-width: 768px) {
    .m-scrollytelling-overlay {
      padding: 0 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1024px) {
    .m-scrollytelling-overlay {
      padding: 0 90px; } }
  @media (min-width: 1280px) {
    .m-scrollytelling-overlay {
      padding: 0 130px; } }
  .m-scrollytelling-overlay .scrollytelling-overlay__close {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    font-size: 18px;
    border: none; }
    @media (min-width: 768px) {
      .m-scrollytelling-overlay .scrollytelling-overlay__close {
        top: 50px;
        right: 50px; } }
    .m-scrollytelling-overlay .scrollytelling-overlay__close svg {
      margin-left: 5px;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
      .m-scrollytelling-overlay .scrollytelling-overlay__close svg path {
        fill: #ffffff; }
    .m-scrollytelling-overlay .scrollytelling-overlay__close:hover svg {
      -webkit-transform: rotate(-90DEG);
          -ms-transform: rotate(-90DEG);
              transform: rotate(-90DEG); }
  .m-scrollytelling-overlay .scrollytelling-overlay__content {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    color: #ffffff;
    width: 100%; }
    .m-scrollytelling-overlay .scrollytelling-overlay__content * {
      color: #ffffff;
      max-width: 100%; }
    .m-scrollytelling-overlay .scrollytelling-overlay__content iframe {
      max-width: 100%; }
    .m-scrollytelling-overlay .scrollytelling-overlay__content > div {
      width: 100%; }
    .m-scrollytelling-overlay .scrollytelling-overlay__content a {
      color: #ffffff;
      border-bottom: 1px solid #ffffff;
      -webkit-transition: 200ms;
      -o-transition: 200ms;
      transition: 200ms; }
      .m-scrollytelling-overlay .scrollytelling-overlay__content a:hover, .m-scrollytelling-overlay .scrollytelling-overlay__content a:focus {
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .m-scrollytelling-overlay.is-active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .m-scrollytelling-overlay.is-active .scrollytelling-overlay__content {
      opacity: 1; }

.scrollytelling-footer {
  background: #D30F4C;
  color: #ffffff;
  z-index: 20;
  padding: 0;
  display: block;
  overflow: visible; }
  .scrollytelling-footer:before {
    display: none; }
  .scrollytelling-footer > .container {
    padding-top: 30px;
    padding-bottom: 10px; }
  .scrollytelling-footer .scrollytelling-footer__content {
    margin-bottom: 20px; }
  .scrollytelling-footer .block-rte * {
    color: #ffffff; }
  .scrollytelling-footer .block-rte ul li:before {
    background: #ffffff; }
  .scrollytelling-footer .payoff {
    margin-top: 10px; }
    .scrollytelling-footer .payoff svg path {
      fill: #ffffff; }
    @media (min-width: 768px) {
      .scrollytelling-footer .payoff {
        margin-top: 0;
        float: right; } }

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
.easy-autocomplete {
  position: relative; }

.easy-autocomplete a {
  display: block; }

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px; }

.easy-autocomplete-container ul li:before {
  display: none !important; }

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  background: inherit !important;
  border-color: #ccc !important;
  -o-border-image: nonev;
     border-image: nonev;
  border-style: solid !important;
  border-width: 0 1px !important;
  display: block !important;
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 4px 12px !important; }

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px; }

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb !important;
  cursor: pointer; }

.easy-autocomplete-container ul li.selected div {
  font-weight: normal; }

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all; }

.easy-autocomplete-container ul li b {
  font-weight: bold; }

.easy-autocomplete-container span.url {
  display: block;
  color: #D30F4C; }

.m-barchart {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .m-barchart .barchart__bar {
    height: 0;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 1px;
    position: relative;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s; }
    .m-barchart .barchart__bar:before, .m-barchart .barchart__bar:after {
      position: absolute;
      left: 50%;
      color: #000; }
    .m-barchart .barchart__bar:before {
      content: attr(data-percentage) "%";
      top: 0;
      font-size: 14px;
      -webkit-transform: translate3d(-50%, -100%, 0);
              transform: translate3d(-50%, -100%, 0); }
    .m-barchart .barchart__bar:after {
      content: attr(data-label);
      bottom: 0;
      font-size: 12px;
      -webkit-transform: translate3d(-50%, 100%, 0);
              transform: translate3d(-50%, 100%, 0); }
  .m-barchart.barchart--red .barchart__bar {
    background: #D30F4C; }
  .m-barchart.barchart--blue .barchart__bar {
    background: #00495F; }

.m-teaser-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .m-teaser-list > .teaser,
  .m-teaser-list > div,
  .m-teaser-list > a {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%; }
  @media (max-width: 767px) {
    .m-teaser-list > .teaser,
    .m-teaser-list > div,
    .m-teaser-list > a {
      width: 100%; }
    .m-teaser-list.filter-list > .teaser,
    .m-teaser-list.filter-list > div,
    .m-teaser-list.filter-list > a {
      margin-bottom: 30px; }
    .m-teaser-list.opleiding-list > div {
      margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .m-teaser-list.teaser-list--two-columns > .teaser,
    .m-teaser-list.teaser-list--two-columns > div,
    .m-teaser-list.teaser-list--two-columns > a {
      width: calc( 100% / 2 - 30px); }
    .m-teaser-list.teaser-list--three-columns > .teaser,
    .m-teaser-list.teaser-list--three-columns > div,
    .m-teaser-list.teaser-list--three-columns > a {
      width: calc( 100% / 3 - 30px); }
    .m-teaser-list.teaser-list--four-columns > .teaser,
    .m-teaser-list.teaser-list--four-columns > div,
    .m-teaser-list.teaser-list--four-columns > a {
      width: calc( 100% / 3 - 30px); }
    .m-teaser-list.filter-list > .teaser,
    .m-teaser-list.filter-list > div,
    .m-teaser-list.filter-list > a {
      margin-bottom: 45px; }
    .m-teaser-list.opleiding-list > div {
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .m-teaser-list.teaser-list--two-columns > .teaser,
    .m-teaser-list.teaser-list--two-columns > div,
    .m-teaser-list.teaser-list--two-columns > a {
      width: calc( 100% / 2 - 30px); }
    .m-teaser-list.teaser-list--three-columns > .teaser,
    .m-teaser-list.teaser-list--three-columns > div,
    .m-teaser-list.teaser-list--three-columns > a {
      width: calc( 100% / 3 - 30px); }
    .m-teaser-list.teaser-list--four-columns > .teaser,
    .m-teaser-list.teaser-list--four-columns > div,
    .m-teaser-list.teaser-list--four-columns > a {
      width: calc( 100% / 4 - 30px); }
    .m-teaser-list.filter-list > .teaser,
    .m-teaser-list.filter-list > div,
    .m-teaser-list.filter-list > a {
      margin-bottom: 60px; }
    .m-teaser-list.opleiding-list > div {
      margin-bottom: 0; } }

.teaser-list {
  list-style: none; }
  .teaser-list > li:before {
    display: none !important; }
  .teaser-list .teaser {
    padding-bottom: 10px; }
  @media (min-width: 1024px) {
    .teaser-list .teaser {
      margin-bottom: 30px; } }

.js--teaser_load_more {
  margin-left: 20px;
  padding: 0;
  background: transparent;
  color: #6E001C; }
  .js--teaser_load_more:hover, .js--teaser_load_more:focus {
    color: #6E001C;
    background: transparent;
    text-decoration: underline; }
  .js--teaser_load_more:after {
    content: '\e800';
    font-family: 'hr';
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(10px, 0, 0) rotate(90DEG);
            transform: translate3d(10px, 0, 0) rotate(90DEG);
    font-size: 16px; }

.m-read-also {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  min-height: 80px;
  border-radius: 4px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .m-read-also {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .m-read-also {
      margin-bottom: 38px; } }
  @media (min-width: 1024px) {
    .m-read-also {
      margin-bottom: 45px; } }

.read-also__image {
  width: 125px;
  height: 100%; }
  @media (max-width: 768px) {
    .read-also__image {
      display: none; } }
  .read-also__image img {
    display: block; }

.read-also__body {
  padding: 5px 20px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .read-also__body a {
    color: #D30F4C;
    font-weight: 600;
    margin-left: 5px; }
    .read-also__body a:hover {
      color: #00495F; }
  @media (min-width: 768px) {
    .read-also__body {
      padding: 5px 30px; } }

.m-image-divider {
  width: 100%; }

.image-divider--size-20 .image-divider__image-container {
  height: 20vh; }

.image-divider--size-30 .image-divider__image-container {
  height: 30vh; }

.image-divider--size-40 .image-divider__image-container {
  height: 40vh; }

.image-divider--size-50 .image-divider__image-container {
  height: 50vh; }

.image-divider--size-60 .image-divider__image-container {
  height: 60vh; }

.image-divider--size-70 .image-divider__image-container {
  height: 70vh; }

.image-divider__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.image-divider__figcaption {
  font-style: italic;
  font-weight: 500;
  margin-top: 10px; }

@media (min-width: 768px) {
  .block-text-blockquote__text {
    position: relative; }
    .block-text-blockquote__text:after {
      content: '';
      width: 6px;
      height: 100%;
      display: block;
      background: #D30F4C;
      position: absolute;
      right: -11%;
      top: 0; } }

@media (min-width: 768px) {
  .block-text-blockquote__quote {
    padding-top: 30px; } }

@media (max-width: 767px) {
  .block-text-blockquote__quote {
    position: relative;
    padding-left: 25px; }
    .block-text-blockquote__quote:before {
      content: '';
      width: 6px;
      height: 100%;
      display: block;
      background: #D30F4C;
      position: absolute;
      left: 0;
      top: 0; } }

.m-cta {
  display: block;
  border: none !important;
  border-radius: 8px;
  padding: 10px 30px 10px 10px;
  position: relative;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out; }
  aside.intro_cta .m-cta {
    margin-bottom: 10px; }
  .m-cta ~ .m-cta {
    margin-top: 10px !important; }
  .m-cta[href]:hover, .m-cta[href]:focus {
    border: none;
    text-decoration: none; }
  .m-cta.cta--primary {
    background-color: #D30F4C;
    color: #ffffff; }
    .m-cta.cta--primary[href]:hover, .m-cta.cta--primary[href]:focus {
      background-color: #6E001C;
      color: #ffffff; }
  .m-cta.cta--disabled {
    background-color: #999999;
    color: #ffffff; }
    .m-cta.cta--disabled[href]:hover, .m-cta.cta--disabled[href]:focus {
      background-color: #6E001C;
      color: #ffffff; }
  .m-cta.cta--secondary {
    background-color: #00495F;
    color: #ffffff; }
    .m-cta.cta--secondary[href]:hover, .m-cta.cta--secondary[href]:focus {
      background-color: #001E48;
      color: #ffffff; }
    .m-cta.cta--secondary.no-link:hover, .m-cta.cta--secondary.no-link:focus {
      background-color: #00495F;
      color: #ffffff; }
  @media (max-width: 767px) {
    .m-cta:not(.no-link):after {
      content: '\e800';
      font-family: 'hr';
      position: absolute;
      top: 14px;
      right: 20px; } }
  @media (min-width: 768px) {
    .m-cta {
      padding: 20px 17px 17px 17px;
      margin-bottom: 10px; } }
  @media (min-width: 1024px) {
    .m-cta {
      padding: 20px; } }

.cta__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
  color: currentColor; }
  @media (min-width: 768px) {
    .cta__title {
      font-size: 21px;
      font-size: 1.3125rem;
      font-weight: normal;
      margin-bottom: 8px; } }
  @media (min-width: 1024px) {
    .cta__title {
      line-height: 30px; } }

@media (min-width: 768px) {
  .cta__content {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400; } }

.cta__label,
.lc5element a {
  color: currentColor;
  position: relative;
  padding-right: 20px;
  text-align: right; }
  .intro_cta .cta__label, .intro_cta
  .lc5element a {
    text-align: left;
    padding-right: 0; }
  @media (max-width: 767px) {
    .cta__label,
    .lc5element a {
      display: none; } }
  @media (min-width: 768px) {
    .cta__label,
    .lc5element a {
      margin-top: 25px;
      display: block; }
      .m-cta:not(.no-link) .cta__label:after, .m-cta:not(.no-link)
      .lc5element a:after {
        content: '\e800';
        position: absolute;
        bottom: 2px;
        right: 0;
        font-family: 'hr';
        -webkit-transition: 0.1s ease-in-out;
        -o-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out; }
      .m-cta:not(.no-link):hover .cta__label:after,
      .m-cta:not(.no-link):focus .cta__label:after, .m-cta:not(.no-link):hover
      .lc5element a:after,
      .m-cta:not(.no-link):focus
      .lc5element a:after {
        -webkit-transform: translate3d(4px, 0, 0);
                transform: translate3d(4px, 0, 0); } }
  @media (min-width: 1024px) {
    .cta__label,
    .lc5element a {
      margin-top: 45px; } }

@media (max-width: 767px) {
  .lc5element a {
    display: block; } }

.m-contact {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden; }

.contact__image img {
  width: 100%;
  height: auto; }

.contact__content {
  padding: 10px 30px 10px 10px; }
  @media (min-width: 768px) {
    .contact__content {
      padding: 20px 17px 17px 17px;
      margin-bottom: 10px; } }
  @media (min-width: 1024px) {
    .contact__content {
      padding: 20px; } }

.contact__title {
  margin-bottom: 10px; }

.contact__body {
  display: block; }

.contact__phone {
  margin-top: 25px;
  display: block;
  font-size: 15px; }
  .contact__phone::before {
    content: 'T. ';
    font-weight: 600; }

.contact__socials {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 25px; }

.contact__socials-link {
  border-bottom: 0;
  color: #000000;
  display: block;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
  .contact__socials-link svg {
    height: 16px;
    width: 16px; }
    .contact__socials-link svg path {
      fill: currentColor; }
  .contact__socials-link:hover, .contact__socials-link:focus {
    border-bottom: none;
    color: #000000;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
    .contact__socials-link:hover svg path, .contact__socials-link:focus svg path {
      fill: currentColor; }

.c-sub-navigation {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .c-sub-navigation {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) {
    .c-sub-navigation.navigation_dots::before {
      content: '...';
      color: #ffffff;
      margin-left: 5px;
      padding: 0 5px;
      font-size: 21px;
      margin-top: 3px;
      text-shadow: 1px 0 2px rgba(0, 0, 0, 0.4); } }

.sub-navigation__item {
  position: relative; }
  .sub-navigation__item.is-active {
    z-index: 3; }
  @media (max-width: 1023px) {
    .sub-navigation__item {
      margin: 0;
      display: none; }
      .sub-navigation__item.sub-navigation__item--toggle {
        display: block; }
      .sub-navigation--mobile-open .sub-navigation__item {
        display: block; }
      .sub-navigation__item:nth-child(2) .sub-navigation__item-button-label,
      .sub-navigation__item:nth-child(2) .sub-navigation__child-item {
        padding-left: 0px; }
      .sub-navigation__item:nth-child(3) .sub-navigation__item-button-label,
      .sub-navigation__item:nth-child(3) .sub-navigation__child-item {
        padding-left: 10px; }
      .sub-navigation__item:nth-child(4) .sub-navigation__item-button-label,
      .sub-navigation__item:nth-child(4) .sub-navigation__child-item {
        padding-left: 20px; }
      .sub-navigation__item:nth-child(5) .sub-navigation__item-button-label,
      .sub-navigation__item:nth-child(5) .sub-navigation__child-item {
        padding-left: 30px; } }
  @media (min-width: 1024px) {
    .sub-navigation__item {
      margin-left: 10px; }
      .sub-navigation__item.sub-navigation__item--toggle {
        display: none; } }

.sub-navigation__item-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  border: none; }
  .sub-navigation__item-button:hover, .sub-navigation__item-button:focus {
    color: #ffffff;
    border: none; }
  .sub-navigation__item-button:only-child .sub-navigation__item-button-icon {
    display: none; }
  .sub-navigation__item:last-child .sub-navigation__item-button:only-child {
    pointer-events: none; }
  .sub-navigation__item-button[js-hook-subnavigation-toggle] {
    pointer-events: default; }
    .sub-navigation__item-button[js-hook-subnavigation-toggle] .sub-navigation__item-button-icon {
      display: block; }
      .sub-navigation--mobile-open .sub-navigation__item-button[js-hook-subnavigation-toggle] .sub-navigation__item-button-icon svg {
        -webkit-transform: scaleY(-1);
            -ms-transform: scaleY(-1);
                transform: scaleY(-1); }
  @media (max-width: 1023px) {
    .sub-navigation__item-button {
      width: 100%;
      background: #ffffff;
      color: #585858;
      padding: 16px 10px;
      -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2); }
      .sub-navigation__item-button:hover, .sub-navigation__item-button:focus {
        background: #ffffff;
        color: #D30F4C; }
      .is-active .sub-navigation__item-button {
        color: #D30F4C; }
      .sub-navigation__item--toggle .sub-navigation__item-button {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.2);
        padding: 8px 10px; } }
  @media (min-width: 1024px) {
    .sub-navigation__item-button {
      color: #ffffff;
      background: rgba(0, 0, 0, 0.2);
      padding: 8px 10px;
      position: relative;
      border-radius: 6px 18px 18px 6px;
      -webkit-transition: all 100ms ease-in-out;
      -o-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out; }
      .sub-navigation__item-button:hover, .sub-navigation__item-button:focus {
        background: rgba(0, 0, 0, 0.6); }
      .is-active .sub-navigation__item-button {
        background: #ffffff;
        color: #999999;
        border-radius: 6px 18px 0 0; }
      .sub-navigation__item-button:only-child {
        padding-right: 13px; }
        .sub-navigation__item-button:only-child .sub-navigation__item-button-icon {
          display: none; }
        .sub-navigation__item:last-child .sub-navigation__item-button:only-child {
          background: none;
          text-shadow: 1px 0 2px rgba(0, 0, 0, 0.4); } }

.sub-navigation__item-button-label {
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }
  @media (max-width: 1023px) {
    .sub-navigation__item-button-label {
      padding-right: 10px;
      max-width: 270px; } }
  @media (min-width: 1024px) {
    .sub-navigation__item-button-label {
      max-width: 99px; } }
  @media (min-width: 1280px) {
    .sub-navigation__item-button-label {
      max-width: 170px; } }

.sub-navigation__item-button-icon {
  pointer-events: none; }
  .sub-navigation__item-button-icon svg {
    height: 8px;
    width: 8px;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    -o-transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
    .sub-navigation__item-button-icon svg path {
      fill: currentColor; }
    .is-active .sub-navigation__item-button-icon svg {
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1); }
  @media (max-width: 1023px) {
    .sub-navigation__item-button-icon {
      margin-left: auto; } }
  @media (min-width: 1024px) {
    .sub-navigation__item-button-icon {
      margin-left: 5px; } }

.sub-navigation__child-list {
  position: absolute;
  z-index: 1;
  list-style: none;
  min-width: 100%;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  left: -9999px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out, left 0s linear 200ms, visibility 0s linear 200ms;
  -o-transition: opacity 200ms ease-in-out, left 0s linear 200ms, visibility 0s linear 200ms;
  transition: opacity 200ms ease-in-out, left 0s linear 200ms, visibility 0s linear 200ms; }
  .sub-navigation__item.is-active .sub-navigation__child-list {
    display: block;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: left 0s linear, visibility 0s linear, opacity 200ms ease-in-out;
    -o-transition: left 0s linear, visibility 0s linear, opacity 200ms ease-in-out;
    transition: left 0s linear, visibility 0s linear, opacity 200ms ease-in-out; }
  @media (max-width: 1023px) {
    .sub-navigation__child-list {
      background: #F5F5F5;
      padding: 10px 10px 0 10px;
      -webkit-transform: translate3d(0, -6px, 0);
              transform: translate3d(0, -6px, 0); } }
  @media (min-width: 1024px) {
    .sub-navigation__child-list {
      background: #ffffff;
      padding: 3px 0 5px 0; } }

@media (max-width: 1023px) {
  .sub-navigation__child-item {
    border-bottom: 1px solid #D7D7D7; } }

.sub-navigation__child-link {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  border: none;
  line-height: 1.3;
  white-space: nowrap;
  display: block; }
  .sub-navigation__child-link:hover, .sub-navigation__child-link:focus {
    border: none; }
  .sub-navigation__child-link.is--active {
    font-weight: 700; }
  .sub-navigation__child-link.sub-navigation__child-link--parent {
    color: #D30F4C;
    font-weight: 700;
    padding: 10px; }
  .sub-navigation__child-link:not(.sub-navigation__child-link--parent)::before {
    content: url("/svg/icons/chevron-right.svg");
    display: inline-block;
    margin-right: 8px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
  @media (max-width: 1023px) {
    .sub-navigation__child-link {
      padding: 10px 0; } }
  @media (min-width: 1024px) {
    .sub-navigation__child-link {
      padding: 5px 10px; }
      .sub-navigation__child-link:hover, .sub-navigation__child-link:focus {
        background: #f7d9e1;
        color: #000000; } }

.c-inpage-navigation {
  background: #00495F;
  overflow: hidden; }
  .c-inpage-navigation.inpage-navigation--compact::before {
    content: '';
    height: calc( 100vh + 100px);
    width: 100vw;
    background: black;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out; }
  .c-inpage-navigation.inpage-navigation--compact.inpage-navigation--compact-active::before {
    opacity: 0.3;
    pointer-events: auto; }

.inpage-navigation__compact-trigger-container {
  display: none; }
  .inpage-navigation--compact .inpage-navigation__compact-trigger-container {
    display: block;
    width: 100%;
    max-width: 280px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.inpage-navigation__compact-trigger-label {
  white-space: nowrap;
  color: #ffffff; }

.inpage-navigation__compact-trigger-trigger {
  background: #D30F4C;
  border-radius: 4px;
  padding: 5px 10px;
  margin-left: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  position: relative;
  color: #ffffff;
  -webkit-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out; }
  .inpage-navigation__compact-trigger-trigger svg {
    height: 12px;
    width: 15px; }
    .inpage-navigation__compact-trigger-trigger svg path {
      fill: #ffffff; }
  .inpage-navigation--compact-active .inpage-navigation__compact-trigger-trigger {
    background: #F8F5EE;
    color: #D30F4C; }
    .inpage-navigation--compact-active .inpage-navigation__compact-trigger-trigger svg path {
      fill: #D30F4C; }

.inpage-navigation__compact-trigger-text {
  margin-left: 8px; }
  @media (max-width: 767px) {
    .inpage-navigation__compact-trigger-text {
      max-width: 150px;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden; } }

.inpage-navigation__compact-trigger-icon {
  position: relative;
  width: 15px;
  height: 12px;
  line-height: 0; }

.inpage-navigation__compact-trigger-icon-open,
.inpage-navigation__compact-trigger-icon-close {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 15px;
  display: block;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }

.inpage-navigation__compact-trigger-icon-open {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }
  .inpage-navigation--compact-active .inpage-navigation__compact-trigger-icon-open {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }

.inpage-navigation__compact-trigger-icon-close {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }
  .inpage-navigation--compact-active .inpage-navigation__compact-trigger-icon-close {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.inpage-navigation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 20px; }
  .inpage-navigation--compact .inpage-navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 280px;
    background: #00495F;
    -webkit-transform: translate3d(-100%, -1px, 0);
            transform: translate3d(-100%, -1px, 0);
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    -o-transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    max-height: 85vh;
    overflow: auto;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
  .inpage-navigation--compact-active .inpage-navigation__list {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0); }

.inpage-navigation__link {
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 10px;
  color: #ffffff;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }
  .inpage-navigation__link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #D30F4C;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out; }
  .inpage-navigation--compact .inpage-navigation__link {
    padding: 1rem; }
    .inpage-navigation--compact .inpage-navigation__link::before {
      width: 4px;
      height: 100%;
      left: 0; }
  .inpage-navigation__link:hover, .inpage-navigation__link:focus, .inpage-navigation__link.is-active {
    border: none;
    color: #ffffff; }
    .inpage-navigation__link:hover::before, .inpage-navigation__link:focus::before, .inpage-navigation__link.is-active::before {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }

.inpage-navigation__label {
  white-space: nowrap; }
  @media (max-width: 767px) {
    .inpage-navigation--compact-active .inpage-navigation__label {
      max-width: 230px;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden; } }

.m-pie-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .m-pie-chart {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) {
    .m-pie-chart {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media (max-width: 1023px) {
  .pie-chart__chart-container,
  .pie-chart__legenda-container {
    width: 100%; } }

@media (min-width: 1024px) {
  .pie-chart__chart-container,
  .pie-chart__legenda-container {
    width: 50%; } }

.pie-chart__chart-container {
  text-align: center; }

@media (min-width: 768px) {
  .pie-chart__legenda-container {
    padding-left: 20px; } }

.pie-chart__title {
  display: block;
  text-align: center;
  font-weight: 500;
  margin-top: 10px; }

.pie-chart__legenda {
  list-style: none;
  margin-top: 20px; }

.pie-chart__legenda-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .pie-chart__legenda-item::before {
    content: '';
    height: 18px;
    width: 18px;
    min-width: 18px;
    display: block;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    margin-right: 10px; }
  .pie-chart__legenda-item.pie-chart__legenda-item--red::before {
    border-color: #D30F4C; }
  .pie-chart__legenda-item.pie-chart__legenda-item--yellow::before {
    border-color: #FFB910; }
  .pie-chart__legenda-item.pie-chart__legenda-item--blue::before {
    border-color: #0199FF; }
  .pie-chart__legenda-item.pie-chart__legenda-item--grey::before {
    border-color: #999999; }
  .pie-chart__legenda-item.pie-chart__legenda-item--red-light::before {
    border-color: #f7d9e1; }
  .pie-chart__legenda-item.pie-chart__legenda-item--blue-light::before {
    border-color: #E0F4FE; }

.ol-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid #00f; }

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute; }

.ol-scale-line {
  background: rgba(0, 60, 136, 0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute; }

.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents,width; }

.ol-overlay-container {
  will-change: left,right,top,bottom; }

.ol-unsupported {
  display: none; }

.ol-unselectable,
.ol-viewport {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.ol-control {
  position: absolute;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 2px; }

.ol-control:hover {
  background-color: #ffffff; }

.ol-zoom {
  top: .5em;
  left: .5em; }

.ol-rotate {
  top: .5em;
  right: .5em;
  -webkit-transition: opacity .25s linear,visibility 0s linear;
  -o-transition: opacity .25s linear,visibility 0s linear;
  transition: opacity .25s linear,visibility 0s linear; }

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s linear,visibility 0s linear .25s;
  -o-transition: opacity .25s linear,visibility 0s linear .25s;
  transition: opacity .25s linear,visibility 0s linear .25s; }

.ol-zoom-extent {
  top: 4.643em;
  left: .5em; }

.ol-full-screen {
  right: .5em;
  top: .5em; }

@media print {
  .ol-control {
    display: none; } }

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: #D30F4C;
  border: none;
  border-radius: 2px; }

.ol-control button:focus,
.ol-control button:hover {
  text-decoration: none;
  background-color: #6E001C; }

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0; }

.ol-zoom-extent button {
  line-height: 1.4em; }

.ol-compass {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  will-change: transform; }

.ol-touch .ol-control button {
  font-size: 1.5em; }

.ol-touch .ol-zoom-extent {
  top: 5.5em; }

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0; }

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px; }

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em); }

.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff; }

.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit; }

.ol-attribution li:not(:last-child):after {
  content: " "; }

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle; }

.ol-attribution button,
.ol-attribution ul {
  display: inline-block; }

.ol-attribution.ol-collapsed ul {
  display: none; }

.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8); }

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em; }

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em; }

.ol-attribution.ol-uncollapsible button {
  display: none; }

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px; }

.ol-zoomslider button {
  position: relative;
  height: 10px; }

.ol-touch .ol-zoomslider {
  top: 5.5em; }

.ol-overviewmap {
  left: .5em;
  bottom: .5em; }

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0; }

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block; }

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px; }

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 1px;
  left: 2px;
  position: absolute; }

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none; }

.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8); }

.ol-overviewmap-box {
  border: 2px dotted rgba(0, 60, 136, 0.7); }

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move; }
.timeline__yearlist {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 4px solid #ffffff;
  background: #ffffff;
  overflow: hidden; }

.timeline__yearlist-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  -webkit-transition: width 200ms ease-in-out;
  -o-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out; }
  .timeline__yearlist-item:not(:last-child) {
    border-right: 4px solid #ffffff; }
  .timeline__yearlist-item.is--active::after {
    opacity: 1; }
  .timeline__yearlist--num-of-childs-3 .timeline__yearlist-item {
    width: 30%; }
    .timeline__yearlist--num-of-childs-3 .timeline__yearlist-item.is--active {
      width: 40%; }
  .timeline__yearlist--num-of-childs-4 .timeline__yearlist-item {
    width: calc( 67% / 3); }
    .timeline__yearlist--num-of-childs-4 .timeline__yearlist-item.is--active {
      width: 33%; }
  .timeline__yearlist--num-of-childs-5 .timeline__yearlist-item {
    width: calc( 75% / 4); }
    .timeline__yearlist--num-of-childs-5 .timeline__yearlist-item.is--active {
      width: 25%; }

.timeline__yearlist-link {
  background: #ffffff;
  display: block;
  border: none;
  padding: 18px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  overflow: hidden; }
  .timeline__yearlist-item.is--active .timeline__yearlist-link {
    background: #D30F4C;
    color: #ffffff;
    pointer-events: none;
    font-weight: 600; }
  .timeline__yearlist-link:hover, .timeline__yearlist-link:focus {
    border: none;
    background: #6E001C;
    color: #ffffff; }
  @media (max-width: 767px) {
    .timeline__yearlist-link {
      padding: 10px; } }
  .timeline__yearlist-link span {
    pointer-events: none; }
    @media (max-width: 767px) {
      .timeline__yearlist-link span {
        opacity: 0;
        -webkit-transition: opacity 200ms ease-in-out;
        -o-transition: opacity 200ms ease-in-out;
        transition: opacity 200ms ease-in-out; }
        .timeline__yearlist-item.is--active .timeline__yearlist-link span {
          opacity: 1; } }

@media (max-width: 767px) {
  .timeline__semester-container {
    overflow: hidden; } }

@media (min-width: 1024px) {
  .timeline__semester-container {
    margin-left: 75px;
    margin-right: 75px; } }

.timeline__semester-carousel .owl-nav {
  background: #ffffff; }
  @media (min-width: 768px) {
    .timeline__semester-carousel .owl-nav {
      top: 32px;
      right: 30px; } }
  @media (min-width: 1024px) {
    .timeline__semester-carousel .owl-nav {
      top: 38px;
      right: 35px; } }

.timeline__semester-carousel .owl-item {
  background: #ffffff;
  border-radius: 4px; }

.timeline__semester {
  padding: 20px; }
  .timeline__semester h2 {
    margin-bottom: 35px; }
  .timeline__semester ul {
    list-style: none; }
    .timeline__semester ul li {
      position: relative;
      padding: 0 20px;
      margin-bottom: 7px;
      display: inline-block;
      width: 100%; }
      .timeline__semester ul li::before {
        content: '';
        height: 6px;
        width: 6px;
        background: #D30F4C;
        position: absolute;
        top: 8px;
        left: 0; }
  @media (max-width: 767px) {
    .timeline__semester::after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      height: 100vh;
      width: 15px;
      background: #ffffff; } }
  @media (min-width: 768px) {
    .timeline__semester {
      padding: 30px 40px; }
      .timeline__semester ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
    .timeline__semester {
      padding: 35px 40px; } }

.takeover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background-color: #fff; }

.takeover__modal,
.takeover__video,
.takeover__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.takeover__media .takeover__video {
  display: none; }

.takeover__media .takeover__image {
  display: none; }

.takeover__media--video .takeover__video {
  display: block; }

.takeover__media--image .takeover__image {
  display: block;
  background-image: url(/images/dummy/takeover.jpg);
  background-size: cover; }

.takeover__video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.takeover__modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in;
  -o-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in; }
  .takeover__modal.is-active {
    opacity: 1; }

.takeover__modal-box {
  background-color: rgba(204, 1, 51, 0.9);
  padding: 48px 36px 56px;
  text-align: center;
  max-width: 80vw; }
  @media (min-width: 768px) {
    .takeover__modal-box {
      padding: 55px 95px 70px;
      max-width: 717px; } }

.takeover__heading {
  font-size: 30px;
  color: #fff;
  margin-bottom: 38px;
  font-weight: 400; }
  @media (min-width: 768px) {
    .takeover__heading {
      font-size: 50px; } }

.takeover__button {
  background-color: rgba(255, 185, 16, 0.9);
  color: #000000;
  padding: 10px 20px 12px 20px;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 1px; }
  .takeover__button:hover, .takeover__button:focus {
    cursor: pointer;
    background-color: rgba(246, 174, 0, 0.9);
    color: #000000;
    border-bottom: 1px solid rgba(246, 174, 0, 0.9);
    margin-bottom: 0; }
  @media (max-width: 400px) {
    .takeover__button {
      padding: 10px 10px 12px 10px; } }
  @media (min-width: 768px) {
    .takeover__button {
      padding: 10px 40px 12px 40px; } }

.c-admissions-filter {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .c-admissions-filter {
      padding-left: 15px;
      padding-right: 0; } }
  .c-admissions-filter .toggle-content {
    margin: 0;
    border: 0;
    border-radius: 4px;
    overflow: hidden; }
    .c-admissions-filter .toggle-content:not(.open) {
      background-color: #D30F4C; }
      .c-admissions-filter .toggle-content:not(.open) .toggle span,
      .c-admissions-filter .toggle-content:not(.open) .toggle strong, .c-admissions-filter .toggle-content:not(.open) .toggle:after {
        color: #ffffff; }
    .c-admissions-filter .toggle-content.open {
      background-color: #ffffff;
      -webkit-transition: background 200ms ease-in-out;
      -o-transition: background 200ms ease-in-out;
      transition: background 200ms ease-in-out; }
      .c-admissions-filter .toggle-content.open .toggle:after {
        content: "\e800";
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  .c-admissions-filter .toggle {
    padding-left: 15px;
    padding-right: 60px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .c-admissions-filter .toggle {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-left: 30px; } }
    .c-admissions-filter .toggle span {
      margin-right: 10px; }
    .c-admissions-filter .toggle:after {
      content: "\e800";
      top: calc(50% - 9px);
      right: 25px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: -webkit-transform 200ms ease-in-out;
      transition: -webkit-transform 200ms ease-in-out;
      -o-transition: transform 200ms ease-in-out;
      transition: transform 200ms ease-in-out;
      transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
    @media (min-width: 768px) {
      .c-admissions-filter .toggle strong {
        margin-left: auto; } }
  .c-admissions-filter .content {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .c-admissions-filter .content {
        padding-left: 30px;
        padding-right: 30px; } }

.admissions-filter__form {
  overflow: hidden; }

.admissions-filter__warning {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 30px;
  margin-bottom: 0 !important; }

.admissions-filter__form-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.admissions-filter__form-column {
  width: 100%; }
  @media (min-width: 768px) {
    .admissions-filter__form-column {
      margin-right: 30px;
      width: calc(50% - 30px); } }
  @media (min-width: 768px) {
    .admissions-filter__form-column:not(:last-child) {
      border-right: 2px solid #D7D7D7; } }

.button-chat {
  background-color: transparent;
  padding: 10px 0 0 0;
  font-weight: 400;
  width: 100%;
  text-align: left;
  position: relative; }
  .button-chat:hover, .button-chat:focus {
    background-color: transparent; }

@media (min-width: 1024px) {
  .button-chat {
    margin-top: 45px; } }

@media (min-width: 768px) {
  .button-chat {
    margin-top: 25px; }
    .button-chat::after {
      content: '\e800';
      position: absolute;
      bottom: 2px;
      right: 0;
      font-family: 'hr';
      -webkit-transition: 0.1s ease-in-out;
      -o-transition: 0.1s ease-in-out;
      transition: 0.1s ease-in-out; }
    .button-chat:hover::after {
      -webkit-transform: translateX(2px);
          -ms-transform: translateX(2px);
              transform: translateX(2px); } }

.TrengoWidgetLauncher__iframe,
.TrengoOnlineStatus__iframe {
  display: none; }

.m-countdown {
  background: #FFB910;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  .m-countdown.countdown--red {
    background: #D30F4C; }
  .m-countdown.countdown--red-light {
    background: #f7d9e1; }
  .m-countdown.countdown--blue-light {
    background: #E0F4FE; }
  @media (min-width: 768px) {
    .m-countdown {
      padding: 20px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.countdown__title {
  font-size: 18px;
  font-weight: 600;
  color: #000000; }
  .countdown--red .countdown__title {
    color: #ffffff; }
  @media (min-width: 768px) {
    .countdown__title {
      font-size: 24px;
      width: calc(100% / 3);
      padding-right: 30px; } }

.countdown__remaining-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .countdown__remaining-time {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .countdown__remaining-time {
      width: calc(100% / 3);
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.countdown__remaining-time-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .countdown__remaining-time-item + .countdown__remaining-time-item {
    margin-left: 10px; }

.countdown__remaining-time-value-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65px;
  width: 55px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative; }
  .countdown__remaining-time-value-container::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background-image: linear-gradient(180deg, #FFFFFF 0%, #EDEDED 100%); }

.countdown__remaining-time-value {
  font-size: 24px;
  font-weight: 600;
  z-index: 1; }

.countdown__remaining-time-label {
  text-align: center;
  margin-top: 3px;
  margin-bottom: -5px; }
  .countdown--red .countdown__remaining-time-label {
    color: #ffffff; }

.countdown__action {
  text-decoration: none;
  border: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% / 3);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 30px; }
  @media (max-width: 767px) {
    .countdown__action {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      padding-right: 20px; } }
  .countdown__action svg {
    height: 20px;
    width: 10px;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    -o-transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
    .countdown__action svg path {
      fill: #000000; }
      .countdown--red .countdown__action svg path {
        fill: #ffffff; }
  .countdown__action:hover {
    color: #000000; }
    .countdown__action:hover svg {
      -webkit-transform: translate3d(4px, 0, 0);
              transform: translate3d(4px, 0, 0); }
  .countdown--red .countdown__action {
    color: #ffffff; }

.countdown__action-label {
  font-size: 19px;
  font-weight: 600;
  margin-right: 8px;
  -webkit-transform: translate3d(0, -1px, 0);
          transform: translate3d(0, -1px, 0); }
  @media (max-width: 767px) {
    .countdown__action-label {
      display: none; } }

.c-show-more {
  padding: 0;
  background: transparent;
  color: #D30F4C;
  margin-top: 10px; }
  .c-show-more::after {
    content: '\e800';
    font-family: 'hr';
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(10px, 0, 0) rotate(90DEG);
            transform: translate3d(10px, 0, 0) rotate(90DEG);
    font-size: 16px; }
  .c-show-more:hover, .c-show-more:focus {
    color: #6E001C;
    background: transparent;
    text-decoration: underline; }
  .c-show-more.is--hidden {
    display: none; }

.show-more__list .is--hidden {
  display: none; }

.block {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  width: 100%; }
  .block .block-header {
    margin-bottom: 20px; }
  .block .block-header__title {
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: 600;
    color: #001E48;
    line-height: 37px;
    margin-bottom: 3px; }
  .block .sub-title {
    background: #00495F;
    color: #ffffff;
    display: inline-block;
    padding: 2px 7px;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom: 3px; }
  .block .block-header__description {
    margin-top: 20px;
    margin-bottom: 3px; }
  .block.block-inline {
    margin-top: 0; }
  .block.padding-top {
    padding-top: 30px !important; }
  .block.padding-bottom {
    padding-bottom: 30px !important; }
  .block.no-padding-top {
    padding-top: 0 !important; }
  .block.no-padding-bottom {
    padding-bottom: 0 !important; }
  .block.bg-grey {
    background: #F5F5F5; }
  @media (min-width: 768px) {
    .block {
      padding-top: 38px;
      padding-bottom: 38px; }
      .block.block-small .container > div {
        width: calc(100% / (12/9)); }
      .block.padding-top {
        padding-top: 38px !important; }
      .block.padding-bottom {
        padding-bottom: 38px !important; }
      .block .sub-title {
        font-size: 18px;
        font-size: 1.125rem; } }
  @media (min-width: 1024px) {
    .block {
      padding-top: 45px;
      padding-bottom: 45px; }
      .block .block-header {
        margin-bottom: 30px; }
      .block.padding-top {
        padding-top: 45px !important; }
      .block.padding-bottom {
        padding-bottom: 45px !important; }
      .block .sub-title {
        font-size: 19px;
        font-size: 1.1875rem; } }
  .block-teaser-carousel {
    overflow-x: hidden; }
  .block.image-divider--no-caption {
    padding-bottom: 0; }

.block-introduction {
  padding-top: 30px;
  position: relative; }
  .block-introduction .block-introduction__image {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px; }
  .block-introduction .collapsable {
    overflow: hidden;
    height: 100%;
    min-height: 420px;
    margin-bottom: 50px;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out; }
    .block-introduction .collapsable .toggle-collapse {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 28px;
      cursor: pointer;
      z-index: 2;
      display: block;
      padding: 8px 0 0 0;
      text-align: right;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #F8F5EE));
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #F8F5EE 75%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #F8F5EE 75%); }
      .block-introduction .collapsable .toggle-collapse:before {
        color: #6E001C;
        font-size: 24px;
        font-size: 1.5rem;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
    .block-introduction .collapsable.collapsed {
      height: 420px !important; }
      .block-introduction .collapsable.collapsed.hover {
        height: 440px !important; }
      .block-introduction .collapsable.collapsed .toggle-collapse {
        height: 108px; }
        .block-introduction .collapsable.collapsed .toggle-collapse:before {
          content: "\e808"; }
  @media (min-width: 768px) {
    .block-introduction .block-introduction__image {
      width: 150px;
      display: inline-block;
      margin-right: 25px;
      vertical-align: top; }
    .block-introduction .block-introduction__image + .block-introduction__content {
      display: inline-block;
      width: calc( 100% - 180px);
      vertical-align: top; }
    .block-introduction .collapsable.collapsed {
      height: 480px !important; }
      .block-introduction .collapsable.collapsed.hover {
        height: 500px !important; } }
  @media (min-width: 1024px) {
    .block-introduction {
      padding-top: 50px; }
      .block-introduction .collapsable {
        margin-bottom: 0; }
        .block-introduction .collapsable.collapsed {
          height: 420px !important; }
          .block-introduction .collapsable.collapsed.hover {
            height: 440px !important; }
        .block-introduction .collapsable .toggle-collapse:hover:before {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); } }
  .no-js .block-introduction .collapsable .toggle-collapse {
    display: none; }

.block-mozaiek.block-mozaiek-in-ol {
  padding-bottom: 0; }

.block-mozaiek__flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (max-width: 767px) {
    .block-mozaiek__flex-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 768px) {
    .block-mozaiek__flex-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 1480px) {
    .block-mozaiek__flex-container {
      margin-left: -15px;
      margin-right: -15px; } }

@media (max-width: 767px) {
  .block-mozaiek__flex-item {
    width: 100%;
    margin-bottom: 10px; }
    .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser {
      padding-bottom: 0; }
      .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser:after {
        display: none; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser {
        margin-bottom: 0; } }
    @media (max-width: 767px) and (min-width: 768px) {
      .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser {
        margin-bottom: 30px; } }

@media (max-width: 767px) {
      .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser .teaser-image {
        position: relative;
        margin-bottom: 0;
        height: auto !important; }
        .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser .teaser-image img {
          height: auto;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          position: relative;
          z-index: 1; }
        .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser .teaser-image video {
          height: 100%;
          width: 100%; }
        .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser .teaser-image iframe {
          z-index: 4; }
        .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser .teaser-image:after {
          content: "";
          position: absolute;
          z-index: 2;
          height: 100%;
          width: 100%;
          bottom: 0;
          left: 0;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, rgba(0, 0, 0, 0)), color-stop(94%, rgba(0, 0, 0, 0.45)));
          background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.45) 94%);
          background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.45) 94%); }
      .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser .teaser-iframe {
        position: absolute;
        z-index: 4;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
      .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser .teaser-content {
        position: absolute;
        z-index: 3;
        bottom: 0;
        left: 0;
        padding: 20px; }
        .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser .teaser-content h1.teaser-title,
        .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser .teaser-content h2.teaser-title,
        .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 .teaser .teaser-content span.teaser-metadata {
          color: #ffffff !important;
          text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); } }

@media (min-width: 768px) {
  .block-mozaiek__flex-item {
    padding-left: 15px;
    padding-right: 15px; }
    .block-mozaiek__flex-item.block-mozaiek__flex-item--item-1 {
      width: calc( 100% / 12 * 5);
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
    .block-mozaiek__flex-item.block-mozaiek__flex-item--item-2 {
      width: calc( 100% / 12 * 7); }
    .block-mozaiek__flex-item.block-mozaiek__flex-item--item-3 {
      width: calc( 100% / 12 * 6.5);
      margin-left: calc( 100% / 12 * 2 / 2); }
    .block-mozaiek__flex-item.block-mozaiek__flex-item--item-4 {
      width: calc( 100% / 12 * 3); }
    .block-mozaiek__flex-item .cookie-warning-content {
      height: calc( 100% - 30px); } }

.block-mozaiek__flex-item .cookie-warning-content {
  z-index: 11; }

.block-mozaiek__flex-item .teaser-mozaiek .teaser-content {
  position: absolute;
  width: 100%;
  bottom: 0; }

.block-combo {
  padding-top: 0; }
  .block-combo .item {
    position: relative; }
    .block-combo .item .teaser-title {
      max-width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      -webkit-line-clamp: 3;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
    .block-combo .item.item-teaser-mozaiek {
      margin-bottom: 10px; }
    .block-combo .item.item-nieuws, .block-combo .item.item-agenda {
      margin: 25px 15px;
      color: #000000;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .block-combo .item.item-nieuws h2, .block-combo .item.item-agenda h2 {
        font-size: 27px;
        font-size: 1.6875rem; }
      .block-combo .item.item-nieuws ul.nieuws-list,
      .block-combo .item.item-nieuws ul.agenda-list, .block-combo .item.item-agenda ul.nieuws-list,
      .block-combo .item.item-agenda ul.agenda-list {
        list-style: none; }
        .block-combo .item.item-nieuws ul.nieuws-list li,
        .block-combo .item.item-nieuws ul.agenda-list li, .block-combo .item.item-agenda ul.nieuws-list li,
        .block-combo .item.item-agenda ul.agenda-list li {
          margin-bottom: 10px; }
          .block-combo .item.item-nieuws ul.nieuws-list li .teaser-content h1.teaser-title,
          .block-combo .item.item-nieuws ul.agenda-list li .teaser-content h1.teaser-title, .block-combo .item.item-agenda ul.nieuws-list li .teaser-content h1.teaser-title,
          .block-combo .item.item-agenda ul.agenda-list li .teaser-content h1.teaser-title {
            font-size: 21px;
            font-size: 1.3125rem;
            line-height: 30px; }
    .block-combo .item.item-nieuws {
      margin-top: 0; }
    .block-combo .item.item-agenda {
      margin-top: 50px; }
      .block-combo .item.item-agenda ul.agenda-list li .teaser-content h1.teaser-title {
        min-height: 42px; }
      .block-combo .item.item-agenda .teaser {
        padding-bottom: 0; }
    .block-combo .item a.show-all {
      font-size: 15px;
      font-size: 0.9375rem;
      float: right;
      color: #D30F4C;
      border-bottom: none; }
      .block-combo .item a.show-all:after {
        content: '\e800';
        font-family: 'hr';
        margin-left: 10px; }
      .block-combo .item a.show-all:hover {
        color: #6E001C; }
      .block-combo .item a.show-all:focus {
        border-bottom: 1px solid #D30F4C; }
  @media (max-width: 767px) {
    .block-combo .row-nomargin-mobile {
      margin-left: 0;
      margin-right: 0; }
    .block-combo .item.item-agenda .teaser-agenda {
      height: auto;
      min-height: 50px;
      border: none !important;
      margin-bottom: 20px; }
      .block-combo .item.item-agenda .teaser-agenda .date {
        position: absolute;
        top: 25px;
        left: 25px;
        width: 50px; }
        .block-combo .item.item-agenda .teaser-agenda .date .date-day {
          display: block;
          font-size: 30px;
          font-size: 1.875rem;
          line-height: 30px; }
        .block-combo .item.item-agenda .teaser-agenda .date .date-month {
          display: block;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 18px; }
      .block-combo .item.item-agenda .teaser-agenda .teaser-content h1.teaser-title {
        margin-left: 60px;
        display: inline-block; } }
  @media (min-width: 768px) {
    .block-combo .item.item-nieuws, .block-combo .item.item-agenda {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0; }
      .block-combo .item.item-nieuws ul.nieuws-list li,
      .block-combo .item.item-nieuws ul.agenda-list li, .block-combo .item.item-agenda ul.nieuws-list li,
      .block-combo .item.item-agenda ul.agenda-list li {
        margin-bottom: 15px; }
      .block-combo .item.item-nieuws ul.nieuws-list .nieuwsblog-teaser,
      .block-combo .item.item-nieuws ul.agenda-list .nieuwsblog-teaser, .block-combo .item.item-agenda ul.nieuws-list .nieuwsblog-teaser,
      .block-combo .item.item-agenda ul.agenda-list .nieuwsblog-teaser {
        margin-bottom: 0; }
        .block-combo .item.item-nieuws ul.nieuws-list .nieuwsblog-teaser:hover,
        .block-combo .item.item-nieuws ul.agenda-list .nieuwsblog-teaser:hover, .block-combo .item.item-agenda ul.nieuws-list .nieuwsblog-teaser:hover,
        .block-combo .item.item-agenda ul.agenda-list .nieuwsblog-teaser:hover {
          border-color: #D30F4C; }
      .block-combo .item.item-nieuws ul.agenda-list li, .block-combo .item.item-agenda ul.agenda-list li {
        margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .block-combo .item.item-nieuws {
      margin-bottom: 50px; }
      .block-combo .item.item-nieuws ul.nieuws-list {
        margin-left: -15px;
        margin-right: -15px; }
        .block-combo .item.item-nieuws ul.nieuws-list li {
          width: 49.5%;
          display: inline-block;
          padding-left: 15px;
          padding-right: 15px; }
          .block-combo .item.item-nieuws ul.nieuws-list li .teaser {
            padding-bottom: 15px; }
    .block-combo .item.item-teaser-mozaiek {
      height: 225px;
      margin-bottom: 20px; }
      .block-combo .item.item-teaser-mozaiek .teaser-content h1.teaser-title {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 22px; }
    .block-combo .item.item-agenda {
      margin-top: 25px; }
      .block-combo .item.item-agenda ul.agenda-list {
        margin-left: -15px;
        margin-right: -15px; }
        .block-combo .item.item-agenda ul.agenda-list li {
          width: 33.1%;
          display: inline-block;
          padding-left: 15px;
          padding-right: 15px; } }
  @media (min-width: 1024px) {
    .block-combo .item {
      height: 320px;
      margin-bottom: 20px; }
      .block-combo .item.item-teaser-mozaiek {
        margin-bottom: 20px; }
      .block-combo .item.item-nieuws ul.nieuws-list li .teaser-content h1.teaser-title,
      .block-combo .item.item-nieuws ul.agenda-list li .teaser-content h1.teaser-title, .block-combo .item.item-agenda ul.nieuws-list li .teaser-content h1.teaser-title,
      .block-combo .item.item-agenda ul.agenda-list li .teaser-content h1.teaser-title {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 21px; }
      .block-combo .item.item-nieuws .block-header, .block-combo .item.item-agenda .block-header {
        margin-bottom: 15px; }
        .block-combo .item.item-nieuws .block-header .sub-title, .block-combo .item.item-agenda .block-header .sub-title {
          display: none; }
      .block-combo .item.item-nieuws {
        height: 660px; }
        .block-combo .item.item-nieuws .teaser {
          border-bottom: none; }
          .block-combo .item.item-nieuws .teaser .teaser-content .teaser-text {
            display: none; }
      .block-combo .item.item-agenda ul.agenda-list li {
        margin-bottom: 20px; }
      .block-combo .item.item-agenda .teaser-agenda {
        height: auto;
        min-height: 50px;
        margin-bottom: 0; }
        .block-combo .item.item-agenda .teaser-agenda .date {
          position: absolute;
          top: 25px;
          left: 25px;
          width: 50px; }
          .block-combo .item.item-agenda .teaser-agenda .date .date-day {
            display: block;
            font-size: 30px;
            font-size: 1.875rem;
            line-height: 30px; }
          .block-combo .item.item-agenda .teaser-agenda .date .date-month {
            display: block;
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 18px; }
        .block-combo .item.item-agenda .teaser-agenda .teaser-content h1.teaser-title {
          margin-left: 60px;
          display: inline-block;
          font-size: 18px;
          font-size: 1.125rem; }
        .block-combo .item.item-agenda .teaser-agenda:hover {
          border-color: #D30F4C; }
      .block-combo .item a.show-all {
        margin-top: auto;
        margin-left: auto;
        font-size: 15px;
        font-size: 0.9375rem; } }
  .block-combo .teaser-image-background {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms; }
    @media (max-width: 767px) {
      .block-combo .teaser-image-background {
        height: 175px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .block-combo .teaser-image-background {
        height: 225px; } }
    @media (min-width: 1024px) {
      .block-combo .teaser-image-background {
        height: 320px; } }

section.block-blockquote blockquote {
  padding-left: 20px;
  border-left: 6px solid #D30F4C;
  margin-top: 10px;
  margin-bottom: 30px; }
  section.block-blockquote blockquote p {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 10px; }
  section.block-blockquote blockquote .author {
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px; }
  section.block-blockquote blockquote .title {
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px; }

@media (min-width: 768px) {
  section.block-blockquote blockquote {
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 50px; }
    section.block-blockquote blockquote p {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px;
      margin-bottom: 15px; }
    section.block-blockquote blockquote .author {
      font-size: 15px;
      font-size: 0.9375rem; }
    section.block-blockquote blockquote .title {
      font-size: 15px;
      font-size: 0.9375rem; } }

@media (min-width: 1024px) {
  section.block-blockquote blockquote {
    padding-left: 44px; } }

@media (min-width: 1100px) {
  section.block-blockquote blockquote {
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0); } }

@media (min-width: 1400px) {
  section.block-blockquote blockquote {
    -ms-transform: translate(-75px, 0);
    -webkit-transform: translate(-75px, 0);
    transform: translate(-75px, 0); } }

.block-carousel {
  overflow: hidden; }
  .block-carousel.block-portfolio-carousel .owl-carousel .owl-item img {
    border: 1px solid #000000; }
  @media (min-width: 768px) {
    .block-carousel .owl-carousel.single-image iframe {
      height: 370px; } }
  @media (min-width: 1024px) {
    .block-carousel .owl-carousel.single-image iframe {
      height: 460px; } }
  @media (min-width: 1280px) {
    .block-carousel .owl-carousel.single-image iframe {
      height: 510px; } }
  .no-js .block-carousel {
    display: block; }
    .no-js .block-carousel img {
      max-width: 100%; }

.owl-carousel {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  .owl-carousel.owl-carousel-loop .owl-stage-outer {
    overflow: visible; }
  .owl-carousel.single-image {
    display: block; }
    .owl-carousel.single-image * {
      max-width: 100%;
      height: auto; }
    .owl-carousel.single-image iframe {
      height: 250px; }
  @media (max-width: 767px) {
    .owl-carousel {
      width: 93%; }
      .owl-carousel .owl-stage-outer {
        overflow: visible; }
      .owl-carousel .owl-nav {
        display: none; } }

@media (max-width: 767px) {
  .home-carousel .owl-stage-outer {
    overflow: hidden; } }

.owl-item figure {
  padding-bottom: 50px;
  position: relative; }
  .owl-item figure img {
    border-radius: 4px; }

.owl-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  height: 40px;
  width: calc( 100% - 150px);
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }
  .owl-item figcaption strong {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    font-size: 0.9375rem; }

.owl-item.active figcaption {
  opacity: 1; }

.owl-item .has-video {
  position: relative;
  cursor: pointer; }
  .owl-item .has-video .video-play {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    cursor: pointer; }
    .owl-item .has-video .video-play::after {
      content: '';
      display: block;
      position: absolute;
      z-index: 0;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-40%, -50%, 0);
              transform: translate3d(-40%, -50%, 0);
      height: 1px;
      width: 1px;
      border-top: 15px solid transparent;
      border-right: 0;
      border-bottom: 15px solid transparent;
      border-left: 20px solid #fff; }
    .owl-item .has-video .video-play::before {
      content: '';
      position: absolute;
      z-index: -1;
      height: 70px;
      width: 70px;
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      background: #D30F4C;
      border-radius: 5px;
      -webkit-transition: background 200ms ease-in-out;
      -o-transition: background 200ms ease-in-out;
      transition: background 200ms ease-in-out; }
    .owl-item .has-video .video-play:hover::before {
      background: #bb0d43; }
  .owl-item .has-video .owl-carousel-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    border: 0; }
  .owl-item .has-video img {
    position: relative;
    z-index: 1; }
    .owl-item .has-video img.is--out-view {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1; }

.owl-item .cookie-warning-content {
  z-index: 4; }

.owl-nav {
  position: absolute;
  width: 150px;
  right: 0;
  bottom: 0;
  height: 40px;
  background: #F8F5EE; }
  .owl-nav.disabled {
    opacity: 0; }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    position: absolute;
    top: 0;
    -webkit-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out; }
    .owl-nav .owl-prev::before,
    .owl-nav .owl-next::before {
      content: url("/svg/icons/arrow-right.svg");
      position: relative;
      display: block; }
    .owl-nav .owl-prev.disabled,
    .owl-nav .owl-next.disabled {
      opacity: 0;
      pointer-events: none; }
  .owl-nav .owl-prev {
    left: 20px; }
    .owl-nav .owl-prev::before {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
  .owl-nav .owl-next {
    right: 8px; }

.block-teaser-carousel .block-rte {
  margin-top: 30px; }
  .block-teaser-carousel .block-rte *:last-child {
    margin-bottom: 0; }

.block-teaser-carousel .teaser {
  padding-bottom: 20px; }

.block-teaser-carousel .owl-nav {
  top: -40px; }

.block-teaser-carousel.block-portfolio-teaser-carousel .owl-controls {
  top: 40px; }

@media (min-width: 768px) {
  .block-teaser-carousel .portfolio-teaser {
    height: 350px; }
  .block-teaser-carousel.block-portfolio-teaser-carousel .owl-controls {
    top: 14px; } }

.block-rte p {
  line-height: 24px;
  margin-bottom: 20px; }

.block-rte p.introduction {
  font-size: 18px;
  font-size: 1.125rem; }

.block-rte a {
  text-decoration: none;
  border-bottom: 1px solid #D30F4C;
  color: #001E48;
  -webkit-transition: color 0.2s linear, border 0.2s linear;
  -o-transition: color 0.2s linear, border 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear; }
  .block-rte a:hover, .block-rte a:focus {
    color: #6E001C;
    cursor: pointer; }
  .block-rte a.btn {
    color: #ffffff; }
    .block-rte a.btn:hover {
      color: #ffffff; }
  .block-rte a.btn-light {
    color: #D30F4C;
    border: none;
    position: relative;
    padding-left: 20px;
    display: block;
    font-size: 18px; }
    .block-rte a.btn-light::before {
      content: '\e800';
      font-family: 'hr';
      margin-right: 10px;
      position: absolute;
      top: 3px;
      left: 0; }
    .block-rte a.btn-light:hover, .block-rte a.btn-light:focus {
      color: #6E001C;
      cursor: pointer; }

.block-rte a.no-border {
  border: none; }

.block-rte b, .block-rte strong {
  font-weight: 600; }

.block-rte i, .block-rte em {
  font-style: italic; }

.block-rte u {
  text-decoration: underline; }

.block-rte ul:not(.pie-chart__legenda), .block-rte ol {
  margin-bottom: 20px;
  list-style: none; }
  .block-rte ul:not(.pie-chart__legenda) li, .block-rte ol li {
    line-height: 24px; }
    .block-rte ul:not(.pie-chart__legenda) li ol, .block-rte ul:not(.pie-chart__legenda) li ul, .block-rte ol li ol, .block-rte ol li ul {
      margin-top: 5px;
      margin-bottom: 5px; }
      .block-rte ul:not(.pie-chart__legenda) li ol li, .block-rte ul:not(.pie-chart__legenda) li ul li, .block-rte ol li ol li, .block-rte ol li ul li {
        padding-left: 20px; }
    .block-rte ul:not(.pie-chart__legenda) li ul li:before, .block-rte ol li ul li:before {
      height: 6px;
      width: 6px;
      top: 9px; }

.block-rte ul:not(.pie-chart__legenda) li {
  position: relative;
  padding-left: 30px; }
  .block-rte ul:not(.pie-chart__legenda) li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    display: block;
    background: #D30F4C; }

.block-rte ol {
  counter-reset: item; }
  .block-rte ol > li {
    position: relative;
    padding-left: 30px; }
    .block-rte ol > li:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: counter(item);
      counter-increment: item;
      color: #D30F4C;
      font-weight: 600; }
    .block-rte ol > li ol li:before {
      font-size: 13px;
      top: 2px; }

.block-rte img {
  max-width: 100%;
  height: auto; }

.block-rte iframe {
  min-width: 100%; }

.block-rte blockquote {
  font-size: 20px;
  font-weight: 700; }
  .block-rte blockquote:before, .block-rte blockquote:after {
    content: '"'; }

.block-rte ::-moz-selection {
  background: #E0F4FE; }

.block-rte ::selection {
  background: #E0F4FE; }

.block-rte .highlight {
  background: #f7d9e1; }

.block-rte.block-rte--white .row, .block-rte.block-rte--red .row {
  margin-left: 0;
  margin-right: 0; }

.block-rte.block-rte--white [class^="col-"], .block-rte.block-rte--red [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px; }
  .block-rte.block-rte--white [class^="col-"]:first-child, .block-rte.block-rte--red [class^="col-"]:first-child {
    padding-top: 20px; }
  .block-rte.block-rte--white [class^="col-"]:last-child, .block-rte.block-rte--red [class^="col-"]:last-child {
    padding-bottom: 20px; }
  .block-rte.block-rte--white [class^="col-"] *:last-child, .block-rte.block-rte--red [class^="col-"] *:last-child {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .block-rte.block-rte--white [class^="col-"], .block-rte.block-rte--red [class^="col-"] {
      padding-left: 30px;
      padding-right: 30px; }
      .block-rte.block-rte--white [class^="col-"]:first-child, .block-rte.block-rte--red [class^="col-"]:first-child {
        padding-top: 30px; }
      .block-rte.block-rte--white [class^="col-"]:last-child, .block-rte.block-rte--red [class^="col-"]:last-child {
        padding-bottom: 30px; } }

.block-rte.block-rte--white [class^="col-"] {
  background: #ffffff; }

.block-rte.block-rte--red [class^="col-"] {
  background: #f7d9e1; }

.block-rte.block-rte--red .highlight {
  background: #F8F5EE; }

.block-rte.block-rte--white-full, .block-rte.block-rte--red-full {
  position: relative; }
  .block-rte.block-rte--white-full::before, .block-rte.block-rte--red-full::before {
    content: '';
    height: 100%;
    width: calc(100vw - (100vw - 100%));
    position: absolute;
    top: 0; }

.block-rte.block-rte--white-full::before {
  background: #ffffff; }

.block-rte.block-rte--red-full::before {
  background: #f7d9e1; }

.block-rte.block-rte--red-full .highlight {
  background: #F8F5EE; }

@media (min-width: 768px) {
  .block-rte p {
    line-height: 27px;
    margin-bottom: 27px; }
  .block-rte p.introduction {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px; }
    .block-rte p.introduction + p,
    .block-rte p.introduction + h2 {
      margin-top: 40px; }
  .block-rte ul, .block-rte ol {
    margin-bottom: 27px; }
    .block-rte ul li, .block-rte ol li {
      line-height: 27px; }
  .block-rte blockquote {
    font-size: 32px; } }

@media (min-width: 1024px) {
  .block-rte blockquote {
    font-size: 46px; } }

.block-googlemaps .googlemaps-wrapper {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden; }
  .block-googlemaps .googlemaps-wrapper .googlemaps {
    height: 280px;
    width: 85%;
    z-index: 1; }
  .block-googlemaps .googlemaps-wrapper .location-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 280px;
    width: 100%;
    z-index: 2;
    display: block;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    -ms-transform: translate(85%, 0);
    -webkit-transform: translate(85%, 0);
    transform: translate(85%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .block-googlemaps .googlemaps-wrapper .location-image img {
      width: 100%;
      height: 100%; }
    .block-googlemaps .googlemaps-wrapper .location-image:before {
      content: "\e800";
      font-family: 'hr';
      position: absolute;
      top: 125px;
      left: 10px;
      z-index: 3;
      color: #ffffff;
      font-size: 32px;
      font-size: 2rem;
      -ms-transform: rotate(180DEG);
      -webkit-transform: rotate(180DEG);
      transform: rotate(180DEG);
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .block-googlemaps .googlemaps-wrapper .location-image:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      z-index: 2;
      height: 100%;
      width: 10%;
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, rgba(0, 0, 0, 0.4), transparent);
      /* For Opera 11.1 to 12.0 */
      /* For Firefox 3.6 to 15 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(transparent));
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), transparent);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
      /* Standard syntax */ }
    .block-googlemaps .googlemaps-wrapper .location-image.open {
      -ms-transform: translate(10%, 0);
      -webkit-transform: translate(10%, 0);
      transform: translate(10%, 0); }
      .block-googlemaps .googlemaps-wrapper .location-image.open:before {
        -ms-transform: rotate(0DEG);
        -webkit-transform: rotate(0DEG);
        transform: rotate(0DEG); }

.block-googlemaps .location-address span {
  display: block; }

.block-googlemaps .location-address .calculate-route {
  margin-top: 15px;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #D30F4C;
  border: none; }
  .block-googlemaps .location-address .calculate-route:after {
    content: "\e800";
    font-family: "hr";
    margin-left: 5px; }
  .block-googlemaps .location-address .calculate-route:hover {
    color: #999999; }

@media (min-width: 768px) {
  .block-googlemaps .location-wrapper {
    position: relative;
    padding: 10px 0; }
    .block-googlemaps .location-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      left: -30px;
      height: 100%;
      width: 3px;
      display: block;
      background: #D30F4C; }
  .block-googlemaps .googlemaps-wrapper {
    margin-left: 0;
    margin-right: 0; }
    .block-googlemaps .googlemaps-wrapper .googlemaps {
      height: 350px; }
    .block-googlemaps .googlemaps-wrapper .location-image {
      height: 350px; }
      .block-googlemaps .googlemaps-wrapper .location-image:before {
        top: 165px; }
  .block-googlemaps .location-address .calculate-route {
    margin: 0 auto;
    float: right; } }

@media (min-width: 1024px) {
  .block-googlemaps .googlemaps-wrapper .location-image:hover {
    -ms-transform: translate(82%, 0);
    -webkit-transform: translate(82%, 0);
    transform: translate(82%, 0);
    cursor: pointer; }
  .block-googlemaps .googlemaps-wrapper .location-image.open {
    -ms-transform: translate(10%, 0);
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0); } }

.block-accordion .accordion-wrapper {
  border-bottom: 2px solid #D7D7D7; }
  .block-accordion .accordion-wrapper a.accordion__toggle {
    display: block;
    font-weight: 600;
    border-top: 2px solid #D7D7D7;
    border-bottom: 0;
    padding: 12px 5px;
    cursor: pointer;
    position: relative; }
    .block-accordion .accordion-wrapper a.accordion__toggle:after {
      content: '\e808';
      font-family: 'hr';
      color: #D30F4C;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0); }
    .block-accordion .accordion-wrapper a.accordion__toggle.open:after {
      content: '\e809'; }
    .block-accordion .accordion-wrapper a.accordion__toggle h3 {
      font-size: 1em;
      font-weight: 600;
      margin: 0; }
  .block-accordion .accordion-wrapper div.accordion__content {
    display: none;
    padding: 0 5px; }
    .block-accordion .accordion-wrapper div.accordion__content .container {
      width: 100%;
      max-width: 100%;
      padding: 0; }
    .block-accordion .accordion-wrapper div.accordion__content .block {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 20px; }

@media (min-width: 1024px) {
  .block-accordion .accordion-wrapper {
    position: relative;
    border: none; }
    .block-accordion .accordion-wrapper a.accordion__toggle {
      width: 30%;
      clear: both;
      border: none;
      color: #696969;
      padding: 20px 15px 20px 0;
      font-weight: 400;
      position: relative;
      font-size: 18px;
      font-size: 1.125rem;
      -webkit-transition: color 0.2s;
      -o-transition: color 0.2s;
      transition: color 0.2s; }
      .block-accordion .accordion-wrapper a.accordion__toggle:hover {
        color: #000000; }
      .block-accordion .accordion-wrapper a.accordion__toggle:before {
        content: '';
        height: 54px;
        width: 6px;
        background: #D30F4C;
        display: block;
        position: absolute;
        left: -24px;
        top: 8px;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      .block-accordion .accordion-wrapper a.accordion__toggle:after {
        display: none; }
      .block-accordion .accordion-wrapper a.accordion__toggle.open {
        color: #000000; }
        .block-accordion .accordion-wrapper a.accordion__toggle.open:before {
          opacity: 1; }
      .block-accordion .accordion-wrapper a.accordion__toggle h3 {
        font-size: 1em;
        font-weight: 400; }
    .block-accordion .accordion-wrapper div.accordion__content {
      position: absolute;
      top: 25px;
      left: 30%;
      width: 70%;
      padding: 0 30px; }
      .block-accordion .accordion-wrapper div.accordion__content.open {
        display: block; }
      .block-accordion .accordion-wrapper div.accordion__content h3 {
        display: block; }
    .block-accordion .accordion-wrapper:after {
      content: "";
      height: 100%;
      width: 3px;
      display: block;
      position: absolute;
      top: 0;
      left: 30%;
      background: #D30F4C; }
  .block-accordion.block-small .accordion-wrapper a.accordion__toggle {
    width: 40%; }
  .block-accordion.block-small .accordion-wrapper div.accordion__content {
    left: 40%;
    width: 60%; }
  .block-accordion.block-small .accordion-wrapper:after {
    left: 40%; } }

@media (min-width: 1024px) {
  .block-accordion .accordion-wrapper a.accordion__toggle.open:before {
    left: -30px; }
  .block-accordion .accordion-wrapper div.accordion__content {
    padding-left: 60px; } }

.no-js .block-accordion div.accordion__content {
  display: block !important; }

.block-linklist ul {
  list-style: none;
  font-size: 0px; }
  .block-linklist ul li {
    vertical-align: top;
    margin-bottom: 15px;
    display: block;
    float: none;
    font-size: 16px;
    font-size: 1rem; }
    .block-linklist ul li a {
      color: #D30F4C;
      border: none;
      position: relative;
      padding-left: 20px;
      display: block;
      font-size: 18px;
      font-size: 1.125rem; }
      .block-linklist ul li a:before {
        content: '\e800';
        font-family: 'hr';
        margin-right: 10px;
        position: absolute;
        top: 3px;
        left: 0; }
      .block-linklist ul li a:hover, .block-linklist ul li a:focus {
        color: #6E001C; }

@media (min-width: 768px) {
  .block-linklist ul li {
    display: inline-block; } }

.block-factcolumns {
  padding-top: 0;
  padding-bottom: 0; }
  .block-factcolumns > .container-fluid,
  .block-factcolumns > .container {
    border-top: 1px solid rgba(0, 30, 72, 0.2);
    padding-top: 30px;
    padding-bottom: 30px; }
  .block-factcolumns > .container {
    border-bottom: 1px solid rgba(0, 30, 72, 0.2); }
  .block-factcolumns.no-border > .container-fluid,
  .block-factcolumns.no-border > .container {
    border: none;
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 768px) {
    .block-factcolumns > .container-fluid,
    .block-factcolumns > .container {
      padding-top: 38px;
      padding-bottom: 38px; } }
  @media (min-width: 1024px) {
    .block-factcolumns > .container-fluid,
    .block-factcolumns > .container {
      padding-top: 45px;
      padding-bottom: 45px; } }

@media (min-width: 768px) {
  .block-contact-form .contact-form-right {
    border-left: 6px solid #D30F4C;
    padding: 20px 0 10px 30px; } }

.block-contact-data .contact-line {
  display: block;
  margin-bottom: 5px; }
  .block-contact-data .contact-line strong {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top; }
  .block-contact-data .contact-line span {
    display: inline-block; }
  .block-contact-data .contact-line:last-child {
    margin-bottom: 20px; }

.block-routeplanner .toggle-content {
  -webkit-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  margin-top: 0;
  margin-bottom: 50px; }
  .block-routeplanner .toggle-content h3.toggle {
    font-weight: 400; }
    .block-routeplanner .toggle-content h3.toggle:after {
      float: left;
      color: #999999; }

.block-routeplanner .toggle-content.open {
  background: #ffffff; }

.block-routeplanner #routeplanner-form {
  margin-top: 25px; }

.block-routeplanner #routeplanner-result {
  padding-bottom: 40px; }
  .block-routeplanner #routeplanner-result .routeplanner-result__title {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .block-routeplanner #routeplanner-result .routeplanner-result__title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 27px; } }

.block-routeplanner .logo_9292 {
  height: 40px;
  display: block;
  background: url("/images/logo_9292.jpg") bottom right no-repeat; }

.block-routeplanner .schedule_output {
  list-style: none;
  position: relative;
  margin-bottom: 0; }
  .block-routeplanner .schedule_output:before {
    content: '';
    width: 3px;
    height: 100%;
    height: calc( 100% - 3px);
    background: #D7D7D7;
    position: absolute;
    top: 0;
    left: 8px; }
  .block-routeplanner .schedule_output li {
    margin-bottom: 14px; }
    .block-routeplanner .schedule_output li:last-child {
      margin-bottom: 0; }
      .block-routeplanner .schedule_output li:last-child strong {
        margin: 0; }
  .block-routeplanner .schedule_output .planning_item {
    position: relative; }
    .block-routeplanner .schedule_output .planning_item:before {
      content: '';
      height: 19px;
      width: 19px;
      display: block;
      position: absolute;
      top: 2px;
      left: 0;
      background: #F5F5F5;
      border: 3px solid #D30F4C;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 1px 2px #F5F5F5;
              box-shadow: 0 0 1px 2px #F5F5F5; }
    .block-routeplanner .schedule_output .planning_item strong {
      margin-bottom: 12px;
      display: inline-block; }
    .block-routeplanner .schedule_output .planning_item .mode {
      display: block;
      padding-left: 30px;
      position: relative; }
      .block-routeplanner .schedule_output .planning_item .mode:before {
        font-family: 'hr';
        position: absolute;
        left: 0; }
    .block-routeplanner .schedule_output .planning_item .modetype_0:before {
      content: '\e819'; }
    .block-routeplanner .schedule_output .planning_item .modetype_1:before {
      content: '\e81e'; }
    .block-routeplanner .schedule_output .planning_item .modetype_2:before {
      content: '\e81d'; }
    .block-routeplanner .schedule_output .planning_item .modetype_3:before {
      content: '\e81c'; }
    .block-routeplanner .schedule_output .planning_item .modetype_4:before {
      content: '\e81a'; }
    .block-routeplanner .schedule_output .planning_item .modetype_5:before {
      content: '\e81b'; }
  .block-routeplanner .schedule_output .planning_item_wait:before {
    display: none; }

.block-four-column .teaser {
  padding-bottom: 10px; }

@media (min-width: 768px) {
  .block-four-column .teaser {
    margin-bottom: 25px;
    height: 400px; } }

@media (min-width: 1024px) {
  .block-four-column .teaser {
    margin-bottom: 0; } }

.block-link {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .block-link > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .block-link > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (min-width: 768px) {
      .block-link > .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .block-link strong {
    display: block;
    margin-bottom: 2px; }
  .block-link .btn {
    display: inline-block;
    margin: 5px 20px 5px 0; }
    .block-link .btn:hover, .block-link .btn:focus {
      border: none; }
  .block-link.block-link--sticky {
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out; }
    .u-sticky--bottom .block-link.block-link--sticky {
      opacity: 1; }

@media (max-width: 767px) {
  .block-link__col {
    width: 100%; }
    .block-link__col:first-child {
      margin-bottom: 10px; } }

@media (min-width: 768px) {
  .block-link__col {
    width: 50%; } }

.block-link__meta {
  font-size: 15px;
  font-weight: 500; }

.block-interesses .sectoren a {
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  border-color: #999999; }
  .block-interesses .sectoren a:hover, .block-interesses .sectoren a:focus {
    color: #000000;
    border-color: #D30F4C; }

.block-interesses a.btn {
  clear: both;
  margin-top: 20px; }

.block-home-intro .block-interesses {
  overflow: hidden;
  margin-bottom: 50px; }

.block-home-intro .block-linklist ul li {
  display: block; }

@media (max-width: 767px) {
  .block-home-intro .block-linklist {
    margin-bottom: 65px; } }

@media (min-width: 768px) {
  .block-home-intro {
    padding-bottom: 80px; }
    .block-home-intro .block-interesses {
      margin-bottom: 0; } }

@media (min-width: 1024px) {
  .block-home-intro {
    padding-bottom: 110px; } }

@media (min-width: 1280px) {
  .block-home-intro {
    padding-bottom: 130px; } }

.block-ol-onderzoekslijnen {
  background: #F5F5F5; }
  .block-ol-onderzoekslijnen ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .block-ol-onderzoekslijnen .teaser .teaser-content {
    padding: 0; }
  .block-ol-onderzoekslijnen .teaser a {
    color: #D30F4C;
    margin-top: 10px; }
  @media (min-width: 768px) {
    .block-ol-onderzoekslijnen .teaser .teaser-content a {
      margin-top: 25px; } }

.block-teaser-columns.loading:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: white;
  background-image: url(/images/loading.gif);
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, height 0 linear 0.2s, width 0 linear 0.2s;
  -o-transition: opacity 0.2s linear, height 0 linear 0.2s, width 0 linear 0.2s;
  transition: opacity 0.2s linear, height 0 linear 0.2s, width 0 linear 0.2s; }

.block-teaser-columns.loading .teaser {
  display: none; }

.block-teaser-columns .block-rte {
  margin-top: 30px; }
  .block-teaser-columns .block-rte *:last-child {
    margin-bottom: 0; }

.block-teaser-columns + .block-rte.block-inline {
  padding-top: 0; }

@media (min-width: 768px) {
  .block-teaser-columns .teaser_equal_height .teaser {
    height: 240px; } }

@media (min-width: 768px) {
  .block-contact-data aside.intro_cta > div:first-child > a,
  .block-contact-data aside.intro_cta > div:first-child > div {
    min-height: 0; } }

.block-maps .maps__wrapper {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden; }
  .block-maps .maps__wrapper .maps__container {
    height: 280px;
    width: 85%;
    z-index: 1; }
  .block-maps .maps__wrapper .maps__marker {
    height: 54px;
    width: 47px; }
  .block-maps .maps__wrapper .location-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 280px;
    width: 100%;
    z-index: 2;
    display: block;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    -ms-transform: translate(85%, 0);
    -webkit-transform: translate(85%, 0);
    transform: translate(85%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .block-maps .maps__wrapper .location-image img {
      width: 100%;
      height: 100%; }
    .block-maps .maps__wrapper .location-image:before {
      content: "\e800";
      font-family: 'hr';
      position: absolute;
      top: 125px;
      left: 10px;
      z-index: 3;
      color: #ffffff;
      font-size: 32px;
      font-size: 2rem;
      -ms-transform: rotate(180DEG);
      -webkit-transform: rotate(180DEG);
      transform: rotate(180DEG);
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .block-maps .maps__wrapper .location-image:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      z-index: 2;
      height: 100%;
      width: 10%;
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, rgba(0, 0, 0, 0.4), transparent);
      /* For Opera 11.1 to 12.0 */
      /* For Firefox 3.6 to 15 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(transparent));
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), transparent);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
      /* Standard syntax */ }
    .block-maps .maps__wrapper .location-image.open {
      -ms-transform: translate(10%, 0);
      -webkit-transform: translate(10%, 0);
      transform: translate(10%, 0); }
      .block-maps .maps__wrapper .location-image.open:before {
        -ms-transform: rotate(0DEG);
        -webkit-transform: rotate(0DEG);
        transform: rotate(0DEG); }

.block-maps .location-address span {
  display: block; }

.block-maps .location-address .calculate-route {
  margin-top: 15px;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #D30F4C;
  border: none; }
  .block-maps .location-address .calculate-route:after {
    content: "\e800";
    font-family: "hr";
    margin-left: 5px; }
  .block-maps .location-address .calculate-route:hover {
    color: #999999; }

@media (min-width: 768px) {
  .block-maps .location-wrapper {
    position: relative;
    padding: 10px 0; }
    .block-maps .location-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      left: -30px;
      height: 100%;
      width: 3px;
      display: block;
      background: #D30F4C; }
  .block-maps .maps__wrapper {
    margin-left: 0;
    margin-right: 0; }
    .block-maps .maps__wrapper .maps__container {
      height: 350px; }
    .block-maps .maps__wrapper .location-image {
      height: 350px; }
      .block-maps .maps__wrapper .location-image:before {
        top: 165px; }
  .block-maps .location-address .calculate-route {
    margin: 0 auto;
    float: right; } }

@media (min-width: 1024px) {
  .block-maps .maps__wrapper .location-image:hover {
    -ms-transform: translate(82%, 0);
    -webkit-transform: translate(82%, 0);
    transform: translate(82%, 0);
    cursor: pointer; }
  .block-maps .maps__wrapper .location-image.open {
    -ms-transform: translate(10%, 0);
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0); } }

.filter_overzicht {
  position: relative; }
  .filter_overzicht aside {
    margin-bottom: 25px; }
    .filter_overzicht aside h2 {
      font-weight: 600;
      font-size: 27px;
      color: #000000;
      line-height: 37px;
      margin-bottom: 30px; }
    .filter_overzicht aside .filter-wrapper {
      border-top: 3px solid #D7D7D7;
      border-bottom: 3px solid #D7D7D7; }
      .filter_overzicht aside .filter-wrapper h3.filter-toggle {
        padding: 10px 3px 10px 0; }
        .filter_overzicht aside .filter-wrapper h3.filter-toggle:after {
          content: '\e808';
          font-family: 'hr';
          color: #D30F4C;
          float: right;
          margin-top: 3px; }
        .filter_overzicht aside .filter-wrapper h3.filter-toggle.open:after {
          content: '\e809'; }
      .filter_overzicht aside .filter-wrapper form {
        display: none; }
        .filter_overzicht aside .filter-wrapper form fieldset {
          margin-bottom: 30px; }
          .filter_overzicht aside .filter-wrapper form fieldset legend {
            font-size: 15px;
            color: #000000;
            line-height: 20px;
            font-weight: 600;
            margin-bottom: 10px; }
            .filter_overzicht aside .filter-wrapper form fieldset legend .tooltip {
              margin-left: 4px;
              color: #999999;
              font-size: 21px;
              font-size: 1.3125rem; }
          .filter_overzicht aside .filter-wrapper form fieldset label span {
            display: block;
            font-size: 13px;
            font-size: 0.8125rem; }
        .filter_overzicht aside .filter-wrapper form a.erase-selection {
          color: #6E001C;
          border: none;
          margin-bottom: 25px;
          display: block; }
          .filter_overzicht aside .filter-wrapper form a.erase-selection:hover, .filter_overzicht aside .filter-wrapper form a.erase-selection:focus {
            border-bottom: 1px solid #D30F4C; }
        .filter_overzicht aside .filter-wrapper form .filterform__submit {
          position: absolute !important;
          clip: rect(1px 1px 1px 1px);
          /* IE6, IE7 */
          clip: rect(1px, 1px, 1px, 1px);
          overflow: hidden;
          height: 1px;
          display: block; }
          .filter_overzicht aside .filter-wrapper form .filterform__submit:after {
            content: '\e800';
            font-family: 'hr';
            margin-left: 20px;
            display: inline-block;
            -webkit-transition: 0.1s ease-in-out;
            -o-transition: 0.1s ease-in-out;
            transition: 0.1s ease-in-out; }
          .filter_overzicht aside .filter-wrapper form .filterform__submit:focus {
            position: static !important;
            clip: auto;
            overflow: visible;
            height: auto;
            margin-bottom: 10px; }
  .filter_overzicht .filter-list {
    position: relative;
    min-height: 200px;
    list-style: none; }
    .filter_overzicht .filter-list:after {
      content: "";
      height: 0;
      width: 0;
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      background-color: white;
      background-image: url(/images/loading.gif);
      background-position: top center;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transition: opacity 0.2s linear, height 0 linear 0.2s, width 0 linear 0.2s;
      -o-transition: opacity 0.2s linear, height 0 linear 0.2s, width 0 linear 0.2s;
      transition: opacity 0.2s linear, height 0 linear 0.2s, width 0 linear 0.2s; }
    .filter_overzicht .filter-list .teaser {
      display: inline-block; }
  .filter_overzicht.loading .filter-list:after {
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .filter_overzicht.loading .filter-list .teaser {
    display: none; }
  @media (min-width: 1024px) {
    .filter_overzicht aside {
      margin-bottom: 0;
      padding-left: 30px;
      border-right: 3px solid #D7D7D7; }
      .filter_overzicht aside .filter-wrapper {
        border: none; }
        .filter_overzicht aside .filter-wrapper h3.filter-toggle {
          display: none; }
        .filter_overzicht aside .filter-wrapper form {
          display: block; }
          .filter_overzicht aside .filter-wrapper form a.erase-selection {
            margin-bottom: 0;
            display: inline-block; }
      .filter_overzicht aside .filter-wrapper form .custom-select {
        width: 85%; }
    .filter_overzicht .filter-list {
      margin-top: 40px;
      margin-left: 15px; } }

.opleiding_overzicht .filterform span.filtercount {
  display: inline-block; }

.opleiding_overzicht .opleiding-list {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 768px) {
    .opleiding_overzicht .opleiding-list {
      margin-top: 10px;
      margin-left: 15px; } }

.portfolio_overzicht .portfolio-list {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .portfolio_overzicht .portfolio-list {
    margin: 0; }
    .portfolio_overzicht .portfolio-list .portfolio-teaser {
      margin-bottom: 60px; } }

.nieuwsblog-list {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0; }
  .nieuwsblog-list .teaser {
    margin-bottom: 25px; }
  @media (min-width: 768px) {
    .nieuwsblog-list {
      margin: 0; }
      .nieuwsblog-list .teaser {
        margin-bottom: 30px; } }

.stageprojecten_overzicht .stageprojecten-list {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .stageprojecten_overzicht .stageprojecten-list {
    margin: 0; }
    .stageprojecten_overzicht .stageprojecten-list .stageprojecten-teaser {
      margin-bottom: 60px;
      padding-bottom: 0; } }

.ol-publicatie_overzicht .filter-wrapper .ol-search-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 37px;
  width: 37px;
  padding: 0;
  background: white url("../images/search.png") center center no-repeat;
  background-size: 50%; }

.ol-publicatie_overzicht .ol-publicatie-list .teaser-ol-publicatie .teaser-content .tag {
  margin-bottom: 8px; }

.ol-publicatie_overzicht .ol-publicatie-list .teaser-ol-publicatie .teaser-content .textlink {
  display: none; }

.ol-publicatie_overzicht .ol-publicatie-list .teaser-ol-publicatie .author-block {
  display: none;
  padding-top: 25px; }
  .ol-publicatie_overzicht .ol-publicatie-list .teaser-ol-publicatie .author-block h3 {
    margin-bottom: 10px; }
  .ol-publicatie_overzicht .ol-publicatie-list .teaser-ol-publicatie .author-block ul {
    list-style: none; }
  .ol-publicatie_overzicht .ol-publicatie-list .teaser-ol-publicatie .author-block a.author {
    display: block;
    color: #D30F4C;
    border: none;
    font-size: 15px;
    font-size: 0.9375rem; }
    .ol-publicatie_overzicht .ol-publicatie-list .teaser-ol-publicatie .author-block a.author:hover span {
      border-bottom: 1px solid #D30F4C; }

@media (min-width: 768px) {
  .ol-publicatie_overzicht .ol-publicatie-list .teaser-ol-publicatie {
    margin-bottom: 25px; }
    .ol-publicatie_overzicht .ol-publicatie-list .teaser-ol-publicatie .teaser-content h2.teaser-title {
      margin-top: 0; }
    .ol-publicatie_overzicht .ol-publicatie-list .teaser-ol-publicatie .teaser-content p.teaser-text {
      margin-bottom: 8px; }
    .ol-publicatie_overzicht .ol-publicatie-list .teaser-ol-publicatie .teaser-content .textlink {
      display: block;
      color: #D30F4C; }
    .ol-publicatie_overzicht .ol-publicatie-list .teaser-ol-publicatie .author-block {
      display: block; } }

.icon-duurzaam:before {
  color: #7ED321; }

.portfolio-label-duurzaam {
  display: inline-block;
  height: 36px;
  width: 30px;
  background: url("/images/icon-duurzaam.png") center center no-repeat; }

.icon-award:before {
  color: #FFB910; }

.portfolio-label-award {
  display: inline-block;
  height: 36px;
  width: 30px;
  background: url("/images/icon-award.png") center center no-repeat; }

.pathfinder aside .tooltiptext {
  display: none; }

.pathfinder aside h2 {
  font-size: 15px;
  color: #000000;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px; }

.pathfinder aside form#searchForm {
  display: block; }
  .pathfinder aside form#searchForm fieldset > div {
    margin-bottom: 30px; }

.pathfinder aside #search_button {
  display: block !important; }

.pathfinder aside #show_phases_and_themes {
  display: none !important; }

.pathfinder .html_container {
  padding-bottom: 75px; }

.pathfinder .product_details .details {
  padding-bottom: 50px;
  position: relative; }
  .pathfinder .product_details .details .authority {
    position: absolute;
    bottom: 0; }

.pathfinder .pathfinder_links.back_to_search_results {
  position: absolute;
  bottom: 0;
  background-color: #D30F4C;
  color: #ffffff;
  padding: 10px 45px 12px 15px;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out; }
  .pathfinder .pathfinder_links.back_to_search_results:after {
    content: '\e800';
    font-family: 'hr';
    margin-left: 20px;
    display: inline-block;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; }
  .pathfinder .pathfinder_links.back_to_search_results:hover {
    cursor: pointer;
    background-color: #c50e47; }
    .pathfinder .pathfinder_links.back_to_search_results:hover:after {
      -ms-transform: translate(3px, 0);
      -webkit-transform: translate(3px, 0);
      transform: translate(3px, 0); }

.pathfinder #product_tabs {
  display: none !important; }

.pathfinder .phase_item {
  padding-left: 0;
  margin-bottom: 50px; }
  .pathfinder .phase_item:before {
    display: none; }

.pathfinder .contacts > div {
  margin-bottom: 25px; }

@media (min-width: 1024px) {
  .pathfinder .block-rte {
    padding-left: 15px; } }
