/* --------------------
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,
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;
}
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;
}
/* --------------------
	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;
  content: "";
  display: table;
}
.clear:after {
  clear: both;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
.module {
  text-align: left;
}
/* --------------------
		Columns
	-------------------- */
.col-1-1 {
  float: none;
  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.66666%;
}
.col-5-6 {
  width: 83.33333%;
}
/* --------------------
	Mixins
-------------------- */
/* --------------------
	Floats & align
-------------------- */
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  clear: both;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.ac {
  text-align: center;
}
/* --------------------
	Display and position
-------------------- */
.inlineblock {
  display: inline-block;
}
.block {
  display: block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1480px;
}
/* @media (min-width: 576px) {
	.container {
	  max-width: 540px;
	}
  }
  
  @media (min-width: 768px) {
	.container {
	  max-width: 720px;
	}
  }
  
  @media (min-width: 992px) {
	.container {
	  max-width: 960px;
	}
  } */
@media (min-width: 1200px) {
  .container {
    max-width: 1480px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
@font-face {
  font-family: 'open_sansbold';
  src: url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-bold-webfont.eot');
  src: url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-bold-webfont.woff2') format('woff2'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-bold-webfont.woff') format('woff'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-bold-webfont.ttf') format('truetype'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-regular-webfont.eot');
  src: url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-regular-webfont.woff2') format('woff2'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-regular-webfont.woff') format('woff'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-regular-webfont.ttf') format('truetype'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-semibold-webfont.eot');
  src: url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-semibold-webfont.woff2') format('woff2'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-semibold-webfont.woff') format('woff'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-semibold-webfont.ttf') format('truetype'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansextrabold';
  src: url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-extrabold-webfont.eot');
  src: url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-extrabold-webfont.woff2') format('woff2'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-extrabold-webfont.woff') format('woff'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-extrabold-webfont.ttf') format('truetype'), url('/wp-content/themes/vanmerksteijn/static/fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* --------------------
Colors
-------------------- */
/* --------------------
Colors
-------------------- */
html {
  overflow-x: hidden;
}
/* --------------------
Fonts
-------------------- */
.opensans {
  font-family: 'open_sansregular';
  font-weight: normal !important;
}
.opensanssemi {
  font-family: 'open_sanssemibold';
  font-weight: normal !important;
}
.opensansbold {
  font-family: 'open_sansbold';
  font-weight: normal !important;
}
.opensansextra {
  font-family: 'open_sansextrabold';
  font-weight: normal !important;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  font-family: 'open_sansbold';
  font-weight: normal !important;
  position: relative;
  color: #222629;
  padding: 0 15px;
  z-index: 1;
}
.editor h1 {
  float: left;
  width: 100%;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 10px;
}
.editor h1.title {
  font-size: 36px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 640px) {
  .editor h1.title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.editor h2 {
  float: left;
  width: 100%;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
}
.editor h3 {
  float: left;
  width: 100%;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
}
.editor h4 {
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.editor h5 {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.editor h6 {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.editor p {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
  padding: 0 15px;
}
.editor p a {
  color: #7f4292;
}
.editor strong {
  font-family: 'open_sansbold';
  font-weight: normal !important;
}
.editor .has-image.image-align-left {
  display: inline-block;
  float: left;
  width: auto;
}
.editor--new-style h1,
.editor--new-style h2,
.editor--new-style h3,
.editor--new-style h4,
.editor--new-style h5,
.editor--new-style h6 {
  font-family: 'open_sanssemibold';
  font-weight: normal !important;
  text-transform: uppercase;
}
.editor--new-style h1.title {
  margin: 30px 0px 50px 0px;
}
.editor--new-style h1.title--no-margin-top {
  margin-top: -28px;
}
.editor--new-style h2 {
  font-size: 32px;
  line-height: 38px;
}
@media only screen and (max-width: 640px) {
  .editor--new-style h1.title {
    font-size: 24px;
    line-height: 30px;
  }
}
div.wysiwyg h1,
div.wysiwyg h2,
div.wysiwyg h3,
div.wysiwyg h4,
div.wysiwyg h5,
div.wysiwyg h6 {
  font-family: 'open_sansbold';
  font-weight: normal !important;
  color: #222629;
}
div.wysiwyg h2 {
  float: left;
  width: 100%;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
}
div.wysiwyg h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
div.wysiwyg h4 {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
div.wysiwyg h5 {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
div.wysiwyg h6 {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
div.wysiwyg ul {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
div.wysiwyg ul li {
  float: left;
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  word-break: break-word;
  padding: 0 15px 0 50px;
}
div.wysiwyg ul li:before {
  position: absolute;
  width: 12px;
  height: 3px;
  background: #612175;
  content: "";
  top: 13px;
  left: 25px;
}
div.wysiwyg ol {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
div.wysiwyg ol li {
  float: left;
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px 0 50px;
  counter-increment: list;
}
div.wysiwyg ol li:before {
  position: absolute;
  content: counter(list) ".";
  top: 0;
  left: 25px;
  color: #612175;
}
div.wysiwyg a {
  color: #7f4292;
}
.contact-block {
  text-align: left;
  width: 100%;
}
.contact-block img,
.contact-block p {
  width: auto;
  padding-right: 0;
}
.contact-block .contact-right {
  display: inline-block;
  padding-left: 20px;
}
.contact-block .contact-right p {
  margin: 0;
}
.button {
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  border: 2px solid #612175;
  color: #612175;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.button:hover {
  background: #612175;
  color: #FFF;
}
/* Intersig */
/* --------------------
Body styles
-------------------- */
body {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: 'open_sansregular';
  font-weight: normal !important;
  color: #222629;
  font-size: 14px;
  line-height: 24px;
  z-index: 9991;
}
body:after {
  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;
  top: 0;
  left: 0;
  background: #222629;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 9990;
  content: "";
}
body.form-open {
  overflow: hidden;
}
body.form-open:after {
  opacity: 0.7;
  visibility: visible;
}
/* --------------------
Header
-------------------- */
.header {
  float: left;
  position: relative;
  width: 100%;
  z-index: 100;
  margin-bottom: -35px;
}
.header .cntr {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
  /* -------------
		Logo
		------------- */
  /* -------------
		Navigation
		------------- */
  /* -------------
		Call to
		------------- */
  /* -------------
		Language
		------------- */
}
@media only screen and (max-width: 768px) {
  .header .cntr {
    padding: 0 10px;
  }
}
.header .cntr .logo-1 {
  width: 266px;
  background-size: 266px !important;
  margin: 50px 0 50px 40px;
  height: 48px;
}
.header .cntr .logo-2 {
  width: 204px;
  background-size: 204px !important;
  margin: 55px 0 45px 40px;
  height: 48px;
}
.header .cntr .logo-3 {
  width: 204px;
  background-size: 206px !important;
  height: 48px;
  margin-bottom: 32px;
  margin: 50px 0 50px 40px;
}
.header .cntr .logo {
  float: left;
  overflow: hidden;
  text-indent: -999px;
}
@media only screen and (max-width: 992px) {
  .header .cntr .logo-1 {
    width: 230px;
    background-size: 230px !important;
    margin: 54px 0 46px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .header .cntr .logo-3 {
    height: 60px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .header .cntr .logo {
    margin-left: 0;
    background-position: top left;
  }
  .header .cntr .logo-1 {
    height: 100%;
    padding-bottom: 28px;
  }
  .header .cntr .logo-3 {
    background-size: 180px !important;
    height: 100%;
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 360px) {
  .header .cntr .logo {
    margin-left: 0;
    background-position: top left;
  }
}
.header .cntr .nav {
  float: left;
  position: relative;
  width: 100%;
  background: #222629;
  /* -------------
			Menu trigger
			------------- */
  /* -------------
			Search trigger
			------------- */
  /* -------------
			Search
			------------- */
}
.header .cntr .nav > ul {
  float: left;
  position: relative;
  width: 100%;
  z-index: 2;
  background: #222629;
  padding-right: 71px;
}
.header .cntr .nav > ul > li {
  float: left;
  position: relative;
  border-left: 1px solid #33383C;
  /* -------------
					Sub navigation
					------------- */
}
.header .cntr .nav > ul > li a {
  float: left;
  position: relative;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  padding: 18px 33px 23px;
  text-decoration: none;
  border-top: 5px solid #222629;
}
.header .cntr .nav > ul > li a:hover {
  background: #292e31;
  border-top: 5px solid #814394;
}
.header .cntr .nav > ul > li.current_page_item a {
  border-top: 5px solid #612175;
}
.header .cntr .nav > ul > li:first-child {
  border: none;
}
.header .cntr .nav > ul > li:first-child a {
  /* font-size: 0; padding: 18px 35px 23px; */
}
.header .cntr .nav > ul > li:first-child a:before {
  /* .absolute; width: 22px; height: 20px; top: 50%; left: 50%; margin-top: -11px; margin-left: -10px; background: url('@{base-url}/images/sprite.png') top -6px left no-repeat; background-size: 118px; content: ""; opacity: .1; */
}
body.intersig .header .cntr .nav > ul > li:first-child a:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig/sprite-orange.png') top -6px left no-repeat;
  background-size: 118px;
}
body.intersig-fr .header .cntr .nav > ul > li:first-child a:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig-fr/sprite-green.png') top -6px left no-repeat;
  background-size: 118px;
}
.header .cntr .nav > ul > li:first-child a:hover:before {
  opacity: 1;
}
.header .cntr .nav > ul > li ul {
  position: absolute;
  width: 250px;
  top: 70px;
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  -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;
}
.header .cntr .nav > ul > li ul li {
  float: left;
  width: 100%;
  border-top: 1px solid #33383C;
}
.header .cntr .nav > ul > li ul li a {
  padding: 13px 33px 15px;
  font-size: 14px;
  width: 100%;
  background: #292e31;
  border-top: 3px solid #292e31 !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.header .cntr .nav > ul > li ul li a:hover {
  background: #343b3f;
  padding: 13px 38px 15px 48px;
  border-top: 3px solid #612175 !important;
}
body.intersig .header .cntr .nav > ul > li ul {
  width: 300px;
}
.header .cntr .nav > ul > li:hover ul {
  max-height: 1000px;
  visibility: visible;
}
.header .cntr .nav.small > ul > li a {
  padding: 18px 35px 23px;
}
.header .cntr .nav.small > ul > li ul li a {
  padding: 13px 43px 15px;
}
.header .cntr .nav.small > ul > li ul li a:hover {
  padding: 13px 38px 15px 48px;
}
@media only screen and (max-width: 1130px) {
  .header .cntr .nav.small > ul > li a {
    padding: 18px 25px 23px;
  }
}
@media only screen and (max-width: 990px) {
  .header .cntr .nav.small > ul > li a {
    padding: 18px 15px 23px;
  }
}
.header .cntr .nav .menu-trigger {
  float: left;
  position: relative;
  display: none;
  padding: 23px 24px;
  border-right: 1px solid #33383C;
  z-index: 11;
  cursor: pointer;
}
.header .cntr .nav .menu-trigger span {
  display: block;
  margin: 4px 0;
  width: 22px;
  height: 3px;
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.header .cntr .nav .menu-trigger:hover {
  background: #454d53;
}
.header .cntr .nav .trigger {
  position: absolute;
  width: 19px;
  height: 19px;
  right: 25px;
  top: 25px;
  background: url('/wp-content/themes/vanmerksteijn/static/images/sprite.png') top -7px left -22px no-repeat;
  background-size: 118px;
  z-index: 999;
  opacity: .15;
  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;
}
body.intersig .header .cntr .nav .trigger {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig/sprite-orange.png') top -7px left -22px no-repeat;
  background-size: 118px;
}
body.intersig-fr .header .cntr .nav .trigger {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig-fr/sprite-green.png') top -7px left -22px no-repeat;
  background-size: 118px;
}
.header .cntr .nav .trigger:hover {
  opacity: 1;
}
.header .cntr .nav .trigger.open {
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  opacity: 1;
  pointer-events: none !important;
}
.header .cntr .nav .searchform {
  float: left;
  position: absolute;
  width: 100%;
  max-width: 1160px;
  background: #2e3337;
  height: 70px;
  top: 70px;
  z-index: 1;
  border-top: 1px solid #33383C;
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  -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;
}
.header .cntr .nav .searchform div {
  float: left;
  position: relative;
  width: 100%;
}
.header .cntr .nav .searchform div:before {
  position: absolute;
  width: 19px;
  height: 19px;
  left: 26px;
  top: 23px;
  background: url('/wp-content/themes/vanmerksteijn/static/images/sprite.png') top -7px left -22px no-repeat;
  background-size: 118px;
  z-index: 999;
  content: "";
  display: none;
}
body.intersig .header .cntr .nav .searchform div:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig/sprite-orange.png') top -7px left -22px no-repeat;
  background-size: 118px;
}
body.intersig-fr .header .cntr .nav .searchform div:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig-fr/sprite-green.png') top -7px left -22px no-repeat;
  background-size: 118px;
}
.header .cntr .nav .searchform div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 71px;
  height: 69px;
  background: #222629;
  border-right: 1px solid #33383C;
  content: "";
  display: none;
}
.header .cntr .nav .searchform div input[type="text"] {
  float: left;
  position: relative;
  margin-top: -3px;
  width: 100%;
  border: none;
  font-size: 15px;
  background: none;
  color: #FFF;
  padding: 28px 173px 27px 30px;
}
.header .cntr .nav .searchform div input[type="submit"] {
  position: absolute;
  border: none;
  background: #612175;
  width: 71px;
  height: 69px;
  right: 0;
  top: 0;
  cursor: pointer;
  border-left: 1px solid #33383C;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.header .cntr .nav .searchform div input[type="submit"]:hover {
  background: #814394;
}
.header .cntr .nav .searchform div .close {
  position: absolute;
  border: none;
  background: #394045;
  width: 71px;
  height: 69px;
  right: 71px;
  top: 0;
  cursor: pointer;
  border-left: 1px solid #33383C;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.header .cntr .nav .searchform div .close span {
  position: absolute;
  width: 22px;
  height: 3px;
  background: #FFF;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -9px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.header .cntr .nav .searchform div .close span.second {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.header .cntr .nav .searchform div .close:hover {
  background: #454d53;
}
.header .cntr .nav .searchform.open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
@media only screen and (max-width: 990px) {
  .header .cntr .nav > ul > li a {
    padding: 18px 20px 23px;
  }
}
@media only screen and (max-width: 768px) {
  .header .cntr .nav {
    height: 70px;
  }
  .header .cntr .nav .menu-trigger {
    display: block;
  }
  .header .cntr .nav > ul {
    margin-top: -1px;
    padding-right: 0;
    overflow: hidden;
    max-height: 0;
    border-top: 1px solid #33383C;
    -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;
  }
  .header .cntr .nav > ul > li {
    width: 100%;
    border-bottom: 1px solid #33383C;
    border-left: none;
  }
  .header .cntr .nav > ul > li a {
    width: 100%;
  }
  .header .cntr .nav > ul > li:first-child {
    border-bottom: 1px solid #33383C;
  }
  .header .cntr .nav > ul > li:first-child a:before {
    margin-left: 0;
    left: 20px;
  }
  .header .cntr .nav > ul > li ul {
    float: left;
    position: relative;
    width: 100%;
    top: 0;
  }
  body.open .header .cntr .nav > ul {
    max-height: 9999px;
  }
  .header .cntr .nav .trigger.open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .header .cntr .nav .searchform {
    z-index: 12;
    visibility: hidden;
    opacity: 0;
  }
  .header .cntr .nav .searchform.open {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    visibility: visible;
    opacity: 1;
  }
}
.header .cntr .button {
  float: right;
  margin: 50px 40px 50px 20px;
  padding: 10px 30px 10px 55px;
}
.header .cntr .button:before {
  position: absolute;
  left: 25px;
  top: 10px;
  height: 22px;
  width: 13px;
  background: url('/wp-content/themes/vanmerksteijn/static/images/sprite.png') top -4px left -54px no-repeat;
  background-size: 118px;
  content: "";
}
body.intersig .header .cntr .button:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig/sprite-orange.png') top -4px left -54px no-repeat;
  background-size: 118px;
}
body.intersig-fr .header .cntr .button:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig-fr/sprite-green.png') top -4px left -54px no-repeat;
  background-size: 118px;
}
.header .cntr .button:hover {
  background: #612175;
  color: #FFF;
}
.header .cntr .button:hover:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/sprite.png') top -4px left -41px no-repeat;
  background-size: 118px;
}
body.intersig .header .cntr .button:hover:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig/sprite-orange.png') top -4px left -41px no-repeat;
  background-size: 118px;
}
body.intersig-fr .header .cntr .button:hover:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig-fr/sprite-green.png') top -4px left -41px no-repeat;
  background-size: 118px;
}
@media only screen and (max-width: 768px) {
  .header .cntr .button {
    width: 100%;
    margin: 15px 0;
    padding: 10px 30px 10px 40px;
  }
}
.header .cntr #lang_sel {
  float: right;
  position: relative;
  margin-top: 52px;
  z-index: 11;
  background: #000000;
}
.header .cntr #lang_sel ul {
  float: left;
  color: #222629;
  font-size: 14px;
  width: 140px;
}
.header .cntr #lang_sel ul li {
  float: left;
  position: relative;
  width: 100%;
  padding: 5px 10px 5px 40px;
  background: #FFF;
}
.header .cntr #lang_sel ul li:before {
  position: absolute;
  left: 10px;
  top: 7px;
  content: "";
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .header .cntr #lang_sel ul li:before {
    top: 13px;
  }
}
.header .cntr #lang_sel ul li.icl-nl:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/flags-new.png') top left no-repeat;
  background-size: 80px;
}
.header .cntr #lang_sel ul li.icl-de:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/flags-new.png') top left -20px no-repeat;
  background-size: 80px;
}
.header .cntr #lang_sel ul li.icl-en:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/flags-new.png') top left -40px no-repeat;
  background-size: 80px;
}
.header .cntr #lang_sel ul li.icl-fr:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/flags-new.png') top left -60px no-repeat;
  background-size: 80px;
}
.header .cntr #lang_sel ul li a {
  float: left;
  position: relative;
  width: 100%;
  text-decoration: none;
  color: #222629;
  border: 0;
}
.header .cntr #lang_sel ul li a.icl-nl:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 20px;
  height: 20px;
  background: url('/wp-content/themes/vanmerksteijn/static/images/flags-new.png') top left no-repeat;
  background-size: 80px;
}
@media (max-width: 768px) {
  .header .cntr #lang_sel ul li a.icl-nl:before {
    top: 0px;
  }
}
.header .cntr #lang_sel ul li a.icl-de:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 20px;
  height: 20px;
  background: url('/wp-content/themes/vanmerksteijn/static/images/flags-new.png') top left -20px no-repeat;
  background-size: 80px;
}
@media (max-width: 768px) {
  .header .cntr #lang_sel ul li a.icl-de:before {
    top: 0px;
  }
}
.header .cntr #lang_sel ul li a.icl-en:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 20px;
  height: 20px;
  background: url('/wp-content/themes/vanmerksteijn/static/images/flags-new.png') top left -40px no-repeat;
  background-size: 80px;
}
@media (max-width: 768px) {
  .header .cntr #lang_sel ul li a.icl-en:before {
    top: 0px;
  }
}
.header .cntr #lang_sel ul li a.icl-fr:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 20px;
  height: 20px;
  background: url('/wp-content/themes/vanmerksteijn/static/images/flags-new.png') top left -60px no-repeat;
  background-size: 80px;
}
@media (max-width: 768px) {
  .header .cntr #lang_sel ul li a.icl-fr:before {
    top: 0px;
  }
}
.header .cntr #lang_sel ul li a.lang_sel_sel {
  margin: 5px 0;
  border: 0;
}
.header .cntr #lang_sel ul li a.lang_sel_sel:before {
  left: -30px;
}
.header .cntr #lang_sel ul li a.lang_sel_sel:after {
  position: absolute;
  top: 11px;
  right: -15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #222629;
  border-width: 5px;
  margin-left: -9px;
}
.header .cntr #lang_sel ul li:hover a {
  background: none;
}
.header .cntr #lang_sel ul li:hover ul {
  display: block;
}
.header .cntr #lang_sel ul li ul {
  position: absolute;
  display: none;
  top: 44px;
  left: 0;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-top: 0;
}
.header .cntr #lang_sel ul li ul li {
  border-top: 1px solid #e7e7e7;
}
.header .cntr #lang_sel ul li ul li:hover {
  background: #e7e7e7;
}
@media only screen and (max-width: 768px) {
  .header .cntr #lang_sel {
    position: absolute;
    top: 8px;
    right: 0px;
    margin-top: 0;
  }
  .header .cntr #lang_sel ul {
    font-size: 0;
    width: 55px;
  }
  .header .cntr #lang_sel ul li {
    height: 49px;
  }
  .header .cntr #lang_sel ul li ul {
    left: -10px;
    top: 48px;
  }
  .header .cntr #lang_sel ul li ul li {
    padding: 5px 10px 5px 40px;
  }
  .header .cntr #lang_sel ul li ul li:before {
    left: 19px;
  }
  .header .cntr #lang_sel ul li ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
