/* Smallegange Advocaten V1.0 | Last modified date: 28 Aug 2025 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}
/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
*, *:before, *:after { -webkit-box-sizing: border-box;	box-sizing: border-box; }
@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto-regular.ttf');
}
@font-face {
  font-family: Fontin Sans;
  src: url('../fonts/fontin-sans-bold.otf');
}
html {
  font: 400 14px 'Roboto', sans-serif;
  color: #25326b;
  line-height: 1.6;
  background: #25326b;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font: 700 100% 'Fontin Sans', sans-serif;
  color: #25326b;
  line-height: 1.4;
  text-transform: uppercase
}
h1.h-secondary, h2.h-secondary, h3.h-secondary, h4.h-secondary, h5.h-secondary, h6.h-secondary {
  color: #e66402;
}
h1 {
  font-size: 200%
}
h1::before {
  margin: 0 0 20px;
  width: 110px;
  height: 2px;
  background: #e76402;
  content: '';
  display: block;
}
h2 {
  font-size: 200%
}
h2.title-small {
  font-size: 120%;
}
h3,
h4 {
  margin: 0;
  font-size: 120%;
}
p {
  margin: 0 0 20px 0;
}
a {
  font-weight: 700;
  color: #e66402;
  text-decoration: none
}
a:hover {
  text-decoration: underline;
}
ol,
ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
table {
  margin: 0 0 20px;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
#section-header {
  color: #25326b;
  background: #fff;
}
.section-content {
  background: #fff;
}
#section-footer {
  color: #fff;
  background: #25326b url('../images/bg-footer.jpg');
  background-size: cover;
}
#section-footer h3 {
    color: #e66402;
  }
#section-footer a {
    color: #fff;
  }
.content-top-bar::before {
  margin: 0 0 20px;
  width: 110px;
  height: 2px;
  background: #e76402;
  content: '';
  display: block;
}
.content-top-bar.ta-c {
  text-align: center;
}
.content-top-bar.ta-c::before {
  margin: 0 auto 20px;
}
.content-top-bar.title-small::before {
  width: 55px;
}
.content-top-bar .category {
  font-size: 75%;
}
.entry-content>.panel-layout> .panel-grid {
  margin-bottom: 60px !important;
}
.siteorigin-panels-stretch {
  padding: 60px 0;
}
@media (max-width: 739px) {
      footer .content-top-bar::before {
    margin: 0 auto 20px;
  }
  
}

/* grid settings */

