/* --------------------
	Set root URL
	for LESS compiling
-------------------- */
/* --------------------
	Imports
-------------------- */
/* Browser reset  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* Float & align  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* Grid  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
  text-align: center;
}
.grid:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
.module {
  text-align: left;
}
/* Columns  */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* Fonts  */
.arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.garamond {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
.georgia {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.palatino {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
/* Mixins  */
.clearfix {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */
x-object-fit {
  position: relative !important;
  display: inline-block !important;
}
x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important;
}
.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
  width: auto !important;
  height: auto !important;
}
.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
  width: 100% !important;
  height: 100% !important;
}
.x-object-fit-contain > .x-object-fit-taller {
  width: auto !important;
  height: 100% !important;
}
.x-object-fit-contain > .x-object-fit-wider {
  width: 100% !important;
  height: auto !important;
}
.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
  max-width: none !important;
  max-height: none !important;
}
.x-object-fit-cover > .x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}
.x-object-fit-cover > .x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
}
.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important;
}
.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
  left: auto !important;
  right: 0 !important;
}
.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important;
}
.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
  left: 0 !important;
  right: auto !important;
}
@charset "UTF-8";
@font-face {
  font-family: 'FuturaLT-Book';
  src: url('../..//fonts/FuturaLT-Book.eot');
  src: url('../..//fonts/FuturaLT-Book.eot?#iefix') format('embedded-opentype'), url('../..//fonts/FuturaLT-Book.woff') format('woff'), url('../..//fonts/FuturaLT-Book.ttf') format('truetype'), url('../..//fonts/FuturaLT-Book.svg#FuturaLT-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura LT Heavy';
  src: url('../..//fonts/futuralt-bold-webfont.eot');
  src: url('../..//fonts/futuralt-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../..//fonts/futuralt-bold-webfont.woff2') format('woff2'), url('../..//fonts/futuralt-bold-webfont.woff') format('woff'), url('../..//fonts/futuralt-bold-webfont.ttf') format('truetype'), url('../..//fonts/futuralt-bold-webfont.svg#futura_ltbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura LT Bold';
  src: url('../..//fonts/futuralt-heavy-webfont.eot');
  src: url('../..//fonts/futuralt-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../..//fonts/futuralt-heavy-webfont.woff2') format('woff2'), url('../..//fonts/futuralt-heavy-webfont.woff') format('woff'), url('../..//fonts/futuralt-heavy-webfont.ttf') format('truetype'), url('../..//fonts/futuralt-heavy-webfont.svg#futura_ltheavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura LT Regular';
  src: url('../..//fonts/futuralt-webfont.eot');
  src: url('../..//fonts/futuralt-webfont.eot?#iefix') format('embedded-opentype'), url('../..//fonts/futuralt-webfont.woff2') format('woff2'), url('../..//fonts/futuralt-webfont.woff') format('woff'), url('../..//fonts/futuralt-webfont.ttf') format('truetype'), url('../..//fonts/futuralt-webfont.svg#futura_ltregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro Regular';
  src: url('../..//fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../..//fonts/MyriadPro-Regular.otf') format('opentype'), url('../..//fonts/MyriadPro-Regular.woff') format('woff'), url('../..//fonts/MyriadPro-Regular.ttf') format('truetype'), url('../..//fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro Bold';
  src: url('../..//fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../..//fonts/MyriadPro-Bold.woff') format('woff'), url('../..//fonts/MyriadPro-Bold.ttf') format('truetype'), url('../..//fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sigmax";
  src: url("../..//fonts/sigmax.eot");
  src: url("../..//fonts/sigmax.eot?#iefix") format("embedded-opentype"), url("../..//fonts/sigmax.woff") format("woff"), url("../..//fonts/sigmax.ttf") format("truetype"), url("../..//fonts/sigmax.svg#sigmax") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'sigmax';
}
[data-icon]:before {
  font-family: "sigmax" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="sigmax-"]:before,
[class*=" sigmax-"]:before {
  font-family: "sigmax" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sigmax-check:before {
  content: "a";
}
.sigmax-arrow-right:before {
  content: "b";
}
.sigmax-icon-marker:before {
  content: "c";
}
.sigmax-icon-time:before {
  content: "d";
}
.sigmax-arrowdownsvg:before {
  content: "e";
}
.sigmax-share:before {
  content: "f";
}
.sigmax-facebook:before {
  content: "g";
}
.sigmax-linkedin:before {
  content: "h";
}
.sigmax-mail:before {
  content: "i";
}
.sigmax-print:before {
  content: "j";
}
.sigmax-twitter:before {
  content: "k";
}
.sigmax-spinner:before {
  content: "l";
}
.sigmax-search:before {
  content: "m";
}
/* --------------------
	Responsive
-------------------- */
/* --------------------
	Breakpoints
-------------------- */
html {
  overflow-x: hidden;
}
body {
  font-family: 'Myriad Pro Regular';
  font-weight: normal !important;
  background: #f4f4f4;
  color: #999999;
  padding-top: 120px;
  overflow-x: hidden;
}
body:after {
  position: fixed;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 0;
  left: 0;
  background: black;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  content: "";
}
body.open {
  overflow: hidden;
}
body.open:after {
  opacity: 0.3;
  visibility: visible;
}
body .cntr {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
body .cntr.less-padding {
  padding: 0 10px;
}
a {
  color: #999999;
  text-decoration: none;
}
/* --------------------
	Editor & wordpress styles
-------------------- */
.editor {
  /* -------------
		Margin
	------------- */
  /* -------------
		White
	------------- */
}
.editor p {
  font-size: 18px;
  line-height: 1.55555555555556;
  margin-bottom: 28px;
  color: #999999;
  font-weight: normal;
}
.editor p em {
  font-size: 16px;
  color: #999999;
}
.editor p.p-alignleft {
  float: left;
  margin-right: 30px;
}
.editor p.p-alignright {
  float: right;
  margin-left: 30px;
}
.editor p.subtitle {
  font-family: 'Myriad Pro Regular';
  font-weight: normal !important;
  text-transform: none;
  font-size: 15px !important;
  line-height: 1.3 !important;
  color: #00598f;
}
.editor h1 {
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  font-size: 44px;
  line-height: 1.22727272727273;
  color: #363636;
}
.editor h2 {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 34px;
  line-height: 1.41176470588235;
  margin-bottom: 22px;
  color: #00598f;
}
.editor h2 span {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-weight: normal;
}
body.single-expertise .editor h2 span {
  font-family: 'Futura LT Heavy';
}
.editor h2 b,
.editor h2 strong {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-weight: normal;
}
body.single-expertise .editor h2 b,
body.single-expertise .editor h2 strong {
  font-family: 'Futura LT Heavy';
}
.editor h3 {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 26px;
  line-height: 1.38461538461538;
  color: #00598f;
  margin-bottom: 18px;
}
.editor h3 b,
.editor h3 strong {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-weight: normal;
}
body.single-expertise .editor h3 b,
body.single-expertise .editor h3 strong {
  font-family: 'Futura LT Heavy';
}
.editor h4 {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1.4;
  color: #5f5f5f;
}
body.single-expertise .editor h4 {
  font-family: 'Futura LT Heavy';
}
.editor h4 b,
.editor h4 strong {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-weight: normal;
}
body.single-expertise .editor h4 b,
body.single-expertise .editor h4 strong {
  font-family: 'Futura LT Heavy';
}
.editor a {
  color: #00598f;
}
.editor a b,
.editor a strong {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-weight: normal;
}
body.single-expertise .editor a b,
body.single-expertise .editor a strong {
  font-family: 'Futura LT Heavy';
}
.editor.margin h2 {
  margin-bottom: 40px;
}
.editor.white h1,
.editor.white h2,
.editor.white h3,
.editor.white h4,
.editor.white h5,
.editor.white h6,
.editor.white p {
  position: relative;
  z-index: 2;
  color: white;
}
.editor .witregel {
  display: inline-block;
  width: 100%;
  height: 28px;
}
.editor > div.wp-caption {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .editor p.p-alignleft {
    float: none;
    margin-right: 0;
  }
  .editor p.p-alignright {
    float: none;
    margin-left: 0;
  }
}
p:empty {
  display: none;
}
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* --------------------
	Buttons
-------------------- */
.button {
  display: inline-block;
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  height: 56px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  line-height: 54px;
  padding: 0 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: background 0.18s ease-in-out;
  -moz-transition: background 0.18s ease-in-out;
  -ms-transition: background 0.18s ease-in-out;
  -o-transition: background 0.18s ease-in-out;
  transition: background 0.18s ease-in-out;
  height: auto;
  line-height: 1.4;
  padding-top: 16px;
  padding-bottom: 15px;
  /* -------------
		Red
	------------- */
  /* -------------
		Blue
	------------- */
  /* -------------
		Green
	------------- */
  /* -------------
		Small
	------------- */
  /* -------------
		Disabled
	------------- */
  /* -------------
		Spinner
	------------- */
}
.button.outline {
  background: none;
  border-width: 2px;
  border-style: solid;
  padding-top: 14px;
  padding-bottom: 13px;
}
.button.white {
  background: white;
  color: white;
}
@media all and (min-width: 1025px) {
  .button.white:hover {
    background: #e6e6e6;
  }
}
.button.text-red {
  color: #cb0045;
}
.button.red {
  background: #cb0045;
  color: white;
}
@media all and (min-width: 1025px) {
  .button.red:hover {
    background: #980034;
  }
}
.button.red.outline {
  background: none;
  border-color: #cb0045;
  color: #cb0045;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
@media all and (min-width: 1025px) {
  .button.red.outline:hover {
    background: #cb0045;
    color: white;
  }
}
.button.text-blue {
  color: #00598f;
}
.button.blue {
  background: #00598f;
  color: white;
}
@media all and (min-width: 1025px) {
  .button.blue:hover {
    background: #00395c;
  }
}
.button.blue.outline {
  background: none;
  border-color: #00598f;
  color: #00598f;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
@media all and (min-width: 1025px) {
  .button.blue.outline:hover {
    background: #00598f;
    color: white;
  }
}
.button.text-green {
  color: #50af47;
}
.button.green {
  background: #50af47;
  color: white;
  border: 0;
}
@media all and (min-width: 1025px) {
  .button.green:hover {
    background: #3f8b38;
  }
}
.button.green.outline {
  background: none;
  border-color: #50af47;
  color: #50af47;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
@media all and (min-width: 1025px) {
  .button.green.outline:hover {
    background: #50af47;
    color: white;
  }
}
.button.small {
  font-family: "Futura LT Bold";
  height: 44px;
  line-height: 42px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 20px;
}
.button.disabled {
  border-color: #CCCCCC !important;
  color: #CCCCCC !important;
  cursor: not-allowed;
}
.button.disabled:hover {
  background: #CCCCCC !important;
  color: #fff !important;
}
.button .sigmax-spinner {
  animation: rotate 1.8s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------
	Page box
-------------------- */
.page-box .bottom-stroke {
  width: 100%;
  display: inline-block;
  height: 40px;
  background: white;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.page-box .bottom-stroke #corner-right-bottom {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 40px;
  top: -20px;
}
.page-box .right-stroke {
  height: 150%;
  display: inline-block;
  width: 40px;
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
.page-box .right-stroke #corner-right-top {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 40px;
  top: 120px;
}
/* --------------------
	Breadcrumbs
-------------------- */
.breadcrumbs a {
  color: #7d7d7d;
}
.breadcrumbs--no-events {
  pointer-events: none !important;
}
/* --------------------
	Typefaces
-------------------- */
.myriad-pro-regular {
  font-family: 'Myriad Pro Regular';
  font-weight: normal !important;
}
.myriad-pro-bold {
  font-family: 'Myriad Pro Bold';
  font-weight: normal !important;
}
.futura-regular {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
}
.futura-bold {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
}
body.single-expertise .futura-bold {
  font-family: 'Futura LT Heavy';
}
.futura-heavy {
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
}
.futura-book {
  font-family: 'FuturaLT-Book';
  font-weight: normal !important;
}
/* --------------------
	Colors
-------------------- */
/* --------------------
	Display
-------------------- */
.flex {
  display: flex;
}
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
/* --------------------
	Editor styles
-------------------- */
.futura-book-imp {
  font-family: 'FuturaLT-Book' !important;
  font-weight: normal !important;
}
.futura-book-imp strong {
  font-family: 'Futura LT Heavy' !important;
  font-weight: normal !important;
}
.futura-heavy-imp {
  font-family: 'Futura LT Heavy' !important;
  font-weight: normal !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
/* --------------------
	Header
-------------------- */
.page-header {
  position: fixed;
  background: white;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 9000;
  padding-right: 40px;
}
.page-header .cntr.navigation {
  position: relative;
  height: 120px;
  /* padding: 0 0 0 30px; */
  padding: 0 30px 0 30px;
  background-color: #fff;
  z-index: 10;
  /* --------------------
			Active
		-------------------- */
  /* --------------------
			Submenu
		-------------------- */
}
.page-header .cntr.navigation:before {
  display: inline-block;
  content: '';
  height: 120px;
  width: 300vw;
  position: absolute;
  background: #fff;
  z-index: -1;
  left: -50%;
}
.page-header .cntr.navigation .logo {
  float: left;
  width: 180px;
  height: 30px;
  background: url('../..//images/sigmax-logo.png') top center no-repeat;
  background-size: contain;
  margin-top: 30px;
  text-indent: -999px;
  overflow: hidden;
}
.page-header .cntr.navigation .logo.logo--en {
  background: url('../..//images/sigmax-logo-en.png') top center no-repeat;
  background-size: contain;
}
.page-header .cntr.navigation .logo:hover {
  cursor: pointer;
}
.page-header .cntr.navigation > .tel {
  display: none;
  margin-top: 44px;
}
.page-header .cntr.navigation .main-nav {
  float: left;
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 16px;
  /* margin: 66px 0 0 40px; */
  margin-left: 15px;
  margin-top: 25px;
}
.page-header .cntr.navigation .main-nav .menu > li {
  float: left;
  padding: 0 10px;
  line-height: 95px;
}
.page-header .cntr.navigation .main-nav .menu > li:first-of-type {
  padding-left: 25px;
}
.page-header .cntr.navigation .main-nav .menu > li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.page-header .cntr.navigation .main-nav .menu > li:hover a {
  color: #666666;
}
.page-header .cntr.navigation .main-nav .menu > li:hover a:after {
  color: #666666;
}
.page-header .cntr.navigation .current-menu-item > a {
  color: #cb0045;
}
.page-header .cntr.navigation .current-menu-item:hover > a {
  color: #980034 !important;
}
.page-header .cntr.navigation .menu-item-has-children {
  /*&.hovered .sub-menu{ z-index: -9999; .transform(translateY(0)); }
			&.hovered a:after { .transform(rotate(-180deg)); } */
}
.page-header .cntr.navigation .menu-item-has-children > a:after {
  display: inline-block;
  padding-left: 15px;
  width: 12px;
  height: 12px;
  background: url('../..//images/arrow-down-gray.svg') center center no-repeat;
  background-size: 12px;
  content: "";
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.page-header .cntr.navigation .menu-item-has-children .sub-menu {
  position: absolute;
  display: inline-block;
  width: 100%;
  z-index: -9999;
  left: 0;
  top: 120px;
  /* background: darken(@background, 5%); */
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  /*
				li							{ .fl; padding: 0 20px; line-height: 95px;
					a 						{ color: @plain; }
					&:hover					{
						a					{ color: #005291; }
					}
				}
				*/
}
.page-header .cntr.navigation .menu-item-has-children.hovered .sub-menu,
.page-header .cntr.navigation .menu-item-has-children:hover .sub-menu {
  z-index: -9999;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.page-header .cntr.navigation .menu-item-has-children.hovered a:after,
.page-header .cntr.navigation .menu-item-has-children:hover > a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.page-header .cntr.navigation .contact-box {
  margin-top: 17px;
  max-width: 267px;
}
.page-header .cntr.navigation .contact-box > div {
  display: inline-block;
  width: 100%;
}
.page-header .cntr.navigation .contact-box > div:first-of-type {
  padding-bottom: 10px;
}
.page-header .cntr.navigation .contact-box > div:first-of-type .sigmax-search {
  font-size: 20px;
}
.page-header .cntr.navigation .contact-box > div:first-of-type .sigmax-search:before {
  display: none;
}
.page-header .cntr.navigation .contact-box .tel {
  font-family: 'Futura LT Bold';
  margin-right: 5px;
}
.page-header .cntr.navigation .contact-box .tel:hover {
  border-color: #cb0045;
}
.page-header .cntr.navigation.nav-v2 .top-nav {
  float: left;
  width: calc(100% - 180px);
}
.page-header .cntr.navigation.nav-v2 .top-nav .top-nav-inner {
  float: right;
  display: inline-block;
  padding: 8px 0 0 0;
  background: #f4f4f4;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
}
.page-header .cntr.navigation.nav-v2 .top-nav .custom-language-selector {
  background: none;
  margin-top: -9px;
  padding-left: 23px;
}
.page-header .cntr.navigation.nav-v2 .top-nav .custom-language-selector:hover {
  background: white;
}
.page-header .cntr.navigation.nav-v2 .top-nav .custom-language-selector .current-language:after {
  padding-left: 0;
}
.page-header .cntr.navigation.nav-v2 .top-nav .top-social {
  float: right;
  position: relative;
  padding: 2px 10px 0 8px;
}
.page-header .cntr.navigation.nav-v2 .top-nav .top-social:before {
  position: absolute;
  width: 1px;
  height: 36px;
  right: 0px;
  top: -8px;
  content: "";
  background: rgba(102, 102, 102, 0.25);
}
.page-header .cntr.navigation.nav-v2 .top-nav .top-social:after {
  position: absolute;
  width: 1px;
  height: 36px;
  left: 0px;
  top: -8px;
  content: "";
  background: rgba(102, 102, 102, 0.25);
}
.page-header .cntr.navigation.nav-v2 .top-nav .top-social li {
  float: left;
  margin: 0 8px;
}
.page-header .cntr.navigation.nav-v2 .top-nav .top-social li:nth-child(2) {
  padding-top: 1px;
}
.page-header .cntr.navigation.nav-v2 .top-nav .top-social li a:hover:before {
  color: #666666;
}
.page-header .cntr.navigation.nav-v2 .top-nav .top-social li a:hover svg {
  fill: #666666 !important;
}
.page-header .cntr.navigation.nav-v2 .top-nav .top-social li a.sigmax-instagram svg {
  width: 16px;
  height: 16px;
  fill: #999999;
}
.page-header .cntr.navigation.nav-v2 .top-nav .sigmax-search {
  font-size: 20px;
}
.page-header .cntr.navigation.nav-v2 .top-nav .sigmax-search:before {
  display: none;
}
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container,
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container {
  float: right;
  margin-right: 1px;
  padding: 10px 10px 0 10px;
  margin-top: -8px;
}
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container ul li,
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container ul li {
  float: left;
  position: relative;
}
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container ul li a,
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container ul li a {
  position: relative;
  display: inline-block;
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  background: #f4f4f4;
  font-size: 16px;
  padding: 0 13px 10px 13px;
  z-index: 2;
}
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container ul li a:after,
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container ul li a:after {
  background-size: 10px;
  height: 10px;
}
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container ul li:hover a,
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container ul li:hover a {
  color: #808080;
}
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container ul li:hover > .sub-menu,
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container ul li:hover > .sub-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container ul li a[title="news"],
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container ul li a[title="news"] {
  position: relative;
  padding-right: 30px;
}
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container ul li a[title="news"]:before,
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container ul li a[title="news"]:before {
  display: none;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -7px;
  right: 8px;
  background: #00598f;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container ul li a[title="news"]:after,
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container ul li a[title="news"]:after {
  display: none;
  position: absolute;
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  top: -4px;
  right: 14px;
  font-size: 12px;
  color: white;
  content: attr(data-content);
}
body.single-expertise .page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container ul li a[title="news"]:after,
body.single-expertise .page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container ul li a[title="news"]:after {
  font-family: 'Futura LT Heavy';
}
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container ul li .sub-menu,
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container ul li .sub-menu {
  position: absolute;
  width: auto;
  top: 26px;
  left: 10px;
  background: #f4f4f4;
  z-index: 1;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
}
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container ul li .sub-menu li a,
.page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container ul li .sub-menu li a {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  background: none;
  font-size: 16px;
  padding: 8px 18px;
}
.page-header .cntr.navigation.nav-v2 .contact-box {
  max-width: 300px;
}
.page-header .cntr.navigation.nav-v2 .contact-box .sigmax-search {
  padding-top: 12px;
  margin-right: 12px;
}
.page-header .cntr.navigation.nav-v2 .bottom-nav {
  float: left;
  width: calc(100% - 180px);
}
.page-header .cntr.navigation.nav-v2 .bottom-nav .main-nav {
  margin-top: 0;
}
.page-header .cntr.navigation.nav-v2 .bottom-nav .main-nav .menu {
  overflow: hidden;
}
.page-header .cntr.navigation.nav-v2 .bottom-nav .main-nav .menu > li {
  line-height: 76px;
  padding-bottom: 8px;
}
.page-header .cntr.navigation.nav-v2 .bottom-nav .main-nav .menu > li a[data-title="news"] {
  position: relative;
}
.page-header .cntr.navigation.nav-v2 .bottom-nav .main-nav .menu > li a[data-title="news"]:before {
  display: none;
  position: absolute;
  width: 20px;
  height: 17px;
  top: 16px;
  right: -3px;
  background: #00598f;
  content: "";
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.page-header .cntr.navigation.nav-v2 .bottom-nav .main-nav .menu > li a[data-title="news"]:after {
  display: none;
  position: absolute;
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  width: 16px;
  line-height: 1;
  height: 15px;
  top: 20px;
  right: -6px;
  font-size: 11px;
  color: white;
  content: attr(data-content);
}
body.single-expertise .page-header .cntr.navigation.nav-v2 .bottom-nav .main-nav .menu > li a[data-title="news"]:after {
  font-family: 'Futura LT Heavy';
}
.page-header .cntr.navigation.nav-v2 .bottom-nav .main-nav .menu > li a[data-title="news"].more-than-five:after {
  width: 19px;
}
@media only screen and (max-width: 1165px) {
  .page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container,
  .page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container {
    /* margin-right: 180px; */
  }
  .page-header .cntr.navigation.nav-v2 .top-nav a.alternate-tel {
    display: none;
  }
  .page-header .cntr.navigation.nav-v2 .bottom-nav .contact-box {
    max-width: 300px;
  }
  .page-header .cntr.navigation.nav-v2 .bottom-nav .contact-box .tel {
    display: inline-block;
  }
}
@media only screen and (max-width: 1210px) {
  .page-header .cntr.navigation.nav-v2 .main-nav .menu > li {
    padding: 0 6px 8px 6px;
  }
  .page-header .cntr.navigation.nav-v2 .main-nav .menu > li:first-of-type {
    padding-left: 5px;
  }
  .page-header .cntr.navigation.nav-v2 .main-nav .menu > li a {
    font-size: 12px;
  }
  .page-header .cntr.navigation.nav-v2 .main-nav .menu > li.menu-item-has-children a:after {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 1040px) {
  .page-header .cntr.navigation.nav-v2 .contact-box .tel {
    padding: 0 16px 0 6px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-header .cntr.navigation.nav-v2 .top-nav {
    position: absolute;
    width: 0px;
    height: 44px;
    top: 22px;
    right: -10px;
    padding-top: 0;
  }
  .page-header .cntr.navigation.nav-v2 .top-nav .top-nav-inner {
    padding: 0;
    background: white;
  }
  .page-header .cntr.navigation.nav-v2 .top-nav .sigmax-search {
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    padding: 0 5px;
  }
  .page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-container,
  .page-header .cntr.navigation.nav-v2 .top-nav .menu-secundair-menu-en-container,
  .page-header .cntr.navigation.nav-v2 .top-nav .top-social {
    display: none;
  }
  .page-header .cntr.navigation.nav-v2 .bottom-nav {
    float: right;
    width: auto;
  }
  .page-header .cntr.navigation.nav-v2 .contact-box {
    margin-right: 0;
  }
  .page-header .cntr.navigation.nav-v2 .contact-box .sigmax-search {
    float: right;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    margin-right: 0 !important;
    margin-left: 10px;
    padding: 0 5px;
  }
  .page-header .cntr.navigation.nav-v2 .contact-box > div:first-of-type {
    width: auto !important;
  }
  .page-header .cntr.navigation.nav-v2 .contact-box .tel {
    display: none;
  }
}
.page-header .cntr.navigation.nav-v3 {
  display: flex;
  align-items: flex-end;
}
.page-header .cntr.navigation.nav-v3 .logo-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.page-header .cntr.navigation.nav-v3 .logo-container .logo {
  height: 40px;
  width: 230px;
  margin-top: 14px;
}
@media only screen and (max-width: 1210px) {
  .page-header .cntr.navigation.nav-v3 .logo-container .logo {
    margin-top: 0;
  }
}
.page-header .cntr.navigation.nav-v3 .logo-container .cat-logo {
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #005291;
  padding: 0 0 0 14px;
  transform: translateY(2px);
}
.page-header .cntr.navigation.nav-v3 .logo-container--has-main-cat .logo {
  position: relative;
  padding-right: 14px;
  width: 198px;
  background-size: 180px;
  background-position: top left;
  overflow: visible;
}
.page-header .cntr.navigation.nav-v3 .logo-container--has-main-cat .logo:after {
  position: absolute;
  bottom: -6px;
  right: 0;
  height: 100%;
  width: 4px;
  background-color: #005291;
  content: "";
}
.page-header .cntr.navigation.nav-v3 > .tel {
  margin-top: 0;
  margin-bottom: 2px;
}
.page-header .cntr.navigation.nav-v3 .top-nav {
  position: absolute;
  top: 0;
  right: 30px;
}
.page-header .cntr.navigation.nav-v3 .contact-box {
  margin-left: 0;
}
.page-header .cntr.navigation.nav-v3 .contact-box > div:first-of-type {
  padding-bottom: 20px;
}
.page-header .cntr.navigation.nav-v3 .main-nav {
  margin-top: 0;
}
.page-header .cntr.navigation.nav-v3 .main-nav .menu {
  overflow: visible;
}
.page-header .cntr.navigation.nav-v3 .main-nav .menu > li:first-of-type {
  padding-left: 10px;
}
.page-header .cntr.navigation.nav-v3 .main-nav .menu > li:first-of-type .sub-menu {
  left: 10px;
}
.page-header .cntr.navigation.nav-v3 .main-nav--sec {
  margin-left: auto;
}
.page-header .cntr.navigation.nav-v3 .main-nav--sec .menu {
  margin-right: 10px;
}
.page-header .cntr.navigation.nav-v3 .main-nav--sec .menu > li:first-of-type {
  padding-left: 0;
}
.page-header .cntr.navigation.nav-v3 .menu-item-has-children {
  position: relative;
}
.page-header .cntr.navigation.nav-v3 .menu-item-has-children .sub-menu {
  width: 250px;
  top: 84px;
  background-color: #ededed;
}
.page-header .cntr.navigation.nav-v3 .menu-item-has-children .sub-menu li {
  line-height: 1;
}
.page-header .cntr.navigation.nav-v3 .menu-item-has-children .sub-menu li a {
  position: relative;
  line-height: 20px;
  text-transform: none;
  color: #828282 !important;
  font-size: 16px !important;
  padding: 16px;
  border-bottom: 1px solid #D4D4D4;
  width: 100%;
  padding-right: 25px;
}
.page-header .cntr.navigation.nav-v3 .menu-item-has-children .sub-menu li:last-of-type a {
  border-bottom-color: transparent;
}
.page-header .cntr.navigation.nav-v3 .menu-item-has-children .sub-menu li:hover > a {
  background-color: #e0e0e0;
  color: #666666;
}
.page-header .cntr.navigation.nav-v3 .menu-item-has-children .sub-menu .menu-item-has-children a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-90deg);
}
.page-header .cntr.navigation.nav-v3 .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  top: 0;
  right: 0;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}
.page-header .cntr.navigation.nav-v3 .menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1165px) {
  .page-header .cntr.navigation.nav-v3 .top-nav {
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .page-header .cntr.navigation.nav-v3 .mobile-nav {
    margin-left: auto;
    padding-bottom: 15px;
  }
  .page-header .cntr.navigation.nav-v3 .mobile-nav a {
    margin-top: 0;
  }
  .page-header .cntr.navigation.nav-v3 .contact-box.fr {
    margin-left: 0;
    margin-right: 0;
  }
  .page-header .cntr.navigation.nav-v3 .contact-box.fr > div:first-of-type {
    display: flex;
    width: auto !important;
  }
  .page-header .cntr.navigation.nav-v3 .contact-box.fr > div:first-of-type .sigmax-search {
    order: 5;
  }
}
@media only screen and (max-width: 700px) {
  .page-header .cntr.navigation.nav-v3 .logo-container .cat-logo {
    font-size: 12px;
  }
  .page-header .cntr.navigation.nav-v3 .logo-container--has-main-cat .logo {
    width: 158px;
    background-size: 140px;
    height: 39px;
  }
}
@media only screen and (max-width: 600px) {
  .page-header .cntr.navigation.nav-v3 {
    padding-left: 14px;
  }
  .page-header .cntr.navigation.nav-v3 .logo-container {
    width: 100%;
    padding-right: 10px;
  }
  .page-header .cntr.navigation.nav-v3 .logo-container .logo {
    width: 100%;
  }
  .page-header .cntr.navigation.nav-v3 .logo-container .cat-logo {
    font-size: 10px;
    padding: 0 0 0 6px;
  }
  .page-header .cntr.navigation.nav-v3 .logo-container--has-main-cat .logo {
    width: 98px;
    background-size: 90px;
    height: 25px;
  }
  .page-header .cntr.navigation.nav-v3 .logo-container--has-main-cat .logo:after {
    width: 2px;
    bottom: -2px;
  }
}
@media only screen and (max-width: 480px) {
  .page-header {
    padding-right: 10px;
  }
}
.mobile-nav {
  display: none;
}
.navigation-mobile {
  display: none;
}
/* --------------------
	Submenu's
-------------------- */
.page-wrapper:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
  visibility: hidden;
}
.page-wrapper.sub-menu-hovered:before {
  opacity: 1;
  visibility: visible;
}
.sub-menu.pagina .right .expertise {
  display: inline-block !important;
}
body.page-template-page-whatsnew-v2 .sub-menu.pagina .right .expertise {
  display: none !important;
}
.sub-menu.oplossingen,
.sub-menu.pagina {
  background: #00598f;
  /* -------------
		Margin
	------------- */
  /* -------------
		White
	------------- */
}
.sub-menu.oplossingen p,
.sub-menu.pagina p {
  font-size: 18px;
  line-height: 1.55555555555556;
  margin-bottom: 28px;
  color: #999999;
  font-weight: normal;
}
.sub-menu.oplossingen p em,
.sub-menu.pagina p em {
  font-size: 16px;
  color: #999999;
}
.sub-menu.oplossingen p.p-alignleft,
.sub-menu.pagina p.p-alignleft {
  float: left;
  margin-right: 30px;
}
.sub-menu.oplossingen p.p-alignright,
.sub-menu.pagina p.p-alignright {
  float: right;
  margin-left: 30px;
}
.sub-menu.oplossingen p.subtitle,
.sub-menu.pagina p.subtitle {
  font-family: 'Myriad Pro Regular';
  font-weight: normal !important;
  text-transform: none;
  font-size: 15px !important;
  line-height: 1.3 !important;
  color: #00598f;
}
.sub-menu.oplossingen h1,
.sub-menu.pagina h1 {
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  font-size: 44px;
  line-height: 1.22727272727273;
  color: #363636;
}
.sub-menu.oplossingen h2,
.sub-menu.pagina h2 {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 34px;
  line-height: 1.41176470588235;
  margin-bottom: 22px;
  color: #00598f;
}
.sub-menu.oplossingen h2 span,
.sub-menu.pagina h2 span {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-weight: normal;
}
body.single-expertise .sub-menu.oplossingen h2 span,
body.single-expertise .sub-menu.pagina h2 span {
  font-family: 'Futura LT Heavy';
}
.sub-menu.oplossingen h2 b,
.sub-menu.pagina h2 b,
.sub-menu.oplossingen h2 strong,
.sub-menu.pagina h2 strong {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-weight: normal;
}
body.single-expertise .sub-menu.oplossingen h2 b,
body.single-expertise .sub-menu.pagina h2 b,
body.single-expertise .sub-menu.oplossingen h2 strong,
body.single-expertise .sub-menu.pagina h2 strong {
  font-family: 'Futura LT Heavy';
}
.sub-menu.oplossingen h3,
.sub-menu.pagina h3 {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 26px;
  line-height: 1.38461538461538;
  color: #00598f;
  margin-bottom: 18px;
}
.sub-menu.oplossingen h3 b,
.sub-menu.pagina h3 b,
.sub-menu.oplossingen h3 strong,
.sub-menu.pagina h3 strong {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-weight: normal;
}
body.single-expertise .sub-menu.oplossingen h3 b,
body.single-expertise .sub-menu.pagina h3 b,
body.single-expertise .sub-menu.oplossingen h3 strong,
body.single-expertise .sub-menu.pagina h3 strong {
  font-family: 'Futura LT Heavy';
}
.sub-menu.oplossingen h4,
.sub-menu.pagina h4 {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1.4;
  color: #5f5f5f;
}
body.single-expertise .sub-menu.oplossingen h4,
body.single-expertise .sub-menu.pagina h4 {
  font-family: 'Futura LT Heavy';
}
.sub-menu.oplossingen h4 b,
.sub-menu.pagina h4 b,
.sub-menu.oplossingen h4 strong,
.sub-menu.pagina h4 strong {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-weight: normal;
}
body.single-expertise .sub-menu.oplossingen h4 b,
body.single-expertise .sub-menu.pagina h4 b,
body.single-expertise .sub-menu.oplossingen h4 strong,
body.single-expertise .sub-menu.pagina h4 strong {
  font-family: 'Futura LT Heavy';
}
.sub-menu.oplossingen a,
.sub-menu.pagina a {
  color: #00598f;
}
.sub-menu.oplossingen a b,
.sub-menu.pagina a b,
.sub-menu.oplossingen a strong,
.sub-menu.pagina a strong {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-weight: normal;
}
body.single-expertise .sub-menu.oplossingen a b,
body.single-expertise .sub-menu.pagina a b,
body.single-expertise .sub-menu.oplossingen a strong,
body.single-expertise .sub-menu.pagina a strong {
  font-family: 'Futura LT Heavy';
}
.sub-menu.oplossingen.margin h2,
.sub-menu.pagina.margin h2 {
  margin-bottom: 40px;
}
.sub-menu.oplossingen.white h1,
.sub-menu.pagina.white h1,
.sub-menu.oplossingen.white h2,
.sub-menu.pagina.white h2,
.sub-menu.oplossingen.white h3,
.sub-menu.pagina.white h3,
.sub-menu.oplossingen.white h4,
.sub-menu.pagina.white h4,
.sub-menu.oplossingen.white h5,
.sub-menu.pagina.white h5,
.sub-menu.oplossingen.white h6,
.sub-menu.pagina.white h6,
.sub-menu.oplossingen.white p,
.sub-menu.pagina.white p {
  position: relative;
  z-index: 2;
  color: white;
}
.sub-menu.oplossingen .witregel,
.sub-menu.pagina .witregel {
  display: inline-block;
  width: 100%;
  height: 28px;
}
.sub-menu.oplossingen > div.wp-caption,
.sub-menu.pagina > div.wp-caption {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .sub-menu.oplossingen p.p-alignleft,
  .sub-menu.pagina p.p-alignleft {
    float: none;
    margin-right: 0;
  }
  .sub-menu.oplossingen p.p-alignright,
  .sub-menu.pagina p.p-alignright {
    float: none;
    margin-left: 0;
  }
}
.sub-menu.oplossingen *,
.sub-menu.pagina * {
  text-transform: none;
}
.sub-menu.oplossingen .left,
.sub-menu.pagina .left {
  padding: 30px 30px;
  padding-bottom: calc(103px);
}
.sub-menu.oplossingen .left h4,
.sub-menu.pagina .left h4 {
  float: left;
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  font-size: 20px !important;
  color: white;
  margin-bottom: 1rem;
  padding-left: 1rem;
  margin-top: 1.5rem;
}
.sub-menu.oplossingen .left h4:first-of-type,
.sub-menu.pagina .left h4:first-of-type {
  margin-top: 0;
}
.sub-menu.oplossingen .left ul li,
.sub-menu.pagina .left ul li {
  line-height: 1.25;
  color: #82a6be !important;
}
.sub-menu.oplossingen .left ul li a,
.sub-menu.pagina .left ul li a {
  position: relative;
  color: #82a6be !important;
  font-size: 16px !important;
  padding: 0.825rem 1rem;
  border-bottom: 1px solid #074971;
  width: 100%;
  padding-right: 45px;
}
.sub-menu.oplossingen .left ul li a:after,
.sub-menu.pagina .left ul li a:after {
  position: absolute;
  font-family: 'sigmax';
  display: inline-block;
  content: 'b';
  right: 0;
  top: 50%;
  font-size: 14px;
  -webkit-transform: rotate(0deg) translate(-16px, -50%) !important;
  -moz-transform: rotate(0deg) translate(-16px, -50%) !important;
  -ms-transform: rotate(0deg) translate(-16px, -50%) !important;
  -o-transform: rotate(0deg) translate(-16px, -50%) !important;
  transform: rotate(0deg) translate(-16px, -50%) !important;
  transition: all 0.2s ease-in-out;
  color: #82a6be !important;
}
.sub-menu.oplossingen .left ul li a:hover,
.sub-menu.pagina .left ul li a:hover {
  color: #fff !important;
}
.sub-menu.oplossingen .left ul li a:hover:after,
.sub-menu.pagina .left ul li a:hover:after {
  color: #fff !important;
}
.sub-menu.oplossingen .left ul li a:hover:after,
.sub-menu.pagina .left ul li a:hover:after {
  -webkit-transform: rotate(0deg) translate(-11px, -50%) !important;
  -moz-transform: rotate(0deg) translate(-11px, -50%) !important;
  -ms-transform: rotate(0deg) translate(-11px, -50%) !important;
  -o-transform: rotate(0deg) translate(-11px, -50%) !important;
  transform: rotate(0deg) translate(-11px, -50%) !important;
}
.sub-menu.oplossingen .left ul li a.active,
.sub-menu.pagina .left ul li a.active {
  background-color: #045180;
  color: #fff !important;
}
.sub-menu.oplossingen .left ul li a.active:after,
.sub-menu.pagina .left ul li a.active:after {
  color: #fff !important;
}
.sub-menu.oplossingen .right .expertise-heading,
.sub-menu.pagina .right .expertise-heading {
  float: left;
  display: inline-block;
  width: 100%;
}
.sub-menu.oplossingen .right h4 a,
.sub-menu.pagina .right h4 a {
  float: left;
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  display: inline-block;
  position: relative;
  color: #00598f !important;
  font-size: 24px !important;
  margin-bottom: 1rem;
  padding-left: 1rem;
  z-index: 2;
  width: auto !important;
}
.sub-menu.oplossingen .right h4 a:after,
.sub-menu.pagina .right h4 a:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 100vw;
  height: 2px;
  left: 100%;
  top: 20px;
  -webkit-transform: translate(20px, -50%) !important;
  -moz-transform: translate(20px, -50%) !important;
  -ms-transform: translate(20px, -50%) !important;
  -o-transform: translate(20px, -50%) !important;
  transform: translate(20px, -50%) !important;
  background-color: #e2e2e2;
}
.sub-menu.oplossingen .right h4 a span:last-of-type,
.sub-menu.pagina .right h4 a span:last-of-type {
  display: inline-block;
  color: #7f7f7f !important;
  font-size: 16px;
  position: relative;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.sub-menu.oplossingen .right h4 a span:last-of-type:before,
.sub-menu.pagina .right h4 a span:last-of-type:before {
  display: inline-block;
  content: '|';
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.sub-menu.oplossingen .right h4 a span:last-of-type:after,
.sub-menu.pagina .right h4 a span:last-of-type:after {
  display: inline-block;
  position: relative;
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
  content: 'b';
  font-family: 'sigmax';
  font-size: 13px;
  margin-left: 1rem;
  color: #00598f;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.sub-menu.oplossingen .right h4 a span:last-of-type:hover:after,
.sub-menu.pagina .right h4 a span:last-of-type:hover:after {
  -webkit-transform: translateX(5px, 2px);
  -moz-transform: translateX(5px, 2px);
  -ms-transform: translateX(5px, 2px);
  -o-transform: translateX(5px, 2px);
  transform: translateX(5px, 2px);
}
.sub-menu.oplossingen .right h4 a span:last-of-type.remove-before:before,
.sub-menu.pagina .right h4 a span:last-of-type.remove-before:before {
  display: none;
}
.sub-menu.oplossingen .right h4 a span:last-of-type.remove-before:after,
.sub-menu.pagina .right h4 a span:last-of-type.remove-before:after {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 1165px) and (min-width: 1024px) {
  .sub-menu.oplossingen .right h4 a span:last-of-type,
  .sub-menu.pagina .right h4 a span:last-of-type {
    width: 100%;
  }
  .sub-menu.oplossingen .right h4 a span:last-of-type:before,
  .sub-menu.pagina .right h4 a span:last-of-type:before {
    display: none;
  }
}
.sub-menu.oplossingen .right h5,
.sub-menu.pagina .right h5 {
  float: left;
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  font-size: 18px !important;
  color: #5f5f5f;
  margin-bottom: 1rem;
  padding-left: 1rem;
  margin-top: 2rem;
  line-height: 1.2;
}
.sub-menu.oplossingen .right .expertise,
.sub-menu.pagina .right .expertise {
  position: relative;
  display: none;
  padding: 30px 0 30px 30px;
  padding-right: 30px;
  background-color: #ededed;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding-bottom: 0;
}
.sub-menu.oplossingen .right .expertise .solutions-of-expertise,
.sub-menu.pagina .right .expertise .solutions-of-expertise {
  float: left;
  padding-right: 2.5rem;
}
.sub-menu.oplossingen .right .expertise .solutions-of-expertise.col-2-3.soecol ul li,
.sub-menu.pagina .right .expertise .solutions-of-expertise.col-2-3.soecol ul li {
  margin-right: 40px;
}
.sub-menu.oplossingen .right .expertise .solutions-of-expertise.col-2-3.soecol ul li:nth-of-type(even),
.sub-menu.pagina .right .expertise .solutions-of-expertise.col-2-3.soecol ul li:nth-of-type(even) {
  margin-right: 0;
}
.sub-menu.oplossingen .right .expertise .solutions-of-expertise.issue ul,
.sub-menu.pagina .right .expertise .solutions-of-expertise.issue ul {
  display: block;
}
.sub-menu.oplossingen .right .expertise.active,
.sub-menu.pagina .right .expertise.active {
  display: inline-block;
}
body.page-template-page-whatsnew-v2 .sub-menu.oplossingen .right .expertise.active,
body.page-template-page-whatsnew-v2 .sub-menu.pagina .right .expertise.active {
  display: inline-block !important;
}
.sub-menu.oplossingen .right ul,
.sub-menu.pagina .right ul {
  display: inline-block;
  width: 100%;
}
.sub-menu.oplossingen .right ul li,
.sub-menu.pagina .right ul li {
  line-height: 1.25;
  color: #7f7f7f !important;
  padding-left: 1rem;
  width: 100%;
  max-width: 264.984px;
  float: left;
}
.sub-menu.oplossingen .right ul li a,
.sub-menu.pagina .right ul li a {
  position: relative;
  color: #828282 !important;
  font-size: 16px !important;
  padding: 0.825rem 1rem;
  border-bottom: 1px solid #D4D4D4;
  width: 100%;
  padding-right: 45px;
  padding-left: 0;
}
.sub-menu.oplossingen .right ul li a:after,
.sub-menu.pagina .right ul li a:after {
  position: absolute;
  font-family: 'sigmax';
  display: inline-block;
  content: 'b';
  right: 0;
  top: 50%;
  font-size: 14px;
  -webkit-transform: rotate(0deg) translate(-16px, -50%) !important;
  -moz-transform: rotate(0deg) translate(-16px, -50%) !important;
  -ms-transform: rotate(0deg) translate(-16px, -50%) !important;
  -o-transform: rotate(0deg) translate(-16px, -50%) !important;
  transform: rotate(0deg) translate(-16px, -50%) !important;
  transition: all 0.2s ease-in-out;
  color: #00598f !important;
}
.sub-menu.oplossingen .right ul li a:hover:after,
.sub-menu.pagina .right ul li a:hover:after {
  -webkit-transform: rotate(0deg) translate(-11px, -50%) !important;
  -moz-transform: rotate(0deg) translate(-11px, -50%) !important;
  -ms-transform: rotate(0deg) translate(-11px, -50%) !important;
  -o-transform: rotate(0deg) translate(-11px, -50%) !important;
  transform: rotate(0deg) translate(-11px, -50%) !important;
}
.sub-menu.oplossingen .right .expertise:before,
.sub-menu.pagina .right .expertise:before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 100%;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: #EDEDED;
  z-index: 1;
}
.sub-menu.oplossingen .right .tile-sub-menu-container,
.sub-menu.pagina .right .tile-sub-menu-container {
  float: right !important;
  margin-top: 2rem;
  padding-left: 1rem;
}
.sub-menu.oplossingen .all-solutions,
.sub-menu.pagina .all-solutions {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 53px;
  color: white !important;
  margin-top: -53px;
  background-color: #074971;
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  padding-left: 46px;
  font-size: 16px !important;
}
.sub-menu.oplossingen .all-solutions a,
.sub-menu.pagina .all-solutions a {
  position: relative;
  width: auto !important;
  color: #fff !important;
  font-size: 16px !important;
}
.sub-menu.oplossingen .all-solutions a:after,
.sub-menu.pagina .all-solutions a:after {
  position: absolute;
  font-family: 'sigmax';
  display: inline-block;
  content: 'b';
  left: 100%;
  font-size: 14px;
  -webkit-transform: rotate(0deg) translateX(16px) !important;
  -moz-transform: rotate(0deg) translateX(16px) !important;
  -ms-transform: rotate(0deg) translateX(16px) !important;
  -o-transform: rotate(0deg) translateX(16px) !important;
  transform: rotate(0deg) translateX(16px) !important;
  transition: all 0.2s ease-in-out;
  color: #fff !important;
}
.sub-menu.oplossingen .all-solutions a:hover:after,
.sub-menu.pagina .all-solutions a:hover:after {
  -webkit-transform: rotate(0deg) translateX(21px) !important;
  -moz-transform: rotate(0deg) translateX(21px) !important;
  -ms-transform: rotate(0deg) translateX(21px) !important;
  -o-transform: rotate(0deg) translateX(21px) !important;
  transform: rotate(0deg) translateX(21px) !important;
}
.sub-menu.oplossingen .all-solutions:before,
.sub-menu.pagina .all-solutions:before {
  position: absolute;
  display: inline-block;
  content: '';
  right: 100%;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: #074971;
  z-index: 1;
}
.sub-menu.oplossingen .all-solutions:after,
.sub-menu.pagina .all-solutions:after {
  position: absolute;
  display: inline-block;
  content: '';
  left: 100%;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: #074971;
  z-index: 1;
}
.sub-menu.oplossingen:before,
.sub-menu.pagina:before {
  position: absolute;
  display: inline-block;
  content: '';
  right: 100%;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: #00598f;
}
.sub-menu.oplossingen:after,
.sub-menu.pagina:after {
  position: absolute;
  display: inline-block;
  content: '';
  left: 100%;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: #00598f;
}
.sub-menu.oplossingen .expertise .submenu-left,
.sub-menu.pagina .expertise .submenu-left {
  padding: 0 1rem;
}
.sub-menu.oplossingen .expertise .submenu-left h3,
.sub-menu.pagina .expertise .submenu-left h3 {
  font-size: 24px;
  margin-bottom: 28px;
}
.sub-menu.oplossingen .expertise .submenu-left .submenu-content,
.sub-menu.pagina .expertise .submenu-left .submenu-content {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.sub-menu.oplossingen .expertise .submenu-left p,
.sub-menu.pagina .expertise .submenu-left p,
.sub-menu.oplossingen .expertise .submenu-left ul li,
.sub-menu.pagina .expertise .submenu-left ul li,
.sub-menu.oplossingen .expertise .submenu-left ol li,
.sub-menu.pagina .expertise .submenu-left ol li,
.sub-menu.oplossingen .expertise .submenu-left a,
.sub-menu.pagina .expertise .submenu-left a {
  font-size: 16px;
}
.sub-menu.oplossingen .expertise .submenu-left .submenu-button,
.sub-menu.pagina .expertise .submenu-left .submenu-button {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  display: inline-block;
  color: white !important;
  width: auto !important;
}
body.single-expertise .sub-menu.oplossingen .expertise .submenu-left .submenu-button,
body.single-expertise .sub-menu.pagina .expertise .submenu-left .submenu-button {
  font-family: 'Futura LT Heavy';
}
.sub-menu.oplossingen .expertise .submenu-right,
.sub-menu.pagina .expertise .submenu-right {
  padding: 32px 0 0 1rem;
}
.sub-menu.oplossingen .expertise .submenu-right img,
.sub-menu.pagina .expertise .submenu-right img {
  max-height: 373px;
  max-width: 100%;
}
.sub-menu.pagina .right ul li {
  max-width: 100%;
}
.tile-sub-menu-container {
  /* padding-left: 30px; padding-right: 30px; */
}
.tile-sub-menu {
  line-height: 1.2;
}
.tile-sub-menu .inner {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 92.5%;
  overflow: hidden;
}
.tile-sub-menu .inner h5 {
  position: absolute;
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  top: 30px;
  left: 30px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  line-height: 32px;
  z-index: 5;
}
.tile-sub-menu .inner h5 span {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  background: white;
  color: #00598f;
  line-height: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 5px;
}
.tile-sub-menu .inner h6 {
  position: absolute;
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  top: 30px;
  left: 110px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  line-height: 32px;
  z-index: 5;
}
.tile-sub-menu .inner .content-inner {
  position: absolute;
  background: white;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  width: 100%;
}
.tile-sub-menu .inner .content-inner .content-inner-wrapper {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 2;
  position: relative;
  padding: 30px;
  padding-right: 50px;
}
.tile-sub-menu .inner .content-inner h3 {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 20px;
  line-height: 30px;
  color: white;
  left: 0;
  top: 0;
  margin-bottom: 0;
  width: 100%;
  margin-bottom: 1rem;
}
.tile-sub-menu .inner .content-inner:after {
  position: absolute;
  left: 0;
  top: -235px;
  width: 100%;
  height: 235px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 0;
  content: "";
}
.tile-sub-menu .inner .content-inner p {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  padding: 35px 30px;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tile-sub-menu .inner .tile-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.alternate-tel {
  display: none;
}
.sub-menu-mobile-close {
  display: none;
}
@media only screen and (max-width: 1165px) and (min-width: 1024px) {
  .main-nav.main-nav-open .sub-menu-mobile-close {
    display: inline-block;
    opacity: 1;
    pointer-events: auto;
  }
  .sub-menu-mobile-close {
    display: inline-block;
    position: absolute;
    top: 120px;
    right: 0px;
    line-height: 45px;
    width: 49px;
    height: 49px;
    text-align: center;
    background-color: #F4F4F4;
    border-radius: 0 0 0 4px;
    font-size: 24px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.2s 0.2s ease-in-out;
    pointer-events: none;
  }
}
@media only screen and (max-width: 1165px) and (min-width: 1024px) {
  .sub-menu.oplossingen .left,
  .sub-menu.pagina .left {
    width: 33.3333%;
  }
  .sub-menu.oplossingen .right,
  .sub-menu.pagina .right {
    width: 66.66666%;
  }
  .tile-sub-menu-container {
    display: none;
  }
  .solutions-of-expertise {
    width: 50%;
  }
  .page-header .cntr.navigation {
    padding-right: 0;
  }
  .page-header .cntr.navigation .contact-box .tel {
    display: none;
  }
  .page-header .cntr.navigation .contact-box .contact {
    float: right;
  }
  .alternate-tel {
    display: inline-block;
    margin-right: 16px;
    color: #cb0045;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  .page-header .cntr.navigation .contact-box {
    max-width: 160px;
    max-width: auto;
  }
  .sub-menu.pagina .right .expertise .solutions-of-expertise ul li:nth-of-type(6) {
    display: none;
  }
  .sub-menu.oplossingen .right h4 a span:first-of-type {
    position: relative;
  }
  .sub-menu.oplossingen .right h4 a span:first-of-type:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 100vw;
    height: 2px;
    left: 100%;
    top: 20px;
    -webkit-transform: translate(20px, -50%) !important;
    -moz-transform: translate(20px, -50%) !important;
    -ms-transform: translate(20px, -50%) !important;
    -o-transform: translate(20px, -50%) !important;
    transform: translate(20px, -50%) !important;
    background-color: #e2e2e2;
  }
  .sub-menu.oplossingen .right h4 a:after {
    display: none;
  }
}
/* --------------------
	Search
-------------------- */
::-ms-clear {
  display: none;
}
body {
  -webkit-transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  -ms-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
body .page-box:after {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
body .page-header {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
body .page-wrapper {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
body .navigation {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
body .right-stroke {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
body #search-container {
  height: 220px;
  /* .transform(translateY(-100%));  */
  margin-top: -220px;
  overflow: hidden;
  z-index: 101;
}
@media screen\0 {
  body #search-container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
body.search-open .page-box:after {
  -webkit-transform: translate3d(0, 220px, 0);
  -moz-transform: translate3d(0, 220px, 0);
  -ms-transform: translate3d(0, 220px, 0);
  -o-transform: translate3d(0, 220px, 0);
  transform: translate3d(0, 220px, 0);
}
body.search-open .page-header {
  -webkit-transform: translate3d(0, 220px, 0);
  -moz-transform: translate3d(0, 220px, 0);
  -ms-transform: translate3d(0, 220px, 0);
  -o-transform: translate3d(0, 220px, 0);
  transform: translate3d(0, 220px, 0);
}
body.search-open .page-wrapper {
  -webkit-transform: translate3d(0, 220px, 0);
  -moz-transform: translate3d(0, 220px, 0);
  -ms-transform: translate3d(0, 220px, 0);
  -o-transform: translate3d(0, 220px, 0);
  transform: translate3d(0, 220px, 0);
}
body.search-open .right-stroke {
  -webkit-transform: translate3d(0, 220px, 0);
  -moz-transform: translate3d(0, 220px, 0);
  -ms-transform: translate3d(0, 220px, 0);
  -o-transform: translate3d(0, 220px, 0);
  transform: translate3d(0, 220px, 0);
}
body.search-open form.not-active:before {
  width: calc(100% - 145px) !important;
}
body.search-open .page-wrapper {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@media screen\0 {
  body.search-open #search-container {
    margin-top: 0;
  }
}
body.search-active.search-successful .page-box:after {
  -webkit-transform: translate3d(0, 570px, 0);
  -moz-transform: translate3d(0, 570px, 0);
  -ms-transform: translate3d(0, 570px, 0);
  -o-transform: translate3d(0, 570px, 0);
  transform: translate3d(0, 570px, 0);
}
body.search-active.search-successful .page-wrapper {
  -webkit-transform: translate3d(0, 570px, 0);
  -moz-transform: translate3d(0, 570px, 0);
  -ms-transform: translate3d(0, 570px, 0);
  -o-transform: translate3d(0, 570px, 0);
  transform: translate3d(0, 570px, 0);
}
body.search-active.search-successful .right-stroke {
  -webkit-transform: translate3d(0, 570px, 0);
  -moz-transform: translate3d(0, 570px, 0);
  -ms-transform: translate3d(0, 570px, 0);
  -o-transform: translate3d(0, 570px, 0);
  transform: translate3d(0, 570px, 0);
}
body.search-active.search-successful .navigation {
  -webkit-transform: translate3d(0, 350px, 0);
  -moz-transform: translate3d(0, 350px, 0);
  -ms-transform: translate3d(0, 350px, 0);
  -o-transform: translate3d(0, 350px, 0);
  transform: translate3d(0, 350px, 0);
}
body.search-active.search-successful #search-container {
  height: 570px;
}
#search-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: @search-height;  */
  /* margin-top: -@search-height; */
  background: #00598f;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
#search-container #s {
  display: inline-block;
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  width: 100%;
  height: 120px;
  line-height: 60px;
  color: #fff;
  background: transparent;
  -webkit-appearance: none;
  border: none;
  margin-top: 30px;
  font-size: 48px;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 20;
  padding-right: 70px;
  padding-left: 75px;
}
#search-container #s::-webkit-input-placeholder {
  color: #00395c;
}
#search-container #s:-moz-placeholder {
  color: #00395c;
}
#search-container #s::-moz-placeholder {
  color: #00395c;
}
#search-container #s:-ms-input-placeholder {
  color: #00395c;
}
body.single-expertise #search-container #s {
  font-family: 'Futura LT Heavy';
}
#search-container .search-input span {
  padding-left: 10px;
}
#search-container .search-input span a {
  margin-left: 10px;
}
#search-container form {
  position: relative;
}
#search-container .title {
  margin-bottom: 0px;
  height: 38px;
}
#search-container .col-1-4 {
  padding-right: 40px;
  width: auto;
  max-width: 20%;
}
#search-container .col-1-4:last-of-type {
  padding-right: 0;
}
#search-container .col-1-4 > a {
  display: inline-block;
  color: #fff;
  padding-top: 9px;
  border-top: 1px solid #fff;
}
#search-container .col-1-4 > a:after {
  font-family: 'sigmax';
  content: 'b';
  padding-left: 10px;
  font-size: 9px;
}
#search-container h3 {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 18px;
}
#search-container h3 span {
  color: rgba(255, 255, 255, 0.5) !important;
}
#search-container h4 {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -ms-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
body.single-expertise #search-container h4 {
  font-family: 'Futura LT Heavy';
}
#search-container h4.has-submenu {
  opacity: 1;
}
#search-container ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #004976;
  line-height: 1.3;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -ms-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
#search-container ul li a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  color: #ffffff;
}
#search-container ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, 65px, 0);
  -moz-transform: translate3d(0, 65px, 0);
  -ms-transform: translate3d(0, 65px, 0);
  -o-transform: translate3d(0, 65px, 0);
  transform: translate3d(0, 65px, 0);
}
#search-container ul li:nth-of-type(1) {
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -ms-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
#search-container ul li:nth-of-type(2) {
  -webkit-transition: all 0.3s 0.18s ease-in-out;
  -moz-transition: all 0.3s 0.18s ease-in-out;
  -ms-transition: all 0.3s 0.18s ease-in-out;
  -o-transition: all 0.3s 0.18s ease-in-out;
  transition: all 0.3s 0.18s ease-in-out;
}
#search-container ul li:nth-of-type(3) {
  -webkit-transition: all 0.3s 0.26s ease-in-out;
  -moz-transition: all 0.3s 0.26s ease-in-out;
  -ms-transition: all 0.3s 0.26s ease-in-out;
  -o-transition: all 0.3s 0.26s ease-in-out;
  transition: all 0.3s 0.26s ease-in-out;
}
#search-container ul li:nth-of-type(4) {
  -webkit-transition: all 0.3s 0.34s ease-in-out;
  -moz-transition: all 0.3s 0.34s ease-in-out;
  -ms-transition: all 0.3s 0.34s ease-in-out;
  -o-transition: all 0.3s 0.34s ease-in-out;
  transition: all 0.3s 0.34s ease-in-out;
}
#search-container ul li:nth-of-type(5) {
  -webkit-transition: all 0.3s 0.42s ease-in-out;
  -moz-transition: all 0.3s 0.42s ease-in-out;
  -ms-transition: all 0.3s 0.42s ease-in-out;
  -o-transition: all 0.3s 0.42s ease-in-out;
  transition: all 0.3s 0.42s ease-in-out;
}
#search-container ul li:nth-of-type(6) {
  -webkit-transition: all 0.3s 0.5s ease-in-out;
  -moz-transition: all 0.3s 0.5s ease-in-out;
  -ms-transition: all 0.3s 0.5s ease-in-out;
  -o-transition: all 0.3s 0.5s ease-in-out;
  transition: all 0.3s 0.5s ease-in-out;
}
#search-container ul li:last-of-type a {
  border-bottom: none;
}
#search-container ul.start-animation li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#search-container ul + a {
  opacity: 0;
  -webkit-transform: translate3d(0, 65px, 0);
  -moz-transform: translate3d(0, 65px, 0);
  -ms-transform: translate3d(0, 65px, 0);
  -o-transform: translate3d(0, 65px, 0);
  transform: translate3d(0, 65px, 0);
  -webkit-transition: all 0.3s 0.5s ease-in-out;
  -moz-transition: all 0.3s 0.5s ease-in-out;
  -ms-transition: all 0.3s 0.5s ease-in-out;
  -o-transition: all 0.3s 0.5s ease-in-out;
  transition: all 0.3s 0.5s ease-in-out;
}
#search-container ul.start-animation + a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#response .search-loader {
  display: none;
}
#response:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  min-height: 200px;
}
#response.loading .search-loader {
  display: inline-block;
}
#response.loading .search-input {
  display: none;
}
/* --------------------
	Search results page
-------------------- */
body.search .search-results-divider {
  float: left;
  width: 100%;
  height: 88px;
  background: #e7e7e7;
  padding: 20px 0;
  text-align: center;
}
body.search .search-results-divider span {
  float: left;
  position: absolute;
  left: 30px;
}
body.search .search-results-divider span h3 {
  padding-top: 16px;
}
body.search .search-results-divider form {
  float: right;
  display: inline-block;
  width: 65%;
}
body.search .search-results-divider form input {
  width: 100%;
}
body.search .search-results-divider .searchpage-loader {
  text-align: center;
  display: none;
}
body.search .search-results-divider .searchpage-loader img {
  width: 50px;
  height: 50px;
}
body.search .search-results-divider.loading .searchpage-loader {
  display: inline-block;
}
body.search .search-results-divider.loading .search-input {
  display: none;
}
body.search .col-2-3 {
  padding-left: 5px;
}
@media only screen and (min-width: 1025px) {
  body.search .col-2-3 span {
    margin-left: 4px;
  }
  body.search .col-2-3 h3 {
    margin-left: 4px;
  }
}
body.search .col-1-1 span {
  font-size: 16px;
  color: rgba(95, 95, 95, 0.61);
  display: inline-block;
}
body.search .col-1-1 h5 span {
  margin-left: 0;
}
body.search .col-1-1 > h3 {
  margin-top: -3px;
  text-transform: capitalize;
}
body.search .col-1-1.page ul {
  line-height: 2;
  display: inline-block;
  margin-top: 5px;
}
body.search .col-1-1.page ul li {
  padding-right: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7e7e7;
}
body.search .col-1-1.page ul li:last-of-type {
  border-bottom: none;
}
body.search ul.mobile-links {
  line-height: 2;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 30px;
}
body.search ul.mobile-links li {
  padding-right: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7e7e7;
}
body.search ul.mobile-links li:last-of-type {
  border-bottom: none;
}
body.search form {
  position: relative;
}
body.search .main-tiles {
  width: calc(100% + 10px);
  margin-left: -5px;
}
body.search .col-1-3:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body.search .col-2-3:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body.search input[type="submit"] {
  width: 30px !important;
  position: absolute;
  top: 10px;
  right: 10px;
}
body.search .main-tiles .tile .inner .content-inner h3 {
  font-size: 20px;
}
@media all and (min-width: 1025px) {
  #searchpage-results .main-tiles .tile {
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    opacity: 0;
    -webkit-transform: translate3d(0, 65px, 0);
    -moz-transform: translate3d(0, 65px, 0);
    -ms-transform: translate3d(0, 65px, 0);
    -o-transform: translate3d(0, 65px, 0);
    transform: translate3d(0, 65px, 0);
  }
  #searchpage-results .main-tiles .tile:nth-of-type(1) {
    -webkit-transition: all 0.3s 0.1s ease-in-out;
    -moz-transition: all 0.3s 0.1s ease-in-out;
    -ms-transition: all 0.3s 0.1s ease-in-out;
    -o-transition: all 0.3s 0.1s ease-in-out;
    transition: all 0.3s 0.1s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(2) {
    -webkit-transition: all 0.3s 0.18s ease-in-out;
    -moz-transition: all 0.3s 0.18s ease-in-out;
    -ms-transition: all 0.3s 0.18s ease-in-out;
    -o-transition: all 0.3s 0.18s ease-in-out;
    transition: all 0.3s 0.18s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(3) {
    -webkit-transition: all 0.3s 0.26s ease-in-out;
    -moz-transition: all 0.3s 0.26s ease-in-out;
    -ms-transition: all 0.3s 0.26s ease-in-out;
    -o-transition: all 0.3s 0.26s ease-in-out;
    transition: all 0.3s 0.26s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(4) {
    -webkit-transition: all 0.3s 0.34s ease-in-out;
    -moz-transition: all 0.3s 0.34s ease-in-out;
    -ms-transition: all 0.3s 0.34s ease-in-out;
    -o-transition: all 0.3s 0.34s ease-in-out;
    transition: all 0.3s 0.34s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(5) {
    -webkit-transition: all 0.3s 0.42s ease-in-out;
    -moz-transition: all 0.3s 0.42s ease-in-out;
    -ms-transition: all 0.3s 0.42s ease-in-out;
    -o-transition: all 0.3s 0.42s ease-in-out;
    transition: all 0.3s 0.42s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(6) {
    -webkit-transition: all 0.3s 0.5s ease-in-out;
    -moz-transition: all 0.3s 0.5s ease-in-out;
    -ms-transition: all 0.3s 0.5s ease-in-out;
    -o-transition: all 0.3s 0.5s ease-in-out;
    transition: all 0.3s 0.5s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(7) {
    -webkit-transition: all 0.3s 0.58s ease-in-out;
    -moz-transition: all 0.3s 0.58s ease-in-out;
    -ms-transition: all 0.3s 0.58s ease-in-out;
    -o-transition: all 0.3s 0.58s ease-in-out;
    transition: all 0.3s 0.58s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(8) {
    -webkit-transition: all 0.3s 0.66s ease-in-out;
    -moz-transition: all 0.3s 0.66s ease-in-out;
    -ms-transition: all 0.3s 0.66s ease-in-out;
    -o-transition: all 0.3s 0.66s ease-in-out;
    transition: all 0.3s 0.66s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(9) {
    -webkit-transition: all 0.3s 0.74s ease-in-out;
    -moz-transition: all 0.3s 0.74s ease-in-out;
    -ms-transition: all 0.3s 0.74s ease-in-out;
    -o-transition: all 0.3s 0.74s ease-in-out;
    transition: all 0.3s 0.74s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(10) {
    -webkit-transition: all 0.3s 0.82s ease-in-out;
    -moz-transition: all 0.3s 0.82s ease-in-out;
    -ms-transition: all 0.3s 0.82s ease-in-out;
    -o-transition: all 0.3s 0.82s ease-in-out;
    transition: all 0.3s 0.82s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(11) {
    -webkit-transition: all 0.3s 0.9s ease-in-out;
    -moz-transition: all 0.3s 0.9s ease-in-out;
    -ms-transition: all 0.3s 0.9s ease-in-out;
    -o-transition: all 0.3s 0.9s ease-in-out;
    transition: all 0.3s 0.9s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(12) {
    -webkit-transition: all 0.3s 0.98s ease-in-out;
    -moz-transition: all 0.3s 0.98s ease-in-out;
    -ms-transition: all 0.3s 0.98s ease-in-out;
    -o-transition: all 0.3s 0.98s ease-in-out;
    transition: all 0.3s 0.98s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(13) {
    -webkit-transition: all 0.3s 1.06s ease-in-out;
    -moz-transition: all 0.3s 1.06s ease-in-out;
    -ms-transition: all 0.3s 1.06s ease-in-out;
    -o-transition: all 0.3s 1.06s ease-in-out;
    transition: all 0.3s 1.06s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(14) {
    -webkit-transition: all 0.3s 1.14s ease-in-out;
    -moz-transition: all 0.3s 1.14s ease-in-out;
    -ms-transition: all 0.3s 1.14s ease-in-out;
    -o-transition: all 0.3s 1.14s ease-in-out;
    transition: all 0.3s 1.14s ease-in-out;
  }
  #searchpage-results .main-tiles .tile:nth-of-type(15) {
    -webkit-transition: all 0.3s 1.2s ease-in-out;
    -moz-transition: all 0.3s 1.2s ease-in-out;
    -ms-transition: all 0.3s 1.2s ease-in-out;
    -o-transition: all 0.3s 1.2s ease-in-out;
    transition: all 0.3s 1.2s ease-in-out;
  }
  #searchpage-results.search-successful .main-tiles .tile {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#no-results h3,
#no-results p {
  opacity: 0;
  -webkit-transform: translate3d(0, 35px, 0);
  -moz-transform: translate3d(0, 35px, 0);
  -ms-transform: translate3d(0, 35px, 0);
  -o-transform: translate3d(0, 35px, 0);
  transform: translate3d(0, 35px, 0);
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -ms-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
}
#no-results.active h3,
#no-results.active p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#no-results p a {
  margin-left: 10px;
}
/* --------------------
	Breadcrumbs
-------------------- */
.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs span a {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 16px;
}
.breadcrumbs span a:after {
  font-family: 'sigmax';
  content: 'b';
  display: inline-block;
  padding: 0 10px;
  font-size: 10px;
}
.breadcrumbs .breadcrumb_last {
  display: none;
}
/* --------------------
	Main content
-------------------- */
.page-wrapper {
  width: 100%;
  padding-right: 40px;
  overflow-x: hidden;
}
.page-wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.page-wrapper .cntr {
  position: relative;
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
}
.page-wrapper .cntr:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.page-wrapper.fix-me {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.page-section {
  float: left;
  position: relative;
  width: 100%;
  padding: 60px 0 100px;
}
.page-section.section-off {
  margin-top: 40px;
}
.page-section.top-section {
  max-height: 710px;
  max-height: 960px;
  padding: 0;
}
.page-section.top-section .cntr {
  position: absolute;
  z-index: 10;
  height: 100%;
  pointer-events: none;
  top: 0;
}
@media all and (min-width: 1260px) {
  .page-section.top-section .cntr {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.page-section.top-section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body.tax-type .page-section.top-section .tag-container {
  display: none;
}
.page-section.top-section.top-section--2019-style {
  background: #00598f;
}
.page-section.top-section.top-section--2019-style .box-left h1 {
  color: #00598f;
  display: flex;
  align-items: center;
}
.page-section.top-section.top-section--2019-style .box-left h1 .title-logo {
  margin-right: 15px;
  height: 40px;
}
.page-section.top-section.top-section--2019-style .box-left .button {
  background: #50af47;
  border-color: #50af47;
  cursor: pointer;
}
.page-section.top-section.top-section--2019-style .box-left .button:hover {
  background: #489d40;
}
.page-section.project-section {
  /* max-height: 540px; */
  padding: 0;
  overflow: hidden;
}
.page-section.project-section .editor {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.page-section.project-section .cntr {
  position: absolute;
  z-index: 10;
  height: 100%;
  pointer-events: none;
  top: 0;
}
@media all and (min-width: 1260px) {
  .page-section.project-section .cntr {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.page-section.project-section .project-section__scan-element {
  position: absolute;
  width: 325px;
  height: 70px;
  left: 570px;
  top: calc(50% - 35px);
}
.page-section.project-section .project-section__scan-element:before {
  position: absolute;
  left: 0;
  top: 34px;
  width: calc(100% - 68px);
  height: 1px;
  background: white;
  content: "";
}
.page-section.project-section .project-section__scan-element:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  height: 68px;
  content: "";
  background: url('../..//images/scan-element.svg') center center / 70px no-repeat;
}
.page-section.case-section {
  max-height: 540px;
  padding: 0;
  overflow: hidden;
}
.page-section.case-section .cntr {
  position: absolute;
  z-index: 10;
  height: 100%;
  pointer-events: none;
}
@media all and (min-width: 1260px) {
  .page-section.case-section .cntr {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.page-section.case-section img {
  width: 100%;
  height: auto;
}
.page-section.bottom-section {
  max-height: 710px;
  padding: 0;
}
.page-section.bottom-section .cntr {
  position: absolute;
  z-index: 10;
  height: 100%;
  pointer-events: none;
}
@media all and (min-width: 1260px) {
  .page-section.bottom-section .cntr {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.page-section.image-section .cntr h2:first-of-type {
  position: relative;
  display: inline-block;
}
.page-section.image-section .cntr h2:first-of-type:after {
  position: absolute;
  background: white;
  top: 27px;
  left: calc(100% + 35px);
  height: 2px;
  width: 2000px;
  z-index: 1;
  content: "";
}
.page-section.image-section .cntr:before {
  /* .absolute; background: white; top: 27px; right: 0; height: 2px; width: ~"calc(100% - 440px)"; z-index: 1; content: "";  */
}
.page-section.image-section:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  z-index: 0;
  content: "";
}
.page-section .box-left {
  position: absolute;
  width: 540px;
  left: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.88);
  padding: 50px 30px;
  z-index: 10;
  pointer-events: all;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  max-width: 90%;
}
.page-section .box-left:before {
  position: absolute;
  height: 100%;
  width: 1000px;
  left: -1000px;
  top: 0;
  background: rgba(255, 255, 255, 0.88);
  content: "";
}
.page-section .box-left h1 {
  margin-bottom: 30px;
}
.page-section .box-left h1.uc {
  text-transform: uppercase;
}
.page-section .box-left h2 {
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  margin-bottom: 15px;
  font-size: 38px;
  line-height: 48px;
  color: #363636;
}
.page-section .box-left p {
  /* margin-bottom: 38px; */
  color: #7d7d7d;
  margin-bottom: 0 !important;
}
.page-section .box-left .button {
  margin-right: 10px;
  margin-top: 38px;
  float: left;
}
.page-section .box-left .button.outline {
  margin-top: 36px;
}
.page-section .box-left ul {
  position: relative;
  padding-left: 40px;
  margin-top: 20px;
}
.page-section .box-left ul li {
  margin-bottom: 20px;
  line-height: 1.5555;
  font-size: 18px;
  margin-bottom: 5px;
  color: #7d7d7d;
}
.page-section .box-left ul li:before {
  font-family: 'sigmax';
  position: absolute;
  content: 'a';
  left: 0px;
  color: #00598f;
}
.page-section .box-left--style-2019 {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  padding: 45px;
  border: 1px solid white;
}
.page-section .box-left--style-2019:before {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -5px;
  left: -5px;
  background: none;
  content: "";
  border-top: 5px solid white;
  border-left: 5px solid white;
  border-radius: 10px 0 0 0;
}
.page-section .box-left--style-2019:after {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  background: none;
  content: "";
  border-top: 5px solid white;
  border-right: 5px solid white;
  border-radius: 0 10px 0 0;
}
.page-section .box-left--style-2019 .type {
  font-size: 18px;
  margin-bottom: 0;
  color: #00598f;
}
.page-section .box-left--style-2019 h2,
.page-section .box-left--style-2019 p {
  color: #00598f;
}
.page-section .box-left--style-2019 .button {
  background: #00598f;
}
.page-section .box-left--style-2019 .button.white {
  border: 2px solid #00598f;
  color: #00598f;
  background: none;
  max-height: 56px;
}
.page-section .box-left--style-2019 .button:hover {
  background: #004976;
}
.page-section .box-left--style-2019 .button:hover.white {
  background: #00598f;
  color: white;
}
.page-section .box-left--style-2019 .box-left__bottom-squares {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
}
.page-section .box-left--style-2019 .box-left__bottom-squares:before {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -5px;
  left: -5px;
  background: none;
  content: "";
  border-bottom: 5px solid white;
  border-left: 5px solid white;
  border-radius: 0 0 0 10px;
}
.page-section .box-left--style-2019 .box-left__bottom-squares:after {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -5px;
  right: -5px;
  background: none;
  content: "";
  border-bottom: 5px solid white;
  border-right: 5px solid white;
  border-radius: 0 0 10px 0;
}
.page-section .box-left--white-view {
  background: none;
}
.page-section .box-left--white-view:before {
  display: none;
}
.page-section .box-left--white-view h2,
.page-section .box-left--white-view p {
  color: white;
}
.page-section .box-left--white-view h2.single-line {
  display: flex;
  flex-flow: column nowrap;
  text-transform: uppercase;
}
.page-section .box-left--white-view h2.single-line span {
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
}
@media only screen and (max-width: 640px) {
  .page-section .box-left--style-2019 {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-section .box-left--style-2019:before,
  .page-section .box-left--style-2019:after,
  .page-section .box-left--style-2019 .box-left__bottom-squares {
    display: none;
  }
  .page-section .box-left--white-view h2.single-line {
    color: #363636;
  }
  .page-section .box-left--white-view p {
    color: #7d7d7d;
  }
  .page-section .box-left--white-view .button.text-blue {
    border: 2px solid #00598f;
  }
}
.page-section.has-filter {
  padding-top: 148px;
}
@media only screen and (max-width: 550px) {
  .page-section.has-filter {
    padding-top: 40px;
  }
}
.page-section.no-divider {
  padding-top: 0;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 {
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .content-inner {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .content-inner:after {
  height: 150px;
  top: -150px;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .content-inner .tag-container {
  right: 15px;
  width: calc(100% - 20px);
  bottom: auto;
  top: 0;
  pointer-events: none;
  padding-bottom: 5px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li {
  float: right;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li span span {
  font-size: 10px;
  padding: 8px 8px 7px 8px;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .content-inner .article-title {
  padding-bottom: 15px;
  min-height: 74px;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .content-inner .article-title h3 {
  position: relative;
  padding: 15px 25px 0 15px;
  font-size: 16px;
  line-height: 22px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .content-inner .article-title h3:before {
  display: none;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .inner {
  padding-bottom: 85%;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .inner:before {
  top: 30px;
  width: calc(100% - 225px);
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .inner .tile__date-wrapper {
  top: 15px;
  left: 15px;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .inner .tile__date-wrapper h5 span {
  padding: 4px 8px 3px 8px;
  font-size: 10px;
  line-height: 1.8;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .inner .tile__date-wrapper h6 {
  font-size: 12px;
  line-height: 33px;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2.nieuws .inner .content-inner .event-data,
.page-section.updates-v2 .main-tiles .tile.tile-v2.case .inner .content-inner .event-data {
  margin-bottom: 0;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date,
.page-section.updates-v2 .main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date {
  position: relative;
  font-size: 14px;
  padding: 0 15px 0 40px;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date:before,
.page-section.updates-v2 .main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date:before {
  position: absolute;
  font-size: 14px;
  left: 15px;
  top: -3px;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2.case .inner:before {
  width: 45px !important;
}
.page-section.updates-v2 .main-tiles .tile.tile-v2 .tile-background {
  background-image: url('/wp-content/themes/sigmax/static/images/tile-placeholder-small.jpg');
}
.single-event .box-left .button {
  margin-top: 0 !important;
}
.single-event .project-section .box-left .button {
  margin-top: 38px !important;
}
.divider {
  float: left;
  text-align: center !important;
  width: 100%;
  min-height: 88px;
  background: white;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.divider a {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  position: relative;
  /* line-height: 88px; */
  height: 88px;
  font-size: 20px;
  padding-right: 27px;
}
.divider a span,
.divider a b {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  color: #00598f;
}
body.single-expertise .divider a span,
body.single-expertise .divider a b {
  font-family: 'Futura LT Heavy';
}
.divider a:after {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 12px;
  height: 12px;
  background: url('../..//images/arrow-down-gray.svg') center center no-repeat;
  background-size: 12px;
  content: "";
}
.divider a.no-arrow {
  padding-right: 0;
}
.divider a.no-arrow:after {
  display: none;
}
.divider.accent-red a span,
.divider.accent-red a b {
  color: #cb0045;
}
.divider.accent-blue a span,
.divider.accent-blue a b {
  color: #00598f;
}
.divider.gray-background {
  background: #f4f4f4;
}
.divider.with-social {
  position: relative;
  z-index: 2;
}
.divider.with-social .top-social {
  position: absolute;
  top: 36px;
  right: 25px;
  /*
			&:before 						{ .absolute; width: 1px; height: 36px; right: 6px; top: -8px; content: ""; background: fade(#666666, 25%); }
			&:after 						{ .absolute; width: 1px; height: 36px; left: 0px; top: -8px; content: ""; background: fade(#666666, 25%); }
	*/
}
.divider.with-social .top-social span {
  float: left;
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 18px;
  padding-top: 1px;
}
.divider.with-social .top-social li {
  float: left;
}
.divider.with-social .top-social li a {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 23px;
  padding-right: 0;
}
.divider.with-social .top-social li a:before {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 18px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.divider.with-social .top-social li a:after {
  display: none;
}
.divider.with-social .top-social li a.sigmax-twitter:before {
  top: 1px;
}
.divider.with-social .top-social li a:hover:before {
  color: #666666;
}
@media only screen and (max-width: 768px) {
  .divider.with-social {
    text-align: left !important;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .divider.with-social {
    text-align: center !important;
  }
  .divider.with-social .top-social {
    top: 103px;
  }
}
@media only screen and (max-width: 360px) {
  .divider.with-social a {
    font-size: 18px;
  }
}
/* --------------------
	Page | Home
-------------------- */
.home .breadcrumbs {
  display: none;
}
/* --------------------
	Page | Solutions
-------------------- */
.page-template-page-solutions .white-box-wrapper .inner,
.page-template-page-solutions_v2019 .white-box-wrapper .inner {
  padding-bottom: 262px;
}
.page-template-page-solutions .white-box-wrapper .inner h4,
.page-template-page-solutions_v2019 .white-box-wrapper .inner h4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #fff;
  padding-right: 1rem;
}
.page-template-page-solutions .white-box-wrapper .inner:before,
.page-template-page-solutions_v2019 .white-box-wrapper .inner:before {
  top: 76px;
}
@media only screen and (min-width: 1021px) {
  .page-template-page-solutions .white-box-wrapper .inner.ict-solutions-inner,
  .page-template-page-solutions_v2019 .white-box-wrapper .inner.ict-solutions-inner {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1020px) {
  .page-template-page-solutions .white-box-wrapper .inner.ict-solutions-inner .col-1-2.ict-solutions-list,
  .page-template-page-solutions_v2019 .white-box-wrapper .inner.ict-solutions-inner .col-1-2.ict-solutions-list {
    width: 100%;
  }
}
.page-template-page-solutions .white-box-wrapper ul,
.page-template-page-solutions_v2019 .white-box-wrapper ul {
  display: inline-block;
  margin-bottom: 2rem;
  margin-left: -10px;
  width: calc(100% + 20px);
}
.page-template-page-solutions .white-box-wrapper ul li,
.page-template-page-solutions_v2019 .white-box-wrapper ul li {
  line-height: 1.25;
  color: #7f7f7f !important;
  width: 50%;
  float: left;
  padding: 0 10px;
}
.page-template-page-solutions .white-box-wrapper ul li a,
.page-template-page-solutions_v2019 .white-box-wrapper ul li a {
  display: inline-block;
  position: relative;
  color: #828282 !important;
  font-size: 16px !important;
  padding: 0.825rem 1rem;
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
  padding-right: 45px;
  padding-left: 0;
}
.page-template-page-solutions .white-box-wrapper ul li a:after,
.page-template-page-solutions_v2019 .white-box-wrapper ul li a:after {
  position: absolute;
  font-family: 'sigmax';
  display: inline-block;
  content: 'b';
  right: 0;
  top: 50%;
  font-size: 14px;
  -webkit-transform: rotate(0deg) translate(-16px, -50%) !important;
  -moz-transform: rotate(0deg) translate(-16px, -50%) !important;
  -ms-transform: rotate(0deg) translate(-16px, -50%) !important;
  -o-transform: rotate(0deg) translate(-16px, -50%) !important;
  transform: rotate(0deg) translate(-16px, -50%) !important;
  transition: all 0.2s ease-in-out;
  color: #00598f !important;
}
.page-template-page-solutions .white-box-wrapper ul li a:hover:after,
.page-template-page-solutions_v2019 .white-box-wrapper ul li a:hover:after {
  -webkit-transform: rotate(0deg) translate(-11px, -50%) !important;
  -moz-transform: rotate(0deg) translate(-11px, -50%) !important;
  -ms-transform: rotate(0deg) translate(-11px, -50%) !important;
  -o-transform: rotate(0deg) translate(-11px, -50%) !important;
  transform: rotate(0deg) translate(-11px, -50%) !important;
}
.page-template-page-solutions .white-box-wrapper h5,
.page-template-page-solutions_v2019 .white-box-wrapper h5 {
  margin-bottom: 1rem;
  color: #00598f;
}
.page-template-page-solutions .white-box-wrapper a.expertise-title,
.page-template-page-solutions_v2019 .white-box-wrapper a.expertise-title {
  display: inline-block;
  margin-top: 3.5rem;
}
.page-template-page-solutions .white-box-wrapper a.expertise-title:first-of-type,
.page-template-page-solutions_v2019 .white-box-wrapper a.expertise-title:first-of-type {
  margin-top: 1rem;
}
.page-template-page-solutions .white-box-wrapper a.link-to-expertise,
.page-template-page-solutions_v2019 .white-box-wrapper a.link-to-expertise {
  display: block;
  width: 100%;
  padding-right: 30px;
  margin-bottom: 2.5rem;
  color: #999999;
  position: relative;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -ms-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}
.page-template-page-solutions .white-box-wrapper a.link-to-expertise:after,
.page-template-page-solutions_v2019 .white-box-wrapper a.link-to-expertise:after {
  position: absolute;
  font-family: 'sigmax';
  display: inline-block;
  content: 'b';
  right: 0;
  top: 8px;
  font-size: 14px;
  -webkit-transform: rotate(0deg) translate(-16px, -50%) !important;
  -moz-transform: rotate(0deg) translate(-16px, -50%) !important;
  -ms-transform: rotate(0deg) translate(-16px, -50%) !important;
  -o-transform: rotate(0deg) translate(-16px, -50%) !important;
  transform: rotate(0deg) translate(-16px, -50%) !important;
  transition: all 0.2s ease-in-out;
  color: #00598f !important;
}
.page-template-page-solutions .white-box-wrapper a.link-to-expertise:hover:after,
.page-template-page-solutions_v2019 .white-box-wrapper a.link-to-expertise:hover:after {
  -webkit-transform: rotate(0deg) translate(-11px, -50%) !important;
  -moz-transform: rotate(0deg) translate(-11px, -50%) !important;
  -ms-transform: rotate(0deg) translate(-11px, -50%) !important;
  -o-transform: rotate(0deg) translate(-11px, -50%) !important;
  transform: rotate(0deg) translate(-11px, -50%) !important;
}
.page-template-page-solutions .white-box-wrapper a.link-to-expertise:hover,
.page-template-page-solutions_v2019 .white-box-wrapper a.link-to-expertise:hover {
  color: #595959;
}
.page-template-page-solutions .white-box-wrapper .go-to-expertise,
.page-template-page-solutions_v2019 .white-box-wrapper .go-to-expertise {
  display: inline-block;
  /* width: ~'calc(100% + 100px)'; margin-left: -50px; padding: 0 50px; */
  margin-bottom: 2rem;
  position: absolute;
  left: 50px;
  bottom: 20px;
  width: calc(100% - 100px);
  max-width: 490px;
  padding: 20px;
  background: #F7F7F7;
  background-size: cover;
  padding-top: 62px;
  overflow: hidden;
  background-position: 60% center;
}
.page-template-page-solutions .white-box-wrapper .go-to-expertise span,
.page-template-page-solutions_v2019 .white-box-wrapper .go-to-expertise span {
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 16px;
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  color: #fff;
  padding: 1rem 1rem;
  border: 2px solid #00598f;
  border-radius: 4px;
  background-color: #00598f;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -ms-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}
.page-template-page-solutions .white-box-wrapper .go-to-expertise span:hover,
.page-template-page-solutions_v2019 .white-box-wrapper .go-to-expertise span:hover {
  color: #fff;
  border: 2px solid #00395c;
  background: #00395c;
}
.page-template-page-solutions .white-box-wrapper .go-to-expertise h5,
.page-template-page-solutions_v2019 .white-box-wrapper .go-to-expertise h5 {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 300px;
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 20px;
  line-height: 30px;
}
.page-template-page-solutions .white-box-wrapper .go-to-expertise:after,
.page-template-page-solutions_v2019 .white-box-wrapper .go-to-expertise:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 0;
  content: "";
}
@media only screen and (min-width: 1021px) {
  .page-template-page-solutions .white-box-wrapper .go-to-expertise.col-1-2,
  .page-template-page-solutions_v2019 .white-box-wrapper .go-to-expertise.col-1-2 {
    width: calc(50% - 50px);
    position: relative;
    left: 50px;
    bottom: auto;
    max-width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1020px) {
  .page-template-page-solutions .white-box-wrapper .go-to-expertise.software-expertise,
  .page-template-page-solutions_v2019 .white-box-wrapper .go-to-expertise.software-expertise {
    width: calc(50% - 50px);
    position: relative;
    left: 50px;
    bottom: auto;
    max-width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1020px) {
  .page-template-page-solutions .solutions-and-marktsegmenten-list,
  .page-template-page-solutions_v2019 .solutions-and-marktsegmenten-list {
    width: 50%;
    float: left;
  }
  .page-template-page-solutions .white-box-wrapper .inner,
  .page-template-page-solutions_v2019 .white-box-wrapper .inner {
    padding-bottom: 50px;
  }
}
.page-template-page-solutions .page-section:not(.top-section),
.page-template-page-solutions_v2019 .page-section:not(.top-section) {
  padding: 60px 0 20px;
}
@media all and (max-width: 1024px) {
  .page-template-page-solutions .white-box-wrapper,
  .page-template-page-solutions_v2019 .white-box-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .page-template-page-solutions .white-box-wrapper ul li,
  .page-template-page-solutions_v2019 .white-box-wrapper ul li {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .page-template-page-solutions .white-box-wrapper .go-to-expertise,
  .page-template-page-solutions_v2019 .white-box-wrapper .go-to-expertise {
    left: 0;
    width: 100%;
    margin-bottom: 0;
    bottom: 0;
    background-position: 60% center;
  }
  .page-template-page-solutions .white-box-wrapper .inner,
  .page-template-page-solutions_v2019 .white-box-wrapper .inner {
    padding-bottom: 240px;
  }
  .page-template-page-solutions .white-box-wrapper .inner:before,
  .page-template-page-solutions_v2019 .white-box-wrapper .inner:before {
    top: 60px;
  }
  .page-template-page-solutions .white-box-wrapper .go-to-expertise:after,
  .page-template-page-solutions_v2019 .white-box-wrapper .go-to-expertise:after {
    height: 190px;
  }
}
/* --------------------
	Page | What's new
-------------------- */
.page-template-page-whatsnew .button.load_more,
.page-template-page-whatsnew-v2 .button.load_more,
body.tag .button.load_more,
.tax-type .button.load_more,
.page-template-page-cases-v2 .button.load_more,
.page-template-page-whatsnew .button.load_more_v2,
.page-template-page-whatsnew-v2 .button.load_more_v2,
body.tag .button.load_more_v2,
.tax-type .button.load_more_v2,
.page-template-page-cases-v2 .button.load_more_v2,
.page-template-page-whatsnew .button.load_more_v3,
.page-template-page-whatsnew-v2 .button.load_more_v3,
body.tag .button.load_more_v3,
.tax-type .button.load_more_v3,
.page-template-page-cases-v2 .button.load_more_v3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 144.438px;
}
.page-template-page-whatsnew .button.load_more img,
.page-template-page-whatsnew-v2 .button.load_more img,
body.tag .button.load_more img,
.tax-type .button.load_more img,
.page-template-page-cases-v2 .button.load_more img,
.page-template-page-whatsnew .button.load_more_v2 img,
.page-template-page-whatsnew-v2 .button.load_more_v2 img,
body.tag .button.load_more_v2 img,
.tax-type .button.load_more_v2 img,
.page-template-page-cases-v2 .button.load_more_v2 img,
.page-template-page-whatsnew .button.load_more_v3 img,
.page-template-page-whatsnew-v2 .button.load_more_v3 img,
body.tag .button.load_more_v3 img,
.tax-type .button.load_more_v3 img,
.page-template-page-cases-v2 .button.load_more_v3 img {
  margin-bottom: -7px;
  display: none;
}
.page-template-page-whatsnew .button.load_more_v3,
.page-template-page-whatsnew-v2 .button.load_more_v3,
body.tag .button.load_more_v3,
.tax-type .button.load_more_v3,
.page-template-page-cases-v2 .button.load_more_v3 {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-template-page-whatsnew .button.load_more_v3.hide-btn,
.page-template-page-whatsnew-v2 .button.load_more_v3.hide-btn,
body.tag .button.load_more_v3.hide-btn,
.tax-type .button.load_more_v3.hide-btn,
.page-template-page-cases-v2 .button.load_more_v3.hide-btn {
  opacity: 0;
  -webkit-transition: all 0.01s ease-in-out;
  -moz-transition: all 0.01s ease-in-out;
  -ms-transition: all 0.01s ease-in-out;
  -o-transition: all 0.01s ease-in-out;
  transition: all 0.01s ease-in-out;
}
.page-template-page-whatsnew .button.load_more.loading,
.page-template-page-whatsnew-v2 .button.load_more.loading,
body.tag .button.load_more.loading,
.tax-type .button.load_more.loading,
.page-template-page-cases-v2 .button.load_more.loading,
.page-template-page-whatsnew .button.load_more_v2.loading .button.load_more_v3.loading,
.page-template-page-whatsnew-v2 .button.load_more_v2.loading .button.load_more_v3.loading,
body.tag .button.load_more_v2.loading .button.load_more_v3.loading,
.tax-type .button.load_more_v2.loading .button.load_more_v3.loading,
.page-template-page-cases-v2 .button.load_more_v2.loading .button.load_more_v3.loading {
  background: #00598f;
  color: white;
}
.page-template-page-whatsnew .button.load_more.loading span,
.page-template-page-whatsnew-v2 .button.load_more.loading span,
body.tag .button.load_more.loading span,
.tax-type .button.load_more.loading span,
.page-template-page-cases-v2 .button.load_more.loading span,
.page-template-page-whatsnew .button.load_more_v2.loading .button.load_more_v3.loading span,
.page-template-page-whatsnew-v2 .button.load_more_v2.loading .button.load_more_v3.loading span,
body.tag .button.load_more_v2.loading .button.load_more_v3.loading span,
.tax-type .button.load_more_v2.loading .button.load_more_v3.loading span,
.page-template-page-cases-v2 .button.load_more_v2.loading .button.load_more_v3.loading span {
  display: none;
}
.page-template-page-whatsnew .button.load_more.loading img,
.page-template-page-whatsnew-v2 .button.load_more.loading img,
body.tag .button.load_more.loading img,
.tax-type .button.load_more.loading img,
.page-template-page-cases-v2 .button.load_more.loading img,
.page-template-page-whatsnew .button.load_more_v2.loading .button.load_more_v3.loading img,
.page-template-page-whatsnew-v2 .button.load_more_v2.loading .button.load_more_v3.loading img,
body.tag .button.load_more_v2.loading .button.load_more_v3.loading img,
.tax-type .button.load_more_v2.loading .button.load_more_v3.loading img,
.page-template-page-cases-v2 .button.load_more_v2.loading .button.load_more_v3.loading img {
  display: inline-block;
}
.page-template-page-whatsnew .button.disabled,
.page-template-page-whatsnew-v2 .button.disabled,
body.tag .button.disabled,
.tax-type .button.disabled,
.page-template-page-cases-v2 .button.disabled {
  pointer-events: none;
}
/* --------------------
	Page | What's new V2
-------------------- */
.page-template-page-whatsnew-v2 .page-section .box-left .breadcrumbs,
body.tag .page-section .box-left .breadcrumbs,
body.single-medewerker .page-section .box-left .breadcrumbs,
.tax-type .page-section .box-left .breadcrumbs,
.page-template-page-cases-v2 .page-section .box-left .breadcrumbs {
  margin-bottom: 20px;
}
.page-template-page-whatsnew-v2 .page-section .box-left h1,
body.tag .page-section .box-left h1,
body.single-medewerker .page-section .box-left h1,
.tax-type .page-section .box-left h1,
.page-template-page-cases-v2 .page-section .box-left h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.page-template-page-whatsnew-v2 .page-section.page-section-whatsnew-v2,
body.tag .page-section.page-section-whatsnew-v2,
body.single-medewerker .page-section.page-section-whatsnew-v2,
.tax-type .page-section.page-section-whatsnew-v2,
.page-template-page-cases-v2 .page-section.page-section-whatsnew-v2 {
  padding-top: 0;
}
.page-template-page-whatsnew-v2 .page-section .news-wrapper,
body.tag .page-section .news-wrapper,
body.single-medewerker .page-section .news-wrapper,
.tax-type .page-section .news-wrapper,
.page-template-page-cases-v2 .page-section .news-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-page-whatsnew-v2 .page-section .box-left,
body.tag .page-section .box-left,
body.single-medewerker .page-section .box-left,
.tax-type .page-section .box-left,
.page-template-page-cases-v2 .page-section .box-left {
  background: #f4f4f4;
  padding: 0 30px 0 30px;
}
.page-template-page-whatsnew-v2 .page-section .box-left:before,
body.tag .page-section .box-left:before,
body.single-medewerker .page-section .box-left:before,
.tax-type .page-section .box-left:before,
.page-template-page-cases-v2 .page-section .box-left:before {
  background: #f4f4f4;
}
.page-template-page-whatsnew-v2 .sidebar,
body.tag .sidebar,
body.single-medewerker .sidebar,
.tax-type .sidebar,
.page-template-page-cases-v2 .sidebar {
  float: left;
  width: 100%;
  max-width: 325px;
  padding-right: 25px;
  padding-top: 10px;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines,
body.tag .sidebar .main-lines,
body.single-medewerker .sidebar .main-lines,
.tax-type .sidebar .main-lines,
.page-template-page-cases-v2 .sidebar .main-lines {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 25px 0;
  border: 2px solid #e9e8e9;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .toggle-filter,
body.tag .sidebar .main-lines .toggle-filter,
body.single-medewerker .sidebar .main-lines .toggle-filter,
.tax-type .sidebar .main-lines .toggle-filter,
.page-template-page-cases-v2 .sidebar .main-lines .toggle-filter {
  display: none;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines h2,
body.tag .sidebar .main-lines h2,
body.single-medewerker .sidebar .main-lines h2,
.tax-type .sidebar .main-lines h2,
.page-template-page-cases-v2 .sidebar .main-lines h2 {
  position: relative;
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  color: #363636;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 10px;
  cursor: pointer;
}
body.single-expertise .page-template-page-whatsnew-v2 .sidebar .main-lines h2,
body.single-expertise body.tag .sidebar .main-lines h2,
body.single-expertise body.single-medewerker .sidebar .main-lines h2,
body.single-expertise .tax-type .sidebar .main-lines h2,
body.single-expertise .page-template-page-cases-v2 .sidebar .main-lines h2 {
  font-family: 'Futura LT Heavy';
}
.page-template-page-whatsnew-v2 .sidebar .main-lines h2 svg,
body.tag .sidebar .main-lines h2 svg,
body.single-medewerker .sidebar .main-lines h2 svg,
.tax-type .sidebar .main-lines h2 svg,
.page-template-page-cases-v2 .sidebar .main-lines h2 svg {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  right: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines h2.open svg,
body.tag .sidebar .main-lines h2.open svg,
body.single-medewerker .sidebar .main-lines h2.open svg,
.tax-type .sidebar .main-lines h2.open svg,
.page-template-page-cases-v2 .sidebar .main-lines h2.open svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-template-page-whatsnew-v2 .sidebar .main-lines input[type="radio"],
body.tag .sidebar .main-lines input[type="radio"],
body.single-medewerker .sidebar .main-lines input[type="radio"],
.tax-type .sidebar .main-lines input[type="radio"],
.page-template-page-cases-v2 .sidebar .main-lines input[type="radio"] {
  width: 20px;
  height: 20px;
  background: white;
  border-color: #bbbabc;
  cursor: pointer;
  margin-left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines input[type="radio"]:checked:after,
body.tag .sidebar .main-lines input[type="radio"]:checked:after,
body.single-medewerker .sidebar .main-lines input[type="radio"]:checked:after,
.tax-type .sidebar .main-lines input[type="radio"]:checked:after,
.page-template-page-cases-v2 .sidebar .main-lines input[type="radio"]:checked:after {
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-left: 3px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines input[type="checkbox"],
body.tag .sidebar .main-lines input[type="checkbox"],
body.single-medewerker .sidebar .main-lines input[type="checkbox"],
.tax-type .sidebar .main-lines input[type="checkbox"],
.page-template-page-cases-v2 .sidebar .main-lines input[type="checkbox"] {
  width: 25px;
  height: 25px;
  margin: 3px;
  background: white;
  cursor: pointer;
  margin-left: 0;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines input[type="checkbox"]:checked,
body.tag .sidebar .main-lines input[type="checkbox"]:checked,
body.single-medewerker .sidebar .main-lines input[type="checkbox"]:checked,
.tax-type .sidebar .main-lines input[type="checkbox"]:checked,
.page-template-page-cases-v2 .sidebar .main-lines input[type="checkbox"]:checked {
  background: #00598f;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines input[type="checkbox"]:checked:after,
body.tag .sidebar .main-lines input[type="checkbox"]:checked:after,
body.single-medewerker .sidebar .main-lines input[type="checkbox"]:checked:after,
.tax-type .sidebar .main-lines input[type="checkbox"]:checked:after,
.page-template-page-cases-v2 .sidebar .main-lines input[type="checkbox"]:checked:after {
  font-size: 12px;
  left: 7px;
  top: 9px;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .filter,
body.tag .sidebar .main-lines .filter,
body.single-medewerker .sidebar .main-lines .filter,
.tax-type .sidebar .main-lines .filter,
.page-template-page-cases-v2 .sidebar .main-lines .filter {
  position: relative;
  margin-bottom: 10;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .wpcf7-list-item,
body.tag .sidebar .main-lines .wpcf7-list-item,
body.single-medewerker .sidebar .main-lines .wpcf7-list-item,
.tax-type .sidebar .main-lines .wpcf7-list-item,
.page-template-page-cases-v2 .sidebar .main-lines .wpcf7-list-item {
  margin-bottom: 5px;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .wpcf7-list-item span,
body.tag .sidebar .main-lines .wpcf7-list-item span,
body.single-medewerker .sidebar .main-lines .wpcf7-list-item span,
.tax-type .sidebar .main-lines .wpcf7-list-item span,
.page-template-page-cases-v2 .sidebar .main-lines .wpcf7-list-item span,
.page-template-page-whatsnew-v2 .sidebar .main-lines .wpcf7-list-item label,
body.tag .sidebar .main-lines .wpcf7-list-item label,
body.single-medewerker .sidebar .main-lines .wpcf7-list-item label,
.tax-type .sidebar .main-lines .wpcf7-list-item label,
.page-template-page-cases-v2 .sidebar .main-lines .wpcf7-list-item label {
  font-family: 'Myriad Pro Regular';
  font-weight: normal !important;
  font-size: 15px;
  padding-left: 15px;
  padding-top: 4px;
  color: #363636;
  max-width: calc(100% - 36px);
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .wpcf7-list-item label,
body.tag .sidebar .main-lines .wpcf7-list-item label,
body.single-medewerker .sidebar .main-lines .wpcf7-list-item label,
.tax-type .sidebar .main-lines .wpcf7-list-item label,
.page-template-page-cases-v2 .sidebar .main-lines .wpcf7-list-item label {
  cursor: pointer;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .filter-type,
body.tag .sidebar .main-lines .filter-type,
body.single-medewerker .sidebar .main-lines .filter-type,
.tax-type .sidebar .main-lines .filter-type,
.page-template-page-cases-v2 .sidebar .main-lines .filter-type {
  display: inline-block;
  width: 100%;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .filter-type .wpcf7-list-item,
body.tag .sidebar .main-lines .filter-type .wpcf7-list-item,
body.single-medewerker .sidebar .main-lines .filter-type .wpcf7-list-item,
.tax-type .sidebar .main-lines .filter-type .wpcf7-list-item,
.page-template-page-cases-v2 .sidebar .main-lines .filter-type .wpcf7-list-item {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .filter-expertise .wpcf7-list-item,
body.tag .sidebar .main-lines .filter-expertise .wpcf7-list-item,
body.single-medewerker .sidebar .main-lines .filter-expertise .wpcf7-list-item,
.tax-type .sidebar .main-lines .filter-expertise .wpcf7-list-item,
.page-template-page-cases-v2 .sidebar .main-lines .filter-expertise .wpcf7-list-item {
  margin-bottom: 5px;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .filter-expertise .wpcf7-list-item span,
body.tag .sidebar .main-lines .filter-expertise .wpcf7-list-item span,
body.single-medewerker .sidebar .main-lines .filter-expertise .wpcf7-list-item span,
.tax-type .sidebar .main-lines .filter-expertise .wpcf7-list-item span,
.page-template-page-cases-v2 .sidebar .main-lines .filter-expertise .wpcf7-list-item span,
.page-template-page-whatsnew-v2 .sidebar .main-lines .filter-expertise .wpcf7-list-item label,
body.tag .sidebar .main-lines .filter-expertise .wpcf7-list-item label,
body.single-medewerker .sidebar .main-lines .filter-expertise .wpcf7-list-item label,
.tax-type .sidebar .main-lines .filter-expertise .wpcf7-list-item label,
.page-template-page-cases-v2 .sidebar .main-lines .filter-expertise .wpcf7-list-item label {
  padding-top: 7px;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .tag-container,
body.tag .sidebar .main-lines .tag-container,
body.single-medewerker .sidebar .main-lines .tag-container,
.tax-type .sidebar .main-lines .tag-container,
.page-template-page-cases-v2 .sidebar .main-lines .tag-container {
  position: relative;
  right: auto;
  bottom: auto;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .tag-container .tags,
body.tag .sidebar .main-lines .tag-container .tags,
body.single-medewerker .sidebar .main-lines .tag-container .tags,
.tax-type .sidebar .main-lines .tag-container .tags,
.page-template-page-cases-v2 .sidebar .main-lines .tag-container .tags {
  float: left;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .tag-container .tags li,
body.tag .sidebar .main-lines .tag-container .tags li,
body.single-medewerker .sidebar .main-lines .tag-container .tags li,
.tax-type .sidebar .main-lines .tag-container .tags li,
.page-template-page-cases-v2 .sidebar .main-lines .tag-container .tags li {
  margin-left: 0;
  margin-right: 5px;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .tag-container .tags li .tag,
body.tag .sidebar .main-lines .tag-container .tags li .tag,
body.single-medewerker .sidebar .main-lines .tag-container .tags li .tag,
.tax-type .sidebar .main-lines .tag-container .tags li .tag,
.page-template-page-cases-v2 .sidebar .main-lines .tag-container .tags li .tag {
  display: inline-block;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .tag-container .tags li .tag span,
body.tag .sidebar .main-lines .tag-container .tags li .tag span,
body.single-medewerker .sidebar .main-lines .tag-container .tags li .tag span,
.tax-type .sidebar .main-lines .tag-container .tags li .tag span,
.page-template-page-cases-v2 .sidebar .main-lines .tag-container .tags li .tag span {
  display: inline-block;
  border-color: #00598f;
  color: #00598f;
  font-size: 10px;
  padding: 8px 8px 7px 8px;
  margin-bottom: 5px;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .tag-container .tags li .tag:hover span,
body.tag .sidebar .main-lines .tag-container .tags li .tag:hover span,
body.single-medewerker .sidebar .main-lines .tag-container .tags li .tag:hover span,
.tax-type .sidebar .main-lines .tag-container .tags li .tag:hover span,
.page-template-page-cases-v2 .sidebar .main-lines .tag-container .tags li .tag:hover span {
  background: #00598f;
  color: white;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines .tag-container .tags li.current-tag .tag span,
body.tag .sidebar .main-lines .tag-container .tags li.current-tag .tag span,
body.single-medewerker .sidebar .main-lines .tag-container .tags li.current-tag .tag span,
.tax-type .sidebar .main-lines .tag-container .tags li.current-tag .tag span,
.page-template-page-cases-v2 .sidebar .main-lines .tag-container .tags li.current-tag .tag span {
  background: #00598f;
  color: white;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines form fieldset,
body.tag .sidebar .main-lines form fieldset,
body.single-medewerker .sidebar .main-lines form fieldset,
.tax-type .sidebar .main-lines form fieldset,
.page-template-page-cases-v2 .sidebar .main-lines form fieldset {
  overflow: hidden;
  height: 100%;
  max-height: 1px;
  margin-bottom: 12px;
  padding-top: 5px;
  border-bottom: 1px solid rgba(54, 54, 54, 0.1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines form fieldset.open,
body.tag .sidebar .main-lines form fieldset.open,
body.single-medewerker .sidebar .main-lines form fieldset.open,
.tax-type .sidebar .main-lines form fieldset.open,
.page-template-page-cases-v2 .sidebar .main-lines form fieldset.open {
  max-height: 2000px;
}
.page-template-page-whatsnew-v2 .sidebar .main-lines form fieldset:last-child,
body.tag .sidebar .main-lines form fieldset:last-child,
body.single-medewerker .sidebar .main-lines form fieldset:last-child,
.tax-type .sidebar .main-lines form fieldset:last-child,
.page-template-page-cases-v2 .sidebar .main-lines form fieldset:last-child {
  border-bottom: 1px solid rgba(54, 54, 54, 0);
}
.page-template-page-whatsnew-v2 .main-tiles,
body.tag .main-tiles,
body.single-medewerker .main-tiles,
.tax-type .main-tiles,
.page-template-page-cases-v2 .main-tiles {
  float: left;
  width: calc(100% - 315px);
  padding-left: 15px;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2,
body.tag .main-tiles .tile.tile-v2,
body.single-medewerker .main-tiles .tile.tile-v2,
.tax-type .main-tiles .tile.tile-v2,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 {
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .content-inner,
body.tag .main-tiles .tile.tile-v2 .content-inner,
body.single-medewerker .main-tiles .tile.tile-v2 .content-inner,
.tax-type .main-tiles .tile.tile-v2 .content-inner,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .content-inner {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .content-inner:after,
body.tag .main-tiles .tile.tile-v2 .content-inner:after,
body.single-medewerker .main-tiles .tile.tile-v2 .content-inner:after,
.tax-type .main-tiles .tile.tile-v2 .content-inner:after,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .content-inner:after {
  height: 150px;
  top: -150px;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .content-inner .tag-container,
body.tag .main-tiles .tile.tile-v2 .content-inner .tag-container,
body.single-medewerker .main-tiles .tile.tile-v2 .content-inner .tag-container,
.tax-type .main-tiles .tile.tile-v2 .content-inner .tag-container,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .content-inner .tag-container {
  right: 15px;
  width: calc(100% - 20px);
  bottom: auto;
  top: 0;
  pointer-events: none;
  padding-bottom: 5px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li,
body.tag .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li,
body.single-medewerker .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li,
.tax-type .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li {
  float: right;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li span span,
body.tag .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li span span,
body.single-medewerker .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li span span,
.tax-type .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li span span,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li span span {
  font-size: 10px;
  padding: 8px 8px 7px 8px;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .content-inner .article-title,
body.tag .main-tiles .tile.tile-v2 .content-inner .article-title,
body.single-medewerker .main-tiles .tile.tile-v2 .content-inner .article-title,
.tax-type .main-tiles .tile.tile-v2 .content-inner .article-title,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .content-inner .article-title {
  padding-bottom: 15px;
  min-height: 96px;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .content-inner .article-title h3,
body.tag .main-tiles .tile.tile-v2 .content-inner .article-title h3,
body.single-medewerker .main-tiles .tile.tile-v2 .content-inner .article-title h3,
.tax-type .main-tiles .tile.tile-v2 .content-inner .article-title h3,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .content-inner .article-title h3 {
  position: relative;
  padding: 15px 25px 0 15px;
  font-size: 16px;
  line-height: 22px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .content-inner .article-title h3:before,
body.tag .main-tiles .tile.tile-v2 .content-inner .article-title h3:before,
body.single-medewerker .main-tiles .tile.tile-v2 .content-inner .article-title h3:before,
.tax-type .main-tiles .tile.tile-v2 .content-inner .article-title h3:before,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .content-inner .article-title h3:before {
  display: none;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner,
body.tag .main-tiles .tile.tile-v2 .inner,
body.single-medewerker .main-tiles .tile.tile-v2 .inner,
.tax-type .main-tiles .tile.tile-v2 .inner,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner {
  padding-bottom: 115%;
  padding-bottom: 90%;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner:before,
body.tag .main-tiles .tile.tile-v2 .inner:before,
body.single-medewerker .main-tiles .tile.tile-v2 .inner:before,
.tax-type .main-tiles .tile.tile-v2 .inner:before,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner:before {
  top: 30px;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner .tile__date-wrapper,
body.tag .main-tiles .tile.tile-v2 .inner .tile__date-wrapper,
body.single-medewerker .main-tiles .tile.tile-v2 .inner .tile__date-wrapper,
.tax-type .main-tiles .tile.tile-v2 .inner .tile__date-wrapper,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner .tile__date-wrapper {
  top: 15px;
  left: 15px;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner .tile__date-wrapper h5 span,
body.tag .main-tiles .tile.tile-v2 .inner .tile__date-wrapper h5 span,
body.single-medewerker .main-tiles .tile.tile-v2 .inner .tile__date-wrapper h5 span,
.tax-type .main-tiles .tile.tile-v2 .inner .tile__date-wrapper h5 span,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner .tile__date-wrapper h5 span {
  padding: 4px 8px 3px 8px;
  font-size: 10px;
  line-height: 1.8;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner .tile__date-wrapper h6,
body.tag .main-tiles .tile.tile-v2 .inner .tile__date-wrapper h6,
body.single-medewerker .main-tiles .tile.tile-v2 .inner .tile__date-wrapper h6,
.tax-type .main-tiles .tile.tile-v2 .inner .tile__date-wrapper h6,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner .tile__date-wrapper h6 {
  font-size: 12px;
  line-height: 33px;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2.nieuws .inner .content-inner .event-data,
body.tag .main-tiles .tile.tile-v2.nieuws .inner .content-inner .event-data,
body.single-medewerker .main-tiles .tile.tile-v2.nieuws .inner .content-inner .event-data,
.tax-type .main-tiles .tile.tile-v2.nieuws .inner .content-inner .event-data,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2.nieuws .inner .content-inner .event-data,
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2.case .inner .content-inner .event-data,
body.tag .main-tiles .tile.tile-v2.case .inner .content-inner .event-data,
body.single-medewerker .main-tiles .tile.tile-v2.case .inner .content-inner .event-data,
.tax-type .main-tiles .tile.tile-v2.case .inner .content-inner .event-data,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2.case .inner .content-inner .event-data {
  margin-bottom: 0;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date,
body.tag .main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date,
body.single-medewerker .main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date,
.tax-type .main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date,
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date,
body.tag .main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date,
body.single-medewerker .main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date,
.tax-type .main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date {
  position: relative;
  font-size: 14px;
  padding: 0 15px 0 40px;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date:before,
body.tag .main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date:before,
body.single-medewerker .main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date:before,
.tax-type .main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date:before,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date:before,
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date:before,
body.tag .main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date:before,
body.single-medewerker .main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date:before,
.tax-type .main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date:before,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date:before {
  position: absolute;
  font-size: 14px;
  left: 15px;
  top: -3px;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2.case .inner:before,
body.tag .main-tiles .tile.tile-v2.case .inner:before,
body.single-medewerker .main-tiles .tile.tile-v2.case .inner:before,
.tax-type .main-tiles .tile.tile-v2.case .inner:before,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2.case .inner:before {
  width: 45px !important;
}
.page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .tile-background,
body.tag .main-tiles .tile.tile-v2 .tile-background,
body.single-medewerker .main-tiles .tile.tile-v2 .tile-background,
.tax-type .main-tiles .tile.tile-v2 .tile-background,
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .tile-background {
  background-image: url('/wp-content/themes/sigmax/static/images/tile-placeholder-small.jpg');
}
.page-template-page-whatsnew-v2 .load-more-container,
body.tag .load-more-container,
body.single-medewerker .load-more-container,
.tax-type .load-more-container,
.page-template-page-cases-v2 .load-more-container {
  float: right;
  width: calc(100% - 365px);
}
.page-template-page-whatsnew-v2 .main-tiles.news-container-v3,
body.tag .main-tiles.news-container-v3,
body.single-medewerker .main-tiles.news-container-v3,
.tax-type .main-tiles.news-container-v3,
.page-template-page-cases-v2 .main-tiles.news-container-v3 {
  opacity: 1;
  -webkit-transition: opacity 0.6s 0.3s ease;
  -moz-transition: opacity 0.6s 0.3s ease;
  -ms-transition: opacity 0.6s 0.3s ease;
  -o-transition: opacity 0.6s 0.3s ease;
  transition: opacity 0.6s 0.3s ease;
}
.page-template-page-whatsnew-v2 .main-tiles.news-container-v3.hide-cont,
body.tag .main-tiles.news-container-v3.hide-cont,
body.single-medewerker .main-tiles.news-container-v3.hide-cont,
.tax-type .main-tiles.news-container-v3.hide-cont,
.page-template-page-cases-v2 .main-tiles.news-container-v3.hide-cont {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-template-page-whatsnew-v2 .main-tiles.news-container-v3 .tile.tile-v2.hide-tile,
body.tag .main-tiles.news-container-v3 .tile.tile-v2.hide-tile,
body.single-medewerker .main-tiles.news-container-v3 .tile.tile-v2.hide-tile,
.tax-type .main-tiles.news-container-v3 .tile.tile-v2.hide-tile,
.page-template-page-cases-v2 .main-tiles.news-container-v3 .tile.tile-v2.hide-tile {
  height: auto;
  max-height: 0px;
  margin-bottom: 0;
  padding-top: 0;
  opacity: 0;
  visibility: visible;
}
.page-template-page-whatsnew-v2 .main-tiles.news-container-v3 .tile.tile-v2.hide-tile.show-tile,
body.tag .main-tiles.news-container-v3 .tile.tile-v2.hide-tile.show-tile,
body.single-medewerker .main-tiles.news-container-v3 .tile.tile-v2.hide-tile.show-tile,
.tax-type .main-tiles.news-container-v3 .tile.tile-v2.hide-tile.show-tile,
.page-template-page-cases-v2 .main-tiles.news-container-v3 .tile.tile-v2.hide-tile.show-tile {
  height: auto;
  opacity: 1;
  margin-bottom: 10px;
  padding-top: 10px;
  max-height: 280px;
  -webkit-transition: max-height 0.01s ease, opacity 0.3s 0.3s ease;
  -moz-transition: max-height 0.01s ease, opacity 0.3s 0.3s ease;
  -ms-transition: max-height 0.01s ease, opacity 0.3s 0.3s ease;
  -o-transition: max-height 0.01s ease, opacity 0.3s 0.3s ease;
  transition: max-height 0.01s ease, opacity 0.3s 0.3s ease;
}
.page-template-page-cases-v2 .main-tiles {
  width: 100%;
  padding-left: 0;
}
.page-template-page-cases-v2 .main-tiles .tile.tile-v2 .content-inner .article-title {
  min-height: 74px;
}
body.tag .sidebar .main-lines {
  padding-bottom: 15px;
}
@media only screen and (max-width: 1150px) {
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2,
  body.tag .main-tiles .tile.tile-v2,
  body.single-medewerker .main-tiles .tile.tile-v2,
  .tax-type .main-tiles .tile.tile-v2,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 {
    width: 50%;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner,
  body.tag .main-tiles .tile.tile-v2 .inner,
  body.single-medewerker .main-tiles .tile.tile-v2 .inner,
  .tax-type .main-tiles .tile.tile-v2 .inner,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner {
    padding-bottom: 85%;
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner .content-inner h3,
  body.tag .main-tiles .tile.tile-v2 .inner .content-inner h3,
  body.single-medewerker .main-tiles .tile.tile-v2 .inner .content-inner h3,
  .tax-type .main-tiles .tile.tile-v2 .inner .content-inner h3,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner .content-inner h3 {
    padding: 15px;
    padding-right: 35px;
    padding-bottom: 0;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner .content-inner h3:before,
  body.tag .main-tiles .tile.tile-v2 .inner .content-inner h3:before,
  body.single-medewerker .main-tiles .tile.tile-v2 .inner .content-inner h3:before,
  .tax-type .main-tiles .tile.tile-v2 .inner .content-inner h3:before,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner .content-inner h3:before {
    bottom: 22px;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner .content-inner.has-date .date,
  body.tag .main-tiles .tile.tile-v2 .inner .content-inner.has-date .date,
  body.single-medewerker .main-tiles .tile.tile-v2 .inner .content-inner.has-date .date,
  .tax-type .main-tiles .tile.tile-v2 .inner .content-inner.has-date .date,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner .content-inner.has-date .date {
    padding: 0 15px 0 40px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-page-whatsnew-v2 .sidebar,
  body.tag .sidebar,
  body.single-medewerker .sidebar,
  .tax-type .sidebar,
  .page-template-page-cases-v2 .sidebar {
    max-width: 280px;
  }
  .page-template-page-whatsnew-v2 .main-tiles,
  body.tag .main-tiles,
  body.single-medewerker .main-tiles,
  .tax-type .main-tiles,
  .page-template-page-cases-v2 .main-tiles {
    width: calc(100% - 280px);
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile .inner:before,
  body.tag .main-tiles .tile .inner:before,
  body.single-medewerker .main-tiles .tile .inner:before,
  .tax-type .main-tiles .tile .inner:before,
  .page-template-page-cases-v2 .main-tiles .tile .inner:before {
    top: 30px;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile .inner .tile__date-wrapper,
  body.tag .main-tiles .tile .inner .tile__date-wrapper,
  body.single-medewerker .main-tiles .tile .inner .tile__date-wrapper,
  .tax-type .main-tiles .tile .inner .tile__date-wrapper,
  .page-template-page-cases-v2 .main-tiles .tile .inner .tile__date-wrapper {
    left: 15px;
    top: 15px;
  }
  .page-template-page-cases-v2 .main-tiles {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2,
  body.tag .main-tiles .tile.tile-v2,
  body.single-medewerker .main-tiles .tile.tile-v2,
  .tax-type .main-tiles .tile.tile-v2,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 {
    width: 100%;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner,
  body.tag .main-tiles .tile.tile-v2 .inner,
  body.single-medewerker .main-tiles .tile.tile-v2 .inner,
  .tax-type .main-tiles .tile.tile-v2 .inner,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner {
    padding-bottom: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-whatsnew-v2 .sidebar,
  body.tag .sidebar,
  body.single-medewerker .sidebar,
  .tax-type .sidebar,
  .page-template-page-cases-v2 .sidebar {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .page-template-page-whatsnew-v2 .sidebar .main-lines h2,
  body.tag .sidebar .main-lines h2,
  body.single-medewerker .sidebar .main-lines h2,
  .tax-type .sidebar .main-lines h2,
  .page-template-page-cases-v2 .sidebar .main-lines h2 {
    margin-bottom: 15px;
  }
  .page-template-page-whatsnew-v2 .sidebar .main-lines .filter-type,
  body.tag .sidebar .main-lines .filter-type,
  body.single-medewerker .sidebar .main-lines .filter-type,
  .tax-type .sidebar .main-lines .filter-type,
  .page-template-page-cases-v2 .sidebar .main-lines .filter-type {
    overflow: hidden;
  }
  .page-template-page-whatsnew-v2 .sidebar .main-lines .filter-type .wpcf7-list-item,
  body.tag .sidebar .main-lines .filter-type .wpcf7-list-item,
  body.single-medewerker .sidebar .main-lines .filter-type .wpcf7-list-item,
  .tax-type .sidebar .main-lines .filter-type .wpcf7-list-item,
  .page-template-page-cases-v2 .sidebar .main-lines .filter-type .wpcf7-list-item {
    float: left;
    width: 25%;
  }
  .page-template-page-whatsnew-v2 .sidebar .main-lines .filter-expertise .wpcf7-list-item,
  body.tag .sidebar .main-lines .filter-expertise .wpcf7-list-item,
  body.single-medewerker .sidebar .main-lines .filter-expertise .wpcf7-list-item,
  .tax-type .sidebar .main-lines .filter-expertise .wpcf7-list-item,
  .page-template-page-cases-v2 .sidebar .main-lines .filter-expertise .wpcf7-list-item {
    float: left;
    width: 50%;
  }
  .page-template-page-whatsnew-v2 .main-tiles,
  body.tag .main-tiles,
  body.single-medewerker .main-tiles,
  .tax-type .main-tiles,
  .page-template-page-cases-v2 .main-tiles {
    width: calc(100% + 20px);
    padding-left: 0;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2,
  body.tag .main-tiles .tile.tile-v2,
  body.single-medewerker .main-tiles .tile.tile-v2,
  .tax-type .main-tiles .tile.tile-v2,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 {
    width: 50%;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner,
  body.tag .main-tiles .tile.tile-v2 .inner,
  body.single-medewerker .main-tiles .tile.tile-v2 .inner,
  .tax-type .main-tiles .tile.tile-v2 .inner,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner {
    padding-bottom: 100%;
  }
  .page-template-page-whatsnew-v2 .load-more-container,
  body.tag .load-more-container,
  body.single-medewerker .load-more-container,
  .tax-type .load-more-container,
  .page-template-page-cases-v2 .load-more-container {
    width: 100%;
  }
  .page-template-page-cases-v2 .main-tiles {
    width: calc(100% + 20px);
  }
}
@media only screen and (max-width: 640px) {
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner,
  body.tag .main-tiles .tile.tile-v2 .inner,
  body.single-medewerker .main-tiles .tile.tile-v2 .inner,
  .tax-type .main-tiles .tile.tile-v2 .inner,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner {
    padding-bottom: 125%;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .content-inner .article-title,
  body.tag .main-tiles .tile.tile-v2 .content-inner .article-title,
  body.single-medewerker .main-tiles .tile.tile-v2 .content-inner .article-title,
  .tax-type .main-tiles .tile.tile-v2 .content-inner .article-title,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 .content-inner .article-title {
    min-height: 0;
    height: auto !important;
  }
}
@media only screen and (max-width: 540px) {
  .page-template-page-whatsnew-v2 .sidebar .main-lines,
  body.tag .sidebar .main-lines,
  body.single-medewerker .sidebar .main-lines,
  .tax-type .sidebar .main-lines,
  .page-template-page-cases-v2 .sidebar .main-lines {
    padding: 15px 15px 0 15px;
  }
  .page-template-page-whatsnew-v2 .sidebar .main-lines .wpcf7-list-item,
  body.tag .sidebar .main-lines .wpcf7-list-item,
  body.single-medewerker .sidebar .main-lines .wpcf7-list-item,
  .tax-type .sidebar .main-lines .wpcf7-list-item,
  .page-template-page-cases-v2 .sidebar .main-lines .wpcf7-list-item {
    margin-bottom: 8px;
  }
  .page-template-page-whatsnew-v2 .sidebar .main-lines h2,
  body.tag .sidebar .main-lines h2,
  body.single-medewerker .sidebar .main-lines h2,
  .tax-type .sidebar .main-lines h2,
  .page-template-page-cases-v2 .sidebar .main-lines h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-template-page-whatsnew-v2 .sidebar .main-lines .filter-type .wpcf7-list-item,
  body.tag .sidebar .main-lines .filter-type .wpcf7-list-item,
  body.single-medewerker .sidebar .main-lines .filter-type .wpcf7-list-item,
  .tax-type .sidebar .main-lines .filter-type .wpcf7-list-item,
  .page-template-page-cases-v2 .sidebar .main-lines .filter-type .wpcf7-list-item {
    width: 100%;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2,
  body.tag .main-tiles .tile.tile-v2,
  body.single-medewerker .main-tiles .tile.tile-v2,
  .tax-type .main-tiles .tile.tile-v2,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 {
    width: 100%;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner,
  body.tag .main-tiles .tile.tile-v2 .inner,
  body.single-medewerker .main-tiles .tile.tile-v2 .inner,
  .tax-type .main-tiles .tile.tile-v2 .inner,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-whatsnew-v2 .page-section.page-section-whatsnew-v2,
  body.tag .page-section.page-section-whatsnew-v2,
  body.single-medewerker .page-section.page-section-whatsnew-v2,
  .tax-type .page-section.page-section-whatsnew-v2,
  .page-template-page-cases-v2 .page-section.page-section-whatsnew-v2 {
    padding-top: 30px;
  }
  .page-template-page-whatsnew-v2 .page-section.top-section .cntr,
  body.tag .page-section.top-section .cntr,
  body.single-medewerker .page-section.top-section .cntr,
  .tax-type .page-section.top-section .cntr,
  .page-template-page-cases-v2 .page-section.top-section .cntr {
    position: absolute;
    height: 100%;
  }
  .page-template-page-whatsnew-v2 .page-section .box-left,
  body.tag .page-section .box-left,
  body.single-medewerker .page-section .box-left,
  .tax-type .page-section .box-left,
  .page-template-page-cases-v2 .page-section .box-left {
    padding: 40px 20px 0 20px;
  }
  .page-template-page-whatsnew-v2 .sidebar,
  body.tag .sidebar,
  body.single-medewerker .sidebar,
  .tax-type .sidebar,
  .page-template-page-cases-v2 .sidebar {
    margin-top: 20px;
  }
  .page-template-page-whatsnew-v2 .sidebar .main-lines .filter-expertise .wpcf7-list-item,
  body.tag .sidebar .main-lines .filter-expertise .wpcf7-list-item,
  body.single-medewerker .sidebar .main-lines .filter-expertise .wpcf7-list-item,
  .tax-type .sidebar .main-lines .filter-expertise .wpcf7-list-item,
  .page-template-page-cases-v2 .sidebar .main-lines .filter-expertise .wpcf7-list-item {
    width: 100%;
  }
  .page-template-page-whatsnew-v2 .sidebar .main-lines .tag-container,
  body.tag .sidebar .main-lines .tag-container,
  body.single-medewerker .sidebar .main-lines .tag-container,
  .tax-type .sidebar .main-lines .tag-container,
  .page-template-page-cases-v2 .sidebar .main-lines .tag-container {
    background: none;
    padding: 0;
    padding-top: 5px;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner .content-inner .tag-container,
  body.tag .main-tiles .tile.tile-v2 .inner .content-inner .tag-container,
  body.single-medewerker .main-tiles .tile.tile-v2 .inner .content-inner .tag-container,
  .tax-type .main-tiles .tile.tile-v2 .inner .content-inner .tag-container,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner .content-inner .tag-container {
    position: absolute;
    background: none;
    padding: 0 0 5px 0;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags,
  body.tag .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags,
  body.single-medewerker .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags,
  .tax-type .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags {
    float: right;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags li,
  body.tag .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags li,
  body.single-medewerker .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags li,
  .tax-type .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags li,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags li {
    float: right;
    margin-right: 0;
    margin-left: 10px;
  }
  .page-template-page-whatsnew-v2 .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags li span,
  body.tag .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags li span,
  body.single-medewerker .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags li span,
  .tax-type .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags li span,
  .page-template-page-cases-v2 .main-tiles .tile.tile-v2 .inner .content-inner .tag-container .tags li span {
    border-color: white;
    color: white;
  }
  body.tag .sidebar .main-lines {
    max-height: 100%;
  }
}
/* --------------------
	Page | Cases
-------------------- */
.page-template-page-cases #filter-cases .case,
.page-template-page-cases-v2 #filter-cases .case {
  width: 50%;
}
.page-template-page-cases #filter-cases .case .inner,
.page-template-page-cases-v2 #filter-cases .case .inner {
  padding-bottom: 53%;
}
.page-template-page-cases #filter-cases .case .inner h5,
.page-template-page-cases-v2 #filter-cases .case .inner h5 {
  position: absolute;
  display: inline-block;
  max-width: calc(100% - 60px);
}
.page-template-page-cases #filter-cases .case .inner h5:after,
.page-template-page-cases-v2 #filter-cases .case .inner h5:after {
  position: absolute;
  background: white;
  top: 15px;
  left: 100%;
  height: 2px;
  width: 500px;
  z-index: 0;
  content: "";
  z-index: 5;
  margin-left: 5px;
}
.page-template-page-cases #filter-cases .case .inner h5:empty:after,
.page-template-page-cases-v2 #filter-cases .case .inner h5:empty:after {
  display: none !important;
}
.page-template-page-cases #filter-cases .case .inner:before,
.page-template-page-cases-v2 #filter-cases .case .inner:before {
  display: none;
  width: calc(100% - 100px);
}
.page-template-page-cases #filter-cases .case.domain .inner h5:after,
.page-template-page-cases-v2 #filter-cases .case.domain .inner h5:after {
  background: #00598f;
}
.page-template-page-cases .dropdown,
.page-template-page-cases-v2 .dropdown {
  max-height: 300px;
  overflow: scroll;
  border-radius: 0 0 3px 3px;
  border-bottom: 1px;
  border-bottom: 2px solid #c9c9c9;
}
/* --------------------
	Page | Partners
-------------------- */
.page-template-page-partners .white-box-wrapper .inner {
  position: relative;
  text-align: center;
  min-height: 150px;
  height: 150px;
  margin-bottom: 20px;
}
.page-template-page-partners .white-box-wrapper .inner img {
  position: absolute;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  max-width: 24vw;
  height: auto;
  max-height: 70px;
  width: auto;
}
.page-template-page-partners .white-box-wrapper .inner:hover img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}
@-moz-document url-prefix() {
  .page-template-page-partners .white-box-wrapper .inner img {
    filter: grayscale(100%);
  }
  .page-template-page-partners .white-box-wrapper .inner:hover img {
    filter: grayscale(0%);
  }
}
/* --------------------
	Page | Contact
-------------------- */
#map {
  height: 450px;
}
/* --------------------
	Page | Support
-------------------- */
.page-template-page-support .has-tiles + .has-tiles .tile .tile {
  padding-bottom: 90px !important;
}
.page-template-page-support .has-tiles + .has-tiles .tile .tile .button {
  position: absolute;
  bottom: 45px;
}
/* --------------------
	Page | Contact
-------------------- */
.page-id-21 .custom-section .tile .tile h2:after {
  top: 27px;
}
/* --------------------
	Single | Event
-------------------- */
.single-event form input[type="text"],
.single-event form input[type="email"] {
  width: 100%;
}
.single-event form .ar a,
.single-event form .al a {
  margin: 10px 0;
}
.single-event form .ar p,
.single-event form .al p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 0;
}
.single-event .event-amount-signup {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  color: #999999;
  margin-left: 15px;
}
.single-event .event-amount-signup span {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  color: #cb0045;
}
body.single-expertise .single-event .event-amount-signup span {
  font-family: 'Futura LT Heavy';
}
.event-data {
  margin-bottom: 28px;
}
.event-data .place,
.event-data .date {
  font-size: 18px;
  line-height: 28px;
  color: #999999;
}
.event-data .place:before {
  font-family: 'sigmax';
  font-size: 15px;
  content: 'c';
  margin-right: 15px;
}
.event-data .date:before {
  font-family: 'sigmax';
  font-size: 15px;
  content: 'd';
  margin-right: 15px;
}
.event-data.event-data-v2 {
  margin-top: 28px;
  margin-bottom: 0;
}
/* --------------------
	Page | Succesvolle installatie
-------------------- */
body.page-id-2044 .page-section .box-left {
  /* width: 680px; */
}
/* --------------------
	Page | Landingspagina
-------------------- */
body.page-template-page-landingspagina {
  padding-top: 70px;
  background: #fff;
}
@media all and (max-width: 480px) {
  body.page-template-page-landingspagina {
    padding-top: 35px;
  }
}
body.page-template-page-landingspagina .sigmax-svg-logo {
  max-width: 340px;
  display: block;
  margin: 0 auto;
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  -o-transform: translateX(-12px);
  transform: translateX(-12px);
}
body.page-template-page-landingspagina h1 {
  font-size: 18px;
  font-family: 'Myriad Pro Regular';
  font-weight: normal !important;
  color: rgba(53, 53, 53, 0.702);
  line-height: 1.556;
  text-align: center;
  max-width: 590px;
  display: block;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media all and (max-width: 480px) {
  body.page-template-page-landingspagina h1 {
    font-size: 16px;
  }
}
body.page-template-page-landingspagina .language-group {
  width: 20%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
}
body.page-template-page-landingspagina .language-group .language-group-title {
  padding: 12px;
  background: white;
  width: 100%;
  padding: 17px;
  font-size: 16px;
  font-family: 'Myriad Pro Bold';
  font-weight: normal !important;
  color: #00598f;
  font-weight: bold;
  cursor: default;
}
body.page-template-page-landingspagina .language-group .language-group-wrapper {
  width: 100%;
  background: #f6f6f6;
}
body.page-template-page-landingspagina .language-group .language-group-wrapper .single-language:not(:first-of-type) {
  margin-top: -1px;
}
body.page-template-page-landingspagina .language-group .language-group-wrapper .single-language {
  display: inline-block;
  width: 100%;
  float: left;
  background: #f0f0f0;
  padding: 12px 17px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  color: #999999;
  position: relative;
}
body.page-template-page-landingspagina .language-group .language-group-wrapper .single-language:nth-of-type(1),
body.page-template-page-landingspagina .language-group .language-group-wrapper .single-language:nth-of-type(2) {
  border-top: 1px solid #dddddd;
}
body.page-template-page-landingspagina .language-group .language-group-wrapper .single-language:hover {
  background: #e9e9e9;
  color: #00598f;
}
body.page-template-page-landingspagina .language-group .language-group-wrapper .single-language:hover:after {
  background-image: url('/wp-content/themes/sigmax/static/images/arrow-down-blue.svg');
}
body.page-template-page-landingspagina .language-group .language-group-wrapper .single-language:after {
  position: absolute;
  display: inline-block;
  padding-left: 10px;
  width: 12px;
  height: 12px;
  background: url('/wp-content/themes/sigmax/static/images/arrow-down-gray.svg') center center no-repeat;
  background-size: 10px;
  content: "";
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
body.page-template-page-landingspagina .language-group .language-group-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media all and (max-width: 768px) {
  body.page-template-page-landingspagina .language-group {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 480px) {
  body.page-template-page-landingspagina .language-group {
    width: 100%;
  }
}
body.page-template-page-landingspagina:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url('/wp-content/themes/sigmax/static/images/dotted.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: -1;
  background-position: top center;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  position: fixed;
}
@media all and (max-width: 480px) {
  body.page-template-page-landingspagina:after {
    position: absolute;
  }
}
body.page-template-page-landingspagina [data-lang] {
  display: inline-block;
  padding-left: 32px;
  position: relative;
}
body.page-template-page-landingspagina [data-lang]:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  overflow: hidden;
}
body.page-template-page-landingspagina [data-lang="nl"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/nl.svg');
}
body.page-template-page-landingspagina [data-lang="be"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/be.svg');
}
body.page-template-page-landingspagina [data-lang="ch"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/ch.svg');
}
body.page-template-page-landingspagina [data-lang="fr"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/fr.svg');
}
body.page-template-page-landingspagina [data-lang="de"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/de.svg');
}
body.page-template-page-landingspagina [data-lang="eu"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/eu.svg');
}
body.page-template-page-landingspagina [data-lang="gb"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/gb.svg');
}
.page-section-logo-slider,
.page-section-logo-slider-2021 {
  padding: 0 !important;
}
.page-section-logo-slider .button,
.page-section-logo-slider-2021 .button {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page-section-logo-slider,
  .page-section-logo-slider-2021 {
    padding: 0 !important;
  }
}
/* --------------------
	Single | solution
-------------------- */
.sigmax-logo-slider {
  margin: 50px 0;
}
.sigmax-logo-slider .slick-slide {
  position: relative;
  min-height: 75px;
  padding: 0 20px;
}
.sigmax-logo-slider .slick-slide img {
  position: relative;
  position: absolute;
  max-height: 70px;
  max-width: 24px;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  max-width: 100%;
  max-width: 200px;
  height: auto !important;
}
.sigmax-logo-slider .slick-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 70px;
}
.sigmax-logo-slider .slick-slide:hover img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}
.sigmax-logo-slider .slick-track {
  margin: 0 auto;
}
.sigmax-logo-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  background: none;
  border: 0;
  text-indent: -9999px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
.sigmax-logo-slider .slick-arrow:before {
  position: absolute;
  width: 30px;
  height: 25px;
  left: 50%;
  top: 50%;
  content: "";
  background: url('/wp-content/themes/sigmax/static/images/arrow-down-gray.svg') center center / 25px no-repeat;
}
.sigmax-logo-slider .slick-arrow.slick-prev {
  left: -50px;
}
.sigmax-logo-slider .slick-arrow.slick-prev:before {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.sigmax-logo-slider .slick-arrow.slick-next {
  right: -50px;
}
.sigmax-logo-slider .slick-arrow.slick-next:before {
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
@media only screen and (max-width: 1320px) {
  .sigmax-logo-slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .sigmax-logo-slider .slick-arrow.slick-next {
    right: -30px;
  }
}
@-moz-document url-prefix() {
  .sigmax-logo-slider .slick-slide img {
    filter: grayscale(100%);
  }
  .sigmax-logo-slider .slick-slide:hover img {
    filter: grayscale(0%);
  }
}
/* --------------------
	Single | support
-------------------- */
.page-template-page-support .white-box-wrapper .inner:before {
  width: 25%;
  top: 60px;
}
/* --------------------
	Page builder sections
-------------------- */
.custom-section {
  width: 100%;
  height: auto;
  display: inline-block;
  float: left;
  /* --------------------
	Editor
	-------------------- */
  /* --------------------
	Een kolom
	-------------------- */
  /* --------------------
	Twee koloms
	-------------------- */
  /* --------------------
	Drie koloms
	-------------------- */
  /* --------------------
	Four koloms
	-------------------- */
  /* --------------------
	Pagina brede afbeelding
	-------------------- */
  /* --------------------
	Gecentreerde header
	-------------------- */
  /* --------------------
	Types
	-------------------- */
  /* --------------------
	Standaard stijlen - items
	-------------------- */
  /* --------------------
	Backgrounds
	-------------------- */
  /* --------------------
	2019
	-------------------- */
}
.custom-section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.custom-section .editor.blue {
  /* standard styles */
}
.custom-section .editor.red h1,
.custom-section .editor.red h2,
.custom-section .editor.red h3,
.custom-section .editor.red h4,
.custom-section .editor.red h5,
.custom-section .editor.red h6 {
  color: #cb0045;
}
.custom-section.one-col .tekst,
.custom-section.one-col .video {
  padding-top: 65px;
  padding-bottom: 65px;
}
.custom-section.one-col .afbeelding {
  min-height: 500px;
}
.custom-section.one-col .tile .cntr.editor {
  padding-top: 65px;
  padding-bottom: 65px;
}
.custom-section.two-col .left,
.custom-section.two-col .right {
  width: 50%;
  float: left;
  padding-top: 65px;
  padding-bottom: 65px;
}
.custom-section.two-col .left {
  padding-left: calc((100% - 1260px) / 2);
}
.custom-section.two-col .right {
  padding-right: calc((100% - 1260px) / 2);
}
.custom-section.two-col .afbeelding {
  min-height: 500px;
}
.custom-section.two-col .tile:first-of-type {
  padding-right: 10px;
}
.custom-section.two-col .tile:first-of-type .editor {
  padding-right: 0;
}
.custom-section.two-col .tile:last-of-type {
  padding-left: 10px;
}
.custom-section.two-col .tile:last-of-type .editor {
  padding-left: 0;
}
.custom-section.three-col .left,
.custom-section.three-col .right,
.custom-section.three-col .middle {
  width: 33.333333%;
  float: left;
  padding-top: 65px;
  padding-bottom: 65px;
}
.custom-section.three-col .left,
.custom-section.three-col .right,
.custom-section.three-col .middle {
  max-width: 420px;
  width: 100%;
  box-sizing: content-box;
  float: left;
}
@media all and (max-width: 1300px) {
  .custom-section.three-col .left,
  .custom-section.three-col .right,
  .custom-section.three-col .middle {
    width: 33.333333%;
    box-sizing: border-box;
  }
}
.custom-section.three-col .left {
  padding-left: calc((100% - 1260px) / 2) !important;
}
.custom-section.three-col .right {
  padding-right: calc((100% - 1260px) / 2) !important;
}
.custom-section.four-col .left,
.custom-section.four-col .right,
.custom-section.four-col .middle-left,
.custom-section.four-col .middle-right {
  width: 25%;
  float: left;
  padding-top: 65px;
  padding-bottom: 65px;
}
.custom-section.four-col .left,
.custom-section.four-col .right,
.custom-section.four-col .middle-left,
.custom-section.four-col .middle-right {
  max-width: 315px;
  width: 100%;
  box-sizing: content-box;
  float: left;
}
@media all and (max-width: 1300px) {
  .custom-section.four-col .left,
  .custom-section.four-col .right,
  .custom-section.four-col .middle-left,
  .custom-section.four-col .middle-right {
    width: 25%;
    box-sizing: border-box;
  }
}
.custom-section.four-col .left {
  padding-left: calc((100% - 1260px) / 2) !important;
}
.custom-section.four-col .right {
  padding-right: calc((100% - 1260px) / 2) !important;
}
.custom-section.four-col .tile .tile.icon_field .inner-icon-block .icon-image {
  width: 46px;
  height: 46px;
}
.custom-section.four-col .tile .tile.icon_field .inner-icon-block .icon-text {
  width: calc(100% - 46px);
  padding-left: 25px;
}
.custom-section.pagina-brede-afbeelding .afbeelding {
  min-height: 500px;
}
.custom-section.gecentreerde-header {
  padding-top: 55px;
  padding-bottom: 5px;
}
.custom-section.gecentreerde-header h1,
.custom-section.gecentreerde-header h2,
.custom-section.gecentreerde-header h3,
.custom-section.gecentreerde-header h4,
.custom-section.gecentreerde-header h5,
.custom-section.gecentreerde-header h6 {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}
.custom-section.gecentreerde-header h1:after,
.custom-section.gecentreerde-header h2:after,
.custom-section.gecentreerde-header h3:after,
.custom-section.gecentreerde-header h4:after,
.custom-section.gecentreerde-header h5:after,
.custom-section.gecentreerde-header h6:after {
  content: '';
  position: absolute;
  background: #00598f;
  top: 27px;
  left: calc(100% + 35px);
  height: 2px;
  width: 2000px;
  z-index: 1;
}
.custom-section.gecentreerde-header h1:after {
  top: 30px;
}
.custom-section.gecentreerde-header h2:after {
  top: 27px;
}
.custom-section.gecentreerde-header h3:after {
  top: 20px;
}
.custom-section.gecentreerde-header h4:after {
  top: 14px;
}
.custom-section.gecentreerde-header h5:after {
  top: 27px;
}
.custom-section.gecentreerde-header h6:after {
  top: 7px;
}
.custom-section.gecentreerde-header .editor.red h1:after,
.custom-section.gecentreerde-header .editor.red h2:after,
.custom-section.gecentreerde-header .editor.red h3:after,
.custom-section.gecentreerde-header .editor.red h4:after,
.custom-section.gecentreerde-header .editor.red h5:after,
.custom-section.gecentreerde-header .editor.red h6:after {
  background: #cb0045;
}
.custom-section.gecentreerde-header.bg-white {
  background: white;
}
.custom-section.gecentreerde-header.bg-gray {
  background: #f4f4f4;
}
.custom-section.gecentreerde-header.bg-red {
  background: #cb0045;
}
.custom-section.gecentreerde-header.bg-red .editor h1,
.custom-section.gecentreerde-header.bg-red .editor h2,
.custom-section.gecentreerde-header.bg-red .editor h3,
.custom-section.gecentreerde-header.bg-red .editor h4,
.custom-section.gecentreerde-header.bg-red .editor h5,
.custom-section.gecentreerde-header.bg-red .editor h6 {
  color: white;
}
.custom-section.gecentreerde-header.bg-red .editor h1:after,
.custom-section.gecentreerde-header.bg-red .editor h2:after,
.custom-section.gecentreerde-header.bg-red .editor h3:after,
.custom-section.gecentreerde-header.bg-red .editor h4:after,
.custom-section.gecentreerde-header.bg-red .editor h5:after,
.custom-section.gecentreerde-header.bg-red .editor h6:after {
  background: #fff;
}
.custom-section.gecentreerde-header.bg-red .editor p {
  color: white;
}
.custom-section.gecentreerde-header.bg-blue {
  background: #00598f;
}
.custom-section.gecentreerde-header.bg-blue .editor h1,
.custom-section.gecentreerde-header.bg-blue .editor h2,
.custom-section.gecentreerde-header.bg-blue .editor h3,
.custom-section.gecentreerde-header.bg-blue .editor h4,
.custom-section.gecentreerde-header.bg-blue .editor h5,
.custom-section.gecentreerde-header.bg-blue .editor h6 {
  color: white;
}
.custom-section.gecentreerde-header.bg-blue .editor h1:after,
.custom-section.gecentreerde-header.bg-blue .editor h2:after,
.custom-section.gecentreerde-header.bg-blue .editor h3:after,
.custom-section.gecentreerde-header.bg-blue .editor h4:after,
.custom-section.gecentreerde-header.bg-blue .editor h5:after,
.custom-section.gecentreerde-header.bg-blue .editor h6:after {
  background: #fff;
}
.custom-section.gecentreerde-header.bg-blue .editor p {
  color: white;
}
.custom-section .tekst img {
  max-width: 100%;
  height: auto;
}
.custom-section .afbeelding {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  min-height: 500px;
}
.custom-section .afbeelding .full-background-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-section .afbeelding .full-background-image:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.custom-section .afbeelding .full-background-image.bg-align-top {
  background-position: center top;
}
.custom-section .afbeelding .full-background-image.bg-align-bottom {
  background-position: center bottom;
}
.custom-section .afbeelding img.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.custom-section .slider {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-section .tile .tile {
  padding: 45px !important;
  overflow: hidden;
}
.custom-section .tile .tile h1,
.custom-section .tile .tile h2,
.custom-section .tile .tile h3,
.custom-section .tile .tile h4,
.custom-section .tile .tile h5,
.custom-section .tile .tile h6 {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-right: 30px;
}
.custom-section .tile .tile h1:after,
.custom-section .tile .tile h2:after,
.custom-section .tile .tile h3:after,
.custom-section .tile .tile h4:after,
.custom-section .tile .tile h5:after,
.custom-section .tile .tile h6:after {
  position: absolute;
  background: #f4f4f4;
  top: 20px;
  left: 100%;
  height: 2px;
  width: 1140px;
  z-index: 0;
  content: "";
  z-index: 5;
}
.custom-section .tile .tile h2:after {
  top: 25px;
}
.custom-section .tile .tile h4:after {
  top: 16px;
}
.custom-section .tile .tile ul li {
  font-size: 16px;
}
.custom-section .tile .tile.bg-white {
  background: white;
}
.custom-section .tile .tile.bg-gray {
  background: #f4f4f4;
}
.custom-section .tile .tile.bg-blue {
  background: #00598f;
}
.custom-section .tile .tile.bg-blue h1,
.custom-section .tile .tile.bg-blue h2,
.custom-section .tile .tile.bg-blue h3,
.custom-section .tile .tile.bg-blue h4,
.custom-section .tile .tile.bg-blue h5,
.custom-section .tile .tile.bg-blue h6 {
  color: white;
}
.custom-section .tile .tile.bg-blue p,
.custom-section .tile .tile.bg-blue a {
  color: white;
}
.custom-section .tile .tile.bg-blue .button.text-blue {
  color: #00598f;
}
.custom-section .tile .tile.bg-blue a {
  font-weight: bold;
}
.custom-section .tile .tile.bg-blue ul li {
  color: white;
}
.custom-section .tile .tile.bg-blue ul li:before {
  color: white;
}
.custom-section .tile .tile.bg-red {
  background: #cb0045;
}
.custom-section .tile .tile.bg-red h1,
.custom-section .tile .tile.bg-red h2,
.custom-section .tile .tile.bg-red h3,
.custom-section .tile .tile.bg-red h4,
.custom-section .tile .tile.bg-red h5,
.custom-section .tile .tile.bg-red h6 {
  color: white;
}
.custom-section .tile .tile.bg-red p,
.custom-section .tile .tile.bg-red a {
  color: white;
}
.custom-section .tile .tile.bg-red a {
  font-weight: bold;
}
.custom-section .tile .tile.bg-red ul li {
  color: white;
}
.custom-section .tile .tile.bg-red ul li:before {
  color: white;
}
.custom-section .tile .tile.icon_field table td {
  vertical-align: middle;
}
.custom-section .tile .tile.icon_field table td:last-of-type {
  padding-left: 15px;
  font-size: 18px;
  font-weight: 600;
}
.custom-section .tile .tile.icon_field table.icon-above tr td {
  display: block;
  width: 100%;
  padding: 0;
}
.custom-section .tile .tile.icon_field table.icon-above tr td:last-of-type {
  margin-top: 10px;
}
.custom-section .tile .tile.icon_field .inner-icon-block {
  display: inline-block;
  width: 100%;
  position: relative;
}
.custom-section .tile .tile.icon_field .inner-icon-block div {
  float: left;
  display: inline-block;
}
.custom-section .tile .tile.icon_field .inner-icon-block .icon-image {
  position: relative;
  width: 72px;
  height: 72px;
}
.custom-section .tile .tile.icon_field .inner-icon-block .icon-text {
  position: relative;
  width: calc(100% - 72px);
  padding-left: 35px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
}
body.single-expertise .custom-section .tile .tile.icon_field .inner-icon-block .icon-text {
  font-family: 'Futura LT Heavy';
}
@media all and (max-width: 1024px) {
  .custom-section .tile .tile.icon_field .inner-icon-block .icon-image {
    width: 46px;
    height: 46px;
  }
  .custom-section .tile .tile.icon_field .inner-icon-block .icon-text {
    width: calc(100% - 46px);
    padding-left: 25px;
  }
}
.custom-section .tile .tile img {
  max-width: 100%;
  height: auto;
}
.custom-section .tile .tile.afbeelding {
  min-height: auto;
}
.custom-section .tile .tile p:last-of-type {
  margin-bottom: 0;
}
.custom-section .tile .tile.red h1,
.custom-section .tile .tile.red h2,
.custom-section .tile .tile.red h3,
.custom-section .tile .tile.red h4,
.custom-section .tile .tile.red h5,
.custom-section .tile .tile.red h6 {
  color: #cb0045;
}
.custom-section .tile .type-icon_field + .type-tekst .tile {
  padding-top: 0 !important;
  margin-top: -10px;
}
.custom-section .tile.bg-white {
  background: white;
}
.custom-section .tile.bg-white .tile h1:after,
.custom-section .tile.bg-white .tile h2:after,
.custom-section .tile.bg-white .tile h3:after,
.custom-section .tile.bg-white .tile h4:after,
.custom-section .tile.bg-white .tile h5:after,
.custom-section .tile.bg-white .tile h6:after {
  background: white;
}
.custom-section .tile.bg-gray {
  background: #f4f4f4;
}
.custom-section .tile.bg-gray .tile h1:after,
.custom-section .tile.bg-gray .tile h2:after,
.custom-section .tile.bg-gray .tile h3:after,
.custom-section .tile.bg-gray .tile h4:after,
.custom-section .tile.bg-gray .tile h5:after,
.custom-section .tile.bg-gray .tile h6:after {
  background: #f4f4f4;
}
.custom-section .tile.bg-blue {
  background: #00598f;
}
.custom-section .tile.bg-blue .tile h1:after,
.custom-section .tile.bg-blue .tile h2:after,
.custom-section .tile.bg-blue .tile h3:after,
.custom-section .tile.bg-blue .tile h4:after,
.custom-section .tile.bg-blue .tile h5:after,
.custom-section .tile.bg-blue .tile h6:after {
  background: #00598f;
}
.custom-section .tile.bg-red {
  backgorund: #cb0045;
}
.custom-section .tile.bg-red .tile h1:after,
.custom-section .tile.bg-red .tile h2:after,
.custom-section .tile.bg-red .tile h3:after,
.custom-section .tile.bg-red .tile h4:after,
.custom-section .tile.bg-red .tile h5:after,
.custom-section .tile.bg-red .tile h6:after {
  background: #cb0045;
}
.custom-section .editor ul {
  position: relative;
  padding-left: 40px;
  margin-top: 20px;
}
.custom-section .editor ul li {
  margin-bottom: 20px;
  line-height: 1.5555;
  font-size: 18px;
}
.custom-section .editor ul li:before {
  font-family: 'sigmax';
  position: absolute;
  content: 'a';
  left: 0px;
  color: #00598f;
}
.custom-section .editor ol {
  position: relative;
  padding-left: 5px;
  margin-top: 20px;
}
.custom-section .editor ol li {
  counter-increment: item;
  margin-bottom: 20px;
  line-height: 1.5555;
  font-size: 18px;
}
.custom-section .editor ol li:before {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  content: counter(item);
  margin-right: 25px;
  color: #00598f;
}
body.single-expertise .custom-section .editor ol li:before {
  font-family: 'Futura LT Heavy';
}
.custom-section .editor table {
  width: 100%;
}
.custom-section .editor table tr td:first-of-type {
  width: 35%;
}
.custom-section.bg-white {
  background: white;
}
.custom-section .bg-white {
  background: white;
}
.custom-section .bg-gray {
  background: #f4f4f4;
}
.custom-section .bg-gray .employee:after {
  background: url('../..//images/image-corner.svg') right bottom / 70px no-repeat;
}
.custom-section .bg-red {
  background: #cb0045;
}
.custom-section .bg-red:not(.tile) .editor h1,
.custom-section .bg-red:not(.tile) .editor h2,
.custom-section .bg-red:not(.tile) .editor h3,
.custom-section .bg-red:not(.tile) .editor h4,
.custom-section .bg-red:not(.tile) .editor h5,
.custom-section .bg-red:not(.tile) .editor h6 {
  color: white;
}
.custom-section .bg-red:not(.tile) .editor p {
  color: white;
}
.custom-section .bg-red:not(.tile) .editor ul li {
  color: white;
}
.custom-section .bg-red:not(.tile) .editor ul li:before {
  color: white;
}
.custom-section .bg-blue {
  background: #00598f;
}
.custom-section .bg-blue:not(.tile) .editor h1,
.custom-section .bg-blue:not(.tile) .editor h2,
.custom-section .bg-blue:not(.tile) .editor h3,
.custom-section .bg-blue:not(.tile) .editor h4,
.custom-section .bg-blue:not(.tile) .editor h5,
.custom-section .bg-blue:not(.tile) .editor h6 {
  color: white;
}
.custom-section .bg-blue:not(.tile) .editor p {
  color: white;
}
.custom-section .bg-blue:not(.tile) .editor ul li {
  color: white;
}
.custom-section .bg-blue:not(.tile) .editor ul li:before {
  color: white;
}
.custom-section--themes {
  padding: 65px 0;
}
.custom-section--solutions {
  padding: 65px 0;
}
.custom-section--solutions .cntr {
  display: flex;
  flex-flow: row nowrap;
}
.custom-section--solutions.custom-section--bg-blue {
  background: #00598f;
}
.custom-section--solutions.custom-section--bg-blue .editor .custom-section__solution-left h1,
.custom-section--solutions.custom-section--bg-blue .editor .custom-section__solution-left h2,
.custom-section--solutions.custom-section--bg-blue .editor .custom-section__solution-left h3,
.custom-section--solutions.custom-section--bg-blue .editor .custom-section__solution-left h4,
.custom-section--solutions.custom-section--bg-blue .editor .custom-section__solution-left h5,
.custom-section--solutions.custom-section--bg-blue .editor .custom-section__solution-left h6,
.custom-section--solutions.custom-section--bg-blue .editor .custom-section__solution-left p,
.custom-section--solutions.custom-section--bg-blue .editor .custom-section__solution-left a,
.custom-section--solutions.custom-section--bg-blue .editor .custom-section__solution-left ul li,
.custom-section--solutions.custom-section--bg-blue .editor .custom-section__solution-left ol li {
  color: white;
}
.custom-section--solutions-half .custom-section__solution-left {
  width: 50%;
}
.custom-section--solutions-half .tile-container {
  width: 50%;
}
.custom-section--solutions-half .tile-container .tile--small {
  width: 50%;
}
.custom-section__solution-left {
  width: 33.3333%;
}
@media only screen and (max-width: 1024px) {
  .custom-section--solutions-half .custom-section__solution-left {
    width: 33.3333%;
  }
  .custom-section--solutions-half .tile-container {
    width: calc(66.6666% + 20px);
  }
}
@media only screen and (max-width: 800px) {
  .custom-section--solutions .cntr {
    flex-flow: column nowrap;
  }
  .custom-section__solution-left {
    width: 100%;
  }
  .custom-section--solutions-half .custom-section__solution-left {
    width: 100%;
  }
  .custom-section--solutions-half .tile-container {
    width: calc(100% + 20px);
  }
}
@media only screen and (max-width: 768px) {
  .custom-section--solutions {
    padding: 40px 0 0 0;
  }
  .custom-section--themes {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 550px) {
  .custom-section--solutions-half .tile-container .tile--small {
    width: 100%;
  }
}
.custom-section--has-title {
  padding-top: 65px;
}
.custom-section--has-title > .cntr.editor > h1,
.custom-section--has-title > .cntr.editor h2,
.custom-section--has-title > .cntr.editor h3,
.custom-section--has-title > .cntr.editor h4,
.custom-section--has-title > .cntr.editor h5,
.custom-section--has-title > .cntr.editor h6 {
  width: 50%;
}
.custom-section--has-title.two-col .left,
.custom-section--has-title.two-col .right {
  padding-top: 0;
}
.custom-section--infographic {
  padding: 65px 0;
  background: #00598f;
}
@media all and (max-width: 768px) {
  .custom-section--infographic {
    padding: 40px 0;
  }
  .custom-section--has-title {
    padding-top: 40px;
  }
  .custom-section--has-title > .cntr.editor > h1,
  .custom-section--has-title > .cntr.editor h2,
  .custom-section--has-title > .cntr.editor h3,
  .custom-section--has-title > .cntr.editor h4,
  .custom-section--has-title > .cntr.editor h5,
  .custom-section--has-title > .cntr.editor h6 {
    width: 100%;
    margin-bottom: -30px;
  }
}
/* --------------------
	2019 tiles
-------------------- */
.tile-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.tile-container .tile {
  display: flex;
  flex-flow: column nowrap;
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.tile-container .tile__anchor {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-bottom: 2px solid #E6E6E6;
}
.tile-container .tile__anchor:hover .tile__image-container {
  background: #d9d9d9;
}
.tile-container .tile__anchor:hover .tile__image-container img {
  transform: scale(1.08);
}
.tile-container .tile__anchor:hover .tile__title:after {
  transform: rotate(-90deg) translateY(7px) translateX(1px);
}
.tile-container .tile__anchor--disabled {
  pointer-events: none;
  cursor: default;
}
.tile-container .tile__anchor--disabled .tile__title:after {
  display: none;
}
.tile-container .tile__image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 85%;
  height: 0;
  background: #E6E6E6;
  transition: background .25s ease;
}
.tile-container .tile__image-container:after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 70px;
  height: 65px;
  background: url('../..//images/image-corner.svg') right bottom / 70px no-repeat;
  content: "";
}
.tile-container .tile__image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease;
}
.tile-container .tile__title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.tile-container .tile__title-top {
  display: flex;
  margin-bottom: 10px;
}
.tile-container .tile__title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  line-height: 1;
}
.tile-container .tile__title:after {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  content: "";
  background: url('../..//images/arrow-down-gray.svg') right bottom / 10px no-repeat;
  transform: rotate(-90deg) translateY(0) translateX(1px);
  transition: transform .25s ease;
}
.tile-container .tile__subtitle {
  font-family: 'Myriad Pro Regular';
  font-weight: normal !important;
  font-size: 22px;
  margin-bottom: 0;
}
.tile-container .tile__related-solutions {
  display: flex;
  margin-top: 0 !important;
  padding-left: 0 !important;
}
.tile-container .tile__related-solutions li {
  margin: 0 0 0 5px !important;
  padding: 0;
  line-height: 1 !important;
  max-height: 22px;
  min-width: 25px;
}
.tile-container .tile__related-solutions li:before {
  display: none;
}
.tile-container .tile__related-solutions li img {
  max-height: 22px;
  height: 100%;
}
.tile-container .tile__inner {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  background: white;
  padding: 20px;
}
.tile-container .tile__logo {
  flex-shrink: 1;
  height: 50px;
  margin-right: 15px;
}
.tile-container .tile__content {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  justify-content: space-between;
  padding-top: 20px;
}
.tile-container .tile__text {
  margin-bottom: 10px;
}
.tile-container .tile__text p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #00598f;
}
.tile-container .tile .button {
  align-self: baseline;
}
.tile-container .tile--first-text {
  margin-bottom: 0;
}
.tile-container .tile--small {
  width: 33.3333%;
}
.tile-container .tile--small .tile__title-container {
  justify-content: flex-start;
  align-items: center;
  min-height: 71px;
  height: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.tile-container .tile--small .tile__title-container h2 {
  font-family: 'Myriad Pro Regular';
  font-weight: normal !important;
  font-size: 22px;
  margin-bottom: 0;
}
.tile-container--small-tiles {
  width: calc(66.6666% + 20px);
  padding-left: 50px;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: -10px;
}
.tile-container--small-tiles.tile-container--three-cols {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: 0;
}
.tile-container--three-cols {
  width: calc(100% + 20px);
  justify-content: flex-start;
  padding-left: 0;
}
.tile-container--three-cols .tile {
  margin-bottom: 20px;
}
.tile-container--three-cols .tile__logo {
  height: 30px;
}
.tile-container--three-cols .tile__title-container {
  align-items: flex-start !important;
  flex-flow: column nowrap;
  min-height: 51px;
}
.tile-container--three-cols .tile__title-container h2 {
  font-family: 'Futura LT Heavy' !important;
  font-weight: normal !important;
}
.tile-container--align-left {
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .tile-container .tile--small {
    width: 50%;
  }
  .tile-container--three-cols .tile {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 960px) {
  .tile-container {
    justify-content: flex-start;
  }
  .tile-container .tile {
    width: 50%;
  }
  .tile-container--three-cols .tile {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .tile-container--small-tiles {
    width: calc(100% + 20px);
    padding-left: 0;
    margin-left: -10px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 550px) {
  .tile-container .tile {
    width: 100%;
  }
  .tile-container--three-cols .tile {
    width: 100%;
  }
}
/* --------------------
	2019 empolyee
-------------------- */
.employee {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  max-width: 360px;
}
.custom-section.two-col .left .employee {
  float: right;
}
.employee:after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 70px;
  height: 65px;
  background: url('../..//images/image-corner-white.svg') right bottom / 70px no-repeat;
  content: "";
}
.employee__image-container {
  display: flex;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.employee__image {
  max-height: 235px;
}
.employee__content {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  background: #00598f;
  padding: 45px 45px 20px;
}
.employee__content:after {
  position: absolute;
  right: 0;
  top: -64px;
  width: 70px;
  height: 65px;
  background: url('../..//images/image-corner-blue.svg') right bottom / 70px no-repeat;
  content: "";
}
.employee p {
  font-family: 'FuturaLT-Book';
  font-weight: normal !important;
  font-size: 18px;
  color: white;
  margin-bottom: 25px;
}
.employee__name {
  position: relative;
  font-family: 'Futura LT Bold' !important;
  font-weight: normal !important;
  font-size: 18px;
  color: white;
  margin-bottom: 0 !important;
}
body.single-expertise .employee__name {
  font-family: 'Futura LT Heavy' !important;
}
.employee__name:after {
  position: absolute;
  width: 100px;
  height: 1px;
  right: 0;
  top: 13px;
  transform: translateX(100%);
  background: white;
  content: "";
}
.employee__phone,
.employee__email {
  display: inline-block;
  position: relative;
  font-family: 'FuturaLT-Book';
  font-weight: normal !important;
  font-size: 18px;
  color: white !important;
  padding-left: 40px;
}
.employee__phone:before,
.employee__email:before {
  position: absolute;
  left: 0;
  bottom: 1px;
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
}
body.single-expertise .employee__phone:before,
body.single-expertise .employee__email:before {
  font-family: 'Futura LT Heavy';
}
.employee__phone {
  margin-bottom: 10px;
}
.employee__phone:before {
  content: "m";
}
.employee__email {
  text-decoration: underline;
}
.employee__email:before {
  content: "e";
}
.employee__email:hover {
  text-decoration: none;
}
.employee__more-info {
  font-family: 'Futura LT Bold' !important;
  font-weight: normal !important;
  margin-bottom: 15px !important;
}
body.single-expertise .employee__more-info {
  font-family: 'Futura LT Heavy' !important;
}
.employee button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin-bottom: 45px;
}
.employee .form-modal__modal {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .employee__content {
    padding: 20px;
  }
  .employee button {
    padding: 16px 15px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .employee {
    margin-top: -40px;
  }
  .employee__image {
    max-height: 195px;
  }
  .employee button {
    max-width: calc(100% - 25px);
    margin-bottom: 20px;
  }
}
/* --------------------
	2019 infographic
-------------------- */
.infographic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.infographic__image {
  max-width: 100%;
  border-radius: 10px;
}
/* --------------------
	2019 dynamic header
-------------------- */
.dynamic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  pointer-events: all;
}
.dynamic__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 300px;
  max-width: 400px;
  height: auto;
  /* padding: 100px 70px 72px 70px; */
  padding: 80px 70px 52px 70px;
}
.dynamic__title:before {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 21px;
  height: 1px;
  background: white;
  content: "";
}
.dynamic__title:after {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 21px;
  height: 1px;
  background: white;
  content: "";
}
.dynamic__title svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.dynamic__filler {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 195px;
}
.dynamic__filler-half {
  position: absolute;
  width: 24px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.dynamic__filler-half--left {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.9);
}
.dynamic__filler-half--right {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.9);
}
.dynamic__content {
  position: relative;
}
.dynamic__content p {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-size: 32px;
  line-height: 28px;
  margin-bottom: 12px;
  color: white;
  text-transform: uppercase;
}
body.single-expertise .dynamic__content p {
  font-family: 'Futura LT Heavy';
}
.dynamic__content p > strong {
  color: #00598f;
}
@media only screen and (max-width: 1024px) {
  .dynamic__content p {
    font-size: 32px !important;
    line-height: 28px !important;
  }
}
@media only screen and (max-width: 640px) {
  .dynamic__content p {
    font-size: 32px !important;
    line-height: 28px !important;
  }
}
@media only screen and (max-width: 480px) {
  .dynamic {
    background: rgba(255, 255, 255, 0.78);
    padding: 40px 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dynamic__title {
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dynamic__title svg,
  .dynamic__title:before,
  .dynamic__title:after {
    display: none;
  }
}
.dynamic-themes {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: all;
}
.dynamic-themes__button {
  position: absolute;
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-size: 15px;
  line-height: 1.3;
  background: none;
  border: 1px solid white;
  color: white !important;
  text-transform: uppercase;
  padding-top: 27px;
  padding-bottom: 26px;
  border-radius: 0 !important;
}
body.single-expertise .dynamic-themes__button {
  font-family: 'Futura LT Heavy';
}
.dynamic-themes__button:before {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -6px;
  top: -6px;
  border-left: 6px solid white;
  border-top: 6px solid white;
  border-radius: 4px 0 0 0;
  content: "";
  box-sizing: border-box;
}
.dynamic-themes__button:after {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -6px;
  top: -6px;
  border-right: 6px solid white;
  border-top: 6px solid white;
  border-radius: 0 4px 0 0;
  content: "";
  box-sizing: border-box;
}
.dynamic-themes__button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.dynamic-themes__button:nth-of-type(1) {
  left: -30px;
  top: 133px;
  top: 63px;
}
.dynamic-themes__button:nth-of-type(2) {
  left: 60px;
  top: 283px;
  top: 193px;
}
.dynamic-themes__button:nth-of-type(3) {
  right: 120px;
  right: -30px;
  top: 197px;
  top: 137px;
}
.dynamic-themes__button:nth-of-type(4) {
  right: -30px;
  right: 160px;
  top: 330px;
  top: 250px;
}
.dynamic-themes__button:nth-of-type(5) {
  right: -70px;
  right: 120px;
  top: 70px;
  top: 30px;
}
.dynamic-themes__button:nth-of-type(6) {
  left: 0;
  top: 20px;
}
.dynamic-themes__corners {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.dynamic-themes__corners:before {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -6px;
  bottom: -6px;
  border-left: 6px solid white;
  border-bottom: 6px solid white;
  border-radius: 0 0 0 4px;
  content: "";
  box-sizing: border-box;
}
.dynamic-themes__corners:after {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -6px;
  bottom: -6px;
  border-right: 6px solid white;
  border-bottom: 6px solid white;
  border-radius: 0 0 4px 0;
  content: "";
  box-sizing: border-box;
}
@media only screen and (max-width: 1450px) {
  .dynamic-themes__button:nth-of-type(1) {
    left: 20px;
  }
  .dynamic-themes__button:nth-of-type(4) {
    right: 20px;
  }
  .dynamic-themes__button:nth-of-type(5) {
    right: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .dynamic-themes__button:nth-of-type(1),
  .dynamic-themes__button:nth-of-type(2),
  .dynamic-themes__button:nth-of-type(6) {
    left: 20px;
  }
  .dynamic-themes__button:nth-of-type(3),
  .dynamic-themes__button:nth-of-type(4),
  .dynamic-themes__button:nth-of-type(5) {
    right: 20px;
  }
  .dynamic-themes__button:nth-of-type(3) {
    top: 152px;
  }
}
@media only screen and (max-width: 1100px) {
  .dynamic-themes__button {
    display: none;
  }
}
/* --------------------
	2021 Functionalities
-------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.functionalities {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.functionalities .col {
  width: 33%;
  max-width: 33%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.functionalities .col:nth-child(1) .item {
  padding: 0 120px 0 0;
  text-align: right;
  transition: all 0.4s ease;
}
.functionalities .col:nth-child(1) .item:hover h4:after {
  right: -50%;
  margin-right: 50px;
}
.functionalities .col:nth-child(1) .active h4:after {
  right: -50%;
  margin-right: 50px;
}
.functionalities .col:nth-child(3) .item {
  padding: 0 0 0 120px;
  text-align: left;
  transition: all 0.4s ease;
}
.functionalities .col:nth-child(3) .item:hover h4:after {
  left: -50%;
  margin-left: 50px;
}
.functionalities .col:nth-child(3) .active h4:after {
  left: -50%;
  margin-left: 50px;
}
.functionalities .col .item {
  display: flex;
  flex-flow: column nowrap;
  margin: 20px 0;
  cursor: pointer;
}
.functionalities .col .item:nth-child(1) {
  margin: 0 0 20px 0;
}
.functionalities .col .item:nth-child(3) {
  margin: 20px 0 0 0;
}
.functionalities .col .item:hover h4 {
  position: relative;
}
.functionalities .col .item:hover h4:after {
  border-bottom: 1px solid #00598f;
  display: block;
  content: "";
  width: 75%;
  height: 1px;
  position: absolute;
}
.functionalities .col .item h4 {
  color: #00598f;
  margin-bottom: 15px;
  border-bottom: 1px solid transparent;
}
.functionalities .col .item p {
  font-size: 16px;
  margin-bottom: 5px;
}
.functionalities .col .active:hover h4 {
  border-bottom: 1px solid transparent;
}
.functionalities .col .active h4 {
  position: relative;
}
.functionalities .col .active h4:after {
  border-bottom: 1px solid #00598f;
  display: block;
  content: "";
  width: 75%;
  height: 1px;
  position: absolute;
}
.functionalities .col .image {
  width: 100%;
  height: 100%;
  max-width: 390px;
  max-height: 550px;
  display: block;
}
.functionalities .col img {
  width: 100%;
  height: 550px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  animation: fadeIn 2s;
}
@media only screen and (max-width: 1200px) {
  .functionalities .col:nth-child(1) .item {
    padding: 0 60px 0 0;
  }
  .functionalities .col:nth-child(1) .item:hover h4:after {
    right: -25%;
    margin-right: 30px;
  }
  .functionalities .col:nth-child(1) .active h4:after {
    right: -25%;
    margin-right: 30px;
  }
  .functionalities .col:nth-child(3) .item {
    padding: 0 0 0 60px;
  }
  .functionalities .col:nth-child(3) .item:hover h4:after {
    right: -25%;
    margin-right: 30px;
  }
  .functionalities .col:nth-child(3) .active h4:after {
    right: -25%;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .functionalities .col:nth-child(1) .item {
    padding: 0 40px 0 0;
  }
  .functionalities .col:nth-child(3) .item {
    padding: 0 0 0 40px;
  }
  .functionalities .col .item {
    margin: 5px 0;
  }
  .functionalities .col .item:nth-child(1) {
    margin: 0 0 5px 0;
  }
  .functionalities .col .item:nth-child(3) {
    margin: 5px 0 0 0;
  }
}
.functionalities-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .functionalities {
    display: none;
  }
  .functionalities-mobile {
    display: block;
  }
  .functionalities-mobile .arrows:before {
    width: 24px;
    height: 24px;
    background: url('../..//images/arrow-down-blue.svg') center center no-repeat;
    background-size: auto;
    background-size: 24px;
    content: "";
    position: absolute;
    top: 40%;
    left: 24px;
    transform: rotate(90deg);
    z-index: 9999;
  }
  .functionalities-mobile .arrows:after {
    width: 24px;
    height: 24px;
    background: url('../..//images/arrow-down-blue.svg') center center no-repeat;
    background-size: auto;
    background-size: 24px;
    content: "";
    position: absolute;
    top: 40%;
    right: 5px;
    transform: rotate(-90deg);
    z-index: 9999;
  }
  .functionalities-mobile .cntr {
    flex-flow: row nowrap !important;
  }
  .functionalities-mobile .functionalities-mobile-inner {
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    position: relative;
  }
  .functionalities-mobile .functionalities-mobile-inner .col {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    flex: 0 0 auto;
    width: 80%;
  }
  .functionalities-mobile .functionalities-mobile-inner .col .item h4 {
    color: #00598f;
  }
  .functionalities-mobile .functionalities-mobile-inner .col .item .text {
    width: 75%;
    margin: 20px auto;
  }
  .functionalities-mobile .functionalities-mobile-inner img#target-image {
    height: 400px;
  }
}
@media only screen and (max-width: 380px) {
  .functionalities-mobile .arrows:before {
    left: 5px;
  }
}
/* --------------------
	2021 Slider
-------------------- */
.page-section-logo-slider-2021 .col-1-3 .inner:before {
  display: none;
}
.page-section-logo-slider-2021 {
  padding: 65px 0;
}
.page-section-logo-slider-2021 .white-box-wrapper .inner {
  position: relative;
  text-align: center;
  min-height: 150px;
  height: 150px;
  margin-bottom: 20px;
}
.page-section-logo-slider-2021 .white-box-wrapper .inner img {
  position: absolute;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  max-width: 24vw;
  height: auto;
  max-height: 70px;
  width: auto;
}
.page-section-logo-slider-2021 .white-box-wrapper .inner:hover img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}
@-moz-document url-prefix() {
  .page-template-page-partners .white-box-wrapper .inner img {
    filter: grayscale(100%);
  }
  .page-template-page-partners .white-box-wrapper .inner:hover img {
    filter: grayscale(0%);
  }
}
/* --------------------
	2021 FAQ
-------------------- */
.custom-section--faq {
  padding: 65px calc((100% - 1260px) / 2);
}
.bg-blue {
  background: #00598f;
}
.bg-blue .faq_block .col .row .faq-article:after {
  background: url('../..//images/arrow-down-blue-white.svg') center center no-repeat;
}
.bg-blue .faq_block .col .row .faq-article .content-wrap .title {
  color: #fff;
}
.bg-blue .faq_block .col .row .faq-article .content-wrap .content {
  color: #fff;
}
.faq_block {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.faq_block .col {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  flex-grow: 1;
}
.faq_block .col .row {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.faq_block .col .row .faq-article {
  width: 100%;
  border-bottom: 1px solid #999999;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
.faq_block .col .row .faq-article:after {
  width: 12px;
  height: 12px;
  background: url('../..//images/arrow-down-blue.svg') center center no-repeat;
  background-size: auto;
  background-size: 12px;
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  transition: transform 0.4s ease-in-out;
}
.faq_block .col .row .faq-article .img-icon {
  background: #ffffff;
  background: linear-gradient(60deg, #ffffff 0%, #f2f2f2 100%);
  box-shadow: -9px 17px 13px -5px rgba(0, 0, 0, 0.3);
  filter: drop-shadow(-8px 16px 6px rgba(229, 229, 229, 0.1));
  border-radius: 64px;
  padding: 12px;
  width: 64px;
  height: 64px;
  float: left;
}
.faq_block .col .row .faq-article .img-icon img {
  width: 40px;
  height: 40px;
}
.faq_block .col .row .faq-article .content-wrap {
  margin: 20px 0 0 80px;
}
.faq_block .col .row .faq-article .content-wrap .title {
  color: #00598f;
  font-size: 20px;
  margin-bottom: 5px;
  padding-right: 20px;
}
.faq_block .col .row .faq-article .content-wrap .content {
  padding: 0 15px 5px 0;
  line-height: 1.2;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.faq_block .col .row .faq-article--no-content {
  pointer-events: none;
}
.faq_block .col .row .faq-article--no-content:after {
  display: none;
}
.faq_block .col .row .active:after {
  transform: rotate(180deg);
}
.faq_block .col .row .active .content-wrap .content {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: visibility 0s, opacity 0.2s linear;
}
@media only screen and (max-width: 991px) {
  .faq_block {
    flex-flow: row wrap;
  }
  .faq_block .col {
    flex-flow: row wrap;
    width: 50%;
    margin-left: 0;
    flex-grow: 0;
  }
  .faq_block .col:nth-child(3) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .faq_block .col {
    width: 100%;
  }
  .faq_block .col:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .faq_block .col:nth-child(n + 2) {
    margin-top: 0;
  }
  .faq_block .col .row .faq-article:after {
    top: 19px;
  }
  .faq_block .col .row .faq-article .img-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .faq_block .col .row .faq-article .img-icon img {
    height: 20px;
    width: 20px;
  }
  .faq_block .col .row .faq-article .content-wrap {
    margin: 13px 0 0 50px;
  }
}
/* --------------------
	Custom sections Specifieke aanpassingen
-------------------- */
.has-text + .has-text,
.new-text + .has-text {
  padding-top: 0 !important;
}
.has-text + .has-text .left,
.new-text + .has-text .left,
.has-text + .has-text .right,
.new-text + .has-text .right,
.has-text + .has-text .middle,
.new-text + .has-text .middle {
  padding-top: 0;
  margin-top: -60px !important;
}
.custom-section.less-space {
  padding-top: 0 !important;
}
.custom-section.less-space .left,
.custom-section.less-space .right,
.custom-section.less-space .middle {
  padding-top: 0;
  margin-top: -60px !important;
}
.divider + .less-space {
  padding-top: 60px !important;
}
.has-tiles.less-space + .has-text.less-space {
  padding-top: 40px !important;
}
@media all and (min-width: 769px) {
  .has-tiles + .has-tiles .left,
  .new-text + .has-text .left,
  .has-tiles + .has-tiles .middle,
  .new-text + .has-text .middle,
  .has-tiles + .has-tiles .right,
  .new-text + .has-text .right {
    padding-top: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .has-tiles + .has-tiles .left,
  .new-text + .has-text .left {
    padding-top: 15px !important;
  }
}
.afbeelding + .tekst {
  padding-left: 35px;
}
.afbeelding + .tile {
  padding-left: 60px !important;
}
.tekst-image-right {
  padding-right: 35px;
}
.tile-image-right {
  padding-right: 60px !important;
}
.two-col .tekst + .tile {
  padding-left: 65px !important;
}
@media all and (max-width: 480px) {
  .two-col .tekst + .tile {
    padding: 40 20px !important;
  }
}
@media all and (max-width: 768px) {
  .two-col .tekst {
    border-bottom: 1px solid #f4f4f4;
  }
}
.plus-tekens > .tile .cntr.editor:before {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 42px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media all and (max-width: 768px) {
  .plus-tekens > .tile .cntr.editor:before {
    display: none !important;
  }
}
.plus-tekens > .tile:last-of-type .cntr.editor:before {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .custom-section.quotes .tile h4 {
    font-size: 17px;
  }
  .custom-section.quotes .tile h4:after {
    top: 12px;
  }
}
/* --------------------
	Slider
-------------------- */
.sigmax-slide {
  overflow: hidden;
  height: 550px;
  width: 100%;
}
.sigmax-slide.bottom {
  max-height: 540px;
}
.sigmax-slide.project {
  max-height: 540px;
}
.sigmax-slide .slick-list .slick-track img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 550px;
}
.sigmax-slide .slick-arrow {
  position: absolute;
  width: 33.333333%;
  height: 100%;
  top: 0;
  border: none;
  z-index: 1;
  font-size: 0;
  background: none;
}
.sigmax-slide .slick-arrow.slick-prev {
  left: 0;
  cursor: url('../..//images/cursor-left.png') 21 21, auto;
}
.sigmax-slide .slick-arrow.slick-next {
  right: 0;
  cursor: url('../..//images/cursor-right.png') 21 21, auto;
}
.sigmax-slide .slick-dots {
  position: absolute;
  text-align: center !important;
  width: 100%;
  bottom: 30px;
}
.sigmax-slide .slick-dots li {
  display: inline-block;
  position: relative;
  margin: 8px;
  width: 8px;
  height: 8px;
}
.sigmax-slide .slick-dots li button {
  display: inline-block;
  background: white;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.sigmax-slide .slick-dots li.slick-active button {
  background: #cb0045;
}
.sigmax-slide.case {
  max-height: 540px;
}
.sigmax-slide.custom .slick-list .slick-track img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.sigmax-slide.custom .slick-dots li button {
  opacity: 0.5;
}
.sigmax-slide.custom .slick-dots li.slick-active button {
  background: white;
  opacity: 1;
}
.sigmax-slide.top .slick-list,
.sigmax-slide.project .slick-list,
.sigmax-slide.v2 .slick-list {
  min-height: 550px;
}
.sigmax-slide.top .slick-track,
.sigmax-slide.project .slick-track,
.sigmax-slide.v2 .slick-track {
  min-height: 550px;
}
.sigmax-slide.top .slick-track div,
.sigmax-slide.project .slick-track div,
.sigmax-slide.v2 .slick-track div {
  min-height: 550px;
  background-size: cover;
  background-position: center center;
}
.sigmax-slide.top .slick-track div img,
.sigmax-slide.project .slick-track div img,
.sigmax-slide.v2 .slick-track div img {
  opacity: 0;
  z-index: -9999;
}
.sigmax-slide.whats-new-v2 {
  height: 220px;
}
.sigmax-slide.whats-new-v2 .slick-list,
.sigmax-slide.whats-new-v2 .slick-track {
  min-height: 220px;
}
.sigmax-slide.author {
  height: 330px;
}
.sigmax-slide.author .slick-list,
.sigmax-slide.author .slick-track {
  min-height: 330px;
}
body.tax-type .sigmax-slide.v2 .slick-slide {
  background-image: none !important;
}
body.news-template-single-news-v2 .sigmax-slide {
  height: 415px;
}
body.news-template-single-news-v2 .sigmax-slide .slick-list,
body.news-template-single-news-v2 .sigmax-slide .slick-track {
  min-height: 415px;
}
body.news-template-single-news-v2 .sigmax-slide .slick-track div {
  min-height: 415px;
}
.sigmax-slide--style-2019 .slick-dots li.slick-active button {
  background: #00598f;
}
.sigmax-slide--more-height {
  height: 800px;
}
.sigmax-slide--more-height .slick-list,
.sigmax-slide--more-height .slick-track {
  min-height: 800px;
}
.sigmax-slide--more-height .slick-list div,
.sigmax-slide--more-height .slick-track div {
  min-height: 800px !important;
}
.sigmax-slide-project-content {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
/* --------------------
	Flex video
-------------------- */
.video-slide-wrapper {
  position: relative;
  max-height: 550px;
}
.video-slide-wrapper > .flex-video {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
@media all and (max-width: 768px) {
  .video-slide-wrapper > .flex-video {
    display: none;
  }
}
.flex-video {
  height: 0;
  /* margin-bottom: 0.88889rem; */
  overflow: hidden;
  padding-bottom: 56.34%;
  padding-top: 1.38889rem;
  position: relative;
  padding-top: 0;
}
.flex-video iframe {
  /* margin-top: -5.65%; */
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  border: 0;
}
body.ie11 .flex-video {
  width: 101%;
}
.flex-video:after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}
.flex-video-custom {
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 56.34%;
  padding-top: 1.38889rem;
  position: relative;
  padding-top: 0;
}
.flex-video-custom iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  border: 0;
}
/* --------------------
	Social share
-------------------- */
.social-share {
  display: inline-block;
  position: fixed;
  right: 40px;
  top: 220px;
  width: 46px;
  height: 46px;
  z-index: 1000;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.social-share ul li {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: white;
  float: left;
}
.social-share ul li a {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
}
.social-share ul li a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social-share ul li a:hover:before {
  color: #666666;
}
.social-share ul.print {
  width: 92px;
  height: 46px;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-share ul.print li {
  border-left: 1px solid #dfdfdf;
}
.social-share ul.print li:first-of-type {
  border-left: none;
}
.social-share ul.social {
  height: 138px;
  width: 46px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-share ul.social li {
  border-bottom: 1px solid #dfdfdf;
}
.social-share ul.social li:last-of-type {
  border-bottom: none;
}
.social-share .share-box {
  position: absolute;
  top: 0;
  right: 0;
  background: #cb0045;
  width: 46px;
  height: 46px;
}
.social-share .share-box:after {
  font-family: 'sigmax';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: 'f';
  color: white;
  display: inline-block;
  font-size: 18px;
}
.social-share.hovered {
  width: 138px;
  height: 184px;
}
.social-share.hovered ul.print {
  /* .transform(translateX(-100%)); */
}
.social-share.hovered ul.social {
  /* .transform(translateY(100%)); */
}
/* --------------------
	White box
-------------------- */
.main-boxes {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.main-boxes:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.white-box-wrapper {
  padding: 0 10px;
}
.white-box-wrapper .inner {
  position: relative;
  padding: 45px 50px;
  background: white;
  overflow: hidden;
  margin-bottom: 40px;
}
.white-box-wrapper .inner:before {
  position: absolute;
  background: #e9e9e9;
  top: 73px;
  right: 0;
  height: 2px;
  width: 85%;
  z-index: 0;
  content: "";
}
.white-box-wrapper .inner h2 {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  background: white;
  z-index: 1;
}
.white-box-wrapper .inner h4 {
  margin-bottom: 14px;
}
@media all and (min-width: 801px) {
  .cntr.editor.margin .white-box-wrapper.col-1-2:nth-of-type(odd) {
    padding-left: 0;
  }
  .cntr.editor.margin .white-box-wrapper.col-1-2:nth-of-type(even) {
    padding-right: 0;
  }
  .page-template-page-support .cntr.editor.margin .white-box-wrapper.col-1-2:nth-of-type(odd) {
    padding-left: 10px;
  }
  .page-template-page-support .cntr.editor.margin .white-box-wrapper.col-1-2:nth-of-type(even) {
    padding-right: 10px;
  }
}
.support .col-1-3 .inner:before {
  display: none;
}
.page-template-page-partners .col-1-3 .inner:before {
  display: none;
}
.support .col-1-2 h2 {
  margin-bottom: 0;
}
.support .col-1-2 h4 {
  margin-bottom: 25px;
}
.signup-form .inner:before {
  display: none;
}
.page-template-page-support .col-1-2 h2 {
  margin-bottom: 0;
}
.page-template-page-support .col-1-2 h4 {
  margin-bottom: 25px;
}
.page-template-page-support .col-1-2 p:last-of-type {
  margin-bottom: 0;
}
.page-template-page-support .col-1-4 .inner:before {
  display: none;
}
.page-template-page-support .log-ins .white-box-wrapper .inner {
  margin-bottom: 20px;
}
/* -------------
		Domains
	------------- */
.domains li {
  float: left;
  margin: 0 10px 10px 0;
}
.domains li a {
  display: block;
  color: #00598f;
  font-size: 16px;
  border: 2px solid #e9e9e9;
  padding: 14px 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 16px;
}
.domains li:hover a {
  color: #fff;
  border: 2px solid #00598f;
  background: #00598f;
}
/* --------------------
	Tiles
-------------------- */
.main-tiles {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: 30px;
  /* -------------
		in viewport
	------------- */
  /* -------------
		in viewport
	------------- */
}
.main-tiles:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.main-tiles .tile {
  padding: 10px;
  /* -------------
			Domain
		------------- */
  /* -------------
			Solution
		------------- */
  /* -------------
			Event
		------------- */
  /* -------------
			Nieuws
		------------- */
  /* -------------
			Case
		------------- */
  /* -------------
			Event
		------------- */
}
.main-tiles .tile .inner {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  /* -------------
				Hover
			------------- */
}
.main-tiles .tile .inner:before {
  position: absolute;
  background: white;
  top: 45px;
  right: 0;
  height: 2px;
  width: calc(100% - 195px);
  z-index: 0;
  content: "";
  z-index: 5;
}
.main-tiles .tile .inner h5 {
  position: absolute;
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  top: 30px;
  left: 30px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  line-height: 32px;
  z-index: 5;
}
.main-tiles .tile .inner h5 span {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  background: white;
  color: #00598f;
  line-height: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 5px;
}
.main-tiles .tile .inner h6 {
  position: absolute;
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  top: 30px;
  left: 110px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  line-height: 32px;
  z-index: 5;
}
.main-tiles .tile .inner .content-inner {
  position: absolute;
  background: white;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  width: 100%;
}
.main-tiles .tile .inner .content-inner h3 {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  position: absolute;
  font-size: 22px;
  line-height: 30px;
  color: white;
  padding: 30px;
  padding-right: 50px;
  left: 0;
  z-index: 2;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-bottom: 0;
  width: 100%;
}
.main-tiles .tile .inner .content-inner h3:before {
  position: absolute;
  bottom: 37px;
  right: 30px;
  width: 12px;
  height: 12px;
  background: url('../..//images/arrow-right-white.svg') center center no-repeat;
  background-size: 12px;
  content: "";
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.main-tiles .tile .inner .content-inner:after {
  position: absolute;
  left: 0;
  top: -200px;
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  z-index: 0;
  content: "";
}
.main-tiles .tile .inner .content-inner p {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  padding: 35px 30px;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-tiles .tile .inner .tile-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 1175px) {
  .main-tiles .tile .inner:hover .content-inner {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .main-tiles .tile .inner:hover .content-inner p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .main-tiles .tile .inner:hover .content-inner p:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .main-tiles .tile .inner:hover .content-inner h3:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .main-tiles .tile .inner:hover .tile-background {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
}
.main-tiles .tile.col-1-4 .inner {
  padding-bottom: 100%;
}
.main-tiles .tile.domain .inner:before {
  background: #00598f;
  width: calc(100% - 135px);
}
.main-tiles .tile.domain .inner h5 span {
  background: #00598f;
  color: white;
}
.main-tiles .tile.solution .inner:before {
  width: calc(100% - 130px);
}
.main-tiles .tile.solution.software .inner:before {
  width: calc(100% - 135px);
}
.main-tiles .tile.solution.ict .inner:before {
  width: calc(100% - 85px);
}
.main-tiles .tile.event .inner:before {
  background: #00598f;
}
.main-tiles .tile.event .inner h5 span {
  background: #00598f;
  color: white;
}
.main-tiles .tile.news .inner:before,
.main-tiles .tile.nieuws .inner:before,
.main-tiles .tile.case .inner:before {
  width: calc(100% - 225px);
}
.main-tiles .tile.case .inner:before {
  width: calc(100% - 100px);
}
.main-tiles .tile.event .inner:before {
  background: #00598f;
  width: calc(100% - 115px);
}
.main-tiles .tile.event .inner h5 span {
  background: #00598f;
  color: white;
}
.main-tiles .tile.event .inner h6 {
  left: 103px;
}
.main-tiles .tile.tile-v2 {
  padding: 0;
  margin-bottom: 20px;
  opacity: 1;
}
.main-tiles .tile.tile-v2.nieuws .inner h5 span,
.main-tiles .tile.tile-v2.case .inner h5 span {
  background: #00598f;
  color: white;
}
.main-tiles .tile.tile-v2.nieuws .inner .content-inner,
.main-tiles .tile.tile-v2.case .inner .content-inner {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-tiles .tile.tile-v2.nieuws .inner .content-inner h3,
.main-tiles .tile.tile-v2.case .inner .content-inner h3 {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date,
.main-tiles .tile.tile-v2.case .inner .content-inner.has-date {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date h3,
.main-tiles .tile.tile-v2.case .inner .content-inner.has-date h3 {
  padding-bottom: 10px;
}
.main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date h3:before,
.main-tiles .tile.tile-v2.case .inner .content-inner.has-date h3:before {
  bottom: -17px;
}
.main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date,
.main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0 30px;
  font-size: 15px;
  line-height: 20px;
}
.main-tiles .tile.tile-v2.nieuws .inner .content-inner.has-date .date:before,
.main-tiles .tile.tile-v2.case .inner .content-inner.has-date .date:before {
  margin-right: 10px;
  margin-top: 1px;
}
.main-tiles .tile.tile-v2.nieuws .inner:hover .content-inner,
.main-tiles .tile.tile-v2.case .inner:hover .content-inner {
  background: #00598f;
}
.main-tiles .tile.tile-v2.nieuws .inner:hover .content-inner h3,
.main-tiles .tile.tile-v2.case .inner:hover .content-inner h3 {
  color: white;
  background: #00598f;
}
.main-tiles .tile.tile-v2.nieuws .inner:hover .content-inner .date,
.main-tiles .tile.tile-v2.case .inner:hover .content-inner .date {
  color: white;
}
.main-tiles .tile.tile-v2 .inner .content-inner h3 {
  background: white;
  color: #00598f;
}
.main-tiles.related-news {
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px;
}
.main-tiles.related-news .tile.tile-v2 .inner {
  padding-bottom: 80%;
}
.main-tiles.related-news .tile.tile-v2 .inner:before {
  top: 30px;
}
.main-tiles.related-news .tile.tile-v2 .inner .tile__date-wrapper {
  left: 15px;
  top: 15px;
}
.main-tiles.related-news .tile.tile-v2 .inner .tile__date-wrapper h5 span {
  padding: 8px;
  font-size: 11px;
}
.main-tiles.related-news .tile.tile-v2 .inner .tile__date-wrapper h6 {
  font-size: 13px;
}
.main-tiles.related-news .tile.tile-v2 .inner .content-inner h3 {
  padding: 15px;
  font-size: 18px;
  line-height: 26px;
}
.main-tiles.related-news .tile.tile-v2 .inner .content-inner h3:before {
  right: 10px;
}
.main-tiles.related-news .tile.tile-v2 .inner .content-inner.has-date .event-data {
  margin-bottom: 15px;
}
.main-tiles.related-news .tile.tile-v2 .inner .content-inner.has-date .date {
  padding: 0 15px;
}
.main-tiles.related-news.rel-v2 ul {
  display: inline-block;
  width: 100%;
}
.main-tiles.related-news.rel-v2 ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.main-tiles.related-news.rel-v2 ul li a .left {
  float: left;
  width: 80px;
  height: 80px;
  background: url('/wp-content/themes/sigmax/static/images/tile-placeholder-small.jpg') top center / cover no-repeat;
}
.main-tiles.related-news.rel-v2 ul li a .right {
  float: left;
  width: calc(100% - 80px);
  height: 80px;
  background: white;
  padding: 10px 10px 0 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-tiles.related-news.rel-v2 ul li a .right h4 {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #00598f;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-tiles.related-news.rel-v2 ul li a .right h6 {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-tiles.related-news.rel-v2 ul li a:hover .right {
  background: #00598f;
}
.main-tiles.related-news.rel-v2 ul li a:hover .right h4 {
  color: white;
}
.main-tiles.related-news.rel-v2 ul li a:hover .right h6 {
  color: white;
}
.main-tiles .button {
  margin-top: 40px;
}
.main-tiles .inner .tile__date-wrapper {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 30px;
}
.main-tiles .inner .tile__date-wrapper h5,
.main-tiles .inner .tile__date-wrapper h6 {
  position: relative;
  top: auto !important;
  left: auto !important;
  display: inline-block;
  float: left;
}
.main-tiles .tile .inner:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.main-tiles .tile:nth-of-type(1) .inner:before {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.main-tiles .tile:nth-of-type(2) .inner:before {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-tiles .tile:nth-of-type(3) .inner:before {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.main-tiles .tile:nth-of-type(4) .inner:before {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.main-tiles .tile:nth-of-type(5) .inner:before {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.main-tiles .tile:nth-of-type(6) .inner:before {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.main-tiles .tile:nth-of-type(7) .inner:before {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.main-tiles .tile:nth-of-type(8) .inner:before {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.main-tiles .tile:nth-of-type(9) .inner:before {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.main-tiles .tile:nth-of-type(10) .inner:before {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.main-tiles .tile:nth-of-type(11) .inner:before {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.main-tiles .tile:nth-of-type(12) .inner:before {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.main-tiles .tile:nth-of-type(13) .inner:before {
  -webkit-transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -ms-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.main-tiles .tile:nth-of-type(14) .inner:before {
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -ms-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.main-tiles .tile:nth-of-type(15) .inner:before {
  -webkit-transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  -ms-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.main-tiles .tile:nth-of-type(16) .inner:before {
  -webkit-transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  -ms-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.main-tiles .tile:nth-of-type(17) .inner:before {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
.main-tiles .tile:nth-of-type(18) .inner:before {
  -webkit-transition-delay: 3.2s;
  -moz-transition-delay: 3.2s;
  -ms-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.main-tiles .tile:nth-of-type(19) .inner:before {
  -webkit-transition-delay: 3.4s;
  -moz-transition-delay: 3.4s;
  -ms-transition-delay: 3.4s;
  -o-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.main-tiles .tile:nth-of-type(20) .inner:before {
  -webkit-transition-delay: 3.6s;
  -moz-transition-delay: 3.6s;
  -ms-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.main-tiles .tile:nth-of-type(21) .inner:before {
  -webkit-transition-delay: 3.8s;
  -moz-transition-delay: 3.8s;
  -ms-transition-delay: 3.8s;
  -o-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.main-tiles .tile:nth-of-type(22) .inner:before {
  -webkit-transition-delay: 4s;
  -moz-transition-delay: 4s;
  -ms-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}
.main-tiles .tile:nth-of-type(23) .inner:before {
  -webkit-transition-delay: 4.2s;
  -moz-transition-delay: 4.2s;
  -ms-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
.main-tiles .tile:nth-of-type(24) .inner:before {
  -webkit-transition-delay: 4.4s;
  -moz-transition-delay: 4.4s;
  -ms-transition-delay: 4.4s;
  -o-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
.main-tiles.in-viewport .tile .inner:before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
/* --------------------
	Filtering
-------------------- */
#filter-solutions {
  float: left;
  width: 100%;
}
#filter-solutions .tile {
  display: none;
}
#filter-solutions:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#filter-cases {
  float: left;
}
#filter-cases .case {
  width: 100%;
}
#filter-cases:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.filter-divider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 88px;
  background: #e7e7e7;
  padding: 29px 0;
  z-index: 8000;
}
.filter-divider .filter-icon-container {
  float: left;
  display: inline-block;
  position: relative;
  margin-right: 29px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filter-divider .filter-icon-container:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 88px;
  background: white;
  top: -29px;
  right: -29px;
}
.filter-divider .filter-icon-container.active .filter-icon * {
  fill: #00598f;
}
.filter-divider .filter-icon {
  cursor: pointer;
}
.filter-divider .filter-icon:hover * {
  fill: #a3a3a3;
}
.filter-divider .filter.checkbox {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  position: relative;
  font-size: 15px;
  padding: 0 27px;
}
.filter-divider.cases {
  padding: 16px 0;
}
.filter-divider .filter-select-container {
  display: inline-block;
  margin: 0 auto;
}
.filter-divider.fix-me {
  position: fixed;
  top: 160px;
  left: 0;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  padding-right: 40px;
}
@media all and (max-width: 1175px) {
  .filter-divider.fix-me {
    top: 130px;
  }
}
button.filter {
  float: left;
  position: relative;
  font-size: 15px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
  margin-left: 30px;
  padding-left: 50px;
  color: #a8a8a8;
  overflow: visible;
}
button.filter:before {
  font-family: 'sigmax';
  position: absolute;
  display: inline-block;
  content: 'a';
  text-transform: none;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 2px solid #c9c9c9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #e7e7e7;
  line-height: 30px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button.filter.active {
  color: #757575;
}
button.filter.active:before {
  content: 'a';
  color: #fff;
  background: #00598f;
  border: 2px solid #00598f;
}
button.filter.active:hover {
  color: #757575;
}
button.filter.active:hover:before {
  content: 'a';
  color: #fff;
  background: #00598f;
  border: 2px solid #00598f;
}
button.filter:hover {
  color: #757575;
}
button.filter:hover:before {
  content: 'a';
  color: #fff;
  background: #c1c1c1;
  border: 2px solid #c1c1c1;
}
button.filter:hover:before {
  content: 'a';
}
button.filter:hover.active:before {
  color: #fff;
}
button.filter:hover.all:before {
  content: 'g';
  color: #00598f;
}
button.filter:hover.all.active:before {
  color: #fff;
}
.wrapper-dropdown {
  text-align: left !important;
  position: relative;
  width: 200px;
  padding: 18px 15px;
  z-index: 11;
  float: left;
  background: #fff;
  border: 2px solid #c9c9c9;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  padding-bottom: 12px;
}
.wrapper-dropdown > span {
  max-height: 16px;
  display: inline-block;
  padding-right: 22px;
  overflow: hidden;
  margin-top: 3px;
}
.wrapper-dropdown:first-of-type {
  margin-right: 15px;
}
.wrapper-dropdown:after {
  font-family: 'sigmax';
  content: "e";
  width: 0;
  height: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  font-size: 14px;
}
.wrapper-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: -2px;
  right: -2px;
  transition: all 0.3s ease-out;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
.wrapper-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  color: #bdbdbd;
  background: white;
  border-left: 2px solid #c9c9c9;
  border-right: 2px solid #c9c9c9;
  border-top: 1px solid #eaeaea;
  padding: 10px;
  padding-left: 16px;
  transition: all 0.3s ease-out;
}
.wrapper-dropdown .dropdown li:hover a {
  color: #00598f;
  background: #f4f4f4;
}
.wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.close-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.close-overlay.active {
  display: block;
}
/* --------------------
	Language switcher
-------------------- */
#lang_sel {
  float: right;
  height: 20px;
  /* margin-right: 10px;	*/
  margin-left: 10px;
}
#lang_sel > ul {
  width: 100%;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
#lang_sel > ul > li {
  position: relative;
  width: 100%;
  height: 20px;
}
#lang_sel > ul > li > a {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
}
#lang_sel > ul > li > a img {
  width: 20px;
  height: 20px;
}
#lang_sel > ul > li > ul {
  position: absolute;
  top: 0;
  right: 25px;
  width: 75px;
  height: 20px;
}
#lang_sel > ul > li > ul > li {
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
#lang_sel > ul > li > ul > li > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0.7;
}
#lang_sel > ul > li > ul > li > a img {
  width: 20px;
  height: 20px;
}
#lang_sel:hover > ul {
  width: 100px;
  width: 50px;
}
#lang_sel:hover > ul > li > ul > li > a:hover {
  opacity: 1;
}
/* --------------------
	Statistics
-------------------- */
.sigmax-stats {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 325px;
  height: 200px;
}
.sigmax-stats .stat-block {
  float: left;
  position: relative;
  width: 175px;
  height: 180px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 20px 20px 0;
  padding: 20px;
}
.sigmax-stats .stat-block h5 {
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  color: #cb0045;
  font-size: 60px;
  font-size: 44px;
}
.sigmax-stats .stat-block p {
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: rgba(60, 60, 60, 0.7);
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sigmax-stats .row {
  position: absolute;
  z-index: 0;
}
.sigmax-stats .row.activated {
  display: block;
  z-index: 1;
}
.sigmax-stats .row .stat-block {
  opacity: 0;
  -webkit-transform: translate3d(0, 65px, 0);
  -moz-transform: translate3d(0, 65px, 0);
  -ms-transform: translate3d(0, 65px, 0);
  -o-transform: translate3d(0, 65px, 0);
  transform: translate3d(0, 65px, 0);
}
.sigmax-stats .row .stat-block:nth-of-type(1) {
  -webkit-transition: all 0.5s 0.2s ease-in-out;
  -moz-transition: all 0.5s 0.2s ease-in-out;
  -ms-transition: all 0.5s 0.2s ease-in-out;
  -o-transition: all 0.5s 0.2s ease-in-out;
  transition: all 0.5s 0.2s ease-in-out;
}
.sigmax-stats .row .stat-block:nth-of-type(2) {
  -webkit-transition: all 0.5s 0.4s ease-in-out;
  -moz-transition: all 0.5s 0.4s ease-in-out;
  -ms-transition: all 0.5s 0.4s ease-in-out;
  -o-transition: all 0.5s 0.4s ease-in-out;
  transition: all 0.5s 0.4s ease-in-out;
}
.sigmax-stats .row .stat-block:nth-of-type(3) {
  -webkit-transition: all 0.5s 0.6s ease-in-out;
  -moz-transition: all 0.5s 0.6s ease-in-out;
  -ms-transition: all 0.5s 0.6s ease-in-out;
  -o-transition: all 0.5s 0.6s ease-in-out;
  transition: all 0.5s 0.6s ease-in-out;
}
.sigmax-stats .row .stat-block:nth-of-type(4) {
  -webkit-transition: all 0.5s 0.8s ease-in-out;
  -moz-transition: all 0.5s 0.8s ease-in-out;
  -ms-transition: all 0.5s 0.8s ease-in-out;
  -o-transition: all 0.5s 0.8s ease-in-out;
  transition: all 0.5s 0.8s ease-in-out;
}
.sigmax-stats .row.transitioning .stat-block {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sigmax-stats .row.ending .stat-block {
  opacity: 0;
  -webkit-transform: translate3d(0, -65px, 0);
  -moz-transform: translate3d(0, -65px, 0);
  -ms-transform: translate3d(0, -65px, 0);
  -o-transform: translate3d(0, -65px, 0);
  transform: translate3d(0, -65px, 0);
}
.sigmax-stats .button {
  position: absolute;
  bottom: 20px;
  right: 0;
}
#sigmax-stats-container {
  min-height: 755px;
  max-height: 755px !important;
  display: inline-block;
}
#sigmax-stats-container .cntr h2:first-of-type:after {
  width: 0;
  -webkit-transition: width 1.5s 0.5s ease-in-out;
  -moz-transition: width 1.5s 0.5s ease-in-out;
  -ms-transition: width 1.5s 0.5s ease-in-out;
  -o-transition: width 1.5s 0.5s ease-in-out;
  transition: width 1.5s 0.5s ease-in-out;
}
#sigmax-stats-container.in-viewport .cntr h2:first-of-type:after {
  width: 1500px;
}
@media all and (max-width: 1095px) {
  #sigmax-stats-container {
    min-height: 585px;
  }
  #sigmax-stats-container .sigmax-stats {
    height: 160px;
    margin-top: 195px;
  }
  #sigmax-stats-container .stat-block {
    width: 140px;
    height: 140px;
  }
  #sigmax-stats-container .stat-block h5 {
    font-size: 28px;
  }
  #sigmax-stats-container .stat-block p {
    font-size: 12px;
  }
}
@-webkit-keyframes scrolltrigger {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  25% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  75% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes scrolltrigger {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  25% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  75% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
/* --------------------
	Scroll down
-------------------- */
#scroll-down {
  width: 50px;
  height: 50px;
  background: #eee;
  position: absolute;
  z-index: 50;
  right: 0;
  bottom: 0;
  cursor: pointer;
  border-radius: 5px 0 0 0;
  position: fixed;
  bottom: 40px;
  right: 40px;
}
@media all and (max-width: 1023px) {
  #scroll-down {
    bottom: 30px;
    right: 30px;
  }
}
@media all and (max-width: 480px) {
  #scroll-down {
    bottom: 0;
    right: 0;
  }
}
#scroll-down svg {
  width: 15px;
  margin-top: 18px;
  margin-left: 18px;
  position: relative;
  animation-name: scrolltrigger;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
/* --------------------
	Form
-------------------- */
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="telephone"],
form input[type="search"],
form select,
form textarea {
  font-family: 'Myriad Pro Regular';
  font-weight: normal !important;
  background: #f4f4f4;
  border: 2px solid #E9E9E9;
  height: 49px;
  padding: 8px 15px 12px;
  padding: 15px 15px 12px;
  font-size: 15px;
  color: #999999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 14px;
  max-width: 100%;
  -webkit-appearance: none;
  width: 100%;
  -moz-appearance: none;
  appearance: none;
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="telephone"]:focus,
form input[type="search"]:focus,
form select:focus,
form textarea:focus {
  border: 2px solid #d0d0d0;
}
form .searchsubmit {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0) url('../..//images/loop.svg') center center no-repeat;
  background-size: 20px;
  border: none;
  cursor: pointer;
}
form .col-1-2:nth-of-type(even) {
  padding-left: 7px;
}
form .col-1-2:nth-of-type(odd) {
  padding-right: 7px;
}
body.single form .col-1-2:nth-of-type(odd),
body.page-id-2070 form .col-1-2:nth-of-type(odd) {
  padding-left: 7px;
  padding-right: 0;
}
body.single form .col-1-2:nth-of-type(even),
body.page-id-2070 form .col-1-2:nth-of-type(even) {
  padding-right: 7px;
  padding-left: 0;
}
body.single form .col-1-2.links,
body.page-id-2070 form .col-1-2.links,
body.single form .col-1-2.left,
body.page-id-2070 form .col-1-2.left {
  padding-right: 7px !important;
  padding-left: 0 !important;
}
body.single form .col-1-2.rechts,
body.page-id-2070 form .col-1-2.rechts,
body.single form .col-1-2.right,
body.page-id-2070 form .col-1-2.right {
  padding-left: 7px !important;
  padding-right: 0 !important;
}
form .col-1-2.links,
form .col-1-2.left {
  padding-right: 7px !important;
  padding-left: 0 !important;
}
form .col-1-2.rechts,
form .col-1-2.right {
  padding-left: 7px !important;
  padding-right: 0 !important;
}
form .row .col-1-2:nth-of-type(odd) {
  padding-right: 7px;
  padding-left: 0;
}
form .row .col-1-2:nth-of-type(even) {
  padding-left: 7px;
  padding-right: 0;
}
form input[aria-invalid="true"] {
  border: 2px solid rgba(203, 0, 69, 0.25);
  background: rgba(203, 0, 69, 0.025);
}
form textarea {
  height: 150px;
}
form .ar,
form .al {
  clear: both;
}
form .ar a,
form .al a {
  margin: 10px 0;
}
form .ar p,
form .al p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 0;
}
textarea {
  max-height: 150px;
}
[role="form"].wpcf7 {
  margin-top: 16px;
}
::-webkit-input-placeholder {
  color: #CACACA;
}
:-moz-placeholder {
  color: #CACACA;
  opacity: 1;
}
::-moz-placeholder {
  color: #CACACA;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #CACACA;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background: #ffdb9b;
  color: #b17b19;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #b8f7be;
  color: #46b450;
}
.wpcf7-response-output {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  border: none !important;
  padding: 14px 16px 12px !important;
  margin-top: 16px;
  line-height: 1.5;
  font-size: 16px;
}
.wpcf7-response-output.wpcf7-validation-errors {
  padding: 15px;
  border: 2px solid rgba(203, 0, 69, 0.25);
  background: #E492AC;
}
#search-container form .searchsubmitwhite {
  position: absolute;
  left: 0px;
  bottom: 37px;
  top: auto;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0) url('../..//images/loop-white.svg') center center no-repeat;
  background-size: contain;
  border: none;
  -webkit-appearance: none;
  z-index: 100;
  cursor: pointer;
}
#search-container form #erase {
  position: absolute;
  right: 0px;
  bottom: 37px;
  top: auto;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0) url('../..//images/erase.svg') center center no-repeat;
  background-size: contain;
  border: none;
  -webkit-appearance: none;
  z-index: 100;
  cursor: pointer;
}
.wpcf7-form:not(.searchform) input[type="submit"] {
  float: right;
  clear: both;
  background: #00598f;
  display: inline-block;
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  height: 56px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  line-height: 54px;
  padding: 0 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: background 0.18s ease-in-out;
  -moz-transition: background 0.18s ease-in-out;
  -ms-transition: background 0.18s ease-in-out;
  -o-transition: background 0.18s ease-in-out;
  transition: background 0.18s ease-in-out;
  -webkit-appearance: none !important;
  border: none;
  cursor: pointer;
}
.wpcf7-form:not(.searchform) input[type="submit"]:hover {
  background: #00395c;
}
.wpcf7-form:not(.searchform) input[type="submit"].green {
  background: #50af47;
}
.wpcf7-form:not(.searchform) input[type="submit"].green:hover {
  background: #3f8b38;
}
.wpcf7-form:not(.searchform) .ajax-loader {
  display: none;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form-control-wrap.select {
  position: relative;
}
.wpcf7-form-control-wrap.select:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url('/wp-content/themes/sigmax/static/images/arrow-down-gray.svg') center center no-repeat;
  background-size: 12px;
  content: "";
  pointer-events: none;
}
.wpcf7-form-control.wpcf7-select {
  background: #fff;
}
.wpcf7-form-control-wrap.Radio,
.wpcf7-form-control-wrap.Checkbox {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 6px;
}
.wpcf7-list-item {
  margin-bottom: 6px;
}
.wpcf7-mail-sent-ok {
  padding: 15px;
  border: 2px solid rgba(104, 203, 0, 0.35) !important;
  background: rgba(93, 203, 0, 0.025) !important;
  color: rgba(76, 134, 16, 0.65);
}
.wpcf7-list-item {
  display: block;
}
.screen-reader-response {
  display: none;
}
#searchform {
  position: relative;
}
#searchform input[type="text"] {
  width: 100%;
  padding: 12px 42px 12px 15px;
}
#searchform .searchsubmit {
  position: absolute;
  top: 10px;
  right: 8px;
}
.wpcf7-not-valid-tip {
  display: inline-block;
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 16px;
  margin-bottom: 10px;
  color: rgba(203, 0, 69, 0.45);
  transform: translateY(-5px);
}
@media only screen and (max-width: 480px) {
  .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.wpcf7-list-item {
  display: inline-block;
  width: 100%;
  position: relative;
}
.wpcf7-list-item span,
.wpcf7-list-item input {
  float: left;
}
.wpcf7-list-item span,
.wpcf7-list-item label {
  display: inline-block;
  padding-left: 20px;
  padding-top: 5px;
  color: #666666;
  font-size: 18px;
  line-height: 1.55555555555556;
  color: #999999;
  font-weight: normal;
}
input[type="checkbox"],
input[type="radio"] {
  width: 30px;
  height: 30px;
  border: 2px solid #c9c9c9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
input[type='checkbox']:checked {
  background: #00598f;
  border: 2px solid #00598f;
}
input[type='checkbox']:checked:after {
  font-family: 'sigmax';
  position: absolute;
  content: 'a';
  left: 12px;
  top: 10px;
  color: #fff;
  font-size: 14px;
}
input[type='radio']:checked {
  background: #f4f4f4;
}
input[type='radio']:checked:after {
  display: inline-block;
  content: '';
  background: #00598f;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 5px;
  margin-left: 5px;
}
/* --------------------
	Block solutions & goals
-------------------- */
.block-solutions-goals .inner:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 1s 0.5s ease-in-out;
  -moz-transition: all 1s 0.5s ease-in-out;
  -ms-transition: all 1s 0.5s ease-in-out;
  -o-transition: all 1s 0.5s ease-in-out;
  transition: all 1s 0.5s ease-in-out;
}
.block-solutions-goals .white-box-wrapper:nth-of-type(2) .inner:before {
  -webkit-transition: all 1s 1s ease-in-out;
  -moz-transition: all 1s 1s ease-in-out;
  -ms-transition: all 1s 1s ease-in-out;
  -o-transition: all 1s 1s ease-in-out;
  transition: all 1s 1s ease-in-out;
}
.block-solutions-goals.in-viewport .inner:before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
@media all and (max-width: 800px) {
  .block-solutions-goals .white-box-wrapper {
    width: 100%;
    padding-bottom: 35px;
    text-align: center;
  }
  .block-solutions-goals .white-box-wrapper .button {
    float: none !important;
  }
  .block-solutions-goals .white-box-wrapper .inner {
    margin-bottom: 15px;
    text-align: left;
  }
}
/* --------------------
	Footer
-------------------- */
.page-footer {
  float: left;
  width: 100%;
  min-height: 325px;
  background: #464646;
  overflow: hidden;
  position: relative;
}
.page-footer h4 {
  width: 100%;
}
.page-footer .row {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.page-footer .row .col {
  width: 100%;
  max-width: 25%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 10px;
}
.page-footer .row .col:first-child {
  padding: 0 10px 0 0;
}
.page-footer .row .col:last-child {
  padding: 0 0 0 10px;
}
.page-footer .row .col .logo {
  float: left;
  width: 180px;
  height: 50px;
  background: url('../..//images/sigmax-logo-2.png') top center no-repeat;
  margin: -20px 0 20px 0;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
.page-footer .row .col .logo:hover {
  cursor: pointer;
}
.page-footer .row .col .footer-social {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.page-footer .row .col .footer-social li {
  margin: 0 8px;
  padding: 8px 9px 5px 9px;
  background: #fff;
  border-radius: 20px;
}
.page-footer .row .col .footer-social li:first-child {
  margin-left: 0;
}
.page-footer .row .col .footer-social li a {
  color: #666666;
}
.page-footer .row .col .footer-social li a:hover:before {
  color: #999;
}
.page-footer .row .col .footer-social li a:hover svg {
  fill: #999 !important;
}
.page-footer .row .col .footer-social li a.sigmax-instagram svg {
  width: 16px;
  height: 16px;
  fill: #666666;
}
.page-footer .row .col .contact-details ul li {
  color: #e5e5e5;
  font-size: 16px;
  line-height: 2;
}
.page-footer .row .col .contact-details ul li span {
  margin: 0 0 0 30px;
}
.page-footer .row .col .contact-details ul li i {
  margin: 0 10px 0 0;
}
.page-footer .row .col .contact-details ul li a {
  color: #e5e5e5;
}
.page-footer .row .col .footer-nav .title {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 34px;
  line-height: 1.41176470588235;
  margin-bottom: 22px;
  color: #f2f2f2;
}
.page-footer .row .col h4 {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10px;
}
body.single-expertise .page-footer .row .col h4 {
  font-family: 'Futura LT Heavy';
}
.page-footer .row .col h5 {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  color: #f2f2f2;
  margin-bottom: 40px;
  line-height: 1.4;
}
.page-footer .cntr {
  min-height: 325px;
  padding: 95px 30px;
  position: static;
}
.page-footer .cntr .footer-nav {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 16px;
  margin-bottom: 65px;
  padding-right: 30px;
  display: flex;
  flex-flow: column nowrap;
}
.page-footer .cntr .footer-nav ul li {
  display: block;
  line-height: 2;
}
.page-footer .cntr .footer-nav ul li a {
  color: #f2f2f2;
}
.page-footer .cntr .footer-nav ul li a:hover {
  color: #a0a0a0;
}
.page-footer .cntr p.copy {
  color: #535353;
  font-size: 14px;
}
@media only screen and (max-width: 980px) {
  .page-footer .cntr {
    padding: 95px 30px !important;
  }
  .page-footer .row .col {
    max-width: 50%;
  }
  .page-footer .row .col:nth-child(-n+2) {
    margin: 0 0 40px 0;
  }
  .page-footer .row .col:nth-child(odd) {
    padding: 0 10px 0 0;
  }
  .page-footer .row .col:nth-child(even) {
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 550px) {
  .page-footer .row .col .logo {
    width: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .page-footer .row .col {
    max-width: 100%;
    align-items: center;
    margin: 0 auto 40px auto;
    padding: 0 10px;
  }
  .page-footer .row .col:nth-child(-n+2) {
    margin: 0 auto 40px auto;
  }
  .page-footer .row .col:nth-child(odd) {
    padding: 0 10px;
  }
  .page-footer .row .col:nth-child(even) {
    padding: 0 10px;
  }
  .page-footer .cntr .footer-nav {
    margin-bottom: 0;
  }
  .page-footer .cntr {
    padding: 95px 30px 40px 30px !important;
  }
}
@media only screen and (max-width: 415px) {
  .page-footer h4 {
    font-size: 20px !important;
  }
  .page-footer .row .col .logo {
    width: 130px;
  }
  .page-footer .cntr {
    padding: 60px 30px 20px 30px !important;
  }
}
@media only screen and (max-width: 370px) {
  .page-footer .cntr .footer-nav ul li {
    margin: 10px 0;
  }
  .page-footer .row .col h5 {
    text-align: center;
  }
  .page-footer .row .col .logo {
    width: 110px;
    margin: -20px 0 0 0;
  }
  .page-footer .row .col .footer-social {
    width: 100%;
    justify-content: space-between;
  }
}
/* --------------------
	Breadcrumbs
-------------------- */
body.home .page-breadcrumbs {
  display: none;
}
.page-breadcrumbs {
  position: fixed;
  width: 100%;
  height: auto;
  background-color: #eee;
  top: 120px;
  z-index: 1000;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  padding: 12px 0;
  padding-right: 40px;
}
.page-breadcrumbs.scrolled-past {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.page-breadcrumbs a {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.page-breadcrumbs a span {
  display: inline-block;
}
.page-breadcrumbs a:after {
  font-family: 'sigmax';
  content: 'b';
  font-size: 10px;
  position: absolute;
  right: -7px;
  top: 2px;
  opacity: 0.4;
}
@media screen\0 {
  .page-breadcrumbs a:after {
    top: 6px;
  }
}
.page-breadcrumbs .breadcrumb_last {
  opacity: 0.6;
}
@media only screen and (max-width: 1023px) {
  .page-breadcrumbs {
    top: 90px;
    padding-right: 0px;
  }
}
/* --------------------
	Transitions
-------------------- */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* --------------------
	Sigmax V2
-------------------- */
.overlay-slider-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 550px;
}
.overlay-slider-container .overlay-slider .slide {
  height: 550px;
}
.overlay-slider-container .overlay-slider .slide .animated {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.overlay-slider-container .overlay-slider .slide.slick-active .animated {
  opacity: 1;
  -webkit-transition: all 0.3s 0.7s ease;
  -moz-transition: all 0.3s 0.7s ease;
  -ms-transition: all 0.3s 0.7s ease;
  -o-transition: all 0.3s 0.7s ease;
  transition: all 0.3s 0.7s ease;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.overlay-slider-container .slick-dots {
  position: absolute;
  text-align: center !important;
  width: 100%;
  bottom: 30px;
}
.overlay-slider-container .slick-dots li {
  display: inline-block;
  position: relative;
  margin: 8px;
  width: 8px;
  height: 8px;
}
.overlay-slider-container .slick-dots li button {
  display: inline-block;
  background: white;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.overlay-slider-container .slick-dots li.slick-active button {
  background: #cb0045;
}
.overlay-slider-container .slick-arrow {
  position: absolute;
  width: 33.333333%;
  height: 100%;
  top: 0;
  border: none;
  z-index: 1;
  font-size: 0;
  background: none;
}
.overlay-slider-container .slick-arrow.slick-prev {
  left: 0;
  bottom: 0;
  top: auto;
  height: 80px;
  cursor: url('../..//images/cursor-left.png') 21 21, auto;
}
.overlay-slider-container .slick-arrow.slick-next {
  right: 0;
  cursor: url('../..//images/cursor-right.png') 21 21, auto;
}
.case-share-section {
  background: white;
}
.case-share-section .share-section {
  margin-top: 0;
}
.tag-container {
  position: absolute;
  width: 100%;
  right: 30px;
  bottom: 10px;
  z-index: 10;
  pointer-events: all;
}
.tag-container .tags {
  float: right;
}
.tag-container .tags li {
  float: left;
  display: inline-block;
  margin-left: 10px;
}
.tag-container .tags li .tag {
  display: inline-block;
}
.tag-container .tags li .tag span {
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  display: inline-block;
  padding: 8px;
  font-size: 11px;
  background: none;
  color: white;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 2px solid white;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tag-container .tags li .tag:hover span {
  background: white;
  color: #00598f;
}
.tag-container.checkers input {
  display: none;
}
.tag-container.checkers .tags li .tag span {
  cursor: pointer;
}
.tag-container.checkers .tags li .tag.current-tag span {
  background: #00598f;
  color: white !important;
}
@media only screen and (max-width: 480px) {
  .tag-container {
    position: relative;
    display: inline-block;
    background: white;
    margin-top: -1px;
    padding: 0 20px 10px 20px;
    right: auto;
    bottom: auto;
  }
  .tag-container .tags {
    float: left;
  }
  .tag-container .tags li {
    margin-left: 0;
    margin-right: 10px;
  }
  .tag-container .tags li .tag span {
    border-color: #00598f;
    color: #00598f;
    margin-bottom: 10px;
  }
  .tag-container .tags li .tag:hover span {
    background: #00598f;
    color: white;
  }
}
.highlighted {
  position: relative;
  padding: 60px 0 60px;
}
.highlighted .main-tiles {
  margin-bottom: 0;
}
.highlighted .main-tiles .tile.tile-v2 {
  padding: 10px;
}
.highlighted .main-tiles .tile.tile-v2 .content-inner {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.highlighted .main-tiles .tile.tile-v2 .content-inner .tag-container {
  right: 20px;
  width: calc(100% - 20px);
  bottom: auto;
  top: 0;
  pointer-events: none;
  padding-bottom: 5px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.highlighted .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li {
  float: right;
}
.highlighted .main-tiles .tile.tile-v2 .content-inner h3 {
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.highlighted .main-tiles .tile.tile-v2 .tile-background {
  background-image: url('/wp-content/themes/sigmax/static/images/tile-placeholder-small.jpg');
}
.highlighted .main-tiles.has-two-items .tile.tile-v2 {
  width: 50%;
}
.highlighted .main-tiles.has-two-items .tile.tile-v2 .inner {
  padding-bottom: 75%;
}
.highlighted .highlighted-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.highlighted .highlighted-item .left {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 50%;
  background: url('/wp-content/themes/sigmax/static/images/tile-placeholder-small.jpg') top center / cover no-repeat;
  padding: 30px;
}
.highlighted .highlighted-item .left:before {
  position: absolute;
  background: #00598f;
  top: 45px;
  right: 0;
  height: 2px;
  width: calc(100% - 120px);
  z-index: 0;
  content: "";
  z-index: 5;
}
.highlighted .highlighted-item .left:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 235px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 0;
  content: "";
}
.highlighted .highlighted-item .left.has-date:before {
  width: calc(100% - 270px);
  background: white;
}
.highlighted .highlighted-item .left .tile__date-wrapper {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 30px;
}
.highlighted .highlighted-item .left h5 {
  position: relative;
  float: left;
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  top: 0;
  left: 0;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  line-height: 32px;
  z-index: 5;
}
.highlighted .highlighted-item .left h5 span {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  background: #00598f;
  color: white;
  line-height: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 5px;
}
.highlighted .highlighted-item .left h6 {
  position: relative;
  float: left;
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  line-height: 32px;
  z-index: 5;
}
.highlighted .highlighted-item .left .tag-container {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: calc(100% - 60px);
  pointer-events: none;
}
.highlighted .highlighted-item .left .tag-container .tags {
  float: left;
}
.highlighted .highlighted-item .left .tag-container .tags li {
  margin-left: 0;
  margin-right: 10px;
}
.highlighted .highlighted-item .left .tag-container .tags li .tag {
  display: inline-block;
}
.highlighted .highlighted-item .left .tag-container .tags li .tag span {
  display: inline-block;
  border-color: white;
  color: white;
}
.highlighted .highlighted-item .right {
  float: right;
  width: 50%;
  min-height: 200px;
  background: white;
  padding: 30px;
}
.highlighted .highlighted-item .right h3 {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 22px;
  line-height: 30px;
  color: #00598f;
  margin-bottom: 5px;
}
.highlighted .highlighted-item .right .event-data {
  margin-bottom: 5px;
}
.highlighted .highlighted-item .right .event-data .date {
  font-size: 16px;
  line-height: 24px;
}
.highlighted .highlighted-item .right .intro-text {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
}
.highlighted .highlighted-item .right .read-more {
  float: right;
}
.highlighted .multiple-highlighted-container {
  width: calc(100% + 50px);
  margin-left: -25px;
}
.highlighted article {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  padding: 0 25px;
}
.highlighted article a .left {
  float: left;
  width: 140px;
  height: 80px;
  background: url('/wp-content/themes/sigmax/static/images/tile-placeholder-small.jpg') top center / cover no-repeat;
}
.highlighted article a .right {
  float: left;
  position: relative;
  width: calc(100% - 140px);
  height: 80px;
  background: white;
  padding: 10px 10px 0 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.highlighted article a .right h4 {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #00598f;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.highlighted article a .right h6 {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.highlighted article a .right .right-inner {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: calc(100% - 25px);
}
.highlighted article a:hover .right {
  background: #00598f;
}
.highlighted article a:hover .right h4 {
  color: white;
}
.highlighted article a:hover .right h6 {
  color: white;
}
@media only screen and (max-width: 1280px) {
  .highlighted .multiple-highlighted-container {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .highlighted article {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .highlighted {
    padding: 60px 0 60px;
  }
  .highlighted .main-tiles .tile.tile-v2 .inner {
    padding-bottom: 110%;
  }
  .highlighted .main-tiles .tile.tile-v2 .content-inner h3 {
    padding: 15px;
  }
  .highlighted .main-tiles .tile.tile-v2 .content-inner.has-date h3 {
    padding-bottom: 5px;
  }
  .highlighted .main-tiles .tile.tile-v2 .content-inner.has-date .event-data {
    margin-bottom: 15px;
  }
  .highlighted .main-tiles .tile.tile-v2 .content-inner.has-date .date {
    padding: 0 15px !important;
  }
  .highlighted article:nth-child(odd) {
    padding-right: 30px;
  }
  .highlighted article:nth-child(even) {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 920px) {
  .highlighted .main-tiles .tile.tile-v2 {
    width: 50%;
  }
  .highlighted .main-tiles .tile.tile-v2 .inner {
    padding-bottom: 100%;
  }
  .highlighted .main-tiles.has-two-items .tile.tile-v2 .inner {
    padding-bottom: 100%;
  }
  .highlighted .highlighted-item .left {
    padding: 15px;
  }
  .highlighted .highlighted-item .left:before {
    top: 30px;
  }
  .highlighted .highlighted-item .left .tile__date-wrapper {
    top: 15px;
    left: 15px;
  }
  .highlighted .highlighted-item .left .tag-container {
    left: 15px;
    bottom: 5px;
  }
  .highlighted .highlighted-item .right {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .highlighted {
    padding: 50px 0 40px !important;
  }
  .highlighted .highlighted-item .left {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 250px;
  }
  .highlighted .highlighted-item .right {
    width: 100%;
  }
  .highlighted .multiple-highlighted-container {
    width: 100%;
    margin-left: 0;
  }
  .highlighted article {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .highlighted .main-tiles .tile.tile-v2 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .highlighted .main-tiles .tile.tile-v2 {
    width: 100%;
  }
  .highlighted .main-tiles .tile.tile-v2 .content-inner .tag-container {
    position: absolute;
    background: none;
    padding: 0 0 5px 0;
  }
  .highlighted .main-tiles .tile.tile-v2 .content-inner .tag-container .tags {
    float: right;
  }
  .highlighted .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li {
    float: right;
    margin-right: 0;
    margin-left: 10px;
  }
  .highlighted .main-tiles .tile.tile-v2 .content-inner .tag-container .tags li span {
    border-color: white;
    color: white;
  }
  .highlighted .highlighted-item .left {
    min-height: 200px;
  }
  .highlighted .highlighted-item .left .tag-container {
    background: none;
    padding: 0;
    left: 15px;
  }
  .highlighted .highlighted-item .left .tag-container .tags li span {
    border-color: white;
    color: white;
  }
  .highlighted article a .left {
    width: 100px;
    height: 90px;
  }
  .highlighted article a .right {
    width: calc(100% - 100px);
    height: 90px;
  }
}
/* --------------------
	Sigmax V2 | Template | Single news/events/blogs v2
-------------------- */
.news-template-single-news-v2 .page-section .box-left {
  padding: 35px 30px;
  width: 100%;
  max-width: 690px;
}
.news-template-single-news-v2 .page-section .box-left .breadcrumbs {
  margin-bottom: 15px;
}
.news-template-single-news-v2 .page-section .box-left h1 {
  font-size: 31px;
  margin-bottom: 20px;
}
.news-template-single-news-v2 .page-section .tag-container {
  width: calc(100% - 720px);
}
.news-template-single-news-v2 .page-section .tag-container .tags {
  text-align: right !important;
}
.news-template-single-news-v2 .page-section .tag-container .tags li {
  float: none;
}
@media only screen and (max-width: 960px) {
  .news-template-single-news-v2 .page-section .box-left {
    top: calc(50% - 30px);
  }
  .news-template-single-news-v2 .page-section .tag-container {
    float: left;
    width: calc(100% - 60px);
  }
  .news-template-single-news-v2 .page-section .tag-container .tags {
    float: left;
    text-align: left !important;
  }
  .news-template-single-news-v2 .page-section .tag-container .tags li {
    float: left;
  }
  .news-template-single-news-v2 .page-section .tag-container .tags li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .news-template-single-news-v2 .page-section .box-left {
    padding: 40px 20px;
  }
  .news-template-single-news-v2 .page-section .box-left h1 {
    font-size: 26px;
  }
  .news-template-single-news-v2 .page-section .tag-container {
    width: 100%;
  }
}
.page-section.top-section .type span {
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  display: inline-block;
  padding: 10px;
  font-size: 12px;
  background: #00598f;
  color: white;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: -5px;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.page-section.top-section .header-author {
  margin-top: 10px;
}
.page-section.top-section .header-author img {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 15px;
}
.page-section.top-section .header-author .name-author {
  float: left;
  font-family: 'Myriad Pro Bold';
  font-weight: normal !important;
  font-size: 16px;
  color: #00598f;
  margin-right: 10px;
  padding-top: 23px;
}
.page-section.top-section .header-author .date {
  float: left;
  font-family: 'Myriad Pro Regular';
  font-weight: normal !important;
  font-size: 16px;
  padding-top: 19px;
}
.share-section {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 30px 0 30px 0;
  padding: 30px 0;
  border-top: 1px solid #e4e4e4;
}
.share-section p.blue {
  float: left;
  color: #00598f;
  margin-right: 20px;
  padding-top: 13px;
}
.share-section .social li {
  float: left;
}
.share-section .social li a {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 2px solid #00598f;
  margin-right: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.share-section .social li a:before {
  position: absolute;
  color: #00598f;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.share-section .social li a:hover {
  background: #00598f;
}
.share-section .social li a:hover:before {
  color: #e9e9e9;
}
@media only screen and (max-width: 400px) {
  .case-share-section .share-section .social {
    display: inline-block;
    width: 100%;
    clear: left;
    margin-top: 10px;
  }
}
.single-news-v2-wrapper,
.single-medewerker-wrapper {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.single-news-v2-wrapper .custom-section-wrapper,
.single-medewerker-wrapper .custom-section-wrapper {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  max-width: calc(100% - 430px);
  padding: 0 30px;
  margin-bottom: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper.no-sidebar,
.single-medewerker-wrapper .custom-section-wrapper.no-sidebar {
  max-width: 100%;
}
.single-news-v2-wrapper .custom-section-wrapper.no-sidebar .author-container,
.single-medewerker-wrapper .custom-section-wrapper.no-sidebar .author-container {
  max-width: calc(100% - 430px);
}
.single-news-v2-wrapper .custom-section-wrapper .share-section,
.single-medewerker-wrapper .custom-section-wrapper .share-section {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 57px;
  border-top: 0;
  border-bottom: 1px solid #e4e4e4;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.less-space .left,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.less-space .left,
.single-news-v2-wrapper .custom-section-wrapper .custom-section.less-space .right,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.less-space .right,
.single-news-v2-wrapper .custom-section-wrapper .custom-section.less-space .middle,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.less-space .middle {
  margin-top: -30px !important;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section .bg-white,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .bg-white {
  padding-left: 30px;
  padding-right: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section .cntr,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .cntr {
  padding: 0;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section .right .cntr,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .right .cntr {
  padding-left: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section .right.bg-blue .cntr,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .right.bg-blue .cntr,
.single-news-v2-wrapper .custom-section-wrapper .custom-section .right.bg-red .cntr,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .right.bg-red .cntr {
  padding-right: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section .left .cntr,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .left .cntr {
  padding-right: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section .left.bg-blue .cntr,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .left.bg-blue .cntr,
.single-news-v2-wrapper .custom-section-wrapper .custom-section .left.bg-red .cntr,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .left.bg-red .cntr {
  padding-left: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section .tile .tile,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .tile .tile {
  padding: 20px !important;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section .tile .tile.bg-white,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .tile .tile.bg-white {
  background: white;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section .tile h1,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .tile h1,
.single-news-v2-wrapper .custom-section-wrapper .custom-section .tile h2,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .tile h2,
.single-news-v2-wrapper .custom-section-wrapper .custom-section .tile h3,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .tile h3,
.single-news-v2-wrapper .custom-section-wrapper .custom-section .tile h4,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .tile h4,
.single-news-v2-wrapper .custom-section-wrapper .custom-section .tile h5,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .tile h5,
.single-news-v2-wrapper .custom-section-wrapper .custom-section .tile h6,
.single-medewerker-wrapper .custom-section-wrapper .custom-section .tile h6 {
  padding-right: 10px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.one-col,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.one-col {
  /*
				h1 							{ font-size: 28px; }
				h2 							{ font-size: 24px; }
				h3 							{ font-size: 22px; }
				h4 							{ font-size: 20px; }
				h5 							{ font-size: 18px; }
				h6 							{ font-size: 16px; }
*/
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.one-col h1,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.one-col h1,
.single-news-v2-wrapper .custom-section-wrapper .custom-section.one-col h2,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.one-col h2,
.single-news-v2-wrapper .custom-section-wrapper .custom-section.one-col h3,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.one-col h3,
.single-news-v2-wrapper .custom-section-wrapper .custom-section.one-col h4,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.one-col h4,
.single-news-v2-wrapper .custom-section-wrapper .custom-section.one-col h5,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.one-col h5,
.single-news-v2-wrapper .custom-section-wrapper .custom-section.one-col h6,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.one-col h6 {
  margin-bottom: 15px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.one-col .tekst,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.one-col .tekst,
.single-news-v2-wrapper .custom-section-wrapper .custom-section.one-col .video,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.one-col .video {
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .tile:first-of-type,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .tile:first-of-type {
  padding-right: 0;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .left,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .left {
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .left.bg-white,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .left.bg-white {
  padding-left: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .left.tile-image-right,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .left.tile-image-right {
  padding-right: 0 !important;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .right,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .right {
  padding-right: 0;
  padding-left: 0 !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .right.bg-white,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .right.bg-white {
  padding-right: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .right .tekst + .tile,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .right .tekst + .tile {
  padding-left: 30px !important;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header {
  position: relative;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-white,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-white,
.single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue,
.single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red {
  padding-left: 30px;
  padding-right: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-white:after,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-white:after,
.single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue:after,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue:after,
.single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red:after,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red:after {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  background: white;
  z-index: 2;
  visibility: visible;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue {
  padding-left: 30px;
  padding-right: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue:after,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue:after {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  background: #00598f;
  z-index: 2;
  visibility: visible;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red {
  padding-left: 30px;
  padding-right: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red:after,
.single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red:after {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  background: #cb0045;
  z-index: 2;
  visibility: visible;
}
.single-news-v2-wrapper .custom-section-wrapper .author-container,
.single-medewerker-wrapper .custom-section-wrapper .author-container {
  position: relative;
  display: inline-block;
  width: 100%;
  background: white;
  padding: 45px;
  margin-bottom: 80px;
  margin-top: 20px;
}
.single-news-v2-wrapper .custom-section-wrapper .author-container .thumb,
.single-medewerker-wrapper .custom-section-wrapper .author-container .thumb {
  float: left;
  width: 150px;
  padding-right: 30px;
}
.single-news-v2-wrapper .custom-section-wrapper .author-container .thumb img,
.single-medewerker-wrapper .custom-section-wrapper .author-container .thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.single-news-v2-wrapper .custom-section-wrapper .author-container .author-info,
.single-medewerker-wrapper .custom-section-wrapper .author-container .author-info {
  float: left;
  width: calc(100% - 150px);
}
.single-news-v2-wrapper .custom-section-wrapper .author-container .author-info h2,
.single-medewerker-wrapper .custom-section-wrapper .author-container .author-info h2 {
  font-family: 'Myriad Pro Bold';
  font-weight: normal !important;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  color: #00598f;
}
.single-news-v2-wrapper .custom-section-wrapper .author-container .author-info p,
.single-medewerker-wrapper .custom-section-wrapper .author-container .author-info p {
  font-family: 'Myriad Pro Regular';
  font-weight: normal !important;
  font-size: 16px;
  line-height: 28px;
  color: #353535;
  margin-bottom: 15px;
}
.single-news-v2-wrapper .custom-section-wrapper .author-container .author-info .share-section,
.single-medewerker-wrapper .custom-section-wrapper .author-container .author-info .share-section {
  float: left;
  width: auto;
  border-top: 0;
  margin: 0;
  padding: 0;
}
.single-news-v2-wrapper .custom-section-wrapper .author-container .author-info .more-from-author,
.single-medewerker-wrapper .custom-section-wrapper .author-container .author-info .more-from-author {
  float: right;
  display: inline-block;
  position: relative;
  font-family: 'Myriad Pro Regular';
  font-weight: normal !important;
  font-size: 16px;
  color: #00598f;
  text-decoration: underline;
  padding: 13px 30px 0 0;
}
.single-news-v2-wrapper .custom-section-wrapper .author-container .author-info .more-from-author:after,
.single-medewerker-wrapper .custom-section-wrapper .author-container .author-info .more-from-author:after {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 14px;
  right: 0;
  content: "";
  background: url('../..//images/arrow-right-blue.svg') center center / 12px no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.single-news-v2-wrapper .custom-section-wrapper .author-container .author-info .more-from-author:hover:after,
.single-medewerker-wrapper .custom-section-wrapper .author-container .author-info .more-from-author:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.single-news-v2-wrapper .sidebar,
.single-medewerker-wrapper .sidebar {
  float: left;
  width: 430px;
  padding: 65px 30px 0 60px;
  margin-bottom: 30px;
}
.single-news-v2-wrapper .sidebar h2,
.single-medewerker-wrapper .sidebar h2 {
  font-family: 'Futura LT Heavy';
  font-weight: normal !important;
  font-size: 16px;
}
.single-news-v2-wrapper .sidebar h2.blue,
.single-medewerker-wrapper .sidebar h2.blue {
  color: #00598f;
}
.single-news-v2-wrapper .sidebar .related-solutions .main-lines,
.single-medewerker-wrapper .sidebar .related-solutions .main-lines {
  padding: 18px;
  border: 2px solid #e9e8e9;
}
.single-news-v2-wrapper .sidebar .related-solutions .main-lines ul li a,
.single-medewerker-wrapper .sidebar .related-solutions .main-lines ul li a {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  position: relative;
  display: block;
  font-size: 16px;
  color: #7f7f7f;
  padding: 15px 27px 15px 15px;
  border-bottom: 1px solid #e9e8e9;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.single-news-v2-wrapper .sidebar .related-solutions .main-lines ul li a:after,
.single-medewerker-wrapper .sidebar .related-solutions .main-lines ul li a:after {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 17px;
  right: 15px;
  content: "";
  background: url('../..//images/arrow-right-blue.svg') center center / 12px no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.single-news-v2-wrapper .sidebar .related-solutions .main-lines ul li a:hover:after,
.single-medewerker-wrapper .sidebar .related-solutions .main-lines ul li a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.single-news-v2-wrapper .sidebar .related-solutions .main-lines ul li:last-child a,
.single-medewerker-wrapper .sidebar .related-solutions .main-lines ul li:last-child a {
  border-bottom: 0;
}
.single-news-v2-wrapper .sidebar .main-tiles .tile .inner .tile-background,
.single-medewerker-wrapper .sidebar .main-tiles .tile .inner .tile-background {
  background-image: url('/wp-content/themes/sigmax/static/images/tile-placeholder-small.jpg');
}
.single-news-v2-wrapper .sidebar .main-tiles .tile .inner .content-inner,
.single-medewerker-wrapper .sidebar .main-tiles .tile .inner .content-inner {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.single-news-v2-wrapper .sidebar .main-tiles .tile .inner .content-inner h3,
.single-medewerker-wrapper .sidebar .main-tiles .tile .inner .content-inner h3 {
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.single-news-v2-wrapper .sidebar .main-tiles .tile .inner .content-inner .tag-container,
.single-medewerker-wrapper .sidebar .main-tiles .tile .inner .content-inner .tag-container {
  right: 15px;
  max-width: calc(100% - 20px);
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none;
  padding-bottom: 5px;
}
.single-news-v2-wrapper .sidebar .main-tiles .tile .inner .content-inner .tag-container .tags li,
.single-medewerker-wrapper .sidebar .main-tiles .tile .inner .content-inner .tag-container .tags li {
  float: right;
}
@media only screen and (max-width: 1280px) {
  .single-news-v2-wrapper .custom-section-wrapper,
  .single-medewerker-wrapper .custom-section-wrapper {
    max-width: calc(100% - 400px);
  }
  .single-news-v2-wrapper .sidebar,
  .single-medewerker-wrapper .sidebar {
    padding-left: 30px;
    width: 400px;
  }
  .single-news-v2-wrapper .editor p,
  .single-medewerker-wrapper .editor p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1160px) {
  .single-news-v2-wrapper .custom-section-wrapper .share-section,
  .single-medewerker-wrapper .custom-section-wrapper .share-section {
    padding-top: 32px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.less-space .left,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.less-space .left,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.less-space .right,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.less-space .right,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.less-space .middle,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.less-space .middle {
    margin-top: -15px !important;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.one-col .tekst,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.one-col .tekst {
    /* padding-top: @padding-res; padding-bottom: @padding-res; */
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.one-col .afbeelding,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.one-col .afbeelding {
    min-height: 350px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .left,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .left,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .right,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .right {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .right,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .right {
    padding-left: 30px !important;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .right.tile,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .right.tile {
    padding-left: 0 !important;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .right.tile .cntr,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .right.tile .cntr {
    padding-left: 0 !important;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .right.tile.bg-white .cntr .tile,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .right.tile.bg-white .cntr .tile {
    margin-left: 30px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col > .tile:first-of-type,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col > .tile:first-of-type {
    padding-right: 0 !important;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .tile:first-of-type,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .tile:first-of-type {
    padding-right: 0;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .tile:first-of-type .editor,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .tile:first-of-type .editor {
    padding-right: 30px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .tile:last-of-type .editor,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .tile:last-of-type .editor {
    padding-left: 30px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .afbeelding,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .afbeelding {
    min-height: 350px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col .left,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col .left,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col .right,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col .right,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col .middle,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col .middle {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 100%;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col .left,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col .left,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col .middle,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col .middle {
    width: 50%;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col .right,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col .right {
    width: 100%;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col > .tile:nth-of-type(1),
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col > .tile:nth-of-type(1) {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col > .tile:nth-of-type(2),
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col > .tile:nth-of-type(2) {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col .tile + .tile + .tile,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col .tile + .tile + .tile {
    padding-bottom: 15px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col .tekst + .tekst + .tile,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col .tekst + .tekst + .tile {
    padding-top: 0;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col .tekst + .afbeelding + .tile,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col .tekst + .afbeelding + .tile {
    padding-top: 0;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col .afbeelding + .tekst + .tile,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col .afbeelding + .tekst + .tile {
    padding-top: 0;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col.has-tiles .left,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col.has-tiles .left,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col.has-tiles .right,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col.has-tiles .right,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.three-col.has-tiles .middle,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.three-col.has-tiles .middle {
    width: 100%;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.four-col .left,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.four-col .left,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.four-col .right,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.four-col .right,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.four-col .middle-left,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.four-col .middle-left,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.four-col .middle-right,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.four-col .middle-right {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.four-col > .tile:nth-of-type(1),
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.four-col > .tile:nth-of-type(1) {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.four-col > .tile:nth-of-type(2),
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.four-col > .tile:nth-of-type(2) {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.four-col .tile + .tile + .tile,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.four-col .tile + .tile + .tile {
    padding-bottom: 15px;
    padding-top: 10px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.four-col .tile + .tile + .tile + .tile,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.four-col .tile + .tile + .tile + .tile {
    padding-bottom: 15px;
    padding-top: 10px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.four-col .tile:nth-of-type(odd) .cntr.editor,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.four-col .tile:nth-of-type(odd) .cntr.editor {
    padding-right: 10px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.four-col .tile:nth-of-type(even) .cntr.editor,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.four-col .tile:nth-of-type(even) .cntr.editor {
    padding-left: 10px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section .right .cntr,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section .right .cntr {
    padding-left: 0;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.pagina-brede-afbeelding .afbeelding,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.pagina-brede-afbeelding .afbeelding {
    min-height: 350px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section .afbeelding,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section .afbeelding {
    min-height: 350px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section .afbeelding .full-background-image,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section .afbeelding .full-background-image {
    min-height: 350px;
    background-size: cover;
  }
  .single-news-v2-wrapper .custom-section-wrapper .left.tekst + .right.tekst,
  .single-medewerker-wrapper .custom-section-wrapper .left.tekst + .right.tekst {
    padding-top: 0;
    margin-top: -50px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .left.tile + .right.tile,
  .single-medewerker-wrapper .custom-section-wrapper .left.tile + .right.tile {
    padding-top: 0;
  }
  .single-news-v2-wrapper .custom-section-wrapper .has-text + .has-text,
  .single-medewerker-wrapper .custom-section-wrapper .has-text + .has-text,
  .single-news-v2-wrapper .custom-section-wrapper .new-text + .has-text,
  .single-medewerker-wrapper .custom-section-wrapper .new-text + .has-text {
    /* margin-top: -35px; */
  }
  .single-news-v2-wrapper .custom-section-wrapper .author-container .thumb,
  .single-medewerker-wrapper .custom-section-wrapper .author-container .thumb {
    width: 120px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .author-container .author-info,
  .single-medewerker-wrapper .custom-section-wrapper .author-container .author-info {
    width: calc(100% - 120px);
  }
  .single-news-v2-wrapper .custom-section-wrapper .author-container .author-info .more-from-author,
  .single-medewerker-wrapper .custom-section-wrapper .author-container .author-info .more-from-author {
    display: block;
    float: left;
    clear: left;
  }
  .single-news-v2-wrapper .sidebar,
  .single-medewerker-wrapper .sidebar {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .single-news-v2-wrapper .custom-section-wrapper.no-sidebar .author-container,
  .single-medewerker-wrapper .custom-section-wrapper.no-sidebar .author-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .single-news-v2-wrapper .custom-section-wrapper,
  .single-medewerker-wrapper .custom-section-wrapper {
    max-width: 100%;
  }
  .single-news-v2-wrapper .custom-section-wrapper .author-container .author-info .more-from-author,
  .single-medewerker-wrapper .custom-section-wrapper .author-container .author-info .more-from-author {
    display: inline-block;
    float: right;
    clear: none;
  }
  .single-news-v2-wrapper .sidebar,
  .single-medewerker-wrapper .sidebar {
    width: 100%;
    margin-bottom: 30px;
  }
  .single-news-v2-wrapper .sidebar .main-tiles .tile-v2,
  .single-medewerker-wrapper .sidebar .main-tiles .tile-v2 {
    width: 50%;
  }
  .single-news-v2-wrapper .sidebar .main-tiles .tile-v2:nth-of-type(odd),
  .single-medewerker-wrapper .sidebar .main-tiles .tile-v2:nth-of-type(odd) {
    padding-right: 10px;
  }
  .single-news-v2-wrapper .sidebar .main-tiles .tile-v2:nth-of-type(even),
  .single-medewerker-wrapper .sidebar .main-tiles .tile-v2:nth-of-type(even) {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .single-news-v2-wrapper .custom-section-wrapper .has-text + .has-text,
  .single-medewerker-wrapper .custom-section-wrapper .has-text + .has-text,
  .single-news-v2-wrapper .custom-section-wrapper .new-text + .has-text,
  .single-medewerker-wrapper .custom-section-wrapper .new-text + .has-text {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .single-news-v2-wrapper .custom-section-wrapper .author-container,
  .single-medewerker-wrapper .custom-section-wrapper .author-container {
    padding: 20px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .author-container .thumb,
  .single-medewerker-wrapper .custom-section-wrapper .author-container .thumb {
    width: 100%;
    margin-bottom: 15px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .author-container .thumb img,
  .single-medewerker-wrapper .custom-section-wrapper .author-container .thumb img {
    margin: 0 auto;
    max-width: 130px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .author-container .author-info,
  .single-medewerker-wrapper .custom-section-wrapper .author-container .author-info {
    width: 100%;
  }
  .single-news-v2-wrapper .custom-section-wrapper .author-container .author-info .more-from-author,
  .single-medewerker-wrapper .custom-section-wrapper .author-container .author-info .more-from-author {
    display: block;
    float: left;
    clear: left;
  }
  .single-news-v2-wrapper .sidebar .main-tiles .tile-v2,
  .single-medewerker-wrapper .sidebar .main-tiles .tile-v2 {
    width: 100%;
  }
  .single-news-v2-wrapper .sidebar .main-tiles .tile-v2:nth-of-type(odd),
  .single-medewerker-wrapper .sidebar .main-tiles .tile-v2:nth-of-type(odd) {
    padding-right: 0px;
  }
  .single-news-v2-wrapper .sidebar .main-tiles .tile-v2:nth-of-type(even),
  .single-medewerker-wrapper .sidebar .main-tiles .tile-v2:nth-of-type(even) {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .single-news-v2-wrapper .custom-section-wrapper,
  .single-medewerker-wrapper .custom-section-wrapper {
    padding: 0 20px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section .bg-white,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section .bg-white {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .right,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .right {
    padding-left: 15px !important;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.two-col .right.tile .cntr .tile,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.two-col .right.tile .cntr .tile {
    margin-left: 0;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header {
    position: relative;
    overflow: hidden;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-white,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-white,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-white:after,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-white:after,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue:after,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue:after,
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red:after,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red:after {
    width: 15px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue:after,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-blue:after {
    width: 15px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red:after,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header.bg-red:after {
    width: 15px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header h1,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header h1 {
    font-size: 30px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header h1:after,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header h1:after {
    top: 21px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header h2:after,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header h2:after {
    top: 21px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header h3:after,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header h3:after {
    top: 17px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header h4:after,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header h4:after {
    top: 17px;
  }
  .single-news-v2-wrapper .custom-section-wrapper .custom-section.gecentreerde-header h5:after,
  .single-medewerker-wrapper .custom-section-wrapper .custom-section.gecentreerde-header h5:after {
    top: 8px;
  }
  .single-news-v2-wrapper .sidebar,
  .single-medewerker-wrapper .sidebar {
    padding: 0 20px;
  }
  .single-news-v2-wrapper .sidebar .main-tiles .tile .inner .content-inner .tag-container,
  .single-medewerker-wrapper .sidebar .main-tiles .tile .inner .content-inner .tag-container {
    position: absolute;
    background: none;
    padding: 0 0 5px 0;
  }
  .single-news-v2-wrapper .sidebar .main-tiles .tile .inner .content-inner .tag-container .tags,
  .single-medewerker-wrapper .sidebar .main-tiles .tile .inner .content-inner .tag-container .tags {
    float: right;
  }
  .single-news-v2-wrapper .sidebar .main-tiles .tile .inner .content-inner .tag-container .tags li,
  .single-medewerker-wrapper .sidebar .main-tiles .tile .inner .content-inner .tag-container .tags li {
    float: right;
    margin-right: 0;
    margin-left: 5px;
  }
  .single-news-v2-wrapper .sidebar .main-tiles .tile .inner .content-inner .tag-container .tags li span,
  .single-medewerker-wrapper .sidebar .main-tiles .tile .inner .content-inner .tag-container .tags li span {
    border-color: white;
    color: white;
  }
}
@media only screen and (max-width: 365px) {
  .single-news-v2-wrapper .custom-section-wrapper .share-section,
  .single-medewerker-wrapper .custom-section-wrapper .share-section {
    margin: 0;
  }
  .single-news-v2-wrapper .custom-section-wrapper .share-section .social,
  .single-medewerker-wrapper .custom-section-wrapper .share-section .social {
    display: inline-block;
    width: 100%;
    clear: left;
    margin-top: 10px;
  }
}
body.single-medewerker .page-section .box-left {
  /* background: fade(white, 88%); padding: 50px 30px; */
  width: 100%;
  max-width: 890px;
}
body.single-medewerker .page-section .box-left:before {
  /* background: fade(white, 88%); */
}
body.single-medewerker .page-section .box-left .author-info {
  float: left;
  display: inline-block;
  width: calc(100% - 120px);
  padding-left: 30px;
}
body.single-medewerker .page-section .box-left .breadcrumbs {
  padding-left: 150px;
}
body.single-medewerker .page-section .box-left h1 {
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 1;
  color: #363636;
}
body.single-medewerker .page-section .box-left .thumb {
  float: left;
  margin-bottom: 15px;
}
body.single-medewerker .page-section .box-left .thumb img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
body.single-medewerker .page-section .box-left .share-section {
  border: 0;
  margin: 0;
  padding: 0;
}
body.single-medewerker .page-section .box-left .share-section .social {
  padding-left: 0;
}
body.single-medewerker .page-section .box-left .share-section .social li:before {
  display: none;
}
body.single-medewerker .main-tiles .tile.tile-v2 .inner {
  padding-bottom: 85%;
}
body.single-medewerker .main-tiles .tile.tile-v2 .content-inner .article-title {
  min-height: 74px;
}
body.single-medewerker .single-medewerker-wrapper {
  overflow: hidden;
}
body.single-medewerker .single-medewerker-wrapper .main-tiles {
  width: 100%;
  margin-bottom: 80px;
  margin-top: 30px;
}
body.single-medewerker .single-medewerker-wrapper .main-tiles h2 {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-size: 28px;
  margin-bottom: 30px;
  padding-left: 10px;
  color: #363636;
}
body.single-expertise body.single-medewerker .single-medewerker-wrapper .main-tiles h2 {
  font-family: 'Futura LT Heavy';
}
@media only screen and (max-width: 1024px) {
  body.single-medewerker .page-section .box-left .breadcrumbs {
    padding-left: 106px;
  }
  body.single-medewerker .page-section .box-left .thumb img {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (max-width: 900px) {
  body.single-medewerker .single-medewerker-wrapper .main-tiles .tile.tile-v2 {
    width: 50%;
  }
  body.single-medewerker .single-medewerker-wrapper .main-tiles .tile.tile-v2 .inner {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.single-medewerker .page-section .box-left .thumb img {
    width: 75px;
    height: 75px;
  }
  body.single-medewerker .single-medewerker-wrapper .main-tiles {
    padding: 0 30px;
    width: calc(100% + 20px);
  }
}
@media only screen and (max-width: 640px) {
  body.single-medewerker .single-medewerker-wrapper .main-tiles .tile.tile-v2 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  body.single-medewerker .page-section .cntr.editor {
    position: relative;
  }
  body.single-medewerker .page-section .box-left {
    padding: 40px 20px 20px 20px;
  }
  body.single-medewerker .page-section .box-left .breadcrumbs {
    padding-left: 0;
  }
  body.single-medewerker .page-section .box-left .thumb {
    display: block;
    float: none;
  }
  body.single-medewerker .page-section .box-left .author-info {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  body.single-medewerker .single-medewerker-wrapper .main-tiles {
    padding: 0 20px;
    margin-top: 10px;
  }
  body.single-medewerker .single-medewerker-wrapper .main-tiles h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
/* --------------------
	Single Tag
-------------------- */
body.tag .page-section .sigmax-slide .slick-slide {
  background-image: none !important;
}
/* --------------------
	Responsive | Tablet
-------------------- */
@media all and (max-width: 1024px) {
  .page-section .box-left h1 {
    font-size: 34px;
    line-height: 1.22727272727273;
    margin-bottom: 15px;
  }
  .page-section .box-left h2 {
    font-size: 30px;
    line-height: 1.41176470588235;
  }
  .page-section .box-left p {
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .page-section .box-left .button {
    margin-top: 22px;
  }
  .page-section .box-left .button.outline {
    margin-top: 20px;
  }
  .page-section .box-left.has-multiple-buttons p {
    padding-bottom: 10px;
  }
  .page-section .box-left.has-multiple-buttons .button {
    margin-top: 10px;
  }
  .page-section .box-left.has-multiple-buttons .button.outline {
    margin-top: 8px;
  }
  .page-section.project-section .box-left p {
    padding-bottom: 10px;
  }
  .page-section.project-section .box-left .button {
    margin-top: 10px;
  }
  .page-section.project-section .box-left .button.outline {
    margin-top: 8px;
  }
  .editor p {
    font-size: 16px;
    line-height: 1.5;
  }
  .cntr.navigation {
    padding-right: 0 !important;
  }
  /*
	.button 								{ padding: 0 20px; height: 42px; line-height: 42px;
		&.outline 							{ line-height: 38px; }
	}
	.page-template-page-whatsnew .button.load_more.loading img { height: 35px; padding-top: 2px; }
*/
  .sigmax-slide .slick-arrow {
    display: none !important;
  }
  .sigmax-slide {
    max-height: 550px;
    min-height: 550px;
  }
  .sigmax-slide.whats-new-v2 {
    max-height: 200px;
    min-height: 200px;
  }
  .sigmax-slide.whats-new-v2 .slick-list {
    min-height: 200px;
  }
  .sigmax-slide.whats-new-v2 .slick-list .slick-track {
    min-height: 200px;
  }
  .sigmax-slide.author {
    max-height: 330px;
    min-height: 330px;
  }
  .sigmax-slide.author .slick-list {
    min-height: 330px;
  }
  .sigmax-slide.author .slick-list .slick-track {
    min-height: 330px;
  }
  body.news-template-single-news-v2 .sigmax-slide {
    min-height: 415px;
    height: 415px;
  }
  body.news-template-single-news-v2 .sigmax-slide .slick-list,
  body.news-template-single-news-v2 .sigmax-slide .slick-track {
    min-height: 415px;
  }
  .main-tiles .tile .inner .content-inner h3 {
    font-size: 20px;
  }
  .main-tiles .tile.col-1-4 {
    width: 24.9%;
  }
  .custom-section.four-col .left,
  .custom-section.four-col .right,
  .custom-section.four-col .middle-left,
  .custom-section.four-col .middle-right {
    width: 50% !important;
    max-width: 100%;
  }
  .custom-section.four-col > .tile:nth-of-type(1) {
    padding-bottom: 20px;
  }
  .custom-section.four-col > .tile:nth-of-type(2) {
    padding-bottom: 20px;
  }
  .custom-section.four-col .tile + .tile + .tile {
    padding-top: 20px;
  }
  .custom-section.four-col .tile + .tile + .tile + .tile {
    padding-top: 20px;
  }
  .custom-section.four-col .left.tekst,
  .custom-section.four-col .middle-left.tekst {
    padding-bottom: 0;
  }
  .custom-section.four-col .right.tekst,
  .custom-section.four-col .middle-right.tekst {
    padding-top: 0;
  }
  .custom-section .tile .tile {
    padding: 30px !important;
  }
  .page-template-page-support .col-1-4 {
    width: 50%;
  }
}
/* --------------------
	Responsive | Tablet small
-------------------- */
@media all and (max-width: 768px) {
  .page-section {
    padding: 40px 0 80px;
  }
  .main-tiles .tile .inner h5 {
    left: 20px;
    top: 20px;
  }
  .main-tiles .tile .inner h6 {
    left: 90px;
    top: 20px;
  }
  .main-tiles .tile .inner .content-inner h3 {
    padding: 20px;
    padding-right: 40px;
  }
  .main-tiles .tile .inner .content-inner p {
    padding: 25px 20px;
  }
  .main-tiles .tile .inner .content-inner.has-date .date {
    padding: 0 20px !important;
  }
  .main-tiles .tile .inner .tile__date-wrapper {
    left: 20px;
    top: 20px;
  }
  .main-tiles .tile .inner:before {
    top: 35px;
  }
  .page-template-page-support .col-1-4 {
    width: 100%;
  }
  .page-template-page-support .col-1-2 {
    width: 100%;
  }
  .sigmax-logo-slider {
    margin: 40px 0;
  }
  body.search .main-tiles .tile.col-1-3 {
    width: 50%;
  }
  .custom-section.one-col .tekst {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .custom-section.one-col .afbeelding {
    min-height: 350px;
  }
  .custom-section.two-col .left,
  .custom-section.two-col .right {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .custom-section.two-col .right {
    padding-left: 0 !important;
  }
  .custom-section.two-col > .tile:first-of-type {
    padding-right: 0 !important;
  }
  .custom-section.two-col .tile:first-of-type {
    padding-right: 0;
  }
  .custom-section.two-col .tile:first-of-type .editor {
    padding-right: 30px;
  }
  .custom-section.two-col .tile:last-of-type .editor {
    padding-left: 30px;
  }
  .custom-section.two-col .afbeelding {
    min-height: 350px;
  }
  .custom-section.three-col .left,
  .custom-section.three-col .right,
  .custom-section.three-col .middle {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 100%;
  }
  .custom-section.three-col .left,
  .custom-section.three-col .middle {
    width: 50%;
  }
  .custom-section.three-col .right {
    width: 100%;
  }
  .custom-section.three-col > .tile:nth-of-type(1) {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .custom-section.three-col > .tile:nth-of-type(2) {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .custom-section.three-col .tile + .tile + .tile {
    padding-bottom: 40px;
  }
  .custom-section.three-col .tekst + .tekst + .tile {
    padding-top: 0;
  }
  .custom-section.three-col .tekst + .afbeelding + .tile {
    padding-top: 0;
  }
  .custom-section.three-col .afbeelding + .tekst + .tile {
    padding-top: 0;
  }
  .custom-section.three-col.has-tiles .left,
  .custom-section.three-col.has-tiles .right,
  .custom-section.three-col.has-tiles .middle {
    width: 100%;
  }
  .custom-section.four-col .left,
  .custom-section.four-col .right,
  .custom-section.four-col .middle-left,
  .custom-section.four-col .middle-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .custom-section.four-col > .tile:nth-of-type(1) {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .custom-section.four-col > .tile:nth-of-type(2) {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .custom-section.four-col .tile + .tile + .tile {
    padding-bottom: 40px;
    padding-top: 10px;
  }
  .custom-section.four-col .tile + .tile + .tile + .tile {
    padding-bottom: 40px;
    padding-top: 10px;
  }
  .custom-section.four-col .tile:nth-of-type(odd) .cntr.editor {
    padding-right: 10px;
  }
  .custom-section.four-col .tile:nth-of-type(even) .cntr.editor {
    padding-left: 10px;
  }
  .custom-section.pagina-brede-afbeelding .afbeelding {
    min-height: 350px;
  }
  .custom-section .afbeelding {
    min-height: 350px;
  }
  .custom-section .afbeelding .full-background-image {
    min-height: 350px;
    background-size: cover;
  }
  .left.tekst + .right.tekst {
    padding-top: 0;
    margin-top: -50px;
  }
  .left.tile + .right.tile {
    padding-top: 0;
  }
  .has-text + .has-text,
  .new-text + .has-text {
    margin-top: -35px;
  }
  .page-template-page-partners .main-boxes .col-1-3 {
    width: 50%;
  }
}
/* --------------------
	Responsive | Mobile
-------------------- */
@media all and (max-width: 480px) {
  /* --------------------
		Eventuele slider aanpassingen
	-------------------- */
  .page-section.top-section .cntr,
  .page-section.project-section .cntr {
    position: static;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sigmax-slide {
    max-height: 200px !important;
    min-height: 200px !important;
  }
  .sigmax-slide.whats-new-v2 {
    max-height: 160px !important;
    min-height: 160px !important;
  }
  .sigmax-slide.whats-new-v2 .slick-list {
    min-height: 160px;
  }
  .sigmax-slide.whats-new-v2 .slick-list .slick-track {
    min-height: 160px;
  }
  .sigmax-slide.v2.nothing {
    display: none;
  }
  .page-section .box-left {
    top: auto;
    display: inline-block;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 100%;
    position: static;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0;
  }
  .sigmax-slide .slick-arrow,
  .overlay-slider .slick-arrow {
    display: inline-block !important;
    cursor: pointer !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 82px;
  }
  .sigmax-slide .slick-arrow.slick-next,
  .overlay-slider .slick-arrow.slick-next {
    background-image: url('/wp-content/themes/sigmax/static/images/cursor-right.png');
    background-size: 30px;
  }
  .sigmax-slide .slick-arrow.slick-prev,
  .overlay-slider .slick-arrow.slick-prev {
    background-image: url('/wp-content/themes/sigmax/static/images/cursor-left.png');
    background-size: 30px;
  }
  .sigmax-slide.top .slick-list,
  .sigmax-slide.v2 .slick-list,
  .sigmax-slide.project .slick-list,
  .overlay-slider .slick-list {
    min-height: 200px;
    max-height: 200px;
  }
  .sigmax-slide.top .slick-track div,
  .sigmax-slide.v2 .slick-track div,
  .sigmax-slide.project .slick-track div,
  .overlays-slider .slick-track div {
    min-height: 200px;
  }
  body.news-template-single-news-v2 .sigmax-slide.top .slick-track div,
  body.news-template-single-news-v2 .sigmax-slide.v2 .slick-track div,
  body.news-template-single-news-v2 .sigmax-slide.project .slick-track div,
  body.news-template-single-news-v2 .overlays-slider .slick-track div {
    min-height: 200px;
  }
  .sigmax-slide-project-content .button.white.text-red {
    border-width: 2px;
    border-style: solid;
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .overlay-slider-container {
    position: relative;
    height: 310px;
  }
  .overlay-slider-container .overlay-slider .slide {
    height: 310px;
  }
  .overlay-slider {
    max-height: 310px;
  }
  .overlay-slider .has-multiple-buttons .button {
    font-size: 16px !important;
  }
  .overlay-slider .has-multiple-buttons .button.red {
    padding: 14px 20px !important;
  }
  .overlay-slider .has-multiple-buttons .button.red.outline {
    padding: 12px 20px !important;
  }
  .overlay-slider .slick-arrow.slick-prev {
    height: 100%;
  }
  .overlay-slider .slick-list {
    min-height: 310px;
    max-height: 310px;
  }
  .page-header .cntr.navigation .contact-box.fr > div:first-of-type .sigmax-search {
    margin-right: 0px !important;
  }
  .page-header .cntr.navigation .contact-box.fr > div:first-of-type {
    width: 46px !important;
  }
  .social-share {
    right: 0px !important;
  }
  .page-box {
    display: none !important;
  }
  .page-wrapper {
    padding-right: 0 !important;
  }
  body .page-header {
    height: 91px;
  }
  body .page-header {
    border-bottom: 1px solid #F4F4F4;
  }
  .tekst-image-right {
    padding-right: 0;
  }
  .block-solutions-goals .inner:before {
    top: 50px;
  }
  /* --------------------
		Editor & wordpress styles
	-------------------- */
  .editor h2 {
    font-size: 26px;
  }
  .editor h3 {
    font-size: 22px;
  }
  .editor h4 {
    font-size: 18px;
  }
  .page-section .box-left .button {
    margin-top: 22px;
  }
  .page-section .box-left .button + .button {
    border-width: 2px;
    border-style: solid;
  }
  .page-wrapper .cntr {
    padding: 0 20px;
  }
  .page-header .cntr.navigation {
    padding: 0 20px;
  }
  .white-box-wrapper .inner {
    padding: 30px 35px;
  }
  .page-section .box-left {
    padding: 40px 20px;
  }
  .custom-section.two-col .tile:last-of-type .editor {
    padding-left: 20px;
  }
  .page-footer .cntr {
    padding: 95px 0 135px;
  }
  .page-section .box-left h1 {
    font-size: 26px;
  }
  .page-section .box-left h2 {
    font-size: 20px;
  }
  .page-section .box-left p {
    margin-bottom: 20px;
  }
  /*
	.button 								{ font-size: 14px; padding: 0 10px; height: 35px; line-height: 35px;
		&.outline 							{ line-height: 30px; }
	}
	.page-template-page-whatsnew .button.load_more.loading img { height: 27px; padding-top: 2px; }
*/
  .custom-section.three-col .left.tekst + .middle.tekst {
    padding-top: 0;
    margin-top: -50px;
  }
  .custom-section.three-col .middle.tekst + .right.tekst {
    padding-top: 0;
    margin-top: -50px;
  }
  .custom-section.four-col .left,
  .custom-section.four-col .right,
  .custom-section.four-col .middle-left,
  .custom-section.four-col .middle-right {
    width: 100% !important;
  }
  .custom-section.four-col .tile .cntr.editor {
    padding: 0 20px !important;
  }
  .custom-section.four-col > .tile:nth-of-type(2) {
    padding-top: 10px;
  }
  .custom-section.four-col .tile + .tile + .tile {
    padding-bottom: 10px;
  }
  .custom-section.four-col .left.tekst,
  .custom-section.four-col .middle-left.tekst {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .custom-section.four-col .right.tekst,
  .custom-section.four-col .middle-right.tekst {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .custom-section.four-col .left.tekst {
    padding-top: 10px;
  }
  .custom-section .tekst {
    width: 100% !important;
  }
  .single-event .white-box-wrapper {
    width: 100%;
  }
  .wpcf7 .col-1-2 {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .page-template-page-partners .main-boxes .col-1-3 {
    width: 100%;
  }
  .page-template-page-partners .white-box-wrapper .inner img {
    max-width: 65vw;
  }
  .main-tiles .tile .inner,
  .main-tiles .tile.col-1-4 .inner {
    padding-bottom: 65%;
    min-height: 300px;
  }
  body.search .search-results-divider form {
    width: 45%;
  }
  /* --------------------
		Search
	-------------------- */
  body #search-container {
    height: 100px;
    margin-top: -100px;
    overflow: hidden;
  }
  body.search-open .page-box:after {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  body.search-open .page-header {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  body.search-open .page-wrapper {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  body.search-open .right-stroke {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  body.search-active.search-successful .page-box:after {
    -webkit-transform: translate3d(0, 470px, 0);
    -moz-transform: translate3d(0, 470px, 0);
    -ms-transform: translate3d(0, 470px, 0);
    -o-transform: translate3d(0, 470px, 0);
    transform: translate3d(0, 470px, 0);
  }
  body.search-active.search-successful .page-wrapper {
    -webkit-transform: translate3d(0, 470px, 0);
    -moz-transform: translate3d(0, 470px, 0);
    -ms-transform: translate3d(0, 470px, 0);
    -o-transform: translate3d(0, 470px, 0);
    transform: translate3d(0, 470px, 0);
  }
  body.search-active.search-successful .right-stroke {
    -webkit-transform: translate3d(0, 470px, 0);
    -moz-transform: translate3d(0, 470px, 0);
    -ms-transform: translate3d(0, 470px, 0);
    -o-transform: translate3d(0, 470px, 0);
    transform: translate3d(0, 470px, 0);
  }
  body.search-active.search-successful .navigation {
    -webkit-transform: translate3d(0, 370px, 0);
    -moz-transform: translate3d(0, 370px, 0);
    -ms-transform: translate3d(0, 370px, 0);
    -o-transform: translate3d(0, 370px, 0);
    transform: translate3d(0, 370px, 0);
  }
  body.search-active.search-successful #search-container {
    height: 470px;
  }
  #search-container #s {
    height: 60px;
    line-height: 60px;
    margin-top: 15px;
    font-size: 24px;
  }
  #search-container form .searchsubmitwhite,
  #search-container form #erase {
    bottom: 10px;
  }
  .search-results-divider {
    height: auto !important;
  }
  .search-results-divider form {
    width: 100% !important;
    margin-top: 45px !important;
  }
  .search-results-divider form input {
    margin-bottom: 0;
  }
  .search-results-divider span {
    left: 22px !important;
  }
  .search-results-divider .searchpage-loader img {
    position: relative;
    top: 13px;
    left: 0;
    width: 20px !important;
    height: 20px !important;
  }
}
@media all and (max-width: 370px) {
  .overlay-slider-container {
    position: relative;
    height: 340px;
  }
  .overlay-slider-container .overlay-slider .slide {
    height: 340px;
  }
  .overlay-slider {
    max-height: 340px;
  }
  .overlay-slider .has-multiple-buttons .button {
    font-size: 16px !important;
  }
  .overlay-slider .has-multiple-buttons .button.red {
    padding: 14px 20px !important;
  }
  .overlay-slider .has-multiple-buttons .button.red.outline {
    padding: 12px 20px !important;
  }
  .overlay-slider .slick-arrow.slick-prev {
    height: 100%;
  }
  .overlay-slider .slick-list {
    min-height: 340px;
    max-height: 340px;
  }
}
/* --------------------
	Responsive | Header small
-------------------- */
@media all and (max-width: 1280px) {
  .page-header .cntr.navigation .main-nav > ul > li {
    padding: 0 15px;
  }
  .page-header .cntr.navigation .main-nav > ul > li a {
    font-size: 13px;
  }
  .page-header .cntr.navigation .main-nav > ul > li:first-of-type {
    padding-left: 25px;
  }
}
/* --------------------
	Responsive | Mobile navigatie
-------------------- */
@media all and (max-width: 1023px) {
  body.search .main-tiles .tile .inner:before {
    top: 35px;
  }
  body.search .main-tiles .tile .inner h5 {
    left: 20px;
    top: 20px;
  }
  body.search .main-tiles .tile .inner h5 span {
    font-size: 9px;
    padding: 8px;
    float: left;
    top: 4px;
    position: relative;
  }
  body.search .main-tiles .tile .inner h6 {
    left: 75px;
    top: 23px;
  }
  body.search .main-tiles .tile .inner .content-inner h3 {
    padding: 20px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  body.search .main-tiles .tile .inner .content-inner h3:before {
    bottom: 25px;
  }
  body.search .main-tiles .tile .inner .tile__date-wrapper {
    left: 20px;
    top: 20px;
  }
  body.search .main-tiles .tile {
    /* -------------
					Domain
				------------- */
    /* -------------
					Solution
				------------- */
    /* -------------
					Nieuws
				------------- */
    /* -------------
					Case
				------------- */
    /* -------------
					Event
				------------- */
  }
  body.search .main-tiles .tile.domain .inner:before {
    width: calc(100% - 100px);
  }
  body.search .main-tiles .tile.solution .inner:before {
    width: calc(100% - 105px);
  }
  body.search .main-tiles .tile.solution.software .inner:before {
    width: calc(100% - 105px);
  }
  body.search .main-tiles .tile.solution.ict .inner:before {
    width: calc(100% - 70px);
  }
  body.search .main-tiles .tile.news .inner:before,
  body.search .main-tiles .tile.nieuws .inner:before {
    width: calc(100% - 190px);
  }
  body.search .main-tiles .tile.case .inner:before {
    width: calc(100% - 80px);
  }
  body.search .main-tiles .tile.event .inner:before {
    width: calc(100% - 195px);
  }
  .social-share {
    right: 30px;
  }
  .page-box .right-stroke #corner-right-top {
    top: 90px;
  }
  .page-box .right-stroke {
    width: 30px;
  }
  .page-box .right-stroke #corner-right-top {
    right: 30px;
  }
  .page-box .bottom-stroke {
    height: 30px;
  }
  .page-box .bottom-stroke #corner-right-bottom {
    bottom: 30px;
    right: 30px;
  }
  .page-wrapper {
    padding-right: 30px;
  }
  body {
    padding-top: 90px;
  }
  .page-header {
    height: 90px;
  }
  .page-header .cntr.navigation {
    height: 90px;
  }
  .page-header .cntr.navigation:before {
    height: 90px;
  }
  .page-header .cntr.navigation .logo {
    margin-top: 20px;
  }
  .page-header .cntr.navigation > .tel {
    display: inline-block;
  }
  .page-header .cntr.navigation .main-nav {
    position: absolute;
    display: none;
  }
  .page-header .cntr.navigation .contact-box.fr {
    max-width: 100% !important;
    margin-top: 22px;
    margin-right: -20px;
  }
  .page-header .cntr.navigation .contact-box.fr > div {
    float: right;
    display: inline-block;
    width: auto;
  }
  .page-header .cntr.navigation .contact-box.fr > div:first-of-type {
    width: 50px !important;
  }
  .page-header .cntr.navigation .contact-box.fr > div:first-of-type .sigmax-search {
    height: 44px;
    margin-right: 10px;
    padding: 0 5px;
    font-size: 24px;
    line-height: 44px;
  }
  .page-header .cntr.navigation .contact-box.fr > div:first-of-type #lang_sel {
    height: 44px;
    margin-right: 0;
    padding: 0 5px;
    /* temporary */
    display: none;
  }
  .page-header .cntr.navigation .contact-box.fr div > .tel {
    display: none;
  }
  .mobile-nav {
    display: inline-block;
    margin-right: 10px;
  }
  .mobile-nav a {
    display: inline-block;
    line-height: 88px;
  }
  .navigation-mobile {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation-mobile.menu-open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .navigation-mobile .main-mobile-nav {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .navigation-mobile .main-mobile-nav > .col-1-3 {
    position: relative;
    min-height: 100vh;
    z-index: 10;
  }
  .navigation-mobile .main-mobile-nav > .col-2-3 {
    position: relative;
    min-height: 100vh;
    z-index: 5;
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .navigation-mobile .main-mobile-nav > .col-1-3 {
    background-color: #00598f;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 120px;
  }
  .navigation-mobile .main-mobile-nav > .col-1-3 div > a {
    color: #fff;
  }
  .navigation-mobile .main-mobile-nav > .col-1-3 .menu-section {
    border-bottom: 1px solid #005291;
    width: 100%;
  }
  .navigation-mobile .main-mobile-nav > .col-1-3 .menu-section:last-of-type {
    border-bottom: none;
  }
  .navigation-mobile .main-mobile-nav > .col-2-3 {
    background-color: whitesmoke;
    display: inline-block;
    padding-left: 30px;
    padding-right: 120px;
    padding-top: 120px;
  }
  .navigation-mobile .main-mobile-nav > .col-2-3 .menu-section {
    width: 100%;
  }
  .navigation-mobile .main-tiles {
    margin-bottom: 0;
  }
  .navigation-mobile .main-tiles .tile .inner:before {
    top: 35px;
    width: calc(100% - 105px);
  }
  .navigation-mobile .main-tiles .tile .inner h5 {
    left: 20px;
    top: 20px;
  }
  .navigation-mobile .main-tiles .tile .inner h5 span {
    font-size: 9px;
    padding: 8px;
  }
  .navigation-mobile .main-tiles .tile .inner .content-inner h3 {
    padding: 20px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .navigation-mobile .main-tiles .tile .inner .content-inner h3:before {
    bottom: 25px;
  }
  .navigation-mobile .main-tiles .tile.solution.ict .inner:before {
    width: calc(100% - 65px);
  }
  .navigation-mobile .main-tiles .tile.solution.software .inner:before {
    width: calc(100% - 100px);
  }
  .navigation-mobile .solution-slider-container,
  .navigation-mobile .domain-slider-container {
    position: relative;
  }
  .navigation-mobile .slide-nav-domain,
  .navigation-mobile .slide-nav-solution {
    position: absolute;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -58px;
  }
  .navigation-mobile .slide-nav-domain a,
  .navigation-mobile .slide-nav-solution a {
    border-bottom: none !important;
    padding: 10px !important;
  }
  .navigation-mobile .slide-nav-domain a:after,
  .navigation-mobile .slide-nav-solution a:after {
    padding-left: 0 !important;
    font-size: 20px !important;
  }
  .navigation-mobile .menu-section {
    float: left;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
  }
  .navigation-mobile .menu-section:nth-of-type(2) {
    padding-right: 0;
    width: 66.666666%;
  }
  .navigation-mobile .menu-section > div > a {
    font-family: 'Futura LT Bold';
    font-weight: normal !important;
    display: inline-block;
    font-size: 22px;
    color: #00598f;
    /* margin-bottom: 20px; */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-bottom: 2px solid #00598f;
    padding-bottom: 5px;
  }
  body.single-expertise .navigation-mobile .menu-section > div > a {
    font-family: 'Futura LT Heavy';
  }
  .navigation-mobile .menu-section > div > a:after {
    font-family: 'sigmax';
    display: inline-block;
    content: 'b';
    transform: translateX(10px);
    right: -30px;
    font-size: 14px;
    top: 5px;
    transition: transform .2s ease;
  }
  .navigation-mobile .menu-section > div > a.open:after {
    transform: translateX(10px) rotate(90deg);
  }
  .navigation-mobile .menu-section.small > div > a {
    font-size: 16px;
  }
  .navigation-mobile .menu-section.small > div > a:after {
    font-size: 12px;
  }
  .navigation-mobile .menu-section .sub-menu {
    margin-top: 15px;
    padding-right: 30px !important;
  }
  .navigation-mobile .menu-section.mobile {
    display: none;
  }
  .navigation-mobile .menu-section .slick-slider {
    margin-top: 15px;
  }
  .navigation-mobile .menu-section > ul {
    float: left;
    padding-right: 40px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .navigation-mobile .menu-section > ul li {
    padding: 7px 0;
  }
  .navigation-mobile .menu-section > ul li a {
    font-family: 'Futura LT Regular';
    font-weight: normal !important;
    font-size: 14px;
    color: #C2D6E2;
    line-height: 1.5;
  }
  .navigation-mobile .menu-section > ul:last-of-type {
    padding-right: 135px;
  }
  .navigation-mobile .menu-section .menu-toggle .sub-menu {
    overflow: hidden;
    height: auto;
    max-height: 0;
    float: left;
    padding-right: 40px;
    width: 100%;
    margin-top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .navigation-mobile .menu-section .menu-toggle .sub-menu li {
    padding: 7px 0;
  }
  .navigation-mobile .menu-section .menu-toggle .sub-menu li .sub-menu {
    padding-left: 50px;
  }
  .navigation-mobile .menu-section .menu-toggle .sub-menu li .sub-menu li {
    padding: 3px 0;
  }
  .navigation-mobile .menu-section .menu-toggle .sub-menu li .sub-menu li:first-child {
    padding-top: 10px;
  }
  .navigation-mobile .menu-section .menu-toggle .sub-menu li .sub-menu li:last-child {
    padding-bottom: 10px;
  }
  .navigation-mobile .menu-section .menu-toggle .sub-menu li a {
    font-family: 'Futura LT Regular';
    font-weight: normal !important;
    font-size: 14px;
    color: #C2D6E2;
    line-height: 1.5;
  }
  .navigation-mobile .menu-section .menu-toggle .sub-menu li a.has-sub-menu:after {
    font-family: 'sigmax';
    display: inline-block;
    content: 'b';
    transform: translateX(10px) translateY(2px) scale(0.7);
    right: -30px;
    font-size: 14px;
    top: 5px;
    transition: transform .2s ease;
  }
  .navigation-mobile .menu-section .menu-toggle .sub-menu li a.has-sub-menu.open:after {
    transform: translateX(10px) translateY(2px) scale(0.7) rotate(90deg);
  }
  .navigation-mobile .menu-section .menu-toggle .sub-menu:last-of-type {
    padding-right: 0;
  }
  .navigation-mobile .menu-section .menu-toggle .sub-menu.sub-menu--open {
    max-height: 600px;
  }
  .navigation-mobile .menu-section:nth-of-type(1) div > a {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .navigation-mobile .menu-section:nth-of-type(1) > ul {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .navigation-mobile .menu-section:nth-of-type(2) div > a {
    -webkit-transition-delay: 0.14s;
    -moz-transition-delay: 0.14s;
    -ms-transition-delay: 0.14s;
    -o-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  .navigation-mobile .menu-section:nth-of-type(2) > ul:first-of-type {
    -webkit-transition-delay: 0.14s;
    -moz-transition-delay: 0.14s;
    -ms-transition-delay: 0.14s;
    -o-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  .navigation-mobile .menu-section:nth-of-type(2) > ul:last-of-type {
    -webkit-transition-delay: 0.18s;
    -moz-transition-delay: 0.18s;
    -ms-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s;
  }
  .navigation-mobile .menu-section:nth-of-type(3) div > a {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .navigation-mobile .menu-section:nth-of-type(3) > ul {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .navigation-mobile .menu-section:nth-of-type(4) div > a {
    -webkit-transition-delay: 0.14s;
    -moz-transition-delay: 0.14s;
    -ms-transition-delay: 0.14s;
    -o-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  .navigation-mobile .menu-section:nth-of-type(4) > ul {
    -webkit-transition-delay: 0.14s;
    -moz-transition-delay: 0.14s;
    -ms-transition-delay: 0.14s;
    -o-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  .navigation-mobile .menu-section:nth-of-type(5) div > a {
    -webkit-transition-delay: 0.18s;
    -moz-transition-delay: 0.18s;
    -ms-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s;
  }
  .navigation-mobile .menu-section:nth-of-type(5) > ul {
    -webkit-transition-delay: 0.18s;
    -moz-transition-delay: 0.18s;
    -ms-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s;
  }
  .navigation-mobile .menu-section:nth-of-type(6) div > a {
    -webkit-transition-delay: 0.22s;
    -moz-transition-delay: 0.22s;
    -ms-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
  }
  .navigation-mobile .menu-section:nth-of-type(6) > ul {
    -webkit-transition-delay: 0.22s;
    -moz-transition-delay: 0.22s;
    -ms-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
  }
  .navigation-mobile.menu-open .main-mobile-nav > .col-2-3 {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .navigation-mobile.nav-v3 .menu {
    display: flex;
    flex-flow: column nowrap;
  }
  .navigation-mobile.nav-v3 .menu li {
    display: flex;
    flex-flow: column nowrap;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #005291;
  }
  .navigation-mobile.nav-v3 .menu li a {
    font-family: 'Futura LT Bold';
    font-weight: normal !important;
    display: inline-block;
    font-size: 22px;
    color: white;
    /* margin-bottom: 20px; */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding-bottom: 5px;
  }
  body.single-expertise .navigation-mobile.nav-v3 .menu li a {
    font-family: 'Futura LT Heavy';
  }
  .navigation-mobile.nav-v3 .menu li .sub-menu {
    max-height: 0;
    height: 100%;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }
  .navigation-mobile.nav-v3 .menu li.menu-item-has-children {
    position: relative;
  }
  .navigation-mobile.nav-v3 .menu li.menu-item-has-children:after {
    font-family: 'sigmax';
    position: absolute;
    color: white;
    content: 'b';
    right: 0px;
    font-size: 14px;
    top: 22px;
    transition: transform .2s ease;
    pointer-events: none;
  }
  .navigation-mobile.nav-v3 .menu li.menu-item-has-children.open:after {
    transform: rotate(90deg);
  }
  .navigation-mobile.nav-v3 .menu li.menu-item-has-children.open > .sub-menu {
    max-height: 2000px;
    transition: max-height 1.4s ease, padding 0.4s ease;
    padding: 10px 0 0 0;
  }
  .navigation-mobile.nav-v3 .menu li.menu-item-has-children .sub-menu li {
    padding: 7px 0;
    border-bottom: 0;
  }
  .navigation-mobile.nav-v3 .menu li.menu-item-has-children .sub-menu li a {
    font-family: 'Futura LT Regular';
    font-weight: normal !important;
    font-size: 16px;
    color: #C2D6E2;
    padding-left: 10px;
  }
  .navigation-mobile.nav-v3 .menu li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
    top: 9px;
  }
  .navigation-mobile.nav-v3 .menu li.menu-item-has-children .sub-menu li .sub-menu li a {
    padding-left: 20px;
  }
  .navigation-mobile.nav-v3 .main-mobile-nav > .col-1-3 .menu-section {
    position: relative;
    padding: 15px 0;
  }
  .navigation-mobile.nav-v3 .main-mobile-nav > .col-1-3 .menu-section a {
    width: 100%;
  }
  .navigation-mobile.nav-v3 .main-mobile-nav > .col-1-3 .menu-section a:after {
    display: none;
    position: absolute;
    right: 9px;
    top: 22px;
  }
  /* --------------------
		Language switcher
	-------------------- */
  .contact-box > div {
    position: relative;
  }
  #lang_sel {
    float: right;
    height: 25px;
    margin-right: 10px;
    position: absolute;
    right: 41px;
  }
  #lang_sel > ul {
    width: 25px;
    height: 25px;
    margin-top: 9px;
  }
  #lang_sel > ul > li {
    height: 25px;
  }
  #lang_sel > ul > li > a {
    width: 25px;
    height: 25px;
  }
  #lang_sel > ul > li > a img {
    width: 25px;
    height: 25px;
  }
  #lang_sel > ul > li > ul {
    right: 25px;
    height: 75px;
    width: 25px;
    right: 0;
    top: 25px;
  }
  #lang_sel > ul > li > ul > li {
    width: 25px;
    height: 25px;
    margin-left: 0;
    margin-top: 5px;
  }
  #lang_sel > ul > li > ul > li > a {
    width: 25px;
    height: 25px;
  }
  #lang_sel > ul > li > ul > li > a img {
    width: 25px;
    height: 25px;
    border-radius: 3px;
  }
  #lang_sel:hover > ul {
    height: 115px;
    width: 25px;
  }
  #lang_sel:hover > ul > li > ul > li > a:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 960px) {
  body.news-template-single-news-v2 .sigmax-slide {
    height: 480px;
  }
  body.news-template-single-news-v2 .sigmax-slide .slick-list,
  body.news-template-single-news-v2 .sigmax-slide .slick-track {
    min-height: 480px;
  }
  body.news-template-single-news-v2 .sigmax-slide .slick-track > div {
    min-height: 480px;
  }
}
/* --------------------
	Responsive | Header on small height screen
-------------------- */
@media all and (max-height: 650px) and (min-width: 1025px) {
  .sigmax-slide {
    max-height: 470px;
    min-height: 470px;
  }
}
/* --------------------
	Responsive | Mobile navigatie small
-------------------- */
@media all and (min-width: 800px) and (max-width: 950px) {
  .navigation-mobile .main-tiles .tile.col-1-4 .inner {
    padding-bottom: 77%;
  }
}
@media all and (min-width: 626px) and (max-width: 725px) {
  .navigation-mobile .main-tiles .tile.col-1-4 .inner {
    padding-bottom: 51%;
  }
}
@media all and (min-width: 551px) and (max-width: 625px) {
  .navigation-mobile .main-mobile-nav > .col-2-3 {
    padding-right: 105px;
  }
  .navigation-mobile .main-tiles .tile.col-1-4 .inner {
    padding-bottom: 70%;
  }
}
/* --------------------
	Responsive | Mobile navigatie extra small
-------------------- */
@media all and (max-width: 1023px) {
  .navigation-mobile .main-mobile-nav > .col-1-3 {
    width: 100%;
    min-height: 100%;
    padding-bottom: 120px;
  }
  .navigation-mobile .main-mobile-nav > .col-2-3 {
    width: 100%;
    min-height: auto;
    display: none;
  }
  .navigation-mobile .main-mobile-nav .menu-section.mobile {
    display: block;
  }
  .page-template-page-solutions .filter-divider {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .navigation-mobile .main-mobile-nav > .col-1-3 {
    padding-left: 20px;
    padding-right: 50px;
    padding-bottom: 120px;
  }
}
@media all and (max-width: 550px) {
  .page-header .cntr.navigation .logo {
    width: 160px;
  }
}
@media all and (max-width: 415px) {
  .page-header .cntr.navigation .logo {
    width: 130px;
    margin-top: 22px;
  }
}
@media all and (max-width: 370px) {
  .page-header .cntr.navigation .logo {
    width: 110px;
    margin-top: 25px;
  }
}
@media all and (max-width: 350px) {
  .page-header .cntr.navigation .logo {
    width: 90px;
    margin-top: 25px;
  }
}
/* --------------------
	Responsive | Logo slider
-------------------- */
@media all and (max-width: 1100px) {
  .sigmax-logo-slider .slick-slide img {
    max-width: 160px;
  }
}
/* --------------------
	Responsive | Tiles
-------------------- */
@media all and (max-width: 975px) {
  .main-tiles .tile.col-1-4 {
    width: 33.3033333%;
  }
  .page-template-page-cases #filter-cases .case {
    width: 100%;
  }
  .page-template-page-cases #filter-cases .case .inner {
    padding-bottom: 33%;
  }
}
@media all and (max-width: 725px) {
  .main-tiles .tile.col-1-4 {
    width: 49.9%;
  }
  .main-tiles .tile.col-1-3 {
    width: 49.9%;
  }
  .page-template-page-cases #filter-cases .case .inner {
    padding-bottom: 50%;
  }
}
@media all and (max-width: 510px) {
  .main-tiles .tile.col-1-4 {
    width: 100%;
  }
  .main-tiles .tile.col-1-3 {
    width: 100%;
  }
  .page-template-page-cases #filter-cases .case .inner {
    padding-bottom: 70%;
  }
  body.search .main-tiles .tile.col-1-3 {
    width: 100%;
  }
}
@media all and (min-width: 400px) and (max-width: 510px) {
  .main-tiles .tile.col-1-3 .inner,
  .main-tiles .tile.col-1-4 .inner {
    padding-bottom: 55%;
  }
}
/* --------------------
	Responsive | Why choose sigmax
-------------------- */
@media all and (max-width: 915px) {
  .sigmax-stats-container {
    padding-bottom: 60px;
  }
  #sigmax-stats-container .sigmax-stats {
    margin-top: 20px;
    padding-bottom: 40px;
    height: 300px;
  }
  .sigmax-stats .row {
    width: 320px;
  }
  .sigmax-stats .button {
    bottom: 0;
  }
  #sigmax-stats-container {
    padding-bottom: 80px;
    min-height: 390px !important;
  }
}
@media all and (max-width: 590px) {
  .sigmax-stats .row {
    width: 100%;
  }
  #sigmax-stats-container .stat-block {
    width: 47.5%;
    margin: 0 5% 5% 0;
  }
  .sigmax-stats .button {
    bottom: -60px;
    right: 0;
  }
  #sigmax-stats-container {
    padding-bottom: 120px;
  }
  #sigmax-stats-container .sigmax-stats {
    height: 340px;
  }
  #sigmax-stats-container .row .stat-block:nth-of-type(odd) {
    margin: 0 2.5% 5% 0;
  }
  #sigmax-stats-container .row .stat-block:nth-of-type(even) {
    margin: 0 0 5% 2.5%;
  }
}
@media all and (max-width: 690px) {
  .page-header .cntr.navigation > .tel {
    display: none;
  }
}
@media all and (max-width: 550px) {
  .page-header .cntr.navigation .contact-box .contact {
    display: none;
  }
  .mobile-nav {
    margin-right: 0px;
  }
}
/* --------------------
	Responsive | Search page
-------------------- */
@media all and (max-width: 985px) {
  body.search .editor > .col-1-3 {
    width: 100%;
  }
  body.search .editor > .col-1-3 #page {
    /*margin-bottom: 30px;*/
  }
  body.search .editor > .col-2-3 {
    width: 100%;
    position: relative;
    padding-left: 0;
  }
}
@media all and (max-width: 700px) {
  #search-container #s {
    font-size: 36px;
  }
}
@media all and (max-width: 550px) {
  #search-container #s {
    font-size: 26px;
  }
}
@media all and (max-width: 440px) {
  #search-container #s {
    font-size: 20px;
  }
}
#search-container .events.col-1-4 ul.start-animation li:nth-of-type(5) a {
  border-bottom: none;
}
#search-container .events.col-1-4 ul.start-animation li:nth-of-type(6) {
  display: none;
}
/* --------------------
	Responsive | Footer
-------------------- */
@media all and (max-width: 980px) {
  .page-footer .cntr {
    padding: 95px 0 225px;
  }
}
@media all and (max-width: 480px) {
  .page-footer .cntr p.pay-off {
    right: 0;
  }
  .page-footer .cntr .footer-nav {
    padding-right: 0px;
    width: 100%;
  }
}
@media all and (max-width: 370px) {
  .page-footer .cntr .footer-nav ul li {
    width: 100%;
  }
}
/* --------------------
	Responsive | Cases
-------------------- */
@media all and (max-width: 580px) {
  #filter-one {
    display: none;
  }
}
/* --------------------
	Responsive | IE specific
-------------------- */
@media all and (-ms-high-contrast: none) {
  .page-header .cntr.navigation .contact-box {
    margin-top: 19px;
  }
  *::-ms-backdrop,
  .page-header .cntr.navigation .contact-box {
    margin-top: 19px;
  }
}
/* --------------------
	Component | Hamburger menu
-------------------- */
.hamburger-wrapper {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-size: 14px;
  padding: 14px 16px;
  margin-top: 22px;
  border: 2px solid #EFEFEF;
  border-radius: 3px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
body.single-expertise .hamburger-wrapper {
  font-family: 'Futura LT Heavy';
}
#hamburger-icon {
  width: 70px;
  height: 12px;
  position: relative;
  display: block;
}
#hamburger-icon:after {
  content: 'menu';
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 14px;
  line-height: 14px;
}
#hamburger-icon .line {
  display: block;
  background: #9B9B9B;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 1.5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
  top: 0;
}
#hamburger-icon .line.line-2 {
  top: 50%;
}
#hamburger-icon .line.line-3 {
  top: 100%;
}
#hamburger-icon.active .line-1 {
  transform: translateY(6px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
  -moz-transform: translateY(6px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
  opacity: 0;
}
#hamburger-icon.active .line-3 {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
}
/* --------------------
	Cookie (old)
-------------------- */
#cookie-law-info-again {
  display: none !important;
}
#cookie-law-info-bar {
  display: inline-block;
  background: #fff;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 0px 10px;
}
#cookie-law-info-bar span {
  position: relative;
  display: inline-block;
  text-align: center !important;
  display: block;
  margin: 0 auto;
  background: #00598f;
  max-width: 1160px;
  width: 100%;
  padding: 10px 30px;
  z-index: 1;
  font-family: 'Futura LT Regular';
  color: white;
  line-height: 1.3;
}
#cookie-law-info-bar span a {
  color: white !important;
  text-decoration: underline !important;
  padding: 0 !important;
  background: none !important;
}
#cookie-law-info-bar span a:hover {
  text-decoration: none !important;
}
#cookie-law-info-bar .cli-plugin-button {
  display: inline-block;
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  color: white;
  text-decoration: none;
  padding: 3px 10px;
  background: #00598f;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: background 0.18s ease-in-out;
  -moz-transition: background 0.18s ease-in-out;
  -ms-transition: background 0.18s ease-in-out;
  -o-transition: background 0.18s ease-in-out;
  transition: background 0.18s ease-in-out;
  height: auto;
  line-height: 1.4;
}
#cookie-law-info-bar .cli-plugin-button:hover {
  background: #00395c;
}
@media only screen and (max-width: 640px) {
  #cookie-law-info-bar {
    padding: 0;
  }
  #cookie-law-info-bar span {
    padding: 10px;
    font-size: 14px;
    line-height: 1;
  }
}
/* --------------------
	Cookie V2
-------------------- */
.cn-position-top {
  top: inherit !important;
}
#cookie-notice {
  bottom: 0;
  height: auto;
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  left: calc(50% - 20px);
  transform: translateX(-50%);
}
#cookie-notice:before {
  position: absolute;
  width: 200vw;
  height: auto;
  left: -50vw;
  top: 0;
  background: white;
  z-index: 0;
  content: "";
}
#cookie-notice .cookie-notice-container {
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  background: #00598f;
}
#cookie-notice #cn-notice-text {
  float: left;
  text-align: left !important;
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  width: calc(100% - 316px);
  font-size: 16px;
  line-height: 1.3;
}
#cookie-notice #cn-notice-text a {
  color: white;
  text-decoration: underline;
}
#cookie-notice #cn-notice-text a:hover {
  text-decoration: none;
}
#cookie-notice .button {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  font-size: 14px;
  line-height: 42px;
  height: 44px;
  text-transform: uppercase;
  background: none;
  color: white;
  margin: 0;
  padding: 0 20px;
  text-decoration: underline;
}
body.single-expertise #cookie-notice .button {
  font-family: 'Futura LT Heavy';
}
#cookie-notice .button:hover {
  text-decoration: none;
}
#cookie-notice #cn-more-info {
  margin-left: 10px;
}
@media only screen and (max-width: 1240px) {
  #cookie-notice {
    left: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  #cookie-notice {
    left: 0%;
    transform: translateX(0);
  }
  #cookie-notice:before {
    display: none;
  }
  #cookie-notice .cookie-notice-container {
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  #cookie-notice #cn-notice-text {
    width: 100%;
  }
  #cookie-notice .button {
    float: left;
  }
  #cookie-notice #cn-accept-cookie {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #cookie-notice #cn-notice-text {
    font-size: 14px;
    line-height: 1;
  }
  #cookie-notice .button {
    font-size: 12px;
    line-height: 32px;
    height: 30px;
  }
  #cookie-notice #cn-more-info {
    padding: 0 10px;
  }
}
.fs-popup-container {
  position: fixed;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.fs-popup-container:before {
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 0;
  left: 0;
  background: black;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 0.3;
  content: "";
}
.fs-popup-container.closed {
  opacity: 0;
  visibility: hidden;
}
.cookie-settings-modal,
.fs-popup {
  position: fixed;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  background: white;
  z-index: 0;
  padding: 50px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
}
.cookie-settings-modal .cookie-close,
.fs-popup .cookie-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  padding: 0;
  background: none;
  cursor: pointer;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cookie-settings-modal .cookie-close:before,
.fs-popup .cookie-close:before,
.cookie-settings-modal .cookie-close:after,
.fs-popup .cookie-close:after {
  position: absolute;
  width: 34px;
  height: 3px;
  left: 0;
  top: 19px;
  content: "";
  background: #00598f;
}
.cookie-settings-modal .cookie-close:before,
.fs-popup .cookie-close:before {
  transform: rotate(-45deg);
}
.cookie-settings-modal .cookie-close:after,
.fs-popup .cookie-close:after {
  transform: rotate(45deg);
}
.cookie-settings-modal form,
.fs-popup form {
  display: inline-block;
  width: 100%;
}
.cookie-settings-modal ul,
.fs-popup ul {
  padding: 30px 20px 20px 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cookie-settings-modal ul li,
.fs-popup ul li {
  padding-left: 0;
  margin-bottom: 15px;
}
.cookie-settings-modal ul li:after,
.fs-popup ul li:after,
.cookie-settings-modal ul li:before,
.fs-popup ul li:before {
  display: none;
}
.cookie-settings-modal ul li:last-child,
.fs-popup ul li:last-child {
  margin-bottom: 0;
}
.cookie-settings-modal ul li label,
.fs-popup ul li label {
  cursor: pointer;
}
.cookie-settings-modal ul li.analytic,
.fs-popup ul li.analytic {
  position: relative;
}
.cookie-settings-modal ul li.analytic:before,
.fs-popup ul li.analytic:before {
  position: absolute;
  left: 11px;
  top: -2px;
  font-family: 'sigmax';
  content: 'a';
  color: #00598f;
}
.cookie-settings-modal ul li.analytic:after,
.fs-popup ul li.analytic:after {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  left: 3px;
  top: -11px;
  content: "";
  background: #00598f;
  border-radius: 4px;
}
.cookie-settings-modal ul li.analytic strong,
.fs-popup ul li.analytic strong {
  display: inline-block;
  padding-left: 43px;
  margin-bottom: 10px;
}
.cookie-settings-modal ul li.has-checkbox strong,
.fs-popup ul li.has-checkbox strong {
  display: inline-block;
  transform: translateY(-11px);
  padding-left: 4px;
}
.cookie-settings-modal ul li.has-checkbox p,
.fs-popup ul li.has-checkbox p {
  margin-bottom: 0;
}
.cookie-settings-modal.editor h3,
.fs-popup.editor h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.cookie-settings-modal.editor h3 > p,
.fs-popup.editor h3 > p {
  font-family: 'Futura LT Regular';
  font-weight: normal !important;
  font-size: 26px;
  line-height: 1.38461538461538;
  color: #00598f;
  margin-bottom: 18px;
}
.cookie-settings-modal.editor p,
.fs-popup.editor p {
  margin-bottom: 20px;
}
.cookie-settings-modal.editor .button,
.fs-popup.editor .button {
  padding: 13px 30px;
  background: #00598f;
  color: white;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.18s ease-in-out;
}
.cookie-settings-modal.editor .button:hover,
.fs-popup.editor .button:hover {
  background: #00395c;
}
.cookie-settings-modal.show,
.fs-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 640px), screen and (max-height: 768px) {
  .cookie-settings-modal,
  .fs-popup {
    padding: 20px;
    left: 0;
    top: 2%;
    transform: translateX(0%) translateY(0%);
    max-height: calc(100vh - 4%);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .cookie-settings-modal .cookie-settings-scroll-inner,
  .fs-popup .cookie-settings-scroll-inner {
    margin-bottom: 80px;
  }
  .cookie-settings-modal .cookie-close,
  .fs-popup .cookie-close {
    top: 5px;
    right: 5px;
  }
  .cookie-settings-modal ul,
  .fs-popup ul {
    padding: 25px 10px 10px 10px;
  }
  .cookie-settings-modal.show,
  .fs-popup.show {
    left: 0;
    top: 2%;
    transform: translateX(0%) translateY(0%);
    z-index: 100001 !important;
  }
  .cookie-settings-modal.editor h3,
  .fs-popup.editor h3 {
    margin-bottom: 10px;
  }
  .cookie-settings-modal.editor p,
  .fs-popup.editor p {
    margin-bottom: 10px;
  }
}
/* --------------------
	Form modal
-------------------- */
.form-modal__modal {
  position: fixed;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  background: white;
  z-index: 0;
  padding: 50px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
}
.form-modal__modal--show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-50%);
}
.form-modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  padding: 0;
  background: none;
  cursor: pointer;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-modal__close:before,
.form-modal__close:after {
  position: absolute;
  width: 34px;
  height: 3px;
  left: 0;
  top: 19px;
  content: "";
  background: #00598f;
}
.form-modal__close:before {
  transform: rotate(-45deg);
}
.form-modal__close:after {
  transform: rotate(45deg);
}
.form-modal form {
  display: inline-block;
  width: 100%;
}
.ios-header-absolute .page-header {
  position: absolute !important;
}
/* --------------------
	Component | Custom language selector
-------------------- */
.custom-language-selector {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .custom-language-selector {
    font-family: 'Futura LT Regular';
    font-weight: normal !important;
    display: inline-block;
    float: right;
    margin-right: 10px;
    padding-right: 10px;
    padding: 12px;
    padding-left: 14px;
    margin-top: -10px;
    margin-bottom: -12px;
    border-radius: 4px;
    background: #fff;
    position: relative;
  }
  .custom-language-selector .current-language {
    cursor: default;
  }
  .custom-language-selector .current-language span {
    text-transform: uppercase;
  }
  .custom-language-selector .current-language:after {
    display: inline-block;
    padding-left: 10px;
    width: 12px;
    height: 12px;
    background: url('/wp-content/themes/sigmax/static/images/arrow-down-gray.svg') center center no-repeat;
    background-size: 10px;
    content: "";
    position: relative;
    top: 1px;
    left: 2px;
  }
  .custom-language-selector .custom-language-selector-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 360px;
    max-width: 360px;
    background: #fff;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    border-radius: 4px 0 4px 4px;
    overflow: hidden;
  }
  .custom-language-selector .language-group .language-group-title {
    width: 100%;
    padding: 17px;
    font-size: 16px;
    font-family: 'Futura LT Bold';
    font-weight: normal !important;
    color: #00598f;
    font-weight: bold;
    cursor: default;
  }
  body.single-expertise .custom-language-selector .language-group .language-group-title {
    font-family: 'Futura LT Heavy';
  }
  .custom-language-selector .language-group .language-group-wrapper {
    width: 100%;
    /* padding: 17px; border-bottom: 1px solid darken(#f6f6f6, 10%); */
    background: #f6f6f6;
  }
  .custom-language-selector .language-group .language-group-wrapper .single-language {
    display: inline-block;
    width: 50%;
    float: left;
    background: #f6f6f6;
    padding: 12px 17px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative;
  }
  .custom-language-selector .language-group .language-group-wrapper .single-language:nth-of-type(1),
  .custom-language-selector .language-group .language-group-wrapper .single-language:nth-of-type(2) {
    border-top: 1px solid #dddddd;
  }
  .custom-language-selector .language-group .language-group-wrapper .single-language:hover {
    background: #e9e9e9;
    color: #00598f;
  }
  .custom-language-selector .language-group .language-group-wrapper .single-language:hover:after {
    background-image: url('/wp-content/themes/sigmax/static/images/arrow-down-blue.svg');
  }
  .custom-language-selector .language-group .language-group-wrapper .single-language.single-language-active {
    cursor: not-allowed;
    background: #00598f;
    color: white;
    border-right: 1px solid #00395c;
    border-top: 1px solid #00395c;
    border-bottom: 1px solid #00395c;
  }
  .custom-language-selector .language-group .language-group-wrapper .single-language.single-language-active:after {
    background-image: url('/wp-content/themes/sigmax/static/images/arrow-down-blue-white.svg');
  }
  .custom-language-selector .language-group .language-group-wrapper .single-language:after {
    position: absolute;
    display: inline-block;
    padding-left: 10px;
    width: 12px;
    height: 12px;
    background: url('/wp-content/themes/sigmax/static/images/arrow-down-gray.svg') center center no-repeat;
    background-size: 10px;
    content: "";
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .custom-language-selector .language-group .language-group-wrapper .single-language.disabled {
    text-indent: -9999px;
    cursor: default;
  }
  .custom-language-selector .language-group .language-group-wrapper .single-language.disabled:after {
    display: none;
  }
  .custom-language-selector .language-group .language-group-wrapper .single-language.disabled:hover {
    background: #f6f6f6;
    color: #999999;
  }
  .custom-language-selector .language-group .language-group-wrapper:after {
    content: '';
    display: table;
    clear: both;
  }
  .custom-language-selector .language-group:last-of-type .language-group-wrapper {
    border-bottom: none;
  }
  .custom-language-selector [data-lang] {
    display: inline-block;
    padding-left: 30px;
    position: relative;
  }
  .custom-language-selector [data-lang]:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    overflow: hidden;
  }
  .custom-language-selector [data-lang="nl"]:before {
    background-image: url('/wp-content/themes/sigmax/static/images/flags/nl.svg');
  }
  .custom-language-selector [data-lang="be"]:before {
    background-image: url('/wp-content/themes/sigmax/static/images/flags/be.svg');
  }
  .custom-language-selector [data-lang="ch"]:before {
    background-image: url('/wp-content/themes/sigmax/static/images/flags/ch.svg');
  }
  .custom-language-selector [data-lang="fr"]:before {
    background-image: url('/wp-content/themes/sigmax/static/images/flags/fr.svg');
  }
  .custom-language-selector [data-lang="de"]:before {
    background-image: url('/wp-content/themes/sigmax/static/images/flags/de.svg');
  }
  .custom-language-selector [data-lang="eu"]:before {
    background-image: url('/wp-content/themes/sigmax/static/images/flags/eu.svg');
  }
  .custom-language-selector [data-lang="gb"]:before {
    background-image: url('/wp-content/themes/sigmax/static/images/flags/gb.svg');
  }
  .custom-language-selector:after {
    content: '';
  }
  .custom-language-selector:hover .custom-language-selector-dropdown {
    display: inline-block;
  }
  .main-nav:before {
    content: '';
    /* position: fixed; top: 0; left: -50vw; width: 200vw; height: 100%; opacity: 0; pointer-events: none; z-index: 5000; background-color: rgba(0, 0, 0, 0.5); .transition(all 0.5s ease-in-out); z-index: 10001; visibility: hidden; */
  }
  body:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 10001;
    visibility: hidden;
  }
  body.custom-lang-hover .page-header {
    z-index: 10001;
  }
  body.custom-lang-hover .main-nav:before {
    position: fixed;
    top: 0;
    left: -50vw;
    width: 200vw;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 10001;
    visibility: hidden;
    opacity: 1;
    visibility: visible;
  }
  body.custom-lang-hover:before {
    opacity: 1;
    visibility: visible;
  }
  .custom-language-selector:hover {
    z-index: 10002;
    position: relative;
  }
}
@media only screen and (max-width: 1165px) and (min-width: 1024px) {
  .custom-language-selector {
    /*  position: absolute !important; right: 155px;  */
  }
}
.ajax-loader {
  display: none;
  margin: 15px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(0, 0, 0, 0.2);
  border-right: 0.3em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.3em solid rgba(0, 0, 0, 0.2);
  border-left: 0.3em solid rgba(0, 0, 0, 0.55);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: ajax-loader 1.1s infinite linear;
  animation: ajax-loader 1.1s infinite linear;
}
.ajax-loader.is-active {
  display: inline-block;
}
.ajax-loader,
.ajax-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@-webkit-keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* --------------------
	Component | Custom language selector mobile
-------------------- */
.custom-language-selector-mobile {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  background: white;
  padding: 12px;
  border-radius: 4px;
}
.custom-language-selector-mobile .current-language {
  width: 100%;
}
.custom-language-selector-mobile .current-language:after {
  display: inline-block;
  padding-left: 10px;
  width: 12px;
  height: 12px;
  background: url('/wp-content/themes/sigmax/static/images/arrow-down-gray.svg') center center no-repeat;
  background-size: 10px;
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.custom-language-selector-mobile [data-lang] {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.custom-language-selector-mobile [data-lang]:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  overflow: hidden;
}
.custom-language-selector-mobile [data-lang="nl"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/nl.svg');
}
.custom-language-selector-mobile [data-lang="be"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/be.svg');
}
.custom-language-selector-mobile [data-lang="ch"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/ch.svg');
}
.custom-language-selector-mobile [data-lang="fr"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/fr.svg');
}
.custom-language-selector-mobile [data-lang="de"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/de.svg');
}
.custom-language-selector-mobile [data-lang="eu"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/eu.svg');
}
.custom-language-selector-mobile [data-lang="gb"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/gb.svg');
}
.main-mobile-nav-inner {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.main-mobile-nav.selecting-language .main-mobile-nav-inner {
  -webkit-transform: translateX(-55px);
  -moz-transform: translateX(-55px);
  -ms-transform: translateX(-55px);
  -o-transform: translateX(-55px);
  transform: translateX(-55px);
  opacity: 0;
}
.custom-language-selector-mobile,
.custom-language-selector-menu-title {
  cursor: pointer;
}
.navigation-mobile .custom-language-selector-menu {
  opacity: 0;
  pointer-events: none;
}
.navigation-mobile.menu-open .custom-language-selector-menu {
  position: absolute;
  -webkit-transform: translateX(55px);
  -moz-transform: translateX(55px);
  -ms-transform: translateX(55px);
  -o-transform: translateX(55px);
  transform: translateX(55px);
  opacity: 0;
  pointer-events: none;
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 120px;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -10;
}
.navigation-mobile.menu-open .custom-language-selector-menu [data-lang] {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.navigation-mobile.menu-open .custom-language-selector-menu [data-lang]:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  overflow: hidden;
}
.navigation-mobile.menu-open .custom-language-selector-menu [data-lang="nl"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/nl.svg');
}
.navigation-mobile.menu-open .custom-language-selector-menu [data-lang="be"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/be.svg');
}
.navigation-mobile.menu-open .custom-language-selector-menu [data-lang="ch"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/ch.svg');
}
.navigation-mobile.menu-open .custom-language-selector-menu [data-lang="fr"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/fr.svg');
}
.navigation-mobile.menu-open .custom-language-selector-menu [data-lang="de"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/de.svg');
}
.navigation-mobile.menu-open .custom-language-selector-menu [data-lang="eu"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/eu.svg');
}
.navigation-mobile.menu-open .custom-language-selector-menu [data-lang="gb"]:before {
  background-image: url('/wp-content/themes/sigmax/static/images/flags/gb.svg');
}
.navigation-mobile.menu-open .custom-language-selector-menu .custom-language-selector-menu-title {
  font-family: 'Futura LT Bold';
  font-weight: normal !important;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #005291;
  width: 100%;
}
body.single-expertise .navigation-mobile.menu-open .custom-language-selector-menu .custom-language-selector-menu-title {
  font-family: 'Futura LT Heavy';
}
.navigation-mobile.menu-open .custom-language-selector-menu .custom-language-selector-menu-title:before {
  font-family: 'sigmax';
  display: inline-block;
  content: 'b';
  padding-left: 10px;
  font-size: 14px;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-mobile.menu-open .custom-language-selector-menu .language-group:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.navigation-mobile.menu-open .custom-language-selector-menu .language-group:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
.navigation-mobile.menu-open .custom-language-selector-menu .language-group .language-group-title {
  padding: 12px;
  background: white;
  width: 100%;
  padding: 17px;
}
.navigation-mobile.menu-open .custom-language-selector-menu .language-group .language-group-title span {
  font-size: 16px;
  font-family: 'Myriad Pro Bold';
  font-weight: normal !important;
  color: #00598f;
  font-weight: bold;
  cursor: default;
}
.navigation-mobile.menu-open .custom-language-selector-menu .language-group .language-group-wrapper {
  width: 100%;
  background: #f6f6f6;
}
.navigation-mobile.menu-open .custom-language-selector-menu .language-group .language-group-wrapper .single-language {
  display: inline-block;
  width: 50%;
  float: left;
  background: #f6f6f6;
  padding: 12px 17px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  color: #999999;
  position: relative;
}
.navigation-mobile.menu-open .custom-language-selector-menu .language-group .language-group-wrapper .single-language:nth-of-type(1),
.navigation-mobile.menu-open .custom-language-selector-menu .language-group .language-group-wrapper .single-language:nth-of-type(2) {
  border-top: 1px solid #dddddd;
}
.navigation-mobile.menu-open .custom-language-selector-menu .language-group .language-group-wrapper .single-language:hover {
  background: #e9e9e9;
  color: #00598f;
}
.navigation-mobile.menu-open .custom-language-selector-menu .language-group .language-group-wrapper .single-language:hover:after {
  background-image: url('/wp-content/themes/sigmax/static/images/arrow-down-blue.svg');
}
.navigation-mobile.menu-open .custom-language-selector-menu .language-group .language-group-wrapper .single-language.single-language-active {
  cursor: not-allowed;
  background: #d8d8d8;
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.navigation-mobile.menu-open .custom-language-selector-menu .language-group .language-group-wrapper .single-language:after {
  position: absolute;
  display: inline-block;
  padding-left: 10px;
  width: 12px;
  height: 12px;
  background: url('/wp-content/themes/sigmax/static/images/arrow-down-gray.svg') center center no-repeat;
  background-size: 10px;
  content: "";
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.navigation-mobile.menu-open .custom-language-selector-menu .language-group .language-group-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.navigation-mobile.menu-open .selecting-language .custom-language-selector-menu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
  color: white;
}
.custom-language-selector-dropdown.smaller {
  width: 330px;
  max-width: 330px;
}
.custom-language-selector-dropdown.smaller .language-group .language-group-title {
  padding: 14px 17px 12px;
  font-size: 15px;
}
.custom-language-selector-dropdown.smaller .language-group .language-group-title [data-lang]:before {
  top: 40%;
}
.custom-language-selector-dropdown.smaller .language-group .language-group-wrapper .single-language {
  font-size: 15px;
  padding: 10px 17px 10px;
}
@media (max-width: 1023px) {
  .navigation-mobile .main-mobile-nav > .col-1-3 {
    padding-right: 50px;
  }
  .navigation-mobile.menu-open .selecting-language .custom-language-selector-menu {
    padding-right: 50px;
  }
}
@media (max-width: 480px) {
  .navigation-mobile .main-mobile-nav > .col-1-3 {
    max-width: 100%;
    overflow: hidden;
    padding-right: 20px;
  }
  .navigation-mobile.menu-open .selecting-language .custom-language-selector-menu {
    padding-right: 20px;
  }
}
/* --------------------
	Component | Popup
-------------------- */
.popup-wrapper {
  position: fixed;
  bottom: 100px;
  right: 0;
  width: 100%;
  max-width: 530px;
  z-index: 8999;
  display: flex;
  flex-wrap: wrap;
}
.popup-wrapper .popup {
  background: white;
  width: 100%;
  align-self: flex-end;
  visibility: visible;
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation: show-popup 6s 1;
  -moz-animation: show-popup 6s 1;
  animation: show-popup 6s 1;
  -o-animation: show-popup 6s 1;
}
.popup-wrapper .popup.close {
  opacity: 0;
  visibility: hidden;
}
.popup-wrapper .popup:last-of-type {
  margin-bottom: 0;
}
.popup-wrapper .popup .popup-header {
  position: relative;
  padding: 20px 40px 20px 30px;
  background: #eeeeee;
}
.popup-wrapper .popup .popup-header p,
.popup-wrapper .popup .popup-header a {
  font-size: 20px;
  color: #00598f;
  width: 100%;
  font-weight: normal;
  line-height: 1.3;
}
.popup-wrapper .popup .popup-header p b,
.popup-wrapper .popup .popup-header a b {
  font-weight: bold;
}
.popup-wrapper .popup .popup-header .popup-close {
  position: absolute;
  top: 16px;
  right: 62px;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  background: none;
}
.popup-wrapper .popup .popup-header .popup-close svg {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 8px;
  left: 8px;
}
.popup-wrapper .popup .popup-header .popup-close:hover svg path {
  fill: #8a8a8a !important;
}
.popup-wrapper .popup .popup-content {
  padding: 20px 40px 30px 30px;
}
.popup-wrapper .popup .popup-content p {
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  margin-bottom: 20px;
}
.popup-wrapper .popup .popup-content p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .popup-wrapper .popup .popup-header {
    padding: 15px 40px 15px 20px;
  }
  .popup-wrapper .popup .popup-header .popup-close {
    top: 12px;
  }
  .popup-wrapper .popup .popup-content {
    padding: 15px 40px 20px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .popup-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .popup-wrapper {
    bottom: 0;
  }
  .popup-wrapper .popup .popup-header p,
  .popup-wrapper .popup .popup-header a {
    font-size: 16px;
  }
  .popup-wrapper .popup .popup-header .popup-close {
    right: 12px;
    top: 9px;
  }
  .popup-wrapper .popup .popup-content {
    padding: 15px 20px 20px 20px;
  }
  .popup-wrapper .popup .popup-content p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .popup-wrapper .popup .popup-content p:last-of-type {
    margin-bottom: 0;
  }
  .popup-wrapper .popup .popup-content .button {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.home-blocks-section {
  padding: 60px 0 40px;
}
.home-blocks {
  display: flex;
  flex-flow: row nowrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  justify-content: center;
}
.home-block {
  display: flex;
  padding: 0 10px;
  flex-basis: 25%;
  width: 25%;
  height: 285px;
  margin-bottom: 20px;
}
.home-block__inner {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  justify-content: flex-end;
  overflow: hidden;
}
.home-block__inner:hover .home-block__content {
  transform: translateY(78px);
}
.home-block__inner:hover .home-block__image-container:after {
  opacity: 0;
}
.home-block__image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter .45s ease;
}
.home-block__content {
  position: relative;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  padding: 15px 10px;
  text-align: center;
  background: #00598f;
  transform: translateY(100%);
  top: -78px;
  transition: transform 0.45s cubic-bezier(0.73, 0.01, 0.27, 1);
}
.home-block__title {
  font-family: 'Futura LT Heavy' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 15px;
  height: 48px;
  text-transform: uppercase;
  color: white !important;
  letter-spacing: 0.5px;
}
.home-block__text {
  font-size: 14px !important;
  line-height: 20px !important;
  color: white !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .home-blocks {
    flex-flow: row wrap;
  }
  .home-block {
    flex-basis: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .home-blocks-section {
    padding: 20px 0 20px;
  }
  .home-blocks {
    flex-flow: column nowrap;
  }
  .home-block {
    flex-basis: 100%;
    width: 100%;
    height: auto;
  }
  .home-block__image-container {
    position: relative;
    height: 200px;
  }
  .home-block__content {
    padding: 10px;
    top: auto;
    transform: translateY(0) !important;
  }
  .home-block__title {
    margin-bottom: 10px;
    height: auto;
  }
}
.grecpatcha_badge {
  display: none;
}
.grecaptcha-badge {
  display: none;
}
@-webkit-keyframes show-popup {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show-popup {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show-popup {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-popup {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  padding: 32px 0;
  display: flex;
  width: 100%;
  position: relative;
}
.banner__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.banner__bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__container {
  display: flex;
  z-index: 9;
}
.banner__column {
  display: flex;
  align-items: center;
  width: 50%;
}
.banner__column img {
  width: 100%;
  height: auto;
}
.banner__column-right {
  justify-content: space-between;
}
.banner__column-right img {
  width: 100%;
  max-width: 280px;
  height: auto;
  position: absolute;
  transform: translateY(-10px);
}
.banner__car {
  position: relative;
  width: 280px;
  height: 100px;
}
@media only screen and (max-width: 768px) {
  .banner__container {
    flex-direction: column;
    gap: 32px;
  }
  .banner__column {
    width: 100%;
  }
}
