/* @group import */
/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700|Montserrat:300,400,400i,700&subset=latin-ext');
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@font-face {
  font-family: 'effict';
  src: url('../../files/effict/fonts/effict.eot?qe386r');
  src: url('../../files/effict/fonts/effict.eot?qe386r#iefix') format('embedded-opentype'), url('../../files/effict/fonts/effict.ttf?qe386r') format('truetype'), url('../../files/effict/fonts/effict.woff?qe386r') format('woff'), url('../../files/effict/fonts/effict.svg?qe386r#effict') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'effict' !important;
  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-zoeken .path1:before {
  content: "\e900";
  color: #01a547;
}
.icon-zoeken .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: white;
}
.icon-zoeken .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: white;
}
.icon-zoeken .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: white;
}
.icon-zoeken .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: white;
}
.icon-zoeken .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: white;
}
.icon-zoeken .path7:before {
  content: "\e906";
  margin-left: -1em;
  color: white;
}
.icon-zoeken .path8:before {
  content: "\e907";
  margin-left: -1em;
  color: white;
}
.icon-zoeken .path9:before {
  content: "\e908";
  margin-left: -1em;
  color: #2a3189;
}
.icon-zoeken .path10:before {
  content: "\e909";
  margin-left: -1em;
  color: #2a3189;
}
.icon-zoeken .path11:before {
  content: "\e90a";
  margin-left: -1em;
  color: #2a3189;
}
.icon-zoeken .path12:before {
  content: "\e90b";
  margin-left: -1em;
  color: #2a3189;
}
.icon-zoeken .path13:before {
  content: "\e90c";
  margin-left: -1em;
  color: #2a3189;
}
.icon-zoeken .path14:before {
  content: "\e90d";
  margin-left: -1em;
  color: #2a3189;
}
.icon-zoeken .path15:before {
  content: "\e90e";
  margin-left: -1em;
  color: #2a3189;
}
.icon-werkman .path1:before {
  content: "\e90f";
  color: #01a547;
}
.icon-werkman .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: #2a3189;
}
.icon-werkman .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: white;
}
.icon-werkman .path4:before {
  content: "\e912";
  margin-left: -1em;
  color: white;
}
.icon-werkman .path5:before {
  content: "\e913";
  margin-left: -1em;
  color: white;
}
.icon-werkman .path6:before {
  content: "\e914";
  margin-left: -1em;
  color: white;
}
.icon-werkman .path7:before {
  content: "\e915";
  margin-left: -1em;
  color: white;
}
.icon-werkman .path8:before {
  content: "\e916";
  margin-left: -1em;
  color: white;
}
.icon-werkman .path9:before {
  content: "\e917";
  margin-left: -1em;
  color: white;
}
.icon-werkman .path10:before {
  content: "\e918";
  margin-left: -1em;
  color: white;
}
.icon-werkman .path11:before {
  content: "\e919";
  margin-left: -1em;
  color: white;
}
.icon-werkman .path12:before {
  content: "\e91a";
  margin-left: -1em;
  color: white;
}
.icon-wereldbol:before {
  content: "\e91b";
  color: #01a547;
}
.icon-weegschaal:before {
  content: "\e91c";
  color: #01a547;
}
.icon-tel_vol:before {
  content: "\e91d";
  color: #2a3189;
}
.icon-tel_rand:before {
  content: "\e91e";
  color: #fff;
}
.icon-structuur:before {
  content: "\e91f";
  color: #01a547;
}
.icon-slot:before {
  content: "\e920";
  color: #01a547;
}
.icon-scherm .path1:before {
  content: "\e921";
  color: #01a547;
}
.icon-scherm .path2:before {
  content: "\e922";
  margin-left: -1em;
  color: white;
}
.icon-scherm .path3:before {
  content: "\e923";
  margin-left: -1em;
  color: #2a3189;
}
.icon-scherm .path4:before {
  content: "\e924";
  margin-left: -1em;
  color: white;
}
.icon-scherm .path5:before {
  content: "\e925";
  margin-left: -1em;
  color: white;
}
.icon-scherm .path6:before {
  content: "\e926";
  margin-left: -1em;
  color: white;
}
.icon-scherm .path7:before {
  content: "\e927";
  margin-left: -1em;
  color: #2a3189;
}
.icon-scherm .path8:before {
  content: "\e928";
  margin-left: -1em;
  color: #2a3189;
}
.icon-scherm .path9:before {
  content: "\e929";
  margin-left: -1em;
  color: #2a3189;
}
.icon-pad:before {
  content: "\e92a";
  color: #01a547;
}
.icon-meter:before {
  content: "\e92b";
  color: #01a547;
}
.icon-marker_rand:before {
  content: "\e92c";
  color: #fff;
}
.icon-marker_blauw:before {
  content: "\e92d";
  color: #2a3189;
}
.icon-mail_vol:before {
  content: "\e92e";
  color: #2a3189;
}
.icon-mail_rand:before {
  content: "\e92f";
  color: #fff;
}
.icon-linkedin_blauw:before {
  content: "\e930";
  color: #2a3189;
}
.icon-grafiek:before {
  content: "\e931";
  color: #01a547;
}
.icon-fb_rand:before {
  content: "\e932";
  color: #fff;
}
.icon-fb_blauw:before {
  content: "\e933";
  color: #2a3189;
}
.icon-effict:before {
  content: "\e934";
  color: #01a547;
}
.icon-effict_logo .path1:before {
  content: "\e935";
  color: #243c98;
}
.icon-effict_logo .path2:before {
  content: "\e936";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path3:before {
  content: "\e937";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path4:before {
  content: "\e938";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path5:before {
  content: "\e939";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path6:before {
  content: "\e93a";
  margin-left: -1.486328125em;
  color: #01b156;
}
.icon-effict_logo .path7:before {
  content: "\e93b";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path8:before {
  content: "\e93c";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path9:before {
  content: "\e93d";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path10:before {
  content: "\e93e";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path11:before {
  content: "\e93f";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path12:before {
  content: "\e940";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path13:before {
  content: "\e941";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path14:before {
  content: "\e942";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path15:before {
  content: "\e943";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path16:before {
  content: "\e944";
  margin-left: -1.486328125em;
  color: #243c98;
}
.icon-effict_logo .path17:before {
  content: "\e945";
  margin-left: -1.486328125em;
  color: #243c98;
}
/*
 @font-face {
 font-family: 'icomoon';
 src:  url('../../files/effict/fonts/icomoon.eot?8hwqlx');
 src:  url('../../files/effict/fonts/icomoon.eot?8hwqlx#iefix') format('embedded-opentype'),
 url('../../files/effict/fonts/icomoon.ttf?8hwqlx') format('truetype'),
 url('../../files/effict/fonts/icomoon.woff?8hwqlx') format('woff'),
 url('../../files/effict/fonts/icomoon.svg?8hwqlx#icomoon') format('svg');
 font-weight: normal;
 font-style: normal;
 }
 [class^="icon-"], [class*=" icon-"] {
 font-family: 'icomoon' !important;
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 }
 .icon-icon_fb_blauw:before {
 content: "\e933";
 color: #2a3189;
 }
 .icon-icon_linkedin_blauw:before {
 content: "\e934";
 color: #2a3189;
 }
 .icon-icon_effict:before {
 content: "\e900";
 color: #01a547;
 }
 .icon-icon_fb_rand:before {
 content: "\e901";
 color: #fff;
 }
 .icon-icon_grafiek:before {
 content: "\e902";
 color: #01a547;
 }
 .icon-icon_mail_rand:before {
 content: "\e903";
 color: #fff;
 }
 .icon-icon_mail_vol:before {
 content: "\e904";
 color: #2a3189;
 }
 .icon-icon_marker_blauw:before {
 content: "\e905";
 color: #2a3189;
 }
 .icon-icon_marker_rand:before {
 content: "\e906";
 color: #fff;
 }
 .icon-icon_meter:before {
 content: "\e907";
 color: #01a547;
 }
 .icon-icon_pad:before {
 content: "\e908";
 color: #01a547;
 }
 .icon-icon_scherm .path1:before {
 content: "\e909";
 color: rgb(1, 165, 71);
 }
 .icon-icon_scherm .path2:before {
 content: "\e90a";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_scherm .path3:before {
 content: "\e90b";
 margin-left: -1em;
 color: rgb(42, 49, 137);
 }
 .icon-icon_scherm .path4:before {
 content: "\e90c";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_scherm .path5:before {
 content: "\e90d";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_scherm .path6:before {
 content: "\e90e";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_scherm .path7:before {
 content: "\e90f";
 margin-left: -1em;
 color: rgb(42, 49, 137);
 }
 .icon-icon_scherm .path8:before {
 content: "\e910";
 margin-left: -1em;
 color: rgb(42, 49, 137);
 }
 .icon-icon_scherm .path9:before {
 content: "\e911";
 margin-left: -1em;
 color: rgb(42, 49, 137);
 }
 .icon-icon_slot:before {
 content: "\e912";
 color: #01a547;
 }
 .icon-icon_structuur:before {
 content: "\e913";
 color: #01a547;
 }
 .icon-icon_tel_rand:before {
 content: "\e914";
 color: #fff;
 }
 .icon-icon_tel_vol:before {
 content: "\e915";
 color: #2a3189;
 }
 .icon-icon_weegschaal:before {
 content: "\e916";
 color: #01a547;
 }
 .icon-icon_wereldbol:before {
 content: "\e917";
 color: #01a547;
 }
 .icon-icon_werkman .path1:before {
 content: "\e918";
 color: rgb(1, 165, 71);
 }
 .icon-icon_werkman .path2:before {
 content: "\e919";
 margin-left: -1em;
 color: rgb(42, 49, 137);
 }
 .icon-icon_werkman .path3:before {
 content: "\e91a";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_werkman .path4:before {
 content: "\e91b";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_werkman .path5:before {
 content: "\e91c";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_werkman .path6:before {
 content: "\e91d";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_werkman .path7:before {
 content: "\e91e";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_werkman .path8:before {
 content: "\e91f";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_werkman .path9:before {
 content: "\e920";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_werkman .path10:before {
 content: "\e921";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_werkman .path11:before {
 content: "\e922";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_werkman .path12:before {
 content: "\e923";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_zoeken .path1:before {
 content: "\e924";
 color: rgb(1, 165, 71);
 }
 .icon-icon_zoeken .path2:before {
 content: "\e925";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_zoeken .path3:before {
 content: "\e926";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_zoeken .path4:before {
 content: "\e927";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_zoeken .path5:before {
 content: "\e928";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_zoeken .path6:before {
 content: "\e929";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_zoeken .path7:before {
 content: "\e92a";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_zoeken .path8:before {
 content: "\e92b";
 margin-left: -1em;
 color: rgb(255, 255, 255);
 }
 .icon-icon_zoeken .path9:before {
 content: "\e92c";
 margin-left: -1em;
 color: rgb(42, 49, 137);
 }
 .icon-icon_zoeken .path10:before {
 content: "\e92d";
 margin-left: -1em;
 color: rgb(42, 49, 137);
 }
 .icon-icon_zoeken .path11:before {
 content: "\e92e";
 margin-left: -1em;
 color: rgb(42, 49, 137);
 }
 .icon-icon_zoeken .path12:before {
 content: "\e92f";
 margin-left: -1em;
 color: rgb(42, 49, 137);
 }
 .icon-icon_zoeken .path13:before {
 content: "\e930";
 margin-left: -1em;
 color: rgb(42, 49, 137);
 }
 .icon-icon_zoeken .path14:before {
 content: "\e931";
 margin-left: -1em;
 color: rgb(42, 49, 137);
 }
 .icon-icon_zoeken .path15:before {
 content: "\e932";
 margin-left: -1em;
 color: rgb(42, 49, 137);
 }
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_brand {
  float: left;
}
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #f2f2f2;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #ffffff;
  font-weight: normal;
  text-shadow: 0 1px 3px #000000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #ffffff;
}
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #263f96;
}
.slicknav_nav {
  color: #263f96;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #a1b1e7;
  color: #263f96;
}
.slicknav_nav a, .slicknav_nav strong.active {
  display: block;
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #263f96;
}
.slicknav_nav a:hover, .slicknav_nav strong.active:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #a1b1e7;
  color: #263f96;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_brand {
  color: #263f96;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}
/*
 Colorbox Core Style:
 The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#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.
 */
#cboxOverlay {
  background: #fff;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #fff;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #fff;
  padding: 0;
}
#cboxLoadingGraphic {
  background: url(/assets/colorbox/images/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#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 */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  /*background:url(/assets/colorbox/images/controls.png) no-repeat 0 0;*/
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
/* eigen stijlen */
#colorbox_wrapper {
  width: 400px;
  padding: 0;
  background: url('../../files/effict/img/achtergrond_transparant.svg') no-repeat;
  background-size: auto 60%;
  background-position: left bottom;
  margin: 0;
}
#colorbox_wrapper svg {
  background: red;
}
#colorbox_wrapper #colorbox_main {
  padding: 2rem;
}
#cboxTitle {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#cboxClose {
  height: 20px;
  width: 20px;
  box-sizing: border-box;
  line-height: 20px;
  display: inline-block;
  background: transparent;
}
#cboxClose:before, #cboxClose:after {
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  margin-top: -2.5px;
  margin-left: -7.5px;
  display: block;
  height: 5px;
  width: 15px;
  background-color: #08af5a;
  transition: all 0.2s ease-out;
}
#cboxClose:after {
  transform: rotate(45deg);
}
#cboxClose:hover:before, #cboxClose:hover:after {
  transform: rotate(0deg);
  cursor: pointer;
}
/* @group grid base */
/*  CSS grid niet stabiel genoeg voor Edge en IE. Op 28/12/17 bootstrap 4 toegevoegd en gebruikt om grid te creëren.
 oude stijlen in kopie _grid */
html, body {
  height: 100%;
  clear: both;
}
#wrapper {
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 100vh;
}
#header {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  min-height: 12rem;
}
#header .inside {
  width: 100%;
  display: flex;
  height: 12rem;
}
#container {
  position: relative;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  min-height: 96%;
}
#main {
  flex: 0 0 100%;
  max-width: 100%;
}
#main .inside {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
div.mod_article {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem;
}
.grid_container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
}
.grid_container .grid4, .grid_container .grid3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
@media (min-width: 576px) {
  .grid_container .grid3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0;
  }
}
@media (min-width: 576px) {
  .grid_container .grid4 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
  }
}
.grid_container .grid4 ul, .grid_container .grid3 ul {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .grid_container .grid3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .grid_container .grid4 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  #main {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #main .mod_article {
    padding: 0 0.5rem;
  }
  #left {
    z-index: 15;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #left .inside {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #left .inside nav.mod_navigation {
    flex-grow: 1;
  }
  #left .inside div#contact_nav {
    align-self: center;
    margin-bottom: 2rem;
  }
  #menu_overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  div.mod_article {
    flex: 0 0 100%;
    max-width: 100%;
  }
  div.mod_article.main_left {
    flex: 0 0 50%;
    max-width: 50%;
  }
  div.mod_article.main_right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/*@import 'bootstrap4/utilities'; --> nog te bekijken voor productpaginas .d-none*/