/* custom media */
#region-header,
#region-content,
.region-content,
.region-sidebar,
#region-footer,
.region-footer-column {
  padding: 30px 0;
}
#region-header:before,
#region-content:before,
.region-content:before,
.region-sidebar:before,
#region-footer:before,
.region-footer-column:before {
  content: '';
  display: table;
}
#region-header:after,
#region-content:after,
.region-content:after,
.region-sidebar:after,
#region-footer:after,
.region-footer-column:after {
  content: '';
  display: table;
  clear: both;
}
#region-header,
#region-footer,
.region-footer-column {
  text-align: center;
}
/* grid */
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.zone {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.zone:before {
  content: '';
  display: table;
}
.zone:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 739px) {

  #region-header {
    padding: 10px 0;
  }

  .logo {
    padding: 0 40px;
  }
    .logo img {
      max-height: 30px;
      vertical-align: middle;
    }
    #section-footer table {
      margin: 0 auto 20px;
      width: auto;
      text-align: left !important;
    }

}
@media (max-width: 499px) {

  /* grid classes */
    .col-1-2,
    .col-1-3,
    .col-2-3,
    .col-1-4,
    .col-2-4,
    .col-3-4,
    .col-1-5,
    .col-2-5,
    .col-3-5,
    .col-4-5,
    .col-1-6,
    .col-2-6,
    .col-3-6,
    .col-4-6,
    .col-5-6 { margin: 0 0 20px; }

}
@media (min-width: 500px) and (max-width: 739px) {

  /* grid */
  .with-sidebar #region-content {
    width: calc(99.9% * 2/3 - (30px - 30px * 2/3));
  }
  .with-sidebar #region-content:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .with-sidebar #region-content:last-child {
    margin-right: 0;
  }
  .with-sidebar #region-content:nth-child(0n) {
    float: right;
  }

  .with-sidebar .region-sidebar {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  }

  .with-sidebar .region-sidebar:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .with-sidebar .region-sidebar:last-child {
    margin-right: 0;
  }

  .with-sidebar .region-sidebar:nth-child(0n) {
    float: right;
  }

  /* grid classes */
    .col-1-2 { width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
    .col-1-2:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-2:last-child { margin-right: 0; }
    .col-1-2:nth-child(0n) { float: right; }
    .col-1-3 { width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }
    .col-1-3:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-3:last-child { margin-right: 0; }
    .col-1-3:nth-child(0n) { float: right; }
    .col-2-3 { width: calc(99.9% * 2/3 - (30px - 30px * 2/3)); }
    .col-2-3:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-2-3:last-child { margin-right: 0; }
    .col-2-3:nth-child(0n) { float: right; }
    .col-1-4 { width: calc(99.9% * 1/4 - (30px - 30px * 1/4)); }
    .col-1-4:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-4:last-child { margin-right: 0; }
    .col-1-4:nth-child(0n) { float: right; }
    .col-2-4 { width: calc(99.9% * 2/4 - (30px - 30px * 2/4)); }
    .col-2-4:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-2-4:last-child { margin-right: 0; }
    .col-2-4:nth-child(0n) { float: right; }
    .col-3-4 { width: calc(99.9% * 3/4 - (30px - 30px * 3/4)); }
    .col-3-4:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-3-4:last-child { margin-right: 0; }
    .col-3-4:nth-child(0n) { float: right; }
    .col-1-5,
    .col-2-5,
    .col-3-5,
    .col-4-5,
    .col-1-6,
    .col-2-6,
    .col-3-6,
    .col-4-6,
    .col-5-6 { margin: 0 0 20px; }

}
@media (min-width: 740px) {

  #region-header,
  #region-footer,
  .region-footer-column {
    text-align: left;
  }

  #section-footer {
    padding: 30px 0 0;
  }
    .content-2-1 {
      display: grid;
      grid-template-columns: 61.8% auto;
      gap: 30px;
    }

  /* grid */
  .zone {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zone:before {
    content: '';
    display: table;
  }
  .zone:after {
    content: '';
    display: table;
    clear: both;
  }

  #region-header {
    width: calc(99.9% * 1/5 - (30px - 30px * 1/5));
  }

  #region-header:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  #region-header:last-child {
    margin-right: 0;
  }

  #region-header:nth-child(0n) {
    float: right;
  }

  #region-navigation {
    width: calc(99.9% * 4/5 - (30px - 30px * 4/5));
  }

  #region-navigation:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  #region-navigation:last-child {
    margin-right: 0;
  }

  #region-navigation:nth-child(0n) {
    float: right;
  }

  .with-sidebar #region-content {
    width: calc(99.9% * 2/3 - (30px - 30px * 2/3));
  }

  .with-sidebar #region-content:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .with-sidebar #region-content:last-child {
    margin-right: 0;
  }

  .with-sidebar #region-content:nth-child(0n) {
    float: right;
  }

  .with-sidebar .region-sidebar {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  }

  .with-sidebar .region-sidebar:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .with-sidebar .region-sidebar:last-child {
    margin-right: 0;
  }

  .with-sidebar .region-sidebar:nth-child(0n) {
    float: right;
  }

  .with-2-sidebars #region-content {
    width: calc(99.9% * 2/4 - (30px - 30px * 2/4));
  }

  .with-2-sidebars #region-content:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .with-2-sidebars #region-content:last-child {
    margin-right: 0;
  }

  .with-2-sidebars #region-content:nth-child(0n) {
    float: right;
  }

  .with-2-sidebars .region-sidebar {
    width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  }

  .with-2-sidebars .region-sidebar:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .with-2-sidebars .region-sidebar:last-child {
    margin-right: 0;
  }

  .with-2-sidebars .region-sidebar:nth-child(0n) {
    float: right;
  }

  .region-footer-column {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  }

  .region-footer-column:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .region-footer-column:last-child {
    margin-right: 0;
  }

  .region-footer-column:nth-child(3n) {
    margin-right: 0;
    float: right;
  }

  .region-footer-column:nth-child(3n + 1) {
    clear: both;
  }

  /* grid classes */
    .col-1-2 { width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
    .col-1-2:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-2:last-child { margin-right: 0; }
    .col-1-2:nth-child(0n) { float: right; }
    .col-1-3 { width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }
    .col-1-3:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-3:last-child { margin-right: 0; }
    .col-1-3:nth-child(0n) { float: right; }
    .col-2-3 { width: calc(99.9% * 2/3 - (30px - 30px * 2/3)); }
    .col-2-3:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-2-3:last-child { margin-right: 0; }
    .col-2-3:nth-child(0n) { float: right; }
    .col-1-4 { width: calc(99.9% * 1/4 - (30px - 30px * 1/4)); }
    .col-1-4:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-4:last-child { margin-right: 0; }
    .col-1-4:nth-child(0n) { float: right; }
    .col-2-4 { width: calc(99.9% * 2/4 - (30px - 30px * 2/4)); }
    .col-2-4:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-2-4:last-child { margin-right: 0; }
    .col-2-4:nth-child(0n) { float: right; }
    .col-3-4 { width: calc(99.9% * 3/4 - (30px - 30px * 3/4)); }
    .col-3-4:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-3-4:last-child { margin-right: 0; }
    .col-3-4:nth-child(0n) { float: right; }
    .col-1-5 { width: calc(99.9% * 1/5 - (30px - 30px * 1/5)); }
    .col-1-5:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-5:last-child { margin-right: 0; }
    .col-1-5:nth-child(0n) { float: right; }
    .col-2-5 { width: calc(99.9% * 2/5 - (30px - 30px * 2/5)); }
    .col-2-5:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-2-5:last-child { margin-right: 0; }
    .col-2-5:nth-child(0n) { float: right; }
    .col-3-5 { width: calc(99.9% * 3/5 - (30px - 30px * 3/5)); }
    .col-3-5:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-3-5:last-child { margin-right: 0; }
    .col-3-5:nth-child(0n) { float: right; }
    .col-4-5 { width: calc(99.9% * 4/5 - (30px - 30px * 4/5)); }
    .col-4-5:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-4-5:last-child { margin-right: 0; }
    .col-4-5:nth-child(0n) { float: right; }
    .col-1-6 { width: calc(99.9% * 1/6 - (30px - 30px * 1/6)); }
    .col-1-6:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-1-6:last-child { margin-right: 0; }
    .col-1-6:nth-child(0n) { float: right; }
    .col-2-6 { width: calc(99.9% * 2/6 - (30px - 30px * 2/6)); }
    .col-2-6:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-2-6:last-child { margin-right: 0; }
    .col-2-6:nth-child(0n) { float: right; }
    .col-3-6 { width: calc(99.9% * 3/6 - (30px - 30px * 3/6)); }
    .col-3-6:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-3-6:last-child { margin-right: 0; }
    .col-3-6:nth-child(0n) { float: right; }
    .col-4-6 { width: calc(99.9% * 4/6 - (30px - 30px * 4/6)); }
    .col-4-6:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-4-6:last-child { margin-right: 0; }
    .col-4-6:nth-child(0n) { float: right; }
    .col-5-6 { width: calc(99.9% * 5/6 - (30px - 30px * 5/6)); }
    .col-5-6:nth-child(1n) { float: left; margin-right: 30px; clear: none; }
    .col-5-6:last-child { margin-right: 0; }
    .col-5-6:nth-child(0n) { float: right; }

}
@media (min-width: 740px) and (max-width: 979px) {

}
@media (min-width: 980px) {
    .footer-first {
      padding-right: 40px;
    }

  /* grid */
  .zone {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zone:before {
    content: '';
    display: table;
  }
  .zone:after {
    content: '';
    display: table;
    clear: both;
  }
  
  #region-header {
    width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
  }
  
  #region-header:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  
  #region-header:last-child {
    margin-right: 0;
  }
  
  #region-header:nth-child(0n) {
    float: right;
  }

  #region-navigation {
    width: calc(99.9% * 3/4 - (30px - 30px * 3/4));
  }

  #region-navigation:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  #region-navigation:last-child {
    margin-right: 0;
  }

  #region-navigation:nth-child(0n) {
    float: right;
  }

  .with-sidebar #region-content {
    width: calc(99.9% * 2/3 - (30px - 30px * 2/3));
  }

  .with-sidebar #region-content:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .with-sidebar #region-content:last-child {
    margin-right: 0;
  }

  .with-sidebar #region-content:nth-child(0n) {
    float: right;
  }
  
  .with-sidebar .region-sidebar {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  }
  
  .with-sidebar .region-sidebar:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  
  .with-sidebar .region-sidebar:last-child {
    margin-right: 0;
  }
  
  .with-sidebar .region-sidebar:nth-child(0n) {
    float: right;
  }
  
}
@media (min-width: 980px) and (max-width: 1219px) {

}
@media (min-width: 1220px) {
    .footer-first {
      padding-right: 80px;
    }

  /* grid */
  .zone {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zone:before {
    content: '';
    display: table;
  }
  .zone:after {
    content: '';
    display: table;
    clear: both;
  }
  
}

#main-navigation {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  list-style: none;
  text-transform: uppercase;
}

