/*! normalize.css v3.0.2 | MIT License | 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,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
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: not-allowed;
}

/**
   * 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.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "FilsonProRegular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #002D41;
  background: #fefefe;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row, form .formbody {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.row .row, form .formbody .row, .row form .formbody, form .row .formbody, form .formbody .formbody {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

@media screen and (min-width: 40em) {
  .row .row, form .formbody .row, .row form .formbody, form .row .formbody, form .formbody .formbody {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row.expanded, form .expanded.formbody {
  max-width: none;
}

.row.collapse > .column, form .collapse.formbody > .column, .row.collapse > .columns, form .collapse.formbody > .columns, .mod_eventlist .row.collapse > .empty, form .mod_eventlist .collapse.formbody > .empty, .mod_eventlist form .collapse.formbody > .empty, form .formbody .row.collapse > .widget, form .collapse.formbody > .widget, form .formbody .row.collapse > .submit_container, form .collapse.formbody > .submit_container {
  padding-left: 0;
  padding-right: 0;
}

.row.is-collapse-child, form .is-collapse-child.formbody,
.row.collapse > .column > .row, form .collapse.formbody > .column > .row,
.row.collapse > .columns > .row, form .collapse.formbody > .columns > .row, .mod_eventlist
.row.collapse > .empty > .row, form .mod_eventlist .collapse.formbody > .empty > .row, .mod_eventlist form .collapse.formbody > .empty > .row, form .formbody
.row.collapse > .widget > .row, form .collapse.formbody > .widget > .row, form .formbody
.row.collapse > .submit_container > .row, form .collapse.formbody > .submit_container > .row, form
.row.collapse > .column > .formbody, form .collapse.formbody > .column > .formbody, form
.row.collapse > .columns > .formbody, form .collapse.formbody > .columns > .formbody, .mod_eventlist form
.row.collapse > .empty > .formbody, form .mod_eventlist
.row.collapse > .empty > .formbody, form .mod_eventlist .collapse.formbody > .empty > .formbody, .mod_eventlist form .collapse.formbody > .empty > .formbody, form .formbody
.row.collapse > .widget > .formbody, form .collapse.formbody > .widget > .formbody, form .formbody
.row.collapse > .submit_container > .formbody, form .collapse.formbody > .submit_container > .formbody {
  margin-left: 0;
  margin-right: 0;
}

.column, .columns, .mod_eventlist .empty, form .formbody .widget, form .formbody .submit_container {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  min-width: initial;
}

@media screen and (min-width: 40em) {
  .column, .columns, .mod_eventlist .empty, form .formbody .widget, form .formbody .submit_container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column.row.row, .row.row.columns, .mod_eventlist .row.row.empty, .mod_eventlist form .empty.formbody, form .mod_eventlist .empty.formbody, form .columns.formbody, form .formbody .formbody.widget, form .formbody .formbody.submit_container, form .formbody .row.row.widget, form .formbody .row.row.submit_container, form .column.formbody {
  float: none;
  display: block;
}

.row .column.row.row, form .formbody .column.row.row, .row .row.row.columns, form .formbody .row.row.columns, .row .mod_eventlist .row.row.empty, .mod_eventlist .row .row.row.empty, form .formbody .mod_eventlist .row.row.empty, .mod_eventlist form .formbody .row.row.empty, .row .mod_eventlist form .empty.formbody, .mod_eventlist form .row .empty.formbody, .mod_eventlist form .formbody .empty.formbody, .row form .mod_eventlist .empty.formbody, form .mod_eventlist .row .empty.formbody, form .formbody .mod_eventlist .empty.formbody, form .mod_eventlist .formbody .empty.formbody, .row form .columns.formbody, form .row .columns.formbody, form .formbody .columns.formbody, .row form .formbody .formbody.widget, form .formbody .row .formbody.widget, form .formbody .formbody.widget, .row form .formbody .formbody.submit_container, form .formbody .row .formbody.submit_container, form .formbody .formbody.submit_container, form .formbody .row.row.widget, form .formbody .row.row.submit_container, .row form .column.formbody, form .row .column.formbody, form .formbody .column.formbody {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6, form .formbody .widget, form .formbody .submit_container {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12, .mod_eventlist .empty {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns, .mod_eventlist .small-up-1 > .empty, form .formbody .small-up-1 > .widget, form .formbody .small-up-1 > .submit_container {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns, .mod_eventlist .small-up-2 > .empty, form .formbody .small-up-2 > .widget, form .formbody .small-up-2 > .submit_container {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns, .mod_eventlist .small-up-3 > .empty, form .formbody .small-up-3 > .widget, form .formbody .small-up-3 > .submit_container {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns, .mod_eventlist .small-up-4 > .empty, form .formbody .small-up-4 > .widget, form .formbody .small-up-4 > .submit_container {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns, .mod_eventlist .small-up-5 > .empty, form .formbody .small-up-5 > .widget, form .formbody .small-up-5 > .submit_container {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns, .mod_eventlist .small-up-6 > .empty, form .formbody .small-up-6 > .widget, form .formbody .small-up-6 > .submit_container {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns, .mod_eventlist .small-up-7 > .empty, form .formbody .small-up-7 > .widget, form .formbody .small-up-7 > .submit_container {
  -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns, .mod_eventlist .small-up-8 > .empty, form .formbody .small-up-8 > .widget, form .formbody .small-up-8 > .submit_container {
  -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns, .mod_eventlist .small-collapse > .empty, form .formbody .small-collapse > .widget, form .formbody .small-collapse > .submit_container {
  padding-left: 0;
  padding-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns, .mod_eventlist .small-uncollapse > .empty, form .formbody .small-uncollapse > .widget, form .formbody .small-uncollapse > .submit_container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns, .mod_eventlist .medium-up-1 > .empty, form .formbody .medium-up-1 > .widget, form .formbody .medium-up-1 > .submit_container {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns, .mod_eventlist .medium-up-2 > .empty, form .formbody .medium-up-2 > .widget, form .formbody .medium-up-2 > .submit_container {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns, .mod_eventlist .medium-up-3 > .empty, form .formbody .medium-up-3 > .widget, form .formbody .medium-up-3 > .submit_container {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns, .mod_eventlist .medium-up-4 > .empty, form .formbody .medium-up-4 > .widget, form .formbody .medium-up-4 > .submit_container {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns, .mod_eventlist .medium-up-5 > .empty, form .formbody .medium-up-5 > .widget, form .formbody .medium-up-5 > .submit_container {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns, .mod_eventlist .medium-up-6 > .empty, form .formbody .medium-up-6 > .widget, form .formbody .medium-up-6 > .submit_container {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns, .mod_eventlist .medium-up-7 > .empty, form .formbody .medium-up-7 > .widget, form .formbody .medium-up-7 > .submit_container {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns, .mod_eventlist .medium-up-8 > .empty, form .formbody .medium-up-8 > .widget, form .formbody .medium-up-8 > .submit_container {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, form .medium-unstack.formbody > .column, .row.medium-unstack > .columns, form .medium-unstack.formbody > .columns, .mod_eventlist .row.medium-unstack > .empty, form .mod_eventlist .medium-unstack.formbody > .empty, .mod_eventlist form .medium-unstack.formbody > .empty, form .formbody .row.medium-unstack > .widget, form .medium-unstack.formbody > .widget, form .formbody .row.medium-unstack > .submit_container, form .medium-unstack.formbody > .submit_container {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media screen and (min-width: 40em) {
  .row.medium-unstack > .column, form .medium-unstack.formbody > .column, .row.medium-unstack > .columns, form .medium-unstack.formbody > .columns, .mod_eventlist .row.medium-unstack > .empty, form .mod_eventlist .medium-unstack.formbody > .empty, .mod_eventlist form .medium-unstack.formbody > .empty, form .formbody .row.medium-unstack > .widget, form .medium-unstack.formbody > .widget, form .formbody .row.medium-unstack > .submit_container, form .medium-unstack.formbody > .submit_container {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns, .mod_eventlist .medium-collapse > .empty, form .formbody .medium-collapse > .widget, form .formbody .medium-collapse > .submit_container {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns, .mod_eventlist .medium-uncollapse > .empty, form .formbody .medium-uncollapse > .widget, form .formbody .medium-uncollapse > .submit_container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns, .mod_eventlist .large-up-1 > .empty, form .formbody .large-up-1 > .widget, form .formbody .large-up-1 > .submit_container {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns, .mod_eventlist .large-up-2 > .empty, form .formbody .large-up-2 > .widget, form .formbody .large-up-2 > .submit_container {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns, .mod_eventlist .large-up-3 > .empty, form .formbody .large-up-3 > .widget, form .formbody .large-up-3 > .submit_container {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns, .mod_eventlist .large-up-4 > .empty, form .formbody .large-up-4 > .widget, form .formbody .large-up-4 > .submit_container {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns, .mod_eventlist .large-up-5 > .empty, form .formbody .large-up-5 > .widget, form .formbody .large-up-5 > .submit_container {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns, .mod_eventlist .large-up-6 > .empty, form .formbody .large-up-6 > .widget, form .formbody .large-up-6 > .submit_container {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns, .mod_eventlist .large-up-7 > .empty, form .formbody .large-up-7 > .widget, form .formbody .large-up-7 > .submit_container {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns, .mod_eventlist .large-up-8 > .empty, form .formbody .large-up-8 > .widget, form .formbody .large-up-8 > .submit_container {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

.row.large-unstack > .column, form .large-unstack.formbody > .column, .row.large-unstack > .columns, form .large-unstack.formbody > .columns, .mod_eventlist .row.large-unstack > .empty, form .mod_eventlist .large-unstack.formbody > .empty, .mod_eventlist form .large-unstack.formbody > .empty, form .formbody .row.large-unstack > .widget, form .large-unstack.formbody > .widget, form .formbody .row.large-unstack > .submit_container, form .large-unstack.formbody > .submit_container {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media screen and (min-width: 64em) {
  .row.large-unstack > .column, form .large-unstack.formbody > .column, .row.large-unstack > .columns, form .large-unstack.formbody > .columns, .mod_eventlist .row.large-unstack > .empty, form .mod_eventlist .large-unstack.formbody > .empty, .mod_eventlist form .large-unstack.formbody > .empty, form .formbody .row.large-unstack > .widget, form .large-unstack.formbody > .widget, form .formbody .row.large-unstack > .submit_container, form .large-unstack.formbody > .submit_container {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns, .mod_eventlist .large-collapse > .empty, form .formbody .large-collapse > .widget, form .formbody .large-collapse > .submit_container {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns, .mod_eventlist .large-uncollapse > .empty, form .formbody .large-uncollapse > .widget, form .formbody .large-uncollapse > .submit_container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%;
}

.column.align-top, .align-top.columns, .mod_eventlist .align-top.empty, form .formbody .align-top.widget, form .formbody .align-top.submit_container {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.column.align-bottom, .align-bottom.columns, .mod_eventlist .align-bottom.empty, form .formbody .align-bottom.widget, form .formbody .align-bottom.submit_container {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.column.align-middle, .align-middle.columns, .mod_eventlist .align-middle.empty, form .formbody .align-middle.widget, form .formbody .align-middle.submit_container {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.column.align-stretch, .align-stretch.columns, .mod_eventlist .align-stretch.empty, form .formbody .align-stretch.widget, form .formbody .align-stretch.submit_container {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FilsonProRegular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: #1779ba;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  max-width: 62.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #002D41;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-top {
  -ms-flex-align: start;
      align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
      align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.small-order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
      order: 6;
}

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

@media screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

a, p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: inherit;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
  color: inherit;
}

b, strong {
  font-weight: normal;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 5rem;
  line-height: 5.625rem;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 2.5rem;
}

* {
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'FilsonProBlack';
  src: url("../../fonts/MyFontsWebfontsKit/webfonts/33289B_0_0.eot");
  src: url("../../fonts/MyFontsWebfontsKit/webfonts/33289B_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/MyFontsWebfontsKit/webfonts/33289B_0_0.woff2") format("woff2"), url("../../fonts/MyFontsWebfontsKit/webfonts/33289B_0_0.woff") format("woff"), url("../../fonts/MyFontsWebfontsKit/webfonts/33289B_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'FilsonProRegular';
  src: url("../../fonts/MyFontsWebfontsKit/webfonts/33289B_1_0.eot");
  src: url("../../fonts/MyFontsWebfontsKit/webfonts/33289B_1_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/MyFontsWebfontsKit/webfonts/33289B_1_0.woff2") format("woff2"), url("../../fonts/MyFontsWebfontsKit/webfonts/33289B_1_0.woff") format("woff"), url("../../fonts/MyFontsWebfontsKit/webfonts/33289B_1_0.ttf") format("truetype");
}

body {
  position: relative;
}

body section.article.background-red {
  background-color: #EA4F5F;
}

body section.article.background-yellow {
  background-color: #FFEB7F;
}

body section.article.background-blue {
  background-color: #002D41;
}

body section.article.background-grey {
  background-color: #F5F3F3;
}

body section.article.background-white {
  background-color: #FFFFFF;
}

body > header section.header-main {
  height: 7.8125rem;
}

body > header section.header-main > .row, body > header form section.header-main > .formbody, form body > header section.header-main > .formbody {
  height: 100%;
}

body > header section.header-main a.logo {
  display: block;
  width: 6.875rem;
  height: 4.6875rem;
  background-image: url(../../img/stanslacht_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

body > header section.header-navigation {
  -webkit-transition-property: all;
  -webkit-transition-delay: 0;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-delay: 0;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-delay: 0;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-delay: 0;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  position: absolute;
  max-height: 0;
  opacity: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to bottom, #F5F3F3 0, #FFFFFF 30px, #FFFFFF 100%);
}

body > header section.header-navigation.open {
  max-height: 1000px;
  opacity: 1;
}

body > header section.header-navigation .logo-kb-color {
  display: none;
  background-image: url(../../img/nkb_logo_Hauptsponsor_links_rot_cmyk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  width: 12.875rem;
  height: 5rem;
  text-indent: -9999px;
}

@media screen and (min-width: 40em) {
  body > header section.header-navigation .logo-kb-color {
    display: block;
  }
}

body > header section.header-navigation .mod_customnav:nth-of-type(1) {
  margin-top: 4.0625rem;
  margin-bottom: 3.4375rem;
  font-size: 1.6875rem;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

@media screen and (min-width: 40em) {
  body > header section.header-navigation .mod_customnav:nth-of-type(1) {
    font-size: 3.4375rem;
  }
}

body > header section.header-navigation .mod_customnav:nth-of-type(1) ul li {
  display: block;
  text-align: center;
  color: #EA4F5F;
  text-transform: uppercase;
}

body > header section.header-navigation .mod_customnav:nth-of-type(1) ul li.active a, body > header section.header-navigation .mod_customnav:nth-of-type(1) ul li.active span {
  text-decoration: underline;
}

body > header section.header-navigation .mod_customnav:nth-of-type(2) {
  margin-bottom: 2.1875rem;
  padding-top: 1rem;
  border-top: 4px solid #F5F3F3;
}

body > header section.header-navigation .mod_customnav:nth-of-type(2) ul {
  display: block;
}

body > header section.header-navigation .mod_customnav:nth-of-type(2) ul:after {
  content: "";
  display: block;
  clear: both;
}

body > header section.header-navigation .mod_customnav:nth-of-type(2) ul li {
  display: block;
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 1.25rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.5625rem;
}

body > header section.header-navigation .mod_customnav:nth-of-type(2) ul li a, body > header section.header-navigation .mod_customnav:nth-of-type(2) ul li span {
  display: inline-block;
  width: 100%;
  padding: inherit;
  line-height: 3rem;
}

@media screen and (min-width: 40em) {
  body > header section.header-navigation .mod_customnav:nth-of-type(2) ul li a, body > header section.header-navigation .mod_customnav:nth-of-type(2) ul li span {
    line-height: 1.25rem;
  }
}

@media screen and (min-width: 40em) {
  body > header section.header-navigation .mod_customnav:nth-of-type(2) ul {
    display: -ms-flexbox;
    display: flex;
  }
  body > header section.header-navigation .mod_customnav:nth-of-type(2) ul li {
    -ms-flex: 1;
        flex: 1;
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

body > header section.header-navigation ul.social-icons {
  text-align: center;
  margin-bottom: 2.1875rem;
}

body > header section.header-navigation ul.social-icons li.facebook a, body > header section.header-navigation ul.social-icons li.facebook span {
  background-image: url(../../img/icons/icon-facebook-blue.svg);
}

body > header section.header-navigation ul.social-icons li.youtube a, body > header section.header-navigation ul.social-icons li.youtube span {
  background-image: url(../../img/icons/icon-youtube-blue.svg);
}

@media screen and (min-width: 40em) {
  body > header section.header-navigation ul.social-icons {
    text-align: right;
  }
}

body > section.content {
  background-color: #F5F3F3;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

body > section.content :not(.article).block {
  margin-bottom: 1.25rem;
}

body section.content {
  -ms-flex: 1;
      flex: 1;
}

body footer {
  background-color: #002D41;
  color: #FFFFFF;
  padding-top: 2.75rem;
  padding-bottom: 1.5625rem;
}

body footer a:hover, body footer a:active, body footer a:focus {
  text-decoration: none;
  color: #FEFEFE;
}

body footer .logo-kb-white {
  display: block;
  background-image: url(../../img/nkb_logo_Hauptsponsor_unten_weiss.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.875rem;
  height: 5rem;
  text-indent: -9999px;
}

body footer ul.social-icons {
  display: none;
}

body footer ul.social-icons li.facebook a, body footer ul.social-icons li.facebook span {
  background-image: url(../../img/icons/icon-facebook-white.svg);
}

body footer ul.social-icons li.youtube a, body footer ul.social-icons li.youtube span {
  background-image: url(../../img/icons/icon-youtube-white.svg);
}

@media screen and (min-width: 40em) {
  body footer ul.social-icons {
    display: block;
  }
}

body footer .mod_customnav {
  display: none;
  margin: 3.25rem 0;
}

body footer .mod_customnav ul {
  display: -ms-flexbox;
  display: flex;
}

body footer .mod_customnav ul li {
  -ms-flex: 1;
      flex: 1;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.5625rem;
  text-align: center;
}

body footer .mod_customnav ul li a, body footer .mod_customnav ul li span {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 40em) {
  body footer .mod_customnav {
    display: block;
  }
}

body footer .copyright {
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.5em;
  margin-top: 50px;
  font-family: "FilsonProRegular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

@media screen and (min-width: 40em) {
  body footer .copyright {
    margin-top: 0;
    text-align: center;
    line-height: 1.625rem;
  }
}

h1 {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 5rem;
    line-height: 6.25rem;
  }
}

h5 {
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: inline-block;
  border-bottom: 5px solid #002D41;
  margin-bottom: 4.375rem;
}

h6 {
  font-family: "FilsonProRegular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  margin-bottom: 4.375rem;
}

iframe {
  margin-bottom: 1.25rem;
}

iframe:last-of-type {
  margin-bottom: 0;
}

.ce_text a, .ce_text p {
  font-size: 1rem;
  line-height: 1.125rem;
}

@media screen and (min-width: 40em) {
  .ce_text a, .ce_text p {
    font-size: 1.1875rem;
    line-height: 1.875rem;
  }
}

.ce_text a {
  color: #EA4F5F;
}

article.element.link-area {
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1.25rem 1.875rem;
}

@media screen and (min-width: 40em) {
  article.element.link-area {
    font-size: 1.6875rem;
    line-height: 2.1875rem;
    padding: 2.1875rem 1.875rem;
  }
}

article.element.link-area a {
  display: block;
  padding: 0;
  text-decoration: none;
}

article.element.link-area a p {
  display: inline-block;
  text-align: left;
}

article.element.link-area.size-large {
  padding: 1.25rem 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 40em) {
  article.element.link-area.size-large {
    padding: 4.0625rem 2.8125rem;
    font-size: 3rem;
    line-height: 3.4375rem;
  }
}

article.element.link-area.background-red b, article.element.link-area.background-red strong {
  color: #FFEB7F;
}

article.element.link-area b, article.element.link-area strong {
  color: #EA4F5F;
}

article.element.link-area:hover b, article.element.link-area:hover strong {
  text-decoration: underline;
}

article.element.link-area.background-red {
  background-color: #EA4F5F;
}

article.element.link-area.background-yellow {
  background-color: #FFEB7F;
}

article.element.link-area.background-blue {
  background-color: #002D41;
}

article.element.link-area.background-grey {
  background-color: #F5F3F3;
}

article.element.link-area.background-white {
  background-color: #FFFFFF;
}

main article.element.link-area {
  padding: 2.5rem 1.875rem;
}

section.header-sub article.element.link-area {
  padding: 1.25rem 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 40em) {
  section.header-sub article.element.link-area {
    padding: 3.125rem 0;
    font-size: 5rem;
    line-height: 5.625rem;
  }
}

section.outro article.element.link-area {
  padding: 1.875rem 0;
}

article.element.teaser-block {
  background-color: #FFFFFF;
}

article.element.teaser-block > a {
  display: block;
  text-decoration: none;
}

article.element.teaser-block figure {
  width: 100%;
}

article.element.teaser-block figure img {
  width: 100%;
}

article.element.teaser-block .content {
  padding: 1.5625rem 2rem;
}

article.element.teaser-block .content h3 {
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: inline-block;
  border-bottom: 5px solid #002D41;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  article.element.teaser-block .content h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2.1875rem;
  }
}

article.element.teaser-block .content h4 {
  margin-bottom: 0.3em;
}

article.element.teaser-block .content p {
  padding: 0;
  font-size: 1.6875rem;
  line-height: 2.1875rem;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

article.element.teaser-block .content p b, article.element.teaser-block .content p strong {
  color: #EA4F5F;
}

@media screen and (min-width: 40em) {
  article.element.teaser-block .content p {
    font-size: 3rem;
    line-height: 3.4375rem;
  }
}

article.element.teaser-block:hover b, article.element.teaser-block:hover strong {
  text-decoration: underline;
}

aside article.element.link-teaser .content h3 {
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 40em) {
  aside article.element.link-teaser .content h3 {
    margin-bottom: 3.75rem;
  }
}

aside article.element.link-teaser .content p {
  font-size: 1.6875rem;
  line-height: 2.1875rem;
}

@media screen and (min-width: 40em) {
  aside article.element.link-teaser .content p {
    font-size: 1.6875rem;
    line-height: 2.1875rem;
  }
}

button#navigation-toggler {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 5px;
  float: right;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block;
  outline: none;
}

button#navigation-toggler span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #002D41;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

button#navigation-toggler span:nth-child(even) {
  left: 50%;
}

button#navigation-toggler span:nth-child(odd) {
  left: 0px;
}

button#navigation-toggler span:nth-child(1), button#navigation-toggler span:nth-child(2) {
  top: 0px;
}

button#navigation-toggler span:nth-child(3), button#navigation-toggler span:nth-child(4) {
  top: 12px;
}

button#navigation-toggler span:nth-child(5), button#navigation-toggler span:nth-child(6) {
  top: 24px;
}

button#navigation-toggler.open span:nth-child(1),
button#navigation-toggler.open span:nth-child(6) {
  transform: rotate(45deg);
}

button#navigation-toggler.open span:nth-child(2),
button#navigation-toggler.open span:nth-child(5) {
  transform: rotate(-45deg);
}

button#navigation-toggler.open span:nth-child(1) {
  left: 3px;
  top: 5px;
}

button#navigation-toggler.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 5px;
}

button#navigation-toggler.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

button#navigation-toggler.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

button#navigation-toggler.open span:nth-child(5) {
  left: 3px;
  top: 18px;
}

button#navigation-toggler.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 18px;
}

ul.social-icons {
  height: 5rem;
  padding-top: 2.8125rem;
  text-align: right;
}

ul.social-icons li {
  margin-left: 0.625rem;
}

ul.social-icons li a, ul.social-icons li span {
  display: block;
  height: 2.1875rem;
  width: 2.1875rem;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

ul.social-icons li.facebook a, ul.social-icons li.facebook span {
  background-image: url(../../img/icons/icon-facebook-white.svg);
}

ul.social-icons li.youtube a, ul.social-icons li.youtube span {
  background-image: url(../../img/icons/icon-youtube-white.svg);
}

.mod_eventlist {
  margin-bottom: 1.25rem !important;
}

.mod_eventlist article.element.event-teaser {
  height: calc(100% - 30px);
}

.mod_eventlist article.element.event-teaser .content h4.sup-title {
  font-size: 1rem;
  line-height: 1.1875rem;
}

.mod_eventlist article.element.event-teaser .content h3 {
  margin-bottom: 2.8125rem;
}

.mod_eventlist article.element.event-teaser .content p {
  font-size: 1.6875rem;
  line-height: 2.1875rem;
}

.mod_eventlist ul.filters {
  margin-top: 1.5625rem;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.mod_eventlist ul.filters li {
  display: block;
  margin-right: 0;
  line-height: 2.5rem;
}

.mod_eventlist ul.filters li button {
  outline: none;
  text-transform: uppercase;
}

.mod_eventlist ul.filters li button.active {
  color: #EA4F5F;
  border-bottom: 3px solid #EA4F5F;
}

.mod_eventlist ul.filters li button:hover {
  color: #EA4F5F;
}

@media screen and (min-width: 40em) {
  .mod_eventlist ul.filters li {
    display: inline-block;
    margin-right: 4.375rem;
  }
}

@media screen and (min-width: 40em) {
  .mod_eventlist ul.filters {
    margin-top: 4.6875rem;
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 2.1875rem;
  }
}

body > section.content {
  /*
    .mod_article {
        &.first:not(.background-white) {
            font-size:rem-calc(27px);
            line-height:rem-calc(35px);
            font-family:$font-bold;

            h1 {
                font-size:1.6875rem;
                line-height:2.1875rem;

                @include breakpoint(medium up) {
                    font-size:rem-calc(80px);
                    line-height:rem-calc(100px);
                }
            }

            .ce_text {
                a, p {
                    font-size: 1.25rem;
                    line-height: 1.5rem;

                    @include breakpoint(medium up) {
                        font-size:rem-calc(27px);
                        line-height:rem-calc(35px);
                    }
                }

                a {
                    color:$color-red;
                }
            }
        }

        &.background-white {
            font-size:rem-calc(19px);
            font-family:$font-regular;
            margin-bottom:rem-calc(30px);
            padding:rem-calc(30px);
        }
    }
    */
}

