@charset "UTF-8";
@font-face {
  font-family: "Bureau Grot";
  src: url("../fonts/BureauGrot/Bureau-Grot-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Bureau Grot";
  src: url("../fonts/BureauGrot/Bureau-Grot-Book.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Bureau Grot";
  src: url("../fonts/BureauGrot/Bureau-Grot-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Bureau Grot";
  src: url("../fonts/BureauGrot/Bureau-Grot-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Bureau Grot";
  src: url("../fonts/BureauGrot/Bureau-Grot-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Bureau Grot";
  src: url("../fonts/BureauGrot/Bureau-Grot-Ultra-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Bureau Grot Condensed";
  src: url("../fonts/BureauGrotCondensed/Bureau-Grot-Condensed-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Bureau Grot Condensed";
  src: url("../fonts/BureauGrotCondensed/Bureau-Grot-Condensed-Book.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Bureau Grot Condensed";
  src: url("../fonts/BureauGrotCondensed/Bureau-Grot-Condensed-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Bureau Grot Condensed";
  src: url("../fonts/BureauGrotCondensed/Bureau-Grot-Condensed-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Bureau Grot Condensed";
  src: url("../fonts/BureauGrotCondensed/Bureau-Grot-Condensed-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Bureau Grot Compressed";
  src: url("../fonts/BureauGrotCompressed/Bureau-Grot-Compressed-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.ttf?6s84a1") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?6s84a1") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?6s84a1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon, .form-checkbox .input {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  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;
}

.icon-arrow-down:before {
  content: "\e002";
}

.icon-arrow-right:before {
  content: "\e003";
}

.icon-arrow-left:before {
  content: "\e004";
}

.icon-arrow-up:before {
  content: "\e005";
}

.icon-enveloppe:before {
  content: "\e00d";
}

.icon-facebook:before {
  content: "\e00f";
}

.icon-linkedin:before {
  content: "\e015";
}

.icon-twitter:before {
  content: "\e023";
}

.icon-podcast:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-tick:before {
  content: "\e904";
}

.icon-square-border:before {
  content: "\e905";
}

.icon-square-solid:before {
  content: "\e906";
}

.icon-filters:before {
  content: "\e903";
}

.icon-star:before {
  content: "\e902";
}

.icon-circle:before {
  content: "\e901";
}

.icon-menu:before {
  content: "\e900";
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.reset,
ol.reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
textarea {
  font-family: inherit;
}

button,
input {
  color: inherit;
}

a {
  color: inherit;
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

picture {
  display: block;
}
picture img {
  vertical-align: top;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

nav {
  display: block;
}
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
}

b,
strong {
  font-weight: 700;
}

figure,
figcaption {
  display: block;
  margin: 0;
}

address {
  font-style: normal;
}

.hidden {
  display: none !important;
}

.section .section-header .row,
.section-banner .section-header .row {
  align-items: center;
}
.section .section-title,
.section-banner .section-title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  line-height: 62px;
  letter-spacing: -0.8px;
  flex-grow: 1;
  padding: 0 20px;
  margin-bottom: 10px;
}
.section .section-title .short,
.section-banner .section-title .short {
  display: none;
}
@media (max-width: 767px) {
  .section .section-title .short,
.section-banner .section-title .short {
    display: inline-block;
  }
  .section .section-title .long,
.section-banner .section-title .long {
    display: none;
  }
}
.section .section-header.small,
.section-banner .section-header.small {
  margin-top: 20px;
  margin-bottom: 30px;
}
.section .section-header.small .section-title,
.section-banner .section-header.small .section-title {
  font-size: 32px;
  letter-spacing: -0.64px;
  line-height: 1;
  margin-bottom: 0;
}
.section .section-header.small .nav-link,
.section-banner .section-header.small .nav-link {
  line-height: 32px;
}
@media (max-width: 767px) {
  .section .section-header.small,
.section-banner .section-header.small {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .section .section-header.small .section-title,
.section-banner .section-header.small .section-title {
    font-size: 24px;
  }
}
.section .controls,
.section-banner .controls {
  padding-right: 20px;
}

.section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 50px 0;
  }
}
.section.after-header {
  padding-top: 68px;
}
@media (min-width: 768px) {
  .section.after-header {
    padding-top: 124px;
  }
}
@media (min-width: 1024px) {
  .section.after-header {
    padding-top: 162px;
  }
}
.section .section-header {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .section .section-header {
    margin-bottom: 32px;
  }
}
.section .section-title {
  text-transform: uppercase;
  font-size: 28px;
}
@media (min-width: 768px) {
  .section .section-title {
    line-height: 62px;
    font-size: 40px;
  }
}
.section-banner {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .section-banner {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .section-banner {
    padding-bottom: 10px;
  }
}
.section-banner .section-header {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .section-banner .section-header {
    margin-bottom: 40px;
  }
}
.section-banner .section-header .section-title {
  margin-bottom: 0;
  line-height: 74px;
}
@media (min-width: 1024px) {
  .section-banner .section-header .section-title {
    margin-bottom: 6px;
  }
}
.section-banner .section-content {
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .section-banner .section-content {
    padding-bottom: 45px;
  }
}
.section-banner .section-title {
  font-size: 30px;
}
@media (min-width: 768px) {
  .section-banner .section-title {
    font-size: 38px;
  }
}
@media (min-width: 1280px) {
  .section-banner .section-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .section-banner .section-title {
    padding: 0 10px;
    margin-bottom: 0 !important;
  }
}
.section-banner .section-label {
  font-family: "Bureau Grot Compressed";
  font-weight: 300;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .section-banner .section-label {
    font-size: 38px;
  }
}
@media (min-width: 1280px) {
  .section-banner .section-label {
    font-size: 40px;
  }
}
.section-banner .controls {
  padding-left: 20px;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .section-banner .controls {
    padding-left: 0;
    text-align: right;
    margin-bottom: 0;
  }
}

.nav-link {
  font-family: "Bureau Grot Condensed";
  font-size: 16px;
  line-height: 62px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: right;
  position: relative;
}
@media (min-width: 768px) {
  .nav-link {
    font-size: 18px;
  }
}
.nav-link .icon, .nav-link .form-checkbox .input, .form-checkbox .nav-link .input {
  margin-left: 6px;
  transition: all 200ms;
}
.nav-link:hover .icon, .nav-link:hover .form-checkbox .input, .form-checkbox .nav-link:hover .input {
  transform: translateX(3px);
}

.container,
.container-alt {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container,
.container-alt {
    max-width: none;
    width: 720px;
  }
}
@media (min-width: 1024px) {
  .container,
.container-alt {
    width: 960px;
  }
}
@media (min-width: 1280px) {
  .container,
.container-alt {
    width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container-alt {
    width: 1400px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}

.col,
.col-alt {
  min-height: 1px;
  flex-basis: 100%;
  flex-shrink: 0;
}

.col {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .col-alt {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.col-sm-1 {
  max-width: 8.3333333333%;
}

.col-sm-2 {
  max-width: 16.6666666667%;
}

.col-sm-3 {
  max-width: 25%;
}

.col-sm-4 {
  max-width: 33.3333333333%;
}

.col-sm-5 {
  max-width: 41.6666666667%;
}

.col-sm-6 {
  max-width: 50%;
}

.col-sm-7 {
  max-width: 58.3333333333%;
}

.col-sm-8 {
  max-width: 66.6666666667%;
}

.col-sm-9 {
  max-width: 75%;
}

.col-sm-10 {
  max-width: 83.3333333333%;
}

.col-sm-11 {
  max-width: 91.6666666667%;
}

.col-sm-12 {
  max-width: 100%;
}

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

.col-sm-offset-1 {
  margin-left: 8.3333333333%;
}

.col-sm-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-sm-offset-4 {
  margin-left: 33.3333333333%;
}

.col-sm-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-sm-offset-7 {
  margin-left: 58.3333333333%;
}

.col-sm-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-sm-offset-10 {
  margin-left: 83.3333333333%;
}

.col-sm-offset-11 {
  margin-left: 91.6666666667%;
}

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

@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    max-width: 25%;
  }
  .col-md-4 {
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    max-width: 50%;
  }
  .col-md-7 {
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    max-width: 75%;
  }
  .col-md-10 {
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-bg-1 {
    max-width: 8.3333333333%;
  }
  .col-bg-2 {
    max-width: 16.6666666667%;
  }
  .col-bg-3 {
    max-width: 25%;
  }
  .col-bg-4 {
    max-width: 33.3333333333%;
  }
  .col-bg-5 {
    max-width: 41.6666666667%;
  }
  .col-bg-6 {
    max-width: 50%;
  }
  .col-bg-7 {
    max-width: 58.3333333333%;
  }
  .col-bg-8 {
    max-width: 66.6666666667%;
  }
  .col-bg-9 {
    max-width: 75%;
  }
  .col-bg-10 {
    max-width: 83.3333333333%;
  }
  .col-bg-11 {
    max-width: 91.6666666667%;
  }
  .col-bg-12 {
    max-width: 100%;
  }
  .col-bg-offset-0 {
    margin-left: 0%;
  }
  .col-bg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-bg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-bg-offset-3 {
    margin-left: 25%;
  }
  .col-bg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-bg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-bg-offset-6 {
    margin-left: 50%;
  }
  .col-bg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-bg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-bg-offset-9 {
    margin-left: 75%;
  }
  .col-bg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-bg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-bg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    max-width: 25%;
  }
  .col-lg-4 {
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    max-width: 50%;
  }
  .col-lg-7 {
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    max-width: 75%;
  }
  .col-lg-10 {
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xl-1 {
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    max-width: 25%;
  }
  .col-xl-4 {
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    max-width: 50%;
  }
  .col-xl-7 {
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    max-width: 75%;
  }
  .col-xl-10 {
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    max-width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
}
.hide-sm {
  display: none !important;
}
@media (min-width: 768px) {
  .hide-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-bg {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hide-lg {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hide-xl {
    display: none !important;
  }
}

.show {
  display: block !important;
}
.show-sm {
  display: block !important;
}
@media (min-width: 768px) {
  .show-md {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .show-bg {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .show-lg {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .show-xl {
    display: block !important;
  }
}

.show-i {
  display: inline !important;
}
.show-i-sm {
  display: inline !important;
}
@media (min-width: 768px) {
  .show-i-md {
    display: inline !important;
  }
}
@media (min-width: 1024px) {
  .show-i-bg {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .show-i-lg {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .show-i-xl {
    display: inline !important;
  }
}

.show-ib {
  display: inline-block !important;
}
.show-ib-sm {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .show-ib-md {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .show-ib-bg {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .show-ib-lg {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .show-ib-xl {
    display: inline-block !important;
  }
}

.show-f {
  display: flex !important;
}
.show-f-sm {
  display: flex !important;
}
@media (min-width: 768px) {
  .show-f-md {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .show-f-bg {
    display: flex !important;
  }
}
@media (min-width: 1280px) {
  .show-f-lg {
    display: flex !important;
  }
}
@media (min-width: 1440px) {
  .show-f-xl {
    display: flex !important;
  }
}

.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-grow: 1;
}

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

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

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.column-gap-5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.column-gap-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.column-gap-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.column-gap-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.column-gap-25 {
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.column-gap-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.column-gap-35 {
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.column-gap-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.column-gap-45 {
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.column-gap-50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.column-gap-55 {
  -moz-column-gap: 55px;
       column-gap: 55px;
}
.column-gap-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.column-gap-65 {
  -moz-column-gap: 65px;
       column-gap: 65px;
}
.column-gap-70 {
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.column-gap-75 {
  -moz-column-gap: 75px;
       column-gap: 75px;
}
.column-gap-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.column-gap-85 {
  -moz-column-gap: 85px;
       column-gap: 85px;
}
.column-gap-90 {
  -moz-column-gap: 90px;
       column-gap: 90px;
}
.column-gap-95 {
  -moz-column-gap: 95px;
       column-gap: 95px;
}
.column-gap-100 {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.text-align-right {
  text-align: right;
}
.text-align-right-sm {
  text-align: right;
}
@media (min-width: 768px) {
  .text-align-right-md {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .text-align-right-bg {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .text-align-right-lg {
    text-align: right;
  }
}
@media (min-width: 1440px) {
  .text-align-right-xl {
    text-align: right;
  }
}

.cta > a,
.button {
  color: #ffffff;
  display: inline-block;
  border: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 10px 4px;
  background: none;
  cursor: pointer;
  background-color: #00003d;
  transition: background-color 0.25s, color 0.25s;
  position: relative;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Bureau Grot Condensed";
  outline: none;
}
.cta > a:hover:not(.disabled),
.button:hover:not(.disabled) {
  color: #00003d;
  background-color: var(--aqua);
}
.cta > a.disabled, .cta > a:disabled,
.button.disabled,
.button:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .cta > a,
.button {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.25;
    padding: 10px 15px 8px;
  }
}
.cta > a.check,
.button.check {
  padding-left: 30px;
  position: relative;
  background-color: var(--aqua) !important;
}
.cta > a.check:before,
.button.check:before {
  position: absolute;
  left: 7px;
  top: 8px;
  width: 20px;
  height: 25px;
  content: "";
  background-image: url("/assets/images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.cta > a.check.big.check,
.button.check.big.check {
  padding-left: 40px;
}
.cta > a.check.big.check::before,
.button.check.big.check::before {
  left: 12px;
  top: 13px;
}
.cta > a.white,
.button.white {
  background-color: #ffffff;
  color: #00003d;
}
.cta > a.white:hover,
.button.white:hover {
  background-color: var(--aqua);
}
.cta > a.red,
.button.red {
  border: 1px solid #ce3333;
  color: #ce3333;
  background: transparent;
}
.cta > a.red:hover,
.button.red:hover {
  background-color: red;
  color: #FFF;
}
.cta > a.loading,
.button.loading {
  text-indent: -9999px;
  min-width: 100px;
}
.cta > a.loading:after,
.button.loading:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/assets/images/spinner.svg");
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
}
.cta > a.gray,
.button.gray {
  background-color: #cccecd;
  color: #00003d;
}
.cta > a.gray:hover,
.button.gray:hover {
  background-color: var(--aqua);
}
.cta > a.stratos,
.button.stratos {
  background-color: #00003d;
  color: #ffffff;
}
.cta > a.stratos:hover,
.button.stratos:hover {
  background-color: #ffffff;
}
.cta > a.aqua,
.button.aqua {
  background-color: var(--aqua);
  color: #00003d;
}
.cta > a.aqua:not(.loading):hover,
.button.aqua:not(.loading):hover {
  background-color: #ffffff;
}
.cta > a.aqua-outline,
.button.aqua-outline {
  background-color: #00003d;
  color: #ffffff;
  border: 2px solid var(--aqua);
  padding: 10px 15px 8px;
}
.cta > a.aqua-outline:hover,
.button.aqua-outline:hover {
  border-color: #FFF;
  background-color: #ffffff;
}
.cta > a.big,
.button.big {
  padding: 15px 30px 13px;
}
.cta > a.big.outline,
.button.big.outline {
  padding: 13px 28px 11px;
}
.cta > a.small,
.button.small {
  padding: 5px 9px 3px;
  font-size: 18px;
}
.cta > a.play-button,
.button.play-button {
  background-image: url("/assets/images/play-button.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 52px;
}
.cta > a.plus-button,
.button.plus-button {
  background-image: url("/assets/images/plus-button.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 52px;
}
.cta > a.minus-button,
.button.minus-button {
  background-image: url("/assets/images/minus-button.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 52px;
}
.cta > a.check-button,
.button.check-button {
  background-image: url("/assets/images/check-button.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 52px;
}
.cta > a.cancel-button,
.button.cancel-button {
  background-color: white;
  padding: 10px;
  float: right;
  border: 1px solid red;
  color: red;
}
.cta > a.cancel-button:hover,
.button.cancel-button:hover {
  color: #FFF;
  background-color: red;
}
.cta > a.outline,
.button.outline {
  background: transparent;
  border: 3px solid #00003d;
  color: #00003d;
}
.cta > a.outline:hover,
.button.outline:hover {
  background-color: #00003d;
  color: #FFF;
}
.cta > a.chat-button,
.button.chat-button {
  background-image: url("/assets/images/zoom-icon.png");
  background-repeat: no-repeat;
  background-position: 15px 11px;
  background-size: 20px 20px;
  padding-left: 49px;
}
@media (max-width: 767px) {
  .cta > a.chat-button,
.button.chat-button {
    background-size: 18px 18px;
    padding-left: 40px;
    background-position: 12px 8px;
  }
}

.show-all-button {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .show-all-button {
    margin-bottom: 40px;
  }
}

.icon, .form-checkbox .input {
  display: inline-block;
  vertical-align: -0.1em;
}
.icon-stack {
  display: inline-block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
}
.icon-stack-1x, .icon-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.icon-xs {
  font-size: 0.75em;
}
.icon-sm {
  font-size: 0.875em;
}
.icon-1x {
  font-size: 1em;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-6x {
  font-size: 6em;
}
.icon-7x {
  font-size: 7em;
}
.icon-8x {
  font-size: 8em;
}
.icon-9x {
  font-size: 9em;
}
.icon-10x {
  font-size: 10em;
}

svg .inherit-color[fill] {
  fill: currentColor;
}
svg .inherit-color[stroke] {
  stroke: currentColor;
}

.additional-filters {
  overflow: hidden;
  height: 0px;
}
.additional-filters.active {
  overflow: visible;
  height: auto;
}

.filter.topics {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .filter.topics {
    font-size: 15px;
  }
}
@media (max-width: 370px) {
  .filter.topics .label {
    display: none;
  }
}

.filters-switch {
  text-transform: none;
  background: none;
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  padding: 8px 0 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .filters-switch {
    margin-left: auto;
  }
}
.filters-switch .icon, .filters-switch .form-checkbox .input, .form-checkbox .filters-switch .input {
  margin-right: 12px;
}
.filters-switch:hover {
  color: var(--aqua);
}
.filters-switch:hover .count-bubble {
  background-color: var(--aqua);
}
.filters-switch .count-bubble {
  width: 28px;
  height: 20px;
  border-radius: 20px;
  background: #FFF;
  color: #00003d;
  display: inline-block;
  font-family: "Bureau Grot Condensed";
  font-weight: bold;
  font-size: 14px;
  margin-left: 6px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .filters-switch .count-bubble {
    margin-left: -10px;
    margin-right: -10px;
    width: 20px;
  }
}
@media (max-width: 767px) {
  .filters-switch .label {
    display: none;
  }
}

@media (min-width: 768px) {
  .filters {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .filters .filter + .filter {
    margin-left: 25px;
  }
}
.filters .filter-label {
  margin-bottom: 10px;
}
.filters .filter-wrap {
  min-height: 38px;
  display: flex;
  align-items: center;
}

#filters {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00003d;
  overflow: auto;
  padding: 40px 0;
}
@media (min-width: 768px) {
  #filters {
    padding: 45px 0;
  }
}
#filters .close {
  position: absolute;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  text-transform: uppercase;
  background: none;
  border: none;
  outline: none;
  color: #ffffff;
  top: 20px;
  right: 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #filters .close {
    top: 30px;
    right: 40px;
  }
}
@media (min-width: 1024px) {
  #filters .close {
    right: 70px;
  }
}
#filters .close:hover {
  outline: currentColor solid 1px;
}
#filters .clear-selection {
  font-size: 14px;
  color: var(--aqua);
  border: none;
  background: none;
  outline: none;
  text-transform: uppercase;
  padding: 0 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #filters .clear-selection {
    font-size: 14px;
  }
}
#filters .clear-selection:hover {
  color: #FFF;
}
#filters .filters-label {
  color: #ffffff;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.56px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  #filters .filters-label {
    font-size: 32px;
  }
}
#filters .filters-list {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 18px;
}
#filters .filters-list + .filters-list {
  margin-top: 10px;
}
#filters .form-checkbox {
  color: var(--aqua);
  text-transform: uppercase;
}
#filters .form-checkbox input:checked ~ span {
  color: #ffffff;
}
#filters .form-checkbox input:checked ~ .input:after {
  color: #00003d;
}
#filters .form-details {
  background-color: rgba(49, 49, 98, 0.5);
}
#filters .form-details-label {
  color: #ffffff;
}
#filters ul {
  list-style: none;
  margin: 0;
  padding: 0 25px;
}
@media (min-width: 768px) {
  #filters ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  #filters ul li {
    flex-basis: 33.3333%;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  #filters ul li {
    flex-basis: 25%;
    padding-right: 15px;
  }
}
#filters ul li:nth-child(1) ~ li {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #filters ul li:nth-child(1) ~ li {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #filters ul li:nth-child(3) ~ li {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  #filters ul li:nth-child(3) ~ li {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #filters ul li:nth-child(4) ~ li {
    margin-top: 20px;
  }
}
#filters .filters-action {
  margin-top: 40px;
  text-align: center;
}
#filters .filters-action .button {
  width: 226px;
}
#filters .form-details-label::after {
  display: none;
}

.qty-sticker {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background-color: #ffffff;
  color: #00003d;
  padding: 0 5px;
  border-radius: 19px;
  min-width: 28px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}

.event-location-map {
  line-height: 22px;
  padding-right: 20px;
}
.event-location-map .location-map {
  background-color: black;
  height: 220px;
}
.event-location-map .location-map-wrapper {
  height: 190px;
  overflow: hidden;
  margin-bottom: 18px;
}
.event-location-map .location-title {
  font-weight: 500;
}
@-webkit-keyframes MoveUpDown {
  0%, 100% {
    top: -2px;
  }
  50% {
    top: -7px;
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    top: -2px;
  }
  50% {
    top: -7px;
  }
}
.event-location-map .plan-route-button {
  display: block;
  margin-top: 18px;
  font-family: "Bureau Grot Condensed";
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: #00003d;
  padding-left: 27px;
  line-height: 24px;
  position: relative;
}
.event-location-map .plan-route-button::after {
  left: 0;
  position: absolute;
  content: "";
  top: -2px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='•-WMTCG-AGENDA---ITEM' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Event' transform='translate(-939.000000, -1179.000000)'%3E%3Cg id='location_on_black_24dp' transform='translate(939.000000, 1179.000000)'%3E%3Cpolygon id='Path' points='0 0 24 0 24 24 0 24'%3E%3C/polygon%3E%3Cpath d='M12,2 C15.87,2 19,5.13 19,9 C19,14.25 12,22 12,22 C12,22 5,14.25 5,9 C5,5.13 8.13,2 12,2 Z M12,6.5 C10.6192881,6.5 9.5,7.61928813 9.5,9 C9.5,10.3807119 10.6192881,11.5 12,11.5 C13.3807119,11.5 14.5,10.3807119 14.5,9 C14.5,7.61928813 13.3807119,6.5 12,6.5 Z' id='Combined-Shape' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.event-location-map .plan-route-button:hover::after {
  -webkit-animation: MoveUpDown 500ms linear;
          animation: MoveUpDown 500ms linear;
}

.toggle-favorite {
  position: relative;
  z-index: 2;
  border: none;
  background: none;
  outline: none;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.toggle-favorite.is-favorite .icon-circle, .toggle-favorite:hover .icon-circle {
  color: #f24b24;
}
.toggle-favorite .icon-stack {
  font-size: 13px;
}
@media (min-width: 768px) {
  .toggle-favorite .icon-stack {
    font-size: 15px;
  }
}
.toggle-favorite .icon-circle {
  color: rgba(0, 0, 0, 0.1);
}
.toggle-favorite .icon-star {
  color: #ffffff;
}

.view-program .program-header {
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .view-program .program-header {
    margin-bottom: 40px;
  }
}

.program.teaser {
  transition: background-color 0.25s;
  background-color: #ffffff;
  position: relative;
  display: flex;
  height: 224px;
}
@media (min-width: 768px) {
  .program.teaser {
    height: 260px;
  }
}
@media (min-width: 1280px) {
  .program.teaser {
    height: 190px;
  }
}
.program.teaser:not(.small):hover {
  background-color: var(--aqua);
}
.program.teaser:not(.small):hover .suptitle {
  color: #00003d !important;
}
.program.teaser:not(.small):hover .suptitle-num {
  background-color: #00003d !important;
  color: var(--aqua) !important;
}
.program.teaser:not(.small):hover .subtitle {
  color: rgba(0, 0, 61, 0.5);
}
.program.teaser .reservation-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .program.teaser .reservation-button {
    padding: 6px 10px 4px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .program.teaser .reservation-button {
    bottom: 20px;
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .program.teaser .reservation-button.reservation-button--mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .program.teaser .reservation-button.reservation-button--desktop {
    display: none !important;
  }
}
.program:hover .program.teaser .reservation-button {
  background-color: #ffffff;
  color: #00003d;
}
.program:hover .program.teaser .reservation-button:hover {
  background-color: #00003d;
  color: var(--aqua);
}
.program.teaser .program-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.program.teaser .featured-image {
  flex-shrink: 0;
}
.program.teaser .details {
  flex-grow: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .program.teaser .details {
    padding: 15px 20px;
  }
}
@media (min-width: 1280px) {
  .program.teaser .details {
    padding: 15px 25px;
  }
}
.program.teaser .suptitle {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 30px;
  margin-bottom: 4px;
  transition: color 0.25s;
  color: #94C43D;
}
@media (min-width: 768px) {
  .program.teaser .suptitle {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.program.teaser .suptitle-num {
  display: inline-block;
  min-width: 16px;
  padding: 0 2px;
  text-align: center;
  color: #ffffff;
  background-color: #94C43D;
  transition: color 0.25s, background-color 0.25s;
}
@media (min-width: 768px) {
  .program.teaser .suptitle-num {
    min-width: 20px;
    padding-top: 1px;
  }
}
.program.teaser .title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 20px;
  height: 50px;
  line-height: 1.2;
  margin: 2px 0;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .program.teaser .title {
    font-size: 28px;
    height: 70px;
  }
}
@media (min-width: 1280px) {
  .program.teaser .title {
    font-size: 32px;
    height: 80px;
  }
}
.program.teaser .subtitle {
  color: rgba(0, 0, 61, 0.75);
  font-size: 14px;
  letter-spacing: -0.4px;
  line-height: 1.5;
  flex-grow: 1;
  margin-bottom: 12px;
  transition: color 0.25s;
  height: 30px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .program.teaser .subtitle {
    height: 60px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .program.teaser .subtitle {
    line-height: 1.75;
  }
}
@media (min-width: 1280px) {
  .program.teaser .subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
}
.program.teaser .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media (max-width: 1023px) {
  .program.teaser .meta {
    padding-right: 100px;
  }
}
.program.teaser .date-time {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .program.teaser .date-time {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .program.teaser .date-time {
    flex-basis: auto;
    margin-right: 15px;
  }
}
@media (max-width: 1279px) {
  .program.teaser .date-time {
    width: 100%;
    margin-bottom: 5px;
  }
}
.program.teaser .location,
.program.teaser .entrance {
  font-size: 12px;
  font-family: "Bureau Grot Condensed";
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .program.teaser .location,
.program.teaser .entrance {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .program.teaser .location,
.program.teaser .entrance {
    display: none;
  }
}
@media (max-width: 1023px) {
  .program.teaser .location + .entrance {
    margin-left: 10px;
  }
}
.program.teaser .location + .entrance:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  vertical-align: 2px;
  margin: 0 6px;
}
@media (max-width: 1023px) {
  .program.teaser .location + .entrance:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .program.teaser .location + .entrance:before {
    width: 5px;
    height: 5px;
    vertical-align: 3px;
  }
}
.program.teaser .language {
  font-size: 12px;
  font-family: "Bureau Grot Condensed";
  text-transform: uppercase;
  color: #ffffff;
  background-color: #00003d;
  line-height: 1.2;
  padding: 1px 2px 0;
  margin-top: -1px;
  margin-left: 10px;
  position: absolute;
  top: 1px;
  left: 101px;
}
@media (max-width: 767px) {
  .program.teaser .language {
    left: 80px;
  }
}
@media (min-width: 1280px) {
  .program.teaser .language .short {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .program.teaser .language .long {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .program.teaser .language {
    position: static;
    padding-top: 2px;
    margin-top: -2px;
    margin-left: 15px;
  }
}
.program.teaser.small .title {
  font-size: 28px;
  margin-bottom: 2px;
  height: 30px;
  max-width: 490px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
  .program.teaser.small .title {
    max-width: 330px;
  }
}
.program.teaser.small .subtitle {
  font-size: 14px;
}
.program.teaser.small .meta .date-time {
  font-size: 18px;
}
@media (max-width: 1279px) {
  .program.teaser.small {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .program.teaser.small {
    height: auto;
  }
  .program.teaser.small .title {
    font-size: 26px;
    margin: 0 0 7px 0;
  }
  .program.teaser.small .featured-image {
    display: none;
  }
}

.program.tile {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-family: "Bureau Grot Condensed";
  width: 200px;
  white-space: normal;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .program.tile {
    width: 260px;
  }
}
.program.tile.small {
  width: 227px;
}
.program.tile:hover {
  opacity: 0.8;
}
.program.tile .program-suptitle {
  font-size: 14px;
  text-transform: uppercase;
  margin: 15px 0 7px;
  color: #94C43D;
}
.program.tile .program-suptitle + .program-title {
  margin-top: 0;
}
.program.tile .program-title {
  font-weight: 500;
  margin-top: 38px;
  font-size: 18px;
  line-height: 1.35;
}
.program.tile .program-date {
  opacity: 0.75;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 8px;
}

.program.tile-wide {
  text-decoration: none;
  font-family: "Bureau Grot Condensed";
  line-height: 1.2;
  font-size: 14px;
  display: block;
  display: flex;
}
.program.tile-wide:hover {
  opacity: 0.8;
}
.program.tile-wide .program-image {
  display: none;
  width: 145px;
}
@media (min-width: 768px) {
  .program.tile-wide .program-image {
    display: block;
    width: 145px;
    flex-shrink: 0;
  }
}
@media (max-width: 1279px) {
  .program.tile-wide .program-image {
    width: 125px;
  }
}
@media (max-width: 1023px) {
  .program.tile-wide .program-image {
    display: none;
  }
}
.program.tile-wide .program-details {
  padding: 10px 15px;
  width: 315px;
  min-height: 105px;
  background-color: #ffffff;
}
@media (max-width: 1279px) {
  .program.tile-wide .program-details {
    width: 215px;
  }
}
@media (max-width: 1023px) {
  .program.tile-wide .program-details {
    width: 220px;
  }
}
.program.tile-wide .program-suptitle {
  text-transform: uppercase;
  height: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.program.tile-wide .program-suptitle-num {
  color: #ffffff;
  display: inline-block;
  min-width: 16px;
  font-weight: 900;
  text-align: center;
  padding: 0 3px;
}
.program.tile-wide .program-title {
  font-weight: 500;
  font-size: 18px;
  margin-top: 4px;
}
.program.tile-wide .program-date {
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 7px;
}

.livecast-explanation {
  background-color: #00003d;
  color: #FFF;
  font-family: "Bureau Grot Condensed";
  color: #ffffff;
  font-size: 17px;
  line-height: 1.33333;
  padding: 20px 22px;
  margin-bottom: 40px;
  margin-top: -10px;
}

.program.tile-live .program-details {
  font-family: "Bureau Grot Condensed";
  padding: 0 10px;
}
@media (min-width: 768px) {
  .program.tile-live .program-details {
    padding: 9px 15px;
  }
}
.program.tile-live .program-suptitle {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 26px;
}
.program.tile-live .program-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}
@media (min-width: 768px) {
  .program.tile-live .program-title {
    font-size: 24px;
  }
}
.program.tile-live .program-title-label {
  font-family: "Bureau Grot Compressed";
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}
.program.tile-live .program-subtitle {
  margin-top: 10px;
  padding-right: 100px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .program.tile-live .program-subtitle {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .program.tile-live .program-subtitle {
    padding-right: 0;
  }
}
.program.tile-live .program-link {
  text-decoration: none;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
  padding-top: 15px;
}
.program.tile-live .chat-button {
  margin-top: 10px;
  font-size: 14px;
  background-position: 15px 10px;
  background-size: 18px 18px;
  padding-left: 43px;
}
@media (max-width: 767px) {
  .program.tile-live .chat-button {
    background-size: 18px 18px;
    padding-left: 40px;
    background-position: 12px 8px;
    margin-left: 10px;
  }
}
.program.tile-live .need-auth {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #FFF;
  background-size: cover;
  display: flex;
  align-items: center;
}
.program.tile-live .need-auth:after {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
}
.program.tile-live .need-auth .msg,
.program.tile-live .need-auth a {
  position: relative;
  z-index: 2;
}
.program.tile-live .need-auth .align-box {
  margin: auto;
  text-align: center;
}
.program.tile-live .need-auth .align-box .msg {
  font-size: 120%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .program.tile-live .need-auth .align-box .msg {
    font-size: 100%;
  }
}
.program.tile-live .subtitle-more-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .program.tile-live .subtitle-more-info {
    padding: 0 15px;
  }
}
.program.tile-live .date-time {
  text-transform: uppercase;
  color: #FFF;
}

.program.teaser-live {
  display: flex;
  align-items: flex-start;
  font-family: "Bureau Grot Condensed";
  line-height: 1.2;
  font-size: 14px;
  text-transform: uppercase;
}
.program.teaser-live.active {
  border-bottom: 2px solid var(--aqua);
}
@media (min-width: 768px) {
  .program.teaser-live.active {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .program.teaser-live.active .live-label {
    border-bottom: 2px solid;
    padding-bottom: 8px;
  }
}
.program.teaser-live:not(:last-child) {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .program.teaser-live:not(:last-child) {
    padding-bottom: 0;
  }
}
.program.teaser-live + .program.teaser-live {
  margin-top: 10px;
}
.program.teaser-live .program-image {
  background-color: #ebebeb;
  flex-shrink: 0;
  width: 86;
  height: 62;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .program.teaser-live .program-image {
    width: 145;
    height: 105;
    margin-right: 15px;
  }
}
.program.teaser-live .program-details {
  flex-grow: 1;
}
.program.teaser-live .program-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .program.teaser-live .program-title {
    font-size: 18px;
    margin-top: 8px;
  }
}
.program.teaser-live .program-date {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.75);
}
.program.teaser-live .live-label {
  color: var(--aqua);
  text-transform: uppercase;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .program.teaser-live .live-label {
    margin-top: 13px;
  }
}
.program.teaser-live .live-label span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: currentColor;
  border-radius: 50%;
  vertical-align: 2px;
  margin-right: 5px;
}

.list .program.teaser:not(:last-child) {
  margin-bottom: 22px;
}

@media (min-width: 1024px) {
  .view-home .upcoming-events.section {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .view-home .upcoming-events.section .controls {
    display: none;
  }
}
@media (max-width: 767px) {
  .view-home .upcoming-events.section .container .row .section-title {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .view-home .upcoming-events.section .container .row .section-title .short {
    display: flex;
  }
  .view-home .upcoming-events.section .container .row .section-title .short .icon, .view-home .upcoming-events.section .container .row .section-title .short .form-checkbox .input, .form-checkbox .view-home .upcoming-events.section .container .row .section-title .short .input {
    font-size: 18px;
    margin: auto;
    padding-left: 17px;
  }
}

.section.programs .row + .row {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section.programs .row + .row {
    margin-top: 30px;
  }
}

.section.related-programs {
  background-color: #F3F3F3;
}
.section.related-programs .section-content {
  margin-bottom: 50px;
}

.programs-past.section .list .row {
  overflow: auto;
}
.programs-past.section .list ul {
  white-space: nowrap;
  padding: 0 20px 15px;
}
.programs-past.section .list li {
  display: inline-block;
  vertical-align: top;
}
.programs-past.section .list li .program-image {
  position: relative;
}
.programs-past.section .list li .program-image::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("/assets/images/play-button.png?v=2");
  background-size: contain;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -25px 0 0 -25px;
}
.programs-past.section .list li + li {
  margin-left: 36px;
}
@media (max-width: 1023px) {
  .programs-past.section .list li:nth-child(4) {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .programs-past.section .list li:nth-child(4) {
    display: inline-block !important;
  }
}
.programs-past.section .list li:hover .program-image::after {
  background-image: url("/assets/images/play-button-white.png?v=2");
}

.ovg-banner {
  margin-bottom: 40px;
  background-color: #00003d;
  padding: 20px;
  min-height: 194px;
  padding-left: 165px;
  background-image: url("/assets/images/open-groen-dag-banner.png?v2");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
@media (max-width: 1279px) {
  .ovg-banner {
    padding-left: 220px;
  }
}
@media (max-width: 1023px) {
  .ovg-banner {
    padding-left: 200px;
  }
}
@media (max-width: 767px) {
  .ovg-banner {
    margin: 0 -20px;
    margin-bottom: 40px;
    background-size: 50px 71px;
    background-position: 20px 25px;
    padding-left: 20px;
  }
}
.ovg-banner .ovg-tile {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .ovg-banner .ovg-tile {
    font-size: 22px;
    padding-left: 70px;
    height: 81px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
  }
}
.ovg-banner .ovg-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 24px;
  margin-bottom: 15px;
}
.ovg-banner .ovg-cta {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 18px;
  color: #71F24A;
  text-decoration: none;
  text-transform: uppercase;
}
.ovg-banner .ovg-cta span {
  transition: all 200ms;
}
.ovg-banner .ovg-cta:hover span {
  transform: translateX(2px);
}

@media (min-width: 1024px) {
  .view-home .section.programs-past {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.view-home .section.programs-past .program .program-tile-text {
  padding: 0px 18px 17px;
}
.view-home .section.programs-past .list li {
  background-color: #00003d;
  height: 100%;
}
.view-home .section.programs-past .list li + li {
  margin-left: 23px;
}
@media (min-width: 768px) {
  .view-home .program.tile {
    width: 208px;
  }
}
@media (min-width: 1024px) {
  .view-home .program.tile {
    width: 209px;
  }
}
@media (min-width: 1280px) {
  .view-home .program.tile {
    width: 269px;
  }
}
.view-home .program.tile .program-suptitle {
  margin-top: 17px;
}

.serie.tile {
  display: block;
  text-decoration: none;
  width: 240px;
}
@media (min-width: 768px) {
  .serie.tile {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .serie.tile {
    width: 100% !important;
  }
}
.serie.tile:hover {
  opacity: 0.8;
}
.serie.tile .serie-image {
  background-color: #ebebeb;
  width: 240px;
  height: 175px;
}
@media (min-width: 768px) {
  .serie.tile .serie-image {
    width: 260px;
    height: 190px;
  }
}
@media (max-width: 767px) {
  .serie.tile .serie-image {
    width: 100% !important;
    height: auto;
  }
  .serie.tile .serie-image img {
    min-width: 100%;
  }
}
.serie.tile .serie-title {
  font-family: "Bureau Grot Condensed";
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .serie.tile .serie-title {
    font-size: 18px;
    margin-top: 15px;
  }
}

.section.series {
  position: relative;
}
.section.series .container {
  padding-bottom: 30px;
}
.section.series .series-title {
  text-transform: none;
  font-family: "Bureau Grot Condensed";
  font-size: 30px;
  font-weight: 500;
  line-height: 62px;
}
@media (min-width: 768px) {
  .section.series .series-title {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .section.series .series-title {
    font-size: 48px;
  }
}
.section.series .series-title span {
  line-height: 62px;
  color: #ffffff;
  font-family: "Bureau Grot Compressed";
  font-weight: 300;
  text-transform: uppercase;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .section.series .series-title span {
    margin-right: 15px;
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .section.series .series-title span {
    font-size: 40px;
  }
}
.section.series .series-image {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section.series .series-image {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .section.series .series-image {
    margin-bottom: 40px;
  }
}
.section.series .series-description {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section.series .series-description {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
@media (min-width: 1024px) {
  .section.series .series-description {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section.series .button {
    margin-top: 10px;
  }
}
.section.series .ticker-bar {
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  left: 0;
  bottom: 0;
  width: 100%;
}

.series.teaser {
  display: block;
  text-decoration: none;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .series.teaser {
    display: flex;
  }
}
@media (min-width: 768px) {
  .series.teaser .series-image {
    flex-shrink: 0;
  }
}
.series.teaser .series-details {
  padding: 15px;
}
@media (min-width: 768px) {
  .series.teaser .series-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .series.teaser .series-details {
    padding: 20px;
  }
}
.series.teaser .series-meta {
  font-size: 14px;
  font-weight: 500;
  font-family: "Bureau Grot Condensed";
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .series.teaser .series-meta {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1280px) {
  .series.teaser .series-meta {
    margin-bottom: 20px;
  }
}
.series.teaser .series-dates {
  padding-top: 3px;
}
.series.teaser .programs-in-series span {
  color: #ffffff;
  background-color: #00003d;
  font-weight: 900;
  display: inline-block;
  min-width: 20px;
  padding: 3px 4px 1px;
  text-align: center;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .series.teaser .programs-in-series span {
    min-width: 23px;
  }
}
.series.teaser .series-title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Bureau Grot Condensed";
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .series.teaser .series-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .series.teaser .series-title {
    font-size: 32px;
  }
}
.series.teaser .series-description {
  font-size: 12px;
}
@media (min-width: 768px) {
  .series.teaser .series-description {
    font-size: 14px;
    flex-grow: 1;
  }
}
@media (min-width: 1280px) {
  .series.teaser .series-description {
    font-size: 16px;
  }
}
.series.teaser .list-ambitions {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .series.teaser .list-ambitions {
    margin-top: 15px;
  }
}

.series-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -25px;
}
@media (min-width: 768px) {
  .series-list {
    justify-content: space-between;
    margin-bottom: -40px;
  }
}
@media (min-width: 1024px) {
  .series-list {
    margin: 0 -34px -40px;
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .series-list {
    margin: 0 -20px -60px;
  }
}
.series-list .serie.tile {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .series-list .serie.tile {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .series-list .serie.tile {
    margin: 0 34px 40px;
  }
}
@media (min-width: 1280px) {
  .series-list .serie.tile {
    margin: 0 20px 60px;
  }
}

.serie.tile.alt {
  min-height: 380px;
  position: relative;
  padding-bottom: 50px;
  background-color: #FFF;
}
.serie.tile.alt .serie-image {
  width: 260px;
  height: 172px;
}
.serie.tile.alt .serie-details {
  padding: 15px 20px;
}
.serie.tile.alt .serie-title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 22px;
  color: #00003d;
  line-height: 28px;
  margin-bottom: 10px;
}
.serie.tile.alt .serie-description {
  font-family: "Bureau Grot";
  font-size: 14px;
  color: #00003d;
  letter-spacing: 0;
  line-height: 22px;
}
.serie.tile.alt .serie-ambitions {
  position: absolute;
  left: 20px;
  bottom: 15px;
}

.update.teaser {
  text-decoration: none;
  background-color: #ffffff;
  display: block;
  flex-grow: 1;
  overflow: hidden;
  transition: all 200ms;
}
.update.teaser .details {
  padding: 12px 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .update.teaser .details {
    min-height: 280px;
  }
}
.update.teaser .meta,
.update.teaser .post-format {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Bureau Grot Condensed";
  display: flex;
  margin-bottom: 10px;
}
.update.teaser .post-format {
  display: flex;
  align-items: center;
}
.update.teaser .post-format .icon, .update.teaser .post-format .form-checkbox .input, .form-checkbox .update.teaser .post-format .input {
  line-height: inherit;
  margin-right: 9px;
}
.update.teaser .post-format .icon-frontrunner {
  background-image: url("/assets/images/koploper-icon.svg");
  width: 12px;
  height: 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.update.teaser .date {
  font-weight: 500;
  margin-right: 14px;
}
.update.teaser .user .avatar {
  margin-right: 7px;
}
.update.teaser .user .avatar,
.update.teaser .user .avatar .figure {
  display: inline-flex;
  align-items: center;
}
.update.teaser .title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  line-height: 1.2;
  font-size: 22px;
}
@media (min-width: 768px) {
  .update.teaser .title {
    font-size: 24px;
  }
}
.update.teaser .description {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .update.teaser .description {
    margin-top: 9px;
    line-height: 1.625;
    font-size: 16px;
  }
}
.update.teaser:hover {
  opacity: 0.85;
}
.update.teaser .tile-bottom {
  margin-top: 12px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.update.teaser .tile-bottom .button {
  font-size: 15px;
  line-height: 21px;
}

.page.teaser {
  text-decoration: none;
  background-color: #ffffff;
  display: block;
  flex-grow: 1;
  overflow: hidden;
  transition: all 200ms;
}
.page.teaser .details {
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page.teaser .title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  line-height: 1.2;
  font-size: 22px;
}
@media (min-width: 768px) {
  .page.teaser .title {
    font-size: 30px;
  }
}
.page.teaser .description {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.7;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .page.teaser .description {
    margin-top: 9px;
    line-height: 1.625;
    font-size: 16px;
  }
}
.page.teaser:hover {
  opacity: 0.85;
}

.update.teaser.wide {
  position: relative;
  display: flex;
  flex-direction: column;
}
.update.teaser.wide .meta,
.update.teaser.wide .title,
.update.teaser.wide .description {
  color: #FFF;
}
.update.teaser.wide .title {
  font-size: 28px;
}
@media (min-width: 768px) {
  .update.teaser.wide .title {
    font-size: 32px;
  }
}
.update.teaser.wide .details {
  padding: 12px 20px 20px;
  padding-right: 200px;
  min-height: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.update.teaser.wide .details .button {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.update.teaser.wide::after {
  content: "";
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 61) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
  height: 70%;
}

.updates-list {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .updates-list {
    padding-bottom: 60px;
  }
}
.updates-list .col .col,
.updates-list .col .col-alt {
  margin-top: 30px;
  display: flex;
}
@media (min-width: 768px) {
  .updates-list .col .col,
.updates-list .col .col-alt {
    margin-top: 60px;
  }
}

.view-home .updates-list .col .col:first-child,
.view-home .updates-list .col .col-alt:first-child {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .view-home .updates-list .col .col:first-child,
.view-home .updates-list .col .col-alt:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .view-home .updates-list .col .col:first-child,
.view-home .updates-list .col .col-alt:first-child {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .view-home .updates-list .col .col,
.view-home .updates-list .col .col-alt {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .view-home .updates-list .col .col:last-child,
.view-home .updates-list .col .col-alt:last-child {
    display: none;
  }
}
.view-home .magazine.section {
  background-color: #00003d;
}
@media (min-width: 1024px) {
  .view-home .magazine.section {
    padding-top: 72px;
  }
  .view-home .magazine.section .section-title {
    padding-left: 4px;
  }
}
@media (min-width: 1280px) {
  .view-home .magazine.section .section-title {
    padding-left: 20px;
  }
}
.view-home .magazine.section .container .section-title {
  color: #ffffff;
}
.view-home .magazine.section .container .controls a {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .view-home .magazine.section header .row {
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .view-home .magazine.section header .row {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .view-home .magazine.section header .row .controls {
    flex-basis: auto;
    padding-right: 0px;
  }
}
@media (min-width: 1280px) {
  .view-home .magazine.section header .row .controls {
    flex-basis: 100%;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .view-home .update.teaser .details .description-none {
    display: none;
  }
}
.view-home .update.teaser.wide .details {
  padding: 12px 20px 17px;
}

.magazine-header {
  background: center/cover no-repeat;
  text-decoration: none;
  display: block;
}
.magazine-header .header-image {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.magazine-header .header-image img {
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.magazine-header .header-title {
  line-height: 1.2;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .magazine-header .header-title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .magazine-header .header-title {
    font-size: 50px;
  }
}
.magazine-header .header-meta {
  padding-top: 13px;
}
@media (min-width: 768px) {
  .magazine-header .header-meta {
    padding-top: 21px;
  }
}
.magazine-header .details {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
.magazine-header .details .user {
  margin-right: 20px;
}
.magazine-header .date {
  margin-right: 16px;
}

.update-header {
  margin-bottom: 40px;
  padding-top: 109px;
}
@media (max-width: 1023px) {
  .update-header {
    padding-top: 74px;
  }
}
@media (max-width: 767px) {
  .update-header {
    padding-top: 68px;
  }
}
.update-header .header-wrapper {
  max-width: 1920px;
}
@media (min-width: 1024px) {
  .update-header .header-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.update-header .update-image {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .update-header .update-image {
    order: 1;
    width: 50%;
    flex-shrink: 0;
  }
}
.update-header .update-image picture {
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.update-header .meta {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .update-header .meta {
    font-size: 18px;
  }
}
.update-header .meta .date {
  margin-right: 16px;
}
.update-header .meta .user {
  margin-right: 20px;
}
.update-header .update-title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .update-header .update-title {
    font-size: 40px;
  }
}
.update-header .details {
  padding: 16px 20px;
}
@media (min-width: 768px) {
  .update-header .details {
    padding: 30px 40px 30px 20px;
  }
}
@media (min-width: 1024px) {
  .update-header .details {
    width: 480px;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .update-header .details {
    width: 600px;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Bureau Grot Condensed";
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 28px;
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .pagination {
    justify-content: center;
  }
}
.pagination .label {
  padding: 0 5px;
}
.pagination ul {
  display: flex;
}
.pagination a {
  text-decoration: none;
}
.pagination .spacer {
  width: 20px;
}
.pagination .pagenum {
  background-color: var(--aqua);
  margin: 0 5px;
  min-width: 30px;
  padding-top: 2px;
  display: inline-block;
}
.pagination .pagenum:hover,
.pagination .active {
  background-color: #00003d;
  color: #ffffff;
}

.doculinks .content-block-title {
  margin-bottom: 30px;
}
.doculinks .doculinks-title {
  font-weight: 600;
}

.doculink {
  display: block;
  text-decoration: none;
  color: inherit;
}
.doculink:hover img {
  opacity: 0.8;
}
.doculink .image {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .doculink .image {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.doculink img {
  transition: opacity 0.25s;
  vertical-align: top;
}
.doculink .content {
  padding: 0 15px 15px 15px;
}
@media (min-width: 768px) {
  .doculink .content {
    padding: 0 0 25px 25px;
    width: calc(100% - 140px);
    margin-left: auto;
  }
}
.doculink .description {
  font-weight: 100;
}
.doculink .title {
  font-weight: 600;
}
.doculink + .doculink {
  margin-top: 16px;
}

.vcard {
  text-decoration: none;
}
.vcard:not(.company) .vcard-image img {
  border-radius: 50%;
}
.vcard.company .vcard-image img {
  height: auto;
  max-height: 75px;
  max-width: 250px;
}
.vcard .vcard-text {
  line-height: 22px;
}
.vcard .vcard-title {
  font-weight: 500;
}
.vcard .vcard-subtitle {
  font-size: 13px;
}

.vcards-list .vcards-title {
  margin-bottom: 15px;
}
.vcards-list .vcard {
  display: flex;
  align-items: center;
}
.vcards-list .vcard + .vcard {
  margin-top: 20px;
}
.vcards-list .vcard-image {
  flex-shrink: 0;
  margin-right: 19px;
}
.vcards-list .vcard-image img {
  height: 80px;
}
.vcards-list .vcard-text {
  padding: 5px 0;
}
.vcards-list .vcard-subtitle {
  margin-top: 1px;
}

.vcards-grid {
  overflow: hidden;
  margin-right: -40px;
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  .vcards-grid {
    margin-right: 0;
  }
}
.vcards-grid .vcards-title {
  flex-basis: 100%;
  margin-bottom: 20px;
}
.vcards-grid .vcard {
  width: 170px;
  float: left;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .vcards-grid .vcard {
    width: 130px;
  }
}
.vcards-grid .vcard:nth-child(2n+1) {
  clear: left;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .vcards-grid .vcard:nth-child(2n+1) {
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 768px) {
  .vcards-grid .vcard:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1280px) {
  .vcards-grid .vcard:nth-child(3n+1) {
    clear: none;
  }
}
@media (min-width: 768px) {
  .vcards-grid .vcard:nth-child(3n+2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .vcards-grid .vcard:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .vcards-grid .vcard:nth-child(4n+1) {
    clear: left;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .vcards-grid .vcard:nth-child(4n+1), .vcards-grid .vcard:nth-child(4n+2), .vcards-grid .vcard:nth-child(4n+3) {
    margin-right: 20px;
  }
}
.vcards-grid .vcard .vcard-subtitle {
  font-size: 12px;
}
.vcards-grid .vcard-image {
  max-width: 120px;
  margin-bottom: 15px;
}
.vcards-grid .vcard-subtitle {
  margin-top: 6px;
}

.text-color-white {
  color: #ffffff;
}
.text-color-stratos {
  color: #00003d;
}
.text-color-aqua {
  color: var(--aqua);
}
.text-color-concrete {
  color: #f2f2f2;
}
.text-color-indigo {
  color: #6179cc;
}

.bg-color-white {
  background-color: #ffffff;
}
.bg-color-stratos {
  background-color: #00003d;
}
.bg-color-stratos-light {
  background-color: rgba(0, 0, 61, 0.95);
}
.bg-color-aqua {
  background-color: var(--aqua);
}
.bg-color-concrete {
  background-color: #f2f2f2;
}
.bg-color-indigo {
  background-color: #6179cc;
}

.wp-editor p {
  margin-bottom: 25px;
}
.wp-editor img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.wp-editor .alignleft {
  float: left;
  width: 50%;
  margin: 10px 15px 0 0;
}
.wp-editor .alignleft .wpImg,
.wp-editor .alignleft img {
  width: 100%;
}
.wp-editor .alignright {
  float: right;
  width: 50%;
  margin: 10px 0 0 15px;
}
.wp-editor .alignright .wpImg,
.wp-editor .alignright img {
  width: 100%;
}
.wp-editor .aligncenter,
.wp-editor .alignnone {
  width: 100% !important;
  margin-bottom: 20px;
}
.wp-editor .aligncenter img,
.wp-editor .alignnone img {
  width: 100%;
}
.wp-editor .aligncenter .img-description,
.wp-editor .alignnone .img-description {
  background-color: rgba(204, 204, 204, 0.8);
  padding: 3px 10px;
}
.wp-editor .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.wp-editor .video-container iframe,
.wp-editor .video-container object,
.wp-editor .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-editor ol,
.wp-editor ul,
.wp-editor li {
  margin: 0;
  padding: 0;
}
.wp-editor ul {
  padding-left: 20px;
  margin: 25px 0;
}
.wp-editor ol {
  padding-left: 18px;
}
.wp-editor ol li {
  padding-left: 5px;
}
.wp-editor .wp-caption-text {
  opacity: 0.8;
  font-size: 90%;
  display: block;
  margin-top: 3px;
}

.form-styling .gform_fields,
form .gform_fields {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-styling .gform_footer img,
form .gform_footer img {
  width: auto;
}
.form-styling .gfield,
.form-styling .form-row,
form .gfield,
form .form-row {
  margin: 15px 0;
}
@media (min-width: 768px) {
  .form-styling .gfield.cols-2,
.form-styling .form-row.cols-2,
form .gfield.cols-2,
form .form-row.cols-2 {
    display: flex;
  }
}
@media (min-width: 768px) {
  .form-styling .gfield.cols-3,
.form-styling .form-row.cols-3,
form .gfield.cols-3,
form .form-row.cols-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-end;
  }
}
.form-styling .form-error,
form .form-error {
  display: none;
  color: red;
}
.form-styling.validation-error .form-error,
form.validation-error .form-error {
  display: block;
}
.form-styling select,
form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-family: "Bureau Grot";
  color: #00003d;
  text-align: center;
  padding: 12px 25px 10px 10px;
  line-height: 18px;
  background-image: url("/assets/images/caret-down.png");
  background-size: 22px 6px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center right;
}
@media (min-width: 768px) {
  .form-styling .clear-multi,
.form-styling .ginput_complex,
form .clear-multi,
form .ginput_complex {
    display: flex;
  }
}
.form-styling .clear-multi .address_city,
.form-styling .ginput_complex .address_city,
form .clear-multi .address_city,
form .ginput_complex .address_city {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .form-styling .ginput_container,
.form-styling .form-field,
form .ginput_container,
form .form-field {
    flex-basis: 50%;
  }
}
.form-styling .ginput_container + .form-field,
.form-styling .form-field + .form-field,
form .ginput_container + .form-field,
form .form-field + .form-field {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .form-styling .ginput_container + .form-field,
.form-styling .form-field + .form-field,
form .ginput_container + .form-field,
form .form-field + .form-field {
    margin-top: 0;
    margin-left: 10px;
  }
}
.form-styling .ginput_container.error, .form-styling .ginput_container.validated, .form-styling .ginput_container.loading,
.form-styling .form-field.error,
.form-styling .form-field.validated,
.form-styling .form-field.loading,
form .ginput_container.error,
form .ginput_container.validated,
form .ginput_container.loading,
form .form-field.error,
form .form-field.validated,
form .form-field.loading {
  position: relative;
}
.form-styling .ginput_container.error:after, .form-styling .ginput_container.validated:after, .form-styling .ginput_container.loading:after,
.form-styling .form-field.error:after,
.form-styling .form-field.validated:after,
.form-styling .form-field.loading:after,
form .ginput_container.error:after,
form .ginput_container.validated:after,
form .ginput_container.loading:after,
form .form-field.error:after,
form .form-field.validated:after,
form .form-field.loading:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  right: 10px;
  top: 47px;
}
.form-styling .ginput_container.error .input, .form-styling .ginput_container.validated .input, .form-styling .ginput_container.loading .input,
.form-styling .form-field.error .input,
.form-styling .form-field.validated .input,
.form-styling .form-field.loading .input,
form .ginput_container.error .input,
form .ginput_container.validated .input,
form .ginput_container.loading .input,
form .form-field.error .input,
form .form-field.validated .input,
form .form-field.loading .input {
  padding-right: 35px;
}
.form-styling .ginput_container.error:after,
.form-styling .form-field.error:after,
form .ginput_container.error:after,
form .form-field.error:after {
  background-image: url("/assets/images/error.svg");
}
.form-styling .ginput_container.error .input,
.form-styling .form-field.error .input,
form .ginput_container.error .input,
form .form-field.error .input {
  color: #ff0000;
  border-color: #ff0000;
}
.form-styling .ginput_container.validated:after,
.form-styling .form-field.validated:after,
form .ginput_container.validated:after,
form .form-field.validated:after {
  background-image: url("/assets/images/validated.svg");
}
.form-styling .ginput_container.loading:after,
.form-styling .form-field.loading:after,
form .ginput_container.loading:after,
form .form-field.loading:after {
  background-image: url("/assets/images/spinner-dark.svg");
}
.form-styling .gfield_label,
.form-styling .row-label,
form .gfield_label,
form .row-label {
  font-size: 18px;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  margin-bottom: 0px;
  margin-left: 3px;
  display: block;
}
.form-styling .ginput_container_select,
form .ginput_container_select {
  position: relative;
}
.form-styling .ginput_container_select::after,
form .ginput_container_select::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
  pointer-events: none;
  right: 12px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.form-styling .ginput_container select,
form .ginput_container select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 8px 15px;
  background-color: #FFF;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.form-styling .ginput_container input:not([type=checkbox]),
.form-styling .ginput_container textarea,
.form-styling .input,
form .ginput_container input:not([type=checkbox]),
form .ginput_container textarea,
form .input {
  color: inherit;
  width: 100%;
  outline: none;
  border: 1px solid #aaa;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.35px;
  padding: 12px 12px 10px;
}
.form-styling .ginput_container input:not([type=checkbox]):focus,
.form-styling .ginput_container textarea:focus,
.form-styling .input:focus,
form .ginput_container input:not([type=checkbox]):focus,
form .ginput_container textarea:focus,
form .input:focus {
  border: 1px solid #00003d;
}
.form-styling .ginput_container input:not([type=checkbox])::-moz-placeholder, .form-styling .ginput_container textarea::-moz-placeholder, .form-styling .input::-moz-placeholder, form .ginput_container input:not([type=checkbox])::-moz-placeholder, form .ginput_container textarea::-moz-placeholder, form .input::-moz-placeholder {
  color: #AAA;
}
.form-styling .ginput_container input:not([type=checkbox]):-ms-input-placeholder, .form-styling .ginput_container textarea:-ms-input-placeholder, .form-styling .input:-ms-input-placeholder, form .ginput_container input:not([type=checkbox]):-ms-input-placeholder, form .ginput_container textarea:-ms-input-placeholder, form .input:-ms-input-placeholder {
  color: #AAA;
}
.form-styling .ginput_container input:not([type=checkbox])::placeholder,
.form-styling .ginput_container textarea::placeholder,
.form-styling .input::placeholder,
form .ginput_container input:not([type=checkbox])::placeholder,
form .ginput_container textarea::placeholder,
form .input::placeholder {
  color: #AAA;
}
.form-styling .row-separator,
form .row-separator {
  font-family: "Bureau Grot Condensed";
  font-size: 22px;
  font-weight: 500;
  color: #00003d;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  line-height: 1;
  margin: 60px 0 25px 0;
}
.form-styling .ginput_container_checkbox,
form .ginput_container_checkbox {
  padding: 2px;
}
.form-styling .ginput_container_checkbox,
.form-styling .form-checkbox,
.form-styling .form-radio,
form .ginput_container_checkbox,
form .form-checkbox,
form .form-radio {
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  margin: 5px 0;
}
.form-styling .ginput_container_checkbox input,
.form-styling .form-checkbox input,
.form-styling .form-radio input,
form .ginput_container_checkbox input,
form .form-checkbox input,
form .form-radio input {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  border: 1px solid #000;
  width: 19px;
  height: 19px;
  background-color: #ffffff;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.form-styling .ginput_container_checkbox input:checked,
.form-styling .form-checkbox input:checked,
.form-styling .form-radio input:checked,
form .ginput_container_checkbox input:checked,
form .form-checkbox input:checked,
form .form-radio input:checked {
  background-color: #00003d;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.form-styling .ginput_container_checkbox.disabled,
.form-styling .form-checkbox.disabled,
.form-styling .form-radio.disabled,
form .ginput_container_checkbox.disabled,
form .form-checkbox.disabled,
form .form-radio.disabled {
  cursor: not-allowed !important;
}
.form-styling .ginput_container_checkbox.disabled input,
.form-styling .form-checkbox.disabled input,
.form-styling .form-radio.disabled input,
form .ginput_container_checkbox.disabled input,
form .form-checkbox.disabled input,
form .form-radio.disabled input {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.form-styling .form-radio [type=radio],
form .form-radio [type=radio] {
  border-radius: 50%;
}
.form-styling textarea,
form textarea {
  resize: vertical;
}
.form-styling .field-error,
form .field-error {
  color: #ff0000;
  font-weight: 300;
  font-size: 0.9em;
  margin-top: 3px;
}
.form-styling .validation_error,
.form-styling .validation_message,
form .validation_error,
form .validation_message {
  color: red;
  padding-top: 2px;
  font-size: 14px;
}
.form-styling .validation_error,
form .validation_error {
  font-size: 16px;
  font-weight: 600px;
}

.form-switch {
  cursor: pointer;
}
.form-switch input {
  display: none;
}
.form-switch input:checked ~ .input:before {
  transform: translateX(1.125em);
}
.form-switch input:disabled ~ .label, .form-switch input:disabled ~ .input {
  opacity: 0.5;
}
.form-switch .label {
  margin-right: 0.875em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-switch .input {
  display: inline-block;
  height: 1.3125em;
  width: 2.5625em;
  border-radius: 1.1875em;
  vertical-align: -0.3125em;
  background-color: #00003d;
  position: relative;
}
.form-switch .input:before {
  content: "";
  position: absolute;
  display: block;
  height: 0.9375em;
  width: 0.9375em;
  border-radius: 50%;
  background-color: #ffffff;
  left: 0.25em;
  top: 0.1875em;
  transition: transform 0.25s;
}
.form-switch.inverse .input {
  background-color: var(--aqua);
}
.form-switch.inverse .input:before {
  background-color: #00003d;
}

.form-checkbox {
  cursor: pointer;
}
.form-checkbox input {
  display: none;
}
.form-checkbox input:checked ~ .input {
  border-width: 0.5em;
}
.form-checkbox input:checked ~ .input:before {
  content: "\e906";
}
.form-checkbox input:checked ~ .input:after {
  content: "\e904";
}
.form-checkbox input:disabled ~ span {
  opacity: 0.5;
}
.form-checkbox .input {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  margin-right: 0.6667em;
}
.form-checkbox .input:before {
  content: "\e905";
}
.form-checkbox .input:after {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.form-checkbox .label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-details {
  background-color: #ffffff;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .form-details {
    font-size: 18px;
  }
}
.form-details-label {
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.8333em 15px 0.8333em 0.7778em;
}
.form-details-label:after {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  background-image: url("/assets/images/caret-down.svg");
  background-size: contain;
  display: block;
  right: 16px;
  top: 50%;
  margin-top: -3px;
  transition: transform 200ms;
}
.form-details-label.opened:after {
  transform: rotate(-180deg);
}
.form-details-content {
  padding-bottom: 1.38896em;
}

.form-collapsable {
  background-color: #FFF;
  margin-bottom: 15px;
}
.form-collapsable .form-collapsable-title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  cursor: pointer;
  font-size: 24px;
  color: #00003d;
  letter-spacing: -0.48px;
  line-height: 62px;
  text-transform: uppercase;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 5px 30px;
}
.form-collapsable .form-collapsable-title::before {
  width: 12px;
  height: 6px;
  display: block;
  content: "";
  background: url("/assets/images/caret-up-blue.svg");
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.form-collapsable.dark {
  background-color: #00003d;
}
.form-collapsable.dark .form-collapsable-title {
  color: #FFF;
}
.form-collapsable.dark .form-collapsable-title::before {
  background: url("/assets/images/caret-up.svg");
}
.form-collapsable .form-collapsable-content {
  padding: 0 30px 50px 30px;
}
.form-collapsable.collapsed .form-collapsable-content {
  display: none;
}
.form-collapsable.collapsed .form-collapsable-title::before {
  transform: rotate(-180deg);
}

.rsvp-steps {
  margin: 0;
  padding: 20px 20px 0px 20px;
}
.rsvp-steps li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 16px;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #CCC;
}
.rsvp-steps li.active {
  color: #00003d;
}
.rsvp-steps li:not(:last-child) {
  margin-right: 26px;
}
@media (max-width: 767px) {
  .rsvp-steps {
    padding: 10px 10px 0px 10px;
  }
}

body.additional_questions .button {
  margin-top: 30px;
}

div.tipperTool {
  position: absolute;
  background: #000000;
  color: #ffffff;
  z-index: 99;
  width: 250px;
  padding: 10px 12px;
  font-size: 13px;
  top: 45px;
  right: 0;
}
div.tipperTool:after {
  z-index: -1;
  position: absolute;
  top: -10px;
  left: 87%;
  margin-left: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: solid 10px #000000;
  border-left: solid 10px rgba(0, 0, 0, 0);
  border-right: solid 10px rgba(0, 0, 0, 0);
}

div[data-action=tip] {
  position: absolute;
  right: 13px;
  margin-left: 10px;
  margin-top: 10px;
  max-width: 20%;
  top: 0;
}

div.input-tooltip > .tipperTool {
  display: none;
}

div.input-tooltip.active > .tipperTool {
  display: block;
}

.tooltip-wrapper.active > .tipperTool {
  display: block;
}

.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper .tipperTool {
  display: none;
}
.tooltip-wrapper div.tipperTool {
  top: 35px;
  line-height: 1.7;
  font-weight: 400;
}
.tooltip-wrapper div[data-action=tip] {
  position: absolute;
  top: -9px;
  right: 13px;
}

.tooltip-wrapper.offset-right-top div[data-action=tip] {
  top: -6px;
  right: 0;
}
.tooltip-wrapper.offset-right-top .tipperTool {
  right: -12px;
}
.tooltip-wrapper.stick-behind {
  display: inline-block;
}
.tooltip-wrapper.stick-behind div[data-action=tip] {
  top: -25px;
  right: -5px;
}
.tooltip-wrapper.stick-behind .tipperTool {
  top: 18px;
  right: -36px;
}

.modal {
  display: none;
}
.modal .overlay {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .modal .overlay {
    display: flex;
    overflow: auto;
    padding: 50px 30px;
  }
}
.modal .content {
  background: #ffffff;
  height: 100%;
  padding: 60px 20px 30px;
  text-align: center;
  position: relative;
  margin: auto;
  overflow: auto;
}
@media (min-width: 768px) {
  .modal .content {
    overflow: visible;
    width: 400px;
    height: auto;
    padding: 30px;
  }
}
.modal .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  min-width: auto;
  font-size: 16px;
  line-height: 21px;
  z-index: 99;
}
@media (min-width: 768px) {
  .modal .modal-close {
    top: -40px;
  }
}
.modal .modal-close .icon, .modal .modal-close .form-checkbox .input, .form-checkbox .modal .modal-close .input {
  vertical-align: middle;
}
.modal .modal-title {
  color: #00003d;
  font-family: "Bureau Grot Condensed";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1;
}
.modal .modal-content {
  margin-bottom: 20px;
}
.modal .content-wrap .button {
  padding-left: 25px;
  padding-right: 25px;
}
.modal .modal-tabs {
  background: #ffffff;
  position: absolute;
  width: 100%;
  height: 40px;
  padding: 0 40px;
  top: -40px;
  left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .modal .modal-tabs {
    display: none;
  }
}
.modal .modal-tabs a {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  padding: 12px 0 8px;
  display: block;
}
.modal .modal-tabs a:not(.active) {
  display: none;
}
.modal.loading .content {
  position: relative;
}
.modal.loading .content:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../images/spinner-dark.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
}
.modal.loading .content .content-wrap {
  visibility: hidden;
}

#rsvpsucces.wide .content {
  padding: 0;
}
@media (min-width: 1280px) {
  #rsvpsucces.wide .content {
    min-width: 1040px;
  }
}
#rsvpsucces.wide .content .word-vriend-content {
  margin: 0;
}

.popup {
  color: var(--aqua);
  background-color: #00003d;
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.popup-close.all {
  width: 85px;
  right: 32px;
  height: 34px;
}
.popup-close.all:hover {
  outline: currentColor solid 1px;
}
@media (max-width: 767px) {
  .popup-close.all {
    width: 75px;
    top: 12px;
    right: 12px;
    height: 28px;
  }
}
.popup-close {
  border: none;
  background: none;
  outline: none;
  font-family: "Bureau Grot Condensed";
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 5px;
  position: absolute;
  top: 25px;
  z-index: 2;
  cursor: pointer;
  color: #ffffff;
  letter-spacing: 0.04px;
  font-size: 20px;
  right: 35px;
}
.popup-close:hover:active {
  color: var(--aqua);
}
.popup-close.right {
  top: 0px;
  right: 5px;
  pointer-events: none;
}
.popup-close.left {
  pointer-events: none;
  position: absolute;
  right: 50px;
  top: 0px;
  width: 22px;
  padding: 0px;
  padding-top: 4px;
  margin-right: 6px;
  height: 24px;
}
.popup-close.left:hover {
  opacity: 1;
}
.popup-close.left:before, .popup-close.left:after {
  position: absolute;
  content: " ";
  width: 2.5px;
  background-color: #ffffff;
  height: 24px;
}
.popup-close.left:before {
  transform: rotate(45deg);
}
.popup-close.left:after {
  transform: rotate(-45deg);
}
.popup-content {
  height: 100%;
}

.zalen-popup,
.zalen-popup-form {
  color: var(--aqua);
  background-color: #00003d;
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.zalen-popup-close,
.zalen-popup-form-close {
  border: none;
  background: none;
  outline: none;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  color: #ffffff;
  letter-spacing: 0.04px;
}
.zalen-popup-close:hover,
.zalen-popup-form-close:hover {
  outline: currentColor solid 1px;
}
.zalen-popup-close:hover:active,
.zalen-popup-form-close:hover:active {
  color: var(--aqua);
}
@media (min-width: 768px) {
  .zalen-popup-close,
.zalen-popup-form-close {
    font-size: 18px;
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 1024px) {
  .zalen-popup-close,
.zalen-popup-form-close {
    right: 70px;
  }
}
.zalen-popup-content,
.zalen-popup-form-content {
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
}
.zalen-popup-content .container,
.zalen-popup-form-content .container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.zalen-popup-content input:not([type=submit]),
.zalen-popup-content textarea,
.zalen-popup-form-content input:not([type=submit]),
.zalen-popup-form-content textarea {
  color: #000 !important;
  border: 0 !important;
}
.zalen-popup-content input[type=submit],
.zalen-popup-form-content input[type=submit] {
  background-color: #FFF;
  color: #00003d;
}
.zalen-popup-content .screen-reader-text,
.zalen-popup-form-content .screen-reader-text {
  display: none !important;
}
.zalen-popup-content .gfield_time_hour i,
.zalen-popup-form-content .gfield_time_hour i {
  display: none;
}
.zalen-popup-content .gfield_time_hour,
.zalen-popup-form-content .gfield_time_hour {
  padding-right: 5px;
}
.zalen-popup-content .clear-multi,
.zalen-popup-form-content .clear-multi {
  max-width: 30%;
}

body.zaalverhuur-popup {
  overflow: hidden;
}

.embed-container {
  position: relative;
  padding-top: 56.25%;
}
.embed-container.r-16-9 {
  padding-top: 56.25%;
}
.embed-container.r-4-3 {
  padding-top: 75%;
}
.embed-container iframe,
.embed-container video,
.embed-container object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ticker-bar {
  height: 30px;
  line-height: 30px;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.05px;
  text-transform: uppercase;
  overflow: hidden;
  background-color: #00003d;
}
.ticker-bar .ticker-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  display: inline-flex;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ticker-bar .tick,
.ticker-bar .tick-alt {
    transform: translateX(-0.5px);
  }
}
.ticker-bar span {
  padding: 0 10px;
}
.ticker-bar.init .ticker-wrapper {
  opacity: 1;
}

.share-controls {
  display: flex;
  flex-wrap: wrap;
}
.share-controls .share-control,
.share-controls .share-more-toggle {
  outline: none;
  border: none;
  font-size: 18px;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  padding-left: 6px;
  padding-right: 15px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  line-height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 40px;
}
.share-controls .share-control:hover,
.share-controls .share-more-toggle:hover {
  opacity: 0.8;
}
.share-controls .share-control .icon, .share-controls .share-control .form-checkbox .input, .form-checkbox .share-controls .share-control .input,
.share-controls .share-more-toggle .icon,
.share-controls .share-more-toggle .form-checkbox .input,
.form-checkbox .share-controls .share-more-toggle .input {
  vertical-align: middle;
  font-size: 1.5em;
  margin-right: 5px;
  padding-bottom: 3px;
}
.share-controls .share-control.facebook,
.share-controls .share-more-toggle.facebook {
  background-color: #3B5998;
}
.share-controls .share-control.twitter,
.share-controls .share-more-toggle.twitter {
  background-color: #4099FF;
}
.share-controls .share-control.linkedin,
.share-controls .share-more-toggle.linkedin {
  background-color: #007bb6;
}
.share-controls .share-control.mail,
.share-controls .share-more-toggle.mail {
  background-color: #cccccc;
  color: #000000;
}
.share-controls .share-more-toggle {
  color: #000000;
  width: 40px;
  padding: 0;
  text-align: center;
  background-color: #cccccc;
}
.share-controls .share-more {
  display: none;
  flex-wrap: wrap;
}

.term.domain,
.term.ambition {
  display: inline-block;
  text-decoration: none;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}

.term.domain {
  background-color: #00003d;
  color: #ffffff;
  line-height: 38px;
  padding-top: 2px;
  padding-right: 15px;
}
.term.domain span {
  display: inline-block;
  padding-top: 1px;
  height: 27px;
  width: 28px;
  border-radius: 50%;
  color: #00003d;
  background-color: var(--aqua);
  line-height: 28px;
  text-align: center;
  margin-left: 10px;
  margin-right: 12px;
}

.term.ambition {
  display: inline-flex;
  line-height: 2em;
}
.term.ambition span {
  padding-right: 10px;
  padding-left: 9px;
  text-decoration: none;
}
.term.ambition.inverted span {
  display: inline-block;
  background-color: #00003d !important;
}

.terms-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bureau Grot Condensed";
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.terms-list {
  margin-bottom: -10px;
}
.terms-list ul {
  display: flex;
  flex-wrap: wrap;
}
.terms-list li {
  margin-right: 10px;
  margin-bottom: 10px;
  align-self: flex-end;
}
.terms-list li.domains {
  width: 100%;
}

li.ambitions a {
  text-decoration: none;
}

.list-ambitions ul {
  display: flex;
}
.list-ambitions li + li {
  margin-left: 5px;
}
.list-ambitions .more {
  background-color: #00003d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Bureau Grot Condensed";
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
  min-width: 30px;
  text-align: center;
  padding-left: 4px;
  padding-right: 6px;
}

.slider {
  position: relative;
  min-height: 100px;
}
@media (max-width: 767px) {
  .container > .slider {
    margin: 0 -20px;
  }
}
.slider .control {
  display: none;
}
@media (min-width: 768px) {
  .slider .control {
    display: block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    width: 60px;
    width: 60px;
    height: 100%;
    min-height: 105px;
    max-height: 190px;
    top: 0;
    z-index: 1;
  }
}
.slider .owl-item .program-tile-text {
  opacity: 0;
  transition: opacity 1slive;
}
.slider .owl-item.active .program-tile-text {
  opacity: 1;
}
.slider .prev {
  left: 0;
  text-align: right;
  background: linear-gradient(to left, rgba(17, 5, 69, 0.7) 0%, rgb(17, 5, 69) 100%);
}
.slider .next {
  right: 0;
  text-align: left;
  background: linear-gradient(to right, rgba(17, 5, 69, 0.7) 0%, rgb(17, 5, 69) 100%);
}
.livecast-events .slider {
  margin-left: -100px;
  margin-right: -100px;
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .livecast-events .slider {
    margin-left: -50px;
    margin-right: -50px;
  }
  .livecast-events .slider .slider-controls .control {
    max-height: 172px;
  }
  .livecast-events .slider .program.tile {
    width: 235px;
  }
}
@media (max-width: 1279px) {
  .livecast-events .slider {
    margin-left: 0px;
    margin-right: 0px;
  }
  .livecast-events .slider .program.tile {
    width: 214px;
  }
  .livecast-events .slider .slider-controls .control {
    max-height: 156px;
  }
}
@media (max-width: 1023px) {
  .livecast-events .slider .program.tile {
    width: 220px;
  }
  .livecast-events .slider .slider-controls .control {
    max-height: 161px;
  }
}

.program-header {
  background-size: cover;
  padding-top: 109px;
}
@media (max-width: 1023px) {
  .program-header {
    padding-top: 74px;
  }
}
@media (max-width: 767px) {
  .program-header {
    padding-top: 68px;
  }
}
.program-header .program-image {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.program-header .program-image picture {
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.program-header iframe {
  margin: 0 auto;
  display: block;
}
.program-header .program-main {
  padding-top: 35px;
}
@media (min-width: 768px) {
  .program-header .program-main {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .program-header .program-main {
    padding-top: 75px;
  }
}
.program-header .program-supertitel {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.625;
  margin-top: 7px;
}
.program-header .program-supertitel a {
  text-decoration: none;
}
.program-header .program-supertitel .supertitel-num {
  background-color: #00003d;
  display: inline-block;
  min-width: 20px;
  line-height: 19px;
  padding-top: 1px;
  text-align: center;
  margin-left: 4px;
}
.program-header .program-title {
  line-height: 1.2;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .program-header .program-title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .program-header .program-title {
    font-size: 50px;
  }
}
.program-header .program-title .now-live {
  font-family: "Bureau Grot Compressed";
  font-weight: 200;
  text-transform: uppercase;
  margin-right: 17px;
  font-size: 48px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 767px) {
  .program-header .program-title .now-live {
    font-size: 28px;
    margin-right: 5px;
  }
}
@media (max-width: 1023px) {
  .program-header .program-title .now-live {
    font-size: 36px;
    margin-right: 5px;
  }
}
.program-header .program-title.no-suptitle {
  margin-top: 10px;
}
.program-header .program-meta {
  background-color: #00003d;
  color: #ffffff;
  padding: 15px 0 20px;
}
.program-header .program-meta .container {
  position: relative;
}
@media (min-width: 768px) {
  .program-header .program-meta {
    padding: 20px 0 15px;
  }
}
.program-header .program-meta .buttons {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}
.program-header .program-meta .buttons .button {
  margin-left: 10px;
}
@media (max-width: 1023px) {
  .program-header .program-meta .buttons {
    position: static;
    margin: 12px 0 12px 0;
  }
  .program-header .program-meta .buttons .button {
    margin-left: 0;
    margin-right: 10px;
  }
}
.program-header .program-subtitle {
  color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 1024px) {
  .program-header .program-subtitle {
    padding-right: 350px;
  }
}
@media (max-width: 767px) {
  .program-header .program-subtitle {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.program-header .details {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .program-header .details {
    flex-wrap: wrap;
  }
}
.program-header .date-time {
  line-height: 1.2;
  font-size: 20px;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  text-transform: uppercase;
  margin-right: auto;
}
@media (min-width: 768px) {
  .program-header .date-time {
    margin-right: 15px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .program-header .date-time {
    width: 100%;
  }
}
.program-header .location,
.program-header .entrance {
  font-family: "Bureau Grot Condensed";
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .program-header .location,
.program-header .entrance {
    font-size: 18px;
  }
}
.program-header .location + .entrance:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  margin: 0 8px;
  vertical-align: middle;
  border-radius: 50%;
}
.program-header.clickable {
  cursor: pointer;
}

body.affix .program-header {
  padding-top: 74px;
}

.timeline .content-block-title {
  margin-bottom: 30px;
}
.timeline .timeline-block {
  position: relative;
  padding-left: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .timeline .timeline-block {
    padding-left: 50px;
    padding-bottom: 50px;
  }
}
.timeline .timeline-block:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
  transition: transform 0.25s, background-color 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.timeline .timeline-block:after {
  content: " ";
  position: absolute;
  top: 5px;
  left: 10px;
  height: 100%;
  width: 2px;
  background-color: var(--accent-color);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.timeline .timeline-block:last-child {
  padding-bottom: 0;
}
.timeline .timeline-block:last-child:after {
  display: none;
}
.timeline .timeline-block:hover:before {
  transform: scale(1.2);
  background-color: var(--accent-color);
}
.timeline .timeline-moment {
  font-weight: 600;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9 ; /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  transition: 0.2s;
  border-radius: 5px;
  padding: 1px 0;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano .nano-pane.active,
.nano .nano-pane.flashed {
  opacity: 0.99;
}

.user {
  display: inline-flex;
  align-items: center;
}
.user .avatar {
  margin-right: 16px;
}
.user .avatar img {
  border-radius: 50%;
}
.donation-bar {
  background-color: #00003d;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3333333333;
  font-family: "Bureau Grot Condensed";
  padding: 20px 22px;
}
@media (min-width: 1024px) {
  .donation-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.donation-bar p {
  color: var(--aqua);
}
@media (min-width: 1024px) {
  .donation-bar p {
    margin: 0;
  }
}

.view-home .donation-bar {
  background-color: var(--aqua);
}
@media (max-width: 1023px) {
  .view-home .donation-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .view-home .donation-bar a {
    width: 128px;
  }
}
.view-home .donation-bar a.button {
  background-color: #00003d !important;
  color: #FFF !important;
}
.view-home .donation-bar a.button:hover {
  background-color: white !important;
  color: #00003d !important;
}
.view-home .donation-bar p {
  color: #00003d !important;
}

#comments {
  border-top: 2px solid #cccecd;
  padding: 15px 5px 0;
}
#comments .title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}
#comments .comment-offline {
  margin-top: 10px;
  font-family: "Bureau Grot Condensed";
}

.dossiers-overview-header {
  padding-top: 109px;
  background-color: #00003d;
  color: #FFF;
}
@media (max-width: 767px) {
  .dossiers-overview-header {
    padding-top: 100px;
  }
}
.dossiers-overview-header .row {
  align-items: center;
}
.dossiers-overview-header h1 {
  text-transform: uppercase;
  font-family: "Bureau Grot Condensed";
  letter-spacing: -0.96px;
  line-height: 62px;
  font-size: 48px;
  margin: 50px 0;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .dossiers-overview-header h1 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .dossiers-overview-header h1 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.64px;
  }
}
.dossiers-overview-header .dossiers-description {
  max-width: 560px;
  opacity: 0.75;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .dossiers-overview-header .dossiers-description {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .dossiers-overview-header .dossiers-description {
    font-size: 14px;
    line-height: 22px;
  }
}

.dossiers-list {
  padding-top: 50px;
  padding-bottom: 50px;
}

.dossier.teaser {
  background-color: #FFF;
  display: block;
  text-decoration: none;
  margin-bottom: 40px;
  min-height: calc(100% - 40px);
}
.dossier.teaser .details {
  padding: 25px 30px 30px 30px;
}
.dossier.teaser .details .title {
  font-family: "Bureau Grot Condensed";
  color: #00003d;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .dossier.teaser .details .title {
    font-size: 28px;
  }
}
.dossier.teaser .details .description {
  margin: 0 0 20px 0;
  line-height: 1.7;
}
.dossier.teaser.wide {
  display: flex;
  min-height: 0;
  align-items: stretch;
  background-color: #f3f3f3;
}
.dossier.teaser.wide .title span {
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Bureau Grot Compressed";
  display: inline-block;
  margin-right: 5px;
  font-size: 90%;
}
.dossier.teaser.wide:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .dossier.teaser.wide {
    flex-wrap: wrap;
  }
}

body.affix .dossier-header {
  padding-top: 74px;
}

.dossier-header {
  background: center/cover no-repeat;
  margin-bottom: 30px;
  padding-top: 109px;
  background-color: #f2f1f2;
}
@media (max-width: 1279px) {
  .dossier-header {
    padding-top: 74px;
  }
}
@media (min-width: 768px) {
  .dossier-header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .dossier-header {
    margin-bottom: 80px;
  }
}
.dossier-header .dossier-image {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.dossier-header .dossier-image picture {
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.dossier-header .dossier-details {
  padding: 15px 0;
}
.dossier-header .dossier-details .col {
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .dossier-header .dossier-details .col {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .dossier-header .dossier-details .col {
    font-size: 48px;
  }
}
.dossier-header .dossier-label {
  color: #ffffff;
  font-family: "Bureau Grot Compressed";
  font-weight: 300;
  text-transform: uppercase;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .dossier-header .dossier-label {
    margin-right: 16px;
  }
}
.dossier-header .dossier-title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: inherit;
  margin: 0;
}

.dossier-subtitle {
  font-family: "Bureau Grot Condensed";
  color: #00003d;
  letter-spacing: 0;
  font-size: 40px;
  line-height: 62px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 25px 0;
}
@media (max-width: 1023px) {
  .dossier-subtitle {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .dossier-subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}

.dossier-meta {
  padding-top: 60px;
}
@media (max-width: 1279px) {
  .dossier-meta {
    padding-top: 30px;
  }
  .dossier-meta .terms-list {
    margin-bottom: 30px;
  }
}
.dossier-meta .partners {
  margin-top: 60px;
}
.dossier-meta .partners .vcards-list {
  display: flex;
  flex-wrap: wrap;
}
.dossier-meta .partners .vcards-list .vcards-title {
  width: 100%;
}
.dossier-meta .partners .vcards-list .vcard {
  margin-top: 0;
  margin-right: 40px;
  margin-bottom: 20px;
}
.dossier-meta .partners .vcards-list .vcard:last-child {
  margin-right: 0;
}

.dossier-chapters {
  padding: 80px 0 0 0;
}
.dossier-chapters.affix {
  padding-top: 134px;
}

.chapter-content {
  padding: 50px 0 0 0;
}
@media (max-width: 767px) {
  .chapter-content {
    padding: 30px 0 0 0;
  }
}

.dossier-navigation-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bureau Grot Condensed";
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.dossier-navigation {
  background-color: #FFF;
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  .dossier-navigation {
    display: none;
  }
}
.dossier-navigation.affix {
  position: fixed;
  top: 109px;
  left: 0;
  right: 0;
  border-top: 1px solid #ecebeb;
  border-bottom: 1px solid #ecebeb;
  z-index: 100;
}
@media (max-width: 1023px) {
  .dossier-navigation.affix {
    top: 74px;
  }
}
.dossier-navigation ul {
  white-space: nowrap;
  transition: 200ms all;
}
.dossier-navigation .wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 -16px -1px -16px;
}
.dossier-navigation .wrapper.showPrev::before {
  content: "";
  width: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.dossier-navigation .wrapper.showPrev .prev {
  display: block;
}
.dossier-navigation .wrapper.showNext::after {
  content: "";
  width: 100px;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.dossier-navigation .wrapper.showNext .next {
  display: block;
}
.dossier-navigation li {
  font-family: "Bureau Grot Condensed";
  font-size: 18px;
  font-weight: 500;
  float: left;
  line-height: 46px;
  padding: 0 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
}
.dossier-navigation li.active {
  padding-bottom: 0;
  border-bottom: 4px solid;
}
.dossier-navigation li:hover {
  opacity: 0.7;
}
.dossier-navigation .prev,
.dossier-navigation .next {
  text-indent: -99999px;
  display: none;
  width: 40px;
  height: 40px;
  z-index: 10;
  position: absolute;
  top: 7px;
  background-size: contain;
}
.dossier-navigation .prev {
  left: 0;
  background-image: url("/assets/images/prev.png");
}
.dossier-navigation .next {
  right: 0;
  background-image: url("/assets/images/next.png");
}

.dossier-chapter {
  background: #F3F3F3;
}
.dossier-chapter header {
  background-color: #00003D;
}
.dossier-chapter .chapter-title {
  font-family: "Bureau Grot Condensed";
  font-size: 40px;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .dossier-chapter .chapter-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.dossier-chapter .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.dossier-chapter .col {
  align-self: center;
}
.dossier-chapter .chapter-description {
  color: #FFF;
  font-family: "Bureau Grot";
  font-size: 16px;
  line-height: 32px;
}
.dossier-chapter .chapter-description p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .dossier-chapter .chapter-description p {
    line-height: 30px;
  }
}
.dossier-chapter .chapter-description p:first-child {
  font-weight: bold;
  font-size: 18px;
  line-height: 33px;
}
@media (max-width: 767px) {
  .dossier-chapter .chapter-description p:first-child {
    font-size: 16px;
    line-height: 30px;
  }
}
.dossier-chapter .chapter-image img {
  max-width: 260px;
  max-height: 260px;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .dossier-chapter .chapter-image img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .dossier-chapter .chapter-image img {
    margin: auto;
    display: block;
    margin-bottom: 40px;
  }
}

.chapter-content-item {
  margin-bottom: 70px;
}
.chapter-content-item .col {
  align-self: flex-start;
}
.chapter-content-item .content-item-title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .chapter-content-item .content-item-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.chapter-content-item .content-item-description {
  font-family: "Bureau Grot";
  font-size: 16px;
  line-height: 28px;
  padding-right: 70px;
}
@media (max-width: 1023px) {
  .chapter-content-item .content-item-description {
    padding-bottom: 30px;
  }
}

.dossier-content-links {
  list-style: none;
}
.dossier-content-links,
.dossier-content-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dossier-content-links a {
  text-decoration: none;
  display: block;
}
.dossier-content-links a:hover {
  opacity: 0.9;
}
.dossier-content-links li {
  background-color: #FFF;
  position: relative;
  margin-bottom: 20px;
}
.dossier-content-links li a {
  padding: 40px;
}
.dossier-content-links li.with-link {
  padding-left: 140px;
}
.dossier-content-links li:last-child {
  margin-bottom: 0;
}
.dossier-content-links li .icon, .dossier-content-links li .form-checkbox .input, .form-checkbox .dossier-content-links li .input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.dossier-content-links li .icon img, .dossier-content-links li .form-checkbox .input img, .form-checkbox .dossier-content-links li .input img {
  width: 30px;
  height: 30px;
}
.dossier-content-links li .title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .dossier-content-links li .title {
    font-size: 22px;
    line-height: 26px;
  }
}
.dossier-content-links li .item-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 150px;
}
.dossier-content-links li .description {
  font-family: "Bureau Grot";
  font-size: 14px;
  line-height: 26px;
}
.dossier-content-links li .description .source {
  display: inline-block;
  font-weight: bold;
}
.dossier-content-links li .description .source::after {
  display: inline-block;
  content: " ·";
  margin: 0 3px 0 6px;
  position: relative;
  top: 3px;
  line-height: 26px;
  font-size: 20px;
}

.dossier-content-vcards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .dossier-content-vcards .vcard {
    width: calc(50% - 20px);
  }
  .dossier-content-vcards .vcard:nth-child(odd) {
    margin-right: 20px;
  }
  .dossier-content-vcards .vcard:nth-child(even) {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .dossier-content-events {
    width: calc(100vw - (100vw - 375px) / 2);
    overflow: hidden;
  }
}
.dossier-content-events ul,
.dossier-content-events li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dossier-content-events ul {
  display: flex;
}
.dossier-content-events li:not(:last-child) {
  margin-right: 40px;
}
.dossier-content-events .program-title,
.dossier-content-events .program-date {
  color: #000639;
}
.dossier-content-events .slider {
  margin-left: -100px;
  margin-right: -100px;
}
@media (max-width: 1380px) {
  .dossier-content-events .slider {
    margin-left: -50px;
    margin-right: -50px;
  }
  .dossier-content-events .slider .slider-controls .control {
    max-height: 163px;
  }
  .dossier-content-events .slider .program.tile.small {
    width: 194px;
  }
}
@media (max-width: 1279px) {
  .dossier-content-events .slider {
    margin-left: 0px;
    margin-right: 0px;
  }
  .dossier-content-events .slider .slider-controls .control {
    max-height: 163px;
  }
}
@media (max-width: 1023px) {
  .dossier-content-events .slider {
    width: 680px;
  }
  .dossier-content-events .slider .slider-controls .control {
    max-height: 184px;
  }
}
.dossier-content-events .slider .prev {
  background: none;
  background: linear-gradient(to left, rgba(243, 243, 243, 0.7) 0%, rgb(243, 243, 243) 100%);
}
.dossier-content-events .slider .next {
  background: none;
  background: linear-gradient(to right, rgba(243, 243, 243, 0.7) 0%, rgb(243, 243, 243) 100%);
}
@media (max-width: 1279px) {
  .dossier-content-events .program.tile.small {
    width: 180px !important;
  }
}
@media (max-width: 1023px) {
  .dossier-content-events .program.tile.small {
    width: 220px !important;
  }
}
@media (max-width: 1023px) {
  .dossier-content-events.no-slider .program.tile.small {
    width: 199px !important;
  }
}

.col.horizontal .content-item-description {
  margin-bottom: 20px;
}

.podcasts-header {
  padding-top: 68px;
}
@media (min-width: 768px) {
  .podcasts-header {
    padding-top: 74px;
  }
}
@media (min-width: 1024px) {
  .podcasts-header {
    padding-top: 109px;
  }
}
.podcasts-header .header-wrapper {
  padding: 35px 0;
}
@media (min-width: 768px) {
  .podcasts-header .header-wrapper {
    padding: 50px 0;
    min-height: 350px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .podcasts-header .header-wrapper {
    min-height: 400px;
  }
}
@media (min-width: 1280px) {
  .podcasts-header .header-wrapper {
    min-height: 475px;
  }
}
.podcasts-header .header-title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .podcasts-header .header-title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .podcasts-header .header-title {
    font-size: 50px;
  }
}
.podcasts-header .header-subtitle {
  font-size: 14px;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .podcasts-header .header-subtitle {
    margin-bottom: 35px;
  }
}

body.view-project {
  background: #FFF;
}
body.view-project .section.updates {
  background-color: #f3f3f3;
  padding-bottom: 100px;
}

.project.tile {
  display: block;
  position: relative;
  text-decoration: none;
  width: 200px;
  transition: all 200ms;
}
@media (min-width: 1280px) {
  .project.tile {
    width: 260px;
  }
}
.project.tile .project-title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 160px;
  color: #ffffff;
  white-space: normal;
}
@media (min-width: 1280px) {
  .project.tile .project-title {
    max-width: 230px;
  }
}
.project.tile .project-title span {
  background-color: #00003d;
  position: relative;
  left: 0.4em;
  padding: 3px 0;
  box-shadow: 0.4em 0 0 #202020, -0.4em 0 0 #00003d;
}
.project.tile:hover {
  opacity: 0.8;
}

.project.tile-small,
.project.tile-wide {
  margin-bottom: 80px;
  display: flex;
  text-decoration: none;
}
@media (max-width: 767px) {
  .project.tile-small,
.project.tile-wide {
    margin-bottom: 40px;
  }
}
.project.tile-small .project-title,
.project.tile-wide .project-title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #00003d;
  margin-bottom: 15px;
  height: 78px;
}
@media (max-width: 767px) {
  .project.tile-small .project-title,
.project.tile-wide .project-title {
    font-size: 24px;
    line-height: 28px;
    height: 56px;
    margin-bottom: 5px;
  }
}
.project.tile-small .project-description,
.project.tile-wide .project-description {
  opacity: 0.75;
  font-family: "Bureau Grot";
  font-size: 16px;
  color: #00003d;
  line-height: 26px;
  height: 190px;
}
@media (max-width: 1023px) {
  .project.tile-small .project-description,
.project.tile-wide .project-description {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .project.tile-small .project-description,
.project.tile-wide .project-description {
    font-size: 14px;
    line-height: 1.5;
    height: 70px;
  }
}
.project.tile-small .project-image,
.project.tile-wide .project-image {
  min-width: 260px;
}
@media (max-width: 1279px) {
  .project.tile-small .project-image,
.project.tile-wide .project-image {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .project.tile-small .project-image,
.project.tile-wide .project-image {
    min-width: auto;
  }
}
.project.tile-small .project-details,
.project.tile-wide .project-details {
  background: #FFF;
  padding: 22px 25px;
  position: relative;
  min-height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .project.tile-small .project-details,
.project.tile-wide .project-details {
    padding: 15px 15px;
    padding-bottom: 25px;
  }
}
.project.tile-small .project-ambitions,
.project.tile-wide .project-ambitions {
  position: absolute;
  bottom: 25px;
  left: 22px;
}
@media (max-width: 767px) {
  .project.tile-small .project-ambitions,
.project.tile-wide .project-ambitions {
    bottom: 15px;
    left: 15px;
  }
}

.projects-list {
  padding: 50px 0 50px 0;
}
.projects-list .pagination.row {
  margin-top: -50px;
}

.projects.section.programs {
  padding-bottom: 70px;
}
@media (max-width: 1023px) {
  .projects.section.programs .row .section-title {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .projects.section.programs .row .section-title .icon, .projects.section.programs .row .section-title .form-checkbox .input, .form-checkbox .projects.section.programs .row .section-title .input {
    font-size: 18px;
    margin: auto 0;
    padding-left: 17px;
  }
}
@media (max-width: 1023px) {
  .projects.section.programs .controls.program {
    display: none;
  }
}
.projects.section.programs .container {
  position: relative;
}
.projects.section.programs .container .swiper {
  height: 100%;
  width: 100%;
}
.projects.section.programs .container .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
}
.projects.section.programs .container .swiper .swiper-wrapper .swiper-slide .program.teaser {
  flex-direction: column;
  min-height: 311px;
  height: auto;
  width: 100%;
}
.projects.section.programs .container .swiper .swiper-wrapper .swiper-slide .program.teaser .featured-image .figure img {
  width: 100%;
}
.projects.section.programs .container .swiper .swiper-wrapper .swiper-slide .program.teaser .details {
  padding: 20px 20px;
}
@media (min-width: 1024px) {
  .projects.section.programs .container .swiper .swiper-wrapper .swiper-slide .program.teaser .details .suptitle {
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .projects.section.programs .container .swiper .swiper-wrapper .swiper-slide .program.teaser .details .suptitle-num {
    min-width: 20px;
    padding-top: 1px;
  }
}
@media (min-width: 1024px) {
  .projects.section.programs .container .swiper .swiper-wrapper .swiper-slide .program.teaser .details .title {
    height: 70px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1280px) {
  .projects.section.programs .container .swiper .swiper-wrapper .swiper-slide .program.teaser .details .title {
    height: 80px;
  }
}
.projects.section.programs .container .swiper .swiper-wrapper .swiper-slide .program.teaser .details .subtitle {
  margin-bottom: 23px;
  padding-right: 0px;
}
@media (min-width: 1024px) {
  .projects.section.programs .container .swiper .swiper-wrapper .swiper-slide .program.teaser .details .subtitle {
    margin-bottom: 32px;
  }
}
.projects.section.programs .container .swiper .swiper-wrapper .swiper-slide .program.teaser .details .date-time {
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .projects.section.programs .container .swiper .swiper-wrapper .swiper-slide .program.teaser .details .date-time {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .projects.section.programs .container .swiper .swiper-wrapper .swiper-slide .program.teaser .details .date-time {
    margin-bottom: 9px;
  }
}
@media (min-width: 1280px) {
  .projects.section.programs .container .swiper .swiper-wrapper .swiper-slide .program.teaser .details .date-time {
    font-size: 18px;
  }
}
.projects.section.programs .container .swiper-button-prev,
.projects.section.programs .container .swiper-button-next {
  width: 45px;
  height: 45px;
  background-image: url("/assets/images/slider-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  margin-top: -22.5px;
  position: absolute;
  z-index: 0;
}
.projects.section.programs .container .swiper-button-prev::after,
.projects.section.programs .container .swiper-button-next::after {
  display: none;
}
@media (max-width: 1023px) {
  .projects.section.programs .container .swiper-button-prev,
.projects.section.programs .container .swiper-button-next {
    display: none;
  }
}
@media (max-width: 1023px) {
  .projects.section.programs .container .swiper-button-prev,
.projects.section.programs .container .swiper-button-next {
    margin-top: 133px;
  }
}
.projects.section.programs .container .swiper-button-prev {
  left: -50px;
}
@media (max-width: 1279px) {
  .projects.section.programs .container .swiper-button-prev {
    left: -15px;
    z-index: 2;
  }
}
.projects.section.programs .container .swiper-button-next {
  background-image: url("/assets/images/slider-right.svg");
  right: -50px;
}
@media (max-width: 1279px) {
  .projects.section.programs .container .swiper-button-next {
    right: -15px;
    z-index: 1;
  }
}
.projects.section.programs .list .row {
  overflow: auto;
}
.projects.section.programs .list ul {
  white-space: nowrap;
  padding: 0 20px 15px;
}
.projects.section.programs .list li {
  display: inline-block;
}
.projects.section.programs .list li + li {
  margin-left: 36px;
}
@media (max-width: 1023px) {
  .projects.section.programs .list li:nth-child(4) {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .projects.section.programs .list li:nth-child(4) {
    display: inline-block !important;
  }
}

.project.tile-small {
  margin: 20px 0 20px 0;
}
.project.tile-small .project-image {
  min-width: 200px;
}
@media (max-width: 767px) {
  .project.tile-small .project-image {
    min-width: 140px;
  }
}
.project.tile-small .project-description {
  height: 70px;
}
.project.tile-small .project-title {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .project.tile-small .project-title {
    height: 64px;
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .project.tile-small .project-ambitions {
    display: none;
  }
}

.series-header {
  background-size: cover;
  padding-top: 109px;
  margin-bottom: 68px;
}
@media (max-width: 1023px) {
  .series-header {
    padding-top: 74px;
  }
}
@media (max-width: 767px) {
  .series-header {
    padding-top: 68px;
    margin-bottom: 30px;
  }
}
.series-header .series-image {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.series-header .series-image picture {
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.series-header .series-supertitel {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.625;
  margin-top: 15px;
}
.series-header .series-title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 50px;
  color: #00003d;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .series-header .series-title {
    font-size: 33px;
  }
}
.series-header .series-meta {
  background-color: #00003d;
  color: #ffffff;
  padding: 20px 0 40px 0;
}
.series-header .series-meta .container {
  position: relative;
}
@media (min-width: 768px) {
  .series-header .series-meta {
    padding: 20px 0 40px 0;
  }
}

body.affix .series-header {
  padding-top: 74px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-video,
.video-container,
.cookieblock-container {
  position: relative;
  min-height: 200px;
}
.featured-video .cookieblock,
.video-container .cookieblock,
.cookieblock-container .cookieblock {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  background-color: #f9f9f9;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  color: #000;
  font-size: 16px;
}
.featured-video .cookieblock > div,
.video-container .cookieblock > div,
.cookieblock-container .cookieblock > div {
  margin: auto;
  align-self: center;
}

.featured-video {
  position: relative;
  width: 100%;
  padding-bottom: 35.4166666667%;
  padding-top: 0px;
  height: 0;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .featured-video {
    padding-bottom: 56%;
  }
}
.featured-video iframe,
.featured-video object,
.featured-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header-video {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.page-header-video .figure {
  position: absolute;
  z-index: 1;
  opacity: 0.7;
}
.page-header-video picture {
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.page-header-video .play-live,
.page-header-video .play-full-video {
  position: absolute;
  top: 50%;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  border: none;
  background-color: transparent;
  background-image: url("../../assets/images/play-button.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
@media (min-width: 768px) {
  .page-header-video .play-live,
.page-header-video .play-full-video {
    width: 123px;
    height: 123px;
  }
}
.page-header-video .play-live span,
.page-header-video .play-full-video span {
  visibility: hidden;
}
.page-header-video .play-live {
  background-image: url("../../assets/images/play-button-white.svg");
}

.page-faq .content-block {
  margin-bottom: 30px !important;
}
.page-faq .content-block > * {
  display: none;
}
.page-faq .content-block h3 {
  display: block;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}
.page-faq .content-block h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid black;
  position: absolute;
  left: 0;
  top: 8px;
  transition: all 200ms;
}
.page-faq .content-block h3:hover {
  opacity: 0.8;
  cursor: pointer;
}
.page-faq .content-block.active > * {
  display: block;
}
.page-faq .content-block.active h3::before {
  transform: rotate(90deg);
}

#product-modal h2, #product-modal h3 {
  font-family: "Bureau Grot Condensed";
  margin-top: 0;
  margin-bottom: 0;
}
#product-modal h2 {
  line-height: 1.4;
}
#product-modal h3 {
  margin-top: 30px;
  font-size: 22px;
  margin-bottom: -5px;
}
#product-modal .content {
  text-align: left;
}
@media (min-width: 1280px) {
  #product-modal .content {
    width: 550px;
  }
}

.order-form {
  text-align: left;
}
.order-form .col-small {
  flex-basis: 30%;
}
.order-form .col-big {
  flex-basis: 70%;
}
.order-form button {
  margin-top: 20px;
  margin-bottom: -10px;
}
.order-form select[name=country] {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.product-tile {
  position: relative;
  padding: 15px 15px 20px 15px;
  background-color: #f9f9f9;
  padding-left: 225px;
}
.product-tile .image {
  position: absolute;
  width: 200px;
  top: 0;
  left: 0;
  bottom: 0;
}
.product-tile .title {
  font-family: "Bureau Grot Condensed";
  margin-bottom: 5px;
  margin-top: -3px;
  font-size: 22px;
  font-weight: bold;
}
.product-tile .description {
  font-weight: 100;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.product-tile .price {
  font-size: 22px;
}
.product-tile .flex-columns {
  align-items: center;
  display: flex;
}
.product-tile .flex-columns a {
  margin-right: 15px;
}
@media (max-width: 1279px) {
  .product-tile {
    padding-left: 170px;
  }
  .product-tile .image {
    position: absolute;
    width: 150px;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .product-tile .button {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-tile {
    padding-left: 20px;
    padding-top: 320px;
  }
  .product-tile .image {
    position: absolute;
    width: auto;
    height: 300px;
    top: 0;
    left: 0;
    right: 0;
  }
  .product-tile .title {
    line-height: 1.5;
  }
  .product-tile .flex-columns {
    display: block;
  }
  .product-tile .button {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    width: 100%;
  }
}
.product-tile .excludes-shipping {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: -5px;
}

.word-vriend-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .word-vriend-form-wrapper {
    padding: 80px 0;
  }
}
.word-vriend-form-wrapper .button.big {
  transition: 200ms all;
  font-size: 90%;
  padding: 10px 10px 10px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .word-vriend-form-wrapper .button.big {
    font-size: 100%;
    padding: 15px 25px 15px;
  }
}
@media (min-width: 1280px) {
  .word-vriend-form-wrapper .button.big {
    margin-bottom: 0px;
    font-size: 120%;
    padding: 15px 30px 13px;
  }
}
.word-vriend-form-wrapper .button.big.check {
  padding-left: 28px;
}
@media (min-width: 768px) {
  .word-vriend-form-wrapper .button.big.check {
    padding-left: 40px;
  }
}
.word-vriend-form-wrapper .button.big.check:before {
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  background-size: 12px;
}
@media (min-width: 768px) {
  .word-vriend-form-wrapper .button.big.check:before {
    left: 12px;
    background-size: 16px;
  }
}
.word-vriend-form-wrapper #becomeFriendButton {
  transition: none;
}
.word-vriend-form-wrapper .figure {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.word-vriend-copy {
  order: 2;
}
@media (min-width: 768px) {
  .word-vriend-copy {
    order: 1;
  }
}

.word-vriend-form {
  order: 1;
}
@media (min-width: 768px) {
  .word-vriend-form {
    order: 2;
  }
}

.word-vriend-content {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  max-width: 1040px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .word-vriend-content {
    margin-left: 20px;
    margin-right: 20px;
    flex-wrap: nowrap;
  }
}
.word-vriend-content .h2 {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 28px;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .word-vriend-content .h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
.word-vriend-content .content-block {
  margin-bottom: 0 !important;
}
.word-vriend-content > div {
  width: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .word-vriend-content > div {
    width: 50%;
    padding: 40px 40px 40px 40px;
  }
}
.word-vriend-content .horizontal-fill {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
}
.word-vriend-content .horizontal-fill > div select {
  width: 100%;
}
.word-vriend-content .horizontal-fill > div:nth-child(1) {
  width: 15%;
}
.word-vriend-content .horizontal-fill > div:nth-child(2) {
  width: 60%;
  padding: 0 5px;
}
.word-vriend-content .horizontal-fill > div:nth-child(3) {
  width: 25%;
}
@media (max-width: 1023px) {
  .word-vriend-content .horizontal-fill > div:nth-child(1) {
    width: 25%;
  }
  .word-vriend-content .horizontal-fill > div:nth-child(2) {
    width: 45%;
    padding: 0 5px;
  }
  .word-vriend-content .horizontal-fill > div:nth-child(3) {
    width: 30%;
  }
}

.word-vriend-form {
  background-color: #00003d;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.word-vriend-form.light {
  color: #00003d;
  background: transparent;
}
.word-vriend-form form {
  margin: 0 !important;
  padding: 0 !important;
}
.word-vriend-form form input {
  color: #00003d;
  -webkit-appearance: none;
  border-radius: 0;
}
.word-vriend-form form select {
  border-radius: 0;
}
.word-vriend-form form .choise-set {
  display: none;
}
.word-vriend-form form .choise-set.active {
  display: block;
}
.word-vriend-form form .accept-checkboxes .form-checkbox {
  align-items: center;
  display: flex;
  margin: 20px 0 25px;
  font-size: 12px;
}
.word-vriend-form form .accept-checkboxes .form-checkbox input {
  min-width: 19px;
  margin-top: -9px;
  margin-right: 10px;
  float: left;
}
.word-vriend-form form .accept-checkboxes .form-checkbox input:checked {
  background-color: var(--aqua);
}
.word-vriend-form form .accept-checkboxes .form-checkbox span.text-label {
  display: flex;
  align-self: center;
}
.word-vriend-form form .accept-checkboxes .form-field {
  padding-right: 20px;
}
.word-vriend-form form .accept-checkboxes .form-field:after {
  top: 10px;
  display: none;
}
.word-vriend-form .form-row-footer {
  margin-bottom: -15px;
}

.custom-amount {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.custom-amount .pre {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  color: #00003d;
}
.custom-amount input {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 170px;
  border-radius: 0;
  border: 1px solid #aaa;
  padding: 10px 10px 10px 25px;
}

.ogd-filters {
  margin-right: -40px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
@media (max-width: 1023px) {
  .ogd-filters {
    display: none;
  }
}
.ogd-filters .close-button {
  position: absolute;
  border: 0;
  color: #FFF;
  font-size: 48px;
  font-weight: 100;
  padding: 0;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .ogd-filters .close-button {
    display: none;
  }
}
@media (max-width: 1023px) {
  .ogd-filters .close-button {
    right: 5px;
    top: 10px;
  }
}
.ogd-filters h2 {
  text-transform: uppercase;
  font-family: "Bureau Grot Condensed";
  font-size: 28px;
}
@media (max-width: 767px) {
  .ogd-filters h2 {
    font-size: 22px;
  }
}
.ogd-filters .form-details {
  background: transparent;
}
.ogd-filters .filter-group {
  background-color: #19194F;
  margin-bottom: 30px;
}
.ogd-filters .form-details-content {
  color: #72F34A;
  text-transform: uppercase;
  font-family: "Bureau Grot Condensed";
  display: flex;
  padding: 0 20px 30px 30px;
}
.ogd-filters .form-details-content .stadsdeel {
  width: 45%;
}
.ogd-filters .form-details-content .stadsdeel h4 {
  font-weight: normal;
  margin: 10px 0;
}
.ogd-filters .form-details-content .stadsdeel:first-child {
  border-right: 1px solid #515192;
}
.ogd-filters .form-details-content .stadsdeel:last-child {
  padding-left: 30px;
  width: 55%;
}
.ogd-filters .form-details-content .label {
  font-family: "Bureau Grot Condensed";
  font-size: 16px;
  max-width: 70%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ogd-filters .form-details-content .form-checkbox {
  display: flex;
}
.ogd-filters .form-details-content ul,
.ogd-filters .form-details-content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ogd-filters .form-details-content li {
  padding: 5px 0;
}
.ogd-filters .form-details-label::after {
  display: none;
}
.ogd-filters .form-details-label {
  padding: 30px 30px 20px 30px;
  font-size: 16px;
}
.ogd-filters .qty-sticker {
  position: static;
  margin-left: 5px;
  transform: translateY(-2px);
}
.ogd-filters .filter-buttons {
  display: flex;
  align-content: center;
  justify-content: center;
}
.ogd-filters button {
  border: 1px solid #72F34A;
  background: transparent;
  color: #72F34A;
  display: block;
  margin: 0 10px;
}
.ogd-filters button.primary {
  background: #72F34A;
  color: #00003d;
}
@media (min-width: 1024px) {
  .ogd-filters #applyOgdFilterSelection {
    display: none;
  }
}
.ogd-filters .activities-filter ul {
  display: flex;
  flex-wrap: wrap;
}
.ogd-filters .activities-filter li {
  width: 50%;
}
.ogd-filters.active {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 100;
  background-color: #00003d;
  padding: 20px 40px;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .ogd-filters.active {
    padding: 10px 20px 30px 20px;
    overflow: auto;
  }
}

body .ogd-event-list {
  margin-left: 40px;
}
@media (max-width: 1023px) {
  body .ogd-event-list {
    margin-left: 0;
  }
}
body .ogd-event-list .tab-bar {
  position: -webkit-sticky;
  position: sticky;
  padding-top: 28px;
  top: 40px;
  background-color: #00003d;
  z-index: 2;
  display: flex;
  font-family: "Bureau Grot Condensed";
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  body .ogd-event-list .tab-bar {
    top: 74px;
  }
}
@media (max-width: 767px) {
  body .ogd-event-list .tab-bar {
    top: 67px;
  }
}
@media (max-width: 767px) {
  body .ogd-event-list .tab-bar {
    font-size: 21px;
  }
}
@media (max-width: 400px) {
  body .ogd-event-list .tab-bar {
    font-size: 19px;
  }
}
body .ogd-event-list .tab-bar .mobile-filter-toggle {
  border: 0;
  background: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin-right: auto;
  order: 0;
}
body .ogd-event-list .tab-bar .mobile-filter-toggle .icon, body .ogd-event-list .tab-bar .mobile-filter-toggle .form-checkbox .input, .form-checkbox body .ogd-event-list .tab-bar .mobile-filter-toggle .input {
  margin-right: 4px;
}
@media (min-width: 1024px) {
  body .ogd-event-list .tab-bar .mobile-filter-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  body .ogd-event-list .tab-bar .mobile-filter-toggle {
    font-size: 16px;
  }
}
body .ogd-event-list .tab-bar a {
  text-decoration: none;
  margin-right: 20px;
  line-height: 46px;
  display: inline-flex;
  align-items: center;
  opacity: 0.6;
}
@media (max-width: 767px) {
  body .ogd-event-list .tab-bar a {
    line-height: 34px;
    margin-right: 17px;
    order: 1;
  }
  body .ogd-event-list .tab-bar a:nth-child(2) {
    margin-right: 0;
  }
}
body .ogd-event-list .tab-bar a .qty-sticker {
  position: static;
  margin-left: 10px;
  transform: translateY(5px);
}
@media (max-width: 767px) {
  body .ogd-event-list .tab-bar a .qty-sticker {
    margin-left: 5px;
    min-width: 25px;
    padding: 0 4px;
  }
}
body .ogd-event-list .tab-bar a.active {
  border-bottom: 3px solid #72F34A;
  opacity: 1;
}
body .ogd-event-list .event-list {
  margin-top: 25px;
  padding-bottom: 20px;
  padding-top: 0;
}
@media (max-width: 767px) {
  body .ogd-event-list .event-list.mijn-route {
    padding-bottom: 120px;
  }
}
body .ogd-event-list .button:not(.aqua) {
  border: 1px solid #72F34A;
  background: transparent;
  color: #72F34A;
  margin: auto;
  display: inline-block;
}
body .ogd-event-list .mail-events-button-container.fixed {
  position: fixed;
  bottom: 0;
  padding-bottom: 30px;
  padding-top: 10px;
  left: calc((100% - 1200px) / 2 + 400.00000008px + 60px);
  width: 500px;
  background: rgb(2, 0, 58);
  background: linear-gradient(180deg, rgba(2, 0, 58, 0) 0%, rgba(2, 0, 58, 0.8) 100%);
}
@media (max-width: 767px) {
  body .ogd-event-list .mail-events-button-container.fixed {
    left: 0;
    right: 0;
    bottom: 100px;
    width: auto;
  }
}
body .ogd-event-list .mail-events-button {
  margin: auto;
  display: block;
  margin-top: 20px;
}
body .ogd-event-list .no-events-in-route {
  display: none;
}
body .ogd-event-list .no-events-in-route.active {
  display: block;
}

.ogd-modal .content-wrap {
  text-align: left;
}
.ogd-modal .form-row.submit {
  margin-top: 25px;
  margin-bottom: 0px;
}
.ogd-modal .accept-checkboxes input {
  min-width: 19px;
}
.ogd-modal .accept-checkboxes label {
  display: flex;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  min-height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Bureau Grot";
  color: #00003d;
  background-color: #f2f2f2;
  line-height: 1.875;
  position: relative;
}
@media (min-width: 768px) {
  body {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

.button-as-link {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  font-size: inherit;
  outline: none;
}

.avatar-placeholder {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #00003d;
  color: #FFF;
  display: block;
  font-family: "Bureau Grot";
  font-size: 15px;
  padding-top: 2px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .avatar-placeholder {
    height: 38px;
    width: 38px;
    line-height: 36px;
  }
}

.header-offset, body.view-all-livecasts .content-navigation-wrapper {
  padding-top: 142px;
}
@media (max-width: 1023px) {
  .header-offset, body.view-all-livecasts .content-navigation-wrapper {
    padding-top: 107px;
  }
}

.affix .header-offset, .affix body.view-all-livecasts .content-navigation-wrapper, body.view-all-livecasts .affix .content-navigation-wrapper {
  padding-top: 104px;
}

.figure {
  position: relative;
}
.figure img {
  vertical-align: top;
}
@media (max-width: 767px) {
  .figure img {
    min-width: 100%;
  }
}
.figure .caption {
  z-index: 1;
  position: absolute;
  font-size: 12px;
  font-family: "Bureau Grot";
  font-weight: 400;
  bottom: 0;
  right: 0;
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  padding: 6px 10px;
  max-width: calc(100% - 48px);
}

.clip {
  overflow: hidden;
}

#burger-nav {
  font-family: "Bureau Grot Condensed";
  text-align: center;
  font-weight: 400;
}
#burger-nav .navigation {
  display: flex;
}
#burger-nav nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 960px;
  margin: auto;
}
@media (max-width: 767px) {
  #burger-nav nav {
    flex-wrap: wrap;
    margin: 80px 40px;
    justify-content: left;
    gap: 40px;
  }
}
#burger-nav .search-bar {
  position: absolute;
  top: 11px;
  right: 70px;
  left: 0;
  width: auto;
}
@media (max-width: 767px) {
  #burger-nav .search-bar {
    top: 4px;
  }
}
@media (min-width: 1280px) {
  #burger-nav .search-bar {
    right: 120px;
    left: 120px;
  }
}
#burger-nav form {
  position: relative;
  width: 60px;
  margin-left: auto;
  transition: width 0.45s;
}
#burger-nav form.unfolded {
  width: 100%;
}
#burger-nav form.unfolded input {
  opacity: 1;
}
#burger-nav form.unfolded .clear {
  display: block;
}
#burger-nav form input {
  border: none;
  border-bottom: 2px solid var(--aqua);
  background: none;
  outline: none;
  color: #ffffff;
  line-height: 2.5833;
  font-size: 18px;
  padding: 0 35px 0 35px;
  width: 100%;
  transition: opacity 0.25s 0.35s;
  min-width: 275px;
  opacity: 0;
  -webkit-appearance: none;
  border-radius: none;
}
#burger-nav form input::-moz-placeholder {
  color: inherit;
}
#burger-nav form input:-ms-input-placeholder {
  color: inherit;
}
#burger-nav form input::placeholder {
  color: inherit;
}
#burger-nav form input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}
#burger-nav form input::-ms-clear {
  display: none;
}
@media (min-width: 768px) {
  #burger-nav form input {
    border-width: 3px;
    font-size: 24px;
    padding: 0 60px;
  }
}
#burger-nav form input.not-empty ~ .clear {
  opacity: 1;
}
#burger-nav form .unfold,
#burger-nav form .clear {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  color: #ffffff;
  line-height: 1;
  padding: 5px;
}
#burger-nav form .unfold:active,
#burger-nav form .clear:active {
  color: var(--aqua);
}
#burger-nav form .unfold {
  font-size: 23px;
  position: absolute;
  left: 15px;
  top: 13px;
}
@media (max-width: 767px) {
  #burger-nav form .unfold {
    left: 0;
    top: 7px;
  }
}
#burger-nav form .clear {
  position: absolute;
  font-size: 18px;
  right: 15px;
  top: 15px;
  transition: opacity 0.25s;
  opacity: 0;
  display: none;
}
#burger-nav .navigation {
  height: 100%;
  overflow-y: auto;
}
#burger-nav .auth a {
  text-decoration: none;
  font-size: 24px;
}
#burger-nav nav ul {
  text-align: left;
}
#burger-nav nav li {
  margin-top: 5px;
}
@media (min-width: 768px) {
  #burger-nav nav li {
    margin-top: 10px;
  }
}
#burger-nav nav a:not(.button) {
  font-size: 30px;
  line-height: 1.4;
  text-decoration: none;
}
@media (min-width: 768px) {
  #burger-nav nav a:not(.button) {
    font-size: 40px;
  }
}
#burger-nav nav .button {
  margin-top: 10px;
  min-width: 142px;
}
@media (min-width: 768px) {
  #burger-nav nav .button {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  #burger-nav nav .menu {
    min-width: 164px;
  }
}
#burger-nav nav .menu a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  #burger-nav nav .menu.general {
    margin-right: 120px;
  }
}
@media (min-width: 1024px) {
  #burger-nav nav .menu.general {
    margin-right: 183px;
    min-width: 117px;
  }
}
@media (max-width: 767px) {
  #burger-nav nav .menu.general {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #burger-nav nav .menu.business {
    margin-right: 170px;
  }
}
@media (min-width: 1024px) {
  #burger-nav nav .menu.business {
    margin-right: 334px;
  }
}
#burger-nav nav .menu.general a, #burger-nav nav .menu.business a {
  color: #ffffff;
  white-space: nowrap;
}
#burger-nav nav .menu.right {
  text-align: left;
}
@media (max-width: 767px) {
  #burger-nav nav .menu.right {
    min-width: 100%;
  }
}
#burger-nav nav .menu.right a {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 14px;
}
#burger-nav .language {
  margin-top: 15px;
  font-size: 24px;
}
#burger-nav .language span {
  color: #ffffff;
  padding-right: 15px;
}
#burger-nav .menu .menu-title {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}

.lang-select {
  font-family: "Bureau Grot Condensed";
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 62px;
}
.lang-select .select-wrapper {
  display: inline-block;
  position: relative;
}
.lang-select .select-wrapper::after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border: 6px solid transparent;
  border-top-color: var(--aqua);
  pointer-events: none;
}
.lang-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  outline: none;
  font-family: "Bureau Grot Condensed";
  font-size: 24px;
  line-height: 62px;
  color: var(--aqua);
  padding: 0 20px 0 20px;
  cursor: pointer;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.site-header .header-wrapper {
  background-color: #FFF;
}
.site-header .upper {
  padding: 18px 0 14px;
}
.site-header .lower {
  padding-bottom: 14px;
  display: none;
}
@media (min-width: 1024px) {
  .site-header .lower {
    display: block;
  }
}
.site-header .lower .col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.site-header .lang-select {
  margin-top: 0;
}
.site-header .lang-select select {
  color: #00003d;
  line-height: 42px;
}
.site-header .lang-select .select-wrapper::after {
  border-top-color: #00003d;
}
.site-header .logo-group {
  display: flex;
  align-items: center;
  border-bottom: 6px solid;
  padding-bottom: 1px;
  position: relative;
}
.site-header .logo-group.wmtcg:not(.ogd) {
  border-bottom: 0;
  padding-bottom: 7px;
}
.site-header .logo-group.wmtcg:not(.ogd)::after {
  position: absolute;
  content: "";
  height: 6px;
  background: #419c4c;
  left: 257px;
  right: 0;
  bottom: 0px;
}
@media (max-width: 767px) {
  .site-header .logo-group.wmtcg:not(.ogd)::after {
    height: 3.5px;
    left: 176px;
    bottom: 1px;
  }
}
.site-header .logo-group.ogd {
  border-bottom-color: #419c4c;
}
@media (max-width: 767px) {
  .site-header .logo-group {
    border-bottom: 3px solid;
  }
}
.site-header .site-logo {
  display: block;
  line-height: 1;
  flex-shrink: 0;
}
.site-header .site-logo svg,
.site-header .site-logo img {
  height: 32px;
  width: auto;
}
@media (max-width: 767px) {
  .site-header .site-logo {
    height: 20px;
    width: 176px;
  }
  .site-header .site-logo svg,
.site-header .site-logo img {
    height: auto;
    width: auto;
  }
}
.site-header .site-logo.wmtcg:not(.ogd) {
  width: auto !important;
}
.site-header .site-logo.wmtcg:not(.ogd) svg,
.site-header .site-logo.wmtcg:not(.ogd) img {
  height: 66px;
  margin: -20px 0 -14px 0;
}
@media (max-width: 767px) {
  .site-header .site-logo.wmtcg:not(.ogd) svg,
.site-header .site-logo.wmtcg:not(.ogd) img {
    margin: -14px 0 0 0;
    height: 45px;
  }
}
.site-header .site-logo.ogd {
  width: 192px;
}
@media (max-width: 767px) {
  .site-header .site-logo.ogd {
    height: auto;
    width: 176px;
  }
}
.site-header .window {
  position: relative;
  flex-grow: 1;
  margin-left: 5px;
  height: 28px;
  background-position: 0 0;
  transition: 200ms all;
}
@media (max-width: 1023px) {
  .site-header .window {
    display: none !important;
  }
}
.site-header .account {
  margin-left: 12px;
}
@media (min-width: 768px) {
  .site-header .account {
    margin-left: 18px;
  }
}
.site-header .account .pulldown-switch {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  padding: 0;
}
.site-header .menu-switch {
  margin-left: 7px;
}
@media (min-width: 768px) {
  .site-header .menu-switch {
    margin-left: 14px;
  }
}
.site-header .menu-switch button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  padding: 8px 5px;
}
@media (min-width: 768px) {
  .site-header .menu-switch button {
    padding: 11px 5px;
  }
}
.site-header .menu-switch .line {
  height: 2px;
  width: 24px;
  display: block;
  background-color: currentColor;
}
@media (min-width: 768px) {
  .site-header .menu-switch .line {
    width: 32px;
  }
}
.site-header .menu-switch .line:nth-child(2) {
  margin: 6px 0;
}
@media (min-width: 768px) {
  .site-header .menu-switch .line:nth-child(2) {
    margin: 7px 0;
  }
}
.site-header nav {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bureau Grot Condensed";
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
}
.site-header nav ul {
  display: flex;
}
.site-header nav li + li {
  margin-left: 30px;
}
@media (max-width: 1279px) {
  .site-header nav li + li {
    margin-left: 15px;
  }
}
.site-header nav li.active {
  position: relative;
}
.site-header nav li.active::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--menu-highlight);
}
.site-header nav a {
  text-decoration: none;
}
.site-header nav .about-wmtcg a {
  display: block;
  width: 127px;
  height: 32px;
  margin-top: -8px;
  margin-bottom: -5px;
  background-image: url("/assets/images/about-wmtcg-logo.png");
  background-repeat: no-repeat;
  background-size: 127px 32px;
  text-indent: -99999px;
}
.site-header .search-trigger-nav {
  margin-left: 20px;
  padding: 0 10px;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .site-header .search-trigger-nav {
    margin-left: 10px;
  }
}
.site-header .become-member {
  display: inline-flex;
  align-content: center;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background-color: var(--aqua);
  color: #00003d;
  text-decoration: none;
  padding: 7px 10px 0 10px;
  margin: -6px 0 -4px 0;
  margin-left: 20px;
}
@media (max-width: 1279px) {
  .site-header .become-member {
    margin-left: 10px;
  }
}
.site-header .menu-lang-toggle {
  margin: -5px 0 -4px 0;
  display: none;
  margin-left: auto;
  margin-right: 56px;
}
@media (min-width: 1280px) {
  .site-header .menu-lang-toggle {
    display: flex;
  }
}
.site-header .menu-lang-toggle a {
  display: block;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #00003d;
  text-decoration: none;
  padding: 6px 10px 4px;
  opacity: 1;
}
.site-header .menu-lang-toggle a:hover {
  opacity: 0.7;
}
.site-header .menu-lang-toggle a.active {
  opacity: 1;
  background-color: var(--aqua);
}
.site-header .lang-dropdown {
  margin-left: auto;
  margin-right: 56px;
  position: relative;
  line-height: 1;
}
.site-header .lang-dropdown .current-lang {
  text-decoration: none;
  padding-right: 13px;
  cursor: pointer;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.site-header .lang-dropdown::after {
  right: 0;
  top: 5px;
  cursor: pointer;
  position: absolute;
  content: "";
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-top: solid 6px #00003a;
}
.site-header .lang-dropdown ul a {
  line-height: 1.5;
}
.site-header .lang-dropdown .pulldown {
  width: 135px;
}
.site-header .lang-dropdown.opened .pulldown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.site-header .pulldown {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 200ms;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 2;
  width: 200px;
  top: 85%;
  right: 10px;
  background-color: #00003d;
  color: #ffffff;
  padding: 13px 0;
}
.site-header .pulldown ul,
.site-header .pulldown li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .pulldown a {
  text-decoration: none;
  display: block;
  padding: 4px 20px;
}
.site-header .pulldown a:hover {
  background: var(--aqua);
  color: #00003d;
}
.site-header .pulldown:before {
  content: "";
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #00003d;
  top: -14px;
  right: 5px;
}
.site-header .account {
  position: relative;
}
.site-header .account.opened .account-pulldown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.site-header.is-auth .lang-dropdown {
  margin-right: 116px;
}

.site-footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 40px 0 60px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 60px 0;
    font-size: 16px;
    line-height: 1.625;
  }
}
@media (min-width: 1280px) {
  .site-footer {
    padding: 80px 0;
  }
}
.site-footer .highlights a {
  text-decoration: none;
}
.site-footer .highlights .col:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .site-footer .highlights .col:not(:last-child) {
    margin-bottom: 0;
  }
}
.site-footer .highlight {
  padding: 20px 15px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .site-footer .highlight {
    padding: 35px 20px;
  }
}
@media (min-width: 1280px) {
  .site-footer .highlight {
    padding: 45px 35px;
  }
}
.site-footer .highlight .highlight-title {
  font-size: 25px;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .site-footer .highlight .highlight-title {
    font-size: 32px;
    margin-bottom: 9px;
  }
}
@media (min-width: 1280px) {
  .site-footer .highlight .highlight-title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .site-footer .highlight {
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .site-footer .highlight {
    margin-bottom: 70px;
  }
}
.site-footer .widgets .col:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .site-footer .widgets .col:not(:last-child) {
    margin-bottom: 0;
  }
}
.site-footer .widgets .widget-title {
  font-size: 25px;
  font-family: "Bureau Grot Condensed";
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .site-footer .widgets .widget-title {
    margin-bottom: 14px;
  }
}
.site-footer .widgets a {
  text-decoration: none;
  position: relative;
}
.site-footer .widgets a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.25s;
  transform: scale(0);
  transform-origin: left center;
}
.site-footer .widgets a .fa-solid,
.site-footer .widgets a .fa-brands {
  margin-right: 5px;
}
.site-footer .widgets a:hover:after {
  transform: scale(1);
}
.site-footer .col {
  position: relative;
}
.site-footer .anbi-logo {
  position: absolute;
  right: 25px;
  top: 0px;
  width: 60px;
  height: 60px;
}
@media (max-width: 1023px) {
  .site-footer .anbi-logo {
    right: auto;
    left: 370px;
  }
}
@media (max-width: 767px) {
  .site-footer .anbi-logo {
    position: absolute;
    left: 195px;
  }
}

.view-open-groen-dag-agenda footer.site-footer {
  margin-top: 0 !important;
  border: 0 !important;
  padding-bottom: 60px !important;
}
.view-open-groen-dag-agenda footer.site-footer .container {
  display: none;
}

.detail-page {
  overflow: hidden;
}
.detail-page .page-introduction {
  margin-bottom: 30px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .detail-page .page-introduction {
    font-size: 18px;
    line-height: 1.7777777778;
    margin-bottom: 50px;
  }
}
.detail-page .page-content {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .detail-page .page-content {
    padding-right: 80px;
  }
}
.detail-page .content-block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .detail-page .content-block {
    margin-bottom: 50px;
  }
}
.detail-page .page-sidebar {
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .detail-page .page-sidebar {
    padding: 7px 0 50px 0;
  }
}
.detail-page .page-sidebar > *:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .detail-page .page-sidebar > *:not(:first-child) {
    margin-top: 55px;
  }
}

.content-block-title,
.vcards-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bureau Grot Condensed";
  line-height: 1.2;
  text-transform: uppercase;
}
.content-block-title.content-block-title,
.vcards-title.content-block-title {
  font-size: 20px;
}

.program-filters {
  background-color: #00003d;
  color: #ffffff;
}
.program-filters .col {
  margin: 10px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .program-filters .col {
    margin-bottom: 8px;
  }
}
.program-filters .user-topics {
  border: 1px solid rgba(var(--aqua), 0.25);
  padding: 0 15px;
  margin-left: 15px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  height: 40px;
  color: var(--aqua);
}
@media (max-width: 767px) {
  .program-filters .user-topics {
    padding: 0 10px;
    margin-right: 0;
  }
}
@media (max-width: 370px) {
  .program-filters .user-topics {
    margin-left: 0;
  }
}
.program-filters .user-topics a {
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.program-filters .user-topics a:hover {
  color: #FFF;
}
.program-filters .user-topics a:hover #Shape {
  fill: #FFF;
}
.program-filters .user-topics a.active {
  color: #FFF;
}
.program-filters .user-topics a.active span {
  border-bottom: 2px solid #FFF;
}
.program-filters .user-avatar {
  margin-left: 20px;
  margin-right: 5px;
}
.program-filters .user-avatar img {
  border-radius: 50%;
}
.program-filters .filter.language {
  font-family: "Bureau Grot Condensed";
  margin-left: 35px;
}
@media (max-width: 1023px) {
  .program-filters .filter.language {
    margin-left: 0;
  }
}
.program-filters .filter.date {
  position: relative;
}
@media (max-width: 767px) {
  .program-filters .filter.date {
    flex-grow: 1;
  }
}
.program-filters .filter.date .nano-toggle {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  font-family: "Bureau Grot Condensed";
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .program-filters .filter.date .nano-toggle {
    font-size: 16px;
  }
}
.program-filters .filter.date .nano-toggle:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  border: 0.3333em solid transparent;
  border-top-color: currentColor;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.16em;
}
.program-filters .filter.date .nano {
  display: none;
  width: 200px;
  height: 300px;
  position: absolute;
  top: -3px;
  right: 0;
  text-align: right;
  font-family: "Bureau Grot Condensed";
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #00003d;
}
.program-filters .filter.date .nano a {
  text-decoration: none;
  padding-right: 30px;
}
.program-filters .date-and-language-filters {
  display: flex;
}
.program-filters .date-and-language-filters .filter.date {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .program-filters .date-and-language-filters {
    width: 100%;
    justify-content: space-between;
  }
  .program-filters .date-and-language-filters .filter.language {
    margin-left: 0;
  }
  .program-filters .date-and-language-filters .filter.date {
    flex-grow: 0;
    margin-left: auto;
  }
}

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

.current-filter-selection {
  background-color: var(--aqua);
  height: 36px;
  align-items: center;
  font-family: "Bureau Grot";
  font-size: 14px;
  color: #00003d;
  letter-spacing: 0.02px;
}
.current-filter-selection a:hover {
  opacity: 0.8;
}
.current-filter-selection .col {
  display: flex;
  min-width: 100%;
  justify-content: space-between;
  height: 36px;
}
.current-filter-selection .col > div {
  display: flex;
  align-items: center;
}
.current-filter-selection .col > div span {
  margin-right: 4px;
}
.current-filter-selection .reset-filters {
  margin-left: auto;
  font-family: "Bureau Grot Condensed";
  font-size: 16px;
  color: #00003d;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 36px;
}
@media (max-width: 767px) {
  .current-filter-selection .reset-filters {
    font-size: 14px;
  }
}
.current-filter-selection .change-preferences {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 14px;
  color: #00003d;
  text-align: left;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.current-filter-selection .change-preferences svg {
  padding-right: 4px;
}

.wp_custom_gallery {
  background-color: #333;
  padding: 0 !important;
  position: relative;
}
.wp_custom_gallery li {
  float: left;
  position: relative;
  list-style: none !important;
}
.wp_custom_gallery li img {
  display: block;
  width: initial;
}
.wp_custom_gallery .next,
.wp_custom_gallery .prev {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  text-decoration: none;
  line-height: 30px;
}
.wp_custom_gallery .next:before,
.wp_custom_gallery .prev:before {
  position: absolute;
  transition: all 100ms;
  content: "";
  width: 14px;
  height: 26px;
  display: block;
  background-image: url("/assets/images/carousel-arrow-right.svg");
  top: 7px;
  left: 15px;
}
.wp_custom_gallery .next.disabled,
.wp_custom_gallery .prev.disabled {
  display: none;
}
.wp_custom_gallery .mover {
  transition: 200ms transform;
}
.wp_custom_gallery .prev {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}
.wp_custom_gallery .prev:before {
  left: auto;
  top: 7px;
  left: 15px;
}
.wp_custom_gallery .next:hover:before {
  top: 7px;
  left: 17px;
}
.wp_custom_gallery .prev:hover:before {
  top: 7px;
  left: 17px;
}

.picture-caption {
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFF;
  z-index: 2;
  font-size: 14px;
  line-height: 1.5;
}
.picture-caption.is-right {
  left: auto;
}

.modal#update-preferences .modal-close {
  display: none !important;
}
.modal#update-preferences .content {
  text-align: left;
}
@media (min-width: 768px) {
  .modal#update-preferences .content {
    width: 900px;
  }
}
.modal#update-preferences button.save-button {
  margin-top: 20px;
}
.modal#update-preferences .check-required-fields {
  color: red;
  font-size: 14px;
  margin: 10px 0 -10px 0;
  display: none;
}

.view-projects-overview-alt .overview-map {
  position: fixed !important;
  top: 109px;
  right: 0;
  left: 50%;
  bottom: 0;
  z-index: 100;
}
@media (max-width: 1023px) {
  .view-projects-overview-alt .overview-map {
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
  }
}
.view-projects-overview-alt .close-overview-map {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #00003d;
  z-index: 1001;
  cursor: pointer;
  display: none;
}
.view-projects-overview-alt body.map-visible .close-overview-map,
.view-projects-overview-alt body.map-visible .overview-map {
  display: block !important;
}

.ovg-event-tile {
  background-color: #FFF;
  display: flex;
  text-decoration: none;
  margin-bottom: 11px;
  position: relative;
}
@media (max-width: 767px) {
  .ovg-event-tile {
    margin-bottom: 10px;
  }
}
.ovg-event-tile .ovg-event-title {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 24px;
  color: #00003d;
  margin: 0;
  line-height: 32px;
  height: 72px;
  margin-bottom: 8px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .ovg-event-tile .ovg-event-title {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
    margin-top: -4px;
  }
}
.ovg-event-tile .flex-combine {
  flex-grow: 1;
}
.ovg-event-tile .title-sub-combo {
  min-height: 110px;
}
@media (max-width: 767px) {
  .ovg-event-tile .title-sub-combo {
    min-height: 30px;
  }
}
.ovg-event-tile .ovg-event-description {
  font-size: 14px;
  color: rgba(0, 0, 61, 0.5);
  line-height: 22px;
  height: 26px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ovg-event-tile .ovg-event-description {
    display: none;
  }
}
.ovg-event-tile .ovg-event-title-image {
  display: block;
  width: 159px;
  min-width: 159px;
  max-width: 159px;
}
@media (max-width: 1279px) {
  .ovg-event-tile .ovg-event-title-image {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .ovg-event-tile .ovg-event-title-image {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
}
.ovg-event-tile .ovg-event-location {
  display: none;
}
.ovg-event-tile > .flex-combine {
  padding: 17px 25px 0 20px;
}
@media (max-width: 767px) {
  .ovg-event-tile > .flex-combine {
    display: flex;
    padding: 15px 20px 12px 18px;
    flex-direction: column;
    justify-content: space-between;
  }
}
.ovg-event-tile .ovg-event-meta {
  display: flex;
  align-items: baseline;
}
.ovg-event-tile .ovg-event-time {
  font-family: "Bureau Grot Condensed";
  font-size: 20px;
  color: #00A040;
  font-weight: 500;
  margin-right: 15px;
}
.ovg-event-tile .ovg-event-type {
  font-family: "Bureau Grot Condensed";
  font-size: 14px;
  color: #00003d;
  text-transform: uppercase;
}
.ovg-event-tile .ovg-event-sign-up-button {
  margin-left: auto;
  font-weight: 500;
  font-family: "Bureau Grot Condensed";
  font-size: 18px;
  color: #00AD56;
  text-transform: uppercase;
}
.ovg-event-tile .ovg-event-address {
  color: #00003d;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: auto;
  text-decoration: underline;
  position: relative;
  font-family: "Bureau Grot Condensed";
  padding-left: 17px;
}
.ovg-event-tile .ovg-event-address::before {
  content: "";
  width: 12px;
  height: 15px;
  display: block;
  background-image: url("/assets/images/location-icon.svg");
  position: absolute;
  left: 0;
  top: 6px;
}
@media (max-width: 767px) {
  .ovg-event-tile .ovg-event-address {
    text-transform: none;
    padding-top: 4px;
    margin-top: 0px;
  }
}
.ovg-event-tile .add-to-my-selection {
  width: 29px;
  height: 29px;
  max-width: 29px;
  max-height: 29px;
  position: absolute;
  display: block;
  padding: 0;
  top: 13px;
  right: 19px;
  border: 0;
  background-color: #72F34A;
  border-radius: 50%;
  color: #00003d;
  font-size: 35px;
  font-family: "Bureau Grot Condensed";
  line-height: 19px;
  font-weight: 200;
  cursor: pointer;
}
.ovg-event-tile .add-to-my-selection::after {
  content: "Voeg toe aan mijn route";
  font-family: "Bureau Grot";
  font-size: 14px;
  color: #00003d;
  letter-spacing: 0;
  line-height: 22px;
  position: absolute;
  background-color: #B0B0E0;
  display: block;
  border-radius: 15px;
  padding: 3px 0;
  font-weight: normal;
  width: 186px;
  text-align: center;
  right: 10px;
  top: -18px;
  opacity: 0;
  visibility: hidden;
  transition: 100ms all;
}
.ovg-event-tile .add-to-my-selection:hover {
  background-color: #FFF !important;
  border-color: #FFF !important;
}
.ovg-event-tile .add-to-my-selection:hover::after {
  visibility: visible;
  opacity: 1;
}
.ovg-event-tile .add-to-my-selection.active {
  text-indent: -9999px;
  background-color: #FFF;
  border: 1px solid #e7e6e6;
  background-position: 8px 6px;
  background-repeat: no-repeat;
  background-image: url("/assets/images/green_check.svg");
}
.ovg-event-tile .add-to-my-selection.active::after {
  content: "Verwijder uit mijn route";
  text-indent: 0;
}
.ovg-event-tile .add-to-my-selection.active:hover:not(.added) {
  background-position: center center;
  background-image: url("/assets/images/minus.svg");
}
.ovg-event-tile .add-to-my-selection.added::after {
  content: "Toegevoegd aan je route!";
}
.ovg-event-tile:hover {
  background-color: #72F34A;
}
.ovg-event-tile:hover .add-to-my-selection {
  background-color: #AEF996;
  border-color: #AEF996;
}
.ovg-event-tile:hover .ovg-event-sign-up-button,
.ovg-event-tile:hover .ovg-event-time {
  color: #00003d;
}
@media (max-width: 1279px) {
  .ovg-event-tile .ovg-event-sign-up-button .txt {
    display: none;
  }
}
@media (max-width: 767px) {
  .ovg-event-tile .ovg-event-time {
    margin-right: 7px;
    float: left;
  }
  .ovg-event-tile .ovg-event-location {
    display: block;
    margin-right: auto;
    font-weight: normal;
    font-family: "Bureau Grot Condensed";
    font-size: 18px;
    color: #00003d;
    letter-spacing: 0;
  }
  .ovg-event-tile .ovg-event-type {
    margin-top: 5px;
  }
  .ovg-event-tile .ovg-event-meta {
    flex-wrap: wrap;
    display: block;
    line-height: 20px;
  }
  .ovg-event-tile .ovg-event-sign-up-button {
    position: absolute;
    right: 15px;
    bottom: 18px;
    font-size: 24px;
  }
  .ovg-event-tile .ovg-event-sign-up-button .txt {
    display: none;
  }
}

#ogd-map button[title=Close] {
  display: none !important;
}
#ogd-map .gm-style-iw-t:hover::after {
  background: linear-gradient(45deg, rgb(114, 243, 74) 50%, rgba(114, 243, 74, 0) 51%, rgba(114, 243, 74, 0) 100%) #72F34A;
}
@media (max-width: 767px) {
  #ogd-map .gm-style-iw {
    max-width: 90vw !important;
  }
}
#ogd-map .title-sub-combo {
  min-height: auto;
}
#ogd-map .ovg-event-tile {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  min-width: 430px;
  width: 430px;
  position: relative;
}
@media (max-width: 767px) {
  #ogd-map .ovg-event-tile {
    max-width: none;
  }
}
#ogd-map .ovg-event-tile .add-to-my-selection {
  top: 17px;
}
#ogd-map .ovg-event-tile .ovg-event-title-image {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
}
@media (max-width: 767px) {
  #ogd-map .ovg-event-tile .ovg-event-title-image {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
}
#ogd-map .ovg-event-tile img {
  min-width: 100% !important;
  max-width: 100% !important;
}
#ogd-map .ovg-event-tile .ovg-event-title {
  font-size: 25px;
  margin-right: 5px;
  line-height: 27px;
  width: 210px;
  height: 54px !important;
  margin-bottom: 23px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  #ogd-map .ovg-event-tile .ovg-event-title {
    margin-bottom: -4px;
  }
}
#ogd-map .ovg-event-tile .ovg-event-time {
  margin-right: 7px;
  float: left;
}
#ogd-map .ovg-event-tile .ovg-event-location {
  display: block;
  margin-right: auto;
  font-weight: normal;
  font-family: "Bureau Grot Condensed";
  font-size: 18px;
  color: #00003d;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #ogd-map .ovg-event-tile .ovg-event-location {
    white-space: nowrap;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
