@import url("https://hello.myfonts.net/count/2d0369");
/* line 5, ../../../../../../../usr/local/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../usr/local/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../usr/local/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../usr/local/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../usr/local/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../usr/local/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../usr/local/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../usr/local/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../usr/local/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'NexaHeavy';
  src: url(#);
  src: url(#) format("embedded-opentype"), url(#) format("woff2"), url(#) format("woff"), url("/webfonts/2D0369_0_0.ttf") format("truetype"), url("/webfonts/2D0369_0_0.svg") format("svg");
}
@font-face {
  font-family: 'Nexa';
  src: url(#);
  src: url(#) format("embedded-opentype"), url(#) format("woff2"), url(#) format("woff"), url("/webfonts/2D0369_1_0.ttf") format("truetype"), url("/webfonts/2D0369_1_0.svg") format("svg");
}
/* line 67, ../sass/_base.scss */
body {
  font-family: "Nexa", sans-serif;
  font-weight: 300;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 77, ../sass/_base.scss */
html, body {
  margin: 0;
  padding: 0;
}

/* line 82, ../sass/_base.scss */
h1, h2, h3, h4, h5 {
  font-family: "NexaHeavy", sans-serif;
}

/* line 86, ../sass/_base.scss */
p {
  line-height: 25px;
}
/* line 89, ../sass/_base.scss */
p strong, p b {
  font-weight: bold;
  font-family: 'NexaHeavy';
}

/* line 95, ../sass/_base.scss */
.text_right {
  text-align: right;
}

/* line 99, ../sass/_base.scss */
.list-reset, .clients-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 105, ../sass/_base.scss */
main {
  flex: 1 0 auto;
}

/* line 14, ../sass/_grid.scss */
.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
}
/* line 12, ../../../../../../../usr/local/lib/ruby/gems/3.0.0/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 20, ../sass/_grid.scss */
.left {
  width: 100%;
  float: left;
  padding-left: 1.38889%;
  padding-right: 1.38889%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  /* line 20, ../sass/_grid.scss */
  .left {
    width: 33.33333%;
    float: left;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
  }
}

/* line 29, ../sass/_grid.scss */
.middle {
  width: 100%;
  float: left;
  padding-left: 1.38889%;
  padding-right: 1.38889%;
  margin-top: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  /* line 29, ../sass/_grid.scss */
  .middle {
    width: 33.33333%;
    float: left;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
    margin-top: 0;
  }
}

/* line 39, ../sass/_grid.scss */
.right {
  width: 100%;
  float: left;
  padding-left: 1.38889%;
  padding-right: 1.38889%;
  margin-top: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  /* line 39, ../sass/_grid.scss */
  .right {
    width: 33.33333%;
    float: right;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
    margin-top: 0;
  }
  /* line 45, ../sass/_grid.scss */
  .right.alist {
    padding-top: 67px;
  }
}

/* line 52, ../sass/_grid.scss */
.main {
  width: 100%;
  float: left;
  padding-left: 1.38889%;
  padding-right: 1.38889%;
  margin-top: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  /* line 52, ../sass/_grid.scss */
  .main {
    width: 66.66667%;
    float: right;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
    margin-top: 0;
  }
}

/* line 62, ../sass/_grid.scss */
.fullwidth {
  width: 100%;
  float: left;
  padding-left: 1.38889%;
  padding-right: 1.38889%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  /* line 62, ../sass/_grid.scss */
  .fullwidth {
    width: 100%;
    float: right;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
  }
}

/* line 70, ../sass/_grid.scss */
.row {
  overflow: hidden;
  *zoom: 1;
}