/* --------------------
Breadcrumbs
-------------------- */
.breadcrumbs {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .breadcrumbs-wrapper {
  display: inline-block;
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.breadcrumbs .breadcrumbs-wrapper > span {
  display: inline-block;
  position: relative;
  padding: 6px 18px;
}
.breadcrumbs .breadcrumbs-wrapper > span:before {
  position: absolute;
  width: 1px;
  height: 50px;
  left: 0;
  z-index: 1;
  top: 0;
  background: #1f1f1f;
  content: "";
  transform-origin: 100% 0%;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}
.breadcrumbs .breadcrumbs-wrapper > span span {
  position: relative;
  z-index: 2;
}
.breadcrumbs .breadcrumbs-wrapper > span a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 0;
}
.breadcrumbs .breadcrumbs-wrapper > span:last-child {
  background: #612175;
  color: #FFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.breadcrumbs .breadcrumbs-wrapper > span:last-child:before {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  z-index: 1;
  background: #612175;
  content: "";
  transform-origin: 100% 0%;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}
.breadcrumbs--new-style .breadcrumbs-wrapper {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.breadcrumbs--new-style .breadcrumbs-wrapper > span {
  margin-left: -10px;
  padding-left: 30px;
  padding-right: 30px;
  background: #1f1f1f;
}
.breadcrumbs--new-style .breadcrumbs-wrapper > span:first-child:before,
.breadcrumbs--new-style .breadcrumbs-wrapper > span:first-child:after {
  display: none;
}
.breadcrumbs--new-style .breadcrumbs-wrapper > span:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: #1f1f1f;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-right: 1px solid #1f1f1f;
  border-top: 1px solid #1f1f1f;
}
.breadcrumbs--new-style .breadcrumbs-wrapper > span:after {
  display: none;
}
.breadcrumbs--new-style .breadcrumbs-wrapper > span:last-child {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.breadcrumbs--new-style .breadcrumbs-wrapper > span:last-child:before {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #1f1f1f;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border: 0px;
}
.breadcrumbs--new-style .breadcrumbs-wrapper > span:last-child:after {
  display: none;
}
/* --------------------
Home big image
-------------------- */
.home-image {
  float: left;
  position: relative;
  width: 100%;
  height: 700px;
  background: #000;
  background-size: cover;
  overflow: hidden;
}
.home-image--new-style .cntr:after {
  display: none;
}
.home-image .cntr {
  position: relative;
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
}
.home-image .cntr .home-intro {
  position: absolute;
  top: 160px;
  color: #FFF;
  z-index: 5;
  width: 100%;
  max-width: 570px;
}
.home-image .cntr .home-intro .home-title {
  float: left;
  font-size: 56px;
  line-height: 66px;
}
.home-image .cntr .home-intro .home-title span {
  font-family: 'open_sanssemibold';
  font-weight: normal !important;
  font-size: 96px;
}
.home-image .cntr .home-intro .home-title--regular span {
  font-family: 'open_sanssemibold';
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 72px;
}
.home-image .cntr .home-intro .home-title.fn {
  float: none;
  margin-bottom: 20px;
}
.home-image .cntr .home-intro p {
  float: left;
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0px 30px 0;
}
.home-image .cntr .home-intro .button {
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  border: 2px solid #FFF;
  color: #FFF;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.home-image .cntr .home-intro .button:hover {
  background: #FFF;
  color: #612175;
}
.home-image .cntr .home-intro--pull-top {
  top: 130px;
}
.home-image .cntr .home-intro__content p {
  padding: 20px 0 40px 0;
}
.home-image .cntr:after {
  position: absolute;
  width: 1000px;
  height: 1100px;
  left: -620px;
  top: -120px;
  background: #a042bd;
  opacity: .9;
  content: "";
  transform-origin: 100% 0%;
  z-index: 2;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}
.home-image .bx-wrapper {
  position: absolute;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}
.home-image .bx-wrapper .bx-viewport {
  height: 700px;
}
.home-image .bx-wrapper .bx-viewport .bx-slider {
  height: 700px;
}
.home-image .bx-wrapper .bx-viewport .bx-slider li {
  height: 700px;
}
.home-image .bx-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.home-image .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 100px;
}
.home-image__multiply-layer svg {
  position: absolute;
  z-index: 3;
  mix-blend-mode: multiply;
  left: 30%;
}
.home-image__multiply-layer:before {
  position: absolute;
  z-index: 3;
  height: 100%;
  content: "";
  left: 0;
  width: 30%;
  background: #7C0678;
  mix-blend-mode: multiply;
}
.home-image__multiply-layer--orange:before {
  position: absolute;
  z-index: 3;
  height: 100%;
  content: "";
  left: 0;
  width: 30%;
  background: #ef8400;
  mix-blend-mode: multiply;
}
.home-image__multiply-layer--green:before {
  position: absolute;
  z-index: 3;
  height: 100%;
  content: "";
  left: 0;
  width: 30%;
  background: #50932b;
  mix-blend-mode: multiply;
}
body.is-ie .home-image__multiply-layer svg,
body.is-edge .home-image__multiply-layer svg {
  opacity: 0.8;
}
body.is-ie .home-image__multiply-layer:before,
body.is-edge .home-image__multiply-layer:before {
  opacity: 0.8;
}
@media screen and (min-width: 1900px) {
  .home-image__multiply-layer:before {
    width: 40%;
  }
  .home-image__multiply-layer svg {
    left: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .home-image {
    height: 560px;
  }
  .home-image .cntr .home-intro {
    top: 85px;
    left: 0;
    padding: 0px 20px;
  }
  .home-image .cntr .home-intro .home-title {
    font-size: 28px;
    line-height: 32px;
  }
  .home-image .cntr .home-intro .home-title span {
    font-size: 28px;
    line-height: 32px;
  }
  .home-image .cntr .home-intro p {
    margin: 20px 0 30px 0;
  }
  .home-image .cntr:after {
    left: -700px;
  }
  .home-image .bx-wrapper .bx-viewport {
    height: 560px;
  }
  .home-image .bx-wrapper .bx-viewport .bx-slider {
    height: 560px;
  }
  .home-image .bx-wrapper .bx-viewport .bx-slider li {
    height: 560px;
  }
}
.section {
  float: left;
  position: relative;
  width: 100%;
}
.section .cntr {
  position: relative;
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 10;
}
.content {
  background: #f4f4f4;
  padding-bottom: 175px;
}
.content.front .box {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 40px 30px 50px;
  margin-top: -140px;
}
.content.front .box p {
  font-size: 16px;
  line-height: 24px;
}
.content.subpage {
  overflow: hidden;
  padding-top: 145px;
}
.content.subpage .cntr {
  position: relative;
}
.content.subpage .cntr:after {
  position: absolute;
  width: 1000px;
  height: 3000px;
  left: -800px;
  background: #612175;
  top: -145px;
  transform-origin: 100% 0%;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}
.content.subpage .cntr .box {
  float: left;
  position: relative;
  width: 100%;
  z-index: 10;
}
body.page-template-page-over-ons .content.subpage .cntr .box {
  border: 1px solid #e7e7e7;
}
.content.subpage .cntr .box img {
  float: left;
  width: 100%;
  height: auto;
}
.content.subpage .cntr .box .col-1-2 {
  padding: 60px 25px 35px;
}
.content.subpage .cntr .box .col-1-2.intro p {
  position: relative;
  font-size: 20px;
  line-height: 34px;
  font-style: italic;
  padding-top: 40px;
}
.content.subpage .cntr .box .col-1-2.intro p:before {
  position: absolute;
  top: 0;
  width: 50px;
  height: 3px;
  background: #612175;
  content: "";
}
.content.subpage .cntr .box .col-1-2.intro.sec p {
  padding-top: 0;
}
.content.subpage .cntr .box .col-1-2.intro.sec p:before {
  display: none;
}
.content.subpage .cntr .box .col-1-1 {
  padding: 35px 25px 35px;
  font-size: 20px;
  line-height: 34px;
  font-style: italic;
}
.content.subpage .cntr .box.white {
  background: #FFF;
}
.content.subpage .cntr .box.contact {
  background: none;
  padding: 0 80px;
}
.content.subpage .cntr .box.contact .details {
  float: left;
  background: #222629;
  width: 340px;
}
.content.subpage .cntr .box.contact .details p {
  color: #FFF;
  padding: 0 30px;
}
.content.subpage .cntr .box.contact .details a {
  font-family: 'open_sansregular';
  font-weight: normal !important;
  float: left;
  width: 100%;
  font-size: 14px;
  color: white;
  line-height: 22px;
  margin-bottom: 0px;
  padding: 0 30px;
  text-decoration: none;
}
.content.subpage .cntr .box.contact .details a:hover {
  color: #612175;
  cursor: pointer;
}
.content.subpage .cntr .box.contact .details a.tw {
  position: relative;
  padding-left: 60px;
}
.content.subpage .cntr .box.contact .details a.tw:before {
  position: absolute;
  background: url('/wp-content/themes/vanmerksteijn/static/images/twitter-light-dark.svg') top left / 20px no-repeat;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 30px;
  content: "";
}
.content.subpage .cntr .box.contact .map {
  float: right;
  width: calc(100% - 320px);
}
.content.subpage .cntr .box.contact .map #map,
.content.subpage .cntr .box.contact .map #new-map {
  height: 100%;
}
@media (max-width: 768px) {
  .content.subpage .cntr .box.contact .map #map,
  .content.subpage .cntr .box.contact .map #new-map {
    height: 25rem;
    margin-top: 1rem;
  }
}
.content.subpage .cntr .box .main img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.content.subpage .cntr .box .main .bx-wrapper {
  clear: both;
  position: relative;
  margin-bottom: 22px !important;
}
.content.subpage .cntr .box .main .bx-wrapper img {
  max-width: 100%;
  height: auto;
  border: none !important;
}
.content.subpage .cntr .box .main .bx-wrapper .gallery-item {
  overflow: hidden;
  margin: 0 !important;
}
.content.subpage .cntr .box .main .bx-wrapper .gallery-icon {
  height: 100%;
}
.content.subpage .cntr .box .main .bx-wrapper .bx-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 100%;
}
.content.subpage .cntr .box .main .bx-wrapper .bx-controls .bx-next,
.content.subpage .cntr .box .main .bx-wrapper .bx-controls .bx-prev {
  pointer-events: all;
  background-color: white;
  width: 48px;
  height: 48px;
  display: inline-block;
}
.content.subpage .cntr .box .main .bx-wrapper .bx-controls .bx-next::before,
.content.subpage .cntr .box .main .bx-wrapper .bx-controls .bx-prev::before {
  display: block;
  content: "";
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjNjEyMTc1IiBkPSJNMyAxMmwxOC0xMnYyNHoiLz48L3N2Zz4=');
  width: 100%;
  height: 100%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.content.subpage .cntr .box .main .bx-wrapper .bx-controls .bx-next {
  right: 0;
  position: absolute;
}
.content.subpage .cntr .box .main .bx-wrapper .bx-controls .bx-next::before {
  transform: rotate(180deg);
}
.content.subpage .cntr .box.default .col-1-1 {
  font-style: normal;
}
.content.subpage .cntr .box.fencing-button {
  position: relative;
}
.content.subpage .cntr .box.fencing-button .col-1-1 {
  float: left;
  width: calc(100% - 400px);
}
.content.subpage .cntr .box.fencing-button .fenc-button {
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.rl-gallery-container {
  display: inline-block;
  width: 100%;
}
.post-password-form input[type="password"] {
  font-family: 'open_sansregular';
  font-weight: normal !important;
  font-size: 14px;
  color: #413f3f;
  line-height: 22px;
  width: 250px;
  padding: 9px 15px;
  border: 1px solid rgba(65, 63, 63, 0.25);
  margin: 0 15px 0 30px;
}
.post-password-form input[type="submit"] {
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  border: 2px solid #612175;
  color: #612175;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.post-password-form input[type="submit"]:hover {
  background: #612175;
  color: white;
}
@media only screen and (max-width: 640px) {
  .post-password-form input[type="password"],
  .post-password-form input[type="submit"] {
    width: 100% !important;
    margin: 0 0 15px 0;
  }
  .post-password-form input[type="password"] {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .content.front .box {
    text-align: center;
  }
  .content.front .box h2,
  .content.front .box p {
    text-align: left;
  }
  .content.front .box .module {
    display: inline-block;
    width: 49%;
    float: none !important;
  }
  .content.subpage .cntr .box.contact {
    padding: 0;
  }
  .content.subpage .cntr .box.contact .details {
    width: 100%;
  }
  .content.subpage .cntr .box.contact .map {
    width: 100%;
  }
  .content.subpage .cntr .box .module {
    display: inline-block;
    width: 49%;
    float: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .content.front .twitter-box,
  .content.front .news-box {
    width: 100%;
    padding-top: 50px;
  }
  .content.front .twitter-box h2,
  .content.front .twitter-box .tweet {
    padding-left: 0;
  }
  .content.subpage .cntr .box.fencing-button .col-1-1 {
    width: 100%;
  }
  .content.subpage .cntr .box.fencing-button .fenc-button {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    margin: 0 0 25px 25px;
  }
}
@media only screen and (max-width: 640px) {
  .content {
    padding-bottom: 60px;
  }
  .content.front .box {
    padding: 40px 0 30px;
  }
  .content.front .box .module {
    float: left !important;
    width: 100%;
  }
  .content.subpage {
    padding-top: 65px;
  }
  .content.subpage .cntr .box .col-1-2 {
    width: 100%;
    padding: 30px 10px;
  }
  .content.subpage .cntr .box .col-1-2.intro {
    padding: 30px 10px 0;
  }
  .content.subpage .cntr .box.certificaten {
    margin-top: 0;
  }
  .content.subpage .cntr .box.fencing-button .fenc-button {
    font-size: 13px;
  }
  .content.subpage .cntr .box .module {
    float: left !important;
    width: 100%;
  }
  .content.subpage .cntr:after {
    top: -200px;
    width: 500px;
  }
}
/* -------------
Product list
------------- */
.products-list {
  float: left;
  position: relative;
  width: calc(100% + 30px);
  margin: 0 0 0 -15px;
  z-index: 10;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .products-list .module.product {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .products-list .module.product {
    width: 100%;
  }
}
/* -------------
Tables + Expand
------------- */
body .collapseomatic {
  float: left;
  font-family: 'open_sanssemibold';
  font-weight: normal !important;
  position: relative;
  width: calc(100% + 30px);
  margin-left: -20px;
  font-size: 16px;
  background: none;
  padding: 25px 35px;
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: 30px;
}
body .collapseomatic:before {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  background: #f4f4f4;
  content: "";
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
body .collapseomatic:after {
  position: absolute;
  right: 21px;
  top: 26px;
  content: "+";
  text-align: center;
  line-height: 0.2;
}
body .collapseomatic.colomat-close:after {
  position: absolute;
  width: 9px;
  right: 22px;
  height: 2px;
  background: #222629;
  content: "";
  text-align: center;
  line-height: 0.2;
}
.dataTables_wrapper {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.dataTables_wrapper .tablepress .sorting:hover,
.dataTables_wrapper .tablepress .sorting_asc,
.dataTables_wrapper .tablepress .sorting_desc {
  background: #40164d;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  display: none;
}
.tablepress tr td:last-child {
  position: relative;
}
.tablepress tr td:last-child a {
  position: absolute;
  text-indent: -999px;
  overflow: hidden;
  width: 9px;
  height: 14px;
  top: 50%;
  margin-top: -8px;
  left: 30px;
  background: url('/wp-content/themes/vanmerksteijn/static/images/sprite.png') top -13px left -89px no-repeat;
  background-size: 118px;
  content: "";
}
body.intersig .tablepress tr td:last-child a {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig/sprite-orange.png') top -13px left -89px no-repeat;
  background-size: 118px;
}
body.intersig-fr .tablepress tr td:last-child a {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig-fr/sprite-green.png') top -13px left -89px no-repeat;
  background-size: 118px;
}
.collapseomatic_content .dataTables_wrapper {
  padding: 0 15px 0 0;
}
body.intersig-fr .tablepress thead th,
body.intersig-fr .tablepress tfoot th {
  background-color: #50932b;
  color: #fff;
  font-weight: 300;
}
/* -------------
Module
------------- */
.module {
  padding: 15px;
}
.module .inner {
  float: left;
  position: relative;
  width: 100%;
  border: 1px solid #e7e7e7;
  background: #FFF;
  /* -------------
		Hover
		------------- */
}
.module .inner:after {
  position: absolute;
  text-align: center;
  font-family: 'open_sanssemibold';
  font-weight: normal !important;
  width: 100%;
  font-size: 20px;
  bottom: 30px;
  left: 0;
  color: #7f4292;
  content: attr(button-text);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -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;
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  -o-transform: translate3d(0, 7px, 0);
}
.module .inner .image-wrapper {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.module .inner .image-wrapper img {
  float: left;
  width: 100%;
  height: auto;
  -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;
}
.module .inner .image-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7f4292;
  opacity: 0;
  content: "";
  -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;
}
.module .inner .module-title {
  float: left;
  text-align: center;
  font-family: 'open_sanssemibold';
  font-weight: normal !important;
  width: 100%;
  font-size: 20px;
  color: #7f4292;
  padding: 30px 10px;
  border-top: 4px solid #7f4292;
  -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;
}
.module .inner .module-title--black {
  color: #22272b;
}
.module .inner:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.module .inner:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.module .inner:hover .image-wrapper img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.module .inner:hover .image-wrapper:after {
  opacity: .8;
}
.module .inner:hover .module-title {
  color: #f4f4f4;
  background: #f4f4f4;
  padding: 20px 20px 40px;
}
.module.product .inner:before,
.module.product .inner:after {
  display: none;
}
.module.product .inner:hover .module-title {
  float: left;
  text-align: center;
  font-family: 'open_sanssemibold';
  font-weight: normal !important;
  width: 100%;
  font-size: 20px;
  color: #7f4292;
  padding: 30px 10px;
  border-top: 4px solid #7f4292;
}
body.intersig .module.product:nth-child(4) {
  clear: left;
}
body.intersigfrance .module.product:nth-child(4) {
  clear: left;
}
.products-list.vmfencing {
  columns: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
}
.products-list.vmfencing .module {
  width: 100%;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.products-list.vmfencing .module .inner .module-title {
  padding-left: 60px;
}
.products-list.vmfencing .module .inner .module-title .m-title {
  text-align: left;
  float: left;
  font-size: 18px;
  margin-bottom: 20px;
  width: 100%;
}
.products-list.vmfencing .module .inner .module-title .countries {
  display: inline-block;
  width: 100%;
}
.products-list.vmfencing .module .inner .module-title .countries li {
  float: left;
  font-family: 'open_sansregular';
  font-weight: normal !important;
  text-align: left;
  color: #222629;
  width: 50%;
  font-size: 14px;
  line-height: 26px;
}
.products-list.vmf-link-only .module {
  float: none;
  margin: 0 auto;
}
.products-list.vmf-link-only .module .inner .module-title {
  position: relative;
  font-size: 18px;
  padding-right: 50px;
}
.products-list.vmf-link-only .module .inner .module-title:after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 20px;
  content: "";
  background: url('/wp-content/themes/vanmerksteijn/static/images/external-link-symbol-gray.svg') center center / 20px no-repeat;
}
/* --------------------
Sidebar
-------------------- */
.sidebar {
  float: left;
  background: #222629;
  width: 300px;
}
.sidebar .row {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sidebar .row h3 {
  float: left;
  position: relative;
  width: auto;
  background: #222629;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  padding: 30px;
  margin-bottom: 0;
  z-index: 1;
}
.sidebar .row h5 {
  float: left;
  font-family: 'open_sansregular';
  font-weight: normal !important;
  width: 100%;
  padding: 0 30px;
  color: #FFF;
  font-size: 14px;
}
.sidebar .row ul {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.sidebar .row ul li {
  float: left;
  width: 100%;
}
.sidebar .row ul li a {
  float: left;
  position: relative;
  width: 100%;
  background: #33383C;
  color: #FFF;
  font-size: 12px;
  padding: 12px 30px 12px 55px;
  text-decoration: none;
  margin-bottom: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.sidebar .row ul li a:before {
  position: absolute;
  width: 10px;
  height: 12px;
  background: url('/wp-content/themes/vanmerksteijn/static/images/sprite.png') top -14px left -98px no-repeat;
  background-size: 118px;
  content: "";
  top: 18px;
  left: 30px;
}
.sidebar .row ul li a:hover {
  background: #612175;
  padding: 12px 35px 12px 60px;
}
.sidebar .row ul li a.mail:before {
  width: 24px;
  background: url('/wp-content/themes/vanmerksteijn/static/images/email5.png') top left no-repeat;
  background-size: 14px;
}
.sidebar .row ul li.certificate {
  margin-bottom: 20px;
}
.sidebar .row ul li.certificate p {
  color: #FFF;
  font-size: 13px;
  padding: 0 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sidebar .row ul li.certificate:last-of-type {
  margin-bottom: 0;
}
.sidebar .row ul:last-of-type {
  margin-bottom: 0;
}
.sidebar .row:after {
  position: absolute;
  right: 0;
  top: 43px;
  height: 4px;
  width: 100%;
  background: #33383C;
  content: "";
  z-index: 0;
}
.sidebar .button-wrapper {
  float: left;
  width: 100%;
  background: #FFF;
  margin-top: 50px;
  padding: 25px;
}
.sidebar .button-wrapper .button {
  width: 100%;
}
.sidebar .button-wrapper .button.show-contact-form {
  cursor: pointer;
}
.sidebar .button-wrapper .button.show-contact-form:hover {
  background: #612175;
  color: white;
}
.sidebar .button-wrapper.top {
  margin-top: 0;
}
.sidebar .button-wrapper.product-button {
  margin-top: 0;
  padding-top: 10px;
}
.sidebar .button-wrapper + .image-wrapper--logo {
  padding-top: 0;
}
.sidebar .image-wrapper {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 15px;
}
.sidebar .image-wrapper--logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.sidebar .image-wrapper--logo a {
  height: 55px;
  width: auto;
  margin-left: 20px;
}
.sidebar .image-wrapper--logo a:first-child {
  margin-left: 0;
}
.sidebar .image-wrapper--logo a > img {
  height: 100% !important;
  width: auto !important;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
.sidebar .image-wrapper--logo a:hover > img {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .sidebar {
    width: 100%;
  }
}
/* --------------------
Main content
-------------------- */
.main {
  float: right;
  width: calc(100% - 320px);
  background: #FFF;
  padding: 15px;
}
.main .row {
  float: left;
  position: relative;
  width: 100%;
}
.main .row .title {
  float: left;
  position: relative;
  font-family: 'open_sansbold';
  font-weight: normal !important;
  width: auto;
  background: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 30px 30px 30px 15px;
  margin-bottom: 0;
  z-index: 1;
}
.main .row:after {
  position: absolute;
  right: -15px;
  top: 41px;
  height: 4px;
  width: 100%;
  background: #F6F6F6;
  content: "";
  z-index: 0;
}
.main.vacatures {
  padding: 0px 15px 15px;
}
.main.vacatures a {
  text-decoration: none;
  font-weight: bold;
  color: #222629;
}
.main.vacatures a:hover {
  text-decoration: underline;
}
.main.product {
  padding: 25px 15px 15px;
  margin-bottom: 20px;
}
.main.half {
  width: calc(50% - 170px);
  margin-left: 20px;
  padding: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 890px) {
  .main.half {
    width: calc(100% - 320px);
  }
}
.main.half h5 {
  float: left;
  font-family: 'open_sansregular';
  font-weight: normal !important;
  font-size: 14px;
  width: 100%;
  padding: 25px 30px;
  color: #FFF;
  background: #662c78;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2MmM3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MTQzOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #662c78 0%, #814394 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #662c78), color-stop(100%, #814394));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #662c78 0%, #814394 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #662c78 0%, #814394 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #662c78 0%, #814394 100%);
  /* IE10+ */
  background: linear-gradient(to right, #662c78 0%, #814394 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#662c78', endColorstr='#814394', GradientType=1);
  /* IE6-8 */
}
body.intersig .main.half h5 {
  background: #ef8400;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2MmM3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MTQzOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #ef8400 0%, #f59b0a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ef8400), color-stop(100%, #f59b0a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ef8400 0%, #f59b0a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ef8400 0%, #f59b0a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ef8400 0%, #f59b0a 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ef8400 0%, #f59b0a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef8400', endColorstr='#ff910a', GradientType=1);
  /* IE6-8 */
}
body.intersig-fr .main.half h5 {
  background: #50932b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2MmM3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MTQzOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #50932b 0%, #5ba731 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #50932b), color-stop(100%, #5ba731));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #50932b 0%, #5ba731 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #50932b 0%, #5ba731 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #50932b 0%, #5ba731 100%);
  /* IE10+ */
  background: linear-gradient(to right, #50932b 0%, #5ba731 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50932b', endColorstr='#5ba731', GradientType=1);
  /* IE6-8 */
}
.main.half p {
  padding: 30px;
  margin-bottom: 0;
}
.main .download p {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .main {
    width: 100%;
    margin-top: 20px;
  }
  .main.vacatures,
  .main.product {
    padding: 0px 0 15px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .main.half {
    width: 100%;
  }
}
/* --------------------
Certificaten
-------------------- */
.download {
  float: left;
  width: calc(100% + 30px);
  margin: 0 0 30px -15px;
}
.download p {
  padding: 0 30px;
  margin-bottom: 10px;
}
.download .file {
  float: left;
  position: relative;
  width: 100%;
  background: #E9E9E9;
  text-decoration: none;
  padding: 10px 60px;
  margin-bottom: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.download .file:before {
  position: absolute;
  width: 9px;
  height: 14px;
  top: 50%;
  margin-top: -8px;
  left: 30px;
  background: url('/wp-content/themes/vanmerksteijn/static/images/sprite.png') top -13px left -89px no-repeat;
  background-size: 118px;
  content: "";
}
body.intersig .download .file:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig/sprite-orange.png') top -13px left -89px no-repeat;
  background-size: 118px;
}
body.intersig-fr .download .file:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig-fr/sprite-green.png') top -13px left -89px no-repeat;
  background-size: 118px;
}
.download .file:hover {
  background: #612175;
  color: #FFF;
}
.download .file:hover:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/sprite.png') top -13px left -79px no-repeat;
  background-size: 118px;
}
body.intersig .download .file:hover:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig/sprite-orange.png') top -13px left -79px no-repeat;
  background-size: 118px;
}
body.intersig-fr .download .file:hover:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/intersig-fr/sprite-green.png') top -13px left -79px no-repeat;
  background-size: 118px;
}
/* --------------------
Twitter
-------------------- */
.twitter-box {
  float: left;
  width: 50%;
  padding: 100px 0 0;
}
.twitter-box h2 {
  padding: 0 40px;
  margin-bottom: 40px;
}
.twitter-box h2 a {
  font-size: 28px;
  color: #222629;
}
.twitter-box h2 a:hover {
  text-decoration: none;
}
.twitter-box h2 a svg {
  width: 37px;
  height: 30px;
  margin-right: 10px;
}
.twitter-box .tweet {
  display: inline-block;
  padding: 20px 40px;
}
.twitter-box .tweet p a {
  color: #222629;
  text-decoration: none;
}
.twitter-box .tweet p a:hover {
  text-decoration: underline;
}
/* --------------------
News
-------------------- */
.news-box {
  float: left;
  width: 50%;
  padding: 100px 0 0;
}
body.intersig .news-box {
  width: 50%;
}
body.intersig-fr .news-box {
  width: 50%;
}
.news-box h2 {
  padding: 0 40px;
  margin-bottom: 40px;
}
/* -------------
	Article
	------------- */
.post {
  padding: 20px 40px;
  width: 100%;
}
body.intersig .post {
  width: 100%;
}
body.intersig-fr .post {
  width: 100%;
}
.post .date {
  float: left;
  position: relative;
  font-family: 'open_sanssemibold';
  font-weight: normal !important;
  text-align: center;
  color: #612175;
  font-size: 46px;
}
.post .date span {
  position: absolute;
  font-family: 'open_sansregular';
  font-weight: normal !important;
  background: #f4f4f4;
  color: #D1D1D1;
  left: 0;
  text-transform: uppercase;
  font-size: 25px;
  padding: 5px;
  top: 26px;
}
.post .date:after {
  position: absolute;
  font-family: 'open_sansregular';
  font-weight: normal !important;
  height: 75px;
  background: #D1D1D1;
  width: 1px;
  left: 90px;
  top: -10px;
  font-size: 25px;
  content: "";
  transform-origin: 100% 0%;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}
.post .right {
  float: right;
  width: calc(100% - 100px);
}
.post .right h3 {
  font-size: 16px;
  line-height: 22px;
}
.post .right p {
  color: #413f3f;
  font-size: 14px;
  line-height: 22px;
}
.post .right .button {
  margin-left: 15px;
}
@media only screen and (max-width: 640px) {
  .news-box h2 {
    padding: 0;
  }
  .post {
    width: 100%;
    padding: 20px 0;
  }
}
.pop-up-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% +200px);
  background: rgba(226, 226, 226, 0.9);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.pop-up-wrapper .pop-up {
  position: absolute;
  width: 400px;
  margin-left: -200px;
  left: 50%;
  top: 50%;
  background: #FFF;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.pop-up-wrapper .pop-up .title {
  float: left;
  font-family: 'open_sansregular';
  font-weight: normal !important;
  font-size: 12px;
  width: 100%;
  padding: 15px 20px;
  color: #FFF;
  background: #662c78;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2MmM3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MTQzOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #662c78 0%, #814394 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #662c78), color-stop(100%, #814394));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #662c78 0%, #814394 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #662c78 0%, #814394 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #662c78 0%, #814394 100%);
  /* IE10+ */
  background: linear-gradient(to right, #662c78 0%, #814394 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#662c78', endColorstr='#814394', GradientType=1);
  /* IE6-8 */
}
.pop-up-wrapper .pop-up .title span {
  font-family: 'open_sansbold';
  font-weight: normal !important;
  font-size: 14px;
}
.pop-up-wrapper .pop-up .pop-up-inner {
  float: left;
  width: 100%;
  padding: 10px;
}
.pop-up-wrapper .pop-up .pop-up-inner .row {
  float: left;
  width: 100%;
  padding: 5px 5px;
}
.pop-up-wrapper .pop-up .pop-up-inner .row label {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
}
.pop-up-wrapper .pop-up .pop-up-inner .row .field {
  position: relative;
}
.pop-up-wrapper .pop-up .pop-up-inner .row .field.req:before {
  position: absolute;
  top: 36px;
  right: 5px;
  width: 3px;
  height: 3px;
  background: #df4444;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.pop-up-wrapper .pop-up .pop-up-inner .row .field input {
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px solid #cecece;
}
.pop-up-wrapper .pop-up .pop-up-inner .row .field input:focus {
  border: 1px solid #612175 !important;
}
.pop-up-wrapper .pop-up .pop-up-inner .row .field input:blur {
  border: 1px solid #612175 !important;
}
.pop-up-wrapper .pop-up .pop-up-inner .row .field input.wpcf7-not-valid {
  border: 1px solid #df4444;
}
.pop-up-wrapper .pop-up .pop-up-inner .row .field textarea {
  float: left;
  width: 100%;
  padding: 10px;
  resize: none;
  border: 1px solid #cecece;
}
.pop-up-wrapper .pop-up .pop-up-inner .row .field textarea:focus {
  border: 1px solid #612175;
}
.pop-up-wrapper .pop-up .pop-up-inner .row.col-1-4 {
  width: 25%;
}
.pop-up-wrapper .pop-up .pop-up-inner .row.col-3-4 {
  width: 75%;
}
.pop-up-wrapper .pop-up .pop-up-inner .wpcf7-submit {
  display: inline-block;
  position: relative;
  text-align: center;
  float: right;
  background: #FFF;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  border: 2px solid #612175;
  color: #612175;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.pop-up-wrapper .pop-up .pop-up-inner .wpcf7-submit:hover {
  background: #7f4292;
  color: #FFF;
}
.pop-up-wrapper .pop-up .close {
  position: absolute;
  border: none;
  background: #394045;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.pop-up-wrapper .pop-up .close span {
  position: absolute;
  width: 16px;
  height: 3px;
  background: #FFF;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.pop-up-wrapper .pop-up .close span.second {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.pop-up-wrapper .pop-up .close:hover {
  background: #454d53;
}
.pop-up-wrapper .screen-reader-response,
.pop-up-wrapper .wpcf7-not-valid-tip {
  display: none !important;
}
.pop-up-wrapper .wpcf7-response-output {
  float: left;
  width: calc(100% + 20px);
  color: #FFF;
}
.pop-up-wrapper .wpcf7-response-output.wpcf7-validation-errors {
  padding: 15px;
  background: #df4444;
  margin-left: -10px;
  margin-bottom: -10px;
  margin-top: 20px;
}
.pop-up-wrapper .wpcf7-response-output.wpcf7-mail-sent-ok {
  padding: 15px;
  background: #3DCF76;
  margin-left: -10px;
  margin-bottom: -10px;
  margin-top: 20px;
}
.pop-up-wrapper.open {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .pop-up-wrapper .pop-up {
    margin-left: 0;
    left: 0;
    width: 100%;
    top: 40px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.search-list {
  float: left;
  width: 100%;
}
.search-list li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 1px solid #e7e7e7;
}
.search-list li h3 {
  font-size: 20px;
}
.search-list li h3 a {
  color: #413f3f;
  text-decoration: none;
  font-style: normal;
}
.search-list li h3 a:hover {
  color: #612175;
}
/* --------------------
Contactform modal
-------------------- */
.contactform-modal {
  position: fixed;
  background: #f4f4f4;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 100%;
  max-width: 500px;
  left: calc(50% - 250px);
  top: 200px;
  padding: 35px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.contactform-modal.open {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.contactform-modal .screen-reader-response {
  display: none;
}
.contactform-modal .wpcf7-validation-errors,
.contactform-modal .wpcf7-mail-sent-ok {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  background: #612175;
  color: white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.contactform-modal .grid {
  text-align: left;
}
.contactform-modal .grid h2 {
  font-family: 'open_sansbold';
  font-weight: normal !important;
  color: #222629;
  font-size: 28px;
  margin-bottom: 10px;
}
.contactform-modal .grid .wpcf7-form-control-wrap {
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.contactform-modal .grid .wpcf7-form-control-wrap input {
  font-family: 'open_sansregular';
  font-weight: normal !important;
  font-size: 14px;
  color: #413f3f;
  line-height: 22px;
  width: 100%;
  padding: 15px 15px;
  border: 1px solid rgba(65, 63, 63, 0.25);
  margin-top: 15px;
}
.contactform-modal .grid .wpcf7-form-control-wrap input.wpcf7-not-valid {
  border-color: #612175;
}
.contactform-modal .grid .wpcf7-form-control-wrap textarea {
  font-family: 'open_sansregular';
  font-weight: normal !important;
  font-size: 14px;
  color: #413f3f;
  line-height: 22px;
  height: 175px;
  padding: 15px;
  width: 100%;
  resize: none;
  margin-top: 15px;
  border: 1px solid rgba(65, 63, 63, 0.25);
}
.contactform-modal .grid .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-color: #612175;
}
.contactform-modal .grid .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: inline-block;
  color: #612175;
  padding-left: 15px;
  margin-top: 5px;
}
.contactform-modal .grid button {
  background: #612175;
  color: white;
  margin-top: 30px;
  cursor: pointer;
}
.contactform-modal .grid button:hover {
  background: white;
  color: #612175;
}
.contactform-modal .close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -60px;
  right: -60px;
  cursor: pointer;
}
.contactform-modal .close:before {
  position: absolute;
  width: 50px;
  height: 3px;
  left: 0;
  top: 22px;
  background: white;
  content: "";
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.contactform-modal .close:after {
  position: absolute;
  width: 50px;
  height: 3px;
  left: 0;
  top: 22px;
  background: white;
  content: "";
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media only screen and (max-height: 900px) {
  .contactform-modal {
    top: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .contactform-modal {
    left: 0;
    top: 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
  .contactform-modal .close {
    top: 5px;
    right: 5px;
  }
  .contactform-modal .close:before,
  .contactform-modal .close:after {
    background: #612175;
  }
}
/* --------------------
VM Fencing iframe
-------------------- */
.fence-modal {
  position: fixed;
  z-index: 0;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  padding: 20px 40px 40px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.fence-modal .modal-top a {
  margin-bottom: 20px;
}
.fence-modal .close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -30px;
  right: -50px;
  cursor: pointer;
  z-index: 9992;
}
.fence-modal .close:before,
.fence-modal .close:after {
  position: absolute;
  width: 40px;
  height: 3px;
  background: #612175;
  content: "";
}
.fence-modal .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 11px;
}
.fence-modal .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 10px;
}
.fence-modal.show {
  z-index: 9992;
  opacity: 1;
  visibility: visible;
}
.fence-modal .fence-iframe {
  display: inline-block;
  width: 100%;
  height: calc(100% - 70px);
}
@media only screen and (max-width: 500px) {
  .fence-modal {
    padding: 10px;
    width: 100%;
  }
  .fence-modal .modal-top {
    float: left;
  }
  .fence-modal .modal-top a {
    font-size: 13px;
    padding: 10px 10px;
  }
}
/* --------------------
Footer
-------------------- */
.footer {
  float: left;
  width: 100%;
  background: url('/wp-content/themes/vanmerksteijn/static/images/footer_nieuw_zwart-wit.jpg') top center no-repeat;
  background-size: cover;
  padding: 130px 0 0;
}
.footer .cntr {
  position: relative;
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0;
}
.footer .cntr .col-1-3 {
  padding: 0 15px;
  /* -------------
			Footer navigation
			------------- */
}
.footer .cntr .col-1-3 .footer-nav {
  float: left;
  width: 100%;
}
.footer .cntr .col-1-3 .footer-nav ul {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.footer .cntr .col-1-3 .footer-nav ul li {
  float: left;
  width: 100%;
}
.footer .cntr .col-1-3 .footer-nav ul li a {
  float: left;
  font-family: 'open_sansregular';
  font-weight: normal !important;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  line-height: 34px;
}
.footer .cntr .col-1-3 .footer-nav ul li a:hover {
  color: #7E8489;
}
.footer .cntr .col-1-3 .footer-nav ul li ul {
  margin-bottom: 3px;
}
.footer .cntr .col-1-3 .footer-nav ul li ul li {
  position: relative;
  padding-left: 28px;
}
.footer .cntr .col-1-3 .footer-nav ul li ul li:before {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 3px;
  width: 12px;
  background: #612175;
  left: 4px;
  content: "";
}
.footer .cntr .col-1-3 .footer-nav ul li ul li a {
  color: #7E8489;
}
.footer .cntr .col-1-3 .footer-nav ul li ul li a:hover {
  color: #FFF;
}
.footer .cntr .col-1-3 .footer-nav ul li.sbb a {
  position: relative;
  padding-left: 28px;
}
.footer .cntr .col-1-3 .footer-nav ul li.sbb a:before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 23px;
  height: 23px;
  background: url('/wp-content/themes/vanmerksteijn/static/images/sbb-erkend-leerbedrijf.png') center center / 23px no-repeat;
  content: "";
}
.footer .cntr .col-1-3 .link-container {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.footer .cntr .col-1-3 .link-container .button {
  width: auto;
  min-width: 250px;
}
body.intersig .footer .cntr .col-1-3 .link-container .button {
  min-width: 0;
}
.footer .cntr .col-1-3 .employee-link {
  float: right;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
.footer .cntr .col-1-3 .employee-link:hover {
  text-decoration: none;
}
.footer .cntr .col-1-3 .employee-link:before {
  position: absolute;
  width: 12px;
  height: 15px;
  top: 5px;
  left: -25px;
  content: "";
  background: url('/wp-content/themes/vanmerksteijn/static/images/man-user.svg') top left / 12px no-repeat;
}
.footer .cntr .col-1-3 h4 {
  float: left;
  font-family: 'open_sanssemibold';
  font-weight: normal !important;
  width: 100%;
  color: #FFF;
  font-size: 22px;
  margin-bottom: 15px;
}
.footer .cntr .col-1-3 p {
  color: #7E8489;
  margin: 5px 0 25px;
}
.footer .cntr .col-1-3 .button {
  color: #FFF;
  border-color: #FFF;
}
.footer .cntr .col-1-3 .button:hover {
  background: #FFF;
  color: #612175;
}
.footer .cntr .col-1-3.last img {
  float: right;
  margin-bottom: 10px;
}
.footer .cntr .col-1-3.last p {
  text-align: right;
  float: left;
  width: 100%;
}
.footer .cntr .col-1-3.last p a {
  color: #7E8489;
  text-decoration: none;
}
.footer .cntr .col-1-3.last p a:hover {
  color: #FFF;
  text-decoration: none;
}
.footer .cntr .col-1-3.last p a.tw {
  position: relative;
  padding-left: 30px;
}
.footer .cntr .col-1-3.last p a.tw:before {
  position: absolute;
  background: url('/wp-content/themes/vanmerksteijn/static/images/twitter-white.png') top left / 20px no-repeat;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0px;
  content: "";
}
.footer .cntr .col-1-3.last .iso-logo {
  max-width: 150px;
}
.footer .copy {
  float: left;
  width: 100%;
  margin-top: 130px;
  background: #222629;
  border-bottom: 10px solid #7f4292;
  padding: 10px 0;
}
.footer .copy .cntr {
  padding: 0 15px;
}
.footer .copy .cntr p {
  float: left;
  color: #413F3F;
  font-size: 12px;
  text-transform: uppercase;
}
.footer .copy .cntr a {
  float: right;
  color: #413F3F;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .copy .cntr a:hover {
  color: white;
}
@media only screen and (max-width: 768px) {
  .footer .cntr .col-1-3:nth-child(2) {
    width: 66.666666%;
  }
  .footer .cntr .col-1-3.last {
    width: 66.666666%;
    margin-top: 60px;
  }
  .footer .cntr .col-1-3.last img {
    float: left;
  }
  .footer .cntr .col-1-3.last p {
    text-align: left;
  }
  .footer .cntr .col-1-3 .employee-link {
    float: left;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .footer {
    padding: 60px 0 0;
  }
  .footer .cntr .col-1-3 {
    width: 100% !important;
    margin-bottom: 60px;
    margin-top: 0 !important;
  }
  .footer .cntr .col-1-3.last {
    margin-bottom: 0;
  }
  .footer .copy {
    margin-top: 60px;
  }
  .footer .copy .cntr {
    text-align: center;
  }
  .footer .copy .cntr p {
    width: 100%;
  }
  .footer .copy .cntr a {
    display: inline-block;
    float: none !important;
    margin: 10px 0 0;
  }
}
body.en #cookie-notice,
body.de #cookie-notice,
body.fr #cookie-notice {
  display: none !important;
}
#cookie-notice .cookie-notice-container {
  display: flex;
  overflow: hidden;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
  padding: 15px 20px;
}
@media (max-width: 640px) {
  #cookie-notice .cookie-notice-container {
    flex-flow: row wrap;
  }
}
#cookie-notice #cn-notice-text {
  flex: 0 1 1160px;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
}
#cookie-notice #cn-notice-text a {
  font-size: 14px;
  color: inherit;
  text-decoration: underline;
}
#cookie-notice #cn-notice-text a:hover {
  text-decoration: none;
}
#cookie-notice #cn-accept-cookie {
  text-decoration: none;
}
#cookie-notice #cn-accept-cookie,
#cookie-notice #cn-more-info {
  background: #612175;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 16px;
  border: 1px solid transparent;
  line-height: 100%;
  transition: all .2s ease;
  border-radius: 4px;
}
#cookie-notice #cn-accept-cookie:hover,
#cookie-notice #cn-more-info:hover {
  background: #712789;
}
#cookie-notice #cn-more-info {
  background: none;
  color: inherit;
  text-decoration: underline;
}
#cookie-notice #cn-more-info:hover {
  text-decoration: none;
  background-color: #612175;
  color: #ffffff;
}
@media (max-width: 640px) {
  #cookie-notice #cn-notice-text {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
  }
  #cookie-notice #cn-notice-text a {
    font-size: 12px;
  }
  #cookie-notice #cn-accept-cookie {
    margin-left: 0;
  }
  #cookie-notice .cookie-notice-container {
    padding: 6px 10px;
  }
}
.cookie-settings-modal {
  position: fixed;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  background: white;
  z-index: 0;
  padding: 50px;
  box-shadow: 0 0 20px 0 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 {
  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,
.cookie-settings-modal .cookie-close::after {
  position: absolute;
  width: 34px;
  height: 3px;
  left: 0;
  top: 19px;
  content: "";
  background: black;
}
.cookie-settings-modal .cookie-close::before {
  transform: rotate(-45deg);
}
.cookie-settings-modal .cookie-close::after {
  transform: rotate(45deg);
}
.cookie-settings-modal form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cookie-settings-modal ul {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cookie-settings-modal ul li {
  padding-left: 0;
  margin-bottom: 15px;
}
.cookie-settings-modal ul li::after,
.cookie-settings-modal ul li::before {
  display: none;
}
.cookie-settings-modal ul li:last-child {
  margin-bottom: 0;
}
.cookie-settings-modal ul li label {
  cursor: pointer;
}
.cookie-settings-modal ul li.analytic {
  position: relative;
}
.cookie-settings-modal ul li.analytic:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDBFNjc2IiBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+') top left / 16px no-repeat;
  content: "";
}
.cookie-settings-modal ul li.analytic strong {
  padding-left: 22px;
}
.cookie-settings-modal ul li p {
  margin: 8px 0 0;
  padding-left: 22px;
}
.cookie-settings-modal h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold !important;
}
.cookie-settings-modal p {
  margin-bottom: 16px;
}
.cookie-settings-modal .button {
  line-height: 100%;
  padding: 13px 30px;
  font-family: inherit;
  background: #612175;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  margin: 32px 0 0;
  text-decoration: none;
  font-size: 16px;
  transition: all .2s ease;
  border-radius: 4px;
}
.cookie-settings-modal .button:hover {
  background: #712789;
}
.cookie-settings-modal.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 {
    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 {
    margin-bottom: 80px;
  }
  .cookie-settings-modal .cookie-close {
    top: 5px;
    right: 5px;
  }
  .cookie-settings-modal ul {
    padding: 10px;
  }
  .cookie-settings-modal.show {
    left: 0;
    top: 2%;
    transform: translateX(0%) translateY(0%);
    z-index: 100001 !important;
  }
  .cookie-settings-modal.editor h3 {
    margin-bottom: 10px;
  }
  .cookie-settings-modal.editor p {
    margin-bottom: 10px;
  }
}
.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);
  }
}
.header .wpml-ls-legacy-dropdown {
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
    padding-right: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle::after {
    right: 0 !important;
    position: relative !important;
    top: -7px !important;
  }
}
.header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
/* --------------------
New updates 22-06-2021
-------------------- */
/* Navigation */
.header {
  background: #000;
}
.header .cntr .nav {
  margin-bottom: -35px;
}
.header .cntr #lang_sel ul {
  width: auto;
}
.header .cntr #lang_sel ul li {
  background: #000;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
  background-color: #000;
}
.header .cntr #lang_sel ul li a {
  color: #FFF;
  width: auto;
}
.header .cntr #lang_sel ul li ul li {
  border-top: 0px;
  border-bottom: 1px solid #222629;
}
.header .cntr #lang_sel ul li ul {
  border: 1px solid #222629;
}
.header .cntr #lang_sel ul li ul li:hover {
  background: #222629;
}
.header .cntr #lang_sel ul li a.lang_sel_sel:after {
  border-top-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .header .cntr .logo {
    width: 100%;
    border-bottom: 1px solid #222629;
    margin: 10px 0px 0px 0px;
  }
}
/* Call us button */
.button-on-black {
  border: 2px solid #FFF;
  color: #FFF;
}
.header .cntr .button:hover {
  background: #222629;
}
/* Body */
.content {
  background: #1f1f1f;
}
.content-padding {
  padding-bottom: 80px;
}
.content {
  padding-bottom: 80px;
}
.module .inner .module-title,
.module.product .inner:hover .module-title {
  font-size: 18px;
}
.module .inner .module-title,
.module.product .inner:hover .module-title {
  padding: 20px 10px;
}
.module .inner:hover .module-title {
  background: #FFF;
  color: #FFF;
  padding: 20px 10px;
}
.module .inner:after {
  bottom: 20px;
}
.module .inner {
  border: none;
}
.new-content-block {
  width: 100%;
  padding: 40px;
}
.content-white {
  background: #FFFFFF;
}
.content-purple {
  background: #6f1b74;
  color: #FFFFFF;
}
.new-primary-title {
  font-size: 35px;
  line-height: 38px;
  font-weight: normal !important;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.for-video {
  margin-bottom: 40px;
}
.p-title-white {
  color: #FFF;
  text-align: center;
}
.new-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.new-two-column:first-child {
  flex-basis: 40%;
  padding: 40px;
}
.new-two-column:last-child {
  flex-basis: 60%;
}
.background-purple {
  background: #612175;
  color: #FFFFFF;
}
.background-white {
  background: #FFF;
  color: #000;
}
/* New titles */
.home-primary-title {
  margin-top: 60px;
  font-size: 88px;
  line-height: 74px;
  font-family: 'open_sansregular';
  font-weight: normal !important;
}
.subtitle-about-us {
  font-size: 20px !important;
  color: #FFFFFF;
}
.editor--new-style h2 {
  font-family: 'open_sanssemibold';
  position: relative;
}
.content.front .box p {
  text-align: center;
}
.content.front .box {
  padding: 40px 25px 0px;
}
.editor--new-style h1.title--no-margin-top,
.editor--new-style h1.title {
  color: #FFFFFF;
}
.content.front .box h2 {
  text-align: center;
}
.fencing-button-new {
  align-items: center;
}
.fencing-button-margin {
  background: #612175;
  color: #FFF;
}
.fencing-button-margin:hover {
  background: #612175;
  color: #FFF;
}
.vac-title {
  padding-top: 30px;
}
.vac-content {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px !important;
}
@media only screen and (max-width: 992px) {
  .fencing-button-margin {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .fencing-button-margin {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .content.front .box {
    padding: 40px 0 30px;
  }
  .content.front .box p {
    text-align: left;
  }
  .content.front .box h2 {
    text-align: left;
  }
  .content-padding {
    padding-bottom: 60px;
  }
  .module {
    padding: 0px 0px 15px 0px;
  }
  .products-list {
    width: 100%;
    margin: 25px 0px 0px 0px;
  }
}
/* Video Header */
.video-wrapper {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-primary-title {
    font-size: 60px;
    line-height: 52px;
    margin-top: 77px;
  }
}
.fade-in-left-one,
.fade-in-left-two,
.fade-in-left-three {
  padding: 0px;
  margin: 0px;
}
/* We are */
.about-us-video-wrapper {
  position: relative;
  height: 100%;
}
.about-us-image {
  position: absolute;
  object-fit: cover;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.content-block-card--hover {
  transition: 0.2s ease;
  will-change: transform;
}
.content-block-card--hover:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}
.home-we-are-title {
  font-family: 'open_sansbold';
}
.home-we-are-title--sub {
  font-style: italic;
}
@media only screen and (max-width: 1024px) {
  .new-two-column:first-child {
    flex-basis: 50%;
  }
  .new-two-column:last-child {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .new-row {
    flex-flow: wrap;
  }
  .about-us-video-wrapper {
    padding-bottom: 55%;
  }
}
/* Social Posts */
.post .right p,
.twitter-box .tweet p a,
.news-box h2,
.twitter-box h2 a,
.post .right h3 {
  color: #FFFFFF;
}
.post .date span {
  background: #2d2d2d;
}
/* Home blokken */
.content-block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.content-block-card {
  position: relative;
  height: 360px;
  color: #FFFFFF;
  text-decoration: none;
  overflow: hidden;
}
.content-block-card--inner {
  padding: 40px;
}
.button-purple {
  background: #612175;
  color: #FFF;
  border: none;
  position: absolute;
  bottom: 40px;
  margin-right: 25px;
}
.text-shadow {
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  padding-right: 20px;
}
@media only screen and (max-width: 640px) {
  .new-primary-title {
    font-size: 31px;
    line-height: 34px;
  }
  .editor--new-style h1.title--no-margin-top {
    margin-top: 48px;
  }
}
/* Footer */
.footer {
  background: #000;
}
.footer .copy .cntr p,
.footer .copy .cntr a {
  color: #828282;
}
.footer-social-icon-wrapper {
  display: flex;
  flex-flow: wrap;
  margin-top: 60px;
}
.footer-social-icon {
  will-change: transform;
  transition: 0.3s ease;
  margin-right: 15px;
}
.footer-social-icon:last-child {
  margin-right: 0px;
}
.footer-social-icon:hover {
  transform: translate3d(0px, -3px, 0px);
}
.footer-social-title {
  text-transform: uppercase;
}
.facebook-icon,
.instagram-icon,
.twitter-icon,
.linkedin-icon,
.youtube-icon {
  height: 34px;
  width: 34px;
  background-size: contain;
  background-repeat: no-repeat;
}
.facebook-icon {
  background-image: url("/wp-content/themes/vanmerksteijn/static/images/facebook-light-dark.svg");
}
.instagram-icon {
  background-image: url("/wp-content/themes/vanmerksteijn/static/images/instagram-light-dark.svg");
}
.twitter-icon {
  background-image: url("/wp-content/themes/vanmerksteijn/static/images/twitter-light-dark.svg");
}
.linkedin-icon {
  background-image: url("/wp-content/themes/vanmerksteijn/static/images/linkedin-light-dark.svg");
}
.youtube-icon {
  background-image: url("/wp-content/themes/vanmerksteijn/static/images/youtube-light-dark.svg");
}
/* Over ons pagina */
.over-ons-header {
  background-position: center;
}
.about-us-content {
  background: #1F1F1F !important;
  color: #FFF;
}
.about-us-video {
  width: 100%;
}
.negative-margin-top {
  margin-top: -140px;
}
.about-us-videowrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}
/* Product Pagina */
.content-block-full {
  padding: 40px 40px 25px 40px;
  text-align: center;
  display: flex;
  flex-flow: column;
}
.content-block-full-products {
  padding: 25px 25px 0px 25px;
  text-align: center;
  display: flex;
  flex-flow: column;
}
.content-block-full p,
.content-block-full-products p {
  width: 70%;
  margin: 0 auto;
}
.content-background-white,
.content-background-white-row-rev,
.content-background-white-row {
  background: #FFF;
  padding: 40px;
  display: flex;
}
.content-background-white-no {
  background: #FFF;
  padding: 40px;
}
.sidebar .image-wrapper {
  padding: 0px;
}
.sidebar .button-wrapper.product-button {
  padding-top: 25px;
}
.vacancies-padding {
  padding: 20px !important;
}
.sidebar {
  background: #FFF;
}
.sidebar .row ul li.certificate p {
  color: #b7b7b7;
  font-family: 'open_sanssemibold';
}
.sidebar .row ul li a {
  background: #f5f5f5;
  color: #292929;
}
.sidebar .row h3 {
  background: #FFF;
  color: #000;
  padding: 0px 30px 30px 3px;
}
.sidebar .row:after {
  top: 14px;
}
.sidebar .row ul li a:hover {
  color: #FFF;
}
.sidebar .row ul li a:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/certificate-black.svg') no-repeat;
  background-size: contain;
  height: 14px;
  width: 100%;
}
.sidebar .row ul li a:hover:before {
  background: url('/wp-content/themes/vanmerksteijn/static/images/certificate-white.svg') no-repeat;
}
.sidebar .row:after {
  background: #F6F6F6;
}
.sidebar .button-wrapper .button.show-contact-form {
  transition: background .25s ease, color .25s ease, border .25s ease;
}
a.button.show-contact-form.apply {
  transition: background .25s ease, color .25s ease, border .25s ease;
  text-decoration: none;
}
.button-vacatures-padding {
  padding-left: 15px;
  margin-bottom: 15px;
}
.button {
  transition: background .25s ease, color .25s ease, border .25s ease;
}
.header .cntr .nav > ul > li a {
  transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
.module .inner .module-title--black {
  text-transform: uppercase;
}
.sidebar .row h5 {
  color: #000;
}
.vac-title .row h3 {
  padding-left: 30px;
}
.content-on-black {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.6);
  width: 60%;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 20px;
}
.content-on-black p {
  margin-top: -10px;
  line-height: 24px;
}
.intro-content-text {
  color: rgba(255, 255, 255, 0.6);
  width: 60%;
  text-align: left;
  margin: 0 auto;
  float: none;
  margin-bottom: 55px;
  line-height: 26px;
}
/* Downloads */
.image-downloads-wrapper {
  margin-bottom: 25px;
}
/* Certificaten */
.sidebar-cert {
  background: #FFF;
}
.separator-line {
  width: 2px;
  background: #F6F6F6;
  max-height: 100%;
  margin-left: 25px;
  margin-right: 25px;
}
.separator-line-other {
  width: 2px;
  background: #F6F6F6;
  max-height: 100%;
  margin-left: 35px;
  margin-right: 5px;
}
/* Vacatures */
a.button.apply.vac-button {
  color: #612175;
  font-weight: normal;
}
a.button.apply.vac-button:hover {
  color: #FFF;
  text-decoration: none;
}
.vacatures-extra-content {
  padding: 0px 15px;
}
.vacatures-margin-top {
  margin-top: 20px !important;
}
.vacatures-logos {
  max-height: 60px;
  margin-right: 35px;
  margin-bottom: 10px;
}
.vacatures-logo {
  max-height: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.vacatures-link-style {
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px !important;
  font-weight: normal !important;
  position: relative;
  width: auto;
  background: #33383C;
  color: #FFF !important;
  font-size: 12px;
  padding: 12px 30px 12px 55px;
  text-decoration: none !important;
  margin-bottom: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.vacatures-link-style:before {
  position: absolute;
  width: 10px;
  height: 12px;
  background: url(/wp-content/themes/vanmerksteijn/static/images/sprite.png) top -14px left -98px no-repeat;
  background-size: 118px;
  content: "";
  top: 18px;
  left: 30px;
}
.vacatures-link-style:hover {
  background: #612175;
  padding: 12px 35px 12px 60px;
}
.button-vacatures-left {
  padding: 15px;
}
.sidebar .button-wrapper {
  margin-top: 0px;
}
a.button.button-on-white {
  color: #612175;
  text-decoration: none;
}
a.button.button-on-white:hover {
  background: #612175;
  color: #FFF;
  text-decoration: none;
}
/* Contact */
.content.subpage .cntr .box.contact .details {
  background: #FFF;
}
.content.subpage .cntr .box.contact .details p {
  color: #000;
}
.content.subpage .cntr .box.contact .details h3 {
  padding: 30px 25px 30px 30px;
}
.content.subpage .cntr .box.contact .details.sidebar .row:after {
  top: 43px;
}
.content.subpage .cntr .box.contact .details a {
  color: #000;
}
/* New Grid */
.grid-display {
  display: grid;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
.grid-display--card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: auto;
}
.grid-display--card-image-wrapper {
  overflow: hidden;
}
.grid-display--image-image {
  will-change: transform;
  transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  position: relative;
  margin-bottom: -1px;
  object-fit: cover;
}
.grid-display--card:hover .grid-display--card-image-wrapper:after {
  opacity: 0.8;
}
.grid-display--card:hover .grid-display--image-image {
  transform: scale(1.1);
}
.grid-display--card:hover .grid-display--card-content-title {
  color: #7f4292;
}
.grid-display--card-image-wrapper {
  position: relative;
  border-bottom: 4px solid #7f4292;
  display: flex;
  height: 100%;
}
.grid-display--card-image-wrapper:after {
  content: "";
  position: absolute;
  background: #7f4292;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
.grid-display--card-content-title {
  color: #000;
  text-align: center;
  font-family: 'open_sanssemibold';
  font-weight: normal !important;
  font-size: 18px;
  padding: 15px 10px 15px 10px;
  text-transform: uppercase;
}
.grid-gutter {
  margin-top: 25px;
}
/* 25-02-2025 */
/* Reorder FDES certificate */
.intersig-fr .grid-display a:nth-child(1) {
  order: 1;
}
/* End */
.no-content-box-white {
  display: none;
}
.body-xl--video {
  max-height: unset;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
p.contact-info-space {
  margin-bottom: 20px;
  display: flex;
}
p.contact-info-space a {
  padding-left: 10px !important;
}
@media only screen and (max-width: 1050px) {
  .grid-display {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .grid-display {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Content Responsive */
@media only screen and (max-width: 992px) {
  .content-on-black {
    width: 70%;
  }
  .button-purple {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-padding {
    margin-left: 30px;
    margin-right: 30px;
  }
  .sidebar .button-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0px;
    display: flex;
  }
  .vacancies-padding {
    padding: 0px !important;
    display: flex;
    flex-flow: column;
  }
  .button-vacatures-left {
    padding: 0px;
  }
  a.button.button-on-white {
    width: 100%;
    margin-bottom: 25px;
  }
  .home-image .cntr .home-intro p:before {
    left: 15px;
  }
  .main {
    padding: 0px;
    margin-top: 0px;
  }
  .editor p {
    padding: 0px;
  }
  .content-block-full,
  .content-background-white,
  .content-background-white-no,
  .content-background-white-row-rev,
  .content-background-white-row,
  .content-block-full-products {
    padding: 25px;
  }
  .vac-content {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 25px !important;
  }
  .vac-button {
    width: 100%;
  }
  .button-vacatures-padding {
    padding-left: 0px;
  }
  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5,
  .editor h6 {
    padding: 0px;
  }
  .content.front .box {
    padding: 25px;
  }
  .new-two-column:first-child {
    flex-basis: 100%;
    padding: 25px;
  }
  .new-two-column:last-child {
    flex-basis: 100%;
  }
  .button-purple {
    bottom: 25px;
    font-size: 14px;
  }
  .content-block-card--inner {
    padding: 25px;
  }
  .content-block-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 25px;
  }
  .sidebar .row h3 {
    padding: 0px 25px 30px 0px;
  }
  .vac-title {
    padding-left: 25px;
    padding-right: 25px;
  }
  .content-block-full,
  .content-block-full-products {
    text-align: left;
  }
  .content-block-full p,
  .content-block-full-products p {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  .vacatures-logos-center {
    display: flex;
    flex-flow: wrap;
  }
  .content-background-white {
    display: block;
  }
  .content-background-white-row {
    flex-direction: column;
  }
  .content-background-white-row-rev {
    flex-direction: column-reverse;
  }
  .about-us-videowrapper {
    width: 100%;
  }
  .footer .cntr .col-1-3 {
    width: 50%;
  }
  .footer .cntr .col-1-3:nth-child(2) {
    width: 50%;
  }
  .footer .cntr .col-1-3.last {
    width: 50%;
  }
  .content-block-card {
    min-height: 300px;
    height: 100%;
  }
  .module .inner .module-title,
  .module.product .inner:hover .module-title {
    font-size: 14px;
  }
  .editor--new-style h1.title {
    margin: 30px 0px 30px 0px;
  }
  .content.subpage {
    padding-top: 65px;
  }
  .main .download p {
    padding-left: 25px;
    padding-right: 25px;
  }
  .download {
    width: 100%;
    margin: 0;
  }
  .content.subpage .cntr .box.contact .details.sidebar .row:after {
    top: 43px;
  }
  .main .row .title {
    padding: 30px 30px 30px 0px;
  }
  .sidebar-margin {
    margin-bottom: 25px;
  }
  .content-on-black {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .content-on-black {
    width: 100%;
  }
}
/* --------------------
Timeline
-------------------- */
.progressBar {
  position: fixed;
  height: 8px;
  background: linear-gradient(to right, #ff5f6d, #ffc371);
  width: 0%;
  z-index: 100;
  transition: width 0.2s ease-out;
  overflow: hidden;
  transform: scale(0.4);
  transform-origin: left;
  max-width: 100%;
  bottom: 40px;
  left: 30%;
}
.timeline-gutter {
  background: #000;
  padding-top: 120px;
}
.timeline-content {
  text-align: center;
  color: #AEAEAE;
}
.timeline-content h1 {
  margin-bottom: 50px;
}
.timeline-content p {
  max-width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .timeline-content p {
    max-width: 90%;
    margin: 0 auto;
  }
}
.timeline {
  position: relative;
  margin: 0px 0px 80px 0px;
}
.timeline-body {
  padding-top: 60px;
  display: flex;
  justify-content: center;
}
.timeline-container .timeline-body:before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 240px;
  width: 2px;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 5%, #ffffff 95%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.4;
  z-index: 0;
}
.timeline-container {
  position: relative;
  padding: 130px 0px 110px 0px;
  overflow: hidden;
}
.timeline-container:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 300px;
  background: #000000;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.timeline-container:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 300px;
  background: #000000;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 9;
}
.timeline-container .timeline__title {
  width: 100%;
  color: #FFFFFF !important;
  text-align: center;
}
.timeline-container .timeline__end {
  display: flex;
  justify-content: center;
}
.timeline-01 {
  background: #000000;
  background: linear-gradient(90deg, #000000 0%, #2d002f 30%, #350038 50%, #2d002f 70%, #000000 100%);
}
.timeline-02 {
  background: #000000;
  background: linear-gradient(90deg, #000000 0%, #301a00 30%, #6c3b00 50%, #301a00 70%, #000000 100%);
}
.timeline-03 {
  background: #000000;
  background: linear-gradient(90deg, #000000 0%, #16280d 30%, #223d13 50%, #16280d 70%, #000000 100%);
}
.container-overlay {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  z-index: 10;
}
.timeline__item-icon {
  max-height: 15px;
  max-width: 15px;
}
.timeline__item {
  width: calc(51%);
}
.timeline__item .timeline__content {
  background: #FFFFFF;
  padding: 40px;
  border-bottom: 3px solid #612175;
}
.timeline__item .timeline__content .timeline__item-title {
  font-size: 26px;
  font-family: 'open_sanssemibold';
  line-height: 36px;
  color: #612175;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: normal;
}
.timeline__item .timeline__content .timeline__item-date {
  font-size: 14px;
  font-family: 'open_sanssemibold';
  line-height: 19px;
  color: #909090;
  font-style: normal;
  font-weight: normal;
}
.timeline__item .timeline__content .timeline__button {
  margin-top: 20px;
  background: #FFF;
  cursor: pointer;
}
.timeline__item .timeline__content .timeline__button:hover {
  background: #612175;
  color: #FFF;
}
.timeline__item-image {
  width: 100%;
  height: auto;
  margin: 25px 0px 5px 0px;
}
.timeline__year {
  font-size: 80px;
  color: #FFF;
  display: flex;
  justify-content: center;
}
.timeline__number {
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  height: 100%;
  padding: 35px 5px 39px 5px;
  position: relative;
}
.timeline__number-01 {
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  height: 100%;
  padding: 35px 5px 39px 5px;
  position: relative;
}
.timeline__number-01:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  background: #2c002d;
  filter: blur(7px);
  top: 10px;
  z-index: -1;
}
.timeline__number-02 {
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  height: 100%;
  padding: 35px 5px 39px 5px;
  position: relative;
}
.timeline__number-02:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  background: #452600;
  filter: blur(7px);
  top: 10px;
  z-index: -1;
}
.timeline__number-03 {
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  height: 100%;
  padding: 35px 5px 39px 5px;
  position: relative;
}
.timeline__number-03:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 66%;
  background: #112407;
  filter: blur(7px);
  top: 10px;
  z-index: -1;
}
.timeline__number:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  background: #2c002d;
  filter: blur(7px);
  top: 10px;
  z-index: -1;
}
.timeline__number-end {
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  height: 100%;
  padding: 35px 5px 39px 5px;
}
.timeline__item.time-item.year-added {
  margin-top: 100px;
  margin-bottom: 100px;
}
.timeline__item.time-item {
  margin-top: 100px;
  margin-bottom: 100px;
}
.timeline__item {
  position: relative;
  display: flex;
}
.timeline__item:not(:last-of-type) {
  margin-bottom: 100px;
}
.timeline__marker {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #FFF;
}
.timeline__overlay {
  position: fixed;
  background: #131313;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  padding: 40px 40px 40px 40px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
}
.timeline__overlay p {
  color: #FFF;
}
.timeline__overlay.active {
  will-change: opacity;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.exit-transition {
  transition: .2s ease;
}
/* Overlay */
.overlay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overlay-header .logo {
  background-size: 266px !important;
  width: 266px;
  height: 47px;
  overflow: hidden;
  text-indent: -999px;
}
.overlay-content {
  padding: 80px 0px 80px 0px;
  will-change: opacity;
}
.overlay-content p {
  color: #BEBEBE;
  line-height: 28px;
  margin-bottom: 20px;
}
.overlay-content img {
  margin: 40px 0px 40px 0px;
  height: 100%;
  width: 100%;
  box-shadow: #000000 0px 20px 30px -10px;
}
.overlay-date-container {
  margin-bottom: 40px;
  position: relative;
}
.overlay-date-container .overlay-date {
  font-family: 'open_sansbold';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #612175;
  position: absolute;
  will-change: opacity;
}
.overlay-title {
  font-family: 'open_sansregular';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 50px;
  will-change: opacity;
}
.remove-header {
  z-index: 10;
}
.backgroundlock {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.safari-height-fix {
  height: 100vh;
}
.timeline__links {
  flex-direction: row-reverse;
}
.timeline__rechts {
  margin-left: auto;
}
.timeline_arrow_links {
  position: absolute;
  right: 50px;
  top: 5px;
}
.timeline_arrow_links.year-added {
  top: 5px;
}
.timeline_arrow_rechts {
  position: absolute;
  left: 50px;
  top: 5px;
  transform: rotate(180deg);
}
.timeline_arrow_rechts.year-added {
  top: 135px;
}
.timeline__marker_links {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #FFF;
  margin-left: 30px;
  margin-right: -5px;
}
.timeline__marker_rechts {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #FFF;
  margin-right: 30px;
  margin-left: -5px;
}
/* Marker for the different sites */
.marker-01 {
  outline: 5px solid #350038;
}
.marker-02 {
  outline: 5px solid #6c3b00;
}
.marker-03 {
  outline: 5px solid #223d12;
}
.test {
  position: relative;
}
/* Overlay - Exit button */
.exit-overlay-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.exit-overlay {
  border: 2px solid #bebebe;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  transition: .3s ease;
  will-change: transform;
  transform: scale(1);
  box-shadow: #000000 0px 0px 0px 0px;
}
.exit-overlay-1,
.exit-overlay-2 {
  width: 20px;
  height: 2px;
  background: #BEBEBE;
  position: absolute;
  transition: .3s ease;
}
.exit-overlay-1 {
  transform: rotate(45deg);
}
.exit-overlay-2 {
  transform: rotate(-45deg);
}
/* Overlay - Exit button - Hover State */
.exit-overlay:hover .exit-overlay-1,
.exit-overlay:hover .exit-overlay-2 {
  background: #FFFFFF;
}
.exit-overlay:hover {
  border: 2px solid #FFFFFF;
  transform: scale(1.1);
  box-shadow: #000000 0px 20px 30px -10px;
}
@media only screen and (max-width: 1130px) {
  .timeline__marker_links {
    margin-left: 20px;
    margin-right: -8px;
  }
  .timeline_arrow_links {
    right: 36px;
  }
  .timeline__marker_rechts {
    margin-right: 20px;
    margin-left: -8px;
  }
  .timeline_arrow_rechts {
    left: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .timeline__item {
    width: 100%;
    justify-content: center;
  }
  .timeline__item:nth-child(odd) {
    flex-direction: unset;
  }
  .timeline__item:nth-child(odd) .timeline__marker {
    margin-left: 0px;
    margin-right: 0px;
  }
  .timeline__item:nth-child(even) .timeline__marker {
    margin-left: 0px;
    margin-right: 0px;
  }
  .timeline__item:nth-child(even) {
    margin-left: unset;
  }
  .timeline__item:not(:last-of-type) {
    margin-bottom: 130px;
  }
  .timeline__marker {
    position: absolute;
    left: unset;
    top: -50px;
  }
  .timeline::before {
    left: 49.8%;
    top: -20px;
  }
  .overlay-header {
    align-items: flex-start;
  }
  .exit-overlay {
    width: 32px;
    height: 32px;
  }
  .overlay-header .logo {
    background-size: 180px !important;
    width: 180px;
  }
  .timeline-body {
    margin-bottom: 2px;
  }
  .timeline-container:after {
    z-index: 9;
  }
  .timeline-01 {
    background: linear-gradient(90deg, #000000 -30%, #2d002f 20%, #350038 50%, #2d002f 80%, #000000 130%);
    padding: 130px 0px 100px 0px;
  }
  .timeline-02 {
    background: linear-gradient(90deg, #000000 -30%, #3e2200 20%, #442500 50%, #3e2200 80%, #000000 130%);
    padding: 130px 0px 100px 0px;
  }
  .timeline-03 {
    background: linear-gradient(90deg, #000000 -30%, #16280d 20%, #223d13 50%, #16280d 80%, #000000 130%);
    padding: 130px 0px 100px 0px;
  }
  .timeline__item .timeline__content {
    padding: 25px;
  }
  .timeline__item .timeline__content .timeline__item-title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 4px;
  }
  .timeline__item .timeline__content .timeline__button {
    width: 100%;
    margin-top: 14px;
  }
  .timeline__item-image {
    margin: 20px 0px 5px 0px;
  }
  .timeline__year {
    font-size: 60px;
    margin-bottom: 160px;
  }
  .timeline__marker_links,
  .timeline__marker_rechts {
    position: absolute;
    top: -50px;
    left: auto;
    right: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
  .timeline_arrow_links.year-added,
  .timeline_arrow_rechts.year-added,
  .timeline_arrow_links,
  .timeline_arrow_rechts {
    top: -15px;
    transform: rotate(-90deg);
    left: auto;
    right: auto;
    margin-left: 2px;
  }
}
/* --------------------
Intersig Edits 13-05-2022
-------------------- */
/* Homepage */
.homepage-grid-6 {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}
/* Icons */
.icon-external-tab,
.icon-download-file {
  fill: #FFFFFF;
  height: 18px;
  margin-left: 15px;
}
.button-icon-flex {
  display: flex;
  align-items: center;
}
.menu-icon-external-tab {
  position: relative;
}
.menu-icon-external-tab:after {
  position: absolute;
  height: 16px;
  width: 16px;
  content: "";
  right: 24px;
  top: 20px;
  background-image: url(/wp-content/themes/vanmerksteijn/static/images/external-tab-white.svg);
  background-repeat: no-repeat;
}
.menu-icon-download {
  position: relative;
}
.menu-icon-download:after {
  position: absolute;
  height: 16px;
  width: 16px;
  content: "";
  right: 26px;
  top: 20px;
  background-image: url(/wp-content/themes/vanmerksteijn/static/images/download-icon-white.svg);
  background-repeat: no-repeat;
}
.menu-icon-external-tab-footer {
  position: relative;
}
.menu-icon-external-tab-footer:after {
  position: absolute;
  height: 16px;
  width: 16px;
  content: "";
  right: 50px;
  top: 10px;
  background-image: url(/wp-content/themes/vanmerksteijn/static/images/external-tab-white-footer.svg);
  background-repeat: no-repeat;
}
.menu-icon-download-footer {
  position: relative;
}
.menu-icon-download-footer:after {
  position: absolute;
  height: 16px;
  width: 16px;
  content: "";
  right: 52px;
  top: 10px;
  background-image: url(/wp-content/themes/vanmerksteijn/static/images/download-icon-white-footer.svg);
  background-repeat: no-repeat;
}
/* Vacancies Page */
.vacancies-new {
  display: flex;
  padding: 0px 15px 0px 15px;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.button-wrapper {
  margin-bottom: 20px;
}
.button-on-blck {
  background: #612175;
  color: #FFF;
}
.button-on-blck:hover {
  background: #ff9f29;
  border: 2px solid #ff9f29;
  color: #FFF;
}
/* Content */
.new-content-section p {
  margin-bottom: 24px;
}
/* Language Switcher */
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:focus {
  background-color: #000;
}
/* Footer */
a.footer-phone-link {
  color: #7E8489;
}
@media only screen and (max-width: 992px) {
  .logo-2 {
    width: 200px;
    background-size: 200px;
  }
  .logo-3 {
    width: 200px;
    background-size: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .logo-2 {
    width: 100%;
    border-bottom: 1px solid #222629;
    margin: 10px 0px 0px 0px;
  }
  .vacancies-new {
    display: flex;
    padding: 0px;
    margin: 0px;
  }
  .button-wrapper {
    width: 100%;
  }
  .button-on-blck {
    width: 100%;
  }
  .sub-menu {
    width: 100% !important;
  }
}
/* --------------------
Edits 12-07-2022
-------------------- */
.contact-links a:hover {
  color: #612175;
}
.collapseomatic_content .dataTables_wrapper {
  overflow-x: scroll !important;
}
.collapseomatic_content .dataTables_wrapper::-webkit-scrollbar {
  -webkit-appearance: normal;
}
/* --------------------
Countdown banner
-------------------- */
.countdown-image-container-mobile {
  display: none;
}
.countdown-image-container-mobile img {
  height: auto;
  width: 100%;
}
.countdown-container {
  display: flex;
  position: relative;
  z-index: 1000;
  width: 56%;
  position: absolute;
  right: 15px;
  top: 216px;
  min-width: 666px;
}
.countdown-image-container-1 {
  background: #FFF;
  display: flex;
  flex-basis: 40%;
}
.countdown-image-container-2 {
  background: #FFF;
  display: flex;
  flex-basis: 20%;
}
img.countdown-image {
  width: 100%;
  height: auto;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}
.countdown-timer {
  flex-basis: 40%;
  background: #000;
  padding: 30px 20px 30px 20px;
  color: #FFF;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.countdown-item {
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
  flex-basis: 40%;
  padding-bottom: 8px;
}
.countdown-number {
  font-size: 24px;
  padding-top: 3px;
}
.countdown-time {
  color: #8c8c8c;
}
.countdown-mobile-only {
  display: none;
}
.countdown-message-displayed {
  flex-basis: 100%;
}
.countdown-container {
  top: 160px;
  min-width: unset;
  flex-flow: wrap;
  max-width: 452px;
}
.countdown-image-container-mobile {
  display: flex;
}
.countdown-image-container-1,
.countdown-image-container-2 {
  display: none;
}
.countdown-timer {
  flex-basis: 100%;
}
.countdown-item {
  padding-bottom: 0px;
  margin-right: 40px;
  flex-basis: auto;
}
.countdown-item:last-child {
  margin-right: 0px;
}
#countdown-seconds {
  margin-right: 0px;
}
/* Turn off */
.home-image .cntr .home-intro {
  max-width: 470px;
}
@media only screen and (max-width: 992px) {
  .home-image .cntr .home-intro {
    max-width: 380px;
  }
  .countdown-container {
    top: 156px;
    min-width: unset;
    flex-flow: wrap;
    max-width: 380px;
  }
  .countdown-image-container-mobile {
    display: flex;
  }
  .countdown-image-container-1,
  .countdown-image-container-2 {
    display: none;
  }
  .countdown-timer {
    flex-basis: 100%;
  }
  .countdown-item {
    padding-bottom: 0px;
    margin-right: 40px;
    flex-basis: auto;
  }
  .countdown-item:last-child {
    margin-right: 0px;
  }
  #countdown-seconds {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .countdown-mobile-only {
    display: block;
  }
  .countdown-desktop-only {
    display: none;
  }
  .countdown-container {
    flex-flow: wrap;
    width: 100%;
    min-width: unset;
    right: unset;
    position: relative;
    background: #000;
    top: -160px;
    max-width: unset;
  }
  .countdown-item {
    padding-bottom: 0px;
    margin-right: 18px;
    flex-basis: auto;
  }
  .countdown-item:last-child {
    margin-right: 0px;
  }
}
/* Animations */
.fade-in-left-one {
  opacity: 0;
  -webkit-animation: fade-in-left-one 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: fade-in-left-one 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@-webkit-keyframes fade-in-left-one {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-one {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-two {
  opacity: 0;
  -webkit-animation: fade-in-left-two 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s both;
  animation: fade-in-left-two 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s both;
}
@-webkit-keyframes fade-in-left-two {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-two {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-three {
  opacity: 0;
  -webkit-animation: fade-in-left-three 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s both;
  animation: fade-in-left-three 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s both;
}
@-webkit-keyframes fade-in-left-three {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-three {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-subtitle {
  opacity: 0;
  -webkit-animation: fade-in-subtitle 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s both;
  animation: fade-in-subtitle 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s both;
}
@-webkit-keyframes fade-in-subtitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-subtitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-title {
  -webkit-animation: fade-in-title 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: fade-in-title 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@-webkit-keyframes fade-in-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
video.header-xl--video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 481px) {
  video.header-xl--video {
    max-height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  video.header-xl--video {
    max-height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  video.header-xl--video {
    max-height: unset;
  }
}
@media only screen and (min-width: 1500px) {
  video.header-xl--video {
    max-height: unset;
    position: absolute;
    object-fit: cover;
  }
}
@media only screen and (max-width: 400px) {
  video.header-xl--video {
    max-height: 100%;
  }
}
/* Position Change Intersig Products */
.intersig .homepage-grid-6 .col-1-3:nth-child(5) {
  order: 6;
}
/**
 * ----------------------------------------
 * animation fade-in-bottom-time-line
 * ----------------------------------------
 */
.time-item {
  visibility: hidden;
  opacity: 0;
}
section.timeline__item.time-item.timeline-animation {
  visibility: visible;
  -webkit-animation: fade-in-bottom-time-line 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  animation: fade-in-bottom-time-line 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}
h2.timeline__item-title.timeline-animation {
  visibility: visible;
  -webkit-animation: fade-in-bottom-time-line 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s both;
  animation: fade-in-bottom-time-line 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s both;
}
.timeline__year.timeline-animation {
  visibility: visible;
  -webkit-animation: fade-in-bottom-time-line 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s both;
  animation: fade-in-bottom-time-line 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s both;
}
@keyframes fade-in-bottom-time-line {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
.timeline__year {
  visibility: hidden;
  opacity: 0;
}
.scale-in-center {
  visibility: visible;
  -webkit-animation: scale-in-center 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: scale-in-center 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .scale-in-center {
    visibility: visible;
    -webkit-animation: scale-in-center 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: scale-in-center 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
.fade-in-fwd,
.slide-in-fwd-center {
  visibility: visible;
  -webkit-animation: slide-in-fwd-center 0.3s cubic-bezier(0.19, 1, 0.22, 1) both;
  animation: slide-in-fwd-center 0.3s cubic-bezier(0.19, 1, 0.22, 1) both;
}
@-webkit-keyframes slide-in-fwd-center {
  0% {
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-left-bounce
 * ----------------------------------------
 */
.slide-in-left-bounce {
  -webkit-animation: slide-in-left-bounce 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  animation: slide-in-left-bounce 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}
@-webkit-keyframes slide-in-left-bounce {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left-bounce {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation overlay-animate-date
 * ----------------------------------------
 */
.overlay-animate-date {
  -webkit-animation: overlay-animate-date 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  animation: overlay-animate-date 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}
@-webkit-keyframes overlay-animate-date {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes overlay-animate-date {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation overlay-animate-title
 * ----------------------------------------
 */
.overlay-animate-title {
  -webkit-animation: overlay-animate-title 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s both;
  animation: overlay-animate-title 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s both;
}
@-webkit-keyframes overlay-animate-title {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes overlay-animate-title {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation overlay-animate-long-content
 * ----------------------------------------
 */
.overlay-animate-long-content {
  animation: overlay-animate-long-content 0.4s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) 0.3s both;
}
@keyframes overlay-animate-long-content {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation overlay-animate-exit-button
 * ----------------------------------------
 */
.overlay-animate-exit-button {
  animation: overlay-animate-exit-button 0.3s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) 0.6s both;
}
@keyframes overlay-animate-exit-button {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
.fade-out {
  -webkit-animation: fade-out 0.2s ease-out both;
  animation: fade-out 0.2s ease-out both;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.watch-video {
  position: absolute;
  z-index: 1;
  bottom: 42%;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: .25s ease;
}
.icon-play-video {
  height: 80px;
  color: #0000004d;
  filter: drop-shadow(0px 10px 8px);
  transition: .25s ease;
}
.watch-video:hover .icon-play-video {
  color: #00000080;
  transform: translateY(-4px);
}
.vbox-content {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 30px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .watch-video {
    bottom: 38%;
  }
  .icon-play-video {
    height: 60px;
  }
}
.row-new {
  display: flex;
  flex-flow: column;
}
.contact-social-icon-wrapper {
  display: flex;
  padding: 0 30px;
}
.contact-social-icon {
  transition: 0.3s ease;
  padding: 0px !important;
  float: unset !important;
  width: 34px !important;
  margin: 0px 10px 0px 0px;
}
.contact-social-icon:hover {
  transform: translate3d(0px, -3px, 0px);
}
.home-primary-title {
  text-transform: uppercase;
}
.home-image .cntr .home-intro {
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .home-image .cntr .home-intro {
    max-width: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .small-font {
    font-size: 44px;
    line-height: 48px;
  }
}
.gradient-overlay {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.gradient-overlay.purple {
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.79) 30%, #6f1b74 140%);
}
.gradient-overlay.orange {
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.79) 30%, #ef8400 140%);
}
.gradient-overlay.green {
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.79) 30%, #50932b 140%);
}
.wire-banner-container {
  display: flex;
  justify-content: center;
  background: #e30613;
}
.wire-banner {
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: transform .25s ease;
}
.wire-banner img {
  height: auto;
  width: 480px;
}
@media only screen and (max-width: 470px) {
  .wire-banner img {
    height: auto;
    width: 90%;
  }
}
.countdown-cont {
  width: 100vw;
  display: flex;
  justify-content: center;
  background: #1e1e1e;
  padding: 0 16px;
}
#countdown {
  color: #FFF;
  min-height: 48px;
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media only screen and (max-width: 650px) {
  #countdown {
    justify-content: center;
  }
}
.countdown-numbers {
  font-family: 'open_sansregular';
  color: #e30613;
  font-size: 26px;
  /* Larger font size for numeric values */
}
.countdown-other {
  font-family: 'open_sansregular';
  font-size: 26px;
  margin-left: 6px;
  margin-right: 40px;
}
.countdown-other:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 650px) {
  .countdown-numbers {
    font-size: 18px;
    /* Larger font size for numeric values */
  }
  .countdown-other {
    font-size: 18px;
    /* Smaller font size for text labels */
    margin-right: 16px;
  }
}
.page-template-page-single-vacatures h2 {
  font-size: 18px !important;
}
.page-template-page-single-vacatures h3 {
  font-size: 14px !important;
  margin-bottom: 0 !important;
}
.margin-top-c {
  margin-top: 8px;
}
.button {
  font-family: 'open_sansregular';
}
.gform_button {
  font-family: 'open_sanssemibold' !important;
  text-transform: uppercase !important;
  height: 3rem !important;
  width: 100% !important;
  background: #612175 !important;
  border-radius: .25rem !important;
  transition: background .25s ease;
}
.gform_button:hover {
  background: #521a63 !important;
}
.gform_button:focus {
  border: none !important;
}
body.intersig .gform_button {
  font-family: 'open_sanssemibold' !important;
  text-transform: uppercase !important;
  height: 3rem !important;
  width: 100% !important;
  background: #ef8400 !important;
  border-radius: .25rem !important;
  transition: background .25s ease;
}
body.intersig .gform_button:hover {
  background: #c66d00 !important;
}
body.intersig .gform_button:focus {
  border: none !important;
}
body.intersig-fr .gform_button {
  font-family: 'open_sanssemibold' !important;
  text-transform: uppercase !important;
  height: 3rem !important;
  width: 100% !important;
  background: #50932b !important;
  border-radius: .25rem !important;
  transition: background .25s ease;
}
body.intersig-fr .gform_button:hover {
  background: #35661b !important;
}
body.intersig-fr .gform_button:focus {
  border: none !important;
}
.gform-body input,
.gform-body textarea {
  border: 1px solid #d2d2d2 !important;
  box-shadow: 0 0 0 0 !important;
}
.gform-body input:focus,
.gform-body textarea:focus {
  border: 1px solid rgba(75, 120, 255, 0.48) !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgba(75, 120, 255, 0.48) 0px 0px 0px 2px !important;
}
.contactform {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  left: 50%;
  z-index: 999999;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .contactform {
    width: calc(100% - 28px);
    max-width: 100%;
    top: 14px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: unset;
  }
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
  .contactform {
    width: calc(100% - 28px);
    max-width: 100%;
    top: 14px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: unset;
  }
}
.contactform.active {
  visibility: visible;
  opacity: 1;
}
.contactform__inner {
  max-width: 30rem;
  padding: 2.5rem;
  background: #FFF;
  overflow-y: scroll;
  max-height: 90vh;
  border-radius: .5rem;
}
@media (max-width: 768px) {
  .contactform__inner {
    height: 100vh;
    max-width: 100%;
    padding: 1.625rem 1.625rem 7.5rem 1.625rem;
    max-height: 100vh;
  }
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
  .contactform__inner {
    height: 100vh;
    max-width: 100%;
    padding: 1.625rem 1.625rem 7.5rem 1.625rem;
    max-height: 100vh;
  }
}
.contactform__close {
  position: absolute;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
  margin: 0;
  right: -2.875rem;
  border-radius: .5rem;
  border: none;
  transition: background .25s ease;
}
.contactform__close:focus-visible {
  outline: .0625rem solid #dbdbdb;
}
.contactform__close:hover {
  background: #f0f0f0;
}
@media (max-width: 768px) {
  .contactform__close {
    position: initial;
    margin: 1.25rem auto 0 auto;
    height: 3.125rem;
    width: 3.125rem;
  }
  .contactform__close:focus,
  .contactform__close:target,
  .contactform__close:active {
    outline: .0625rem solid #dbdbdb;
    background: #f0f0f0;
  }
  .contactform__close:hover {
    background: unset;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .contactform__close {
    position: initial;
    margin: 1.25rem auto 0 auto;
    height: 3.125rem;
    width: 3.125rem;
  }
  .contactform__close:focus,
  .contactform__close:target,
  .contactform__close:active {
    outline: .0625rem solid #dbdbdb;
    background: #f0f0f0;
  }
  .contactform__close:hover {
    background: unset;
  }
}
.contactform__close img {
  height: 70%;
  width: 70%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .contactform__close.desktop {
    display: none;
  }
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
  .contactform__close.desktop {
    display: none;
  }
}
.contactform__close.mobile {
  display: none;
}
@media (max-width: 768px) {
  .contactform__close.mobile {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .contactform__close.mobile {
    display: flex;
  }
}
.overlay {
  position: fixed;
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 999998;
  opacity: 0;
  transition: opacity .25s ease, visibility 0s .25s;
  visibility: hidden;
}
.overlay.active {
  visibility: visible;
  opacity: 0.4;
  transition: opacity .25s ease;
}
.gform-theme--foundation .gform_fields {
  row-gap: 1.875rem !important;
}
.gform-theme--framework .gform_validation_errors {
  padding-block: .625rem !important;
  padding-inline: .625rem !important;
  margin-bottom: 1.25rem !important;
}
@media (max-width: 768px) {
  .gform-theme--foundation .gform_fields {
    row-gap: 1.25rem !important;
  }
  .gform-theme--framework .gform_validation_errors .gform_submission_error {
    flex-direction: row !important;
    font-size: .75rem !important;
  }
}
.body-lock {
  overflow-y: unset;
}
@media (max-width: 768px), (max-height: 800px) {
  .body-lock.active {
    overflow: hidden;
    position: fixed;
  }
}
/* Screen Reader Only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* New button color */
.show-contact-form {
  height: 3rem;
  font-family: 'open_sanssemibold';
}
.show-contact-form.purple {
  background: #612175;
  color: #FFF;
}
.show-contact-form.purple:hover {
  background: #521a63 !important;
}
.show-contact-form.purple:focus {
  border: none !important;
}
.show-contact-form.orange {
  background: #ef8400;
  color: #FFF;
}
.show-contact-form.orange:hover {
  background: #c66d00 !important;
  border: .125rem solid #c66d00 !important;
}
.show-contact-form.orange:focus {
  border: none !important;
}
.show-contact-form.green {
  background: #50932b;
  color: #FFF;
}
.show-contact-form.green:hover {
  background: #35661b !important;
  border: .125rem solid #35661b !important;
}
.show-contact-form.green:focus {
  border: none !important;
}
.product-button button {
  background: #FFFFFF;
}
/* Edits on 7-01-2025 */
.job-notice {
  z-index: 10;
  position: relative;
  background: #66106d;
  padding: 30px;
  color: #FFF;
  top: 166px;
}
.job-notice p {
  color: #fff;
}
@media (max-width: 850px) {
  .job-notice p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .job-notice p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .job-notice p {
    font-size: 14px;
  }
}
@media (max-width: 384px) {
  .job-notice p {
    font-size: 11px;
  }
}
@media (max-width: 340px) {
  .job-notice p {
    font-size: 11px;
  }
}
.job-notice a {
  background: #000;
  text-decoration: none;
}
.job-notice a:hover {
  background: #212121;
}
.job-notice h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-style: normal;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: 'open_sansbold';
}
.job-notice.intersig {
  background: #ef8400;
}
.job-notice.intersig-france {
  background: #50932b;
}
@media only screen and (max-width: 768px) {
  .job-notice.desktop-version {
    display: none;
  }
}
@media (max-width: 768px) {
  .job-notice .job-notice {
    margin-top: -140px;
    margin-bottom: 155px;
    top: unset;
  }
}
.job-notice.mobile-version {
  display: none;
}
@media only screen and (max-width: 768px) {
  .job-notice.mobile-version {
    display: block;
    margin-top: -160px;
    margin-bottom: 155px;
    top: 0;
  }
}
.vacature {
  padding-bottom: 1rem;
}
.vacature h2 {
  margin-bottom: 2.4rem;
}
.product-announcement-button:hover {
  text-decoration: none !important;
}
.vacature-special h2 {
  font-size: 1.375rem !important;
}
.vacature-special .spacer {
  margin-bottom: 2.875rem !important;
  line-height: 1.6;
}
.vacature-special p {
  color: #909090 !important;
}
@media (max-width: 768px) {
  .vacature-special .ncontent--page {
    padding: 4rem 0 !important;
  }
}
.page-template-vacature .nheader-image {
  height: unset;
}
.page-template-vacature .header-content {
  padding: 2.5rem 0 2.5rem 0;
}
.page-template-vacature .header-content__title {
  font-size: 2.625rem;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .page-template-vacature .header-content__title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
.page-2022 li {
  line-height: 23px;
  padding-bottom: 10px;
}
.nbutton {
  font-family: 'open_sansbold';
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  height: 60px;
  background: #000;
  color: white;
  padding: 0 40px;
  transition: background .25s ease;
  border: 0;
}
.nbutton:hover {
  background: #212121;
}
.product-announcement-button {
  margin-top: 25px;
}
.content .announcement {
  display: flex;
  flex-flow: column;
  width: 840px !important;
  max-width: 840px !important;
}
@media (max-width: 992px) {
  .content .announcement {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: -60px !important;
  }
}
@media (max-width: 768px) {
  .content .announcement {
    margin-top: 8px !important;
  }
}
.content .announcement .title {
  margin: -28px 0px 46px 0px;
}
@media (max-width: 992px) {
  .content .announcement .title {
    text-align: center;
    margin: 30px 0px 50px 0px;
  }
}
@media (max-width: 768px) {
  .content .announcement .title {
    margin: 22px 0px 26px 0px;
  }
}
.content .announcement .box {
  margin: 0 auto;
  padding: 35px 25px 35px;
}
@media (max-width: 992px) {
  .content .announcement .box {
    padding: 25px;
  }
}
@media (max-width: 400px) {
  .content .announcement .box {
    padding: 16px;
  }
}
.content .announcement p {
  margin-bottom: 25px !important;
}
.content .announcement h2 {
  text-transform: none;
  line-height: 1.4;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 10px;
  font-family: 'open_sansbold' !important;
}
@media (max-width: 768px) {
  .content .announcement h2 {
    font-size: 16px;
  }
}
.content .announcement img {
  margin: 15px 0 15px 0;
}
@media (max-width: 1140px) {
  .header .cntr .nav a {
    font-size: 14px !important;
    padding: 18px 20px 23px !important;
  }
}
@media (max-width: 940px) {
  .header .cntr .nav a {
    font-size: 12px !important;
    padding: 18px 13px 23px !important;
  }
  .header .cntr .nav .sub-menu a {
    padding: 18px 20px 23px !important;
  }
}
@media (max-width: 768px) {
  .header .cntr .nav a {
    font-size: 12px !important;
    padding: 18px 24px 23px !important;
  }
}
.row-new.white {
  background: #FFF;
}