#main-navigation ul {
    margin: 0;
    padding: 0;
  }

#main-navigation li {
    position: relative;
  }

#main-navigation li a {
      padding: 10px;
      color: #25326b;
      display: block
    }

#main-navigation li a:hover {
  color: #e66402;
  text-decoration: none;
}

#main-navigation li > ul {
    padding: 0;
    background: rgba(37,50,107, 0.85);
    display: none;
  }

#main-navigation li > ul li {
      display: block;
    }

#main-navigation li > ul a {
      color: #fff;
      display: block;
    }

#main-navigation li > ul ul {
      background: #666;
    }

#main-navigation li > ul ul a {
        color: #fff;
      }

@media (max-width: 739px) {

  #main-navigation {
    display: none;
  }
    #main-navigation li {
      width: 100%;
      text-align: center;
      border-top: 1px solid #222;
      display: block
    }
    #main-navigation li.current-menu-parent > a, #main-navigation li.current_page_item a {
          color: #e66402;
  }

  .menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 1;
  }
    .menu-toggle .lines {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -2px;
      width: 100%;
      height: 4px;
      display: block;
      background: #25326b;
      font-size: 0px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s
    }
    .menu-toggle .lines:before,
      .menu-toggle .lines:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #25326b;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
    .menu-toggle .lines:before {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
    .menu-toggle .lines:after {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }

  .menu-toggle:hover {
    cursor: pointer;
  }

  .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px !important;
  }
    .sub-menu-toggle .close {
      display: none;
    }
      .sub-menu-toggle-active .open {
        display: none;
      }
      .sub-menu-toggle-active .close {
        display: block;
      }

  .sub-menu-toggle:hover {
    cursor: pointer;
  }
    .menu-toggle-active .lines {
      background-color: transparent
    }
    .menu-toggle-active .lines:before {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
    .menu-toggle-active .lines:after {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }

}