/* @group typografie */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: lighter;
  color: #263f96;
  background-color: #d1d3d4;
  line-height: 1.5;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  margin-top: 0;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.5rem;
  color: #263f96;
}
h2.hoofdtitel {
  color: #08af5a;
  font-size: 3.5rem;
  margin-bottom: 0;
}
h3 {
  font-variant: small-caps;
  font-weight: normal;
  font-size: 1.2rem;
  color: #08af5a;
}
h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}
.ce_text {
  margin-bottom: 2rem;
}
a {
  color: #08af5a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  color: #044d28;
}
/* @end */
/* @group help classes */
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
strong {
  font-weight: bold;
}
.center {
  text-align: center;
  margin: 0 auto 2rem auto;
}
.ce_image .image_container img {
  width: 100%;
  height: auto;
}
/* @end */
/* @group button */
.button {
  border: none;
  padding: 0;
  background: transparent;
}
button, .button a, a.button {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.8rem 0.5rem;
  background: #08af5a;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
button:hover, .button a:hover, a.button:hover {
  background: #067e41;
}
button.small, .button a.small, a.button.small {
  font-size: 0.8rem;
  padding: 0.4rem 0.2rem;
  margin-top: 0.2rem;
}
/* @end */
/* @group background */
#header, #main, #footer {
  background: #ffffff;
}
#left, #left .inside {
  background-color: #ffffff;
}
/* @end */
/* @group hoofdlogo */
#left a.logo, #main a.logo {
  background-color: #ffffff;
  background-image: url('../../files/effict/img/effict_logo.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99;
  margin: 2rem;
  height: 8rem;
  display: inline-block;
}
#left a.logo h1, #main a.logo h1 {
  text-indent: -9999px;
}
#main a.logo {
  width: 100%;
}
.background_invert #main a.logo {
  background-image: url('../../files/effict/img/effict_logo_invert.svg');
  background-color: transparent;
}
/* @end */
/* @group footer */
#contact_nav {
  text-align: center;
  background: #ffffff;
  z-index: 100;
}
#contact_nav a {
  line-height: 1.5;
  font-size: 2.3rem;
  text-decoration: none;
}
#contact_nav a:hover:before {
  color: #08af5a;
}
/* @end */
/* @group navigation */
#mobielmenu {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#menu_overlay {
  background-color: transparent;
  width: 1px;
  opacity: 0;
  -webkit-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
}
#menu_overlay.overlay_active {
  opacity: 0.9;
  background-color: #263f96;
  width: 100%;
}
#left {
  background: #ffffff;
  position: relative;
}
#left nav {
  background: #ffffff;
}
#left nav li a, #left nav li strong {
  text-align: center;
  text-decoration: none;
  color: #263f96;
  text-transform: uppercase;
  font-weight: lighter;
  display: block;
  margin: 2rem 1rem;
}
#left nav li a:hover, #left nav li strong:hover {
  font-weight: normal;
}
#left nav li a.active, #left nav li strong.active {
  text-align: center;
}
.submenu_level2 #left nav li a, .submenu_level2 #left nav li strong {
  text-align: left;
}
#left nav li strong.active {
  color: #08af5a;
  font-weight: normal;
}
#left nav li.first a {
  margin-top: 0;
}
#left nav .submenu_level2 strong.active {
  text-align: left;
}
#left .submenu_level2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  height: 100%;
  padding-top: 12rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0;
  margin-left: 0%;
  background: #08af5a;
  -webkit-transition: margin-left 0.5s ease, opacity 0.5s, height 0.5s, width 0.5s, visibility 0.5s;
  transition: margin-left 0.5s ease, opacity 0.5s, height 0.5s, width 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  width: 1px;
  z-index: -10;
}
#left .submenu_level2 ul.level_2 {
  padding-top: 3rem;
}
#left .submenu_level2.submenu_active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  margin-left: 100%;
}
#left .submenu_level2 li a {
  color: #ffffff;
  text-align: left;
  padding-left: 0rem;
}
#left .submenu_level2 li.active {
  text-align: left;
}
#left .submenu_level2 li.active .active {
  margin: 2rem 1rem;
  color: #263f96;
}
#left .closeContainer {
  width: 100%;
  text-align: right;
}
#left .closeBtn {
  height: 30px;
  width: 30px;
  position: relative;
  box-sizing: border-box;
  line-height: 30px;
  display: inline-block;
}
#left .closeBtn:before, #left .closeBtn:after {
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  margin-top: -2.5px;
  margin-left: -10px;
  display: block;
  height: 5px;
  width: 20px;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
