/*!
    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
*/
/*
 * 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: #1E78C1;
  background: -moz-linear-gradient(-45deg, #1E78C1 1%, #164194 100%);
  background: -webkit-linear-gradient(-45deg, #1E78C1 1%, #164194 100%);
  background: linear-gradient(135deg, #1E78C1 1%, #164194 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1E78C1", endColorstr="#164194",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;
}

.mr:after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  background: url(../images/grid_row_svg_darkright.svg) transparent no-repeat;
  display: block;
  z-index: 1;
  height: 330px;
  width: 100px;
}
@media (max-width: 1440px) {
  .mr:after {
    width: 80px;
  }
}
@media (max-width: 1280px) {
  .mr:after {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .mr:after {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .mr:after {
    width: 0;
  }
}

.gridrow {
  position: relative;
  background: #1E78C1;
  background: -moz-linear-gradient(-45deg, #1E78C1 1%, #164194 100%);
  background: -webkit-linear-gradient(-45deg, #1E78C1 1%, #164194 100%);
  background: linear-gradient(135deg, #1E78C1 1%, #164194 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1E78C1", endColorstr="#164194",GradientType=1 );
  text-align: center;
}
.gridrow.green {
  background: #1E78C1;
  background: -moz-linear-gradient(-45deg, #1E78C1 1%, #164194 100%);
  background: -webkit-linear-gradient(-45deg, #1E78C1 1%, #164194 100%);
  background: linear-gradient(135deg, #1E78C1 1%, #164194 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1E78C1", endColorstr="#164194",GradientType=1 );
  text-align: center;
}
.gridrow.green:after {
  background: url(../images/grid_row_svg_darkright.svg) transparent no-repeat;
}
.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: -20px;
  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;
  }
}

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

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: #1E78C1;
}
h1.darkregular, h2.darkregular, h3.darkregular, h4.darkregular, h5.darkregular, h6.darkregular {
  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;
  background: #eee;
  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 */
}
.v1-pagination .page-numbers.current {
  background: #1E78C1;
  color: #fff;
}
.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;
}

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

/*
 * 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: #164194;
  border-color: #164194;
}
form .gform_button:hover {
  cursor: pointer;
  color: #164194;
  background-color: #FFF;
}

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

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

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

/*
 * 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: #084599;
}
.footer .primar h3 {
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.footer .primar .inner-container {
  padding: 4vh 0;
}
.footer .secun {
  background-color: #1E78C1;
  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: #084599;
  color: #FFF;
}
.footer .col4 a:hover {
  background-color: #FFF;
  color: #1E78C1 !important;
}
.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;
}

/*
 * Header styling
 * Insert anything related to styling of the header of the website.
 *
 * @since 1.0.0
*/
.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(22, 65, 148, 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;
}

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

.dynamic-mobile-nav {
  width: 100%;
  background: #164194;
  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: #164194;
  max-width: 767px;
  width: 100%;
}
.dynamic-mobile-nav .sub {
  background-color: #164194;
  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;
}