/* line 1, ../sass/_header.scss */
.docked {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: -86px;
  height: 86px;
  line-height: 86px;
  background: #fff;
  -webkit-transition: top 0.5s, bottom 0.5s;
  -moz-transition: top 0.5s, bottom 0.5s;
  transition: top 0.5s, bottom 0.5s;
  display: none;
}
@media (min-width: 1024px) {
  /* line 1, ../sass/_header.scss */
  .docked {
    display: block;
  }
}
/* line 23, ../sass/_header.scss */
.docked.-with-subnav {
  top: calc(-86px - 50px);
  height: calc(86px + 50px);
}
/* line 29, ../sass/_header.scss */
.docked a {
  color: #101095;
  text-decoration: none;
}
/* line 33, ../sass/_header.scss */
.docked.show {
  top: 0;
}
/* line 41, ../sass/_header.scss */
.docked ul.lang li, .docked ul.functional li {
  color: #101095;
}
/* line 43, ../sass/_header.scss */
.docked ul.lang li a, .docked ul.functional li a {
  color: #101095;
  font-size: 10px;
}
/* line 46, ../sass/_header.scss */
.docked ul.lang li a.active, .docked ul.functional li a.active {
  color: #090950;
}
/* line 50, ../sass/_header.scss */
.docked ul.lang li a.functional-nav-docked-link, .docked ul.functional li a.functional-nav-docked-link {
  font-family: "NexaHeavy", sans-serif;
}
@media (min-width: 870px) {
  /* line 50, ../sass/_header.scss */
  .docked ul.lang li a.functional-nav-docked-link, .docked ul.functional li a.functional-nav-docked-link {
    font-size: 12px;
  }
}
@media (min-width: 1100px) {
  /* line 50, ../sass/_header.scss */
  .docked ul.lang li a.functional-nav-docked-link, .docked ul.functional li a.functional-nav-docked-link {
    font-size: 13px;
  }
}
/* line 64, ../sass/_header.scss */
.docked .docked--logo {
  width: 100px;
  height: 86px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 74, ../sass/_header.scss */
.docked .docked--logo-link {
  /*
  max-width: 100%;
  height: 86px;
  margin-left: 20px;
  display: block;
  background: transparent url(/img/logoIcon.png) center center / contain no-repeat;
  */
  display: block;
  /* height: 76px; */
  line-height: 0;
  padding: 18px 16px;
  /*
  @include breakpoint("830px") {
  	background: transparent url(/img/logoIcon.png) center center / contain no-repeat;
  }
  */
}
/* line 95, ../sass/_header.scss */
.docked .docked--logo-img {
  height: 50px;
}
/* line 99, ../sass/_header.scss */
.docked .docked--mainnav {
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(66, 66, 66, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(66, 66, 66, 0.2);
  box-shadow: 0 2px 5px 0 rgba(66, 66, 66, 0.2);
}
/* line 106, ../sass/_header.scss */
.docked .docked--subnav {
  background-color: #f3f3fa;
}
/* line 111, ../sass/_header.scss */
.docked .docked--subnav-link {
  color: #101095;
  display: block;
  float: left;
  line-height: 50px;
  margin-right: 30px;
  font-family: "Nexa", sans-serif;
}
/* line 119, ../sass/_header.scss */
.docked .docked--subnav-link.current {
  font-family: "NexaHeavy", sans-serif;
}
/* line 123, ../sass/_header.scss */
.docked .docked--subnav-link:hover {
  color: #1515c3;
}
/* line 126, ../sass/_header.scss */
.docked .docked--subnav-link:first-of-type {
  margin-left: calc(100px + 5px);
}
/* line 133, ../sass/_header.scss */
.docked .docked--mainnav-navigation {
  width: calc(100% - 100px);
  height: 86px;
  margin-left: 100px;
}
/* line 139, ../sass/_header.scss */
.docked .docked--mainnav-navigation-left {
  width: 65%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 144, ../sass/_header.scss */
.docked .docked--mainnav-navigation-left a {
  padding: 0 5px;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
}
/* line 151, ../sass/_header.scss */
.docked .docked--mainnav-navigation-left a:hover {
  color: #101095;
}
@media (min-width: 870px) {
  /* line 144, ../sass/_header.scss */
  .docked .docked--mainnav-navigation-left a {
    font-size: 13px;
  }
}
@media (min-width: 1100px) {
  /* line 144, ../sass/_header.scss */
  .docked .docked--mainnav-navigation-left a {
    font-size: 15px;
  }
}
/* line 162, ../sass/_header.scss */
.docked .docked--mainnav-navigation-left a.current {
  color: #101095;
  font-family: "NexaHeavy", sans-serif;
}
/* line 169, ../sass/_header.scss */
.docked .docked--mainnav-navigation-right {
  width: 35%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 177, ../sass/_header.scss */
.topbar div.text_right, .docked div.text_right {
  display: none;
}
@media (min-width: 1024px) {
  /* line 177, ../sass/_header.scss */
  .topbar div.text_right, .docked div.text_right {
    display: block;
  }
}
/* line 183, ../sass/_header.scss */
.topbar ul.lang, .docked ul.lang {
  float: right;
  padding-right: 20px;
}
/* line 186, ../sass/_header.scss */
.topbar ul.lang li, .docked ul.lang li {
  display: inline-block;
}
/* line 188, ../sass/_header.scss */
.topbar ul.lang li:before, .docked ul.lang li:before {
  content: " - ";
}
/* line 192, ../sass/_header.scss */
.topbar ul.lang li:first-child:before, .docked ul.lang li:first-child:before {
  content: "";
}
/* line 196, ../sass/_header.scss */
.topbar ul.lang li a, .docked ul.lang li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  overflow: hidden;
}
/* line 204, ../sass/_header.scss */
.topbar span.divider, .docked span.divider {
  color: #101095;
  font-size: 12px;
  float: right;
  padding: 0 10px;
}
/* line 210, ../sass/_header.scss */
.topbar ul.functional, .docked ul.functional {
  float: right;
  padding-right: 15px;
}
/* line 213, ../sass/_header.scss */
.topbar ul.functional li, .docked ul.functional li {
  display: inline-block;
}
/* line 215, ../sass/_header.scss */
.topbar ul.functional li a, .docked ul.functional li a {
  padding: 0 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
}
@media (min-width: 870px) {
  /* line 215, ../sass/_header.scss */
  .topbar ul.functional li a, .docked ul.functional li a {
    font-size: 12px;
  }
}

/* line 228, ../sass/_header.scss */
.topbar {
  background: #101095;
  height: 30px;
  line-height: 30px;
  font-family: "Nexa", sans-serif;
}
/* line 234, ../sass/_header.scss */
.topbar div.slogan h4 {
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 1024px) {
  /* line 233, ../sass/_header.scss */
  .topbar div.slogan {
    display: none;
  }
}
/* line 244, ../sass/_header.scss */
.topbar ul.lang {
  color: #8787ca;
}
/* line 246, ../sass/_header.scss */
.topbar ul.lang a {
  color: #8787ca;
}
/* line 249, ../sass/_header.scss */
.topbar ul.lang a.active {
  color: #fff;
}
/* line 254, ../sass/_header.scss */
.topbar ul.functional li {
  color: #8787ca;
}
/* line 256, ../sass/_header.scss */
.topbar ul.functional li a {
  color: #fff;
}
/* line 261, ../sass/_header.scss */
.topbar span.divider {
  color: #8787ca;
}

@media (min-width: 1024px) {
  /* line 267, ../sass/_header.scss */
  #header {
    height: 213px;
    margin-bottom: 20px;
  }
}
/* line 272, ../sass/_header.scss */
#header .container {
  position: relative;
  overflow: visible;
}
/* line 278, ../sass/_header.scss */
#header .container.pbottom {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  /* line 278, ../sass/_header.scss */
  #header .container.pbottom {
    padding-bottom: 0;
  }
}
/* line 284, ../sass/_header.scss */
#header .container div.left {
  position: relative;
  /*
  @include breakpoint($desktop) {
  	width: 100%;
  }
  */
}
/* line 286, ../sass/_header.scss */
#header .container div.left .bgline {
  height: 66px;
  position: relative;
}
/* line 290, ../sass/_header.scss */
#header .container div.left .bgline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 3px;
  background: #101095;
  -ms-transform: rotateZ(-7deg);
  /* IE 9 */
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateZ(-7deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotateZ(-7deg);
  /* Chrome, Safari, Opera */
  transform: rotateZ(-7deg);
  -webkit-backface-visibility: hidden;
}
@media (min-width: 720px) {
  /* line 286, ../sass/_header.scss */
  #header .container div.left .bgline {
    width: 290px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  /* line 286, ../sass/_header.scss */
  #header .container div.left .bgline {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  /* line 284, ../sass/_header.scss */
  #header .container div.left {
    width: 100%;
  }
}
/* line 328, ../sass/_header.scss */
#header .container a#logo img.smalllogo {
  height: 123px;
  width: 115px;
  margin: 40px auto;
  display: block;
}
@media (min-width: 720px) {
  /* line 328, ../sass/_header.scss */
  #header .container a#logo img.smalllogo {
    display: none;
  }
}
/* line 337, ../sass/_header.scss */
#header .container a#logo img.biglogo {
  display: none;
  margin: 40px auto 0 auto;
  max-width: 100%;
}
@media (min-width: 720px) {
  /* line 337, ../sass/_header.scss */
  #header .container a#logo img.biglogo {
    display: block;
  }
}
/* line 346, ../sass/_header.scss */
#header .container a#oldlogo {
  height: 123px;
  width: 115px;
  background: transparent url(/img/logo-mobile.png) left top no-repeat;
  display: block;
  margin: 40px auto;
}
@media (min-width: 1024px) {
  /* line 346, ../sass/_header.scss */
  #header .container a#oldlogo {
    top: 40px;
    bottom: 40px;
    position: absolute;
    left: 3.15%;
    right: 3.15%;
    margin: 0;
    height: auto;
    width: auto;
    background: transparent url(/img/logo.png) center center/contain no-repeat;
  }
}
@media (min-width: 1024px) {
  /* line 364, ../sass/_header.scss */
  #header .container #mobileNav {
    display: none;
  }
}
/* line 368, ../sass/_header.scss */
#header .container #mobileNav div.hamburger {
  width: 36px;
  float: right;
  margin-top: 36px;
  margin-right: 20px;
}
/* line 373, ../sass/_header.scss */
#header .container #mobileNav div.hamburger span {
  width: auto;
  display: block;
  background: #101095;
  height: 4px;
  margin-bottom: 4px;
}
/* line 381, ../sass/_header.scss */
#header .container #mobileNav ul {
  display: none;
  padding: 0 40px;
}
/* line 385, ../sass/_header.scss */
#header .container #mobileNav ul li a {
  text-transform: uppercase;
  color: #101095;
  font-family: "NexaHeavy", sans-serif;
  text-decoration: none;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}
