















/*
  Theme Name: ABP Congres
  Version: 1
  Author: Bas Boerman
  Author URI: https://www.basboerman.nl

  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&amp;display=swap");

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: 0 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1,
h2.large,
#login h1.large,
#contact-section h2,
#contact-section #login h1,
#login #contact-section h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input[type="submit"],
input[type="button"],
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input[type="submit"],
input[type="button"],
input {
    line-height: normal;
}

button,
input[type="submit"],
input[type="button"],
select {
    text-transform: none;
}

button,
input[type="submit"],
input[type="button"],
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled][type="submit"],
input[disabled][type="button"],
html input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* _mixins.scss */
/* fonts.scss */
@font-face {
    font-family: 'TheSerif B7';
    src: url("../../cdn/fonts/TheSerifB7-Bold.woff2") format("woff2"), url("../../cdn/fonts/TheSerifB7-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'TheSerifLight';
    src: url("../../cdn/fonts/TheSerifC5-Light.otf") format("opentype");
    font-weight: light;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'TheSerifPlain';
    src: url("../../cdn/fonts/TheSerifC5-Plain.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

#greeting h1 .greet, #greeting h1, .section-title, #li-Programma, #location-text h2, #opinie .title, #artikelen-section .content h3, #route-praktisch h2, #route-praktisch .action a {
    font-family: 'TheSerifLight'!important;
}
#artikelen-section .card .content {
    height: 30%;
}
.section-title, #location-text h2, #intro, #opinie .action a, #artikelen-section .content h3 {
  color: #009CBD!important;
}
#intro, .podcast.open-modal, #programme .title .time, #programme .title .text {
    font-family: 'TheSerifPlain'!important;
  
}


.grid {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 24px;
    -ms-grid-columns: minmax(24px) (minmax(0, 84px))[12] minmax(24px);
    grid-template-columns: minmax(24px) repeat(12, minmax(0, 84px)) minmax(24px);
}

