@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: ""; }

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

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

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

.icon-enveloppe:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-podcast:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-tick:before {
  content: ""; }

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

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

.icon-filters:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

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

.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: -.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; }

.container,
.container-alt {
  margin: 0 auto;
  max-width: 375px;
  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.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .col-bg-1 {
    max-width: 8.33333%; }
  .col-bg-2 {
    max-width: 16.66667%; }
  .col-bg-3 {
    max-width: 25%; }
  .col-bg-4 {
    max-width: 33.33333%; }
  .col-bg-5 {
    max-width: 41.66667%; }
  .col-bg-6 {
    max-width: 50%; }
  .col-bg-7 {
    max-width: 58.33333%; }
  .col-bg-8 {
    max-width: 66.66667%; }
  .col-bg-9 {
    max-width: 75%; }
  .col-bg-10 {
    max-width: 83.33333%; }
  .col-bg-11 {
    max-width: 91.66667%; }
  .col-bg-12 {
    max-width: 100%; }
  .col-bg-offset-0 {
    margin-left: 0%; }
  .col-bg-offset-1 {
    margin-left: 8.33333%; }
  .col-bg-offset-2 {
    margin-left: 16.66667%; }
  .col-bg-offset-3 {
    margin-left: 25%; }
  .col-bg-offset-4 {
    margin-left: 33.33333%; }
  .col-bg-offset-5 {
    margin-left: 41.66667%; }
  .col-bg-offset-6 {
    margin-left: 50%; }
  .col-bg-offset-7 {
    margin-left: 58.33333%; }
  .col-bg-offset-8 {
    margin-left: 66.66667%; }
  .col-bg-offset-9 {
    margin-left: 75%; }
  .col-bg-offset-10 {
    margin-left: 83.33333%; }
  .col-bg-offset-11 {
    margin-left: 91.66667%; }
  .col-bg-offset-12 {
    margin-left: 100%; } }

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

@media (min-width: 1440px) {
  .col-xl-1 {
    max-width: 8.33333%; }
  .col-xl-2 {
    max-width: 16.66667%; }
  .col-xl-3 {
    max-width: 25%; }
  .col-xl-4 {
    max-width: 33.33333%; }
  .col-xl-5 {
    max-width: 41.66667%; }
  .col-xl-6 {
    max-width: 50%; }
  .col-xl-7 {
    max-width: 58.33333%; }
  .col-xl-8 {
    max-width: 66.66667%; }
  .col-xl-9 {
    max-width: 75%; }
  .col-xl-10 {
    max-width: 83.33333%; }
  .col-xl-11 {
    max-width: 91.66667%; }
  .col-xl-12 {
    max-width: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .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 .25s, color .25s;
  position: relative;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Bureau Grot Condensed";
  outline: none; }
  .cta > a:hover,
  .button:hover {
    color: #00003d;
    background-color: #33ffff; }
  @media (min-width: 768px) {
    .cta > a,
    .button {
      font-size: 18px;
      text-transform: uppercase;
      line-height: 1.25;
      padding: 10px 15px 8px; } }
  .cta > a.white,
  .button.white {
    background-color: #ffffff;
    color: #00003d; }
    .cta > a.white:hover,
    .button.white:hover {
      background-color: #33ffff; }
  .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: #33ffff; }
  .cta > a.aqua,
  .button.aqua {
    background-color: #33ffff;
    color: #00003d; }
    .cta > a.aqua:hover,
    .button.aqua:hover {
      background-color: #ffffff; }
  .cta > a.big,
  .button.big {
    padding: 15px 30px 13px; }
  .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.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; } }

.icon, .form-checkbox .input {
  display: inline-block;
  vertical-align: -.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: .75em;
    vertical-align: -.0667em; }
  .icon-xs {
    font-size: .75em; }
  .icon-sm {
    font-size: .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; }

@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; }

.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 .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: #33ffff; }
    .program.teaser:not(.small):hover .suptitle {
      color: #00003d !important; }
    .program.teaser:not(.small):hover .suptitle-num {
      background-color: #00003d !important;
      color: #33ffff !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; } }
    .program:hover .program.teaser .reservation-button {
      background-color: #ffffff;
      color: #00003d; }
      .program:hover .program.teaser .reservation-button:hover {
        background-color: #00003d;
        color: #33ffff; }
  .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 .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 .25s, background-color .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;
    line-height: 1.2;
    margin: 2px 0;
    padding-right: 30px; }
    @media (min-width: 768px) {
      .program.teaser .title {
        font-size: 28px; } }
    @media (min-width: 1280px) {
      .program.teaser .title {
        font-size: 32px; } }
  .program.teaser .subtitle {
    color: rgba(0, 0, 61, 0.75);
    font-size: 14px;
    letter-spacing: -.4px;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 12px;
    transition: color .25s; }
    @media (max-width: 767px) {
      .program.teaser .subtitle {
        height: 80px; } }
    @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 (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: .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: .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: .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 .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 #33ffff; }
    @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: #33ffff;
    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: 32px; }

.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 + 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; } }

.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: .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-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.77778; } }
    @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; }
  .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 .icon, .update.teaser .post-format .form-checkbox .input, .form-checkbox .update.teaser .post-format .input {
    line-height: inherit;
    margin-right: 9px; }
  .update.teaser .date {
    font-weight: 500;
    margin-right: 14px; }
  .update.teaser .user .avatar {
    margin-right: 7px; }
  .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; }
    @media (min-width: 768px) {
      .update.teaser .description {
        margin-top: 9px;
        line-height: 1.625;
        font-size: 16px; } }
  .update.teaser .ambition {
    margin-top: 12px; }

