/*!
Theme Name: NFC - Profource
Theme URI: http://www.monsieurpress.com/
Author: David MANSON
Author URI: http://www.david-manson.com/
Description: Hello, I'm MonsieurPress, a super cool, lightweight & simple WordPress starter theme for developpers
Version: 1.0.1
License: WTFPL
License URI: http://www.wtfpl.net/
Text Domain: monsieurpress
Tags: right-sidebar, custom-menu, sticky-post
*/
/*-----------------------
    Libs
------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* 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 */
  -webkit-text-decoration: underline dotted;
          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;
  height: auto;
  max-width: 100%; }

/**
 * 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-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"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * 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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */ }

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

/*/-----------------------
// MIXINS
//-----------------------*/
/* Font sizes */
/* Gradients*/
/* horizontal */
/* diagonal section deviders */
/*/-----------------------
// CONFIG
//-----------------------*/
/* values */
/* Colors */
/* BREAKPOINTS */
/* Backgrounds   */
.bg-maincolor {
  background-color: #0f4390 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-purple {
  background-color: #83007d !important; }

.bg-gray {
  background-color: #e7ecf4 !important; }

.dark-bg {
  color: #fff !important; }
  .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg #section-blog h2 a, #section-blog h2 .dark-bg a, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
    color: #fff !important; }

/* GRADIENTS */
/* horizontal*/
.blue-gradient-l2r {
  background: #0f4390;
  background: linear-gradient(to right, #0f4390 0%, #199dd9 100%); }
  .blue-gradient-l2r:before {
    background-color: transparent !important; }

.pink-gradient-l2r, #section-blog .entry-featured-image-url {
  background: #0f4390;
  background: linear-gradient(to right, #0f4390 0%, #e9167d 100%); }
  .pink-gradient-l2r:before, #section-blog .entry-featured-image-url:before {
    background-color: transparent !important; }

.purple-gradient-l2r, div.box-sidebar-video:before {
  background: #0f4390;
  background: linear-gradient(to right, #0f4390 0%, #83007d 100%); }
  .purple-gradient-l2r:before, div.box-sidebar-video:before {
    background-color: transparent !important; }

.purple-gradient-l2r-clip {
  background: #0f4390;
  background: linear-gradient(to right, #0f4390 0%, #83007d 100%);
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); }
  .purple-gradient-l2r-clip:before {
    background-color: transparent !important; }
  .purple-gradient-l2r-clip:after {
    background: #e7ecf4 !important; }

/* vertical */
.gray-gradient-t2b {
  background: #f5f8fb !important;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f8fb 0%, #e7ecf4 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0) !important;
  /* IE6-9 */ }

.gray-reverse-gradient-t2b {
  background: #e7ecf4 !important;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #e7ecf4 0%, #fff 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0) !important;
  /* IE6-9 */ }
  @media all and (min-width: 981px) {
    .gray-reverse-gradient-t2b {
      background: #e7ecf4 !important;
      /* Old browsers */
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to bottom, #e7ecf4 0%, rgba(231, 236, 244, 0) 100%) !important;
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0) !important;
      /* IE6-9 */ } }

/* SECTION Deviders */
.entry-content, .wp-editor {
  overflow: hidden; }

.section {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative; }
  @media all and (min-width: 981px) {
    .section {
      padding-bottom: 60px;
      padding-top: 60px; } }

/* Diagonal dividers*/
.divider-diagonal-bottom-upwards {
  padding-bottom: 0 !important;
  position: relative;
  z-index: 1; }
  .divider-diagonal-bottom-upwards:after {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    outline: 1px solid transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden; }
  .divider-diagonal-bottom-upwards:after {
    bottom: 0;
    transform: skewY(-2deg);
    transform-origin: 100%; }

.divider-diagonal-bottom-upwards-white {
  position: relative;
  z-index: 1;
  padding-bottom: 120px; }
  .divider-diagonal-bottom-upwards-white:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    outline: 1px solid transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden; }
  .divider-diagonal-bottom-upwards-white:after {
    bottom: 0;
    transform: skewY(-2deg);
    transform-origin: 100%; }
  .divider-diagonal-bottom-upwards-white + .et_pb_section {
    padding-top: 0 !important;
    z-index: 1; }

.divider-diagonal-bottom-downwards, #section-blog .entry-featured-image-url {
  padding-bottom: 0 !important;
  position: relative;
  z-index: 1; }
  .divider-diagonal-bottom-downwards:after, #section-blog .entry-featured-image-url:after {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    outline: 1px solid transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden; }
  .divider-diagonal-bottom-downwards:after, #section-blog .entry-featured-image-url:after {
    bottom: 0;
    transform: skewY(2deg);
    transform-origin: 0 100%; }

.divider-diagonal-bottom-downwards-white {
  position: relative;
  z-index: 1;
  padding-bottom: 240px; }
  .divider-diagonal-bottom-downwards-white:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    outline: 1px solid transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden; }
  .divider-diagonal-bottom-downwards-white:after {
    bottom: 0;
    transform: skewY(2deg);
    transform-origin: 0 100%; }
  .divider-diagonal-bottom-downwards-white + .et_pb_section {
    margin-top: -60px;
    padding-top: 0 !important;
    z-index: 1; }

.divider-diagonal-top-upwards {
  padding-top: 30px !important;
  position: relative;
  z-index: 1; }
  .divider-diagonal-top-upwards:before {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    outline: 1px solid transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden; }
  .divider-diagonal-top-upwards:before {
    top: 0;
    transform: skewY(-2deg);
    transform-origin: 0 0; }

.divider-diagonal-top-downwards {
  position: relative;
  z-index: 1; }
  @media all and (min-width: 981px) {
    .divider-diagonal-top-downwards {
      padding-top: 0 !important; } }
  .divider-diagonal-top-downwards:before {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    outline: 1px solid transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden; }
  .divider-diagonal-top-downwards:before {
    top: 0;
    transform: skewY(2deg);
    transform-origin: 100% 0; }

.divider-diagonal-both-downwards {
  padding: 0 !important;
  position: relative;
  z-index: 1; }
  .divider-diagonal-both-downwards:before, .divider-diagonal-both-downwards:after {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    outline: 1px solid transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden; }
  .divider-diagonal-both-downwards:before {
    top: 0;
    transform: skewY(2deg);
    transform-origin: 100%; }
  .divider-diagonal-both-downwards:after {
    bottom: 0;
    transform: skewY(2deg);
    transform-origin: 0 0; }

.divider-diagonal-both-upwards {
  padding: 0 !important;
  position: relative;
  z-index: 1; }
  .divider-diagonal-both-upwards:before, .divider-diagonal-both-upwards:after {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    outline: 1px solid transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden; }
  .divider-diagonal-both-upwards:before {
    top: 0;
    transform: skewY(-2deg);
    transform-origin: 0 0; }
  .divider-diagonal-both-upwards:after {
    bottom: 0;
    transform: skewY(-2deg);
    transform-origin: 100%; }

.divider-diagonal-both-upwards-white {
  padding: 0 !important;
  position: relative;
  z-index: 1; }
  .divider-diagonal-both-upwards-white:before, .divider-diagonal-both-upwards-white:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    outline: 1px solid transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden; }
  .divider-diagonal-both-upwards-white:before {
    top: 0;
    transform: skewY(-2deg);
    transform-origin: 0 0; }
  .divider-diagonal-both-upwards-white:after {
    bottom: 0;
    transform: skewY(-2deg);
    transform-origin: 100%; }

.wp-audio-shortcode {
  margin-bottom: 1em; }

.kernwaarden li {
  display: flex;
  margin-bottom: 1em !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 1em 1em 1em 0 !important;
  background-color: #fff;
  transform: scale(1);
  transition-duration: .2s;
  transition-property: transform;
  will-change: auto; }
  .kernwaarden li:before {
    display: none !important; }
  .kernwaarden li > div {
    flex-basis: 130px;
    flex-shrink: 0;
    margin-right: .5em; }
    .kernwaarden li > div img {
      margin: 0 !important;
      line-height: 0; }
  .kernwaarden li strong:first-child {
    color: #e9167d;
    display: block; }
  .kernwaarden li.talent div {
    background: url("/app/themes/nfc-profource/images/profource_shot_ongetemd_talent.gif") no-repeat center top/130px auto; }
  .kernwaarden li.fouten div {
    background: url("/app/themes/nfc-profource/images/profource_shot_fouten_maken.gif") no-repeat center top/130px auto; }
  .kernwaarden li.eigenwijs div {
    background: url("/app/themes/nfc-profource/images/profource_shot_eigen_wijsheid.gif") no-repeat center top/130px auto; }
  .kernwaarden li.samen div {
    background: url("/app/themes/nfc-profource/images/profource_shot_samen_succesvol.gif") no-repeat center top/130px auto; }
  .kernwaarden li:hover {
    transform: scale(1.05);
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .kernwaarden li:hover img {
      opacity: 0; }

.clearfix::after, #section-copyrights .nf-reference::after, .row::after, .pagination::after {
  clear: both;
  content: "";
  display: block; }

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

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

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

img.alignright {
  display: inline;
  float: right;
  margin-left: 15px; }

/*/-----------------------
// TYPOGRAPHY
//-----------------------*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on April 21, 2017 1:53 PM */
@font-face {
  font-family: 'KievitOT';
  src: url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Black.eot");
  src: local("KievitOT-Black"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Black.eot?#iefix") format("embedded-opentype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Black.woff2") format("woff2"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Black.woff") format("woff"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Black.ttf") format("truetype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Black.svg#KievitOT-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'KievitOT';
  src: url("/app/themes/nfc-profource/fonts/kievit/KievitOT-ExtraLight.eot");
  src: local("KievitOT-ExtraLight"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-ExtraLight.woff2") format("woff2"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-ExtraLight.woff") format("woff"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-ExtraLight.ttf") format("truetype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-ExtraLight.svg#KievitOT-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'KievitOT-Book';
  src: url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Book.eot");
  src: local("KievitOT-Book"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Book.eot?#iefix") format("embedded-opentype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Book.woff2") format("woff2"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Book.woff") format("woff"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Book.ttf") format("truetype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Book.svg#KievitOT-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'KievitOT';
  src: url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Medium.eot");
  src: local("KievitOT-Medium"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Medium.eot?#iefix") format("embedded-opentype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Medium.woff2") format("woff2"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Medium.woff") format("woff"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Medium.ttf") format("truetype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Medium.svg#KievitOT-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'KievitOT';
  src: url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Bold.eot");
  src: local("KievitOT-Bold"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Bold.eot?#iefix") format("embedded-opentype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Bold.woff2") format("woff2"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Bold.woff") format("woff"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Bold.ttf") format("truetype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Bold.svg#KievitOT-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'KievitOT';
  src: url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Thin.eot");
  src: local("KievitOT-Thin"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Thin.eot?#iefix") format("embedded-opentype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Thin.woff2") format("woff2"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Thin.woff") format("woff"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Thin.ttf") format("truetype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Thin.svg#KievitOT-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'KievitOT';
  src: url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Light.eot");
  src: local("KievitOT-Light"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Light.eot?#iefix") format("embedded-opentype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Light.woff2") format("woff2"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Light.woff") format("woff"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Light.ttf") format("truetype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Light.svg#KievitOT-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'KievitOT';
  src: url("/app/themes/nfc-profource/fonts/kievit/KievitOT-ExtraBold.eot");
  src: local("KievitOT-ExtraBold"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-ExtraBold.woff2") format("woff2"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-ExtraBold.woff") format("woff"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-ExtraBold.ttf") format("truetype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-ExtraBold.svg#KievitOT-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'KievitOT';
  src: url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Regular.eot");
  src: local("KievitOT-Regular"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Regular.eot?#iefix") format("embedded-opentype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Regular.woff2") format("woff2"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Regular.woff") format("woff"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Regular.ttf") format("truetype"), url("/app/themes/nfc-profource/fonts/kievit/KievitOT-Regular.svg#KievitOT-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 62.5%; }
  html body {
    background: #fff;
    color: #192738;
    font-family: "KievitOT", sans-serif !important;
    font-size: 19px;
    font-size: 3vw;
    font-weight: 300;
    line-height: 1.4;
    position: relative; }
    @media (max-width: 600px) {
      html body {
        font-size: 18px; } }
    @media (min-width: 666.66667px) {
      html body {
        font-size: 20px; } }
    @media all and (min-width: 769px) {
      html body {
        font-size: 2rem; } }
    html body p {
      margin: 0 0 1em 0;
      padding: 0; }
      html body p:empty {
        padding: 0; }
    html body a {
      color: #199dd9;
      text-decoration: none; }
    html body strong {
      font-weight: 500; }
    html body ol {
      list-style-position: inside; }
      html body ol li {
        counter-increment: list;
        list-style-type: none;
        margin-bottom: 1em;
        position: relative; }
        html body ol li:before {
          color: #e9167d;
          content: counter(list) ".";
          font-weight: 700;
          margin-right: .25em;
          text-align: right;
          width: 26px; }
    html body ul, html body ol {
      margin: 0;
      padding: 0 0 1em 0; }
    html body h1, html body h2, html body h3, html body #section-blog h2 a, #section-blog h2 html body a, html body h4, html body h5, html body h6, html body .widgettitle,
    html body .h1, html body .h2, html body .h3, html body div.box-cta-diagonal-blue h3, div.box-cta-diagonal-blue html body h3, html body div.box-cta-diagonal-blue #section-blog h2 a, div.box-cta-diagonal-blue #section-blog h2 html body a, html body #section-blog h2 div.box-cta-diagonal-blue a, #section-blog h2 div.box-cta-diagonal-blue html body a, html body .box-solliciteer div:last-child h2, .box-solliciteer div:last-child html body h2, html body div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper html body h3, html body div.vacancy-item .vacancy-wrapper #section-blog h2 a, div.vacancy-item .vacancy-wrapper #section-blog h2 html body a, html body #section-blog h2 div.vacancy-item .vacancy-wrapper a, #section-blog h2 div.vacancy-item .vacancy-wrapper html body a, html body .page-template-template-interim #section-contact .box-kennismaken div:last-child h2, .page-template-template-interim #section-contact .box-kennismaken div:last-child html body h2, html body .page-template-template-work-at #section-contact .box-kennismaken div:last-child h2, .page-template-template-work-at #section-contact .box-kennismaken div:last-child html body h2, html body .question, html body .h4, html body .box-discover .l-col-4 h3, .box-discover .l-col-4 html body h3, html body .box-discover .l-col-4 #section-blog h2 a, .box-discover .l-col-4 #section-blog h2 html body a, html body #section-blog h2 .box-discover .l-col-4 a, #section-blog h2 .box-discover .l-col-4 html body a,
    html body .box-discover .l-col-3 h3, .box-discover .l-col-3 html body h3, html body .box-discover .l-col-3 #section-blog h2 a, .box-discover .l-col-3 #section-blog h2 html body a, html body #section-blog h2 .box-discover .l-col-3 a, #section-blog h2 .box-discover .l-col-3 html body a, html body .service-items .service-item h3, .service-items .service-item html body h3, html body .service-items .service-item #section-blog h2 a, .service-items .service-item #section-blog h2 html body a, html body #section-blog h2 .service-items .service-item a, #section-blog h2 .service-items .service-item html body a, html body .h5, html body .h6, html body .widgettitle {
      display: block;
      font-weight: 500;
      line-height: 1;
      margin: 0;
      padding-bottom: 10px; }
    html body h1, html body h2,
    html body .h1, html body .h2 {
      font-size: 25px;
      font-size: 3vw; }
      @media (max-width: 733.33333px) {
        html body h1, html body h2,
        html body .h1, html body .h2 {
          font-size: 22px; } }
      @media (min-width: 1000px) {
        html body h1, html body h2,
        html body .h1, html body .h2 {
          font-size: 30px; } }
      @media all and (min-width: 981px) {
        html body h1, html body h2,
        html body .h1, html body .h2 {
          font-size: 3rem; } }
    html body .l-col-3 h1, html body .l-col-3 h2,
    html body .l-col-3 .h1, html body .l-col-3 .h2 {
      font-size: 22px;
      font-size: 3vw; }
      @media (max-width: 666.66667px) {
        html body .l-col-3 h1, html body .l-col-3 h2,
        html body .l-col-3 .h1, html body .l-col-3 .h2 {
          font-size: 20px; } }
      @media (min-width: 866.66667px) {
        html body .l-col-3 h1, html body .l-col-3 h2,
        html body .l-col-3 .h1, html body .l-col-3 .h2 {
          font-size: 26px; } }
      @media all and (min-width: 769px) {
        html body .l-col-3 h1, html body .l-col-3 h2,
        html body .l-col-3 .h1, html body .l-col-3 .h2 {
          font-size: 2.3rem; } }
    html body h1, html body .h1 {
      font-weight: 700; }
    html body h2, html body .h2 {
      font-weight: 200; }
    html body em strong {
      color: #e9167d;
      font-style: normal; }
    html body .bold-title, html body div.box-sidebar-video h3, div.box-sidebar-video html body h3, html body div.box-sidebar-video #section-blog h2 a, div.box-sidebar-video #section-blog h2 html body a, html body #section-blog h2 div.box-sidebar-video a, #section-blog h2 div.box-sidebar-video html body a,
    html body h1.bold-title {
      display: block;
      font-weight: 800;
      padding-bottom: 0;
      text-transform: uppercase; }
    html body .sub-title {
      font-size: 28px;
      font-size: 4vw; }
      @media (max-width: 450px) {
        html body .sub-title {
          font-size: 18px; } }
      @media (min-width: 875px) {
        html body .sub-title {
          font-size: 35px; } }
      @media all and (min-width: 981px) {
        html body .sub-title {
          font-size: 3.5rem; } }
    
    html body h1.bold-title, html body .bold-title, html body div.box-sidebar-video h3, div.box-sidebar-video html body h3, html body div.box-sidebar-video #section-blog h2 a, div.box-sidebar-video #section-blog h2 html body a, html body #section-blog h2 div.box-sidebar-video a, #section-blog h2 div.box-sidebar-video html body a {
      font-size: 50px;
      font-size: 8vw;
      line-height: 1; }
      @media (max-width: 325px) {
        
        html body h1.bold-title, html body .bold-title, html body div.box-sidebar-video h3, div.box-sidebar-video html body h3, html body div.box-sidebar-video #section-blog h2 a, div.box-sidebar-video #section-blog h2 html body a, html body #section-blog h2 div.box-sidebar-video a, #section-blog h2 div.box-sidebar-video html body a {
          font-size: 26px; } }
      @media (min-width: 1000px) {
        
        html body h1.bold-title, html body .bold-title, html body div.box-sidebar-video h3, div.box-sidebar-video html body h3, html body div.box-sidebar-video #section-blog h2 a, div.box-sidebar-video #section-blog h2 html body a, html body #section-blog h2 div.box-sidebar-video a, #section-blog h2 div.box-sidebar-video html body a {
          font-size: 80px; } }
      @media all and (min-width: 981px) {
        
        html body h1.bold-title, html body .bold-title, html body div.box-sidebar-video h3, div.box-sidebar-video html body h3, html body div.box-sidebar-video #section-blog h2 a, div.box-sidebar-video #section-blog h2 html body a, html body #section-blog h2 div.box-sidebar-video a, #section-blog h2 div.box-sidebar-video html body a {
          font-size: 8rem; } }
      html body h1.bold-title.smaller-bold-title,
      html body .bold-title.smaller-bold-title,
      html body div.box-sidebar-video h3.smaller-bold-title,
      div.box-sidebar-video html body h3.smaller-bold-title,
      html body div.box-sidebar-video #section-blog h2 a.smaller-bold-title,
      div.box-sidebar-video #section-blog h2 html body a.smaller-bold-title,
      html body #section-blog h2 div.box-sidebar-video a.smaller-bold-title,
      #section-blog h2 div.box-sidebar-video html body a.smaller-bold-title {
        font-size: 40px;
        font-size: 5vw; }
        @media (max-width: 440px) {
          html body h1.bold-title.smaller-bold-title,
          html body .bold-title.smaller-bold-title,
          html body div.box-sidebar-video h3.smaller-bold-title,
          div.box-sidebar-video html body h3.smaller-bold-title,
          html body div.box-sidebar-video #section-blog h2 a.smaller-bold-title,
          div.box-sidebar-video #section-blog h2 html body a.smaller-bold-title,
          html body #section-blog h2 div.box-sidebar-video a.smaller-bold-title,
          #section-blog h2 div.box-sidebar-video html body a.smaller-bold-title {
            font-size: 22px; } }
        @media (min-width: 1200px) {
          html body h1.bold-title.smaller-bold-title,
          html body .bold-title.smaller-bold-title,
          html body div.box-sidebar-video h3.smaller-bold-title,
          div.box-sidebar-video html body h3.smaller-bold-title,
          html body div.box-sidebar-video #section-blog h2 a.smaller-bold-title,
          div.box-sidebar-video #section-blog h2 html body a.smaller-bold-title,
          html body #section-blog h2 div.box-sidebar-video a.smaller-bold-title,
          #section-blog h2 div.box-sidebar-video html body a.smaller-bold-title {
            font-size: 60px; } }
        @media all and (min-width: 981px) {
          html body h1.bold-title.smaller-bold-title,
          html body .bold-title.smaller-bold-title,
          html body div.box-sidebar-video h3.smaller-bold-title,
          div.box-sidebar-video html body h3.smaller-bold-title,
          html body div.box-sidebar-video #section-blog h2 a.smaller-bold-title,
          div.box-sidebar-video #section-blog h2 html body a.smaller-bold-title,
          html body #section-blog h2 div.box-sidebar-video a.smaller-bold-title,
          #section-blog h2 div.box-sidebar-video html body a.smaller-bold-title {
            font-size: 6rem; } }
    html body .section-title,
    html body h2.section-title {
      color: #0f4390;
      font-size: 35px;
      font-size: 5vw;
      font-weight: 100;
      margin-bottom: 5px;
      text-transform: uppercase; }
      @media (max-width: 480px) {
        html body .section-title,
        html body h2.section-title {
          font-size: 24px; } }
      @media (min-width: 1200px) {
        html body .section-title,
        html body h2.section-title {
          font-size: 60px; } }
      @media all and (min-width: 981px) {
        html body .section-title,
        html body h2.section-title {
          font-size: 6rem;
          margin-bottom: 10px; } }
    html body h3, html body #section-blog h2 a, #section-blog h2 html body a, html body .h3, html body div.box-cta-diagonal-blue h3, div.box-cta-diagonal-blue html body h3, html body div.box-cta-diagonal-blue #section-blog h2 a, div.box-cta-diagonal-blue #section-blog h2 html body a, html body #section-blog h2 div.box-cta-diagonal-blue a, #section-blog h2 div.box-cta-diagonal-blue html body a, html body .box-solliciteer div:last-child h2, .box-solliciteer div:last-child html body h2, html body div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper html body h3, html body div.vacancy-item .vacancy-wrapper #section-blog h2 a, div.vacancy-item .vacancy-wrapper #section-blog h2 html body a, html body #section-blog h2 div.vacancy-item .vacancy-wrapper a, #section-blog h2 div.vacancy-item .vacancy-wrapper html body a, html body .page-template-template-interim #section-contact .box-kennismaken div:last-child h2, .page-template-template-interim #section-contact .box-kennismaken div:last-child html body h2, html body .page-template-template-work-at #section-contact .box-kennismaken div:last-child h2, .page-template-template-work-at #section-contact .box-kennismaken div:last-child html body h2, html body .question {
      color: #0f4390;
      font-size: 23px;
      font-size: 4vw;
      font-weight: 700; }
      @media (max-width: 500px) {
        html body h3, html body #section-blog h2 a, #section-blog h2 html body a, html body .h3, html body div.box-cta-diagonal-blue h3, div.box-cta-diagonal-blue html body h3, html body div.box-cta-diagonal-blue #section-blog h2 a, div.box-cta-diagonal-blue #section-blog h2 html body a, html body #section-blog h2 div.box-cta-diagonal-blue a, #section-blog h2 div.box-cta-diagonal-blue html body a, html body .box-solliciteer div:last-child h2, .box-solliciteer div:last-child html body h2, html body div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper html body h3, html body div.vacancy-item .vacancy-wrapper #section-blog h2 a, div.vacancy-item .vacancy-wrapper #section-blog h2 html body a, html body #section-blog h2 div.vacancy-item .vacancy-wrapper a, #section-blog h2 div.vacancy-item .vacancy-wrapper html body a, html body .page-template-template-interim #section-contact .box-kennismaken div:last-child h2, .page-template-template-interim #section-contact .box-kennismaken div:last-child html body h2, html body .page-template-template-work-at #section-contact .box-kennismaken div:last-child h2, .page-template-template-work-at #section-contact .box-kennismaken div:last-child html body h2, html body .question {
          font-size: 20px; } }
      @media (min-width: 625px) {
        html body h3, html body #section-blog h2 a, #section-blog h2 html body a, html body .h3, html body div.box-cta-diagonal-blue h3, div.box-cta-diagonal-blue html body h3, html body div.box-cta-diagonal-blue #section-blog h2 a, div.box-cta-diagonal-blue #section-blog h2 html body a, html body #section-blog h2 div.box-cta-diagonal-blue a, #section-blog h2 div.box-cta-diagonal-blue html body a, html body .box-solliciteer div:last-child h2, .box-solliciteer div:last-child html body h2, html body div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper html body h3, html body div.vacancy-item .vacancy-wrapper #section-blog h2 a, div.vacancy-item .vacancy-wrapper #section-blog h2 html body a, html body #section-blog h2 div.vacancy-item .vacancy-wrapper a, #section-blog h2 div.vacancy-item .vacancy-wrapper html body a, html body .page-template-template-interim #section-contact .box-kennismaken div:last-child h2, .page-template-template-interim #section-contact .box-kennismaken div:last-child html body h2, html body .page-template-template-work-at #section-contact .box-kennismaken div:last-child h2, .page-template-template-work-at #section-contact .box-kennismaken div:last-child html body h2, html body .question {
          font-size: 25px; } }
      @media all and (min-width: 981px) {
        html body h3, html body #section-blog h2 a, #section-blog h2 html body a, html body .h3, html body div.box-cta-diagonal-blue h3, div.box-cta-diagonal-blue html body h3, html body div.box-cta-diagonal-blue #section-blog h2 a, div.box-cta-diagonal-blue #section-blog h2 html body a, html body #section-blog h2 div.box-cta-diagonal-blue a, #section-blog h2 div.box-cta-diagonal-blue html body a, html body .box-solliciteer div:last-child h2, .box-solliciteer div:last-child html body h2, html body div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper html body h3, html body div.vacancy-item .vacancy-wrapper #section-blog h2 a, div.vacancy-item .vacancy-wrapper #section-blog h2 html body a, html body #section-blog h2 div.vacancy-item .vacancy-wrapper a, #section-blog h2 div.vacancy-item .vacancy-wrapper html body a, html body .page-template-template-interim #section-contact .box-kennismaken div:last-child h2, .page-template-template-interim #section-contact .box-kennismaken div:last-child html body h2, html body .page-template-template-work-at #section-contact .box-kennismaken div:last-child h2, .page-template-template-work-at #section-contact .box-kennismaken div:last-child html body h2, html body .question {
          font-size: 2.5rem; } }
    html body .h3, html body div.box-cta-diagonal-blue h3, div.box-cta-diagonal-blue html body h3, html body div.box-cta-diagonal-blue #section-blog h2 a, div.box-cta-diagonal-blue #section-blog h2 html body a, html body #section-blog h2 div.box-cta-diagonal-blue a, #section-blog h2 div.box-cta-diagonal-blue html body a, html body .box-solliciteer div:last-child h2, .box-solliciteer div:last-child html body h2, html body div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper html body h3, html body div.vacancy-item .vacancy-wrapper #section-blog h2 a, div.vacancy-item .vacancy-wrapper #section-blog h2 html body a, html body #section-blog h2 div.vacancy-item .vacancy-wrapper a, #section-blog h2 div.vacancy-item .vacancy-wrapper html body a, html body .page-template-template-interim #section-contact .box-kennismaken div:last-child h2, .page-template-template-interim #section-contact .box-kennismaken div:last-child html body h2, html body .page-template-template-work-at #section-contact .box-kennismaken div:last-child h2, .page-template-template-work-at #section-contact .box-kennismaken div:last-child html body h2, html body .question {
      font-size: 28px;
      font-size: 4vw; }
      @media (max-width: 550px) {
        html body .h3, html body div.box-cta-diagonal-blue h3, div.box-cta-diagonal-blue html body h3, html body div.box-cta-diagonal-blue #section-blog h2 a, div.box-cta-diagonal-blue #section-blog h2 html body a, html body #section-blog h2 div.box-cta-diagonal-blue a, #section-blog h2 div.box-cta-diagonal-blue html body a, html body .box-solliciteer div:last-child h2, .box-solliciteer div:last-child html body h2, html body div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper html body h3, html body div.vacancy-item .vacancy-wrapper #section-blog h2 a, div.vacancy-item .vacancy-wrapper #section-blog h2 html body a, html body #section-blog h2 div.vacancy-item .vacancy-wrapper a, #section-blog h2 div.vacancy-item .vacancy-wrapper html body a, html body .page-template-template-interim #section-contact .box-kennismaken div:last-child h2, .page-template-template-interim #section-contact .box-kennismaken div:last-child html body h2, html body .page-template-template-work-at #section-contact .box-kennismaken div:last-child h2, .page-template-template-work-at #section-contact .box-kennismaken div:last-child html body h2, html body .question {
          font-size: 22px; } }
      @media (min-width: 875px) {
        html body .h3, html body div.box-cta-diagonal-blue h3, div.box-cta-diagonal-blue html body h3, html body div.box-cta-diagonal-blue #section-blog h2 a, div.box-cta-diagonal-blue #section-blog h2 html body a, html body #section-blog h2 div.box-cta-diagonal-blue a, #section-blog h2 div.box-cta-diagonal-blue html body a, html body .box-solliciteer div:last-child h2, .box-solliciteer div:last-child html body h2, html body div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper html body h3, html body div.vacancy-item .vacancy-wrapper #section-blog h2 a, div.vacancy-item .vacancy-wrapper #section-blog h2 html body a, html body #section-blog h2 div.vacancy-item .vacancy-wrapper a, #section-blog h2 div.vacancy-item .vacancy-wrapper html body a, html body .page-template-template-interim #section-contact .box-kennismaken div:last-child h2, .page-template-template-interim #section-contact .box-kennismaken div:last-child html body h2, html body .page-template-template-work-at #section-contact .box-kennismaken div:last-child h2, .page-template-template-work-at #section-contact .box-kennismaken div:last-child html body h2, html body .question {
          font-size: 35px; } }
      @media all and (min-width: 981px) {
        html body .h3, html body div.box-cta-diagonal-blue h3, div.box-cta-diagonal-blue html body h3, html body div.box-cta-diagonal-blue #section-blog h2 a, div.box-cta-diagonal-blue #section-blog h2 html body a, html body #section-blog h2 div.box-cta-diagonal-blue a, #section-blog h2 div.box-cta-diagonal-blue html body a, html body .box-solliciteer div:last-child h2, .box-solliciteer div:last-child html body h2, html body div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper html body h3, html body div.vacancy-item .vacancy-wrapper #section-blog h2 a, div.vacancy-item .vacancy-wrapper #section-blog h2 html body a, html body #section-blog h2 div.vacancy-item .vacancy-wrapper a, #section-blog h2 div.vacancy-item .vacancy-wrapper html body a, html body .page-template-template-interim #section-contact .box-kennismaken div:last-child h2, .page-template-template-interim #section-contact .box-kennismaken div:last-child html body h2, html body .page-template-template-work-at #section-contact .box-kennismaken div:last-child h2, .page-template-template-work-at #section-contact .box-kennismaken div:last-child html body h2, html body .question {
          font-size: 3.5rem; } }
    html body .blue-text {
      color: #0f4390; }

/*----------------------
   Setup
-----------------------*/
/*----------------------
   Top header -  languages
-----------------------*/
#top-header {
  top: 0;
  width: 100%; }
  #top-header #et-secondary-menu {
    float: right; }
  #top-header a,
  #top-header span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.3rem;
    font-weight: 300 !important;
    padding: .40em !important;
    text-transform: uppercase; }
  #top-header ul {
    margin: 0;
    padding: 0; }
  #top-header li {
    display: inline-block;
    list-style: none;
    margin-right: 0; }
    #top-header li.active {
      cursor: default; }
      #top-header li.active span {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 3px;
        color: #fff;
        margin-right: 2px; }

