@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.w-icon-slider-right:before {
  content: "\e600"; }

.w-icon-slider-left:before {
  content: "\e601"; }

.w-icon-nav-menu:before {
  content: "\e602"; }

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603"; }

.w-icon-file-upload-remove:before {
  content: "\e900"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

html.w-mod-touch * {
  background-attachment: scroll !important; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table; }

.w-clearfix:after {
  clear: both; }

.w-hidden {
  display: none; }

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0; }

input.w-button {
  -webkit-appearance: button; }

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important; }

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal; }

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px; }

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px; }

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px; }

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px; }

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px; }

figure {
  margin: 0;
  margin-bottom: 10px; }

figcaption {
  margin-top: 5px;
  text-align: center; }

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px; }

.w-list-unstyled {
  padding-left: 0;
  list-style: none; }

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  position: relative;
  padding: 0; }

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button; }

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd; }

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999; }

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1; }

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999; }

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999; }

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0; }

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.w-input,
textarea.w-select {
  height: auto; }

.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%); }

.w-select[multiple] {
  height: auto; }

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px; }

.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table; }

.w-checkbox:after,
.w-radio:after {
  clear: both; }

.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px; }

.w-radio-input {
  margin-top: 3px; }

.w-file-upload {
  display: block;
  margin-bottom: 5px; }

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100; }

.w-file-upload-default,
.w-file-upload-uploading {
  display: inline-block;
  color: #333333; }

.w-file-upload-error,
.w-file-upload-success {
  display: flex; }

.w-file-upload-state--hidden {
  display: none; }

.w-file-upload-uploading-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px 8px 40px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjQ0NDIiBkPSJNMTUgMzBhMTUgMTUgMCAxIDEgMC0zMCAxNSAxNSAwIDAgMSAwIDMwem0wLTNhMTIgMTIgMCAxIDAgMC0yNCAxMiAxMiAwIDAgMCAwIDI0eiIvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0wIDE1QTE1IDE1IDAgMCAxIDE1IDB2M0ExMiAxMiAwIDAgMCAzIDE1SDB6Ij48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGF0dHJpYnV0ZVR5cGU9IlhNTCIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE1IDE1IiB0bz0iMzYwIDE1IDE1IiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L3N2Zz4=");
  background-position: 12px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat; }

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block; }

.w-file-remove-link {
  width: 20px;
  height: 20px;
  display: flex; }

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px; }

.w-file-upload-error-msg {
  color: #ea384c;
  padding-top: 12px; }

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px; }

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px 8px 40px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTUuOTIgNS4wMmE0LjUgNC41IDAgMCAxIC4wOCA4Ljk1VjE0SDRhNCA0IDAgMSAxIDAtOCA2IDYgMCAwIDEgMTEuOTItLjk4ek0xMSA5aDNsLTQtNS00IDVoM3YyaDJWOXoiLz48L3N2Zz4=");
  background-position: 12px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat; }

.w-file-upload-label-error {
  border: 1px solid #ea384c; }

.w-icon-file-upload {
  width: 20px;
  height: 20px;
  margin-right: 8px; }

.w-icon-file-upload-svg {
  width: 100%;
  height: 100%; }

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.w-container:before,
.w-container:after {
  content: " ";
  display: table; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  display: table; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333333%; }

.w-col-2 {
  width: 16.66666667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333333%; }

.w-col-5 {
  width: 41.66666667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333333%; }

.w-col-8 {
  width: 66.66666667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333333%; }

.w-col-11 {
  width: 91.66666667%; }

.w-col-12 {
  width: 100%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: none !important; }

  .w-col-medium-1 {
    width: 8.33333333%; }

  .w-col-medium-2 {
    width: 16.66666667%; }

  .w-col-medium-3 {
    width: 25%; }

  .w-col-medium-4 {
    width: 33.33333333%; }

  .w-col-medium-5 {
    width: 41.66666667%; }

  .w-col-medium-6 {
    width: 50%; }

  .w-col-medium-7 {
    width: 58.33333333%; }

  .w-col-medium-8 {
    width: 66.66666667%; }

  .w-col-medium-9 {
    width: 75%; }

  .w-col-medium-10 {
    width: 83.33333333%; }

  .w-col-medium-11 {
    width: 91.66666667%; }

  .w-col-medium-12 {
    width: 100%; }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: none !important; }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }

  .w-col {
    width: 100%;
    left: auto;
    right: auto; }

  .w-col-small-1 {
    width: 8.33333333%; }

  .w-col-small-2 {
    width: 16.66666667%; }

  .w-col-small-3 {
    width: 25%; }

  .w-col-small-4 {
    width: 33.33333333%; }

  .w-col-small-5 {
    width: 41.66666667%; }

  .w-col-small-6 {
    width: 50%; }

  .w-col-small-7 {
    width: 58.33333333%; }

  .w-col-small-8 {
    width: 66.66666667%; }

  .w-col-small-9 {
    width: 75%; }

  .w-col-small-10 {
    width: 83.33333333%; }

  .w-col-small-11 {
    width: 91.66666667%; }

  .w-col-small-12 {
    width: 100%; } }
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: inherit !important; }

  .w-hidden-tiny {
    display: none !important; }

  .w-col {
    width: 100%; }

  .w-col-tiny-1 {
    width: 8.33333333%; }

  .w-col-tiny-2 {
    width: 16.66666667%; }

  .w-col-tiny-3 {
    width: 25%; }

  .w-col-tiny-4 {
    width: 33.33333333%; }

  .w-col-tiny-5 {
    width: 41.66666667%; }

  .w-col-tiny-6 {
    width: 50%; }

  .w-col-tiny-7 {
    width: 58.33333333%; }

  .w-col-tiny-8 {
    width: 66.66666667%; }

  .w-col-tiny-9 {
    width: 75%; }

  .w-col-tiny-10 {
    width: 83.33333333%; }

  .w-col-tiny-11 {
    width: 91.66666667%; }

  .w-col-tiny-12 {
    width: 100%; } }
.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden; }

.w-widget-map .gm-style-iw + div {
  display: none; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px; }

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif; }

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block; }

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px; }

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px; }

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px; }

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px; }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px; }

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px; }

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px; }

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px; }

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px; }

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px; }

.w-widget-gplus {
  overflow: hidden; }

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white; }

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100; }

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap; }

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left; }

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit; }

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px; }

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em; }

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222; }

.w-dropdown-link.w--current {
  color: #0082f3; }

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block; }

.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static; } }
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static; }

  .w-nav-brand {
    padding-left: 10px; } }
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static; } }
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */ }

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0; }

.w-lightbox-view:before {
  content: "";
  height: 100vh; }

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh; }

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle; }

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */ }

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer; }

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none; }

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh; }

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh; }

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px; }

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */ }

.w-lightbox-active {
  opacity: .3; }

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden; }

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear; }

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%; }

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none; }

.w-lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh; }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh; }

  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh; }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }

  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5; }

  .w-lightbox-close {
    opacity: .8; }

  .w-lightbox-control:hover {
    opacity: 1; } }
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0; }

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table; }

.w-richtext:after {
  clear: both; }

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial; }

.w-richtext ol,
.w-richtext ul {
  overflow: hidden; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7; }

.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.w-richtext figure {
  position: relative;
  max-width: 60%; }

.w-richtext figure > div:before {
  cursor: default !important; }

.w-richtext figure img {
  width: 100%; }

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6; }

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent; }

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table; }

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block; }

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom; }

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0; }

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%; }

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both; }

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%; }

.w-richtext figure.w-richtext-align-normal {
  clear: both; }

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit; }

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block; }

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none; }

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none; }

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000; }

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table; }

.w-nav:after {
  clear: both; }

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333; }

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.w-nav-link.w--current {
  color: #0082f3; }

.w-nav-menu {
  position: relative;
  float: right; }

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px; }

.w--nav-link-open {
  display: block;
  position: relative; }

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%; }

.w-nav-overlay .w--nav-menu-open {
  top: 0; }

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0; }

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0; }

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white; }

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none; }

.w-nav[data-collapse="all"] .w-nav-button {
  display: block; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block; } }
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block; }

  .w-nav-brand {
    padding-left: 10px; } }
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block; } }
.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd; }

.w-tab-link.w--current {
  background-color: #C8C8C8; }

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }
.w-ix-emptyfix:after {
  content: ""; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd; }

.w-dyn-bind-empty {
  display: none !important; }

.w-condition-invisible {
  display: none !important; }

body {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #20201e;
  font-size: 14px;
  line-height: 20px;
  text-transform: none; }

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: 1px; }

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 1px; }

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700; }

p {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6em; }

.header {
  position: relative;
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Source Code Pro', sans-serif;
  text-align: center; }

