.address .label {
  font-weight: bold;
}
.address p {
  margin: 0;
}
.address a {
  display: block;
}
.address a .fa {
  display: none;
}
#contact-addresses ul li {
  margin-bottom: 30px;
}
#contact-addresses ul li:before {
  display: none;
}
@media (min-width: 60rem) {
  #contact-addresses ul {
    display: flex;
  }
  #contact-addresses ul li {
    flex: 1 1 33%;
    margin-bottom: 0px;
  }
}
#blanket {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 99;
  opacity: 0;
}
.menu-open #blanket {
  opacity: 0;
}
.layout-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
.layout-header,
.layout-header .header .container {
  height: 80px;
}
@media (min-width: 60rem) {
  .layout-header,
  .layout-header .header .container {
    height: 130px;
    transition: height 0.25s ease;
  }
}
.scrolled .layout-header {
  position: fixed;
  top: 0;
}
.scrolled .layout-header,
.scrolled .layout-header .header .container {
  height: 80px;
}
@media (min-width: 60rem) {
  .scrolled .layout-header,
  .scrolled .layout-header .header .container {
    height: 80px;
    transition: height 0.25s ease;
  }
}
.layout-header .header .container {
  position: relative;
}
.header-small {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 99;
}
.header-small .toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.menu-small {
  position: absolute;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  transition: all .5s ease;
  z-index: 98;
  padding-top: 50px;
  padding-left: 20px;
}
.menu-open .menu-small {
  left: 0;
  top: 0 !important;
}
.header {
  display: none;
}
@media (min-width: 60rem) {
  .header {
    display: block;
  }
  .header-small {
    display: none;
  }
}
.layout-header .home {
  float: left;
}
.layout-header .main-menu > li {
  display: inline-block;
}
.layout-header .main-menu > li > ul {
  display: none;
}
.layout-header .main-menu > li:hover > ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
}
.layout-header .main-menu > li.submenuright:hover > ul {
  right: 0;
  left: auto;
}
@media (min-width: 1800px) {
  .layout-header .main-menu > li.submenuright:hover > ul {
    left: 0;
    right: auto;
  }
}
.layout-eyecandy .items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout-eyecandy .items .item {
  position: relative;
  background-size: auto 100%;
  background-position: 50% 50%;
  width: 100%;
}
@media (min-width: 20rem) {
  .layout-eyecandy .items .item {
    background-size: cover;
  }
}
.layout-eyecandy .items .item.alignment-top {
  background-position-y: 0%;
}
.layout-eyecandy .items .item.alignment-topcenter {
  background-position-y: 25%;
}
.layout-eyecandy .items .item.alignment-bottom {
  background-position-y: 100%;
}
.layout-eyecandy,
.layout-eyecandy .items,
.layout-eyecandy .item {
  height: 20vh;
  min-height: 425px;
}
.layout-eyecandy.size-full,
.layout-eyecandy.size-full .items,
.layout-eyecandy.size-full .item {
  height: calc(40vh - 130px);
}
@media (min-width: 60rem) {
  .layout-eyecandy.size-full,
  .layout-eyecandy.size-full .items,
  .layout-eyecandy.size-full .item {
    height: calc(100px '+' 100vh - 30px);
  }
}
@media (max-width: 60rem) {
  .layout-eyecandy.size-wide,
  .layout-eyecandy.size-wide .items,
  .layout-eyecandy.size-wide .item {
    height: 150px;
    min-height: 150px;
    background-position-y: 40% !important;
  }
}
.layout-eyecandy .item,
.layout-eyecandy.has-multiple-texts .text-placeholder {
  transition: opacity 1s ease;
  opacity: 0;
}
body.images-loaded .layout-eyecandy .item,
body.images-loaded .layout-eyecandy .text-placeholder {
  opacity: 1;
}
.layout-eyecandy.has-multiple-items.has-multiple-texts .item .text {
  display: none;
}
.layout-eyecandy.has-multiple-items.has-multiple-texts .text-placeholder {
  transition: opacity .1s ease;
  opacity: 1;
}
.layout-eyecandy.has-multiple-items.has-multiple-texts.slide-in-transition .text-placeholder {
  opacity: 0;
}
.layout-personslist ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-personslist ul:before,
.layout-personslist ul:after {
  content: " ";
  display: table;
}
.layout-personslist ul:after {
  clear: both;
}
.layout-personslist ul > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 50%;
}
@media (min-width: 40rem) {
  .layout-personslist ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 60rem) {
  .layout-personslist ul > * {
    width: 25%;
  }
}
@media (min-width: 80rem) {
  .layout-personslist ul > * {
    width: 20%;
  }
}
.layout-personslist .medewerker {
  position: relative;
}
.layout-personslist .medewerker .name-and-role-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.layout-personslist .medewerker .name-and-role-wrapper .name-and-role {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
}
.layout-personscta ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-personscta ul:before,
.layout-personscta ul:after {
  content: " ";
  display: table;
}
.layout-personscta ul:after {
  clear: both;
}
.layout-personscta ul > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 40rem) {
  .layout-personscta ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 60rem) {
  .layout-personscta ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 80rem) {
  .layout-personscta ul > * {
    width: 33.33333333%;
  }
}
.layout-personscta .medewerker {
  position: relative;
}
.layout-blocks ul {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 60rem) {
  .layout-blocks ul {
    margin-left: -30px;
  }
}
@media (min-width: 60rem) {
  .layout-blocks ul {
    margin-right: -30px;
  }
}
.layout-blocks ul li {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  display: inline-block;
}
@media (min-width: 60rem) {
  .layout-blocks ul li {
    padding-left: 0px;
  }
}
@media (min-width: 60rem) {
  .layout-blocks ul li {
    padding-right: 0px;
  }
}
@media (min-width: 40rem) {
  .layout-blocks ul li {
    width: 32%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 40rem) and (min-width: 60rem) {
  .layout-blocks ul li {
    padding-left: 0px;
  }
}
@media (min-width: 40rem) and (min-width: 60rem) {
  .layout-blocks ul li {
    padding-right: 0px;
  }
}
.layout-blocks ul li > div,
.layout-blocks ul li > a {
  height: 100%;
  padding-bottom: 80px;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
}
@media (min-width: 60rem) {
  .layout-blocks ul li > div,
  .layout-blocks ul li > a {
    border-bottom: none;
  }
}
.layout-blocks ul li > div .more,
.layout-blocks ul li > a .more {
  position: absolute;
  bottom: 30px;
}
@media (min-width: 60rem) {
  .layout-text.style-two_columns .container {
    columns: 2;
    column-gap: 75px;
  }
}
@media (min-width: 60rem) {
  .layout-textandcta .container {
    display: flex;
  }
  .layout-textandcta .container .text {
    flex: 1 1 66.66666667%;
  }
  .layout-textandcta .container .cta-text-and-image {
    flex: 1 1 33.33333333%;
    position: relative;
  }
  .layout-textandcta .container .cta-text-and-image img {
    position: absolute;
    bottom: 0;
  }
  .layout-textandcta.with-image .cta-text-and-image .text {
    margin-bottom: 66.66666667%;
  }
}
@media (min-width: 60rem) {
  .layout-textandnewslatest .container {
    display: flex;
  }
  .layout-textandnewslatest .container .text {
    flex: 1 1 66.66666667%;
  }
  .layout-textandnewslatest .container .cta-text-and-image {
    flex: 1 1 33.33333333%;
    position: relative;
  }
  .layout-textandnewslatest .container .cta-text-and-image img {
    position: absolute;
    bottom: 0;
  }
  .layout-textandnewslatest.with-image .cta-text-and-image .text {
    margin-bottom: 66.66666667%;
  }
}
a.post {
  display: block;
}
a.post .img {
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
a.post .img .date {
  position: absolute;
  bottom: 0;
  right: 0;
}
a.post .title-and-text {
  height: 206px !important;
  overflow: hidden;
}
.layout-news ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-news ul:before,
.layout-news ul:after {
  content: " ";
  display: table;
}
.layout-news ul:after {
  clear: both;
}
.layout-news ul > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 40rem) {
  .layout-news ul > * {
    width: 100%;
  }
}
@media (min-width: 60rem) {
  .layout-news ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 80rem) {
  .layout-news ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 60rem) {
  .layout-imageandtext .container {
    display: flex;
    justify-content: center;
  }
  .layout-imageandtext .container .img {
    flex: 1 50%;
    display: flex;
    align-items: center;
  }
  .layout-imageandtext .container .text {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
  }
  .layout-imageandtext .container .text > * {
    flex: 0 0 100%;
  }
  .layout-imageandtext .img img {
    width: 100%;
    height: auto;
  }
  .layout-imageandtext .text {
    padding-left: 15px;
  }
  .layout-imageandtext.image-right img {
    padding-right: 0;
    padding-left: 15px;
  }
  .layout-imageandtext.image-right .text {
    padding-left: 0;
    padding-right: 15px;
  }
  .layout-imageandtext.image-small img {
    flex: 1 25%;
  }
  .layout-imageandtext.image-small .text {
    flex: 1 1 75%;
  }
}
.layout-badges .images ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-badges .images ul:before,
.layout-badges .images ul:after {
  content: " ";
  display: table;
}
.layout-badges .images ul:after {
  clear: both;
}
.layout-badges .images ul > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 50%;
}
@media (min-width: 40rem) {
  .layout-badges .images ul > * {
    width: 50%;
  }
}
@media (min-width: 60rem) {
  .layout-badges .images ul > * {
    width: 25%;
  }
}
@media (min-width: 80rem) {
  .layout-badges .images ul > * {
    width: 25%;
  }
}
.layout-badges .images ul > * img {
  vertical-align: middle;
}
/*	.layout-images {
		.container {
			text-align: center;
			ul {
				@media(min-width:@screen-sm-min){
					display: flex;
					flex-wrap: wrap;
					li {
						width: percentage(1/3);
						a {
							display: block;
							img {
								float: left;
							}
						}
					}
				}
			}
		}
	}
*/
.layout-table .table .row:before,
.layout-table .table .row:after {
  content: " ";
  display: table;
}
.layout-table .table .row:after {
  clear: both;
}
@media (min-width: 60rem) {
  .layout-table .table .row .cell {
    float: left;
    width: 50%;
  }
}
.layout-table .table .row .cell.span-2 {
  width: 100%;
}
@media (min-width: 60rem) {
  .layout-table .table .row .cell.first {
    float: left;
    width: 70%;
  }
}
@media (min-width: 60rem) {
  .layout-table .table .row .cell.second {
    float: left;
    width: 30%;
    text-align: center;
  }
}
/* 

	.layout-table {
        .row {
            margin-bottom: @paddingBig / 2;
        }
		@media(min-width: @screen-md-min){
            .row {
                display: flex;
                margin-bottom: @padding;
               .left {
                    flex:0 0 45%;
                    padding-right: @paddingBig / 2;
                    text-align: right;
                }
                .right {				
                    flex:0 0 55%;
                    padding-left: @paddingBig / 2;
				}
			}
		}
	}

*/
@media (min-width: 60rem) {
  .layout-search .filter {
    text-align: right;
  }
  .layout-search .filter > * {
    display: inline-block;
  }
}
.layout-search .search-result-item {
  height: 150px;
  display: block;
  position: relative;
  padding: 15px;
}
.layout-search .search-result-item img {
  position: absolute;
  left: 0;
  height: 150px;
  width: 150px;
  top: 0;
}
.layout-search .search-result-item .type-title-and-contents {
  height: 120px;
  overflow: hidden;
}
.layout-services:before,
.layout-services:after {
  content: " ";
  display: table;
}
.layout-services:after {
  clear: both;
}
@media (min-width: 60rem) {
  .layout-services .map-and-caption,
  .layout-services .text-and-list {
    float: left;
    width: 66.66666667%;
  }
  .layout-services .text-and-list {
    width: 33.33333333%;
  }
}
.layout-services .map {
  position: relative;
}
.layout-services .map .marker-and-tooltip {
  position: absolute;
}
.layout-services .map .popup {
  display: none;
  position: absolute;
  width: 95%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999;
}
@media (min-width: 60rem) {
  .layout-services .map .popup {
    width: 60%;
  }
}
.layout-services .map .popup.active {
  display: block;
}
.layout-services .caption:before,
.layout-services .caption:after {
  content: " ";
  display: table;
}
.layout-services .caption:after {
  clear: both;
}
.layout-services .caption img {
  float: left;
}
.layout-policies {
  background-color: gray;
  padding: 100px;
}
#back {
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #82b615;
  text-align: center;
  font-size: 25px;
}
#back:hover {
  background-color: #82b615;
}
@media (min-width: 1400px) {
  #back {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 192px;
    margin-left: -665px;
    top: auto;
    bottom: 250px;
    margin-left: -525px;
  }
}
@media (min-width: 60rem) {
  .layout-footer .container > ul {
    display: flex;
  }
  .layout-footer .container > ul > li {
    flex: 1 1 auto;
  }
}
.layout-copyright {
  text-align: center;
}
@media (min-width: 40rem) {
  .layout-copyright {
    text-align: left;
  }
}
.layout-copyright ul {
  display: inline-block;
}
.layout-copyright ul li {
  display: inline-block;
}
/* imports */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* raamwerck.less */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* super gen */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
/* grid */
@media screen and (min-width: 60rem) {
  .columns {
    display: flex;
  }
}
.column {
  flex-grow: 1;
}
.justify-content-space-between {
  justify-content: space-between;
}
.justify-content-space-between .column {
  flex-grow: 0;
}
/* menus lists */
/* 'thumb' lists */
/* font awesome */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* psuedo columns */
/* fonts */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
@font-face {
  font-family: 'ChambersSans';
  src: url('/wp-content/themes/noorderlinge/fonts/ChambersSansOT.woff2') format('woff2'), url('/wp-content/themes/noorderlinge/fonts/ChambersSansOT.woff') format('woff');
}
@font-face {
  font-family: 'ChambersSansBlack';
  src: url('/wp-content/themes/noorderlinge/fonts/ChambersSansOT-Blk.woff2') format('woff2'), url('/wp-content/themes/noorderlinge/fonts/ChambersSansOT-Blk.woff') format('woff');
}
@font-face {
  font-family: 'ChambersSansBold';
  src: url('/wp-content/themes/noorderlinge/fonts/ChambersSansOT-Bld.woff2') format('woff2'), url('/wp-content/themes/noorderlinge/fonts/ChambersSansOT-Bld.woff') format('woff');
}
@font-face {
  font-family: 'ChambersSansMed';
  src: url('/wp-content/themes/noorderlinge/fonts/ChambersSansOT-Med.woff2') format('woff2'), url('/wp-content/themes/noorderlinge/fonts/ChambersSansOT-Med.woff') format('woff');
}
@font-face {
  font-family: 'Quentin';
  src: url('/wp-content/themes/noorderlinge/fonts/Quentin.woff2') format('woff2'), url('/wp-content/themes/noorderlinge/fonts/Quentin.woff') format('woff');
}
body {
  font-family: 'ChambersSans', sans-serif;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 80rem) {
  body {
    font-size: 16px;
    line-height: 30px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body:after {
    bottom: 0;
    left: 0;
    position: fixed;
    content: 'Let op uw browser is verouderd waardoor de website niet goed wordt weergegeven. We raden u aan de laatste versies van deze browsers te downloaden en installeren; Google Chrome, Microsoft Edge (alleen voor W10), Apple safari (alleen OS X)';
    background: #b82801;
    width: 100%;
    line-height: 40px;
    padding: 10px 0;
    color: #ffffff;
    text-align: center;
    z-index: 999;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.page-id-4452 .layout-contents .gform_wrapper {
  display: none;
}
.page-id-4452.logged-in .layout-contents blockquote,
.page-id-4452.logged-in .layout-contents p em {
  display: none;
}
.page-id-4452.logged-in .layout-contents .gform_wrapper {
  display: block;
}
/* breakpoints */
/* paddings */
/* grid	 */
.container {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* widths */
/* vars */
/* base */
/* colors */
/* transitions */
/* header & footer */
/* container and burger breakpoint */
/* whatsapp exception */
/* im oauth */
.im-oauth-login-link {
  color: white !important;
  background-color: #82b615;
  padding: 15px 25px;
  transition: all .1s ease;
}
.im-oauth-login-link i {
  margin-left: 15px;
  position: relative;
  transition: all .1s ease;
  right: 0;
}
.im-oauth-login-link:hover {
  text-decoration: none;
  background-color: #aad502;
}
.im-oauth-login-link:hover i {
  right: -5px;
}
.page-id-778 #qlwapp.qlwapp-bottom-right,
.page-id-745 #qlwapp.qlwapp-bottom-right,
.page-id-1681 #qlwapp.qlwapp-bottom-right,
.page-id-1631 #qlwapp.qlwapp-bottom-right,
.page-id-1477 #qlwapp.qlwapp-bottom-right,
.page-id-11 #qlwapp.qlwapp-bottom-right {
  display: none !important;
}
/* big layout */
body {
  overflow-x: hidden;
}
#page {
  position: relative;
}
.gform_wrapper {
  padding-bottom: 60px;
}
.gform_wrapper .form_saved_message {
  padding: 100px 0 0 0;
}
.gform_wrapper .form_saved_message a {
  color: #82b615;
}
.gform_wrapper .gform_body .button {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.gform_wrapper .gform_body .button:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.gform_wrapper .gform_body .button:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.gform_wrapper .gform_body .button:hover {
  background-color: #82b615;
  text-decoration: none;
}
.gform_wrapper .gform_body .button:hover:after {
  right: 10px;
}
.gform_wrapper.nolabel_wrapper .gform_body ul li .gfield_label {
  display: none;
}
h1 {
  font-size: 1.5em;
  line-height: 1em;
  color: #000000;
  position: relative;
  margin-bottom: 25px;
  margin-top: 10px;
}
@media (min-width: 40rem) {
  h1 {
    font-size: 2.5em;
  }
}
h2 {
  font-size: 1.2em;
  line-height: 1em;
}
@media (min-width: 60rem) {
  h2 {
    font-size: 1.5em;
  }
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
.layout-breadcrumbs .content,
.layout-contents .content,
.layout-text .content,
.layout-personscta .content,
.layout-personslist .content,
.layout-projects .content,
.layout-projectsfeatured .content,
.layout-person .content,
.layout-cta .content,
.layout-news .content,
.layout-newslatest .content,
.layout-table .content,
.layout-advisorsmap .container,
.layout-search .content,
.layout-services .content,
.layout-faq .content,
.layout-policies .content {
  padding: 0 30px;
}
@media (min-width: 40rem) {
  .layout-breadcrumbs .content,
  .layout-contents .content,
  .layout-text .content,
  .layout-personscta .content,
  .layout-personslist .content,
  .layout-projects .content,
  .layout-projectsfeatured .content,
  .layout-person .content,
  .layout-cta .content,
  .layout-news .content,
  .layout-newslatest .content,
  .layout-table .content,
  .layout-advisorsmap .container,
  .layout-search .content,
  .layout-services .content,
  .layout-faq .content,
  .layout-policies .content {
    padding: 0 4%;
  }
}
body .gform_wrapper div.validation_error {
  background: #b82801;
  border-top: none;
  border-bottom: none;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  padding: 20px 30px;
}
body .gform_wrapper div.validation_error:before {
  content: '\f00d';
  display: inline-block;
  margin-right: 20px;
  font-family: fontawesome;
}
body .gform_wrapper .gf_page_steps .gf_step {
  background: #b4b4b4;
  color: #ffffff;
  font-weight: bold;
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  padding: 17px;
  padding: 12px 20px;
  height: auto;
  margin: 0 1px;
  opacity: 1;
  width: 19%;
}
body .gform_wrapper .gf_page_steps .gf_step.gf_step_active {
  background: #82b615;
}
body .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  font-family: 'ChambersSans', sans-serif;
}
body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  border-radius: 5px;
  padding: 0;
}
body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 38px;
  background: linear-gradient(57deg, #80b801 0%, #abd502 100%);
}
body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  font-size: 16px;
  padding: 5px;
  font-family: 'ChambersSans', sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-shadow: none;
}
body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar:after {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 36px;
  margin-top: -37px;
}
body .gform_wrapper .gform_body ul li .ginput_container input,
body .gform_wrapper .gform_body ul li .ginput_container textarea,
body .gform_wrapper .gform_body ul li .ginput_container select {
  padding: 10px 20px !important;
  outline-color: #76b72a;
  max-height: 150px;
}
body .gform_wrapper .gform_body ul li .gfield_label {
  color: #000000 !important;
}
@media (min-width: 60rem) {
  body .gform_wrapper .gform_body ul li.twocolumns {
    columns: 2;
    margin-bottom: 30px;
  }
}
body .gform_wrapper .gform_body ul li.gfield.gfield_error {
  background: none;
  border: none;
  padding-bottom: 0;
  padding-top: 0;
}
body .gform_wrapper .gform_body ul li.gfield.gfield_error .ginput_container input,
body .gform_wrapper .gform_body ul li.gfield.gfield_error .ginput_container textarea,
body .gform_wrapper .gform_body ul li.gfield.gfield_error .ginput_container select {
  border-color: #b82801 !important;
}
body .gform_wrapper .gform_body ul li.gfield.gfield_error .gfield_description {
  padding-top: 5px;
}
body .gform_wrapper .gform_body ul li.gfield.gfield_error .gfield_description:before {
  content: '\f00d';
  display: inline-block;
  margin-right: 10px;
  font-family: fontawesome;
}
body .gform_wrapper .gform_body ul li.gfield.gfield_error .validation_message {
  color: #b82801;
}
body .gform_wrapper .gform_body ul li h2.gsection_title {
  font-size: 1.6em;
}
body .gform_wrapper .gform_body .button {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
body .gform_wrapper .gform_body .button:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
body .gform_wrapper .gform_body .button:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
body .gform_wrapper .gform_body .button:hover {
  background-color: #82b615;
  text-decoration: none;
}
body .gform_wrapper .gform_body .button:hover:after {
  right: 10px;
}
body .gform_wrapper .gform_body .button.gform_previous_button {
  background: #b4b4b4;
}
body .gform_wrapper .gform_footer .button {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
body .gform_wrapper .gform_footer .button:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
body .gform_wrapper .gform_footer .button:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
body .gform_wrapper .gform_footer .button:hover {
  background-color: #82b615;
  text-decoration: none;
}
body .gform_wrapper .gform_footer .button:hover:after {
  right: 10px;
}
body .gform_wrapper .gform_footer .button.gform_previous_button {
  background: #b4b4b4;
}
body .gform_wrapper a.gform_save_link {
  color: #82b615;
}
body .gform_confirmation_wrapper .gform_confirmation_message {
  background: #82b615;
  color: #ffffff;
  border-top: none;
  border-bottom: none;
  font-weight: 400;
  text-align: left;
  padding: 20px 30px;
}
body .gform_confirmation_wrapper .gform_confirmation_message:before {
  content: '\f00c';
  display: inline-block;
  margin-right: 20px;
  font-family: fontawesome;
}
/* helpers */
.more {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.more:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.more:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.more:hover {
  background-color: #82b615;
  text-decoration: none;
}
.more:hover:after {
  right: 10px;
}
.more-inverted {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  background-color: transparent;
  color: #76b72a;
  text-decoration: underline;
  padding: 0 30px 0 0;
}
.more-inverted:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.more-inverted:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.more-inverted:hover {
  background-color: #82b615;
  text-decoration: none;
}
.more-inverted:hover:after {
  right: 10px;
}
.more-inverted:after {
  content: '\f30b';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.more-inverted:after {
  background: #82b615;
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 14px;
}
.more-inverted:hover {
  background-color: none;
  text-decoration: none;
}
.more-inverted:hover:after {
  right: 10px;
}
/* blocks and such */
.layout-header {
  background: #ffffff;
  background-attachment: fixed;
  transition: all 0.5s ease;
  z-index: 99999;
}
.layout-header .container .home {
  padding: 13px 0;
  max-width: 200px;
}
@media (min-width: 60rem) {
  .layout-header .container .home {
    padding: 25px 0px;
  }
}
.menu-open .layout-header .container .home {
  display: none;
}
@media (min-width: 60rem) {
  .menu-open .layout-header .container .home {
    display: inherit;
  }
}
.menu-open .layout-header .container .toggle i {
  height: auto !important;
}
.layout-header .header .container .home {
  padding: 37px 0 37px 5px;
  max-width: 200px;
  padding: 27px 0 26px 5px;
  max-width: 260px;
}
.layout-header .header .container .toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
.layout-header .header .container .toggle i {
  color: #000000;
  height: 18px;
  overflow: hidden;
}
.layout-header .header .container .menu-small {
  left: auto;
  right: 0;
  width: 450px;
  top: -100vh;
  max-height: 500px;
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
  clip-path: polygon(100% 0, 100% 89%, 100% 93%, 93% 100%, 77% 100%, 0 100%, 0 0);
}
.layout-header .header .container .menu-small ul {
  text-align: left;
}
.layout-header .header .container .menu-small ul.menu,
.layout-header .header .container .menu-small ul.main {
  padding: 0 50px;
}
.layout-header .header .container .main-supporting {
  position: absolute;
  right: 0;
}
.layout-header .header .container .main-supporting .search {
  position: relative;
  padding-left: 33px;
  margin-top: 2px;
}
.layout-header .header .container .main-supporting .search input {
  border: none;
  font-weight: bold;
  padding: 2px 10px;
  width: 100px;
}
.layout-header .header .container .main-supporting .search button {
  border: none;
  background: none;
  left: 0;
  position: absolute;
  top: 6px;
}
.layout-header .header .container .main-supporting .search button:after {
  content: '\f002';
  font-family: fontawesome;
  font-style: normal;
  color: #000000;
  margin-left: 2px;
  transition: all 0.25s ease;
}
.layout-header .header .container .main-supporting li {
  display: inline-block;
  margin: 0 15px;
}
.layout-header .header .container .main-supporting li.loginlink {
  display: none;
}
.page-id-548 .layout-header .header .container .main-supporting li.loginlink {
  display: inline-block;
}
.layout-header .header .container .main-supporting li a {
  color: #000000;
}
.layout-header .header .container .main-supporting li.loginlink a:before {
  position: relative;
  content: '';
  height: 16px;
  width: 15px;
  background-image: url(../images/Noorderlink.png);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.layout-header .header .container .main-supporting li:last-child a,
.layout-header .header .container .main-supporting li.loginlink a,
.layout-header .header .container .main-supporting li.advisorlink a {
  background: #82b615;
  color: #ffffff;
  padding: 7px 15px;
  position: relative;
}
.layout-header .header .container .main-supporting li:last-child a:before,
.layout-header .header .container .main-supporting li.loginlink a:before,
.layout-header .header .container .main-supporting li.advisorlink a:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  height: 15px;
  width: 10px;
  background-image: url(../images/hook.png);
  background-size: cover;
  z-index: 9;
}
.layout-header a {
  color: #ffffff;
}
.layout-header .toggle {
  cursor: pointer;
}
.layout-header .toggle.close {
  display: none;
}
.layout-header .toggle i {
  font-size: 2em;
  color: #82b615;
}
.menu-open .layout-header .toggle i {
  color: #ffffff !important;
}
.menu-open .layout-header .toggle.open {
  display: none;
}
.menu-open .layout-header .toggle.close {
  display: block;
}
.layout-header .main-menu {
  float: right;
  margin-top: 50px;
  margin-right: 50px;
}
.layout-header .main-menu li {
  margin: 0 15px;
  position: relative;
}
@media (min-width: 80rem) {
  .layout-header .main-menu li {
    margin: 0 30px;
  }
}
.layout-header .main-menu li.hidden {
  display: none;
}
.layout-header .main-menu li a {
  font-weight: 600;
  position: relative;
  color: #000000;
}
.layout-header .main-menu li a:hover {
  text-decoration: none;
  color: #82b615;
}
.layout-header .main-menu li.active a {
  color: #82b615;
}
.layout-header .main-menu li.nolink > a {
  cursor: context-menu;
}
.layout-header .main-menu li.menu-item-has-children a:after {
  content: '\f078';
  display: inline-block;
  margin-left: 10px;
  font-family: fontawesome;
}
.layout-header .main-menu li .sub-menu {
  background: #76b72a;
  padding: 30px 30px 25px 30px;
}
.layout-header .main-menu li .sub-menu li {
  min-width: 200px;
  margin: 0;
}
.layout-header .main-menu li .sub-menu li a {
  display: block;
  padding: 0 0 10px 0;
  color: #ffffff;
}
.layout-header .main-menu li .sub-menu li a:hover {
  text-decoration: none;
}
.layout-header .main-menu li .sub-menu li a:hover:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
}
.layout-header .main-menu li .sub-menu li a:before {
  display: none;
}
.layout-header .main-menu li .sub-menu li a:after {
  display: none;
}
.layout-header .main-menu li .sub-menu li.active a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
}
.layout-header svg {
  transition: all 0.5s ease;
}
.layout-header svg polygon {
  transition: all 0.5s ease;
}
.layout-header .menu-small {
  top: 0;
  background: #76b72a;
  color: #ffffff;
}
@media (min-width: 60rem) {
  .layout-header .menu-small.mobile {
    display: none;
  }
}
.layout-header .menu-small a {
  color: #ffffff;
}
.layout-header .menu-small ul.menu {
  margin-top: 25px;
  margin-bottom: 60px;
}
.layout-header .menu-small ul {
  text-align: center;
}
.layout-header .menu-small ul li {
  margin: 0 0 10px 0;
}
.layout-header .menu-small ul li a {
  font-weight: 300;
  position: relative;
}
.layout-header .menu-small ul li a i {
  margin-right: 10px;
}
.layout-header .menu-small ul li a:hover {
  text-decoration: none;
}
.layout-header .menu-small ul li a:hover:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.layout-header .menu-small ul li.active a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.layout-header .menu-small ul li.menu-item-has-children {
  position: relative;
}
.layout-header .menu-small ul li.menu-item-has-children:after {
  content: '\f078';
  display: inline-block;
  margin-left: 10px;
  font-family: fontawesome;
  position: absolute;
  top: 5px;
  right: 5px;
}
.layout-header .menu-small ul li .sub-menu {
  padding: 7px 30px 0px 25px;
}
.layout-header .menu-small ul li .sub-menu li {
  min-width: 200px;
  margin: 0;
}
.layout-header .menu-small ul li .sub-menu li a {
  display: inline-block;
  padding: 0 0 5px 0;
}
.layout-header .menu-small ul li .sub-menu li a:hover {
  text-decoration: none;
}
.layout-header .menu-small ul li .sub-menu li a:hover:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.layout-header .menu-small ul li .sub-menu li a:before {
  display: none;
}
.layout-header .menu-small ul li .sub-menu li a:after {
  display: none;
}
.layout-header .menu-small ul li .sub-menu li.active a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.layout-header .menu-small ul li.folded ul {
  display: none;
}
.layout-header .menu-small ul.contact li a {
  opacity: 0.5;
}
.layout-header .menu-small .main-supporting .search {
  position: relative;
  padding-left: 33px;
  margin-top: 2px;
}
.layout-header .menu-small .main-supporting .search input {
  border: none;
  font-weight: bold;
  padding: 8px 10px;
  width: 185px;
}
.layout-header .menu-small .main-supporting .search button {
  border: none;
  background: none;
}
.layout-header .menu-small .main-supporting .search button:after {
  content: '\f002';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 2px;
  transition: all 0.25s ease;
}
.scrolled .layout-header {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.25);
  top: 0;
}
.scrolled .layout-header .container .home {
  padding: 13px 0;
}
@media (min-width: 60rem) {
  .scrolled .layout-header .container .home {
    padding: 13px 0 13px 5px;
    max-width: 200px;
  }
}
.scrolled .layout-header svg {
  height: auto;
  max-width: 100px;
}
@media (min-width: 60rem) {
  .scrolled .layout-header svg {
    max-width: inherit;
  }
}
.scrolled .layout-header svg polygon {
  fill: #76b72a;
}
.scrolled .layout-header svg #runningyourenergylikeabusiness {
  display: none;
}
.scrolled .layout-header .container .toggle {
  top: 50%;
}
@media (min-width: 60rem) {
  .scrolled .layout-header .container .toggle {
    top: 70%;
  }
}
.scrolled .layout-header a {
  color: #76b72a;
}
.scrolled .layout-header .menu-small a {
  color: #ffffff;
}
.scrolled .layout-header .main-menu {
  margin-top: 38px;
}
.scrolled .layout-header .main-menu li a {
  text-shadow: none;
}
.scrolled .layout-header .main-menu li .sub-menu li a {
  color: #ffffff;
}
.layout-breadcrumbs {
  padding-top: 75px;
  position: relative;
}
.layout-breadcrumbs .content span span {
  color: #808080;
  font-size: 0.9em;
}
.layout-breadcrumbs .content span span a,
.layout-breadcrumbs .content span span span {
  text-transform: uppercase;
  color: #808080;
  font-size: 14px;
  font-weight: bold;
}
.client.page-id-548 .layout-breadcrumbs .content {
  display: none;
}
.client.page-id-548 .layout.first-layout-after-eyecandy {
  margin-top: -285px;
}
@media (min-width: 60rem) {
  .client.page-id-548 .layout.first-layout-after-eyecandy {
    margin-top: -320px;
  }
}
.layout-search {
  padding-top: 30px;
  padding-bottom: 60px;
}
.layout-search .pagination {
  padding: 30px;
  text-align: center;
}
.layout-search .pagination span,
.layout-search .pagination a {
  display: inline-block;
  margin: 0 10px;
  color: #000000;
  font-size: 1.2em;
}
.layout-search .pagination span.current,
.layout-search .pagination a.current {
  color: #82b615;
}
.layout-search ul li a {
  color: #000000;
  text-decoration: none;
}
.layout-search ul li a .type {
  font-weight: bold;
}
.layout-search ul li a .title {
  font-size: 2em;
  color: #82b615;
}
.layout-search ul li a:hover .title {
  font-weight: bold;
}
.layout-search ul li a:hover .contents {
  text-decoration: underline;
}
.layout-contents {
  position: relative;
  padding-bottom: 50px;
}
.layout-contents .content .oauthloginbutton {
  height: auto;
  background: #82b615;
  border: none;
  display: inline-block;
  width: auto;
  padding: 6px 20px 6px 0px;
}
.layout-contents .content .oauthloginbutton i {
  border-right: 1px solid #ffffff;
  margin-right: 13px;
}
.layout-contents .content .oauthloginbutton:hover {
  background: #76b72a;
}
.layout-contents .content .backbtn {
  background-color: #82b615;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  background: #82b615;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 20px 5px 35px;
  margin-top: 20px;
}
.layout-contents .content .backbtn:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-contents .content .backbtn:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-contents .content .backbtn:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-contents .content .backbtn:hover:after {
  right: 10px;
}
.layout-contents .content .backbtn:after {
  content: '\f104';
  left: 10px;
  right: auto;
}
.layout-contents .content .backbtn:hover:after {
  right: auto;
  left: 5px;
}
.layout-contents .content .main {
  vertical-align: top;
}
@media (min-width: 60rem) {
  .layout-contents .content .main {
    display: inline-block;
    width: 55%;
    margin-right: 7%;
  }
}
.layout-contents .content .main h1 {
  margin-top: 15px;
}
.layout-contents .content .main .date {
  background: #82b615;
  color: #ffffff;
  padding: 1px 10px;
  display: inline-block;
  border-radius: 3px;
  margin: 15px 0;
}
.layout-contents .content .main img {
  height: auto;
}
.layout-contents .content .main p:first-of-type {
  font-weight: bold;
}
.layout-contents .content .main p strong a,
.layout-contents .content .main p a strong {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  border-radius: 5px;
  padding: 12px 50px 12px 20px;
  background: #b4b4b4;
  min-width: 325px;
}
.layout-contents .content .main p strong a:after,
.layout-contents .content .main p a strong:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-contents .content .main p strong a:after,
.layout-contents .content .main p a strong:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-contents .content .main p strong a:hover,
.layout-contents .content .main p a strong:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-contents .content .main p strong a:hover:after,
.layout-contents .content .main p a strong:hover:after {
  right: 10px;
}
.layout-contents .content .main p strong a:after,
.layout-contents .content .main p a strong:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 15px;
  line-height: 14px;
  height: 25px;
  width: 25px;
  background-size: cover;
  background-image: url(../images/pijltje-rechts.png);
}
.layout-contents .content .main p strong a:hover,
.layout-contents .content .main p a strong:hover {
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
}
.layout-contents .content .main p strong a:hover:after,
.layout-contents .content .main p a strong:hover:after {
  background-image: url(../images/pijltje-rechts-boven-hover.png);
}
.layout-contents .content .main p em strong a,
.layout-contents .content .main p strong em a {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  border-radius: 5px;
  padding: 12px 50px 12px 20px;
  background: #b4b4b4;
  font-style: normal;
}
.layout-contents .content .main p em strong a:after,
.layout-contents .content .main p strong em a:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-contents .content .main p em strong a:after,
.layout-contents .content .main p strong em a:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-contents .content .main p em strong a:hover,
.layout-contents .content .main p strong em a:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-contents .content .main p em strong a:hover:after,
.layout-contents .content .main p strong em a:hover:after {
  right: 10px;
}
.layout-contents .content .main p em strong a:after,
.layout-contents .content .main p strong em a:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 15px;
  line-height: 14px;
  height: 25px;
  width: 25px;
  background-size: cover;
  background-image: url(../images/pijltje-rechts.png);
}
.layout-contents .content .main p em strong a:hover:after,
.layout-contents .content .main p strong em a:hover:after {
  background-image: url(../images/pijltje-rechts-boven-hover.png);
}
.layout-contents .content .main blockquote {
  background: #82b615;
  color: #ffffff;
  margin: 30px -30px;
  padding: 30px;
  position: relative;
}
.layout-contents .content .main blockquote:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  height: 66px;
  width: 60px;
  background-image: url(../images/hook.png);
  background-size: cover;
  z-index: 9;
}
.layout-contents .content .main blockquote p {
  font-weight: normal;
}
.layout-contents .content .main blockquote p:first-of-type {
  font-weight: normal;
}
.layout-contents .content .main blockquote p a {
  color: #ffffff;
}
.layout-contents .content .main blockquote #find-consultancy-form .fwp-submit {
  background: #ffffff;
  color: #000000;
}
.layout-contents .content .main blockquote #find-consultancy-form .fwp-submit:after {
  background-image: url(../images/pijltje-naar-rechts-groen.png);
}
.layout-contents .content .main ol li,
.layout-contents .content .main ul li {
  position: relative;
  padding-left: 30px;
}
.layout-contents .content .main ol li:before,
.layout-contents .content .main ul li:before {
  content: '\f00c';
  font-family: fontawesome;
  color: #000000;
  margin-right: 5px;
  transition: all 0.25s ease;
}
.layout-contents .content .main ol li:before,
.layout-contents .content .main ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #82b615;
  font-weight: 100;
}
.layout-contents .content .main .gform_wrapper li {
  padding-left: 0;
}
.layout-contents .content .main .gform_wrapper li:before {
  display: none;
}
.layout-contents .content a {
  color: #82b615;
}
.layout-contents .content .sidebar {
  vertical-align: top;
  position: relative;
}
@media (min-width: 60rem) {
  .layout-contents .content .sidebar {
    display: inline-block;
    width: 36%;
    position: relative;
  }
}
.layout-contents .content .sidebar .side {
  background: #f3f3f3;
}
.layout-contents .content .sidebar .side.pagetext {
  padding: 60px 15px;
  background: #f3f3f3;
}
@media (min-width: 60rem) {
  .layout-contents .content .sidebar .side.pagetext {
    padding: 60px;
  }
}
.layout-contents .content .sidebar .side.pagetext strong a,
.layout-contents .content .sidebar .side.pagetext a strong {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.layout-contents .content .sidebar .side.pagetext strong a:after,
.layout-contents .content .sidebar .side.pagetext a strong:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-contents .content .sidebar .side.pagetext strong a:after,
.layout-contents .content .sidebar .side.pagetext a strong:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-contents .content .sidebar .side.pagetext strong a:hover,
.layout-contents .content .sidebar .side.pagetext a strong:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-contents .content .sidebar .side.pagetext strong a:hover:after,
.layout-contents .content .sidebar .side.pagetext a strong:hover:after {
  right: 10px;
}
.layout-contents .content .sidebar .side.pagelist {
  padding: 60px 15px;
  background: #f3f3f3;
}
@media (min-width: 60rem) {
  .layout-contents .content .sidebar .side.pagelist {
    padding: 60px;
  }
}
.layout-contents .content .sidebar .side.pagelist > .title {
  font-size: 2em;
  margin-left: 30px;
  margin-bottom: 30px;
}
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li {
  display: none;
  /*
                                    &.active {
                                        display: block;
                                        a {
                                            padding: 15px 60px 15px 30px;
                                            color: @black;
                                            display: block;
                                            position: relative;
                                            &:after {
                                                position: absolute;
                                                content: '';
                                                right: 15px;
                                                top: 15px;
                                                line-height: 14px;
                                                height: 20px;
                                                width: 20px;
                                                background-image: url(../images/pijltje-rechts.png);
                                                background-size: cover;
                                            }                                         
                                            &:hover {
                                                background: @green;
                                                border-radius: 5px;
                                                color: @white;
                                                text-decoration: none;
                                                &:after {
                                                    background-image: url(../images/pijltje-rechts-hover.png);
                                                }
                                            }                                     
                                        }
                                        ul {
                                            li {
                                                display: block;
                                            }                                    
                                        }
                                    }
                                    */
}
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item {
  display: block;
}
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor > a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor > a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active > a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item > a {
  color: #000000;
  font-size: 2em;
  margin-bottom: 20px;
  display: block;
}
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor ul,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor ul,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active ul,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item ul {
  margin-left: -30px;
}
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor ul > li,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor ul > li,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active ul > li,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item ul > li {
  display: block;
}
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor ul > li.current-menu-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor ul > li.current-menu-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active ul > li.current-menu-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item ul > li.current-menu-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor ul > li.current-page-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor ul > li.current-page-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active ul > li.current-page-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item ul > li.current-page-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor ul > li.active a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor ul > li.active a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active ul > li.active a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item ul > li.active a {
  background: #82b615;
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
}
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor ul > li.current-menu-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor ul > li.current-menu-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active ul > li.current-menu-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item ul > li.current-menu-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor ul > li.current-page-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor ul > li.current-page-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active ul > li.current-page-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item ul > li.current-page-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor ul > li.active a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor ul > li.active a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active ul > li.active a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item ul > li.active a:after {
  background-image: url(../images/pijltje-rechts-hover.png);
}
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor ul > li a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor ul > li a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active ul > li a,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item ul > li a {
  padding: 15px 60px 15px 30px;
  color: #000000;
  display: block;
  position: relative;
  font-size: 1em;
  margin-bottom: 0;
}
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor ul > li a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor ul > li a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active ul > li a:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item ul > li a:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 19px;
  line-height: 14px;
  height: 20px;
  width: 20px;
  background-image: url(../images/pijltje-rechts.png);
  background-size: cover;
}
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor ul > li a:hover,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor ul > li a:hover,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active ul > li a:hover,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item ul > li a:hover {
  background: #82b615;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
}
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-ancestor ul > li a:hover:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-page-ancestor ul > li a:hover:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.active ul > li a:hover:after,
.layout-contents .content .sidebar .side.pagelist.loggedout ul > li.current-menu-item ul > li a:hover:after {
  background-image: url(../images/pijltje-rechts-boven-hover.png);
}
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li {
  display: none;
}
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item {
  display: block;
}
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor > a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor > a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active > a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item > a {
  color: #000000;
  font-size: 2em;
  margin-bottom: 20px;
  display: block;
}
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor ul,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor ul,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active ul,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item ul {
  margin-left: -30px;
}
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor ul > li,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor ul > li,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active ul > li,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item ul > li {
  display: block;
}
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor ul > li.current-menu-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor ul > li.current-menu-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active ul > li.current-menu-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item ul > li.current-menu-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor ul > li.current-page-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor ul > li.current-page-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active ul > li.current-page-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item ul > li.current-page-ancestor a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor ul > li.active a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor ul > li.active a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active ul > li.active a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item ul > li.active a {
  background: #82b615;
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
}
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor ul > li.current-menu-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor ul > li.current-menu-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active ul > li.current-menu-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item ul > li.current-menu-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor ul > li.current-page-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor ul > li.current-page-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active ul > li.current-page-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item ul > li.current-page-ancestor a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor ul > li.active a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor ul > li.active a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active ul > li.active a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item ul > li.active a:after {
  background-image: url(../images/pijltje-rechts-hover.png);
}
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor ul > li a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor ul > li a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active ul > li a,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item ul > li a {
  padding: 15px 60px 15px 30px;
  color: #000000;
  display: block;
  position: relative;
  font-size: 1em;
  margin-bottom: 0;
}
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor ul > li a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor ul > li a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active ul > li a:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item ul > li a:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 19px;
  line-height: 14px;
  height: 20px;
  width: 20px;
  background-image: url(../images/pijltje-rechts.png);
  background-size: cover;
}
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor ul > li a:hover,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor ul > li a:hover,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active ul > li a:hover,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item ul > li a:hover {
  background: #82b615;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
}
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-ancestor ul > li a:hover:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-page-ancestor ul > li a:hover:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.active ul > li a:hover:after,
.layout-contents .content .sidebar .side.pagelist.loggedin ul > li.current-menu-item ul > li a:hover:after {
  background-image: url(../images/pijltje-rechts-boven-hover.png);
}
.layout-contents .content .sidebar .quote blockquote {
  margin: 75px 0 0 0;
  font-size: 1.5em;
  font-style: italic;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.layout-contents .content .sidebar .quote blockquote:before {
  position: absolute;
  content: '';
  top: -40px;
  left: 50%;
  transform: translate(-50%);
  height: 40px;
  width: 35px;
  background-image: url(../images/quotes.png);
  background-size: cover;
}
.layout-contents .content .sidebar .quote blockquote em {
  font-family: 'Quentin', cursive;
  font-size: 1.5em;
  color: #82b615;
}
.layout-contents .content .sidebar .link-to-all {
  position: absolute;
  right: 15px;
  background: #ccc;
  color: #ffffff;
}
.layout-contents .content .sidebar .link-to-all:hover {
  background: #82b615;
}
.layout-contents .content .related {
  padding-bottom: 60px;
}
.layout-contents .content .related .related-menu li {
  display: none;
}
.layout-contents .content .related .related-menu li.current-page-parent {
  display: inline-block;
}
.layout-contents .content .related .related-menu li.current-page-parent > a {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  border-radius: 5px;
  padding: 12px 50px 12px 20px;
  background: #b4b4b4;
}
.layout-contents .content .related .related-menu li.current-page-parent > a:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-contents .content .related .related-menu li.current-page-parent > a:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-contents .content .related .related-menu li.current-page-parent > a:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-contents .content .related .related-menu li.current-page-parent > a:hover:after {
  right: 10px;
}
.layout-contents .content .related .related-menu li.current-page-parent > a:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 15px;
  line-height: 14px;
  height: 25px;
  width: 25px;
  background-size: cover;
  background-image: url(../images/pijltje-rechts.png);
}
.layout-contents .content .related .related-menu li.current-page-parent > a:hover {
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
}
.layout-contents .content .related .related-menu li.current-page-parent > a:hover:after {
  background-image: url(../images/pijltje-rechts-boven-hover.png);
}
.layout-contents .content .related .related-menu li.current-menu-parent {
  display: block;
  margin-top: 30px;
}
.layout-contents .content .related .related-menu li.current-menu-parent > a {
  color: #000000;
  font-size: 2em;
  cursor: text;
}
.layout-contents .content .related .related-menu li.current-menu-parent > a:hover {
  color: #000000;
  text-decoration: none;
}
.layout-contents .content .related .related-menu li.current-menu-parent ul li {
  display: block;
}
.layout-contents .content .related .related-menu li.current-menu-parent ul li.current-menu-item {
  display: none;
}
.layout.first-layout-after-eyecandy {
  margin-top: -70px;
}
@media (min-width: 60rem) {
  .layout.first-layout-after-eyecandy {
    margin-top: -98px;
  }
}
.layout-blocks ul {
  display: flex;
}
@media (min-width: 60rem) {
  .layout-blocks ul {
    margin-left: 35%;
    margin-right: 5%;
    display: block;
  }
}
.layout-blocks ul li {
  vertical-align: top;
}
.layout-blocks .block {
  display: block;
  border-radius: 5px;
  color: #ffffff;
  padding: 30px 15px 55px 15px;
  z-index: 999;
}
@media (min-width: 60rem) {
  .layout-blocks .block {
    padding: 60px 15px 55px 40px;
  }
}
.layout-blocks .block:after {
  content: '';
  position: absolute;
  bottom: 30px;
  right: 30px;
  height: 21px;
  width: 26px;
  background-image: url(../images/pijltje-naar-rechts.png);
  background-size: cover;
}
.layout-blocks .block.with-image img {
  max-width: 50px;
}
.layout-blocks .block.with-image h2 {
  min-height: 60px;
}
.layout-blocks .block.with-image .text {
  min-height: 60px;
}
.layout-blocks .block h2 {
  line-height: 1.2em;
  margin-bottom: 0;
  font-weight: 100;
  font-size: 1.1em;
}
@media (min-width: 60rem) {
  .layout-blocks .block h2 {
    font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 0;
  }
}
.layout-blocks .block .text {
  visibility: hidden;
}
.layout-blocks .block.active {
  background: #82b615;
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
  color: #ffffff;
  text-decoration: none;
}
.layout-blocks .block.active .text {
  visibility: visible;
}
.layout-blocks.first-layout-after-eyecandy {
  margin-top: -175px;
}
@media (min-width: 60rem) {
  .layout-blocks.first-layout-after-eyecandy {
    margin-top: -245px;
  }
}
#custom.layout-blocks {
  margin-top: 0;
}
@media (min-width: 60rem) {
  #custom.layout-blocks {
    margin-top: -190px;
  }
}
#custom.layout-blocks .container {
  padding: 0 30px;
}
@media (min-width: 40rem) {
  #custom.layout-blocks .container {
    padding: 0 4%;
  }
}
#custom.layout-blocks .container ul {
  margin-left: 0;
  margin-right: 0;
  max-width: 575px;
  display: inline-block;
}
#custom.layout-blocks .container ul li {
  width: 33%;
  padding: 2%;
}
#custom.layout-blocks .container ul li a {
  background: #82b615;
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
  padding: 25px 15px 55px 25px;
  color: #ffffff;
  text-decoration: none;
  min-height: 220px;
}
#custom.layout-blocks .container ul li a h2 {
  min-height: 35px;
}
#custom.layout-blocks .container ul li a .text {
  display: none;
}
#custom.layout-blocks .container ul li a.emergency {
  background: #b82801;
}
#custom.layout-blocks .container ul li a.blue {
  background: linear-gradient(153deg, #164cb5 0%, #0a368d 100%);
}
#custom.layout-blocks .container ul li a.disabled {
  opacity: 0.5;
  cursor: wait;
}
#custom.layout-blocks .container ul li a.disabled:after {
  display: none;
}
#customtwoblocks.layout-blocks {
  margin-top: 0;
}
@media (min-width: 60rem) {
  #customtwoblocks.layout-blocks {
    margin-top: -190px;
  }
}
#customtwoblocks.layout-blocks .container {
  padding: 0 30px;
}
@media (min-width: 40rem) {
  #customtwoblocks.layout-blocks .container {
    padding: 0 4%;
  }
}
#customtwoblocks.layout-blocks .container ul {
  margin-left: 0;
  margin-right: 0;
  max-width: 575px;
  display: inline-block;
}
#customtwoblocks.layout-blocks .container ul li {
  width: 50%;
  padding: 2%;
}
#customtwoblocks.layout-blocks .container ul li a {
  background: #82b615;
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
  padding: 25px 15px 55px 25px;
  color: #ffffff;
  text-decoration: none;
  min-height: 220px;
}
#customtwoblocks.layout-blocks .container ul li a h2 {
  min-height: 35px;
}
#customtwoblocks.layout-blocks .container ul li a .text {
  display: none;
}
#customtwoblocks.layout-blocks .container ul li a.emergency {
  background: #b82801;
}
#customtwoblocks.layout-blocks .container ul li a.blue {
  background: linear-gradient(153deg, #425cc7 0%, #192f8b 100%);
}
#customtwoblocks.layout-blocks .container ul li a.disabled {
  opacity: 0.5;
  cursor: wait;
}
#customtwoblocks.layout-blocks .container ul li a.disabled:after {
  display: none;
}
#twoblocks.layout-blocks {
  margin-top: 0;
}
@media (min-width: 60rem) {
  #twoblocks.layout-blocks {
    margin-top: -190px;
  }
}
#twoblocks.layout-blocks .container {
  padding: 0 30px;
}
@media (min-width: 40rem) {
  #twoblocks.layout-blocks .container {
    padding: 0 4%;
  }
}
#twoblocks.layout-blocks .container ul {
  margin-left: 0;
  margin-right: 0;
  max-width: 575px;
  display: inline-block;
}
#twoblocks.layout-blocks .container ul li {
  width: 48%;
  padding: 2%;
}
#twoblocks.layout-blocks .container ul li a {
  background: #82b615;
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
  padding: 25px 15px 55px 25px;
  color: #ffffff;
  text-decoration: none;
  min-height: 220px;
}
#twoblocks.layout-blocks .container ul li a h2 {
  min-height: 35px;
}
#twoblocks.layout-blocks .container ul li a .text {
  display: none;
}
#twoblocks.layout-blocks .container ul li a.emergency {
  background: #b82801;
}
#twoblocks.layout-blocks .container ul li a.blue {
  background: linear-gradient(153deg, #425cc7 0%, #192f8b 100%);
}
#find-consultancy-form .facetwp-facet {
  vertical-align: top;
  margin-bottom: 10px;
  display: inline;
}
@media (min-width: 60rem) {
  #find-consultancy-form .facetwp-facet {
    display: inline-block;
  }
}
#find-consultancy-form .facetwp-input-wrap {
  margin-bottom: 10px;
}
@media (min-width: 60rem) {
  #find-consultancy-form .facetwp-input-wrap {
    margin-bottom: 0;
  }
}
#find-consultancy-form .location-results {
  z-index: 99;
}
#find-consultancy-form .locate-me {
  right: 15px;
}
#find-consultancy-form input,
#find-consultancy-form select {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  line-height: 27px;
  height: 43px;
  vertical-align: top;
  margin-right: 10px;
}
#find-consultancy-form .fwp-submit {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  line-height: 27px;
  height: 43px;
}
#find-consultancy-form .fwp-submit:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
#find-consultancy-form .fwp-submit:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
#find-consultancy-form .fwp-submit:hover {
  background-color: #82b615;
  text-decoration: none;
}
#find-consultancy-form .fwp-submit:hover:after {
  right: 10px;
}
#find-consultancy-form .fwp-submit:after {
  position: absolute;
  content: '';
  top: 14px;
  right: 7px;
  height: 16px;
  width: 17px;
  background-image: url(../images/pijltje-naar-rechts.png);
  background-size: cover;
}
.tml-login .tml-button {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.tml-login .tml-button:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.tml-login .tml-button:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.tml-login .tml-button:hover {
  background-color: #82b615;
  text-decoration: none;
}
.tml-login .tml-button:hover:after {
  right: 10px;
}
.tml-login .tml-error a {
  display: none;
}
.layout-imageandtext {
  position: relative;
  padding: 60px 0 75px;
}
.layout-imageandtext:after {
  content: '';
  width: 100%;
  height: 150px;
  background: #f3f3f3;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 60rem) {
  .layout-imageandtext .content {
    display: flex;
  }
}
.layout-imageandtext .content .img {
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 50%;
}
@media (min-width: 60rem) {
  .layout-imageandtext .content .img {
    padding-bottom: 0;
  }
}
.layout-imageandtext .content .text {
  background: #82b615;
  color: #ffffff;
  position: relative;
}
.layout-imageandtext .content .text:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  height: 66px;
  width: 60px;
  background-image: url(../images/hook-gray.png);
  background-size: cover;
  z-index: 9;
}
.layout-imageandtext .content .text .wrapper {
  padding: 20px;
  text-align: center;
}
@media (min-width: 60rem) {
  .layout-imageandtext .content .text .wrapper {
    padding: 70px;
  }
}
.layout-imageandtext .content .text .wrapper h2 {
  position: relative;
}
.layout-imageandtext .content .text .wrapper h2:before {
  position: absolute;
  content: '';
  top: -40px;
  left: 50%;
  transform: translate(-50%);
  height: 32px;
  width: 35px;
  background-image: url(../images/quotes-wit.png);
  background-size: cover;
}
.layout-imageandtext .content .text .wrapper p strong a,
.layout-imageandtext .content .text .wrapper p a strong {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  color: #82b615;
  padding: 5px 20px 5px 20px;
}
.layout-imageandtext .content .text .wrapper p strong a:after,
.layout-imageandtext .content .text .wrapper p a strong:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-imageandtext .content .text .wrapper p strong a:after,
.layout-imageandtext .content .text .wrapper p a strong:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-imageandtext .content .text .wrapper p strong a:hover,
.layout-imageandtext .content .text .wrapper p a strong:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-imageandtext .content .text .wrapper p strong a:hover:after,
.layout-imageandtext .content .text .wrapper p a strong:hover:after {
  right: 10px;
}
.layout-imageandtext .content .text .wrapper p strong a:after,
.layout-imageandtext .content .text .wrapper p a strong:after {
  color: #82b615;
  display: none;
}
.layout-imageandtext .content .text .wrapper p strong a:hover,
.layout-imageandtext .content .text .wrapper p a strong:hover {
  color: #ffffff;
}
.layout-imageandtext .content .text .wrapper p strong a:hover:after,
.layout-imageandtext .content .text .wrapper p a strong:hover:after {
  color: #ffffff;
}
.layout-imageandtext .content .text .wrapper p em {
  font-family: 'Quentin', cursive;
  font-size: 2em;
}
.layout-services {
  position: relative;
  z-index: 9;
  padding-bottom: 60px;
}
.layout-services .container .wrapper {
  background: #f3f3f3;
  padding: 25px;
}
@media (min-width: 60rem) {
  .layout-services .container .wrapper {
    padding: 50px 100px;
  }
}
.layout-services .container .wrapper h2 {
  font-size: 2em;
}
.layout-services .container .wrapper ul li {
  vertical-align: top;
}
@media (min-width: 60rem) {
  .layout-services .container .wrapper ul li {
    display: inline-block;
    width: 33%;
  }
}
.layout-services .container .wrapper ul li h3 {
  font-size: 20px;
  color: #82b615;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.layout-services .container .wrapper ul li img {
  vertical-align: text-bottom;
}
.layout-services .container .wrapper ul li .text ul {
  margin: 0 0 20px -20px;
}
@media (min-width: 60rem) {
  .layout-services .container .wrapper ul li .text ul {
    margin: 0 0 50px -20px;
  }
}
.layout-services .container .wrapper ul li .text ul li {
  display: block;
  width: 100%;
}
.layout-services .container .wrapper ul li .text ul li a {
  display: inline-block;
  padding: 10px 50px 10px 20px;
  line-height: 28px;
  color: #000000;
  position: relative;
  font-weight: 600;
}
.layout-services .container .wrapper ul li .text ul li a:hover {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  border-radius: 5px;
  padding: 10px 50px 10px 20px;
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
}
.layout-services .container .wrapper ul li .text ul li a:hover:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-services .container .wrapper ul li .text ul li a:hover:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-services .container .wrapper ul li .text ul li a:hover:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-services .container .wrapper ul li .text ul li a:hover:hover:after {
  right: 10px;
}
.layout-services .container .wrapper ul li .text ul li a:hover:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 11px;
  line-height: 14px;
  height: 25px;
  width: 25px;
  background-size: cover;
  background-image: url(../images/pijltje-rechts-boven-hover.png);
}
.layout-news .container,
.layout-newslatest .container,
.newslist .container,
.layout-textandnewslatest .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}
.layout-news ul,
.layout-newslatest ul,
.newslist ul,
.layout-textandnewslatest ul {
  position: relative;
}
.layout-news ul li a,
.layout-newslatest ul li a,
.newslist ul li a,
.layout-textandnewslatest ul li a {
  color: #000000;
  padding: 30px;
  border-radius: 5px;
  position: relative;
}
.layout-news ul li a .title-and-text,
.layout-newslatest ul li a .title-and-text,
.newslist ul li a .title-and-text,
.layout-textandnewslatest ul li a .title-and-text {
  margin-bottom: 15px;
}
.layout-news ul li a .title-and-text .title,
.layout-newslatest ul li a .title-and-text .title,
.newslist ul li a .title-and-text .title,
.layout-textandnewslatest ul li a .title-and-text .title {
  font-size: 1.6em;
}
.layout-news ul li a .title-and-text .date,
.layout-newslatest ul li a .title-and-text .date,
.newslist ul li a .title-and-text .date,
.layout-textandnewslatest ul li a .title-and-text .date {
  background: #82b615;
  color: #ffffff;
  padding: 1px 10px;
  display: inline-block;
  border-radius: 3px;
  margin: 15px 0;
  font-weight: bold;
  font-size: 0.8em;
}
.layout-news ul li a .more-inverted,
.layout-newslatest ul li a .more-inverted,
.newslist ul li a .more-inverted,
.layout-textandnewslatest ul li a .more-inverted {
  padding-right: 40px;
  line-height: 13px;
}
.layout-news ul li a .more-inverted:after,
.layout-newslatest ul li a .more-inverted:after,
.newslist ul li a .more-inverted:after,
.layout-textandnewslatest ul li a .more-inverted:after {
  position: absolute;
  content: '';
  bottom: 5px;
  right: 0;
  height: 20px;
  width: 20px;
  background-image: url(../images/pijltje-rechts.png);
  background-size: cover;
}
.layout-news ul li a:hover,
.layout-newslatest ul li a:hover,
.newslist ul li a:hover,
.layout-textandnewslatest ul li a:hover {
  background: #82b615;
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
  color: #ffffff;
  text-decoration: none;
}
.layout-news ul li a:hover .date,
.layout-newslatest ul li a:hover .date,
.newslist ul li a:hover .date,
.layout-textandnewslatest ul li a:hover .date {
  background: #ffffff;
  color: #82b615;
}
.layout-news ul li a:hover .more-inverted,
.layout-newslatest ul li a:hover .more-inverted,
.newslist ul li a:hover .more-inverted,
.layout-textandnewslatest ul li a:hover .more-inverted {
  display: none;
}
.layout-news ul li a:hover:before,
.layout-newslatest ul li a:hover:before,
.newslist ul li a:hover:before,
.layout-textandnewslatest ul li a:hover:before {
  position: absolute;
  content: '';
  bottom: 15px;
  right: 15px;
  height: 35px;
  width: 35px;
  background-image: url(../images/pijltje-rechts-hover.png);
  background-size: cover;
}
.layout-news.first-layout-after-eyecandy {
  margin-top: -70px;
}
@media (min-width: 60rem) {
  .layout-news.first-layout-after-eyecandy {
    margin-top: -80px;
  }
}
.layout-news .container {
  padding-top: 30px;
}
.layout-news .pagination {
  padding: 30px;
  text-align: center;
}
.layout-news .pagination span,
.layout-news .pagination a {
  display: inline-block;
  margin: 0 10px;
  color: #000000;
  font-size: 1.2em;
}
.layout-news .pagination span.current,
.layout-news .pagination a.current {
  color: #82b615;
}
@media (min-width: 60rem) {
  .layout-news ul {
    margin-left: -42px;
  }
}
.layout-news ul li {
  margin-bottom: 0;
}
.layout-news ul li a {
  min-height: 350px;
}
.layout-newslatest {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.layout-newslatest .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
  height: 650px;
}
.layout-newslatest .container .wrapper {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  right: 0;
  overflow: hidden;
}
@media (min-width: 60rem) {
  .layout-newslatest .container .wrapper {
    padding: 0 60px;
  }
}
@media (min-width: 80rem) {
  .layout-newslatest .container .wrapper {
    margin-right: -10%;
    width: 110%;
  }
}
.layout-newslatest .container .wrapper > .title {
  font-size: 2em;
  margin-bottom: 40px;
}
.layout-newslatest .container .wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 90%;
  display: block;
  background: #f3f3f3;
  z-index: 1;
}
@media (min-width: 60rem) {
  .layout-newslatest .container .wrapper:before {
    width: 55px;
  }
}
.layout-newslatest .container .wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 90%;
  display: block;
  background: linear-gradient(90deg, rgba(243, 243, 243, 0) 0%, #f3f3f3 50%);
  z-index: 1;
}
@media (min-width: 60rem) {
  .layout-newslatest .container .wrapper:after {
    width: 0%;
  }
}
@media (min-width: 80rem) {
  .layout-newslatest .container .wrapper:after {
    width: 125px;
  }
}
.layout-newslatest .container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 90%;
  display: block;
  background: #f3f3f3;
  z-index: -1;
}
.layout-newslatest .container ul {
  position: relative;
  outline: none;
  padding-bottom: 25px;
}
.layout-newslatest .container ul .flickity-button {
  position: absolute;
  top: -20px;
  right: 15px;
  width: auto;
  background: #82b615;
  border: none;
  padding: 5px 9px;
  border: 2px solid #82b615;
  cursor: pointer;
  line-height: 10px;
}
@media (min-width: 40rem) {
  .layout-newslatest .container ul .flickity-button {
    top: -65px;
  }
}
@media (min-width: 60rem) {
  .layout-newslatest .container ul .flickity-button {
    right: 70px;
  }
}
.layout-newslatest .container ul .flickity-button.previous {
  right: 60px;
}
@media (min-width: 60rem) {
  .layout-newslatest .container ul .flickity-button.previous {
    right: 115px;
  }
}
.layout-newslatest .container ul .flickity-button svg {
  height: 15px;
  vertical-align: middle;
}
.layout-newslatest .container ul .flickity-button svg path {
  fill: white;
}
.layout-newslatest .container ul .flickity-button:hover {
  background: #f3f3f3;
}
.layout-newslatest .container ul .flickity-button:hover svg path {
  fill: #82b615;
}
.layout-newslatest .container ul li {
  display: inline-block;
  width: 100%;
  /*
                    &:nth-of-type(4) {
                        position: absolute;
                        top:0;
                        right: -160px;
                        opacity: 0.5;
                        width: 160px;
                        overflow: hidden;
                        a {
                            width: 350px;
                        }
                    }
                    */
}
@media (min-width: 60rem) {
  .layout-newslatest .container ul li {
    width: 365px;
  }
}
.layout-newslatest .container ul li a {
  padding: 60px 30px;
}
.layout-newslatest .container .link-to-all {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.newslist {
  padding: 60px 15px;
  background: #f3f3f3;
}
@media (min-width: 60rem) {
  .newslist {
    padding: 60px;
  }
}
.newslist > .title {
  font-size: 2em;
  margin-left: 0px;
  margin-bottom: 30px;
}
.newslist ul {
  margin-bottom: 30px;
  margin-left: -30px;
}
.newslist ul li {
  margin-bottom: 0;
}
.newslist ul li a {
  position: relative;
  padding: 23px 30px 45px 30px;
}
.newslist ul li a .title-and-text {
  height: auto !important;
}
.newslist ul li a .title-and-text .title {
  font-size: 1.4em;
}
.newslist ul li a .title-and-text .text {
  display: none;
}
.newslist ul li a .title-and-text .date {
  padding: 0px 10px;
}
.newslist ul li a .more-inverted {
  position: absolute;
  right: 15px;
}
.layout-badges .content ul li {
  padding: 0;
  list-style: none;
}
.layout-badges .content ul li a {
  display: inline-block;
  line-height: 125px;
}
@media (min-width: 60rem) {
  .layout-badges .content ul li a {
    line-height: 200px;
  }
}
.layout-table {
  padding: 0 0 60px 0;
}
.layout-table .content .title {
  font-size: 2em;
  margin: 0 0 30px 0;
}
.layout-table .content a {
  color: #82b615;
}
.layout-table .content .table.tekst {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  max-width: 600px;
}
.layout-table .content .table.tekst .row {
  border-top: 1px solid #cfcfcf;
  padding: 5px 20px;
}
.layout-table .content .table.tekst .row:hover {
  background: #f3f1f1;
}
.layout-table .content .table.tekst .row.label {
  background: #cfcfcf;
  font-weight: 900;
}
.layout-table .content .table.tekst .row.label:hover {
  background: #cfcfcf;
}
.layout-table .content .table.bestand {
  max-width: 600px;
}
.layout-table .content .table.bestand .row {
  padding: 5px 20px 5px 0;
  line-height: 36px;
  vertical-align: middle;
}
.layout-table .content .table.bestand .row:hover {
  background: #f3f1f1;
}
.layout-table .content .table.bestand .row.label {
  background: #cfcfcf;
  font-weight: 900;
}
.layout-table .content .table.bestand .row.label:hover {
  background: #cfcfcf;
}
.layout-table .content .table.bestand .row .download a {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.layout-table .content .table.bestand .row .download a:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-table .content .table.bestand .row .download a:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-table .content .table.bestand .row .download a:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-table .content .table.bestand .row .download a:hover:after {
  right: 10px;
}
.layout-advisorsearch {
  position: relative;
}
.layout-advisorsearch .container .row {
  padding: 30px;
  background: #f3f3f3;
}
.layout-advisorsearch .container .row .title {
  font-size: 2em;
  font-weight: 900;
}
.layout-advisorsearch .container .row .text {
  margin-bottom: 15px;
}
.layout-advisorsmap {
  position: relative;
}
.layout-advisorsmap .wrapper {
  margin-top: 30px;
}
.layout-advisorsmap .wrapper .box {
  background: #82b615;
  color: #ffffff;
  margin: 30px 0;
  padding: 30px;
  position: relative;
}
.layout-advisorsmap .wrapper .box:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  height: 66px;
  width: 60px;
  background-image: url(../images/hook.png);
  background-size: cover;
  z-index: 9;
}
.layout-advisorsmap .wrapper .box #find-consultancy-form .fwp-submit {
  background: #ffffff;
  color: #000000;
}
.layout-advisorsmap .wrapper .box #find-consultancy-form .fwp-submit:after {
  background-image: url(../images/pijltje-naar-rechts-groen.png);
}
.layout-advisorsmap .title {
  font-size: 2em;
  font-weight: 900;
}
.layout-advisorsmap .text {
  margin-bottom: 15px;
}
.layout-advisorsmap ul {
  position: relative;
}
.layout-advisorsmap ul li {
  color: #000000;
  padding: 30px;
  border-radius: 3px;
  vertical-align: top;
  min-height: 290px;
}
@media (min-width: 60rem) {
  .layout-advisorsmap ul li {
    display: inline-block;
    width: 33%;
  }
}
.layout-advisorsmap ul li a {
  color: #82b615;
}
.layout-advisorsmap ul li .title-and-text {
  margin-bottom: 15px;
}
.layout-advisorsmap ul li .title-and-text .title {
  font-size: 1.6em;
}
.layout-advisorsmap ul li .title-and-text .date {
  background: #82b615;
  color: #ffffff;
  padding: 1px 10px;
  display: inline-block;
  border-radius: 3px;
  margin: 15px 0;
}
.layout-advisorsmap ul li:hover {
  background: #82b615;
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
  color: #ffffff;
  text-decoration: none;
}
.layout-advisorsmap ul li:hover a {
  color: #ffffff;
}
.layout-advisorsmap ul li:hover .date {
  background: #ffffff;
  color: #82b615;
}
.layout-advisorsmap ul li:hover .more-inverted {
  color: #ffffff;
}
.facetwp-pager {
  text-align: center;
  padding: 30px 0 60px 0;
}
.facetwp-pager a {
  padding: 5px 10px;
  color: #ffffff;
  line-height: 20px;
  background: #82b615;
  border-radius: 3px;
  border: 2px solid #82b615;
}
.facetwp-pager a:hover {
  background: #ffffff;
  color: #82b615;
  text-decoration: none;
}
.facetwp-pager a.active:hover {
  background: #82b615;
  color: #ffffff;
}
.facetwp-pager a.dots {
  background: none;
  color: #000000;
}
.layout-textandcta {
  padding: 0 0 30px 0;
}
@media (min-width: 40rem) {
  .layout-textandcta {
    padding: 0 0 60px 0;
  }
}
@media (min-width: 40rem) {
  .layout-textandcta .content {
    padding-left: 4%;
  }
}
@media (min-width: 40rem) {
  .layout-textandcta .content > .text {
    padding-right: 8%;
  }
}
.layout-textandcta .content > .text h2 {
  font-size: 2.4em;
}
.layout-textandcta .content > .text p strong a,
.layout-textandcta .content > .text p a strong {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.layout-textandcta .content > .text p strong a:after,
.layout-textandcta .content > .text p a strong:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-textandcta .content > .text p strong a:after,
.layout-textandcta .content > .text p a strong:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-textandcta .content > .text p strong a:hover,
.layout-textandcta .content > .text p a strong:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-textandcta .content > .text p strong a:hover:after,
.layout-textandcta .content > .text p a strong:hover:after {
  right: 10px;
}
.layout-textandcta .content > .text p em {
  font-family: 'Quentin', cursive;
  color: #82b615;
  font-size: 2em;
}
.layout-textandcta .content .cta-text-and-image {
  position: relative;
}
.layout-textandcta .content .cta-text-and-image,
.layout-textandcta .content .cta-text-and-image a,
.layout-textandcta .content .cta-text-and-image h2 {
  color: #000000;
}
.layout-textandcta .content .cta-text-and-image img {
  vertical-align: middle;
}
@media (min-width: 40rem) {
  .layout-textandcta .content .cta-text-and-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
  }
}
.layout-textandcta .content .cta-text-and-image .text {
  padding: 15px 0;
  max-width: 400px;
  text-align: center;
}
.layout-textandcta .content .cta-text-and-image .text blockquote {
  margin: 100px 0 0 0;
  font-size: 1.5em;
  font-style: italic;
  margin-bottom: 30px;
  position: relative;
}
.layout-textandcta .content .cta-text-and-image .text blockquote:before {
  position: absolute;
  content: '';
  top: -40px;
  left: 50%;
  transform: translate(-50%);
  height: 40px;
  width: 35px;
  background-image: url(../images/quotes.png);
  background-size: cover;
}
.layout-textandcta .content .cta-text-and-image .text blockquote em {
  font-family: 'Quentin', cursive;
  font-size: 1.2em;
}
.layout-textandcta .content .cta-text-and-image .text h2 {
  line-height: 1.4em;
  margin-bottom: 60px;
}
.layout-textandcta .content .cta-text-and-image .text h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 20px;
  height: 3px;
  background: #ffffff;
}
.layout-textandcta .content .cta-text-and-image .text a {
  text-decoration: underline;
}
.layout-textandcta .content .cta-text-and-image .text a:hover {
  text-decoration: none;
}
.layout-textandcta.cta-height-minimal .cta-text-and-image {
  background: none;
}
.layout-textandcta.cta-height-minimal .cta-text-and-image .wrapper {
  background: #76b72a;
}
.layout-textandnewslatest {
  padding: 0 0 30px 0;
}
@media (min-width: 40rem) {
  .layout-textandnewslatest {
    padding: 0 0 60px 0;
  }
}
@media (min-width: 40rem) {
  .layout-textandnewslatest .content {
    padding-left: 4%;
  }
}
@media (min-width: 40rem) {
  .layout-textandnewslatest .content > .text {
    padding-right: 8%;
  }
}
.layout-textandnewslatest .content > .text h2 {
  font-size: 2.4em;
  margin-top: 0;
}
.layout-textandnewslatest .content > .text p strong a,
.layout-textandnewslatest .content > .text p a strong {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.layout-textandnewslatest .content > .text p strong a:after,
.layout-textandnewslatest .content > .text p a strong:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-textandnewslatest .content > .text p strong a:after,
.layout-textandnewslatest .content > .text p a strong:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-textandnewslatest .content > .text p strong a:hover,
.layout-textandnewslatest .content > .text p a strong:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-textandnewslatest .content > .text p strong a:hover:after,
.layout-textandnewslatest .content > .text p a strong:hover:after {
  right: 10px;
}
.layout-textandnewslatest .content > .text p em {
  font-family: 'Quentin', cursive;
  color: #82b615;
  font-size: 2em;
}
.layout-textandnewslatest ul {
  text-align: left;
}
.layout-textandnewslatest ul li a {
  background: #f3f3f3;
  padding: 30px;
}
.layout-textandnewslatest ul li a:hover {
  padding: 30px 30px 60px 30px;
}
.page-id-745 .layout-eyecandy,
.page-id-745 .layout-contents {
  display: none;
}
.page-id-745.sm_gform_page_1 {
  /*
            .layout.first-layout-after-eyecandy {
                margin-top: -70px;
                @media(min-width: @screen-md-min){
                     margin-top: -160px;
                }
            } 
            */
}
.page-id-745.sm_gform_page_1 .layout-eyecandy,
.page-id-745.sm_gform_page_1 .layout-contents {
  display: block;
}
.page-id-745 #gform_confirmation_wrapper_5 {
  margin: 200px 0 100px;
}
.page-id-745 #gform_confirmation_wrapper_5 a {
  color: #ffffff;
}
.layout-eyecandy {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 80px;
}
@media (min-width: 60rem) {
  .layout-eyecandy {
    margin-top: 130px;
  }
}
.layout-eyecandy ul {
  position: relative;
}
.layout-eyecandy ul:after {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, #ffffff 100%);
  z-index: 0;
}
.layout-eyecandy a {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  font-size: 18px;
  text-transform: uppercase;
}
.layout-eyecandy a:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-eyecandy a:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-eyecandy a:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-eyecandy a:hover:after {
  right: 10px;
}
.layout-eyecandy .text-placeholder {
  position: absolute;
  left: 15px;
  top: 70%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 1em;
  max-width: 600px;
  line-height: 1.2em;
  font-weight: bold;
}
@media (min-width: 60rem) {
  .layout-eyecandy .text-placeholder {
    left: 80px;
  }
}
.layout-eyecandy .text-placeholder h1 {
  color: #000000;
  padding-right: 30px;
}
@media (min-width: 60rem) {
  .layout-eyecandy .text-placeholder h1 {
    padding-right: 0;
  }
}
.layout-eyecandy .text-placeholder p {
  margin-bottom: 0;
  margin-top: 0;
}
.layout-eyecandy .text-placeholder span {
  font-weight: normal;
}
.layout-eyecandy.size- li,
.layout-eyecandy.size-wide li {
  width: 100vw !important;
}
.layout-eyecandy.size- .text-placeholder,
.layout-eyecandy.size-wide .text-placeholder {
  left: auto;
  right: 0;
  top: 45%;
}
.layout-eyecandy.size- .text-placeholder blockquote,
.layout-eyecandy.size-wide .text-placeholder blockquote {
  border: 8px solid #82b615;
  padding: 40px;
  color: #ffffff;
  text-align: center;
}
.layout-eyecandy.size- .text-placeholder blockquote p strong,
.layout-eyecandy.size-wide .text-placeholder blockquote p strong {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  font-size: 1.5em;
}
.layout-eyecandy.size-high,
.layout-eyecandy.size-high .items,
.layout-eyecandy.size-high .item {
  height: 80vh;
}
@media (min-width: 60rem) {
  .layout-eyecandy.size-high,
  .layout-eyecandy.size-high .items,
  .layout-eyecandy.size-high .item {
    min-height: 500px;
    max-height: 700px;
  }
}
.layout-eyecandy.size-high ul:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  height: 66px;
  width: 60px;
  background-image: url(../images/hook.png);
  background-size: cover;
  z-index: 9;
}
.layout-eyecandy.size-high ul:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
}
.layout-eyecandy.size-high .text-placeholder {
  top: 30%;
  left: 15px;
}
@media (min-width: 60rem) {
  .layout-eyecandy.size-high .text-placeholder {
    top: 29%;
    left: 39%;
  }
}
.layout-eyecandy.size-high .text-placeholder h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'ChambersSansBlack';
}
@media (min-width: 60rem) {
  .layout-eyecandy.size-high .text-placeholder h1 {
    font-size: 3.8em;
  }
}
.layout-eyecandy.size-high .text-placeholder h1 strong {
  text-transform: none;
}
.layout-text {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 60rem) {
  .layout-text {
    margin-top: 15px;
  }
}
@media (min-width: 60rem) {
  .layout-text {
    margin-bottom: 15px;
  }
}
.layout-text .content p {
  margin-top: 0;
}
.layout-text.style-on_gray .container {
  clip-path: polygon(0% 0%, calc(100% - 80px) 0%, 100% 40px, 100% 100%, 0% 100%);
  background-color: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 15px;
}
.layout-text p:first-of-type {
  font-weight: bold;
}
.layout-text p strong a,
.layout-text p a strong {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  border-radius: 5px;
  padding: 12px 50px 12px 20px;
  background: #b4b4b4;
  min-width: 325px;
}
.layout-text p strong a:after,
.layout-text p a strong:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-text p strong a:after,
.layout-text p a strong:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-text p strong a:hover,
.layout-text p a strong:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-text p strong a:hover:after,
.layout-text p a strong:hover:after {
  right: 10px;
}
.layout-text p strong a:after,
.layout-text p a strong:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 15px;
  line-height: 14px;
  height: 25px;
  width: 25px;
  background-size: cover;
  background-image: url(../images/pijltje-rechts.png);
}
.layout-text p strong a:hover,
.layout-text p a strong:hover {
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
}
.layout-text p strong a:hover:after,
.layout-text p a strong:hover:after {
  background-image: url(../images/pijltje-rechts-boven-hover.png);
}
.layout-text p em strong a,
.layout-text p strong em a {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  border-radius: 5px;
  padding: 12px 50px 12px 20px;
  background: #b4b4b4;
  font-style: normal;
}
.layout-text p em strong a:after,
.layout-text p strong em a:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-text p em strong a:after,
.layout-text p strong em a:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-text p em strong a:hover,
.layout-text p strong em a:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-text p em strong a:hover:after,
.layout-text p strong em a:hover:after {
  right: 10px;
}
.layout-text p em strong a:after,
.layout-text p strong em a:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 15px;
  line-height: 14px;
  height: 25px;
  width: 25px;
  background-size: cover;
  background-image: url(../images/pijltje-rechts.png);
}
.layout-text p em strong a:hover:after,
.layout-text p strong em a:hover:after {
  background-image: url(../images/pijltje-rechts-boven-hover.png);
}
.layout-faq {
  position: relative;
  padding: 0 0 30px 0;
}
@media (min-width: 60rem) {
  .layout-faq {
    padding: 60px 0;
  }
}
@media (min-width: 60rem) {
  .layout-faq .container .wrapped {
    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
    -webkit-column-fill: balance;
    -moz-column-count: 2;
    -moz-column-gap: 60px;
    -moz-column-fill: balance;
    column-count: 2;
    column-gap: 60px;
    column-fill: balance;
  }
}
.layout-faq .container .faq-list {
  vertical-align: top;
}
@media (min-width: 60rem) {
  .layout-faq .container .faq-list {
    display: block;
    word-wrap: break-word;
    margin-bottom: 35px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
  }
}
.layout-faq .container .faq-list .department-title {
  font-size: 2em;
  color: #82b615;
  margin-bottom: 25px;
}
.layout-faq .container .faq-list ul li .question {
  background: #b4b4b4;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 40px 10px 20px;
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.layout-faq .container .faq-list ul li .question:after {
  content: '\f067';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-faq .container .faq-list ul li .question:after {
  position: absolute;
  right: 15px;
  top: 10px;
}
.layout-faq .container .faq-list ul li .question:hover {
  background: #82b615;
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
}
.layout-faq .container .faq-list ul li.link.unfolded .question,
.layout-faq .container .faq-list ul li.externallink.unfolded .question,
.layout-faq .container .faq-list ul li.link .question,
.layout-faq .container .faq-list ul li.externallink .question {
  position: relative;
}
.layout-faq .container .faq-list ul li.link.unfolded .question:after,
.layout-faq .container .faq-list ul li.externallink.unfolded .question:after,
.layout-faq .container .faq-list ul li.link .question:after,
.layout-faq .container .faq-list ul li.externallink .question:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 13px;
  line-height: 14px;
  height: 25px;
  width: 25px;
  background-size: cover;
  background-image: url(../images/pijltje-rechts-boven-hover.png);
}
.layout-faq .container .faq-list ul li.emergency.unfolded .question,
.layout-faq .container .faq-list ul li.emergency .question {
  background: #b82801;
}
.layout-faq .container .faq-list ul li .answer {
  border-left: 1px solid #000000;
  margin: 20px 0 20px 20px;
  padding-left: 20px;
  display: none;
}
.layout-faq .container .faq-list ul li .answer ul {
  padding-left: 20px;
  list-style: disc;
}
.layout-faq .container .faq-list ul li .answer a {
  color: #82b615;
}
.layout-faq .container .faq-list ul li .answer a strong,
.layout-faq .container .faq-list ul li .answer strong a {
  margin-top: 15px;
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.layout-faq .container .faq-list ul li .answer a strong:after,
.layout-faq .container .faq-list ul li .answer strong a:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-faq .container .faq-list ul li .answer a strong:after,
.layout-faq .container .faq-list ul li .answer strong a:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-faq .container .faq-list ul li .answer a strong:hover,
.layout-faq .container .faq-list ul li .answer strong a:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-faq .container .faq-list ul li .answer a strong:hover:after,
.layout-faq .container .faq-list ul li .answer strong a:hover:after {
  right: 10px;
}
.layout-faq .container .faq-list ul li.unfolded .question {
  background: #82b615;
  background: linear-gradient(153deg, #80b801 0%, #abd502 100%);
}
.layout-faq .container .faq-list ul li.unfolded .question:after {
  content: '\f068';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-faq .container .faq-list ul li.unfolded .answer {
  display: block;
}
.projects ul {
  height: 55px;
}
.projects ul .project {
  overflow: hidden;
  color: #76b72a;
  display: block;
}
.projects ul .project .title-and-properties .title {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 600;
  height: 60px;
  overflow: hidden;
  display: grid;
  align-items: center;
}
.projects ul .project .title-and-properties ul li {
  display: block;
  width: 100%;
  margin: 0;
}
.projects ul .project .title-and-properties ul li .property {
  color: #000000;
  padding-left: 35px;
  position: relative;
  text-transform: uppercase;
  height: 30px;
  overflow: hidden;
}
.projects ul .project .title-and-properties ul li .property i {
  width: 35px;
  color: #76b72a;
  position: absolute;
  left: 0;
  top: 7px;
}
.projects ul .project .more {
  display: none;
}
.projects ul .project:hover {
  text-decoration: none;
}
.layout-projectsfeatured {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 60rem) {
  .layout-projectsfeatured {
    margin-top: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-projectsfeatured {
    margin-bottom: 30px;
  }
}
.layout-projectsfeatured .content .projects h2 {
  font-size: 1.9em;
  line-height: 1em;
  color: #76b72a;
  position: relative;
  font-weight: 600;
  margin-bottom: 75px;
}
.layout-projectsfeatured .content .projects h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 30px;
  height: 5px;
  background: #76b72a;
}
.layout-person {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 60rem) {
  .layout-person {
    margin-top: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-person {
    margin-bottom: 30px;
  }
}
.layout-person .container {
  background-color: #76b72a;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-bottom: 30px;
}
@media (min-width: 60rem) {
  .layout-person .container {
    padding-top: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-person .container {
    padding-bottom: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-person .container {
    padding-bottom: 60px;
  }
}
.layout-person .container,
.layout-person .container a,
.layout-person .container h2 {
  color: #ffffff;
}
.layout-person .container h2 {
  margin-bottom: 60px;
}
.layout-person .container h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 20px;
  height: 3px;
  background: #ffffff;
}
.layout-person .container .properties ul li i {
  padding-right: 10px;
}
.layout-person .container img {
  z-index: 2;
}
.layout-person .container .triangle {
  right: 0;
  bottom: 0;
  width: 600px;
  height: 200px;
  background-color: #324bb2;
  position: absolute;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}
.layout-personslist {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 60rem) {
  .layout-personslist {
    margin-top: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-personslist {
    margin-bottom: 30px;
  }
}
.layout-personslist .content .title {
  font-size: 1.9em;
  line-height: 1em;
  color: #76b72a;
  position: relative;
  font-weight: 600;
}
.layout-personslist .content .name-and-role-wrapper {
  background-color: #76b72a;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.layout-personslist .content .name-and-role-wrapper:hover {
  opacity: 1;
}
.layout-personslist .content ul {
  margin-left: 0;
  margin-right: 0;
}
.layout-personslist .content ul li {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}
.layout-personslist .content ul li .medewerker {
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #f3f3f3;
}
.layout-personslist .content ul li .medewerker .name-and-role {
  line-height: 20px;
  font-size: 0.9em;
}
.layout-personslist .content ul li .medewerker .name {
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.layout-personslist .content ul li .medewerker .name:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 30px;
  height: 5px;
  background: #76b72a;
}
.layout-personslist .content ul li .medewerker .name:after {
  bottom: -10px;
  left: 0;
  width: 10px;
  height: 2px;
  background: #ffffff;
}
.layout-personslist .content ul li .medewerker .role {
  text-transform: uppercase;
  font-weight: 100;
}
.layout-personslist .content ul li .medewerker img {
  vertical-align: middle;
}
.layout-personscta {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 60rem) {
  .layout-personscta {
    margin-top: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-personscta {
    margin-bottom: 30px;
  }
}
.layout-personscta .content .title {
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 600;
}
.layout-personscta .content ul {
  margin-left: -5%;
  margin-right: -5%;
}
.layout-personscta .content ul li {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 30px;
}
.layout-personscta .content ul li .medewerker a {
  color: #82b615;
  text-decoration: none;
}
.layout-personscta .content ul li .medewerker a:hover {
  text-decoration: underline;
}
.layout-personscta .content ul li .medewerker .thumb {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #f3f3f3;
  position: relative;
}
.layout-personscta .content ul li .medewerker .thumb:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  height: 40px;
  width: 37px;
  background-image: url(../images/hook.png);
  background-size: cover;
  z-index: 9;
}
.layout-personscta .content ul li .medewerker .thumb .name-region {
  line-height: 20px;
  font-size: 0.9em;
  padding: 75% 20px 20px 20px;
  position: relative;
}
.layout-personscta .content ul li .medewerker .thumb .name-region:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
}
.layout-personscta .content ul li .medewerker .thumb .name-region .name {
  position: relative;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.8em;
  color: #ffffff;
  z-index: 999;
}
.layout-personscta .content ul li .medewerker .thumb .name-region .region {
  color: #82b615;
  font-size: 1.2em;
  z-index: 999;
  position: relative;
}
.layout-personscta .content ul li .medewerker .thumb .name-region .region span {
  color: #ffffff;
}
.layout-personscta .content ul li .medewerker .name-and-role {
  padding: 30px 30px 0 30px;
}
.layout-personscta .content ul li .medewerker .name-and-role div {
  padding-bottom: 20px;
}
.layout-personscta .content ul li .medewerker .name-and-role div.linkedin:before {
  content: '\f0e1';
  font-family: fontawesome;
  color: #ffffff;
  margin-right: 5px;
  transition: all 0.25s ease;
}
.layout-personscta .content ul li .medewerker .name-and-role div.linkedin:before {
  background: #000000;
  padding: 4px;
}
.layout-personscta .content ul li .medewerker img {
  vertical-align: middle;
}
.layout-usps {
  padding: 60px 0;
  background: #f3f3f3;
}
.home .layout-usps {
  background: #ffffff;
}
.layout-usps .title {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 60px;
  color: #b4b4b4;
}
.layout-usps ul {
  margin: 0 -2%;
  text-align: center;
}
.layout-usps ul li {
  margin: 2% 0;
  padding-left: 50px;
  line-height: 24px;
  position: relative;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 60rem) {
  .layout-usps ul li {
    display: inline-block;
    margin: 0 2%;
  }
}
.layout-usps ul li:before {
  content: '\f00c';
  font-family: fontawesome;
  color: #000000;
  margin-right: 5px;
  transition: all 0.25s ease;
}
.layout-usps ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #82b615;
  color: #ffffff;
  padding: 9px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 100;
}
.layout-error404 {
  padding: 60px 0;
}
.layout-quicknav {
  padding: 15px 0 15px 0;
  margin-bottom: 0;
}
@media (min-width: 60rem) {
  .layout-quicknav {
    padding: 30px 0 30px 0;
    margin-bottom: 30px;
  }
}
.layout-quicknav .container {
  padding: 60px 15px 80px 15px;
  position: relative;
  margin-bottom: -60px;
}
@media (min-width: 60rem) {
  .layout-quicknav .container {
    padding: 60px 90px 80px 90px;
    margin-bottom: 0;
  }
}
.layout-quicknav .container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  display: block;
  background: #000000;
  z-index: -1;
}
.layout-quicknav .container .introtitle {
  font-size: 2em;
  margin-bottom: 60px;
  color: #ffffff;
}
.layout-quicknav .container ul {
  position: relative;
  margin-bottom: 15px;
}
.layout-quicknav .container ul li {
  min-height: 70px;
}
.layout-quicknav .container ul li:before {
  position: absolute;
  bottom: -115px;
  right: 0;
  content: '';
  height: 66px;
  width: 60px;
  background-image: url(../images/hook.png);
  background-size: cover;
  z-index: 9;
  display: none;
}
@media (min-width: 60rem) {
  .layout-quicknav .container ul li:before {
    display: block;
  }
}
.layout-quicknav .container ul li a {
  display: inline-block;
  color: #ffffff;
}
.layout-quicknav .container ul li a .text {
  position: relative;
  padding: 10px 30px 10px 120px;
  width: 420px;
}
.layout-quicknav .container ul li a .text:before {
  content: '01';
  padding: 5px;
  position: absolute;
  left: 70px;
  top: 15px;
  line-height: 14px;
}
.layout-quicknav .container ul li a .text .subtitle {
  opacity: 0.5;
}
.layout-quicknav .container ul li a img {
  position: absolute;
  right: 0;
  bottom: -115px;
  width: 630px;
  height: auto;
  display: none;
}
.layout-quicknav .container ul li a.active {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #82b615 100%);
  text-decoration: none;
}
.layout-quicknav .container ul li a.active .text:after {
  position: absolute;
  content: '';
  left: 0;
  top: 15px;
  height: 23px;
  width: 23px;
  background-image: url(../images/pijltje-rechts.png);
  background-size: cover;
}
.layout-quicknav .container ul li a.active img {
  display: none;
}
@media (min-width: 60rem) {
  .layout-quicknav .container ul li a.active img {
    display: block;
  }
}
.layout-quicknav .container ul li a.active.red {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #b82801 100%);
}
.layout-quicknav .container ul li:nth-of-type(2) a .text:before {
  content: '02';
}
.layout-quicknav .container ul li:nth-of-type(3) a .text:before {
  content: '03';
}
.layout-quicknav .container ul li:nth-of-type(4) a .text:before {
  content: '04';
}
.layout-quicknav .container ul li:nth-of-type(5) a .text:before {
  content: '05';
}
.layout-cta {
  margin-top: 15px;
  position: relative;
  z-index: 999;
  color: #ffffff;
}
@media (min-width: 60rem) {
  .layout-cta {
    margin-top: 30px;
  }
}
.layout-cta .container {
  background-color: #76b72a;
  padding-top: 15px;
  padding-bottom: 15px;
}
.layout-cta .text {
  padding-right: 4%;
}
.layout-cta .text h2 {
  color: #ffffff;
}
.layout-cta .text h2:after {
  background: #ffffff;
}
.layout-cta a {
  color: #ffffff;
}
.layout-cta .buttons li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.layout-cta .buttons li:last-child {
  margin-right: 0;
}
.layout-cta .buttons li a {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  background-color: transparent;
  color: #76b72a;
  text-decoration: underline;
  padding: 0 30px 0 0;
  font-weight: normal;
}
.layout-cta .buttons li a:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-cta .buttons li a:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-cta .buttons li a:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-cta .buttons li a:hover:after {
  right: 10px;
}
.layout-cta .buttons li a:after {
  content: '\f30b';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-cta .buttons li a:after {
  background: #82b615;
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 14px;
}
.layout-cta .buttons li a:hover {
  background-color: none;
  text-decoration: none;
}
.layout-cta .buttons li a:hover:after {
  right: 10px;
}
.layout-cta.last-layout-before-footerimage {
  margin-bottom: -100px;
}
@media (min-width: 60rem) {
  .layout-cta.buttons-position-right .container {
    position: relative;
  }
  .layout-cta.buttons-position-right .container .text {
    width: 60%;
  }
  .layout-cta.buttons-position-right .container .buttons {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
  }
  .layout-cta.buttons-position-right .container .buttons li {
    margin-bottom: 0px;
  }
}
.layout-policies {
  padding: 60px 0 0 0;
  background: none;
}
.layout-policies .container a {
  color: #82b615;
}
.layout-policies .container form {
  background-color: #82b615;
  padding: 60px 0;
  background: #82b615;
  color: #ffffff;
  margin: 30px 0;
  padding: 30px;
  position: relative;
}
.layout-policies .container form:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  height: 66px;
  width: 60px;
  background-image: url(../images/hook.png);
  background-size: cover;
  z-index: 9;
}
.layout-policies .container form input,
.layout-policies .container form select {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  line-height: 27px;
  height: 43px;
  vertical-align: top;
  margin-right: 10px;
}
.layout-policies .container form button {
  background-color: #82b615;
  color: #ffffff;
  padding: 5px 40px 5px 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  line-height: 27px;
  height: 43px;
  background: #ffffff;
  color: #000000;
}
.layout-policies .container form button:after {
  content: '\f054';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-policies .container form button:after {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 6px;
}
.layout-policies .container form button:hover {
  background-color: #82b615;
  text-decoration: none;
}
.layout-policies .container form button:hover:after {
  right: 10px;
}
.layout-policies .container form button:after {
  position: absolute;
  content: '';
  top: 14px;
  right: 7px;
  height: 16px;
  width: 17px;
  background-image: url(../images/pijltje-naar-rechts-groen.png);
  background-size: cover;
}
.layout-policies .container form button:hover {
  color: #ffffff;
}
.layout-policies .container form button:hover:after {
  background-image: url(../images/pijltje-naar-rechts.png);
}
.layout-policies .container .results {
  background-color: #f3f3f3;
  max-width: 400px;
  padding: 15px;
}
.layout-policies .container .results .insurances-list {
  list-style: disc;
  padding-left: 20px;
}
.layout-policies .container .results .insurances-list li a:before {
  content: '\f1c1';
  font-family: fontawesome;
  color: #000000;
  margin-right: 5px;
  transition: all 0.25s ease;
}
.layout-footerimage {
  clear: both;
  z-index: -9;
}
.layout-footerimage .content {
  position: relative;
  height: 300px;
}
.layout-footerimage .content .home {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 30px;
}
.layout-footer {
  padding: 160px 0 60px 0;
  background: #82b615;
  color: #ffffff;
  font-size: 0.9em;
}
.layout-footer p {
  margin-top: 0;
}
.layout-footer img {
  max-width: 200px;
  height: auto;
}
.layout-footer a {
  color: #ffffff;
  display: inline-block;
  margin: 2px 0;
}
.layout-footer a i {
  padding-right: 10px;
}
.layout-copyright {
  padding: 20px 0;
  background: #82b615;
  color: #ffffff;
  font-size: 0.9em;
  text-align: center;
}
.layout-copyright a {
  color: #ffffff;
}
/* other */
.shortcode-menu img {
  display: none;
}
.shortcode-menu > li > ul {
  padding-left: 15px;
}
.slick-prev,
.slick-next {
  width: 25px;
  height: 25px;
  z-index: 99;
}
.slick-prev:before,
.slick-next:before {
  font-size: 25px;
}
.slick-prev {
  z-index: 99;
  left: 15px;
}
.slick-prev:before {
  content: '\f0d9';
  font-family: fontawesome;
  color: #000000;
  margin-right: 5px;
  transition: all 0.25s ease;
}
.slick-next {
  right: 15px;
}
.slick-next:before {
  content: '\f0da';
  font-family: fontawesome;
  color: #000000;
  margin-right: 5px;
  transition: all 0.25s ease;
}
.slick-dots {
  bottom: auto;
}
.slick-dots li {
  width: 50px;
  text-align: center;
  font-size: 80px;
}
.slick-dots li button::before {
  font-size: 60px;
  opacity: 1;
  text-align: center;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  font-size: 80px;
}
@media (min-width: 60rem) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 80px;
    line-height: 50px;
  }
}
/* Conversie pagina */
.page-id-6300 .layout-eyecandy .items .item {
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
}