@media screen and (min-width: 960px) {
    .grid {
        -ms-grid-columns: (minmax(0, 84px))[12];
        grid-template-columns: repeat(12, minmax(0, 84px));
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.row,
.gform_fields,
#animation #figures,
#nav ul,
#programme .time-slot .sessions .session,
#locatie #location-text .podcast,
#deelnemer-carousel .person,
#route-praktisch,
#footer .row .abp-apg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.row.reverse,
.reverse.gform_fields,
#nav ul.reverse,
#programme .time-slot .sessions .reverse.session,
#locatie #location-text .reverse.podcast,
#deelnemer-carousel .reverse.person,
.reverse#route-praktisch,
#footer .row .reverse.abp-apg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row.center,
.center.gform_fields,
#nav ul.center,
#programme .time-slot .sessions .center.session,
#locatie #location-text .center.podcast,
#deelnemer-carousel .center.person,
.center#route-praktisch,
#footer .row .center.abp-apg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-2 {
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-3 {
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-4 {
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-5 {
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-6 {
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-7 {
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-8 {
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-9 {
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-10 {
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-11 {
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-12 {
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999;
}

.last-xs {
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}

@media screen and (min-width: 640px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-2 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-3 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-4 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-5 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-6 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-7 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-8 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-9 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-10 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-11 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-12 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
        order: -9999;
    }

    .last-sm {
        -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
        order: 9999;
    }

    .container {
        width: 640px;
    }
}

@media screen and (min-width: 960px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-2 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-3 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-4 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-5 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-6 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-7 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-8 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-9 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-10 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-11 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-12 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
        order: -9999;
    }

    .last-md {
        -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
        order: 9999;
    }

    .container {
        width: 960px;
    }
}

@media screen and (min-width: 1024px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-2 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-3 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-4 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-5 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-6 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-7 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-8 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-9 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-10 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-11 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-12 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
        order: -9999;
    }

    .last-lg {
        -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
        order: 9999;
    }

    .container {
        width: 1024px;
    }
}

@media screen and (min-width: 1140px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-xl-1 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xl-2 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xl-3 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-4 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xl-5 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xl-6 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-7 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xl-8 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xl-9 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-10 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xl-11 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xl-12 {
        padding-right: 12px;
        padding-left: 12px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .start-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-xl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-xl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-xl {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-xl {
        -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
        order: -9999;
    }

    .last-xl {
        -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
        order: 9999;
    }

    .container {
        width: 1140px;
    }
}

button,
input[type="submit"],
input[type="button"],
a.button {
    display: inline-block;
    background: #009CBD;
    color: #ffffff;
    padding: 1rem 2.4rem;
    font: 700 2rem/3.2rem "TheSerif B7";
    border: 0;
    position: relative;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 24px !important;
    border-radius: 24px !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
    text-decoration: none;
}

@media screen and (min-width: 768px) {

    button,
    input[type="submit"],
    input[type="button"],
    a.button {
        padding: 1rem 3.6rem;
        font: 700 2.4rem/3.6rem "TheSerif B7";
    }
}

button:hover,
input:hover[type="submit"],
input:hover[type="button"],
a.button:hover {
    color: #ffffff;
    background: #EE7004;
}

button.white,
input.white[type="submit"],
input.white[type="button"],
a.button.white {
    background: #ffffff;
    color: #0057A3;
}

button.white:hover,
input.white:hover[type="submit"],
input.white:hover[type="button"],
a.button.white:hover {
    background: #CCEBF1;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="file"],
input[type="number"],
textarea,
select {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    line-height: 5.6rem;
    border-width: 0;
    border-color: transparent;
    -webkit-border-radius: 2.4rem !important;
    border-radius: 2.4rem !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
    padding: 0 2.4rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #CCEBF1;
    color: #0057A3;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    outline-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

textarea {
    height: 14.4rem;
}

label {
    display: inline-block;
    background: #CCEBF1;
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
    line-height: 3rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 0 1.6rem;
    color: #0057A3;
}

.ginput_container_select {
    position: relative;
}

.ginput_container_select:after {
    position: absolute;
    top: 50%;
    right: 0 2.4rem;
    width: 5.6rem;
    height: 5.6rem;
    z-index: -1;
    content: '';
    display: block;
    /*background: transparent url("assets/img/icon/chevron/black.svg") 50% 50% no-repeat;*/
    background-size: .8rem;
    -webkit-transform: translate(0%, -50%) rotate(90deg);
    -ms-transform: translate(0%, -50%) rotate(90deg);
    transform: translate(0%, -50%) rotate(90deg);
}

.ginput_container_select select {
    width: 100%;
    cursor: pointer;
}

.gform_fields .gfield {
    margin-bottom: 3.2rem;
    padding: 0 12px;
}

.gform_fields .gfield input {
    background: #ffffff;
}

.gform_fields .gfield.gfield--width-half {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .gform_fields .gfield.gfield--width-half {
        width: 50%;
    }
}

.gform_fields .gfield .gfield-label {
    font-weight: 700;
    margin-bottom: .6rem;
    display: inline-block;
    color: #009CBD;
}

.gform_fields .gfield .gfield-label .gfield_required {
    margin-left: .2rem;
}

.gform_fields .gfield .gfield-label .gfield_required .gfield_required_text {
    display: none;
}

.gform_fields .gfield .gfield_description {
    font-size: 1.4rem;
    clear: both;
    margin-top: .6rem;
}

.gform_fields fieldset {
    padding: 0;
    border: 0;
}

.gform_fields fieldset legend.gfield_label {
    font-weight: 700;
    margin-bottom: .6rem;
}

.gform_fields fieldset label {
    margin-left: .6rem;
}

.gform_footer {
    margin: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0057A3;
    font-weight: 400;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #0057A3;
    font-weight: 400;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #0057A3;
    font-weight: 400;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #0057A3;
    font-weight: 400;
    opacity: 1;
}

p {
    margin: 0 0 3.2rem 0;
    padding: 0;
    text-rendering: optimizeLegibility;
}

p:last-child {
    margin: 0;
}

.smaller-size {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.larger-size,
#locatie #location-text .podcast,
.session-modal .image .details {
    line-height: 1.5;
}

.larger-size,
#locatie #location-text .podcast,
.session-modal .image .details {
    font-size: 18px;
}

@media screen and (min-width: 320px) {

    .larger-size,
    #locatie #location-text .podcast,
    .session-modal .image .details {
        font-size: calc(18px + 6 * ((100vw - 320px) / 1120));
    }
}

@media screen and (min-width: 1440px) {

    .larger-size,
    #locatie #location-text .podcast,
    .session-modal .image .details {
        font-size: 24px;
    }
}

a {
    text-decoration: underline;
    color: #000000;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

a:hover {
    color: #0057A3;
}

a:hover,
a:active {
    outline: 0;
}

h1,
h2.large,
#login h1.large,
#contact-section h2,
#contact-section #login h1,
#login #contact-section h1,
h2,
#login h1,
h3,
h4,
#opinie .content .row .title,
#opinie .content .gform_fields .title,
#opinie .content #nav ul .title,
#nav #opinie .content ul .title,
#opinie .content #programme .time-slot .sessions .session .title,
#programme .time-slot .sessions #opinie .content .session .title,
#opinie .content #locatie #location-text .podcast .title,
#locatie #location-text #opinie .content .podcast .title,
#opinie .content #deelnemer-carousel .person .title,
#deelnemer-carousel #opinie .content .person .title,
#opinie .content #route-praktisch .title,
#footer .row #opinie .content .abp-apg .title,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    font-weight: 700;
    color: #0057A3;
    font-family: "TheSerif B7";
}

h1 a,
h2.large a,
#login h1.large a,
#contact-section h2 a,
#contact-section #login h1 a,
#login #contact-section h1 a,
h2 a,
#login h1 a,
h3 a,
h4 a,
#opinie .content .row .title a,
#opinie .content .gform_fields .title a,
#opinie .content #nav ul .title a,
#nav #opinie .content ul .title a,
#opinie .content #programme .time-slot .sessions .session .title a,
#programme .time-slot .sessions #opinie .content .session .title a,
#opinie .content #locatie #location-text .podcast .title a,
#locatie #location-text #opinie .content .podcast .title a,
#opinie .content #deelnemer-carousel .person .title a,
#deelnemer-carousel #opinie .content .person .title a,
#opinie .content #route-praktisch .title a,
#footer .row #opinie .content .abp-apg .title a,
h5 a,
h6 a {
    text-decoration: none;
}

h1 .light-blue,
h2.large .light-blue,
#login h1.large .light-blue,
#contact-section h2 .light-blue,
#contact-section #login h1 .light-blue,
#login #contact-section h1 .light-blue,
h2 .light-blue,
#login h1 .light-blue,
h3 .light-blue,
h4 .light-blue,
#opinie .content .row .title .light-blue,
#opinie .content .gform_fields .title .light-blue,
#opinie .content #nav ul .title .light-blue,
#nav #opinie .content ul .title .light-blue,
#opinie .content #programme .time-slot .sessions .session .title .light-blue,
#programme .time-slot .sessions #opinie .content .session .title .light-blue,
#opinie .content #locatie #location-text .podcast .title .light-blue,
#locatie #location-text #opinie .content .podcast .title .light-blue,
#opinie .content #deelnemer-carousel .person .title .light-blue,
#deelnemer-carousel #opinie .content .person .title .light-blue,
#opinie .content #route-praktisch .title .light-blue,
#footer .row #opinie .content .abp-apg .title .light-blue,
h5 .light-blue,
h6 .light-blue {
    color: #CCEBF1;
}

h1.center,
h2.center.large,
#login h1.center.large,
#contact-section h2.center,
#contact-section #login h1.center,
#login #contact-section h1.center,
h2.center,
#login h1.center,
h3.center,
h4.center,
#opinie .content .row .center.title,
#opinie .content .gform_fields .center.title,
#opinie .content #nav ul .center.title,
#nav #opinie .content ul .center.title,
#opinie .content #programme .time-slot .sessions .session .center.title,
#programme .time-slot .sessions #opinie .content .session .center.title,
#opinie .content #locatie #location-text .podcast .center.title,
#locatie #location-text #opinie .content .podcast .center.title,
#opinie .content #deelnemer-carousel .person .center.title,
#deelnemer-carousel #opinie .content .person .center.title,
#opinie .content #route-praktisch .center.title,
#footer .row #opinie .content .abp-apg .center.title,
h5.center,
h6.center {
    text-align: center;
}

h1,
h2.large,
#login h1.large,
#contact-section h2,
#contact-section #login h1,
#login #contact-section h1 {
    line-height: 1.125;
    color: #009CBD;
}

h1,
h2.large,
#login h1.large,
#contact-section h2,
#contact-section #login h1,
#login #contact-section h1 {
    font-size: 36px;
}

@media screen and (min-width: 320px) {

    h1,
    h2.large,
    #login h1.large,
    #contact-section h2,
    #contact-section #login h1,
    #login #contact-section h1 {
        font-size: calc(36px + 28 * ((100vw - 320px) / 1120));
    }
}

@media screen and (min-width: 1440px) {

    h1,
    h2.large,
    #login h1.large,
    #contact-section h2,
    #contact-section #login h1,
    #login #contact-section h1 {
        font-size: 64px;
    }
}

h2,
#login h1 {
    line-height: 1.333333333333333;
    margin-bottom: 2.4rem;
}

h2,
#login h1 {
    font-size: 32px;
}

@media screen and (min-width: 320px) {

    h2,
    #login h1 {
        font-size: calc(32px + 16 * ((100vw - 320px) / 1120));
    }
}

@media screen and (min-width: 1440px) {

    h2,
    #login h1 {
        font-size: 48px;
    }
}

h2.large,
#login h1.large {
    color: #0057A3;
    margin-bottom: 2.4rem;
}

h2.section-title,
#login h1.section-title,
#login h2.section-title.large,
#login #contact-section h2.section-title,
#contact-section #login h2.section-title {
    margin-top: 96px;
}
#opinie .content .row .action a, #opinie .content .gform_fields .action a, #opinie .content #nav ul .action a, #nav #opinie .content ul .action a, #opinie .content #animation #figures .action a, #animation #opinie .content #figures .action a, #opinie .content #programme .time-slot .sessions .session .action a, #programme .time-slot .sessions #opinie .content .session .action a, #opinie .content #locatie #location-text .podcast .action a, #locatie #location-text #opinie .content .podcast .action a, #opinie .content #deelnemer-carousel .person .action a, #deelnemer-carousel #opinie .content .person .action a, #opinie .content #route-praktisch .action a, #footer .row #opinie .content .abp-apg .action a {
          white-space: nowrap;
          }
h3,
h4,
#opinie .content .row .title,
#opinie .content .gform_fields .title,
#opinie .content #nav ul .title,
#nav #opinie .content ul .title,
#opinie .content #programme .time-slot .sessions .session .title,
#programme .time-slot .sessions #opinie .content .session .title,
#opinie .content #locatie #location-text .podcast .title,
#locatie #location-text #opinie .content .podcast .title,
#opinie .content #deelnemer-carousel .person .title,
#deelnemer-carousel #opinie .content .person .title,
#opinie .content #route-praktisch .title,
#footer .row #opinie .content .abp-apg .title {
    line-height: 1.333333333333333;
}

h3,
h4,
#opinie .content .row .title,
#opinie .content .gform_fields .title,
#opinie .content #nav ul .title,
#nav #opinie .content ul .title,
#opinie .content #programme .time-slot .sessions .session .title,
#programme .time-slot .sessions #opinie .content .session .title,
#opinie .content #locatie #location-text .podcast .title,
#locatie #location-text #opinie .content .podcast .title,
#opinie .content #deelnemer-carousel .person .title,
#deelnemer-carousel #opinie .content .person .title,
#opinie .content #route-praktisch .title,
#footer .row #opinie .content .abp-apg .title {
    font-size: 24px;
}

