:root {
  --blue: #00365A;
  --blue2: #19274F;
  --pink: #F5A4A1;
  --pink2: #f5b5ac;
  --mint: #A6D3BA;
  --light: #cccccc;
  --green1: #76ae5f;
  --green2: #177e1f;
  --green3: #435956;
  --rust: #8E443F;
  --beige: #DBD9D1;
  --gold: #B3A678;
  --grey: #f8f7f6;
  --grey2: #f4f4f4;
}
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before {
  display: block;
  content: "";
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bggradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.gradient-zw {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'tt_commonsregular', sans-serif;
  font-size: 20px;
  line-height: 1.6em;
  color: #1F4045;
  font-variant-numeric: lining-nums;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.container {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #05334B;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #05334B;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.inner {
  position: relative;
}
.plx {
  pointer-events: none;
}
.debug .container {
  background: rgba(75, 125, 88, 0.05);
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}
.indented {
  margin: 0 20px;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-dark {
  background-color: #05334B;
}
.bg-light {
  background-color: var(--light);
}
.bg-green-a {
  background-color: #1F4045;
}
.bg-green-b {
  background-color: #7F9593;
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'tt_commonsdemibold', sans-serif;
  line-height: 1.4em;
  margin: 0 0 15px;
  color: #1F4045;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a {
  color: inherit;
}
.t-rotate {
  margin: 0;
  transform-origin: top left;
  transform: translateY(100%) rotate(-90deg);
}
.f1 {
  font-family: 'tt_commonsregular', sans-serif;
}
.f2 {
  font-family: 'tt_commonsmedium', sans-serif;
}
.f3 {
  font-family: 'tt_commonsdemibold', sans-serif;
}
.f4 {
  font-family: 'tt_commonsdemibold', sans-serif;
}
.t-bold {
  font-weight: 700;
}
.t-upper {
  text-transform: uppercase;
}
.t-normal {
  text-transform: none;
}
.t-intro {
  text-transform: uppercase;
  font-family: 'tt_commonsmedium', sans-serif;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
@media (max-width: 1480px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
}
.mod-title {
  margin-bottom: 50px;
}
.t-white {
  color: #fff;
}
.t-black {
  color: #000;
}
.t-light {
  color: var(--light);
}
.t-dark {
  color: #05334B;
}
.t-red-a {
  color: #EC5C55;
}
.t-green-a {
  color: #1F4045;
}
.t-green-b {
  color: #7F9593;
}
.t-beige-2 {
  color: #EAE6E3;
}
.js-split .split-1 {
  display: block;
}
.js-split .split-2 {
  display: block;
}
.js-split.t-indent .split-2 {
  padding-left: 30px;
}
.js-split.t-blue .split-2 {
  color: #4BB7E6;
}
.js-split.t-red .split-2 {
  color: #EC5A53;
}
.js-split.t-orange .split-2 {
  color: #FAB200;
}
.js-split.t-green .split-2 {
  color: #8bba28;
}
.t-upper {
  text-transform: uppercase;
}
.t-lower {
  text-transform: lowercase;
}
.t-none {
  text-transform: none;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.px-left-indent {
  padding-left: 100px;
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.article-output h1,
.article-output h2,
.article-output h3,
.article-output h4 {
  color: #EC5C55;
  margin-top: 40px;
  margin-bottom: 5px;
}
.article-output h1 {
  font-size: 26px;
}
.article-output h2 {
  font-size: 22px;
}
.article-output h3 {
  font-size: 20px;
}
.article-output h4 {
  font-size: 18px;
}
.article-output p {
  margin-bottom: 30px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output a {
  color: #EC5C55;
}
.article-output a:hover {
  opacity: 0.8;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 20px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 20px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
.article-output table {
  width: 100%;
  max-width: 1001px;
  margin-bottom: 30px;
}
.article-output table tbody th {
  background: #05334B;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:nth-child(odd) {
  background: #eee;
}
.article-output table.large-table {
  width: 100%;
  max-width: 1600px;
}
.article-output table.large-table tbody th,
.article-output table.large-table tbody td {
  white-space: normal;
}
.article-output .scrollpointer {
  display: none;
}
@media (max-width: 991px) {
  .article-output .table-scroll-container {
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  .article-output .table-scroll-container table {
    width: 1000px;
    margin-bottom: 0 !important;
  }
  .article-output .scrollpointer {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #05334B;
    background: #ccc;
    line-height: 30px;
  }
}
@media (max-width: 776px) {
  .article-output .table-scroll-container table {
    width: 1000px;
  }
}
@media (max-width: 1280px) {
  .article-output h1 {
    font-size: 32px;
  }
  .article-output h2 {
    font-size: 28px;
  }
  .article-output h3 {
    font-size: 22px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .article-output h1 {
    font-size: 30px;
  }
  .article-output h2 {
    font-size: 26px;
  }
  .article-output h3 {
    font-size: 20px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article-output h1 {
    font-size: 28px;
  }
  .article-output h2 {
    font-size: 24px;
  }
  .article-output h3 {
    font-size: 20px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
.grecaptcha-badge {
  z-index: 300 !important;
  display: none !important;
}
.site-wrapper {
  overflow: hidden;
}
.main-content {
  position: relative;
}
.main-content.spacer-top {
  padding-top: 260px;
}
.comp-logo {
  display: block;
  width: 180px;
  aspect-ratio: 460.84/222.19;
  background-image: url(../img/logo-ghisai.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.comp-logo.white {
  background-image: url(../img/logo-ghisai.svg);
}
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out;
}
.site-header .container {
  height: 240px;
  transition: all 0.3s ease-in-out;
}
.site-header .comp-logo {
  position: absolute;
  left: 150px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.site-header .nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.site-header .top-bar {
  position: absolute;
  top: 20px;
  right: 50px;
  transition: all 0.3s ease-in-out;
}
.site-header .top-bar a {
  color: #7F9593;
  text-transform: lowercase;
}
.site-header .top-bar a:hover {
  color: #1F4045;
}
.site-header .primary-menu {
  position: absolute;
  top: 42%;
  right: 50px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.site-header .primary-menu ul > li {
  float: left;
  margin: 0 0 0 80px;
  position: relative;
}
.site-header .primary-menu ul > li:hover ul {
  display: block;
}
.site-header .primary-menu ul > li > a {
  display: block;
  font-family: 'tt_commonsdemibold', sans-serif;
  font-size: 26px;
  color: #1F4045;
  text-transform: lowercase;
  position: relative;
  z-index: 5;
}
.site-header .primary-menu ul > li > a:before {
  display: none;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url('../img/svg/q-circle-red.svg');
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  left: -25px;
}
.site-header .primary-menu ul .active > a:before {
  display: block;
}
.site-header .primary-menu ul ul {
  display: none;
  width: 180px;
  padding: 20px 15px 10px 15px;
  background-color: #F4F2F1;
  position: absolute;
  top: calc(100%);
  left: -15px;
}
.site-header .primary-menu ul ul li {
  margin: 0;
}
.scrolled .site-header,
.shownav .site-header {
  top: 0;
  background-color: #F4F2F1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
}
.scrolled .site-header .container,
.shownav .site-header .container {
  height: 120px;
}
.scrolled .site-header .comp-logo,
.shownav .site-header .comp-logo {
  opacity: 1;
  height: 80px;
  top: 50%;
  left: 100px;
}
.scrolled .site-header .primary-menu,
.shownav .site-header .primary-menu {
  top: 65%;
}
.scrolled .site-header .primary-menu ul > li > a,
.shownav .site-header .primary-menu ul > li > a {
  color: #00375A;
}
@media (max-width: 1480px) {
  .site-header .container {
    height: 180px;
  }
  .site-header .comp-logo {
    width: 140px;
    height: 140px;
  }
  .site-header .primary-menu ul > li {
    margin: 0 0 0 60px;
  }
}
@media (max-width: 1280px) {
  .site-header .comp-logo {
    left: 50px;
  }
  .site-header .primary-menu {
    display: none;
  }
  .site-header .nav-toggle {
    display: block;
    right: 40px;
  }
}
@media (max-width: 991px) {
  .site-wrapper {
    padding-top: 90px;
  }
  .site-header {
    background-color: #F4F2F1;
  }
  .site-header .container {
    height: 90px;
  }
  .site-header .comp-logo {
    height: 60px;
    left: 40px;
    top: 50%;
  }
  .site-header .top-bar {
    top: 33%;
    right: 110px;
  }
  .scrolled .site-header .container,
  .shownav .site-header .container {
    height: 90px;
  }
  .scrolled .site-header .comp-logo,
  .shownav .site-header .comp-logo {
    height: 60px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .site-header .comp-logo {
    left: 20px;
  }
  .site-header .nav-toggle {
    right: 30px;
  }
  .scrolled .site-header .comp-logo,
  .shownav .site-header .comp-logo {
    left: 20px;
  }
}
@media (max-width: 600px) {
  .site-header .comp-logo {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .site-header .top-bar {
    right: 100px;
  }
  .site-header .top-bar .line-a {
    display: none;
  }
}
.site-footer {
  margin-top: 200px;
  background: #F4F2F1;
  position: relative;
  z-index: 30;
}
.site-footer .primary {
  padding: 100px 0 30px;
}
.site-footer .primary .container {
  position: relative;
  color: #1F4045;
  font-family: 'tt_commonsregular', sans-serif;
  line-height: 1.8em;
}
.site-footer .primary .container:after {
  display: block;
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: -190px;
  left: -100px;
  background-image: url(../img/svg/circle-a-red.svg);
}
.site-footer .primary .container a {
  color: #1F4045;
}
.site-footer .primary .container a:hover {
  color: #7F9593;
}
.site-footer .primary .container h3 {
  margin-bottom: 20px;
}
.site-footer .primary .contacts {
  margin-bottom: 40px;
}
.site-footer .primary .contacts a {
  display: block;
}
.site-footer .primary .contacts a .text {
  font-family: 'tt_commonsmedium', sans-serif;
  display: inline-block;
  width: 20px;
  color: #EC5C55;
}
.site-footer .primary .contacts a:hover {
  color: #EC5C55;
}
.site-footer .primary .quick-links a {
  display: block;
  color: #EC5C55;
}
.site-footer .primary .quick-links a:hover {
  opacity: 0.8;
}
.site-footer .primary .col-c {
  position: relative;
}
.site-footer .primary .col-c:before,
.site-footer .primary .col-c:after {
  display: block;
  content: "";
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 20;
}
.site-footer .primary .col-c:before {
  width: 150px;
  height: 150px;
  background-image: url('../img/svg/wifi-red.svg');
  top: -132px;
  left: -100px;
}
.site-footer .primary .col-c:after {
  width: 125px;
  height: 125px;
  background-image: url('../img/svg/q-circle-green.svg');
  bottom: 0;
  left: -180px;
}
.site-footer .primary .col-c .photo-box {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -200px;
  left: 0;
}
.site-footer .primary .col-c .address-box {
  float: right;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #7F9593;
  line-height: 1.4em;
  position: relative;
  z-index: 50;
}
.site-footer .primary .col-c .address-box .content {
  width: 100%;
  position: absolute;
  padding: 0 40px 0 60px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.site-footer .primary .col-c .address-box .text-1 {
  display: block;
  margin-bottom: 30px;
}
.site-footer .primary .col-c .address-box .text-2 {
  display: block;
  color: #F4F2F1;
}
.site-footer .secondary {
  padding: 20px 0;
  position: relative;
}
.site-footer .secondary .container {
  position: relative;
  color: #1F4045;
  font-family: 'tt_commonsregular', sans-serif;
  font-size: 85%;
}
.site-footer .secondary .container a {
  color: #1F4045;
}
.site-footer .secondary .container a:hover {
  opacity: 0.8;
}
.site-footer .secondary .container .text-1 {
  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  .site-footer {
    margin-top: 140px;
  }
  .site-footer .primary .container:after {
    width: 150px;
    height: 150px;
    top: -175px;
    left: -60px;
  }
  .site-footer .primary .col-c:before {
    width: 100px;
    height: 100px;
    top: -80px;
    left: -55px;
  }
  .site-footer .primary .col-c:after {
    width: 100px;
    height: 100px;
    bottom: 0;
    left: -120px;
  }
  .site-footer .primary .col-c .photo-box {
    width: 240px;
    height: 240px;
    top: -200px;
    left: auto;
    right: 80px;
  }
  .site-footer .primary .col-c .address-box {
    width: 285px;
    height: 285px;
  }
  .site-footer .primary .col-c .address-box .content {
    padding: 0 40px 0 50px;
  }
}
@media (max-width: 991px) {
  .site-footer {
    margin-top: 100px;
  }
  .site-footer .primary .col-a {
    width: 60%;
  }
  .site-footer .primary .col-b {
    width: 40%;
  }
  .site-footer .primary .col-c {
    clear: both;
    margin-top: 80px;
  }
  .site-footer .primary .col-c:before {
    width: 80px;
    height: 80px;
    top: 110px;
    left: 380px;
    z-index: 60;
  }
  .site-footer .primary .col-c:after {
    width: 60px;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 60;
  }
  .site-footer .primary .col-c .photo-box {
    width: 220px;
    height: 220px;
    top: -40px;
    left: auto;
    right: auto;
    left: 220px;
  }
  .site-footer .primary .col-c .address-box {
    width: 260px;
    height: 260px;
    float: none;
    clear: both;
  }
  .site-footer .primary .col-c .address-box .content {
    padding: 0 30px 0 30px;
  }
  .site-footer .primary .col-c .address-box .text-1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .site-footer .primary {
    padding-top: 80px;
  }
  .site-footer .primary .container:after {
    width: 120px;
    height: 120px;
    top: -140px;
    left: -50px;
  }
  .site-footer .primary .container h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 520px) {
  .site-footer .primary .container h3 {
    margin-bottom: 10px;
  }
  .site-footer .primary .col-a {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
  .site-footer .primary .col-b {
    width: 100%;
    float: none;
  }
  .site-footer .primary .col-c:before {
    top: 85px;
    left: 235px;
  }
  .site-footer .primary .col-c .photo-box {
    top: -100px;
    left: 172px;
  }
  .site-footer .primary .col-c .address-box {
    margin-left: -30px;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-icon {
  display: block;
  width: 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.nav-icon:before,
.nav-icon:after,
.nav-icon div {
  background-color: #7F9593;
  content: '';
  display: block;
  position: relative;
  height: 4px;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.i-white:before,
.nav-icon.i-white:after,
.nav-icon.i-white div {
  background-color: #fff;
}
.shownav .nav-icon:before,
.shownav .nav-icon:after,
.shownav .nav-icon div {
  left: 0;
}
.shownav .nav-icon:before {
  transform: translateY(10px) rotate(135deg);
  -moz-transform: translateY(10px) rotate(135deg);
  -webkit-transform: translateY(10px) rotate(135deg);
}
.shownav .nav-icon:after {
  transform: translateY(-10px) rotate(-135deg);
  -moz-transform: translateY(-10px) rotate(-135deg);
  -webkit-transform: translateY(-10px) rotate(-135deg);
}
.shownav .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #1F4045;
  background: #EAE6E3;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 900;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
}
.mobile-nav .container {
  height: 100vh;
  z-index: 200;
  font-size: 16px;
  position: relative;
}
.mobile-nav .container h2,
.mobile-nav .container h3,
.mobile-nav .container h4 {
  font-size: 18px;
}
.mobile-nav .primary {
  padding: 220px 0 80px;
}
.mobile-nav .primary .mainnav {
  margin-bottom: 20px;
}
.mobile-nav .primary .mainnav a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.2em;
  text-align: center;
  color: #1F4045;
}
.mobile-nav .primary .mainnav a:hover {
  color: #EC5C55;
}
.mobile-nav .primary .mainnav ul {
  display: none;
  padding-bottom: 30px;
}
.mobile-nav .primary .mainnav ul a {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
.mobile-nav .primary .mainnav ul a:hover,
.mobile-nav .primary .mainnav ul a.selected {
  opacity: 0.8;
}
.shownav .mobile-nav {
  top: 0;
}
/* ==========================================================================
	SEARCH PANEL
   ========================================================================== */
.search-panel {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s ease 0s;
}
.search-panel:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--mint);
  opacity: 0.95;
}
.search-panel .container {
  padding-top: 260px;
  color: #fff;
  position: relative;
}
.search-panel .search-trigger {
  display: block;
  position: absolute;
  font-size: 30px;
  color: #fff;
  top: 30px;
  right: 30px;
  z-index: 20;
}
.search-panel .h2 {
  color: #fff;
  text-align: center;
}
.search-panel .mod-search {
  margin: 30px 10%;
  position: relative;
}
.search-panel .mod-search input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #00375A;
  padding-left: 10px;
}
.search-panel .mod-search button {
  height: 50px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.search-panel .mod-search button i {
  position: absolute;
  top: 6px;
  right: 10px;
  color: var(--pink);
  font-size: 20px;
}
.showsearch .search-panel {
  left: 0;
}
@media (max-width: 680px) {
  .search-panel .container {
    padding-top: 100px;
  }
  .search-panel .mod-search {
    margin: 30px 0;
  }
}
/* ==========================================================================
	UTILITIES
   ========================================================================== */
.noclick {
  cursor: default;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .no-scroll {
    overflow: inherit;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.text-columns-2 {
  column-count: 2;
  column-gap: 30px;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	WIDTH
   ========================================================================== */
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
/* ==========================================================================
	DISPLAY
   ========================================================================== */
.d-none {
  display: none ;
}
.d-block {
  display: block ;
}
.d-inline {
  display: inline ;
}
.d-inline-block {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .d-sm-none {
    display: none ;
  }
  .d-sm-block {
    display: block ;
  }
  .d-sm-inline {
    display: inline ;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .d-md-none {
    display: none ;
  }
  .d-md-block {
    display: block ;
  }
  .d-md-inline {
    display: inline ;
  }
  .d-md-inline-block {
    display: inline-block;
  }
}
/* ==========================================================================
	PADDING
   ========================================================================== */
.py-3 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-5 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.py-6 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-5 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-6 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 992px) {
  .py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-6 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
/* ==========================================================================
	MARGIN
   ========================================================================== */
.mt-auto {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 20px !important;
}
.mt-4 {
  margin-top: 30px !important;
}
.mt-5 {
  margin-top: 60px !important;
}
.mt-6 {
  margin-top: 50px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 20px !important;
}
.mr-4 {
  margin-right: 30px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 20px !important;
}
.mb-4 {
  margin-bottom: 30px !important;
}
.mb-5 {
  margin-bottom: 60px !important;
}
.mb-6 {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .mt-3 {
    margin-top: 30px !important;
  }
  .mt-4 {
    margin-top: 45px !important;
  }
  .mt-5 {
    margin-top: 70px !important;
  }
  .mt-6 {
    margin-top: 100px !important;
  }
  .mr-3 {
    margin-right: 30px !important;
  }
  .mr-4 {
    margin-right: 45px !important;
  }
  .mb-3 {
    margin-bottom: 30px !important;
  }
  .mb-4 {
    margin-bottom: 45px !important;
  }
  .mb-5 {
    margin-bottom: 70px !important;
  }
  .mb-6 {
    margin-bottom: 100px !important;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
}
@media screen and (min-width: 992px) {
  .mt-3 {
    margin-top: 30px !important;
  }
  .mt-4 {
    margin-top: 60px !important;
  }
  .mt-5 {
    margin-top: 90px !important;
  }
  .mt-6 {
    margin-top: 150px !important;
  }
  .mr-4 {
    margin-right: 60px !important;
  }
  .mb-3 {
    margin-bottom: 30px !important;
  }
  .mb-4 {
    margin-bottom: 60px !important;
  }
  .mb-5 {
    margin-bottom: 90px !important;
  }
  .mb-6 {
    margin-bottom: 150px !important;
  }
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-25%);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button,
form button,
.rsform-submit-button {
  display: inline-block;
  font-family: 'tt_commonsregular', sans-serif;
  font-size: 21px;
  line-height: 40px;
  padding: 2px 60px 0 18px;
  white-space: nowrap;
  text-transform: lowercase;
  border: none;
  background: #1F4045;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  /* achtergrond kleur */
  /* border kleur */
  /* text kleur */
  /* arrow kleur */
}
a.button:after,
form button:after,
.rsform-submit-button:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url('../img/svg/circle-red-filled.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 20;
  bottom: -15px;
  right: 10px;
  transition: all 0.2s ease-in-out 0s;
}
a.button:hover,
form button:hover,
.rsform-submit-button:hover {
  transform: scale(1.05);
  background: #7F9593;
}
a.button:hover:after,
form button:hover:after,
.rsform-submit-button:hover:after {
  transform: scale(0.9) rotate(6deg);
}
a.button.type-b:after,
form button.type-b:after,
.rsform-submit-button.type-b:after {
  width: 36px;
  height: 36px;
  background-image: url('../img/svg/wifi-green-b.svg');
  bottom: 29px;
  right: 8px;
}
a.button.type-b:hover,
form button.type-b:hover,
.rsform-submit-button.type-b:hover {
  background: #EC5C55;
}
a.button.type-c:after,
form button.type-c:after,
.rsform-submit-button.type-c:after {
  width: 75px;
  height: 30px;
  background-image: url('../img/svg/snake-red.svg');
  bottom: 28px;
  right: 4px;
}
a.button.type-d:after,
form button.type-d:after,
.rsform-submit-button.type-d:after {
  width: 36px;
  height: 36px;
  background-image: url('../img/svg/q-circle-red-b.svg');
  bottom: 20px;
  right: 15px;
}
a.button.type-e:after,
form button.type-e:after,
.rsform-submit-button.type-e:after {
  background-image: url('../img/svg/circle-red-filled-b.svg');
}
a.button.w-auto,
form button.w-auto,
.rsform-submit-button.w-auto {
  width: 100%;
}
a.button.no-radius,
form button.no-radius,
.rsform-submit-button.no-radius {
  border-radius: 0;
}
a.button.bt-green:before,
form button.bt-green:before,
.rsform-submit-button.bt-green:before {
  background-color: #8bba28;
}
a.button.bt-green:after,
form button.bt-green:after,
.rsform-submit-button.bt-green:after {
  background-color: #177E1F;
}
a.button.bt-green .text,
form button.bt-green .text,
.rsform-submit-button.bt-green .text {
  color: #177E1F;
}
a.button.bt-red:before,
form button.bt-red:before,
.rsform-submit-button.bt-red:before {
  background-color: #EC5A53;
}
a.button.bt-red:after,
form button.bt-red:after,
.rsform-submit-button.bt-red:after {
  background-color: #EC5C55;
}
a.button.bt-red .text,
form button.bt-red .text,
.rsform-submit-button.bt-red .text {
  color: #EC5C55;
}
a.button.bt-blue:before,
form button.bt-blue:before,
.rsform-submit-button.bt-blue:before {
  background-color: #4BB7E6;
}
a.button.bt-blue:after,
form button.bt-blue:after,
.rsform-submit-button.bt-blue:after {
  background-color: #009DD9;
}
a.button.bt-blue .text,
form button.bt-blue .text,
.rsform-submit-button.bt-blue .text {
  color: #009DD9;
}
a.button.bg-white,
form button.bg-white,
.rsform-submit-button.bg-white {
  background: #fff;
}
a.button.bg-dark,
form button.bg-dark,
.rsform-submit-button.bg-dark {
  background: #05334B;
}
a.button.bg-green-c,
form button.bg-green-c,
.rsform-submit-button.bg-green-c {
  background: #83ac68;
}
a.button.bg-green-c .text,
form button.bg-green-c .text,
.rsform-submit-button.bg-green-c .text {
  color: #fff;
}
a.button.bg-blue-c,
form button.bg-blue-c,
.rsform-submit-button.bg-blue-c {
  background: #99d7fa;
}
a.button.bg-blue-c .text,
form button.bg-blue-c .text,
.rsform-submit-button.bg-blue-c .text {
  color: #fff;
}
a.button.bg-red-c,
form button.bg-red-c,
.rsform-submit-button.bg-red-c {
  background: #f4938b;
}
a.button.bg-red-c .text,
form button.bg-red-c .text,
.rsform-submit-button.bg-red-c .text {
  color: #fff;
}
a.button.bg-green-b,
form button.bg-green-b,
.rsform-submit-button.bg-green-b {
  background-color: #7F9593;
}
a.button.bg-green-b .text,
form button.bg-green-b .text,
.rsform-submit-button.bg-green-b .text {
  color: #fff;
}
a.button.bg-green-b:hover,
form button.bg-green-b:hover,
.rsform-submit-button.bg-green-b:hover {
  background-color: #1F4045;
}
a.button.bg-none,
form button.bg-none,
.rsform-submit-button.bg-none {
  background: none;
}
a.button.b-white,
form button.b-white,
.rsform-submit-button.b-white {
  border-color: #fff;
}
a.button.b-dark,
form button.b-dark,
.rsform-submit-button.b-dark {
  border-color: #05334B;
}
a.button.b-none,
form button.b-none,
.rsform-submit-button.b-none {
  border-color: transparent;
  padding-left: 0;
}
a.button.t-white,
form button.t-white,
.rsform-submit-button.t-white {
  color: #fff;
}
a.button.t-dark,
form button.t-dark,
.rsform-submit-button.t-dark {
  color: #05334B;
}
a.button.a-white i,
form button.a-white i,
.rsform-submit-button.a-white i {
  color: #fff;
}
a.button.a-dark i,
form button.a-dark i,
.rsform-submit-button.a-dark i {
  color: #05334B;
}
.article-actions .button {
  margin: 0 20px 15px 0;
}
.btn-download {
  display: block;
  text-transform: lowercase;
  font-family: 'tt_commonsmedium', sans-serif;
  font-size: 20px;
  position: relative;
}
.btn-download .before {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #1F4045;
  border: 3px solid #1F4045;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.btn-download .before:before {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 10px solid #fff;
}
.btn-download .line-a {
  display: block;
  height: 44px;
  background-color: #1F4045;
  color: #EAE6E3;
  border-radius: 50px;
  padding: 8px 20px 8px 60px;
  position: relative;
}
.btn-download .line-b {
  display: block;
  color: #1F4045;
  height: 44px;
  padding: 8px 20px 8px 60px;
}
/* ==========================================================================
	BUTTON MODIFIERS
   ========================================================================== */
/* ==========================================================================
	BUTTON COLORS
   ========================================================================== */
/* ==========================================================================
	BUTTON GROUP
   ========================================================================== */
/* ==========================================================================
	ICON ANIMATION IN BUTTON
   ========================================================================== */
.button [class^="icon-"],
.button [class*=" icon-"] {
  display: inline-block;
  transform: translate(0, 0);
  transition: all 0.1s ease-out;
}
.hover .button [class^="icon-"],
.button:hover [class^="icon-"],
.hover .button [class*=" icon-"],
.button:hover [class*=" icon-"] {
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.hover .button .icon-pijl,
.button:hover .icon-pijl {
  transform: translate(-3px, 0);
}
.hover .button .icon-arrow-left,
.button:hover .icon-arrow-left {
  transform: translate(-3px, 0);
}
.hover .button .icon-vb-arrow-right,
.button:hover .icon-vb-arrow-right {
  transform: translate(3px, 0);
}
.hover .button .icon-arrow-up,
.button:hover .icon-arrow-up {
  transform: translate(0, -3px);
}
.hover .button .icon-arrow-down,
.button:hover .icon-arrow-down {
  transform: translate(0, 3px);
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?84478498s');
  src: url('../font/fontello.eot?84478498s#iefix') format('embedded-opentype'), url('../font/fontello.woff2?84478498s') format('woff2'), url('../font/fontello.woff?84478498s') format('woff'), url('../font/fontello.ttf?84478498s') format('truetype'), url('../font/fontello.svg?84478498s#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?84478498#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-right:before {
  content: '\5d';
}
/* ']' */
.icon-down-small:before {
  content: '\e01b';
}
/* '' */
.icon-down:before {
  content: '\e800';
}
/* '' */
.icon-heart-empty:before {
  content: '\e802';
}
/* '' */
.icon-heart:before {
  content: '\e803';
}
/* '' */
.icon-sluiten:before {
  content: '\e804';
}
/* '' */
.icon-up-small:before {
  content: '\e805';
}
/* '' */
.icon-kruisje:before {
  content: '\e806';
}
/* '' */
.icon-up:before {
  content: '\e807';
}
/* '' */
.icon-left:before {
  content: '\e80b';
}
/* '' */
.icon-left-small:before {
  content: '\e812';
}
/* '' */
.icon-right-small:before {
  content: '\e813';
}
/* '' */
.icon-pijl:before {
  content: '\e814';
}
/* '' */
.icon-search:before {
  content: '\e82d';
}
/* '' */
.icon-cancel:before {
  content: '\e82d';
}
/* '' */
.icon-sliders:before {
  content: '\e849';
}
/* '' */
.icon-info-circled-alt:before {
  content: '\f086';
}
/* '' */
.icon-facebook-1:before {
  content: '\f09a';
}
/* '' */
.icon-linkedin-1:before {
  content: '\f0e1';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-facebook-official:before {
  content: '\f230';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
@font-face {
  font-family: 'tt_commonsregular';
  src: url('../font/tt_commons_regular-webfont.woff2') format('woff2'), url('../font/tt_commons_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tt_commonsmedium';
  src: url('../font/tt_commons_medium-webfont.woff2') format('woff2'), url('../font/tt_commons_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tt_commonsdemibold';
  src: url('../font/tt_commons_demibold-webfont.woff2') format('woff2'), url('../font/tt_commons_demibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #05334B;
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #05334B;
  opacity: 1;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #05334B;
  opacity: 1;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #05334B;
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #05334B;
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: #05334B;
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 3px 8px;
  background: none;
  color: #05334B;
  border: 1px solid #7F9593;
  border-radius: 3px;
}
form.formResponsive textarea {
  height: 150px;
  padding: 8px;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #05334B;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  color: #EC5C55;
  font-size: 20px;
}
form.formResponsive .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 15px;
}
form.formResponsive .rsform-block .formDescription {
  display: none;
}
form.formResponsive .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
form.formResponsive .rsform-block.rsform-error-parent textarea,
form.formResponsive .rsform-block.rsform-error-parent input[type="text"] {
  border-color: #EC5C55;
}
form.formResponsive .rsform-block.rsform-submit {
  background: none;
  padding: 0;
  border-radius: 0;
}
form.formResponsive .rsform-block.rsform-submit .formBody {
  text-align: right;
}
form.formResponsive .rsform-block .formControlLabel {
  display: block;
  color: #05334B;
  font-weight: bold;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-select {
  background: #F4F2F1;
  padding: 20px;
}
form.formResponsive .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes,
form.formResponsive .rsform-radios {
  background: #F4F2F1;
  padding: 20px;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.formResponsive .formBody.frm-checkboxes label,
form.formResponsive .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
.article-images {
  overflow: hidden;
  margin-top: 60px;
}
.article-images a {
  display: block;
  float: left;
  width: 31%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 2% 30px 0;
}
.article-images a:hover {
  opacity: 0.8;
}
@media (max-width: 620px) {
  .article-images a {
    width: 48%;
    margin: 0 2% 15px 0;
  }
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
.main-body {
  padding-top: 120px;
  position: relative;
  z-index: 5;
}
.main-body.no-pt {
  padding-top: 0;
}
.main-body.no-pb {
  padding-bottom: 0;
}
.main-body.no-padding {
  padding: 0;
}
.main-body .primary {
  position: relative;
}
.main-body .primary .c-snake {
  right: -200px;
  bottom: 400px;
}
.main-body .primary.has-mb {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .main-body {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
.article-single .col-content .text-col-2 {
  columns: 2;
}
.article-single .col-content .article-actions {
  margin-top: 40px;
}
.article-single .col-aside .inner {
  padding-top: 100px;
}
@media (max-width: 1280px) {
  .article-single .col-content .inner {
    padding: 0;
  }
  .article-single .col-aside .c-widget .content {
    padding: 60px 30px 30px;
  }
  .article-single .col-aside .c-widget .article-actions {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .article-single .col-content .text-col-2 {
    columns: 1;
  }
  .article-single .col-aside {
    margin-top: 80px;
  }
  .article-single .col-aside .inner {
    padding-left: 0;
  }
  .article-single .col-aside .c-widget {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .tpl-startersdesk .main-content.spacer-top {
    padding-top: 40px;
  }
}
@media (max-width: 740px) {
  .tpl-startersdesk .main-content.spacer-top {
    padding-top: 200px;
  }
}
.mod-hero-home {
  position: relative;
  overflow: hidden;
}
.mod-hero-blog {
  padding-top: 280px;
  padding-bottom: 120px;
}
.mod-hero-blog .col-right {
  float: right;
  position: relative;
  z-index: 50;
}
.mod-hero-blog .col-right:before {
  display: block;
  content: "";
  width: 2500px;
  background-color: #7F9593;
  border-radius: 180px 0 0 0;
  position: absolute;
  top: -280px;
  bottom: 80px;
  left: 200px;
  z-index: -1;
}
.mod-hero-blog .col-left .inner {
  padding: 80px 0;
}
.mod-hero-blog .col-left .inner .page-intro {
  min-height: 240px;
}
.mod-hero-blog .cat-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-hero-blog .cat-image:before,
.mod-hero-blog .cat-image:after {
  display: block;
  content: "";
  width: 220px;
  height: 220px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.mod-hero-blog .cat-image:before {
  width: 100px;
  height: 100px;
  top: -30px;
  left: -50px;
  background-image: url(../img/svg/q-circle-filled-green.svg);
}
.mod-hero-blog .cat-image:after {
  bottom: -90px;
  right: -90px;
  background-image: url(../img/svg/circle-a-green.svg);
}
.mod-hero-blog .cat-image img {
  display: none;
}
@media (max-width: 1480px) {
  .mod-hero-blog {
    padding-top: 240px;
    padding-bottom: 80px;
  }
  .mod-hero-blog .col-right:before {
    top: -240px;
  }
  .mod-hero-blog .col-left .inner {
    padding: 60px 0;
  }
  .mod-hero-blog .col-left .inner .page-intro {
    min-height: 240px;
  }
  .mod-hero-blog .cat-image:before {
    width: 90px;
    height: 90px;
    top: -30px;
    left: -40px;
  }
  .mod-hero-blog .cat-image:after {
    width: 180px;
    height: 180px;
    bottom: -70px;
    right: -70px;
  }
}
@media (max-width: 1280px) {
  .mod-hero-blog {
    padding-top: 220px;
    padding-bottom: 60px;
  }
  .mod-hero-blog .col-left .inner {
    padding: 40px 0;
  }
  .mod-hero-blog .col-left .inner .page-intro {
    min-height: 200px;
  }
  .mod-hero-blog .cat-image:before {
    width: 70px;
    height: 70px;
    top: -30px;
    left: -40px;
  }
  .mod-hero-blog .cat-image:after {
    width: 140px;
    height: 140px;
    bottom: -60px;
    right: -60px;
  }
}
@media (max-width: 991px) {
  .mod-hero-blog {
    padding-top: 0;
  }
  .mod-hero-blog .col-right {
    width: 100%;
    float: none;
  }
  .mod-hero-blog .col-right:before {
    display: none;
  }
  .mod-hero-blog .col-right .inner {
    height: 320px !important;
  }
  .mod-hero-blog .col-left .inner {
    padding: 60px 0 0;
  }
  .mod-hero-blog .col-left .inner .page-intro {
    min-height: unset;
  }
  .mod-hero-blog .cat-image:before {
    display: none;
  }
  .mod-hero-blog .cat-image:after {
    width: 100px;
    height: 100px;
    bottom: -40px;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .mod-hero-blog .col-right .inner {
    height: 350px !important;
  }
  .mod-hero-blog .cat-image {
    width: calc(100% + 60px);
    left: -30px;
  }
}
.mod-hero-volg {
  padding-top: 280px;
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
.mod-hero-volg .col-right {
  float: right;
  position: relative;
  z-index: 50;
}
.mod-hero-volg .col-right .inner {
  height: 500px;
}
.mod-hero-volg .col-left .inner {
  position: relative;
}
.mod-hero-volg .article-header {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 60px;
}
.mod-hero-volg .article-header .title-box {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.mod-hero-volg .article-header .title-box:before {
  display: block;
  content: "";
  width: 3000px;
  height: 2000px;
  background-color: #F4F2F1;
  border-radius: 0 0 0 45px;
  position: absolute;
  bottom: 0;
  left: -60px;
  z-index: -1;
}
.mod-hero-volg .article-header .title-box .page-title {
  margin: 0;
}
.mod-hero-volg .article-header .article-intro p {
  margin: 30px 0 0 0;
}
.mod-hero-volg .article-header .article-intro p:first-child {
  margin: 0;
}
.mod-hero-volg .article-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-hero-volg .article-image:before,
.mod-hero-volg .article-image:after {
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.mod-hero-volg .article-image:before {
  width: 160px;
  height: 160px;
  top: 40px;
  left: -120px;
  background-image: url(../img/svg/wifi-green-a.svg);
}
.mod-hero-volg .article-image:after {
  bottom: -55px;
  right: 120px;
  background-image: url(../img/svg/circle-a-red-filled.svg);
}
.mod-hero-volg .article-image img {
  display: none;
}
.mod-hero-volg.type-b .col-right .inner {
  height: 120px;
}
.mod-hero-volg.type-b .article-header .title-box {
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  .mod-hero-volg {
    padding-top: 240px;
  }
  .mod-hero-volg .col-right .inner {
    height: 440px;
  }
  .mod-hero-volg .article-header {
    padding-right: 0;
  }
  .mod-hero-volg .article-image:before {
    width: 120px;
    height: 120px;
    top: 40px;
    left: -90px;
  }
  .mod-hero-volg .article-image:after {
    width: 100px;
    height: 100px;
    bottom: -45px;
    right: 50px;
  }
}
@media (max-width: 1280px) {
  .mod-hero-volg {
    padding-top: 220px;
  }
  .mod-hero-volg .col-right {
    width: 50%;
  }
  .mod-hero-volg .col-left {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .mod-hero-volg {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .mod-hero-volg .col-right {
    width: 100%;
    float: none;
  }
  .mod-hero-volg .col-right .inner {
    height: 320px;
  }
  .mod-hero-volg .col-left {
    width: 100%;
    float: none;
  }
  .mod-hero-volg .article-header {
    position: static;
    padding-top: 60px;
  }
  .mod-hero-volg .article-image:before {
    width: 100px;
    height: 100px;
    top: 40px;
    left: -80px;
  }
  .mod-hero-volg .article-image:after {
    width: 80px;
    height: 80px;
    bottom: -45px;
    right: 50px;
  }
  .mod-hero-volg.type-b .col-right {
    display: none;
  }
  .mod-hero-volg.type-b .col-left .inner {
    height: auto;
  }
}
@media (max-width: 767px) {
  .mod-hero-volg .col-right .inner {
    height: 350px;
  }
  .mod-hero-volg .article-image {
    width: calc(100% + 60px);
    left: -30px;
  }
  .mod-hero-volg .article-image:before {
    display: none;
  }
  .mod-hero-volg .article-image:after {
    width: 70px;
    height: 70px;
    bottom: -35px;
    right: 30px;
  }
}
.mod-hero-docs {
  padding-top: 280px;
  padding-bottom: 80px;
}
.mod-hero-docs .c-document-filter {
  margin-top: 40px;
}
.mod-hero-docs .col-left .inner {
  padding: 80px 0 0;
}
.mod-hero-docs .col-left .inner .page-intro {
  min-height: 240px;
}
.mod-hero-docs .col-right {
  float: right;
  position: relative;
  z-index: 50;
}
.mod-hero-docs .col-right .inner {
  position: relative;
}
.mod-hero-docs .cirlce-image {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-hero-docs .cirlce-image img {
  display: none;
}
.mod-hero-docs .circle-text {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #7F9593;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
.mod-hero-docs .circle-text .content {
  width: 100%;
  padding: 30px 80px 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mod-hero-docs .col-bottom {
  display: none;
}
@media (max-width: 1480px) {
  .mod-hero-docs .cirlce-image {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1280px) {
  .mod-hero-docs .col-left .inner {
    padding-top: 40px;
  }
  .mod-hero-docs .cirlce-image {
    width: 280px;
    height: 280px;
  }
  .mod-hero-docs .circle-text {
    width: 400px;
    height: 400px;
    bottom: auto;
    top: 210px;
  }
  .mod-hero-docs .circle-text .content {
    padding: 30px 60px 0;
  }
}
@media (max-width: 991px) {
  .mod-hero-docs {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .mod-hero-docs .col-left .c-document-filter {
    display: none;
  }
  .mod-hero-docs .col-right {
    float: none;
    width: 100%;
    margin-top: 60px;
  }
  .mod-hero-docs .col-right .inner {
    height: 400px;
  }
  .mod-hero-docs .cirlce-image {
    width: 240px;
    height: 240px;
    position: absolute;
    top: 0;
    left: 340px;
  }
  .mod-hero-docs .circle-text {
    top: 0;
    right: unset;
    left: 0;
  }
  .mod-hero-docs .col-bottom {
    display: block;
  }
}
@media (max-width: 640px) {
  .mod-hero-docs .col-right .inner {
    height: 340px;
  }
  .mod-hero-docs .cirlce-image {
    width: 200px;
    height: 200px;
    top: -35px;
    left: 275px;
  }
  .mod-hero-docs .circle-text {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 480px) {
  .mod-hero-docs .col-right .inner {
    height: 320px;
  }
  .mod-hero-docs .cirlce-image {
    width: 180px;
    height: 180px;
    top: -35px;
    left: 200px;
  }
  .mod-hero-docs .circle-text {
    width: 320px;
    height: 320px;
    left: -60px;
  }
}
.mod-home-banner {
  padding-top: 240px;
}
.mod-home-banner .col-left {
  position: relative;
  z-index: 10;
}
.mod-home-banner .inner-box-l {
  margin-top: 85px;
  height: 590px;
  position: relative;
}
.mod-home-banner .inner-box-l .article-image {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.mod-home-banner .inner-box-l .article-image img {
  display: none;
}
.mod-home-banner .inner-box-l .article-image:before {
  display: block;
  content: "";
  width: 285px;
  height: 285px;
  background-image: url('../img/svg/wifi-red.svg');
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  top: 200px;
  right: -230px;
  z-index: 20;
}
.mod-home-banner .col-right {
  height: 380px;
  position: relative;
  z-index: 2;
}
.mod-home-banner .col-right:before {
  display: block;
  content: "";
  width: 2500px;
  height: 100%;
  background-color: #7F9593;
  border-radius: 45px 0 0 0;
  position: absolute;
  top: 0;
  left: -280px;
  z-index: -1;
}
.mod-home-banner .col-right .welcome {
  width: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1480px) {
  .mod-home-banner {
    padding-top: 240px;
  }
  .mod-home-banner .inner-box-l {
    height: 500px;
  }
  .mod-home-banner .inner-box-l .article-image:before {
    width: 220px;
    height: 220px;
    top: 215px;
    right: -175px;
  }
}
@media (max-width: 1280px) {
  .mod-home-banner {
    padding-top: 200px;
  }
  .mod-home-banner .inner-box-l {
    height: 450px;
  }
  .mod-home-banner .inner-box-l .article-image:before {
    width: 190px;
    height: 190px;
    top: 188px;
    right: -150px;
  }
  .mod-home-banner .col-right {
    height: 340px;
  }
  .mod-home-banner .col-right .welcome {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .mod-home-banner {
    padding-top: 70px;
  }
  .mod-home-banner .inner-box-l {
    height: 360px;
  }
  .mod-home-banner .inner-box-l .article-image:before {
    width: 150px;
    height: 150px;
    top: 183px;
    right: -120px;
  }
  .mod-home-banner .col-right {
    height: 320px;
  }
  .mod-home-banner .col-right .welcome {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .mod-home-banner {
    padding-top: 50px;
  }
  .mod-home-banner .inner-box-l {
    margin-top: 68px;
    height: 300px;
  }
  .mod-home-banner .inner-box-l .article-image:before {
    width: 120px;
    height: 120px;
    top: 150px;
    right: -95px;
  }
  .mod-home-banner .col-right {
    height: 260px;
  }
  .mod-home-banner .col-right .welcome {
    width: 260px;
  }
}
@media (max-width: 580px) {
  .mod-home-banner {
    padding-top: 0;
  }
  .mod-home-banner .col-left {
    width: 100%;
    z-index: unset;
  }
  .mod-home-banner .inner-box-l {
    margin-top: 0;
    height: auto;
  }
  .mod-home-banner .inner-box-l .article-image {
    position: static;
    width: calc(100% + 60px) !important;
    height: 320px;
    margin-left: -30px;
  }
  .mod-home-banner .inner-box-l .article-image:before {
    width: 120px;
    height: 120px;
    top: 198px;
    right: 0;
    z-index: 120;
  }
  .mod-home-banner .col-right {
    width: 300px;
    height: 180px;
    margin: -60px 0 0 120px;
    position: relative;
    z-index: 100;
  }
  .mod-home-banner .col-right:before {
    top: 0;
    left: -15px;
  }
  .mod-home-banner .col-right .welcome {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .mod-home-banner .inner-box-l .article-image {
    height: 300px;
  }
  .mod-home-banner .inner-box-l .article-image:before {
    width: 90px;
    height: 90px;
    top: 190px;
    right: -10px;
  }
  .mod-home-banner .col-right {
    width: 300px;
    height: 160px;
    margin: -60px 0 0 90px;
  }
  .mod-home-banner .col-right:before {
    height: calc(100% + 5px);
    top: -5px;
    left: -10px;
  }
  .mod-home-banner .col-right .welcome {
    width: 185px;
  }
}
.mod-diensten {
  padding: 80px 0 40px;
  height: 800px;
}
@media (max-width: 1280px) {
  .mod-diensten .col-a {
    width: 25%;
  }
  .mod-diensten .col-b {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .mod-diensten {
    padding: 80px 0 40px;
    height: 830px;
  }
  .mod-diensten .col-a {
    width: 20%;
  }
  .mod-diensten .col-b {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .mod-diensten {
    height: 750px;
  }
  .mod-diensten .col-a {
    width: 15%;
  }
  .mod-diensten .col-b {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .mod-diensten {
    height: 800px;
  }
  .mod-diensten .col-a {
    width: 10%;
  }
  .mod-diensten .col-b {
    width: 80%;
  }
}
@media (max-width: 510px) {
  .mod-diensten {
    height: 740px;
  }
  .mod-diensten .col-a {
    display: none;
  }
  .mod-diensten .col-b {
    width: 100%;
  }
  .mod-diensten .slick-diensten .item {
    padding: 40px 10px 40px;
    opacity: 0.6;
  }
  .mod-diensten .slick-diensten .item .article-image {
    height: 220px;
  }
  .mod-diensten .slick-diensten .slick-active .item {
    opacity: 1;
  }
  .mod-diensten .slick-diensten .slick-active .item .article-image {
    height: 280px;
  }
}
.mod-about {
  padding: 0 0 120px 0;
}
.mod-about .col-left {
  float: right;
}
.mod-about .col-left .inner {
  padding-bottom: 200px;
}
.mod-about .col-left .content {
  padding: 70px 0 50px;
  position: relative;
  z-index: 10;
}
.mod-about .col-left .content:before {
  display: block;
  content: "";
  width: 2500px;
  background-color: #EAE6E3;
  border-radius: 45px 0 0 0;
  position: absolute;
  top: 0;
  bottom: -100px;
  left: -80px;
  z-index: -1;
}
.mod-about .col-left .article-actions {
  margin-top: 40px;
}
.mod-about .col-left .article-image {
  position: relative;
  z-index: 20;
}
.mod-about .col-left .article-image:before,
.mod-about .col-left .article-image:after {
  display: block;
  content: "";
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 20;
}
.mod-about .col-left .article-image:before {
  width: 140px;
  height: 140px;
  background-image: url('../img/svg/wifi-red.svg');
  bottom: -35px;
  right: -50px;
}
.mod-about .col-right .inner:before,
.mod-about .col-right .inner:after {
  display: block;
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.mod-about .col-right .inner:after {
  top: 60px;
  left: -200px;
  background-image: url(../img/svg/circle-a-green.svg);
}
.mod-about .circle-content {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #7F9593;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mod-about .circle-content .photo-box {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -185px;
  left: 0px;
}
.mod-about .circle-content .content-box {
  width: 100%;
  padding: 40px 60px;
  position: absolute;
  top: 90px;
  left: 0;
}
.mod-about .circle-content .content-box .article-title {
  line-height: 1em;
}
.mod-about .circle-content .content-box a {
  color: #F4F2F1;
}
.mod-about .circle-content .button {
  position: absolute;
  bottom: -70px;
  left: 50%;
}
@media (max-width: 1480px) {
  .mod-about .col-left {
    width: 50%;
  }
  .mod-about .col-left .content {
    padding: 70px 0 40px;
  }
  .mod-about .col-left .content:before {
    left: -60px;
  }
  .mod-about .col-right {
    width: 50%;
  }
  .mod-about .col-right .inner:after {
    width: 240px;
    height: 240px;
    top: 40px;
    left: -180px;
  }
}
@media (max-width: 1280px) {
  .mod-about .circle-content {
    width: 380px;
    height: 380px;
  }
  .mod-about .circle-content .content-box {
    padding: 40px 45px;
    top: 75px;
  }
}
@media (max-width: 991px) {
  .mod-about {
    padding: 0;
  }
  .mod-about .col-left {
    width: 100%;
    float: none;
  }
  .mod-about .col-left .inner {
    padding-bottom: 0;
  }
  .mod-about .col-right {
    width: 100%;
    float: none;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mod-about .col-right .inner:after {
    width: 160px;
    height: 160px;
    top: 170px;
    left: 500px;
  }
  .mod-about .circle-content {
    position: unset;
    position: relative;
    width: 380px;
    height: 380px;
    margin-left: -60px;
  }
  .mod-about .circle-content .content-box {
    padding: 40px 60px;
    top: 75px;
  }
  .mod-about .circle-content .photo-box {
    top: -45px;
    left: 305px;
  }
  .mod-about .circle-content .button {
    bottom: -85px;
  }
}
@media (max-width: 680px) {
  .mod-about .col-right {
    margin-top: 150px;
  }
  .mod-about .col-right .inner:after {
    width: 160px;
    height: 160px;
    top: 175px;
    left: 400px;
  }
  .mod-about .circle-content {
    width: 380px;
    height: 380px;
    margin-left: -60px;
  }
  .mod-about .circle-content .content-box {
    padding: 40px 60px;
    top: 75px;
  }
  .mod-about .circle-content .photo-box {
    top: -45px;
    left: 305px;
  }
}
@media (max-width: 520px) {
  .mod-about .col-right .inner:after {
    width: 140px;
    height: 140px;
    top: 190px;
    left: 330px;
  }
  .mod-about .circle-content .photo-box {
    width: 260px;
    height: 260px;
    top: -75px;
    left: 255px;
  }
}
@media (max-width: 450px) {
  .mod-about .col-right {
    margin-top: 180px;
  }
  .mod-about .col-right .inner:after {
    width: 140px;
    height: 140px;
    top: 130px;
    left: 295px;
  }
  .mod-about .circle-content {
    width: 340px;
    height: 340px;
    margin-top: 40px;
  }
  .mod-about .circle-content .content-box {
    top: 55px;
  }
  .mod-about .circle-content .button {
    bottom: -65px;
  }
  .mod-about .circle-content .photo-box {
    width: 240px;
    height: 240px;
    top: -110px;
    left: 215px;
  }
}
.mod-faq .mod-header {
  margin-bottom: 40px;
}
.mod-faq .col-left .inner {
  padding: 100px 230px 100px 0;
  background-color: #1F4045;
  position: relative;
  z-index: 10;
}
.mod-faq .col-left .inner:before {
  display: block;
  content: "";
  width: 2500px;
  height: 100%;
  background-color: #1F4045;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.mod-faq .col-left .inner:after {
  display: block;
  content: "";
  width: 180px;
  height: 180px;
  background-image: url('../img/svg/q-circle-beige.svg');
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  right: -50px;
  z-index: 5;
}
@media (max-width: 1480px) {
  .mod-faq .col-left .inner {
    padding: 100px 200px 100px 0;
  }
}
@media (max-width: 1280px) {
  .mod-faq .col-left {
    width: 95%;
  }
  .mod-faq .col-left .inner {
    padding: 60px 120px 60px 0;
  }
  .mod-faq .col-left .inner:after {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 991px) {
  .mod-faq .col-left {
    width: 100%;
  }
  .mod-faq .col-left .inner {
    padding: 60px 60px 60px 0;
  }
  .mod-faq .col-left .inner:before {
    right: -25px;
  }
  .mod-faq .col-left .inner:after {
    width: 120px;
    height: 120px;
    top: 40px;
    right: -70px;
  }
}
@media (max-width: 767px) {
  .mod-faq .col-left .inner {
    padding: 55px 60px 45px 0;
  }
  .mod-faq .col-left .inner:before {
    right: 0;
  }
  .mod-faq .col-left .inner:after {
    width: 90px;
    height: 90px;
    top: 30px;
    right: -30px;
  }
  .mod-faq .col-left .inner .mod-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 660px) {
  .mod-faq .col-left .inner {
    padding: 55px 40px 30px 0;
  }
  .mod-faq .col-left .inner:before {
    right: 0;
  }
  .mod-faq .col-left .inner:after {
    width: 80px;
    height: 80px;
    top: 25px;
    right: -22px;
  }
  .mod-faq .col-left .inner .mod-header {
    margin-bottom: 30px;
  }
  .mod-faq .c-accordeon .question {
    padding: 0 0 0 40px;
  }
  .mod-faq .c-accordeon .question:after {
    left: 9px;
  }
  .mod-faq .c-accordeon .answer {
    padding: 20px 30px 20px 40px;
  }
}
@media (max-width: 480px) {
  .mod-faq .col-left .inner {
    padding: 55px 0 30px 0;
  }
  .mod-faq .col-left .inner:before {
    right: -30px;
  }
  .mod-faq .col-left .inner:after {
    width: 90px;
    height: 90px;
    top: -20px;
    right: -30px;
  }
}
.mod-article-featured {
  padding: 60px 0 140px;
}
.mod-article-featured .primary {
  padding: 40px 0 20px 80px;
}
.mod-article-featured .primary .article-title {
  max-width: 700px;
}
.mod-article-featured .secondary {
  padding: 60px 230px 60px 80px;
  position: relative;
  z-index: 10;
}
.mod-article-featured .secondary:before {
  display: block;
  content: "";
  width: 2500px;
  height: 100%;
  background-color: #1F4045;
  position: absolute;
  top: 0;
  right: 200px;
  z-index: -1;
}
.mod-article-featured .secondary .article-title {
  display: none;
}
.mod-article-featured .secondary .article-output {
  max-width: 560px;
}
.mod-article-featured .secondary .article-image {
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mod-article-featured .secondary .article-image:before,
.mod-article-featured .secondary .article-image:after {
  display: block;
  content: "";
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 20;
}
.mod-article-featured .secondary .article-image:before {
  width: 140px;
  height: 140px;
  background-image: url('../img/svg/wifi-red.svg');
  bottom: 80px;
  left: -80px;
  transform: rotate(270deg);
}
.mod-article-featured .third {
  padding: 60px 0 0 80px;
}
.mod-article-featured.type-b {
  padding: 120px 0 120px;
}
.mod-article-featured.type-b .primary,
.mod-article-featured.type-b .third {
  opacity: 0;
  display: none;
}
.mod-article-featured.type-c {
  padding: 60px 0 60px;
}
.mod-article-featured.type-c .third {
  padding: 40px 0 0 80px;
}
@media (max-width: 1480px) {
  .mod-article-featured .secondary .article-image {
    width: 440px;
    height: 440px;
  }
  .mod-article-featured .secondary .article-image:before {
    width: 120px;
    height: 120px;
    bottom: 35px;
    left: -45px;
  }
  .mod-article-featured.type-b {
    padding: 70px 0 70px;
  }
}
@media (max-width: 1280px) {
  .mod-article-featured {
    padding: 60px 0 120px;
  }
  .mod-article-featured .primary {
    padding: 40px 0 20px 0;
  }
  .mod-article-featured .secondary {
    padding: 40px 350px 35px 0;
  }
  .mod-article-featured .secondary .article-image {
    width: 360px;
    height: 360px;
    right: -35px;
  }
  .mod-article-featured .secondary .article-image:before {
    width: 100px;
    height: 100px;
    bottom: 10px;
    left: -25px;
  }
  .mod-article-featured .third {
    padding: 40px 0 0 0;
  }
  .mod-article-featured.type-b {
    padding: 30px 0 30px;
  }
  .mod-article-featured.type-c .third {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 991px) {
  .mod-article-featured {
    padding: 0 0 100px;
  }
  .mod-article-featured .secondary {
    padding: 40px 350px 35px 0;
  }
  .mod-article-featured .secondary:before {
    right: 140px;
  }
  .mod-article-featured .secondary .article-image {
    width: 360px;
    height: 360px;
    right: -35px;
  }
  .mod-article-featured .secondary .article-image:before {
    width: 100px;
    height: 100px;
    bottom: 0;
    left: 0;
  }
  .mod-article-featured.type-b {
    padding: 0px 0 0px;
  }
}
@media (max-width: 740px) {
  .mod-article-featured {
    padding: 200px 0 100px;
  }
  .mod-article-featured .primary {
    display: none;
    padding: 40px 190px 15px 0;
  }
  .mod-article-featured .secondary {
    padding: 160px 40px 35px 0;
  }
  .mod-article-featured .secondary:before {
    right: 0;
  }
  .mod-article-featured .secondary .article-title {
    display: block;
  }
  .mod-article-featured .secondary .article-image {
    width: 320px;
    height: 320px;
    top: -175px;
    right: -15px;
    transform: unset;
  }
  .mod-article-featured .secondary .article-image:before {
    width: 80px;
    height: 80px;
    bottom: 40px;
    left: -25px;
  }
  .mod-article-featured.type-b {
    padding: 180px 0 0px;
  }
}
@media (max-width: 480px) {
  .mod-article-featured {
    padding: 135px 0 100px;
  }
  .mod-article-featured .secondary {
    padding: 150px 0 40px 0;
  }
  .mod-article-featured .secondary:before {
    right: -30px;
  }
  .mod-article-featured .secondary .article-image {
    width: 260px;
    height: 260px;
    top: -135px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .mod-article-featured .secondary .article-image:before {
    width: 80px;
    height: 80px;
    bottom: 20px;
    left: -30px;
  }
  .mod-article-featured.type-b {
    padding: 140px 0 0px;
  }
}
.mod-medewerkers {
  padding-top: 80px;
  padding-bottom: 60px;
}
.medewerker-grid .item {
  margin-bottom: 40px;
}
.medewerker-grid .vcard .user-info {
  position: relative;
  margin-bottom: 30px;
}
.medewerker-grid .vcard .user-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.medewerker-grid .vcard .user-details {
  padding: 25px 30px 15px 30px;
  border-top-left-radius: 20px;
  background-color: #7F9593;
  position: absolute;
  bottom: 0;
  right: 0;
}
.medewerker-grid .vcard .user-details .user-name,
.medewerker-grid .vcard .user-details .user-function {
  font-size: 20px;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1480px) {
  .medewerker-grid .vcard .btn-download {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .medewerker-grid .vcard .btn-download {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .medewerker-grid .vcard .btn-download {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .medewerker-grid .vcard .user-details .user-name,
  .medewerker-grid .vcard .user-details .user-function {
    font-size: 18px;
  }
  .medewerker-grid .vcard .btn-download {
    font-size: 18px;
    background-color: #1F4045;
    padding: 20px;
    border-radius: 0 0 20px 0;
  }
  .medewerker-grid .vcard .btn-download .line-a,
  .medewerker-grid .vcard .btn-download .line-b {
    display: inline;
    height: unset;
    padding: 0;
    color: #fff;
  }
  .medewerker-grid .vcard .btn-download .before {
    top: auto;
    left: auto;
    bottom: -16px;
    right: 30px;
  }
}
@media (max-width: 640px) {
  .medewerker-grid .vcard .user-details .user-name,
  .medewerker-grid .vcard .user-details .user-function {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .medewerker-grid .item {
    width: 100%;
    float: none;
  }
  .medewerker-grid .vcard .user-details .user-name,
  .medewerker-grid .vcard .user-details .user-function {
    font-size: 18px;
  }
}
.mod-social-media {
  background-color: #EAE6E3;
  padding: 40px 0;
}
.mod-social-media .col-lft .c-socials {
  margin-left: 200px;
}
.mod-social-media .col-rgt .inner {
  max-width: 550px;
}
.mod-social-media .col-rgt .inner p {
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  .mod-social-media .col-lft .c-socials {
    margin-left: 100px;
  }
}
@media (max-width: 1280px) {
  .mod-social-media .col-lft .c-socials {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .mod-social-media .col-lft .c-socials.lg a {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 70px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .mod-social-media .col-lft {
    margin-bottom: 20px;
    text-align: center;
  }
  .mod-social-media .col-lft .c-socials.lg {
    width: 100%;
    text-align: center;
  }
  .mod-social-media .col-lft .c-socials.lg a {
    display: inline-block;
    float: none;
    margin: 0 8px;
  }
  .mod-social-media .col-rgt .inner {
    max-width: unset;
    text-align: center;
  }
}
.mod-page-content .inner .article-output {
  max-width: 800px;
  padding-left: 80px;
}
.mod-page-content .inner .article-images .img-desktop {
  max-width: 1000px;
  margin: 0 auto;
}
.mod-page-content .inner .article-images .img-mobile {
  display: none;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .mod-page-content .inner .article-output {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .mod-page-content .inner .article-images .img-desktop {
    display: none;
  }
  .mod-page-content .inner .article-images .img-mobile {
    display: block;
  }
}
.mod-faq-u {
  background-color: #fff;
  padding: 60px 0;
}
.mod-faq-u .inner {
  padding: 80px 0;
  background-color: #1F4045;
  position: relative;
  z-index: 10;
}
.mod-faq-u .inner:before {
  display: block;
  content: "";
  width: 2500px;
  height: 100%;
  background-color: #1F4045;
  position: absolute;
  top: 0;
  right: -120px;
  z-index: -1;
}
.mod-faq-u .inner:after {
  display: block;
  content: "";
  width: 150px;
  height: 150px;
  background-image: url('../img/svg/wifi-red.svg');
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: -212px;
  z-index: 20;
}
.mod-videos {
  background-color: #fff;
  padding: 60px 0;
}
.mod-videos .inner {
  min-height: 400px;
}
.mod-videos .m-header {
  margin-bottom: 30px;
}
.mod-videos .m-header .article-actions {
  margin-top: 30px;
}
.mod-documents {
  background-color: #EAE6E3;
  padding: 60px 0 120px;
}
.mod-documents.has-mt {
  margin-top: 60px;
}
.mod-documents .inner {
  position: relative;
}
.mod-documents .inner:after {
  display: block;
  content: "";
  width: 150px;
  height: 150px;
  background-image: url('../img/svg/wifi-red.svg');
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: -212px;
  z-index: 20;
}
.mod-documents .m-header {
  margin-bottom: 50px;
}
.mod-documents .m-header .article-actions {
  margin-top: 30px;
}
.mod-documents.no-header .m-header {
  display: none;
}
.mod-documents.no-header .inner:after {
  display: none;
}
@media (max-width: 991px) {
  .mod-documents .container {
    width: 100%;
  }
}
.mod-cta-inline .inner {
  padding: 60px 60px 60px 0 !important;
  position: relative;
}
.mod-cta-inline .inner:before {
  display: block;
  content: "";
  width: 2500px;
  height: 100%;
  background-color: #7F9593;
  border-radius: 0 60px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.mod-cta-inline .inner .article-title,
.mod-cta-inline .inner .h1,
.mod-cta-inline .inner .h2,
.mod-cta-inline .inner .h3 {
  margin: 0 0 20px 0;
  color: #1F4045;
  font-size: 30px;
}
@media (max-width: 680px) {
  .mod-cta-inline .inner {
    padding: 40px 40px 40px 0 !important;
  }
  .mod-cta-inline .inner:before {
    border-radius: 0 40px 0 0;
  }
  .mod-cta-inline .inner .article-title,
  .mod-cta-inline .inner .h1,
  .mod-cta-inline .inner .h2,
  .mod-cta-inline .inner .h3 {
    font-size: 26px;
  }
}
.mod-wwft-stappen {
  padding: 80px 0 160px;
}
.mod-wwft-stappen .m-header {
  margin-bottom: 30px;
}
.mod-wwft-stappen .stappen {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.mod-wwft-stappen .stappen .step {
  width: 25%;
  padding: 40px 30px;
  background-color: #7F9593;
  position: relative;
}
.mod-wwft-stappen .stappen .step-1 {
  border-radius: 60px 0 0 0;
}
.mod-wwft-stappen .stappen .step-2 {
  background-color: #EAE6E3;
  border-radius: 0 60px 0 0;
}
.mod-wwft-stappen .stappen .step-3 {
  background-color: #1F4045;
  color: #EAE6E3;
  border-radius: 0 0 0 60px;
}
.mod-wwft-stappen .stappen .step-3 .step-title {
  color: #EAE6E3;
}
.mod-wwft-stappen .stappen .step-3:before {
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: -110px;
  right: 30px;
  background-image: url('../img/svg/magnify.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.mod-wwft-stappen .stappen .step-3:after {
  display: block;
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -250px;
  right: 175px;
  background-image: url('../img/svg/ants.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.mod-wwft-stappen .stappen .step-4 {
  background-color: #7F9593;
  border-radius: 0 0 60px 0;
}
@media (max-width: 1280px) {
  .mod-wwft-stappen .stappen {
    flex-wrap: wrap;
  }
  .mod-wwft-stappen .stappen .step {
    width: calc(50% - 20px);
  }
  .mod-wwft-stappen .stappen .step-3 {
    background-color: #1F4045;
    color: #EAE6E3;
    border-radius: 0 0 0 60px;
  }
  .mod-wwft-stappen .stappen .step-3 .step-title {
    color: #EAE6E3;
  }
  .mod-wwft-stappen .stappen .step-3:before {
    width: 120px;
    height: 120px;
    bottom: -52px;
    right: -33px;
  }
  .mod-wwft-stappen .stappen .step-3:after {
    width: 154px;
    height: 160px;
    bottom: -163px;
    right: 100px;
  }
}
@media (max-width: 560px) {
  .mod-wwft-stappen {
    padding: 40px 0 40px;
  }
  .mod-wwft-stappen .stappen {
    gap: 0;
  }
  .mod-wwft-stappen .stappen .step {
    width: calc(100%);
    margin-bottom: 40px;
  }
  .mod-wwft-stappen .stappen .step-3 {
    position: relative;
    z-index: 10;
    background-color: #1F4045;
    color: #EAE6E3;
    border-radius: 0 0 0 60px;
  }
  .mod-wwft-stappen .stappen .step-3 .step-title {
    color: #EAE6E3;
  }
  .mod-wwft-stappen .stappen .step-3:before {
    width: 120px;
    height: 120px;
    bottom: -50px;
    right: -33px;
  }
  .mod-wwft-stappen .stappen .step-3:after {
    display: none;
  }
}
.mod-stories {
  background-color: #EAE6E3;
}
.mod-stories .inner {
  padding: 80px 0 140px;
}
.mod-stories .m-header {
  margin-bottom: 30px;
  position: relative;
  padding-left: 70px;
}
.mod-stories .m-header:before {
  display: block;
  content: "";
  width: 110px;
  height: 100px;
  position: absolute;
  top: -66px;
  left: -20px;
  background-image: url('../img/svg/document-pencil.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.mod-stories .slick-stories {
  transform: translateX(-50px);
}
.mod-stories .slick-stories .slick-dots {
  top: auto;
  bottom: -80px;
  transform: translateX(25px);
}
.mod-stories .slick-stories .item {
  padding-left: 50px;
}
.mod-stories .slick-stories .story-box {
  background-color: #7F9593;
  border-radius: 0 40px 0 0;
}
.mod-stories .slick-stories .story-box .article-intro {
  padding: 40px 30px 60px;
}
.mod-stories .slick-stories .story-box .article-intro .article-quote {
  font-family: 'tt_commonsdemibold', sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  color: #EAE6E3;
}
.mod-stories .slick-stories .story-box .article-actions {
  margin-top: 5px;
}
.mod-stories .slick-stories .story-box .article-actions a {
  color: #1F4045;
  display: inline-block;
  padding-bottom: 0;
  border-bottom: 1px solid #1F4045;
}
.mod-stories .slick-stories .story-box .article-actions a:hover {
  color: #1F4045;
  opacity: 0.5;
}
.mod-stories .slick-stories .story-box .article-info {
  min-height: 240px;
  background-color: #1F4045;
  padding: 60px 30px 40px;
  position: relative;
}
.mod-stories .slick-stories .story-box .article-info .content {
  margin-left: 50%;
  position: relative;
}
.mod-stories .slick-stories .story-box .article-info .content:before {
  display: block;
  content: "";
  width: 80px;
  height: 70px;
  position: absolute;
  top: -80px;
  left: -50px;
  background-image: url('../img/svg/spreekwolk.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.mod-stories .slick-stories .story-box .article-info .article-title {
  line-height: 1;
  margin-bottom: 0;
}
.mod-stories .slick-stories .story-box .article-image {
  width: 320px;
  position: absolute;
  top: -30px;
  left: -30px;
}
@media (max-width: 1480px) {
  .mod-stories .slick-stories .story-box .article-info {
    min-height: 200px;
  }
  .mod-stories .slick-stories .story-box .article-info .content {
    margin-left: 250px;
  }
  .mod-stories .slick-stories .story-box .article-info .article-image {
    width: 280px;
    left: -20px;
  }
}
@media (max-width: 1280px) {
  .mod-stories .slick-stories {
    width: calc(100% + 30px);
    transform: translateX(-30px);
  }
  .mod-stories .slick-stories .story-box .article-info {
    min-height: 200px;
    padding: 0;
  }
  .mod-stories .slick-stories .story-box .article-info .content {
    margin-left: 0;
    padding: 0 20px 15px 60px;
  }
  .mod-stories .slick-stories .story-box .article-info .content:before {
    top: -67px;
    left: -13px;
  }
  .mod-stories .slick-stories .story-box .article-info .article-image {
    position: static;
    width: 90%;
    left: 0;
    transform: translate(-30px, -30px);
  }
}
@media (max-width: 991px) {
  .mod-stories .slick-stories {
    width: calc(100% + 30px);
    transform: translateX(-30px);
  }
  .mod-stories .slick-stories .item {
    padding-left: 30px;
  }
  .mod-stories .slick-stories .story-box .article-info {
    min-height: 200px;
  }
  .mod-stories .slick-stories .story-box .article-info .content {
    margin-left: 0;
    position: absolute;
    top: 50px;
    left: 230px;
  }
  .mod-stories .slick-stories .story-box .article-info .article-image {
    width: 280px;
    left: -20px;
  }
}
@media (max-width: 580px) {
  .mod-stories .slick-stories .story-box .article-info {
    min-height: 200px;
    padding: 0;
  }
  .mod-stories .slick-stories .story-box .article-info .content {
    position: relative;
    inset: auto;
    margin-left: 0;
    padding: 0 20px 15px 60px;
  }
  .mod-stories .slick-stories .story-box .article-info .content:before {
    top: -67px;
    left: -13px;
  }
  .mod-stories .slick-stories .story-box .article-info .article-image {
    position: static;
    width: 90%;
    left: 0;
    transform: translate(-20px, -30px);
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.slick-diensten .slick-list {
  overflow: visible !important;
}
.slick-diensten .item {
  padding: 40px 0 40px 30px;
  transition: all 0.3s ease-in-out;
}
.slick-diensten .item .article-image {
  height: 260px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 50px 0 0 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.slick-diensten .item .article-image img {
  display: none;
}
.slick-diensten .item .title {
  display: none;
}
.slick-diensten .item .article-output {
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.slick-diensten .item .article-actions {
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.slick-diensten .item.item-2 .article-image {
  border-radius: 0 50px 0 0;
}
.slick-diensten .item.item-3 .article-image {
  border-radius: 0 0 50px 0;
}
.slick-diensten .item.item-4 .article-image {
  border-radius: 0 0 0 50px;
}
.slick-diensten .slick-active .item .article-image {
  height: 350px;
}
.slick-diensten .slick-active .item .article-output {
  opacity: 1;
}
.slick-diensten .slick-active .item .article-actions {
  opacity: 1;
}
.slick-videos .slick-list {
  overflow: visible !important;
}
.slick-videos .item {
  padding: 0 40px 0 0;
}
.slick-videos .video-box .article-image {
  background-color: #1F4045;
  margin-bottom: 30px;
  position: relative;
}
.slick-videos .video-box .article-image .c-play-button {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.slick-videos .video-box .article-info {
  padding: 0 5px;
}
.slick-documenten .slick-list {
  overflow: visible !important;
}
.slick-documenten .slick-track {
  margin-left: 0;
}
.slick-documenten .slick-dots {
  top: auto;
  bottom: -80px;
}
.slick-documenten .item {
  padding: 0 110px 0 0;
}
.slick-documenten .doc-box {
  height: 300px;
  background-color: #7F9593;
}
@media (max-width: 991px) {
  .slick-documenten .item {
    padding: 0 40px 0 40px;
  }
  .slick-documenten .c-document-card {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .slick-documenten {
    width: 400px;
    margin: 0 auto;
  }
  .slick-documenten .item {
    padding: 0 40px 0 40px;
  }
  .slick-documenten .c-document-card {
    max-width: 340px;
  }
}
@media (max-width: 400px) {
  .slick-documenten {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .slick-documenten .slick-list {
    overflow: hidden !important;
  }
  .slick-documenten .item {
    padding: 0 30px;
    overflow: hidden;
  }
  .slick-documenten .c-document-card {
    max-width: unset;
  }
}
.c-grid-item {
  margin-bottom: 80px;
}
.c-grid-item .article-image {
  width: 240px;
  height: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out 0.05s;
}
.c-grid-item .article-image img {
  display: none;
}
.c-grid-item .article-info {
  padding: 140px 40px 30px;
  background-color: #F4F2F1;
  margin-top: -100px;
  transition: all 0.3s ease-in-out;
}
.c-grid-item .article-date {
  display: block;
  color: #EC5C55;
  margin: -18px 0 20px;
}
.c-grid-item .article-actions {
  padding: 40px 0 0;
  text-align: right;
}
.c-grid-item .article-actions .button {
  margin: 0;
}
.c-grid-item:hover .article-image {
  transform: scale(1.1);
}
.c-grid-item:hover .article-info {
  transform: scale(1.05);
}
@media (max-width: 1480px) {
  .c-grid-item .article-info {
    padding: 140px 30px 30px;
  }
}
.c-accordeon .panel {
  padding: 18px 8px;
  line-height: 1.4em;
  background-color: #7F9593;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.c-accordeon .panel:after {
  display: block;
  content: "";
  width: 150px;
  height: 50px;
  background-image: url(../img/svg/snake-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  transition: all 0.3s ease-in-out 0.1s;
  opacity: 0;
  left: -20px;
}
.c-accordeon .panel.active {
  border-radius: 0 0 45px 0;
}
.c-accordeon .panel.active:after {
  opacity: 1;
  left: -88px;
}
.c-accordeon .question {
  font-size: 21px;
  line-height: 1.2em;
  padding: 0 40px 0 60px;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.c-accordeon .question.t-white {
  color: #fff !important;
}
.c-accordeon .question:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  left: 25px;
  background-image: url(../img/svg/circle-a-red.svg);
  transition: all 0.2s ease-in-out;
}
.c-accordeon .question.open {
  color: #1F4045 !important;
}
.c-accordeon .question.open:after {
  opacity: 0;
  transform: scale(0.5);
}
.c-accordeon .answer {
  padding: 20px 30px 10px 60px;
  position: relative;
}
.c-accordeon .answer.t-white {
  color: #fff !important;
}
.c-accordeon .answer p:last-child {
  margin: 0;
}
.c-accordeon .answer a:hover {
  color: #6464DC;
}
.c-widget .content {
  padding: 60px 50px 50px;
}
.c-widget .article-actions {
  padding: 40px 50px;
}
.c-snake {
  display: block;
  width: 380px;
  height: 140px;
  background-image: url(../img/svg/snake-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
}
.c-popup {
  position: relative;
  background: #fff;
  padding: 40px;
  width: auto;
  max-width: 650px;
  margin: 20px auto;
  border-radius: 4px;
}
.c-popup .article-date {
  display: block;
  font-size: 90%;
  margin-bottom: 10px;
}
.c-popup .article-actions {
  margin-top: 15px;
}
.c-popup .article-actions .button {
  margin: 15px 30px 0 0;
}
.c-header-notice {
  padding: 15px 20px;
  background-color: #1F4045;
  text-align: center;
  color: #fff;
  font-family: 'tt_commonsdemibold', sans-serif;
  line-height: 1.1em;
}
.c-header-notice a {
  display: inline-block;
  margin: 0 15px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.c-header-notice a:hover {
  color: #7F9593;
  border-color: #7F9593;
}
.c-socials a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  float: left;
  background-color: #1F4045;
  font-size: 24px;
  line-height: 56px;
  color: #7F9593 !important;
  transition: all 0.2s ease-in-out;
  text-align: center;
  margin-right: 8px;
}
.c-socials a:hover {
  transform: scale(1.08);
}
.c-socials.lg a {
  width: 70px;
  height: 70px;
  font-size: 36px;
  line-height: 78px;
  margin-right: 15px;
}
.c-document-filter {
  overflow: hidden;
}
.c-document-filter a {
  display: block;
  float: left;
  background-color: #1F4045;
  white-space: nowrap;
  line-height: 1;
  padding: 8px 20px;
  color: #fff;
  text-transform: lowercase;
  border-radius: 30px;
  margin: 0 15px 15px 0;
}
.c-document-filter a:hover {
  background-color: #7F9593;
}
.c-document-filter a.selected {
  background-color: #7F9593;
}
.c-document-card {
  background-color: #7F9593;
  padding: 40px 30px;
  border-radius: 0 60px 0 0;
}
.c-document-card .article-tags {
  overflow: hidden;
  padding-bottom: 20px;
}
.c-document-card .article-tags span {
  display: block;
  float: left;
  background-color: #1F4045;
  white-space: nowrap;
  line-height: 1;
  padding: 8px 15px;
  font-size: 18px;
  color: #fff;
  text-transform: lowercase;
  border-radius: 30px;
  margin: 0 15px 15px 0;
}
.c-document-card .article-media {
  height: 300px;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  transform: translateX(-40px);
  background-color: rgba(0, 0, 0, 0);
}
.c-document-card .article-image img {
  object-fit: cover;
}
.c-document-card .article-image.is-default {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-document-card .article-image.is-file {
  width: 200px;
  position: relative;
}
.c-document-card .article-image.is-file img {
  width: inherit;
  height: 300px;
}
.c-document-card .article-image.is-file .c-doc-icon {
  position: absolute;
  bottom: 30px;
  right: -70px;
}
.c-document-card .article-image.is-video {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-document-card .article-image.is-video img {
  width: 320px;
  aspect-ratio: 320 / 225;
  position: relative;
}
.c-document-card .article-image.is-video .c-play-button {
  position: absolute;
  bottom: -35px;
  right: 20px;
  transform: scale(0.75);
}
.c-document-card .article-output {
  padding: 30px 0;
  line-height: 1.4em;
}
.c-document-card .button:hover {
  background-color: #EC5C55;
}
.c-doc-icon {
  display: block;
  width: 100px;
  height: 120px;
  background-image: url(../img/svg/document.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-play-button {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #EAE6E3;
  position: relative;
  z-index: 10;
}
.c-play-button:before {
  display: block;
  content: "";
  width: 20px;
  height: 38px;
  background-image: url(../img/svg/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}
.row-sm,
.row-lg .row-sm {
  margin-right: -15px;
  margin-left: -15px;
}
.row-sm .col-xs-1,
.row-lg .row-sm .col-xs-1,
.row-sm .col-sm-1,
.row-lg .row-sm .col-sm-1,
.row-sm .col-md-1,
.row-lg .row-sm .col-md-1,
.row-sm .col-lg-1,
.row-lg .row-sm .col-lg-1,
.row-sm .col-xs-2,
.row-lg .row-sm .col-xs-2,
.row-sm .col-sm-2,
.row-lg .row-sm .col-sm-2,
.row-sm .col-md-2,
.row-lg .row-sm .col-md-2,
.row-sm .col-lg-2,
.row-lg .row-sm .col-lg-2,
.row-sm .col-xs-3,
.row-lg .row-sm .col-xs-3,
.row-sm .col-sm-3,
.row-lg .row-sm .col-sm-3,
.row-sm .col-md-3,
.row-lg .row-sm .col-md-3,
.row-sm .col-lg-3,
.row-lg .row-sm .col-lg-3,
.row-sm .col-xs-4,
.row-lg .row-sm .col-xs-4,
.row-sm .col-sm-4,
.row-lg .row-sm .col-sm-4,
.row-sm .col-md-4,
.row-lg .row-sm .col-md-4,
.row-sm .col-lg-4,
.row-lg .row-sm .col-lg-4,
.row-sm .col-xs-5,
.row-lg .row-sm .col-xs-5,
.row-sm .col-sm-5,
.row-lg .row-sm .col-sm-5,
.row-sm .col-md-5,
.row-lg .row-sm .col-md-5,
.row-sm .col-lg-5,
.row-lg .row-sm .col-lg-5,
.row-sm .col-xs-6,
.row-lg .row-sm .col-xs-6,
.row-sm .col-sm-6,
.row-lg .row-sm .col-sm-6,
.row-sm .col-md-6,
.row-lg .row-sm .col-md-6,
.row-sm .col-lg-6,
.row-lg .row-sm .col-lg-6,
.row-sm .col-xs-7,
.row-lg .row-sm .col-xs-7,
.row-sm .col-sm-7,
.row-lg .row-sm .col-sm-7,
.row-sm .col-md-7,
.row-lg .row-sm .col-md-7,
.row-sm .col-lg-7,
.row-lg .row-sm .col-lg-7,
.row-sm .col-xs-8,
.row-lg .row-sm .col-xs-8,
.row-sm .col-sm-8,
.row-lg .row-sm .col-sm-8,
.row-sm .col-md-8,
.row-lg .row-sm .col-md-8,
.row-sm .col-lg-8,
.row-lg .row-sm .col-lg-8,
.row-sm .col-xs-9,
.row-lg .row-sm .col-xs-9,
.row-sm .col-sm-9,
.row-lg .row-sm .col-sm-9,
.row-sm .col-md-9,
.row-lg .row-sm .col-md-9,
.row-sm .col-lg-9,
.row-lg .row-sm .col-lg-9,
.row-sm .col-xs-10,
.row-lg .row-sm .col-xs-10,
.row-sm .col-sm-10,
.row-lg .row-sm .col-sm-10,
.row-sm .col-md-10,
.row-lg .row-sm .col-md-10,
.row-sm .col-lg-10,
.row-lg .row-sm .col-lg-10,
.row-sm .col-xs-11,
.row-lg .row-sm .col-xs-11,
.row-sm .col-sm-11,
.row-lg .row-sm .col-sm-11,
.row-sm .col-md-11,
.row-lg .row-sm .col-md-11,
.row-sm .col-lg-11,
.row-lg .row-sm .col-lg-11,
.row-sm .col-xs-12,
.row-lg .row-sm .col-xs-12,
.row-sm .col-sm-12,
.row-lg .row-sm .col-sm-12,
.row-sm .col-md-12,
.row-lg .row-sm .col-md-12,
.row-sm .col-lg-12,
.row-lg .row-sm .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.row-lg {
  margin-right: -50px;
  margin-left: -50px;
}
.row-lg .col-xs-1,
.row-lg .col-sm-1,
.row-lg .col-md-1,
.row-lg .col-lg-1,
.row-lg .col-xs-2,
.row-lg .col-sm-2,
.row-lg .col-md-2,
.row-lg .col-lg-2,
.row-lg .col-xs-3,
.row-lg .col-sm-3,
.row-lg .col-md-3,
.row-lg .col-lg-3,
.row-lg .col-xs-4,
.row-lg .col-sm-4,
.row-lg .col-md-4,
.row-lg .col-lg-4,
.row-lg .col-xs-5,
.row-lg .col-sm-5,
.row-lg .col-md-5,
.row-lg .col-lg-5,
.row-lg .col-xs-6,
.row-lg .col-sm-6,
.row-lg .col-md-6,
.row-lg .col-lg-6,
.row-lg .col-xs-7,
.row-lg .col-sm-7,
.row-lg .col-md-7,
.row-lg .col-lg-7,
.row-lg .col-xs-8,
.row-lg .col-sm-8,
.row-lg .col-md-8,
.row-lg .col-lg-8,
.row-lg .col-xs-9,
.row-lg .col-sm-9,
.row-lg .col-md-9,
.row-lg .col-lg-9,
.row-lg .col-xs-10,
.row-lg .col-sm-10,
.row-lg .col-md-10,
.row-lg .col-lg-10,
.row-lg .col-xs-11,
.row-lg .col-sm-11,
.row-lg .col-md-11,
.row-lg .col-lg-11,
.row-lg .col-xs-12,
.row-lg .col-sm-12,
.row-lg .col-md-12,
.row-lg .col-lg-12 {
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 1480px) {
  .row-lg {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row-lg .col-xs-1,
  .row-lg .col-sm-1,
  .row-lg .col-md-1,
  .row-lg .col-lg-1,
  .row-lg .col-xs-2,
  .row-lg .col-sm-2,
  .row-lg .col-md-2,
  .row-lg .col-lg-2,
  .row-lg .col-xs-3,
  .row-lg .col-sm-3,
  .row-lg .col-md-3,
  .row-lg .col-lg-3,
  .row-lg .col-xs-4,
  .row-lg .col-sm-4,
  .row-lg .col-md-4,
  .row-lg .col-lg-4,
  .row-lg .col-xs-5,
  .row-lg .col-sm-5,
  .row-lg .col-md-5,
  .row-lg .col-lg-5,
  .row-lg .col-xs-6,
  .row-lg .col-sm-6,
  .row-lg .col-md-6,
  .row-lg .col-lg-6,
  .row-lg .col-xs-7,
  .row-lg .col-sm-7,
  .row-lg .col-md-7,
  .row-lg .col-lg-7,
  .row-lg .col-xs-8,
  .row-lg .col-sm-8,
  .row-lg .col-md-8,
  .row-lg .col-lg-8,
  .row-lg .col-xs-9,
  .row-lg .col-sm-9,
  .row-lg .col-md-9,
  .row-lg .col-lg-9,
  .row-lg .col-xs-10,
  .row-lg .col-sm-10,
  .row-lg .col-md-10,
  .row-lg .col-lg-10,
  .row-lg .col-xs-11,
  .row-lg .col-sm-11,
  .row-lg .col-md-11,
  .row-lg .col-lg-11,
  .row-lg .col-xs-12,
  .row-lg .col-sm-12,
  .row-lg .col-md-12,
  .row-lg .col-lg-12 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 1280px) {
  .row-lg {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row-lg .col-xs-1,
  .row-lg .col-sm-1,
  .row-lg .col-md-1,
  .row-lg .col-lg-1,
  .row-lg .col-xs-2,
  .row-lg .col-sm-2,
  .row-lg .col-md-2,
  .row-lg .col-lg-2,
  .row-lg .col-xs-3,
  .row-lg .col-sm-3,
  .row-lg .col-md-3,
  .row-lg .col-lg-3,
  .row-lg .col-xs-4,
  .row-lg .col-sm-4,
  .row-lg .col-md-4,
  .row-lg .col-lg-4,
  .row-lg .col-xs-5,
  .row-lg .col-sm-5,
  .row-lg .col-md-5,
  .row-lg .col-lg-5,
  .row-lg .col-xs-6,
  .row-lg .col-sm-6,
  .row-lg .col-md-6,
  .row-lg .col-lg-6,
  .row-lg .col-xs-7,
  .row-lg .col-sm-7,
  .row-lg .col-md-7,
  .row-lg .col-lg-7,
  .row-lg .col-xs-8,
  .row-lg .col-sm-8,
  .row-lg .col-md-8,
  .row-lg .col-lg-8,
  .row-lg .col-xs-9,
  .row-lg .col-sm-9,
  .row-lg .col-md-9,
  .row-lg .col-lg-9,
  .row-lg .col-xs-10,
  .row-lg .col-sm-10,
  .row-lg .col-md-10,
  .row-lg .col-lg-10,
  .row-lg .col-xs-11,
  .row-lg .col-sm-11,
  .row-lg .col-md-11,
  .row-lg .col-lg-11,
  .row-lg .col-xs-12,
  .row-lg .col-sm-12,
  .row-lg .col-md-12,
  .row-lg .col-lg-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .row-lg {
    margin-right: -25px;
    margin-left: -25px;
  }
  .row-lg .col-xs-1,
  .row-lg .col-sm-1,
  .row-lg .col-md-1,
  .row-lg .col-lg-1,
  .row-lg .col-xs-2,
  .row-lg .col-sm-2,
  .row-lg .col-md-2,
  .row-lg .col-lg-2,
  .row-lg .col-xs-3,
  .row-lg .col-sm-3,
  .row-lg .col-md-3,
  .row-lg .col-lg-3,
  .row-lg .col-xs-4,
  .row-lg .col-sm-4,
  .row-lg .col-md-4,
  .row-lg .col-lg-4,
  .row-lg .col-xs-5,
  .row-lg .col-sm-5,
  .row-lg .col-md-5,
  .row-lg .col-lg-5,
  .row-lg .col-xs-6,
  .row-lg .col-sm-6,
  .row-lg .col-md-6,
  .row-lg .col-lg-6,
  .row-lg .col-xs-7,
  .row-lg .col-sm-7,
  .row-lg .col-md-7,
  .row-lg .col-lg-7,
  .row-lg .col-xs-8,
  .row-lg .col-sm-8,
  .row-lg .col-md-8,
  .row-lg .col-lg-8,
  .row-lg .col-xs-9,
  .row-lg .col-sm-9,
  .row-lg .col-md-9,
  .row-lg .col-lg-9,
  .row-lg .col-xs-10,
  .row-lg .col-sm-10,
  .row-lg .col-md-10,
  .row-lg .col-lg-10,
  .row-lg .col-xs-11,
  .row-lg .col-sm-11,
  .row-lg .col-md-11,
  .row-lg .col-lg-11,
  .row-lg .col-xs-12,
  .row-lg .col-sm-12,
  .row-lg .col-md-12,
  .row-lg .col-lg-12 {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 620px) {
  .cat-grid .item {
    width: 100%;
  }
}
.doc-grid .item {
  margin-bottom: 80px;
}
.doc-grid .item .c-document-card {
  max-width: 360px;
}
@media (max-width: 767px) {
  .doc-grid .item {
    width: 100%;
  }
  .doc-grid .item .c-document-card {
    margin-left: 40px;
  }
}
/* ==========================================================================
	SEARCH / ZOEKEN
   ========================================================================== */
.tpl-volg-search .search-header {
  padding-top: 60px;
  padding-bottom: 30px;
  background: var(--mint);
}
.tpl-volg-search .page-header {
  margin-bottom: 40px;
}
.tpl-volg-search .search-form-box {
  margin: 30px 10% 0;
  position: relative;
}
.tpl-volg-search .search-form-box input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #00375A;
  padding-left: 10px;
}
.tpl-volg-search .search-form-box button {
  height: 50px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.tpl-volg-search .search-form-box button i {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #fff;
  font-size: 20px;
}
.tpl-volg-search .search-intro {
  padding: 20px 0;
  text-align: center;
}
.tpl-volg-search .search-form-limits .align-right {
  text-align: right;
}
.tpl-volg-search .search-result-panel {
  padding: 60px 0 20px;
  background: var(--light);
}
.tpl-volg-search .search-result-list .item {
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
}
.tpl-volg-search .search-result-list .item .result-category {
  display: block;
  color: var(--pink);
}
.tpl-volg-search .search-result-list .item .highlight {
  font-weight: bold;
  color: var(--pink);
}