.header.header-503 {
  border-bottom: 1px solid #e6e6e6; }

.content {
  position: relative;
  display: block;
  max-width: 1400px;
  min-height: 800px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 21px;
  padding-left: 101px; }

.logo {
  width: 120px;
  margin-bottom: 40px; }

.mainnav {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-family: 'Source Code Pro', sans-serif; }

.mainnav-item {
  margin-right: 12px;
  margin-left: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.83;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #20201e;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase; }

.mainnav-item:hover {
  opacity: 1;
  color: #000; }

.mainnav-item.w--current {
  opacity: 1;
  font-weight: 600; }

.mainnav-seperator {
  display: inline-block; }

.mainnav-bol {
  position: relative;
  top: -1px;
  width: 4px; }

.abonnement {
  position: absolute;
  top: 35px;
  right: 0px;
  padding: 0px;
  border: 1px solid transparent;
  background-color: #bfdfc7;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #20201e;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none; }

.abonnement:hover {
  border-color: #bfdfc7;
  background-color: #fff;
  color: #20201e; }

.trace-lijnen {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  overflow: hidden;
  max-width: 500px;
  font-family: 'Source Code Pro', sans-serif; }

.trace-lijnen.bottom {
  left: 0px;
  top: auto;
  bottom: -77px;
  z-index: 10; }

.trace-lijnen.filter {
  max-width: auto; }

.trace-head {
  display: block;
  margin-bottom: 0px;
  padding-left: 11px;
  background-image: url("../images/bol.svg");
  background-position: 0px 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

.trace-head.sociaal {
  margin-left: 20px; }

.trace-head.gezondheid {
  margin-left: 40px; }

.trace-head.dierenwelzijn {
  margin-left: 60px; }

.lijn {
  position: absolute;
  left: 3px;
  top: 7px;
  bottom: 0px;
  overflow: hidden;
  width: 1px;
  height: 100%;
  background-color: #20201e;
  background-image: none; }

.lijn._2 {
  left: 23px;
  top: 28px;
  padding-top: 27px; }

.lijn._3 {
  left: 43px;
  top: 46px; }

.lijn._4 {
  left: 63px;
  top: 66px; }

.section-h1 {
  margin-top: 10px;
  text-align: center; }

.section-h1.home-section-h1 {
  margin-bottom: 30px; }

.section-h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center; }

.hoe-werkt-dit {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #20201e;
  opacity: 0.55;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Source Code Pro', sans-serif;
  cursor: pointer; }

.hoe-werkt-dit:hover {
  opacity: 1; }

.hoe-werkt-dit-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%); }

.hoe-werkt-dit-block {
  width: 300px;
  padding: 25px;
  border: 1px solid #20201e;
  background-color: #fff;
  text-align: center; }

.p-with-bol {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-image: url("../images/bol.svg");
  background-position: 50% 100%;
  background-size: 4px;
  background-repeat: no-repeat; }

.inline-link {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #20201e;
  background-color: transparent;
  opacity: 0.73;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Source Code Pro', sans-serif;
  color: #20201e;
  text-decoration: none; }

.inline-link:hover {
  background-color: #20201e;
  opacity: 1;
  color: #fff; }

.inline-link.light {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  letter-spacing: 1px; }

.inline-link.light:hover {
  background-color: #fff;
  color: #20201e; }

.inline-link.light.link-fixed-nav {
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #20201e;
  opacity: 0.58;
  color: #20201e; }

.inline-link.light.link-fixed-nav:hover {
  opacity: 1; }

.inline-link.light.link-fixed-nav.w--current {
  border-style: dashed;
  opacity: 0.78; }

.inline-link.light.link-fixed-nav.w--current:hover {
  opacity: 1; }

.inline-link.light.submit {
  height: 46px;
  padding-right: 20px;
  padding-left: 20px;
  border-width: 2px;
  opacity: 1; }

.inline-link.home-hero {
  display: inline-block;
  margin-top: 10px; }

.inline-link.home-hero.wit {
  border-color: #fff;
  color: #e6e6e6; }

.inline-link.black {
  background-color: #20201e;
  color: #e6e6e6; }

.inline-link.black.load {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.inline-link.submit {
  margin-top: 10px; }

.inline-link.white {
  border-color: #fff;
  background-color: #fff;
  opacity: 1; }

.inline-link.white:hover {
  border-color: #20201e;
  background-color: #20201e;
  color: #fff; }

.trace-item {
  position: relative;
  margin-bottom: 40px;
  padding: 0px;
  border-top: 3px solid #20201e;
  background-color: rgba(230, 230, 230, 0.2); }

.trace-item.small {
  width: 50%; }

.trace-item.medium {
  width: 75%; }

.trace-item.xsmall {
  width: 30%; }

.trace-item.quote-item {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: #20201e; }

.trace-item.quote-item.matrix-qoute {
  border-top-width: 1px; }

.trace-head-text {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  background-color: #fff; }

.trace-item-indicator {
  position: absolute;
  left: -101px;
  top: -5px;
  width: 100%;
  height: 8px;
  background-image: url("../images/bol.svg");
  background-position: 0px 50%;
  background-size: 8px;
  background-repeat: no-repeat; }

.trace-item-indicator._2 {
  left: -82px; }

.trace-item-indicator._3 {
  left: -62px; }

.trace-item-indicator._4 {
  left: -41px; }

.trace-item-bol {
  width: 9px; }

.trace-item-indicator-line {
  position: absolute;
  left: 0px;
  top: 2px;
  right: 0px;
  height: 3px;
  background-color: #20201e; }

.trace-img-info {
  position: absolute;
  left: 30px;
  top: 30px;
  max-width: 50%;
  color: #fff; }

.trace-img-info.home-hero-inf {
  left: 40px;
  top: auto;
  bottom: 40px;
  text-align: left; }

.img-info-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 1.4em;
  letter-spacing: 2px; }

.img-info-h2.dark {
  color: #20201e; }

.img-info-h2.home-hero-h2 {
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: none; }

.type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

.type.type-artikel {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.type-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #20201e;
  background-image: url("../images/milieu.svg");
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat; }

.type-icon.light {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  background-image: url("../images/milieu_1.svg");
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat; }

.type-icon.light._4-l {
  background-image: url("../images/dieren.svg");
  background-size: 60%; }

.type-icon.light._2-l {
  background-image: url("../images/sociaal.svg");
  background-size: 60%; }

.type-icon.light._3-l {
  background-image: url("../images/hart.svg");
  background-size: 60%; }

.type-icon._4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/dieren_1.svg");
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat; }

.type-icon._2 {
  background-image: url("../images/sociaal_1.svg");
  background-size: 60%; }

.type-icon._3 {
  background-image: url("../images/hart_1.svg");
  background-size: 60%; }

.type-icon.comment-icon {
  background-image: url("../images/chat.svg");
  background-size: 60%; }

.type-titel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 5px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #20201e;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase; }

.type-titel.light {
  margin-left: 20px;
  background-color: #fff;
  color: #20201e;
  font-weight: 600; }

.trace-item-text {
  max-width: 900px;
  padding: 40px; }

.trace-item-text.video {
  display: block;
  padding-bottom: 10px; }

.trace-item-text.video.matrix-qoute-item {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.trace-item-text.quote {
  display: block;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto; }

.quote {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-left-style: none;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center; }

.footer {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  border-top: 1px solid #e6e6e6; }

.trace-item-image-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.trace-item-image-text.matrix-img-text {
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.trace-item-image-text.matrix-img-text.background-grey {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(230, 230, 230, 0.2); }

.trace-item-image-text.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.trace-item-image-text-img {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.trace-item-h2 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.4em; }

.person-block {
  padding: 25px 0px 0px;
  border-top: 1px solid #e6e6e6;
  text-align: center; }

.person-block.light {
  border-top-color: rgba(230, 230, 230, 0.3); }

.person-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.person-block-container.artikel-person {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.person-block-container.artikel-person.person-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.person-block-container.person-colofon {
  width: 33%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.person-block-container.home {
  margin-top: 20px;
  color: #fff;
  text-decoration: none; }

.person-block-container.partner {
  width: 40%;
  margin-right: 10px;
  margin-left: 10px; }

.person-img {
  overflow: hidden;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #20201e;
  border-radius: 50%;
  background-image: url("../images/marieke-van-schoonhoven.png");
  background-position: 50% 50%;
  background-size: cover; }

.person-img.light {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #e6e6e6; }

.person-img.partner {
  background-image: url("../images/logo.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.person-img.partner-2 {
  background-image: url("../images/Voedsel-voor-de-Toekomst-hoofdbeeld.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.person-info {
  margin-left: 30px;
  padding-right: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left; }

.person-info.light {
  border-bottom-color: rgba(230, 230, 230, 0.3); }

.person-info.alt {
  padding-bottom: 0px;
  border-bottom-style: none; }

.pers-h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 1.2em; }

.pers-h2.white {
  color: #fff; }

.pers-h2.home {
  color: #20201e; }

.person-functie {
  margin-bottom: 10px;
  color: #20201e; }

.person-functie.white {
  color: #fff; }

.artikel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #20201e; }

.artikel.artikel-home {
  margin-bottom: 40px; }

.artikel.artikel-home.artikel-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.artikel-info {
  max-width: 50%;
  padding: 30px;
  color: #fff;
  text-align: left; }

.artikel-indicator {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Source Code Pro', sans-serif;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase; }

.artikel-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url("../images/BELGAIMAGE-114321648.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel-image._2 {
  background-image: url("../images/wptwybll4_w-marat-gilyadzinov.jpg"); }

.artikel-image.bis {
  background-image: url("../images/BELGAIMAGE-63630611.jpg"); }

.artikel-link {
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 1px solid rgba(230, 230, 230, 0.3); }

.fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  background-color: #bfdfc7;
  box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.17);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.fixed-nav.alt {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%); }

.fixed-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.75); }

.fixed-h1 {
  margin-bottom: 0px;
  color: #20201e;
  font-size: 22px; }

.comment-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #20201e;
  text-decoration: none; }

.comment-link:hover {
  width: auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

.comment-link-ico {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/chat_1.svg");
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat; }

.comment-link-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.fixed-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.fixed-nav-comment {
  overflow: hidden; }

.fixed-logo {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  opacity: 0.67;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease; }

.fixed-logo:hover {
  opacity: 1; }

.section {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto; }

.section.comment-section {
  margin-bottom: 30px;
  padding: 30px;
  border: 3px solid #20201e; }

.section.no-bottom-margin {
  margin-bottom: 0px; }

.comments {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto; }

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 31px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e6e6e6; }

.footer-column {
  max-width: 30%; }

.footer-link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Source Code Pro', sans-serif;
  color: #20201e;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-decoration: none; }

.footer-social-link {
  width: 40px;
  margin-right: 20px; }

.social-icon {
  width: 100%; }

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer-bottom-content {
  font-family: 'Source Code Pro', sans-serif;
  font-size: 16px; }

.copy {
  display: inline-block;
  margin-right: 15px; }

.copy-link {
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.68;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #20201e;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase; }

.copy-link:hover {
  opacity: 1; }

.beresterk {
  width: 30px;
  margin-left: 20px;
  opacity: 0.67;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease; }

.beresterk:hover {
  opacity: 1;
  -webkit-transform: rotate(3deg) scale(1.1);
  -ms-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1); }

.cim {
  opacity: 0.67;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }

.cim:hover {
  opacity: 1; }

.hero-home {
  position: relative;
  width: 100%;
  height: 60vh;
  background-image: url("../images/static1.squarespace-2.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.hero-home.trace-list-first {
  margin-bottom: 40px; }

.home-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.home-about-image {
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.home-about-tekst {
  width: 60%;
  max-width: 800px;
  padding-right: 52px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.home-about-h2.hero {
  margin-top: 0px;
  margin-bottom: 10px; }

.home-about-h2.hero.white {
  color: #e6e6e6; }

.trace-item-content {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto; }

.home-traces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.home-traces.traces-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.home-trace {
  position: relative;
  width: 30%;
  margin-bottom: 40px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #e6e6e6; }

.home-trace.home-trace-left {
  margin-right: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px; }

.home-trace.home-trace-right {
  margin-left: 20px; }

.home-trace.list-trace {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-style: none; }

.home-trace.list-trace.list-trace-left {
  padding-right: 20px; }

.home-trace.list-trace.list-trace-right {
  padding-left: 20px; }

.home-trace._13 {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.home-trace-seperator {
  width: 40px; }

.home-trace-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0%;
  padding-bottom: 60%;
  background-image: url("../images/Good-Eggs-041114-151-blog.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.home-trace-img.bis {
  background-image: url("../images/BELGAIMAGE-54548251.jpg"); }

.home-trace-img.bis-2 {
  background-image: url("../images/b44846df91a861bffe820df3dd98e30c--haloumi-salad-marinated-tomatoes.jpg"); }

.home-trace-img._3 {
  background-image: url("../images/BELGAIMAGE-63630611.jpg"); }

.home-trace-img._4 {
  background-image: url("../images/Honey_Home_Page-1.jpg"); }

.home-trace-info {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  text-align: center; }

.home-trace-info.list-trace-info {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6; }

.section-lined {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6; }

.section-lined.centered {
  text-align: center; }

.section-lined.centered.no-padding {
  padding-bottom: 0px; }

.eletter {
  padding: 40px;
  background-color: #20201e;
  color: #fff; }

.eletter-h2 {
  margin-top: 0px; }

.eletter-field {
  height: 45px;
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  letter-spacing: 1px; }

.eletter-mail-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(230, 230, 230, 0.23); }

.eletter-checkboxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1; }

.eletter-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.checkbox-info {
  margin-left: 15px; }

.checkbox-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize; }

.checkbox-subtitel {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 16px;
  letter-spacing: 1px; }

.succes {
  background-color: #10631a;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 1px; }

.error {
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #ca4100;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center; }

.other-eletters {
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0.45;
  font-size: 18px; }

.page-info {
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6; }

.page-info.dark {
  margin-bottom: 0px;
  background-color: #20201e;
  color: #fff; }

.page-info-content {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center; }

.page-titel-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600; }

.page-titel-h2.white {
  color: #fff; }

.page-titel-h1 {
  line-height: 1.4em; }

.page-titel-h1.white {
  color: #fff; }

.groot-beeld {
  position: relative;
  margin-bottom: 40px; }

.matrix-text-only {
  margin-bottom: 40px; }

.matrix-text-only.background-grey {
  background-color: rgba(230, 230, 230, 0.2); }

.matrix-text-only-content {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center; }

.matrix-video {
  margin-bottom: 40px; }

.matrix-beelden {
  margin-bottom: 40px; }

.matrix-beelden-pic {
  display: block;
  width: 49%;
  margin-bottom: 40px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.grid-sizer {
  width: 49%; }

.gutter-sizer {
  width: 2%; }

.colofon {
  padding: 0px;
  text-align: center; }

.h2-colofon-title {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6; }

.medewerkers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6; }

.pagination {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6; }

.pagination-left {
  padding-left: 0px; }

.pagination-right {
  padding-right: 0px;
  text-align: right; }

.pag-link {
  padding: 5px;
  opacity: 0.6;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #20201e;
  text-decoration: none; }

.pag-link:hover {
  opacity: 1; }

.pag-link.w--current {
  opacity: 1;
  font-weight: 600; }

.trace-bron {
  padding-top: 8px;
  padding-bottom: 8px;
  opacity: 0.5;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #fff;
  text-decoration: none; }

.trace-bron:hover {
  opacity: 1; }

.trace-bron-text {
  margin-bottom: 20px;
  margin-left: 15px;
  font-size: 16px; }

.contact-top {
  margin-bottom: 40px;
  background-color: #bfdfc7;
  color: #fff; }

.contact-top-content {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px; }

.contact-h2 {
  color: #20201e;
  font-size: 14px;
  font-weight: 400; }

.contact-left {
  padding-right: 10px;
  padding-left: 0px;
  color: #20201e; }

.contact-right {
  padding-right: 0px;
  padding-left: 10px;
  color: #20201e; }

.contact-link {
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #20201e;
  text-decoration: none; }

.contact-link:hover {
  border-bottom-color: #fff; }

.contact-h3 {
  margin-top: 20px;
  opacity: 0.43;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none; }

.contact-h1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(230, 230, 230, 0.2);
  color: #20201e;
  line-height: 1.4em; }

.draag-bij {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.draag-bij-content {
  width: 50%;
  padding: 30px;
  background-color: rgba(230, 230, 230, 0.4); }

.draag-bij-content._100 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.field {
  margin-top: 25px;
  margin-bottom: 25px;
  border-style: none none dashed;
  border-bottom-width: 1px;
  border-bottom-color: rgba(32, 32, 30, 0.4);
  background-color: transparent; }

.field.textarea {
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6; }

.interesses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.interesse {
  width: 33.333%;
  padding: 15px;
  background-color: #8acc83;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none; }

.interesse:hover {
  background-color: #faad72; }

.interesse.alt {
  background-color: #7cc274; }

.interesse.alt:hover {
  background-color: #eca066; }

.interesse.steun-button {
  background-color: rgba(255, 255, 255, 0.06); }

.interesse.steun-button:hover {
  background-color: #faad72; }

.interesse.steun-button.alt {
  background-color: rgba(255, 255, 255, 0.09); }

.interesse.steun-button.alt:hover {
  background-color: #faad72; }

.draag-bij-financieel {
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #bfdfc7;
  color: #fff;
  text-align: center; }

.steun-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.draag-bij-h2 {
  margin-top: 0px;
  color: #20201e; }

.algemene-voorwaarden {
  padding: 30px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5em;
  column-gap: 5em; }

.bronvermelding {
  padding: 30px;
  background-color: rgba(230, 230, 230, 0.2); }

.bronvermelding-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: rgba(32, 32, 30, 0.63);
  text-align: center; }

.bron {
  width: 33.3333%;
  padding: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(32, 32, 30, 0.64); }

.bron.bronsegment {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #e6e6e6;
  color: rgba(32, 32, 30, 0.8);
  font-weight: 600;
  text-align: center; }

.bronnen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.photo-credit {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  color: rgba(32, 32, 30, 0.66);
  font-size: 13px; }

.loading-indicator {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-bottom: 40px;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #000;
  background-color: #bfdfc7;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
  text-decoration: none; }

.loading-indicator:hover {
  background-color: #ddf0e1; }

.loading-indicator.end-of-file {
  min-height: auto;
  padding: 11px;
  border-style: none;
  background-color: #bfdfc7; }

.loading-info {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center; }

.laoding-h3 {
  font-weight: 400; }

.laoding-h3.end-of-file-h3 {
  margin-bottom: 0px;
  color: #20201e;
  font-size: 18px;
  font-weight: 400; }

.loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.loader-indicator {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: -10px;
  border-radius: 50%;
  background-color: #e6e6e6; }

.loader-indicator._2 {
  margin-left: 0px; }

.loader-indicator._3 {
  margin-left: 5px; }

.laoding-indicator {
  display: none; }

.laoding-indicator.end-of-file-text {
  display: block; }

.target-link {
  margin-bottom: -20px;
  font-size: 12px;
  text-align: right; }

.target-link-url {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: rgba(32, 32, 30, 0.37);
  text-decoration: none; }

.target-link-url:hover {
  color: #20201e; }

.hero-about-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e6e6e6; }

.home-about-bottom {
  width: 100%;
  min-height: 40vh; }

.home-about-bottom.section-h1 {
  background-image: url("../images/example-bg.png");
  background-position: 0px 0px;
  background-size: 125px; }

.home-about-bottom._1 {
  background-image: url("../images/BELGAIMAGE-64835977.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.home-about-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #bfdfc7; }

.home-about-container {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.home-about-intro {
  max-width: 700px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.4em; }

.h1.hero {
  margin-bottom: 40px; }

.section-home-trace-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.home-last-trace {
  position: relative;
  width: 60%; }

.home-last-trace._1 {
  background-image: url("../images/b44846df91a861bffe820df3dd98e30c--haloumi-salad-marinated-tomatoes.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.team-member-home {
  width: 40%;
  background-color: #20201e; }

.recent-block {
  position: absolute;
  top: 30px;
  right: 0px;
  padding: 20px 25px;
  background-color: #20201e;
  color: #fff;
  font-size: 22px;
  line-height: 1em; }

.body {
  color: #20201e; }

.home-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bfdfc7;
  text-align: center; }

.home-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ebebeb; }

.aantal-traces {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 26px 16px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #000;
  border-radius: 50%;
  background-color: #fff;
  font-size: 55px;
  line-height: 1em; }

.home-info-left-top {
  padding: 40px 40px 35px;
  background-color: #bfdfc7; }

.home-info-bottom {
  padding: 40px 80px;
  background-color: #bfdfc7;
  text-align: left; }

.h3-white {
  margin-bottom: 5px;
  color: #fff; }

.lid-usp {
  display: block;
  max-width: 400px;
  margin: 40px auto 0px; }

.single-usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.usp-icon {
  width: 25px;
  height: 25px;
  padding: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3); }

.usp-icon.section-h1 {
  background-image: url("../images/vink.svg");
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat; }

.usp-icon._1 {
  background-color: rgba(32, 32, 30, 0.44);
  background-image: url("../images/vink.svg");
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat; }

.usp-info {
  width: 90%;
  color: #20201e;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left; }

.home-info-right-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.about-team-home {
  margin-top: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center; }

.about-team-home.black {
  color: #20201e; }

.home-marieke {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }

.journalist-home {
  background-color: #575757; }

.journalist-home-container {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px 40px;
  text-align: center; }

.h2.white {
  color: #fff; }

.h2.white.home {
  margin-top: 0px;
  margin-bottom: 0px; }

.h2.trace-detail {
  margin-top: 0px;
  margin-bottom: 10px; }

.journalist-spot-home {
  display: block;
  text-align: center;
  text-decoration: none; }

.journalist-home-top {
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #bfdfc7;
  text-align: center; }

.hero-home-left {
  width: 70%; }

.hero-home-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #20201e;
  text-align: center; }

.h3.white {
  color: #e6e6e6; }

.list-traces-home-hero {
  margin-top: 20px; }

.single-trace {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  margin-bottom: 20px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(230, 230, 230, 0.18);
  background-color: transparent;
  -webkit-transition: opacity 200ms ease, all 400ms ease;
  transition: opacity 200ms ease, all 400ms ease;
  color: #e6e6e6;
  font-size: 18px;
  line-height: 1.1em;
  text-decoration: none; }

.single-trace:hover {
  border-color: transparent;
  background-color: #e6e6e6;
  color: #20201e; }

.trace-img-hero-home {
  height: 150px; }

.trace-img-hero-home._1 {
  background-image: url("../images/Honey_Home_Page-1.jpg");
  background-position: 0px 0px;
  background-size: 512px; }

.trace-list-title {
  padding: 15px 20px;
  background-color: #f8fcff;
  color: #20201e;
  font-size: 20px;
  line-height: 1.2em; }

.dynamic-cta-home {
  border-style: none;
  border-width: 1px;
  border-color: rgba(87, 87, 87, 0.21);
  background-color: #ebebeb; }

.dynamic-cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-width: 1px;
  border-color: rgba(32, 32, 30, 0.07);
  background-color: transparent; }

.single-dynamic-cta {
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  text-decoration: none; }

.cta-img {
  height: 500px; }

.cta-img._1 {
  background-image: url("../images/Schermafbeelding-2017-05-11-om-14.27.58.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.single-cta-content {
  padding: 30px;
  background-color: transparent;
  text-align: center; }

.h3-cta {
  color: #20201e;
  line-height: 1.3em;
  text-decoration: none; }

.cta-text {
  margin-bottom: 20px;
  color: #20201e;
  font-size: 16px;
  line-height: 1.3em; }

.cta-img-round {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 50%; }

.cta-img-round._1 {
  background-image: url("../images/BELGAIMAGE-54548251.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.cta-img-round._2 {
  background-image: url("../images/marieke-van-schoonhoven.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.cta-img-round._3 {
  background-image: url("../images/BELGAIMAGE-114321648.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.new-trace {
  position: absolute;
  top: 14px;
  right: 0px;
  padding: 15px 15px 12px;
  background-color: #fff;
  color: #20201e;
  font-size: 13px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase; }

.trace-detail-item {
  background-color: #bfdfc7; }

.trace-detail-item-container {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  text-align: center; }

.share-trace-item {
  margin-top: 40px; }

.share-soc-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.share-soc-icon:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); }

.load-more-icon {
  position: absolute;
  left: 40px;
  top: -19px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #20201e;
  background-image: url("../images/plus-01.svg");
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat; }

.trace-filter-button {
  position: relative;
  left: 3px;
  width: auto;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #20201e;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #e6e6e6;
  font-size: 14px;
  line-height: 1.3em;
  text-transform: uppercase; }

.trace-filter-button:hover {
  background-color: #bfdfc7;
  color: #20201e; }

.trace-filter-button.sociaal {
  background-color: #4b4b4b; }

.trace-filter-button.sociaal:hover {
  background-color: #bfdfc7; }

.trace-filter-button.sociaal.filtered-item {
  background-color: #bfdfc7;
  color: #20201e; }

.trace-filter-button.dieren {
  background-color: #4b4b4b; }

.trace-filter-button.dieren:hover {
  background-color: #bfdfc7;
  color: #20201e; }

.filter-hover {
  position: relative;
  left: 0px;
  display: none;
  height: 40px;
  padding: 13px 15px 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #e9e9e9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #20201e;
  line-height: 1.1em;
  text-decoration: none; }

.filter-hover:hover {
  background-color: #bdbdbd; }

.single-trace-filter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.single-trace-filter-item.sociaal {
  margin-left: 20px; }

.single-trace-filter-item.gezondheid {
  margin-left: 40px; }

.single-trace-filter-item.dieren {
  margin-left: 60px; }

.filter-hover-social {
  display: none;
  height: 40px;
  padding: 13px 15px 4px;
  background-color: #e9e9e9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #20201e;
  line-height: 1.1em;
  text-decoration: none; }

.filter-hover-social:hover {
  background-color: #bdbdbd; }

.filter-hover-gezondheid {
  display: none;
  height: 40px;
  padding: 13px 15px 4px;
  background-color: #e9e9e9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #20201e;
  line-height: 1.1em;
  text-decoration: none; }

.filter-hover-gezondheid:hover {
  background-color: #bdbdbd; }

.filter-hover-dieren {
  display: none;
  height: 40px;
  padding: 13px 15px 4px;
  background-color: #e9e9e9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #20201e;
  line-height: 1.1em;
  text-decoration: none; }

.filter-hover-dieren:hover {
  background-color: #bdbdbd; }

.filter-title-block {
  margin-bottom: 10px;
  padding-bottom: 5px;
  background-color: #fff; }

.h3-filter {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400; }

.word-lid-container {
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  color: #20201e; }

.wat-wil-je-lezen-container {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto; }

.form-block-lezen {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto; }

.team-link-mail {
  color: #20201e;
  line-height: 1.2em;
  text-decoration: none; }

.team-link-mail:hover {
  text-decoration: underline; }

.team-link-mail.partner {
  display: block;
  margin-bottom: 10px; }

.social-person {
  margin-bottom: 20px; }

.twitter {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url("../images/social-twitter_1.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y; }

.linkedin {
  width: 20px;
  height: 20px;
  background-image: url("../images/social-facebook_1.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat; }

.journalist-colofon {
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 20px;
  background-color: rgba(230, 230, 230, 0.2); }

.colofon-partners {
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 20px;
  background-color: rgba(230, 230, 230, 0.4); }

.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.partner-colofon-info {
  margin-bottom: 20px; }

.leden-colofon {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(230, 230, 230, 0.2); }

.leden-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.link {
  color: #20201e;
  text-decoration: underline; }

.single-lid {
  width: 16.66666667%;
  margin-bottom: 20px;
  padding: 15px;
  border-bottom: 1px solid #e6e6e6; }

.lid-name {
  margin-top: 0px;
  font-size: 20px; }

.leden-overview {
  display: none;
  margin-bottom: 40px;
  padding-top: 30px;
  background-color: rgba(230, 230, 230, 0.2); }

.leden-overview-lid-worden {
  margin-top: 0px;
  padding: 20px 40px 30px;
  background-color: #bfdfc7; }

.artikels-intro-journalist {
  padding: 30px;
  background-color: #bfdfc7; }

.article-person-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.article-person-info.article-page {
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.artikel-intro-container {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.matrix-cta {
  padding: 20px 30px;
  background-color: #bfdfc7; }

.matrix-cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.matrix-cta-text {
  max-width: 750px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6em; }

.link-block {
  margin-right: 12px;
  margin-left: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase; }

.zoeken-nav {
  margin-right: 12px;
  margin-left: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  background-image: url("../images/search-01.svg");
  background-position: 7px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #20201e;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase; }

.search {
  padding: 25px 30px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #bfdfc7; }

.search-container {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center; }

.search-form-block {
  margin-top: 20px; }

.search-text-field {
  height: 45px;
  padding-left: 35px;
  border-style: none;
  background-color: rgba(255, 255, 255, 0.57);
  background-image: url("../images/zoekgrijs-01.svg");
  background-position: 10px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  font-style: italic; }

.search-title {
  font-size: 16px; }

.delete-search {
  display: block;
  margin-top: 15px;
  color: #20201e;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.5px; }

.search-results-overview {
  padding: 0px;
  background-color: rgba(230, 230, 230, 0.2); }

.search-item-title {
  padding: 20px 20px 15px;
  background-color: #575757;
  color: #fff;
  font-size: 18px;
  line-height: 1.2em; }

.search-item-trace {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px; }

.search-img {
  width: 20%; }

.search-img._1 {
  background-image: url("../images/5e24177a1068c61d663c55561ac9b071--simple-healthy-recipes-easy-recipes.jpg");
  background-position: 0px 0px;
  background-size: 368px; }

.search-img._2 {
  background-image: url("../images/81f104e41197d4eb614cc5ac42ae145f--food-photography-styling-foodstyling.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.search-item-right {
  width: 80%;
  padding: 40px 60px; }

.search-body-text {
  max-width: 800px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.4em; }

.single-search-item {
  margin-bottom: 40px; }

.filtered-item-section {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.filtered-item-title {
  display: inline-block;
  padding: 10px 15px;
  background-color: #bfdfc7;
  font-family: 'Source Code Pro', sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase; }

.single-button-shopify {
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #20201e;
  font-weight: 700; }

.abo-top {
  padding: 10px 16px;
  background-color: #20201e;
  color: #fff;
  font-size: 12px;
  line-height: 1.2em; }

.abo-bottom {
  position: relative;
  padding: 14px 15px;
  font-size: 16px;
  text-transform: uppercase; }

.help-icon {
  position: absolute;
  left: -8px;
  bottom: -4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #585858;
  background-image: url("../images/plus-01.svg");
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat; }

.tussenbeeld-home {
  width: 100%;
  max-height: 400px;
  min-height: 250px; }

.tussenbeeld-home._1 {
  background-image: url("../images/BELGAIMAGE-54548251.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.trace-home-img {
  width: 40%; }

.trace-home-img._1 {
  background-image: url("../images/BELGAIMAGE-90908763.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.trace-home-img._2 {
  background-image: url("../images/chocolate-creative-food-still-life-photographer-london-photography-choc-bar-squares.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.trace-home-img._3 {
  background-image: url("../images/belgaimage-82836498-full.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.trace-home-img._4 {
  background-image: url("../images/Rye-Bread-Pictures-Fotos-Images-70049.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.trace-home-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.trace-filter {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.2em; }

.filter-trace-wrapper {
  margin-top: 10px; }

.filter-item-trace {
  margin-right: 10px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #f0f0f0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Source Code Pro', sans-serif;
  color: #20201e;
  font-size: 14px;
  text-transform: uppercase; }

.filter-item-trace:hover {
  background-color: #20201e;
  color: #fff; }

.filter-item-trace.all {
  background-color: #bfdfc7; }

.fix-nav-filter {
  background-color: #ececec; }

.fix-nav-filter-container {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.2em; }

.filter-title {
  display: inline-block;
  margin-right: 40px; }

.fix-filter {
  display: inline-block; }

.filter-fix-nav-item {
  margin-right: 20px;
  padding: 8px 12px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Source Code Pro', sans-serif;
  color: #20201e;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.filter-fix-nav-item:hover {
  background-color: #bfdfc7; }

.filter-fix-nav-item.all {
  background-color: rgba(32, 32, 30, 0.13); }

.search-tags {
  background-color: rgba(230, 230, 230, 0.4); }

.search-tags-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 30px 20px;
  text-align: center; }

.button {
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  background-color: #fff;
  font-family: 'Source Code Pro', sans-serif;
  color: #20201e; }

.search-no-results {
  background-color: rgba(230, 230, 230, 0.4); }

.no-result-container {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px 30px 30px;
  text-align: center;
  letter-spacing: 0px; }

.search-info {
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  direction: ltr;
  font-size: 16px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none; }

.h2-search {
  margin-top: 0px; }

.most-recent-leden {
  margin-bottom: 20px; }

.wrapper-most-recent-leden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(230, 230, 230, 0.4); }

.cta-img-block {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }

.matrix-cta-with-bullets {
  margin-bottom: 40px;
  background-color: #bfdfc7; }

.cta-bullet-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.img-bullet {
  width: 35%;
  min-height: 250px; }

.img-bullet.h1 {
  background-image: url("../images/BELGAIMAGE-90908763.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.img-bullet._1 {
  background-image: url("../images/BELGAIMAGE-114321648.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.cta-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding: 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.bullets {
  width: 30%;
  padding: 20px 30px; }

.cta-title {
  margin-top: 0px; }

.cta-content-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3em; }

.list-item {
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600; }

.cta-left-img {
  width: 40%; }

.cta-left-img._1 {
  background-image: url("../images/BELGAIMAGE-114321648.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.cta-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 25px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.home-info-right-content {
  padding: 40px 80px; }

.team-img-home {
  min-height: 300px; }

.team-img-home._1 {
  background-image: url("../images/conference.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.go-to-trace-button {
  position: absolute;
  top: 30px;
  right: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
  background-color: #bfdfc7;
  background-image: url("../images/arrow.svg");
  background-position: 0px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #20201e;
  font-size: 18px;
  line-height: 1.2em; }

.go-to-trace-button:hover {
  background-color: #fff;
  background-position: 12px 50%;
  background-size: 12px; }

.cookies {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  padding: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff; }

.cookies-container {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  text-align: center; }

.cookies-text {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px; }

.cookies-link {
  color: #000;
  font-weight: 600; }

.button-2 {
  display: inline-block;
  padding: 8px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none; }

html.w-mod-js *[data-ix="loader"] {
  opacity: 0; }

html.w-mod-js *[data-ix="loader-2"] {
  opacity: 0; }

@media (max-width: 991px) {
  .content {
    padding-top: 210px; }

  .inline-link.light.link-fixed-nav {
    margin: 2px;
    padding: 3px 10px;
    font-size: 12px; }

  .inline-link.light.hero {
    margin-top: 20px; }

  .trace-item.small {
    width: 85%; }

  .trace-item.xsmall {
    width: 70%; }

  .quote {
    font-size: 36px; }

  .person-block-container.person-colofon {
    width: 50%; }

  .person-block-container.partner {
    width: 100%; }

  .person-img.light {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .pers-h2 {
    font-size: 20px; }

  .artikel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  .artikel.artikel-home.artikel-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  .artikel-info {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .artikel-image {
    height: 40vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .fixed-nav {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%); }

  .fixed-nav.alt {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%); }

  .fixed-nav-container {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }

  .fixed-h1 {
    font-size: 15px; }

  .fixed-nav-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .fixed-logo {
    margin-right: 10px; }

  .footer-link {
    font-size: 13px; }

  .footer-bottom-content {
    font-size: 13px; }

  .copy-link {
    font-size: 13px;
    text-transform: lowercase; }

  .home-about-h2.hero {
    margin-bottom: 10px; }

  .home-traces {
    display: block; }

  .home-trace {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }

  .home-trace._13 {
    width: 100%; }

  .home-trace-info {
    padding-bottom: 10px; }

  .matrix-beelden-pic {
    margin-bottom: 25px; }

  .colofon {
    padding-bottom: 0px; }

  .draag-bij-financieel {
    padding-bottom: 20px; }

  .hero-about-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .home-about-bottom {
    min-height: 30vh; }

  .home-about-top {
    padding-right: 40px;
    padding-left: 40px; }

  .home-info {
    display: block; }

  .home-info-left {
    width: 100%; }

  .home-info-right {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px; }

  .aantal-traces {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    padding-top: 15px;
    font-size: 45px; }

  .home-info-left-top {
    padding-top: 30px; }

  .home-info-bottom {
    padding-top: 30px;
    padding-right: 40px;
    padding-left: 40px; }

  .lid-usp {
    max-width: 600px; }

  .about-team-home {
    margin-top: 40px; }

  .home-marieke {
    margin-top: 20px;
    margin-bottom: 20px; }

  .journalist-home-top {
    padding-bottom: 20px; }

  .hero-home-left {
    width: 100%; }

  .hero-home-right {
    width: 100%; }

  .list-traces-home-hero {
    display: block;
    width: 70%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto; }

  .single-trace {
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px; }

  .dynamic-cta-container {
    padding: 30px; }

  .single-dynamic-cta {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }

  .cta-img-round {
    width: 80px;
    height: 80px;
    margin-bottom: 20px; }

  .trace-detail-item-container {
    padding-top: 30px;
    padding-bottom: 30px; }

  .load-more-icon {
    top: -11px;
    background-size: 15px; }

  .trace-filter-button {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center; }

  .filter-title-block {
    margin-bottom: 0px;
    padding-bottom: 8px; }

  .h3-filter {
    margin-bottom: 5px;
    font-size: 18px; }

  .partners {
    padding-bottom: 10px; }

  .leden-colofon {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px; }

  .single-lid {
    width: 33.333%;
    padding-right: 5px;
    padding-left: 5px; }

  .leden-overview {
    display: none; }

  .artikels-intro-journalist {
    padding-top: 20px;
    padding-bottom: 20px; }

  .matrix-cta {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px; }

  .search {
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px; }

  .search-item-title {
    padding-top: 15px;
    padding-bottom: 10px; }

  .search-item-trace {
    min-height: 200px; }

  .search-img {
    width: 40%; }

  .search-item-right {
    width: 60%;
    padding: 30px 40px; }

  .trace-filter {
    margin-bottom: 20px; }

  .filter-item-trace {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px; }

  .fix-nav-filter-container {
    padding-right: 0px; }

  .filter-title {
    margin-right: 20px; }

  .filter-fix-nav-item {
    margin-right: 10px;
    padding: 6px 10px;
    font-size: 11px; }

  .search-tags-container {
    padding-top: 20px; }

  .button {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px; }

  .search-info {
    margin-bottom: 20px; }

  .cta-bullet-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .img-bullet {
    width: 100%;
    min-height: 300px; }

  .cta-text-block {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }

  .bullets {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px; }

  .cta-right {
    padding-right: 20px;
    padding-left: 20px; }

  .team-img-home {
    min-height: 250px; }

  .go-to-trace-button {
    top: 15px;
    padding: 10px 12px 10px 28px;
    font-size: 17px; } }
@media (max-width: 767px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e6e6; }

  .content {
    padding-top: 60px;
    padding-left: 64px; }

  .logo {
    margin-bottom: 30px; }

  .mainnav {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-style: none;
    border-bottom-style: none; }

  .mainnav-item {
    display: block; }

  .abonnement {
    top: 20px;
    max-width: 121px; }

  .trace-lijnen {
    left: 0px;
    top: 42px;
    right: 0px;
    max-width: 100%; }

  .trace-head.sociaal {
    margin-left: 15px; }

  .trace-head.gezondheid {
    margin-left: 30px; }

  .trace-head.dierenwelzijn {
    margin-left: 45px; }

  .lijn._2 {
    left: 18px; }

  .lijn._3 {
    left: 33px; }

  .lijn._4 {
    left: 48px; }

  .hoe-werkt-dit {
    top: 0px;
    right: 0px;
    z-index: 1;
    display: block;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 65px;
    background-color: #fff; }

  .inline-link.light.link-fixed-nav {
    padding: 2px 8px;
    font-size: 11px; }

  .trace-item.small {
    width: 100%; }

  .trace-item.xsmall {
    width: 100%; }

  .trace-item-indicator {
    left: -65px; }

  .trace-item-indicator._2 {
    left: -50px; }

  .trace-item-indicator._3 {
    left: -35px; }

  .trace-item-indicator._4 {
    left: -19px; }

  .trace-img-info {
    max-width: 90%; }

  .trace-img-info.home-hero-inf {
    left: 20px;
    bottom: 20px; }

  .img-info-h2 {
    font-size: 20px; }

  .img-info-h2.home-hero-h2 {
    font-size: 30px; }

  .trace-item-text {
    padding: 20px; }

  .quote {
    font-size: 30px; }

  .trace-item-image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .trace-item-image-text.matrix-img-text.background-grey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .trace-item-image-text.reverse {
    display: block; }

  .trace-item-image-text-img {
    width: 100%; }

  .person-block-container.person-colofon {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }

  .person-info {
    padding-right: 10px; }

  .artikel.artikel-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .artikel.artikel-home.artikel-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .artikel-info {
    padding: 20px; }

  .fixed-nav.alt {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%); }

  .fixed-nav-container {
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .fixed-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }

  .footer-column {
    width: 100%;
    max-width: 100%; }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }

  .footer-bottom-content {
    margin-bottom: 18px; }

  .home-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .home-about-image {
    margin-right: 0px; }

  .home-about-tekst {
    width: 100%;
    padding-right: 0px; }

  .home-trace.home-trace-left {
    margin-right: 10px; }

  .home-trace.home-trace-right {
    margin-left: 10px; }

  .eletter-checkboxs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .page-titel-h1 {
    font-size: 32px; }

  .matrix-beelden-pic {
    width: 100%; }

  .grid-sizer {
    width: 100%; }

  .gutter-sizer {
    width: 0%; }

  .h2-colofon-title {
    margin-bottom: 30px; }

  .medewerkers {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px; }

  .draag-bij {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .draag-bij-content {
    width: 100%; }

  .algemene-voorwaarden {
    padding: 10px;
    -webkit-column-count: auto;
    column-count: auto; }

  .menu-button {
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #20201e;
    background-image: url("../images/dehaze.svg");
    background-position: 50% 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    cursor: pointer; }

  .bronvermelding {
    padding: 15px; }

  .bron {
    width: 50%;
    padding: 5px; }

  .loading-indicator {
    padding-right: 20px;
    padding-left: 20px; }

  .target-link {
    margin-bottom: 0px; }

  .home-about-bottom {
    min-height: 20vh; }

  .home-about-top {
    padding: 25px; }

  .home-info-left-top {
    padding-right: 30px;
    padding-left: 30px; }

  .home-info-bottom {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px; }

  .lid-usp {
    margin-top: 30px; }

  .about-team-home {
    margin-top: 30px; }

  .journalist-home-container {
    padding: 1px 20px 20px; }

  .dynamic-cta-container {
    padding: 20px 20px 1px; }

  .single-cta-content {
    padding: 20px; }

  .trace-detail-item-container {
    padding: 30px 20px; }

  .load-more-icon {
    left: 20px; }

  .trace-filter-button {
    height: 40px;
    padding: 8px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }

  .h3-filter {
    font-size: 16px; }

  .mobile-filter-trace {
    margin-bottom: 40px;
    padding: 20px 20px 10px;
    background-color: #bfdfc7;
    font-size: 18px;
    line-height: 1.2em;
    text-align: center; }

  .mobile-filter-wrapper {
    margin-top: 10px; }

  .filter-mobile-button {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 7px 15px;
    background-color: #444;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: 'Source Code Pro', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase; }

  .filter-mobile-button:hover {
    background-color: #20201e; }

  .journalist-colofon {
    padding-top: 20px;
    padding-left: 0px; }

  .colofon-partners {
    padding-top: 20px;
    padding-right: 20px; }

  .link.flter {
    margin-top: 10px;
    font-size: 17px; }

  .single-lid {
    width: 33.33333333%;
    padding-right: 8px;
    padding-left: 8px; }

  .lid-name {
    font-size: 18px;
    line-height: 1.2em; }

  .leden-overview-lid-worden {
    margin-top: 20px;
    padding-top: 15px; }

  .matrix-cta {
    padding: 30px; }

  .matrix-cta-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .zoeken-nav {
    display: block;
    padding-left: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat; }

  .search {
    padding-top: 20px;
    padding-bottom: 20px; }

  .single-button-shopify {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.2em; }

  .trace-filter {
    margin-bottom: 0px;
    padding-top: 10px;
    border-top: 1px none #000; }

  .filter-item-trace {
    margin-bottom: 10px; }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px; }

  .list-item {
    padding-bottom: 10px;
    font-size: 16px; }

  .unordered-list {
    margin-bottom: 0px; }

  .cta-left-img {
    width: 100%;
    height: 250px; }

  .cta-right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px; }

  .team-img-home {
    min-height: 220px; }

  .go-to-trace-button {
    top: 0px;
    right: 0px;
    z-index: 0;
    padding-right: 10px;
    padding-left: 25px;
    background-size: 12px;
    font-size: 16px; }

  .go-to-trace-button:hover {
    background-size: 10px; }

  .cookies-text {
    display: block;
    margin-right: 0px; }

  .button-2 {
    margin-top: 5px; } }
@media (max-width: 479px) {
  body {
    padding-right: 10px;
    padding-left: 10px; }

  h2 {
    font-size: 20px; }

  .header {
    padding-bottom: 20px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }

  .content {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 61px; }

  .mainnav {
    height: 0px; }

  .mainnav-item.mobile-draag-bij {
    margin-bottom: 20px;
    background-color: #20201e;
    color: #fff; }

  .abonnement {
    left: 50%;
    top: auto;
    right: auto;
    bottom: 20px;
    display: none;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px); }

  .trace-head.sociaal {
    margin-left: 15px; }

  .trace-head.gezondheid {
    margin-left: 30px; }

  .trace-head.dierenwelzijn {
    margin-left: 45px; }

  .lijn._2 {
    left: 18px; }

  .lijn._3 {
    left: 33px; }

  .lijn._4 {
    left: 48px; }

  .hoe-werkt-dit {
    position: static;
    text-align: center; }

  .trace-item.small {
    width: 100%; }

  .trace-item.xsmall {
    width: 100%; }

  .trace-item-indicator {
    left: -61px; }

  .trace-item-indicator._2 {
    left: -47px; }

  .trace-item-indicator._3 {
    left: -31px; }

  .trace-item-indicator._4 {
    left: -16px; }

  .trace-img-info {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    padding: 15px;
    background-color: #20201e; }

  .trace-img-info.home-hero-inf {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    background-color: rgba(32, 32, 30, 0.72); }

  .img-info-h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase; }

  .img-info-h2.dark {
    color: #fff; }

  .type-icon {
    width: 30px;
    height: 30px; }

  .type-titel.light {
    margin-left: 10px; }

  .trace-item-text {
    padding: 60px 15px 15px;
    text-align: center; }

  .quote {
    margin-bottom: 20px;
    font-size: 20px; }

  .trace-item-image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .trace-item-h2 {
    font-size: 18px; }

  .person-block {
    margin-right: 5px;
    margin-left: 5px; }

  .person-block-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .person-block-container.artikel-person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .person-img {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .person-img.light {
    margin-bottom: 10px; }

  .person-info {
    margin-left: 10px;
    padding-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .person-info.light {
    text-align: center; }

  .pers-h2 {
    font-size: 18px; }

  .artikel-info {
    padding: 15px; }

  .artikel-image {
    height: 50vw;
    min-height: 200px; }

  .fixed-nav.alt {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%); }

  .fixed-nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .comment-link {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

  .fixed-nav-links {
    margin-bottom: 16px; }

  .section.colofon-end {
    margin-bottom: 0px; }

  .footer-top {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }

  .footer-column {
    width: 100%;
    max-width: 100%; }

  .hero-home {
    text-decoration: none; }

  .hero-home.trace-list-first {
    text-decoration: none; }

  .home-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .home-about-image {
    margin-right: 0px; }

  .home-about-tekst {
    width: 100%;
    padding-right: 0px; }

  .home-about-h2.hero {
    margin-bottom: 20px; }

  .home-traces {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .home-traces.traces-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .home-trace.list-trace.list-trace-left {
    width: 100%;
    padding-right: 0px; }

  .home-trace.list-trace.list-trace-right {
    width: 100%;
    padding-left: 0px; }

  .eletter {
    padding: 20px;
    text-align: center; }

  .eletter-h2 {
    font-size: 18px; }

  .eletter-mail-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .eletter-checkbox {
    text-align: left; }

  .page-info-content {
    padding: 20px 10px 0px; }

  .page-titel-h1.white {
    font-size: 30px; }

  .matrix-text-only-content {
    padding: 20px; }

  .colofon {
    padding: 0px; }

  .medewerkers {
    padding: 15px 20px; }

  .contact-left {
    padding-right: 0px; }

  .contact-right {
    padding-left: 0px; }

  .contact-h1 {
    font-size: 28px; }

  .draag-bij-content {
    padding: 16px;
    text-align: center; }

  .field {
    text-align: center; }

  .interesse.steun-button {
    width: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(230, 230, 230, 0.04); }

  .interesse.steun-button.alt {
    background-color: rgba(255, 255, 255, 0.06); }

  .draag-bij-financieel {
    text-align: center; }

  .bronvermelding {
    padding: 15px; }

  .bron {
    width: 100%;
    padding: 7px; }

  .loading-indicator {
    padding-right: 15px;
    padding-left: 15px; }

  .home-about-bottom {
    min-height: 15vh; }

  .home-about-top {
    padding: 20px; }

  .home-about-intro {
    margin-bottom: 20px; }

  .h1.hero {
    margin-bottom: 20px; }

  .home-info-right {
    padding: 20px;
    text-align: center; }

  .aantal-traces {
    width: 60px;
    height: 60px;
    font-size: 29px; }

  .home-info-left-top {
    padding: 20px; }

  .home-info-bottom {
    padding: 20px; }

  .usp-icon {
    margin-right: 20px; }

  .about-team-home {
    margin-top: 20px; }

  .home-marieke {
    margin-top: 20px;
    margin-bottom: 10px; }

  .single-dynamic-cta {
    margin-bottom: 20px; }

  .trace-detail-item-container {
    padding-top: 20px;
    padding-bottom: 20px; }

  .share-trace-item {
    margin-top: 20px; }

  .load-more-icon {
    left: 15px;
    width: 30px;
    height: 30px;
    background-size: 12px; }

  .mobile-filter-trace {
    margin-bottom: 40px;
    padding: 20px 10px; }

  .mobile-filter-wrapper {
    margin-top: 20px; }

  .filter-mobile-button {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 12px; }

  .journalist-colofon {
    padding-top: 10px; }

  .colofon-partners {
    padding-top: 10px; }

  .leden-colofon {
    padding-top: 10px; }

  .link.flter {
    font-size: 16px; }

  .single-lid {
    width: 50%;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px; }

  .lid-name {
    margin-bottom: 5px;
    font-size: 16px; }

  .leden-overview {
    display: none; }

  .leden-overview-lid-worden {
    margin-top: 10px; }

  .artikels-intro-journalist {
    padding-top: 10px;
    padding-bottom: 10px; }

  .article-person-info.article-page {
    margin-top: 40px; }

  .matrix-cta {
    padding: 10px; }

  .search-item-trace {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .search-img {
    width: 100%;
    min-height: 150px; }

  .search-img._1 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }

  .search-item-right {
    width: 100%;
    padding: 10px 30px 20px; }

  .trace-filter {
    text-align: center; }

  .filter-trace-wrapper {
    text-align: center; }

  .filter-item-trace {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 6px 10px;
    font-size: 12px; }

  .search-tags-container {
    padding-right: 20px;
    padding-left: 20px; }

  .no-result-container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px; }

  .cta-bullet-container {
    padding: 10px; }

  .bullets {
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px; }

  .list-item {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px; }

  .cta-right {
    padding-top: 10px;
    padding-bottom: 20px; }

  .home-info-right-content {
    margin-bottom: 20px;
    padding: 0px; }

  .cookies-container {
    padding: 15px 10px; }

  .cookies-text {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.5em; } }
.loading-info {
  color: black; }

.go-to-trace-button {
  background: #bfdfc7;
  padding: 12px; }
  .go-to-trace-button:hover {
    background: #bfdfc7; }

.marginTop10 {
  margin-top: 10px; }

li.bron {
  width: 25%;
  padding: 10px; }
  li.bron a {
    padding: 0 !important; }

.img-info-h2 {
  font-weight: 300; }
  .img-info-h2 p, .img-info-h2 h2 {
    font-weight: 300; }

.blackBG {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 15px; }

.pagIn {
  border-bottom: 1px solid #e6e6e6 !important;
  padding-bottom: 40px; }

.fullWidth {
  width: 100vw; }

.matrix-video figure img {
  width: 100%; }

.home-about-image {
  max-width: 250px; }

.draag-bij-financieel a {
  color: white; }

/* remove all webflow background images */
.artikel-image {
  background-image: none; }

.artikel-image._2 {
  background-image: none; }

.person-img {
  background-image: none; }

.hero-home {
  background-image: none; }

.home-trace-img {
  background-image: none; }

.home-trace-img.bis {
  background-image: none; }

/* kleur van de link in artikels aanpassen */
.artikel-info > p a {
  color: white !important; }

/* kleur van de tekst (al dan niet met achtergrondkleur bij de tekst*/
.white {
  color: white; }

.witZwart {
  color: white;
  padding: 5px !important;
  background-color: rgba(0, 0, 0, 0.65); }

.black {
  color: black; }

.zwartWit {
  color: black;
  padding: 5px !important;
  background-color: rgba(255, 255, 255, 0.75); }

.hoe-werkt-dit-block {
  width: 500px; }

.header {
  border-bottom: 0; }

.lijn {
  position: absolute;
  left: 3px;
  top: 7px;
  bottom: 0px;
  overflow: hidden;
  width: 1px;
  height: 100%;
  background-color: #20201e;
  background-image: none; }

.lijn.sociaal {
  left: 23px;
  top: 28px;
  padding-top: 27px; }

.lijn.gezondheid {
  left: 43px;
  top: 46px; }

.lijn.dierenwelzijn {
  left: 63px;
  top: 66px; }

.hoe-werkt-dit-block p {
  background-image: url("../images/bol.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 4px auto;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.nav-active {
  border-style: dashed !important;
  opacity: 0.78 !important; }

a.link-fixed-nav {
  text-transform: lowercase; }

.showNav {
  transition: transform 500ms ease 0s;
  transform: translateX(0px) translateY(0px) translateZ(0px); }

.navMargin {
  /* 	padding-top: 65px; */ }

.fixed-nav .w--current {
  border-color: #fff;
  color: #fff; }

.mainnav-item.w--current {
  font-weight: 600;
  opacity: 1; }

/* sproutForm styling */
.checked {
  background-color: #faad72 !important; }

label input {
  display: none; }

.heading {
  display: none; }

#fields-klikAanWatJouInteresseert {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 10px; }

form#interesse-form .plaintext input {
  border-color: transparent;
  background-color: transparent;
  border-style: none none dashed;
  /* 	margin-bottom: 25px; */
  margin-top: 25px;
  color: #333333;
  display: block;
  font-size: 14px;
  height: 38px;
  line-height: 1.42857;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%; }

#fields-klikAanWatJouInteresseert-field .heading {
  display: block;
  margin-bottom: 10px; }

.klikAanWatJouInteresseert label {
  cursor: pointer;
  display: inline-block;
  background-color: #8acc83;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.4em;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  transition: all 350ms ease 0s;
  width: 33.333%;
  margin-bottom: 0; }

#fields-klikAanWatJouInteresseert-field {
  border-style: none; }

.submit input {
  background-color: transparent;
  border: 1px solid #20201e;
  color: #20201e;
  font-family: "Source Code Pro",sans-serif;
  opacity: 0.73;
  padding: 4px 15px;
  text-decoration: none;
  transition: all 300ms ease 0s;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  line-height: inherit; }

.klikAanWatJouInteresseert label:nth-child(odd) {
  background-color: #7cc274; }

li.bron a {
  color: rgba(32, 32, 30, 0.64);
  padding: 15px;
  width: 33.3333%;
  text-decoration: none; }

li.bron a:hover {
  text-decoration: underline; }

a.colofonMail {
  color: black; }

a.colofonMail:hover {
  text-decoration: underline; }

a.social-icon-twitter {
  background: url("../images/social-twitter.svg") no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  background-size: cover; }

a.social-icon-linkedin {
  background: url("../images/social-linkedin.svg") no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  background-size: cover; }

.person-functie {
  margin-bottom: 0; }

.light.person-block .person-functie {
  color: white; }

.person-info {
  padding-bottom: 15px; }

.trace-item-indicator {
  position: absolute;
  left: -101px;
  top: -5px;
  width: 100%;
  height: 8px;
  background-image: url("../images/bol.svg");
  background-position: 0px 50%;
  background-size: 8px;
  background-repeat: no-repeat; }

.trace-item-indicator.empty {
  display: none; }

.trace-item-indicator.milieu {
  position: absolute;
  left: -101px;
  top: -5px;
  width: 100%;
  height: 8px;
  background-image: url("../images/bol.svg");
  background-position: 0px 50%;
  background-size: 8px;
  background-repeat: no-repeat; }

.trace-item-indicator.sociaal {
  left: -82px; }

.trace-item-indicator.gezondheid {
  left: -62px; }

.trace-item-indicator.dierenwelzijn {
  left: -41px; }

.trace-lijnen.fixed {
  position: fixed;
  top: 65px;
  left: 20px; }

.hero-home {
  min-height: 475px; }

@media screen and (max-width: 767px) {
  .section-h1 {
    margin-top: 55px; }

  .hoe-werkt-dit {
    z-index: 100; }

  .hero-home {
    height: 60vh; }

  .trace-item-indicator.milieu {
    left: -65px; }

  .trace-item-indicator.sociaal {
    left: -50px; }

  .trace-item-indicator.gezondheid {
    left: -35px; }

  .trace-item-indicator.dierenwelzijn {
    left: -19px; }

  .trace-lijnen.fixed {
    top: 100px;
    left: 20px; }

  .fixed-nav-container .fixed-logo, .fixed-nav-container .fixed-nav-comment, .fixed-nav-container .fixed-h1 {
    display: none; }

  #BookerzIframe {
    height: 725px; } }
@media screen and (max-width: 479px) {
  .img-info-h2.home-hero-h2 {
    font-size: 24px; }

  .hero-home.trace-list-first {
    overflow: hidden; }
    .hero-home.trace-list-first p {
      font-size: 14px;
      line-height: 1.25em;
      margin-bottom: 10px; }

  .trace-item-indicator.milieu {
    left: -61px; }

  .trace-item-indicator.sociaal {
    left: -47px; }

  .trace-item-indicator.gezondheid {
    left: -31px; }

  .trace-item-indicator.dierenwelzijn {
    left: -16px; }

  .hoe-werkt-dit {
    position: relative; }

  .hoe-werkt-dit-overlay {
    height: 100%; }

  .hoe-werkt-dit-block {
    width: 100vw;
    height: 100%;
    overflow: scroll; } }
.type-icon.light.milieu {
  background-image: url("../images/milieu_1.svg"); }

.type-icon.light.dierenwelzijn {
  background-image: url("../images/dieren_1.svg"); }

.type-icon.light.sociaal {
  background-image: url("../images/sociaal_1.svg"); }

.type-icon.light.gezondheid {
  background-image: url("../images/hart_1.svg"); }

.type-icon.dierenwelzijn {
  background-image: url("../images/dieren.svg"); }

.type-icon.sociaal {
  background-image: url("../images/sociaal.svg"); }

.type-icon.gezondheid {
  background-image: url("../images/hart.svg"); }

a.social-icon-twitter {
  background-image: url("../images/social-twitter_1.svg"); }

.header.header-503 {
  margin-top: 40px;
  border-bottom: 1px solid #e6e6e6; }

.person-img.person-temp {
  display: inline-block; }

.search-img._1 {
  background-size: cover; }

.artikel-person.person-block-container {
  text-decoration: none;
  color: white; }

h2.pers-h2 a {
  color: black;
  text-decoration: none; }

.steun-buttons {
  flex-wrap: nowrap;
  justify-content: space-between;
    }

.steun-buttons .shopify-buy__btn {
    padding: 10px 10px 5px 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
    background: #FFFF;
    color: #20201e;
    flex-basis: 20%;
}

.whiteHomeLink {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
  color: #20201e; }

.go-to-trace-button.w-button {
  bottom: 0;
  top: auto; }

.filter-item-trace.w--current, .fix-filter .filter-fix-nav-item.w--current {
  background-color: #20201e;
  color: #fff; }

.trace-lijnen {
  top: 0; }

.no-bottom-margin {
  margin-bottom: 0; }

.matrix-beelden + .photo-credit {
  padding-bottom: 40px;
  display: inline-block; }

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