.mobile-nav {
  width: 100%;
  background: rgba(22, 65, 148, 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: 1em;
}
@media (max-width: 1024px) {
  .mobile-nav ul .sub-menu li a {
    font-size: 80%;
  }
}
.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 {
  background-image: url(../images/logo_h.png);
}
.header.scroll-active .mobile-menu-button .ablock {
  fill: #1E78C1;
}
.header .logo {
  float: left;
  margin-left: 15px;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .header .logo {
    margin-left: 1em;
  }
}
.header .logo a {
  background-image: url(../images/logo.png);
  display: block;
  min-width: 214px;
  width: 100%;
  background-size: contain;
  height: 86px;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .header .logo a {
    min-width: 186px;
    height: 80px;
  }
}
@media (max-width: 320px) {
  .header .logo a {
    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: #1E78C1;
}
.header .desktop-nav .cbox a:hover .ablock {
  fill: #1E78C1;
}
@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;
}

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

.seach-overlay {
  background: rgba(22, 65, 148, 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;
}

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

.vacancy-template-default .flex-four .box,
.course-template-default .flex-four .box {
  width: 100%;
  text-align: center;
}
@media (max-width: 1023px) {
  .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;
}

/*
 * 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: #164194;
  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: #164194;
}
.content_container .item:nth-child(1) .triangle {
  fill: #26C8F4;
}
.content_container .item:nth-child(2) {
  background-color: #26C8F4;
}
.content_container .item:nth-child(2) .triangle {
  fill: #164194;
}
.content_container .item:nth-child(3) {
  background-color: #084599;
}
.content_container .item:nth-child(3) .triangle {
  fill: #1E78C1;
}
.content_container .item:nth-child(4) {
  background-color: #1E78C1;
}
.content_container .item:nth-child(4) .triangle {
  fill: #29AFA0;
}
.content_container .item a {
  position: absolute;
  bottom: 1em;
  max-width: 120px;
  margin-left: -60px;
  width: 100%;
}

.content_container.news {
  justify-content: flex-start;
}
.content_container.news h3 {
  font-weight: 300;
  margin: 1em;
  display: block;
}
.content_container.news .item {
  background-color: #FFF;
  width: 32.3%;
  margin: 0.5%;
  padding: 0;
}
@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: #26C8F4;
}
.content_container.news .item:nth-child(1n) span {
  color: #26C8F4;
}
.content_container.news .item:nth-child(1n) .triangle {
  fill: #26C8F4;
}
.content_container.news .item:nth-child(1n) .cta {
  color: #26C8F4 !important;
  border-color: #26C8F4 !important;
}
.content_container.news .item:nth-child(1n) .cta:hover {
  background-color: #26C8F4 !important;
}
.content_container.news .item:nth-child(2n) {
  color: #1E78C1;
}
.content_container.news .item:nth-child(2n) span {
  color: #1E78C1;
}
.content_container.news .item:nth-child(2n) .triangle {
  fill: #1E78C1;
}
.content_container.news .item:nth-child(2n) .cta {
  color: #1E78C1 !important;
  border-color: #1E78C1 !important;
}
.content_container.news .item:nth-child(2n) .cta:hover {
  background-color: #1E78C1 !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 div.no-thumb svg #Path_9919,
.content_container.news .item div.no-thumb svg #Path_9889 {
  fill: #1E78C1;
}
.content_container.news .item div.no-thumb svg #Path_9920 {
  fill: #164194;
}
.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;
  /*&.secondary {
    background-color:#FFF;

    @media (max-width: 767px) {
      order: 2;
    }

    &.darkregular {
      background-color:#00642D;

      h3, p{
        color:#FFF;
      }

      .cta {
        color:#FFF!important;
        border-color:#FFF;
      }

    }

    &.regular {
      background-color:#87C846;

      h3, p{
        color:#FFF;
      }

      .cta {
        color:#FFF!important;
        border-color:#FFF;

        &:hover {
          background-color:#FFF;
          color:#87C846!important;
        }
      }

    }

  }*/
}
.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;
}
.flexbox .flexitem svg.tr #Union_27 {
  fill: #87C846;
}
@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;
}
.flexbox .flexitem svg.btl #Path_9920 {
  fill: #87C846;
}
.flexbox .flexitem svg.btl #Rectangle_10141 {
  fill: #29AFA0;
}
@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: #1E78C1;
}
.flexbox .flexitem.pri_color h3, .flexbox .flexitem.pri_color p {
  color: #FFF;
}
.flexbox .flexitem.pri_color svg.tr {
  top: 0;
  right: 0;
}
.flexbox .flexitem.pri_color svg.tr #Union_27 {
  fill: #084599;
}
.flexbox .flexitem.pri_color svg.tr #Union_26 {
  fill: #26C8F4;
}
.flexbox .flexitem.pri_color svg.btl {
  bottom: -20px;
  left: 0;
}
.flexbox .flexitem.pri_color svg.btl #Path_9904 {
  fill: #084599;
}
.flexbox .flexitem.pri_color svg.btl #Path_9920 {
  fill: #1C65A0;
}
.flexbox .flexitem.pri_color svg.btl #Rectangle_10141 {
  fill: #164194;
}
.flexbox .flexitem.pri_color svg.btl #Union_32 {
  fill: #26C8F4;
}
.flexbox .flexitem.pri_color .cta {
  color: #fff !important;
  border-color: #fff;
}
.flexbox .flexitem.sec_color {
  background-color: #F2F2F2;
}
.flexbox .flexitem.sec_color h3 {
  color: #1E78C1;
}
.flexbox .flexitem.sec_color p {
  color: #000;
}
.flexbox .flexitem.sec_color .cta {
  color: #1E78C1 !important;
  border-color: #1E78C1;
}
.flexbox .flexitem.sec_color .cta:hover {
  background-color: #1E78C1;
  color: #FFF !important;
}
.flexbox .flexitem.sec_color svg {
  position: absolute;
}
.flexbox .flexitem.sec_color svg #Union_32,
.flexbox .flexitem.sec_color svg #Path_9904 {
  fill: #164194;
}
.flexbox .flexitem.sec_color svg #Rectangle_10141 {
  fill: #F3E33F;
}
.flexbox .flexitem.sec_color svg.btl {
  bottom: -20px;
  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.tri_color {
  background-color: #164194;
}
.flexbox .flexitem.tri_color h3 {
  color: #FFF;
}
.flexbox .flexitem.tri_color p {
  color: #FFF;
}
.flexbox .flexitem.tri_color .cta {
  color: #FFF !important;
  border-color: #FFF;
}
.flexbox .flexitem.tri_color .cta:hover {
  background-color: #FFF;
  color: #164194 !important;
}
.flexbox .flexitem.tri_color svg {
  position: absolute;
}
.flexbox .flexitem.tri_color svg #Union_32,
.flexbox .flexitem.tri_color svg #Path_9904 {
  fill: #164194;
}
.flexbox .flexitem.tri_color svg #Rectangle_10141 {
  fill: #F3E33F;
}
.flexbox .flexitem.tri_color svg.btl {
  bottom: 0;
  left: 0;
}
.flexbox .flexitem.tri_color: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) {
  .flexbox .flexitem.tri_color:after {
    width: 310px;
    height: 96px;
  }
}
@media (max-width: 767px) {
  .flexbox .flexitem.tri_color:after {
    width: 220px;
    height: 66px;
  }
}
.flexbox .flexitem.fourth_color {
  background-color: #FFF;
}
.flexbox .flexitem.fourth_color h3, .flexbox .flexitem.fourth_color .cta {
  color: #00642D !important;
}
.flexbox .flexitem.fourth_color p {
  color: #000;
}
.flexbox .flexitem.fourth_color .cta {
  border-color: #00642D !important;
}
.flexbox .flexitem.fourth_color .cta:hover {
  background-color: #00642D;
  color: #FFF !important;
}