/*----------------------
   Header wrapper
-----------------------*/
#site-header {
  position: absolute;
  width: 100%;
  z-index: 9; }
  .search-open #site-header {
    z-index: 999999999999; }
  #site-header a {
    text-decoration: none; }
  #site-header .row {
    padding: 0 !important; }

/*----------------------
   Logo
-----------------------*/
.site-logo img {
  float: left;
  height: 45px;
  margin: 7.5px 0;
  width: auto; }

.logo-container {
  float: left;
  padding: 10px 30px 10px 0;
  position: absolute;
  top: 0; }
  @media all and (min-width: 980px) {
    .logo-container {
      padding: 10px 80px 10px 0; } }
  .logo-container:after, .logo-container:before {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0; }
  .logo-container:before {
    left: -2000%;
    width: 2000%; }
  .logo-container:after {
    left: -25px;
    transform: skew(-23deg);
    width: calc(100% + 10px);
    z-index: -1; }

/*-----------------------
     Mobile menu
-------------------------*/
.site-nav {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  max-height: 0;
  overflow: hidden;
  transition: .2s ease-in-out;
  width: 100%; }
  @media all and (max-width: 980px) {
    .site-nav {
      background: #0f4390;
      background: linear-gradient(to right, #0f4390 0%, #199dd9 100%);
      position: absolute;
      top: 0;
      left: 0; }
      .site-nav li {
        position: relative; }
        .site-nav li:first-child a {
          border-top: 0 !important; }
        .site-nav li a {
          border-bottom: 1px solid #0f4390;
          border-top: 1px solid rgba(255, 255, 255, 0.075);
          color: #fff !important; }
      .site-nav li.current-menu-item > a,
      .site-nav li.current_page_item > a,
      .single-post .site-nav li.current_page_parent > a,
      .site-nav li.current_page_ancestor > a,
      .site-nav .current-menu-ancestor > a,
      .single-vacancy .site-nav .menu-item-67 > a {
        background: rgba(15, 67, 144, 0);
        background: linear-gradient(to right, rgba(15, 67, 144, 0) 0%, #0f4390 100%); }
      .site-nav .sub-menu {
        overflow: hidden !important;
        max-height: 0;
        transition: all .5s ease-in-out; }
        .site-nav .sub-menu li {
          background: rgba(255, 255, 255, 0.2); }
        .site-nav .sub-menu a {
          text-transform: none; }
      .site-nav .visible > .sub-menu {
        display: block !important;
        max-height: 900px; }
      .site-nav .open-sub-menu {
        border-left: 1px dotted rgba(255, 255, 255, 0.3);
        color: #fff;
        display: block;
        height: 20px;
        margin: .5em 0 0 0;
        padding: .5em 20px 1.5em;
        position: absolute;
        right: 0;
        top: 0; }
        .site-nav .open-sub-menu:hover {
          cursor: pointer; }
        .site-nav .open-sub-menu:focus {
          background: none; }
      .site-nav .visible .open-sub-menu {
        border-left: 0;
        border-right: 1px dotted rgba(255, 255, 255, 0.3);
        transform: rotate(180deg); }
      .no-js .site-nav,
      .is-menu-on .site-nav {
        max-height: inherit;
        padding: 90px 0 2em 0; }
      .no-js .site-nav,
      .is-menu-on .site-nav {
        max-height: inherit;
        padding: 90px 0 2em 0; } }
  .site-nav .sub-menu {
    display: block; }
  .site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .site-nav li > a {
    color: #0f4390;
    display: block;
    font-weight: bold;
    padding: 0.75em;
    text-transform: uppercase;
    white-space: nowrap; }
    .site-nav li > a:hover {
      text-decoration: none; }

/*-----------------------------
   Navigation desktop layout
------------------------------*/
@media only screen and (min-width: 981px) {
  .menu-icon {
    display: none; }
  .site-nav {
    background-color: transparent;
    box-shadow: none;
    max-height: none;
    width: auto;
    margin-top: 15px;
    float: right;
    overflow: visible;
    display: flex; }
    .site-nav li {
      display: inline-block;
      text-align: left;
      margin: 0 .5em;
      position: relative; }
    .site-nav .open-sub-menu {
      display: none; }
    .site-nav li a {
      padding: 0 .3em;
      line-height: 35px;
      color: #fff;
      font-size: 1.6rem; }
      .site-nav li a:hover {
        opacity: .8; }
    .site-nav .menu-item-has-children > a:after {
      font-family: icomoon;
      content: '\e906';
      padding-left: .5em;
      position: relative;
      top: 1px; }
    .site-nav li.current-menu-item > a,
    .site-nav li.current_page_item > a,
    .single-post .site-nav li.current_page_parent > a,
    .site-nav li.current_page_ancestor > a,
    .site-nav .current-menu-ancestor > a,
    .single-vacancy .site-nav .menu-item-67 > a {
      color: #fff;
      z-index: 1; }
      .site-nav li.current-menu-item > a:before,
      .site-nav li.current_page_item > a:before,
      .single-post .site-nav li.current_page_parent > a:before,
      .site-nav li.current_page_ancestor > a:before,
      .site-nav .current-menu-ancestor > a:before,
      .single-vacancy .site-nav .menu-item-67 > a:before {
        background: white;
        bottom: 0;
        content: '';
        display: block;
        height: 3px;
        left: -5px;
        position: absolute;
        transform: skewX(-10deg);
        width: calc(100% + 10px);
        z-index: -1; } }

/*----------------------
   Sub menu
-----------------------*/
@media only screen and (min-width: 981px) {
  .site-nav .sub-menu {
    z-index: 9999;
    position: absolute;
    right: -6px;
    background: rgba(255, 255, 255, 0.9);
    border-top: 3px solid #0f4390;
    margin-left: -.75em;
    min-width: 200px;
    padding: 15px 7px !important;
    top: 32px;
    width: auto;
    display: inherit; }
    .site-nav .sub-menu li {
      display: block;
      padding: 0; }
      .site-nav .sub-menu li a {
        color: #0f4390 !important;
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        overflow: hidden;
        padding: .5em;
        text-transform: none;
        white-space: nowrap;
        width: auto;
        transition-duration: .6s; }
        .site-nav .sub-menu li a:before {
          color: #fff !important;
          content: '';
          display: block;
          height: 100%;
          left: 0;
          opacity: 1;
          position: absolute;
          top: 0;
          background: #0f4390;
          background: linear-gradient(to right, #0f4390 0%, #fff 100%);
          transition-duration: .2s;
          width: 0;
          z-index: -1; }
        .site-nav .sub-menu li a:hover {
          transition-delay: 0s;
          background-color: #0f4390;
          color: #fff !important;
          opacity: 1; }
          .site-nav .sub-menu li a:hover:before {
            width: 100%; }
      .site-nav .sub-menu li.current-menu-item a {
        background: #0f4390;
        color: #fff !important;
        opacity: 1; }
        .site-nav .sub-menu li.current-menu-item a:before {
          display: none; } }

/*----------------------
   Sub menu
-----------------------*/
@media only screen and (min-width: 981px) {
  .site-nav .menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out; }
    .site-nav .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
      top: 50px;
      left: 15px;
      visibility: hidden;
      opacity: 0;
      z-index: -1;
      transition: all 0.3s ease-in-out; }
    .site-nav .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
      visibility: visible;
      opacity: 1;
      z-index: 1; }
  .site-nav .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1; } }

/*----------------------
   Oracle login
-----------------------*/
.oracle-link {
  position: relative;
  top: 6px; }
  @media all and (max-width: 981px) {
    .oracle-link {
      display: flex;
      justify-content: center;
      margin-top: .5em; } }
  .oracle-link a {
    color: #e7ecf4; }
    .oracle-link a:hover {
      color: #f5f8fb; }

/*----------------------
   Search
-----------------------*/
#search-container {
  line-height: 35px;
  padding-left: .5em;
  position: relative;
  z-index: 99999999; }
  @media all and (max-width: 980px) {
    #search-container {
      padding-top: 1em;
      display: flex !important;
      flex-wrap: wrap;
      width: 100%;
      justify-content: center; }
      #search-container [class^="icon-"], #search-container [class*=" icon-"] {
        display: none; }
      #search-container input[type='search'] {
        width: auto;
        border-radius: 2px;
        -webkit-appearance: inherit; }
      #search-container button {
        width: auto; } }
  #search-container .icon-search {
    color: #fff;
    cursor: pointer;
    position: relative;
    top: 2px; }
  @media all and (min-width: 981px) {
    #search-container .search-overlay {
      background: rgba(15, 67, 144, 0.97);
      background: linear-gradient(to right, rgba(15, 67, 144, 0.97) 0%, rgba(25, 157, 217, 0.97) 100%);
      bottom: 0;
      display: none;
      height: 100%;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      width: 100%; }
    #search-container .icon-close {
      position: absolute;
      right: -25px;
      top: -25px;
      padding: 1em; }
    #search-container form {
      border-radius: 2px;
      display: inline-block;
      left: 50%;
      padding: 1em;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%) scale(1.3);
      width: auto; }
      #search-container form button {
        padding: .45em 1em !important; } }

.breadcrumbs .et_pb_row:first-child,
[class*="divider-diagonal-"] .et_pb_row:first-child,
.bg-white .et_pb_row:first-child {
  padding: 0 !important; }

.breadcrumbs .row,
[class*="divider-diagonal-"] .row,
.bg-white .row {
  padding: 5px 0; }

.breadcrumbs .l-col-8 > .breadcrumbs,
.breadcrumbs .l-col-12 > .breadcrumbs,
[class*="divider-diagonal-"] .l-col-8 > .breadcrumbs,
[class*="divider-diagonal-"] .l-col-12 > .breadcrumbs,
.bg-white .l-col-8 > .breadcrumbs,
.bg-white .l-col-12 > .breadcrumbs {
  font-size: 1.2rem;
  letter-spacing: .05em;
  text-transform: uppercase; }

.breadcrumbs .breadcrumbs {
  padding: 1em 0 2em !important; }
  .single-vacancy .breadcrumbs .breadcrumbs,
  .page-template-template-vacancies .breadcrumbs .breadcrumbs,
  .single-service .breadcrumbs .breadcrumbs,
  .page-template-template-services .breadcrumbs .breadcrumbs,
  .single-post .breadcrumbs .breadcrumbs,
  .single-case .breadcrumbs .breadcrumbs,
  .page-template-template-cases .breadcrumbs .breadcrumbs,
  .page-template-template-faq .breadcrumbs .breadcrumbs,
  .single-colleague .breadcrumbs .breadcrumbs {
    padding-bottom: 0 !important; }

.breadcrumbs.section {
  padding-top: 0 !important; }

.single-vacancy .breadcrumbs .breadcrumbs {
  padding-top: 1em !important; }

.open-vacature.breadcrumbs {
  margin-bottom: 60px; }
  .open-vacature.breadcrumbs .et_pb_row_2 {
    padding-top: 14px !important; }

.page-intro-text .breadcrumbs, .blue-gradient-l2r .breadcrumbs {
  color: #fff; }
  .page-intro-text .breadcrumbs a, .blue-gradient-l2r .breadcrumbs a {
    color: rgba(255, 255, 255, 0.5); }

/*/-----------------------
// FOOTER
//-----------------------*/
#section-footer {
  background-color: #192738;
  position: relative; }
  @media all and (min-width: 844px) {
    #section-footer {
      position: static; } }
  #section-footer .site-footer .row {
    padding: 0 !important; }
  #section-footer .site-footer .widgettitle {
    color: #fff;
    font-size: 21px;
    font-size: 4vw;
    margin-top: .25em;
    text-transform: uppercase; }
    @media (max-width: 450px) {
      #section-footer .site-footer .widgettitle {
        font-size: 18px; } }
    @media (min-width: 600px) {
      #section-footer .site-footer .widgettitle {
        font-size: 24px; } }
    @media all and (min-width: 981px) {
      #section-footer .site-footer .widgettitle {
        font-size: 2.4rem !important; } }
  #section-footer .site-footer ul {
    list-style: none; }
    #section-footer .site-footer ul li {
      margin-bottom: .5em;
      padding-left: 0 !important; }
      #section-footer .site-footer ul li:before {
        display: none; }
      #section-footer .site-footer ul li a:hover {
        color: rgba(255, 255, 255, 0.7); }
  #section-footer .site-footer .l-container .row {
    padding: 60px 0; }
    @media all and (min-width: 980px) {
      #section-footer .site-footer .l-container .row {
        display: flex; } }
  #section-footer .site-footer .l-col-3 {
    border-bottom: 1px solid;
    margin-bottom: 1.5em;
    padding-left: 1em; }
    @media all and (min-width: 981px) {
      #section-footer .site-footer .l-col-3 {
        border-left: 1px solid;
        margin-bottom: 0;
        border-bottom: 0; } }
    #section-footer .site-footer .l-col-3:first-child {
      border: 0;
      padding-left: 0; }
      @media all and (min-width: 981px) {
        #section-footer .site-footer .l-col-3:first-child {
          width: 22.75%; } }
    @media all and (min-width: 981px) {
      #section-footer .site-footer .l-col-3:nth-child(2) {
        width: 26.75%; } }
    @media all and (min-width: 981px) {
      #section-footer .site-footer .l-col-3:nth-child(3) {
        width: 20.75%; } }
    #section-footer .site-footer .l-col-3:last-child {
      border-bottom: 0; }
    #section-footer .site-footer .l-col-3 a {
      color: #fff; }
    #section-footer .site-footer .l-col-3 [class^="icon-"], #section-footer .site-footer .l-col-3 [class*=" icon-"], #section-footer .site-footer .l-col-3 .fa {
      display: inline-block; }
    #section-footer .site-footer .l-col-3 img {
      margin-bottom: 1em; }
    #section-footer .site-footer .l-col-3 #menu-socials {
      display: flex; }
  #section-footer #text-2 p {
    margin-bottom: 0; }
  #section-footer .social-media {
    display: flex; }

#section-copyrights {
  background-color: #131f2d;
  color: #fff;
  padding: 25px 0 0 !important; }
  #section-copyrights p {
    float: left;
    margin: 0; }
  #section-copyrights .copyright {
    display: inline-block;
    float: right;
    margin-bottom: .5em;
    text-align: right;
    width: 220px; }
    #section-copyrights .copyright strong {
      display: block;
      font-size: 14px;
      margin-bottom: .5em; }
    #section-copyrights .copyright .labels {
      color: rgba(255, 255, 255, 0.2);
      display: block;
      float: right;
      font-size: 13px;
      padding-top: .25em; }
      #section-copyrights .copyright .labels a {
        color: rgba(255, 255, 255, 0.5);
        transition-duration: .2s; }
        #section-copyrights .copyright .labels a:hover {
          color: #fff; }
  #section-copyrights .nf-reference {
    background: #101a26;
    float: left;
    font-size: 11px;
    padding: 1em 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
    #section-copyrights .nf-reference a {
      color: rgba(255, 255, 255, 0.3);
      letter-spacing: .025em;
      transition-duration: .2s; }
      #section-copyrights .nf-reference a:hover {
        color: #fff; }

/*-----------------------
    Config
------------------------*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*-----------------------
    Global
------------------------*/
* {
  box-sizing: border-box; }