.update.teaser.wide {
  position: relative; }
  .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;
    min-height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .update.teaser.wide::after {
    content: '';
    background: #020024;
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, #00003d 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; } }

.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: 19px; } }
  .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 .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 .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: #33ffff;
    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: .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 .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: #33ffff; }

.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: #33ffff; }

.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: #cccc;
    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 .gform_fields {
  list-style: none;
  padding: 0;
  margin: 0; }

form .gform_footer img {
  width: auto; }

form .gfield,
form .form-row {
  margin: 15px 0; }
  @media (min-width: 768px) {
    form .gfield.cols-2,
    form .form-row.cols-2 {
      display: flex; } }

@media (min-width: 768px) {
  form .clear-multi,
  form .ginput_complex {
    display: flex; } }

form .clear-multi .address_city,
form .ginput_complex .address_city {
  padding: 0 5px; }

@media (min-width: 768px) {
  form .ginput_container,
  form .form-field {
    flex-basis: 50%; } }

form .ginput_container + .form-field,
form .form-field + .form-field {
  margin-top: 15px; }
  @media (min-width: 768px) {
    form .ginput_container + .form-field,
    form .form-field + .form-field {
      margin-top: 0;
      margin-left: 10px; } }

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 .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 .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 .ginput_container.error:after,
form .form-field.error:after {
  background-image: url("/assets/images/error.svg"); }