/* line 397, ../sass/_header.scss */
#header .container #mainNav {
  margin-top: 40px;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 1024px) {
  /* line 397, ../sass/_header.scss */
  #header .container #mainNav {
    display: block;
  }
}
/* line 404, ../sass/_header.scss */
#header .container #mainNav .navrow {
  height: 33px;
  margin-bottom: 10px;
}
/* line 408, ../sass/_header.scss */
#header .container #mainNav .navrow a {
  color: #101095;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-family: "NexaHeavy", sans-serif;
  margin-right: 20px;
}
/* line 415, ../sass/_header.scss */
#header .container #mainNav .navrow a:hover, #header .container #mainNav .navrow a.current {
  color: #101095;
}
/* line 417, ../sass/_header.scss */
#header .container #mainNav .navrow a:hover:after, #header .container #mainNav .navrow a.current:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 3px;
  width: 100%;
  background: #101095;
  -ms-transform: rotateZ(-7deg);
  /* IE 9 */
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateZ(-7deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotateZ(-7deg);
  /* Chrome, Safari, Opera */
  transform: rotateZ(-7deg);
  -webkit-backface-visibility: hidden;
}
/* line 434, ../sass/_header.scss */
#header .container #mainNav .navrow a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 43px;
}
/* line 444, ../sass/_header.scss */
#header .container #mainNav .navrow .main-nav--link-wrapper {
  display: inline-block;
}
/* line 449, ../sass/_header.scss */
#header .container #mainNav .navrow .main-nav--link-wrapper.-has-subnav a:after {
  display: none;
}
/* line 455, ../sass/_header.scss */
#header .container #mainNav .navrow .main-nav--link-wrapper:hover .main-nav--dropdown {
  display: block;
}
/* line 461, ../sass/_header.scss */
#header .container #mainNav .navrow .main-nav--dropdown {
  width: fit-content;
  background-color: #101095;
  padding: 25px 25px 15px;
  position: absolute;
  display: none;
  z-index: 999;
  margin-top: 10px;
}
/* line 478, ../sass/_header.scss */
#header .container #mainNav .navrow .main-nav--dropdown .main-nav--dropdown-link-triangle {
  position: absolute;
  height: 20px;
  background-color: #101095;
  left: 0;
  right: 0;
  bottom: -20px;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
/* line 495, ../sass/_header.scss */
#header .container #mainNav .navrow .main-nav--dropdown a {
  display: block;
  width: 100%;
  color: #fff;
}
/* line 500, ../sass/_header.scss */
#header .container #mainNav .navrow .main-nav--dropdown a:not(:last-of-type) {
  margin-bottom: 10px;
}

/* line 1, ../sass/_home.scss */
.hp__intro {
  color: #101095;
}
/* line 3, ../sass/_home.scss */
.hp__intro div {
  color: #101095;
}

/* line 8, ../sass/_home.scss */
.hp__project {
  min-height: 240px;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
}
/* line 14, ../sass/_home.scss */
.hp__project img {
  max-width: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 7;
  margin-top: 0 !important;
}
/* line 22, ../sass/_home.scss */
.hp__project .imgholder {
  position: relative;
}
/* line 24, ../sass/_home.scss */
.hp__project .imgholder:after {
  content: " ";
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 9;
  background: transparent url(/img/overlay-spotlight.png) left bottom no-repeat;
  -webkit-transition: background-position 0.3s;
  -moz-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
/* line 40, ../sass/_home.scss */
.hp__project:hover .imgholder:after {
  background: transparent url(/img/overlay-spotlight.png) right bottom no-repeat;
  -webkit-transition: background-position 0.3s;
  -moz-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
/* line 48, ../sass/_home.scss */
.hp__project:hover .titleOverlay h4 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 7px;
}
/* line 53, ../sass/_home.scss */
.hp__project:hover .titleOverlay h3 {
  color: #fff;
}
/* line 58, ../sass/_home.scss */
.hp__project .titleOverlay {
  width: 100%;
  min-height: 120px;
  background: #101095;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
  position: relative;
  z-index: 9;
}
/* line 67, ../sass/_home.scss */
.hp__project .titleOverlay h4 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 7px;
  font-size: 14px;
  font-family: "NexaHeavy", sans-serif;
}
/* line 74, ../sass/_home.scss */
.hp__project .titleOverlay h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}
/* line 81, ../sass/_home.scss */
.hp__project .titleOverlay h5 {
  color: #fff;
  font-family: "chaparral-pro", sans-serif;
  font-size: 17px;
  text-decoration: none;
}

