/*!
    Theme Name: V1 WordPress theme
    Theme URI: https://www.v1.nl/wordpress-theme
    Description: Dit is custom made WordPress theme door V1 Communicatie uit Ermelo. Meer informatie over een eigen WordPress sjabloon? Klik dan op onze naam om onze website te bezoeken.
    Version: 1.0.0
    Author: V1 Communicatie
    Author URI: https://www.v1.nl/wordpress-theme
*/
/*
 * Grid system
 * Copied from Bootstrap (version 3.3.7)
 *
 * @since 1.0.0
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

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

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

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

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

/*
 * Normalize CSS
 * Copied from Normalize (version 5.0.0)
 *
 * @since 1.0.0
*/
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*
 * SASS variables
 * Insert all the variables and mixins here.
 *
 * @since 1.0.1
 */
.top_shape {
  display: none;
  position: absolute;
  top: 304px;
  right: 0;
  z-index: 4;
}
.top_shape .cls-1 {
  fill: #87c846;
}
.top_shape .cls-2 {
  fill: #f3e33f;
}
.top_shape .cls-3 {
  fill: #fff;
}

.gridheader {
  position: relative;
  height: 400px;
  background: #1b77c3;
  background: -moz-linear-gradient(-45deg, #1b77c3 0%, #044095 100%);
  background: -webkit-linear-gradient(-45deg, #1b77c3 0%, #044095 100%);
  background: linear-gradient(135deg, #1b77c3 0%, #044095 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1b77c3", endColorstr="#044095",GradientType=1 );
  text-align: center;
}
.gridheader h1 {
  padding-top: 160px;
  color: #FFF;
  margin-bottom: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .gridheader h1 {
    padding-top: 120px;
  }
}
.gridheader:before {
  content: "";
  position: absolute;
  top: -926px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/grid_mask.png) transparent repeat top center;
  display: block;
  z-index: 1;
}

.gridrow {
  position: relative;
  background: #1b77c3;
  background: -moz-linear-gradient(-45deg, #1b77c3 0%, #044095 100%);
  background: -webkit-linear-gradient(-45deg, #1b77c3 0%, #044095 100%);
  background: linear-gradient(135deg, #1b77c3 0%, #044095 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1b77c3", endColorstr="#044095",GradientType=1 );
  text-align: center;
}
.gridrow.green {
  background: #7AB53E;
  background: -moz-linear-gradient(-45deg, #7AB53E 0%, #7AB53E 100%);
  background: -webkit-linear-gradient(-45deg, #7AB53E 0%, #7AB53E 100%);
  background: linear-gradient(135deg, #7AB53E 0%, #7AB53E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1b77c3", endColorstr="#044095",GradientType=1 );
  text-align: center;
}
.gridrow:before {
  content: "";
  position: absolute;
  top: -926px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/grid_mask.png) transparent repeat top center;
  display: block;
}
.gridrow:after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  background: url(../images/grid_row_svg_right.svg) transparent no-repeat;
  display: block;
  z-index: 1;
  height: 330px;
  width: 100px;
}
@media (max-width: 1440px) {
  .gridrow:after {
    width: 80px;
  }
}
@media (max-width: 1280px) {
  .gridrow:after {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .gridrow:after {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .gridrow:after {
    width: 0;
  }
}
.gridrow.grey {
  background: #F2F2F2;
  position: relative;
}
.gridrow.grey:before {
  width: 310px;
  height: 389px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url(../images/grid_row_grey_btmleft.svg) no-repeat center;
  background-size: contain;
  display: block;
}
@media (max-width: 1640px) {
  .gridrow.grey:before {
    width: 190px;
    height: 238px;
  }
}
@media (max-width: 767px) {
  .gridrow.grey:before {
    display: none;
  }
}
.gridrow.grey:after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  background: url(../images/row_grey_right.svg) no-repeat center;
  background-size: contain;
  display: block;
  height: 360px;
  width: 100px;
}
@media (max-width: 1640px) {
  .gridrow.grey:after {
    height: 220px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .gridrow.grey:after {
    display: none;
  }
}
.gridrow.blue {
  text-align: left;
  color: #FFF;
}
.gridrow.blue:before {
  display: none;
}
.gridrow.blue:after {
  display: none;
}
.gridrow .cta.vc {
  border-color: #FFF !important;
  color: #FFF !important;
}
.gridrow .cta.vc:hover {
  background-color: #FFF !important;
  color: #164194 !important;
}

.greytainer {
  width: 100%;
  background-color: #F4F4F4;
  padding: 35px 0;
}

.row_related:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/related_row.svg) no-repeat bottom;
  background-size: contain;
  display: block;
  height: 100%;
  width: 320px;
}
@media (max-width: 767px) {
  .row_related:after {
    width: 220px;
  }
}
@media (max-width: 576px) {
  .row_related:after {
    display: none;
  }
}

/*
 * CSS animations
 * Insert anything related to animation on the website in this partial.
 *
 * @since 1.0.0
*/
.unanimated {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

/*
 * Theme base settings
 * Insert all the basic theme settings, such as font-size, line-height, etc.
 *
 * @since 1.0.1
 */
body, html {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  color: #000;
}
@media (max-width: 480px) {
  body, html {
    font-size: 96%;
  }
}

.simplerow:before {
  vertical-align: middle;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: block !important;
}

body.tribe_events-template-default .site-outer,
body.archive .site-outer,
body.blogpage .site-outer,
body.search .site-outer {
  margin-top: -40px;
}

body.search .content-wrapper,
body.error404 .content-wrapper {
  padding-top: 35px;
}

.inner-container {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

h1 {
  font-size: 3.75em;
}
@media (max-width: 480px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-size: 2.5em;
}
@media (max-width: 480px) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 1.875em;
}
@media (max-width: 480px) {
  h3 {
    font-size: 1.85em;
  }
}

h4, h5, h6 {
  font-size: 1.375em;
}
@media (max-width: 480px) {
  h4, h5, h6 {
    font-size: 1.25em;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
  font-weight: 700;
  line-height: normal;
}
h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular {
  color: #164194;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #FFF;
}

.wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6 {
  margin-top: 1em;
  margin-bottom: 0;
}

*.white {
  color: #FFF;
}
*.black {
  color: #000;
}

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

a, a:visited, a:focus {
  color: #1E78C1;
  outline: none;
  transition: all 0.25s ease;
  image-rendering: -webkit-optimize-contrast;
}
a:hover, a:active, a:visited:hover, a:visited:active, a:focus:hover, a:focus:active {
  color: #175d95;
}

ul {
  margin: 0;
  padding-left: 1em;
}

.v1-pagination {
  margin-bottom: 35px;
}
.v1-pagination .page-numbers {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  padding: 0;
  margin: 0 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border */
  color: rgba(30, 130, 202, 0.41);
}
.v1-pagination .page-numbers.current {
  color: #1E78C1;
}
.v1-pagination .page-numbers.next, .v1-pagination .page-numbers.prev {
  width: auto;
  background: none;
  font-size: 90%;
}
.v1-pagination a.page-numbers {
  text-decoration: none;
}
.v1-pagination .prev.page-numbers,
.v1-pagination .next.page-numbers {
  color: #1E78C1 !important;
}

.paging_simple_numbers a {
  border: none !important;
  background: none !important;
}

/*
 * Print CSS
 * Insert everything that is needed to make the website printer-friendly.
 *
 * @since 1.0.0
*/
@media print {
  .inner-container {
    max-width: 100%;
  }

  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/*
 * Miscellaneous CSS settings
 * Insert any cusomt (miscellaneous) CSS settings, such as ::selection styling.
 *
 * @since 1.0.0
*/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: #1E78C1;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #1E78C1;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #1E78C1;
  color: #FFF;
  text-shadow: none;
}

#readspeaker_button1 {
  display: none;
}
#readspeaker_button1.show {
  display: block;
}

.hoverbox {
  cursor: pointer;
}

.tribe-events-list {
  margin-bottom: 100px !important;
}

.fallback_svg {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.read.active {
  background-color: #FFF;
}
.read.active svg path {
  stroke: #164194;
}

.scroll-active .read.active {
  background-color: rgba(119, 119, 119, 0.5);
}
.scroll-active .read.active svg path {
  stroke: #FFF !important;
}

/*
 * Standard WordPress (core) styling
 * Styling of the global WordPress classes.
 *
 * @since 1.0.0
*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*
 * Form styling
 * Insert anything related to styling of (standard) form fields in this partial.
 *
 * @since 1.0.0
*/
form input,
form textarea {
  outline-color: #1E78C1;
  border: 2px solid #CBCBCB;
}
form input[type=radio] {
  margin-top: 0 !important;
}
form input,
form textarea,
form select {
  border-radius: 0px !important;
}
form label {
  font-weight: 400 !important;
  margin: 10px 0;
  display: inline-block;
}
form button,
form input,
form optgroup, form select, form textarea {
  font-family: "Ubuntu", sans-serif;
  padding: 0.6em;
  transition: all 0.25s ease;
  image-rendering: -webkit-optimize-contrast;
}
form .half {
  width: 50%;
  display: inline-block;
}
form .half input {
  width: 100% !important;
}
@media (max-width: 640px) {
  form .half {
    width: 100%;
  }
}
form .ginput_container_fileupload {
  text-align: center;
}
form .ginput_container_fileupload input {
  width: 100% !important;
  background-color: #F5F5F5 !important;
  border-style: dashed;
  min-height: 150px;
}
form h3 {
  color: #164194;
  font-size: 2.5em !important;
}
form .gfield_consent_description {
  border: none !important;
}
form .gform_button {
  padding: 12px 1em;
  font-size: 1em;
  font-weight: 700;
  color: #FFF;
  background-color: #1E78C1;
  border-color: #1E78C1;
}
form .gform_button:hover {
  cursor: pointer;
  color: #1E78C1;
  background-color: #FFF;
}

select {
  border: 2px solid #CBCBCB !important;
  background-color: #FFF !important;
  height: 40px;
  line-height: 40px;
  width: 80%;
}

.dataTables_filter input {
  border: 2px solid #CBCBCB !important;
  background-color: #FFF !important;
  height: 40px;
  padding: 0 10px;
}

/*
 * Header styling
 * Insert anything related to styling of the header of the website.
 *
 * @since 1.0.0
*/
.menuHeader {
  color: #FFF;
  font-size: 1.8em;
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  padding: 1%;
  display: block;
}

.menu-taal-container a {
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
}
.menu-taal-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-taal-container ul li.flag.nl a:before {
  background: url(../images/flag_nl.svg) transparent no-repeat center center;
}
.menu-taal-container ul li.flag.pl a:before {
  background: url(../images/flag_po.svg) transparent no-repeat center center;
}
.menu-taal-container ul li.flag.tr a:before {
  background: url(../images/flag_tr.svg) transparent no-repeat center center;
}
.menu-taal-container ul li.flag.en a:before {
  background: url(../images/flag_en.svg) transparent no-repeat center center;
}
.menu-taal-container ul li.flag a {
  display: inline-block;
}
.menu-taal-container ul li.flag a:before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
}
.menu-taal-container ul li.flag a:hover:before {
  transition: all 0.25s ease;
  image-rendering: -webkit-optimize-contrast;
  opacity: 0.5;
}

.language-nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  z-index: 9999;
  height: 100vh;
  background: rgba(8, 69, 153, 0.9);
  transition: width 0.6s ease;
}
.language-nav .close-menu-button {
  visibility: hidden !important;
}
.language-nav.active {
  width: 382px;
  transition: width 0.6s ease;
}
.language-nav.active .close-menu-button {
  visibility: visible !important;
}

@media (max-width: 1024px) {
  .mobile-nav .menu-taal-container {
    left: 0;
    margin-left: 0;
  }
}
.mobile-nav .menu-taal-container ul {
  display: flex;
  justify-content: center;
  align-content: center;
}
.mobile-nav .menu-taal-container ul li {
  width: 10%;
}
.mobile-nav .menu-taal-container ul li a {
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 300;
}
.mobile-nav .menu-taal-container ul li a:before {
  display: block;
  width: 100%;
}
.mobile-nav .menu-taal-container .menu {
  text-align: center;
}

.mobile-nav .menu li > a {
  width: 50% !important;
  display: inline-block !important;
}
.mobile-nav .menu li > a:hover {
  color: #FFF !important;
  opacity: 0.8 !important;
}

.mobile-nav .sub-menu li > a {
  width: 100% !important;
  padding-bottom: 12px;
}

.dynamic-mobile-nav ul li {
  padding: 0;
}
.dynamic-mobile-nav ul li a {
  font-size: 1em !important;
}
.dynamic-mobile-nav ul li a:before {
  width: 20px !important;
  height: 20px !important;
  margin-right: 15px;
}

.dynamic-mobile-nav {
  width: 100%;
  background: #084599;
  position: fixed;
  height: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  transition: height 0.6s ease;
}
.dynamic-mobile-nav.active {
  z-index: 100;
  height: 100%;
  transition: height 0.6s ease;
}
.dynamic-mobile-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dynamic-mobile-nav ul .back-item,
.dynamic-mobile-nav ul .click-child,
.dynamic-mobile-nav ul li {
  padding: 0 15px;
}
.dynamic-mobile-nav a {
  color: #FFF;
  text-decoration: none;
}
.dynamic-mobile-nav ul li a,
.dynamic-mobile-nav .back-item {
  font-size: 20px;
  display: block;
  padding: 0.6em 0;
  color: #FFF;
}
.dynamic-mobile-nav ul li ul li a {
  font-size: 1em;
}
.dynamic-mobile-nav .sub-menu {
  display: none;
}
.dynamic-mobile-nav .menu-item-has-children a {
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../images/arrow.svg);
}
.dynamic-mobile-nav .menu {
  background-color: #084599;
  max-width: 767px;
  width: 100%;
}
.dynamic-mobile-nav .sub {
  background-color: #084599;
  position: fixed;
  top: 90px;
  bottom: 0;
  left: 100%;
  width: 100%;
  transition: left 0.4s ease-out;
}
.dynamic-mobile-nav .back-item svg {
  display: none;
}
.dynamic-mobile-nav .sub.open {
  left: 0;
  z-index: 2;
}
.dynamic-mobile-nav .sub.open .back-item {
  position: fixed;
  top: 30px;
  left: 0;
}
.dynamic-mobile-nav .sub.open .back-item svg {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  padding-top: 6px;
}
.dynamic-mobile-nav .sub.open > .sub {
  display: block;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
}
.dynamic-mobile-nav .cbox.action.read {
  display: block;
  position: relative;
}
.dynamic-mobile-nav .cbox {
  margin-left: 0 !important;
  margin-right: 10px !important;
}

.mobile-nav {
  width: 100%;
  background: rgba(8, 69, 153, 0.9);
  position: fixed;
  height: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  transition: height 0.6s ease;
}
.mobile-nav img {
  position: absolute;
  right: 15px;
  bottom: 20px;
  max-width: 200px;
}
@media (max-width: 1024px) {
  .mobile-nav img {
    display: none;
  }
}
.mobile-nav.active {
  height: 100%;
  transition: height 0.6s ease;
}
.mobile-nav .cbox {
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
  border: 2px solid #FFF;
  float: right;
}
.mobile-nav .cbox a:hover {
  color: #FFF;
}
.mobile-nav .menu {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  padding: 1%;
}
.mobile-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.mobile-nav ul a {
  font-size: 24px;
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .mobile-nav ul a {
    font-size: 94%;
  }
}
.mobile-nav ul .sub-menu li a {
  font-weight: 700;
  font-size: 14px !important;
  padding-bottom: 0;
}
.mobile-nav ul > li {
  width: 50%;
  margin-bottom: 1.4em;
}
.mobile-nav ul li ul {
  width: 50%;
  float: right;
}
.mobile-nav ul li ul li {
  width: 100%;
  margin-bottom: 0;
}

.language-nav .cbox,
.seach-overlay .cbox,
.dynamic-mobile-nav .cbox,
.mobile-nav .cbox {
  color: #FFF;
  height: 48px;
  width: 48px;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
  border: 2px solid #FFF;
  float: right;
  margin: 10px;
  margin-top: 28px;
}
@media (max-width: 1023px) {
  .language-nav .cbox,
.seach-overlay .cbox,
.dynamic-mobile-nav .cbox,
.mobile-nav .cbox {
    margin-top: 28px;
  }
}
.language-nav .cbox.close-menu-button svg,
.seach-overlay .cbox.close-menu-button svg,
.dynamic-mobile-nav .cbox.close-menu-button svg,
.mobile-nav .cbox.close-menu-button svg {
  height: 24px;
  margin-top: 10px;
  margin-left: 10px;
}
.language-nav .cbox.search-menu-button svg,
.seach-overlay .cbox.search-menu-button svg,
.dynamic-mobile-nav .cbox.search-menu-button svg,
.mobile-nav .cbox.search-menu-button svg {
  height: 33px;
  margin-top: 6px;
  margin-left: 4px;
}
.language-nav .cbox:first-child,
.seach-overlay .cbox:first-child,
.dynamic-mobile-nav .cbox:first-child,
.mobile-nav .cbox:first-child {
  margin-left: 0;
}

.site-wrapper {
  margin: 0;
}
.site-wrapper .active-menu-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.site-wrapper .active-menu-overlay.active {
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.header {
  position: absolute;
  z-index: 80;
  width: 100%;
}
.header.scroll-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  z-index: 11;
}
.header.scroll-active.rsavail {
  top: 50px;
}
.header.scroll-active .desktop-nav {
  margin-top: 40px;
}
.header.scroll-active .desktop-nav .cbox a {
  border: 2px solid #1E78C1;
}
.header.scroll-active .desktop-nav .cbox a:hover {
  border: 2px solid #1E78C1;
  background-color: #1E78C1;
  color: #FFF;
}
.header.scroll-active .desktop-nav .cbox a:hover .ablock {
  fill: #FFF;
}
.header.scroll-active .desktop-nav a {
  color: #1E78C1;
}
.header.scroll-active .desktop-nav a:hover {
  color: black;
}
@media (max-width: 374px) {
  .header.scroll-active .desktop-nav {
    margin-top: 30px;
  }
}
.header.scroll-active .logo a.img {
  background-image: url(../images/logo_h.png) !important;
}
.header.scroll-active .mobile-menu-button .ablock {
  fill: #1E78C1;
}
.header .logo {
  float: left;
  margin-left: 15px;
  margin-top: 16px;
}
.header .logo a {
  background-image: none !important;
}
@media (max-width: 1023px) {
  .header .logo {
    margin-left: 1em;
  }
}
.header .logo a.img {
  background-image: url(../images/logo.png) !important;
  display: block;
  min-width: 214px;
  width: 100%;
  background-size: contain;
  height: 62px;
  background-repeat: no-repeat;
}
.header .logo a.img.corporate_header {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .header .logo a.img {
    min-width: 186px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .header .logo a.img {
    min-width: 156px;
  }
}
.header .desktop-nav {
  float: right;
  background: none;
  margin-right: 15px;
  margin-top: 40px;
}
@media (max-width: 374px) {
  .header .desktop-nav {
    margin-top: 30px;
  }
}
.header .desktop-nav div {
  display: inline-block;
}
.header .desktop-nav .cbox a {
  border: 2px solid #FFF;
}
.header .desktop-nav .cbox a:hover {
  border-color: #FFF;
  background-color: #FFF;
  color: #164194;
}
.header .desktop-nav .cbox a:hover .ablock {
  fill: #164194;
}
@media (max-width: 1023px) {
  .header .desktop-nav {
    margin-right: 1em;
  }
}
@media (max-width: 1023px) {
  .header .desktop-nav {
    margin-right: 1em;
  }
}
.header .desktop-nav ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 1023px) {
  .header .desktop-nav ul {
    display: none;
  }
}
.header .desktop-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 4px;
}
.header .desktop-nav ul li a {
  padding: 0.8em 0.2em;
  font-weight: 700;
  text-decoration: none;
  color: #FFF;
}
.header .desktop-nav ul li a:hover {
  opacity: 0.8;
}
.header .desktop-nav ul li ul {
  display: none;
  position: absolute;
  z-index: 5;
  margin: 0;
  left: 10px;
  background: #1E78C1;
  width: 250px;
  padding: 15px;
}
.header .desktop-nav ul li:hover ul {
  display: block;
}
.header .desktop-nav ul li:hover ul li {
  display: block;
  padding: 0;
}
.header .desktop-nav ul li:hover ul li a {
  color: #fff;
}
.header .desktop-nav ul li:hover ul li ul {
  display: none;
}
.header .mobile-menu-button .ablock {
  fill: #FFF;
}
.header .mobile-menu-button a {
  position: relative;
  padding: 13px;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  padding-left: 50px;
}
.header .mobile-menu-button svg {
  left: 12px;
  position: absolute;
  font-size: 28px;
  top: 12px;
}
.header .fa-search {
  padding-right: 4px;
  font-size: 18px;
}
.header .logo a.payoff {
  color: #FFF !important;
  text-decoration: none;
  height: auto !important;
  padding-bottom: 0.5em;
  width: 170px;
}
@media (min-width: 576px) {
  .header .logo a.payoff {
    width: auto;
  }
}
.header.scroll-active .logo a.payoff {
  color: #164194 !important;
}

.cbox.action {
  padding: 13px 22px !important;
}
.cbox.action.lang, .cbox.action.read, .cbox.action.search {
  margin-right: 12px;
}
.cbox.action.lang svg, .cbox.action.read svg, .cbox.action.search svg {
  position: absolute;
  left: 9px;
  top: 10px;
}
.cbox.action.lang:hover .alangpath,
.cbox.action.lang:hover .blangpath, .cbox.action.read:hover .alangpath,
.cbox.action.read:hover .blangpath, .cbox.action.search:hover .alangpath,
.cbox.action.search:hover .blangpath {
  stroke: #1E78C1;
}
.cbox.action.lang:hover path, .cbox.action.read:hover path, .cbox.action.search:hover path {
  stroke: #1E78C1;
}
@media (max-width: 767px) {
  .cbox.action.lang, .cbox.action.read, .cbox.action.search {
    display: none;
  }
}
.cbox.action.lang svg {
  left: 8px;
  top: 9px;
}
.cbox.action.lang .alangpath,
.cbox.action.lang .blangpath,
.cbox.action.lang .dlangpath {
  fill: none;
}
.cbox.action.lang .alangpath,
.cbox.action.lang .blangpath {
  stroke: #fff;
}
.cbox.action.lang .alangpath {
  stroke-width: 2px;
}
.cbox.action.lang .clangpath {
  stroke: none;
}

.scroll-active .cbox.action.lang .alangpath,
.scroll-active .cbox.action.lang .blangpath, .scroll-active .cbox.action.read .alangpath,
.scroll-active .cbox.action.read .blangpath, .scroll-active .cbox.action.search .alangpath,
.scroll-active .cbox.action.search .blangpath {
  stroke: #1E78C1;
}
.scroll-active .cbox.action.lang path, .scroll-active .cbox.action.read path, .scroll-active .cbox.action.search path {
  stroke: #1E78C1;
}
.scroll-active .cbox.action.lang:hover .alangpath,
.scroll-active .cbox.action.lang:hover .blangpath,
.scroll-active .cbox.action.lang:hover path, .scroll-active .cbox.action.read:hover .alangpath,
.scroll-active .cbox.action.read:hover .blangpath,
.scroll-active .cbox.action.read:hover path, .scroll-active .cbox.action.search:hover .alangpath,
.scroll-active .cbox.action.search:hover .blangpath,
.scroll-active .cbox.action.search:hover path {
  stroke: #FFF;
}
@media (max-width: 767px) {
  .scroll-active .cbox.action.lang, .scroll-active .cbox.action.read, .scroll-active .cbox.action.search {
    display: none;
  }
}
.scroll-active .dynamic-mobile-nav .cbox.action.read {
  display: block;
}

.seach-overlay {
  background: rgba(8, 69, 153, 0.9);
  width: 100vw;
  position: fixed;
  z-index: 9999999;
  height: 0;
  transition: height 0.6s ease;
}
.seach-overlay .close-menu-button,
.seach-overlay .searchform {
  display: none;
}
.seach-overlay.active {
  height: 100%;
  transition: height 0.6s ease;
}
.seach-overlay.active .close-menu-button {
  float: none;
  position: absolute;
  top: 0;
  right: 12px;
  width: 50px;
  height: 50px;
  display: block;
}
.seach-overlay.active .searchform {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  height: 280px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.seach-overlay.active .searchform input {
  font-size: 1.5em;
  color: #FFF;
  text-align: center;
  display: block;
  max-width: 560px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #FFF;
  background-color: transparent;
}
.seach-overlay.active .searchform input#searchsubmit {
  border: 2px solid #FFF;
  display: inline-block;
  width: auto;
  margin-top: 1em;
  padding: 15px;
  font-size: 1.2em;
  transition: all 0.25s ease;
  image-rendering: -webkit-optimize-contrast;
}
.seach-overlay.active .searchform input#searchsubmit:hover {
  cursor: pointer;
  background-color: #FFF;
  color: #1E78C1;
}

/*
 * Footer styling
 * Insert anything related to styling of the footer of the website.
 *
 * @since 1.0.0
*/
.footer {
  clear: both;
  color: #FFF;
  font-size: 0.875em;
}
.footer p {
  margin-bottom: 0;
}
.footer a {
  color: #FFF;
  text-decoration: none;
  display: block;
}
.footer a:hover {
  color: #104169;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
  list-style-type: none;
}
.footer ul li a {
  margin-bottom: 1em;
}
.footer .primar {
  background-color: #1E78C1;
}
.footer .primar h3 {
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.footer .primar .inner-container {
  padding: 4vh 0;
}
.footer .secun {
  background-color: #084599;
  padding: 1em 0em;
  text-align: center;
}
@media (max-width: 480px) {
  .footer .secun {
    text-align: left;
  }
}
.footer .secun span,
.footer .secun section {
  display: inline-block;
}
.footer .secun span {
  margin-right: 1em;
}
@media (max-width: 480px) {
  .footer .secun span {
    display: block;
  }
}
.footer .secun ul li {
  display: inline-block;
}
.footer .secun ul li a {
  margin: 0;
  margin-right: 1em;
}
.footer .secun ul li a:hover {
  color: #c9cbcc;
}
@media (max-width: 480px) {
  .footer .secun ul li {
    display: block;
  }
}
.footer .col4 a {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  font-weight: 700;
  padding: 0.5em;
  text-align: center;
  border: 1px solid #FFF;
  background-color: #1E78C1;
  color: #FFF;
}
.footer .col4 a:hover {
  background-color: #FFF;
  color: #1E78C1;
}
.footer a.icon {
  display: inline-block;
}
.footer a.icon .fa {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border */
  line-height: 40px;
  text-align: center;
  background-color: #FFF;
  height: 40px;
  width: 40px;
  margin-right: 2px;
  color: #95989A;
  transition: all 0.25s ease;
  image-rendering: -webkit-optimize-contrast;
}
.footer a.icon .fa:hover {
  background-color: #164194;
  color: #FFF;
}
.footer .logo {
  width: 100%;
  max-width: 200px;
}
.footer .cta {
  margin-bottom: 1em;
}

/*
 * Global page styling
 * Insert anything related to global styling of pages.
 *
 * @since 1.0.0
*/
body.error404 .gridheader {
  background: url(../images/404_image.jpg) transparent repeat top center;
}
body.error404 .gridheader:before {
  background: rgba(0, 0, 0, 0.45);
}
body.error404 .gridheader h1 {
  position: relative;
  z-index: 2;
  font-size: 3.125em;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.vacancy-template-default .flex-four .box a, .vacancy-template-default .flex-four .box span {
  color: #00642D;
}
.vacancy-template-default .flex-four .box a.icon, .vacancy-template-default .flex-four .box span.icon {
  color: #FFF;
  background-color: #7AB53E;
  border: 2px solid #7AB53E;
}
.vacancy-template-default .flex-four .box a.icon:hover, .vacancy-template-default .flex-four .box span.icon:hover {
  color: #7AB53E;
  background-color: #FFF;
}
.vacancy-template-default .infobox .cta {
  border-color: #7AB53E;
  color: #7AB53E !important;
}
.vacancy-template-default .infobox .cta:hover {
  background-color: #7AB53E !important;
}

.post-template-default .flex-four .box,
.vacancy-template-default .flex-four .box,
.course-template-default .flex-four .box {
  width: 100%;
  text-align: center;
}
@media (max-width: 1023px) {
  .post-template-default .infobox,
.post-template-default .box.summary,
.post-template-default .flex-four .box,
.vacancy-template-default .infobox,
.vacancy-template-default .box.summary,
.vacancy-template-default .flex-four .box,
.course-template-default .infobox,
.course-template-default .box.summary,
.course-template-default .flex-four .box {
    max-width: 420px !important;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}

.search-no-results h2,
.error404 h2 {
  color: #164194;
}
.search-no-results .inner-container .article-content,
.error404 .inner-container .article-content {
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.search-no-results .inner-container form,
.error404 .inner-container form {
  margin-bottom: 35px;
}
.search-no-results .inner-container form .search-input,
.error404 .inner-container form .search-input {
  background-color: #f0f0f0;
  width: 70%;
  display: inline-block;
}
.search-no-results .inner-container form .submit,
.error404 .inner-container form .submit {
  color: #164194;
  border-color: #164194;
}
.search-no-results .inner-container form .submit:hover,
.error404 .inner-container form .submit:hover {
  cursor: pointer;
  background-color: #164194;
  color: #FFF;
}

.single-post h1 {
  font-size: 2.5em;
}

/*
 * Global post (single) styling
 * Insert anything related to global styling of posts (single).
 *
 * @since 1.0.0
*/
/*
 * Global sidebar styling
 * Insert anything related to global styling of the website sidebar.
 *
 * @since 1.0.0
*/
/*
 * Global button styling
 * Insert anything related to global styling of buttons in the website.
 *
 * @since 1.0.0
*/
/* @todo Copy from bones */
button,
.cta {
  border: 2px solid #FFF;
  padding: 12px 1em;
  font-size: 0.875em;
  color: #FFF !important;
  text-decoration: none;
  transition: all 0.25s ease;
  image-rendering: -webkit-optimize-contrast;
}
button:hover,
.cta:hover {
  background-color: #FFF;
  color: #164194 !important;
}
button.vc,
.cta.vc {
  border-width: 2px !important;
  border-color: #1E78C1;
  color: #1E78C1 !important;
}
button.vc:hover,
.cta.vc:hover {
  background-color: #1E78C1;
  color: #FFF !important;
}

button {
  border: 2px solid #1E78C1;
  color: #1E78C1 !important;
}

.wpgmza_sl_search_button_div input,
.wpgmza_sl_reset_button_div input {
  border: 2px solid #FFF;
  padding: 12px 1em;
  font-size: 0.875em;
  color: #164194 !important;
  text-decoration: none;
  transition: all 0.25s ease;
  image-rendering: -webkit-optimize-contrast;
  border-color: #164194;
}
.wpgmza_sl_search_button_div input:hover,
.wpgmza_sl_reset_button_div input:hover {
  background-color: #FFF;
  color: #164194 !important;
}

/*
 * Global comment(s) styling
 * Insert anything related to global styling of comments in the website.
 *
 * @since 1.0.0
*/
/*
 * Base settings and variables
 * Insert the base CSS settings and variables.
 *
 * @since 1.0.1
 */
.intro-text {
  font-size: 1.25em;
}

.breadcrumbs a {
  color: #000;
  text-decoration: none;
}

.content_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content_container .item {
  width: calc(1/2*100% - (1 - 1/2)*16px);
  margin-bottom: 16px;
  background-color: #FFF1B8;
  color: #FFF;
  min-height: 292px;
  position: relative;
  padding: 1%;
  text-align: center;
  z-index: 2;
}
.content_container .item h3 {
  font-weight: 700;
  font-size: 1.625em;
  margin-top: 100px;
}
.content_container .item svg,
.content_container .item span {
  position: absolute;
  top: 0;
  left: 0;
}
.content_container .item svg {
  z-index: 4;
}
@media (min-width: 757px) {
  .content_container .item {
    width: calc(1/4*100% - (1 - 1/4)*16px);
  }
}
.content_container .item span {
  z-index: 3;
  width: 100%;
  background-color: #FFF;
  min-height: 50px;
  color: #1E78C1;
  font-size: 1.2em;
  text-align: center;
  padding-left: 16%;
  padding-right: 8%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.content_container .item:nth-child(1) {
  background-color: #7AB53E;
}
.content_container .item:nth-child(1) .triangle {
  fill: #3CBC75;
}
.content_container .item:nth-child(2) {
  background-color: #1E78C1;
}
.content_container .item:nth-child(2) .triangle {
  fill: #084599;
}
.content_container .item:nth-child(3) {
  background-color: #084599;
}
.content_container .item:nth-child(3) .triangle {
  fill: #26C8F4;
}
.content_container .item:nth-child(4) {
  background-color: #3CBC75;
}
.content_container .item:nth-child(4) .triangle {
  fill: #87C846;
}
.content_container .item a {
  position: absolute;
  bottom: 1em;
  max-width: 120px;
  margin-left: -60px;
  width: 100%;
}
.content_container.secondary .item {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 557px) {
  .content_container.secondary .item {
    width: 100%;
  }
}
.content_container.secondary .item:nth-child(2), .content_container.secondary .item:nth-child(4) {
  background-color: #7AB53E;
}
.content_container.secondary .item:nth-child(2) .triangle, .content_container.secondary .item:nth-child(4) .triangle {
  fill: #3CBC75;
}
.content_container.secondary .item:nth-child(1), .content_container.secondary .item:nth-child(3) {
  background-color: #3CBC75;
}
.content_container.secondary .item:nth-child(1) .triangle, .content_container.secondary .item:nth-child(3) .triangle {
  fill: #87C846;
}
.content_container.secondary .item h3 {
  font-size: 16px;
  padding: 2%;
  word-break: break-all;
  margin-bottom: 80px;
}
.content_container.secondary .item div {
  background: #FFF;
  color: #000;
  padding: 4% 2%;
  margin-top: auto;
}
.content_container.secondary .item a {
  position: relative;
  bottom: auto;
  max-width: 100%;
  margin-left: auto;
  width: auto;
  display: block;
}

.content_container.news {
  justify-content: flex-start;
}
.content_container.news h3 {
  font-weight: 300;
  margin: 1em;
  display: block;
  word-break: break-word;
}
.content_container.news .item {
  background-color: #FFF;
  width: 32.3%;
  margin: 0.5%;
  padding: 0;
}
.content_container.news .item h4, .content_container.news .item p {
  padding: 0 0.5em !important;
}
.content_container.news .item p {
  color: black;
}
@media (max-width: 990px) {
  .content_container.news .item {
    width: 48%;
    margin-bottom: 2.4%;
  }
}
@media (max-width: 580px) {
  .content_container.news .item {
    width: 100%;
    margin-bottom: 2.4%;
  }
}
.content_container.news .item:nth-child(1n) {
  color: #87C846;
}
.content_container.news .item:nth-child(1n) span {
  color: #87C846;
}
.content_container.news .item:nth-child(1n) .triangle {
  fill: #87C846;
}
.content_container.news .item:nth-child(1n) .cta {
  color: #87C846 !important;
  border-color: #87C846 !important;
}
.content_container.news .item:nth-child(1n) .cta:hover {
  background-color: #87C846 !important;
}
.content_container.news .item:nth-child(2n) {
  color: #26C8F4;
}
.content_container.news .item:nth-child(2n) span {
  color: #26C8F4;
}
.content_container.news .item:nth-child(2n) .triangle {
  fill: #26C8F4;
}
.content_container.news .item:nth-child(2n) .cta {
  color: #26C8F4 !important;
  border-color: #26C8F4 !important;
}
.content_container.news .item:nth-child(2n) .cta:hover {
  background-color: #26C8F4 !important;
}
.content_container.news .item:nth-child(3n) {
  color: #1E78C1;
}
.content_container.news .item:nth-child(3n) span {
  color: #1E78C1;
}
.content_container.news .item:nth-child(3n) .triangle {
  fill: #1E78C1;
}
.content_container.news .item:nth-child(3n) .cta {
  color: #1E78C1 !important;
  border-color: #1E78C1 !important;
}
.content_container.news .item:nth-child(3n) .cta:hover {
  background-color: #1E78C1 !important;
}
.content_container.news .item div {
  height: 262px;
  background-position: center;
  background-repeat: no-repeat;
}
.content_container.news .item div.no-thumb {
  background-color: #164194 !important;
  position: relative;
}
.content_container.news .item div.no-thumb .br {
  width: 208px;
  bottom: -1px;
  right: 0;
  left: auto;
  position: absolute;
  height: 138px;
  top: auto !important;
}
.content_container.news .item div.no-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/grid_mask.png) transparent repeat top center;
  display: block;
}
.content_container.news .item .cta {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em !important;
}
.content_container.news .item .cta:hover {
  color: #FFF !important;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.flexbox .flexitem {
  position: relative;
  width: 100%;
  min-height: 224px;
  padding: 6%;
  text-align: center;
}
.flexbox .flexitem svg {
  position: absolute;
  z-index: 1;
}
@media (min-width: 576px) {
  .flexbox .flexitem {
    width: 50%;
    min-height: 576px;
  }
}
.flexbox .flexitem h3 {
  font-weight: 700;
  font-size: 2.5em;
  color: #FFF;
}
.flexbox .flexitem p {
  font-size: 1.25em;
  color: #FFF;
}
.flexbox .flexitem a.cta {
  display: inline-block;
  margin-top: 32px;
}
.flexbox .flexitem h3,
.flexbox .flexitem p,
.flexbox .flexitem a {
  position: relative;
  z-index: 4;
}
.flexbox .flexitem h3 {
  word-break: break-word;
}
.flexbox .flexitem svg.tr {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 1280px) {
  .flexbox .flexitem svg.tr {
    max-width: 188px;
  }
}
@media (max-width: 767px) {
  .flexbox .flexitem svg.tr {
    max-width: 120px;
  }
}
.flexbox .flexitem svg.btl {
  max-height: 420px;
  width: 336px;
}
@media (max-width: 1280px) {
  .flexbox .flexitem svg.btl {
    max-height: 320px;
    width: 144px;
  }
}
@media (max-width: 767px) {
  .flexbox .flexitem svg.btl {
    max-height: 220px;
    width: 136px;
  }
}
.flexbox .flexitem.pri_color {
  background-color: #7AB53E;
}
.flexbox .flexitem.pri_color svg.tr {
  top: 0;
  right: 0;
}
.flexbox .flexitem.pri_color svg.btl {
  bottom: 0;
  left: 0;
}
.flexbox .flexitem.tet_color {
  background-color: #ffffff;
}
.flexbox .flexitem.tet_color h3 {
  color: #7AB53E;
}
.flexbox .flexitem.tet_color p {
  color: #000;
}
.flexbox .flexitem.tet_color .cta {
  color: #7AB53E !important;
  border-color: #7AB53E;
}
.flexbox .flexitem.tet_color .cta:hover {
  background-color: #7AB53E;
  color: #FFF !important;
}
.flexbox .flexitem.tet_color svg.tr {
  top: 0;
  right: 0;
}
.flexbox .flexitem.tet_color svg.btl {
  bottom: 0;
  left: 0;
}
.flexbox .flexitem.secondary, .flexbox .flexitem.sec_color {
  background-color: #E2E2E2;
}
.flexbox .flexitem.secondary h3, .flexbox .flexitem.sec_color h3 {
  color: #084599;
}
.flexbox .flexitem.secondary p, .flexbox .flexitem.sec_color p {
  color: #000;
}
.flexbox .flexitem.secondary .cta, .flexbox .flexitem.sec_color .cta {
  color: #084599 !important;
  border-color: #084599;
}
.flexbox .flexitem.secondary .cta:hover, .flexbox .flexitem.sec_color .cta:hover {
  background-color: #084599;
  color: #FFF !important;
}
.flexbox .flexitem.secondary svg, .flexbox .flexitem.sec_color svg {
  position: absolute;
}
.flexbox .flexitem.secondary svg.btl, .flexbox .flexitem.sec_color svg.btl {
  bottom: 0;
  left: 0;
}
.flexbox .flexitem.secondary {
  background-color: #FFF;
}
@media (max-width: 767px) {
  .flexbox .flexitem.secondary {
    order: 2;
  }
}

.home .google_maps .wpgmza_gd {
  display: none !important;
}

.google_maps .wpgmza_map {
  height: 100% !important;
}
.google_maps .flexitem:nth-child(2) {
  background: #1E78C1;
  color: #FFF;
  padding: 6%;
  width: 33% !important;
}
@media (max-width: 767px) {
  .google_maps .flexitem:nth-child(2) {
    width: 100% !important;
  }
}
.google_maps .flexitem {
  padding: 0;
  width: 67% !important;
  max-height: 740px;
}
@media (max-width: 1400px) {
  .google_maps .flexitem p {
    font-size: 0.9em;
  }
}
@media (max-width: 1280px) {
  .google_maps .flexitem {
    width: 67% !important;
  }
}
@media (max-width: 767px) {
  .google_maps .flexitem {
    width: 100% !important;
  }
}
.google_maps .flexitem svg {
  width: 100%;
}
.google_maps .flexitem svg.tl {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 240px;
}
.google_maps .flexitem svg.br {
  bottom: 0;
  right: 0;
  max-width: 240px;
}
@media (max-width: 767px) {
  .google_maps .flexitem svg.tl {
    max-width: 140px;
  }
  .google_maps .flexitem svg.br {
    max-width: 140px;
  }
}

.wpgmza_sl_main_div {
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
}
.wpgmza_sl_main_div div {
  width: 50%;
  padding-right: 1em;
}
@media (max-width: 767px) {
  .wpgmza_sl_main_div div {
    width: 100%;
    padding: 0;
  }
}
.wpgmza_sl_main_div select,
.wpgmza_sl_main_div input[type=text] {
  width: 100% !important;
}

.dataTables_info {
  display: none;
}

.locaties .dataTables_wrapper .dataTables_paginate {
  float: none !important;
  width: 100% !important;
  text-align: center !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {
  color: rgba(30, 130, 202, 0.41) !important;
  margin: 0 !important;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  padding: 0;
  margin: 0 2px;
  border-radius: 3px;
  background-clip: padding-box;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
  color: #1E78C1 !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous, .dataTables_wrapper .dataTables_paginate a.paginate_button.next {
  width: auto !important;
  color: #1E78C1 !important;
}

tbody tr:nth-child(odd) {
  background-color: #F7F7F7 !important;
}

table.dataTable.no-footer {
  border-bottom: none !important;
}

.wpgmza_sl_main_div {
  padding-top: 35px;
}

.wpgmza_sl_radius_div {
  margin-top: 0 !important;
}

.wpgmza_sl_query_div,
.wpgmza_sl_radius_div,
.wpgmza_sl_category_div,
.wpgmza_sl_search_button_div,
.wpgmza_sl_reset_button_div {
  height: 50px !important;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .wpgmza_sl_query_div,
.wpgmza_sl_radius_div,
.wpgmza_sl_category_div,
.wpgmza_sl_search_button_div,
.wpgmza_sl_reset_button_div {
    width: 100%;
    height: auto !important;
  }
}

.wpgmza_sl_query_div {
  margin-top: 0 !important;
}

.addressInput {
  border: 2px solid #CBCBCB !important;
  background-color: #FFF !important;
  height: 40px;
  padding: 0 10px;
  float: none !important;
}

.box {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
  margin-bottom: 35px;
  padding: 1em;
}
.box .cta {
  display: inline-block;
  border-color: #1E78C1;
  color: #1E78C1 !important;
  margin-bottom: 0 !important;
}
.box .cta:hover {
  background-color: #1E78C1;
  color: #FFF !important;
}

.flex-four {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  justify-content: center;
}
.flex-four .box {
  width: 98%;
  margin: 1%;
}
@media (min-width: 576px) {
  .flex-four .box {
    width: 48%;
    margin: 1%;
  }
}
@media (min-width: 767px) {
  .flex-four .box {
    width: 31%;
    margin: 1%;
  }
}
@media (min-width: 1023px) {
  .flex-four .box {
    width: 23%;
    margin: 1%;
  }
}

.vcards .box {
  background-image: url(../images/svg_side.svg);
  background-repeat: no-repeat;
  position: relative;
  text-align: center !important;
}
.vcards .box p {
  padding: 0 10px;
}
.vcards .box .side {
  background-color: #1E78C1;
  position: absolute;
  display: block;
  height: 80%;
  width: 29px;
  left: 0;
  bottom: 0;
}
.vcards img {
  width: 50%;
  height: auto;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.vcards span {
  padding: 0 10px;
  font-weight: 700;
  color: #1E78C1;
}
.vcards a {
  color: #1E78C1;
  display: block;
  text-decoration: none;
}
.vcards a.icon {
  margin-top: 15px;
  display: inline-block;
  border-radius: 50%;
  line-height: 31px;
  height: 36px;
  width: 36px;
  background-color: #1E78C1;
  border: 2px solid #1E78C1;
  color: #FFF;
}
.vcards a.icon:hover {
  background-color: #FFF;
  border: 2px solid #1E78C1;
  color: #1E78C1;
}

.list {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.list .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
.list .box h4 {
  color: #1E78C1;
}
.list .box .img {
  background-size: cover;
  width: 30%;
  margin: -1em;
  position: relative;
  min-height: 180px;
}
.list .box .img .label {
  padding-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 100% !important;
}
.list .box .img .label span {
  color: #1E78C1;
  display: inline-block;
  background-color: #FFF;
  height: 50px;
  vertical-align: top;
  line-height: 50px;
  padding: 0 0.5em;
}
.list .box .img .label:before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/triangle_primary.svg) transparent no-repeat center center;
  background-color: #FFF !important;
}
.list .box .img .label:after {
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/triangle_secundairy.svg) transparent no-repeat center center;
}
.list .box div {
  padding-left: 10%;
  width: 60%;
  text-align: left;
}
@media (max-width: 1023px) {
  .list .box div {
    width: 48% !important;
  }
  .list .box div.content {
    padding-left: 8%;
  }
}
@media (max-width: 600px) {
  .list .box div {
    width: 110% !important;
    min-height: 100px;
  }
  .list .box div.content {
    padding-left: 0;
  }
}

.green .list .box h4 {
  color: #7AB53E;
}
.green .list .box .img {
  background-size: cover;
  width: 30%;
  margin: -1em;
  position: relative;
  min-height: 180px;
}
.green .list .box .img .label span {
  color: #7ab53e;
}
.green .list .box .img .label:before {
  background: url(../images/triangle_primary_green.svg) transparent no-repeat center center;
}
.green .list .box .cta {
  border-color: #7AB53E;
  color: #7AB53E !important;
}
.green .list .box .cta:hover {
  background-color: #7AB53E;
  color: #FFF !important;
}

.photorow {
  color: #FFF;
}
.photorow.big {
  height: 824px;
}
.photorow.big h1, .photorow.big h2, .photorow.big h3, .photorow.big h4, .photorow.big h5, .photorow.big h6 {
  padding-top: 412px;
}
@media (max-width: 1024px) {
  .photorow.big {
    height: 424px;
  }
  .photorow.big h1, .photorow.big h2, .photorow.big h3, .photorow.big h4, .photorow.big h5, .photorow.big h6 {
    padding-top: 206px;
  }
}
.photorow.big:before {
  height: 824px;
}
.photorow.regular {
  height: 440px;
}
.photorow.regular h1, .photorow.regular h2, .photorow.regular h3, .photorow.regular h4, .photorow.regular h5, .photorow.regular h6 {
  padding-top: 166px;
}
.photorow.regular:before {
  height: 440px;
}
.photorow h1, .photorow h2, .photorow h3, .photorow h4, .photorow h5, .photorow h6 {
  position: relative;
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.photorow.photo_filter:before {
  vertical-align: middle;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0) !important;
}
.photorow.photo_filter.opacity_lvl_0:before {
  background-color: rgba(0, 0, 0, 0) !important;
}
.photorow.photo_filter.opacity_lvl_1:before {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.photorow.photo_filter.opacity_lvl_2:before {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.photorow.photo_filter.opacity_lvl_3:before {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.photorow.photo_filter.opacity_lvl_4:before {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.photorow.photo_filter.opacity_lvl_5:before {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.photorow.photo_filter.opacity_lvl_6:before {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.photorow.photo_filter.opacity_lvl_7:before {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.photorow.photo_filter.opacity_lvl_8:before {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.photorow.photo_filter.opacity_lvl_9:before {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.photorow.photo_filter.opacity_lvl_10:before {
  background-color: black !important;
}
.photorow span {
  max-width: 480px;
  display: inline-block;
  width: 100%;
}
.photorow.graphic_used:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/contentbox_svg.svg) no-repeat center;
  background-size: contain;
  width: 480px;
  height: 140px;
}
@media (max-width: 1024px) {
  .photorow.graphic_used:after {
    width: 310px;
    height: 96px;
  }
}
@media (max-width: 767px) {
  .photorow.graphic_used:after {
    width: 220px;
    height: 66px;
  }
}

blockquote,
.quote {
  color: #1E78C1;
  padding: 1em 0;
}
blockquote .image,
.quote .image {
  float: left;
  width: 60%;
  min-height: 348px;
  max-height: 348px;
}
blockquote .content,
.quote .content {
  float: right;
  width: 38%;
  margin-left: 2%;
  padding: 0.5em;
  border-top: 1px solid #1E78C1;
  border-bottom: 1px solid #1E78C1;
}
blockquote.goofy .image,
.quote.goofy .image {
  float: right;
  width: 48%;
  min-height: 276px;
  max-height: 276px;
}
blockquote.goofy .content,
.quote.goofy .content {
  width: 50%;
  float: left;
  margin: 0;
}
@media (max-width: 648px) {
  blockquote .image,
blockquote .content,
.quote .image,
.quote .content {
    float: none !important;
    width: 100% !important;
  }
  blockquote .content,
.quote .content {
    margin-top: 1em !important;
  }
}

blockquote {
  margin: 0;
  padding: 0;
}

.infobox {
  width: 100%;
  margin-bottom: 16px;
  background-color: #FFF1B8;
  color: #FFF;
  min-height: 292px;
  position: relative;
  padding: 0;
  padding-top: 0px;
  text-align: center;
  position: relative;
  background-color: #164194;
}
.infobox h3 {
  font-weight: 700;
  font-size: 1.625em;
  margin-top: 100px;
}
.infobox svg,
.infobox span {
  position: absolute;
  top: 0;
  left: 0;
}
.infobox svg {
  z-index: 4;
}
.infobox span {
  z-index: 3;
  width: 100%;
  background-color: #FFF;
  min-height: 50px;
  color: #1E78C1;
  font-size: 1.2em;
  text-align: center;
  padding-left: 16%;
  padding-right: 8%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.infobox p {
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.25em;
}
.infobox .btn {
  background-color: #FFF;
  padding: 1em;
}
.infobox .triangle {
  fill: #87C846;
}

svg.nlleft, svg.nlright {
  position: absolute;
  bottom: 0;
}
svg.nlleft {
  left: 0;
  height: 106px;
  width: 157px;
}
@media (max-width: 767px) {
  svg.nlleft {
    height: 56px;
    width: 83px;
  }
}
svg.nlright {
  right: 0;
  height: 108px;
  width: 240px;
}
@media (max-width: 767px) {
  svg.nlright {
    height: 58px;
    width: 130px;
  }
}

.newsletter_short {
  margin-top: 35px;
  display: flex;
  padding: 70px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .newsletter_short {
    padding: 0 4%;
  }
}
.newsletter_short h3 {
  font-weight: 300;
  color: #164194;
  margin: 0;
}
.newsletter_short div {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 30%;
}
.newsletter_short div:nth-child(2) {
  width: 70%;
  text-align: center;
}
.newsletter_short input {
  background-color: #F0F0F0;
  min-width: 280px;
}
.newsletter_short input.submit {
  background-color: #FFF;
  border: 2px solid #164194;
  color: #164194;
  font-weight: 700;
  min-width: auto;
}
.newsletter_short input.submit:hover {
  cursor: pointer;
  background-color: #164194;
  color: #FFF;
}
@media (max-width: 767px) {
  .newsletter_short {
    display: block;
  }
  .newsletter_short h3 {
    margin-bottom: 1em;
  }
  .newsletter_short form,
.newsletter_short div,
.newsletter_short input {
    display: block;
    width: 100%;
    text-align: center;
  }
  .newsletter_short form.submit,
.newsletter_short div.submit,
.newsletter_short input.submit {
    width: auto;
  }
  .newsletter_short div:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .newsletter_short input {
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
  .newsletter_short input.submit {
    width: auto;
  }
}
@media (max-width: 767px) and (max-width: 430px) {
  .newsletter_short input.submit {
    margin-top: 30px;
  }
}

.downloadlist {
  width: 100%;
  max-width: 886px;
  margin: 0 auto;
  padding: 2em 1em;
  padding-bottom: 0.5em !important;
  margin-bottom: 0;
  background-color: #f4f4f4;
}
.downloadlist.events {
  display: flex;
  flex-wrap: wrap;
}
.downloadlist.events .event {
  width: 108%;
  margin: 0 1%;
  border-bottom: 2px solid #1E78C1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .downloadlist.events .event {
    width: 100%;
  }
}
.downloadlist.events .title,
.downloadlist.events .date {
  display: inline-block;
  vertical-align: top;
}
.downloadlist.events .date {
  height: 58px;
  width: 58px;
}
.downloadlist.events .date span {
  font-size: 16px !important;
  color: #FFF;
  background-color: #1E78C1;
  text-align: center;
  display: block;
}
.downloadlist.events .date span:first-child {
  background-color: #164194;
  font-size: 20px;
}
.downloadlist.events .title {
  margin-left: 10px;
  width: 200px;
}
.downloadlist.events a {
  text-decoration: none;
  color: #1E78C1;
}
.downloadlist.events a:hover {
  color: #164194;
}
.downloadlist.hightlighted {
  padding: 70px 140px;
  background-color: #FFF;
  text-align: left;
}
.downloadlist.hightlighted .item {
  border: none !important;
  align-items: normal;
  position: relative;
  z-index: 9;
}
@media (max-width: 952px) {
  .downloadlist.hightlighted {
    padding: 70px 60px !important;
  }
}
@media (max-width: 800px) {
  .downloadlist.hightlighted {
    padding: 35px 15px;
  }
}
@media (max-width: 580px) {
  .downloadlist.hightlighted {
    padding-bottom: 30px !important;
  }
}
.downloadlist h4 {
  color: #164194;
  margin-top: 0;
}
.downloadlist p {
  margin-bottom: 1.4em;
}
.downloadlist .cta {
  color: #164194 !important;
  border-color: #164194;
}
.downloadlist .cta:hover {
  background-color: #164194 !important;
  color: #FFF !important;
}
.downloadlist .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #164194;
  margin-bottom: 1.4em;
  padding-bottom: 0.5em;
}
@media (max-width: 580px) {
  .downloadlist .item {
    display: block !important;
  }
  .downloadlist .item div {
    width: 100% !important;
  }
  .downloadlist .item div:nth-child(2) {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 35px;
  }
}
.downloadlist .item div {
  width: 70%;
}
.downloadlist .item div:nth-child(2) {
  width: 30%;
  text-align: right;
}
.downloadlist .item:last-child {
  margin-bottom: 0;
  border-bottom: 0px;
}

.home .downloadlist.hightlighted.events {
  padding: 15px;
  margin-bottom: 0;
}
.home .downloadlist.hightlighted.events .event {
  width: 100%;
}

.ctabar {
  background-color: #26C8F4;
  width: 100%;
  max-width: 886px;
  margin: 0 auto;
  padding: 14px;
  margin-bottom: 35px;
  text-align: right;
  position: relative;
}
.ctabar .cta.vc {
  border: none;
  padding: 0;
}
.ctabar .cta.vc:hover {
  background-color: transparent !important;
}
.ctabar svg {
  position: absolute;
  top: -50px;
  left: 0;
  fill: #F3E33F;
}
.ctabar.front {
  background-color: #FFF;
}
.ctabar.front .cta.vc {
  background-color: #FFF;
  color: #1E78C1;
  border-color: #1E78C1;
}
.ctabar.front svg {
  display: none;
}

.vaccoulist {
  position: relative;
  margin-top: 1em;
}
.vaccoulist-anchor {
  position: absolute;
  top: -100px;
}
.vaccoulist select {
  margin-bottom: 1em;
  width: 100%;
}
.vaccoulist .box {
  transition: all 0.25s ease;
  image-rendering: -webkit-optimize-contrast;
  background-color: #FFF;
  padding: 0;
  max-height: 144px;
  overflow: hidden;
  margin-bottom: 1em;
}
.vaccoulist p {
  font-size: 0.9em;
  line-height: 22px;
  color: #000;
}
.vaccoulist a {
  background-image: url(../images/left_edge_box.svg);
  background-repeat: no-repeat;
  background-position: top left;
  transition: all 0.25s ease;
  image-rendering: -webkit-optimize-contrast;
  display: block;
}
.vaccoulist a:before, .vaccoulist a:after {
  content: "";
  display: table;
}
.vaccoulist a:after {
  clear: both;
}
.vaccoulist a:hover {
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  background-position: top left;
}
.vaccoulist a:hover h4 {
  text-decoration: underline;
}
.vaccoulist a:hover .btn {
  transition: all 0.25s ease;
  image-rendering: -webkit-optimize-contrast;
  background-color: #164194;
  background-image: url(../images/arrow.svg);
}
.vaccoulist h4 {
  font-size: 1.22em;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1em;
}
.vaccoulist .desc {
  float: left;
  display: block;
  text-align: left;
}
.vaccoulist .desc {
  padding: 35px 15px 0 100px;
  width: 90%;
}
.vaccoulist .btn {
  transition: all 0.25s ease;
  image-rendering: -webkit-optimize-contrast;
  background-color: #F5F5F5;
  background-image: url(../images/arrow_blue.svg);
  background-size: 20%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10%;
  height: 142px;
  float: right;
}
@media (max-width: 585px) {
  .vaccoulist a {
    text-decoration: none;
  }
  .vaccoulist .desc,
.vaccoulist .btn {
    float: none;
    width: 100%;
  }
  .vaccoulist .desc {
    padding-left: 50px;
  }
}

.summary h5 {
  color: #164194;
  margin: 0;
  margin-bottom: 0.5em;
}
.summary span {
  font-size: 0.95em;
  display: block;
}
.summary span.label {
  font-style: italic;
  color: #164194;
}

.filterheader {
  color: #164194;
  text-align: center;
  margin-bottom: 0px;
}

.filter {
  background-color: #FFF;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  text-align: center;
  list-style-type: none;
  color: #000 !important;
}
.filter li {
  display: inline-block;
  margin: 0 0.5em;
}
.filter li a {
  font-size: 1.25em;
  color: #164194;
  opacity: 0.4;
  text-decoration: none;
}
.filter li a.filter__item--active {
  opacity: 1;
  text-decoration: underline;
}
.filter li a:hover {
  opacity: 1;
}

.v1-pagination {
  margin-top: 35px;
  text-align: center;
}
.v1-pagination .prev,
.v1-pagination .next {
  font-weight: 700;
}

.tag span {
  color: #1E78C1;
}
.tag a {
  text-decoration: none;
}

.date {
  color: #1E78C1;
}

#readspeaker_button1 {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 120px;
  min-width: 410px;
}
@media (max-width: 1026px) {
  #readspeaker_button1 {
    z-index: 9999;
  }
}

.rsbtn_exp_inner,
.rs_addtools .rsbtn_play, .rsbtn .rsbtn_play,
.rsbtn.rsbtn_exp.rsbtn_exp_inner {
  border-radius: 0 !important;
}

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