form .ginput_container.error .input,
form .form-field.error .input {
  color: #ff0000;
  border-color: #ff0000; }

form .ginput_container.validated:after,
form .form-field.validated:after {
  background-image: url("/assets/images/validated.svg"); }

form .ginput_container.loading:after,
form .form-field.loading:after {
  background-image: url("/assets/images/spinner-dark.svg"); }

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 .ginput_container_select {
  position: relative; }
  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 .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 .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: .35px;
  padding: 12px 12px 10px; }
  form .ginput_container input:not([type='checkbox']):focus,
  form .ginput_container textarea:focus,
  form .input:focus {
    border: 1px solid #00003d; }
  form .ginput_container input:not([type='checkbox'])::-webkit-input-placeholder, form .ginput_container textarea::-webkit-input-placeholder, form .input::-webkit-input-placeholder {
    color: #AAA; }
  form .ginput_container input:not([type='checkbox'])::-moz-placeholder, form .ginput_container textarea::-moz-placeholder, form .input::-moz-placeholder {
    color: #AAA; }
  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 .ginput_container input:not([type='checkbox'])::-ms-input-placeholder, form .ginput_container textarea::-ms-input-placeholder, form .input::-ms-input-placeholder {
    color: #AAA; }
  form .ginput_container input:not([type='checkbox'])::placeholder,
  form .ginput_container textarea::placeholder,
  form .input::placeholder {
    color: #AAA; }

form .row-separator {
  font-family: "Bureau Grot Condensed";
  font-size: 24px;
  font-weight: 500;
  color: #00003d;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  line-height: 1;
  margin: 50px 0 20px 0; }

form .ginput_container_checkbox {
  padding: 2px; }

form .ginput_container_checkbox,
form .form-checkbox,
form .form-radio {
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  margin: 5px 0; }
  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 .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 .form-radio [type=radio] {
  border-radius: 50%; }

form textarea {
  resize: vertical; }

form .field-error {
  color: #ff0000;
  font-weight: 300;
  font-size: 0.9em;
  margin-top: 3px; }

form .validation_error,
form .validation_message {
  color: red;
  padding-top: 2px;
  font-size: 14px; }

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: .5; }
  .form-switch .label {
    margin-right: .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: -.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: .25em;
      top: .1875em;
      transition: transform .25s; }
  .form-switch.inverse .input {
    background-color: #33ffff; }
    .form-switch.inverse .input:before {
      background-color: #00003d; }

.form-checkbox {
  cursor: pointer; }
  .form-checkbox input {
    display: none; }
    .form-checkbox input:checked ~ .input {
      border-width: .5em; }
      .form-checkbox input:checked ~ .input:before {
        content: ""; }
      .form-checkbox input:checked ~ .input:after {
        content: ""; }
    .form-checkbox input:disabled ~ span {
      opacity: .5; }
  .form-checkbox .input {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    margin-right: .6667em; }
    .form-checkbox .input:before {
      content: ""; }
    .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: .8333em 15px .8333em .7778em; }
    .form-details-label:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      display: block;
      border: .3333em solid transparent;
      border-top-color: currentColor;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      margin-top: .16em; }
    .form-details-label.opened:after {
      transform: translateY(-50%) rotate(180deg);
      margin-top: 0; }
  .form-details-content {
    display: none;
    padding-bottom: 1.38896em; }

.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.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 10; }
    @media (min-width: 768px) {
      .modal .overlay {
        display: flex;
        align-items: center;
        justify-content: center; } }
  .modal .content {
    background: #ffffff;
    height: 100%;
    padding: 60px 20px 30px;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      .modal .content {
        width: 400px;
        height: auto;
        padding: 30px 25px 25px; } }
  .modal .modal-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    min-width: auto;
    font-size: 16px;
    line-height: 21px; }
    @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: #000000;
    font-weight: 500;
    margin-bottom: 20px; }
  .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("../img/spinner-dark.svg");
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -16px 0 0 -16px; }
    .modal.loading .content .content-wrap {
      visibility: hidden; }

.popup {
  color: #33ffff;
  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 {
    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: .04px; }
    .popup-close:hover {
      outline: currentColor solid 1px; }
      .popup-close:hover:active {
        color: #33ffff; }
    @media (min-width: 768px) {
      .popup-close {
        font-size: 18px;
        top: 30px;
        right: 30px; } }
    @media (min-width: 1024px) {
      .popup-close {
        right: 70px; } }
  .popup-content {
    height: 100%; }

.zalen-popup,
.zalen-popup-form {
  color: #33ffff;
  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: .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: #33ffff; }
    @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: -.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: 10px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-bottom: 5px; }
    .share-controls .share-control:hover,
    .share-controls .share-more-toggle:hover {
      opacity: .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; }
    .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: #33ffff;
    line-height: 28px;
    text-align: center;
    margin-left: 10px;
    margin-right: 12px; }

.term.ambition {
  line-height: 2em; }
  .term.ambition span {
    padding-right: 10px;
    padding-left: 6px; }

.terms-list {
  margin-bottom: -10px; }
  .terms-list .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 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%; }