.row {
  padding: 28px 0; }
  .row:first-child {
    padding-top: 0; }
  .row:last-child {
    padding-bottom: 0; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding {
  padding: 0 !important; }

/*-----------------------
    Container
------------------------*/
.l-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  .l-container::after {
    clear: both;
    content: "";
    display: block; }
  @media all and (min-width: 768px) {
    .l-container {
      width: 80%; } }

/*-----------------------
    Columns Desktop
------------------------*/
@media all and (max-width: 981px) {
  .l-col-1 {
    margin-bottom: 1.5em; }
    .l-col-1::after {
      clear: both;
      content: "";
      display: block; }
    .l-col-1:last-of-type {
      margin-bottom: 0; }
  .l-col-2 {
    margin-bottom: 1.5em; }
    .l-col-2::after {
      clear: both;
      content: "";
      display: block; }
    .l-col-2:last-of-type {
      margin-bottom: 0; }
  .l-col-3 {
    margin-bottom: 1.5em; }
    .l-col-3::after {
      clear: both;
      content: "";
      display: block; }
    .l-col-3:last-of-type {
      margin-bottom: 0; }
  .l-col-4 {
    margin-bottom: 1.5em; }
    .l-col-4::after {
      clear: both;
      content: "";
      display: block; }
    .l-col-4:last-of-type {
      margin-bottom: 0; }
  .l-col-5 {
    margin-bottom: 1.5em; }
    .l-col-5::after {
      clear: both;
      content: "";
      display: block; }
    .l-col-5:last-of-type {
      margin-bottom: 0; }
  .l-col-6 {
    margin-bottom: 1.5em; }
    .l-col-6::after {
      clear: both;
      content: "";
      display: block; }
    .l-col-6:last-of-type {
      margin-bottom: 0; }
  .l-col-7 {
    margin-bottom: 1.5em; }
    .l-col-7::after {
      clear: both;
      content: "";
      display: block; }
    .l-col-7:last-of-type {
      margin-bottom: 0; }
  .l-col-8 {
    margin-bottom: 1.5em; }
    .l-col-8::after {
      clear: both;
      content: "";
      display: block; }
    .l-col-8:last-of-type {
      margin-bottom: 0; }
  .l-col-9 {
    margin-bottom: 1.5em; }
    .l-col-9::after {
      clear: both;
      content: "";
      display: block; }
    .l-col-9:last-of-type {
      margin-bottom: 0; }
  .l-col-10 {
    margin-bottom: 1.5em; }
    .l-col-10::after {
      clear: both;
      content: "";
      display: block; }
    .l-col-10:last-of-type {
      margin-bottom: 0; }
  .l-col-11 {
    margin-bottom: 1.5em; }
    .l-col-11::after {
      clear: both;
      content: "";
      display: block; }
    .l-col-11:last-of-type {
      margin-bottom: 0; }
  .l-col-12 {
    margin-bottom: 1.5em; }
    .l-col-12::after {
      clear: both;
      content: "";
      display: block; }
    .l-col-12:last-of-type {
      margin-bottom: 0; } }

@media screen and (min-width: 980px) {
  .l-col-1 {
    float: left;
    display: block;
    margin-right: 3.57869%;
    width: 5.05287%; }
    .l-col-1:last-child {
      margin-right: 0; }
  .l-col-2 {
    float: left;
    display: block;
    margin-right: 3.57869%;
    width: 13.68443%; }
    .l-col-2:last-child {
      margin-right: 0; }
  .l-col-3 {
    float: left;
    display: block;
    margin-right: 3.57869%;
    width: 22.31598%; }
    .l-col-3:last-child {
      margin-right: 0; }
  .l-col-4 {
    float: left;
    display: block;
    margin-right: 3.57869%;
    width: 30.94754%; }
    .l-col-4:last-child {
      margin-right: 0; }
  .l-col-5 {
    float: left;
    display: block;
    margin-right: 3.57869%;
    width: 39.5791%; }
    .l-col-5:last-child {
      margin-right: 0; }
  .l-col-6 {
    float: left;
    display: block;
    margin-right: 3.57869%;
    width: 48.21066%; }
    .l-col-6:last-child {
      margin-right: 0; }
  .l-col-7 {
    float: left;
    display: block;
    margin-right: 3.57869%;
    width: 56.84221%; }
    .l-col-7:last-child {
      margin-right: 0; }
  .l-col-8 {
    float: left;
    display: block;
    margin-right: 3.57869%;
    width: 65.47377%; }
    .l-col-8:last-child {
      margin-right: 0; }
  .l-col-9 {
    float: left;
    display: block;
    margin-right: 3.57869%;
    width: 74.10533%; }
    .l-col-9:last-child {
      margin-right: 0; }
  .l-col-10 {
    float: left;
    display: block;
    margin-right: 3.57869%;
    width: 82.73689%; }
    .l-col-10:last-child {
      margin-right: 0; }
  .l-col-11 {
    float: left;
    display: block;
    margin-right: 3.57869%;
    width: 91.36844%; }
    .l-col-11:last-child {
      margin-right: 0; }
  .l-col-12 {
    float: left;
    display: block;
    margin-right: 3.57869%;
    width: 100%; }
    .l-col-12:last-child {
      margin-right: 0; } }

/*-------------------------------
    Pushers
--------------------------------*/
@media screen and (min-width: 980px) {
  .l-col-push-1 {
    margin-left: 8.63156%; }
  .l-col-push-2 {
    margin-left: 17.26311%; }
  .l-col-push-3 {
    margin-left: 25.89467%; }
  .l-col-push-4 {
    margin-left: 34.52623%; }
  .l-col-push-5 {
    margin-left: 43.15779%; }
  .l-col-push-6 {
    margin-left: 51.78934%; }
  .l-col-push-7 {
    margin-left: 60.4209%; }
  .l-col-push-8 {
    margin-left: 69.05246%; }
  .l-col-push-9 {
    margin-left: 77.68402%; }
  .l-col-push-10 {
    margin-left: 86.31557%; } }

/*-------------------------------
    Padding up & down
--------------------------------*/
.l-ptop-1, .l-pad-1 {
  padding-top: 1em; }

.l-pbottom-1, .l-pad-1 {
  padding-bottom: 1em; }

.l-ptop-2, .l-pad-2 {
  padding-top: 2em; }

.l-pbottom-2, .l-pad-2 {
  padding-bottom: 2em; }

.l-ptop-3, .l-pad-3 {
  padding-top: 3em; }

.l-pbottom-3, .l-pad-3 {
  padding-bottom: 3em; }

.l-ptop-4, .l-pad-4 {
  padding-top: 4em; }

.l-pbottom-4, .l-pad-4 {
  padding-bottom: 4em; }

.l-ptop-5, .l-pad-5 {
  padding-top: 5em; }

.l-pbottom-5, .l-pad-5 {
  padding-bottom: 5em; }

.l-ptop-6, .l-pad-6 {
  padding-top: 6em; }

.l-pbottom-6, .l-pad-6 {
  padding-bottom: 6em; }

.l-ptop-7, .l-pad-7 {
  padding-top: 7em; }

.l-pbottom-7, .l-pad-7 {
  padding-bottom: 7em; }

.l-ptop-8, .l-pad-8 {
  padding-top: 8em; }

.l-pbottom-8, .l-pad-8 {
  padding-bottom: 8em; }

.l-ptop-9, .l-pad-9 {
  padding-top: 9em; }

.l-pbottom-9, .l-pad-9 {
  padding-bottom: 9em; }

.l-ptop-10, .l-pad-10 {
  padding-top: 10em; }

.l-pbottom-10, .l-pad-10 {
  padding-bottom: 10em; }

.l-ptop-11, .l-pad-11 {
  padding-top: 11em; }

.l-pbottom-11, .l-pad-11 {
  padding-bottom: 11em; }

/*-------------------------------
    Padding up & down mobile
--------------------------------*/
@media screen and (max-width: 767px) {
  .l-mptop-1, .l-mpad-1 {
    padding-top: 1em; }
  .l-mpbottom-1, .l-mpad-1 {
    padding-bottom: 1em; }
  .l-mptop-2, .l-mpad-2 {
    padding-top: 2em; }
  .l-mpbottom-2, .l-mpad-2 {
    padding-bottom: 2em; }
  .l-mptop-3, .l-mpad-3 {
    padding-top: 3em; }
  .l-mpbottom-3, .l-mpad-3 {
    padding-bottom: 3em; }
  .l-mptop-4, .l-mpad-4 {
    padding-top: 4em; }
  .l-mpbottom-4, .l-mpad-4 {
    padding-bottom: 4em; }
  .l-mptop-5, .l-mpad-5 {
    padding-top: 5em; }
  .l-mpbottom-5, .l-mpad-5 {
    padding-bottom: 5em; }
  .l-mptop-6, .l-mpad-6 {
    padding-top: 6em; }
  .l-mpbottom-6, .l-mpad-6 {
    padding-bottom: 6em; }
  .l-mptop-7, .l-mpad-7 {
    padding-top: 7em; }
  .l-mpbottom-7, .l-mpad-7 {
    padding-bottom: 7em; }
  .l-mptop-8, .l-mpad-8 {
    padding-top: 8em; }
  .l-mpbottom-8, .l-mpad-8 {
    padding-bottom: 8em; }
  .l-mptop-9, .l-mpad-9 {
    padding-top: 9em; }
  .l-mpbottom-9, .l-mpad-9 {
    padding-bottom: 9em; }
  .l-mptop-10, .l-mpad-10 {
    padding-top: 10em; }
  .l-mpbottom-10, .l-mpad-10 {
    padding-bottom: 10em; }
  .l-mptop-11, .l-mpad-11 {
    padding-top: 11em; }
  .l-mpbottom-11, .l-mpad-11 {
    padding-bottom: 11em; } }

/*/-----------------------
// CONTENT WITH SIDEBAR
//-----------------------*/
.single-service .bg-white:first-child {
  margin-top: -30px;
  padding-top: 60px !important; }
  @media all and (min-width: 981px) {
    .single-service .bg-white:first-child {
      margin-top: 0; } }

.site-content {
  background: #e7ecf4 !important; }

.section-content-with-sidebar {
  background: #e7ecf4;
  padding-top: 0 !important; }
  .section-content-with-sidebar .bg-white {
    padding: 15px 5% 60px; }
    @media all and (min-width: 768px) {
      .section-content-with-sidebar .bg-white {
        padding: 20px 60px 60px; } }
    .section-content-with-sidebar .bg-white ul li:before {
      color: #e9167d; }
    .section-content-with-sidebar .bg-white p:last-of-type {
      margin-bottom: 0; }
      .section-content-with-sidebar .bg-white p:last-of-type + * {
        margin-top: 1em; }
    .section-content-with-sidebar .bg-white > :last-child {
      padding-bottom: 0; }
  .section-content-with-sidebar ul {
    list-style: none !important;
    padding-left: 0 !important; }
    .section-content-with-sidebar ul li {
      margin-bottom: .5em;
      padding-left: 1.25em;
      position: relative; }
      .section-content-with-sidebar ul li:before {
        content: '\e90b';
        display: block;
        font-family: icomoon;
        font-size: 90%;
        left: 0;
        position: absolute;
        top: .1em; }
  .section-content-with-sidebar .l-col-4 {
    padding-top: 2.855%; }

.single-post .section-content-with-sidebar h2:first-of-type {
  font-weight: 800;
  font-size: 3.5rem; }

img.fullwidth {
  height: auto;
  margin: .5em 0 .5em -5%;
  max-width: 110%;
  width: 110%; }
  @media all and (min-width: 768px) {
    img.fullwidth {
      max-width: calc(100% + 120px);
      width: calc(100% + 120px);
      margin-left: -60px; } }

@media (min-width: 981px) {
  .single-post .row.no-padding-top {
    display: flex; }
    .single-post .row.no-padding-top .l-col-4 > div:last-child {
      top: 0;
      left: 0;
      position: -webkit-sticky;
      position: sticky; } }

.single-post .l-col-4,
.single-vacancy .l-col-4 {
  padding-top: 0 !important; }

div[class*="box-sidebar"] {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.7em !important;
  padding: 30px; }
  div[class*="box-sidebar"] a[class*="cta"] {
    text-align: center;
    width: 100%; }
  div[class*="box-sidebar"] p:last-child {
    margin-bottom: 0; }

div.sidebar-call-to-action {
  margin-bottom: 1.7em !important; }
  div.sidebar-call-to-action a {
    display: block;
    width: 100%; }

div.box-sidebar-content {
  color: #0f4390; }
  div.box-sidebar-content h2, div.box-sidebar-content h3, div.box-sidebar-content #section-blog h2 a, #section-blog h2 div.box-sidebar-content a, div.box-sidebar-content h4 {
    color: #0f4390; }
  div.box-sidebar-content a.cta-outline, div.box-sidebar-content div.box-sidebar-video a, div.box-sidebar-video div.box-sidebar-content a, div.box-sidebar-content .post-filter a.filter-button, .post-filter div.box-sidebar-content a.filter-button {
    color: #fff;
    border: none;
    padding: .25em 2.5em;
    background-color: #0f4390; }
    div.box-sidebar-content a.cta-outline:hover, div.box-sidebar-content div.box-sidebar-video a:hover, div.box-sidebar-video div.box-sidebar-content a:hover, div.box-sidebar-content .post-filter a.filter-button:hover, .post-filter div.box-sidebar-content a.filter-button:hover {
      background: #e9167d; }
      div.box-sidebar-content a.cta-outline:hover:after, div.box-sidebar-content div.box-sidebar-video a:hover:after, div.box-sidebar-video div.box-sidebar-content a:hover:after, div.box-sidebar-content .post-filter a.filter-button:hover:after, .post-filter div.box-sidebar-content a.filter-button:hover:after {
        background: linear-gradient(to right, #e9167d 0%, rgba(233, 22, 125, 0) 100%); }

div.box-sidebar-video {
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1; }
  div.box-sidebar-video:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  div.box-sidebar-video h3, div.box-sidebar-video #section-blog h2 a, #section-blog h2 div.box-sidebar-video a {
    font-size: 30px;
    font-size: 6vw; }
    @media (max-width: 500px) {
      div.box-sidebar-video h3, div.box-sidebar-video #section-blog h2 a, #section-blog h2 div.box-sidebar-video a {
        font-size: 30px; } }
    @media (min-width: 750px) {
      div.box-sidebar-video h3, div.box-sidebar-video #section-blog h2 a, #section-blog h2 div.box-sidebar-video a {
        font-size: 45px; } }
    @media all and (min-width: 981px) {
      div.box-sidebar-video h3, div.box-sidebar-video #section-blog h2 a, #section-blog h2 div.box-sidebar-video a {
        font-size: 4.5rem !important; } }
  div.box-sidebar-video a {
    cursor: pointer; }

div.quotes-container {
  position: relative;
  overflow: hidden; }
  div.quotes-container ul {
    width: 100%;
    float: left; }
    div.quotes-container ul li {
      display: block;
      float: left;
      padding: 0; }
      div.quotes-container ul li:before {
        display: none; }
  div.quotes-container div.box-sidebar-quote {
    width: 100%; }
    div.quotes-container div.box-sidebar-quote:first-child {
      display: block; }

div.box-sidebar-quote {
  position: relative;
  z-index: 1;
  color: #199dd9;
  font-size: 26px;
  font-size: 4vw; }
  div.box-sidebar-quote:after {
    background: #f3f6fa;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    outline: 1px solid transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden; }
  div.box-sidebar-quote:after {
    bottom: 0;
    transform: skewY(9deg);
    transform-origin: 0 100%; }
  @media (max-width: 550px) {
    div.box-sidebar-quote {
      font-size: 22px; } }
  @media (min-width: 750px) {
    div.box-sidebar-quote {
      font-size: 30px; } }
  @media all and (min-width: 981px) {
    div.box-sidebar-quote {
      font-size: 3rem; } }
  div.box-sidebar-quote h2, div.box-sidebar-quote h3, div.box-sidebar-quote #section-blog h2 a, #section-blog h2 div.box-sidebar-quote a, div.box-sidebar-quote h4 {
    color: #199dd9; }
  div.box-sidebar-quote p {
    margin: 0; }
  div.box-sidebar-quote blockquote {
    margin: 0;
    font-size: 0.8em; }
    div.box-sidebar-quote blockquote:before {
      content: '\201C';
      display: inline-block;
      margin-left: -.3em; }
    div.box-sidebar-quote blockquote:after {
      content: '\201D'; }
  div.box-sidebar-quote .sidebar-quote-name {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 1em;
    text-align: right; }
  div.box-sidebar-quote .cta-outline, div.box-sidebar-quote div.box-sidebar-video a, div.box-sidebar-video div.box-sidebar-quote a, div.box-sidebar-quote .post-filter .filter-button, .post-filter div.box-sidebar-quote .filter-button {
    margin-top: 1em; }
  div.box-sidebar-quote .skibox {
    bottom: 0px;
    position: absolute; }

div.box-sidebar-newsletter {
  background-color: transparent;
  color: #e9167d;
  font-size: 120%;
  text-transform: uppercase; }
  div.box-sidebar-newsletter h1, div.box-sidebar-newsletter h2, div.box-sidebar-newsletter h3, div.box-sidebar-newsletter #section-blog h2 a, #section-blog h2 div.box-sidebar-newsletter a, div.box-sidebar-newsletter h4 {
    font-size: 120%; }
  div.box-sidebar-newsletter h1, div.box-sidebar-newsletter h2, div.box-sidebar-newsletter h3, div.box-sidebar-newsletter #section-blog h2 a, #section-blog h2 div.box-sidebar-newsletter a, div.box-sidebar-newsletter h4, div.box-sidebar-newsletter a {
    color: #e9167d !important; }
  div.box-sidebar-newsletter a[class*="cta"] {
    margin-top: .5em; }
    div.box-sidebar-newsletter a[class*="cta"]:hover {
      background: #e9167d !important;
      border-color: #e9167d;
      color: #fff !important; }
      div.box-sidebar-newsletter a[class*="cta"]:hover:after {
        background: #e9167d;
        background: linear-gradient(to right, #e9167d 0%, rgba(233, 22, 125, 0) 100%); }
  div.box-sidebar-newsletter p.reference-meta {
    font-style: italic;
    margin-top: 10px;
    font-weight: 500;
    font-size: 85%; }

[class*="divider-diagonal-"] + div.section-content-with-sidebar {
  padding-top: 15px !important; }

@media all and (min-width: 981px) {
  #footer-overlay-contact-popup {
    display: none; } }

.fixed-below-cta {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 90px;
  z-index: 2000;
  padding: 1.5em;
  border-radius: 25px 25px 0 25px;
  max-width: 270px; }
  .fixed-below-cta .content {
    margin-bottom: 1em; }
    .fixed-below-cta .content span {
      display: block;
      color: #fff;
      font-weight: 500; }
  @media all and (min-width: 981px) {
    .fixed-below-cta {
      bottom: 50px; } }
  .fixed-below-cta a.cta {
    display: block;
    width: 100%;
    background-color: #fff;
    color: #0f4390; }
    .fixed-below-cta a.cta:hover {
      color: #fff; }

#contact-us {
  background-color: #0f4390; }
  #contact-us h2 {
    color: #fff; }
  #contact-us form .ginput_container_consent label {
    color: #fff; }
    #contact-us form .ginput_container_consent label a {
      color: #fff;
      text-decoration: underline; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.no-link {
  cursor: default;
  pointer-events: none; }

/*----------------------
   Burger button
-----------------------*/
.menu-icon {
  cursor: pointer;
  float: right;
  height: 47px;
  margin-right: 0 !important;
  margin-top: 0;
  position: relative;
  transition: transform 0.5s;
  width: 30px;
  z-index: 9999; }
  .menu-icon:after {
    bottom: 0;
    color: #fff;
    content: 'menu';
    font-size: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase; }
  @media all and (min-width: 768px) {
    .menu-icon {
      margin-right: 75px; } }

.menu-icon > span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 48%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: background 0.5s;
  width: 22px; }
  .menu-icon > span:before, .menu-icon > span:after {
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-6px);
    transition: transform 0.5s;
    width: 22px; }
  .menu-icon > span:after {
    transform: translateY(6px); }

.is-menu-on .menu-icon > span {
  background: transparent; }
  .is-menu-on .menu-icon > span:before {
    transform: translateY(0) rotate(45deg); }
  .is-menu-on .menu-icon > span:after {
    transform: translateY(0) rotate(-45deg); }

/*----------------------
   Widgets style
-----------------------*/
.widgets .widget {
  margin-bottom: 1em; }

.widgets .widgettitle {
  margin: .5em 0;
  font-size: ms(0);
  font-weight: bold;
  text-transform: uppercase; }

/*/-----------------------
// BUTTONS
//-----------------------*/
a.cta-main,
.cta-main, body .search-overlay form button[type='submit'],
body .search-overlay form #submit,
body .search-overlay form .gform_button,
body .gform_wrapper button[type='submit'],
body .gform_wrapper #submit,
body .gform_wrapper .gform_button,
body .comment-form button[type='submit'],
body .comment-form #submit,
body .comment-form .gform_button, a.cta, a.cta-corner-left,
.cta-corner-left, a.cta-sub,
.cta-sub, a.more-link,
a.cta-outline, div.box-sidebar-video a,
.more-link,
.cta-outline, .post-filter .filter-button, .comment-respond input.submit {
  border-radius: 2px;
  display: inline-block;
  font-size: 19px;
  font-size: 3vw;
  font-weight: 400;
  padding: .5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  transition-duration: 0.3s;
  width: 100%;
  z-index: 1; }
  @media (max-width: 600px) {
    a.cta-main,
    .cta-main, body .search-overlay form button[type='submit'],
    body .search-overlay form #submit,
    body .search-overlay form .gform_button,
    body .gform_wrapper button[type='submit'],
    body .gform_wrapper #submit,
    body .gform_wrapper .gform_button,
    body .comment-form button[type='submit'],
    body .comment-form #submit,
    body .comment-form .gform_button, a.cta, a.cta-corner-left,
    .cta-corner-left, a.cta-sub,
    .cta-sub, a.more-link,
    a.cta-outline, div.box-sidebar-video a,
    .more-link,
    .cta-outline, .post-filter .filter-button, .comment-respond input.submit {
      font-size: 18px; } }
  @media (min-width: 666.66667px) {
    a.cta-main,
    .cta-main, body .search-overlay form button[type='submit'],
    body .search-overlay form #submit,
    body .search-overlay form .gform_button,
    body .gform_wrapper button[type='submit'],
    body .gform_wrapper #submit,
    body .gform_wrapper .gform_button,
    body .comment-form button[type='submit'],
    body .comment-form #submit,
    body .comment-form .gform_button, a.cta, a.cta-corner-left,
    .cta-corner-left, a.cta-sub,
    .cta-sub, a.more-link,
    a.cta-outline, div.box-sidebar-video a,
    .more-link,
    .cta-outline, .post-filter .filter-button, .comment-respond input.submit {
      font-size: 20px; } }
  @media all and (min-width: 981px) {
    a.cta-main,
    .cta-main, body .search-overlay form button[type='submit'],
    body .search-overlay form #submit,
    body .search-overlay form .gform_button,
    body .gform_wrapper button[type='submit'],
    body .gform_wrapper #submit,
    body .gform_wrapper .gform_button,
    body .comment-form button[type='submit'],
    body .comment-form #submit,
    body .comment-form .gform_button, a.cta, a.cta-corner-left,
    .cta-corner-left, a.cta-sub,
    .cta-sub, a.more-link,
    a.cta-outline, div.box-sidebar-video a,
    .more-link,
    .cta-outline, .post-filter .filter-button, .comment-respond input.submit {
      font-size: 2.2rem; } }
  @media all and (min-width: 415px) {
    a.cta-main,
    .cta-main, body .search-overlay form button[type='submit'],
    body .search-overlay form #submit,
    body .search-overlay form .gform_button,
    body .gform_wrapper button[type='submit'],
    body .gform_wrapper #submit,
    body .gform_wrapper .gform_button,
    body .comment-form button[type='submit'],
    body .comment-form #submit,
    body .comment-form .gform_button, a.cta, a.cta-corner-left,
    .cta-corner-left, a.cta-sub,
    .cta-sub, a.more-link,
    a.cta-outline, div.box-sidebar-video a,
    .more-link,
    .cta-outline, .post-filter .filter-button, .comment-respond input.submit {
      width: auto;
      padding: .5em 1.5em !important; } }
  
  .cta-main:after, body .search-overlay form button[type='submit']:after,
  body .search-overlay form #submit:after,
  body .search-overlay form .gform_button:after,
  body .gform_wrapper button[type='submit']:after,
  body .gform_wrapper #submit:after,
  body .gform_wrapper .gform_button:after,
  body .comment-form button[type='submit']:after,
  body .comment-form #submit:after,
  body .comment-form .gform_button:after, a.cta:after,
  .cta-corner-left:after,
  .cta-sub:after, div.box-sidebar-video a:after,
  .more-link:after,
  .cta-outline:after, .post-filter .filter-button:after, .comment-respond input.submit:after {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: inherit;
    transition-property: width;
    width: 0;
    z-index: -1; }
  @media all and (min-width: 768px) {
    
    .cta-main:hover, body .search-overlay form button:hover[type='submit'],
    body .search-overlay form #submit:hover,
    body .search-overlay form .gform_button:hover,
    body .gform_wrapper button:hover[type='submit'],
    body .gform_wrapper #submit:hover,
    body .gform_wrapper .gform_button:hover,
    body .comment-form button:hover[type='submit'],
    body .comment-form #submit:hover,
    body .comment-form .gform_button:hover, a.cta:hover,
    .cta-corner-left:hover,
    .cta-sub:hover, div.box-sidebar-video a:hover,
    .more-link:hover,
    .cta-outline:hover, .post-filter .filter-button:hover, .comment-respond input.submit:hover {
      transition-delay: 0.2s; }
      
      .cta-main:hover:after, body .search-overlay form button[type='submit']:hover:after,
      body .search-overlay form #submit:hover:after,
      body .search-overlay form .gform_button:hover:after,
      body .gform_wrapper button[type='submit']:hover:after,
      body .gform_wrapper #submit:hover:after,
      body .gform_wrapper .gform_button:hover:after,
      body .comment-form button[type='submit']:hover:after,
      body .comment-form #submit:hover:after,
      body .comment-form .gform_button:hover:after, a.cta:hover:after,
      .cta-corner-left:hover:after,
      .cta-sub:hover:after, div.box-sidebar-video a:hover:after,
      .more-link:hover:after,
      .cta-outline:hover:after, .post-filter .filter-button:hover:after, .comment-respond input.submit:hover:after {
        width: 100%; } }

a.cta-main,
body .search-overlay form a#submit,
body .search-overlay form a.gform_button,
body .gform_wrapper a#submit,
body .gform_wrapper a.gform_button,
body .comment-form a#submit,
body .comment-form a.gform_button,
.cta-main,
body .search-overlay form button[type='submit'],
body .search-overlay form #submit,
body .search-overlay form .gform_button,
body .gform_wrapper button[type='submit'],
body .gform_wrapper #submit,
body .gform_wrapper .gform_button,
body .comment-form button[type='submit'],
body .comment-form #submit,
body .comment-form .gform_button {
  background: #e9167d;
  color: #fff; }
  a.cta-main:hover,
  body .search-overlay form a#submit:hover,
  body .search-overlay form a.gform_button:hover,
  body .gform_wrapper a#submit:hover,
  body .gform_wrapper a.gform_button:hover,
  body .comment-form a#submit:hover,
  body .comment-form a.gform_button:hover,
  .cta-main:hover,
  body .search-overlay form button:hover[type='submit'],
  body .search-overlay form #submit:hover,
  body .search-overlay form .gform_button:hover,
  body .gform_wrapper button:hover[type='submit'],
  body .gform_wrapper #submit:hover,
  body .gform_wrapper .gform_button:hover,
  body .comment-form button:hover[type='submit'],
  body .comment-form #submit:hover,
  body .comment-form .gform_button:hover {
    background: #0f4390; }
    a.cta-main:hover:after,
    body .search-overlay form a#submit:hover:after,
    body .search-overlay form a.gform_button:hover:after,
    body .gform_wrapper a#submit:hover:after,
    body .gform_wrapper a.gform_button:hover:after,
    body .comment-form a#submit:hover:after,
    body .comment-form a.gform_button:hover:after,
    .cta-main:hover:after,
    body .search-overlay form button[type='submit']:hover:after,
    body .search-overlay form #submit:hover:after,
    body .search-overlay form .gform_button:hover:after,
    body .gform_wrapper button[type='submit']:hover:after,
    body .gform_wrapper #submit:hover:after,
    body .gform_wrapper .gform_button:hover:after,
    body .comment-form button[type='submit']:hover:after,
    body .comment-form #submit:hover:after,
    body .comment-form .gform_button:hover:after {
      background: #0f4390;
      background: linear-gradient(to right, #0f4390 0%, rgba(15, 67, 144, 0) 100%); }

a.cta {
  background: #e9167d;
  color: #fff; }
  a.cta:hover {
    background: #0f4390; }
  a.cta.purple {
    background: #c61e80; }
    a.cta.purple:hover {
      background: #0f4390; }
      a.cta.purple:hover:after {
        background: #0f4390;
        background: linear-gradient(to right, #0f4390 0%, rgba(15, 67, 144, 0) 100%); }
  a.cta.blue {
    background: #0f4390; }
    a.cta.blue:hover {
      background: #c61e80; }
  a.cta.blue-lines {
    background: #fff;
    color: #0f4390;
    border: 2px solid #0f4390; }
    a.cta.blue-lines:hover {
      background: #0f4390;
      color: #fff; }
      a.cta.blue-lines:hover:after {
        background: #0f4390;
        background: linear-gradient(to right, #0f4390 0%, rgba(15, 67, 144, 0) 100%); }
  a.cta.white {
    background: #fff;
    color: #0f4390; }
    a.cta.white:hover {
      background: #0f4390;
      color: #fff; }
      a.cta.white:hover:after {
        background: #0f4390;
        background: linear-gradient(to right, #0f4390 0%, rgba(15, 67, 144, 0) 100%); }

a.cta-corner-right,
.cta-corner-right {
  float: right;
  margin-bottom: 1em;
  margin-right: calc(-15px - 10px);
  position: relative; }
  a.cta-corner-right:before,
  .cta-corner-right:before {
    border-right: 10px solid transparent;
    border-top: 10px solid #83007d;
    bottom: -10px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0; }

a.cta-corner-left,
.cta-corner-left {
  background: #0f4390;
  color: #fff;
  margin-left: calc(-5% - 10px);
  margin-top: 1em;
  padding: .5em 2.5em !important;
  position: relative; }
  a.cta-corner-left:hover,
  .cta-corner-left:hover {
    background: #e9167d; }
    a.cta-corner-left:hover:after,
    .cta-corner-left:hover:after {
      background: #e9167d;
      background: linear-gradient(to right, #e9167d 0%, rgba(233, 22, 125, 0) 100%); }
  @media all and (min-width: 768px) {
    a.cta-corner-left,
    .cta-corner-left {
      margin-left: calc(-60px - 10px); } }
  a.cta-corner-left:before,
  .cta-corner-left:before {
    border-left: 10px solid transparent;
    border-top: 10px solid #83007d;
    bottom: -10px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 0; }

a.cta-sub,
.cta-sub {
  background: #199dd9;
  color: #fff; }
  a.cta-sub:hover,
  .cta-sub:hover {
    background: #0f4390; }
    a.cta-sub:hover:after,
    .cta-sub:hover:after {
      background: #0f4390;
      background: linear-gradient(to right, #0f4390 0%, rgba(15, 67, 144, 0) 100%); }

.bg-maincolor .cta-sub:hover {
  background: #fff;
  color: #199dd9; }
  .bg-maincolor .cta-sub:hover:after {
    background: #fff;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%); }

a.more-link,
a.cta-outline,
div.box-sidebar-video a,
.post-filter a.filter-button,
.more-link,
.cta-outline,
div.box-sidebar-video a,
.post-filter .filter-button {
  border: 2px solid;
  color: #0f4390;
  padding-bottom: calc(.5em - 2px);
  padding-top: calc(.5em - 2px); }
  a.more-link:hover,
  a.cta-outline:hover,
  div.box-sidebar-video a:hover,
  .post-filter a.filter-button:hover,
  .more-link:hover,
  .cta-outline:hover,
  div.box-sidebar-video a:hover,
  .post-filter .filter-button:hover {
    background: #0f4390;
    border-color: #0f4390;
    color: #fff; }
    a.more-link:hover:after,
    a.cta-outline:hover:after,
    div.box-sidebar-video a:hover:after,
    .post-filter a.filter-button:hover:after,
    .more-link:hover:after,
    .cta-outline:hover:after,
    div.box-sidebar-video a:hover:after,
    .post-filter .filter-button:hover:after {
      background: #0f4390;
      background: linear-gradient(to right, #0f4390 0%, rgba(15, 67, 144, 0) 100%); }

.dark-bg .cta-outline, .dark-bg div.box-sidebar-video a, div.box-sidebar-video .dark-bg a, .dark-bg .post-filter .filter-button, .post-filter .dark-bg .filter-button {
  color: #fff; }
  .dark-bg .cta-outline:hover, .dark-bg div.box-sidebar-video a:hover, div.box-sidebar-video .dark-bg a:hover, .dark-bg .post-filter .filter-button:hover, .post-filter .dark-bg .filter-button:hover {
    background: #199dd9;
    border-color: #199dd9;
    color: #fff; }
    .dark-bg .cta-outline:hover:after, .dark-bg div.box-sidebar-video a:hover:after, div.box-sidebar-video .dark-bg a:hover:after, .dark-bg .post-filter .filter-button:hover:after, .post-filter .dark-bg .filter-button:hover:after {
      background: #199dd9;
      background: linear-gradient(to right, #199dd9 0%, rgba(25, 157, 217, 0) 100%); }

/*/-----------------------
// BOXES
//-----------------------*/
div.box-cta-diagonal-blue {
  background-color: #3f69a6;
  float: left;
  padding: 1.5em 15px 0 1.5em;
  position: relative;
  width: 100%; }
  div.box-cta-diagonal-blue.sign-vacancy div {
    background-color: #83007d; }
    div.box-cta-diagonal-blue.sign-vacancy div:before {
      background-color: #9c3397; }
  div.box-cta-diagonal-blue.sign-vacancy h3 a, div.box-cta-diagonal-blue.sign-vacancy #section-blog h2 a a, #section-blog h2 div.box-cta-diagonal-blue.sign-vacancy a a {
    color: #fff !important; }
  div.box-cta-diagonal-blue.sign-vacancy a[class*="cta"] {
    background: #199dd9; }
    div.box-cta-diagonal-blue.sign-vacancy a[class*="cta"]:hover {
      background: #e9167d;
      border-color: #e9167d;
      color: #fff; }
      div.box-cta-diagonal-blue.sign-vacancy a[class*="cta"]:hover:after {
        background: #e9167d;
        background: linear-gradient(to right, #e9167d 0%, rgba(233, 22, 125, 0) 100%); }
  div.box-cta-diagonal-blue.meetgreet {
    transition-duration: .2s; }
    @media all and (min-width: 1254px) {
      div.box-cta-diagonal-blue.meetgreet {
        padding-left: 35%; } }
    div.box-cta-diagonal-blue.meetgreet div {
      background: -200px center / auto 100% no-repeat;
      transition-duration: .2s;
      transition-timing-function: ease-in-out; }
      @media all and (max-width: 737px) {
        div.box-cta-diagonal-blue.meetgreet div {
          background-color: #6a0065;
          background-image: none; } }
      @media all and (max-width: 1253px) {
        div.box-cta-diagonal-blue.meetgreet div:after {
          background-color: rgba(131, 0, 125, 0.75);
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          z-index: 0; } }
  div.box-cta-diagonal-blue * {
    position: relative;
    z-index: 1; }
  div.box-cta-diagonal-blue div {
    background: #0f4390;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
    div.box-cta-diagonal-blue div:before {
      background-color: #3f69a6;
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: 30%;
      position: absolute;
      transform: skewX(30deg);
      transform-origin: center;
      transition-duration: .3s;
      transition-timing-function: ease-in-out;
      width: 200%;
      z-index: 0; }
  div.box-cta-diagonal-blue a[class*="cta"]:hover {
    background: #199dd9;
    border-color: #199dd9;
    color: #fff; }
    div.box-cta-diagonal-blue a[class*="cta"]:hover:after {
      background: #199dd9;
      background: linear-gradient(to right, #199dd9 0%, rgba(25, 157, 217, 0) 100%); }
  div.box-cta-diagonal-blue h3, div.box-cta-diagonal-blue #section-blog h2 a, #section-blog h2 div.box-cta-diagonal-blue a {
    color: #0f4390; }
  div.box-cta-diagonal-blue:hover div:before {
    left: 45%; }
  div.box-cta-diagonal-blue:hover.meetgreet div {
    background-size: auto 125%; }
    div.box-cta-diagonal-blue:hover.meetgreet div:before {
      left: 30%; }
  .vacature-overzicht div.box-cta-diagonal-blue {
    margin-bottom: 1.5em !important; }
    .vacature-overzicht div.box-cta-diagonal-blue:last-child {
      margin-bottom: 0 !important; }
    @media all and (min-width: 980px) {
      .vacature-overzicht div.box-cta-diagonal-blue div {
        display: block; } }

.box-discover {
  display: flex;
  flex-wrap: wrap; }
  .box-discover .l-col-4,
  .box-discover .l-col-3 {
    display: flex;
    flex-grow: 1;
    background-image: none;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5em; }
    .box-discover .l-col-4 > div,
    .box-discover .l-col-3 > div {
      display: flex;
      flex-direction: column; }
    .box-discover .l-col-4 a.cta-sub,
    .box-discover .l-col-3 a.cta-sub {
      align-self: flex-start;
      margin-top: auto; }

.service-items {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr; }
  @media all and (min-width: 768px) {
    .service-items {
      grid-template-columns: repeat(2, 1fr); } }
  @media all and (min-width: 981px) {
    .service-items {
      grid-template-columns: repeat(3, 1fr); } }
  .service-items .service-item {
    display: flex;
    background-image: none;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5em; }
    .service-items .service-item > div {
      display: flex;
      flex-direction: column; }
    .service-items .service-item a.cta-sub {
      align-self: flex-start;
      margin-top: auto; }

.box-solliciteer {
  padding: 0 0 60px 0 !important; }
  @media all and (min-width: 615px) {
    .box-solliciteer {
      display: flex !important; } }
  .box-solliciteer div {
    background: #27569b;
    margin-right: 0 !important;
    overflow: hidden; }
    @media all and (min-width: 615px) {
      .box-solliciteer div {
        width: 50% !important; } }
    @media all and (min-width: 768px) {
      .box-solliciteer div {
        width: 40% !important; } }
    .box-solliciteer div:first-child img {
      width: 100%;
      min-height: 280px;
      -o-object-fit: cover;
         object-fit: cover; }
    .box-solliciteer div:first-child img[src=""] + p {
      margin-top: 3em; }
    .box-solliciteer div:first-child p {
      background: #27569b;
      margin: -3em 0 0;
      padding: 1.5em 1.5em 1.5em !important;
      position: relative;
      z-index: 2; }
      .box-solliciteer div:first-child p.recruiter {
        margin-top: 0;
        padding-top: 0 !important; }
    .box-solliciteer div:first-child .recruiter-name {
      font-weight: 500; }
    .box-solliciteer div:first-child .cta-outline, .box-solliciteer div:first-child div.box-sidebar-video a, div.box-sidebar-video .box-solliciteer div:first-child a, .box-solliciteer div:first-child .post-filter .filter-button, .post-filter .box-solliciteer div:first-child .filter-button {
      margin-top: 1em;
      font-size: 90%;
      text-transform: uppercase;
      width: 100%; }
    .box-solliciteer div:first-child span {
      color: #fff;
      display: flex; }
      .box-solliciteer div:first-child span.quote {
        font-size: 16px; }
      .box-solliciteer div:first-child span [class^="icon-"], .box-solliciteer div:first-child span [class*=" icon-"] {
        color: #fff;
        font-size: 80%; }
      .box-solliciteer div:first-child span:after {
        margin-bottom: 0;
        z-index: 1; }
      .box-solliciteer div:first-child span.social-media {
        padding-top: 1em; }
        .box-solliciteer div:first-child span.social-media a span {
          background-color: #0f4390; }
    .box-solliciteer div:last-child {
      background: #e9167d;
      padding: 1.5em; }
      .box-solliciteer div:last-child.colleague-cta {
        background: #0f4390; }
      @media all and (min-width: 615px) {
        .box-solliciteer div:last-child {
          width: 50% !important;
          padding: 1em; } }
      @media all and (min-width: 768px) {
        .box-solliciteer div:last-child {
          width: 68% !important;
          padding: 3em; } }
      .box-solliciteer div:last-child h2 {
        margin-top: 0; }
      .box-solliciteer div:last-child a {
        color: #fff;
        text-decoration: underline; }
        .box-solliciteer div:last-child a[class*="cta"] {
          text-decoration: none; }
        .box-solliciteer div:last-child a:hover {
          text-decoration: none; }

@media all and (min-width: 415px) {
  .consultants {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; } }

.consultants img {
  height: auto !important;
  width: 100% !important; }

.consultants .consultant {
  display: flex;
  flex-direction: column;
  transition-duration: .2s;
  transition-property: transform, box-shadow; }
  .consultants .consultant:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.25); }

.consultants .divider-diagonal-top-downwards,
.consultants .consultant-links {
  background: #27569b;
  margin-top: -2em;
  padding: 1em 1em 1em !important; }
  .consultants .divider-diagonal-top-downwards p,
  .consultants .consultant-links p {
    margin-top: 0; }
  .consultants .divider-diagonal-top-downwards .social-icons, .consultants .divider-diagonal-top-downwards #section-footer .site-footer .l-col-3 [class^="icon-"], #section-footer .site-footer .l-col-3 .consultants .divider-diagonal-top-downwards [class^="icon-"], .consultants .divider-diagonal-top-downwards #section-footer .site-footer .l-col-3 [class*=" icon-"], #section-footer .site-footer .l-col-3 .consultants .divider-diagonal-top-downwards [class*=" icon-"], .consultants .divider-diagonal-top-downwards #section-footer .site-footer .l-col-3 .fa, #section-footer .site-footer .l-col-3 .consultants .divider-diagonal-top-downwards .fa, .consultants .divider-diagonal-top-downwards .box-solliciteer div:first-child span [class^="icon-"], .box-solliciteer div:first-child span .consultants .divider-diagonal-top-downwards [class^="icon-"], .consultants .divider-diagonal-top-downwards .box-solliciteer div:first-child span [class*=" icon-"], .box-solliciteer div:first-child span .consultants .divider-diagonal-top-downwards [class*=" icon-"], .consultants .divider-diagonal-top-downwards [class^="icon-"], .consultants .divider-diagonal-top-downwards [class*=" icon-"], .consultants .divider-diagonal-top-downwards #social-media-container [class^="icon-"], #social-media-container .consultants .divider-diagonal-top-downwards [class^="icon-"], .consultants .divider-diagonal-top-downwards #social-media-container [class*=" icon-"], #social-media-container .consultants .divider-diagonal-top-downwards [class*=" icon-"],
  .consultants .consultant-links .social-icons,
  .consultants .consultant-links #section-footer .site-footer .l-col-3 [class^="icon-"],
  #section-footer .site-footer .l-col-3 .consultants .consultant-links [class^="icon-"],
  .consultants .consultant-links #section-footer .site-footer .l-col-3 [class*=" icon-"],
  #section-footer .site-footer .l-col-3 .consultants .consultant-links [class*=" icon-"],
  .consultants .consultant-links #section-footer .site-footer .l-col-3 .fa,
  #section-footer .site-footer .l-col-3 .consultants .consultant-links .fa,
  .consultants .consultant-links .box-solliciteer div:first-child span [class^="icon-"],
  .box-solliciteer div:first-child span .consultants .consultant-links [class^="icon-"],
  .consultants .consultant-links .box-solliciteer div:first-child span [class*=" icon-"],
  .box-solliciteer div:first-child span .consultants .consultant-links [class*=" icon-"],
  .consultants .consultant-links [class^="icon-"],
  .consultants .consultant-links [class*=" icon-"],
  .consultants .consultant-links #social-media-container [class^="icon-"],
  #social-media-container .consultants .consultant-links [class^="icon-"],
  .consultants .consultant-links #social-media-container [class*=" icon-"],
  #social-media-container .consultants .consultant-links [class*=" icon-"] {
    background-color: #0f4390; }

.consultants > div {
  background-color: #27569b;
  margin-bottom: 1.5em;
  overflow: hidden;
  position: relative; }
  .consultants > div.consultant {
    margin-bottom: 1.5em; }
  @media all and (min-width: 415px) and (max-width: 980px) {
    .consultants > div {
      width: 48%;
      margin-right: 4%; }
      .consultants > div:nth-child(2n) {
        margin-right: 0; } }
  @media all and (min-width: 981px) {
    .consultants > div:nth-child(4n) {
      margin-right: 0; } }
  .consultants > div > a {
    display: block;
    line-height: 1;
    overflow: hidden; }
  .consultants > div .cta-outline, .consultants > div div.box-sidebar-video a, div.box-sidebar-video .consultants > div a, .consultants > div .post-filter .filter-button, .post-filter .consultants > div .filter-button {
    font-size: 90%;
    margin: 1em 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  .consultants > div strong {
    display: block; }
  .consultants > div .colleague-function {
    display: block;
    min-height: 1.4em; }
  .consultants > div .consultant-links {
    align-self: flex-end;
    margin-bottom: 0;
    margin-top: auto !important;
    min-height: 50px;
    padding-top: 0 !important;
    width: 100%; }
    .consultants > div .consultant-links p {
      line-height: 1;
      margin-bottom: 0; }
      .consultants > div .consultant-links p a {
        display: inline-block; }
      .consultants > div .consultant-links p .cta-outline, .consultants > div .consultant-links p div.box-sidebar-video a, div.box-sidebar-video .consultants > div .consultant-links p a, .consultants > div .consultant-links p .post-filter .filter-button, .post-filter .consultants > div .consultant-links p .filter-button {
        display: none; }
  .consultants > div p {
    margin-bottom: 0; }

.consultants [class^="icon-"], .consultants [class*=" icon-"] {
  font-size: 80%; }

.single-vacancy .box-solliciteer .recruiter-cta a {
  display: block;
  margin-top: 1em;
  text-align: center; }
  @media all and (min-width: 981px) {
    .single-vacancy .box-solliciteer .recruiter-cta a {
      font-size: 20px;
      padding: 0.75em 0.5em; } }

/*/-----------------------
// Cases
//-----------------------*/
html body .cases-container {
  margin-bottom: 0; }

html body h3.case-title a, html body #section-blog h2 a.case-title a, #section-blog h2 html body a.case-title a {
  color: #0f4390 !important; }

.cases {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 100%; }
  .cases li {
    background: #fff;
    border: 1px solid #fff !important;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    flex-basis: calc(33% - 10px);
    line-height: 0;
    margin: 0 15px 15px 0 !important;
    display: flex;
    align-content: center;
    overflow: hidden;
    transition-duration: .2s; }
    @media all and (min-width: 981px) {
      .cases li {
        margin: 0 30px 30px 0 !important;
        flex-basis: calc(33% - 20px); } }
    .cases li:nth-child(3n) {
      margin-right: 0 !important; }
    .cases li.active, .cases li:hover {
      border: 1px solid #0f4390 !important; }
    .cases li a {
      display: flex;
      align-content: center; }
    .cases li img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      max-height: 40px;
      margin: auto; }
      @media screen and (min-width: 768px) {
        .cases li img {
          max-height: 83px; } }
      @media screen and (min-width: 992px) {
        .cases li img {
          max-height: 55px; } }
      @media screen and (min-width: 1200px) {
        .cases li img {
          max-height: 70px; } }
      @media screen and (min-width: 1300px) {
        .cases li img {
          max-height: 95px; } }

.cases-container #case-container {
  display: none; }

.cases-container li > a {
  display: flex;
  width: 100%;
  justify-content: center; }
  .cases-container li > a img {
    margin: 0 auto;
    max-width: 80%;
    width: auto;
    max-height: 95px !important;
    -o-object-fit: contain;
       object-fit: contain; }

.cases-container li #case-container {
  display: none; }

.cases-container li:hover #case-container {
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2% 4% 4%;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.25);
  z-index: 9; }
  .cases-container li:hover #case-container img {
    max-height: 95px;
    width: auto;
    margin: 0 auto 1%; }

@-webkit-keyframes fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    position: absolute;
    left: -999px;
    display: none; } }

@keyframes fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    position: absolute;
    left: -999px;
    display: none; } }

/* CASES PAGINA */
.home #section-cases {
  transition-duration: .2s; }

body:not(.home) #section-cases .l-col-9 {
  padding-bottom: 60px;
  padding-top: 30px !important; }
  @media all and (min-width: 415px) {
    body:not(.home) #section-cases .l-col-9 {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; } }

#section-cases .case {
  border: 1px solid #0f4390;
  flex-grow: 1;
  height: auto;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  @media all and (min-width: 465px) and (max-width: 1181px) {
    #section-cases .case {
      flex-grow: 0;
      width: 46%;
      margin-left: 2%;
      margin-right: 2%; } }
  @media all and (min-width: 1181px) {
    #section-cases .case {
      width: 29%;
      margin-left: 2%;
      margin-right: 2%;
      flex-grow: 0; } }
  #section-cases .case.hidden {
    -webkit-animation: fade .5s 1;
            animation: fade .5s 1;
    display: none;
    animation-transition-property: opacity;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  #section-cases .case > a {
    flex-basis: 200px;
    max-height: 200px;
    position: relative; }
    @media all and (max-width: 980px) {
      #section-cases .case > a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-65%) translateX(-50%); } }
    @media all and (min-width: 981px) {
      #section-cases .case > a img {
        position: relative;
        top: 50%;
        transform: translateY(-65%); } }
  #section-cases .case a {
    color: #fff; }
  #section-cases .case .case-img {
    background: #fff;
    display: block;
    padding: 2em 1em;
    text-align: center; }
    #section-cases .case .case-img img {
      margin: 0 auto;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

#section-cases .case-meta {
  font-size: 75%;
  text-transform: uppercase; }

#section-cases .case-content {
  margin-top: -1em;
  padding: 2em 1em 1em !important;
  transition-duration: .2s; }
  @media all and (min-width: 415px) {
    #section-cases .case-content {
      padding: 2em 1em 1em !important; } }

#section-cases .cta-outline, #section-cases div.box-sidebar-video a, div.box-sidebar-video #section-cases a, #section-cases .post-filter .filter-button, .post-filter #section-cases .filter-button {
  margin-top: 1em;
  text-align: center; }

.single-service #section-cases {
  margin-top: 60px; }
  .single-service #section-cases .l-container {
    max-width: 960px; }
  .single-service #section-cases h2 {
    color: #fff; }

.single-service a.cta-outline, .single-service div.box-sidebar-video a, div.box-sidebar-video .single-service a, .single-service .post-filter a.filter-button, .post-filter .single-service a.filter-button {
  color: #fff; }
  .single-service a.cta-outline:hover, .single-service div.box-sidebar-video a:hover, div.box-sidebar-video .single-service a:hover, .single-service .post-filter a.filter-button:hover, .post-filter .single-service a.filter-button:hover {
    background: #199dd9;
    border-color: #199dd9;
    color: #fff; }
    .single-service a.cta-outline:hover:after, .single-service div.box-sidebar-video a:hover:after, div.box-sidebar-video .single-service a:hover:after, .single-service .post-filter a.filter-button:hover:after, .post-filter .single-service a.filter-button:hover:after {
      background: #199dd9;
      background: linear-gradient(to right, #199dd9 0%, rgba(25, 157, 217, 0) 100%); }

#section-main .case-tags > li {
  margin: 0;
  padding: 0;
  position: relative; }
  #section-main .case-tags > li:before {
    content: none; }

.loopbaan {
  padding-top: 90px !important; }
  .loopbaan .breadcrumbs {
    font-size: 1.2rem;
    letter-spacing: .05em;
    text-transform: uppercase; }

.loopbaanschema {
  margin: 0 auto;
  text-align: center;
  font-size: 85%; }
  .loopbaanschema h1 {
    font-size: 200%; }
    .loopbaanschema h1 + p {
      margin-bottom: 0; }
  .loopbaanschema h2 {
    margin: 1.5em auto .5em; }
    .loopbaanschema h2.no-margin-bottom {
      margin-bottom: 0; }
    .loopbaanschema h2.function {
      background-color: rgba(255, 255, 255, 0.25);
      display: inline-block;
      font-weight: 700;
      padding: .5em 2em;
      position: relative;
      z-index: 1; }
      .loopbaanschema h2.function:first-of-type {
        margin-bottom: 30px; }
      .loopbaanschema h2.function:last-of-type {
        margin-top: 30px; }
  .loopbaanschema [class*="procesbox"] {
    border: 5px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 30px;
    padding: 1em;
    position: relative; }
    .loopbaanschema [class*="procesbox"] p:last-child {
      margin-bottom: 0; }
  .loopbaanschema .procesbox-big, .loopbaanschema .procesbox-small {
    margin: 0 auto 30px;
    max-width: 600px; }
    .loopbaanschema .procesbox-big:before, .loopbaanschema .procesbox-small:before {
      background-color: rgba(255, 255, 255, 0.25);
      content: '';
      display: block;
      height: 30px;
      left: 50%;
      position: absolute;
      top: -35px;
      transform: translateX(-50%);
      width: 5px; }
    .loopbaanschema .procesbox-big:last-of-type:after, .loopbaanschema .procesbox-small:last-of-type:after {
      background-color: rgba(255, 255, 255, 0.25);
      bottom: -35px;
      content: '';
      display: block;
      height: 30px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      width: 5px; }
  .loopbaanschema .procesbox-big:last-of-type:after {
    bottom: calc(-1.75em - 5px);
    height: 1.75em; }
  .loopbaanschema .procesbox-small:before {
    display: none; }
  .loopbaanschema .procesbox-alt {
    position: relative; }
    .loopbaanschema .procesbox-alt.firsttd div:after {
      left: 90%; }
    .loopbaanschema .procesbox-alt.lasttd div:after {
      left: 10%; }
    .loopbaanschema .procesbox-alt div {
      padding: 1em; }
      .loopbaanschema .procesbox-alt div:after {
        background-color: rgba(255, 255, 255, 0.25);
        bottom: -35px;
        content: '';
        display: block;
        height: 30px;
        position: absolute;
        transform: translateX(-50%);
        width: 5px; }
      .loopbaanschema .procesbox-alt div ul {
        margin-bottom: 0;
        padding-bottom: 0; }
  .loopbaanschema .orientatie {
    border-collapse: collapse;
    margin: 0 auto;
    table-layout: fixed;
    width: 100%; }
    @media all and (min-width: 768px) {
      .loopbaanschema .orientatie {
        width: 80%; } }
    .loopbaanschema .orientatie td {
      padding: 0;
      vertical-align: top; }
      .loopbaanschema .orientatie td.hor-line {
        position: relative;
        width: 50px !important; }
        .loopbaanschema .orientatie td.hor-line span {
          display: block;
          position: absolute;
          top: 45%;
          width: 100%;
          transform: translateY(-50%); }
          .loopbaanschema .orientatie td.hor-line span:before {
            background-color: rgba(255, 255, 255, 0.25);
            content: "";
            display: block;
            height: 5px;
            left: calc(100% + 5px);
            width: 100%; }
      @media all and (max-width: 869px) {
        .loopbaanschema .orientatie td h3, .loopbaanschema .orientatie td #section-blog h2 a, #section-blog h2 .loopbaanschema .orientatie td a {
          min-height: 4.5em; } }
      .loopbaanschema .orientatie td ul {
        margin-left: 1em; }
      .loopbaanschema .orientatie td [class*="procesbox"] {
        margin: 0 auto 30px; }
  .loopbaanschema .specialist-wrap {
    margin-bottom: 60px;
    margin-top: 1em;
    padding: 2em 1em;
    z-index: 0; }
  .loopbaanschema .specialist {
    border-collapse: collapse;
    margin: 0 auto;
    table-layout: fixed; }
    .loopbaanschema .specialist td, .loopbaanschema .specialist th {
      text-align: left;
      vertical-align: top; }
    .loopbaanschema .specialist tr th, .loopbaanschema .specialist tr td {
      padding: 1em; }
      @media all and (max-width: 580px) {
        .loopbaanschema .specialist tr th, .loopbaanschema .specialist tr td {
          display: block;
          padding: .25em 1em; } }
    @media all and (max-width: 580px) {
      .loopbaanschema .specialist tr td {
        margin-bottom: 1em; } }
    .loopbaanschema .specialist tr:nth-child(odd) th, .loopbaanschema .specialist tr:nth-child(odd) td {
      background-color: rgba(255, 255, 255, 0.25); }
    .loopbaanschema .specialist ul {
      list-style-position: inside;
      padding-bottom: 0; }

/*----------------------
   Pagination style
-----------------------*/
.pagination {
  text-align: center; }
  .pagination ul {
    display: inline; }
  .pagination .page-numbers {
    display: inline-block;
    background: #f5f8fb;
    padding: .4em;
    min-width: 5%;
    border-radius: 3px;
    text-align: center;
    margin-right: .5em;
    text-decoration: none;
    color: #0f4390; }
  .pagination .page-numbers.current,
  .pagination .page-numbers:hover {
    background: #0f4390;
    color: #fff; }

/*----------------------
   Post content
-----------------------*/
.entry-content, .wp-editor {
  padding: 1.5em 0; }
  .entry-content p, .wp-editor p {
    margin: 0 0 1.5em; }
  .entry-content blockquote, .wp-editor blockquote {
    border-left: 3px solid #0f4390;
    color: #e7ecf4;
    font-style: italic;
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em; }
  .entry-content img, .wp-editor img {
    height: auto;
    margin: 0 0 1.5em 0;
    max-width: 100%; }
  .entry-content pre, .wp-editor pre {
    background: #f5f8fb;
    border-radius: 3px;
    margin: 0 0 1.5em;
    overflow-x: scroll;
    padding: 1.5em; }
  .entry-content ul, .wp-editor ul {
    list-style: disc;
    padding-left: 2em; }
  .entry-content dt, .wp-editor dt {
    font-weight: bold; }
  .entry-content dd, .wp-editor dd {
    margin: 0 1.5em 1.5em; }

/*----------------------
   Responsive image
-----------------------*/
.wp-post-image {
  height: auto;
  width: 100%; }
  @media all and (min-width: 415px) {
    .wp-post-image {
      width: auto; } }

/*----------------------
   Sticky post
-----------------------*/
.sticky {
  border-bottom: 2px solid #f5f8fb;
  border-top: 2px solid #f5f8fb; }

/*----------------------
   Admin Editor
-----------------------*/
.wp-editor {
  margin: 1.5em; }

/*----------------------
   Post Gallery style
-----------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-item .gallery-columns-2 {
    max-width: 50%; }
  .gallery-item .gallery-columns-3 {
    max-width: 33.33333%; }
  .gallery-item .gallery-columns-4 {
    max-width: 25%; }
  .gallery-item .gallery-columns-5 {
    max-width: 20%; }
  .gallery-item .gallery-columns-6 {
    max-width: 16.66667%; }
  .gallery-item .gallery-columns-7 {
    max-width: 14.28571%; }
  .gallery-item .gallery-columns-8 {
    max-width: 12.5%; }
  .gallery-item .gallery-columns-9 {
    max-width: 11.11111%; }

.gallery-caption {
  display: block; }

/*----------------------
   Post Caption style
-----------------------*/
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    height: auto;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/*----------------------
   Table Style
-----------------------*/
.entry-content table, .wp-editor table {
  border: 1px solid #e7ecf4;
  margin-bottom: 1.5em;
  width: 100%; }

.entry-content tr, .wp-editor tr {
  border-bottom: 1px solid #e7ecf4; }

.entry-content td, .wp-editor td {
  padding: 7px; }

.entry-content th, .wp-editor th {
  border-bottom: 1px solid #e7ecf4; }

/* at this larger size, we can start to align images */
@media only screen and (min-width: 481px) {
  .entry-content .alignleft, .wp-editor .alignleft, .entry-content img.alignleft, .wp-editor img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .entry-content .alignright, .wp-editor .alignright, .entry-content img.alignright, .wp-editor img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  .entry-content .aligncenter, .wp-editor .aligncenter, .entry-content img.aligncenter, .wp-editor img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; } }

#section-steps {
  background-color: #f5f8fb;
  padding-top: 0;
  margin-top: -30px; }
  @media all and (min-width: 981px) {
    #section-steps {
      margin-top: -60px; } }

.bubble-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  position: relative;
  width: 100%; }
  @media all and (min-width: 560px) {
    .bubble-wrapper {
      justify-content: space-between; } }
  @media all and (min-width: 1421px) {
    .bubble-wrapper {
      max-width: 100%; } }

.bubble {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 0; }
  @media all and (min-width: 560px) and (max-width: 1421px) {
    .bubble {
      width: 33%; }
      .bubble:first-child:before, .bubble:nth-child(2):before, .bubble:nth-child(3):before {
        left: -4vw; } }
    @media all and (min-width: 560px) and (max-width: 1421px) and (min-width: 695px) {
      .bubble:first-child:before, .bubble:nth-child(2):before, .bubble:nth-child(3):before {
        left: -7vw; } }
    @media all and (min-width: 560px) and (max-width: 1421px) and (min-width: 1000px) {
      .bubble:first-child:before, .bubble:nth-child(2):before, .bubble:nth-child(3):before {
        left: -8.5vw; } }
  @media all and (min-width: 560px) and (max-width: 1421px) {
      .bubble:first-child .circle, .bubble:nth-child(2) .circle, .bubble:nth-child(3) .circle {
        align-self: flex-start;
        margin-right: auto;
        margin-left: 0; }
      .bubble:last-child:before, .bubble:nth-child(4):before, .bubble:nth-child(5):before {
        left: -2.5vw; } }
    @media all and (min-width: 560px) and (max-width: 1421px) and (min-width: 584px) {
      .bubble:last-child:before, .bubble:nth-child(4):before, .bubble:nth-child(5):before {
        left: 1.5vw; } }
    @media all and (min-width: 560px) and (max-width: 1421px) and (min-width: 695px) {
      .bubble:last-child:before, .bubble:nth-child(4):before, .bubble:nth-child(5):before {
        left: 3.5vw; } }
    @media all and (min-width: 560px) and (max-width: 1421px) and (min-width: 1000px) {
      .bubble:last-child:before, .bubble:nth-child(4):before, .bubble:nth-child(5):before {
        left: 6.5vw; } }
  @media all and (min-width: 560px) and (max-width: 1421px) {
      .bubble:last-child .circle, .bubble:nth-child(4) .circle, .bubble:nth-child(5) .circle {
        align-self: flex-end;
        margin-right: 0;
        margin-left: auto; } }
  @media all and (min-width: 1421px) {
    .bubble {
      width: auto; } }
  .bubble.is-circle-on {
    z-index: 4; }
  .bubble:not(:first-child):before {
    top: -25px;
    color: #4579ac;
    content: '\e906';
    font-family: icomoon;
    font-size: 32px;
    opacity: 1;
    position: absolute; }
    @media all and (min-width: 560px) {
      .bubble:not(:first-child):before {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%) rotate(-90deg); } }
    @media all and (min-width: 1421px) {
      .bubble:not(:first-child):before {
        left: -35px; } }
  @media all and (min-width: 560px) and (max-width: 1420px) {
    .bubble:nth-of-type(3n):after {
      display: none;
      content: ''; } }
  .bubble .circle {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    height: 150px;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
    transition-duration: .2s;
    width: 150px;
    z-index: 9; }
    .bubble .circle > div {
      border-radius: 20px;
      bottom: 0;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      transition-duration: .2s;
      transition-property: width, height;
      width: 100%;
      z-index: 11; }
    .bubble .circle h2 {
      color: #0f4390;
      font-size: 16px;
      line-height: 1.1;
      margin: auto auto 1em;
      text-align: center; }
      .bubble .circle h2:before {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        display: block;
        height: 65px;
        margin-bottom: .75em;
        width: 100%; }
      .bubble .circle h2 span {
        display: none; }
    .bubble .circle p {
      display: block;
      height: 0;
      margin: -170px;
      margin: 0;
      opacity: 0;
      overflow: hidden;
      transform: scale(0);
      transition-duration: .2s;
      width: 260px; }
    .bubble .circle:hover, .bubble .circle.is-circle-on {
      overflow: visible;
      z-index: 12; }
      .bubble .circle:hover > div, .bubble .circle.is-circle-on > div {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
        padding: 30px;
        width: 320px;
        height: auto;
        border: 4px solid #fff;
        background: #0f4390;
        background: linear-gradient(to right, #0f4390 0%, #199dd9 100%);
        color: #fff; }
      .bubble .circle:hover h2, .bubble .circle.is-circle-on h2 {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: .5em;
        color: #fff; }
        .bubble .circle:hover h2 span, .bubble .circle.is-circle-on h2 span {
          display: block; }
        .bubble .circle:hover h2 strong, .bubble .circle.is-circle-on h2 strong {
          display: none; }
      .bubble .circle:hover p, .bubble .circle.is-circle-on p {
        color: #fff;
        display: block;
        height: auto;
        margin: 0;
        opacity: 1;
        transform: scale(1); }
  .bubble .circle {
    background-color: transparent;
    border: 3px solid #fff;
    background: #0f4390;
    background: linear-gradient(to right, #0f4390 0%, #199dd9 100%); }
    .bubble .circle.is-circle-on {
      /*overflow: visible;
            z-index: 9;*/ }
      .bubble .circle.is-circle-on > div {
        /*   border: 4px solid #fff;
                   @include linear-gradient-l2r($main-color, $light-blue);
                   color: #fff;*/ }
      .bubble .circle.is-circle-on p {
        color: #fff; }
    .bubble .circle h2 {
      color: #fff; }
  .bubble:nth-of-type(1) h2:before {
    background-image: url("/app/themes/nfc-profource/scss/icons/desktop.svg"); }
  .bubble:nth-of-type(2) h2:before {
    background-image: url("/app/themes/nfc-profource/scss/icons/phone-white.svg"); }
  .bubble:nth-of-type(3) h2:before {
    background-image: url("/app/themes/nfc-profource/scss/icons/talk.svg"); }
  .bubble:nth-of-type(4) h2:before {
    background-image: url("/app/themes/nfc-profource/scss/icons/people.svg"); }
  .bubble:nth-of-type(5) h2:before {
    background-image: url("/app/themes/nfc-profource/scss/icons/signature.svg");
    background-position: 55% center; }
  .bubble:nth-of-type(5) .circle div.is-circle-on h2 {
    font-size: 18px; }
  .bubble:nth-of-type(6) h2:before {
    background-image: url("/app/themes/nfc-profource/scss/icons/congratulations-white.svg"); }

/* Font sizes */
/*
 * Comment box
 */
.comment {
  list-style: none; }
  .comment > .comment-body {
    border: 1px solid #f5f8fb;
    background: #fff;
    padding: 1em;
    margin: 2em 0; }
    .comment > .comment-body > .reply {
      text-align: right; }

/*
 * Comment response
 */
/*
 * from underscores.me starter theme
 * TODO : adapt & make minimal design
 */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*/-----------------------
// FORMULIEREN
//-----------------------*/
body .search-overlay form ul li.gfield,
body .gform_wrapper ul li.gfield,
body .comment-form ul li.gfield {
  margin-top: 0 !important; }

body .search-overlay form .top_label .gfield_label,
body .gform_wrapper .top_label .gfield_label,
body .comment-form .top_label .gfield_label {
  display: none !important; }

body .search-overlay form .gfield_required,
body .gform_wrapper .gfield_required,
body .comment-form .gfield_required {
  display: none; }

body .search-overlay form input, body .search-overlay form textarea,
body .gform_wrapper input,
body .gform_wrapper textarea,
body .comment-form input,
body .comment-form textarea {
  border: 0;
  border-radius: 2px;
  margin-top: 12px;
  padding: .5em .5em .5em .75em !important; }

body .search-overlay form button[type='submit'],
body .search-overlay form #submit,
body .search-overlay form .gform_button,
body .gform_wrapper button[type='submit'],
body .gform_wrapper #submit,
body .gform_wrapper .gform_button,
body .comment-form button[type='submit'],
body .comment-form #submit,
body .comment-form .gform_button {
  border: 0;
  cursor: pointer;
  padding: .75em 2em !important; }

body .search-overlay form .gform_footer,
body .gform_wrapper .gform_footer,
body .comment-form .gform_footer {
  margin-top: 0 !important; }

body .comment-form {
  background: #0f4390;
  background: linear-gradient(to right, #0f4390 0%, #199dd9 100%);
  border-radius: 2px;
  color: #fff;
  margin-bottom: 2em;
  padding: 2em; }

div.gform_wrapper div.validation_error {
  background: #e9167d;
  border: 0;
  color: #fff;
  font-weight: 300; }

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 225, 225, 0);
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 0 !important;
  padding-bottom: 6px;
  padding-top: 0; }

div.gform_wrapper .gfield_error .gfield_label {
  color: #fff; }

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0; }

div.gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
div.gform_wrapper li.gfield_error textarea {
  border: 2px solid #e9167d; }

div.gform_wrapper.gf_browser_chrome .gfield_error input[type=text],
div.gform_wrapper.gf_browser_chrome .gfield_error input[type=email],
div.gform_wrapper.gf_browser_chrome .gfield_error input[type=tel],
div.gform_wrapper.gf_browser_chrome .gfield_error input[type=url],
div.gform_wrapper.gf_browser_chrome .gfield_error input[type=number],
div.gform_wrapper.gf_browser_chrome .gfield_error input[type=password],
div.gform_wrapper.gf_browser_chrome .gfield_error select,
div.gform_wrapper.gf_browser_chrome .gfield_error textarea,
div.gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 0; }

div.gform_wrapper .field_description_below .gfield_description {
  margin-top: 0;
  padding: 5px 5px 5px 15px; }

div.ginput_container_textarea {
  line-height: 0; }

div.gform_wrapper .validation_message {
  background: #e9167d;
  color: #fff;
  font-weight: 300;
  letter-spacing: normal; }

.single-post .gform_wrapper .gform_body li {
  padding: 0; }

.single-post .gform_wrapper .gform_body .top_label .gfield_label {
  display: block !important;
  margin-top: 30px; }

.single-post .gform_wrapper .gform_body input, .single-post .gform_wrapper .gform_body textarea {
  border: 2px solid #0f4390; }
  .single-post .gform_wrapper .gform_body input::-moz-placeholder, .single-post .gform_wrapper .gform_body textarea::-moz-placeholder {
    color: #7d7d7d; }
  .single-post .gform_wrapper .gform_body input::placeholder, .single-post .gform_wrapper .gform_body textarea::placeholder {
    color: #7d7d7d; }

/* Sollicaitatie formulier */
#gform_wrapper_3 .right_label input.medium,
#gform_wrapper_3 .right_label select.medium,
#gform_wrapper_3 .left_label input.medium,
#gform_wrapper_3 .left_label select.medium {
  width: auto; }

/*/-----------------------
// SOCIAL ICONS
//-----------------------*/
.social-icons, #section-footer .site-footer .l-col-3 [class^="icon-"], #section-footer .site-footer .l-col-3 [class*=" icon-"], #section-footer .site-footer .l-col-3 .fa, .box-solliciteer div:first-child span [class^="icon-"], .box-solliciteer div:first-child span [class*=" icon-"], .consultants [class^="icon-"], .consultants [class*=" icon-"], .social-sharing [class^="icon-"], .social-sharing [class*=" icon-"], #social-media-container [class^="icon-"], #social-media-container [class*=" icon-"] {
  background: #131f2d;
  border-radius: 3px;
  box-sizing: content-box;
  color: #fff;
  height: 1em;
  line-height: 1em;
  margin-right: .15em;
  padding: .5em;
  text-align: center;
  transition-duration: .2s;
  width: 1em; }
  .social-icons:hover, #section-footer .site-footer .l-col-3 :hover[class^="icon-"], #section-footer .site-footer .l-col-3 :hover[class*=" icon-"], #section-footer .site-footer .l-col-3 .fa:hover, .box-solliciteer div:first-child span :hover[class^="icon-"], .box-solliciteer div:first-child span :hover[class*=" icon-"], .consultants :hover[class^="icon-"], .consultants :hover[class*=" icon-"], .social-sharing :hover[class^="icon-"], .social-sharing :hover[class*=" icon-"], #social-media-container :hover[class^="icon-"], #social-media-container :hover[class*=" icon-"] {
    background-color: #fff !important;
    color: #131f2d; }

/* social sharing */
.social-sharing {
  text-align: right;
  text-transform: lowercase;
  margin-bottom: 1.7em; }
  .social-sharing [class^="icon-"], .social-sharing [class*=" icon-"] {
    background: #131f2d;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    font-size: 90%;
    line-height: 20px;
    margin-left: .25em;
    width: 20px; }
  .social-sharing a:first-of-type [class^="icon-"], .social-sharing a:first-of-type [class*=" icon-"], .social-sharing a:first-of-type .fa {
    margin-left: .5em; }

/*/-----------------------
// SOCIAL FLY IN
//-----------------------*/
#social-media-button {
  border-color: transparent #e9167d transparent transparent;
  border-style: solid;
  border-width: 0 100px 100px 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-delay: .35s;
  width: 0;
  z-index: 999999; }
  .pink-header #social-media-button {
    border-color: transparent #199dd9 transparent transparent; }
  #social-media-button div {
    line-height: 1;
    margin-top: 13px;
    padding-left: 27px;
    text-align: center;
    width: 100px; }
  #social-media-button span {
    color: #fff;
    display: block;
    font-size: 10px;
    text-transform: uppercase; }
  #social-media-button [class^="icon-"], #social-media-button [class*=" icon-"], #social-media-button i.fa {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 16px;
    color: #fff; }
  #social-media-button span.icon-comments {
    margin-top: 1px;
    margin-left: 5px;
    font-size: 18px; }

#social-media-button.open {
  border-color: transparent transparent transparent transparent !important;
  position: fixed;
  transition-delay: 0s; }
  #social-media-button.open [class^="icon-"]:before, #social-media-button.open [class*=" icon-"]:before, #social-media-button.open i.fa:before {
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.3); }

#social-media-container {
  background: #6f8ebc;
  background: linear-gradient(to right, #6f8ebc 0%, #75c4e8 100%);
  box-shadow: inset 10px 0 30px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  height: 100%;
  overflow: auto;
  padding: 0;
  position: fixed;
  right: -100%;
  top: 0;
  width: 96%;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }
  #social-media-container h1, #social-media-container h2, #social-media-container h3, #social-media-container #section-blog h2 a, #section-blog h2 #social-media-container a, #social-media-container h4, #social-media-container h5, #social-media-container h6, #social-media-container a {
    color: #fff; }
  #social-media-container #social-media-spinner {
    height: 40px;
    margin: 10vh auto 0;
    width: 40px; }
  #social-media-container .social-follow {
    margin: 2em 0 0;
    overflow: hidden; }
  #social-media-container .section {
    background-color: transparent; }
  #social-media-container .bg-white {
    background: #6f8ebc;
    background: linear-gradient(to right, #6f8ebc 0%, #75c4e8 100%);
    padding-top: 40px !important; }
  #social-media-container .blue-gradient-l2r {
    margin-bottom: 30px !important;
    padding-bottom: 30px !important; }
    @media all and (min-width: 768px) {
      #social-media-container .blue-gradient-l2r {
        margin-bottom: 60px !important;
        padding-bottom: 60px !important; } }
  #social-media-container .follow_button {
    font-size: 80%; }

@media all and (min-width: 981px) {
  #social-media-container {
    width: 90vw;
    max-width: 1140px; } }

.scroll-to-top {
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 2000;
  background-color: #192738;
  transition: transform 0.3s;
  overflow: hidden; }
  @media all and (min-width: 981px) {
    .scroll-to-top {
      bottom: 50px; } }
  .scroll-to-top:before, .scroll-to-top:after {
    content: '';
    position: absolute;
    display: block;
    top: 15px;
    background-color: #fff;
    height: 20px;
    width: 5px; }
  .scroll-to-top:before {
    transform: rotate(-45deg);
    left: 28px; }
  .scroll-to-top:after {
    transform: rotate(45deg);
    right: 28px; }
  .scroll-to-top:focus {
    outline: none; }

#cookie-law-info-bar {
  z-index: 999999999999 !important; }

#ccc #ccc-notify:empty {
  display: none; }

html #ccc:not([closed]) #ccc-overlay {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  z-index: -1; }

html #ccc #ccc-notify {
  bottom: 50%;
  border-radius: 5px;
  display: none;
  left: 50%;
  max-width: 600px;
  padding: 2em 2vw !important;
  transform: translate(-50%, 50%) !important;
  width: 90%; }
  html #ccc #ccc-notify .ccc-notify-buttons {
    display: flex;
    justify-content: space-between; }
    html #ccc #ccc-notify .ccc-notify-buttons #ccc-notify-accept {
      order: 1; }

html #ccc:not([closed]) #ccc-notify {
  display: block; }

html #ccc .ccc-notify-text h3, html #ccc .ccc-notify-text #section-blog h2 a, #section-blog h2 html #ccc .ccc-notify-text a {
  font-size: 1.25em !important; }
  html #ccc .ccc-notify-text h3 + p, html #ccc .ccc-notify-text #section-blog h2 a + p, #section-blog h2 html #ccc .ccc-notify-text a + p {
    padding: 1em 0 2em; }
    html #ccc .ccc-notify-text h3 + p a, html #ccc .ccc-notify-text #section-blog h2 a + p a, #section-blog h2 html #ccc .ccc-notify-text a + p a {
      text-decoration: underline !important; }
      html #ccc .ccc-notify-text h3 + p a:hover, html #ccc .ccc-notify-text #section-blog h2 a + p a:hover, #section-blog h2 html #ccc .ccc-notify-text a + p a:hover {
        text-decoration: none !important; }

html #ccc #ccc-recommended-settings,
html #ccc #ccc-notify-accept {
  background-color: #27bc0d;
  color: #fff;
  transition-duration: .2s; }
  html #ccc #ccc-recommended-settings:hover,
  html #ccc #ccc-notify-accept:hover {
    background-color: #1d8c0a; }
  html #ccc #ccc-recommended-settings + .ccc-link,
  html #ccc #ccc-notify-accept + .ccc-link {
    border: 0;
    float: right;
    font-size: 0.8em;
    opacity: .7;
    transition-duration: .2s;
    background-color: #192738 !important; }
    html #ccc #ccc-recommended-settings + .ccc-link:before,
    html #ccc #ccc-notify-accept + .ccc-link:before {
      display: inline-block;
      font-family: icomoon;
      content: '\e916 ';
      margin-right: .5em; }
    html #ccc #ccc-recommended-settings + .ccc-link:hover,
    html #ccc #ccc-notify-accept + .ccc-link:hover {
      opacity: 1; }

html #ccc #ccc-close,
html #ccc #ccc-notify-dismiss {
  display: none; }

/*/-----------------------
// PAGE INTRO
//-----------------------*/
#section-intro .row {
  padding-bottom: 30px; }

#section-header-slider {
  position: relative; }
  #section-header-slider .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  #section-header-slider .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  #section-header-slider .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  #section-header-slider .header-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    #section-header-slider .header-slider .owl-stage, #section-header-slider .header-slider .owl-item, #section-header-slider .header-slider .owl-stage-outer {
      height: 100%; }
    #section-header-slider .header-slider .item {
      height: 100%;
      overflow: hidden;
      position: relative; }
      #section-header-slider .header-slider .item img {
        height: 100%;
        -webkit-animation: zoominIMG 16s ease-in infinite;
                animation: zoominIMG 16s ease-in infinite;
        -webkit-animation-delay: .5s;
                animation-delay: .5s;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top; }
  @media all and (max-width: 980px) {
    #section-header-slider {
      padding: 300px 0 50px !important; } }
  #section-header-slider .sub-page-intro-img img.oracle-img {
    display: none; }
    @media all and (max-width: 980px) {
      #section-header-slider .sub-page-intro-img img.oracle-img {
        display: block;
        position: absolute;
        transform: translateX(-50%);
        z-index: 999; } }
    @media all and (max-width: 766px) {
      #section-header-slider .sub-page-intro-img img.oracle-img {
        width: 250px;
        height: 80px;
        top: -100px;
        left: 50%; } }
    @media all and (min-width: 767px) and (max-width: 980px) {
      #section-header-slider .sub-page-intro-img img.oracle-img {
        width: 250px;
        height: 80px;
        top: -100px;
        left: 50%; } }

#section-header .sub-page-intro-img img.oracle-img {
  display: none; }
  @media all and (max-width: 980px) {
    #section-header .sub-page-intro-img img.oracle-img {
      display: block;
      position: absolute;
      transform: translateX(-50%);
      z-index: 999; } }
  @media all and (max-width: 766px) {
    #section-header .sub-page-intro-img img.oracle-img {
      width: 250px;
      height: 80px;
      top: -100px;
      left: 50%; } }
  @media all and (min-width: 767px) and (max-width: 980px) {
    #section-header .sub-page-intro-img img.oracle-img {
      width: 250px;
      height: 80px;
      top: -100px;
      left: 50%; } }