@media screen and (min-width: 320px) {

    h3,
    h4,
    #opinie .content .row .title,
    #opinie .content .gform_fields .title,
    #opinie .content #nav ul .title,
    #nav #opinie .content ul .title,
    #opinie .content #programme .time-slot .sessions .session .title,
    #programme .time-slot .sessions #opinie .content .session .title,
    #opinie .content #locatie #location-text .podcast .title,
    #locatie #location-text #opinie .content .podcast .title,
    #opinie .content #deelnemer-carousel .person .title,
    #deelnemer-carousel #opinie .content .person .title,
    #opinie .content #route-praktisch .title,
    #footer .row #opinie .content .abp-apg .title {
        font-size: calc(24px + 8 * ((100vw - 320px) / 1120));
    }
}

@media screen and (min-width: 1440px) {

    h3,
    h4,
    #opinie .content .row .title,
    #opinie .content .gform_fields .title,
    #opinie .content #nav ul .title,
    #nav #opinie .content ul .title,
    #opinie .content #programme .time-slot .sessions .session .title,
    #programme .time-slot .sessions #opinie .content .session .title,
    #opinie .content #locatie #location-text .podcast .title,
    #locatie #location-text #opinie .content .podcast .title,
    #opinie .content #deelnemer-carousel .person .title,
    #deelnemer-carousel #opinie .content .person .title,
    #opinie .content #route-praktisch .title,
    #footer .row #opinie .content .abp-apg .title {
        font-size: 32px;
    }
}

h5,
h6 {
    line-height: 1.333333333333333;
}

h5,
h6 {
    font-size: 18px;
}

@media screen and (min-width: 320px) {

    h5,
    h6 {
        font-size: calc(18px + 6 * ((100vw - 320px) / 1120));
    }
}

@media screen and (min-width: 1440px) {

    h5,
    h6 {
        font-size: 24px;
    }
}

ul,
ol {
    line-height: 3.2rem;
    margin: 0 0 3.2rem 0;
}

blockquote {
    margin: 3.2rem 0;
    background: #c5c6c7;
    padding: 24px;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #000000;
    background: #EDF1F2;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

body {
    font-size: 18px;
}

@media screen and (min-width: 320px) {
    body {
        font-size: calc(18px + 2 * ((100vw - 320px) / 1120));
    }
}

@media screen and (min-width: 1440px) {
    body {
        font-size: 20px;
    }
}

.wrapper {
    overflow: hidden;
}

.container {
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 2.4rem;
}

.bottom-borders,
#modal .modal-wrapper figure.main {
    position: relative;
}

.bottom-borders:before,
#modal .modal-wrapper figure.main:before,
.bottom-borders:after,
#modal .modal-wrapper figure.main:after {
    content: '';
    display: block;
    background: #ffffff;
    position: absolute;
    height: 6.4rem;
    width: 50%;
}

.bottom-borders:before,
#modal .modal-wrapper figure.main:before {
    left: 0;
    bottom: 0;
    z-index: 2;
    border-top-right-radius: 36rem;
}

@media screen and (min-width: 768px) {

    .bottom-borders:before,
    #modal .modal-wrapper figure.main:before {
        border-top-right-radius: 64px;
    }
}

.bottom-borders:after,
#modal .modal-wrapper figure.main:after {
    right: 0;
    bottom: 0;
    z-index: 2;
    border-top-left-radius: 36rem;
}