/* line 90, ../sass/_home.scss */
.hp__opencalls {
  margin-bottom: 30px;
  min-height: 380px;
  width: 100%;
  display: block;
  position: relative;
  background: transparent url(/img/das.jpg) center center/cover no-repeat;
}
/* line 97, ../sass/_home.scss */
.hp__opencalls .titleOverlay {
  width: 100%;
  height: 45%;
  background: transparent url(/img/overlay-calls.png) center bottom/cover no-repeat;
  position: absolute;
  z-index: 9;
  top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 20px 0 20px;
  text-align: center;
}
/* line 107, ../sass/_home.scss */
.hp__opencalls .titleOverlay h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}

/* line 116, ../sass/_home.scss */
.hp__overons {
  min-height: 380px;
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
  text-decoration: none;
  text-align: left !important;
  cursor: pointer;
}
/* line 126, ../sass/_home.scss */
.hp__overons .titleOverlay {
  width: 100%;
  height: fit-content;
  background: transparent url(/img/overlay-calls.png) center bottom/cover no-repeat;
  position: absolute;
  z-index: 9;
  top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 110px 20px 0 20px;
  text-align: left;
}
/* line 137, ../sass/_home.scss */
.hp__overons .titleOverlay h4 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 7px;
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: "NexaHeavy", sans-serif;
}
/* line 147, ../sass/_home.scss */
.hp__overons div.rte {
  color: #101095;
  padding: 140px 20px 0 20px;
  text-decoration: none;
}
/* line 151, ../sass/_home.scss */
.hp__overons div.rte p {
  text-decoration: none;
}
/* line 158, ../sass/_home.scss */
.hp__overons:hover .titleOverlay h4 {
  color: #fff;
}