#section-intro img.oracle-img {
  display: none; }

@media all and (min-width: 981px) {
  #section-intro img.oracle-img {
    display: block;
    width: 315px;
    height: 100px;
    position: absolute;
    left: 60px;
    top: -60px;
    z-index: 999;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.22); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    background-size: 100%; }
  50% {
    background-size: 150%; }
  100% {
    background-size: 100%; } }
@keyframes zoomin {
  0% {
    background-size: 100%; }
  50% {
    background-size: 150%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes zoominIMG {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes zoominIMG {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

/*End of Zoom in Keyframes */
.page-intro-img {
  background-color: #0f4390;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center; }
  .home .page-intro-img {
    -webkit-animation: zoomin 40s ease-in infinite;
            animation: zoomin 40s ease-in infinite; }
  .page-intro-img a[class*="cta"] {
    margin: .5em 0; }
    .page-intro-img a[class*="cta"]:first-child {
      margin-top: 2em; }
    @media all and (min-width: 415px) {
      .page-intro-img a[class*="cta"] {
        margin: 2em .5em 1em; }
        .page-intro-img a[class*="cta"]:first-child {
          margin-top: 2em; } }
  .page-intro-img.page-intro-img-small {
    background-position: center 30%;
    padding: 100px 0 75px; }
    @media all and (min-height: 415px) {
      .page-intro-img.page-intro-img-small {
        padding: 350px 0 50px; } }
  .header-gradient .page-intro-img {
    background-position: center 30%;
    padding: 135px 0 50px; }
    @media all and (min-height: 415px) and (min-width: 415px) {
      .header-gradient .page-intro-img {
        padding: 175px 0 125px; } }
  .home .page-intro-img {
    padding: 200px 0 50px !important; }
    @media all and (min-height: 415px) and (min-width: 900px) {
      .home .page-intro-img {
        padding: 320px 0 56px !important;
        background-position: center 20%; } }
  .error404 .page-intro-img {
    padding: 100px 0 150px !important; }
    @media all and (min-height: 415px) and (min-width: 600px) {
      .error404 .page-intro-img {
        padding: 300px 0 170px !important; } }
  .header-image .page-intro-img:before {
    background: rgba(0, 0, 0, 0.3) !important;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) !important;
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0) !important;
    /* IE6-9 */
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .page-intro-img .row {
    position: relative;
    z-index: 2; }
    .page-intro-img .row .bold-title.accent-color, .page-intro-img .row div.box-sidebar-video h3.accent-color, div.box-sidebar-video .page-intro-img .row h3.accent-color, .page-intro-img .row div.box-sidebar-video #section-blog h2 a.accent-color, div.box-sidebar-video #section-blog h2 .page-intro-img .row a.accent-color, .page-intro-img .row #section-blog h2 div.box-sidebar-video a.accent-color, #section-blog h2 div.box-sidebar-video .page-intro-img .row a.accent-color, .page-intro-img .row .sub-title.accent-color {
      color: #e9167d; }
    .page-intro-img .row .bold-title.new-accent-color, .page-intro-img .row div.box-sidebar-video h3.new-accent-color, div.box-sidebar-video .page-intro-img .row h3.new-accent-color, .page-intro-img .row div.box-sidebar-video #section-blog h2 a.new-accent-color, div.box-sidebar-video #section-blog h2 .page-intro-img .row a.new-accent-color, .page-intro-img .row #section-blog h2 div.box-sidebar-video a.new-accent-color, #section-blog h2 div.box-sidebar-video .page-intro-img .row a.new-accent-color, .page-intro-img .row .sub-title.new-accent-color {
      color: #c61e80; }
    .page-intro-img .row .bold-title.accent-color-dark, .page-intro-img .row div.box-sidebar-video h3.accent-color-dark, div.box-sidebar-video .page-intro-img .row h3.accent-color-dark, .page-intro-img .row div.box-sidebar-video #section-blog h2 a.accent-color-dark, div.box-sidebar-video #section-blog h2 .page-intro-img .row a.accent-color-dark, .page-intro-img .row #section-blog h2 div.box-sidebar-video a.accent-color-dark, #section-blog h2 div.box-sidebar-video .page-intro-img .row a.accent-color-dark, .page-intro-img .row .sub-title.accent-color-dark {
      color: #83007d; }
    .page-intro-img .row .bold-title.new-text-color, .page-intro-img .row div.box-sidebar-video h3.new-text-color, div.box-sidebar-video .page-intro-img .row h3.new-text-color, .page-intro-img .row div.box-sidebar-video #section-blog h2 a.new-text-color, div.box-sidebar-video #section-blog h2 .page-intro-img .row a.new-text-color, .page-intro-img .row #section-blog h2 div.box-sidebar-video a.new-text-color, #section-blog h2 div.box-sidebar-video .page-intro-img .row a.new-text-color, .page-intro-img .row .sub-title.new-text-color {
      color: #11448d; }
    .page-intro-img .row .bold-title.light-blue, .page-intro-img .row div.box-sidebar-video h3.light-blue, div.box-sidebar-video .page-intro-img .row h3.light-blue, .page-intro-img .row div.box-sidebar-video #section-blog h2 a.light-blue, div.box-sidebar-video #section-blog h2 .page-intro-img .row a.light-blue, .page-intro-img .row #section-blog h2 div.box-sidebar-video a.light-blue, #section-blog h2 div.box-sidebar-video .page-intro-img .row a.light-blue, .page-intro-img .row .sub-title.light-blue {
      color: #199dd9; }

.sub-page-intro-img > :last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

p.page-intro-text {
  padding-top: 1em; }

p.page-intro-text,
.page-intro-text .row {
  font-size: 21px;
  font-size: 4vw; }
  @media (max-width: 450px) {
    p.page-intro-text,
    .page-intro-text .row {
      font-size: 18px; } }
  @media (min-width: 600px) {
    p.page-intro-text,
    .page-intro-text .row {
      font-size: 24px; } }
  @media all and (min-width: 981px) {
    p.page-intro-text,
    .page-intro-text .row {
      font-size: 2.4rem; } }
  p.page-intro-text a[class*="cta"],
  .page-intro-text .row a[class*="cta"] {
    margin: 2em .5em 1em; }

div.smaller-row-text .row {
  font-size: 21px;
  font-size: 4vw; }
  @media (max-width: 450px) {
    div.smaller-row-text .row {
      font-size: 18px; } }
  @media (min-width: 600px) {
    div.smaller-row-text .row {
      font-size: 24px; } }
  @media all and (min-width: 981px) {
    div.smaller-row-text .row {
      font-size: 2.4rem; } }
  div.smaller-row-text .row a[class*="cta"] {
    margin: 2em .5em 1em; }

#section-client {
  background-color: #e7ecf4;
  position: relative; }
  #section-client .client img {
    max-height: 75px;
    max-width: 100%;
    transition: all .3s ease-in-out; }
    #section-client .client img:hover {
      transition: all .3s ease-in-out; }
  #section-client .bx-wrapper {
    margin-top: 1em !important;
    position: relative; }
    #section-client .bx-wrapper .bx-prev:before, #section-client .bx-wrapper .bx-next:before {
      color: #192738;
      display: block;
      font-size: 2em;
      font-weight: 700;
      line-height: 1.1;
      padding: 0 .25em;
      position: absolute;
      text-align: center;
      transition-duration: .2s; }
    #section-client .bx-wrapper .bx-prev:hover:before, #section-client .bx-wrapper .bx-next:hover:before {
      color: #199dd9; }
    #section-client .bx-wrapper .bx-prev {
      border: 1px solid #e7ecf4;
      left: -26px; }
      #section-client .bx-wrapper .bx-prev:before {
        content: '<'; }
    #section-client .bx-wrapper .bx-next {
      border: 1px solid #e7ecf4; }
      #section-client .bx-wrapper .bx-next:before {
        content: '>'; }
    #section-client .bx-wrapper .bx-controls-direction {
      display: none;
      font-size: 25px; }
      @media all and (min-width: 981px) {
        #section-client .bx-wrapper .bx-controls-direction {
          display: block;
          position: absolute;
          top: -35px;
          right: 60px; } }
      #section-client .bx-wrapper .bx-controls-direction a {
        color: #e7ecf4;
        font-size: 16px;
        margin-top: -16px;
        outline: 0;
        position: absolute;
        top: 50%;
        z-index: 9999; }
        #section-client .bx-wrapper .bx-controls-direction a:hover {
          text-decoration: none; }

