/**
* Main CSS file 
* this is where all your imports go.
* 
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,300italic);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
* normalize.css v3.0.1
* git.io/normalize
* 
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -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. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
* General Chef du Web / Cuisine styling
* 
*/
* {
  -webkit-font-smoothing: antialiased;
}

input, textarea {
  outline: none;
}

/* set all widths: */
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}

p, a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

ul, ol {
  margin: 0;
}

table {
  width: 100%;
}

.fullwidth, .onethird, .twothird, .half, .onefourth, .onefifth, .onesixth, .twofifth {
  float: left;
}

.fullwidth {
  width: 100%;
}

.onethird {
  width: 33%;
}

.twothird {
  width: 66%;
}

.half {
  width: 50%;
}

.onefourth {
  width: 25%;
}

.onefifth {
  width: 20%;
}

.onesixth {
  width: 16.666666667%;
}

.twofifth {
  width: 40%;
}

.cuisine-step {
  display: none;
}

.step-page {
  float: left;
  margin-right: 15px;
}

.pull-right {
  float: right;
}

.onethird.nomargin, .twothird.nomargin, .half.nomargin, .onefourth.nomargin {
  padding-right: 0;
}

/* Images */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  margin: 0 auto 20px auto;
}

.wp-caption-text {
  padding-bottom: 20px;
}

/* Increase frame-rate when scrolling by not registering pointer-events:*/
.disable-hover, .disable-hover * {
  pointer-events: none !important;
}

/* Mustache link: */
a[class^="mustache"] {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  float: none;
  position: absolute;
  background: url("../images/mustache.png");
  width: 80px;
  height: 15px;
  left: 50%;
  margin-left: -40px;
  top: 5px;
  opacity: 1;
}

a[class^="mustache"]:hover {
  opacity: .5;
}

a.mustache--black {
  background-position: 0 20px;
}

/* Screenreader text support: */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  padding: 15px 23px 14px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
* Variable file 
* place global variables here:
* 
*/
/**
* Mixin file 
* place global mixins here:
* 
*/
/* Boxsizing shortcut: */
/* Transform shortcuts */
/* Styling placeholders: */
/* Retina images: */
/* "Hard" gradients: */
/* REM font sizes: */
.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

/**
* All base typography 
* 
*/
@font-face {
  font-family: 'nexa_lightregular';
  src: url("fonts/nexa-light/Nexa_Free_Light-webfont.eot");
  src: url("fonts/nexa-light/Nexa_Free_Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/nexa-light/Nexa_Free_Light-webfont.woff2") format("woff2"), url("fonts/nexa-light/Nexa_Free_Light-webfont.woff") format("woff"), url("fonts/nexa-light/Nexa_Free_Light-webfont.ttf") format("truetype"), url("fonts/nexa-light/Nexa_Free_Light-webfont.svg#nexa_lightregular") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'nexa_boldregular';
  src: url("fonts/nexa-bold/Nexa_Free_Bold-webfont.eot");
  src: url("fonts/nexa-bold/Nexa_Free_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/nexa-bold/Nexa_Free_Bold-webfont.woff2") format("woff2"), url("fonts/nexa-bold/Nexa_Free_Bold-webfont.woff") format("woff"), url("fonts/nexa-bold/Nexa_Free_Bold-webfont.ttf") format("truetype"), url("fonts/nexa-bold/Nexa_Free_Bold-webfont.svg#nexa_boldregular") format("svg");
  font-weight: bold;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  color: #46484a;
  font-family: "nexa_boldregular";
  line-height: 160%;
}

p, a, span, ol, ul, li, strong, em, i, b, big, small, tt, abbr, acronym,
cite, code, dfn, em, kbd, samp, var, br, sub, sup, button, input, label,
select, textarea {
  color: #46484a;
  font-family: "Open Sans";
  line-height: 160%;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.page-title {
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
}

.section-title {
  text-transform: uppercase;
}

.section.mrv .section-title {
  margin-bottom: 30px;
}
.section.mrv .section-title span {
  font-family: "nexa_boldregular" !important;
}

/**
* General CSS file 
* Styling for all general classes:
* 
*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  background: #fff;
  font-size: 16px;
  color: #46484a;
  font-family: "Open Sans";
}

/**
 * firefox hack for flexbox
 */
* {
  min-height: 0;
  min-width: 0;
}

/**
 * General Classes:
 */
/* Increase frame-rate when scrolling by not registering pointer-events:*/
.disable-hover, .disable-hover * {
  pointer-events: none !important;
}

/* Mustache link: */
a[class^="mustache"] {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  float: none;
  position: absolute;
  background: url("../images/mustache.png");
  width: 80px;
  height: 15px;
  left: 50%;
  margin-left: -40px;
  top: 5px;
  opacity: 1;
}

a[class^="mustache"]:hover {
  opacity: .5;
}

a.mustache--black {
  background-position: 0 20px;
}

/* Screenreader text support: */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  padding: 15px 23px 14px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.archive .overview, .blog .overview {
  margin-bottom: 30px;
}
.archive .overview .page-title, .blog .overview .page-title {
  margin-bottom: 15px;
}

.overview .container.not-found {
  position: relative;
}
.overview .container.not-found #breadcrumbs {
  bottom: auto;
  top: 0;
}

.overview.with-filter .container {
  position: relative;
}
.overview.with-filter .breadcrumbs {
  bottom: auto;
  top: 0;
}
.overview.with-filter .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.overview.with-filter .row .column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.overview.with-filter .row .column.agenda-items, .overview.with-filter .row .column.nieuws-items {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 30px;
}
.overview.with-filter .row .column.nieuws-items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
.overview.with-filter .row .column.nieuws-items .news-block {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 49%;
  -moz-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: 30px;
  box-shadow: 2px 2px 4px rgba(44, 42, 41, 0.1);
}
.overview.with-filter .row .column.nieuws-items .news-block:nth-of-type(0n+3) {
  margin-right: 2%;
}
.overview.with-filter .row .column.nieuws-items .news-block:nth-of-type(even) {
  margin-right: 0;
}

.agenda-items .calendar-block .date {
  background: #ecebeb;
  background-size: cover !important;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin: 0 4% 0 0;
  position: relative;
  background-position: center center !important;
}
.agenda-items .calendar-block .date .date-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.agenda-items .calendar-block .content-area {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 66%;
  -moz-flex: 0 0 66%;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
}
.agenda-items .calendar-block .content-area .time, .agenda-items .calendar-block .content-area .location {
  display: none;
}
.agenda-items .calendar-block:hover {
  background: none;
}
.agenda-items .calendar-block:hover .conditional-content .button, .agenda-items .calendar-block:hover .conditional-content .btn, .agenda-items .calendar-block:hover .conditional-content a[class^="btn--"], .agenda-items .calendar-block:hover .conditional-content .form-wrapper .submit-form, .form-wrapper .agenda-items .calendar-block:hover .conditional-content .submit-form, .agenda-items .calendar-block:hover .conditional-content .section.intro .intro-column a, .section.intro .intro-column .agenda-items .calendar-block:hover .conditional-content a, .agenda-items .calendar-block:hover .conditional-content .button:visited, .agenda-items .calendar-block:hover .conditional-content .btn:visited, .agenda-items .calendar-block:hover .conditional-content a[class^="btn--"]:visited, .agenda-items .calendar-block:hover .conditional-content .form-wrapper .submit-form:visited, .form-wrapper .agenda-items .calendar-block:hover .conditional-content .submit-form:visited, .agenda-items .calendar-block:hover .conditional-content .section.intro .intro-column a:visited, .section.intro .intro-column .agenda-items .calendar-block:hover .conditional-content a:visited {
  color: #FFF;
}
.agenda-items .calendar-block:hover .conditional-content .button:before, .agenda-items .calendar-block:hover .conditional-content .btn:before, .agenda-items .calendar-block:hover .conditional-content a[class^="btn--"]:before, .agenda-items .calendar-block:hover .conditional-content .form-wrapper .submit-form:before, .form-wrapper .agenda-items .calendar-block:hover .conditional-content .submit-form:before, .agenda-items .calendar-block:hover .conditional-content .section.intro .intro-column a:before, .section.intro .intro-column .agenda-items .calendar-block:hover .conditional-content a:before, .agenda-items .calendar-block:hover .conditional-content .button:visited:before, .agenda-items .calendar-block:hover .conditional-content .btn:visited:before, .agenda-items .calendar-block:hover .conditional-content a[class^="btn--"]:visited:before, .agenda-items .calendar-block:hover .conditional-content .form-wrapper .submit-form:visited:before, .form-wrapper .agenda-items .calendar-block:hover .conditional-content .submit-form:visited:before, .agenda-items .calendar-block:hover .conditional-content .section.intro .intro-column a:visited:before, .section.intro .intro-column .agenda-items .calendar-block:hover .conditional-content a:visited:before {
  bottom: 0;
}

.conditional-content {
  margin-top: 15px;
}
.conditional-content .button, .conditional-content .btn, .conditional-content a[class^="btn--"], .conditional-content .form-wrapper .submit-form, .form-wrapper .conditional-content .submit-form, .conditional-content .section.intro .intro-column a, .section.intro .intro-column .conditional-content a {
  margin-top: 30px;
}

.post-type-archive-calendar .latest .column.agenda {
  display: none;
}

.no-header-img {
  margin-top: 330px;
}

.column.image img {
  display: block;
}