/* line 165, ../sass/_home.scss */
.hp__news {
  background: #c9e4f0;
  padding: 25px;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
}
/* line 173, ../sass/_home.scss */
.hp__news:after {
  content: "";
  width: 46px;
  height: 65px;
  background: transparent url(/img/news-top.png) right top no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 182, ../sass/_home.scss */
.hp__news h4 {
  font-size: 16px;
  color: #101095;
  margin-bottom: 25px;
  line-height: 1.3em;
  font-family: "chaparral-pro", sans-serif;
}
/* line 189, ../sass/_home.scss */
.hp__news h3 {
  color: #101095;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
}

/* line 197, ../sass/_home.scss */
.hp__agenda {
  padding-top: 20px;
  background: transparent url(/img/agenda-top.png) right top no-repeat;
  min-height: 85px;
  margin-bottom: 30px;
}
/* line 202, ../sass/_home.scss */
.hp__agenda h3 {
  color: #101095;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 208, ../sass/_home.scss */
.hp__agenda a.item {
  display: block;
  border-bottom: 1px solid #b0b0af;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
}
/* line 214, ../sass/_home.scss */
.hp__agenda a.item h4 {
  font-size: 16px;
  color: #101095;
  line-height: 1.3em;
  margin-bottom: 3px;
  font-family: "chaparral-pro", sans-serif;
}
/* line 221, ../sass/_home.scss */
.hp__agenda a.item h3 {
  color: #101095;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: bold;
}
/* line 228, ../sass/_home.scss */
.hp__agenda a.item h5 {
  color: #616160;
  font-family: "chaparral-pro", sans-serif;
}
/* line 233, ../sass/_home.scss */
.hp__agenda a.item:hover h3, .hp__agenda a.item:hover h4 {
  color: #000;
}

/* line 240, ../sass/_home.scss */
.hp__kalender {
  margin-bottom: 30px;
  min-height: 240px;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
}
/* line 247, ../sass/_home.scss */
.hp__kalender img {
  max-width: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 7;
}
/* line 254, ../sass/_home.scss */
.hp__kalender .imgholder {
  position: relative;
}
/* line 256, ../sass/_home.scss */
.hp__kalender .imgholder:after {
  content: " ";
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 9;
  background: transparent url(/img/overlay-kalender.png) left bottom no-repeat;
  -webkit-transition: background-position 0.3s;
  -moz-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
/* line 272, ../sass/_home.scss */
.hp__kalender:hover .imgholder:after {
  background: transparent url(/img/overlay-kalender.png) right bottom no-repeat;
  -webkit-transition: background-position 0.3s;
  -moz-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
/* line 280, ../sass/_home.scss */
.hp__kalender:hover .titleOverlay h3 {
  color: #000;
}
/* line 285, ../sass/_home.scss */
.hp__kalender .titleOverlay {
  width: 100%;
  min-height: 120px;
  background: #b3d39e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
  position: relative;
  z-index: 9;
}
/* line 294, ../sass/_home.scss */
.hp__kalender .titleOverlay h3 {
  color: #101095;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}
/* line 301, ../sass/_home.scss */
.hp__kalender .titleOverlay h5 {
  color: #fff;
  font-family: "chaparral-pro", sans-serif;
  font-size: 17px;
  text-decoration: none;
}

/* line 310, ../sass/_home.scss */
p.extratxt {
  color: #101095;
  padding: 20px;
}

/* line 2, ../sass/_mainpage.scss */
.mainpage h2 {
  color: #101095;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 1em;
}
/* line 9, ../sass/_mainpage.scss */
.mainpage .inleiding p {
  color: #101095;
}
/* line 13, ../sass/_mainpage.scss */
.mainpage p {
  margin-bottom: 30px;
  font-size: 15px;
}

/* line 2, ../sass/_agenda.scss */
.agendaItem h2.catTitle {
  border: 4px solid #101095;
  padding: 10px;
  display: inline-block;
  text-transform: lowercase;
  font-family: "Nexa", sans-serif;
  font-size: 16px;
}
/* line 11, ../sass/_agenda.scss */
.agendaItem div.p10 h1 {
  color: #101095;
  text-transform: uppercase;
  font-size: 25px;
}
/* line 16, ../sass/_agenda.scss */
.agendaItem div.p10 h3 {
  color: #101095;
  margin-bottom: 25px;
  font-family: "chaparral-pro", sans-serif;
}
/* line 20, ../sass/_agenda.scss */
.agendaItem div.p10 h3 a {
  color: #101095;
}
/* line 22, ../sass/_agenda.scss */
.agendaItem div.p10 h3 a:hover {
  text-decoration: none;
}

/* line 31, ../sass/_agenda.scss */
.titleblock h1 {
  color: #101095;
  text-transform: uppercase;
  font-size: 25px;
  margin-top: 5px;
}
/* line 37, ../sass/_agenda.scss */
.titleblock h3 {
  color: #101095;
  margin-bottom: 25px;
  font-family: "chaparral-pro", sans-serif;
}
/* line 41, ../sass/_agenda.scss */
.titleblock h3 a {
  color: #101095;
}
/* line 43, ../sass/_agenda.scss */
.titleblock h3 a:hover {
  text-decoration: none;
}
/* line 49, ../sass/_agenda.scss */
.titleblock .inleiding {
  margin-top: 15px;
}

/* line 55, ../sass/_agenda.scss */
.alist a, .masonry__item a {
  display: block;
  border-bottom: 1px solid #b0b0af;
  padding: 3px 0 12px 0;
  text-align: center;
  text-decoration: none;
}
/* line 61, ../sass/_agenda.scss */
.alist a h4, .masonry__item a h4 {
  font-size: 16px;
  color: #101095;
  margin-bottom: 3px;
  line-height: 1.3em;
  font-family: "chaparral-pro", sans-serif;
}
/* line 68, ../sass/_agenda.scss */
.alist a h3, .masonry__item a h3 {
  color: #101095;
  font-family: "NexaHeavy", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: bold;
}
/* line 76, ../sass/_agenda.scss */
.alist a h5, .masonry__item a h5 {
  color: #616160;
  font-family: "chaparral-pro", sans-serif;
}
/* line 81, ../sass/_agenda.scss */
.alist a:hover h3, .alist a:hover h4, .masonry__item a:hover h3, .masonry__item a:hover h4 {
  color: #000;
}
/* line 85, ../sass/_agenda.scss */
.alist a img, .masonry__item a img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 12px;
}
/* line 93, ../sass/_agenda.scss */
.alist .submenu a, .masonry__item .submenu a {
  text-decoration: underline;
}

/* line 101, ../sass/_agenda.scss */
.agenda .alist a h3, .agenda .masonry__item a h3 {
  min-height: 32px;
}
/* line 104, ../sass/_agenda.scss */
.agenda .alist a img, .agenda .masonry__item a img {
  object-fit: cover;
  height: 300px;
}
/* line 111, ../sass/_agenda.scss */
.agenda .alist.masonry__item-first a, .agenda .masonry__item.masonry__item-first a {
  display: initial;
  border-bottom: none;
  text-align: initial;
  padding: initial;
}
/* line 119, ../sass/_agenda.scss */
.agenda .masonry-toprow {
  width: 100%;
  display: grid;
}
@media (min-width: 720px) {
  /* line 119, ../sass/_agenda.scss */
  .agenda .masonry-toprow {
    width: 95%;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "top top" "bottom-left bottom-right";
    grid-template-rows: auto;
    column-gap: 5%;
  }
  /* line 130, ../sass/_agenda.scss */
  .agenda .masonry-toprow .masonry__item-first {
    width: 100%;
    grid-area: top;
  }
  /* line 135, ../sass/_agenda.scss */
  .agenda .masonry-toprow .masonry__item:nth-of-type(2) {
    width: 100%;
    grid-area: bottom-left;
  }
  /* line 139, ../sass/_agenda.scss */
  .agenda .masonry-toprow .masonry__item {
    display: inline-block;
    grid-area: bottom-right;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 119, ../sass/_agenda.scss */
  .agenda .masonry-toprow {
    width: 99%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "top bottom-left bottom-right";
    grid-template-rows: auto;
    column-gap: 3%;
  }
}

/* line 1, ../sass/_contactform.scss */
form#ajaxform {
  margin-bottom: 20px;
}
/* line 3, ../sass/_contactform.scss */
form#ajaxform input[type=text] {
  font-family: "chaparral-pro", sans-serif;
  border: none;
  border-bottom: 1px solid #cccccc;
  height: 30px;
  line-height: 30px;
  width: 100%;
  color: #000;
  font-size: 13px;
}
/* line 12, ../sass/_contactform.scss */
form#ajaxform input[type=text].error {
  border-bottom: 1px solid #ff0000;
}
/* line 16, ../sass/_contactform.scss */
form#ajaxform div.field {
  margin-bottom: 10px;
}
/* line 19, ../sass/_contactform.scss */
form#ajaxform textarea {
  font-family: "chaparral-pro", sans-serif;
  resize: none;
  border: none;
  height: 90px;
  line-height: 30px;
  width: 100%;
  color: #000;
  font-size: 13px;
  background: transparent url(/img/textareabg.png) left top repeat;
}
/* line 29, ../sass/_contactform.scss */
form#ajaxform textarea.error {
  background: transparent url(/img/textareabgerror.png) left top repeat;
}
/* line 33, ../sass/_contactform.scss */
form#ajaxform button {
  padding: 3px 20px 1px 5px;
  border: 3px solid #101095;
  display: inline-block;
  font-size: 12px;
  font-family: "NexaHeavy", sans-serif;
  color: #101095;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  background: #fff;
  height: 28px;
  text-transform: uppercase;
}
/* line 46, ../sass/_contactform.scss */
form#ajaxform button:after {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 17px;
  height: 28px;
  background: url(/img/btnRight.png);
  display: block;
  content: " ";
}
/* line 56, ../sass/_contactform.scss */
form#ajaxform button:hover {
  color: #000;
}

/* line 61, ../sass/_contactform.scss */
div.hidden {
  display: none;
  margin-top: 17px;
  margin-bottom: 30px;
}

