@import url(black.css);
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?jnavtj");
  src: url("fonts/icomoon.eot?#iefixjnavtj") format("embedded-opentype"), url("fonts/icomoon.woff?jnavtj") format("woff"), url("fonts/icomoon.ttf?jnavtj") format("truetype"), url("fonts/icomoon.svg?jnavtj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e600"; }

.icon-twitter:before {
  content: "\e601"; }

.icon-menu:before {
  content: "\e608"; }

.icon-icon1:before {
  content: "\e603"; }

.icon-icon2:before {
  content: "\e604"; }

.icon-close2:before {
  content: "\e606"; }

.icon-triangle:before {
  content: "\e607"; }

.icon-meer:before {
  content: "\e602"; }

.icon-play:before {
  content: "\e605"; }

fieldset {
  margin: 0;
  border: 0 none; }

input,
textarea {
  padding: 0.5em;
  border: 1px solid #7d7d7d;
  font-family: inherit;
  font-size: 1em;
  line-height: 2.444em; }

input {
  padding: 0 0.5em;
  height: 2.5em; }

button {
  border: none;
  float: right;
  font-size: 1.5em;
  font-family: ProximaNova-Light, helvetica, arial, sans-serif; }

form p {
  font-size: 1.125em;
  line-height: 2.444em;
  margin-bottom: 1em; }
  form p:after {
    content: '';
    display: table;
    clear: both; }
form textarea {
  height: 13.056em; }
form .left-aligned label {
  width: 43%;
  float: left;
  display: block; }
form .left-aligned input,
form .left-aligned textarea {
  display: block;
  overflow: hidden;
  width: 57%;
  box-sizing: border-box !important; }
form .top-aligned label {
  width: 100%;
  display: block;
  margin-bottom: 1em; }
form .top-aligned input,
form .top-aligned textarea {
  width: 100%; }

/*
h1 - 64px - 4em
h2 - 38px - 2.375
h3 - 36px - 2.25

26 - 1.625
24 - 1.5
18 - 1.125
14 - 0.875 - disclaimer
*/
body {
  color: #385777;
  font-family: ProximaNova-Light, helvetica, arial, sans-serif; }

h1 {
  font-size: 4em; }

h2 {
  font-size: 2.375em;
  margin-bottom: 1.368em; }

h3 {
  font-size: 2.25em; }

h4 {
  font-size: 1.5em; }

a,
p {
  font-size: 1.125em; }

.disclaimer {
  font-size: 0.875em;
  text-align: right;
  margin-top: 2em; }

h1,
h2,
h3 {
  text-align: center;
  font-weight: normal; }

h1,
h2,
h3,
h4,
p {
  margin-top: 0; }

a {
  text-decoration: none; }
  a img {
    border: none; }

em {
  font-style: normal;
  color: #35946b;
  font-family: ProximaNova-Semibold, helvetica, arial, sans-serif; }

strong {
  font-weight: normal;
  font-family: ProximaNova-Semibold, helvetica, arial, sans-serif; }

article {
  padding: 6.25em 0 8.75em; }

article.article-intro {
  padding-top: 4em; }