/**
* UI CSS file 
* Everything that enables user-interaction gets bootstrapped here
* 
*/
.button, .btn, a[class^="btn--"], .form-wrapper .submit-form, .section.intro .intro-column a, .section.intro .intro-column a:visited, .button:visited, .btn:visited, a[class^="btn--"]:visited, .form-wrapper .submit-form:visited, .section.intro .intro-column a:visited {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 30px;
  display: inline-block;
  text-decoration: none;
  line-height: 125%;
  border: 2px solid #b74424;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.button i, .btn i, a[class^="btn--"] i, .form-wrapper .submit-form i, .section.intro .intro-column a i, .section.intro .intro-column a:visited i, .button:visited i, .btn:visited i, a[class^="btn--"]:visited i, .form-wrapper .submit-form:visited i, .section.intro .intro-column a:visited i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
  font-size: 24px;
  font-size: 1.5rem;
}
.button:hover, .btn:hover, a[class^="btn--"]:hover, .form-wrapper .submit-form:hover, .section.intro .intro-column a:hover, .button:visited:hover, .btn:visited:hover, a[class^="btn--"]:visited:hover, .form-wrapper .submit-form:visited:hover, .section.intro .intro-column a:visited:hover {
  background: #b74424;
  color: #FFF;
  border-color: #b74424;
}
.button:hover i, .btn:hover i, a[class^="btn--"]:hover i, .form-wrapper .submit-form:hover i, .section.intro .intro-column a:hover i, .button:visited:hover i, .btn:visited:hover i, a[class^="btn--"]:visited:hover i, .form-wrapper .submit-form:visited:hover i, .section.intro .intro-column a:visited:hover i {
  color: #FFF;
}

a, a:visited {
  color: #323232;
  text-decoration: underline;
}

.pages {
  margin-top: 30px;
  text-align: center;
}
.pages a, .pages a:visited, .pages span {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-decoration: none;
  padding-top: 10px;
  text-align: center;
  background: #cfcece;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.pages > *:last-child {
  margin-right: 0;
}
.pages a:hover, .pages a:visited:hover {
  background: #ecebeb;
}
.pages span {
  background: #b74424;
  color: #FFF;
}