@media (min-width: 740px) {

  #main-navigation {
    display: table !important;
    float: right;
  }
    #main-navigation li {
      display: inline-block
    }
    #main-navigation li:hover > ul {
    display: block;
  }
    #main-navigation li a {
        padding: 16px 10px;
  }
    #main-navigation li.current-menu-parent > a::before, #main-navigation li.current_page_item > a::before {
    width: 100%;
    height: 2px;
    background: #e76402;
    content: '';
    display: block;
  }
    #main-navigation li > ul {
      position: absolute;
      top: 100%;
      left: -10px;
      width: 240px;
      z-index: 9;
    }
      #main-navigation li > ul ul {
        top: 0;
        left: 100%;
      }

  #main-navigation > li:nth-last-child(1) a {
        padding-right: 0;
  }

  #main-navigation .sub-menu {
      padding: 10px;
  }
      #main-navigation .sub-menu a {
        padding: 5px 10px;
      }
        #main-navigation .sub-menu .current_page_item a {
          color: #e66402
        }
        #main-navigation .sub-menu .current_page_item a::before {
    display: none;
  }

  .menu-toggle,
  .sub-menu-toggle  {
    display: none !important;
  }

}

@media (min-width: 740px) and (max-width: 979px) {

  #main-navigation {
    margin: 40px 0 0;
    font-size: 90%;
  }
      #main-navigation li a {
        padding: 10px 5px;
      }
  
}