@media screen and (min-width: 768px) {

    .bottom-borders:after,
    #modal .modal-wrapper figure.main:after {
        border-top-left-radius: 64px;
    }
}

.bottom-borders.gray:before,
#modal .modal-wrapper figure.gray.main:before,
.bottom-borders.gray:after,
#modal .modal-wrapper figure.gray.main:after {
    background: #EDF1F2;
}

.bottom-top {
    position: relative;
}

.bottom-top:before,
.bottom-top:after {
    content: '';
    display: block;
    background: #EDF1F2;
    position: absolute;
    height: 6.4rem;
    width: 50%;
}

.bottom-top:before {
    left: 0;
    top: 0;
    z-index: 2;
    border-bottom-right-radius: 36rem;
}

@media screen and (min-width: 768px) {
    .bottom-top:before {
        border-bottom-right-radius: 64px;
    }
}

.bottom-top:after {
    right: 0;
    top: 0;
    z-index: 2;
    border-bottom-left-radius: 36rem;
}

@media screen and (min-width: 768px) {
    .bottom-top:after {
        border-bottom-left-radius: 64px;
    }
}

.bottom-top.gray:before,
.bottom-top.gray:after {
    background: #EDF1F2;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wp-caption {
    margin-top: .6rem;
}

.wp-caption .wp-caption-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

*:focus {
    outline: 0 !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 7.2rem;
    border-bottom-right-radius: 30px;
    background: #ffffff;
    z-index: 5;
    padding: 0 1.2rem 0 2.4rem;
}

@media screen and (min-width: 960px) {
    .header {
        height: 9.6rem;
        padding: 0 48px;
    }
}

.header .container {
    height: 100%;
}

.header .row,
.header .gform_fields,
.header #nav ul,
#nav .header ul,
.header #programme .time-slot .sessions .session,
#programme .time-slot .sessions .header .session,
.header #locatie #location-text .podcast,
#locatie #location-text .header .podcast,
.header #deelnemer-carousel .person,
#deelnemer-carousel .header .person,
.header #route-praktisch,
.header #footer .row .abp-apg,
#footer .row .header .abp-apg {
    height: 100%;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .logo {
    z-index: 2;
    position: relative;
}

.header .logo svg {
    display: block;
    height: 2.4rem;
    width: auto;
}

@media screen and (min-width: 640px) {
    .header .logo svg {
        height: 3.6rem;
    }
}

#hamburger {
    width: 4.8rem;
    height: 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    padding: 0;
    border: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 99;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
}

@media screen and (min-width: 960px) {
    #hamburger {
        display: none;
    }
}

#hamburger .hamburger-wrapper {
    width: 2.4rem;
}

#hamburger span {
    display: block;
    width: 2.4rem;
    height: .3rem;
    background: #0057A3;
    margin: 4px 0;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
}

#nav {
    background: #ffffff;
    display: none;
}

@media screen and (min-width: 960px) {
    #nav {
        display: block;
    }
}

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#nav ul li {
    margin-left: 2.4rem;
}

@media screen and (min-width: 1140px) {
    #nav ul li {
        margin-left: 4.8rem;
    }
}

#nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 400;
}

#nav ul li a:hover {
    color: #0057A3;
}

#mobile-nav {
    background: #009CBD;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    padding: 12rem 2.4rem;
}

@media screen and (min-width: 960px) {
    #mobile-nav {
        display: none;
    }
}

#mobile-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    max-height: 60rem;
}

#mobile-nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 3.6rem;
    line-height: 5.6rem;
    font-family: "TheSerif B7";
    color: #ffffff;
}

#mobile-nav ul li a:hover {
    color: #CCEBF1;
}

#animatie {
    background: #CCEBF1;
    background-position: 100% 100%;
    height: 52rem;
    padding: 12rem 2.4rem;
}

@media screen and (min-width: 768px) {
    #animatie {
        height: 66rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        padding-bottom: 8rem;
    }
}

#animatie .greet {
    color: #0057A3;
    display: block;
}

@media screen and (min-width: 768px) {
    #animatie .greet {
        display: inline;
    }
}

#animation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26rem; }
  #animation #figures {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  #animation img {
    display: block;
    height: 26rem;
    width: auto;
    margin: 0 3.2rem; }

#intro {
    padding: 48px 0 144px 0;
    background: #ffffff;
    color: #0057A3;
    line-height: 1.3125;
    font-family: "TheSerif B7";
}

#intro {
    font-size: 20px;
}

@media screen and (min-width: 320px) {
    #intro {
        font-size: calc(20px + 12 * ((100vw - 320px) / 1120));
    }
}

@media screen and (min-width: 1440px) {
    #intro {
        font-size: 32px;
    }
}

@media screen and (min-width: 768px) {
    #intro {
        text-align: center;
        padding: 96px 0 192px 0;
    }
}

.id-programma {
  padding: 0 0 9.6rem 0; }
  @media screen and (min-width: 960px) {
    .id-programma {
      padding: 0 0 12.8rem 0; } }

#programme .time-slot {
    -webkit-border-radius: 2.4rem !important;
    border-radius: 2.4rem !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
    margin-bottom: 1.6rem;
    background: #CCEBF1;
    color: #0057A3;
    cursor: default;
}

#programme .time-slot .title {
    margin: 0;
    padding: 1.4rem 1.6rem;
    line-height: 3.6rem;
    font-family: "TheSerif B7";
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#programme .time-slot .title {
    font-size: 16px;
}

@media screen and (min-width: 320px) {
    #programme .time-slot .title {
        font-size: calc(16px + 4 * ((100vw - 320px) / 1120));
    }
}

@media screen and (min-width: 1440px) {
    #programme .time-slot .title {
        font-size: 20px;
    }
}

@media screen and (min-width: 640px) {
    #programme .time-slot .title {
        padding: 1.4rem 2.4rem;
    }
}

#programme .time-slot .title .time {
    width: 12rem;
}

@media screen and (min-width: 640px) {
    #programme .time-slot .title .time {
        width: 18.8rem;
    }
}

#programme .time-slot .title .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.7rem;
}

#programme .time-slot .title .text img {
    height: 2.4rem;
    width: auto;
    margin-left: .8rem;
}

#programme .time-slot.has-list {
    background: #009CBD;
    cursor: pointer;
}

#programme .time-slot.has-list .title {
    color: #ffffff;
}