#left .closeBtn:after {
  transform: rotate(45deg);
}
#left .closeBtn:hover:before, #left .closeBtn:hover:after {
  transform: rotate(0deg);
  cursor: pointer;
}
/* @end */
/* @group wat we doen */
.grid_container div.block_what {
  position: relative;
  background: #ebeced;
  padding: 1rem;
  margin: 5rem 0rem 2rem 0rem;
  border-left: 1rem solid #ffffff;
  border-right: 1rem solid #ffffff;
}
.grid_container div.block_what figure {
  position: absolute;
  width: 100%;
  top: -3rem;
  left: 0;
  text-align: center;
}
.grid_container div.block_what h4 {
  margin-top: 4rem;
}
.grid_container div.block_what ul {
  list-style: disc;
  text-align: left;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
.grid_container div.block_what ul li {
  margin-bottom: 0.5rem;
}
.grid_container div.block_what .button {
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 100%;
  margin-bottom: 2rem;
}
.grid_container div.block_what .button a {
  display: inline-block;
  left: 0;
  background: #263f96;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.grid_container div.block_what .button a:hover {
  background: #08af5a;
}
/* @end */
/* @group visie - elementen */
#article-19.grid_container div {
  margin: 1rem 0;
  text-align: center;
}
#article-19.grid_container div p {
  margin-top: 1rem;
}
.icon_visie {
  font-size: 4rem;
  padding: 1rem;
  border: solid 2px #08af5a;
  border-radius: 50%;
  width: auto;
  height: auto;
  display: inline-block;
  margin-bottom: 0.5rem;
}
/* @end */
/* @group referenties */
.referenties .grid_container .ce_text {
  height: 150px;
  overflow: hidden;
  position: relative;
  border: solid 5px #ffffff;
  margin: 0;
}
.referenties .grid_container .ce_text:hover ul {
  top: 0%;
}
.referenties .grid_container .ce_text .image_container {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: relative;
}
.referenties .grid_container .ce_text .image_container img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.referenties .grid_container .ce_text.jouwproject .image_container {
  background: #08af5a;
}
.referenties .grid_container .ce_text ul {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #263f96;
  color: #ffffff;
  -webkit-transition: top, 0.5s ease-in-out;
  transition: top, 0.5s ease-in-out;
  padding: 2rem 1rem 0 1rem;
  text-align: center;
}
/* @end */
/* @group iconen */
.icon-titel {
  display: none;
  font-size: 5rem;
}
/* @end */
/* @group letterspelletje */
#overEffict {
  margin: 2rem auto;
  font-size: 2rem;
  color: #08af5a;
  text-align: center;
}
#overEffict h3 {
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
}
#overEffict .codetag {
  font-size: 3rem;
}
#overEffict span, #overEffict #vraagEnAntwoord {
  display: inline-block;
}
#overEffict input {
  text-transform: lowercase;
  display: inline;
  color: #08af5a;
  border: none;
  background: transparent;
  box-shadow: none;
  border-bottom: #08af5a solid 1px;
  padding-left: 0.5rem;
}
#overEffict #vraagEnAntwoord {
  position: relative;
  width: 85%;
}
#overEffict #vraagEnAntwoord #antwoordEffict {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0.5rem;
}
#overEffict #nogMeer {
  height: 4rem;
}
.mod_faqreader .info, .mod_faqreader .back {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* @end */
/* @group slider */
nav.slider-control {
  display: none;
  height: 1px;
}
.slider_questions {
  color: #08af5a;
  font-size: 1.2rem;
  font-style: italic;
}
/* @end */
/* @group productpagina's */
.productblok {
  margin-top: 1rem;
  margin-bottom: 2rem;
  /*border-bottom: solid 1px #e2e2e2;*/
}
/* @end */
/* @end */
/* https://getbootstrap.com/docs/4.0/layout/grid/
 // Extra small screen / phone
 xs: 0,
 // Small screen / phone
 sm: 576px,
 // Medium screen / tablet
 md: 768px,
 // Large screen / desktop
 lg: 992px,
 // Extra large screen / wide desktop
 xl: 1200px
 );
 */
/* resets Contao */
.float_right {
  float: right;
}
.float_left {
  float: left;
}
/* @group mobile first! */
#left, #footer, #menu_overlay {
  display: none;
  visibility: hidden;
}
.main_right {
  display: none;
}
#main .inside {
  padding: 1rem;
}
.background_invert #main {
  background: #263f96 url('../../files/effict/img/body_achtergrond.svg') no-repeat;
  background-size: auto 60%;
  background-position: left bottom;
  color: #ffffff;
}
.background_invert #header, .background_invert #footer {
  background-color: #263f96;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .hoofdtitel, #overEffict {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