#ogd-map .ovg-event-tile .ovg-event-type {
  margin-top: 5px;
}
#ogd-map .ovg-event-tile .ovg-event-address span {
  max-width: 110px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#ogd-map .ovg-event-tile .ovg-event-address::before {
  top: 1px;
}
#ogd-map .ovg-event-tile .ovg-event-sign-up-button {
  position: absolute;
  right: 15px;
  bottom: 22px;
  font-size: 24px;
}
#ogd-map .ovg-event-tile .ovg-event-sign-up-button .txt {
  display: none;
}
#ogd-map .ovg-event-tile .ovg-event-description {
  display: none;
}

.c-zaalverhuur-header {
  position: relative;
  padding-top: 109px;
}
@media (max-width: 1023px) {
  .c-zaalverhuur-header {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .c-zaalverhuur-header {
    padding-top: 74px;
  }
}
@media (max-width: 767px) {
  .c-zaalverhuur-header {
    padding-top: 68px;
  }
}
.c-zaalverhuur-header__container {
  position: relative;
  padding: 70px 0 80px 0;
  display: flex;
}
@media (max-width: 1023px) {
  .c-zaalverhuur-header__container {
    order: 2;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .c-zaalverhuur-header__container {
    padding: 30px 0;
  }
}
.c-zaalverhuur-header__title, .c-zaalverhuur-header__subtitle {
  margin: 0;
  font-family: "Bureau Grot Condensed";
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 55px;
}
@media (max-width: 767px) {
  .c-zaalverhuur-header__title, .c-zaalverhuur-header__subtitle {
    font-size: 30px;
    line-height: 32px;
  }
}
.c-zaalverhuur-header__title {
  font-weight: 500;
}
.c-zaalverhuur-header__content {
  padding: 35px 30px 50px 0;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1023px) {
  .c-zaalverhuur-header__content {
    padding: 25px 0 40px 0;
    font-size: 16px;
    line-height: 28px;
  }
}
.c-zaalverhuur-header__buttons .button {
  margin-right: 10px;
}
.c-zaalverhuur-header__image {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(50% + 185.6px);
}
.c-zaalverhuur-header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1023px) {
  .c-zaalverhuur-header__image {
    position: static;
    order: 1;
  }
  .c-zaalverhuur-header__image img {
    aspect-ratio: 3/2;
  }
}
.c-zaalverhuur-header::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #00003D;
  opacity: 0.02;
  display: block;
  content: "";
  z-index: -1;
}

