/* Variables & mixins */
.wide-screen {
  max-width: 1600px; }

.content-small {
  max-width: 680px; }

@font-face {
  font-family: 'CircularProBook';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/CircularProBook.woff");
  src: url("/fonts/CircularProBook.woff") format("woff"), url("/fonts/CircularPro-Book.otf") format("opentype"), url("/fonts/CircularProBook.svg") format("svg"), url("/fonts/CircularProBook.ttf") format("ttf"); }

@font-face {
  font-family: 'CircularProBook';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/CircularProBold.woff");
  src: url("/fonts/CircularProBold.woff") format("woff"), url("/fonts/CircularPro-Bold.otf") format("opentype"), url("/fonts/CircularProBold.svg") format("svg"), url("/fonts/CircularProBold.ttf") format("ttf"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/fonts/Open_Sans_400.woff2") format("woff2"), url("/fonts/Open_Sans_400.woff") format("woff"), url("/fonts/Open_Sans_400.eot?#iefix") format("embedded-opentype"), url("/fonts/Open_Sans_400.svg#OpenSans") format("svg"), url("/fonts/Open_Sans_400.ttf") format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/fonts/Open_Sans_700.woff2") format("woff2"), url("/fonts/Open_Sans_700.woff") format("woff"), url("/fonts/Open_Sans_700.eot?#iefix") format("embedded-opentype"), url("/fonts/Open_Sans_700.svg#OpenSans") format("svg"), url("/fonts/Open_Sans_700.ttf") format("truetype"); }

/**
 * Set the appearance of default HTML elements
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

html {
  min-height: 100vh; }

body {
  background: #ebf2ef;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  min-height: 100vh;
  flex-direction: column;
  overflow-y: scroll;
  background-color: #ebf2ef;
  background-image: url("../images/logo_mark_white_50.svg");
  background-repeat: no-repeat;
  background-size: 24%;
  background-position: 80% 40%;
  background-attachment: fixed;
  display: flex; }

* {
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #00743c; }
  a:hover {
    color: #13492f; }

p {
  margin: 1em 0;
  line-height: 1.75em; }

b {
  font-weight: bold; }

strong {
  font-weight: bold; }

hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 1em 0; }

ul {
  list-style: none; }

em {
  font-style: italic; }

i {
  font-style: italic; }

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "CircularProBook", sans-serif;
  margin-top: 0.5em;
  margin-bottom: 0.3em; }

h1 {
  font-size: 2.5em;
  line-height: 1.2; }

h2 {
  font-size: 1.9em;
  line-height: 1.2; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.2em; }

section {
  z-index: 2; }

#search .search-container {
  display: flex;
  align-items: center; }
  #search .search-container .form-control {
    margin: 10px auto;
    display: flex; }
    #search .search-container .form-control input[type='text'] {
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      border-color: #ebf2ef;
      border-bottom-color: #b5bab8;
      border-radius: 5px;
      border-right: 0;
      margin: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      width: 280px;
      font-size: 1.1em; }
      @media (min-width: 992px) {
        #search .search-container .form-control input[type='text'] {
          width: 350px; } }
      #search .search-container .form-control input[type='text']:focus + .btn, #search .search-container .form-control form input[type='text']:focus + button[type='submit'], form #search .search-container .form-control input[type='text']:focus + button[type='submit'],
      #search .search-container .form-control form input[type='text']:focus + input[type='submit'], form #search .search-container .form-control input[type='text']:focus + input[type='submit'],
      #search .search-container .form-control input[type='text']:hover + .btn,
      #search .search-container .form-control form input[type='text']:hover + button[type='submit'],
      form #search .search-container .form-control input[type='text']:hover + button[type='submit'],
      #search .search-container .form-control form input[type='text']:hover + input[type='submit'],
      form #search .search-container .form-control input[type='text']:hover + input[type='submit'] {
        background: #00743c; }
        #search .search-container .form-control input[type='text']:focus + .btn svg, #search .search-container .form-control form input[type='text']:focus + button[type='submit'] svg, form #search .search-container .form-control input[type='text']:focus + button[type='submit'] svg, #search .search-container .form-control form input[type='text']:focus + input[type='submit'] svg, form #search .search-container .form-control input[type='text']:focus + input[type='submit'] svg,
        #search .search-container .form-control input[type='text']:hover + .btn svg,
        #search .search-container .form-control form input[type='text']:hover + button[type='submit'] svg,
        form #search .search-container .form-control input[type='text']:hover + button[type='submit'] svg,
        #search .search-container .form-control form input[type='text']:hover + input[type='submit'] svg,
        form #search .search-container .form-control input[type='text']:hover + input[type='submit'] svg {
          stroke: white; }
      #search .search-container .form-control input[type='text']:focus {
        border-bottom: 1px solid #b5bab8; }
    #search .search-container .form-control .btn, #search .search-container .form-control form button[type='submit'], form #search .search-container .form-control button[type='submit'],
    #search .search-container .form-control form input[type='submit'], form #search .search-container .form-control input[type='submit'] {
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      height: 40px;
      width: 56px;
      border-color: #ebf2ef;
      border-bottom-color: #b5bab8;
      border-width: 1px;
      margin: 0;
      border-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 0;
      background-color: white; }
      #search .search-container .form-control .btn svg, #search .search-container .form-control form button[type='submit'] svg, form #search .search-container .form-control button[type='submit'] svg, #search .search-container .form-control form input[type='submit'] svg, form #search .search-container .form-control input[type='submit'] svg {
        width: 40px;
        height: 40px;
        stroke: #b5bab8;
        transition: stroke 0.2s; }
      #search .search-container .form-control .btn:hover, #search .search-container .form-control form button:hover[type='submit'], form #search .search-container .form-control button:hover[type='submit'],
      #search .search-container .form-control form input:hover[type='submit'], form #search .search-container .form-control input:hover[type='submit'] {
        background-color: #00743c; }
        #search .search-container .form-control .btn:hover svg, #search .search-container .form-control form button:hover[type='submit'] svg, form #search .search-container .form-control button:hover[type='submit'] svg, #search .search-container .form-control form input:hover[type='submit'] svg, form #search .search-container .form-control input:hover[type='submit'] svg {
          stroke: white; }
      #search .search-container .form-control .btn::-moz-focus-inner, #search .search-container .form-control form button[type='submit']::-moz-focus-inner, form #search .search-container .form-control button[type='submit']::-moz-focus-inner,
      #search .search-container .form-control form input[type='submit']::-moz-focus-inner, form #search .search-container .form-control input[type='submit']::-moz-focus-inner {
        border: 0; }
    #search .search-container .form-control.sites, #search .search-container .form-control.orderBy {
      align-items: center; }
      @media (max-width: 768px) {
        #search .search-container .form-control.sites, #search .search-container .form-control.orderBy {
          display: block; } }
      #search .search-container .form-control.sites label, #search .search-container .form-control.orderBy label {
        display: inline-flex;
        margin-right: 5px;
        cursor: pointer; }
        @media (max-width: 768px) {
          #search .search-container .form-control.sites label, #search .search-container .form-control.orderBy label {
            display: flex; } }
      #search .search-container .form-control.sites input[type='radio'], #search .search-container .form-control.orderBy input[type='radio'] {
        margin-bottom: 3px;
        position: relative;
        top: -3px; }

#search .no-results {
  padding-top: 40px;
  text-align: center; }

#search .tabcontainer.max {
  max-height: 80px;
  overflow-y: hidden;
  position: relative; }
  #search .tabcontainer.max .toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    background: white;
    padding: 0.6em 1.2em 0.5em; }

#search .tabcontainer .tab.active {
  background: #f48120;
  color: white;
  border-color: transparent; }
  #search .tabcontainer .tab.active:hover, #search .tabcontainer .tab.active:focus {
    color: white;
    background-color: #ff9f4e; }

#search .tab-content {
  display: none; }
  #search .tab-content.active {
    display: block; }

.page .achievements {
  padding: 30px 50px;
  display: inline-block;
  width: 100%; }
  @media (max-width: 991.98px) {
    .page .achievements {
      padding: 30px 20px; } }
  .page .achievements .label {
    background: white; }
  .page .achievements > ul {
    background: white;
    width: 880px;
    max-width: 100%;
    padding: 50px 100px;
    margin: 20px auto; }
    @media (max-width: 991.98px) {
      .page .achievements > ul {
        padding: 50px 20px; } }
    .page .achievements > ul > li {
      display: flex; }
      .page .achievements > ul > li::before {
        content: ' ';
        display: block;
        background: url("../images/heart.svg") center center no-repeat;
        width: 44px;
        flex-basis: 44px;
        flex-grow: 0;
        flex-shrink: 0;
        height: 45px;
        margin-top: 5px;
        margin-right: 40px; }
      @media (max-width: 991.98px) {
        .page .achievements > ul > li {
          display: block; }
          .page .achievements > ul > li::before {
            margin: 0 auto 20px auto;
            height: 100px;
            background-size: contain;
            width: 100%; } }
      .page .achievements > ul > li .description {
        flex: 1; }
      .page .achievements > ul > li li {
        margin: 5px 0 5px 40px;
        list-style-type: disc;
        list-style-image: url("../images/dot.svg"); }
      .page .achievements > ul > li ol > li {
        list-style-type: decimal;
        list-style-image: none; }

.alert {
  border: 1px solid #00743c;
  background: #ebf2ef;
  padding: 20px;
  text-align: center; }

.article {
  margin: 30px auto;
  max-width: 800px; }
  .article .row-md-up {
    flex-wrap: nowrap; }
  .article a.title {
    text-decoration: none; }
  .article h2 {
    margin-top: 5px;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .article h2 {
        margin-top: 10px;
        font-size: 1.5em; } }
  .article h3 {
    margin-top: 0;
    font-size: 1.2em;
    font-weight: 400; }
  .article .image {
    background-color: #f0f5f3;
    background-image: url("/images/logo_mark_negative.svg");
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    width: 280px;
    height: 200px;
    background-size: cover;
    background-position: center;
    flex: 0 0 280px;
    margin: 10px 20px 0 0;
    position: relative; }
    @media (max-width: 767.98px) {
      .article .image {
        width: 100%; } }
    .article .image time {
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(0, 116, 60, 0.9);
      color: white;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      display: inline-block;
      width: 50px;
      height: 50px;
      font-size: 1.1em;
      line-height: 1.4em; }
      .article .image time .day {
        display: block;
        line-height: 1em;
        font-size: 1.5em; }
      .article .image time .month-year {
        font-size: 0.8em; }
      .article .image time .month {
        display: block;
        margin-top: 3px; }
  .article .text {
    flex-grow: 1; }
    @media (max-width: 767.98px) {
      .article .text {
        text-align: center; }
        .article .text p {
          display: none; } }
  .article .read-more {
    margin-top: 10px; }

.blocks {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center; }
  .blocks.margin-small .block {
    border: 5px solid transparent; }
  .blocks.margin-large .block {
    border: 10px solid transparent; }
  @media (min-width: 576px) {
    .blocks.blocks-2 .block {
      flex-basis: 600px; } }
  @media (min-width: 576px) {
    .blocks.blocks-3 .block {
      flex-basis: 400px; } }
  @media (max-width: 767.98px) {
    .blocks.blocks-4 .block {
      flex-basis: 300px; } }
  .blocks .block {
    padding: 0;
    max-width: 100%;
    flex: 0 0 240px;
    overflow: hidden;
    position: relative; }
    .blocks .block:hover h2 {
      background: rgba(0, 116, 60, 0.5); }
    .blocks .block:hover .image {
      transform: scale(1.2); }
    .blocks .block .image {
      transform: scale(1, 1) rotate(0deg);
      transition: transform 4s ease-out;
      width: 100%;
      padding-bottom: 100%;
      background-size: cover;
      background-position: center; }
    .blocks .block h2 {
      background: rgba(0, 116, 60, 0.7);
      color: white;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      margin: 0;
      padding: 20px;
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      transition: background 0.2s;
      font-size: 1.6em; }
      @media (max-width: 767.98px) {
        .blocks .block h2 {
          font-size: 1.3em; } }
    .blocks .block:nth-child(2) h2,
    .blocks .block:nth-child(5) h2,
    .blocks .block:nth-child(8) h2 {
      background: rgba(40, 118, 55, 0.7); }
    .blocks .block:nth-child(3) h2,
    .blocks .block:nth-child(6) h2,
    .blocks .block:nth-child(9) h2 {
      background: rgba(79, 120, 51, 0.7); }
    @media (max-width: 767.98px) {
      .blocks .block {
        flex-basis: 50%;
        min-height: 150px; }
        .blocks .block .image {
          width: 100%;
          padding-bottom: 150px; } }

.btn, form button[type='submit'],
form input[type='submit'] {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.6em 1.2em 0.5em;
  cursor: pointer;
  font-family: "CircularProBook", sans-serif;
  color: #00743c;
  background: white;
  border: 2px solid #269c63;
  border-radius: 3px;
  font-size: 1em;
  margin: 2px 0;
  vertical-align: baseline;
  transition: background 0.2s, color 0.2s;
  line-height: 1.3em; }
  .btn:hover, form button:hover[type='submit'],
  form input:hover[type='submit'], .btn:focus, form button:focus[type='submit'],
  form input:focus[type='submit'] {
    text-decoration: none;
    background: #269c63;
    color: white;
    border-color: #00743c; }
  .btn:active, form button:active[type='submit'],
  form input:active[type='submit'], .btn:focus, form button:focus[type='submit'],
  form input:focus[type='submit'] {
    outline: 0; }
  .btn.inverse, form button.inverse[type='submit'],
  form input.inverse[type='submit'] {
    background-color: #00743c;
    color: white; }
    .btn.inverse:hover, form button.inverse:hover[type='submit'],
    form input.inverse:hover[type='submit'], .btn.inverse:focus, form button.inverse:focus[type='submit'],
    form input.inverse:focus[type='submit'] {
      background-color: #269c63;
      color: white; }
  .btn.btn-sm, form button.btn-sm[type='submit'],
  form input.btn-sm[type='submit'] {
    font-size: 0.8em;
    padding: 0.5em 1em; }
  .btn.btn-lg, form button.btn-lg[type='submit'],
  form input.btn-lg[type='submit'] {
    font-size: 1.3em; }
  .btn.btn-default, form button.btn-default[type='submit'],
  form input.btn-default[type='submit'] {
    background-color: white;
    border: 2px solid #00743c;
    color: #00743c; }
    .btn.btn-default:hover, form button.btn-default:hover[type='submit'],
    form input.btn-default:hover[type='submit'], .btn.btn-default:focus, form button.btn-default:focus[type='submit'],
    form input.btn-default:focus[type='submit'] {
      background-color: #00743c;
      color: white; }
  .btn.btn-primary, form button[type='submit'],
  form input[type='submit'] {
    background-color: #00743c;
    border-color: #00743c;
    color: white; }
    .btn.btn-primary:hover, form button:hover[type='submit'],
    form input:hover[type='submit'], .btn.btn-primary:focus, form button:focus[type='submit'],
    form input:focus[type='submit'] {
      background-color: #269c63;
      color: white; }
    .btn.btn-primary.inverse, form button.inverse[type='submit'],
    form input.inverse[type='submit'] {
      background-color: white;
      color: #00743c; }
      .btn.btn-primary.inverse:hover, form button.inverse:hover[type='submit'],
      form input.inverse:hover[type='submit'] {
        background-color: white;
        color: #269c63; }
  .btn.btn-secondary, form button.btn-secondary[type='submit'],
  form input.btn-secondary[type='submit'] {
    background: #f48120;
    color: white;
    border-color: transparent; }
    .btn.btn-secondary:hover, form button.btn-secondary:hover[type='submit'],
    form input.btn-secondary:hover[type='submit'], .btn.btn-secondary:focus, form button.btn-secondary:focus[type='submit'],
    form input.btn-secondary:focus[type='submit'] {
      color: white;
      background-color: #ff9f4e; }
  .btn.btn-link, form button.btn-link[type='submit'],
  form input.btn-link[type='submit'] {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #00743c;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: underline; }
    .btn.btn-link:hover, form button.btn-link:hover[type='submit'],
    form input.btn-link:hover[type='submit'], .btn.btn-link:focus, form button.btn-link:focus[type='submit'],
    form input.btn-link:focus[type='submit'] {
      color: #13492f; }
  .btn.loading, form button.loading[type='submit'],
  form input.loading[type='submit'] {
    position: relative;
    padding-right: 30px; }
    .btn.loading::after, form button.loading[type='submit']::after,
    form input.loading[type='submit']::after {
      content: ' ';
      display: inline-block;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 6px;
      top: 6px;
      background: url("../images/logo_mark.svg") top center no-repeat;
      background-size: contain;
      animation: infiniteRotate 0.6s linear infinite alternate; }

@keyframes infiniteRotate {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(85deg); } }

.entries .entry {
  border-bottom: 1px solid #ebf2ef;
  transition: border 0.2s; }
  .entries .entry a {
    padding: 10px 0;
    display: flex;
    text-decoration: none;
    padding-bottom: 10px;
    transition: background 0.2s; }
    .entries .entry a .date {
      display: inline-block;
      text-transform: uppercase;
      width: 145px;
      flex-shrink: 0;
      text-align: right;
      padding-right: 15px;
      padding-left: 10px;
      font-size: 0.9em;
      color: black;
      line-height: 1.8em;
      white-space: nowrap; }
      .entries .entry a .date.short {
        width: 100px; }
      .entries .entry a .date .short-month {
        display: none; }
      @media (max-width: 767.98px) {
        .entries .entry a .date {
          font-size: 0.8em;
          width: 90px; }
          .entries .entry a .date.short {
            width: 60px; }
          .entries .entry a .date .short-month {
            display: inline-block; }
          .entries .entry a .date .full-month {
            display: none; } }
    .entries .entry a .title {
      display: inline-block;
      flex-grow: 1; }
    .entries .entry a:hover {
      background-color: #ebf2ef; }
  .entries .entry:hover {
    border-bottom: 1px solid #00743c; }
  .entries .entry:last-child, .entries .entry:last-of-type {
    border-bottom: 1px solid transparent; }

.event {
  padding: 20px; }
  @media (min-width: 576px) {
    .event {
      display: flex; } }
  .event .image {
    background-color: #f0f5f3;
    background-image: url("/images/logo_mark_negative.svg");
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    width: 280px;
    height: 200px;
    background-size: cover;
    background-position: center;
    flex: 0 0 280px;
    margin: 10px 20px 0 0;
    position: relative; }
    @media (max-width: 767.98px) {
      .event .image {
        width: 100%; } }
    .event .image time {
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(0, 116, 60, 0.9);
      color: white;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      display: inline-block;
      width: 50px;
      height: 50px;
      font-size: 1.1em;
      line-height: 1.4em; }
      .event .image time .day {
        display: block;
        line-height: 1em;
        font-size: 1.5em; }
      .event .image time .month-year {
        font-size: 0.8em; }
      .event .image time .month {
        display: block;
        margin-top: 3px; }
    .event .image time {
      top: 50%;
      transform: translateY(-50%) translateX(-50%); }
  .event .description .eventlabel {
    background: #b5bab8;
    color: white;
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: bold;
    display: inline-block; }
  .event .description .meta {
    font-weight: bold; }
    .event .description .meta .icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 17px;
      height: 20px;
      background-size: contain;
      background-repeat: no-repeat; }
    .event .description .meta > div {
      position: relative;
      margin-bottom: 20px;
      padding-left: 25px; }
    .event .description .meta .location .icon {
      background-image: url("../images/icon-location.svg"); }
    .event .description .meta .date .icon {
      background-image: url("../images/icon-calender-green.svg"); }
    .event .description .meta .information .icon {
      background-image: url("../images/icon-info.svg"); }

.page .event .description .content-small {
  padding: 0; }

input[type='checkbox'].fancy-checkbox,
input[type='radio'].fancy-checkbox {
  /* Use appearence: none to make it a regular, stylable element */
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  box-sizing: content-box;
  margin: 0 10px 0 0;
  padding: 0;
  border: 1px solid #cfd1d3;
  background: white center center no-repeat;
  background-position: -24px;
  transition: background-position 0.2s;
  flex-shrink: 0; }
  input[type='checkbox'].fancy-checkbox:hover,
  input[type='radio'].fancy-checkbox:hover {
    border-color: #979b9e; }
  input[type='checkbox'].fancy-checkbox:checked,
  input[type='radio'].fancy-checkbox:checked {
    background-position: 50%; }

input[type='radio'].fancy-checkbox {
  border-radius: 50%;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12'%3E%3Ccircle cx='6' cy='6' r='6' fill='%2300743C' /%3E%3C/svg%3E "); }

input[type='checkbox'].fancy-checkbox {
  border-radius: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 4.74839C17 4.50646 16.9032 4.26452 16.729 4.09033L15.4129 2.7742C15.2387 2.60001 14.9968 2.50323 14.7548 2.50323C14.5129 2.50323 14.271 2.60001 14.0968 2.7742L7.74839 9.13226L4.90323 6.27743C4.72903 6.10323 4.4871 6.00646 4.24516 6.00646C4.00323 6.00646 3.76129 6.10323 3.5871 6.27743L2.27097 7.59355C2.09677 7.76775 2 8.00968 2 8.25161C2 8.49355 2.09677 8.73549 2.27097 8.90969L5.77419 12.4129L7.09032 13.729C7.26452 13.9032 7.50645 14 7.74839 14C7.99032 14 8.23226 13.9032 8.40645 13.729L9.72258 12.4129L16.729 5.40645C16.9032 5.23226 17 4.99033 17 4.74839V4.74839Z' fill='%2300743C'/%3E%3C/svg%3E%0A"); }

.foldheader {
  display: block;
  margin: 10px 0 0 0; }
  .foldheader i {
    float: right;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/arrow.svg") center center no-repeat;
    background-size: contain;
    transform: scaleY(1);
    transition: transform 0.3s; }
  .foldheader.inverse i {
    background: url("../images/arrow-green.svg") center center no-repeat;
    background-size: contain; }
  .foldheader.expanded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .foldheader.expanded i {
      transform: scaleY(-1); }
  .foldheader + .foldcontent {
    border: 1px solid #ebf2ef;
    display: none;
    padding: 0 20px 20px; }

footer {
  background: white;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 50px;
  z-index: 2; }
  footer .top-bar {
    justify-content: space-between;
    padding: 50px 0;
    box-sizing: border-box; }
    @media (max-width: 767.98px) {
      footer .top-bar {
        padding: 25px 0; } }
    footer .top-bar > * {
      width: 25%; }
      @media (max-width: 767.98px) {
        footer .top-bar > * {
          width: 100%; } }
    footer .top-bar .column {
      box-sizing: border-box;
      margin: 0 50px;
      max-width: 100%; }
      @media (max-width: 767.98px) {
        footer .top-bar .column {
          width: 100%;
          margin: 0;
          padding: 5px 20px; } }
    footer .top-bar .logo img {
      width: 100%;
      max-width: 100%;
      padding-right: 20%;
      box-sizing: border-box; }
      @media (max-width: 767.98px) {
        footer .top-bar .logo img {
          width: 250px;
          padding-right: 0;
          margin-left: -10px; } }
    footer .top-bar .logo span {
      max-width: 100%;
      color: #00743c;
      display: block;
      font-family: "CircularProBook", sans-serif;
      font-size: 1.1em;
      padding-left: 34%;
      margin-top: -15px; }
      @media (max-width: 991.98px) {
        footer .top-bar .logo span {
          font-size: 1em; } }
      @media (max-width: 991.98px) {
        footer .top-bar .logo span {
          padding-left: 0;
          margin-top: 10px;
          font-size: 0.9em; } }
      @media (max-width: 767.98px) {
        footer .top-bar .logo span {
          margin-top: -15px;
          padding-left: 117px;
          font-size: 1.1em; } }
      @media (min-width: 1200px) {
        footer .top-bar .logo span {
          margin-top: -20px; } }
    footer .top-bar li {
      margin: 8px 0; }
    footer .top-bar a {
      text-decoration: none; }
      footer .top-bar a svg {
        position: relative;
        top: 7px;
        left: -5px; }
        footer .top-bar a svg * {
          fill: #00743c; }

form label {
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold; }

form input,
form textarea {
  font-size: 1em; }

form input,
form select,
form textarea {
  border-radius: 2px;
  outline: 0;
  border: 0;
  padding: 10px;
  border: 1px solid #ebf2ef;
  border-bottom: 2px solid #b5bab8;
  margin-bottom: 10px;
  display: block;
  font-family: "Open Sans", sans-serif; }
  form input:focus,
  form select:focus,
  form textarea:focus {
    border-bottom: 2px solid #00743c; }

form input[type='text'],
form input[type='email'] {
  min-width: 200px;
  max-width: 100%; }

form select {
  padding-right: 20px; }

form textarea {
  min-width: 400px;
  min-height: 150px; }
  @media (max-width: 767.98px) {
    form textarea {
      min-width: 100%; } }

form input[type='checkbox'] {
  display: inline-block;
  min-width: 20px; }

form input[type='checkbox'] + label {
  display: inline-block; }

form input.required {
  box-shadow: 0 0 5px #00743c; }

form .freeform-row .freeform-column .freeform-label.freeform-required:after {
  color: #00743c; }

form .freeform-row .freeform-column .freeform-errors {
  padding: 0;
  margin: 0; }

form .freeform-row .freeform-column .freeform-errors > li {
  background-color: #e5134b;
  color: white;
  font-weight: bold;
  margin: 0;
  padding: 5px 10px;
  line-height: 1.5em;
  list-style: none; }

form .freeform-row .freeform-column .freeform-instructions {
  color: #b5bab8; }

form .freeform-row input[name='toevoeging'] {
  min-width: 0; }

@media (min-width: 576px) {
  form .formrow {
    display: flex;
    flex-wrap: wrap; }
    form .formrow .formgroup:not(:first-child) {
      margin-left: 15px; } }

.form-submitted {
  background-color: #ebf2ef;
  padding: 20px; }

.captcha img {
  border: 1px solid #b5bab8;
  margin-bottom: 5px; }

.input {
  padding: 0.2em 0.7em;
  font-size: 1.3em;
  line-height: 1.5em;
  background-color: white;
  border: 1px solid #00743c;
  border-radius: 3px;
  color: black; }

ul.logo-list li,
.logo-list ul li {
  margin: 20px 0 15px;
  clear: both;
  position: relative;
  height: 100%;
  padding-left: 40px; }
  ul.logo-list li::before,
  .logo-list ul li::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 5px;
    top: -1px;
    background: url("../images/logo_mark.svg") top center no-repeat;
    width: 22px;
    height: 21px; }

.matrix li {
  margin: 5px 0 5px 40px;
  line-height: 1.75em; }

.matrix ul:not(.logo-list) li {
  list-style-type: disc;
  list-style-image: url("../images/dot.svg"); }

.matrix ol li {
  list-style-type: decimal;
  list-style-image: none; }

.matrix blockquote {
  color: #00743c;
  font-size: 1.6em;
  font-family: "CircularProBook", sans-serif;
  text-align: center;
  margin: 20px; }

.matrix table {
  width: 100%; }
  .matrix table td {
    padding: 5px 0; }

.matrix .banner {
  background-color: #ebf2ef;
  margin: 30px 0;
  padding: 30px;
  font-weight: 600;
  align-items: center;
  justify-content: space-between; }
  .matrix .banner p {
    font-size: 1.1em;
    margin-right: 10px; }
  .matrix .banner .btn, .matrix .banner form button[type='submit'], form .matrix .banner button[type='submit'],
  .matrix .banner form input[type='submit'], form .matrix .banner input[type='submit'] {
    white-space: nowrap; }
  .matrix .banner.multiple-buttons {
    flex-wrap: wrap; }
    .matrix .banner.multiple-buttons p {
      margin-top: 0;
      margin-right: 0; }
  .matrix .banner .buttons.multiple {
    width: 100%; }
    .matrix .banner .buttons.multiple form {
      display: inline; }

.matrix .image {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 20px; }

.matrix .personwrapper {
  width: 100%;
  max-width: 300px !important;
  margin: 0 auto 20px; }
  .matrix .personwrapper .image {
    padding-bottom: 100%;
    border-radius: 100%;
    background-size: cover; }

.matrix .cookienotice {
  background-color: #ebf2ef;
  text-align: center;
  padding: 20px;
  border: 1px solid #00743c; }
  .matrix .cookienotice.has-thumbnail {
    background-size: cover;
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center; }
    .matrix .cookienotice.has-thumbnail p {
      background: rgba(235, 242, 239, 0.85);
      padding: 20px; }

.matrix .blocks {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .matrix .blocks {
      margin-left: -600px;
      margin-right: -600px; } }
  .matrix .blocks .block .image {
    margin-bottom: 0; }

nav {
  position: relative; }
  nav .subsite-row {
    height: 40px; }
    nav .subsite-row a {
      transition: background-color 0.4s ease-out;
      padding: 10px 20px;
      text-decoration: none;
      display: block;
      width: 100%; }
      nav .subsite-row a .arrow {
        display: inline-block;
        width: 16px;
        height: 8px;
        background-image: url("../images/arrow-small-green.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(90deg); }
      nav .subsite-row a:hover, nav .subsite-row a:focus {
        background-color: #00743c;
        color: white; }
        nav .subsite-row a:hover .arrow, nav .subsite-row a:focus .arrow {
          background-image: url("../images/arrow-small-white.svg"); }
  nav .top-row {
    background: white;
    height: 140px; }
    @media (max-width: 767.98px) {
      nav .top-row {
        height: 80px; } }
    nav .top-row .container, nav .top-row .page {
      justify-content: space-between;
      align-items: center;
      padding: 15px 10px; }
      @media (max-width: 767.98px) {
        nav .top-row .container, nav .top-row .page {
          padding: 0px 0; } }
      nav .top-row .container .logo, nav .top-row .page .logo {
        text-decoration: none;
        position: relative; }
        nav .top-row .container .logo img, nav .top-row .page .logo img {
          width: 250px; }
          @media (max-width: 767.98px) {
            nav .top-row .container .logo img, nav .top-row .page .logo img {
              width: 185px; } }
        nav .top-row .container .logo.subsite, nav .top-row .page .logo.subsite {
          margin-top: -5px; }
          @media (max-width: 767.98px) {
            nav .top-row .container .logo.subsite, nav .top-row .page .logo.subsite {
              margin-top: -2px; }
              nav .top-row .container .logo.subsite img, nav .top-row .page .logo.subsite img {
                width: 160px;
                margin-top: 2px; }
              nav .top-row .container .logo.subsite span, nav .top-row .page .logo.subsite span {
                left: 68px;
                font-size: 12px; } }
        nav .top-row .container .logo span, nav .top-row .page .logo span {
          color: #00743c;
          display: block;
          position: absolute;
          left: 107px;
          white-space: nowrap;
          font-family: "CircularProBook", sans-serif;
          font-size: 1.1em;
          bottom: 0; }
          @media (max-width: 767.98px) {
            nav .top-row .container .logo span, nav .top-row .page .logo span {
              bottom: 0;
              left: 78px; } }
      nav .top-row .container .cta, nav .top-row .page .cta {
        margin-right: 15px; }
      nav .top-row .container form, nav .top-row .page form {
        display: flex; }
        @media (max-width: 767.98px) {
          nav .top-row .container form, nav .top-row .page form {
            display: none; } }
        nav .top-row .container form input[type='text'], nav .top-row .page form input[type='text'] {
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          border-color: #ebf2ef;
          border-bottom-color: #b5bab8;
          border-radius: 5px;
          border-right: 0;
          margin: 0;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          width: 280px;
          font-size: 1.1em; }
          @media (min-width: 992px) {
            nav .top-row .container form input[type='text'], nav .top-row .page form input[type='text'] {
              width: 350px; } }
          nav .top-row .container form input[type='text']:focus + .btn, nav .top-row .page form input[type='text']:focus + .btn, nav .top-row .container form input[type='text']:focus + button[type='submit'], nav .top-row .page form input[type='text']:focus + button[type='submit'],
          nav .top-row .container form input[type='text']:focus + input[type='submit'],
          nav .top-row .page form input[type='text']:focus + input[type='submit'],
          nav .top-row .container form input[type='text']:hover + .btn,
          nav .top-row .page form input[type='text']:hover + .btn,
          nav .top-row .container form input[type='text']:hover + button[type='submit'],
          nav .top-row .page form input[type='text']:hover + button[type='submit'],
          nav .top-row .container form input[type='text']:hover + input[type='submit'],
          nav .top-row .page form input[type='text']:hover + input[type='submit'] {
            background: #00743c; }
            nav .top-row .container form input[type='text']:focus + .btn svg, nav .top-row .page form input[type='text']:focus + .btn svg, nav .top-row .container form input[type='text']:focus + button[type='submit'] svg, nav .top-row .page form input[type='text']:focus + button[type='submit'] svg, nav .top-row .container form input[type='text']:focus + input[type='submit'] svg, nav .top-row .page form input[type='text']:focus + input[type='submit'] svg,
            nav .top-row .container form input[type='text']:hover + .btn svg,
            nav .top-row .page form input[type='text']:hover + .btn svg,
            nav .top-row .container form input[type='text']:hover + button[type='submit'] svg,
            nav .top-row .page form input[type='text']:hover + button[type='submit'] svg,
            nav .top-row .container form input[type='text']:hover + input[type='submit'] svg,
            nav .top-row .page form input[type='text']:hover + input[type='submit'] svg {
              stroke: white; }
          nav .top-row .container form input[type='text']:focus, nav .top-row .page form input[type='text']:focus {
            border-bottom: 1px solid #b5bab8; }
        nav .top-row .container form .btn, nav .top-row .page form .btn, nav .top-row .container form button[type='submit'], nav .top-row .page form button[type='submit'],
        nav .top-row .container form input[type='submit'],
        nav .top-row .page form input[type='submit'] {
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          border-radius: 5px;
          height: 40px;
          width: 56px;
          border-color: #ebf2ef;
          border-bottom-color: #b5bab8;
          border-width: 1px;
          margin: 0;
          border-left: 0;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          padding: 0;
          background-color: white; }
          nav .top-row .container form .btn svg, nav .top-row .page form .btn svg, nav .top-row .container form button[type='submit'] svg, nav .top-row .page form button[type='submit'] svg, nav .top-row .container form input[type='submit'] svg, nav .top-row .page form input[type='submit'] svg {
            width: 40px;
            height: 40px;
            stroke: #b5bab8;
            transition: stroke 0.2s; }
          nav .top-row .container form .btn:hover, nav .top-row .page form .btn:hover, nav .top-row .container form button:hover[type='submit'], nav .top-row .page form button:hover[type='submit'],
          nav .top-row .container form input:hover[type='submit'],
          nav .top-row .page form input:hover[type='submit'] {
            background-color: #00743c; }
            nav .top-row .container form .btn:hover svg, nav .top-row .page form .btn:hover svg, nav .top-row .container form button:hover[type='submit'] svg, nav .top-row .page form button:hover[type='submit'] svg, nav .top-row .container form input:hover[type='submit'] svg, nav .top-row .page form input:hover[type='submit'] svg {
              stroke: white; }
          nav .top-row .container form .btn::-moz-focus-inner, nav .top-row .page form .btn::-moz-focus-inner, nav .top-row .container form button[type='submit']::-moz-focus-inner, nav .top-row .page form button[type='submit']::-moz-focus-inner,
          nav .top-row .container form input[type='submit']::-moz-focus-inner,
          nav .top-row .page form input[type='submit']::-moz-focus-inner {
            border: 0; }
  nav .bottom-row {
    background: rgba(0, 116, 60, 0.9);
    font-family: "CircularProBook", sans-serif;
    font-size: 1.1em;
    position: absolute;
    display: flex;
    width: 100%;
    height: 60px;
    bottom: -60px;
    z-index: 9999; }
    @media (min-width: 768px) {
      nav .bottom-row {
        padding-left: 70px; } }
    @media (min-width: 1600px) {
      nav .bottom-row {
        padding-right: 70px; } }
    nav .bottom-row > ul {
      flex-grow: 1; }
      nav .bottom-row > ul li {
        position: relative; }
    nav .bottom-row a:focus {
      outline: none;
      border: 0; }
    nav .bottom-row.sticky {
      position: fixed;
      top: 0; }
      nav .bottom-row.sticky .home {
        width: 70px;
        display: flex;
        padding-left: 15px;
        justify-content: flex-start;
        align-items: center; }
        @media (min-width: 768px) {
          nav .bottom-row.sticky .home {
            padding: 0;
            justify-content: center;
            width: 70px;
            position: absolute;
            left: 0; } }
        nav .bottom-row.sticky .home img {
          transition: width 0.3s;
          width: 40px;
          height: 40px; }
    nav .bottom-row .home {
      width: 0;
      height: 60px; }
      nav .bottom-row .home img {
        width: 0;
        height: 40px; }
    nav .bottom-row .parent {
      padding: 0 20px;
      height: 60px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      color: white;
      text-decoration: none;
      transition: background 0.2s;
      font-size: 1.1em; }
      @media (min-width: 1200px) {
        nav .bottom-row .parent {
          padding: 0 30px;
          font-size: 1.2em; } }
      @media (max-width: 991.98px) {
        nav .bottom-row .parent {
          padding: 0 15px; } }
      @media (max-width: 767.98px) {
        nav .bottom-row .parent {
          display: none; } }
      nav .bottom-row .parent:hover, nav .bottom-row .parent:focus, nav .bottom-row .parent.active, nav .bottom-row .parent.expanded {
        background: #008e49; }
      nav .bottom-row .parent.small {
        font-size: 0.9em;
        padding: 0 15px; }
      nav .bottom-row .parent.has-sublinks {
        position: relative;
        padding: 0 30px 0 15px; }
        nav .bottom-row .parent.has-sublinks::before {
          content: ' ';
          display: inline-block;
          position: absolute;
          top: 28px;
          right: 8px;
          width: 16px;
          height: 8px;
          background: url("../images/arrow-small.svg") center center no-repeat;
          background-size: contain;
          transform: scaleY(1);
          transition: transform 0.3s; }
        nav .bottom-row .parent.has-sublinks.expanded::before {
          transform: scaleY(-1); }
      nav .bottom-row .parent ~ .sublinks {
        display: none; }
        nav .bottom-row .parent ~ .sublinks.expanded {
          display: block; }
        @media (min-width: 768px) {
          nav .bottom-row .parent ~ .sublinks {
            position: absolute;
            left: 0;
            top: 60px;
            width: 400px; } }
        nav .bottom-row .parent ~ .sublinks ul {
          position: absolute;
          left: 0;
          top: 0;
          background: white;
          box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.25);
          min-width: 120px; }
          nav .bottom-row .parent ~ .sublinks ul a {
            font-size: 0.9em;
            display: block;
            padding: 10px 20px;
            text-decoration: none;
            border-bottom: 2px solid #ebf2ef; }
            nav .bottom-row .parent ~ .sublinks ul a:hover, nav .bottom-row .parent ~ .sublinks ul a:focus {
              background: #ebf2ef; }
          nav .bottom-row .parent ~ .sublinks ul li:last-child a {
            border-bottom: none; }
    nav .bottom-row li.utils a {
      flex-direction: row;
      align-items: center; }
    nav .bottom-row .toggle {
      display: none;
      width: 33.33%;
      border: 0;
      color: white;
      align-items: center;
      justify-content: flex-end;
      font-weight: bold;
      font-family: "CircularProBook", sans-serif;
      font-size: 1.25em;
      cursor: pointer;
      padding: 5px 20px 5px 10px;
      text-decoration: none; }
      nav .bottom-row .toggle:focus {
        outline: none;
        border: 0; }
      @media (max-width: 767.98px) {
        nav .bottom-row .toggle {
          display: flex;
          width: calc(100% - 70px); } }
      nav .bottom-row .toggle .lines {
        position: relative;
        display: inline-block;
        margin: 5px 15px 5px 5px; }
        nav .bottom-row .toggle .lines * {
          transform-style: preserve-3d;
          transition: transform 250ms, width 200ms;
          width: 15px;
          height: 2px;
          background-color: white;
          margin: 4px 0; }
    nav .bottom-row .mobile-search {
      display: none; }
    nav .bottom-row .shop {
      display: block;
      width: 30px;
      height: 30px;
      background: url("../images/icon-cart.svg") center center no-repeat;
      background-size: contain;
      margin: 5px; }
    nav .bottom-row .shop + .badge {
      position: absolute;
      left: 40px;
      top: 7px;
      background: white;
      color: #00743c;
      border-radius: 50px;
      padding: 0px 8px;
      display: inline-block;
      font-weight: bold;
      line-height: 24px;
      font-size: 0.85em; }
      @media (min-width: 1200px) {
        nav .bottom-row .shop + .badge {
          left: 50px; } }
    nav .bottom-row .user {
      display: block;
      width: 30px;
      height: 30px;
      background: url("../images/icon-user.svg") center center no-repeat;
      background-size: contain; }
    @media (max-width: 991.98px) {
      nav .bottom-row {
        justify-content: space-between;
        flex-wrap: wrap; }
        nav .bottom-row ul.container, nav .bottom-row ul.page {
          width: 100%; }
        nav .bottom-row.expanded {
          height: calc(100vh - 80px);
          overflow-y: scroll;
          top: 80px;
          flex-direction: row;
          flex-wrap: wrap;
          align-content: flex-start; }
          nav .bottom-row.expanded.subsite {
            top: 120px;
            height: calc(100vh - 120px); }
          nav .bottom-row.expanded.sticky {
            top: 0; }
          nav .bottom-row.expanded .toggle .lines :nth-child(1) {
            width: 9px;
            transform: rotateZ(-45deg) translateX(3px) translateY(7px); }
          nav .bottom-row.expanded .toggle .lines :nth-child(2) {
            width: 17px;
            transform: rotateZ(45deg); }
          nav .bottom-row.expanded .toggle .lines :nth-child(3) {
            width: 8px;
            transform: rotateZ(-45deg) translateX(3px) translateY(-1px); }
          nav .bottom-row.expanded .mobile-search {
            display: block;
            background: #00743c;
            width: 100%;
            position: relative;
            padding: 5px 0; }
            nav .bottom-row.expanded .mobile-search input[type='text'] {
              box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
              border-color: #ebf2ef;
              border-bottom-color: #b5bab8;
              border-radius: 5px;
              border-right: 0;
              margin: 0;
              border-top-right-radius: 0;
              border-bottom-right-radius: 0;
              width: 280px;
              font-size: 1.1em; } }
        @media (max-width: 991.98px) and (min-width: 992px) {
          nav .bottom-row.expanded .mobile-search input[type='text'] {
            width: 350px; } }
    @media (max-width: 991.98px) {
              nav .bottom-row.expanded .mobile-search input[type='text']:focus + .btn, nav .bottom-row.expanded .mobile-search form input[type='text']:focus + button[type='submit'], form nav .bottom-row.expanded .mobile-search input[type='text']:focus + button[type='submit'],
              nav .bottom-row.expanded .mobile-search form input[type='text']:focus + input[type='submit'], form nav .bottom-row.expanded .mobile-search input[type='text']:focus + input[type='submit'],
              nav .bottom-row.expanded .mobile-search input[type='text']:hover + .btn,
              nav .bottom-row.expanded .mobile-search form input[type='text']:hover + button[type='submit'],
              form nav .bottom-row.expanded .mobile-search input[type='text']:hover + button[type='submit'],
              nav .bottom-row.expanded .mobile-search form input[type='text']:hover + input[type='submit'],
              form nav .bottom-row.expanded .mobile-search input[type='text']:hover + input[type='submit'] {
                background: #00743c; }
                nav .bottom-row.expanded .mobile-search input[type='text']:focus + .btn svg, nav .bottom-row.expanded .mobile-search form input[type='text']:focus + button[type='submit'] svg, form nav .bottom-row.expanded .mobile-search input[type='text']:focus + button[type='submit'] svg, nav .bottom-row.expanded .mobile-search form input[type='text']:focus + input[type='submit'] svg, form nav .bottom-row.expanded .mobile-search input[type='text']:focus + input[type='submit'] svg,
                nav .bottom-row.expanded .mobile-search input[type='text']:hover + .btn svg,
                nav .bottom-row.expanded .mobile-search form input[type='text']:hover + button[type='submit'] svg,
                form nav .bottom-row.expanded .mobile-search input[type='text']:hover + button[type='submit'] svg,
                nav .bottom-row.expanded .mobile-search form input[type='text']:hover + input[type='submit'] svg,
                form nav .bottom-row.expanded .mobile-search input[type='text']:hover + input[type='submit'] svg {
                  stroke: white; }
              nav .bottom-row.expanded .mobile-search input[type='text']:focus {
                border-bottom: 1px solid #b5bab8; }
            nav .bottom-row.expanded .mobile-search .btn, nav .bottom-row.expanded .mobile-search form button[type='submit'], form nav .bottom-row.expanded .mobile-search button[type='submit'],
            nav .bottom-row.expanded .mobile-search form input[type='submit'], form nav .bottom-row.expanded .mobile-search input[type='submit'] {
              box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
              border-radius: 5px;
              height: 40px;
              width: 56px;
              border-color: #ebf2ef;
              border-bottom-color: #b5bab8;
              border-width: 1px;
              margin: 0;
              border-left: 0;
              border-top-left-radius: 0;
              border-bottom-left-radius: 0;
              padding: 0;
              background-color: white; }
              nav .bottom-row.expanded .mobile-search .btn svg, nav .bottom-row.expanded .mobile-search form button[type='submit'] svg, form nav .bottom-row.expanded .mobile-search button[type='submit'] svg, nav .bottom-row.expanded .mobile-search form input[type='submit'] svg, form nav .bottom-row.expanded .mobile-search input[type='submit'] svg {
                width: 40px;
                height: 40px;
                stroke: #b5bab8;
                transition: stroke 0.2s; }
              nav .bottom-row.expanded .mobile-search .btn:hover, nav .bottom-row.expanded .mobile-search form button:hover[type='submit'], form nav .bottom-row.expanded .mobile-search button:hover[type='submit'],
              nav .bottom-row.expanded .mobile-search form input:hover[type='submit'], form nav .bottom-row.expanded .mobile-search input:hover[type='submit'] {
                background-color: #00743c; }
                nav .bottom-row.expanded .mobile-search .btn:hover svg, nav .bottom-row.expanded .mobile-search form button:hover[type='submit'] svg, form nav .bottom-row.expanded .mobile-search button:hover[type='submit'] svg, nav .bottom-row.expanded .mobile-search form input:hover[type='submit'] svg, form nav .bottom-row.expanded .mobile-search input:hover[type='submit'] svg {
                  stroke: white; }
              nav .bottom-row.expanded .mobile-search .btn::-moz-focus-inner, nav .bottom-row.expanded .mobile-search form button[type='submit']::-moz-focus-inner, form nav .bottom-row.expanded .mobile-search button[type='submit']::-moz-focus-inner,
              nav .bottom-row.expanded .mobile-search form input[type='submit']::-moz-focus-inner, form nav .bottom-row.expanded .mobile-search input[type='submit']::-moz-focus-inner {
                border: 0; }
            nav .bottom-row.expanded .mobile-search form {
              display: flex;
              margin: 0 5%; }
            nav .bottom-row.expanded .mobile-search input {
              flex-grow: 1; }
          nav .bottom-row.expanded > ul {
            width: 100%;
            height: 100%;
            background: #00743c; }
          nav .bottom-row.expanded .parent {
            display: flex;
            padding: 0 20px; }
            nav .bottom-row.expanded .parent ~ .sublinks {
              display: block;
              transform: scaleY(0);
              transform-origin: top;
              height: 0;
              transition: all .5s; }
              nav .bottom-row.expanded .parent ~ .sublinks.expanded {
                transform: scaleY(1);
                height: 100%; }
              nav .bottom-row.expanded .parent ~ .sublinks ul {
                position: relative; }
              nav .bottom-row.expanded .parent ~ .sublinks a {
                padding-left: 25px; }
          nav .bottom-row.expanded .toggle-mobile-submenu {
            display: inline-block;
            position: absolute;
            top: 21px;
            right: 8px;
            width: 25px;
            height: 20px;
            background: url("../images/arrow-small.svg") center center no-repeat;
            background-size: contain;
            transform: scaleY(1);
            transition: transform 0.3s; }
            nav .bottom-row.expanded .toggle-mobile-submenu.active {
              transform: rotateX(180deg); }
          nav .bottom-row.expanded .separator {
            border-top: 1px solid #ebf2ef; }
          nav .bottom-row.expanded .has-sublinks {
            position: relative; }
            nav .bottom-row.expanded .has-sublinks::before {
              display: none; } }

.page {
  width: 100%;
  z-index: 2; }
  .page .titles {
    position: relative;
    padding: 120px 8% 50px; }
    .page .titles.has-image {
      padding-top: 375px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      z-index: 2; }
      @media (min-width: 576px) {
        .page .titles.has-image.small {
          padding-top: 120px; } }
    @media (max-width: 767.98px) {
      .page .titles {
        padding-left: 10px;
        padding-right: 10px; } }
    .page .titles h1 {
      background: white;
      display: inline-block;
      margin-bottom: 0;
      padding: 5px 10px; }
      @media (max-width: 767.98px) {
        .page .titles h1 {
          font-size: 2em; } }
    .page .titles h2 {
      margin-top: 0;
      color: white;
      padding: 5px 10px;
      background: #00743c;
      display: inline-block; }
      @media (max-width: 767.98px) {
        .page .titles h2 {
          font-size: 1.5em; } }
    .page .titles .copyright {
      position: absolute;
      right: 0;
      bottom: 0; }
      .page .titles .copyright span {
        color: white;
        display: inline-block;
        margin: 10px;
        text-shadow: 0px 0px 3px black; }
  .page .top-bar {
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    margin: 0 15px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden; }
    .page .top-bar .breadcrumbs {
      display: flex;
      align-items: center;
      padding: 10px 0;
      flex-wrap: wrap;
      line-height: 1.4em; }
      .page .top-bar .breadcrumbs a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
        text-decoration: none; }
      .page .top-bar .breadcrumbs .arrow {
        display: inline-block;
        width: 16px;
        height: 8px;
        background: url("../images/arrow-small-green.svg") center center no-repeat;
        background-size: contain;
        transform: rotate(-90deg);
        position: relative;
        top: 1px; }
      @media (max-width: 767.98px) {
        .page .top-bar .breadcrumbs {
          color: #ebf2ef; }
          .page .top-bar .breadcrumbs *,
          .page .top-bar .breadcrumbs .arrow {
            display: none; }
          .page .top-bar .breadcrumbs :last-child {
            display: inline;
            position: relative; }
            .page .top-bar .breadcrumbs :last-child:before {
              content: ' ';
              display: inline-block;
              width: 16px;
              height: 8px;
              background: url("../images/arrow-small-green.svg") center center no-repeat;
              background-size: contain;
              transform: rotate(90deg); } }
    .page .top-bar .share {
      margin-left: auto;
      display: flex;
      align-items: center;
      line-height: 40px; }
      @media (max-width: 767.98px) {
        .page .top-bar .share svg {
          position: relative;
          top: 6px; }
          .page .top-bar .share svg * {
            fill: #00743c; }
        .page .top-bar .share span {
          display: none; }
        .page .top-bar .share p {
          display: none; } }
      .page .top-bar .share p {
        margin: 0 10px; }
      .page .top-bar .share a {
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding: 5px 5px;
        font-size: 1em;
        text-decoration: none; }
        @media (min-width: 576px) {
          .page .top-bar .share a.whatsapp {
            display: none; } }
  .page > .content-wrapper .white-wrapper {
    padding-top: 40px;
    background-color: white; }
    @media (max-width: 767.98px) {
      .page > .content-wrapper .white-wrapper {
        padding-top: 20px; } }
    .page > .content-wrapper .white-wrapper.no-top-padding {
      padding-top: 0; }
  .page > .content-wrapper .relations .white-wrapper {
    padding-top: 10px; }
  .page > .content-wrapper .content-small {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px; }
    .page > .content-wrapper .content-small *:not(.blocks):not(.block) {
      max-width: 100%; }
    .page > .content-wrapper .content-small .label {
      margin-top: 30px;
      margin-left: -100px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .page > .content-wrapper .content-small .label {
          margin-left: -30px; } }
      @media (max-width: 767.98px) {
        .page > .content-wrapper .content-small .label {
          margin-left: -10px; } }
    .page > .content-wrapper .content-small:last-child {
      padding-bottom: 40px; }
      @media (max-width: 767.98px) {
        .page > .content-wrapper .content-small:last-child {
          padding-bottom: 20px; } }
  .page > .content-wrapper .content-wide {
    margin: 0 auto 50px;
    padding: 20px 20px 0; }
    @media (min-width: 576px) {
      .page > .content-wrapper .content-wide {
        padding: 50px 50px 0; } }
    .page > .content-wrapper .content-wide:last-child {
      padding-bottom: 40px; }
  .page > .content-wrapper .alternate {
    background: #ebf2ef; }

.content-wide .page > .contentwrapper .content {
  max-width: none; }

.person {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 200px;
  margin: 10px;
  text-align: center;
  align-content: flex-start;
  justify-content: center; }
  .person .imagelink {
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    transform: translateZ(0px); }
    .person .imagelink:hover .image {
      transform: scale(1.05); }
    .person .imagelink .image {
      max-width: 220px;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 50%;
      flex: 1 0 auto;
      transition: transform 1s ease-out;
      transform: scale(1) rotate(0deg); }
      .person .imagelink .image::before {
        content: ' ';
        display: block;
        padding-top: 100%; }
  .person p {
    color: #00743c;
    width: 100%; }

.page .content .person .image {
  max-width: 200px; }

body.persons .page .persons {
  flex-wrap: wrap;
  justify-content: center; }

body.persons .page .fracties {
  justify-content: center;
  flex-wrap: wrap; }
  body.persons .page .fracties .btn, body.persons .page .fracties form button[type='submit'], form body.persons .page .fracties button[type='submit'],
  body.persons .page .fracties form input[type='submit'], form body.persons .page .fracties input[type='submit'] {
    margin: 20px; }

.wrap {
  flex-wrap: wrap; }

[class^='row'].center {
  justify-content: center; }

.center {
  text-align: center; }

.pull-right {
  float: right; }
  @media (max-width: 991.98px) {
    .pull-right.md-up {
      float: none; } }

@media (max-width: 991.98px) {
  .md-down-hidden {
    display: none; } }

@media (min-width: 768px) {
  .md-up-hidden {
    display: none; } }

.container, .page {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%; }

.fill {
  flex-grow: 1; }

.no-scroll {
  overflow: hidden; }

#butterfly {
  background: url("../images/logo_mark_white_50.svg") no-repeat center center;
  background-size: contain;
  width: 40%;
  height: 40%;
  max-width: 375px;
  position: fixed;
  right: 10%;
  top: 30%;
  z-index: 1;
  opacity: 0.5; }

h2.label {
  background: #ebf2ef;
  display: inline-block;
  padding: 10px; }
  h2.label::after {
    display: block; }

.person-list {
  flex-wrap: wrap; }

.pagedate {
  color: black;
  font-size: 0.9em;
  line-height: 1.75em;
  text-transform: uppercase;
  display: inline-block; }
  @media (min-width: 992px) {
    .pagedate {
      position: absolute;
      right: calc(100% + 20px);
      text-align: right;
      white-space: nowrap; } }

section.call-to-action,
section.call-to-action-secondary,
body.homepage section.call-to-action-secondary {
  align-items: center;
  background: none;
  padding: 8px 20px; }
  @media (max-width: 767.98px) {
    section.call-to-action,
    section.call-to-action-secondary,
    body.homepage section.call-to-action-secondary {
      padding-bottom: 10px; } }
  section.call-to-action *,
  section.call-to-action-secondary *,
  body.homepage section.call-to-action-secondary * {
    margin: 5px; }
  section.call-to-action:last-child,
  section.call-to-action-secondary:last-child,
  body.homepage section.call-to-action-secondary:last-child {
    background-color: rgba(255, 255, 255, 0.5); }

.archive > li {
  display: inline-block;
  margin-right: 5px; }

h1.with-time {
  font-size: 1.2em;
  line-height: 1.5em;
  min-height: 55px;
  display: inline-flex !important;
  padding: 5px 10px 5px 65px !important;
  position: relative;
  align-items: center; }
  @media (min-width: 768px) {
    h1.with-time {
      font-size: 2em;
      line-height: 1em; } }
  h1.with-time time {
    background: #269c63;
    color: white;
    width: 55px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    line-height: 20px;
    padding-bottom: 2px; }
    h1.with-time time .month {
      font-size: 14px;
      flex-basis: 100%;
      text-align: center; }
    h1.with-time time .day {
      font-size: 26px;
      margin: 0;
      flex-basis: 100%;
      text-align: center; }

.error {
  color: #e5134b; }

.obiChatLauncher.obiChatLauncherBottomLeft {
  bottom: 14px; }
  @media (max-width: 991.98px) {
    .obiChatLauncher.obiChatLauncherBottomLeft {
      z-index: 10;
      bottom: 90px; } }

.hidden {
  display: none; }

.clear-both {
  clear: both; }

.w-full {
  width: 100%; }

.p5 {
  padding: 1.25rem; }

.py2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.flex {
  display: flex; }

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

.items-start {
  align-items: flex-start; }

.content-start {
  align-content: flex-start; }

.justify-around {
  justify-content: space-around; }

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

.justify-between {
  justify-content: space-between; }

.gap-4 {
  gap: 1rem; }

.gap-8 {
  gap: 2rem; }

.block {
  display: block; }

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

.flex-wrap {
  flex-wrap: wrap; }

.w-full {
  width: 100%; }

.w-1\/2 {
  width: 50%; }

@media (min-width: 576px) {
  .md\:block {
    display: block; }
  .md\:flex {
    display: flex; }
  .md\:hidden {
    display: none; } }

.relative {
  position: relative; }

.row {
  display: flex; }

@media (min-width: 576px) {
  .row-sm-up {
    display: flex; } }

@media (min-width: 768px) {
  .row-md-up {
    display: flex; } }

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

@media (min-width: 576px) {
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-8 {
    width: 66.66%; } }

.relations .tabcontainer .label {
  background: white; }

.relations .tabcontainer .tabs {
  background: center center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative; }
  @media (max-width: 991.98px) {
    .relations .tabcontainer .tabs {
      display: none; } }
  .relations .tabcontainer .tabs::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 116, 60, 0.9); }

.relations .tabcontainer .tab {
  color: white;
  display: inline-block;
  padding: 30px 40px;
  text-decoration: none;
  font-family: "CircularProBook", sans-serif;
  font-size: 1.3em;
  position: relative;
  z-index: 2;
  border: 0;
  transition: all 0.2s; }
  .relations .tabcontainer .tab:hover, .relations .tabcontainer .tab.active {
    background: #269c63 !important; }
  .relations .tabcontainer .tab.active::after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #269c63; }
  .relations .tabcontainer .tab:focus {
    outline: none; }
  .relations .tabcontainer .tab.md-down {
    display: none; }
    @media (max-width: 991.98px) {
      .relations .tabcontainer .tab.md-down {
        display: block;
        text-align: center;
        background: #00743c;
        border-bottom: 1px solid #269c63;
        position: relative; }
        .relations .tabcontainer .tab.md-down::before {
          content: ' ';
          display: inline-block;
          position: absolute;
          right: 15px;
          top: 50%;
          margin-top: -9px;
          width: 18px;
          height: 18px;
          background: url("../images/arrow.svg") center center no-repeat;
          background-size: contain;
          transform: scaleY(1);
          transition: transform 0.3s; }
        .relations .tabcontainer .tab.md-down.active::before {
          background-image: none; } }

.relations .tabcontainer .tab-content-container {
  max-width: 880px;
  margin: 0 auto;
  background: white; }
  .relations .tabcontainer .tab-content-container .tab-content {
    display: none;
    padding: 40px 20px;
    margin-bottom: 0; }
    .relations .tabcontainer .tab-content-container .tab-content.active {
      display: block; }
    .relations .tabcontainer .tab-content-container .tab-content li {
      border-bottom: 1px solid #269c63; }
      .relations .tabcontainer .tab-content-container .tab-content li:last-child {
        border: 0; }
      .relations .tabcontainer .tab-content-container .tab-content li a {
        color: #00743c;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 1em;
        font-family: "Open Sans", sans-serif;
        transition: all 0.2s; }
        @media (max-width: 991.98px) {
          .relations .tabcontainer .tab-content-container .tab-content li a {
            display: block; } }
        .relations .tabcontainer .tab-content-container .tab-content li a .date {
          font-size: 0.9em;
          color: black;
          text-transform: uppercase;
          display: block;
          width: 165px;
          padding-right: 10px;
          line-height: 1.85em; }
        .relations .tabcontainer .tab-content-container .tab-content li a .title {
          flex: 1;
          font-size: 1.15em; }
        .relations .tabcontainer .tab-content-container .tab-content li a:hover {
          background: #ebf2ef; }
    .relations .tabcontainer .tab-content-container .tab-content .more {
      margin-top: 25px; }

.tabcontainer.switch .tab {
  font-family: "CircularProBook", sans-serif;
  font-size: 1.3em;
  transition: 0.2s;
  cursor: pointer;
  padding: 10px 20px;
  flex-grow: 1;
  text-decoration: none;
  text-align: center;
  background: white;
  border: 1px solid #00743c;
  color: #00743c;
  background-color: #ebf2ef; }
  .tabcontainer.switch .tab:hover, .tabcontainer.switch .tab.active {
    background: #00743c;
    color: white; }
  .tabcontainer.switch .tab.disabled {
    border-color: #b5bab8;
    cursor: not-allowed;
    color: #b5bab8; }
    .tabcontainer.switch .tab.disabled:hover {
      background: #ebf2ef; }
  .tabcontainer.switch .tab:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .tabcontainer.switch .tab:last-child {
    border-left: 1px solid #b5bab8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

.tabcontainer.switch .tab-content {
  display: none; }
  .tabcontainer.switch .tab-content.active {
    display: block; }

.video {
  position: relative;
  height: 0;
  padding-bottom: 56%; }
  .video h2 {
    position: relative;
    color: white;
    margin: 0;
    padding: 20px 20px; }
    @media (max-width: 991.98px) {
      .video h2 {
        font-size: 1.2em; } }
    .video h2 span {
      position: relative; }
    .video h2:before {
      content: ' ';
      display: block;
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.5; }
  .video #video-image {
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .video .live {
    background: #e5134b;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 8px 15px 8px 10px; }
    .video .live:before {
      content: ' ';
      display: inline-block;
      background: white;
      border-radius: 100%;
      position: relative;
      width: 12px;
      height: 12px;
      margin-right: 5px; }
  .video .playbutton {
    background: #00743c;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.3s; }
    @media (max-width: 991.98px) {
      .video .playbutton {
        width: 80px;
        height: 80px; } }
    .video .playbutton:after {
      content: ' ';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-30%, -50%);
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 32px solid white; }
  .video .nocookie {
    color: white;
    text-shadow: 0 0 3px black;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold; }
  .video:hover .playbutton {
    transform: translate(-50%, -50%) scale(1.2); }
  .video .youtube {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .video .youtube iframe {
      width: 100%;
      height: 100%; }
  .video.playing * {
    display: none; }
  .video.playing .youtube,
  .video.playing .youtube iframe {
    display: block; }

.elections.ps2019.mapblock,
.elections.eu2019.mapblock {
  padding-top: 70px; }
  @media (min-width: 768px) {
    .elections.ps2019.mapblock,
    .elections.eu2019.mapblock {
      padding-top: 100px;
      display: flex; } }
  @media (min-width: 768px) {
    .elections.ps2019.mapblock .map,
    .elections.eu2019.mapblock .map {
      width: 40%;
      margin: 0 auto;
      margin-right: 40px; } }
  .elections.ps2019.mapblock .map svg,
  .elections.eu2019.mapblock .map svg {
    width: 100%;
    max-height: 50vh; }
    .elections.ps2019.mapblock .map svg mask g path,
    .elections.eu2019.mapblock .map svg mask g path {
      animation-name: provinceFadeIn;
      animation-duration: 0.4s;
      animation-fill-mode: backwards; }
    .elections.ps2019.mapblock .map svg mask g:nth-child(1) path,
    .elections.eu2019.mapblock .map svg mask g:nth-child(1) path {
      animation-duration: 1.6s; }
    .elections.ps2019.mapblock .map svg mask g:nth-child(2) path,
    .elections.eu2019.mapblock .map svg mask g:nth-child(2) path {
      animation-duration: 1.2s; }
    .elections.ps2019.mapblock .map svg mask g:nth-child(3) path,
    .elections.eu2019.mapblock .map svg mask g:nth-child(3) path {
      animation-duration: 0.8s; }
    .elections.ps2019.mapblock .map svg mask g:nth-child(4) path,
    .elections.eu2019.mapblock .map svg mask g:nth-child(4) path {
      animation-duration: 0.8s; }
    .elections.ps2019.mapblock .map svg mask g:nth-child(5) path,
    .elections.eu2019.mapblock .map svg mask g:nth-child(5) path {
      animation-duration: 1.2s; }
    .elections.ps2019.mapblock .map svg mask g:nth-child(6) path,
    .elections.eu2019.mapblock .map svg mask g:nth-child(6) path {
      animation-duration: 0.8s; }
    .elections.ps2019.mapblock .map svg mask g:nth-child(7) path,
    .elections.eu2019.mapblock .map svg mask g:nth-child(7) path {
      animation-duration: 1.2s; }
    .elections.ps2019.mapblock .map svg mask g:nth-child(8) path,
    .elections.eu2019.mapblock .map svg mask g:nth-child(8) path {
      animation-duration: 1.6s; }
    .elections.ps2019.mapblock .map svg mask g:nth-child(9) path,
    .elections.eu2019.mapblock .map svg mask g:nth-child(9) path {
      animation-duration: 2s; }
    .elections.ps2019.mapblock .map svg mask g:nth-child(11) path,
    .elections.eu2019.mapblock .map svg mask g:nth-child(11) path {
      animation-duration: 0.4s; }
    .elections.ps2019.mapblock .map svg mask g:nth-child(12) path,
    .elections.eu2019.mapblock .map svg mask g:nth-child(12) path {
      animation-duration: 0.4s; }

@keyframes provinceFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .elections.ps2019.mapblock .map svg path.province,
    .elections.ps2019.mapblock .map svg g.province path,
    .elections.eu2019.mapblock .map svg path.province,
    .elections.eu2019.mapblock .map svg g.province path {
      fill: rgba(0, 0, 0, 0);
      cursor: pointer;
      transition: 0.2s;
      stroke: rgba(255, 255, 255, 0.2); }
    .elections.ps2019.mapblock .map svg path.province:hover,
    .elections.ps2019.mapblock .map svg g.province:hover path,
    .elections.ps2019.mapblock .map svg path.active,
    .elections.ps2019.mapblock .map svg g.province.active path,
    .elections.eu2019.mapblock .map svg path.province:hover,
    .elections.eu2019.mapblock .map svg g.province:hover path,
    .elections.eu2019.mapblock .map svg path.active,
    .elections.eu2019.mapblock .map svg g.province.active path {
      fill: #00743c;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      stroke: white; }
  @media (min-width: 768px) {
    .elections.ps2019.mapblock .content,
    .elections.eu2019.mapblock .content {
      width: 60%; } }
  .elections.ps2019.mapblock .content h1,
  .elections.eu2019.mapblock .content h1 {
    background: white; }
  .elections.ps2019.mapblock .content h2,
  .elections.eu2019.mapblock .content h2 {
    font-size: 1.3em;
    text-transform: uppercase; }
  .elections.ps2019.mapblock .content .water h2,
  .elections.eu2019.mapblock .content .water h2 {
    border-top: 2px solid #00743c;
    padding-top: 12px;
    margin-bottom: 10px; }
  .elections.ps2019.mapblock .content > .provinces,
  .elections.eu2019.mapblock .content > .provinces {
    display: none; }
    .elections.ps2019.mapblock .content > .provinces .province,
    .elections.eu2019.mapblock .content > .provinces .province {
      display: none; }
      .elections.ps2019.mapblock .content > .provinces .province > h1,
      .elections.eu2019.mapblock .content > .provinces .province > h1 {
        margin-bottom: 0; }
      .elections.ps2019.mapblock .content > .provinces .province > h2,
      .elections.eu2019.mapblock .content > .provinces .province > h2 {
        background: #00743c;
        color: white;
        display: inline-block;
        padding: 5px 10px;
        text-transform: capitalize;
        margin: 0;
        font-size: 1.3em; }
        @media (min-width: 768px) {
          .elections.ps2019.mapblock .content > .provinces .province > h2,
          .elections.eu2019.mapblock .content > .provinces .province > h2 {
            font-size: 1.8em; } }
    .elections.ps2019.mapblock .content > .provinces .province.active,
    .elections.eu2019.mapblock .content > .provinces .province.active {
      display: block; }
      .elections.ps2019.mapblock .content > .provinces .province.active > h1 > span,
      .elections.eu2019.mapblock .content > .provinces .province.active > h1 > span {
        animation: textSlide 0.3s;
        overflow: hidden; }
      .elections.ps2019.mapblock .content > .provinces .province.active .candidate,
      .elections.ps2019.mapblock .content > .provinces .province.active .logo-list,
      .elections.ps2019.mapblock .content > .provinces .province.active .btn,
      .elections.ps2019.mapblock .content > .provinces .province.active form button[type='submit'],
      form .elections.ps2019.mapblock .content > .provinces .province.active button[type='submit'],
      .elections.ps2019.mapblock .content > .provinces .province.active form input[type='submit'],
      form .elections.ps2019.mapblock .content > .provinces .province.active input[type='submit'],
      .elections.eu2019.mapblock .content > .provinces .province.active .candidate,
      .elections.eu2019.mapblock .content > .provinces .province.active .logo-list,
      .elections.eu2019.mapblock .content > .provinces .province.active .btn,
      .elections.eu2019.mapblock .content > .provinces .province.active form button[type='submit'],
      form .elections.eu2019.mapblock .content > .provinces .province.active button[type='submit'],
      .elections.eu2019.mapblock .content > .provinces .province.active form input[type='submit'],
      form .elections.eu2019.mapblock .content > .provinces .province.active input[type='submit'] {
        animation: fadeIn 0.6s; }
      
      .elections.ps2019.mapblock .content > .provinces .province.active .btn,
      .elections.ps2019.mapblock .content > .provinces .province.active form button[type='submit'],
      form .elections.ps2019.mapblock .content > .provinces .province.active button[type='submit'],
      .elections.ps2019.mapblock .content > .provinces .province.active form input[type='submit'],
      form .elections.ps2019.mapblock .content > .provinces .province.active input[type='submit'],
      .elections.eu2019.mapblock .content > .provinces .province.active .btn,
      .elections.eu2019.mapblock .content > .provinces .province.active form button[type='submit'],
      form .elections.eu2019.mapblock .content > .provinces .province.active button[type='submit'],
      .elections.eu2019.mapblock .content > .provinces .province.active form input[type='submit'],
      form .elections.eu2019.mapblock .content > .provinces .province.active input[type='submit'] {
        animation-delay: 0.1s;
        animation-fill-mode: backwards; }

@keyframes textSlide {
  0% {
    letter-spacing: -0.5em;
    text-indent: -300px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .elections.ps2019.mapblock .content > .provinces .candidate,
    .elections.eu2019.mapblock .content > .provinces .candidate {
      display: flex;
      align-items: center;
      margin: 40px 0; }
      .elections.ps2019.mapblock .content > .provinces .candidate .image,
      .elections.eu2019.mapblock .content > .provinces .candidate .image {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background-size: cover;
        margin-right: 20px; }
      .elections.ps2019.mapblock .content > .provinces .candidate h2,
      .elections.ps2019.mapblock .content > .provinces .candidate p,
      .elections.eu2019.mapblock .content > .provinces .candidate h2,
      .elections.eu2019.mapblock .content > .provinces .candidate p {
        text-transform: none;
        margin: 0; }
    .elections.ps2019.mapblock .content > .provinces .logo-list,
    .elections.eu2019.mapblock .content > .provinces .logo-list {
      font-weight: 700; }
    .elections.ps2019.mapblock .content > .provinces .btn, .elections.ps2019.mapblock .content > .provinces form button[type='submit'], form .elections.ps2019.mapblock .content > .provinces button[type='submit'],
    .elections.ps2019.mapblock .content > .provinces form input[type='submit'], form .elections.ps2019.mapblock .content > .provinces input[type='submit'],
    .elections.eu2019.mapblock .content > .provinces .btn,
    .elections.eu2019.mapblock .content > .provinces form button[type='submit'],
    form .elections.eu2019.mapblock .content > .provinces button[type='submit'],
    .elections.eu2019.mapblock .content > .provinces form input[type='submit'],
    form .elections.eu2019.mapblock .content > .provinces input[type='submit'] {
      margin: 20px 0; }

.elections.ps2019 .has-image,
.elections.eu2019 .has-image {
  padding: 375px 8% 50px; }
  .elections.ps2019 .has-image .headings,
  .elections.eu2019 .has-image .headings {
    padding: 0; }
  @media (max-width: 767.98px) {
    .elections.ps2019 .has-image,
    .elections.eu2019 .has-image {
      padding: 0; }
      .elections.ps2019 .has-image .mobile-background,
      .elections.eu2019 .has-image .mobile-background {
        padding-bottom: 58%;
        width: 100%;
        position: relative; }
      .elections.ps2019 .has-image h1,
      .elections.ps2019 .has-image h2,
      .elections.eu2019 .has-image h1,
      .elections.eu2019 .has-image h2 {
        width: 100%; } }

.elections.ps2019 section .content-small,
.elections.eu2019 section .content-small {
  max-width: 680px;
  margin: 0 auto;
  position: relative; }
  .elections.ps2019 section .content-small .logo-list,
  .elections.eu2019 section .content-small .logo-list {
    font-weight: bold; }
  .elections.ps2019 section .content-small > time,
  .elections.eu2019 section .content-small > time {
    background: #00743c;
    color: white;
    display: inline-flex;
    float: left;
    margin-right: 30px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    font-weight: bold;
    line-height: 2.5em;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      .elections.ps2019 section .content-small > time,
      .elections.eu2019 section .content-small > time {
        position: absolute;
        left: -130px; } }
    .elections.ps2019 section .content-small > time .month,
    .elections.eu2019 section .content-small > time .month {
      font-size: 1.9em; }
    .elections.ps2019 section .content-small > time .day,
    .elections.eu2019 section .content-small > time .day {
      font-size: 3.5em; }

.elections.ps2019 .persons .highlight,
.elections.eu2019 .persons .highlight {
  margin-bottom: 0; }

.elections.ps2019 .persons .lists,
.elections.eu2019 .persons .lists {
  width: 100%; }
  @media (min-width: 768px) {
    .elections.ps2019 .persons .lists,
    .elections.eu2019 .persons .lists {
      padding-left: 280px;
      display: flex; } }
  .elections.ps2019 .persons .lists ol,
  .elections.eu2019 .persons .lists ol {
    margin: 0 40px;
    line-height: 1.7em; }

/** Specific pages **/
body.achievements .content-wrapper {
  display: flex;
  align-items: flex-start; }
  @media (min-width: 768px) {
    body.achievements .content-wrapper.fixed:not(.bottom-aligned) .timeline {
      position: fixed;
      top: 80px; }
    body.achievements .content-wrapper.fixed:not(.bottom-aligned) .content {
      margin-left: 90px; } }
  body.achievements .content-wrapper.bottom-aligned {
    align-items: flex-end; }
  body.achievements .content-wrapper .timeline {
    margin-right: 20px;
    margin-left: 10px;
    border-right: 1px dashed black;
    width: 60px;
    flex-shrink: 0; }
    @media (max-width: 767.98px) {
      body.achievements .content-wrapper .timeline {
        display: none; } }
    body.achievements .content-wrapper .timeline a {
      display: block;
      text-decoration: none;
      color: black;
      background: #ebf2ef;
      padding: 15px 10px;
      text-align: center;
      transition: all 0.3s; }
      body.achievements .content-wrapper .timeline a.active {
        background: #00743c;
        color: white;
        font-weight: bold;
        position: relative; }
        body.achievements .content-wrapper .timeline a.active::after {
          content: ' ';
          display: block;
          width: 1px;
          height: 100%;
          position: absolute;
          right: -1px;
          top: 0;
          background: #00743c; }
  body.achievements .content-wrapper .content {
    width: 100%; }
    body.achievements .content-wrapper .content h2.label:first-child {
      display: none; }
    body.achievements .content-wrapper .content .highlights {
      display: flex;
      flex-wrap: wrap; }
      body.achievements .content-wrapper .content .highlights .card {
        width: 100%;
        margin: 10px;
        display: flex;
        flex-direction: column;
        text-decoration: none; }
        @media (min-width: 768px) {
          body.achievements .content-wrapper .content .highlights .card {
            width: calc(25% - 22.5px);
            margin: 0 30px 30px 0; }
            body.achievements .content-wrapper .content .highlights .card:last-child {
              margin-right: 0; } }
        body.achievements .content-wrapper .content .highlights .card:hover .img {
          transform: scale(1.2, 1.2); }
        body.achievements .content-wrapper .content .highlights .card .img-wrapper {
          overflow: hidden;
          width: 100%;
          padding-bottom: 80%;
          position: relative; }
        body.achievements .content-wrapper .content .highlights .card .img-text {
          display: flex;
          flex-direction: column;
          background: #00743c;
          color: white;
          margin: 0;
          padding: 16px;
          height: 100%; }
        body.achievements .content-wrapper .content .highlights .card .img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          transform: scale(1, 1) rotate(0deg);
          transition: transform 4s ease-out; }
        body.achievements .content-wrapper .content .highlights .card h2 {
          margin-top: 0;
          font-size: 18px; }
        body.achievements .content-wrapper .content .highlights .card p {
          margin-top: auto;
          margin-bottom: 0;
          color: #ffffff57; }
    body.achievements .content-wrapper .content .white-wrapper {
      padding: 15px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        body.achievements .content-wrapper .content .white-wrapper {
          padding: 30px; } }
      body.achievements .content-wrapper .content .white-wrapper:last-child {
        margin-bottom: 0; }
      body.achievements .content-wrapper .content .white-wrapper ul {
        column-count: 1; }
        @media (min-width: 768px) {
          body.achievements .content-wrapper .content .white-wrapper ul {
            column-count: 4; } }
        body.achievements .content-wrapper .content .white-wrapper ul li {
          break-inside: avoid;
          list-style: disc;
          margin: 10px 25px; }
          body.achievements .content-wrapper .content .white-wrapper ul li a {
            text-decoration: none; }
          body.achievements .content-wrapper .content .white-wrapper ul li .post-date {
            padding-top: 3px;
            display: block;
            font-size: 12px;
            color: #b5bab8; }

body.achievements.planb .content-wrapper .content .highlights .card h2 {
  padding: 14px 20px;
  font-size: 1.6em; }

body.achievements.planb .content-wrapper .content .highlights .card .img {
  transform: scale(1.05, 1.05) rotate(0deg); }

body.courses .stancecategories {
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    body.courses .stancecategories {
      flex-wrap: nowrap; } }

@media (min-width: 768px) {
  body.courses .stance {
    max-width: 16.666%; } }

body.courses .stance h2 {
  word-wrap: anywhere; }

body.courses .calendar .course {
  position: relative;
  max-width: 600px;
  margin: 0 auto 30px; }
  body.courses .calendar .course time {
    background: rgba(0, 116, 60, 0.9);
    color: white;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 1.1em;
    line-height: 1.4em;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold; }
    @media (min-width: 576px) {
      body.courses .calendar .course time {
        position: absolute;
        left: -50px; } }
    @media (min-width: 768px) {
      body.courses .calendar .course time {
        left: -80px; } }
    body.courses .calendar .course time + h3 {
      display: inline-block; }
    body.courses .calendar .course time .day {
      display: block;
      line-height: 1em;
      font-size: 1.5em; }
    body.courses .calendar .course time .month {
      display: block;
      margin-top: 3px; }
  body.courses .calendar .course a {
    text-decoration: none; }
  body.courses .calendar .course .events .event {
    background: #ebf2ef;
    display: inline-block;
    margin: 0 20px 20px 0;
    padding-bottom: 0; }

body.courses .about {
  margin: 0 auto;
  max-width: 600px; }

body.donation .hidden {
  display: none; }

body.donation .amount,
body.donation .goals {
  margin-bottom: 10px; }
  body.donation .amount .options,
  body.donation .goals .options {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    body.donation .amount .options input[type='radio'],
    body.donation .goals .options input[type='radio'] {
      display: none; }
      body.donation .amount .options input[type='radio']:checked + label,
      body.donation .goals .options input[type='radio']:checked + label {
        background: #f48120; }
    body.donation .amount .options .radio,
    body.donation .goals .options .radio {
      padding: 15px 25px;
      background: #00743c;
      border-radius: 5px;
      margin-right: 15px;
      color: white;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
      font-weight: bold; }
    body.donation .amount .options #amount_other,
    body.donation .goals .options #amount_other {
      position: relative;
      top: 8px;
      margin-left: 10px; }

body.donation .recurring_months .options {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  body.donation .recurring_months .options input {
    margin-top: 10px; }
  body.donation .recurring_months .options label {
    margin-left: 5px;
    margin-right: 20px; }

body.homepage section {
  max-width: 1600px;
  background-color: white;
  margin: 0;
  padding: 50px 8%;
  position: relative;
  z-index: 2; }
  body.homepage section > h2 {
    background-color: #ebf2ef;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 30px; }
  body.homepage section.alternate-background {
    background: none; }
    body.homepage section.alternate-background > h2 {
      background: white; }
  body.homepage section.recent {
    padding: 100px 0 50px;
    height: 68vh;
    align-items: flex-end;
    background-size: cover; }
    body.homepage section.recent.titles-start {
      align-items: flex-start; }
    body.homepage section.recent.titles-center {
      align-items: center; }
    body.homepage section.recent .headings {
      padding: 0 8%;
      width: 100%;
      position: relative; }
      body.homepage section.recent .headings h1 {
        background: white;
        margin: 0;
        padding: 10px 20px;
        position: relative;
        display: inline-block; }
        @media (max-width: 767.98px) {
          body.homepage section.recent .headings h1 {
            font-size: 1.8em; } }
      body.homepage section.recent .headings h2 {
        background: #00743c;
        color: white;
        margin: 0;
        padding: 10px 20px;
        display: inline-block;
        position: relative; }
        @media (max-width: 767.98px) {
          body.homepage section.recent .headings h2 {
            font-size: 1.5em; } }
    body.homepage section.recent .action {
      padding: 30px;
      width: 100%;
      max-width: 425px;
      background: white;
      margin-right: 10%; }
    @media (max-width: 767.98px) {
      body.homepage section.recent {
        background: none !important;
        display: block;
        padding: 0;
        height: auto; }
        body.homepage section.recent .headings {
          margin-top: 60px;
          padding: 200px 15px 8%; }
        body.homepage section.recent.titles-start .headings {
          padding: 8% 15px 200px; }
        body.homepage section.recent.titles-center .headings {
          padding: 25% 15px; }
        body.homepage section.recent .mobile-background {
          background-size: cover;
          background-position: top;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        body.homepage section.recent .action {
          max-width: none;
          margin: 0;
          padding: 20px 35px; } }
  @media (max-width: 767.98px) {
    body.homepage section.persons .person:not(.highlight) {
      width: 100%;
      margin: 0;
      padding: 0 30px 20px;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      body.homepage section.persons .person:not(.highlight) .imagelink {
        display: flex;
        vertical-align: middle;
        width: 100px;
        text-align: right;
        margin-right: 20px;
        margin-bottom: 0px; }
      body.homepage section.persons .person:not(.highlight) .image {
        width: 100px; }
      body.homepage section.persons .person:not(.highlight) a.btn {
        margin: 0;
        width: 100%;
        max-width: calc(100% - 120px); }
      body.homepage section.persons .person:not(.highlight) p {
        width: 100%;
        margin-left: 10px;
        padding-left: 120px;
        margin-top: -20px; } }
  body.homepage section.persons .highlight {
    text-align: left;
    margin: 20px 0 40px;
    box-sizing: border-box;
    padding: 30px;
    align-items: center; }
    @media (min-width: 768px) {
      body.homepage section.persons .highlight {
        flex-wrap: nowrap; } }
    body.homepage section.persons .highlight .imagelink {
      text-align: right;
      width: 320px;
      display: block;
      flex-grow: 1;
      margin-right: 50px;
      min-width: 230px;
      max-width: 100%; }
      @media (min-width: 768px) {
        body.homepage section.persons .highlight .imagelink {
          width: 400px; } }
      @media (max-width: 991.98px) {
        body.homepage section.persons .highlight .imagelink {
          text-align: center; } }
      @media (max-width: 767.98px) {
        body.homepage section.persons .highlight .imagelink {
          margin-left: auto;
          margin-right: auto; } }
      body.homepage section.persons .highlight .imagelink .image {
        display: inline-block;
        width: 100%;
        max-width: 320px; }
        @media (max-width: 991.98px) {
          body.homepage section.persons .highlight .imagelink .image {
            margin: 0; } }
    body.homepage section.persons .highlight .description {
      flex-grow: 1; }
      body.homepage section.persons .highlight .description h3 {
        font-size: 1.2em;
        font-weight: 600; }
      body.homepage section.persons .highlight .description p {
        color: black; }
        @media (max-width: 991.98px) {
          body.homepage section.persons .highlight .description p {
            margin: 0;
            max-width: none;
            padding: 0; } }
      body.homepage section.persons .highlight .description .btn, body.homepage section.persons .highlight .description form button[type='submit'], form body.homepage section.persons .highlight .description button[type='submit'],
      body.homepage section.persons .highlight .description form input[type='submit'], form body.homepage section.persons .highlight .description input[type='submit'] {
        margin: 10px 0; }
        @media (max-width: 767.98px) {
          body.homepage section.persons .highlight .description .btn, body.homepage section.persons .highlight .description form button[type='submit'], form body.homepage section.persons .highlight .description button[type='submit'],
          body.homepage section.persons .highlight .description form input[type='submit'], form body.homepage section.persons .highlight .description input[type='submit'] {
            margin: 10px auto; } }
  body.homepage section.persons .others {
    justify-content: center;
    flex-wrap: wrap; }
    body.homepage section.persons .others .person .btn, body.homepage section.persons .others .person form button[type='submit'], form body.homepage section.persons .others .person button[type='submit'],
    body.homepage section.persons .others .person form input[type='submit'], form body.homepage section.persons .others .person input[type='submit'] {
      margin: 20px 0 0; }
      @media (max-width: 991.98px) {
        body.homepage section.persons .others .person .btn, body.homepage section.persons .others .person form button[type='submit'], form body.homepage section.persons .others .person button[type='submit'],
        body.homepage section.persons .others .person form input[type='submit'], form body.homepage section.persons .others .person input[type='submit'] {
          margin: 0; } }
  body.homepage section.persons .fracties {
    justify-content: center;
    flex-wrap: wrap; }
    body.homepage section.persons .fracties .btn, body.homepage section.persons .fracties form button[type='submit'], form body.homepage section.persons .fracties button[type='submit'],
    body.homepage section.persons .fracties form input[type='submit'], form body.homepage section.persons .fracties input[type='submit'] {
      margin: 15px; }
      @media (max-width: 991.98px) {
        body.homepage section.persons .fracties .btn, body.homepage section.persons .fracties form button[type='submit'], form body.homepage section.persons .fracties button[type='submit'],
        body.homepage section.persons .fracties form input[type='submit'], form body.homepage section.persons .fracties input[type='submit'] {
          margin: 10px; } }
  @media (max-width: 991.98px) {
    body.homepage section.persons {
      padding: 0;
      margin: 20px 0 30px 0;
      width: 100%; }
      body.homepage section.persons > h2 {
        margin-left: 20px; }
      body.homepage section.persons .highlight {
        margin: 0px;
        padding-top: 0px; } }
  body.homepage section.articles .read-more {
    justify-content: center;
    margin-top: 20px; }
    @media (max-width: 767.98px) {
      body.homepage section.articles .read-more {
        margin-top: 10px; } }
  body.homepage section.events {
    border-top: 1px solid #ebf2ef;
    border-bottom: 1px solid #ebf2ef; }
    body.homepage section.events .event {
      max-width: 680px;
      margin: 0 auto; }
    body.homepage section.events .read-more {
      justify-content: center;
      margin-top: 40px; }
  body.homepage section.become-member .row {
    justify-content: center;
    flex-wrap: wrap; }
  body.homepage section.become-member .column {
    width: 100%;
    max-width: 450px;
    margin: 0 10px; }
    body.homepage section.become-member .column.second {
      order: 2; }
      @media (max-width: 767.98px) {
        body.homepage section.become-member .column.second {
          margin-top: 40px; } }
    @media (max-width: 767.98px) {
      body.homepage section.become-member .column:last-child {
        margin-top: 40px; } }
    body.homepage section.become-member .column .image {
      width: 100%;
      background-position: center center;
      background-size: cover;
      padding-top: 250px; }
      body.homepage section.become-member .column .image h3 {
        padding: 20px;
        text-align: center;
        text-transform: uppercase;
        background: rgba(0, 116, 60, 0.9);
        color: white; }
    @media (min-width: 768px) {
      body.homepage section.become-member .column .text {
        padding: 10px 50px; } }
    body.homepage section.become-member .column .text .buttons {
      margin-top: 30px; }
      @media (max-width: 767.98px) {
        body.homepage section.become-member .column .text .buttons {
          text-align: center; } }
      body.homepage section.become-member .column .text .buttons .btn, body.homepage section.become-member .column .text .buttons form button[type='submit'], form body.homepage section.become-member .column .text .buttons button[type='submit'],
      body.homepage section.become-member .column .text .buttons form input[type='submit'], form body.homepage section.become-member .column .text .buttons input[type='submit'] {
        margin: 10px 0;
        width: 190px;
        text-align: center; }

body.lokaal .groups {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  body.lokaal .groups .group {
    flex: 1;
    margin-bottom: 20px;
    flex-basis: 300px; }
    body.lokaal .groups .group.wide {
      flex-basis: 100%; }

body.registration .birthdate {
  display: flex;
  align-items: center; }
  body.registration .birthdate .split {
    padding: 20px 10px 0; }
  body.registration .birthdate label {
    padding-top: 0;
    font-weight: normal; }
  body.registration .birthdate input {
    width: 75px; }

body.registration .amount .options {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  body.registration .amount .options input[type='radio'] {
    display: none; }
    body.registration .amount .options input[type='radio']:checked + label {
      background: #f48120; }
  body.registration .amount .options .radio {
    padding: 15px 25px;
    background: #00743c;
    border-radius: 5px;
    margin-right: 15px;
    color: white;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    font-weight: bold; }
  body.registration .amount .options #amount_other {
    position: relative;
    top: 8px;
    margin-left: 10px; }

body.registration #gifts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    body.registration #gifts {
      justify-content: space-around; } }
  body.registration #gifts h3 {
    width: 100%; }
  body.registration #gifts.expanded .gift:not(.hidden) {
    display: block; }
  body.registration #gifts .gift {
    margin: 5px 0;
    width: 100%;
    max-width: 200px;
    display: none; }
    body.registration #gifts .gift:nth-child(2), body.registration #gifts .gift:nth-child(3), body.registration #gifts .gift:nth-child(4) {
      display: block; }
    body.registration #gifts .gift input {
      display: none; }
      body.registration #gifts .gift input:checked + label {
        background: #f48120; }
    body.registration #gifts .gift label {
      cursor: pointer;
      background: #00743c;
      color: white;
      padding: 0;
      height: 100%;
      position: relative; }
      body.registration #gifts .gift label:hover img {
        transform: translate(-50%, -50%) scale(1.04); }
      body.registration #gifts .gift label .img {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        overflow: hidden; }
      body.registration #gifts .gift label img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        width: 100%;
        transition: transform 0.5s ease; }
      body.registration #gifts .gift label p {
        margin: 10px 0;
        padding: 5px 15px;
        font-family: "CircularProBook", sans-serif;
        font-size: 16px;
        line-height: 1.1em; }
      body.registration #gifts .gift label button.info {
        position: absolute;
        top: 0;
        right: 0;
        background: #00743c;
        color: white;
        z-index: 2;
        border: 0;
        padding: 10px 15px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.2s; }
        body.registration #gifts .gift label button.info:hover {
          background: #269c63; }
      body.registration #gifts .gift label p.info {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 116, 60, 0.85);
        overflow-y: scroll;
        overflow-x: hidden;
        margin: 0;
        padding: 20px 15px;
        font-family: "Open Sans", sans-serif;
        font-size: 1em;
        line-height: 1.4em; }
      body.registration #gifts .gift label select {
        margin: 0 auto 5px; }
  body.registration #gifts .break {
    width: 100%;
    flex-basis: 100%; }
  body.registration #gifts .more {
    margin: 10px auto; }

body.registration #between,
body.registration #housenumber,
body.registration #housenumber_extra {
  min-width: 100px; }

body.registration #iban.valid {
  border-color: #00743c; }

body.registration #iban.invalid {
  border-color: #e5134b; }

body.registration #mandates {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0; }
  body.registration #mandates h3 {
    width: 100%; }
  body.registration #mandates .option {
    display: flex; }
  body.registration #mandates label {
    position: relative;
    top: -5px;
    margin-right: 5px;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }

body.registration .manual-wrapper .notice {
  padding: 5px 20px;
  background: #ebf2ef; }

body.registration .hidden {
  display: none; }

body.registration .checkwrapper {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start; }
  body.registration .checkwrapper label {
    padding-top: 0;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }

body.stance .stances .stance .foldcontent .content-small:first-child {
  padding: 0;
  margin-bottom: 10px; }

body.stance .page > .content-wrapper .content-small.category-parents {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #ebf2ef; }

body.stanceCategories .contentwrapper {
  background: transparent; }

.relations .stances {
  margin-top: 30px; }

a.stance {
  position: relative;
  padding-left: 39px; }
  a.stance i {
    display: inline-block;
    background: url("../images/logo_mark.svg") center center no-repeat;
    background-size: contain;
    width: 22px;
    height: 21px;
    margin-right: 10px;
    position: absolute;
    top: 6px;
    left: 8px;
    transition: 0.2s; }
  a.stance:hover i {
    background-image: url("../images/logo_mark_white.svg"); }

body.styleguide {
  max-width: 700px;
  margin: auto;
  padding: 20px 50px; }
  body.styleguide code {
    background: rgba(0, 0, 0, 0.1);
    padding: 1px 3px; }
  body.styleguide table td,
  body.styleguide table th {
    padding: 2px 10px; }
  body.styleguide table th {
    font-weight: bold;
    text-align: left; }
  body.styleguide .mq-example {
    background: white;
    padding: 10px;
    display: none; }
  @media (max-width: 575.98px) {
    body.styleguide .mq-example-xs-only {
      display: block;
      background: #fff3a9; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    body.styleguide .mq-example-sm-only {
      display: block;
      background: #ccffa9; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    body.styleguide .mq-example-md-only {
      display: block;
      background: #a9ffed; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    body.styleguide .mq-example-lg-only {
      display: block;
      background: #a9bcff; } }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    body.styleguide .mq-example-xl-only {
      display: block;
      background: #ffa9f9; } }

body.shop.checkout .content-wide {
  max-width: 800px;
  margin: 0 auto; }

body.shop.checkout .cart .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 0.8rem;
  grid-row-gap: 0.8rem;
  padding: 15px 0;
  align-items: center; }
  body.shop.checkout .cart .grid-container .grid-col-2 {
    grid-column-end: span 2; }
  body.shop.checkout .cart .grid-container .grid-col-3 {
    grid-column-end: span 3; }
  body.shop.checkout .cart .grid-container .grid-col-4 {
    grid-column-end: span 4; }
  body.shop.checkout .cart .grid-container .grid-col-6 {
    grid-column-end: span 6; }
  body.shop.checkout .cart .grid-container .grid-col-12 {
    grid-column-end: span 12; }
  body.shop.checkout .cart .grid-container .grid-start-7 {
    grid-column-start: 7; }
  @media (max-width: 991.98px) {
    body.shop.checkout .cart .grid-container .totals {
      grid-column-start: 1;
      grid-column-end: 13;
      text-align: center; } }
  body.shop.checkout .cart .grid-container .image img {
    max-width: 100%;
    vertical-align: bottom; }

body.shop.checkout .cart #donation {
  display: inline-block; }

body.shop.checkout .cart #couponCode {
  display: inline-block; }

body.shop.checkout .cart .numbers .btn-link {
  margin: 10px 10px 10px 0; }
  @media (max-width: 991.98px) {
    body.shop.checkout .cart .numbers .btn-link {
      display: block; } }

body.shop.checkout .cart .numbers input[type='number'] {
  max-width: 65px;
  display: inline-block; }

body.shop.checkout .cart .btn-link {
  border-width: 0; }

body.shop.checkout .cart .item {
  border-bottom: 2px solid #ebf2ef; }

body.shop.checkout .has-error {
  color: #e5134b; }

body.shop.checkout .field {
  margin-right: 15px;
  flex-grow: 1; }
  body.shop.checkout .field.checkbox {
    padding-top: 10px;
    display: flex;
    align-items: flex-start; }
    body.shop.checkout .field.checkbox input {
      margin-left: 0; }
    body.shop.checkout .field.checkbox label {
      padding-top: 2px; }

body.shop.checkout .BillingAddress.hidden {
  display: none; }

@media (max-width: 991.98px) {
  body.shop.checkout .addressBox .flex {
    flex-wrap: wrap; } }

body.shop.checkout .order-review {
  max-width: 500px; }
  body.shop.checkout .order-review .addresses .column {
    flex-grow: 1; }
  @media (max-width: 991.98px) {
    body.shop.checkout .order-review .addresses {
      flex-wrap: wrap; }
      body.shop.checkout .order-review .addresses .column {
        width: 100%; } }

body.shop.checkout .paymentmethod {
  border: 2px solid #ebf2ef;
  border-radius: 5px;
  padding: 15px;
  background: #ebf2ef;
  margin-bottom: 10px; }
  body.shop.checkout .paymentmethod.active {
    border-color: #00743c; }
  body.shop.checkout .paymentmethod input {
    position: relative;
    top: 2px;
    display: inline-block; }
  body.shop.checkout .paymentmethod label {
    cursor: pointer;
    display: inline-block; }

body.shop .flex {
  display: flex; }

body.shop .w-2\/3 {
  width: 66.66%; }

body.shop .w-1\/3 {
  width: 33.33%; }

body.shop .border-l {
  padding: 20px;
  border: 1px solid #ebf2ef; }

body.shop .w-full {
  width: 100%; }

body.shop .text-center {
  text-align: center; }

body.shop .float-right {
  float: right; }

body.shop .align-right {
  text-align: right; }

body.shop .notices .error {
  background: #e5134b;
  padding: 5px 10px;
  color: white; }

body.shop .notices .notice {
  background: #ebf2ef;
  padding: 15px 30px; }
  @media (max-width: 991.98px) {
    body.shop .notices .notice {
      text-align: center; } }
  body.shop .notices .notice .btn, body.shop .notices .notice form button[type='submit'], form body.shop .notices .notice button[type='submit'],
  body.shop .notices .notice form input[type='submit'], form body.shop .notices .notice input[type='submit'] {
    margin: 10px; }

body.shop .flash {
  color: #e5134b; }

body.shop nav .bottom-row > .cart {
  display: none; }

@media (max-width: 767.98px) {
  body.shop nav .bottom-row .toggle {
    order: 2;
    width: calc(100% - 70px - 50px); }
  body.shop nav .bottom-row .mobile-search {
    order: 2; }
  body.shop nav .bottom-row > .cart {
    order: 1;
    position: relative;
    width: 50px;
    display: flex;
    align-items: center; }
    body.shop nav .bottom-row > .cart .badge {
      left: 20px; }
  body.shop nav .bottom-row ul {
    order: 2; } }

body.shop #shop-header svg {
  position: relative;
  top: 3px;
  height: 30px;
  width: 30px;
  margin-right: 5px; }
  @media (min-width: 768px) {
    body.shop #shop-header svg {
      height: 35px;
      width: 35px;
      top: 5px; } }
  body.shop #shop-header svg path {
    fill: black; }

body.shop footer .small {
  font-size: 0.9em;
  font-style: italic; }

body.shop footer .logos {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    body.shop footer .logos {
      flex-wrap: wrap;
      justify-content: center; } }
  body.shop footer .logos img {
    max-width: 170px;
    max-height: 75px;
    margin: 10px 20px; }

body.shop.overview .products.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px; }
  body.shop.overview .products.gallery .product {
    flex: 0 0 250px;
    text-align: left;
    text-decoration: none;
    color: black;
    margin: 15px 25px; }
    body.shop.overview .products.gallery .product .imagewrapper {
      position: relative;
      height: 250px;
      overflow: hidden; }
    body.shop.overview .products.gallery .product .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      transform: scale(1) rotate(0deg);
      transition: transform 4s; }
    body.shop.overview .products.gallery .product .price {
      color: #00743c; }
    body.shop.overview .products.gallery .product:hover .image {
      transform: scale(1.2); }

body.shop.overview .types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px; }
  body.shop.overview .types .type {
    flex: 0 0 250px;
    text-decoration: none;
    height: 260px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 15px 25px; }
    body.shop.overview .types .type:nth-child(2) h2,
    body.shop.overview .types .type:nth-child(5) h2,
    body.shop.overview .types .type:nth-child(8) h2 {
      background: rgba(40, 118, 55, 0.7); }
    body.shop.overview .types .type:nth-child(3) h2,
    body.shop.overview .types .type:nth-child(6) h2,
    body.shop.overview .types .type:nth-child(9) h2 {
      background: rgba(79, 120, 51, 0.7); }
    body.shop.overview .types .type .image {
      width: 100%;
      height: 100%;
      background-size: cover;
      transform: scale(1, 1) rotate(0deg);
      transition: transform 4s ease-out; }
      body.shop.overview .types .type .image#type-natuur {
        background-image: url("/images/fbdefaultimg.jpg"); }
    body.shop.overview .types .type:hover .image {
      transform: scale(1.2); }
    body.shop.overview .types .type h2 {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 116, 60, 0.7);
      margin: 0;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center; }

body.shop.overview .call-to-action-secondary {
  background: #ebf2ef; }

body.shop.product .content-wide {
  display: flex;
  flex-wrap: wrap; }

body.shop.product .gallery {
  width: 100%;
  max-width: 500px;
  margin-right: 20px; }
  body.shop.product .gallery .slide-container {
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px; }
    body.shop.product .gallery .slide-container .slider {
      width: 100%;
      display: flex;
      transform: translate3d(0, 0, 0);
      transition: all 0.3s; }
      body.shop.product .gallery .slide-container .slider .item {
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (min-width: 768px) {
          body.shop.product .gallery .slide-container .slider .item {
            flex-basis: 500px; } }
        body.shop.product .gallery .slide-container .slider .item img {
          max-width: 100%; }
  body.shop.product .gallery .thumbnails {
    display: flex; }
    body.shop.product .gallery .thumbnails .thumbnail {
      cursor: pointer;
      margin-right: 10px;
      width: 50px;
      height: 50px;
      border: 1px solid #b5bab8;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.2s; }
      body.shop.product .gallery .thumbnails .thumbnail.active {
        border-width: 2px;
        border-color: #00743c; }
      @media (min-width: 768px) {
        body.shop.product .gallery .thumbnails .thumbnail {
          width: 100px;
          height: 100px; } }

body.shop.product .product-details {
  max-width: 950px; }
  body.shop.product .product-details form {
    margin-bottom: 20px; }
  body.shop.product .product-details .variants h3 {
    margin-right: 15px; }
  body.shop.product .product-details .price {
    margin: 20px 0; }

/*# sourceMappingURL=frontend.css.map */