/* @end */
/* @group mediumscreen */
/* @group woordspelletje mobiel */
@media screen and (max-width: 950px) {
  #overEffict {
    margin: 2rem auto;
    font-size: 1.5rem;
    color: #08af5a;
    text-align: center;
  }
  #overEffict h3 {
    font-size: 1.5rem;
    text-align: center;
    color: #ffffff;
  }
  #overEffict .codetag {
    font-size: 2rem;
  }
  #overEffict span, #overEffict #vraagEnAntwoord {
    display: inline-block;
  }
  #overEffict input {
    text-transform: lowercase;
    display: inline;
    color: #08af5a;
    border: none;
    background: transparent;
    box-shadow: none;
    border-bottom: #08af5a solid 1px;
    padding-left: 0.5rem;
  }
  #overEffict #vraagEnAntwoord {
    position: relative;
    width: 85%;
  }
  #overEffict #vraagEnAntwoord #antwoordEffict {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0.5rem;
  }
}
/* @end */
/* @end */
/* @group desktop */
@media screen and (min-width: 960px) {
  #left, #menu_overlay {
    display: block;
    visibility: visible;
  }
  #footer {
    display: flex;
    visibility: visible;
  }
  .main_right {
    display: block;
  }
  #main .inside {
    padding-top: 12rem;
  }
  .slicknav_menu, #main a.logo {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .icon-titel {
    display: inline;
  }
}
/* @group voorlopig */
.background_invert #container .grid_container .ce_text {
  margin-top: 3rem !important;
}
/* @end */
/* @group *zucht* IE */
.ie #container {
  min-height: auto;
}
/* @end */