.c-zaalverhuur-header + .c-zaalverhuur-usps {
  margin-top: 100px;
}
.c-zaalverhuur-header + .c-zaalverhuur-usps::after {
  display: none !important;
}
.c-zaalverhuur-header + .c-zaalverhuur-usps .col {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-zaalverhuur-zalen {
  margin: 130px 0;
}
@media (max-width: 767px) {
  .c-zaalverhuur-zalen {
    margin: 60px 0;
  }
}
.c-zaalverhuur-zalen__title {
  font-family: "Bureau Grot Condensed";
  font-size: 50px;
  color: #00003d;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .c-zaalverhuur-zalen__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
  }
}
.c-zaalverhuur-zalen__list {
  padding: 0px;
  margin: 0 -15px;
}
.c-zaalverhuur-zalen__list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .c-zaalverhuur-zalen__list {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .c-zaalverhuur-zalen__list {
    margin: 0 -10px;
  }
}
.c-zaalverhuur-zalen .col {
  padding: 15px;
}
@media (max-width: 767px) {
  .c-zaalverhuur-zalen .col {
    padding: 10px;
    max-width: 80vw;
  }
}
.c-zaalverhuur-zalen__zaal {
  background-color: #00003d;
  color: #fff;
  cursor: pointer;
}
.c-zaalverhuur-zalen__zaal:hover {
  opacity: 0.9;
}
.c-zaalverhuur-zalen__zaal:hover img {
  transform: scale(1.02);
}
.c-zaalverhuur-zalen__zaal-content {
  padding: 30px;
}
.c-zaalverhuur-zalen__zaal-image {
  overflow: hidden;
}
.c-zaalverhuur-zalen__zaal-image img {
  aspect-ratio: 1.3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 200ms ease-in-out;
}
.c-zaalverhuur-zalen__zaal-title {
  font-family: "Bureau Grot Condensed";
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
}
.c-zaalverhuur-zalen__zaal-description {
  padding: 18px 0 22px 0;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .c-zaalverhuur-zalen__zaal-description {
    font-size: 16px;
    line-height: 28px;
  }
}