#programme .time-slot.has-list .title:after {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: transparent url("../svg/down.svg") no-repeat 50% 50%;
    background-size: 1.6rem;
    position: absolute;
    right: 1.2rem;
    top: 2rem;
}

@media screen and (min-width: 640px) {
    #programme .time-slot.has-list .title:after {
        right: 2.4rem;
    }
}

#programme .time-slot.has-list .title.active:after {
    background: transparent url("../svg/times.svg") no-repeat 50% 50%;
}

#programme .time-slot .sessions {
    padding: 0 2.4rem;
    display: none;
}

#programme .time-slot .sessions .session {
    margin: 0;
    background: #ffffff;
    -webkit-border-radius: 2.4rem !important;
    border-radius: 2.4rem !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
    overflow: hidden;
    cursor: pointer;
    height: 100%;
}

#programme .time-slot .sessions .session figure {
    width: 9.6rem;
    height: 100%;
}

#programme .time-slot .sessions .session figure img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

#programme .time-slot .sessions .session .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    word-break: break-word;
    flex: 1;
    padding: 1.6rem;
}

#programme .time-slot .sessions .session .content .name {
    font-size: 1.2rem;
    line-height: 2.4rem;
    text-transform: uppercase;
}

#programme .time-slot .sessions .session .content .text {
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: "TheSerif B7";
    color: #0057A3;
}

#locatie #location-slider {
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#locatie #location-slider .slide {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #000000;
}

#locatie #location-slider .slide .image-background {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .75;
}

#locatie video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#locatie .flickity-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4.8rem;
    height: 4.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 960px) {
    #locatie .flickity-button {
        width: 6.4rem;
        height: 6.4rem;
    }
}

#locatie .flickity-button:hover {
    background: rgba(0, 0, 0, 0.5);
}

#locatie .flickity-button:before {
    width: 2.1rem;
    height: 1.8rem;
    content: '';
    display: block;
    background: transparent url("../svg/arrow-right.svg") 50% 50%;
    background-size: cover;
}

@media screen and (min-width: 960px) {
    #locatie .flickity-button:before {
        width: 2.8rem;
        height: 2.4rem;
    }
}

#locatie .flickity-button.previous {
    left: 2.4rem;
}

@media screen and (min-width: 960px) {
    #locatie .flickity-button.previous {
        left: 6.4rem;
    }
}

#locatie .flickity-button.previous:before {
    -webkit-transform: rotate(180deg);
    /* WebKit */
    -moz-transform: rotate(180deg);
    /* Mozilla */
    -o-transform: rotate(180deg);
    /* Opera */
    -ms-transform: rotate(180deg);
    /* Internet Explorer */
    transform: rotate(180deg);
    /* CSS3 */
}

#locatie .flickity-button.next {
    right: 2.4rem;
}

@media screen and (min-width: 960px) {
    #locatie .flickity-button.next {
        right: 6.4rem;
    }
}

#locatie .flickity-button svg {
    display: none;
}

#locatie #location-text {
    margin-top: -144px;
}

#locatie #location-text .content {
    background: #ffffff;
    text-align: center;
    padding: 3.6rem 2.4rem;
    -webkit-border-radius: 2.4rem !important;
    border-radius: 2.4rem !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
}

@media screen and (min-width: 960px) {
    #locatie #location-text .content {
        padding: 48px 10.6rem;
    }
}

#locatie #location-text .podcast {
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #009CBD;
    font-family: "TheSerif B7";
    cursor: pointer;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
#locatie #location-text .podcast svg path {
  fill:#009CBD
}

#locatie #location-text .podcast:hover {
    color: #EE7004;
}

#locatie #location-text .podcast:hover svg path {
    fill: #EE7004;
}

#locatie #location-text .podcast svg {
    margin-right: 1.6rem;
}

#locatie #location-text .podcast svg path {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

#opinie {
    margin-bottom: 144px;
}

@media screen and (min-width: 960px) {
    #opinie {
        margin-bottom: 240px;
    }
}

#opinie .content {
    background: #EE7004;
    color: #ffffff;
    margin-top: 48px;
    -webkit-border-radius: 24px !important;
    border-radius: 24px !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
    padding: 3.2rem;
}

@media screen and (min-width: 960px) {
    #opinie .content {
        padding: 48px;
    }
}

#opinie .content .row,
#opinie .content .gform_fields,
#opinie .content #nav ul,
#nav #opinie .content ul,
#opinie .content #programme .time-slot .sessions .session,
#programme .time-slot .sessions #opinie .content .session,
#opinie .content #locatie #location-text .podcast,
#locatie #location-text #opinie .content .podcast,
#opinie .content #deelnemer-carousel .person,
#deelnemer-carousel #opinie .content .person,
#opinie .content #route-praktisch,
#opinie .content #footer .row .abp-apg,
#footer .row #opinie .content .abp-apg {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 960px) {

    #opinie .content .row,
    #opinie .content .gform_fields,
    #opinie .content #nav ul,
    #nav #opinie .content ul,
    #opinie .content #programme .time-slot .sessions .session,
    #programme .time-slot .sessions #opinie .content .session,
    #opinie .content #locatie #location-text .podcast,
    #locatie #location-text #opinie .content .podcast,
    #opinie .content #deelnemer-carousel .person,
    #deelnemer-carousel #opinie .content .person,
    #opinie .content #route-praktisch,
    #opinie .content #footer .row .abp-apg,
    #footer .row #opinie .content .abp-apg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

#opinie .content .row .title,
#opinie .content .gform_fields .title,
#opinie .content #nav ul .title,
#nav #opinie .content ul .title,
#opinie .content #programme .time-slot .sessions .session .title,
#programme .time-slot .sessions #opinie .content .session .title,
#opinie .content #locatie #location-text .podcast .title,
#locatie #location-text #opinie .content .podcast .title,
#opinie .content #deelnemer-carousel .person .title,
#deelnemer-carousel #opinie .content .person .title,
#opinie .content #route-praktisch .title,
#footer .row #opinie .content .abp-apg .title {
    color: #ffffff;
    text-align: center;
}

@media screen and (min-width: 960px) {

    #opinie .content .row .title,
    #opinie .content .gform_fields .title,
    #opinie .content #nav ul .title,
    #nav #opinie .content ul .title,
    #opinie .content #programme .time-slot .sessions .session .title,
    #programme .time-slot .sessions #opinie .content .session .title,
    #opinie .content #locatie #location-text .podcast .title,
    #locatie #location-text #opinie .content .podcast .title,
    #opinie .content #deelnemer-carousel .person .title,
    #deelnemer-carousel #opinie .content .person .title,
    #opinie .content #route-praktisch .title,
    #footer .row #opinie .content .abp-apg .title {
        text-align: left;
        margin-right: 2.4rem;
    }
}