.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%, #110545 100%); }
  .slider .next {
    right: 0;
    text-align: left;
    background: linear-gradient(to right, rgba(17, 5, 69, 0.7) 0%, #110545 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 .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 .25s, background-color .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: .01;
    transition: .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.33333;
  font-family: "Bureau Grot Condensed";
  padding: 20px 22px; }
  @media (min-width: 1024px) {
    .donation-bar {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media (min-width: 1024px) {
    .donation-bar p {
      margin: 0; } }

#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;
    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 {
  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: white;
      background: linear-gradient(90deg, white 0%, white 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: white;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, white 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%, #f3f3f3 100%); }
  .dossier-content-events .slider .next {
    background: none;
    background: linear-gradient(to right, rgba(243, 243, 243, 0.7) 0%, #f3f3f3 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; }
  @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-wide {
  margin-bottom: 80px;
  display: flex;
  text-decoration: none; }
  @media (max-width: 767px) {
    .project.tile-wide {
      margin-bottom: 40px; } }
  .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-wide .project-title {
        font-size: 24px;
        line-height: 28px;
        height: 56px;
        margin-bottom: 5px; } }
  .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-wide .project-description {
        height: 170px; } }
    @media (max-width: 767px) {
      .project.tile-wide .project-description {
        font-size: 14px;
        line-height: 1.5;
        height: 70px; } }
  .project.tile-wide .project-image {
    min-width: 260px; }
    @media (max-width: 1279px) {
      .project.tile-wide .project-image {
        min-width: 200px; } }
    @media (max-width: 767px) {
      .project.tile-wide .project-image {
        min-width: auto; } }
  .project.tile-wide .project-details {
    background: #FFF;
    padding: 22px 25px;
    position: relative;
    min-height: 100%;
    width: 100%; }
    @media (max-width: 767px) {
      .project.tile-wide .project-details {
        padding: 15px 15px;
        padding-bottom: 25px; } }
  .project.tile-wide .project-ambitions {
    position: absolute;
    bottom: 25px;
    left: 22px; }
    @media (max-width: 767px) {
      .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 .list .row {
  overflow: auto; }

.projects.section .list ul {
  white-space: nowrap;
  padding: 0 20px 15px; }

.projects.section .list li {
  display: inline-block; }
  .projects.section .list li + li {
    margin-left: 36px; }
  @media (max-width: 1023px) {
    .projects.section .list li:nth-child(4) {
      display: none !important; } }
  @media (max-width: 767px) {
    .projects.section .list li:nth-child(4) {
      display: inline-block !important; } }

.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 {
  position: relative;
  width: 100%;
  padding-bottom: 35.4166666666667%;
  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); }

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; }

.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; }
  .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: 500; }
  #burger-nav .popup-content {
    padding-top: 125px;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      #burger-nav .popup-content {
        padding-top: 80px; } }
  #burger-nav .search-bar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 15px; }
  #burger-nav form {
    position: relative;
    width: 60px;
    margin-left: auto;
    transition: width .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 #33ffff;
      background: none;
      outline: none;
      color: #ffffff;
      line-height: 2.5833;
      font-size: 18px;
      padding: 0 35px 0 35px;
      width: 100%;
      transition: opacity .25s .35s;
      min-width: 275px;
      opacity: 0; }
      #burger-nav form input::-webkit-input-placeholder {
        color: inherit; }
      #burger-nav form input::-moz-placeholder {
        color: inherit; }
      #burger-nav form input:-ms-input-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: #33ffff; }
    #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 .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 li {
    margin-top: 5px; }
    @media (min-width: 768px) {
      #burger-nav nav li {
        margin-top: 10px; } }
  #burger-nav nav a:not(.button) {
    font-size: 40px;
    line-height: 1.24;
    text-decoration: none; }
    @media (min-width: 768px) {
      #burger-nav nav a:not(.button) {
        font-size: 50px; } }
  #burger-nav nav .button {
    margin-top: 10px;
    min-width: 142px; }
    @media (min-width: 768px) {
      #burger-nav nav .button {
        margin-top: 20px; } }
  #burger-nav .language {
    margin-top: 15px;
    font-size: 24px; }
    #burger-nav .language span {
      color: #ffffff;
      padding-right: 15px; }
  #burger-nav .menu + .menu {
    margin-top: 30px; }
    @media (min-width: 768px) {
      #burger-nav .menu + .menu {
        margin-top: 60px; } }
  #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;
  margin-top: 20px; }
  .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: #33ffff;
      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: #33ffff;
    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;
  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 .logo-group {
    display: flex;
    align-items: center;
    border-bottom: 6px solid;
    padding-bottom: 1px;
    position: relative; }
    .site-header .logo-group.wmtcg {
      border-bottom: 0;
      padding-bottom: 7px; }
      .site-header .logo-group.wmtcg::after {
        position: absolute;
        content: '';
        height: 6px;
        background: #419c4c;
        left: 240px;
        right: 0;
        bottom: 0px; }
    @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; }
    .site-header .site-logo.wmtcg svg, .site-header .site-logo.wmtcg img {
      height: 48px;
      margin: -7px 0 -9px 0; }
    @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 .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: 26px; } }
    .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: 21px; } }
    .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 a {
      text-decoration: none; }
  .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 .we-are-live {
    display: block;
    font-family: "Bureau Grot Condensed";
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    background-color: #33ffff;
    color: #00003d;
    text-decoration: none;
    padding: 6px 10px 4px;
    margin-left: 30px; }
    @media (max-width: 1279px) {
      .site-header .we-are-live {
        margin-left: 10px; } }
    .site-header .we-are-live:before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background-color: currentColor;
      border-radius: 50%;
      margin-right: 10px; }
  .site-header .affix-wrapper {
    max-height: 60px;
    overflow: hidden;
    transition: all 200ms; }
  .site-header.affix .affix-wrapper {
    max-height: 0;
    overflow: hidden; }
  .site-header .account {
    position: relative; }
    .site-header .account .account-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 .account .account-pulldown ul,
      .site-header .account .account-pulldown li {
        margin: 0;
        padding: 0;
        list-style: none; }
      .site-header .account .account-pulldown a {
        text-decoration: none;
        display: block;
        padding: 4px 20px; }
        .site-header .account .account-pulldown a:hover {
          background: #33ffff;
          color: #00003d; }
      .site-header .account .account-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.opened .account-pulldown {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }

.site-footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 40px 0 60px;
  font-size: 14px;
  line-height: 1.71429; }
  @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; }
    @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; } }
  .site-footer .widgets {
    margin-top: 25px; }
    @media (min-width: 768px) {
      .site-footer .widgets {
        margin-top: 50px; } }
    @media (min-width: 1280px) {
      .site-footer .widgets {
        margin-top: 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: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: currentColor;
        transition: transform .25s;
        transform: scale(0);
        transform-origin: left center; }
      .site-footer .widgets a:hover:after {
        transform: scale(1); }
  .site-footer .col {
    position: relative; }
  .site-footer .anbi-logo {
    position: absolute;
    right: 25px;
    bottom: 10px;
    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; } }