.bluebg {
  background: #1f3246;
  color: #fff; }

.whitebg {
  background: #fff;
  color: #385777; }

.island > *:last-child {
  margin-bottom: 0; }

.btn {
  display: inline-block;
  color: #fff;
  background: #35946b;
  padding: 0.5em;
  text-align: center;
  cursor: pointer; }
  .btn:hover {
    background: #385777; }

nav a {
  color: #385777; }
  nav a:hover {
    color: #35946b; }
  nav a:first-of-type {
    color: #35946b; }
    nav a:first-of-type:hover {
      color: #385777; }

.header {
  position: relative;
  padding: 2em 0; }
  .header .header-social-nav {
    position: absolute;
    top: 1em;
    right: 0.9375em;
    z-index: 100; }
  .header .main-nav {
    height: 5em;
    text-align: right; }
    .header .main-nav a {
      font-size: 1.5em;
      margin-left: 1.125em;
      line-height: 4.4em;
      vertical-align: middle;
      text-transform: capitalize; }
  .header .nav-toggle {
    display: none; }

.bluebg a {
  position: relative;
  color: #dee5ed; }
  .bluebg a:focus {
    color: #dee5ed; }
  .bluebg a:hover {
    color: #35946b; }
  .bluebg a:visited {
    color: #dee5ed; }

.disclaimer {
  position: relative; }
  .disclaimer a {
    position: relative;
    color: #385777; }
    .disclaimer a:focus {
      color: #385777; }
    .disclaimer a:hover {
      color: #000000; }
    .disclaimer a:visited {
      color: #385777; }
  .disclaimer .disclaimer-text {
    display: none;
    position: absolute;
    bottom: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 5px;
    padding: 1em;
    text-align: left;
    opacity: 0;
    transition: opacity 1s ease; }
  .disclaimer .disclaimer-active,
  .disclaimer a:hover + .disclaimer-text {
    display: block;
    opacity: 1;
    transition: opacity 1s ease; }

.tip-twitter {
  opacity: 0.8;
  z-index: 1000;
  text-align: left;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 8px 8px;
  max-width: 200px;
  color: #fff;
  background-color: #000;
  /**
   * - If you set a background-image, border/padding/background-color will be ingnored.
   *   You can set any padding to .tip-inner instead if you need.
   * - If you want a tiled background-image and border/padding for the tip,
   *   set the background-image to .tip-inner instead.
   */ }

.tip-twitter .tip-inner {
  font: bold 11px/14px 'Lucida Grande',sans-serif; }

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-twitter .tip-arrow-top {
  margin-top: -5px;
  margin-left: -5px;
  /* approx. half the width to center it */
  top: 0;
  left: 50%;
  width: 9px;
  height: 5px;
  background: url(../img/tip-twitter_arrows.gif) no-repeat; }

.tip-twitter .tip-arrow-right {
  margin-top: -4px;
  /* approx. half the height to center it */
  margin-left: 0;
  top: 50%;
  left: 100%;
  width: 5px;
  height: 9px;
  background: url(../img/tip-twitter_arrows.gif) no-repeat -9px 0; }

.tip-twitter .tip-arrow-bottom {
  margin-top: 0;
  margin-left: -5px;
  /* approx. half the width to center it */
  top: 100%;
  left: 50%;
  width: 9px;
  height: 5px;
  background: url(../img/tip-twitter_arrows.gif) no-repeat -18px 0; }

.tip-twitter .tip-arrow-left {
  margin-top: -4px;
  /* approx. half the height to center it */
  margin-left: -5px;
  top: 50%;
  left: 0;
  width: 5px;
  height: 9px;
  background: url(../img/tip-twitter_arrows.gif) no-repeat -27px 0; }

.footer {
  padding: 2.25em 0 5em; }
  .footer nav {
    display: inline-block;
    text-transform: capitalize; }
  .footer .footer-nav a {
    margin-left: 1.125em;
    line-height: 3.5em; }
  .footer .footer-nav a:first-child {
    margin-left: 0; }
  .footer .footer-social-nav {
    margin-left: 1.875em; }
  .footer .social-icon {
    max-width: 30px;
    width: 100%;
    float: right;
    margin-top: 15px; }
    .footer .social-icon svg {
      fill: #2F496D; }
    .footer .social-icon:hover svg {
      fill: #35946b; }

.social-nav a {
  display: inline-block;
  width: 28px;
  height: 28px;
  width: 1.75rem;
  height: 1.75rem;
  text-align: center;
  background: #dee5ed;
  color: #385777;
  border-radius: 50%; }
  .social-nav a:hover {
    background: #385777;
    color: #fff; }
.social-nav [class^="icon"] {
  font-size: 0; }
  .social-nav [class^="icon"]:before {
    font-size: 22px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem; }

.claim {
  background: url(../img/intro.jpg) center center;
  color: #fff;
  text-align: center; }
  .claim .scroll-down {
    display: inline-block;
    position: relative;
    width: 2em;
    height: 2em;
    border: 1px solid #6f6f72; }
    .claim .scroll-down:hover {
      background: #35946b;
      border: 1px solid #35946b; }
    .claim .scroll-down:after {
      content: '';
      display: block;
      background: url(../img/scrolldown.png) no-repeat center center;
      width: 100%;
      height: 100%; }
  .claim p {
    text-transform: uppercase; }

article.claim {
  padding: 14.0em 0; }

.intro {
  font-size: 1.625em;
  line-height: 1.385em;
  margin-bottom: 2.4em; }

.feature {
  padding-left: 3em; }
  .feature .feature-icon {
    float: left;
    position: relative;
    z-index: 100; }
    .feature .feature-icon span {
      font-size: 3em;
      width: 1.5em;
      height: 1.5em;
      text-align: center;
      display: block;
      background: #385777;
      color: #fff;
      padding: 0.2em;
      border-radius: 50%; }
  .feature .feature-text {
    overflow: hidden;
    padding: 0 1.5em; }
    .feature .feature-text h2 {
      text-align: left; }
    .feature .feature-text ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .feature .feature-text ul li {
        font-size: 1.5em;
        margin-bottom: 0.5em;
        position: relative; }
        .feature .feature-text ul li:before {
          content: '\e605';
          font-family: icomoon;
          font-size: 0.5em;
          line-height: 2;
          position: absolute;
          left: -1.75em; }
    .feature .feature-text:before {
      content: '';
      position: absolute;
      width: 2px;
      height: 100%;
      background: #a5a8b4;
      left: 5.15em;
      top: 2px; }
  .feature:nth-child(even) .feature-icon span {
    background: #35946b; }

.projects {
  position: relative; }
  .projects:before {
    content: '';
    display: block;
    border-bottom: 1em solid #1f3246;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: -1em;
    left: 50%;
    margin-left: -0.5em; }

.project {
  position: relative; }
  .project .project-image {
    margin-bottom: 2.25em;
    cursor: pointer; }
  .project .project-content {
    padding: 0 1.75em 3.75em; }
    .project .project-content .project-date {
      color: #35946b;
      margin-bottom: 0.5em; }
    .project .project-content h3 {
      text-align: left;
      margin-bottom: 0.75em; }
    .project .project-content .project-info {
      line-height: 1.3; }
  .project .btn {
    width: 100%; }
  .project .meer {
    font-family: ProximaNova-Light, helvetica, arial, sans-serif;
    background-image: url(../img/btn-bg.png);
    background-position: top;
    background-repeat: repeat-x;
    -webkit-transition: background-position .4s ease-in;
    -moz-transition: background-position .4s ease-in;
    -o-transition: background-position .4s ease-in;
    transition: background-position .4s ease-in;
    position: absolute;
    bottom: 0; }
    .project .meer:before {
      font-family: icomoon; }
    .project .meer:hover {
      background-position: bottom; }

.form-header {
  margin-bottom: 5.625em; }
  .form-header h3 {
    margin-bottom: 0.368em; }
  .form-header small {
    display: block;
    text-align: center;
    font-size: 1.125em;
    color: #35946b; }

.accordion {
  margin-bottom: 0.875em; }
  .accordion .accordion-header {
    background: #fff;
    color: #385777;
    font-size: 1.5em;
    padding: 1em 1.333em;
    cursor: pointer; }
    .accordion .accordion-header em {
      color: #385777; }
    .accordion .accordion-header:after {
      content: "\e607";
      font-family: icomoon;
      text-align: center;
      color: #fff;
      display: inline-block;
      float: right;
      font-size: 0.75em;
      width: 1.5em;
      height: 1.5em;
      line-height: 1.5em;
      background: #385777;
      border-radius: 50%; }
    .accordion .accordion-header:hover:after {
      background: #35946b; }
  .accordion .active:after {
    content: "\e606";
    font-weight: 100; }
  .accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #35946b;
    color: #fff;
    font-size: 1em;
    transition: 0.25s all linear; }
    .accordion .accordion-content p {
      padding: 2em; }
  .accordion .active + .accordion-content {
    max-height: 25em; }

.no-js .accordion-content {
  max-height: none; }

.vacatures-info {
  font-size: 1.5em;
  line-height: 1.308em; }

@media screen and (max-width: 40em) {
  body {
    font-size: 0.625em; }

  .columns {
    padding-left: 2.5em;
    padding-right: 2.5em; }

  h1 {
    font-size: 3.2em;
    margin-bottom: 0.25em; }

  h2 {
    font-size: 2.1em;
    margin-bottom: 0.5em; }

  article {
    padding: 4em 0 2.4em; }

  article.claim {
    padding: 14.0em 2.4em; }

  .hide-small {
    display: none !important; }

  .header .nav-toggle {
    display: block;
    float: right;
    color: #385777; }
    .header .nav-toggle:before {
      font-size: 32px;
      font-size: 2rem;
      display: block; }
  .header .main-nav {
    overflow: hidden;
    height: auto; }
  .header .main-nav a {
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: center;
    background: #fff; }
  .header .nav-collapse {
    max-height: 0; }

  .intro {
    font-size: 1.5em; }

  .feature {
    padding-left: 2.5em;
    margin-bottom: 2em; }
    .feature .feature-text:before {
      left: 4.55em; }

  .project {
    margin-bottom: 2.4em; }
    .project img {
      width: 100%; }

  .form-header {
    margin-bottom: 1em; }
    .form-header small {
      font-size: 1.3em; }

  form label {
    font-size: 1.4em; }
  form input {
    height: 3.7em; }
  form textarea,
  form input {
    line-height: 3.5em; }
  form .left-aligned label,
  form .left-aligned input {
    width: 100%; }
  form .top-aligned label {
    margin-bottom: 0; }
  form button {
    width: 100%;
    font-size: 1.6em; }

  .footer {
    padding: 2em 0;
    max-height: 6.4em; }
    .footer .social-icon {
      float: left;
      margin-top: -5px; }

  .disclaimer {
    margin-top: 0;
    top: 0;
    line-height: 2.8em; }
    .disclaimer .disclaimer-text {
      line-height: 1.1; } }
@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .feature {
    margin-bottom: 1em; }

  .project {
    margin-bottom: 1em; }
    .project img {
      width: 100%; }

  .footer .social-icon {
    position: absolute;
    top: 0;
    right: -50px; } }

/*# sourceMappingURL=main.css.map */