@media (min-width: 980px) {

  #main-navigation {
    margin: 60px 0 0;
  }
  
}
.clear,
.entry-header,
.entry-content,
.entry-footer {
  clear: both;
}
.updated:not(.published),
.screen-reader-text {
  display: none;
}
.alignleft {
  margin-right: 20px;
  float: left;
  display: inline;
}
.alignright {
  margin-left: 20px;
  float: right;
  display: inline;
}
.aligncenter {
  margin: 0 auto;
  display: block;
  clear: both;
}
.nav-links {
  margin: 20px 0 0;
}
.nav-links:before {
  content: '';
  display: table;
}
.nav-links:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 739px) {
  .nav-links .nav-previous,
    .nav-links .nav-next {
      text-align: center;
  }
  .nav-links .nav-previous {
      margin: 0 0 20px;
  }
}
@media (min-width: 740px) {
  .nav-links .nav-previous {
      float: left;
  }
  .nav-links .nav-next {
      float: right;
  }
}
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    border: none;
  }
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    margin: 1.2% auto 0;
    max-width: 98%;
    display: block;
  }
.wp-caption-text {
    text-align: center;
  }
.site-main .gallery {
    margin-bottom: 20px;
  }
.site-main .gallery a img {
        max-width: 90%;
        height: auto;
        border: none;
      }
.site-main .gallery dd {
      margin: 0;
    }
.admin-bar .menu-toggle {
    top: 46px;
  }
.admin-bar .fixed-header .menu-toggle {
      top: 0;
    }
.wpcf7-submit,
.nav-links a,
.search-submit,
.button,
.submit {
  padding: 10px 30px !important;
  width: auto;
  color: #fff;
  font-family: 'Fontin Sans', sans-serif;
  font-weight: 400;
  display: inline-block;
  background: #25326b;
  border-left: 8px solid #e66402 !important;
  text-transform: uppercase
}
.wpcf7-submit:hover, .nav-links a:hover, .search-submit:hover, .button:hover, .submit:hover {
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  background: #1c2752;
  border-left: 8px solid #e66402 !important;
}
footer .button {
    color: #25326b !important;
    background: #fff;
  }