/* line 1, ../sass/_cookiestatement.scss */
.cookiestatement {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 50px;
  background-color: #101095;
  z-index: 999;
  padding: 35px;
}
@media only screen and (min-width: 720px) {
  /* line 1, ../sass/_cookiestatement.scss */
  .cookiestatement {
    left: 30px;
    bottom: 30px;
    width: 400px;
  }
}
/* line 17, ../sass/_cookiestatement.scss */
.cookiestatement .rte {
  color: #fff;
  padding-bottom: 20px;
  line-height: 20px;
}
/* line 24, ../sass/_cookiestatement.scss */
.cookiestatement .cookiestatement--buttons a {
  color: #fff;
  margin-right: 15px;
}
/* line 27, ../sass/_cookiestatement.scss */
.cookiestatement .cookiestatement--buttons a:after {
  background-color: #fff;
}
/* line 33, ../sass/_cookiestatement.scss */
.cookiestatement .cookiestatement--close {
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 40, ../sass/_cookiestatement.scss */
.cookiestatement .cookiestatement--close span {
  width: 15px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-top: 6px;
  transform: rotate(45deg);
  position: absolute;
}
/* line 48, ../sass/_cookiestatement.scss */
.cookiestatement .cookiestatement--close span:last-child {
  transform: rotate(135deg);
}
/* line 52, ../sass/_cookiestatement.scss */
.cookiestatement .cookiestatement--close:after {
  display: none;
}
/* line 56, ../sass/_cookiestatement.scss */
.cookiestatement.hide {
  display: none;
}

/* line 4, ../sass/_block.scss */
.block img {
  max-width: 100%;
}

/* line 9, ../sass/_block.scss */
.block--video {
  margin: 40px 0;
  position: relative;
  cursor: pointer;
}

/* line 15, ../sass/_block.scss */
.block--video-icon-wrapper {
  width: 100px;
  height: 100px;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}

/* line 23, ../sass/_block.scss */
.block--video-icon {
  width: 100%;
  height: 100%;
  fill: #101095;
}

/* line 1, ../sass/_video.scss */
.video-overlay {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: 0.9;
  z-index: 200;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
}
/* line 13, ../sass/_video.scss */
.video-overlay.hide {
  display: none;
}

/* line 17, ../sass/_video.scss */
.video-mainwrapper {
  width: 100vw;
  height: 100vh;
  z-index: 250;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
}
/* line 26, ../sass/_video.scss */
.video-mainwrapper.hide {
  display: none;
}
/* line 31, ../sass/_video.scss */
.video-mainwrapper .video-wrapper {
  position: relative;
  top: 100px;
}
@media screen and (max-width: 720px) and (min-width: 0) {
  /* line 35, ../sass/_video.scss */
  .video-mainwrapper .video-wrapper iframe {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 720px) {
  /* line 35, ../sass/_video.scss */
  .video-mainwrapper .video-wrapper iframe {
    width: 100%;
    height: 400px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  /* line 35, ../sass/_video.scss */
  .video-mainwrapper .video-wrapper iframe {
    height: 480px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 55, ../sass/_video.scss */
.video-mainwrapper video {
  width: 100%    !important;
  height: auto   !important;
}
/* line 59, ../sass/_video.scss */
.video-mainwrapper .video-button-close {
  position: absolute;
  z-index: 250;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  /*
  &:before{
  	content: "\f00d";
  	font-family: "FontAwesome";
  	color: #ccc;
  	font-size: 30px;
  	line-height: 30px;
  	height: 30px;
  	position: relative;
  	display: block;
  	right: 6px;
  	top: 6px;
  }
  */
}
/* line 68, ../sass/_video.scss */
.video-mainwrapper .video-button-close .video-button-close-icon {
  fill: #101095;
}
/* line 71, ../sass/_video.scss */
.video-mainwrapper .video-button-close .video-button-close-icon:hover {
  color: #5252ec;
}

/* line 1, ../sass/_clients-list.scss */
.clients-list {
  margin: 4rem 0;
  padding: 0;
}

/* line 6, ../sass/_clients-list.scss */
.clients-list__title {
  margin: 0 0 2rem;
  font-size: 30px;
  text-align: center;
}

@media (min-width: 1024px) {
  /* line 12, ../sass/_clients-list.scss */
  .clients-list__list {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 19, ../sass/_clients-list.scss */
  .clients-list__list > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.3% - 4rem);
    margin: 2rem;
  }
  @supports (display: grid) {
    /* line 19, ../sass/_clients-list.scss */
    .clients-list__list > * {
      margin: 0;
    }
  }
}
@media (min-width: 1024px) {
  /* line 32, ../sass/_clients-list.scss */
  .clients-list__list > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(20% - 4rem);
    margin: 2rem;
  }
  @supports (display: grid) {
    /* line 32, ../sass/_clients-list.scss */
    .clients-list__list > * {
      margin: 0;
    }
  }
}
@supports (display: grid) {
  /* line 12, ../sass/_clients-list.scss */
  .clients-list__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
    align-items: center;
  }
}

/* line 52, ../sass/_clients-list.scss */
.clients-list__item {
  filter: grayscale(100%) opacity(0.5);
  transition: filter 0.3s ease;
}
/* line 56, ../sass/_clients-list.scss */
.clients-list__item:hover {
  filter: none;
}

/* line 62, ../sass/_clients-list.scss */
.clients-list__item__fig img {
  margin-left: auto;
  margin-right: auto;
}

/* line 68, ../sass/_clients-list.scss */
.clients-list__item__fig__img {
  width: 100%;
}

/* line 1, ../sass/_footer.scss */
footer {
  margin-top: 4rem;
  border-top: 1px solid #101095;
}
/* line 5, ../sass/_footer.scss */
footer .clients-list {
  margin: 0;
  height: 100%;
}
/* line 11, ../sass/_footer.scss */
footer .clients-list__list {
  height: 100%;
}
/* line 16, ../sass/_footer.scss */
footer .clients-list__item a {
  display: block;
}
/* line 21, ../sass/_footer.scss */
footer .social {
  align-items: center;
  display: inline-grid;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
  margin-top: 10px;
  padding: 0 1.38889%;
}
@media (min-width: 1024px) {
  /* line 21, ../sass/_footer.scss */
  footer .social {
    margin-top: 0;
    padding: 0;
  }
}

/* line 37, ../sass/_footer.scss */
.footer__content {
  padding: 1rem 0;
}
@media (min-width: 1024px) {
  /* line 37, ../sass/_footer.scss */
  .footer__content {
    display: grid;
    grid-template-columns: max-content auto 35%;
  }
  /* line 44, ../sass/_footer.scss */
  .footer__content .left {
    padding-left: 0;
    width: initial;
  }
  /* line 48, ../sass/_footer.scss */
  .footer__content .main {
    padding-right: 0;
    width: initial;
  }
}
/* line 55, ../sass/_footer.scss */
.footer__content .clients-list__list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* line 60, ../sass/_footer.scss */
.footer__bottom-bar {
  background: #101095;
  line-height: 45px;
  font-family: "Nexa", sans-serif;
  text-align: right;
}
/* line 67, ../sass/_footer.scss */
.footer__bottom-bar ul.lang li, .footer__bottom-bar ul.functional li {
  color: #8787ca;
  display: inline-block;
}
/* line 70, ../sass/_footer.scss */
.footer__bottom-bar ul.lang li a, .footer__bottom-bar ul.functional li a {
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 77, ../sass/_footer.scss */
.footer__bottom-bar ul.lang li a:hover, .footer__bottom-bar ul.functional li a:hover {
  text-decoration: underline;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 6, ../sass/_plugins/_colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 14, ../sass/_plugins/_colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 20, ../sass/_plugins/_colorbox.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 24, ../sass/_plugins/_colorbox.scss */
#cboxContent {
  position: relative;
}

/* line 28, ../sass/_plugins/_colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 33, ../sass/_plugins/_colorbox.scss */
#cboxTitle {
  margin: 0;
}

/* line 37, ../sass/_plugins/_colorbox.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 45, ../sass/_plugins/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 49, ../sass/_plugins/_colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

/* line 57, ../sass/_plugins/_colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* line 64, ../sass/_plugins/_colorbox.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 76, ../sass/_plugins/_colorbox.scss */
#cboxOverlay {
  background: #000000;
}

/* line 80, ../sass/_plugins/_colorbox.scss */
#colorbox {
  outline: 0;
}