.c-zaalverhuur-usps {
  position: relative;
}
.c-zaalverhuur-usps__image {
  position: absolute;
  left: 0;
  right: calc(50% + 185.6px);
  bottom: 0;
  top: 0;
}
.c-zaalverhuur-usps__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .c-zaalverhuur-usps__image {
    position: static;
  }
  .c-zaalverhuur-usps__image img {
    height: auto;
  }
}
.c-zaalverhuur-usps__title {
  font-family: "Bureau Grot Condensed";
  font-size: 40px;
  color: #00003d;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .c-zaalverhuur-usps__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.c-zaalverhuur-usps__intro {
  margin-bottom: 10px;
}
.c-zaalverhuur-usps__intro, .c-zaalverhuur-usps__list {
  font-size: 19px;
  color: #00003d;
  line-height: 28px;
}
@media (max-width: 767px) {
  .c-zaalverhuur-usps__intro, .c-zaalverhuur-usps__list {
    font-size: 16px;
    line-height: 28px;
  }
}
.c-zaalverhuur-usps__list, .c-zaalverhuur-usps__item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-zaalverhuur-usps__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.c-zaalverhuur-usps__item {
  max-width: 50%;
  padding: 25px 15px;
}
@media (max-width: 767px) {
  .c-zaalverhuur-usps__item {
    max-width: 100%;
  }
}
.c-zaalverhuur-usps__item__title {
  font-weight: bold;
}
.c-zaalverhuur-usps__item__icon {
  width: 40px;
  height: 40px;
  background-image: url("/assets/images/car.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-bottom: 15px;
}
.c-zaalverhuur-usps__item__icon--star {
  background-image: url("/assets/images/star.svg");
}
.c-zaalverhuur-usps__item__icon--pin {
  background-image: url("/assets/images/location-pin.svg");
}
.c-zaalverhuur-usps__item__icon--people {
  background-image: url("/assets/images/people.svg");
}
.c-zaalverhuur-usps__item__icon--custom {
  background: none;
}
.c-zaalverhuur-usps__item__icon--custom img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-zaalverhuur-usps ul li:not(:last-child) {
  margin-bottom: 10px;
}
.c-zaalverhuur-usps .col {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 120px;
}
@media (max-width: 1279px) {
  .c-zaalverhuur-usps .col {
    padding-left: 60px;
  }
}
@media (max-width: 1023px) {
  .c-zaalverhuur-usps .col {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .c-zaalverhuur-usps .col {
    padding: 40px;
  }
}
.c-zaalverhuur-usps::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #00003D;
  opacity: 0.02;
  display: block;
  content: "";
}

.c-zaalverhuur-cta-block {
  background-color: var(--aqua);
  margin: 130px 0px 0px;
}
@media (max-width: 767px) {
  .c-zaalverhuur-cta-block {
    margin: 50px 0 0 0;
  }
}
.c-zaalverhuur-cta-block .container {
  padding: 70px 0 90px 0;
  text-align: center;
  width: auto;
}
@media (max-width: 767px) {
  .c-zaalverhuur-cta-block .container {
    padding: 40px 20px 60px 20px;
  }
}
.c-zaalverhuur-cta-block__title {
  font-family: "Bureau Grot Condensed";
  font-size: 50px;
  color: #00003d;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-zaalverhuur-cta-block__title {
    font-size: 30px;
    line-height: 30px;
  }
}
.c-zaalverhuur-cta-block__description {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .c-zaalverhuur-cta-block__description {
    padding: 15px 0;
  }
}
.c-zaalverhuur-cta-block__description a {
  -webkit-text-decoration: u;
          text-decoration: u;
}