.filter .filter-wrapper {
  background: #ecebeb;
  padding: 30px 15px;
}
.filter .filter-wrapper .section-title {
  text-transform: uppercase;
  border-bottom: 2px solid #2c2a29;
  padding-bottom: 7.5px;
  margin-bottom: 15px;
}
.filter .filter-wrapper .filter-link {
  display: block;
  text-decoration: none;
  width: 100%;
  z-index: 1;
  background: #cfcece;
  margin-bottom: 5px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: "nexa_boldregular";
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.filter .filter-wrapper .filter-link:last-of-type {
  margin-bottom: 0;
}
.filter .filter-wrapper .filter-link:before {
  content: "";
  position: absolute;
  background: #b74424;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.filter .filter-wrapper .filter-link:hover {
  color: #FFF;
}
.filter .filter-wrapper .filter-link:hover:before {
  right: 0;
}
.filter .filter-wrapper .filter-link.active, .filter .filter-wrapper .filter-link.last-active {
  background: #b74424;
  color: #FFF;
}

.page-not-found .button, .page-not-found .btn, .page-not-found a[class^="btn--"], .page-not-found .form-wrapper .submit-form, .form-wrapper .page-not-found .submit-form, .page-not-found .section.intro .intro-column a, .section.intro .intro-column .page-not-found a {
  margin-top: 30px;
  text-align: center;
}
.page-not-found .button i, .page-not-found .btn i, .page-not-found a[class^="btn--"] i, .page-not-found .form-wrapper .submit-form i, .form-wrapper .page-not-found .submit-form i, .page-not-found .section.intro .intro-column a i, .section.intro .intro-column .page-not-found a i {
  position: relative;
  top: 2px;
}

/**
* Forms CSS file 
* Styling for forms:
* 
*/
.form-wrapper .form {
  padding: 30px 15px;
  background: #ecebeb;
}
.form-wrapper .form .text label, .form-wrapper .form .email label, .form-wrapper .form .number label, .form-wrapper .form .textarea label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.form-wrapper .form label:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  padding: 15px 23px 14px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.form-wrapper .form .validation-error {
  background: #ae2d30;
  position: absolute;
  padding: 2px 4px;
  top: -30px;
  right: 0;
  color: #FFF;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.form-wrapper .form .validation-error:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ae2d30;
}
.form-wrapper .form .field-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.form-wrapper .form .field-wrapper input:focus, .form-wrapper .form .field-wrapper textarea:focus {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.form-wrapper .form .field-wrapper input:focus + .validation-error, .form-wrapper .form .field-wrapper textarea:focus + .validation-error {
  opacity: 1;
}
.form-wrapper .form .field-wrapper input.validated-false:focus, .form-wrapper .form .field-wrapper textarea.validated-false:focus {
  border: 1px solid #ae2d30;
}
.form-wrapper .form .field-wrapper textarea {
  height: 125px;
}
.form-wrapper .submit-form {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: none;
}
.form-wrapper .submit-form:before {
  display: none !important;
}

.message {
  background: #b74424 !important;
  color: #FFF;
}
.message p {
  color: #FFF;
}

.loader > div {
  background: #b74424 !important;
  width: 32px;
  height: 32px;
}

.section.contribute .form-wrapper .form .validation-error {
  background: #999;
}
.section.contribute .form-wrapper .form .validation-error:after {
  border-top-color: #999;
}

.form-wrapper .form .radio > label, .form-wrapper .form .checkbox > label {
  display: block;
  width: 100%;
}
.form-wrapper .form .radio input, .form-wrapper .form .checkbox input {
  display: inline-block;
  width: auto !important;
  margin-right: 10px;
}
.form-wrapper .form .radio .subfield-wrapper, .form-wrapper .form .checkbox .subfield-wrapper {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
}
.form-wrapper .form .radio .subfield-wrapper:last-child, .form-wrapper .form .checkbox .subfield-wrapper:last-child {
  margin: 0;
}

.form-wrapper .gform_wrapper {
  display: block !important;
}

.gform_wrapper {
  max-width: 770px;
  margin: 0 auto;
  display: block;
  border-bottom: 2px solid #444;
  padding-bottom: 30px;
}
.gform_wrapper h2 {
  padding: 0 !important;
}
.gform_wrapper ul {
  list-style: none;
  padding-left: 0;
}
.gform_wrapper ul li {
  position: relative;
  padding-left: 0 !important;
  margin-bottom: 15px;
}
.gform_wrapper ul li:last-child {
  margin-bottom: 0;
}
.gform_wrapper ul li:before {
  display: none;
}
.gform_wrapper ul .ginput_container_text, .gform_wrapper ul .ginput_container_email, .gform_wrapper ul .ginput_container_phone, .gform_wrapper ul .ginput_container_number {
  width: 100%;
  display: block;
}
.gform_wrapper ul .ginput_container_text input, .gform_wrapper ul .ginput_container_email input, .gform_wrapper ul .ginput_container_phone input, .gform_wrapper ul .ginput_container_number input {
  display: block;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #ccc;
}
.gform_wrapper ul .ginput_container_text input:focus, .gform_wrapper ul .ginput_container_email input:focus, .gform_wrapper ul .ginput_container_phone input:focus, .gform_wrapper ul .ginput_container_number input:focus {
  border-color: #444;
}
.gform_wrapper ul .ginput_container_date .ginput_container {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  position: relative;
}
.gform_wrapper ul .ginput_container_date .ginput_container:after {
  content: "\f078";
  font-family: fontAwesome;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #444;
  font-size: 12px;
}
.gform_wrapper ul .ginput_container_date .ginput_container:last-child {
  margin-right: 0;
}
.gform_wrapper ul .gfield_label {
  margin-bottom: 5px;
  display: block;
}
.gform_wrapper ul .ginput_container_select, .gform_wrapper ul .address_country {
  position: relative;
}
.gform_wrapper ul .ginput_container_select:after, .gform_wrapper ul .address_country:after {
  content: "\f078";
  font-family: fontAwesome;
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #444;
  font-size: 12px;
}
.gform_wrapper ul .ginput_full {
  width: 100%;
  display: block;
}
.gform_wrapper ul .ginput_left {
  display: inline-block;
  width: 49%;
  margin-right: 2%;
}
.gform_wrapper ul .ginput_right {
  display: inline-block;
  width: 49%;
}
.gform_wrapper ul .ginput_complex span {
  margin-bottom: 15px;
  width: 100%;
}
.gform_wrapper ul .ginput_complex span input {
  margin-bottom: 15px;
}
.gform_wrapper ul .ginput_complex input[type=text] {
  display: block;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #ccc;
}
.gform_wrapper ul .ginput_complex input[type=text]:focus {
  border-color: #444;
}
.gform_wrapper ul .ginput_right input, .gform_wrapper ul .ginput_left input, .gform_wrapper ul .ginput_full input {
  display: block;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #ccc;
}
.gform_wrapper ul .ginput_right input:focus, .gform_wrapper ul .ginput_left input:focus, .gform_wrapper ul .ginput_full input:focus {
  border-color: #444;
}
.gform_wrapper ul .gform_validation_container input {
  display: block;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #ccc;
}
.gform_wrapper ul .gform_validation_container input:focus {
  border-color: #444;
}
.gform_wrapper ul .gfield_label.gfield_label_before_complex {
  display: none !important;
}

.ginput_container select {
  width: 100%;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: #FFF;
}

.gfield_error .gfield_description.validation_message {
  background: #b74424;
  padding: 5px 10px;
  margin-top: 5px;
  color: #FFF;
  margin-bottom: 15px;
  display: inline-block;
}

/* generated with grunt-sass-globbing */
.form-fields .field-wrapper {
  width: 45%;
  float: left;
  clear: none;
}
.form-fields .field-wrapper:nth-child(odd) {
  margin-right: 10%;
}
.form-fields .field-wrapper.textarea, .form-fields .field-wrapper.content, .form-fields .field-wrapper.checkboxes, .form-fields .field-wrapper.radio, .form-fields .field-wrapper.address-wrapper {
  width: 100%;
  clear: both;
}
.form-fields .field-wrapper.hidden {
  display: none;
}
.form-fields .field-wrapper input, .form-fields .field-wrapper textarea, .form-fields .field-wrapper select {
  box-sizing: border-box;
  padding: 8px 16px;
  box-shadow: none;
  border: 1px solid #ccc;
  width: 100% !important;
}
.form-fields .field-wrapper input:focus, .form-fields .field-wrapper textarea:focus, .form-fields .field-wrapper select:focus {
  border: 1px solid #444;
}
.form-fields .field-wrapper input.validated-true, .form-fields .field-wrapper input.validated-false, .form-fields .field-wrapper textarea.validated-true, .form-fields .field-wrapper textarea.validated-false, .form-fields .field-wrapper select.validated-true, .form-fields .field-wrapper select.validated-false {
  background-image: url("../../../plugins/chef-forms/Assets/images/ok.png");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 97.5% center;
}
.form-fields .field-wrapper input.validated-false, .form-fields .field-wrapper textarea.validated-false, .form-fields .field-wrapper select.validated-false {
  background-image: url("../../../plugins/chef-forms/Assets/images/fail.png");
}
.form-fields .field-wrapper textarea.validated-true, .form-fields .field-wrapper textarea.validated-false {
  background-position: 97.5% 5%;
}
.form-fields .field-wrapper.label-top label {
  width: 100%;
  display: block;
  padding-bottom: 4px;
}
.form-fields .field-wrapper.label-left label {
  padding-right: 15px;
}
.form-fields .validation-error {
  padding: 5px 0 0 0;
  color: red;
}

.form {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  padding: 15px 15px 65px 15px;
  display: block;
  position: relative;
}
.form .form-fields, .form .form-footer {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.form .form-footer {
  display: block;
  width: 100% !important;
  clear: both;
}
.form .loader {
  position: absolute;
  display: none;
  pointer-events: none;
  top: 30%;
  left: 0;
  right: 0;
  width: 140px;
}
.form .loader > div {
  background-color: rgba(0, 0, 0, 0.5);
  width: 32px;
  height: 32px;
}
.form .message {
  position: absolute;
  padding: 30px;
  background: #f8f8f8;
  font-size: 1.5rem;
  display: none;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 15%;
}
.form.active .form-fields, .form.active .form-footer, .form.msg .form-fields, .form.msg .form-footer {
  opacity: .15;
  pointer-events: none;
}
.form.active .loader, .form.msg .loader {
  display: block;
  pointer-events: auto;
}
.form.msg .message {
  display: block;
}
.form.msg .loader {
  display: none;
}

/**
 * Isotope styling:
 */
.overview.collection {
  display: block;
  display: block;
  width: 100%;
}
.overview.collection:after {
  content: "";
  display: table;
  clear: both;
}
.overview.collection .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  width: 32%;
}
.overview.collection .block.medium {
  margin-right: 0;
  width: 65%;
}
.overview.collection .block.large {
  margin-right: 0;
  width: 100%;
}
.overview.collection .block-row {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.overview.collection .block-row .block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}
.overview.collection .block-row .block:last-of-type {
  margin-right: 0;
}
.overview.collection .autoload-msg {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "nexa_boldregular";
  font-weight: bold;
  margin: 45px 0 0 0;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.overview.collection.masonry .autoload-msg {
  position: absolute;
  width: 100%;
}

.section {
  clear: both;
}

.column-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  padding: 30px 0;
}
.column-row .column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}
.column-row .column img {
  max-width: 100%;
  height: auto;
}
.column-row .column:last-of-type {
  margin-right: 0;
}
.column-row .column .video-wrapper {
  position: relative;
  width: 100%;
}
.column-row .column .video-wrapper img {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 100%;
}
.column-row .column .video-wrapper:before {
  content: '';
  position: absolute;
  top: 43%;
  left: 50%;
  margin: -20px 0 0 -40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  width: 80px;
  height: 80px;
  z-index: 101;
}
.column-row .column .video-wrapper:after {
  content: '';
  position: absolute;
  top: 43%;
  left: 50%;
  margin-left: -5px;
  border: 20px solid #fff;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  z-index: 102;
}
.column-row .column .video-wrapper:hover:before {
  background: rgba(0, 0, 0, 0.75);
}
.column-row .column .video-wrapper.playing:before, .column-row .column .video-wrapper.playing:after {
  display: none;
}
.column-row.sidebar-right .column:first-of-type {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.column-row.sidebar-left .column:last-of-type {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.column-row.fullwidth {
  float: none;
}

/**
 * Loader
 */
.loader {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.loader > div {
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@media only screen and (max-width: 980px) {
  .column-row {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .column-row.four-columns .column, .column-row.three-columns .column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 47%;
    -moz-flex: 1 47%;
    -ms-flex: 1 47%;
    flex: 1 47%;
    margin-right: 0;
  }
  .column-row.four-columns .column:nth-child(even), .column-row.three-columns .column:nth-child(even) {
    margin-left: 5%;
  }

  .overview.collection {
    display: block;
  }
  .overview.collection:after {
    content: "";
    display: table;
    clear: both;
  }
  .overview.collection .block {
    width: 47%;
  }
  .overview.collection .block.medium {
    width: 100%;
  }
  .overview.collection .block-row {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .overview.collection .block-row .block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 50%;
    -moz-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
    margin-right: 30px;
  }
  .overview.collection .block-row .block:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .column-row .column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .column-row.four-columns .column, .column-row.four-columns .column:nth-child(odd), .column-row.four-columns .column:nth-child(even), .column-row.three-columns .column, .column-row.three-columns .column:nth-child(odd), .column-row.three-columns .column:nth-child(even), .column-row.half-half .column, .column-row.half-half .column:nth-child(odd), .column-row.half-half .column:nth-child(even) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .overview.collection {
    display: block;
  }
  .overview.collection:after {
    content: "";
    display: table;
    clear: both;
  }
  .overview.collection .block {
    width: 100%;
  }
  .overview.collection .block-row {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .overview.collection .block-row .block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-right: 0;
  }
}
.socials .social {
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  padding-top: 8px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background: #3b539b;
}
.socials .social i {
  color: #fff;
}
.socials .social.tw {
  background: #00c2f5;
}
.socials .social.pin {
  background: #ff001d;
}
.socials .social.in {
  background: #0080c9;
}
.socials .social.gp {
  background: #d62020;
}
.socials .social.ins {
  background: #E7DDD3;
}
.socials .social.ins i {
  color: #603825;
}

/**
* Header CSS file 
* Styling for the header:
* 
*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  /**
   * Mobile:
   */
}
header .logo {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: auto;
  padding: 0;
  text-decoration: none;
  position: absolute;
  padding: 60px 20px 20px 20px;
  background: #FFF;
  top: 0;
  box-shadow: 0 0 5px rgba(44, 42, 41, 0.2);
  height: auto;
  width: 266px;
  overflow: hidden;
}
header .logo .sub-img {
  opacity: 1;
  margin-top: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
header.scrollNav .logo {
  padding: 20px;
}
header.scrollNav .logo .sub-img {
  margin-top: 0;
  opacity: 0;
  height: 0;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
header ul:after {
  content: "";
  display: table;
  clear: both;
}
header ul li {
  display: inline-block;
}
header ul li .sub-menu {
  display: none;
}
header ul li:hover .sub-menu {
  display: block;
  position: absolute;
  background: #b74424;
}
header ul li:hover .sub-menu li {
  width: 100%;
}
header ul li:hover .sub-menu li a, header ul li:hover .sub-menu li a:visited {
  width: 100%;
  text-align: center;
  color: #FFF;
}
header ul li:hover .sub-menu li.current-menu-item {
  background: #ecebeb;
}
header ul li:hover .sub-menu li.current-menu-item a, header ul li:hover .sub-menu li.current-menu-item a:visited {
  color: #2c2a29;
}
header ul a, header ul a:visited {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #FFF;
}
header .mobile-nav {
  position: absolute;
  right: 15px;
  display: none;
  width: 290px;
}
header .mobile-nav ul {
  width: 100%;
}
header .mobile-nav ul li {
  display: block;
}
header .menu-switch {
  width: 44px;
  height: 44px;
  padding-top: 8px;
  text-align: center;
  background: #444;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  display: none;
}
header .menu-switch i {
  font-size: 1.5rem;
  color: #fff;
}

.top-nav {
  background: #2c2a29;
}
.top-nav li a, .top-nav li a:visited {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-family: "nexa_lightregular";
  font-weight: bold;
  padding: 6px 20px;
}
.top-nav li a:hover, .top-nav li a:visited:hover {
  background: #b74424;
  color: #FFF;
}
.top-nav li.current-menu-item a, .top-nav li.current-menu-item a:visited {
  color: #b74424;
}
.top-nav li.current-menu-item a:hover, .top-nav li.current-menu-item a:visited:hover {
  background: none;
  color: #b74424;
}
.top-nav li.languages {
  padding: 5px 6px;
  background: rgba(0, 0, 0, 0.3);
}
.top-nav li.languages a {
  display: inline-block;
  padding: 1px 6px;
  height: auto;
}
.top-nav li.languages a.active {
  color: #b74424;
}

.main-nav {
  background: rgba(44, 42, 41, 0.9);
  padding: 13px 0;
}
.main-nav > ul > li:last-of-type {
  margin-left: 20px;
}
.main-nav > ul > li:last-of-type a, .main-nav > ul > li:last-of-type a:visited {
  background: #b74424;
  width: 160px;
  border-radius: 35px;
  text-align: center;
  font-weight: bold;
  font-family: "nexa_lightregular";
  border: none;
}
.main-nav > ul > li:last-of-type a:hover, .main-nav > ul > li:last-of-type a:visited:hover {
  background: #2c2a29;
}
.main-nav li {
  position: relative;
}
.main-nav li a, .main-nav li a:visited {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-family: "nexa_boldregular";
}
.main-nav li a:hover, .main-nav li a:visited:hover {
  border: 2px solid #FFF;
}
.main-nav li.current-menu-item a, .main-nav li.current-menu-item a:visited {
  color: #b74424;
}
.main-nav li:last-of-type.current-menu-item a, .main-nav li:last-of-type.current-menu-item a:visited {
  color: #FFF;
}

.header-img {
  position: relative;
  width: 100%;
  display: block;
}
.header-img img {
  display: block;
  width: 100%;
  height: auto;
}
.header-img .cta-img {
  padding-top: 5%;
}
.header-img .header-meta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-img .header-meta .container {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.overview.with-filter #breadcrumbs {
  bottom: auto;
  top: 0px;
}

#breadcrumbs {
  position: absolute;
  bottom: 15px;
  right: 0;
  background: #FFF;
  padding: 3px 10px 5px 10px;
  border-radius: 30px;
  top: auto;
}
#breadcrumbs span {
  color: #2c2a29;
}
#breadcrumbs span a, #breadcrumbs span a:visited {
  text-decoration: none;
  color: #2c2a29;
  line-height: 100%;
  font-size: 0.8125rem;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#breadcrumbs span a:hover, #breadcrumbs span a:visited:hover {
  border-bottom: 1px solid #b74424;
}
#breadcrumbs span span {
  line-height: 100%;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #b74424;
}

.header-meta .date {
  position: absolute;
  bottom: 15px;
  background: #b74424 !important;
  color: #FFF;
  padding: 5px 10px;
  left: 15px;
  border-radius: 30px;
}
.header-meta .date span {
  color: #FFF;
}

/**
* Footer CSS file 
* Styling for the footer:
* 
*/
.wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}

.contentpage .colophon ul li {
  padding-left: 0;
}
.contentpage .colophon ul li:before {
  display: none;
}
.contentpage .latest h2 {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.latest {
  padding: 30px 0;
  background: #ecebeb;
}
.latest .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.latest .column {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 32%;
  -moz-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  margin-right: 2%;
  position: relative;
  padding-bottom: 65px;
}
.latest .column .button, .latest .column .btn, .latest .column a[class^="btn--"], .latest .column .form-wrapper .submit-form, .form-wrapper .latest .column .submit-form, .latest .column .section.intro .intro-column a, .section.intro .intro-column .latest .column a, .latest .column .button:visited, .latest .column .btn:visited, .latest .column a[class^="btn--"]:visited, .latest .column .form-wrapper .submit-form:visited, .form-wrapper .latest .column .submit-form:visited, .latest .column .section.intro .intro-column a:visited, .section.intro .intro-column .latest .column a:visited {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-color: #2c2a29;
  color: #2c2a29;
  text-align: center;
}
.latest .column .button:hover, .latest .column .btn:hover, .latest .column a[class^="btn--"]:hover, .latest .column .form-wrapper .submit-form:hover, .form-wrapper .latest .column .submit-form:hover, .latest .column .section.intro .intro-column a:hover, .section.intro .intro-column .latest .column a:hover, .latest .column .button:visited:hover, .latest .column .btn:visited:hover, .latest .column a[class^="btn--"]:visited:hover, .latest .column .form-wrapper .submit-form:visited:hover, .form-wrapper .latest .column .submit-form:visited:hover, .latest .column .section.intro .intro-column a:visited:hover, .section.intro .intro-column .latest .column a:visited:hover {
  border-color: #b74424;
  color: #FFF;
}
.latest .column .column-title {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.latest .column:last-of-type {
  margin-right: 0;
}
.latest .column.city-wrapper {
  margin-top: 30px;
}
.latest .column.mrv .blocks-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 15px;
}
.latest .column.mrv .blocks-wrapper .mrv-block {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 47%;
  -moz-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  margin-right: 6%;
  margin-bottom: 30px;
  position: relative;
}
.latest .column.mrv .blocks-wrapper .mrv-block img {
  display: block;
  max-width: 100%;
  height: auto;
}
.latest .column.mrv .blocks-wrapper .mrv-block .meta-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 42, 41, 0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.latest .column.mrv .blocks-wrapper .mrv-block .meta-wrapper .meta-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-transform: uppercase;
}
.latest .column.mrv .blocks-wrapper .mrv-block .meta-wrapper .meta-overlay span {
  display: block;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
.latest .column.mrv .blocks-wrapper .mrv-block:hover .meta-wrapper {
  opacity: 1;
}
.latest .column.mrv .blocks-wrapper .mrv-block:nth-of-type(even) {
  margin-right: 0;
}

.latest .calendar-block {
  padding: 10px 4% 0 2%;
}
.latest .calendar-block .date {
  background: none !important;
}

.calendar-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  border-bottom: 1px solid #2c2a29;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.calendar-block .date {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 26%;
  -moz-flex: 0 0 26%;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 4% 0 0;
  position: relative;
}
.calendar-block .date .date-wrapper {
  background: #FFF;
  border-top: 8px solid #b74424;
  padding: 10px 5px;
  box-shadow: 2px 2px 4px transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.calendar-block .date .day {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
.calendar-block .date .month {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #b74424;
  text-transform: uppercase;
}
.calendar-block .date .year {
  display: none;
}
.calendar-block .content-area {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 68%;
  -moz-flex: 0 0 68%;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
}
.calendar-block .content-area h2 {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans";
}
.calendar-block .location, .calendar-block .time {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.calendar-block .location span, .calendar-block .time span {
  font-weight: normal;
  margin-left: 5px;
}
.calendar-block:first-of-type {
  padding-top: 0;
}
.calendar-block:last-of-type {
  border-bottom: none;
}
.calendar-block:hover {
  background: #cfcece;
}
.calendar-block:hover .button, .calendar-block:hover .btn, .calendar-block:hover a[class^="btn--"], .calendar-block:hover .form-wrapper .submit-form, .form-wrapper .calendar-block:hover .submit-form, .calendar-block:hover .section.intro .intro-column a, .section.intro .intro-column .calendar-block:hover a {
  background-position: 0 0;
  background: #b74424;
  border-color: #b74424;
}

.city-block {
  text-decoration: none;
  position: relative;
  margin-bottom: 15px;
  padding: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.city-block .img-wrapper {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 15%;
  -moz-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}
.city-block .img-wrapper img {
  display: block;
  height: auto;
  width: 100%;
}
.city-block .city-title {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 85%;
  -moz-flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  padding-left: 30px;
  -webkit-transform: translateY(33%);
  -moz-transform: translateY(33%);
  -ms-transform: translateY(33%);
  -o-transform: translateY(33%);
  transform: translateY(33%);
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.city-block .city-title .arrow {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  float: right;
  margin-right: 5px;
}
.city-block:hover {
  background: #cfcece;
}
.city-block:hover .city-title .arrow {
  margin-right: 15px;
}

.colophon {
  padding: 30px 0;
}
.colophon .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.colophon .row .column {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 32%;
  -moz-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  margin-right: 32%;
  margin-right: 2%;
}
.colophon .row .column:last-of-type {
  margin-right: 0;
}
.colophon .row .column h2 {
  margin-bottom: 15px;
  font-family: "Open Sans";
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.colophon .row .column img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.colophon .row .column ul {
  list-style: none;
  padding-left: 0;
}
.colophon .row .column ul li {
  width: 100%;
  text-align: center;
}
.colophon .row .column ul li a, .colophon .row .column ul li a:visited {
  color: #b74424;
  text-decoration: none;
}
.colophon .row .column ul li a:hover, .colophon .row .column ul li a:visited:hover {
  text-decoration: underline;
}
.colophon .row .column.jp-logo a, .colophon .row .column.jp-logo a:visited {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.colophon .row .column.jp-logo a:hover, .colophon .row .column.jp-logo a:visited:hover {
  opacity: .6;
}
.colophon .row .follow-us {
  text-align: center;
}
.colophon .row .follow-us a, .colophon .row .follow-us a:visited {
  font-size: 32px;
  font-size: 2rem;
  margin-right: 10px;
  display: inline-block;
  color: #2c2a29;
}
.colophon .row .follow-us a i, .colophon .row .follow-us a:visited i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #2c2a29;
}
.colophon .row .follow-us a:hover i, .colophon .row .follow-us a:visited:hover i {
  color: #b74424;
}
.colophon .row .follow-us a:last-of-type, .colophon .row .follow-us a:visited:last-of-type {
  margin-right: 0;
}

.copyright {
  background: url("../images/footer-verfrand.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 31px;
}

.textual-content h1, .textual-content h2, .textual-content h3, .textual-content h4, .textual-content h5, .textual-content h6, .textual-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.textual-content ul, .textual-content ol {
  padding-left: 20px;
  margin-left: 0;
}
.textual-content p {
  line-height: 160%;
}
.textual-content img {
  max-width: 100%;
  height: auto;
}
.textual-content img.size-full, .textual-content img.size-large {
  width: 100%;
}
.textual-content img.size-medium {
  width: 45%;
}
.textual-content .wp-caption {
  max-width: 100% !important;
}
.textual-content .wp-caption p {
  font-size: 1rem;
  display: block;
  text-align: center;
}
.textual-content .intro {
  padding-bottom: 15px;
  /*p, strong, i, li, span, a{
  	font-size: rem( 20px );
  	padding-bottom:15px;
  }*/
}
.textual-content blockquote {
  position: relative;
}
.textual-content blockquote p, .textual-content blockquote i, .textual-content blockquote li, .textual-content blockquote span, .textual-content blockquote a {
  font-size: 1.5rem;
  font-style: italic;
  font-family: "Open Sans";
}

/**
* Page CSS file 
* Styling for page:
* 
*/
.contentpage h1, .contentpage ul, .contentpage h2, .contentpage h3, .contentpage h4, .contentpage p, .contentpage ul, .content-area h1, .content-area ul, .content-area h2, .content-area h3, .content-area h4, .content-area p, .content-area ul {
  margin-bottom: 15px;
}
.contentpage h1, .contentpage h2, .contentpage h3, .contentpage h4, .content-area h1, .content-area h2, .content-area h3, .content-area h4 {
  margin-top: 30px;
}
.contentpage .page-title, .content-area .page-title {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-top: 0;
}
.contentpage h2, .content-area h2 {
  font-size: 1.5rem;
}
.contentpage h3, .content-area h3 {
  font-size: 1.25rem;
  color: #b74424;
}
.contentpage .section-title, .content-area .section-title {
  margin-top: 0;
}
.contentpage .content-wrapper p a, .contentpage .content-wrapper p a:visited, .content-area .content-wrapper p a, .content-area .content-wrapper p a:visited {
  font-style: italic;
  color: #b74424;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contentpage .content-wrapper p a:hover, .contentpage .content-wrapper p a:visited:hover, .content-area .content-wrapper p a:hover, .content-area .content-wrapper p a:visited:hover {
  color: #2c2a29;
  text-decoration: underline;
}
.contentpage ul, .content-area ul {
  padding-left: none;
  list-style: none;
  padding-left: 0;
}
.contentpage ul li, .content-area ul li {
  position: relative;
  padding-left: 20px;
}
.contentpage ul li:before, .content-area ul li:before {
  content: "\f111";
  font-family: fontAwesome;
  position: absolute;
  top: 6px;
  left: 0;
  color: #b74424;
  font-size: 10px;
  font-size: 0.625rem;
}

h4, h4 span {
  font-size: 1.125rem !important;
  font-weight: normal;
  margin: 0 0 15px 0 !important;
  font-family: "nexa_boldregular" !important;
}

.content-area ul li {
  padding: 0;
}
.content-area ul li:before {
  display: none;
}

.city-news a, .city-news a:visited {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

.section.partners .section-title {
  margin-bottom: 30px;
  text-align: center;
}
.section.partners .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15%;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
.section.partners .row .partner-block .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.section.partners .row .partner-block .button, .section.partners .row .partner-block .btn, .section.partners .row .partner-block a[class^="btn--"], .section.partners .row .partner-block .form-wrapper .submit-form, .form-wrapper .section.partners .row .partner-block .submit-form, .section.partners .row .partner-block .section.intro .intro-column a, .section.intro .intro-column .section.partners .row .partner-block a {
  margin-top: 15px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section.partners .row .partner-block:hover .button, .section.partners .row .partner-block:hover .btn, .section.partners .row .partner-block:hover a[class^="btn--"], .section.partners .row .partner-block:hover .form-wrapper .submit-form, .form-wrapper .section.partners .row .partner-block:hover .submit-form, .section.partners .row .partner-block:hover .section.intro .intro-column a, .section.intro .intro-column .section.partners .row .partner-block:hover a {
  color: #FFF;
}
.section.partners .row .partner-block:hover .button:before, .section.partners .row .partner-block:hover .btn:before, .section.partners .row .partner-block:hover a[class^="btn--"]:before, .section.partners .row .partner-block:hover .form-wrapper .submit-form:before, .form-wrapper .section.partners .row .partner-block:hover .submit-form:before, .section.partners .row .partner-block:hover .section.intro .intro-column a:before, .section.intro .intro-column .section.partners .row .partner-block:hover a:before {
  bottom: 0;
}

.partner-page .partners .row {
  padding: 0;
}
.partner-page .partners .row .partner-block {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 15%;
  -moz-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  margin-right: 2%;
}
.partner-page .partners .row .partner-block:nth-of-type(1n+6) {
  margin-right: 0;
}

.section.contribute {
  background: #b74424;
}
.section.contribute .section-title {
  margin-bottom: 15px;
  color: #FFF;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.section.contribute .section-title:before {
  bottom: -35px;
  content: "";
  position: absolute;
  width: 300px;
  height: 30px;
  display: block;
  background: url("../images/title-white-paint.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section.contribute .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.contribute .row .column {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 120px;
  color: #FFF;
}
.section.contribute .row .column .contribute-wrapper {
  display: block;
  margin-top: 40px;
}
.section.contribute .row .column.form-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0;
}
.section.contribute .row .column.form-wrapper .form {
  background: none;
  padding: 0;
}
.section.contribute .row .column.form-wrapper .submit-form {
  border: 2px solid #FFF;
  color: #FFF;
}
.section.contribute .row .column.form-wrapper .submit-form:hover {
  background: #2c2a29;
}

.collection.partners .section-title {
  text-transform: uppercase;
  text-align: left;
}

.section.donation .section-title {
  text-transform: uppercase;
}
.section.donation .button, .section.donation .btn, .section.donation a[class^="btn--"], .section.donation .form-wrapper .submit-form, .form-wrapper .section.donation .submit-form, .section.donation .section.intro .intro-column a, .section.intro .intro-column .section.donation a, .section.donation .button:visited, .section.donation .btn:visited, .section.donation a[class^="btn--"]:visited, .section.donation .form-wrapper .submit-form:visited, .form-wrapper .section.donation .submit-form:visited, .section.donation .section.intro .intro-column a:visited, .section.intro .intro-column .section.donation a:visited {
  background: #b74424;
  width: 160px;
  border-radius: 35px;
  text-align: center;
  font-weight: bold;
  border: none;
  color: #FFF;
  font-family: "nexa_lightregular";
  font-size: 12px;
  font-size: 0.75rem;
}
.section.donation .button:hover, .section.donation .btn:hover, .section.donation a[class^="btn--"]:hover, .section.donation .form-wrapper .submit-form:hover, .form-wrapper .section.donation .submit-form:hover, .section.donation .section.intro .intro-column a:hover, .section.intro .intro-column .section.donation a:hover, .section.donation .button:visited:hover, .section.donation .btn:visited:hover, .section.donation a[class^="btn--"]:visited:hover, .section.donation .form-wrapper .submit-form:visited:hover, .form-wrapper .section.donation .submit-form:visited:hover, .section.donation .section.intro .intro-column a:visited:hover, .section.intro .intro-column .section.donation a:visited:hover {
  background: #cfcece;
  color: #2c2a29;
}

blockquote {
  padding: 15px 0 20px 0;
  margin: 25px 0;
  position: relative;
  text-align: center;
  border: 2px solid #ecebeb;
  border-left: none;
  border-right: none;
}
blockquote p {
  color: #6e6967;
  padding: 0 30px;
  margin: 0;
  font-family: "nexa_lightregular";
}
blockquote em, blockquote em span {
  font-size: 1.375rem;
  font-style: italic;
  color: #b74424;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-family: "nexa_lightregular" !important;
}
blockquote em span {
  display: inline-block;
  font-size: 1.375rem !important;
  font-family: "nexa_lightregular" !important;
}

/**
* Blog CSS file 
* Styling for blog:
* 
*/
.section {
  padding: 30px 0;
}

.latest-news {
  margin-top: 10px;
  background: url("../images/news-background.jpg");
  background-size: cover;
  position: relative;
}
.latest-news .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
.latest-news .section-title {
  color: #FFF;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.latest-news .button, .latest-news .btn, .latest-news a[class^="btn--"], .latest-news .form-wrapper .submit-form, .form-wrapper .latest-news .submit-form, .latest-news .section.intro .intro-column a, .section.intro .intro-column .latest-news a, .latest-news .button:visited, .latest-news .btn:visited, .latest-news a[class^="btn--"]:visited, .latest-news .form-wrapper .submit-form:visited, .form-wrapper .latest-news .submit-form:visited, .latest-news .section.intro .intro-column a:visited, .section.intro .intro-column .latest-news a:visited {
  float: right;
  margin-top: 30px;
  color: #FFF;
  border-color: #FFF;
}
.latest-news .button:hover, .latest-news .btn:hover, .latest-news a[class^="btn--"]:hover, .latest-news .form-wrapper .submit-form:hover, .form-wrapper .latest-news .submit-form:hover, .latest-news .section.intro .intro-column a:hover, .section.intro .intro-column .latest-news a:hover, .latest-news .button:visited:hover, .latest-news .btn:visited:hover, .latest-news a[class^="btn--"]:visited:hover, .latest-news .form-wrapper .submit-form:visited:hover, .form-wrapper .latest-news .submit-form:visited:hover, .latest-news .section.intro .intro-column a:visited:hover, .section.intro .intro-column .latest-news a:visited:hover {
  moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.latest-news:before {
  content: "";
  background: url("../images/verfrand.png");
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
  top: -29px;
  height: 31px;
}

.news-block {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 32%;
  -moz-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  position: relative;
  background: #FFF;
  text-decoration: none;
  padding-bottom: 60px;
  margin-right: 2%;
  margin-bottom: 30px;
}
.news-block .thumb {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news-block .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.news-block .date {
  position: absolute;
  top: 0;
  left: 15px;
  background: #FFF;
  display: block;
  padding: 15px;
}
.news-block .date .day, .news-block .date .month, .news-block .date .year {
  font-family: "Open Sans";
  display: block;
  text-align: center;
}
.news-block .date .day {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
}
.news-block .date .month {
  font-weight: normal;
  color: #b74424;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: -5px;
}
.news-block .date .year {
  font-weight: bold;
  color: #b74424;
  font-size: 18px;
  font-size: 1.125rem;
}
.news-block .content-area {
  padding: 15px 15px 0 15px;
}
.news-block .content-area .from-city {
  color: #b74424;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  display: block;
}
.news-block .content-area h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.news-block .content-area .readmore, .news-block .content-area .readmore:visited {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 15px;
  background: #b74424;
  color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  width: 45%;
}
.news-block .content-area .readmore span, .news-block .content-area .readmore:visited span {
  margin-left: 10px;
  color: #FFF;
}
.news-block:nth-of-type(3n+3) {
  margin-right: 0;
}
.news-block:hover .content-area .readmore {
  background: #2c2a29;
}
.news-block:hover .thumb {
  opacity: .65;
}

.mrv .latest-news {
  margin-top: 45px;
}

.blog-detail .blog-content {
  margin: 30px 0;
  padding: 0 25%;
}
.blog-detail .latest-news {
  padding-bottom: 60px;
}

.section.author {
  background: #ecebeb;
}
.section.author .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.author .row .column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}
.section.author .row .column.textual-content {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 0;
}
.section.author .row .column .section-title {
  margin-bottom: 15px;
}
.section.author .row .column h1, .section.author .row .column h2, .section.author .row .column h3 {
  margin-bottom: 15px;
}
.section.author .row .column h3 {
  margin-top: 0;
}
.section.author .button-wrapper {
  margin-top: 30px;
}

.more-info {
  background: #ecebeb;
}
.more-info .section-title {
  margin-bottom: 30px;
}
.more-info .container {
  padding: 0 15%;
}
.more-info .button, .more-info .btn, .more-info a[class^="btn--"], .more-info .form-wrapper .submit-form, .form-wrapper .more-info .submit-form, .more-info .section.intro .intro-column a, .section.intro .intro-column .more-info a {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 60px 15px 30px;
}
.more-info .button:after, .more-info .btn:after, .more-info a[class^="btn--"]:after, .more-info .form-wrapper .submit-form:after, .form-wrapper .more-info .submit-form:after, .more-info .section.intro .intro-column a:after, .section.intro .intro-column .more-info a:after {
  content: "";
  width: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 10px solid #b74424;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.more-info .button:hover:after, .more-info .btn:hover:after, .more-info a[class^="btn--"]:hover:after, .more-info .form-wrapper .submit-form:hover:after, .form-wrapper .more-info .submit-form:hover:after, .more-info .section.intro .intro-column a:hover:after, .section.intro .intro-column .more-info a:hover:after {
  border-left-color: #fff;
}

.section.donation .section-title {
  margin-bottom: 15px;
}
.section.donation .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.donation .row .column {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 30px;
}
.section.donation .row .column .button, .section.donation .row .column .btn, .section.donation .row .column a[class^="btn--"], .section.donation .row .column .form-wrapper .submit-form, .form-wrapper .section.donation .row .column .submit-form, .section.donation .row .column .section.intro .intro-column a, .section.intro .intro-column .section.donation .row .column a {
  margin-top: 30px;
}
.section.donation .row .column.image {
  margin-right: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.section.donation .row .column.image img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single .header-meta #breadcrumbs {
  right: 15px;
}

/**
* Home CSS file 
* Styling for home:
* 
*/
.home .section.intro {
  background: #ecebeb;
}

.section.intro {
  padding: 0;
}
.section.intro .content-wrapper {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 30px;
  padding: 30px 0;
}
.section.intro .column-row {
  padding: 0 0 50px 0;
}
.section.intro .intro-column, .section.intro .long-desc {
  padding-top: 30px;
}
.section.intro .intro-column h1, .section.intro .long-desc h1 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
}
.section.intro .intro-column a, .section.intro .intro-column a:visited {
  margin-top: 30px;
}
.section.intro .column.image .image-wrapper {
  background: #FFF;
  padding: 30px 30px 25px 30px;
  margin-top: -6px;
  box-shadow: 5px 5px 10px -5px rgba(44, 42, 41, 0.3), 5px 5px 10px -5px rgba(44, 42, 41, 0.3), -5px 5px 10px -5px rgba(44, 42, 41, 0.3);
}
.section.intro .column.image .image-wrapper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.section.intro .column.image .button, .section.intro .column.image .btn, .section.intro .column.image a[class^="btn--"], .section.intro .column.image .form-wrapper .submit-form, .form-wrapper .section.intro .column.image .submit-form, .section.intro .column.image .intro-column a, .section.intro .intro-column .column.image a, .section.intro .column.image .button:visited, .section.intro .column.image .btn:visited, .section.intro .column.image a[class^="btn--"]:visited, .section.intro .column.image .form-wrapper .submit-form:visited, .form-wrapper .section.intro .column.image .submit-form:visited, .section.intro .column.image .intro-column a:visited, .section.intro .intro-column .column.image a:visited {
  background: #b74424;
  width: 160px;
  display: block;
  border-radius: 35px;
  text-align: center;
  font-weight: bold;
  font-family: "nexa_lightregular";
  color: #FFF;
  position: relative;
  left: 50%;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  padding: 15px 30px;
  border: none;
}
.section.intro .column.image .button:before, .section.intro .column.image .btn:before, .section.intro .column.image a[class^="btn--"]:before, .section.intro .column.image .form-wrapper .submit-form:before, .form-wrapper .section.intro .column.image .submit-form:before, .section.intro .column.image .intro-column a:before, .section.intro .intro-column .column.image a:before, .section.intro .column.image .button:visited:before, .section.intro .column.image .btn:visited:before, .section.intro .column.image a[class^="btn--"]:visited:before, .section.intro .column.image .form-wrapper .submit-form:visited:before, .form-wrapper .section.intro .column.image .submit-form:visited:before, .section.intro .column.image .intro-column a:visited:before, .section.intro .intro-column .column.image a:visited:before {
  display: none;
}
.section.intro .column.image .button:hover, .section.intro .column.image .btn:hover, .section.intro .column.image a[class^="btn--"]:hover, .section.intro .column.image .form-wrapper .submit-form:hover, .form-wrapper .section.intro .column.image .submit-form:hover, .section.intro .column.image .intro-column a:hover, .section.intro .intro-column .column.image a:hover, .section.intro .column.image .button:visited:hover, .section.intro .column.image .btn:visited:hover, .section.intro .column.image a[class^="btn--"]:visited:hover, .section.intro .column.image .form-wrapper .submit-form:visited:hover, .form-wrapper .section.intro .column.image .submit-form:visited:hover, .section.intro .column.image .intro-column a:visited:hover, .section.intro .intro-column .column.image a:visited:hover {
  background: #2c2a29;
}

.featured {
  padding: 0;
}
.featured .container {
  padding: 30px 0 30px 83px;
  position: relative;
  background: url("../images/cross-background.png");
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-position: 0px -30px;
}
.featured .content-holder {
  margin-bottom: 15px;
}
.featured .content-holder p {
  padding: 30px 0 12px 0;
}
.featured .section-title {
  position: absolute;
  left: -100px;
  letter-spacing: 8px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-family: "nexa_lightregular";
}
.featured .featured-video, .featured .featured-img {
  -webkit-box-flex: 1.5;
  -moz-box-flex: 1.5;
  box-flex: 1.5;
  -webkit-flex: 1.5;
  -moz-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}
.featured .featured-video img, .featured .featured-img img {
  max-width: none;
  display: block;
  width: 100%;
  height: auto;
}
.featured a, .featured a:visited {
  display: inline-block;
}

.mrv-overview {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
.mrv-overview .mrv-block {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 23.5%;
  -moz-flex: 0 1 23.5%;
  -ms-flex: 0 1 23.5%;
  flex: 0 1 23.5%;
  margin-right: 2%;
  background: #ecebeb;
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}
.mrv-overview .mrv-block .img-wrapper {
  background: #b74424;
}
.mrv-overview .mrv-block:nth-of-type(4n+4) {
  margin-right: 0;
}
.mrv-overview .mrv-block img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mrv-overview .mrv-block .mrv-info {
  padding: 15px;
  background: #ecebeb;
}
.mrv-overview .mrv-block .mrv-info h3 {
  margin: 0 0 10px 0;
}
.mrv-overview .mrv-block .mrv-info .theme, .mrv-overview .mrv-block .mrv-info .country {
  display: block;
}
.mrv-overview .mrv-block .mrv-info .theme strong, .mrv-overview .mrv-block .mrv-info .country strong {
  padding: 0 10px 0 0;
  width: 35%;
  text-align: right;
  display: inline-block;
}
.mrv-overview .mrv-block:hover img {
  opacity: .35;
}
.mrv-overview .mrv-block:hover .mrv-info h3 {
  color: #b74424;
}

h2.section-title span {
  display: inline-block;
}

.page-title {
  word-wrap: normal !important;
}
.page-title span {
  display: inline-block;
}

.mrv .section.intro {
  background: #ecebeb;
  padding: 30px;
}
.mrv .section.intro h1, .mrv .section.intro h1 span {
  font-family: "nexa_lightregular";
  color: #b74424;
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
.mrv .section.intro h1 {
  display: block;
}
.mrv .section.intro h2 {
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}
.mrv .section.intro .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.mrv .section.intro .column.image {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 42%;
  -moz-flex: 0 0 42%;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  margin-right: 2%;
}
.mrv .section.intro .column.content {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 56%;
  -moz-flex: 0 0 56%;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  background: #FFF;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(44, 42, 41, 0.5);
}
.mrv .section.intro .mrv-terms {
  margin: 15px 0;
}
.mrv .section.intro .mrv-terms strong {
  width: 25%;
  display: inline-block;
}
.mrv .section.intro .mrv-terms span {
  display: block;
}
.mrv .section .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.mrv .section .title-area {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 28%;
  -moz-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  margin-right: 2%;
  font-family: "nexa_boldregular";
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.mrv .section .first-title {
  position: relative;
  padding-bottom: 41px;
}
.mrv .section .first-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  background: url("../images/title-paint.png");
  width: 263px;
  height: 36px;
}
.mrv .section .content-area {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 70%;
  -moz-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
.mrv .section .content-area h2 {
  margin: 30px 0 5px 0;
}
.mrv .section .section-title {
  padding: 0 0 5px 0;
}
.mrv .section .section-title h2 {
  color: #fff;
}
.mrv .in-media ul {
  list-style: none;
  padding-left: 0;
}

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #464342;
  border-radius: 50%;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: #b74424;
}

.slide {
  width: 100%;
  display: block;
}
.slide img {
  width: 100%;
  display: block;
  height: auto;
}

.caption {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
}

.form .form-agenda {
  margin: 0 auto;
  width: 50%;
}

.share-buttons {
  display: block;
  margin: 30px 0 10px 0;
}
.share-buttons .count {
  display: none;
}
.share-buttons .share-title {
  margin-right: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.share-buttons .button, .share-buttons .btn, .share-buttons a[class^="btn--"], .share-buttons .form-wrapper .submit-form, .form-wrapper .share-buttons .submit-form, .share-buttons .section.intro .intro-column a, .section.intro .intro-column .share-buttons a {
  border: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: #ecebeb;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b74424), color-stop(50%, #b74424), color-stop(50%, #ecebeb), color-stop(100%, #ecebeb));
  background: -webkit-linear-gradient(left, #b74424 0%, #b74424 50%, #ecebeb 50%, #ecebeb 100%);
  background: -moz-linear-gradient(left, #b74424 0%, #b74424 50%, #ecebeb 50%, #ecebeb 100%);
  background: -ms-linear-gradient(left, #b74424 0%, #b74424 50%, #ecebeb 50%, #ecebeb 100%);
  background: -o-linear-gradient(left, #b74424 0%, #b74424 50%, #ecebeb 50%, #ecebeb 100%);
  background: linear, to right, #b74424 0%, #b74424 50%, #ecebeb 50%, #ecebeb 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  background-size: 200% 100%;
  background-position: 100% 0;
  padding: 8px 0 0 0;
  width: 44px;
  height: 44px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.share-buttons .button i, .share-buttons .btn i, .share-buttons a[class^="btn--"] i, .share-buttons .form-wrapper .submit-form i, .form-wrapper .share-buttons .submit-form i, .share-buttons .section.intro .intro-column a i, .section.intro .intro-column .share-buttons a i {
  text-align: center;
  margin: 0;
}
.share-buttons .button:hover, .share-buttons .btn:hover, .share-buttons a[class^="btn--"]:hover, .share-buttons .form-wrapper .submit-form:hover, .form-wrapper .share-buttons .submit-form:hover, .share-buttons .section.intro .intro-column a:hover, .section.intro .intro-column .share-buttons a:hover {
  background-position: 0 0;
}
.share-buttons .button:hover .fa:before, .share-buttons .btn:hover .fa:before, .share-buttons a[class^="btn--"]:hover .fa:before, .share-buttons .form-wrapper .submit-form:hover .fa:before, .form-wrapper .share-buttons .submit-form:hover .fa:before, .share-buttons .section.intro .intro-column a:hover .fa:before, .section.intro .intro-column .share-buttons a:hover .fa:before {
  color: white;
}

.section.register {
  background: #ecebeb;
  padding: 30px 30px 0 30px;
}
.section.register h2 {
  margin: 0;
  padding: 0 0 0 15px;
}
.section.register .form-wrapper .form {
  padding: 15px 0 30px 0;
}

.single-nav {
  padding: 30px;
}
.single-nav .container {
  text-align: center;
}
.single-nav a.overview {
  color: #cfcece;
}
.single-nav a.overview i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.single-nav a.overview:hover i {
  color: #b74424;
}
.single-nav .prev i, .single-nav .next i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.single-nav .prev:hover i, .single-nav .next:hover i {
  color: #b74424;
}

.mrv-overview {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
.mrv-overview .mrv-block {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 23.5%;
  -moz-flex: 0 1 23.5%;
  -ms-flex: 0 1 23.5%;
  flex: 0 1 23.5%;
  margin-right: 2%;
  background: #ecebeb;
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}
.mrv-overview .mrv-block .img-wrapper {
  background: #b74424;
}
.mrv-overview .mrv-block:nth-of-type(4n+4) {
  margin-right: 0;
}
.mrv-overview .mrv-block img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mrv-overview .mrv-block .mrv-info {
  padding: 15px;
  background: #ecebeb;
}
.mrv-overview .mrv-block .mrv-info h3 {
  margin: 0 0 10px 0;
}
.mrv-overview .mrv-block .mrv-info .theme, .mrv-overview .mrv-block .mrv-info .country {
  display: block;
}
.mrv-overview .mrv-block .mrv-info .theme strong, .mrv-overview .mrv-block .mrv-info .country strong {
  padding: 0 10px 0 0;
  width: 35%;
  text-align: right;
  display: inline-block;
}
.mrv-overview .mrv-block:hover img {
  opacity: .35;
}
.mrv-overview .mrv-block:hover .mrv-info h3 {
  color: #b74424;
}

h2.section-title span {
  display: inline-block;
}

.page-title {
  word-wrap: normal !important;
}
.page-title span {
  display: inline-block;
}

.mrv .section.intro {
  background: #ecebeb;
  padding: 30px;
}
.mrv .section.intro h1, .mrv .section.intro h1 span {
  font-family: "nexa_lightregular";
  color: #b74424;
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
.mrv .section.intro h1 {
  display: block;
}
.mrv .section.intro h2 {
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}
.mrv .section.intro .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.mrv .section.intro .column.image {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 42%;
  -moz-flex: 0 0 42%;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  margin-right: 2%;
}
.mrv .section.intro .column.content {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 56%;
  -moz-flex: 0 0 56%;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  background: #FFF;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(44, 42, 41, 0.5);
}
.mrv .section.intro .mrv-terms {
  margin: 15px 0;
}
.mrv .section.intro .mrv-terms strong {
  width: 25%;
  display: inline-block;
}
.mrv .section.intro .mrv-terms span {
  display: block;
}
.mrv .section .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.mrv .section .title-area {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 28%;
  -moz-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  margin-right: 2%;
  font-family: "nexa_boldregular";
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.mrv .section .first-title {
  position: relative;
  padding-bottom: 41px;
}
.mrv .section .first-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  background: url("../images/title-paint.png");
  width: 263px;
  height: 36px;
}
.mrv .section .content-area {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 70%;
  -moz-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
.mrv .section .content-area h2 {
  margin: 30px 0 5px 0;
}
.mrv .section .section-title {
  padding: 0 0 5px 0;
}
.mrv .section .section-title h2 {
  color: #fff;
}
.mrv .in-media ul {
  list-style: none;
  padding-left: 0;
}

.city-overview {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
.city-overview .city-block {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 23.5%;
  -moz-flex: 0 1 23.5%;
  -ms-flex: 0 1 23.5%;
  flex: 0 1 23.5%;
  margin-right: 2%;
  background: #ecebeb;
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
  padding: 0;
}
.city-overview .city-block .img-wrapper {
  background: #b74424;
}
.city-overview .city-block .img-wrapper img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.city-overview .city-block .city-info {
  padding: 10px;
}
.city-overview .city-block .city-info h3 {
  margin: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.city-overview .city-block:nth-of-type(4n+4) {
  margin-right: 0;
}
.city-overview .city-block:hover img {
  opacity: .35;
}
.city-overview .city-block:hover .city-info h3 {
  color: #b74424;
}

.partners {
  background: #ecebeb;
}
.partners > .container .row {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.partners .partner-block {
  text-decoration: none;
  background: #fff;
  padding-bottom: 10px;
}
.partners .partner-block .thumb {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.partners .partner-block .label {
  text-align: center;
  padding: 10px 5px 0 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.partners .partner-block:hover .thumb {
  opacity: .7;
}
.partners .partner-block:hover .label {
  color: #b74424;
}

.back-btn {
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b74424), color-stop(50%, #b74424), color-stop(50%, transparent), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, #b74424 0%, #b74424 50%, transparent 50%, transparent 100%);
  background: -moz-linear-gradient(left, #b74424 0%, #b74424 50%, transparent 50%, transparent 100%);
  background: -ms-linear-gradient(left, #b74424 0%, #b74424 50%, transparent 50%, transparent 100%);
  background: -o-linear-gradient(left, #b74424 0%, #b74424 50%, transparent 50%, transparent 100%);
  background: linear, to right, #b74424 0%, #b74424 50%, transparent 50%, transparent 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  width: auto !important;
  border-radius: 0 !important;
}
.back-btn i, .back-btn span {
  color: #fff;
  font-size: 0.875rem;
}

.partner-page .partners {
  background: #fff;
}

.section.content.mrv {
  background: #ecebeb;
}
.section.content.mrv .column-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.section.content.mrv .column {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 43%;
  -moz-flex: 0 0 43%;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  margin-right: 2%;
}
.section.content.mrv .column.image {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 10%;
  -moz-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  position: relative;
}
.section.content.mrv .column.image img {
  max-width: 100%;
  display: block;
  height: auto;
}
.section.content.mrv .column:last-of-type {
  margin-right: 0;
}
.section.content.mrv .form {
  background: none;
  padding: 0;
  margin: 0;
}

/**
* Responsive General CSS file 
*/
/**
* Responsive Page CSS file 
*/
@media only screen and (max-width: 1120px) {
  .header-img .header-meta #breadcrumbs {
    right: 4%;
    margin-left: 4%;
  }
}
@media only screen and (max-width: 1020px) {
  .with-filter .agenda-items .calendar-block {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .with-filter .agenda-items .calendar-block .date {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    width: 100%;
    height: 180px;
    background-repeat: no-repeat !important;
    margin-bottom: 15px;
  }
  .with-filter .agenda-items .calendar-block .date .date-wrapper {
    position: relative;
  }
  .with-filter .agenda-items .calendar-block .content-area {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    width: 100%;
  }

  .city-overview .city-block, .city-overview .mrv-block, .city-overview .row .partner-block, .mrv-overview .city-block, .mrv-overview .mrv-block, .mrv-overview .row .partner-block, .partner-page .partners .city-block, .partner-page .partners .mrv-block, .partner-page .partners .row .partner-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
  .city-overview .city-block:nth-of-type(even), .city-overview .mrv-block:nth-of-type(even), .city-overview .row .partner-block:nth-of-type(even), .mrv-overview .city-block:nth-of-type(even), .mrv-overview .mrv-block:nth-of-type(even), .mrv-overview .row .partner-block:nth-of-type(even), .partner-page .partners .city-block:nth-of-type(even), .partner-page .partners .mrv-block:nth-of-type(even), .partner-page .partners .row .partner-block:nth-of-type(even) {
    margin-right: 0;
  }

  .partner-page .section.partners .row .partner-block {
    -webkit-box-flex: 32%;
    -moz-box-flex: 32%;
    box-flex: 32%;
    -webkit-flex: 32%;
    -moz-flex: 32%;
    -ms-flex: 32%;
    flex: 32%;
    max-width: 32%;
  }
  .partner-page .section.partners .row .partner-block:nth-of-type(0n+3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 980px) {
  .overview.with-filter .row {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .overview.with-filter .row .column.agenda-items, .overview.with-filter .row .column.nieuws-items, .overview.with-filter .row .filter {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }
  .overview.with-filter .row .filter {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .partners .row .partner-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }

  .section.intro {
    margin-bottom: 20px;
  }

  .share-buttons .share-title {
    display: block;
    margin-bottom: 15px;
  }

  .section.content.mrv .column-wrapper {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .section.content.mrv .column {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 76%;
    -moz-flex: 0 0 76%;
    -ms-flex: 0 0 76%;
    flex: 0 0 76%;
    margin-right: 0;
  }
  .section.content.mrv .column.image {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin-right: 4%;
  }
  .section.content.mrv .column:last-of-type {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .city-overview .city-block, .city-overview .mrv-block, .city-overview .row .partner-block, .mrv-overview .city-block, .mrv-overview .mrv-block, .mrv-overview .row .partner-block, .partner-page .partners .city-block, .partner-page .partners .mrv-block, .partner-page .partners .row .partner-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }

  .header-img .header-meta #breadcrumbs {
    padding: 5px 15px 8px 15px;
  }

  .partner-page .section.partners .row .partner-block {
    -webkit-box-flex: 48%;
    -moz-box-flex: 48%;
    box-flex: 48%;
    -webkit-flex: 48%;
    -moz-flex: 48%;
    -ms-flex: 48%;
    flex: 48%;
    max-width: 48%;
    margin-right: 4%;
  }
  .partner-page .section.partners .row .partner-block:nth-of-type(even) {
    margin-right: 0;
  }
  .partner-page .section.partners .row .partner-block:nth-of-type(0n+3) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 500px) {
  .section.content.mrv .column-wrapper {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .section.content.mrv .column {
    margin-bottom: 30px;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .section.content.mrv .column.image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: initial;
  }
  .section.content.mrv .column:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 400px) {
  .partners .row {
    padding: 0;
  }

  .partners .row.container {
    padding: 0 4%;
  }

  .page-not-found .button i, .page-not-found .btn i, .page-not-found a[class^="btn--"] i, .page-not-found .form-wrapper .submit-form i, .form-wrapper .page-not-found .submit-form i, .page-not-found .section.intro .intro-column a i, .section.intro .intro-column .page-not-found a i {
    display: block;
    text-align: center;
    margin: 0 0 5px 0;
  }
}
/**
* Responsive Blog CSS file 
*/
@media only screen and (max-width: 1120px) {
  .news-block .content-area .readmore {
    width: 60%;
  }
}
@media only screen and (max-width: 1030px) {
  .section.contribute .row .column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 1020px) {
  .blog-detail .blog-content {
    padding: 0 15%;
  }
}
@media only screen and (max-width: 900px) {
  .news-block .content-area .readmore {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .latest-news .row {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .latest-news .news-block {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    width: 80%;
    margin: 0 auto 30px auto;
  }
  .latest-news .news-block .content-area .readmore {
    width: 50%;
  }
  .latest-news .news-block:last-of-type {
    margin-bottom: 0px;
  }

  .blog-detail .blog-content {
    padding: 0;
  }

  .section.author .row {
    padding: 0 10%;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .section.author .row .column.img {
    margin-bottom: 30px;
  }
  .section.author .row .column {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }

  .section.contribute .row {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .section.contribute .row .column {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    margin-right: 0;
  }
  .section.contribute .row .form-wrapper {
    margin-top: 30px;
  }

  .section.donation .row {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .section.donation .row .column {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    margin-right: 0;
  }
  .section.donation .row .column.image {
    margin-top: 30px;
  }
  .section.donation .row .column.image img {
    margin: 0 auto;
    width: 285px;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .latest-news .news-block {
    width: 100%;
  }
  .latest-news .news-block .content-area .readmore {
    width: auto;
  }

  .overview.with-filter .row {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .overview.with-filter .row .column.nieuws-items .news-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }

  .section.author .row {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .latest-news .button, .latest-news .btn, .latest-news a[class^="btn--"], .latest-news .form-wrapper .submit-form, .form-wrapper .latest-news .submit-form, .latest-news .section.intro .intro-column a, .section.intro .intro-column .latest-news a {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/**
* Responsive Home CSS file 
*/
@media only screen and (max-width: 1120px) {
  .section.intro .column-row {
    padding: 0 4% 30px 4%;
  }

  .container, .section .container {
    padding-left: 4%;
    padding-right: 4%;
  }

  .featured .section-title {
    left: -65px;
  }
  .featured .container {
    padding: 30px 4% 30px 100px;
  }
}
@media only screen and (max-width: 1020px) {
  .section.intro .column-row .column, .section.intro .column-row .content-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 900px) {
  .featured .container {
    background-size: 50% auto;
    background-position: 0px -30px;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .featured .container .column {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .featured .container .column.content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section.intro .column-row {
    padding: 30px 4%;
    display: block;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .section.intro .column-row .column.content {
    margin-bottom: 30px;
  }
  .section.intro .column-row .column.image .image-wrapper {
    box-shadow: 0 0 10px 0 rgba(44, 42, 41, 0.3);
  }
  .section.intro .column-row .content-wrapper {
    padding: 0 0 30px 0;
  }
  .section.intro .column-row .column, .section.intro .column-row .content-wrapper {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    margin-right: 0;
  }
  .section.intro .column-row .column .image-wrapper, .section.intro .column-row .content-wrapper .image-wrapper {
    display: block;
    width: 100%;
  }
  .section.intro .column-row .column .image-wrapper img, .section.intro .column-row .content-wrapper .image-wrapper img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .featured {
    padding: 30px 0;
  }
  .featured .section-title {
    position: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-bottom: 15px;
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 7px;
  }
  .featured .container {
    background-position: 0 0;
    padding: 0 4%;
  }
}
/**
* Responsive HEADER CSS file 
*/
@media only screen and (max-width: 1500px) {
  .header-img .cta-img {
    width: 80%;
  }
}
@media only screen and (max-width: 1120px) {
  header .container {
    padding: 0 4%;
  }

  header nav > ul {
    padding: 0 4%;
  }
  header .top-nav a {
    padding: 6px 8px;
  }
  header .main-nav a {
    padding: 12px 8px;
  }

  .header-img .cta-img {
    width: 60%;
  }

  .header-img .header-meta .container {
    padding: 0;
    width: 92%;
  }
  .header-img .header-meta .container #breadcrumbs {
    right: 20px;
  }
}
@media only screen and (max-width: 1020px) {
  header {
    height: 80px;
    background: rgba(44, 42, 41, 0.9);
  }
  header .menu-switch {
    display: block;
    right: 4%;
    top: 17px;
    position: absolute;
    background: #b74424;
  }
  header .top-nav, header .main-nav {
    display: none;
  }
  header .logo {
    display: block;
    padding: 20px;
    width: 200px;
    z-index: 20;
  }
  header .logo .sub-img {
    display: none;
  }
  header .mobile-nav {
    display: none;
    background: #b74424;
    top: 80px;
    right: 0;
  }
  header .mobile-nav.fold-out {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  header .mobile-nav.fold-out ul li a, header .mobile-nav.fold-out ul li a:visited {
    text-align: center;
    font-family: "nexa_boldregular";
    text-transform: uppercase;
    font-weight: normal;
  }
  header .mobile-nav.fold-out ul li.current-menu-item a, header .mobile-nav.fold-out ul li.current-menu-item a:visited, header .mobile-nav.fold-out ul li .current-page-parent a, header .mobile-nav.fold-out ul li .current-page-parent a:visited {
    color: #2c2a29;
  }

  .no-header-img {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .header-img {
    overflow: hidden;
  }
  .header-img img {
    width: 140%;
    max-width: none;
    position: relative;
    left: -20%;
  }
  .header-img .cta-img {
    width: 80%;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .no-header-img {
    margin-top: 245px;
  }

  .header-img .header-meta #breadcrumbs {
    bottom: 55px;
    right: 0;
    left: 0;
    margin-left: 0;
  }

  .header-meta .date {
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .overview.with-filter #breadcrumbs {
    padding: 0;
    margin-bottom: 10px;
    position: initial;
  }
}
@media only screen and (max-width: 480px) {
  header .mobile-nav.fold-out {
    padding: 10px 0;
    height: 300px;
    overflow-y: scroll;
  }
  header .logo {
    width: 165px;
  }

  .header-img img {
    width: 200%;
    left: -80%;
  }
  .header-img .cta-img {
    width: 85%;
    left: auto;
    padding-top: 10%;
  }
}
/**
* Responsive FOOTER CSS file 
*/
@media only screen and (max-width: 1020px) {
  .latest .row {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .latest .row .column {
    width: 50%;
    margin: 0 auto 60px auto;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .latest .row .column:last-of-type {
    margin-bottom: 0;
  }

  .latest .column.mrv .blocks-wrapper .mrv-block img {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .latest .row .column {
    width: 80%;
  }

  .colophon .row {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .colophon .row .column {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .colophon .row .column:last-of-type {
    margin-bottom: 0;
  }
  .colophon .row .follow-us a {
    margin-right: 20px;
  }
  .colophon .row .footer-nav ul li a {
    padding: 4px 10px;
    display: inline-block;
  }

  .copyright {
    margin-top: -21px;
  }
}
@media only screen and (max-width: 600px) {
  .latest .row .column {
    width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  .latest .column.mrv .blocks-wrapper {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .latest .column.mrv .blocks-wrapper .mrv-block {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    margin-right: 0;
  }

  .colophon .row .column img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1170px) {
  .mrv .section .title-area {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 28%;
    -moz-flex: 0 1 28%;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%;
  }
  .mrv .section .title-area .first-title:before {
    width: 100%;
    max-width: 100%;
    min-height: 36px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .mrv .section .content-area {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }

  .mrv .section .section-title {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 960px) {
  .mrv .section.intro {
    padding-left: 0;
    padding-right: 0;
  }
  .mrv .section.intro .mrv-terms strong {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  .mrv .section.intro .row {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .mrv .section.intro .column.image, .mrv .section.intro .column.content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 550px) {
  .mrv .section .row {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .mrv .section .title-area, .mrv .section .content-area {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .mrv .section .title-area .first-title:before {
    max-width: 263px !important;
  }
}
@media only screen and (max-width: 450px) {
  .mrv .section.intro h1, .mrv .section.intro h1 span {
    font-size: 1.5rem;
  }
  .mrv .section.intro h2 {
    font-size: 1.625rem;
  }
  .mrv .section.intro .mrv-terms strong {
    width: 100%;
    display: block;
    padding-top: 15px;
  }
}

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