/* line 84, ../sass/_plugins/_colorbox.scss */
#cboxContent {
  margin-top: 32px;
  overflow: visible;
}

/* line 89, ../sass/_plugins/_colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 94, ../sass/_plugins/_colorbox.scss */
#cboxLoadedContent {
  background: #000000;
  padding: 1px;
}

/* line 99, ../sass/_plugins/_colorbox.scss */
#cboxLoadingGraphic {
  background: url(/fftf9xi/rkklqu1ni/loading.gif) no-repeat center center;
}

/* line 103, ../sass/_plugins/_colorbox.scss */
#cboxLoadingOverlay {
  background: #000000;
}

/* line 107, ../sass/_plugins/_colorbox.scss */
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #ffffff;
  text-shadow: none;
}

/* line 115, ../sass/_plugins/_colorbox.scss */
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 124, ../sass/_plugins/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 135, ../sass/_plugins/_colorbox.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 139, ../sass/_plugins/_colorbox.scss */
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/fftf9xi/1dslqu1o1/controls.png) no-repeat 0 0;
}

/* line 148, ../sass/_plugins/_colorbox.scss */
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
/* line 151, ../sass/_plugins/_colorbox.scss */
#cboxPrevious.hover {
  background-position: 0px -25px;
}

/* line 156, ../sass/_plugins/_colorbox.scss */
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
/* line 159, ../sass/_plugins/_colorbox.scss */
#cboxNext.hover {
  background-position: -25px -25px;
}

/* line 164, ../sass/_plugins/_colorbox.scss */
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
/* line 167, ../sass/_plugins/_colorbox.scss */
#cboxClose.hover {
  background-position: -50px -25px;
}

/* line 172, ../sass/_plugins/_colorbox.scss */
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

/* line 176, ../sass/_plugins/_colorbox.scss */
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
/* line 179, ../sass/_plugins/_colorbox.scss */
.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -100px -25px;
}

/* line 184, ../sass/_plugins/_colorbox.scss */
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
/* line 187, ../sass/_plugins/_colorbox.scss */
.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -75px -25px;
}