.widget {
  margin: 0 0 20px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li {
        padding: 6px 0;
        border-top: 1px solid #f2f2f2
      }
.widget.widget_recent_entries ul li:nth-child(1), .widget.widget_recent_comments ul li:nth-child(1) {
  border: none;
}
.entry-content ul {
    padding: 0 0 20px 20px;
    list-style-type: disc;
  }
.entry-content ul li::marker {
      color: #e66402;
    }
.page-content .widget, .region-sidebar .widget {
    margin: 0 0 20px;
    padding: 0;
  }
.search-form {
    margin: 0 0 20px;
  }
.search-form input {
      padding: 5px;
      border: 1px solid #ccc;
    }
.search-results article {
      margin: 40px 0 0;
      padding: 20px 0 0;
      border-top: 1px solid #ccc;
    }
.search .post .entry-title {
      margin: 0;
    }
.search .post .entry-meta {
      margin: 0 0 20px;
      font-size: 80%;
    }
.archive .post {
    margin: 0 0 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
  }
.archive .post .entry-title {
      margin: 0;
    }
.archive .post .entry-meta {
      margin: 0 0 20px;
      font-size: 80%;
    }
.single .post .entry-title {
      margin: 0;
    }
.single .post .entry-meta {
      margin: 0 0 20px;
      font-size: 80%;
    }
.single .post-navigation {
    margin: 40px 0 0;
    border-top: 1px solid #ccc;
  }
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
  }
.comments-area {
  margin: 40px 0 0;
}
.comment-list {
  padding: 0;
  list-style: none;
}
.comment-list article {
    padding: 40px 0;
    border-top: 1px solid #ccc;
  }
.comment-list .children {
    padding: 0;
    list-style: none
  }
.comment-list .children > li {
  padding: 0 0 0 20px;
}
.comment-author {
  line-height: 1.5;
}
.comment-author .avatar {
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
  }
.comment-author .says {
    display: none;
  }
.comment-reply-link {
  padding: 0 10px;
  display: inline-block;
  font-size: 80%;
  background: rgba(242,242,242, 1);
  border: 1px solid #ccc
}
.comment-reply-link:hover {
  background: rgba(242,242,242, 0.5);
  text-decoration: none;
}
.comment-metadata {
  font-size: 80%;
  line-height: 1;
}
.comment-content {
  margin: 20px 0 0;
}
.comment-content a {
    word-wrap: break-word;
  }
.comment-respond {
  padding: 20px 0;
  border-top: 4px solid #ccc;
}
.comment-respond label {
    font-weight: 700;
    display: block;
  }
.comment-respond textarea,
  .comment-respond input {
    padding: 5px;
    width: 100%;
    border: 1px solid #ccc
  }
.comment-respond textarea.submit, .comment-respond input.submit {
  width: auto;
}
.tags-links,
.comments-link {
  margin: 0 10px 0 0;
  padding: 0 10px;
  font-size: 80%;
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #ccc;
}

#zone-user {
  position: relative;
  z-index: 2;
}

.widget_icl_lang_sel_widget {
  position: absolute;
  top: 0;
  right: 0;
}

.widget_icl_lang_sel_widget a {
    color: #9299b5;
  }

.widget_icl_lang_sel_widget .wpml-ls-current-language a {
      color: #25326b;
    }
.nivoSlider {
  position: relative;
  z-index: 8;
}
.nivo-caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 !important;
  background: none !important;
}
.slider-title {
  margin: 20px 0 0;
  font: 700 120% 'Fontin Sans', sans-serif;
  color: #fff;
  max-width: 480px;
  line-height: 1.4;
  text-transform: uppercase;
}
.nivo-controlNav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.nivo-control {
  margin: 0 5px !important;
  width: 16px !important;
  height: 16px !important;
  background: #fff !important;
  border: 4px solid #fff !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #777 !important;
          box-shadow: 0 0 10px #777 !important
}
.nivo-control.active {
  background: #25326b !important;
}
@media (max-width: 499px) {

  .nivo-controlNav {
    position: relative;
    padding: 10px 0 0 !important;
  }
  
}
@media (min-width: 740px) {

  .slider-title {
    margin: 60px 0 0;
    font: 700 200% 'Fontin Sans', sans-serif;
  }

}
.wpcf7-form .row {
    margin: 0 0 10px;
  }
.wpcf7-form label {
    padding: 0 0 5px 10px;
    font-family: 'Fontin Sans', sans-serif;
    text-transform: uppercase;
    display: block;
  }
.wpcf7-form input,
  .wpcf7-form textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 20px #ccc;
            box-shadow: 0 0 20px #ccc;
  }