.home #section-contact {
  padding-top: 60px !important; }
  .home #section-contact:before {
    display: none !important; }

#client-carousel {
  display: flex; }
  #client-carousel .client {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #client-carousel .client img {
      margin: auto;
      transition-duration: .2s;
      transition-property: filter;
      filter: grayscale(100%); }
      #client-carousel .client img:hover {
        filter: grayscale(0%); }

/*/-----------------------
// CONTACT
//-----------------------*/
#section-content:not(.page-intro-text) + .section-contact {
  margin-top: 60px; }
  @media all and (min-width: 768px) {
    #section-content:not(.page-intro-text) + .section-contact {
      margin-top: 120px; } }

.section-content-with-sidebar + .section-contact {
  margin-top: 60px; }

address {
  font-style: normal; }

.section-contact a[class*="cta"] {
  margin: 1em 1em 0 0; }

.section-contact .contact-info {
  border-top: 2px solid;
  padding: 1em 0 0 0; }
  @media all and (min-width: 981px) {
    .section-contact .contact-info {
      border-top: 0;
      margin-top: -.5em;
      border-left: 2px solid;
      padding: .5em 0 .5em 1.5em; } }
  .section-contact .contact-info p:last-child {
    margin-bottom: 0; }
  .section-contact .contact-info a {
    color: #192738; }
    .section-contact .contact-info a:first-child {
      display: block;
      font-weight: 500;
      margin-top: 1em; }

#section-call-to-action .l-container {
  text-align: center; }
  #section-call-to-action .l-container h2.section-title {
    font-weight: 700; }
    @media all and (min-width: 981px) {
      #section-call-to-action .l-container h2.section-title {
        font-size: 50px; } }