.c-zaalverhuur-testimonials {
  margin: 130px 0;
  position: relative;
}
@media (max-width: 767px) {
  .c-zaalverhuur-testimonials {
    margin: 60px 0;
    margin-bottom: 10px;
  }
}
.c-zaalverhuur-testimonials .swiper-button-prev, .c-zaalverhuur-testimonials .swiper-button-next {
  width: 45px;
  height: 45px;
  background-image: url("/assets/images/carousel-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
}
.c-zaalverhuur-testimonials .swiper-button-prev::after, .c-zaalverhuur-testimonials .swiper-button-next::after {
  display: none;
}
.c-zaalverhuur-testimonials .swiper-button-prev {
  left: 50px;
  transform: rotate(180deg);
}
.c-zaalverhuur-testimonials .swiper-button-next {
  background-image: url("/assets/images/carousel-arrow-right.svg");
  right: 50px;
}
.c-zaalverhuur-testimonials__title {
  font-family: "Bureau Grot Condensed";
  font-size: 50px;
  color: #00003d;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .c-zaalverhuur-testimonials__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.c-zaalverhuur-testimonials__items, .c-zaalverhuur-testimonials__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-zaalverhuur-testimonials__items {
  display: flex;
  margin: 0 -82px;
}
@media (max-width: 767px) {
  .c-zaalverhuur-testimonials__items {
    flex-wrap: wrap;
  }
}
.c-zaalverhuur-testimonials__item {
  margin: 0 42px;
  display: flex;
}
@media (max-width: 767px) {
  .c-zaalverhuur-testimonials__item {
    margin: 30px 82px;
  }
}
.c-zaalverhuur-testimonials__item-avatar {
  min-width: 80px;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .c-zaalverhuur-testimonials__item-avatar--desktop {
    display: none;
  }
}
.c-zaalverhuur-testimonials__item-avatar--mobile {
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .c-zaalverhuur-testimonials__item-avatar--mobile {
    display: none;
  }
}
.c-zaalverhuur-testimonials__item-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-zaalverhuur-testimonials__item-text {
  margin-bottom: 20px;
  font-size: 19px;
  color: #00003d;
  line-height: 29px;
}
@media (max-width: 767px) {
  .c-zaalverhuur-testimonials__item-text {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
}
.c-zaalverhuur-testimonials__item-author__name {
  font-family: "Bureau Grot Condensed";
  font-size: 19px;
  color: #00003d;
  line-height: 26px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .c-zaalverhuur-testimonials__item-author {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.c-zaalpopup {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 61, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 99999;
  overflow: auto;
  transition: 300ms all;
}
.c-zaalpopup__content {
  opacity: 0;
  margin: 30px auto;
  max-width: 1160px;
  background-color: #00003d;
  color: #FFF;
  box-shadow: 0 0 40px rgba(0, 0, 61, 0.3);
  transform: translateY(-20px);
  transition: 400ms all;
}
@media (max-width: 767px) {
  .c-zaalpopup__content {
    margin: 0;
  }
}
.c-zaalpopup.visible {
  opacity: 1;
  visibility: visible;
}
.c-zaalpopup.visible .c-zaalpopup__content {
  opacity: 1;
  transform: translateY(0);
}
.c-zaalpopup__close-btn-row {
  padding: 10px 20px 13px 20px;
  text-align: right;
}
@media (max-width: 767px) {
  .c-zaalpopup__close-btn-row {
    padding: 5px 15px 15px 20px;
  }
}
.c-zaalpopup__close-btn-row .popup-close.all {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-zaalpopup__image img {
  min-width: 100%;
  aspect-ratio: 2.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-zaalpopup__description-specs {
  padding: 90px 100px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .c-zaalpopup__description-specs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c-zaalpopup__description-specs {
    padding: 40px 26px;
  }
}
.c-zaalpopup__specs-wrapper {
  min-width: 50%;
  display: flex;
  justify-content: right;
}
@media (max-width: 1023px) {
  .c-zaalpopup__specs-wrapper {
    min-width: 100%;
    justify-content: left;
  }
}
.c-zaalpopup_specs {
  width: 150px;
}
.c-zaalpopup__specs, .c-zaalpopup__spec {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-zaalpopup__specs {
  padding-top: 90px;
}
@media (max-width: 1023px) {
  .c-zaalpopup__specs {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .c-zaalpopup__specs {
    padding-top: 35px;
  }
}
.c-zaalpopup__spec {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-family: "Bureau Grot Compressed";
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  opacity: 0.9;
  line-height: 27px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .c-zaalpopup__spec {
    font-size: 20px;
    line-height: 20px;
  }
}
.c-zaalpopup__spec__icon {
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/house-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-bottom: 5px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .c-zaalpopup__spec__icon {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
  }
}
.c-zaalpopup__spec__icon--livestream {
  background-image: url("/assets/images/airplay.svg");
}
.c-zaalpopup__spec__icon--wifi {
  background-image: url("/assets/images/wifi-icon.svg");
}
.c-zaalpopup__spec__icon--gear {
  background-image: url("/assets/images/gear-icon.svg");
}
.c-zaalpopup__spec__icon--people {
  background-image: url("/assets/images/group-icon.svg");
}
.c-zaalpopup__spec__icon--other {
  background: none;
}
.c-zaalpopup__spec__icon--other img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-zaalpopup__slider {
  margin: 0 20px;
}
.c-zaalpopup__slider img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-zaalpopup__slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}
.c-zaalpopup__slider .swiper-button-prev,
.c-zaalpopup__slider .swiper-button-next {
  width: 34px;
  height: 27px;
  background-image: url("/assets/images/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.c-zaalpopup__slider .swiper-button-prev::after,
.c-zaalpopup__slider .swiper-button-next::after {
  display: none;
}
.c-zaalpopup__slider .swiper-button-next {
  background-image: url("/assets/images/arrow-next.svg");
}
.c-zaalpopup__description {
  max-width: 50%;
}
@media (max-width: 1023px) {
  .c-zaalpopup__description {
    min-width: 100%;
  }
}
.c-zaalpopup__description__title {
  font-family: "Bureau Grot Condensed";
  font-size: 70px;
  line-height: 1;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-zaalpopup__description__title {
    font-size: 36px;
    line-height: 34px;
  }
}
.c-zaalpopup .c-zaalverhuur-cta-block {
  padding: 20px 20px 25px 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .c-zaalpopup .c-zaalverhuur-cta-block {
    padding: 10px 20px;
  }
}
.c-zaalpopup .c-zaalverhuur-cta-block__description {
  max-width: 755px;
  color: #00003d;
  margin: 22px auto 30px auto;
  font-size: 19px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .c-zaalpopup .c-zaalverhuur-cta-block__description {
    font-size: 17px;
    line-height: 24px;
    margin: 10px auto;
  }
}

.c-overpdz-header {
  background-color: #00003d;
  color: #ffffff;
  padding: 20px 0 50px 0;
  font-family: "Bureau Grot Condensed";
  width: 100%;
}
@media (max-width: 767px) {
  .c-overpdz-header {
    padding: 20px 0;
  }
}
.c-overpdz-header__header-image {
  min-width: 100%;
  padding-top: 68px;
}
@media (min-width: 768px) {
  .c-overpdz-header__header-image {
    padding-top: 74px;
  }
}
@media (min-width: 1024px) {
  .c-overpdz-header__header-image {
    padding-top: 109px;
  }
}
.c-overpdz-header__header-image img {
  min-width: 100%;
}
@media (max-width: 767px) {
  .c-overpdz-header__header-image img {
    aspect-ratio: 3/2;
  }
}
.c-overpdz-header .text-block {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0px;
  font-family: "Bureau Grot";
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .c-overpdz-header .text-block {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1280px) {
  .c-overpdz-header .text-block {
    gap: 80px;
  }
}
.c-overpdz-header .text-block .linker-textblok,
.c-overpdz-header .text-block .rechter-textblok {
  grid-column: span 12;
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .c-overpdz-header .text-block .linker-textblok,
.c-overpdz-header .text-block .rechter-textblok {
    margin-bottom: 0;
    grid-column: span 6;
  }
}
.c-overpdz-header .text-block h3 {
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 20px;
  font-family: "Bureau Grot Condensed";
}
@media (min-width: 768px) {
  .c-overpdz-header .text-block h3 {
    font-size: 38px;
    line-height: 50px;
  }
}
.c-overpdz-header__image-block {
  width: 100%;
  display: flex;
  margin: auto;
  padding: 60px 0px 120px 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .c-overpdz-header__image-block {
    width: 80%;
  }
}
.c-overpdz-header__usps {
  justify-content: flex-start;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-overpdz-header__usps {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .c-overpdz-header__usps {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-overpdz-header__usps__col {
    height: 100%;
    border-left: 1px solid var(--aqua);
    width: 50%;
    padding-left: 5%;
  }
}
.c-overpdz-header__usps__col h3 {
  font-size: 30px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 22px;
}
.c-overpdz-header__usps__col:first-child {
  border-left: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-overpdz-header__usps__col:first-child {
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 5%;
  }
}
.c-overpdz-header__usps__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: auto;
  margin-bottom: 0;
  list-style-image: url("/assets/images/Rectangle.svg");
  padding-left: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-overpdz-header__usps__items {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.c-overpdz-header__usps__items__item {
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "Bureau Grot";
  grid-column: span 12;
}
@media (min-width: 768px) {
  .c-overpdz-header__usps__items__item {
    padding-bottom: 15px;
    font-size: 20px;
    grid-column: span 12;
  }
}
@media (min-width: 1280px) {
  .c-overpdz-header__usps__items__item {
    grid-column: span 6;
  }
}

.c-overpdz-image-text-block {
  padding-top: 80px;
  padding-bottom: 30px;
  font-family: "Bureau Grot Condensed";
}
@media (min-width: 1024px) {
  .c-overpdz-image-text-block {
    padding-top: 183px;
  }
}
.c-overpdz-image-text-block__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-overpdz-image-text-block__item {
    flex-direction: row;
    padding-bottom: 183px;
  }
}
.c-overpdz-image-text-block__item:last-child .c-overpdz-image-text-block__item__inhoud {
  padding-bottom: 0px;
}
.c-overpdz-image-text-block__item ul {
  padding-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.c-overpdz-image-text-block__item li {
  padding-bottom: 13px;
  list-style-image: url("/assets/images/Rectangle-dark.svg");
  padding-left: 18px;
}
.c-overpdz-image-text-block__item__inhoud {
  font-size: 16px;
  line-height: 28px;
  align-items: flex-start;
  display: flex;
  font-family: "Bureau Grot";
  flex-direction: column;
  margin: auto;
  order: 1;
  padding: 40px 0 80px 0;
}
@media (min-width: 768px) {
  .c-overpdz-image-text-block__item__inhoud {
    font-size: 18px;
    line-height: 30px;
  }
}
.c-overpdz-image-text-block__item__inhoud h3:first-child {
  text-transform: uppercase;
  font-family: "Bureau Grot Condensed";
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 28px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .c-overpdz-image-text-block__item__inhoud h3:first-child {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .c-overpdz-image-text-block__item__inhoud {
    width: 55%;
    padding: 0 10% 0 0;
  }
}
.c-overpdz-image-text-block__item__image {
  order: 0;
}
@media (min-width: 1024px) {
  .c-overpdz-image-text-block__item__image {
    width: 45%;
    height: auto;
    order: 1;
    display: flex;
    align-items: center;
  }
}
.c-overpdz-image-text-block__item__image iframe,
.c-overpdz-image-text-block__item__image img {
  aspect-ratio: 1.4;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .c-overpdz-image-text-block__item__image iframe,
.c-overpdz-image-text-block__item__image img {
    height: auto;
    aspect-ratio: 1;
  }
}
.c-overpdz-image-text-block__item:last-child {
  padding-bottom: 0px;
}
.c-overpdz-image-text-block__item:nth-child(2) .c-overpdz-image-text-block__item__inhoud {
  order: 2;
}
@media (min-width: 1024px) {
  .c-overpdz-image-text-block__item:nth-child(2) .c-overpdz-image-text-block__item__inhoud {
    padding-left: 10%;
    padding-right: 0px;
  }
}

.view-agenda .content-navigation-wrapper {
  padding-top: 189px;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .view-agenda .content-navigation-wrapper {
    padding-top: 120px;
  }
}
.view-agenda .section.programs {
  padding-top: 0;
}
.view-agenda .section.programs .loader {
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .view-agenda .section.programs .loader {
    padding-top: 50px;
  }
}
.view-agenda .section.programs.push-down {
  padding-top: 36px;
}
.view-agenda .agenda-title {
  flex-grow: 1;
  text-transform: uppercase;
  font-family: "Bureau Grot Condensed";
  font-size: 32px;
  font-weight: 500;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .view-agenda .agenda-title {
    display: none;
  }
}
.view-agenda .container-title {
  font-size: 32px;
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: -20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .view-agenda .container-title .short {
    display: none;
  }
}
@media (max-width: 767px) {
  .view-agenda .container-title {
    margin-top: 20px;
    font-size: 28px;
  }
  .view-agenda .container-title .long {
    display: none;
  }
}

.view-update {
  background-color: #ffffff;
}
.view-update .detail-page {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .view-update .detail-page {
    padding-bottom: 0;
  }
}
.view-update .page-content {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .view-update .page-content {
    padding-bottom: 55px;
  }
}
.view-update .share-controls {
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .view-update .share-controls {
    margin-top: 55px;
  }
}
.view-update .section.updates {
  background-color: #f2f2f2;
}
.view-update .section.updates .col .col + .col {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .view-update .section.updates .col .col + .col {
    margin-top: 0;
  }
}

.view-dossier {
  background-color: #ffffff;
}
.view-dossier .page-content,
.view-dossier .page-sidebar {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .view-dossier .page-content,
.view-dossier .page-sidebar {
    padding-bottom: 55px;
  }
}

.view-page-ovg,
.view-page,
.view-studioverhuur {
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .view-page-ovg .detail-page,
.view-page .detail-page,
.view-studioverhuur .detail-page {
    overflow: hidden;
  }
}
.view-page-ovg .page-header,
.view-page .page-header,
.view-studioverhuur .page-header {
  padding-top: 109px;
}
@media (max-width: 1023px) {
  .view-page-ovg .page-header,
.view-page .page-header,
.view-studioverhuur .page-header {
    padding-top: 74px;
  }
}
@media (max-width: 767px) {
  .view-page-ovg .page-header,
.view-page .page-header,
.view-studioverhuur .page-header {
    padding-top: 68px;
  }
}
.view-page-ovg .page-title,
.view-page .page-title,
.view-studioverhuur .page-title {
  background-color: #00003d;
  color: #ffffff;
  text-align: center;
}
.view-page-ovg .page-title h1,
.view-page-ovg .page-title h2,
.view-page .page-title h1,
.view-page .page-title h2,
.view-studioverhuur .page-title h1,
.view-studioverhuur .page-title h2 {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0.65em 0;
}
@media (min-width: 768px) {
  .view-page-ovg .page-title h1,
.view-page-ovg .page-title h2,
.view-page .page-title h1,
.view-page .page-title h2,
.view-studioverhuur .page-title h1,
.view-studioverhuur .page-title h2 {
    font-size: 40px;
    margin: 0.5em 0;
  }
}
@media (min-width: 1280px) {
  .view-page-ovg .page-title h1,
.view-page-ovg .page-title h2,
.view-page .page-title h1,
.view-page .page-title h2,
.view-studioverhuur .page-title h1,
.view-studioverhuur .page-title h2 {
    font-size: 50px;
  }
}
.view-page-ovg .page-introduction,
.view-page .page-introduction,
.view-studioverhuur .page-introduction {
  margin-bottom: 30px;
}
.view-page-ovg .page-image,
.view-page .page-image,
.view-studioverhuur .page-image {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.view-page-ovg .page-image img,
.view-page .page-image img,
.view-studioverhuur .page-image img {
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.view-page-ovg .page-image .payl-form,
.view-page .page-image .payl-form,
.view-studioverhuur .page-image .payl-form {
  background: #00003d;
  padding: 25px 35px;
  margin: auto;
  color: #FFF;
  text-align: left;
}
@media (min-width: 1280px) {
  .view-page-ovg .page-image .payl-form,
.view-page .page-image .payl-form,
.view-studioverhuur .page-image .payl-form {
    min-width: 560px;
  }
}
.view-page-ovg .page-image .payl-form .choises .button,
.view-page .page-image .payl-form .choises .button,
.view-studioverhuur .page-image .payl-form .choises .button {
  padding: 10px 14px 8px;
  margin-right: 4px;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .view-page-ovg .page-image .payl-form .choises .button,
.view-page .page-image .payl-form .choises .button,
.view-studioverhuur .page-image .payl-form .choises .button {
    padding: 12px 16px 10px;
  }
}
.view-page-ovg .page-image .payl-form .choises .button:last-child,
.view-page .page-image .payl-form .choises .button:last-child,
.view-studioverhuur .page-image .payl-form .choises .button:last-child {
  margin-right: 0;
}
.view-page-ovg .page-image .payl-form .choises .button.aqua,
.view-page .page-image .payl-form .choises .button.aqua,
.view-studioverhuur .page-image .payl-form .choises .button.aqua {
  background-color: var(--aqua) !important;
}
.view-page-ovg .page-image .payl-form h3,
.view-page .page-image .payl-form h3,
.view-studioverhuur .page-image .payl-form h3 {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: -0.64px;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 1280px) {
  .view-page-ovg .page-image .payl-form h3,
.view-page .page-image .payl-form h3,
.view-studioverhuur .page-image .payl-form h3 {
    font-size: 32px;
  }
}
.view-page-ovg .page-image .payl-form p,
.view-page .page-image .payl-form p,
.view-studioverhuur .page-image .payl-form p {
  margin: 20px 0;
}
.view-page-ovg .page-image .payl-form .form-row,
.view-page .page-image .payl-form .form-row,
.view-studioverhuur .page-image .payl-form .form-row {
  display: flex;
  line-height: 50px;
  font-size: 18px;
}
.view-page-ovg .page-image .payl-form .input-wrapper,
.view-page .page-image .payl-form .input-wrapper,
.view-studioverhuur .page-image .payl-form .input-wrapper {
  display: flex;
  color: #000;
}
.view-page-ovg .page-image .payl-form .input-wrapper .pre,
.view-page .page-image .payl-form .input-wrapper .pre,
.view-studioverhuur .page-image .payl-form .input-wrapper .pre {
  padding: 0 10px;
  background: #FFF;
}
.view-page-ovg .page-image .payl-form .input-wrapper input,
.view-page .page-image .payl-form .input-wrapper input,
.view-studioverhuur .page-image .payl-form .input-wrapper input {
  outline: none;
  border: 0;
  width: 100px;
  margin-right: 20px;
  padding-left: 20px;
}
.view-page-ovg .page-image .payl-form-wrapper,
.view-page .page-image .payl-form-wrapper,
.view-studioverhuur .page-image .payl-form-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .view-page-ovg .page-image .payl-form-wrapper,
.view-page .page-image .payl-form-wrapper,
.view-studioverhuur .page-image .payl-form-wrapper {
    position: relative;
    z-index: 2;
    margin-top: -100px;
  }
}
.view-page-ovg .page-subtitle,
.view-page .page-subtitle,
.view-studioverhuur .page-subtitle {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 0;
}
@media (min-width: 1280px) {
  .view-page-ovg .page-subtitle,
.view-page .page-subtitle,
.view-studioverhuur .page-subtitle {
    font-size: 50px;
    padding-right: 60px;
  }
}
@media (min-width: 1024px) {
  .view-page-ovg .page-main,
.view-page .page-main,
.view-studioverhuur .page-main {
    padding-top: 55px;
  }
}
@media (max-width: 1023px) {
  .view-page-ovg .page-main > .row,
.view-page .page-main > .row,
.view-studioverhuur .page-main > .row {
    display: block;
  }
}
.view-page-ovg .page-content,
.view-page .page-content,
.view-studioverhuur .page-content {
  padding-top: 40px;
  padding-bottom: 80px;
}
.view-page-ovg .page-content:not(.has-subpages),
.view-page .page-content:not(.has-subpages),
.view-studioverhuur .page-content:not(.has-subpages) {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .view-page-ovg .page-content,
.view-page .page-content,
.view-studioverhuur .page-content {
    padding-top: 0;
    padding-bottom: 120px;
  }
}
@media (min-width: 1280px) {
  .view-page-ovg .page-content .has-subpages .content-wrapper,
.view-page .page-content .has-subpages .content-wrapper,
.view-studioverhuur .page-content .has-subpages .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1023px) {
  .view-page-ovg .page-sidebar,
.view-page .page-sidebar,
.view-studioverhuur .page-sidebar {
    background-color: var(--aqua);
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .view-page-ovg .page-sidebar,
.view-page .page-sidebar,
.view-studioverhuur .page-sidebar {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .view-page-ovg .page-sidebar > .row,
.view-page .page-sidebar > .row,
.view-studioverhuur .page-sidebar > .row {
    overflow: auto;
  }
}
@media (min-width: 1024px) {
  .view-page-ovg .page-sidebar,
.view-page .page-sidebar,
.view-studioverhuur .page-sidebar {
    padding-left: 20px;
  }
}
.view-page-ovg .vcards-grid,
.view-page .vcards-grid,
.view-studioverhuur .vcards-grid {
  margin-right: -120px;
}
.view-page-ovg .vcards-grid img,
.view-page .vcards-grid img,
.view-studioverhuur .vcards-grid img {
  max-width: 100% !important;
}

.page-tree {
  font-family: "Bureau Grot Condensed";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .page-tree {
    padding-bottom: 120px;
  }
}
.page-tree a {
  text-decoration: none;
  display: inline;
  position: relative;
}
.page-tree a.active:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background-color: currentColor;
  left: 0;
  top: 100%;
}
.page-tree .parent a {
  position: relative;
}
.page-tree ul {
  white-space: nowrap;
  padding: 8px 20px;
}
@media (min-width: 1024px) {
  .page-tree ul {
    white-space: normal;
  }
}
.page-tree li {
  display: inline-block;
}
@media (min-width: 1024px) {
  .page-tree li {
    display: block;
  }
}
.page-tree li + li {
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .page-tree li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .page-tree li.ambities, .page-tree li.jaarverslag-2019, .page-tree li.nieuw-amsterdam-manifest, .page-tree li.partners {
    margin-bottom: 35px;
  }
}

.become-member-form {
  background-color: #00003d;
  margin-bottom: 40px;
  color: #FFF;
  padding: 20px 40px;
}
@media (min-width: 1024px) {
  .become-member-form {
    transform: translateY(-170px);
  }
}
.become-member-form .input {
  color: #000 !important;
}
.become-member-form h3 {
  font-family: "Bureau Grot Condensed";
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: -0.64px;
  line-height: 62px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: -10px;
}
.become-member-form .gender-select > div {
  display: flex;
  justify-content: space-between;
}
.become-member-form .gender-select > div label {
  font-family: "Bureau Grot Condensed";
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}
.become-member-form .col-small {
  flex-basis: 30%;
}
.become-member-form .col-big {
  flex-basis: 70%;
}
.become-member-form .horizontal-fill {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
}
.become-member-form .horizontal-fill > div select {
  width: 100%;
}
.become-member-form .horizontal-fill > div:nth-child(1) {
  width: 15%;
}
.become-member-form .horizontal-fill > div:nth-child(2) {
  width: 60%;
  padding: 0 5px;
}
.become-member-form .horizontal-fill > div:nth-child(3) {
  width: 25%;
}
@media (max-width: 1023px) {
  .become-member-form .horizontal-fill > div:nth-child(1) {
    width: 25%;
  }
  .become-member-form .horizontal-fill > div:nth-child(2) {
    width: 45%;
    padding: 0 5px;
  }
  .become-member-form .horizontal-fill > div:nth-child(3) {
    width: 30%;
  }
}
.become-member-form .form-checkbox {
  margin: 10px 0;
}
.become-member-form .form-checkbox input {
  float: left;
}
.become-member-form .form-checkbox span {
  display: block;
  padding-left: 30px;
  padding-top: 2px;
}
.become-member-form input[type=submit] {
  margin-top: 15px;
}
.become-member-form .form-field {
  overflow: hidden;
  clear: both;
}
.become-member-form .accept-checkboxes .form-field::after {
  display: none;
}
.become-member-form .accept-checkboxes .form-field.error {
  color: red !important;
}
.become-member-form .gender-select .form-field.error label {
  color: red !important;
}

.page-wordlid .caption {
  left: 0;
  right: auto;
}

.page-wordlid .page-content {
  padding-bottom: 40px;
}

.view-livestream .section .left {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .view-livestream .section .left {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .view-livestream .section .left {
    margin-bottom: 0;
  }
}
.view-livestream .section.no_bottom_padding {
  padding-bottom: 0 !important;
}
.view-livestream .section.half_bottom_padding {
  padding-bottom: 20px !important;
}

.view-magazine .header-meta.sub {
  padding-top: 24px;
  padding-bottom: 24px;
  color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 768px) {
  .view-magazine .header-meta.sub {
    padding-top: 21px;
    padding-bottom: 23px;
  }
}
.view-magazine .title-header {
  margin-top: 20px;
}
.view-magazine .section-title {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.view-magazine .nav-link {
  line-height: 32px;
}
.view-magazine .podcasts-header {
  padding-top: 0;
}
@media (min-width: 768px) {
  .view-magazine .podcasts-header {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .view-magazine .podcasts-header {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .view-magazine .magazine.section:not(.header-offset) {
    padding: 75px 0;
  }
}
.view-magazine .magazine.section .pagination {
  padding: 0;
}
.view-magazine .magazine.section .updates-list {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .view-magazine .magazine.section .updates-list {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .view-magazine .magazine.section .updates-list .col .col:first-child,
.view-magazine .magazine.section .updates-list .col .col-alt:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .view-magazine .magazine.section .updates-list .col .col:first-child,
.view-magazine .magazine.section .updates-list .col .col-alt:first-child {
    min-height: 400px;
    max-height: none;
  }
}
.view-magazine .magazine.section .updates-list .col .col,
.view-magazine .magazine.section .updates-list .col .col-alt {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .view-magazine .magazine.section .updates-list .col .col,
.view-magazine .magazine.section .updates-list .col .col-alt {
    margin-top: 54px;
  }
}
.view-magazine .magazine.section .updates-list .col .col .img,
.view-magazine .magazine.section .updates-list .col .col-alt .img {
  width: 100%;
}
@media (min-width: 1280px) {
  .view-magazine .magazine.section .updates-list .col .col:nth-child(2) {
    max-width: 33.3333333333%;
  }
  .view-magazine .magazine.section .updates-list .col .col:nth-child(2) .update.teaser {
    display: flex;
    flex-direction: column;
  }
  .view-magazine .magazine.section .updates-list .col .col:nth-child(2) .update.teaser .details {
    height: 100%;
  }
}
.view-magazine .update.teaser img {
  width: 100%;
}
.view-magazine .magazine.section.podcasts {
  background-color: rgba(0, 0, 61, 0.95);
  padding: 50px 0;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .view-magazine .magazine.section.podcasts {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
.view-magazine .magazine.section.podcasts .pagination .label {
  color: #ffffff;
}
.view-magazine .magazine.section.podcasts .pagination ul li .active {
  background-color: #ffffff;
  color: #00003d;
}
.view-magazine .magazine.section.podcasts .pagination ul li .spacer {
  color: #ffffff;
}
.view-magazine .magazine.section.podcasts .section-header.small {
  color: #ffffff;
}
.view-magazine .magazine.section.podcasts .details {
  background-color: #ffffff;
}
.view-magazine .magazine.section.podcasts .details .title {
  color: #00003d;
}
.view-magazine .magazine.section.podcasts .details .description {
  color: #00003d;
}

.view-magazine .magazine-header,
.view-frontrunners .magazine-header {
  padding-top: 109px;
}
@media (max-width: 1023px) {
  .view-magazine .magazine-header,
.view-frontrunners .magazine-header {
    padding-top: 74px;
  }
}
@media (max-width: 767px) {
  .view-magazine .magazine-header,
.view-frontrunners .magazine-header {
    padding-top: 68px;
  }
}

.view-frontrunners .updates-list,
.view-magazine .updates-list,
.view-podcasts .updates-list {
  margin-top: -60px;
}
@media (max-width: 767px) {
  .view-frontrunners .updates-list,
.view-magazine .updates-list,
.view-podcasts .updates-list {
    margin-top: -30px;
  }
}

body.affix .view-magazine .magazine-header,
body.affix .view-podcasts .magazine-header {
  padding-top: 74px;
}

.view-series {
  background-color: #FFF;
}
.view-series .content-block.wp-editor p:first-child {
  font-size: 18px;
  line-height: 1.77778;
  margin-bottom: 30px;
  font-weight: 500;
}
.view-series .content-block.wp-editor p:first-child strong {
  font-weight: inherit;
}
.view-series .section.programs {
  background-color: #F3F3F3;
  padding-bottom: 30px;
}

.view-series-overview .section.upcoming-series {
  padding-bottom: 0;
}
.view-series-overview .section.all-series:not(.header-offset) {
  padding-top: 20px;
}
.view-series-overview .pagination {
  padding-top: 60px;
}

body.view-program {
  background-color: #FFF;
}
body.view-program .dossier.teaser.wide {
  margin: 40px 0 60px 0;
}
body.view-program .dossier.teaser.wide .figure {
  height: 100%;
}
body.view-program .dossier.teaser.wide .figure picture,
body.view-program .dossier.teaser.wide .figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
body.view-program .page-content .event-location-map {
  display: none;
  padding-right: 0;
}
@media (max-width: 767px) {
  body.view-program .page-content .event-location-map {
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body.view-program .page-sidebar .event-location-map {
    display: none;
  }
}

body.view-login .title-header,
body.view-additional_questions .title-header,
body.view-rsvp_register .title-header,
body.view-rsvp_full .title-header,
body.view-register .title-header,
body.view-resetpassword .title-header,
body.view-edit-profile .title-header,
body.view-resetpasswordcomplete .title-header {
  margin-bottom: 10px;
  padding-bottom: 0;
}
body.view-login .title-header .section-title,
body.view-additional_questions .title-header .section-title,
body.view-rsvp_register .title-header .section-title,
body.view-rsvp_full .title-header .section-title,
body.view-register .title-header .section-title,
body.view-resetpassword .title-header .section-title,
body.view-edit-profile .title-header .section-title,
body.view-resetpasswordcomplete .title-header .section-title {
  font-size: 32px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.view-login .title-header .section-title,
body.view-additional_questions .title-header .section-title,
body.view-rsvp_register .title-header .section-title,
body.view-rsvp_full .title-header .section-title,
body.view-register .title-header .section-title,
body.view-resetpassword .title-header .section-title,
body.view-edit-profile .title-header .section-title,
body.view-resetpasswordcomplete .title-header .section-title {
    font-size: 26px;
    padding: 0 20px !important;
  }
}
body.view-login .title-header .col,
body.view-additional_questions .title-header .col,
body.view-rsvp_register .title-header .col,
body.view-rsvp_full .title-header .col,
body.view-register .title-header .col,
body.view-resetpassword .title-header .col,
body.view-edit-profile .title-header .col,
body.view-resetpasswordcomplete .title-header .col {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  body.view-login .title-header,
body.view-additional_questions .title-header,
body.view-rsvp_register .title-header,
body.view-rsvp_full .title-header,
body.view-register .title-header,
body.view-resetpassword .title-header,
body.view-edit-profile .title-header,
body.view-resetpasswordcomplete .title-header {
    margin-bottom: 0;
  }
}
body.view-login .background-box,
body.view-additional_questions .background-box,
body.view-rsvp_register .background-box,
body.view-rsvp_full .background-box,
body.view-register .background-box,
body.view-resetpassword .background-box,
body.view-edit-profile .background-box,
body.view-resetpasswordcomplete .background-box {
  background: #FFF;
}
body.view-login .white-bg,
body.view-additional_questions .white-bg,
body.view-rsvp_register .white-bg,
body.view-rsvp_full .white-bg,
body.view-register .white-bg,
body.view-resetpassword .white-bg,
body.view-edit-profile .white-bg,
body.view-resetpasswordcomplete .white-bg {
  background-color: #FFF;
}
body.view-login form,
body.view-additional_questions form,
body.view-rsvp_register form,
body.view-rsvp_full form,
body.view-register form,
body.view-resetpassword form,
body.view-edit-profile form,
body.view-resetpasswordcomplete form {
  margin: 0;
  padding: 0 20px 30px 20px;
}
@media (max-width: 767px) {
  body.view-login form,
body.view-additional_questions form,
body.view-rsvp_register form,
body.view-rsvp_full form,
body.view-register form,
body.view-resetpassword form,
body.view-edit-profile form,
body.view-resetpasswordcomplete form {
    padding: 0 10px 20px 10px;
  }
}
body.view-login .form-row > p,
body.view-additional_questions .form-row > p,
body.view-rsvp_register .form-row > p,
body.view-rsvp_full .form-row > p,
body.view-register .form-row > p,
body.view-resetpassword .form-row > p,
body.view-edit-profile .form-row > p,
body.view-resetpasswordcomplete .form-row > p {
  font-size: 14px;
}
body.view-login input[type=submit],
body.view-login button[type=submit]:not(.button-as-link),
body.view-additional_questions input[type=submit],
body.view-additional_questions button[type=submit]:not(.button-as-link),
body.view-rsvp_register input[type=submit],
body.view-rsvp_register button[type=submit]:not(.button-as-link),
body.view-rsvp_full input[type=submit],
body.view-rsvp_full button[type=submit]:not(.button-as-link),
body.view-register input[type=submit],
body.view-register button[type=submit]:not(.button-as-link),
body.view-resetpassword input[type=submit],
body.view-resetpassword button[type=submit]:not(.button-as-link),
body.view-edit-profile input[type=submit],
body.view-edit-profile button[type=submit]:not(.button-as-link),
body.view-resetpasswordcomplete input[type=submit],
body.view-resetpasswordcomplete button[type=submit]:not(.button-as-link) {
  margin-top: 20px;
}
body.view-login .program.teaser,
body.view-additional_questions .program.teaser,
body.view-rsvp_register .program.teaser,
body.view-rsvp_full .program.teaser,
body.view-register .program.teaser,
body.view-resetpassword .program.teaser,
body.view-edit-profile .program.teaser,
body.view-resetpasswordcomplete .program.teaser {
  margin: 40px 20px 20px 20px;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  body.view-login .program.teaser,
body.view-additional_questions .program.teaser,
body.view-rsvp_register .program.teaser,
body.view-rsvp_full .program.teaser,
body.view-register .program.teaser,
body.view-resetpassword .program.teaser,
body.view-edit-profile .program.teaser,
body.view-resetpasswordcomplete .program.teaser {
    margin: 20px 0px 20px 0px;
  }
}
body.view-login .already-got-an-account,
body.view-additional_questions .already-got-an-account,
body.view-rsvp_register .already-got-an-account,
body.view-rsvp_full .already-got-an-account,
body.view-register .already-got-an-account,
body.view-resetpassword .already-got-an-account,
body.view-edit-profile .already-got-an-account,
body.view-resetpasswordcomplete .already-got-an-account {
  line-height: 62px;
  font-size: 14px;
  padding-top: 20px;
}
body.view-login .already-got-an-account .row-label,
body.view-additional_questions .already-got-an-account .row-label,
body.view-rsvp_register .already-got-an-account .row-label,
body.view-rsvp_full .already-got-an-account .row-label,
body.view-register .already-got-an-account .row-label,
body.view-resetpassword .already-got-an-account .row-label,
body.view-edit-profile .already-got-an-account .row-label,
body.view-resetpasswordcomplete .already-got-an-account .row-label {
  display: inline;
}
body.view-login .already-got-an-account .button,
body.view-additional_questions .already-got-an-account .button,
body.view-rsvp_register .already-got-an-account .button,
body.view-rsvp_full .already-got-an-account .button,
body.view-register .already-got-an-account .button,
body.view-resetpassword .already-got-an-account .button,
body.view-edit-profile .already-got-an-account .button,
body.view-resetpasswordcomplete .already-got-an-account .button {
  margin-left: 20px;
  margin-right: 20px;
}
body.view-login .subactivities.error .field-error,
body.view-additional_questions .subactivities.error .field-error,
body.view-rsvp_register .subactivities.error .field-error,
body.view-rsvp_full .subactivities.error .field-error,
body.view-register .subactivities.error .field-error,
body.view-resetpassword .subactivities.error .field-error,
body.view-edit-profile .subactivities.error .field-error,
body.view-resetpasswordcomplete .subactivities.error .field-error {
  display: block !important;
  color: red;
  margin-top: 10px;
  margin-bottom: -10px;
}

body.view-edit-profile form {
  margin: 0;
  padding: 10px 20px 40px 20px;
}

body.view-register form {
  padding-top: 20px;
}

body.view-resetpasswordcomplete .program.teaser,
body.view-resetpassword .program.teaser,
body.view-login .program.teaser {
  margin: 40px 20px 10px 20px;
}
body.view-resetpasswordcomplete form,
body.view-resetpassword form,
body.view-login form {
  margin: 0;
  padding: 20px 20px 20px 20px;
}
body.view-resetpasswordcomplete .account-support,
body.view-resetpassword .account-support,
body.view-login .account-support {
  color: #999;
  font-size: 14px;
  margin-top: 40px;
}

.rsvp-full .white-bg .col {
  text-align: center;
  padding-bottom: 40px;
}
body.view-search section.search-form {
  background: #00003d;
  color: #FFF;
  padding-top: 109px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  body.view-search section.search-form {
    padding-top: 74px;
    margin-bottom: 0;
  }
}
body.view-search section.search-form h1 {
  text-transform: uppercase;
  font-family: "Bureau Grot Condensed";
  letter-spacing: -0.96px;
  line-height: 64px;
  font-size: 48px;
  margin: 40px 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  body.view-search section.search-form h1 {
    display: none;
  }
}
body.view-search section.search-form form {
  position: relative;
  margin: 35px 0 45px 0;
}
@media (max-width: 767px) {
  body.view-search section.search-form form {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
body.view-search section.search-form input[type=search] {
  border: none;
  border-bottom: 2px solid var(--aqua);
  font-family: "Bureau Grot Condensed";
  background: none;
  outline: none;
  color: #ffffff;
  line-height: 2.5833;
  font-size: 18px;
  padding: 0 30px;
  width: 100%;
  border-width: 3px;
  font-size: 24px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  body.view-search section.search-form input[type=search] {
    padding-right: 10px;
  }
}
body.view-search section.search-form button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  color: #ffffff;
  line-height: 1;
  padding: 5px;
  font-size: 23px;
  position: absolute;
  left: 15px;
  top: 13px;
}
body.view-search .col-bg-offset-1 {
  margin-left: 0 !important;
}
body.view-search .updates-list .col {
  margin-top: 0;
}
body.view-search .updates-list .col .update.teaser {
  margin-bottom: 20px;
}
body.view-search .section:not(:last-child) {
  padding-bottom: 0;
}
body.view-search .section .title-header {
  margin-top: 0px;
}
body.view-search .section .magazine-header {
  padding-top: 109px;
}
body.view-search .section .section-title {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
body.view-search .section ul,
body.view-search .section li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.view-search .section.events-upcoming li {
  width: 100%;
  margin-bottom: 30px;
}
body.view-search .section.events-past li {
  display: block;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 50%;
}
@media (min-width: 768px) {
  body.view-search .section.events-past li {
    max-width: 33%;
  }
}
@media (min-width: 1024px) {
  body.view-search .section.events-past li {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  body.view-search .section.events-past li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
body.view-search .section.events-past li .program.tile {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 100%;
  background: #FFF;
}
body.view-search .section.events-past ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}
body.view-search .section .program-tile-text {
  padding: 10px 20px 20px 20px;
}
body.view-search .section .program-title,
body.view-search .section .program-date {
  color: #000639;
}
body.view-search .no-results {
  font-size: 120%;
  margin: 20px 0;
}

.http-error-msg {
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
}
.http-error-msg .code {
  font-family: "Bureau Grot Condensed";
  font-size: 62px;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 767px) {
  .http-error-msg .code {
    font-size: 48px;
  }
}
.http-error-msg .align-box {
  margin: auto;
}
@media (max-width: 767px) {
  .http-error-msg {
    font-size: 14px;
    padding: 0 20px;
  }
}

.password-protected {
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
}
.password-protected .title {
  font-family: "Bureau Grot Condensed";
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 767px) {
  .password-protected .title {
    font-size: 18px;
  }
}
.password-protected .align-box {
  margin: auto;
}
@media (max-width: 767px) {
  .password-protected {
    font-size: 14px;
    padding: 0 20px;
  }
}
.password-protected form {
  display: flex;
  text-align: left;
  justify-content: center;
  flex-wrap: wrap;
}
.password-protected form input[type=password] {
  min-width: 250px;
}
@media (max-width: 767px) {
  .password-protected form input[type=password] {
    min-width: 200px;
  }
}
.password-protected form input[type=submit] {
  border: 1px solid #00003d;
  position: relative;
  left: -1px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.25;
  padding: 10px 15px 8px;
}
.password-protected .error {
  font-size: 12px;
  color: red;
  max-width: 320px;
  margin: auto;
  text-align: left;
  margin-top: -8px;
}
@media (max-width: 767px) {
  .password-protected .error {
    max-width: 270px;
  }
}

body.view-studioverhuur .page-content {
  padding-bottom: 40px;
}
.zalenblok-container h2 {
  text-align: center;
}

.zalenblok {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .zalenblok > div {
    max-width: 48%;
    margin-bottom: 40px;
  }
}
.zalenblok.previews {
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .zalenblok.previews > div {
    max-width: 30%;
    margin-bottom: 40px;
  }
}

.zaalverhuur-popup-tggle {
  cursor: pointer;
}

.zaalverhuur-popup-content {
  display: none;
}

.button-block-wrapper {
  margin-top: -40px;
  margin-bottom: -20px;
}

.view-open-groen-dag-agenda .list-header-container h1,
.view-projects-overview-alt .list-header-container h1 {
  font-family: "Bureau Grot Condensed";
  text-transform: uppercase;
  font-size: 32px;
  margin: 0;
}
@media (max-width: 767px) {
  .view-open-groen-dag-agenda .list-header-container h1,
.view-projects-overview-alt .list-header-container h1 {
    font-size: 28px;
  }
}
.view-open-groen-dag-agenda .list-header-container .col,
.view-projects-overview-alt .list-header-container .col {
  background-color: #f2f2f2;
}
.view-open-groen-dag-agenda .list-header,
.view-projects-overview-alt .list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 20px 0 0;
}
@media (max-width: 767px) {
  .view-open-groen-dag-agenda .list-header,
.view-projects-overview-alt .list-header {
    margin-right: 0;
  }
}
.view-open-groen-dag-agenda .list-header .filter,
.view-projects-overview-alt .list-header .filter {
  text-decoration: none;
  flex-grow: 0;
}
.view-open-groen-dag-agenda .list-header .select-wrapper,
.view-projects-overview-alt .list-header .select-wrapper {
  position: relative;
}
.view-open-groen-dag-agenda .list-header .select-wrapper::after,
.view-projects-overview-alt .list-header .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  pointer-events: none;
  border: 6px solid #00003d;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 0;
}
.view-open-groen-dag-agenda .list-header select,
.view-projects-overview-alt .list-header select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  font-family: "Bureau Grot Condensed";
  text-transform: uppercase;
  text-align: right;
  color: #00003d;
  font-weight: 500;
  font-size: 18px;
  padding-right: 25px;
  outline: none;
}
.view-open-groen-dag-agenda .current-selection-result,
.view-projects-overview-alt .current-selection-result {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .view-open-groen-dag-agenda .current-selection-result,
.view-projects-overview-alt .current-selection-result {
    display: none;
  }
}
.view-open-groen-dag-agenda .current-selection-result strong,
.view-projects-overview-alt .current-selection-result strong {
  font-weight: 500;
  margin-right: 2px;
}
.view-open-groen-dag-agenda .current-selection-result span,
.view-projects-overview-alt .current-selection-result span {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  .view-open-groen-dag-agenda .current-selection-result span,
.view-projects-overview-alt .current-selection-result span {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.view-open-groen-dag-agenda .current-selection-result a,
.view-projects-overview-alt .current-selection-result a {
  white-space: nowrap;
  text-decoration: none;
  color: #00A040;
  font-weight: 500;
}
.view-open-groen-dag-agenda .event-list,
.view-open-groen-dag-agenda .projects-list,
.view-projects-overview-alt .event-list,
.view-projects-overview-alt .projects-list {
  padding-right: 20px;
  padding-top: 170px;
}
@media (max-width: 1023px) {
  .view-open-groen-dag-agenda .event-list,
.view-open-groen-dag-agenda .projects-list,
.view-projects-overview-alt .event-list,
.view-projects-overview-alt .projects-list {
    padding-top: 124px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .view-open-groen-dag-agenda .event-list,
.view-open-groen-dag-agenda .projects-list,
.view-projects-overview-alt .event-list,
.view-projects-overview-alt .projects-list {
    padding-right: 0;
    padding-top: 118px;
  }
}
.view-open-groen-dag-agenda .event-list .no-results,
.view-open-groen-dag-agenda .projects-list .no-results,
.view-projects-overview-alt .event-list .no-results,
.view-projects-overview-alt .projects-list .no-results {
  display: none;
  max-width: 80%;
}
.view-open-groen-dag-agenda .event-list .no-results.visible,
.view-open-groen-dag-agenda .projects-list .no-results.visible,
.view-projects-overview-alt .event-list .no-results.visible,
.view-projects-overview-alt .projects-list .no-results.visible {
  display: block;
}
.view-open-groen-dag-agenda .event-list .no-results .title,
.view-open-groen-dag-agenda .projects-list .no-results .title,
.view-projects-overview-alt .event-list .no-results .title,
.view-projects-overview-alt .projects-list .no-results .title {
  margin-top: 30px;
  font-size: 22px;
}
.view-open-groen-dag-agenda .event-list .no-results .description,
.view-open-groen-dag-agenda .projects-list .no-results .description,
.view-projects-overview-alt .event-list .no-results .description,
.view-projects-overview-alt .projects-list .no-results .description {
  line-height: 1.7;
  font-size: 90%;
}
@media (max-width: 1023px) {
  .view-open-groen-dag-agenda .event-list .no-results .description,
.view-open-groen-dag-agenda .projects-list .no-results .description,
.view-projects-overview-alt .event-list .no-results .description,
.view-projects-overview-alt .projects-list .no-results .description {
    display: none;
  }
}
.view-open-groen-dag-agenda .mobile-map-toggle,
.view-projects-overview-alt .mobile-map-toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: none;
  height: 130px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F3F3F3 100%);
  text-align: center;
}
.view-open-groen-dag-agenda .mobile-map-toggle .button,
.view-projects-overview-alt .mobile-map-toggle .button {
  margin: auto;
  background-color: #00A040;
}
@media (max-width: 1023px) {
  .view-open-groen-dag-agenda .mobile-map-toggle,
.view-projects-overview-alt .mobile-map-toggle {
    display: flex;
  }
}

.gm-style-pbc {
  display: none !important;
}

.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  padding: 0 !important;
}
.gm-style .gm-style-iw-c .project.tile-small {
  margin: 0 !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

body.view-search section.search-form {
  background: #00003d;
  color: #FFF;
  padding-top: 109px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  body.view-search section.search-form {
    padding-top: 74px;
    margin-bottom: 0;
  }
}
body.view-search section.search-form h1 {
  text-transform: uppercase;
  font-family: "Bureau Grot Condensed";
  letter-spacing: -0.96px;
  line-height: 64px;
  font-size: 48px;
  margin: 40px 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  body.view-search section.search-form h1 {
    display: none;
  }
}
body.view-search section.search-form form {
  position: relative;
  margin: 35px 0 45px 0;
}
@media (max-width: 767px) {
  body.view-search section.search-form form {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
body.view-search section.search-form input[type=search] {
  border: none;
  border-bottom: 2px solid var(--aqua);
  font-family: "Bureau Grot Condensed";
  background: none;
  outline: none;
  color: #ffffff;
  line-height: 2.5833;
  font-size: 18px;
  padding: 0 30px;
  width: 100%;
  border-width: 3px;
  font-size: 24px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  body.view-search section.search-form input[type=search] {
    padding-right: 10px;
  }
}
body.view-search section.search-form button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  color: #ffffff;
  line-height: 1;
  padding: 5px;
  font-size: 23px;
  position: absolute;
  left: 15px;
  top: 13px;
}
body.view-search .col-bg-offset-1 {
  margin-left: 0 !important;
}
body.view-search .updates-list .col {
  margin-top: 0;
}
body.view-search .updates-list .col .update.teaser {
  margin-bottom: 20px;
}
body.view-search .section:not(:last-child) {
  padding-bottom: 0;
}
body.view-search .section .title-header {
  margin-top: 0px;
}
body.view-search .section .magazine-header {
  padding-top: 109px;
}
body.view-search .section .section-title {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
body.view-search .section ul,
body.view-search .section li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.view-search .section.events-upcoming li {
  width: 100%;
  margin-bottom: 30px;
}
body.view-search .section.events-past li {
  display: block;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 50%;
}
@media (min-width: 768px) {
  body.view-search .section.events-past li {
    max-width: 33%;
  }
}
@media (min-width: 1024px) {
  body.view-search .section.events-past li {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  body.view-search .section.events-past li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
body.view-search .section.events-past li .program.tile {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 100%;
  background: #FFF;
}
body.view-search .section.events-past ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}
body.view-search .section .program-tile-text {
  padding: 10px 20px 20px 20px;
}
body.view-search .section .program-title,
body.view-search .section .program-date {
  color: #000639;
}
body.view-search .no-results {
  font-size: 120%;
  margin: 20px 0;
}

body.view-all-livecasts {
  background-color: #00003d;
}
body.view-all-livecasts .program.tile {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.view-all-livecasts .program.tile {
    margin-bottom: 20px;
  }
}
body.view-all-livecasts .pagination {
  margin-top: -20px;
}
body.view-all-livecasts .pagination .spacer,
body.view-all-livecasts .pagination .label {
  color: #FFF;
}
body.view-all-livecasts .pagination .pagenum:hover, body.view-all-livecasts .pagination .active {
  background-color: #FFF;
  color: #00003d;
}

.editProfileForm,
#editProfileForm {
  margin: 0;
  padding: 0;
}
.editProfileForm p.description,
#editProfileForm p.description {
  font-family: "Bureau Grot";
  font-size: 14px;
  color: #00003d;
  text-align: left;
  line-height: 22px;
}
.editProfileForm h3,
#editProfileForm h3 {
  font-family: "Bureau Grot Condensed";
  font-weight: 500;
  font-size: 18px;
  color: #00003d;
  text-transform: uppercase;
  letter-spacing: -0.36px;
  line-height: 42px;
  margin-bottom: 5px;
}
.editProfileForm input[type=submit],
#editProfileForm input[type=submit] {
  margin-top: 11px;
  float: right;
}
@media (max-width: 767px) {
  .editProfileForm input[type=submit],
#editProfileForm input[type=submit] {
    margin-right: 20px;
  }
}
.editProfileForm .form-checkbox,
#editProfileForm .form-checkbox {
  font-size: 16px;
}
.editProfileForm .form-checkbox.disabled,
#editProfileForm .form-checkbox.disabled {
  color: #aaa;
}
.editProfileForm .gdpr-disclaimer,
#editProfileForm .gdpr-disclaimer {
  font-size: 12px;
  color: #666;
  margin-left: 32px;
}
.editProfileForm .disabled .gdpr-disclaimer,
#editProfileForm .disabled .gdpr-disclaimer {
  color: #aaa;
}
.editProfileForm .personal-info,
#editProfileForm .personal-info {
  padding-bottom: 5px;
}
.editProfileForm .personal-info .form-row,
#editProfileForm .personal-info .form-row {
  margin-top: 10px;
}
.editProfileForm .personal-info .row-label,
#editProfileForm .personal-info .row-label {
  font-weight: normal;
}
.editProfileForm .form-row.submit,
#editProfileForm .form-row.submit {
  margin-bottom: 0;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.editProfileForm .remove-account,
#editProfileForm .remove-account {
  margin-left: auto;
  display: block;
  color: #ce3333;
}
.editProfileForm .remove-account:hover,
#editProfileForm .remove-account:hover {
  color: red;
}
.editProfileForm .form-field.dob::after,
#editProfileForm .form-field.dob::after {
  display: none;
}
.editProfileForm .form-field.error select,
#editProfileForm .form-field.error select {
  border-color: red !important;
}

.profile-subscriptions .subscription {
  margin-bottom: 40px;
}
.profile-subscriptions .subscription:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .profile-subscriptions .form-row.submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.profile-subscriptions .remove-subscription {
  display: block;
  margin-top: 10px;
  color: #ce3333;
}
.profile-subscriptions .remove-subscription:hover {
  color: red;
}

.modal#delete-account .content {
  text-align: left;
  width: 450px;
}
.modal#delete-account h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.modal#delete-account .modal-title {
  line-height: 1.4;
}
.modal#delete-account .button.red {
  margin-left: 10px;
}
.modal#delete-account p {
  margin: 20px 0 20px 0;
}
.modal#delete-account .form-styling {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.modal#delete-account .form-styling label {
  font-size: 16px;
  line-height: 22px;
  padding-left: 34px;
}
.modal#delete-account .form-styling label input {
  transform: translateY(20px);
  margin-left: -33px;
}

#edit-interests a {
  text-decoration: none;
}
#edit-interests .validatable-field.error {
  background-color: rgba(255, 0, 0, 0.1);
  margin: -10px 0 0 -10px;
  padding: 10px 0 0 10px;
}
#edit-interests .validatable-field.error .field-error {
  display: block !important;
  padding-bottom: 10px;
}
#edit-interests .term {
  text-decoration: none;
  filter: grayscale(1) brightness(1.4);
  opacity: 0.5;
  margin-bottom: 12px;
  display: inline-block;
  margin-right: 7px;
  transition: all 100ms;
}
#edit-interests .term.active, #edit-interests .term:hover {
  filter: grayscale(0) brightness(1);
  opacity: 1;
}
#edit-interests h3 .min {
  color: #888;
  font-weight: normal;
  font-size: 90%;
}