#opinie .content .row .action,
#opinie .content .gform_fields .action,
#opinie .content #nav ul .action,
#nav #opinie .content ul .action,
#opinie .content #programme .time-slot .sessions .session .action,
#programme .time-slot .sessions #opinie .content .session .action,
#opinie .content #locatie #location-text .podcast .action,
#locatie #location-text #opinie .content .podcast .action,
#opinie .content #deelnemer-carousel .person .action,
#deelnemer-carousel #opinie .content .person .action,
#opinie .content #route-praktisch .action,
#footer .row #opinie .content .abp-apg .action {
    margin-top: 2.4rem;
}

@media screen and (min-width: 960px) {

    #opinie .content .row .action,
    #opinie .content .gform_fields .action,
    #opinie .content #nav ul .action,
    #nav #opinie .content ul .action,
    #opinie .content #programme .time-slot .sessions .session .action,
    #programme .time-slot .sessions #opinie .content .session .action,
    #opinie .content #locatie #location-text .podcast .action,
    #locatie #location-text #opinie .content .podcast .action,
    #opinie .content #deelnemer-carousel .person .action,
    #deelnemer-carousel #opinie .content .person .action,
    #opinie .content #route-praktisch .action,
    #footer .row #opinie .content .abp-apg .action {
        margin: 0;
        flex: 1;
        -webkit-box-flex: 1;
    }
}

#artikelen-section {
    margin: 0 0 144px 0;
}

@media screen and (min-width: 960px) {
    #artikelen-section {
        margin: 0 0 240px 0;
    }
}

#artikelen-section h2,
#artikelen-section #login h1,
#login #artikelen-section h1 {
    text-align: center;
    margin-bottom: 2.4rem;
}

#artikelen-section .card {
    background: #ffffff;
    -webkit-border-radius: 24px !important;
    border-radius: 24px !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 48px;
}

#artikelen-section .card figure img {
    width: 100%;
}

#artikelen-section .card .content {
    padding: 3.6rem;
}

#artikelen-section .card .content h3 {
    margin-bottom: 2.4rem;
}

#deelnemers-section {
    margin: 0 0 144px 0;
}

@media screen and (min-width: 960px) {
    #deelnemers-section {
        margin: 0 0 240px 0;
    }
}

#deelnemers-section h2,
#deelnemers-section #login h1,
#login #deelnemers-section h1 {
    text-align: center;
}

#search-wrapper {
    position: relative;
}

#search-wrapper #search-icon,
#search-wrapper #close-icon {
    width: 2.4rem;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 2.4rem;
    top: 1.5rem;
}

#search-wrapper #search-icon svg,
#search-wrapper #close-icon svg {
    width: 2rem;
    height: auto;
}

#search-wrapper #close-icon {
    display: none;
    cursor: pointer;
}

#search-wrapper #close-icon svg {
    width: 1.8rem;
}

#deelnemer-carousel {
    margin-top: 48px;
    position: relative;
}

#deelnemer-carousel {
  margin-top: 48px;
  position: relative; }
  #deelnemer-carousel:before, #deelnemer-carousel:after {
    display: block;
    content: '';
    width: 8rem;
    height: calc(100% - 2.4rem);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    }
    @media screen and (min-width: 960px) {
      #deelnemer-carousel:before, #deelnemer-carousel:after {
        width: 28.4rem; } }
  #deelnemer-carousel:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#EDF1F2), to(transparent));
    background: -webkit-linear-gradient(left, #EDF1F2, transparent);
    background: -o-linear-gradient(left, #EDF1F2, transparent);
    background: linear-gradient(90deg, #EDF1F2, transparent);
    z-index: 2; }
  #deelnemer-carousel:after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#EDF1F2));
    background: -webkit-linear-gradient(left, transparent, #EDF1F2);
    background: -o-linear-gradient(left, transparent, #EDF1F2);
    background: linear-gradient(90deg, transparent, #EDF1F2); }
  #deelnemer-carousel .slide {
    margin: 0 1.2rem; }
  #deelnemer-carousel .person {
    width: 32rem;
    min-height: 14.4rem;
    margin: 0 0 2.4rem 0;
    background: #ffffff;
    -webkit-border-radius: 2.4rem !important;
    border-radius: 2.4rem !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
    overflow: hidden;
    cursor: pointer;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    text-decoration: none; }
    @media screen and (min-width: 480px) {
      #deelnemer-carousel .person {
        width: 40rem;
        min-height: 14.4rem; } }
    #deelnemer-carousel .person.hidden {
      opacity: .25; }
    #deelnemer-carousel .person figure {
      width: 14.4rem;
      height: 14.4rem; }
      #deelnemer-carousel .person figure img {
        width: 100%;
        aspect-ratio: 1 / 1; 
object-fit:cover;}
    #deelnemer-carousel .person .content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      justify-content: space-between;
      width: 198px;
      padding: 1.6rem;
      display: flex;
      flex-direction: column;
      }
      #deelnemer-carousel .person .content .name {
        font-size: 1.6rem;
        line-height: 2rem;
        font-family: "TheSerif B7";
        color: #0057A3;
        margin-bottom: .4rem; }
      #deelnemer-carousel .person .content .organization {
        font-size: 1.4rem;
        line-height: 2rem;
        font-family: "TheSerif B7"; }
      #deelnemer-carousel .person .content .position {
        font-size: 1.4rem;
        line-height: 2rem;
        display: none; }
        @media screen and (min-width: 480px) {
          #deelnemer-carousel .person .content .position {
            display: block; } }

#route-praktisch {
    margin: 0;
}

#route-praktisch #route,
#route-praktisch #praktisch {
    width: 100%;
    min-height: 64rem;
    position: relative;
}

@media screen and (min-width: 960px) {

    #route-praktisch #route,
    #route-praktisch #praktisch {
        width: 50%;
        height: 90vh;
        min-height: 72rem;
    }
}

#route-praktisch #route .content,
#route-praktisch #praktisch .content {
    max-width: calc(1296px / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

#route-praktisch #route .content label,
#route-praktisch #praktisch .content label {
    margin-bottom: 3.2rem;
}

#route-praktisch #route .content .action,
#route-praktisch #praktisch .content .action {
    margin-top: auto;
}