.detail-page .page-introduction {
  margin-bottom: 30px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .detail-page .page-introduction {
      font-size: 18px;
      line-height: 1.77778;
      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 {
    height: 85px;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .program-filters .col {
        height: 60px; } }
  .program-filters .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; }
  .program-filters .user-topics {
    border: 1px solid rgba(51, 255, 255, 0.25);
    padding: 0 15px;
    margin-left: 15px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    height: 40px;
    color: #33ffff; }
  .program-filters .user-avatar {
    margin-left: 20px;
    margin-right: 10px; }
    .program-filters .user-avatar img {
      border-radius: 50%; }
  .program-filters .filters-switch {
    text-transform: none;
    background: none;
    border: none;
    outline: none;
    padding: 8px 0 10px;
    cursor: pointer; }
    .program-filters .filters-switch .icon, .program-filters .filters-switch .form-checkbox .input, .form-checkbox .program-filters .filters-switch .input {
      margin-right: 12px; }
  .program-filters .filter.language {
    font-family: "Bureau Grot Condensed";
    margin-left: 35px; }
  .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; }
      .program-filters .filter.date .nano-toggle:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        display: block;
        border: .3333em solid transparent;
        border-top-color: currentColor;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: .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; }

#filters {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00003d;
  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 .clear-selection {
    font-size: 14px;
    color: #33ffff;
    border: none;
    background: none;
    outline: none;
    text-transform: uppercase;
    padding: 0 5px;
    cursor: pointer; }
    @media (min-width: 768px) {
      #filters .clear-selection {
        font-size: 16px; } }
  #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: -.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: #33ffff;
    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 .form-details-label.opened:after {
        margin-top: -.1em; }
  #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 .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; }
  #filters .filters-action {
    margin-top: 40px;
    text-align: center; }
    #filters .filters-action .button {
      width: 226px; }

.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 .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; }

.view-agenda .content-navigation-wrapper {
  padding-top: 192px;
  min-height: 100vh; }
  @media (max-width: 767px) {
    .view-agenda .content-navigation-wrapper {
      padding-top: 130px; } }

.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 .agenda-title {
  flex-grow: 1;
  text-transform: uppercase;
  font-family: "Bureau Grot Condensed";
  font-size: 32px;
  font-weight: 500; }
  @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,