section.content .mod_article .event {
  background-color: #FFFFFF;
}

section.content .mod_article .event header figure img {
  width: 100%;
}

section.content .mod_article .event header figure figcaption {
  margin: 0 1.875rem;
  margin-top: 1.875rem;
  margin-bottom: 2.1875rem;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: inline-block;
  border-bottom: 5px solid #002D41;
  text-transform: uppercase;
}

section.content .mod_article .event header h1 {
  margin-bottom: 0;
}

section.content .mod_article .event header a.tickets {
  color: #EA4F5F;
}

section.content .mod_article .event header h1, section.content .mod_article .event header a {
  padding: 0 1.875rem;
  font-size: 3rem;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 3.4375rem;
}

@media screen and (max-width: 39.9375em) {
  section.content .mod_article .event header h1, section.content .mod_article .event header a {
    font-size: 1.6875rem;
    line-height: 2.1875rem;
  }
}

section.content .mod_article .event section.event-details {
  padding: 2.1875rem;
}

section.content .mod_article .event section.event-details .ce_text {
  margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  section.content .mod_article .event section.event-details .ce_text h1, section.content .mod_article .event section.event-details .ce_text h1 + a {
    font-size: 1.6875rem;
    line-height: 2.1875rem;
  }
}

section.content .mod_article .event section.event-details .ce_text p {
  margin-bottom: 0.5em;
}