#section-gallery-block .images {
  margin-top: 1.5em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em; }
  @media all and (min-width: 768px) {
    #section-gallery-block .images {
      grid-template-columns: repeat(2, 1fr); } }
  @media all and (min-width: 981px) {
    #section-gallery-block .images {
      grid-template-columns: repeat(3, 1fr);
      gap: 2em; } }
  #section-gallery-block .images .image {
    position: relative;
    padding-top: 75%;
    width: 100%;
    overflow: hidden; }
    #section-gallery-block .images .image img {
      position: absolute;
      inset: 0;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

@media all and (min-width: 981px) {
  #section-column-division .content-setup {
    display: flex;
    flex-wrap: wrap; }
    #section-column-division .content-setup .content-left {
      padding-right: 1.5em; }
    #section-column-division .content-setup .content-right {
      padding-left: 1.5em; }
    #section-column-division .content-setup.two-third .content-left {
      flex: 2; }
    #section-column-division .content-setup.two-third .content-right {
      flex: 1; }
    #section-column-division .content-setup.one-third .content-left {
      flex: 1; }
    #section-column-division .content-setup.one-third .content-right {
      flex: 2; }
    #section-column-division .content-setup.half-half .content-left {
      flex: 1; }
    #section-column-division .content-setup.half-half .content-right {
      flex: 1; }
    #section-column-division .content-setup.three-fourth .content-left {
      flex: 3; }
    #section-column-division .content-setup.three-fourth .content-right {
      flex: 1; }
    #section-column-division .content-setup.one-fourth .content-left {
      flex: 1; }
    #section-column-division .content-setup.one-fourth .content-right {
      flex: 3; } }

#section-content-tiles .intro-content {
  text-align: center; }

#section-content-tiles .content-tiles {
  margin-bottom: 2em; }
  #section-content-tiles .content-tiles.two-row {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      #section-content-tiles .content-tiles.two-row {
        grid-template-columns: repeat(1, 1fr); } }
    @media (min-width: 981px) {
      #section-content-tiles .content-tiles.two-row {
        grid-template-columns: repeat(2, 1fr); } }
  #section-content-tiles .content-tiles.three-row {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      #section-content-tiles .content-tiles.three-row {
        grid-template-columns: repeat(1, 1fr); } }
    @media (min-width: 981px) {
      #section-content-tiles .content-tiles.three-row {
        grid-template-columns: repeat(3, 1fr); } }
  #section-content-tiles .content-tiles.four-row {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      #section-content-tiles .content-tiles.four-row {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 981px) {
      #section-content-tiles .content-tiles.four-row {
        grid-template-columns: repeat(4, 1fr); } }
  #section-content-tiles .content-tiles.five-row {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      #section-content-tiles .content-tiles.five-row {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 981px) {
      #section-content-tiles .content-tiles.five-row {
        grid-template-columns: repeat(5, 1fr); } }
  #section-content-tiles .content-tiles .content-tile {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column; }
    #section-content-tiles .content-tiles .content-tile .image-overlay {
      margin: 0;
      position: relative;
      width: 100%;
      overflow: hidden;
      padding-top: 60%; }
      #section-content-tiles .content-tiles .content-tile .image-overlay img {
        position: absolute;
        -o-object-fit: cover;
           object-fit: cover;
        inset: 0;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        width: 100%;
        height: 100%; }
    #section-content-tiles .content-tiles .content-tile .content {
      padding: 1.5em; }
      #section-content-tiles .content-tiles .content-tile .content h3, #section-content-tiles .content-tiles .content-tile .content #section-blog h2 a, #section-blog h2 #section-content-tiles .content-tiles .content-tile .content a {
        margin: 0; }
    #section-content-tiles .content-tiles .content-tile .call-to-action {
      align-self: flex-start;
      margin-top: auto;
      padding: 0 1.5em 1.5em; }
      @media (min-width: 981px) {
        #section-content-tiles .content-tiles .content-tile .call-to-action {
          width: 100%;
          text-align: right; } }
      #section-content-tiles .content-tiles .content-tile .call-to-action a.cta-main,
      #section-content-tiles .content-tiles .content-tile .call-to-action body .search-overlay form a#submit, body .search-overlay form #section-content-tiles .content-tiles .content-tile .call-to-action a#submit,
      #section-content-tiles .content-tiles .content-tile .call-to-action body .search-overlay form a.gform_button, body .search-overlay form #section-content-tiles .content-tiles .content-tile .call-to-action a.gform_button,
      #section-content-tiles .content-tiles .content-tile .call-to-action body .gform_wrapper a#submit, body .gform_wrapper #section-content-tiles .content-tiles .content-tile .call-to-action a#submit,
      #section-content-tiles .content-tiles .content-tile .call-to-action body .gform_wrapper a.gform_button, body .gform_wrapper #section-content-tiles .content-tiles .content-tile .call-to-action a.gform_button,
      #section-content-tiles .content-tiles .content-tile .call-to-action body .comment-form a#submit, body .comment-form #section-content-tiles .content-tiles .content-tile .call-to-action a#submit,
      #section-content-tiles .content-tiles .content-tile .call-to-action body .comment-form a.gform_button, body .comment-form #section-content-tiles .content-tiles .content-tile .call-to-action a.gform_button {
        display: block;
        width: 100%; }
        @media (min-width: 981px) {
          #section-content-tiles .content-tiles .content-tile .call-to-action a.cta-main,
          #section-content-tiles .content-tiles .content-tile .call-to-action body .search-overlay form a#submit, body .search-overlay form #section-content-tiles .content-tiles .content-tile .call-to-action a#submit,
          #section-content-tiles .content-tiles .content-tile .call-to-action body .search-overlay form a.gform_button, body .search-overlay form #section-content-tiles .content-tiles .content-tile .call-to-action a.gform_button,
          #section-content-tiles .content-tiles .content-tile .call-to-action body .gform_wrapper a#submit, body .gform_wrapper #section-content-tiles .content-tiles .content-tile .call-to-action a#submit,
          #section-content-tiles .content-tiles .content-tile .call-to-action body .gform_wrapper a.gform_button, body .gform_wrapper #section-content-tiles .content-tiles .content-tile .call-to-action a.gform_button,
          #section-content-tiles .content-tiles .content-tile .call-to-action body .comment-form a#submit, body .comment-form #section-content-tiles .content-tiles .content-tile .call-to-action a#submit,
          #section-content-tiles .content-tiles .content-tile .call-to-action body .comment-form a.gform_button, body .comment-form #section-content-tiles .content-tiles .content-tile .call-to-action a.gform_button {
            display: inline-block;
            width: auto; } }

#section-grow-path .grow-path {
  padding-top: 100px;
  display: flex; }
  @media (max-width: 980px) {
    #section-grow-path .grow-path {
      overflow-x: scroll; } }
  #section-grow-path .grow-path .path-tile {
    position: relative; }
    @media (max-width: 980px) {
      #section-grow-path .grow-path .path-tile {
        min-width: 275px;
        padding-bottom: 2em; } }
    @media (min-width: 981px) {
      #section-grow-path .grow-path .path-tile {
        flex: 1; } }
    #section-grow-path .grow-path .path-tile .flag-icon {
      position: absolute;
      width: 70px;
      height: auto;
      top: -83px;
      right: 0; }
      #section-grow-path .grow-path .path-tile .flag-icon.pink {
        width: 85px;
        right: -29px; }
    #section-grow-path .grow-path .path-tile:nth-child(1) .label:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-left: 30px solid #fff;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    #section-grow-path .grow-path .path-tile .label {
      position: relative;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      padding: 0 30px;
      text-align: center;
      height: 60px;
      line-height: 60px; }
      #section-grow-path .grow-path .path-tile .label:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 30px solid #fff;
        position: absolute;
        right: -29px;
        top: 0;
        z-index: 3; }
      #section-grow-path .grow-path .path-tile .label.light-blue {
        background-color: #199dd9; }
        #section-grow-path .grow-path .path-tile .label.light-blue:after {
          border-left-color: #199dd9; }
      #section-grow-path .grow-path .path-tile .label.dark-blue {
        background-color: #0f4390; }
        #section-grow-path .grow-path .path-tile .label.dark-blue:after {
          border-left-color: #0f4390; }
      #section-grow-path .grow-path .path-tile .label.purple {
        background-color: #83007d; }
        #section-grow-path .grow-path .path-tile .label.purple:after {
          border-left-color: #83007d; }
      #section-grow-path .grow-path .path-tile .label.pink {
        background-color: #e9167d; }
        #section-grow-path .grow-path .path-tile .label.pink:after {
          border-left-color: #e9167d; }
    #section-grow-path .grow-path .path-tile .content {
      margin-top: 2em;
      padding: 0 .5em;
      font-size: 25px;
      color: #0f4390; }
      #section-grow-path .grow-path .path-tile .content p {
        margin: 0; }
    #section-grow-path .grow-path .path-tile.bonus {
      z-index: 1;
      padding-left: .5em; }
      #section-grow-path .grow-path .path-tile.bonus .flag-icon {
        display: none; }
      #section-grow-path .grow-path .path-tile.bonus .label {
        background: linear-gradient(to right, #0f4390 0%, #83007d 100%); }
        #section-grow-path .grow-path .path-tile.bonus .label:before {
          content: '';
          width: 0;
          height: 0;
          border-top: 30px solid transparent;
          border-bottom: 30px solid transparent;
          border-left: 30px solid #fff;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1; }
        #section-grow-path .grow-path .path-tile.bonus .label:after {
          display: none; }

#section-grow-path .below-content {
  margin-top: 1em;
  color: #0f4390;
  text-align: center; }
  @media (min-width: 981px) {
    #section-grow-path .below-content {
      margin-top: 3em; } }

/*/-----------------------
// HOME
//-----------------------*/
/*
VIDEO
*/
.video-foreground {
  background: #fff !important;
  opacity: 0;
  pointer-events: none;
  transition-duration: 1s; }
  @media (min-aspect-ratio: 16 / 9) {
    .video-foreground {
      top: -100%;
      height: 300%; } }
  @media (max-aspect-ratio: 16 / 9) {
    .video-foreground {
      width: 300%;
      left: -100%; } }
  .video-foreground.loaded {
    background: transparent;
    opacity: 1; }

.video-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  min-height: 800px; }

.ytplayer-container iframe,
.video-foreground iframe {
  background-color: transparent;
  height: 100%;
  left: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

html body.home .services h2.section-title {
  color: #fff; }

.vacancy-row {
  margin-top: .5em;
  display: flex;
  flex-wrap: wrap; }

.vacancy-list.box-sidebar-content {
  padding-bottom: 0;
  padding-top: 0; }

.vacancy-list ul {
  list-style: none;
  margin-bottom: 1.5em;
  padding: 0; }
  .vacancy-list ul li {
    margin-bottom: .5em;
    padding-left: 1.25em;
    position: relative; }
    .vacancy-list ul li:before {
      color: #0f4390;
      content: '\e90b';
      display: block;
      font-family: icomoon;
      font-size: 90%;
      left: 0;
      position: absolute;
      top: .1em; }
    .vacancy-list ul li a {
      transition-duration: .2s; }
      .vacancy-list ul li a:hover {
        color: #0f4390; }

.home .et_pb_section_video {
  padding-bottom: 0 !important; }

.home .sub-page-intro-img [class*='cta'] {
  min-width: 12em; }

#section-intro-vacancies {
  color: #fff; }
  @media all and (min-width: 981px) {
    #section-intro-vacancies p {
      font-weight: 100;
      font-size: 30px; } }
  #section-intro-vacancies h2 {
    text-transform: uppercase;
    font-weight: 700; }
    @media all and (min-width: 981px) {
      #section-intro-vacancies h2 {
        font-size: 50px; } }

.home #section-highlight-vacancies h2 {
  color: #0f4390;
  text-transform: uppercase;
  font-weight: 700; }
  @media all and (min-width: 981px) {
    .home #section-highlight-vacancies h2 {
      font-size: 40px; } }

#section-highlight-vacancies .vacancies {
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap; }
  @media all and (min-width: 767px) {
    #section-highlight-vacancies .vacancies {
      margin-left: -2em; } }
  #section-highlight-vacancies .vacancies .vacancy {
    display: flex;
    flex-basis: 100%;
    margin-top: 1em; }
    @media all and (min-width: 767px) {
      #section-highlight-vacancies .vacancies .vacancy {
        flex-basis: calc(33.333% - 2em);
        margin-left: 2em;
        margin-top: 2em;
        min-height: 85px; } }
    #section-highlight-vacancies .vacancies .vacancy a {
      padding: 1em 2em;
      width: 100%;
      font-weight: 700;
      height: 100%;
      display: flex;
      align-items: center; }

#section-update {
  max-width: 100% !important;
  background: rgba(15, 67, 144, 0.9);
  background: linear-gradient(to right, rgba(15, 67, 144, 0.9) 0%, rgba(131, 0, 125, 0.9) 100%);
  padding: 15px 0 !important;
  width: 100% !important; }
  #section-update .row {
    padding: 0; }
  #section-update .l-col-10 {
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    #section-update .l-col-10 p {
      display: inline-block;
      font-size: 19px;
      font-size: 3vw;
      margin-bottom: 0;
      padding: .5em; }
      @media (max-width: 533.33333px) {
        #section-update .l-col-10 p {
          font-size: 16px; } }
      @media (min-width: 733.33333px) {
        #section-update .l-col-10 p {
          font-size: 22px; } }
      @media all and (min-width: 768px) {
        #section-update .l-col-10 p {
          font-size: 2.2rem; } }
    #section-update .l-col-10 a {
      border-bottom: 1px solid;
      color: #fff; }
      #section-update .l-col-10 a:hover {
        border-bottom: 0; }

/*/-----------------------
// CONTACT
//-----------------------*/
#section-contactpage a {
  color: #fff; }

#section-map {
  padding: 0; }

#profource-map {
  height: 440px; }

@media all and (min-width: 768px) {
  .page-template-template-vacancy .section-content-with-sidebar .bg-white {
    padding: 80px 60px 60px; } }

/*/-----------------------
// VACATURES
//-----------------------*/
#section-vacancies {
  padding: 30px 0 60px 0; }
  #section-vacancies .l-container {
    max-width: 1600px;
    width: 95%; }
  @media all and (min-width: 981px) {
    #section-vacancies {
      padding: 90px 0; } }
  #section-vacancies .vacancy a.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%; }
  #section-vacancies .vacancy > h3, #section-vacancies #section-blog h2 .vacancy > a, #section-blog h2 #section-vacancies .vacancy > a {
    z-index: 0; }
    #section-vacancies .vacancy > h3 > a, #section-vacancies #section-blog h2 .vacancy > a > a, #section-blog h2 #section-vacancies .vacancy > a > a {
      color: #fff; }

html body div.post-filter {
  margin-bottom: 0 !important; }

@media all and (max-width: 981px) {
  .post-filter {
    background: transparent !important; } }

.post-filter .filter-button {
  border: 1px solid;
  cursor: pointer;
  margin-top: 1.5em; }
  @media all and (min-width: 981px) {
    .post-filter .filter-button {
      display: none; } }

.post-filter .filter-container {
  display: none;
  margin-top: 1em; }
  @media all and (min-width: 665px) and (max-width: 981px) {
    .post-filter .filter-container {
      display: none; } }
  @media all and (min-width: 981px) {
    .post-filter .filter-container {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      max-width: 1300px; } }
  .post-filter .filter-container .filter-mobile-fix {
    width: 100%; }
  .post-filter .filter-container .facetwp-type-checkboxes {
    margin-left: -.5em;
    margin-bottom: 0; }
    @media all and (min-width: 981px) {
      .post-filter .filter-container .facetwp-type-checkboxes {
        display: flex;
        flex-wrap: wrap;
        flex-basis: 100%;
        margin-top: calc(.5em - 4px); } }
    .post-filter .filter-container .facetwp-type-checkboxes .facetwp-checkbox {
      opacity: .6;
      width: auto;
      background: #fff;
      padding: 12px 24px;
      border: 2px solid transparent;
      margin-left: .5em;
      color: #c61e80;
      font-weight: normal;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .post-filter .filter-container .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
        display: inline-block;
        margin-left: 5px; }
      .post-filter .filter-container .facetwp-type-checkboxes .facetwp-checkbox .new-row {
        order: 3;
        flex-basis: 100%;
        display: block;
        font-size: 14px;
        color: #11448d; }
      .post-filter .filter-container .facetwp-type-checkboxes .facetwp-checkbox.checked, .post-filter .filter-container .facetwp-type-checkboxes .facetwp-checkbox:hover {
        border-color: #0f4390;
        opacity: 1; }
      .post-filter .filter-container .facetwp-type-checkboxes .facetwp-checkbox:hover {
        border-color: #c61e80; }
      .post-filter .filter-container .facetwp-type-checkboxes .facetwp-checkbox:before {
        display: none; }

.vacatures-found {
  margin-bottom: 1em; }
  .vacatures-found * {
    display: inline; }

.facetwp-counts {
  color: #e9167d;
  font-weight: bold; }

.filter-box h3, .filter-box #section-blog h2 a, #section-blog h2 .filter-box a {
  display: none; }

.filter-box .reset-filters {
  background-color: transparent;
  border: none;
  color: #c61e80;
  cursor: pointer; }
  @media all and (max-width: 980px) {
    .filter-box .reset-filters {
      display: block;
      margin: 1em 0;
      text-align: center;
      width: 100%; } }
  .filter-box .reset-filters:after {
    content: '\e90a';
    font-family: Icomoon;
    display: inline-block;
    margin-left: .5em; }

@media all and (min-width: 981px) {
  .filter-box {
    display: flex;
    flex-wrap: wrap; }
    .filter-box .reset-filters {
      flex-basis: 200px;
      margin-bottom: .5em; } }

@media all and (min-width: 981px) {
  .filter-box .facetwp-facet {
    flex: 1; }
    .filter-box .facetwp-facet .facetwp-checkbox {
      flex: 1; } }

.filter-box:last-child {
  margin-right: 0; }

.filter-box .div:first-child {
  padding-bottom: .5em; }

.filter-box select {
  color: #0f4390;
  font-family: "KievitOT", sans-serif !important;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.15;
  margin: 0;
  padding: .25em;
  width: 100%; }

.vacatures-found strong {
  color: #e9167d; }

/* SINGLE */
#section-related {
  padding-bottom: 66px;
  padding-top: 0; }
  @media all and (min-width: 981px) {
    #section-related {
      padding-bottom: 120px; }
      #section-related .l-col-12 {
        display: flex; }
        #section-related .l-col-12 .vacancy-item,
        #section-related .l-col-12 .box-cta-diagonal-blue {
          height: 100%;
          padding-bottom: 3em; }
          #section-related .l-col-12 .vacancy-item a,
          #section-related .l-col-12 .box-cta-diagonal-blue a {
            position: absolute;
            bottom: .1em;
            right: 15px; } }