#route-praktisch #route {
    background-size: cover;
    border-top-right-radius: 64px;
}

#route-praktisch #route .content {
    padding: 6.4rem 48px 16rem 48px;
    max-width: calc(1296px / 2);
    margin-left: auto;
}

@media screen and (min-width: 960px) {
    #route-praktisch #route .content {
        padding: 6.4rem 96px 16rem 48px;
    }
}

#route-praktisch #praktisch {
    overflow: hidden;
    background: #000000;
    min-height: 100rem;
}

@media screen and (min-width: 960px) {
    #route-praktisch #praktisch {
        border-top-left-radius: 64px;
        min-height: 72rem;
    }
}

#route-praktisch #praktisch .image-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: .9;
}

#route-praktisch #praktisch .content {
    position: relative;
    z-index: 2;
    padding: 6.4rem 48px 16rem 48px;
    max-width: calc(1296px / 2);
}

#contact-section {
    margin: 0 0 144px 0;
}

@media screen and (min-width: 960px) {
    #contact-section {
        margin: 0 0 240px 0;
    }
}

#contact-section h2,
#contact-section #login h1,
#login #contact-section h1 {
    color: #0057A3;
    margin-bottom: 2.4rem;
}

#footer {
    padding: 3.2rem 48px;
    background: #ffffff;
}

#footer .row,
#footer .gform_fields,
#footer #nav ul,
#nav #footer ul,
#footer #programme .time-slot .sessions .session,
#programme .time-slot .sessions #footer .session,
#footer #locatie #location-text .podcast,
#locatie #location-text #footer .podcast,
#footer #deelnemer-carousel .person,
#deelnemer-carousel #footer .person,
#footer #route-praktisch,
#footer .row .abp-apg {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 960px) {

    #footer .row,
    #footer .gform_fields,
    #footer #nav ul,
    #nav #footer ul,
    #footer #programme .time-slot .sessions .session,
    #programme .time-slot .sessions #footer .session,
    #footer #locatie #location-text .podcast,
    #locatie #location-text #footer .podcast,
    #footer #deelnemer-carousel .person,
    #deelnemer-carousel #footer .person,
    #footer #route-praktisch,
    #footer .row .abp-apg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#footer .row .logo svg,
#footer .gform_fields .logo svg,
#footer #nav ul .logo svg,
#nav #footer ul .logo svg,
#footer #programme .time-slot .sessions .session .logo svg,
#programme .time-slot .sessions #footer .session .logo svg,
#footer #locatie #location-text .podcast .logo svg,
#locatie #location-text #footer .podcast .logo svg,
#footer #deelnemer-carousel .person .logo svg,
#deelnemer-carousel #footer .person .logo svg,
#footer #route-praktisch .logo svg {
    display: block;
    height: 2.4rem;
    width: auto;
}

@media screen and (min-width: 768px) {

    #footer .row .logo svg,
    #footer .gform_fields .logo svg,
    #footer #nav ul .logo svg,
    #nav #footer ul .logo svg,
    #footer #programme .time-slot .sessions .session .logo svg,
    #programme .time-slot .sessions #footer .session .logo svg,
    #footer #locatie #location-text .podcast .logo svg,
    #locatie #location-text #footer .podcast .logo svg,
    #footer #deelnemer-carousel .person .logo svg,
    #deelnemer-carousel #footer .person .logo svg,
    #footer #route-praktisch .logo svg {
        height: 3.6rem;
    }
}

#footer .row .abp-apg,
#footer .gform_fields .abp-apg,
#footer #nav ul .abp-apg,
#nav #footer ul .abp-apg,
#footer #programme .time-slot .sessions .session .abp-apg,
#programme .time-slot .sessions #footer .session .abp-apg,
#footer #locatie #location-text .podcast .abp-apg,
#locatie #location-text #footer .podcast .abp-apg,
#footer #deelnemer-carousel .person .abp-apg,
#deelnemer-carousel #footer .person .abp-apg,
#footer #route-praktisch .abp-apg {
    margin: 3.6rem 0 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 960px) {

    #footer .row .abp-apg,
    #footer .gform_fields .abp-apg,
    #footer #nav ul .abp-apg,
    #nav #footer ul .abp-apg,
    #footer #programme .time-slot .sessions .session .abp-apg,
    #programme .time-slot .sessions #footer .session .abp-apg,
    #footer #locatie #location-text .podcast .abp-apg,
    #locatie #location-text #footer .podcast .abp-apg,
    #footer #deelnemer-carousel .person .abp-apg,
    #deelnemer-carousel #footer .person .abp-apg,
    #footer #route-praktisch .abp-apg {
        margin: 0;
    }
}

#footer .row .abp-apg svg,
#footer .gform_fields .abp-apg svg,
#footer #nav ul .abp-apg svg,
#nav #footer ul .abp-apg svg,
#footer #programme .time-slot .sessions .session .abp-apg svg,
#programme .time-slot .sessions #footer .session .abp-apg svg,
#footer #locatie #location-text .podcast .abp-apg svg,
#locatie #location-text #footer .podcast .abp-apg svg,
#footer #deelnemer-carousel .person .abp-apg svg,
#deelnemer-carousel #footer .person .abp-apg svg,
#footer #route-praktisch .abp-apg svg {
    height: 2rem;
    width: auto;
    display: block;
}

@media screen and (min-width: 768px) {

    #footer .row .abp-apg svg,
    #footer .gform_fields .abp-apg svg,
    #footer #nav ul .abp-apg svg,
    #nav #footer ul .abp-apg svg,
    #footer #programme .time-slot .sessions .session .abp-apg svg,
    #programme .time-slot .sessions #footer .session .abp-apg svg,
    #footer #locatie #location-text .podcast .abp-apg svg,
    #locatie #location-text #footer .podcast .abp-apg svg,
    #footer #deelnemer-carousel .person .abp-apg svg,
    #deelnemer-carousel #footer .person .abp-apg svg,
    #footer #route-praktisch .abp-apg svg {
        height: 2.4rem;
    }
}

#footer .row .abp-apg a,
#footer .gform_fields .abp-apg a,
#footer #nav ul .abp-apg a,
#nav #footer ul .abp-apg a,
#footer #programme .time-slot .sessions .session .abp-apg a,
#programme .time-slot .sessions #footer .session .abp-apg a,
#footer #locatie #location-text .podcast .abp-apg a,
#locatie #location-text #footer .podcast .abp-apg a,
#footer #deelnemer-carousel .person .abp-apg a,
#deelnemer-carousel #footer .person .abp-apg a,
#footer #route-praktisch .abp-apg a {
    display: block;
}

