/*! normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

.hide-text{height:0;overflow:hidden;position:absolute;width:0}@font-face{font-family:'socials';src:url("socials/fonts/socials.eot?pndsa1");src:url("socials/fonts/socials.eot?pndsa1#iefix") format('embedded-opentype'),url("socials/fonts/socials.ttf?pndsa1") format('truetype'),url("socials/fonts/socials.woff?pndsa1") format('woff'),url("socials/fonts/socials.svg?pndsa1#socials") format('svg');font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:'socials' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-twitter-square:before{content:"\f081"}.icon-facebook-square:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-thumbs-o-up:before{content:"\f087"}.icon-thumbs-o-down:before{content:"\f088"}.icon-linkedin-square:before{content:"\f08c"}.icon-github-square:before{content:"\f092"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-facebook-f:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-feed:before{content:"\f09e"}.icon-rss:before{content:"\f09e"}.icon-group:before{content:"\f0c0"}.icon-users:before{content:"\f0c0"}.icon-chain:before{content:"\f0c1"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-flask:before{content:"\f0c3"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-square:before{content:"\f0d3"}.icon-google-plus-square:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-envelope:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-github-alt:before{content:"\f113"}.icon-rss-square:before{content:"\f143"}.icon-youtube-square:before{content:"\f166"}.icon-youtube:before{content:"\f167"}.icon-xing:before{content:"\f168"}.icon-xing-square:before{content:"\f169"}.icon-youtube-play:before{content:"\f16a"}.icon-dropbox:before{content:"\f16b"}.icon-stack-overflow:before{content:"\f16c"}.icon-instagram:before{content:"\f16d"}.icon-flickr:before{content:"\f16e"}.icon-bitbucket:before{content:"\f171"}.icon-bitbucket-square:before{content:"\f172"}.icon-tumblr:before{content:"\f173"}.icon-tumblr-square:before{content:"\f174"}.icon-dribbble:before{content:"\f17d"}.icon-skype:before{content:"\f17e"}.icon-foursquare:before{content:"\f180"}.icon-trello:before{content:"\f181"}.icon-vimeo-square:before{content:"\f194"}.icon-slack:before{content:"\f198"}.icon-envelope-square:before{content:"\f199"}.icon-reddit:before{content:"\f1a1"}.icon-reddit-square:before{content:"\f1a2"}.icon-stumbleupon-circle:before{content:"\f1a3"}.icon-stumbleupon:before{content:"\f1a4"}.icon-delicious:before{content:"\f1a5"}.icon-digg:before{content:"\f1a6"}.icon-behance:before{content:"\f1b4"}.icon-behance-square:before{content:"\f1b5"}.icon-spotify:before{content:"\f1bc"}.icon-soundcloud:before{content:"\f1be"}.icon-codepen:before{content:"\f1cb"}.icon-jsfiddle:before{content:"\f1cc"}.icon-git-square:before{content:"\f1d2"}.icon-git:before{content:"\f1d3"}.icon-slideshare:before{content:"\f1e7"}.icon-twitch:before{content:"\f1e8"}.icon-yelp:before{content:"\f1e9"}.icon-facebook-official:before{content:"\f230"}.icon-pinterest-p:before{content:"\f231"}.icon-whatsapp:before{content:"\f232"}.icon-medium:before{content:"\f23a"}.icon-tripadvisor:before{content:"\f262"}.icon-odnoklassniki:before{content:"\f263"}.icon-odnoklassniki-square:before{content:"\f264"}.icon-get-pocket:before{content:"\f265"}.icon-wikipedia-w:before{content:"\f266"}.icon-amazon:before{content:"\f270"}.icon-commenting:before{content:"\f27a"}.icon-commenting-o:before{content:"\f27b"}.icon-houzz:before{content:"\f27c"}.icon-vimeo:before{content:"\f27d"}.icon-reddit-alien:before{content:"\f281"}.icon-gitlab:before{content:"\f296"}.icon-snapchat:before{content:"\f2ab"}.icon-snapchat-ghost:before{content:"\f2ac"}.icon-snapchat-square:before{content:"\f2ad"}.icon-yoast:before{content:"\f2b1"}.icon-google-plus-circle:before{content:"\f2b3"}.icon-google-plus-official:before{content:"\f2b3"}.icon-quora:before{content:"\f2c4"}.icon-bandcamp:before{content:"\f2d5"}.icon-etsy:before{content:"\f2d7"}.icon-imdb:before{content:"\f2d8"}.icon-meetup:before{content:"\f2e0"}html,body{background-color:#fff;color:#030405;font-family:Arial,"Lucida Grande",sans-serif;font-size:100%;font-size:1em;font-weight:300;line-height:1.5;margin:0;overflow:auto;padding:0;}html.-is-disabled,body.-is-disabled{height:100vh;overflow:hidden}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}::selection{background-color:#030405;color:#fff}.button,.read-more{background-color:transparent;border:.24em solid #c69030;color:#c69030;cursor:pointer;display:inline-block;font-family:Arial,"Lucida Grande",sans-serif;font-size:1.8em;font-weight:400;letter-spacing:.06em;line-height:1.5;margin:0 .6em 0 0;max-width:100%;overflow:hidden;outline:none;padding:0 .6em .12em;position:relative;text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:uppercase;transition:color .6s ease-out;vertical-align:baseline;white-space:nowrap;width:100%;}.button:after,.read-more:after,.button:before,.read-more:before{content:'';display:block;position:absolute;bottom:-1px;left:-1px;right:-1px;height:103%;z-index:-1}.button:after,.read-more:after{background-color:#c69030;transform:scaleY(0);transform-origin:bottom center;transition:transform .6s ease-out}.button:before,.read-more:before{background-color:#fff}.button:disabled,.read-more:disabled{opacity:.3;color:inherit}.button:hover:not(:disabled),.read-more:hover:not(:disabled){color:#fff;transition:color .3s ease-in-out;}.button:hover:not(:disabled):after,.read-more:hover:not(:disabled):after{transform:scaleY(1);transition:transform .3s ease-in-out}@media screen and (min-width:27em){.button,.read-more{width:auto}}.event{line-height:1.2;padding:0 0 1.8em;}.event__link{color:inherit;display:block;text-decoration:none}.event__thumbnail{margin:0 0 .6em;line-height:0;overflow:hidden;width:100%}.event__thumbnailImage{transform:scale(1);transition:transform .09s ease-out;width:100%}.event__title,.event__date,.event__more{margin:0}.event__title{font-size:inherit;font-weight:bold;line-height:inherit}.event__date{font-weight:normal}.event:hover .event__thumbnailImage{transform:scale(1.12);transition:transform .18s ease-in-out}.footer{border-top:6px solid #030405;font-size:.8em;padding:5em 0 0;}.footer__copyright{padding:1.8em 0 0}@media screen and (min-width:30em){.footer__items::after{content:'';display:table;clear:both}.footer__address,.footer__menu,.footer__socials{float:left;clear:none;text-align:inherit;width:48.5%;margin-left:0%;margin-right:3%;}.footer__address::after,.footer__menu::after,.footer__socials::after{content:'';display:table;clear:both}.footer__address:nth-child(n),.footer__menu:nth-child(n),.footer__socials:nth-child(n){margin-right:3%;float:left;clear:none}.footer__address:nth-child(2n),.footer__menu:nth-child(2n),.footer__socials:nth-child(2n){margin-right:0%;float:right}.footer__address:nth-child(2n + 1),.footer__menu:nth-child(2n + 1),.footer__socials:nth-child(2n + 1){clear:both}}@media screen and (min-width:45em){.footer__items{padding:0 5.583333333333332%}.footer__address{float:left;clear:none;text-align:inherit;width:42.77777777777778%;margin-left:0%;margin-right:3%;}.footer__address::after{content:'';display:table;clear:both}.footer__address:nth-child(n){margin-right:3%;float:left;clear:none}.footer__address:nth-child(3n){margin-right:0%;float:right}.footer__address:nth-child(3n + 1){clear:both}.footer__menu{float:left;clear:none;text-align:inherit;width:31.33333333333333%;margin-left:0%;margin-right:3%;}.footer__menu::after{content:'';display:table;clear:both}.footer__menu:nth-child(n){margin-right:3%;float:left;clear:none}.footer__menu:nth-child(3n){margin-right:0%;float:right}.footer__menu:nth-child(3n + 1){clear:both}.footer__socials{float:left;clear:none;text-align:inherit;width:19.88888888888889%;margin-left:0%;margin-right:3%;}.footer__socials::after{content:'';display:table;clear:both}.footer__socials:nth-child(n){margin-right:3%;float:left;clear:none}.footer__socials:nth-child(3n){margin-right:0%;float:right}.footer__socials:nth-child(3n + 1){clear:both}.footer__copyright{padding:0;text-align:center}}.header{margin:0;padding:0;}.header::after{content:'';display:table;clear:both}.header__logo{padding:0;width:60%}.header__navigation{border-bottom:6px solid #030405;padding:0}@media screen and (min-width:58em){.header__logo{float:left;clear:none;text-align:inherit;width:33.33333333333333%;margin-left:0%;margin-right:0%;padding:0 3.24em 0 1.8em}.header__logo::after{content:'';display:table;clear:both}.header__navigation{float:left;clear:none;text-align:inherit;width:66.66666666666666%;margin-left:0%;margin-right:0%;border-bottom:6px solid #030405;padding:.7% 0 0}.header__navigation::after{content:'';display:table;clear:both}}@media screen and (min-width:66em){.header__logo{float:left;clear:none;text-align:inherit;width:25%;margin-left:0%;margin-right:0%;}.header__logo::after{content:'';display:table;clear:both}.header__navigation{float:left;clear:none;text-align:inherit;width:75%;margin-left:0%;margin-right:0%;}.header__navigation::after{content:'';display:table;clear:both}}.iconList{list-style:none;margin:0;padding:0;}.iconList__item{display:block;padding:0 0 1.8em}.iconList__item::after{content:'';display:table;clear:both}.iconList__itemContent{align-items:center;color:inherit;display:flex;flex-direction:row;text-decoration:none}.iconList__icon{max-height:2.16em;width:12%}.iconList__title{font-weight:bold;padding-left:1.8em;width:80%}.layout{position:relative;margin:1.8em 1.8em 1.8em;}.layout__header{padding:0 0 1.8em}.layout__page{padding:0 0 5.4em}.layout__footer{padding:0}.layout.-overview .layout__page{padding-bottom:10.8em}@media screen and (min-width:39em){.layout.-narrow .layout__page{padding-left:33.33333333333333%}}@media screen and (min-width:66em){.layout{margin:3.24em 5.4em 1.8em}}@media screen and (min-width:72em){.layout.-narrow .layout__page{padding-left:25%}.layout.-overview .layout__page{margin:auto;padding:0 1.8em 10.8em;width:82.83333333333334%}}.link-list{margin:0 0 1.8em;}.link-list__items{list-style:none;margin:0;padding:0}.link-list__item{text-transform:lowercase}.link-list__link{color:inherit;text-decoration:none}.logo{display:inline-block;margin:0;max-width:12em;padding:0;width:100%;}.logo__link{background-color:transparent;background-image:url("images/janskerk-logo.svg");background-position:center;background-repeat:no-repeat;background-size:contain;display:block;height:0;overflow:hidden;outline:none;padding:75% 0 0 100%;width:0}.logo.-big{max-width:18em}.navigation{position:relative;padding:1em 0 0;}.navigation__toggle{cursor:pointer;display:block;padding:.9em 0;position:absolute;right:0;top:-2.7em;width:2.7em}.navigation__toggleLabel,.navigation__toggleLabel:before,.navigation__toggleLabel:after{background-color:#030405;color:transparent;display:block;height:4px;width:100%}.navigation__toggleLabel:before,.navigation__toggleLabel:after{content:'';position:absolute;transition:transform .6s ease-out}.navigation__toggleLabel:before{transform:translateY(-.9em)}.navigation__toggleLabel:after{transform:translateY(.9em)}.navigation__menu{max-height:0;overflow:hidden;transition:max-height .6s ease-out;text-align:right}.navigation__contact{color:#f0f;display:block;font-weight:normal;padding:0 0 1.8em;text-decoration:none;}.navigation__contact:before{background-image:url("/wp-content/themes/janskerk/static/images/icon-phone.svg");background-position:center;background-repeat:no-repeat;background-size:contain;content:'';display:inline-block;height:1.2em;margin:0 .3em 0 0;transform:translateY(.2em);width:1em}.navigation.-is-open .navigation__toggleLabel:before,.navigation.-is-open .navigation__toggleLabel:after{transform:translateY(0);transition:transform .3s ease-in-out}.navigation.-is-open .navigation__menu{max-height:40em;transition:max-height .6s ease-in}@media screen and (min-width:58em){.navigation{padding:0}.navigation__toggle{display:none}.navigation__menu{max-height:none;overflow:visible;text-align:left}.navigation__contact{margin:0;padding:0;position:absolute;right:0;top:.9em}}.menu__items{list-style:none;margin:0;padding:.9em 0}.menu__item{display:block;}.menu__item.current-menu-item,.menu__item.current-page-ancestor{color:#c69030}.menu__link{color:inherit;display:block;font-weight:bold;padding:.9em 0;text-decoration:none;text-transform:lowercase}@media screen and (min-width:58em){.menu__items{list-style:none;margin:0;padding:0}.menu__item{display:inline-block;}.menu__item.current-menu-item,.menu__item.current-page-ancestor{color:#c69030;transform:translateY(3.6em)}.menu__link{color:inherit;display:inline-block;padding:.9em;text-decoration:none}}.overview__items{display:block}@media screen and (min-width:36em){.overview__items{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:0 -.6em}.overview__item{padding:0 .6em;width:50%}}@media screen and (min-width:66em){.overview__item{width:33%}}.socials__items{list-style:none;margin:0;padding:0}.socials__item{display:inline-block;margin:0}.socials__link{background-color:#fff;color:#030405;display:inline-block;font-size:1.2em;line-height:1.6;padding:.2em 0 0;text-align:center;text-decoration:none;width:1.2em}.subnavigation{margin:0;padding:0 0 1.8em;}.subnavigation__items{display:flex;flex-direction:row;justify-content:flex-end;list-style:none;margin:0;padding:0}.subnavigation__item{display:block;}.subnavigation__item:after{content:'/';padding:0 .45em}.subnavigation__item:last-child:after{content:none}.subnavigation__link{color:inherit;font-weight:bold;text-decoration:none;}.subnavigation__link.-isActive{color:#c69030}.wysiwyg h1{color:#f00}.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{color:inherit;font-family:inherit;font-weight:bold}.wysiwyg h2{font-size:1.8em;line-height:1;margin:0 0 .6em;padding:.6em 0 0}.wysiwyg h3{font-size:1.5em;line-height:1;margin:0 0 .45em;padding:.45em 0 0}.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{margin:0;padding:0}.wysiwyg h4{font-size:1.2em;line-height:1;margin:0 0 .6em;padding:.9em 0 0}.wysiwyg h5{font-size:1.12em;margin:0}.wysiwyg h6{font-size:1em;margin:0}.wysiwyg p{font-size:1em;margin:0 0 1.8em}.wysiwyg h2 + p{font-size:1.2em}@media screen and (min-width:48em){.wysiwyg h2{font-size:2.1em}.wysiwyg h3{font-size:1.8em}.wysiwyg h4{font-size:1.5em}.wysiwyg h5{font-size:1.2em}.wysiwyg h6{font-size:1em}}.wysiwyg blockquote{border-left:6px solid #030405;margin:0 0 1.8em;padding:.9em 0 1px 1.2em;}.wysiwyg blockquote p,.wysiwyg blockquote p:first-child{font-family:Arial,"Lucida Grande",sans-serif;font-size:1.2em;font-weight:bold;line-height:1.5;margin-bottom:.9em}@media screen and (min-width:48em){.wysiwyg blockquote{padding:.9em 3.6em 1px 1.2em}}.wysiwyg pre{background:#eee;font-family:monospace;margin:0 0 1.8em;overflow:auto;padding:.9em}.wysiwyg ul,.wysiwyg ol{list-style:none;margin:0 0 1.8em;padding:0 0 0 1.8em;}.wysiwyg ul li,.wysiwyg ol li{margin:0;padding:0;position:relative;}.wysiwyg ul li:before,.wysiwyg ol li:before{color:inherit;display:inline-block;position:absolute;margin-left:-1.8em}.wysiwyg p + ul,.wysiwyg p + ol{margin-top:-1.2em}.wysiwyg ul li:before{content:'\25A0'}.wysiwyg ol{counter-reset:current-counter;}.wysiwyg ol li:before{content:'0' counter(current-counter);counter-increment:current-counter;font-family:Arial,"Lucida Grande",sans-serif}.wysiwyg hr{border:none;border-bottom:6px solid #030405;margin:5.4em 0}.wysiwyg img{height:auto;max-width:100%}.wysiwyg a{color:#c69030;text-decoration:none}.wysiwyg small{font-size:.8em}.wysiwyg strong{font-weight:bold}.wysiwyg .highlight{color:#f0f;font-weight:inherit;text-decoration:none}.wysiwyg table th,.wysiwyg table td{display:table-row;text-align:left;vertical-align:top;}@media screen and (min-width:75em){.wysiwyg table th,.wysiwyg table td{font-weight:normal;display:table-cell}}.block-clients{margin-bottom:9%;padding-bottom:1.8em;}.block-clients__title{text-transform:lowercase}.block-clients__clients::after{content:'';display:table;clear:both}.block-clients__client{float:left;clear:none;text-align:inherit;width:48.5%;margin-left:0%;margin-right:3%;}.block-clients__client::after{content:'';display:table;clear:both}.block-clients__client:nth-child(n){margin-right:3%;float:left;clear:none}.block-clients__client:nth-child(2n){margin-right:0%;float:right}.block-clients__client:nth-child(2n + 1){clear:both}@media screen and (min-width:36em){.block-clients__title{padding-left:1.8rem}}@media screen and (min-width:33em){.block-clients__client{float:left;clear:none;text-align:inherit;width:31.33333333333333%;margin-left:0%;margin-right:3%;}.block-clients__client::after{content:'';display:table;clear:both}.block-clients__client:nth-child(n){margin-right:3%;float:left;clear:none}.block-clients__client:nth-child(3n){margin-right:0%;float:right}.block-clients__client:nth-child(3n + 1){clear:both}}@media screen and (min-width:60em){.block-clients__client{float:left;clear:none;text-align:inherit;width:14.166666666666664%;margin-left:0%;margin-right:3%;}.block-clients__client::after{content:'';display:table;clear:both}.block-clients__client:nth-child(n){margin-right:3%;float:left;clear:none}.block-clients__client:nth-child(6n){margin-right:0%;float:right}.block-clients__client:nth-child(6n + 1){clear:both}}.events-block{margin-bottom:12%;padding-bottom:1.8em;}.events-block__title{text-transform:lowercase}.events-block__items::after{content:'';display:table;clear:both}.events-block__more{clear:both;text-align:center}.events-block__moreLink{color:#c69030;font-size:1em;font-weight:bold;text-decoration:none}@media screen and (min-width:30em){.events-block__items{margin:0 -.45em}.events-block__item{float:left;clear:none;text-align:inherit;width:50%;margin-left:0%;margin-right:0%;padding:0 .45em}.events-block__item::after{content:'';display:table;clear:both}.events-block__item:nth-child(n){float:left;clear:none}.events-block__item:nth-child(2n){float:right}.events-block__item:nth-child(2n + 1){clear:both}}@media screen and (min-width:36em){.events-block__title{padding-left:1.8rem}}@media screen and (min-width:54em){.events-block__item{float:left;clear:none;text-align:inherit;width:25%;margin-left:0%;margin-right:0%;}.events-block__item::after{content:'';display:table;clear:both}.events-block__item:nth-child(n){float:left;clear:none}.events-block__item:nth-child(4n){float:right}.events-block__item:nth-child(4n + 1){clear:both}}.block-facilities{margin-bottom:9%;padding-bottom:1.8em;}.block-facilities__container::after{content:'';display:table;clear:both}@media screen and (min-width:30em){.block-facilities__facilities,.block-facilities__downloads{float:left;clear:none;text-align:inherit;width:48.5%;margin-left:0%;margin-right:3%;}.block-facilities__facilities::after,.block-facilities__downloads::after{content:'';display:table;clear:both}.block-facilities__facilities:last-child,.block-facilities__downloads:last-child{margin-right:0%}}@media screen and (min-width:36em){.block-facilities{padding-left:1.8em;padding-right:1.8em}}@media screen and (min-width:54em){.block-facilities__content{float:left;clear:none;text-align:inherit;width:35.625%;margin-left:0%;margin-right:3%;}.block-facilities__content::after{content:'';display:table;clear:both}.block-facilities__content:last-child{margin-right:0%}.block-facilities__facilities,.block-facilities__downloads{float:left;clear:none;text-align:inherit;width:29.1875%;margin-left:0%;margin-right:3%;}.block-facilities__facilities::after,.block-facilities__downloads::after{content:'';display:table;clear:both}.block-facilities__facilities:last-child,.block-facilities__downloads:last-child{margin-right:0%}}.block-image{margin:0 0 1.8em;padding:0;position:relative;width:100%;}.block-image__image{height:auto;max-width:100%;width:100%}.block-image__caption{bottom:.9em;color:#fff;font-size:.75em;position:absolute;right:1.8em}@media screen and (max-width:30em){.block-image__caption{display:none}}@media screen and (min-width:39em){.block-image{margin:0 0 4.32em}}.map-block{margin-bottom:7%;padding-bottom:1.8em;}.map-block::after{content:'';display:table;clear:both}.map-block__map{background-color:#eee;height:50vh;margin:0 0 1.8em;min-height:24em;width:100%}.map-block__markers{display:none}.map-block img{max-width:inherit !important}@media screen and (min-width:60em){.map-block__map{float:left;clear:none;text-align:inherit;width:65.66666666666666%;margin-left:0%;margin-right:3%;margin-bottom:0}.map-block__map::after{content:'';display:table;clear:both}.map-block__map:last-child{margin-right:0%}.map-block__container{float:left;clear:none;text-align:inherit;width:31.33333333333333%;margin-left:0%;margin-right:3%;}.map-block__container::after{content:'';display:table;clear:both}.map-block__container:last-child{margin-right:0%}}.block-slider{margin:0 0 1.8em;padding:0;position:relative;width:100%;}.block-slider__slide{position:relative}.block-slider__image{height:auto;max-width:100%;width:100%}.block-slider__caption{bottom:.9em;color:#fff;font-size:.75em;position:absolute;right:1.8em}@media screen and (max-width:30em){.block-slider__caption{display:none}}@media screen and (min-width:39em){.block-slider{margin:0 0 4.32em}}.block-team{margin-bottom:9%;padding-bottom:.9em;}.block-team__title{text-transform:lowercase}.block-team__team::after{content:'';display:table;clear:both}.block-team__member{float:left;clear:none;text-align:inherit;width:48.5%;margin-left:0%;margin-right:3%;padding-bottom:.9em}.block-team__member::after{content:'';display:table;clear:both}.block-team__member:nth-child(n){margin-right:3%;float:left;clear:none}.block-team__member:nth-child(2n){margin-right:0%;float:right}.block-team__member:nth-child(2n + 1){clear:both}.block-team__memberPhoto{margin:0 0 .45em;width:80%}.block-team__memberName,.block-team__memberCaption{font-size:1.2em;line-height:1.2;margin:0}.block-team__memberName{font-weight:bold}.block-team__memberCaption{font-weight:normal}@media screen and (min-width:45em){.block-team__member{float:left;clear:none;text-align:inherit;width:31.33333333333333%;margin-left:0%;margin-right:3%;}.block-team__member::after{content:'';display:table;clear:both}.block-team__member:nth-child(n){margin-right:3%;float:left;clear:none}.block-team__member:nth-child(3n){margin-right:0%;float:right}.block-team__member:nth-child(3n + 1){clear:both}}@media screen and (min-width:66em){.block-team__team{padding-right:25%}.block-team__memberPhoto{width:50%}}.block-textOneColumn{margin-bottom:4.5%;padding-bottom:1.8em;}.block-textOneColumn__content{margin:auto;max-width:42em;width:100%}@media screen and (min-width:36em){.block-textOneColumn{padding-left:1.8em;padding-right:1.8em}}@media screen and (min-width:42em){.block-textOneColumn__content{text-align:center}}.block-textTwoColumn{margin-bottom:4.5%;padding-bottom:1.8em;}.block-textTwoColumn__columns::after{content:'';display:table;clear:both}@media screen and (min-width:36em){.block-textTwoColumn{padding-left:1.8em;padding-right:1.8em}}@media screen and (min-width:33em){.block-textTwoColumn__column{float:left;clear:none;text-align:inherit;width:48.5%;margin-left:0%;margin-right:3%;}.block-textTwoColumn__column::after{content:'';display:table;clear:both}.block-textTwoColumn__column:last-child{margin-right:0%}}@media screen and (min-width:60em){.block-textTwoColumn__content{max-width:42em;width:75%}}.layout.-narrow .block-textTwoColumn{padding-left:0;padding-right:0}.block-textThreeColumn{margin-bottom:4.5%;padding-bottom:1.8em;}.block-textThreeColumn__columns::after{content:'';display:table;clear:both}@media screen and (min-width:36em){.block-textThreeColumn{padding-left:1.8em;padding-right:1.8em}}@media screen and (min-width:60em){.block-textThreeColumn__column{float:left;clear:none;text-align:inherit;width:31.33333333333333%;margin-left:0%;margin-right:3%;}.block-textThreeColumn__column::after{content:'';display:table;clear:both}.block-textThreeColumn__column:last-child{margin-right:0%}.block-textThreeColumn__content{max-width:42em}}.layout.-narrow .block-textThreeColumn{padding-left:0;padding-right:0}