#acquainted-popup {
  max-width: 500px;
  background: #0f4390;
  color: #fff; }

/* JOB APPLY FORM */
body .apply-overlay, body .contact-overlay {
  background: rgba(15, 67, 144, 0.97);
  background: linear-gradient(to right, rgba(15, 67, 144, 0.97) 0%, rgba(25, 157, 217, 0.97) 100%);
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  overflow: auto;
  padding: 5% 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999999999;
  -webkit-overflow-scrolling: touch !important; }
  body .apply-overlay .apply-form-div, body .contact-overlay .apply-form-div {
    color: #fff;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    width: 90%; }
    body .apply-overlay .apply-form-div .h2, body .contact-overlay .apply-form-div .h2 {
      border-bottom: 1px solid;
      margin-bottom: 1.5em;
      padding-bottom: 1em; }
    body .apply-overlay .apply-form-div [class^="icon-"], body .apply-overlay .apply-form-div [class*=" icon-"], body .contact-overlay .apply-form-div [class^="icon-"], body .contact-overlay .apply-form-div [class*=" icon-"] {
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0; }
      @media all and (min-width: 415px) {
        body .apply-overlay .apply-form-div [class^="icon-"], body .apply-overlay .apply-form-div [class*=" icon-"], body .contact-overlay .apply-form-div [class^="icon-"], body .contact-overlay .apply-form-div [class*=" icon-"] {
          transform: scale(1.5); } }
    body .apply-overlay .apply-form-div li, body .contact-overlay .apply-form-div li {
      margin-bottom: 1em !important; }
      body .apply-overlay .apply-form-div li:last-of-type, body .contact-overlay .apply-form-div li:last-of-type {
        margin-bottom: 0 !important; }
    body .apply-overlay .apply-form-div label, body .contact-overlay .apply-form-div label {
      color: #fff;
      font-size: 2rem;
      font-weight: 300;
      padding-top: 5px;
      position: relative; }
      @media all and (min-width: 641px) {
        body .apply-overlay .apply-form-div label, body .contact-overlay .apply-form-div label {
          text-align: right;
          padding-right: 50px !important;
          width: 200px !important; } }
    body .apply-overlay .apply-form-div .gfield_required, body .contact-overlay .apply-form-div .gfield_required {
      color: #fff;
      display: block;
      position: absolute;
      right: -5px;
      top: 2px; }
      @media all and (min-width: 641px) {
        body .apply-overlay .apply-form-div .gfield_required, body .contact-overlay .apply-form-div .gfield_required {
          right: 20px; } }
    body .apply-overlay .apply-form-div input, body .apply-overlay .apply-form-div textarea, body .contact-overlay .apply-form-div input, body .contact-overlay .apply-form-div textarea {
      margin-top: 0; }
      @media all and (max-width: 767px) {
        body .apply-overlay .apply-form-div input, body .apply-overlay .apply-form-div textarea, body .contact-overlay .apply-form-div input, body .contact-overlay .apply-form-div textarea {
          width: 100% !important; } }
      body .apply-overlay .apply-form-div input:focus, body .apply-overlay .apply-form-div textarea:focus, body .contact-overlay .apply-form-div input:focus, body .contact-overlay .apply-form-div textarea:focus {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.9); }
      body .apply-overlay .apply-form-div input#input_3_7, body .apply-overlay .apply-form-div textarea#input_3_7, body .contact-overlay .apply-form-div input#input_3_7, body .contact-overlay .apply-form-div textarea#input_3_7 {
        width: auto; }
    body .apply-overlay .apply-form-div .ginput_container_fileupload input[type=file], body .contact-overlay .apply-form-div .ginput_container_fileupload input[type=file] {
      background: rgba(255, 255, 255, 0.3);
      border-radius: 3px;
      font-size: 1.53846rem !important;
      font-weight: 300; }
  body .apply-overlay .privacy-kop, body .contact-overlay .privacy-kop {
    display: block;
    font-weight: 500; }
  body .apply-overlay .privacy-text, body .contact-overlay .privacy-text {
    font-size: 1.4rem;
    margin-bottom: 0 !important;
    width: 100%; }
    @media all and (min-width: 415px) {
      body .apply-overlay .privacy-text, body .contact-overlay .privacy-text {
        width: 70%; } }
  body .apply-overlay .privacy-input label.gfield_label, body .contact-overlay .privacy-input label.gfield_label {
    display: none; }
  @media all and (min-width: 415px) {
    body .apply-overlay .privacy-input ul, body .contact-overlay .privacy-input ul {
      width: 100% !important; } }
  body .apply-overlay .privacy-input ul input, body .contact-overlay .privacy-input ul input {
    margin: 0 !important; }
  body .apply-overlay .privacy-input label, body .contact-overlay .privacy-input label {
    font-size: 1.42857rem !important;
    font-weight: 700;
    max-width: 95% !important;
    width: 100% !important; }
    body .apply-overlay .privacy-input label a, body .contact-overlay .privacy-input label a {
      color: #fff;
      text-decoration: underline; }
    body .apply-overlay .privacy-input label label, body .contact-overlay .privacy-input label label {
      padding-right: 0 !important; }

.single-vacancy #section-main .vacancy-meta {
  font-size: 0.8em; }

.single-vacancy #section-main .cta-main, .single-vacancy #section-main body .search-overlay form button[type='submit'], body .search-overlay form .single-vacancy #section-main button[type='submit'],
.single-vacancy #section-main body .search-overlay form #submit, body .search-overlay form .single-vacancy #section-main #submit,
.single-vacancy #section-main body .search-overlay form .gform_button, body .search-overlay form .single-vacancy #section-main .gform_button,
.single-vacancy #section-main body .gform_wrapper button[type='submit'], body .gform_wrapper .single-vacancy #section-main button[type='submit'],
.single-vacancy #section-main body .gform_wrapper #submit, body .gform_wrapper .single-vacancy #section-main #submit,
.single-vacancy #section-main body .gform_wrapper .gform_button, body .gform_wrapper .single-vacancy #section-main .gform_button,
.single-vacancy #section-main body .comment-form button[type='submit'], body .comment-form .single-vacancy #section-main button[type='submit'],
.single-vacancy #section-main body .comment-form #submit, body .comment-form .single-vacancy #section-main #submit,
.single-vacancy #section-main body .comment-form .gform_button, body .comment-form .single-vacancy #section-main .gform_button {
  background: #0f4390;
  color: #fff;
  margin-left: calc(-60px - 10px);
  padding: 0.5em 2.5em !important;
  position: relative; }
  .single-vacancy #section-main .cta-main:before, .single-vacancy #section-main body .search-overlay form button[type='submit']:before, body .search-overlay form .single-vacancy #section-main button[type='submit']:before,
  .single-vacancy #section-main body .search-overlay form #submit:before, body .search-overlay form .single-vacancy #section-main #submit:before,
  .single-vacancy #section-main body .search-overlay form .gform_button:before, body .search-overlay form .single-vacancy #section-main .gform_button:before,
  .single-vacancy #section-main body .gform_wrapper button[type='submit']:before, body .gform_wrapper .single-vacancy #section-main button[type='submit']:before,
  .single-vacancy #section-main body .gform_wrapper #submit:before, body .gform_wrapper .single-vacancy #section-main #submit:before,
  .single-vacancy #section-main body .gform_wrapper .gform_button:before, body .gform_wrapper .single-vacancy #section-main .gform_button:before,
  .single-vacancy #section-main body .comment-form button[type='submit']:before, body .comment-form .single-vacancy #section-main button[type='submit']:before,
  .single-vacancy #section-main body .comment-form #submit:before, body .comment-form .single-vacancy #section-main #submit:before,
  .single-vacancy #section-main body .comment-form .gform_button:before, body .comment-form .single-vacancy #section-main .gform_button:before {
    border-left: 10px solid transparent;
    border-top: 10px solid #83007d;
    bottom: -10px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 0; }
  .single-vacancy #section-main .cta-main:hover, .single-vacancy #section-main body .search-overlay form button:hover[type='submit'], body .search-overlay form .single-vacancy #section-main button:hover[type='submit'],
  .single-vacancy #section-main body .search-overlay form #submit:hover, body .search-overlay form .single-vacancy #section-main #submit:hover,
  .single-vacancy #section-main body .search-overlay form .gform_button:hover, body .search-overlay form .single-vacancy #section-main .gform_button:hover,
  .single-vacancy #section-main body .gform_wrapper button:hover[type='submit'], body .gform_wrapper .single-vacancy #section-main button:hover[type='submit'],
  .single-vacancy #section-main body .gform_wrapper #submit:hover, body .gform_wrapper .single-vacancy #section-main #submit:hover,
  .single-vacancy #section-main body .gform_wrapper .gform_button:hover, body .gform_wrapper .single-vacancy #section-main .gform_button:hover,
  .single-vacancy #section-main body .comment-form button:hover[type='submit'], body .comment-form .single-vacancy #section-main button:hover[type='submit'],
  .single-vacancy #section-main body .comment-form #submit:hover, body .comment-form .single-vacancy #section-main #submit:hover,
  .single-vacancy #section-main body .comment-form .gform_button:hover, body .comment-form .single-vacancy #section-main .gform_button:hover {
    background: #e9167d; }
    .single-vacancy #section-main .cta-main:hover:after, .single-vacancy #section-main body .search-overlay form button[type='submit']:hover:after, body .search-overlay form .single-vacancy #section-main button[type='submit']:hover:after,
    .single-vacancy #section-main body .search-overlay form #submit:hover:after, body .search-overlay form .single-vacancy #section-main #submit:hover:after,
    .single-vacancy #section-main body .search-overlay form .gform_button:hover:after, body .search-overlay form .single-vacancy #section-main .gform_button:hover:after,
    .single-vacancy #section-main body .gform_wrapper button[type='submit']:hover:after, body .gform_wrapper .single-vacancy #section-main button[type='submit']:hover:after,
    .single-vacancy #section-main body .gform_wrapper #submit:hover:after, body .gform_wrapper .single-vacancy #section-main #submit:hover:after,
    .single-vacancy #section-main body .gform_wrapper .gform_button:hover:after, body .gform_wrapper .single-vacancy #section-main .gform_button:hover:after,
    .single-vacancy #section-main body .comment-form button[type='submit']:hover:after, body .comment-form .single-vacancy #section-main button[type='submit']:hover:after,
    .single-vacancy #section-main body .comment-form #submit:hover:after, body .comment-form .single-vacancy #section-main #submit:hover:after,
    .single-vacancy #section-main body .comment-form .gform_button:hover:after, body .comment-form .single-vacancy #section-main .gform_button:hover:after {
      background: linear-gradient(to right, #e9167d 0%, rgba(15, 67, 144, 0) 100%); }

@media all and (max-width: 980px) {
  .single-vacancy a.desktop-only {
    display: none; } }

@media all and (min-width: 981px) {
  .single-vacancy a.mobile-only {
    display: none; } }

.widget-photogal {
  margin-bottom: 1.7em; }
  .widget-photogal .tile-photogal:nth-child(2) {
    display: none; }

.page-template-template-vacancies #section-intro {
  padding-top: 6em !important; }
  .page-template-template-vacancies #section-intro h1 {
    font-size: 38px;
    text-transform: uppercase; }
    @media all and (min-width: 981px) {
      .page-template-template-vacancies #section-intro h1 {
        font-size: 3.05176em; } }

#vacancy-list {
  width: 100%; }
  @media all and (min-width: 981px) {
    #vacancy-list {
      width: calc(100% + 2em);
      display: flex;
      flex-wrap: wrap;
      margin-left: -2em; } }

div.vacancy-item {
  background-color: #fff;
  color: #11448d;
  position: relative;
  display: flex;
  margin-top: 2em; }
  @media all and (max-width: 767px) {
    div.vacancy-item {
      flex-direction: column; }
      div.vacancy-item .thumb {
        max-height: 150px; } }
  @media all and (min-width: 981px) and (max-width: 1300px) {
    div.vacancy-item {
      flex-direction: column; }
      div.vacancy-item .thumb {
        max-height: 150px; } }
  @media all and (min-width: 981px) {
    div.vacancy-item {
      margin-left: 2em;
      flex-basis: calc(50% - 2em); } }
  div.vacancy-item:last-child {
    margin-bottom: 0 !important; }
  div.vacancy-item .thumb {
    flex-basis: 200px;
    position: relative;
    overflow: hidden; }
    div.vacancy-item .thumb .image-label {
      position: absolute;
      padding: 9em 4em 0.5em;
      background-color: #c61e80;
      transform: rotate(-45deg);
      left: -7em;
      top: -6.5em; }
      div.vacancy-item .thumb .image-label .label-text {
        max-width: 90px;
        text-align: center;
        display: block;
        color: #fff;
        line-height: 1.2;
        font-size: 14px; }
    div.vacancy-item .thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  div.vacancy-item .vacancy-wrapper {
    padding: .5em;
    flex: 1;
    display: flex;
    flex-wrap: wrap; }
    div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper #section-blog h2 a, #section-blog h2 div.vacancy-item .vacancy-wrapper a {
      flex-basis: 100%;
      padding-bottom: 0 !important; }
    div.vacancy-item .vacancy-wrapper .vacancy-meta {
      font-size: 0.8em;
      margin-bottom: .5em;
      display: block;
      width: 100%;
      flex-basis: 100%; }
    div.vacancy-item .vacancy-wrapper p {
      flex: 1;
      margin: 0; }
    div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper #section-blog h2 a, #section-blog h2 div.vacancy-item .vacancy-wrapper a {
      font-family: "KievitOT", sans-serif !important;
      text-transform: none; }
      @media all and (min-width: 981px) and (max-width: 1400px) {
        div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper #section-blog h2 a, #section-blog h2 div.vacancy-item .vacancy-wrapper a {
          font-size: 26px; } }
      div.vacancy-item .vacancy-wrapper h3 a, div.vacancy-item .vacancy-wrapper #section-blog h2 a a, #section-blog h2 div.vacancy-item .vacancy-wrapper a a {
        color: #c61e80 !important; }
        div.vacancy-item .vacancy-wrapper h3 a:after, div.vacancy-item .vacancy-wrapper #section-blog h2 a a:after, #section-blog h2 div.vacancy-item .vacancy-wrapper a a:after {
          content: '';
          position: absolute;
          inset: 0; }
    div.vacancy-item .vacancy-wrapper .a.cta-corner-right, div.vacancy-item .vacancy-wrapper .cta-corner-right {
      margin: auto calc(-15px - 5px) 0.5em auto;
      padding: 12px;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
  div.vacancy-item a[class*="cta"] {
    position: relative;
    background: #11448d;
    border-color: #11448d; }
    div.vacancy-item a[class*="cta"]:hover {
      background: #c61e80;
      border-color: #c61e80; }
      div.vacancy-item a[class*="cta"]:hover:after {
        background: #83007d;
        background: linear-gradient(to right, #83007d 0%, rgba(131, 0, 125, 0) 100%); }

#section-navigation {
  background: #0f4390;
  display: none; }
  #section-navigation.stickybar {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; }
    @media all and (max-width: 980px) {
      #section-navigation.stickybar .l-col-3 {
        margin: 15px 0; } }
  #section-navigation .social-sharing {
    display: none; }
    @media all and (min-width: 981px) {
      #section-navigation .social-sharing {
        display: inline-block;
        margin-top: 7px;
        margin-bottom: 0;
        color: #fff; } }

#section-rolls {
  background-color: #0f4390;
  position: relative;
  padding: 2em 0 4em; }
  #section-rolls .cta-main, #section-rolls body .search-overlay form button[type='submit'], body .search-overlay form #section-rolls button[type='submit'],
  #section-rolls body .search-overlay form #submit, body .search-overlay form #section-rolls #submit,
  #section-rolls body .search-overlay form .gform_button, body .search-overlay form #section-rolls .gform_button,
  #section-rolls body .gform_wrapper button[type='submit'], body .gform_wrapper #section-rolls button[type='submit'],
  #section-rolls body .gform_wrapper #submit, body .gform_wrapper #section-rolls #submit,
  #section-rolls body .gform_wrapper .gform_button, body .gform_wrapper #section-rolls .gform_button,
  #section-rolls body .comment-form button[type='submit'], body .comment-form #section-rolls button[type='submit'],
  #section-rolls body .comment-form #submit, body .comment-form #section-rolls #submit,
  #section-rolls body .comment-form .gform_button, body .comment-form #section-rolls .gform_button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative; }
  #section-rolls .button {
    flex-basis: 100%; }
  #section-rolls .block {
    margin-bottom: 2em; }
    #section-rolls .block:nth-child(5) {
      margin-right: 0; }
    @media (max-width: 461px) {
      #section-rolls .block {
        width: 100%; } }
  #section-rolls .triangle {
    position: absolute;
    bottom: -5em;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 5em;
    overflow: hidden; }
    @media (max-width: 461px) {
      #section-rolls .triangle {
        bottom: -2em;
        height: 3em; } }
    #section-rolls .triangle:after {
      content: '';
      display: block;
      background-color: #0f4390;
      width: 120%;
      height: 4em;
      position: absolute;
      top: -1.5em;
      left: 0;
      transform: rotate(2deg); }
  #section-rolls .l-container.cases-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    #section-rolls .l-container.cases-overview .content {
      margin-bottom: .5em; }
      #section-rolls .l-container.cases-overview .content p {
        color: #fff; }
    #section-rolls .l-container.cases-overview .block {
      background-color: #fff;
      padding: 1em; }
    #section-rolls .l-container.cases-overview .section-title {
      display: block;
      color: #fff;
      width: 100%;
      margin-bottom: 0; }
    #section-rolls .l-container.cases-overview .rolls .roll {
      margin-bottom: .5em;
      position: relative;
      padding-left: 1.25em; }
      #section-rolls .l-container.cases-overview .rolls .roll:before {
        content: '> ';
        position: absolute;
        left: 0;
        top: -2px;
        color: #0f4390;
        font-weight: 700; }
      #section-rolls .l-container.cases-overview .rolls .roll ul {
        padding-left: 1em; }
    #section-rolls .l-container.cases-overview .roll > span {
      display: none; }
    #section-rolls .l-container.cases-overview .roll > a {
      display: block; }

.page-template-template-interim .page-intro-img.page-intro-img-small {
  padding: 250px 0 50px; }

.page-template-template-interim #section-client {
  background: #fff; }
  .page-template-template-interim #section-client .section-title {
    display: block;
    margin-top: 50px; }

.page-template-template-interim #section-content {
  padding-top: 0; }
  .page-template-template-interim #section-content .bx-wrapper {
    max-width: none !important; }
  .page-template-template-interim #section-content .icon-plus {
    color: #e9167d;
    margin-top: 5px;
    margin-right: 10px; }
  .page-template-template-interim #section-content .benefits {
    margin-bottom: 2em;
    padding: 30px;
    background: rgba(255, 255, 255, 0.5); }
    .page-template-template-interim #section-content .benefits .benefit {
      margin-bottom: .5em;
      position: relative;
      display: flex; }
      .page-template-template-interim #section-content .benefits .benefit i {
        position: absolute;
        left: -1.5em;
        top: 50%;
        transform: translateY(-50%); }
  .page-template-template-interim #section-content main {
    background: #fff;
    padding: 2em;
    margin-top: 80px; }
  .page-template-template-interim #section-content aside {
    margin-top: 80px; }
    .page-template-template-interim #section-content aside .box-sidebar-newsletter {
      margin-bottom: 0 !important;
      background: #fff; }

.page-template-template-interim #section-roll {
  padding-bottom: 20px;
  padding-top: 40px; }
  .page-template-template-interim #section-roll .section-title {
    margin-bottom: 1em; }
  .page-template-template-interim #section-roll .block {
    background: #e7ecf4;
    padding: 30px; }
  .page-template-template-interim #section-roll .rolls .roll {
    margin-bottom: .5em; }
    .page-template-template-interim #section-roll .rolls .roll:before {
      content: '> ';
      color: #0f4390;
      font-weight: 700; }
  .page-template-template-interim #section-roll .box-sidebar-newsletter a {
    font-weight: 500;
    text-decoration: underline; }

.page-template-template-interim #section-form .form {
  padding: 2em;
  background: #fff; }

.page-template-template-interim #section-form form input {
  border: 1px solid #e7ecf4; }

.page-template-template-interim #section-contact, .page-template-template-work-at #section-contact {
  background: #fff; }
  .page-template-template-interim #section-contact input[type="file"], .page-template-template-work-at #section-contact input[type="file"] {
    padding-left: 0 !important;
    margin-top: 0 !important; }
  .page-template-template-interim #section-contact .box-kennismaken, .page-template-template-work-at #section-contact .box-kennismaken {
    padding: 0 0 60px 0 !important; }
    @media all and (min-width: 615px) {
      .page-template-template-interim #section-contact .box-kennismaken, .page-template-template-work-at #section-contact .box-kennismaken {
        display: flex !important; } }
    .page-template-template-interim #section-contact .box-kennismaken div, .page-template-template-work-at #section-contact .box-kennismaken div {
      margin-right: 0 !important;
      overflow: hidden; }
      .page-template-template-interim #section-contact .box-kennismaken div.colleague-meta, .page-template-template-work-at #section-contact .box-kennismaken div.colleague-meta {
        background: #131f2d; }
        @media all and (min-width: 615px) {
          .page-template-template-interim #section-contact .box-kennismaken div.colleague-meta, .page-template-template-work-at #section-contact .box-kennismaken div.colleague-meta {
            width: 50% !important; } }
        @media all and (min-width: 768px) {
          .page-template-template-interim #section-contact .box-kennismaken div.colleague-meta, .page-template-template-work-at #section-contact .box-kennismaken div.colleague-meta {
            width: 32% !important; } }
        .page-template-template-interim #section-contact .box-kennismaken div.colleague-meta img, .page-template-template-work-at #section-contact .box-kennismaken div.colleague-meta img {
          width: 100%; }
        .page-template-template-interim #section-contact .box-kennismaken div.colleague-meta img[src=""] + p, .page-template-template-work-at #section-contact .box-kennismaken div.colleague-meta img[src=""] + p {
          margin-top: 3em; }
        .page-template-template-interim #section-contact .box-kennismaken div.colleague-meta p, .page-template-template-work-at #section-contact .box-kennismaken div.colleague-meta p {
          background: #131f2d;
          margin: -3em 0 0;
          padding: 1.5em 1.5em 1.5em !important;
          position: relative;
          z-index: 2; }
        .page-template-template-interim #section-contact .box-kennismaken div.colleague-meta .recruiter-name, .page-template-template-work-at #section-contact .box-kennismaken div.colleague-meta .recruiter-name {
          font-weight: 500; }
        .page-template-template-interim #section-contact .box-kennismaken div.colleague-meta .recruiter-function, .page-template-template-work-at #section-contact .box-kennismaken div.colleague-meta .recruiter-function {
          display: block; }
        .page-template-template-interim #section-contact .box-kennismaken div.colleague-meta span, .page-template-template-work-at #section-contact .box-kennismaken div.colleague-meta span {
          color: #fff;
          display: inline-block;
          margin-right: 1em; }
          .page-template-template-interim #section-contact .box-kennismaken div.colleague-meta span:after, .page-template-template-work-at #section-contact .box-kennismaken div.colleague-meta span:after {
            margin-bottom: 0;
            z-index: 1; }
          .page-template-template-interim #section-contact .box-kennismaken div.colleague-meta span.social-media, .page-template-template-work-at #section-contact .box-kennismaken div.colleague-meta span.social-media {
            padding-top: 1em; }
      .page-template-template-interim #section-contact .box-kennismaken div:last-child.colleague-cta, .page-template-template-work-at #section-contact .box-kennismaken div:last-child.colleague-cta {
        background: #0f4390;
        padding: 1em; }
        @media all and (min-width: 615px) {
          .page-template-template-interim #section-contact .box-kennismaken div:last-child.colleague-cta, .page-template-template-work-at #section-contact .box-kennismaken div:last-child.colleague-cta {
            width: 50% !important; } }
        @media all and (min-width: 768px) {
          .page-template-template-interim #section-contact .box-kennismaken div:last-child.colleague-cta, .page-template-template-work-at #section-contact .box-kennismaken div:last-child.colleague-cta {
            width: 68% !important;
            padding: 2em; } }
      .page-template-template-interim #section-contact .box-kennismaken div:last-child h2, .page-template-template-work-at #section-contact .box-kennismaken div:last-child h2 {
        margin-top: 0; }
      .page-template-template-interim #section-contact .box-kennismaken div:last-child a, .page-template-template-work-at #section-contact .box-kennismaken div:last-child a {
        color: #fff;
        text-decoration: underline; }
        .page-template-template-interim #section-contact .box-kennismaken div:last-child a[class*="cta"], .page-template-template-work-at #section-contact .box-kennismaken div:last-child a[class*="cta"] {
          text-decoration: none; }
        .page-template-template-interim #section-contact .box-kennismaken div:last-child a:hover, .page-template-template-work-at #section-contact .box-kennismaken div:last-child a:hover {
          text-decoration: none; }