.wpcf7-form .wpcf7-submit {
    width: auto;
  }
.wpcf7-form .required {
    color: red;
  }
/* status messages */
.wpcf7-form .wpcf7-response-output {
    margin: 20px 0 10px !important;
    padding: 10px 20px !important;
  }
.wpcf7-form.sent .wpcf7-response-output {
      color: #4f8a10;
      background-color: #dff2bf;
      border: 1px solid #4f8a10;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7-form.spam .wpcf7-response-output {
      color: #9f6000;
      background-color: #feefb3;
      border: 1px solid #feefb3;
}
.wpcf7-form.failed .wpcf7-response-output, .wpcf7-form.aborted .wpcf7-response-output {
      color: #d8000c;
      background-color: #ffd2d2;
      border: 1px solid #d8000c;
}
.query-wrapper-content {
  margin: 0 0 60px;
}
.query-team .item, .query-team_nl .item, .query-vacancies .item, .query-vacancies_nl .item, .query-sectors .item, .query-sectors_nl .item {
    margin: 0 0 20px;
    -webkit-box-shadow: 0 0 20px #ccc;
            box-shadow: 0 0 20px #ccc;
  }
.query-team .team-image img, .query-team .teaser-image img, .query-team_nl .team-image img, .query-team_nl .teaser-image img, .query-vacancies .team-image img, .query-vacancies .teaser-image img, .query-vacancies_nl .team-image img, .query-vacancies_nl .teaser-image img, .query-sectors .team-image img, .query-sectors .teaser-image img, .query-sectors_nl .team-image img, .query-sectors_nl .teaser-image img {
      width: 100%;
    }
.query-team .content, .query-team_nl .content, .query-vacancies .content, .query-vacancies_nl .content, .query-sectors .content, .query-sectors_nl .content {
    padding: 30px;
  }
.query-team .title, .query-team_nl .title, .query-vacancies .title, .query-vacancies_nl .title, .query-sectors .title, .query-sectors_nl .title {
    margin: 0 0 30px;
    font: 700 120% 'Fontin Sans', sans-serif;
    color: #25326b;
    line-height: 1.4;
    text-transform: uppercase;
  }
.query-team-menu a, .query-team_nl-menu a, .query-vacancies-menu a, .query-vacancies_nl-menu a, .query-sectors-menu a, .query-sectors_nl-menu a {
      position: relative;
      padding: 10px 30px !important;
      width: 100%;
      font-family: 'Fontin Sans', sans-serif;
      font-weight: 400;
      display: inline-block;
      color: #a8a8a8;
      background: #fff;
      border-left: 8px solid #e8e9ee;
      text-transform: uppercase;
      text-align: center
    }
.query-team-menu a::after, .query-team_nl-menu a::after, .query-vacancies-menu a::after, .query-vacancies_nl-menu a::after, .query-sectors-menu a::after, .query-sectors_nl-menu a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e8e9ee;
  content: '';
}
.query-team-menu a:hover, .query-team_nl-menu a:hover, .query-vacancies-menu a:hover, .query-vacancies_nl-menu a:hover, .query-sectors-menu a:hover, .query-sectors_nl-menu a:hover {
  color: #25326b;
  border-left: 8px solid #e76402;
  text-decoration: none;
}
.query-team-menu .item, .query-team_nl-menu .item, .query-vacancies-menu .item, .query-vacancies_nl-menu .item, .query-sectors-menu .item, .query-sectors_nl-menu .item {
      -webkit-box-shadow: 0 0 20px #ccc;
              box-shadow: 0 0 20px #ccc;
    }
.query-team-menu .item a.active, .query-team_nl-menu .item a.active, .query-vacancies-menu .item a.active, .query-vacancies_nl-menu .item a.active, .query-sectors-menu .item a.active, .query-sectors_nl-menu .item a.active {
        color: #25326b;
        border-left: 8px solid #e66402 !important;
      }