.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;
}
@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%;
}
@media (max-width: 767px) {
  .wpgmza_sl_main_div div {
    width: 100%;
  }
}

.dataTables_info {
  display: none;
}

.locaties .dataTables_wrapper .dataTables_paginate {
  margin-top: 15px;
  float: none !important;
  width: 100% !important;
  text-align: center !important;
}
.locaties .dataTables_wrapper .dataTables_paginate a {
  color: red !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;
  }
}

.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;
}
.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;
}
.vcards .box p {
  padding: 0 10px;
}
.vcards .box .side {
  background-color: #164194;
  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 {
  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;
}
.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.darken: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.darken: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.darken:before {
  vertical-align: middle;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2) !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: #164194;
  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: #1E78C1;
}

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 !important;
  margin-bottom: 0;
}
.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: 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;
}
@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: center;
}
.downloadlist .item:last-child {
  margin-bottom: 0;
}

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

.vaccoulist {
  margin-top: 1em;
}
.vaccoulist select {
  margin-bottom: 1em;
  width: 100%;
  color: #164194;
}
.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: #1E78C1;
  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;
}
.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: #1E78C1;
}

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

.downloadlist.events .event {
  border-bottom: 2px solid #1E78C1;
}
.downloadlist.events .date span {
  color: #FFF;
  background-color: #1E78C1;
}
.downloadlist.events .date span:first-child {
  background-color: #164194;
}
.downloadlist.events a {
  text-decoration: none;
  color: #1E78C1;
}
.downloadlist.events a:hover {
  color: #164194;
}

.downloadlist.hightlighted.events {
  padding: 15px;
}
.downloadlist.hightlighted.events .event {
  width: 100%;
}
.downloadlist.hightlighted.events .event:last-child {
  border-bottom: none;
  margin-bottom: 50px;
}

.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: #164194;
}
.ctabar.front {
  text-align: center !important;
  background-color: #FFF;
}
.ctabar.front .cta.vc {
  padding: 12px 1em;
  border: 2px solid #1E78C1 !important;
  background-color: #FFF;
  color: #1E78C1 !important;
  margin-bottom: 15px !important;
  display: inline-block;
}
.ctabar.front .cta.vc:hover {
  background-color: #1E78C1 !important;
  color: #FFF !important;
}
.ctabar.front svg {
  display: none;
}

.googlemap.row iframe {
  height: 440px;
}

.wpb_gmaps_widget .wpb_wrapper {
  background-color: #FFF;
  height: 400px;
}

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