.view-studioverhuur {
  background-color: #ffffff; }
  @media (max-width: 1023px) {
    .view-page .detail-page,
    .view-studioverhuur .detail-page {
      overflow: hidden; } }
  .view-page .page-title,
  .view-studioverhuur .page-title {
    background-color: #00003d;
    color: #ffffff;
    text-align: center;
    padding-top: 68px; }
    @media (min-width: 768px) {
      .view-page .page-title,
      .view-studioverhuur .page-title {
        padding-top: 74px; } }
    @media (min-width: 1024px) {
      .view-page .page-title,
      .view-studioverhuur .page-title {
        padding-top: 109px; } }
    .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: .65em 0; }
      @media (min-width: 768px) {
        .view-page .page-title h1,
        .view-page .page-title h2,
        .view-studioverhuur .page-title h1,
        .view-studioverhuur .page-title h2 {
          font-size: 40px;
          margin: .5em 0; } }
      @media (min-width: 1280px) {
        .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 .page-image,
  .view-studioverhuur .page-image {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .view-page .page-image img,
    .view-studioverhuur .page-image img {
      max-width: none;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
    .view-page .page-image .payl-form,
    .view-studioverhuur .page-image .payl-form {
      background: #00003d;
      padding: 25px 35px;
      margin: auto;
      min-width: 560px;
      color: #FFF;
      text-align: left; }
      .view-page .page-image .payl-form h3,
      .view-studioverhuur .page-image .payl-form h3 {
        font-family: "Bureau Grot Condensed";
        font-weight: 500;
        font-size: 32px;
        color: #FFFFFF;
        letter-spacing: -0.64px;
        line-height: 40px;
        margin-bottom: 0;
        margin-top: 0; }
      .view-page .page-image .payl-form p,
      .view-studioverhuur .page-image .payl-form p {
        margin: 20px 0; }
      .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 .page-image .payl-form .input-wrapper,
      .view-studioverhuur .page-image .payl-form .input-wrapper {
        display: flex;
        color: #000; }
        .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 .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 .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; }
  .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 .page-subtitle,
      .view-studioverhuur .page-subtitle {
        font-size: 50px;
        padding-right: 60px; } }
  @media (min-width: 1024px) {
    .view-page .page-main,
    .view-studioverhuur .page-main {
      padding-top: 55px; } }
  @media (max-width: 1023px) {
    .view-page .page-main > .row,
    .view-studioverhuur .page-main > .row {
      display: block; } }
  .view-page .page-content,
  .view-studioverhuur .page-content {
    padding-top: 40px;
    padding-bottom: 80px; }
    .view-page .page-content:not(.has-subpages),
    .view-studioverhuur .page-content:not(.has-subpages) {
      padding-right: 20px; }
    @media (min-width: 1024px) {
      .view-page .page-content,
      .view-studioverhuur .page-content {
        padding-top: 0;
        padding-bottom: 120px; } }
    @media (min-width: 1280px) {
      .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 .page-sidebar,
    .view-studioverhuur .page-sidebar {
      background-color: #33ffff;
      width: 100vw;
      position: relative;
      left: 50%;
      transform: translateX(-50%); } }
  @media (max-width: 767px) {
    .view-page .page-sidebar,
    .view-studioverhuur .page-sidebar {
      padding-bottom: 0; } }
  @media (max-width: 1023px) {
    .view-page .page-sidebar > .row,
    .view-studioverhuur .page-sidebar > .row {
      overflow: auto; } }
  @media (min-width: 1024px) {
    .view-page .page-sidebar,
    .view-studioverhuur .page-sidebar {
      padding-left: 20px; } }
  .view-page .vcards-grid,
  .view-studioverhuur .vcards-grid {
    margin-right: -120px; }
    .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; } }

.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 .title-header {
  margin-top: 20px; }

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

.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; } }

.view-magazine .updates-list,
.view-podcasts .updates-list {
  margin-top: -60px; }
  @media (max-width: 767px) {
    .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-login .title-header,
body.view-additional_questions .title-header,
body.view-rsvp_register .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-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-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-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-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-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-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-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-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-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-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-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-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-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;
  text-align: right; }
  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-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; }

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; }

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 #33ffff;
    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%; }

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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .zalenblok > div {
      max-width: 48%;
      margin-bottom: 40px; } }
  @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: -20px;
  margin-bottom: -20px; }

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 #33ffff;
    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%; }

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; }
/*# sourceMappingURL=main.css.map */