section.content .mod_article .event section.event-details .ce_text p:last-of-type {
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  section.content .mod_article .event section.event-details .ce_text p:last-of-type {
    margin-bottom: 3rem;
  }
}

section.content .mod_article .event section.event-details .ce_text a {
  text-decoration: underline;
}

section.content .mod_article .event section.event-details aside .tickets {
  display: inline-block;
  font-size: 1.875rem;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #002D41;
  color: #FFFFFF;
  line-height: 3.125rem;
  padding: 5px 20px;
  padding-bottom: 0;
  margin-bottom: 1.25rem;
}

section.content .mod_article .event section.event-details aside .tickets:hover, section.content .mod_article .event section.event-details aside .tickets:active, section.content .mod_article .event section.event-details aside .tickets:focus {
  text-decoration: none;
  background-color: #EA4F5F;
}

section.content .mod_article .event section.event-details aside h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}

section.content .mod_article .event section.event-details aside .detail {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: bold;
  font-family: "FilsonProRegular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 1.5625rem;
}

body .mod_article.background-white {
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
  body .mod_article.background-white {
    padding: 1.875rem;
  }
}

body .mod_article.background-white h2, body .mod_article.background-white h3 {
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 1.875rem;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}

@media screen and (min-width: 40em) {
  body .mod_article.background-white h2, body .mod_article.background-white h3 {
    font-size: 1.6875rem;
    line-height: 2.1875rem;
  }
}