.query-team,
.query-team_nl {
  text-align: center;
}
.query-team .content, .query-team_nl .content {
    padding: 10px 30px 15px;
  }
.query-team .title, .query-team_nl .title {
    margin: 0;
    font-size: 140%;
  }
.query-team .item, .query-team_nl .item {
    position: relative;
  }
.query-team .item .link, .query-team_nl .item .link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
.query-vacancies .title, .query-vacancies_nl .title {
    margin: 0 0 20px;
    font-size: 160%;
  }
.vacancies-blue .query-header {
    display: none;
  }
.vacancies-blue .item {
    margin: 0 0 10px;
    display: inline-block;
  }
.vacancies-blue a {
    width: auto;
    color: #fff !important;
    display: inline-block;
    background: #25326b;
    text-align: left
  }
.vacancies-blue a:hover {
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  background: #1c2752;
  border-left: 8px solid #e66402 !important;
}
.vacancies-blue a::after {
  height: 0 !important;
}
@media (min-width: 500px) and (max-width: 739px) {

  .query-team .query-row,
  .query-team_nl .query-row,
  .query-sectors .query-row,
  .query-sectors_nl .query-row {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  .query-team .query-row:nth-child(1n),
  .query-team_nl .query-row:nth-child(1n),
  .query-sectors .query-row:nth-child(1n),
  .query-sectors_nl .query-row:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .query-team .query-row:last-child,
  .query-team_nl .query-row:last-child,
  .query-sectors .query-row:last-child,
  .query-sectors_nl .query-row:last-child {
    margin-right: 0;
  }

  .query-team .query-row:nth-child(2n),
  .query-team_nl .query-row:nth-child(2n),
  .query-sectors .query-row:nth-child(2n),
  .query-sectors_nl .query-row:nth-child(2n) {
    margin-right: 0;
    float: right;
  }

  .query-team .query-row:nth-child(2n + 1),
  .query-team_nl .query-row:nth-child(2n + 1),
  .query-sectors .query-row:nth-child(2n + 1),
  .query-sectors_nl .query-row:nth-child(2n + 1) {
    clear: both;
  }
  
}
@media (min-width: 740px) {

  .query-team .query-row,
  .query-team_nl .query-row,
  .query-sectors .query-row,
  .query-sectors_nl .query-row {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  .query-team .query-row:nth-child(1n),
  .query-team_nl .query-row:nth-child(1n),
  .query-sectors .query-row:nth-child(1n),
  .query-sectors_nl .query-row:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .query-team .query-row:last-child,
  .query-team_nl .query-row:last-child,
  .query-sectors .query-row:last-child,
  .query-sectors_nl .query-row:last-child {
    margin-right: 0;
  }

  .query-team .query-row:nth-child(2n),
  .query-team_nl .query-row:nth-child(2n),
  .query-sectors .query-row:nth-child(2n),
  .query-sectors_nl .query-row:nth-child(2n) {
    margin-right: 0;
    float: right;
  }

  .query-team .query-row:nth-child(2n + 1),
  .query-team_nl .query-row:nth-child(2n + 1),
  .query-sectors .query-row:nth-child(2n + 1),
  .query-sectors_nl .query-row:nth-child(2n + 1) {
    clear: both;
  }
  
}
@media (min-width: 980px) {

  .query-team .query-row,
  .query-team_nl .query-row {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3))  }

  .query-team .query-row:nth-child(1n),
  .query-team_nl .query-row:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none  }

  .query-team .query-row:last-child,
  .query-team_nl .query-row:last-child {
    margin-right: 0  }

  .query-team .query-row:nth-child(3n),
  .query-team_nl .query-row:nth-child(3n) {
    margin-right: 0;
    float: right  }

  .query-team .query-row:nth-child(3n + 1),
  .query-team_nl .query-row:nth-child(3n + 1) {
    clear: both  }

}

.team-photo img {
      width: 100%;
    }

.team-others {
    margin: 60px 0 0;
  }

.team-content-bottom {
    margin: 0 0 60px;
  }