#footer .row .abp-apg a:first-of-type,
#footer .gform_fields .abp-apg a:first-of-type,
#footer #nav ul .abp-apg a:first-of-type,
#nav #footer ul .abp-apg a:first-of-type,
#footer #programme .time-slot .sessions .session .abp-apg a:first-of-type,
#programme .time-slot .sessions #footer .session .abp-apg a:first-of-type,
#footer #locatie #location-text .podcast .abp-apg a:first-of-type,
#locatie #location-text #footer .podcast .abp-apg a:first-of-type,
#footer #deelnemer-carousel .person .abp-apg a:first-of-type,
#deelnemer-carousel #footer .person .abp-apg a:first-of-type,
#footer #route-praktisch .abp-apg a:first-of-type {
    padding-right: 1.2rem;
    margin-right: 1.2rem;
    border-right: 1px solid #ACAEB0;
}

#modal-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(1%, transparent), to(rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(0, transparent 1%, rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(0, transparent 1%, rgba(0, 0, 0, 0.2));
    background: linear-gradient(0, transparent 1%, rgba(0, 0, 0, 0.2));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 6;
    visibility: hidden;
}

#modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    overflow: auto;
    visibility: hidden;
    cursor: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m31.0575764 26.5404258c1.2499023 1.2499024 1.2499023 3.2747442 0 4.5246466-.6199528.6249512-1.439887.9349276-2.2598241.9349276-.8199372 0-1.6378726-.3124756-2.2618229-.9374268l-10.5371775-10.5316786-10.53617655 10.5291794c-.62495118.6299496-1.44388746.939926-2.26282374.939926s-1.63687319-.3099764-2.26232483-.939926c-1.24990237-1.2499024-1.24990237-3.2747442 0-4.5246466l10.53917772-10.5391762-10.53917772-10.53417782c-1.24990237-1.24990238-1.24990237-3.27474422 0-4.5246466 1.24990238-1.24990237 3.27474422-1.24990237 4.5246466 0l10.53667702 10.54417612 10.5391762-10.53917773c1.2499024-1.24990237 3.2747442-1.24990237 4.5246466 0 1.2499024 1.24990238 1.2499024 3.27474422 0 4.5246466l-10.5391762 10.53917623 10.5341778 10.5341778z' fill='%23fff' transform='translate(-.000001 -.002343)'/%3E%3C/svg%3E") 16 16, pointer;
}

#modal .modal-wrapper {
    position: relative;
    z-index: 4;
    margin: 96px 0;
}

#modal .modal-wrapper figure.main {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 11;
    grid-column-end: 12;
    -webkit-border-top-right-radius: 24px;
    border-top-right-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    border-top-left-radius: 24px;
    background-clip: padding-box;
    overflow: hidden;
}

@media screen and (min-width: 960px) {
    #modal .modal-wrapper figure.main {
        -ms-grid-column: 2;
        grid-column-start: 2;
    }
}

#modal .modal-wrapper .content-wrapper {
    cursor: auto;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 11;
    grid-column-end: 12;
    background: #ffffff;
}

@media screen and (min-width: 960px) {
    #modal .modal-wrapper .content-wrapper {
        -ms-grid-column: 2;
        grid-column-start: 2;
    }
}

#modal .modal-wrapper .content {
    cursor: auto;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 11;
    grid-column-end: 12;
    padding: 48px 2.4rem 96px 2.4rem;
}

@media screen and (min-width: 960px) {
    #modal .modal-wrapper .content {
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-column-span: 8;
        grid-column-end: 11;
        padding: 48px 0 96px 0;
    }
}

#modal .modal-wrapper .content .text {
    margin-top: 48px;
}

.session-modal .content-wrapper {
    -ms-grid-row: 2 !important;
    grid-row-start: 2 !important;
}

@media screen and (min-width: 768px) {
    .session-modal .content-wrapper {
        -ms-grid-row: 1 !important;
        grid-row-start: 1 !important;
        -webkit-border-radius: 24px !important;
        border-radius: 24px !important;
        background-clip: padding-box !important;
        /* stops bg color from leaking outside the border: */
    }
}

.session-modal .content {
    -ms-grid-row: 2 !important;
    grid-row-start: 2 !important;
    -ms-grid-column: 1 !important;
    grid-column-start: 1 !important;
    -ms-grid-column-span: 10;
    grid-column-end: 11;
}

@media screen and (min-width: 768px) {
    .session-modal .content {
        -ms-grid-row: 1 !important;
        grid-row-start: 1 !important;
        -ms-grid-column: 6 !important;
        grid-column-start: 6 !important;
        -ms-grid-column-span: 5;
        grid-column-end: 11;
        padding-left: 48px !important;
    }
}

.session-modal .image {
    -ms-grid-row: 1 !important;
    grid-row-start: 1 !important;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 11;
    grid-column-end: 12;
    overflow: hidden;
    background: #ffffff;
    border-top-left-radius: 24px;
}

@media screen and (min-width: 768px) {
    .session-modal .image {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 4;
        grid-column-end: 6;
    }
}

.session-modal .image img {
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.session-modal .image .details {
    padding: 2.4rem 2.4rem 0 2.4rem;
    color: #009CBD;
    font-family: "TheSerif B7";
}

@media screen and (min-width: 768px) {
    .session-modal .image .details {
        padding: 48px;
    }
}

#podcast-modal .content-wrapper {
    -webkit-border-radius: 24px !important;
    border-radius: 24px !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
}

#podcast-modal .content {
    padding: 96px 0 !important;
}

#podcast-modal .soundcloud {
    margin-top: 48px;
}

#login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 96px 0;
}

@media screen and (min-width: 768px) {
    #login {
        height: calc(100vh - 96px);
    }
}

#login h1,
#login h2.large,
#login #contact-section h2,
#contact-section #login h2 {
    color: #0057A3;
    margin-bottom: 2.4rem;
}
#login h1 {
  color:#009CBD!important;
  font-family:'TheSerifLight'!important;
}

#programme .time-slot .sessions .row .col {
    margin: 0 0 2.4rem 0;
}


#anchor-links {
  font-family:'TheSerifLight';
}
.text.scrub {
    margin-bottom:2rem;
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:main-css] [5.170] DESIGN*/
/*******************************************************************/
/* 0.5 D>D */
/* db 157 */