body .mod_article.background-white .ce_text {
  font-size: 1.1875rem;
  line-height: 1.875rem;
  margin-bottom: 0;
}

body .mod_article.background-white .ce_text h2, body .mod_article.background-white .ce_text h3 {
  margin-bottom: 0.3125rem;
}

body .mod_article.background-white .ce_text p {
  padding: 0;
  margin-bottom: 1em;
  font-family: "FilsonProRegular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

body .mod_article.background-white .ce_text p:last-of-type {
  margin-bottom: 0;
}

body .mod_article.background-white div.block.ce_image {
  margin-bottom: 1.875rem;
}

body .mod_article.background-white div.block.ce_image.first {
  margin: -20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
  body .mod_article.background-white div.block.ce_image.first {
    margin: -30px;
    margin-bottom: 30px;
  }
}

.ce_accordion {
  margin-bottom: 1.5625rem;
}

.ce_accordion.active .toggler:after {
  transform: rotate(180deg);
}

.ce_accordion.active .accordion {
  display: block;
}

.ce_accordion .toggler {
  position: relative;
  background-color: #EA4F5F;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1rem;
  padding-right: 4rem;
  cursor: pointer;
}

@media screen and (min-width: 40em) {
  .ce_accordion .toggler {
    font-size: 3rem;
    line-height: 3.4375rem;
    padding: 3.125rem;
  }
}

.ce_accordion .toggler:after {
  display: block;
  height: 100%;
  content: "";
  width: 2rem;
  position: absolute;
  right: 1rem;
  top: 0;
  background-image: url(../../img/aufklappen_gelb_def.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition-duration: 0.5s;
}

@media screen and (min-width: 40em) {
  .ce_accordion .toggler:after {
    right: 3.125rem;
    width: 2.5rem;
  }
}

.ce_accordion .toggler:hover b, .ce_accordion .toggler:hover strong {
  text-decoration: underline;
}

.ce_accordion .toggler b, .ce_accordion .toggler strong {
  color: #FFEB7F;
}

.ce_accordion .accordion {
  display: none;
  background-color: #FFFFFF;
  padding: 20px;
}

.ce_accordion .accordion h3 {
  font-size: 1rem;
  line-height: 1.7rem;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 0.3125rem;
}

@media screen and (min-width: 40em) {
  .ce_accordion .accordion h3 {
    font-size: 1.6875rem;
    line-height: 2.1875rem;
  }
}

.ce_accordion .accordion p {
  padding: 0;
  margin-bottom: 1em;
  font-family: "FilsonProRegular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
}

.ce_accordion .accordion p:last-of-type {
  margin-bottom: 0;
}

form {
  margin-top: 3.125rem;
  margin-bottom: -1.875rem;
}

form .formbody .widget, form .formbody .submit_container {
  position: relative;
  margin-bottom: 1.875rem;
}

form .formbody .widget label, form .formbody .submit_container label {
  -webkit-transition-property: all;
  -webkit-transition-delay: 0;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-delay: 0;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-delay: 0;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-delay: 0;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  position: absolute;
  top: 0;
  left: 16px;
  line-height: 55px;
  padding-left: 16px;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #EA4F5F;
}

form .formbody .widget input, form .formbody .submit_container input {
  width: 100%;
  height: 3.125rem;
  padding: 10px;
  border: 6px solid #002D41;
  color: #002D41;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

form .formbody .widget input:not([value=""]) + label, form .formbody .widget input:focus + label, form .formbody .widget input.has-value + label, form .formbody .submit_container input:not([value=""]) + label, form .formbody .submit_container input:focus + label, form .formbody .submit_container input.has-value + label {
  color: #EA4F5F;
  line-height: 1.75rem;
  font-size: 0.875rem;
  top: -22px;
}

form .formbody .widget.submit_container input, form .formbody .submit_container.submit_container input {
  max-width: 13.75rem;
  background-color: #002D41;
  color: #EA4F5F;
}

.block + .row, form .block + .formbody {
  margin-top: 1.875rem;
}

body.home div.slider:not(.closed) {
  margin-top: 0;
}

body.home div.slider:not(.closed) .slick-prev,
body.home div.slider:not(.closed) .slick-next {
  bottom: calc(50% - 20px);
}

body.home article.element.teaser-block .content h3 {
  margin-bottom: 3rem;
}

body.home aside article.element.link-teaser .content h3 {
  margin-bottom: 2rem;
}

div.slider {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-perspective: 1000;
  perspective: 1000;
  margin-top: calc(-1 * (100vh - 250px));
}

@media screen and (min-width: 40em) {
  div.slider {
    display: block;
  }
}

div.slider:hover {
  /*
        margin-top:0;

        .slick-prev,
        .slick-next {
            bottom:calc(50% - 20px);
        }
        */
}

div.slider:hover strong {
  text-decoration: underline;
}

div.slider .slick-prev,
div.slider .slick-next {
  -webkit-transition-property: all;
  -webkit-transition-delay: 0.25s;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-delay: 0.25s;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-delay: 0.25s;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-delay: 0.25s;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.25s;
  transition-duration: 1s;
  transition-timing-function: ease;
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  bottom: calc(125px / 2 - 17px / 2);
  left: 15px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  width: 23px;
  height: 17px;
}

@media screen and (min-width: 40em) {
  div.slider .slick-prev,
  div.slider .slick-next {
    left: 45px;
    width: 60px;
    height: 55px;
    bottom: calc(125px / 2 - 55px / 2);
  }
}

div.slider .slick-prev svg,
div.slider .slick-next svg {
  max-width: 100%;
  max-height: 100%;
}

div.slider .slick-prev.slick-disabled,
div.slider .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}

div.slider .slick-prev svg g g,
div.slider .slick-next svg g g {
  -webkit-transition-property: all;
  -webkit-transition-delay: 0;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-delay: 0;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-delay: 0;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-delay: 0;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0;
  transition-duration: 1s;
  transition-timing-function: ease;
  stroke: #002D41;
}

div.slider .slick-prev.background-red svg g g,
div.slider .slick-next.background-red svg g g {
  stroke: #FFEB7F;
}

div.slider .slick-prev.background-yellow svg g g,
div.slider .slick-next.background-yellow svg g g {
  stroke: #002D41;
}

div.slider .slick-next {
  right: 15px;
  left: auto;
}

@media screen and (min-width: 40em) {
  div.slider .slick-next {
    right: 45px;
    left: auto !important;
  }
}

div.slider .slick-prev {
  transform: rotate(180deg);
}

div.slider article.slide {
  padding: 0 50px;
  max-height: calc(100vh - 125px);
  overflow: hidden;
}

div.slider article.slide .block {
  cursor: pointer;
  text-align: center;
  height: calc(100vh - 250px);
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

div.slider article.slide .block figure {
  max-height: 100%;
  overflow: hidden;
}

div.slider article.slide .block figure img {
  display: block;
  margin: auto;
  max-height: calc(100vh - 250px);
  width: auto;
}

div.slider article.slide .block.ce_text {
  font-size: 1.875rem;
  line-height: 2.3125rem;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #EA4F5F;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

div.slider article.slide .block.ce_text p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}

div.slider article.slide .block.ce_text a {
  color: inherit;
}

div.slider article.slide .block.ce_text a:hover {
  text-decoration: none;
}

@media screen and (min-width: 40em) {
  div.slider article.slide .block.ce_text {
    font-size: 5rem;
    line-height: 5.625rem;
  }
}

div.slider article.slide .block + .block {
  height: 125px;
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  margin-top: 2.1875rem;
  line-height: 1.75rem;
  color: #002D41;
}

div.slider article.slide .block + .block.ce_text {
  display: block;
}

div.slider article.slide .block + .block p, div.slider article.slide .block + .block a {
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.75rem;
}

@media screen and (min-width: 40em) {
  div.slider article.slide .block + .block p, div.slider article.slide .block + .block a {
    font-size: 1.25rem;
    padding-bottom: 10px;
  }
}

div.slider article.slide .block + .block b, div.slider article.slide .block + .block strong {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.1875rem;
}

@media screen and (min-width: 40em) {
  div.slider article.slide .block + .block b, div.slider article.slide .block + .block strong {
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }
}

@media screen and (min-width: 40em) {
  div.slider article.slide .block + .block {
    margin-top: 1.25rem;
  }
}

div.slider article.slide + article.slide {
  display: none;
}

div.slider article.slide.background-red {
  background-color: #EA4F5F;
  color: #FFEB7F;
}

div.slider article.slide.background-red .block + .block p {
  color: #FFEB7F;
}

div.slider article.slide.background-yellow {
  background-color: #FFEB7F;
  color: #002D41;
}

div.slider.slick-initialized article.slide + article.slide {
  display: block;
}

div.slider.closed .slick-prev,
div.slider.closed .slick-next {
  display: none !important;
}

.ce_gallery {
  margin-bottom: -1.875rem !important;
}

.ce_gallery a[data-fancybox] {
  display: block;
  margin-bottom: 1.875rem;
  padding: 0;
}

.ce_gallery a[data-fancybox]:focus, .ce_gallery a[data-fancybox]:active {
  outline: none;
}

.fancybox-bg {
  background: #EA4F5F;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.95;
}

.fancybox-show-caption .fancybox-caption-wrap {
  text-align: center;
  background: none;
  padding: 0;
}

.fancybox-show-caption .fancybox-caption-wrap .fancybox-caption {
  font-family: "FilsonProRegular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  padding: 0;
  border-top: 0;
  line-height: 2.5rem;
}

.header-navigation-background {
  -webkit-transition-property: all;
  -webkit-transition-delay: 0;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-delay: 0;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-delay: 0;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-delay: 0;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-perspective: 1000;
  perspective: 1000;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  height: calc(100% - 100vh);
  display: block;
  z-index: -1;
}

.header-navigation-background.open {
  opacity: 1;
  z-index: 1;
}

ul.onpage-share-buttons li {
  display: inline-block;
  text-indent: -9999px;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 5px;
  background-size: cover;
}

ul.onpage-share-buttons li a {
  display: block;
  height: 100%;
}

ul.onpage-share-buttons li.facebook {
  background-image: url(../../img/icons/icon-facebook-blue.svg);
}

ul.onpage-share-buttons li.facebook:hover {
  background-image: url(../../img/icons/icon-facebook-red.svg);
}

ul.onpage-share-buttons li.mail {
  background-image: url(../../img/icons/icon-mail-blue.svg);
}

ul.onpage-share-buttons li.mail:hover {
  background-image: url(../../img/icons/icon-mail-red.svg);
}

ul.onpage-share-buttons li.ical {
  background-image: url(../../img/icons/icon-calendar-blue.svg);
}

ul.onpage-share-buttons li.ical:hover {
  background-image: url(../../img/icons/icon-calendar-red.svg);
}

.ce_text a, .ce_text p {
  font-family: "FilsonProRegular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
}

@media screen and (min-width: 40em) {
  .ce_text a, .ce_text p {
    font-size: 1.1875rem;
    line-height: 1.875rem;
  }
}

.ce_text.lead-text a, .ce_text.lead-text p {
  font-family: "FilsonProBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 40em) {
  .ce_text.lead-text a, .ce_text.lead-text p {
    font-size: 1.6875rem;
    line-height: 2.1875rem;
  }
}

.ce_text a {
  color: #EA4F5F;
}

.mod_mailchimp_subscribe p.error {
  display: block;
  width: 100%;
  padding: 10px;
  color: #EA4F5F;
  border: 5px solid #EA4F5F;
  margin: 0.9375rem;
  margin-bottom: 2rem;
}

.slick_full_width_image {
  height: calc(100vh - 250px);
  width: 100vw;
  background-position: center center;
  position: absolute;
  background-size: cover;
}

body.safari section.content .mod_article .event section.event-details aside .detail:last-of-type {
  letter-spacing: -1px;
}

body > section.content .mod_article.background-red .link-area.background-red {
  margin-bottom: 0 !important;
}