/* line 1, ../sass/_plugins/_masonry.scss */
.masonry__item, .masonry__sizer, .masonry__item-toprow {
  width: 100%;
}
@media (min-width: 720px) {
  /* line 1, ../sass/_plugins/_masonry.scss */
  .masonry__item, .masonry__sizer, .masonry__item-toprow {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  /* line 1, ../sass/_plugins/_masonry.scss */
  .masonry__item, .masonry__sizer, .masonry__item-toprow {
    width: 31.5%;
  }
}
/* line 9, ../sass/_plugins/_masonry.scss */
.masonry__item img, .masonry__sizer img, .masonry__item-toprow img {
  max-width: 100%;
}

/* line 15, ../sass/_plugins/_masonry.scss */
.masonry-2col .masonry__item, .masonry-2col .masonry__sizer {
  width: 100%;
}
@media (min-width: 720px) {
  /* line 15, ../sass/_plugins/_masonry.scss */
  .masonry-2col .masonry__item, .masonry-2col .masonry__sizer {
    width: 45%;
  }
}

/* line 25, ../sass/_plugins/_masonry.scss */
.masonry__item a h3 {
  min-height: 32px;
}

/* line 31, ../sass/_plugins/_masonry.scss */
.masonry__item, .masonry__item-toprow {
  margin-bottom: 30px;
}

/* line 35, ../sass/_plugins/_masonry.scss */
.masonry__item-first {
  margin-bottom: 60px;
}

/* line 39, ../sass/_plugins/_masonry.scss */
.gutter__sizer {
  width: 0;
}
@media (min-width: 720px) {
  /* line 39, ../sass/_plugins/_masonry.scss */
  .gutter__sizer {
    width: 5%;
  }
}
@media (min-width: 1024px) {
  /* line 39, ../sass/_plugins/_masonry.scss */
  .gutter__sizer {
    width: 2.5%;
  }
}

/* line 20, ../sass/screen.14.scss */
.ministry {
  border: 5px solid #101095;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
}
/* line 25, ../sass/screen.14.scss */
.ministry h3 {
  color: #101095;
  font-family: "chaparral-pro", sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  font-family: "chaparral-pro", sans-serif;
}

/* line 34, ../sass/screen.14.scss */
.listtitle {
  font-size: 18px;
  border: 5px solid #101095;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
  color: #101095;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 46, ../sass/screen.14.scss */
.inleiding p {
  color: #101095;
}

/* line 51, ../sass/screen.14.scss */
.submenu {
  padding-top: 20px;
  margin-bottom: 30px;
  color: #616160;
  font-family: "chaparral-pro", sans-serif;
  line-height: 20px;
}
/* line 60, ../sass/screen.14.scss */
.submenu a {
  display: block;
  color: #101095;
  font-family: "chaparral-pro", sans-serif;
  height: 20px;
  line-height: 20px;
  border-bottom: none;
  text-align: left;
  padding-bottom: 0;
  font-weight: bold;
}
/* line 73, ../sass/screen.14.scss */
.submenu a:hover {
  color: #1212ac;
  text-decoration: none;
}
/* line 78, ../sass/screen.14.scss */
.submenu.npt {
  padding-top: 0;
}
/* line 82, ../sass/screen.14.scss */
.submenu.archive h3 {
  color: #101095;
  text-transform: uppercase;
}
/* line 86, ../sass/screen.14.scss */
.submenu.archive a {
  color: #616160;
}
/* line 88, ../sass/screen.14.scss */
.submenu.archive a:hover {
  color: #000;
}

/* line 95, ../sass/screen.14.scss */
.downloads {
  margin-bottom: 30px;
}
/* line 97, ../sass/screen.14.scss */
.downloads a {
  display: block;
  color: #101095;
  padding-left: 14px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
}
/* line 104, ../sass/screen.14.scss */
.downloads a:hover {
  color: #000;
}

/* line 110, ../sass/screen.14.scss */
.images {
  margin-bottom: 30px;
}

/* line 114, ../sass/screen.14.scss */
.backlink {
  margin-bottom: 20px;
  font-family: "chaparral-pro", sans-serif;
}
/* line 117, ../sass/screen.14.scss */
.backlink a.readmore {
  border: none;
  padding: 4px 4px 4px 0px;
  font-family: "chaparral-pro", sans-serif;
  font-size: 16px;
  color: #101095;
  font-weight: bold;
  text-decoration: underline;
}
/* line 125, ../sass/screen.14.scss */
.backlink a.readmore:hover {
  color: #1212ac;
  text-decoration: none;
}
/* line 129, ../sass/screen.14.scss */
.backlink a.readmore:after {
  display: none;
}

/* line 135, ../sass/screen.14.scss */
a.readmore {
  padding: 6px 5px 4px 5px;
  border: 3px solid #101095;
  display: inline-block;
  font-size: 12px;
  font-family: "NexaHeavy", sans-serif;
  color: #101095;
  text-decoration: none;
  position: relative;
  border-right: 0;
}
/* line 146, ../sass/screen.14.scss */
a.readmore:after {
  position: absolute;
  display: block;
  content: " ";
  right: -5px;
  top: -3px;
  width: 17px;
  height: 100%;
  border: 3px solid #101095;
  border-left: 0;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}
/* line 167, ../sass/screen.14.scss */
a.readmore:hover {
  color: #000;
}

/* line 172, ../sass/screen.14.scss */
.floatright {
  float: right;
}

/* line 176, ../sass/screen.14.scss */
.cf {
  overflow: hidden;
  *zoom: 1;
}
/* line 178, ../sass/screen.14.scss */
.cf:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 188, ../sass/screen.14.scss */
.rte i, .rte em {
  font-style: italic;
}
/* line 194, ../sass/screen.14.scss */
.rte .highlight-blue {
  background: #101095;
  color: #fff;
  padding: 3px 4px 2px 4px;
}
/* line 199, ../sass/screen.14.scss */
.rte b, .rte strong {
  font-weight: bold;
  font-family: "NexaHeavy", sans-serif;
}
/* line 203, ../sass/screen.14.scss */
.rte ul, .rte ol {
  list-style-position: outside;
  margin-left: 15px;
  margin-bottom: 1.2em;
}
/* line 207, ../sass/screen.14.scss */
.rte ul li, .rte ol li {
  line-height: 1.2em;
}
/* line 211, ../sass/screen.14.scss */
.rte ul {
  list-style-type: disc;
}
/* line 214, ../sass/screen.14.scss */
.rte ol {
  list-style-type: decimal;
}
/* line 217, ../sass/screen.14.scss */
.rte a {
  text-decoration: underline;
  color: #101095;
}
/* line 220, ../sass/screen.14.scss */
.rte a:hover {
  text-decoration: none;
}

/* line 227, ../sass/screen.14.scss */
.roll a {
  display: block;
  float: left;
}

/* line 234, ../sass/screen.14.scss */
.social a.social {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-bottom: none;
  margin-right: 5px;
}
/* line 241, ../sass/screen.14.scss */
.social a.social.fb {
  background: transparent url(/img/social/fb.png) left top no-repeat;
  background-color: #f3f3fe;
}
/* line 244, ../sass/screen.14.scss */
.social a.social.fb:hover {
  background: transparent url(/img/social/fb_ro.png) left top no-repeat;
  background-color: #f3f3fe;
}
/* line 249, ../sass/screen.14.scss */
.social a.social.twitter {
  background: transparent url(/img/social/twitter.png) left top no-repeat;
  background-color: #f3f3fe;
}
/* line 252, ../sass/screen.14.scss */
.social a.social.twitter:hover {
  background: transparent url(/img/social/twitter_ro.png) left top no-repeat;
  background-color: #f3f3fe;
}
/* line 257, ../sass/screen.14.scss */
.social a.social.linkedin {
  background: transparent url(/img/social/li.png) left top no-repeat;
  background-color: #f3f3fe;
}
/* line 260, ../sass/screen.14.scss */
.social a.social.linkedin:hover {
  background: transparent url(/img/social/li_ro.png) left top no-repeat;
  background-color: #f3f3fe;
}
/* line 265, ../sass/screen.14.scss */
.social a.social.instagram {
  background: transparent url(/img/social/instagram.svg) center center no-repeat;
  background-color: #f3f3fe;
}
/* line 268, ../sass/screen.14.scss */
.social a.social.instagram:hover {
  background: transparent url(/img/social/instagram_ro.svg) center center no-repeat;
  background-color: #f3f3fe;
}
/* line 273, ../sass/screen.14.scss */
.social a.social.instagram .social-icon {
  padding-left: 10px;
}

/* line 280, ../sass/screen.14.scss */
label.error {
  display: none !important;
}