.view-page-ovg h1 {
  font-family: "Bureau Grot Condensed";
  font-size: 40px;
  line-height: 62px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .view-page-ovg h1 {
    font-size: 32px;
    line-height: 42px;
    margin-top: 0;
  }
}
.view-page-ovg .top-link-bar {
  height: 62px;
  background-color: #85CA41;
  line-height: 62px;
}
.view-page-ovg .top-link-bar a {
  font-family: "Bureau Grot Condensed";
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.view-page-ovg .top-link-bar a .icon, .view-page-ovg .top-link-bar a .form-checkbox .input, .form-checkbox .view-page-ovg .top-link-bar a .input {
  margin-left: 4px;
  transition: all 200ms;
}
.view-page-ovg .top-link-bar a:hover .icon, .view-page-ovg .top-link-bar a:hover .form-checkbox .input, .form-checkbox .view-page-ovg .top-link-bar a:hover .input {
  transform: translateX(2px);
}
.view-page-ovg .page-header {
  background: #29592a;
  margin-top: 62px;
  padding-top: 109px;
}
@media (max-width: 1023px) {
  .view-page-ovg .page-header {
    padding-top: 74px;
  }
}
@media (max-width: 767px) {
  .view-page-ovg .page-header {
    padding-top: 68px;
  }
}
.view-page-ovg .page-content {
  font-size: 18px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .view-page-ovg .page-content {
    font-size: 16px;
  }
}
.view-page-ovg p.cta {
  margin: 40px 0 0 0;
}
.view-page-ovg p.cta a {
  background-color: #419C4C;
  padding: 17px 25px;
}
.view-page-ovg section.updates {
  background-color: #f2f2f2;
}
.view-page-ovg section.updates .updates-list {
  margin-top: -60px;
}
@media (max-width: 767px) {
  .view-page-ovg section.updates .updates-list {
    margin-top: -30px;
  }
}

body.view-open-groen-dag-agenda {
  background-color: #02003d;
  overscroll-behavior-y: none;
}
@media (max-width: 767px) {
  body.view-open-groen-dag-agenda .site-footer {
    padding-bottom: 120px;
  }
}
body.view-open-groen-dag-agenda .list-header-container .col {
  background-color: #02003d;
  color: #FFF;
}
body.view-open-groen-dag-agenda .content-navigation-wrapper {
  padding-top: 0;
  color: #FFF;
}
body.view-open-groen-dag-agenda .site-footer {
  margin-top: 80px;
  border-top: 1px solid rgba(114, 243, 74, 0.3);
}
body.view-open-groen-dag-agenda .site-header {
  position: -webkit-sticky;
  position: sticky;
  top: -60px;
}
@media (max-width: 1023px) {
  body.view-open-groen-dag-agenda .site-header {
    top: 0;
  }
}
body.view-open-groen-dag-agenda .overview-map-container {
  position: fixed !important;
  top: 50px;
  right: 0;
  left: calc((100vw - 1200px) / 2 + 1200px - 200.4px);
  bottom: 0;
  z-index: 3;
  overflow: hidden;
  background-color: #00003d;
  transition: all 200ms ease-out;
}
body.view-open-groen-dag-agenda .overview-map-container.expanded {
  overflow: visible;
  left: calc((100vw - 1200px) / 2 + 200px);
  box-shadow: 0px 0px 50px rgb(0, 0, 0);
}
@media (min-width: 768px) {
  body.view-open-groen-dag-agenda .overview-map-container.expanded .map-toggle {
    left: 0 !important;
    transform: rotate(-180deg) !important;
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 767px) {
  body.view-open-groen-dag-agenda .overview-map-container.expanded .map-toggle {
    transform: rotate(-90deg) !important;
    border-radius: 10px 0 0 10px;
  }
}
body.view-open-groen-dag-agenda .overview-map-container.expanded::before {
  content: "";
  display: block;
  position: absolute;
  width: calc((100vw - 1200px) / 2 + 200px);
  top: 0;
  bottom: 0;
  right: 100%;
  background: rgba(2, 0, 40, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (max-width: 767px) {
  body.view-open-groen-dag-agenda .overview-map-container.expanded {
    left: 0;
    top: auto;
    bottom: 0;
    height: calc(100% - 100px);
  }
}
body.view-open-groen-dag-agenda .overview-map-container:hover .map-toggle {
  left: -2px;
}
@media (max-width: 1023px) {
  body.view-open-groen-dag-agenda .overview-map-container {
    left: calc((100vw - 720px) / 2 + 730px - 120.24px);
  }
}
@media (max-width: 767px) {
  body.view-open-groen-dag-agenda .overview-map-container {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 100px;
  }
}
body.view-open-groen-dag-agenda .overview-map-container .overview-map {
  position: absolute;
  left: 0;
  background-color: #00003d;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
body.view-open-groen-dag-agenda .overview-map-container .map-toggle {
  background: #72F34A;
  border: none;
  height: 86px;
  width: 28px;
  position: absolute;
  top: calc(50% - 43px);
  left: 0;
  border-radius: 0 10px 10px 0;
  z-index: 9999;
  background-image: url("/assets/images/map-expand.svg");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 200ms left;
}
@media (max-width: 767px) {
  body.view-open-groen-dag-agenda .overview-map-container .map-toggle {
    transform: rotate(90deg);
    transform-origin: center center;
    top: -29px;
    left: calc(50% - 14px) !important;
  }
}
body.view-open-groen-dag-agenda .close-overview-map {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #00003d;
  z-index: 1001;
  cursor: pointer;
  display: none;
}
body.view-open-groen-dag-agenda body.map-visible .close-overview-map,
body.view-open-groen-dag-agenda body.map-visible .overview-map {
  display: block !important;
}

.nice-scrollbar::-webkit-scrollbar {
  width: 4px;
}
.nice-scrollbar::-webkit-scrollbar-track {
  background: #00003d;
}
.nice-scrollbar::-webkit-scrollbar-thumb {
  background: #2d2b5b;
  border-radius: 3px;
}
.nice-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #7e7d9b;
}

.page-restaurant {
  padding-bottom: 120px;
  background-color: #fff;
}
.page-restaurant h3:first-child {
  text-transform: uppercase;
  font-family: "Bureau Grot Condensed";
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 28px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .page-restaurant h3:first-child {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .page-restaurant {
    padding-top: 109px;
  }
}
.page-restaurant .restaurant-header {
  background-color: #00003d;
}
.page-restaurant .restaurant-header .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .page-restaurant .restaurant-header .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.page-restaurant .blue-rectangle {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  grid-column: 1/span 6;
  order: 1;
  padding: 42px 0px;
}
.page-restaurant .restaurant-header-title {
  text-align: center;
  color: white;
  font-family: "Bureau Grot Condensed";
  text-transform: uppercase;
  line-height: 35px;
  margin-bottom: -15px;
  font-size: 50px;
  letter-spacing: -0.8px;
}
@media (min-width: 1024px) {
  .page-restaurant .restaurant-header-title {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -0.96px;
  }
}
@media (min-width: 1280px) {
  .page-restaurant .restaurant-header-title {
    font-size: 75px;
  }
}
.page-restaurant .restaurant-header-subtitle {
  color: #fff;
  font-family: "Bureau Grot Condensed";
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 26px;
}
@media (min-width: 1024px) {
  .page-restaurant .restaurant-header-subtitle {
    font-size: 28px;
  }
}
.page-restaurant .cafe-menu-restaurant {
  margin-top: 70px;
  padding: 60px 0px;
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .page-restaurant .cafe-menu-restaurant {
    padding: 76px 0px;
    margin-top: 120px;
  }
}
.page-restaurant .cafe-menu-restaurant .button.aqua:hover {
  background-color: #00003d;
  color: #fff;
}
.page-restaurant .cafe-menu-restaurant .button.stratos:hover {
  background-color: #00003d !important;
  color: #fff !important;
}
.page-restaurant .restaurant-buttons {
  padding-bottom: 43px;
  display: flex;
}
.page-restaurant .restaurant-buttons a,
.page-restaurant .restaurant-buttons button {
  align-items: center;
  display: flex;
}
.page-restaurant .restaurant-buttons a:last-child,
.page-restaurant .restaurant-buttons button:last-child {
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .page-restaurant .restaurant-buttons a:last-child,
.page-restaurant .restaurant-buttons button:last-child {
    margin-left: 20px;
  }
}
.page-restaurant .restaurant-image {
  grid-column: 7/span 6;
  order: -1;
  overflow: hidden;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .page-restaurant .restaurant-image {
    margin: 0 calc((100vw - var(--scrollbar-width) - 720px + 40px) / 2 * -1);
  }
}
@media (min-width: 1024px) {
  .page-restaurant .restaurant-image {
    order: 2;
    margin-left: 0;
    margin-right: calc((100vw - var(--scrollbar-width) - 960px + 40px) / 2 * -1);
  }
}
@media (min-width: 1280px) {
  .page-restaurant .restaurant-image {
    margin-right: calc((100vw - var(--scrollbar-width) - 1200px + 40px) / 2 * -1);
  }
}
.page-restaurant .restaurant-image img {
  aspect-ratio: 1.4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page-restaurant .menu-container {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }
}
.page-restaurant .menu-container-group {
  display: none;
}
.page-restaurant .menu-container-group.active {
  display: block;
}
.page-restaurant .menu-group {
  font-size: 28px;
  font-weight: bold;
  font-family: "Bureau Grot Compressed";
  line-height: 26px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 50px;
}
.page-restaurant .menu-group-header {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
}
.page-restaurant .menu-item {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.page-restaurant .menu-item p:first-child {
  font-weight: 500;
  font-size: 18px;
  font-family: "Bureau Grot";
  grid-column: 1/span 4;
}
@media (min-width: 1024px) {
  .page-restaurant .menu-item p:first-child {
    font-size: 20px;
  }
}
.page-restaurant .menu-item p:nth-child(3) {
  font-weight: 300;
  font-size: 16px;
  font-family: "Bureau Grot";
  grid-column: 1/span 3;
}
.page-restaurant .menu-item p {
  margin: 0px;
}
.page-restaurant .menu-price {
  grid-column: 5/span 1;
  text-align: end;
}
.page-restaurant .menu-item {
  margin-top: 12px;
}
.page-restaurant .menu-item::after {
  display: block;
  content: "";
  background-color: black;
  grid-column: 1/span 5;
  height: 1px;
  opacity: 25%;
  margin-top: 12px;
}
.page-restaurant .menu-vegan {
  font-weight: 300;
  font-size: 16px;
  font-family: "Bureau Grot";
}
.page-restaurant .image-with-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 68px;
}
@media (min-width: 1024px) {
  .page-restaurant .image-with-text {
    display: grid;
    grid-template-columns: 413px 413px;
    gap: 94px;
    justify-items: center;
    margin-top: 100px;
  }
}
@media (min-width: 1280px) {
  .page-restaurant .image-with-text {
    grid-template-columns: 533px 533px;
  }
}
.page-restaurant .image-with-text .cafe-restaurant-image-text {
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-restaurant .image-with-text .cafe-restaurant-image-text {
    margin-top: 0;
  }
}
.page-restaurant .image-with-text .cafe-restaurant-image {
  order: -1;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-restaurant .image-with-text.right .cafe-restaurant-image {
    order: 2;
  }
}
.page-restaurant .image-with-text iframe {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .page-restaurant .map-image {
    display: block;
  }
}
.page-restaurant .text-beside-image {
  order: 1;
}
.page-restaurant .text-beside-image ul {
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-restaurant .text-beside-image ul li {
  padding-bottom: 13px;
  padding-left: 18px;
  list-style-image: url("/assets/images/Rectangle-dark.svg");
}
@media (min-width: 1024px) {
  .page-restaurant .text-beside-image {
    font-size: 18px;
    line-height: 30px;
  }
}
/*# sourceMappingURL=main.css.map */