/*/-----------------------
// BLOG
//-----------------------*/
/* Blog filters */
.blog-filters {
  background: #fff;
  border-radius: 2px;
  list-style: none;
  margin-bottom: 1em !important;
  overflow: hidden;
  padding-bottom: 0; }
  .blog-filters li {
    display: inline-block;
    float: left; }
    .blog-filters li a {
      border-right: 1px solid #e7ecf4;
      color: #192738;
      cursor: pointer;
      display: inline-block;
      font-size: 1.8rem;
      margin: 0;
      padding: .5em 1.25em;
      position: relative; }
    .blog-filters li.active a, .blog-filters li:hover a {
      background: #e7ecf4;
      color: #e9167d; }

#section-blog {
  padding-bottom: 120px !important; }
  #section-blog .l-container .row {
    display: flex; }
    @media all and (max-width: 981px) {
      #section-blog .l-container .row {
        display: flex;
        flex-wrap: wrap; } }
  #section-blog .blog-post {
    position: relative;
    margin-bottom: 30px;
    padding: 1em;
    transition-duration: .2s;
    transition-property: transform, box-shadow; }
    @media all and (min-width: 615px) and (max-width: 981px) {
      #section-blog .blog-post {
        width: 45%;
        margin-right: 5%; }
        #section-blog .blog-post:nth-child(2n) {
          margin-right: 0; } }
    @media all and (min-width: 415px) {
      #section-blog .blog-post {
        padding: 1.75em; } }
    #section-blog .blog-post:hover {
      transform: scale(1.1);
      box-shadow: 0 5px 50px rgba(0, 0, 0, 0.25); }
    #section-blog .blog-post header {
      position: relative;
      z-index: 1; }
  #section-blog .entry-featured-image-url {
    display: block;
    margin: -1em;
    margin-bottom: -9px;
    padding-top: 69.5%;
    overflow: hidden;
    position: relative; }
    @media all and (min-width: 415px) {
      #section-blog .entry-featured-image-url {
        margin: -1.75em;
        margin-bottom: -1vw; } }
    #section-blog .entry-featured-image-url:after {
      background: #fff;
      bottom: 0;
      height: 50px;
      width: 101%;
      z-index: 1; }
    #section-blog .entry-featured-image-url img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  #section-blog h2 {
    margin-top: .5em;
    padding-bottom: 5px; }
    #section-blog h2 a {
      z-index: 2; }
      #section-blog h2 a:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }

.post-meta {
  color: #83007d !important;
  font-size: 60%;
  margin-bottom: 1em;
  text-transform: uppercase; }
  .post-meta a {
    color: #e9167d !important; }

.more-link {
  margin: 0 0 .5em; }

/*/-----------------------
// FAQ
//-----------------------*/
#section-faq {
  padding-bottom: 60px !important; }
  @media all and (min-width: 768px) {
    #section-faq {
      padding-bottom: 120px !important; } }

.faq {
  border-radius: 2px;
  margin: 0 0 1em 0;
  padding: 1em; }

.question {
  cursor: pointer;
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  padding: 0 1.5em 0 0 !important;
  position: relative; }
  @media all and (min-width: 768px) {
    .question {
      font-size: 2rem !important; } }
  .question:before {
    color: #e9167d;
    content: '\e913';
    font-family: icomoon;
    position: absolute;
    right: 0;
    top: 0; }
  .open .question:before {
    content: '\e915'; }

.answer {
  color: #0f4390;
  display: none;
  margin-bottom: 0;
  padding-top: 10px; }

.page-template-template-work-at:not(#tinymce) #section-intro a.cta {
  margin-top: 0; }

@media all and (min-width: 981px) {
  .page-template-template-work-at:not(#tinymce) #section-header .bold-title, .page-template-template-work-at:not(#tinymce) #section-header div.box-sidebar-video h3, div.box-sidebar-video .page-template-template-work-at:not(#tinymce) #section-header h3, .page-template-template-work-at:not(#tinymce) #section-header div.box-sidebar-video #section-blog h2 a, div.box-sidebar-video #section-blog h2 .page-template-template-work-at:not(#tinymce) #section-header a, .page-template-template-work-at:not(#tinymce) #section-header #section-blog h2 div.box-sidebar-video a, #section-blog h2 div.box-sidebar-video .page-template-template-work-at:not(#tinymce) #section-header a {
    font-size: calc(8rem + 8px); } }

.page-template-template-work-at:not(#tinymce) #section-header .cta-main, .page-template-template-work-at:not(#tinymce) #section-header body .search-overlay form button[type='submit'], body .search-overlay form .page-template-template-work-at:not(#tinymce) #section-header button[type='submit'],
.page-template-template-work-at:not(#tinymce) #section-header body .search-overlay form #submit, body .search-overlay form .page-template-template-work-at:not(#tinymce) #section-header #submit,
.page-template-template-work-at:not(#tinymce) #section-header body .search-overlay form .gform_button, body .search-overlay form .page-template-template-work-at:not(#tinymce) #section-header .gform_button,
.page-template-template-work-at:not(#tinymce) #section-header body .gform_wrapper button[type='submit'], body .gform_wrapper .page-template-template-work-at:not(#tinymce) #section-header button[type='submit'],
.page-template-template-work-at:not(#tinymce) #section-header body .gform_wrapper #submit, body .gform_wrapper .page-template-template-work-at:not(#tinymce) #section-header #submit,
.page-template-template-work-at:not(#tinymce) #section-header body .gform_wrapper .gform_button, body .gform_wrapper .page-template-template-work-at:not(#tinymce) #section-header .gform_button,
.page-template-template-work-at:not(#tinymce) #section-header body .comment-form button[type='submit'], body .comment-form .page-template-template-work-at:not(#tinymce) #section-header button[type='submit'],
.page-template-template-work-at:not(#tinymce) #section-header body .comment-form #submit, body .comment-form .page-template-template-work-at:not(#tinymce) #section-header #submit,
.page-template-template-work-at:not(#tinymce) #section-header body .comment-form .gform_button, body .comment-form .page-template-template-work-at:not(#tinymce) #section-header .gform_button {
  margin-top: 0; }

.page-template-template-work-at:not(#tinymce) #section-videos .l-container {
  padding-top: 2em;
  max-width: 750px; }

.page-template-template-work-at:not(#tinymce) #section-videos .video-carousel {
  margin-top: 1em; }
  .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-video-tn {
    background-size: cover; }
  .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-dots {
    margin-top: 1em; }
  .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-nav {
    display: none; }
    @media all and (min-width: 981px) {
      .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        transform: translateY(calc(-50% - 2em));
        width: 100%;
        pointer-events: none; }
        .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-nav.disabled {
          display: none; }
        .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-nav .owl-next, .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-nav .owl-prev {
          position: relative;
          font-size: 3.05176em !important;
          color: #131f2d;
          pointer-events: auto;
          transition: all .3s ease-in-out; }
          .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-nav .owl-next:hover, .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-nav .owl-prev:hover {
            background: none; }
          .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-nav .owl-next:focus, .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-nav .owl-prev:focus {
            outline: 0; }
          .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-nav .owl-next.disabled, .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-nav .owl-prev.disabled {
            color: #e7ecf4 !important; }
        .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-nav .owl-next {
          right: -.5em; }
        .page-template-template-work-at:not(#tinymce) #section-videos .video-carousel .owl-nav .owl-prev {
          left: -.5em; } }

.page-template-template-work-at:not(#tinymce) #section-conditions {
  color: #fff; }
  .page-template-template-work-at:not(#tinymce) #section-conditions h2 {
    margin-bottom: 1em; }
  .page-template-template-work-at:not(#tinymce) #section-conditions .l-container {
    max-width: 750px; }
  .page-template-template-work-at:not(#tinymce) #section-conditions .extra-spacing {
    margin: 1em 0; }
  .page-template-template-work-at:not(#tinymce) #section-conditions .text-item strong {
    cursor: pointer;
    position: relative;
    transition: color .3s ease-in-out; }
    .page-template-template-work-at:not(#tinymce) #section-conditions .text-item strong:hover {
      color: #e9167d; }
      .page-template-template-work-at:not(#tinymce) #section-conditions .text-item strong:hover:hover {
        color: #e9167d; }
    .page-template-template-work-at:not(#tinymce) #section-conditions .text-item strong:before {
      position: absolute;
      content: '+';
      left: -1em; }
  .page-template-template-work-at:not(#tinymce) #section-conditions .text-item p.item-long {
    display: none; }
  .page-template-template-work-at:not(#tinymce) #section-conditions .text-item.open strong:before {
    position: absolute;
    content: '-';
    left: -1em; }
  .page-template-template-work-at:not(#tinymce) #section-conditions .text-item.open > .item-long {
    display: block; }
  .page-template-template-work-at:not(#tinymce) #section-conditions .text-item .item-long {
    display: none;
    margin-bottom: 1em !important; }

.page-template-template-work-at:not(#tinymce) #section-client {
  padding-top: 65px !important;
  padding-bottom: 150px; }
  .page-template-template-work-at:not(#tinymce) #section-client .smaller {
    max-width: 750px;
    margin-bottom: 2em; }

.page-template-template-work-at:not(#tinymce) #section-highlight-vacancies .l-container {
  max-width: 750px; }

@media all and (min-width: 768px) {
  .page-template-template-work-at:not(#tinymce) #section-highlight-vacancies .vacancies {
    margin-left: -1em;
    align-items: stretch; } }

.page-template-template-work-at:not(#tinymce) #section-highlight-vacancies .vacancies a {
  background-color: #e9167d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1em .5em;
  width: 100%;
  font-weight: 700;
  flex-basis: 100%;
  margin-top: 1em; }
  @media all and (min-width: 768px) {
    .page-template-template-work-at:not(#tinymce) #section-highlight-vacancies .vacancies a {
      margin-left: 1em;
      flex-basis: calc(50% - 2em); } }
  .page-template-template-work-at:not(#tinymce) #section-highlight-vacancies .vacancies a:hover {
    background-color: #0f4390; }
  .page-template-template-work-at:not(#tinymce) #section-highlight-vacancies .vacancies a.blue-lines {
    background-color: #fff; }
    .page-template-template-work-at:not(#tinymce) #section-highlight-vacancies .vacancies a.blue-lines:hover {
      background-color: #0f4390; }

#section-privacy-content .items {
  position: relative; }
  @media all and (max-width: 981px) {
    #section-privacy-content .items .item {
      margin-bottom: .5em; } }
  #section-privacy-content .items .item ul {
    margin-top: -1em;
    padding-bottom: 0; }
  #section-privacy-content .items .item .privacy-title {
    cursor: pointer;
    position: relative;
    padding-left: 5rem;
    line-height: 1.2;
    color: #0f4390;
    font-weight: 700;
    margin: 1em 0 .25em;
    font-size: 1.25em; }
    @media all and (min-width: 768px) {
      #section-privacy-content .items .item .privacy-title {
        max-width: 95%; } }
    #section-privacy-content .items .item .privacy-title:after {
      content: "\e914";
      font-family: icomoon;
      color: #0f4390;
      left: 0;
      font-weight: 500;
      position: absolute;
      top: 2px;
      transform: rotate(0);
      transition: all .3s ease-in-out; }
    #section-privacy-content .items .item .privacy-title.open:after {
      transform: rotate(90deg); }
    #section-privacy-content .items .item .privacy-title a {
      color: #e7ecf4; }
      #section-privacy-content .items .item .privacy-title a:hover {
        text-decoration: none; }
  #section-privacy-content .items .item .answer {
    display: none;
    line-height: 1.4; }

.case-excerpt {
  overflow: hidden;
  margin-bottom: 1em; }

#search-results .result-block {
  display: none; }

.single-reference .name {
  font-weight: 700; }

.error404 .sub-page-intro-img a {
  color: #fff; }
  .error404 .sub-page-intro-img a:hover {
    text-decoration: underline; }

.page-template-template-cornerstone #section-cornerstones .l-container {
  width: 94%;
  position: relative; }
  .page-template-template-cornerstone #section-cornerstones .l-container ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 0; }
    .page-template-template-cornerstone #section-cornerstones .l-container ul li {
      margin-bottom: .2em;
      padding-left: 1.25em;
      position: relative; }
      .page-template-template-cornerstone #section-cornerstones .l-container ul li:before {
        content: '\e90b';
        display: block;
        font-family: icomoon;
        font-size: 90%;
        left: 0;
        color: #0f4390;
        position: absolute;
        top: .1em; }
      .page-template-template-cornerstone #section-cornerstones .l-container ul li a.item-link-active {
        color: #e9167d;
        font-weight: 700; }
  .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-sidebar {
    position: relative; }
    .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-sidebar .inner-sidebar {
      margin-top: 1em;
      background: rgba(255, 255, 255, 0.5);
      padding: 1em; }
    .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-sidebar .link {
      display: block; }
      .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-sidebar .link a {
        display: block;
        width: 100%;
        text-align: center; }
      .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-sidebar .link.last {
        margin-top: 1em; }
        .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-sidebar .link.last a {
          background: #0f4390; }
          .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-sidebar .link.last a:hover {
            background: #e9167d; }
            .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-sidebar .link.last a:hover:after {
              background: #e9167d;
              background: linear-gradient(to right, #e9167d 0%, rgba(233, 22, 125, 0) 100%); }
    @media all and (min-width: 981px) {
      .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-sidebar {
        width: 400px;
        float: left;
        left: auto !important;
        margin-right: 2em !important;
        height: 900px; } }
    .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-sidebar h3, .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-sidebar #section-blog h2 a, #section-blog h2 .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-sidebar a {
      margin: .5em 0; }
  .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-content {
    float: left;
    padding: 20px 20px 20px;
    background: #f5f8fb; }
    @media all and (min-width: 981px) {
      .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-content {
        width: calc(100% - 450px);
        padding: 20px 60px 60px; } }
    .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-content .intro-content {
      margin-top: 2em;
      font-weight: 700; }
    .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-content ul {
      margin-bottom: 1.5em; }
      .page-template-template-cornerstone #section-cornerstones .l-container #cornerstone-content ul li:before {
        color: #e9167d; }

.page-template-template-cornerstone .cornerstone {
  position: relative; }
  .page-template-template-cornerstone .cornerstone h2 {
    color: #192738;
    margin-top: 0; }
    @media all and (max-width: 980px) {
      .page-template-template-cornerstone .cornerstone h2 {
        font-weight: 700; } }
  .page-template-template-cornerstone .cornerstone:focus {
    outline: 0 !important; }

.page-template-template-campaign a.apply-pop-up {
  cursor: pointer; }

.page-template-template-campaign aside {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0; }

.page-template-template-campaign a.cta-main.apply-pop-up,
.page-template-template-campaign body .search-overlay form a.apply-pop-up#submit, body .search-overlay form .page-template-template-campaign a.apply-pop-up#submit,
.page-template-template-campaign body .search-overlay form a.apply-pop-up.gform_button, body .search-overlay form .page-template-template-campaign a.apply-pop-up.gform_button,
.page-template-template-campaign body .gform_wrapper a.apply-pop-up#submit, body .gform_wrapper .page-template-template-campaign a.apply-pop-up#submit,
.page-template-template-campaign body .gform_wrapper a.apply-pop-up.gform_button, body .gform_wrapper .page-template-template-campaign a.apply-pop-up.gform_button,
.page-template-template-campaign body .comment-form a.apply-pop-up#submit, body .comment-form .page-template-template-campaign a.apply-pop-up#submit,
.page-template-template-campaign body .comment-form a.apply-pop-up.gform_button, body .comment-form .page-template-template-campaign a.apply-pop-up.gform_button {
  width: 100%; }

.page-template-template-blocks main section ul {
  list-style: none !important;
  padding-left: 0 !important; }
  .page-template-template-blocks main section ul li {
    margin-bottom: .5em;
    padding-bottom: .5em;
    padding-left: 1.25em;
    position: relative;
    border-bottom: 1px solid #0f4390; }
    .page-template-template-blocks main section ul li:before {
      content: '\e90b';
      display: block;
      font-family: icomoon;
      font-size: 80%;
      left: 0;
      position: absolute;
      top: .4em;
      color: #c61e80; }

.page-template-template-blocks main section.bg-maincolor, .page-template-template-blocks main section.purple-gradient-l2r {
  color: #fff; }
  .page-template-template-blocks main section.bg-maincolor h1, .page-template-template-blocks main section.bg-maincolor h2, .page-template-template-blocks main section.bg-maincolor h3, .page-template-template-blocks main section.bg-maincolor #section-blog h2 a, #section-blog h2 .page-template-template-blocks main section.bg-maincolor a, .page-template-template-blocks main section.bg-maincolor h4, .page-template-template-blocks main section.bg-maincolor h5, .page-template-template-blocks main section.bg-maincolor h6, .page-template-template-blocks main section.bg-maincolor .h1, .page-template-template-blocks main section.bg-maincolor .h2, .page-template-template-blocks main section.bg-maincolor .h3, .page-template-template-blocks main section.bg-maincolor div.box-cta-diagonal-blue h3, div.box-cta-diagonal-blue .page-template-template-blocks main section.bg-maincolor h3, .page-template-template-blocks main section.bg-maincolor div.box-cta-diagonal-blue #section-blog h2 a, div.box-cta-diagonal-blue #section-blog h2 .page-template-template-blocks main section.bg-maincolor a, .page-template-template-blocks main section.bg-maincolor #section-blog h2 div.box-cta-diagonal-blue a, #section-blog h2 div.box-cta-diagonal-blue .page-template-template-blocks main section.bg-maincolor a, .page-template-template-blocks main section.bg-maincolor .box-solliciteer div:last-child h2, .box-solliciteer div:last-child .page-template-template-blocks main section.bg-maincolor h2, .page-template-template-blocks main section.bg-maincolor div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper .page-template-template-blocks main section.bg-maincolor h3, .page-template-template-blocks main section.bg-maincolor div.vacancy-item .vacancy-wrapper #section-blog h2 a, div.vacancy-item .vacancy-wrapper #section-blog h2 .page-template-template-blocks main section.bg-maincolor a, .page-template-template-blocks main section.bg-maincolor #section-blog h2 div.vacancy-item .vacancy-wrapper a, #section-blog h2 div.vacancy-item .vacancy-wrapper .page-template-template-blocks main section.bg-maincolor a, .page-template-template-blocks main section.bg-maincolor .page-template-template-interim #section-contact .box-kennismaken div:last-child h2, .page-template-template-interim #section-contact .box-kennismaken div:last-child .page-template-template-blocks main section.bg-maincolor h2, .page-template-template-blocks main section.bg-maincolor .page-template-template-work-at #section-contact .box-kennismaken div:last-child h2, .page-template-template-work-at #section-contact .box-kennismaken div:last-child .page-template-template-blocks main section.bg-maincolor h2, .page-template-template-blocks main section.bg-maincolor .question, .page-template-template-blocks main section.bg-maincolor .h4, .page-template-template-blocks main section.bg-maincolor .box-discover .l-col-4 h3, .box-discover .l-col-4 .page-template-template-blocks main section.bg-maincolor h3, .page-template-template-blocks main section.bg-maincolor .box-discover .l-col-4 #section-blog h2 a, .box-discover .l-col-4 #section-blog h2 .page-template-template-blocks main section.bg-maincolor a, .page-template-template-blocks main section.bg-maincolor #section-blog h2 .box-discover .l-col-4 a, #section-blog h2 .box-discover .l-col-4 .page-template-template-blocks main section.bg-maincolor a,
  .page-template-template-blocks main section.bg-maincolor .box-discover .l-col-3 h3, .box-discover .l-col-3 .page-template-template-blocks main section.bg-maincolor h3, .page-template-template-blocks main section.bg-maincolor .box-discover .l-col-3 #section-blog h2 a, .box-discover .l-col-3 #section-blog h2 .page-template-template-blocks main section.bg-maincolor a, .page-template-template-blocks main section.bg-maincolor #section-blog h2 .box-discover .l-col-3 a, #section-blog h2 .box-discover .l-col-3 .page-template-template-blocks main section.bg-maincolor a, .page-template-template-blocks main section.bg-maincolor .service-items .service-item h3, .service-items .service-item .page-template-template-blocks main section.bg-maincolor h3, .page-template-template-blocks main section.bg-maincolor .service-items .service-item #section-blog h2 a, .service-items .service-item #section-blog h2 .page-template-template-blocks main section.bg-maincolor a, .page-template-template-blocks main section.bg-maincolor #section-blog h2 .service-items .service-item a, #section-blog h2 .service-items .service-item .page-template-template-blocks main section.bg-maincolor a, .page-template-template-blocks main section.bg-maincolor .h5, .page-template-template-blocks main section.bg-maincolor .h6, .page-template-template-blocks main section.purple-gradient-l2r h1, .page-template-template-blocks main section.purple-gradient-l2r h2, .page-template-template-blocks main section.purple-gradient-l2r h3, .page-template-template-blocks main section.purple-gradient-l2r #section-blog h2 a, #section-blog h2 .page-template-template-blocks main section.purple-gradient-l2r a, .page-template-template-blocks main section.purple-gradient-l2r h4, .page-template-template-blocks main section.purple-gradient-l2r h5, .page-template-template-blocks main section.purple-gradient-l2r h6, .page-template-template-blocks main section.purple-gradient-l2r .h1, .page-template-template-blocks main section.purple-gradient-l2r .h2, .page-template-template-blocks main section.purple-gradient-l2r .h3, .page-template-template-blocks main section.purple-gradient-l2r div.box-cta-diagonal-blue h3, div.box-cta-diagonal-blue .page-template-template-blocks main section.purple-gradient-l2r h3, .page-template-template-blocks main section.purple-gradient-l2r div.box-cta-diagonal-blue #section-blog h2 a, div.box-cta-diagonal-blue #section-blog h2 .page-template-template-blocks main section.purple-gradient-l2r a, .page-template-template-blocks main section.purple-gradient-l2r #section-blog h2 div.box-cta-diagonal-blue a, #section-blog h2 div.box-cta-diagonal-blue .page-template-template-blocks main section.purple-gradient-l2r a, .page-template-template-blocks main section.purple-gradient-l2r .box-solliciteer div:last-child h2, .box-solliciteer div:last-child .page-template-template-blocks main section.purple-gradient-l2r h2, .page-template-template-blocks main section.purple-gradient-l2r div.vacancy-item .vacancy-wrapper h3, div.vacancy-item .vacancy-wrapper .page-template-template-blocks main section.purple-gradient-l2r h3, .page-template-template-blocks main section.purple-gradient-l2r div.vacancy-item .vacancy-wrapper #section-blog h2 a, div.vacancy-item .vacancy-wrapper #section-blog h2 .page-template-template-blocks main section.purple-gradient-l2r a, .page-template-template-blocks main section.purple-gradient-l2r #section-blog h2 div.vacancy-item .vacancy-wrapper a, #section-blog h2 div.vacancy-item .vacancy-wrapper .page-template-template-blocks main section.purple-gradient-l2r a, .page-template-template-blocks main section.purple-gradient-l2r .page-template-template-interim #section-contact .box-kennismaken div:last-child h2, .page-template-template-interim #section-contact .box-kennismaken div:last-child .page-template-template-blocks main section.purple-gradient-l2r h2, .page-template-template-blocks main section.purple-gradient-l2r .page-template-template-work-at #section-contact .box-kennismaken div:last-child h2, .page-template-template-work-at #section-contact .box-kennismaken div:last-child .page-template-template-blocks main section.purple-gradient-l2r h2, .page-template-template-blocks main section.purple-gradient-l2r .question, .page-template-template-blocks main section.purple-gradient-l2r .h4, .page-template-template-blocks main section.purple-gradient-l2r .box-discover .l-col-4 h3, .box-discover .l-col-4 .page-template-template-blocks main section.purple-gradient-l2r h3, .page-template-template-blocks main section.purple-gradient-l2r .box-discover .l-col-4 #section-blog h2 a, .box-discover .l-col-4 #section-blog h2 .page-template-template-blocks main section.purple-gradient-l2r a, .page-template-template-blocks main section.purple-gradient-l2r #section-blog h2 .box-discover .l-col-4 a, #section-blog h2 .box-discover .l-col-4 .page-template-template-blocks main section.purple-gradient-l2r a,
  .page-template-template-blocks main section.purple-gradient-l2r .box-discover .l-col-3 h3, .box-discover .l-col-3 .page-template-template-blocks main section.purple-gradient-l2r h3, .page-template-template-blocks main section.purple-gradient-l2r .box-discover .l-col-3 #section-blog h2 a, .box-discover .l-col-3 #section-blog h2 .page-template-template-blocks main section.purple-gradient-l2r a, .page-template-template-blocks main section.purple-gradient-l2r #section-blog h2 .box-discover .l-col-3 a, #section-blog h2 .box-discover .l-col-3 .page-template-template-blocks main section.purple-gradient-l2r a, .page-template-template-blocks main section.purple-gradient-l2r .service-items .service-item h3, .service-items .service-item .page-template-template-blocks main section.purple-gradient-l2r h3, .page-template-template-blocks main section.purple-gradient-l2r .service-items .service-item #section-blog h2 a, .service-items .service-item #section-blog h2 .page-template-template-blocks main section.purple-gradient-l2r a, .page-template-template-blocks main section.purple-gradient-l2r #section-blog h2 .service-items .service-item a, #section-blog h2 .service-items .service-item .page-template-template-blocks main section.purple-gradient-l2r a, .page-template-template-blocks main section.purple-gradient-l2r .h5, .page-template-template-blocks main section.purple-gradient-l2r .h6 {
    color: #fff; }
  .page-template-template-blocks main section.bg-maincolor ul li, .page-template-template-blocks main section.purple-gradient-l2r ul li {
    border-color: #fff; }

.page-template-template-blocks main #section-intro-vacancies .call-to-action.center-cta {
  display: block;
  text-align: center;
  margin-bottom: 40px; }

#page-blocks-popup {
  max-width: 950px; }

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