@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #616c77;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

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

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

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

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

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

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

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

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

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

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

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: "museo-slab", Times, serif;
  font-weight: 300;
  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: 1.875rem;
  }
  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: #9c1523;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #86121e;
}

a img {
  border: 0;
}

hr {
  max-width: 75rem;
  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: #666;
}

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

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

abbr {
  color: #616c77;
  cursor: help;
  border-bottom: 1px dotted #000;
}

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

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

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

.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;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-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 #666;
    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;
  }
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #9c1523;
  color: #fff;
}

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

.button:hover, .button:focus {
  background-color: #85121e;
  color: #fff;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #9c1523;
  color: #fff;
}

.button.primary:hover, .button.primary:focus {
  background-color: #7d111c;
  color: #fff;
}

.button.secondary {
  background-color: #777;
  color: #fff;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fff;
}

.button.success {
  background-color: #3adb76;
  color: #fff;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fff;
}

.button.warning {
  background-color: #ffae00;
  color: #fff;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fff;
}

.button.alert {
  background-color: #ec5840;
  color: #fff;
}

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fff;
}

.button.hollow {
  border: 1px solid #9c1523;
  color: #9c1523;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #4e0b12;
  color: #4e0b12;
}

.button.hollow.primary {
  border: 1px solid #9c1523;
  color: #9c1523;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #4e0b12;
  color: #4e0b12;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #9c1523;
  color: #fff;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #9c1523;
  color: #fff;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #777;
  color: #fff;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #fff;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #fff;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ec5840;
  color: #fff;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fff transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.3125rem;
  padding: 0.5rem;
  border: 1px solid #fff;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 0.875rem;
  color: #000;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #fff;
  background-color: #fff;
  outline: none;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #87888a;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e7e9eb;
  cursor: default;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  color: #e0e0e0;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e7e9eb;
  color: #000;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.375rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.3125rem;
  padding: 0.5rem;
  border: 1px solid #fff;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28102, 102, 102%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e7e9eb;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.accordion {
  list-style-type: none;
  background: #fff;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #9c1523;
  position: relative;
  border: 1px solid #e7e9eb;
  border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #e7e9eb;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e7e9eb;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '–';
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e7e9eb;
  border-bottom: 0;
  background-color: #fff;
  color: #9c1523;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e7e9eb;
}

.breadcrumbs {
  list-style: none;
  margin: 0.875rem 0;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #616c77;
  font-size: 0.75rem;
  cursor: default;
  margin-right: 0.75rem;
}

.breadcrumbs a {
  color: #616c77;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before, .button-group::after {
  content: ' ';
  display: table;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.primary .button {
  background-color: #9c1523;
  color: #fff;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #7d111c;
  color: #fff;
}

.button-group.secondary .button {
  background-color: #777;
  color: #fff;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fff;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fff;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fff;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fff;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fff;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fff;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fff;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  color: #666;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

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

.close-button:hover, .close-button:focus {
  color: #000;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li {
  display: table-cell;
}

.menu.vertical > li {
  display: block;
}

@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xlarge-vertical > li {
    display: block;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table;
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  color: #fff;
  background: #9c1523;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

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

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #9c1523;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #9c1523, 0 14px 0 #9c1523;
}

.menu-icon:hover::after {
  background: #7e1014;
  box-shadow: 0 7px 0 #7e1014, 0 14px 0 #7e1014;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

.menu-icon.dark:hover::after {
  background: #666;
  box-shadow: 0 7px 0 #666, 0 14px 0 #666;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #9c1523;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #9c1523 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #9c1523 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #9c1523 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #9c1523;
  border-left-style: solid;
  border-right-width: 0;
}

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #9c1523 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #9c1523 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #9c1523;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #9c1523 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #9c1523 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #9c1523;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #9c1523 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #9c1523 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #9c1523;
    border-left-style: solid;
    border-right-width: 0;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fff;
  border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #9c1523 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #9c1523;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #9c1523;
  color: #fff;
}

.label.secondary {
  background: #777;
  color: #fff;
}

.label.success {
  background: #3adb76;
  color: #fff;
}

.label.warning {
  background: #ffae00;
  color: #fff;
}

.label.alert {
  background: #ec5840;
  color: #fff;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fff;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.74);
  cursor: pointer;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e0e0e0;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -90%;
  top: 0;
  width: 90%;
}

.is-open-left {
  transform: translateX(90%);
}

.off-canvas.position-right {
  right: -90%;
  top: 0;
  width: 90%;
}

.is-open-right {
  transform: translateX(-90%);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 90%;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 90%;
  }
}

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 90%;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 90%;
  }
}

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 90%;
  }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 90%;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 120px 14px 15px;
  margin-bottom: 0;
  color: #fff;
  background-color: rgba(97, 108, 119, 0.8);
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}

.orbit-bullets button:hover {
  background-color: transparent;
}

.orbit-bullets button.is-active {
  background-color: transparent;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

table caption {
  font-weight: bold;
  padding: 0.625rem 1.25rem;
}

table thead {
  background: #9c1523;
  color: #616c77;
}

table tfoot {
  background: #f2f2f2;
  color: #616c77;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.625rem 1.25rem;
  font-weight: bold;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #fff;
}

table tbody th,
table tbody td {
  padding: 0.625rem 1.25rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #931421;
}

table.hover tfoot tr:hover {
  background-color: #ededed;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #e7e9eb;
}

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #9c1523;
}

.tabs.primary > li > a {
  color: #fff;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #ab1726;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fff;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e7e9eb;
}

.tabs-content {
  background: #fff;
  transition: all 0.5s ease;
  border: 1px solid #e7e9eb;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e7e9eb;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(156, 21, 35, 0.5);
}

.title-bar {
  background: #000;
  color: #fff;
  padding: 0.5rem;
}

.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.has-tip {
  border-bottom: dotted 1px #666;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #000;
  color: #fff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #000;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #000 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #000;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #000 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #e7e9eb;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

.bg-grey {
  background: #616c77;
  padding-bottom: 30px;
}

.all-dark {
  color: #fff;
}

.move-back {
  margin-top: 30px;
}

.bg-breadcrumbs {
  background: #e0e0e0;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.max-wrapper {
  max-width: 1500px;
  margin: 0 auto;
}

.max-wrapper .row {
  max-width: 94rem;
}

.shadow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.mobile.menu.expanded {
  display: block;
  background: #474e54;
}

.mobile.menu.expanded::before, .mobile.menu.expanded::after {
  content: ' ';
  display: table;
}

.mobile.menu.expanded::after {
  clear: both;
}

.mobile.menu.expanded li {
  display: block;
}

.mobile .phone {
  width: 66.6%;
  background: #474e54;
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
  font-size: 0.875rem;
  float: left;
}

.mobile .phone a {
  padding-right: 20px;
}

@media screen and (max-width: 25em) {
  .mobile .phone a {
    font-size: 0.75rem;
  }
}

.mobile .phone a:after {
  content: '';
  background: url("../gfx/icons/phone_bubble_white.svg");
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  margin-left: 12px;
  margin-top: -11px;
  top: 50%;
}

@media screen and (max-width: 25em) {
  .mobile .phone a:after {
    right: 14px;
    margin-left: 0;
  }
}

.mobile .donation {
  width: 33.3%;
  background: #c41732;
  font-weight: bold;
  font-size: 0.875rem;
  float: right;
}

@media screen and (max-width: 25em) {
  .mobile .donation a {
    font-size: 0.75rem;
  }
}

.mobile .donation a:after {
  content: '';
  background: url("../gfx/icons/heart_white.svg");
  background-repeat: no-repeat;
  width: 19px;
  height: 18px;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -9px;
}

.mobile li a {
  color: #fff;
  padding: 0.9375rem 1rem;
  position: relative;
}

.header .meta-top {
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
  border-bottom: solid 1px #e7e9eb;
}

.header .meta-top::before, .header .meta-top::after {
  content: ' ';
  display: table;
}

.header .meta-top::after {
  clear: both;
}

.header .meta-top .menu {
  float: right;
  font-size: 0.875rem;
}

.header .meta-top .menu li {
  border-right: solid 1px #e7e9eb;
  position: relative;
}

.header .meta-top .menu li:first-of-type {
  border-left: solid 1px #e7e9eb;
}

.header .meta-top .menu li.search {
  background: url("../gfx/icons/lupe_grey.svg");
  background-size: 17px 18px;
  background-repeat: no-repeat;
  background-position: 15px 13px;
}

.header .meta-top .menu li.search:hover, .header .meta-top .menu li.search.active {
  background-image: url("../gfx/icons/lupe_red.svg");
}

.header .meta-top .menu li.search .search-area {
  display: none;
  padding-left: 30px;
}

.header .meta-top .menu li.search .search-area .text-field {
  background: #e0e0e0;
  border-color: #e0e0e0;
  padding-right: 30px;
  height: 2.625rem;
  transition: none;
  width: 240px;
  text-align: right;
}

.header .meta-top .menu li.search .search-area button {
  transition: none;
  position: absolute;
  border: none;
  top: 50%;
  right: 12px;
  padding: 0;
  margin-top: -8px;
  width: 17px;
  height: 18px;
  background: transparent url("../gfx/icons/lupe_red.svg") 0 0 no-repeat;
}

.header .meta-top .menu li.search .search-area .close {
  position: absolute;
  top: 11px;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDU1OTZENjA0RkZEMTFFNkE4MDk4M0U0NkQ0NThDMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDU1OTZENUY0RkZEMTFFNkE4MDk4M0U0NkQ0NThDMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzQyRjZBQ0U0RkZEMTFFNkI2ODI5Njc3Mjg1QTg5RjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzQyRjZBQ0Y0RkZEMTFFNkI2ODI5Njc3Mjg1QTg5RjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4+JCaxAAABAElEQVR42qzUvQrCMBAA4PR8NScHXYoVpUK1o876CO5OQlXEHyi4KIiLb+HiKO7ubvUOrlKrTXPVwDXpD1/SJBfL6w0OSqnJbDzaqx9Kpz9sYeUCXjYYIT6o/ojNMZaAI1tjw2fULogFGG2yrCiK0r143IkEc+Ipg/glIx6h/KEYewMlaBb2AZqgOuwrqEPzMCqvRdH82hSjy4+0WC7IKO3PLd/aeQkA6s8FDEYX8nx6vPnrhcAE5tMiJTJqpdtSYIJJ9imYYqYoSDATFKRYHgqMNSRYCqVVD2K0dLs/qLGgbJBgcalVypfd8XSmwxXrK43QlZyBGSOl7HEwmk8BBgBlwrM6dfoEUAAAAABJRU5ErkJggg==") 0 0 no-repeat;
}

.header .meta-top .menu li.search .search-area .close:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEVBQjlEMjQ1MDBDMTFFNkIxNzVCMDlFOTBDOTYzN0YiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEVBQjlEMjM1MDBDMTFFNkIxNzVCMDlFOTBDOTYzN0YiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDU1OTZENUY0RkZEMTFFNkE4MDk4M0U0NkQ0NThDMDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDU1OTZENjA0RkZEMTFFNkE4MDk4M0U0NkQ0NThDMDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/TjMgAAAA6klEQVR42qzUSwrCMBQF0FgjDpwJrsD9dCQoStFCNyVUOvBHxYEUXIkgOHMP4twbeA9CaX6tgdvmJXAIbZJePpnehRBbpBLd2gpJIjxOSInEHbEC2ffj0fiBzlsVyAt5tsByZIOcJQ0e6a1WO9RqX2zOn0xqk4wUtdobq4MhaCPWBPqgRswE2lArZgN1ZKeNWTEXyOgHuVI9cx2ASPy5uVYY0ylKqVb9NXJpAzKW1f70ARmYtpQMxJz7VAZgXqgMxJyobIFZUQYXNJEF3DSMfNW1xbXULsc0EON2o9NT8sZOOmDcKkKXPwEGAHcXSJ/DBCfOAAAAAElFTkSuQmCC");
}

.header .meta-top .menu li.search.show {
  background-image: none;
  border-width: 0 1px 0 0;
}

.header .meta-top .menu li.search.show .top-search {
  display: none;
}

.header .meta-top .menu li.search.show .search-area {
  display: block;
}

.header .meta-top .menu li.facebook {
  background: url("../gfx/icons/facebook_grey.svg");
  background-size: 8px 17px;
  background-repeat: no-repeat;
  background-position: 18px 12px;
}

.header .meta-top .menu li.facebook:hover {
  background-image: url("../gfx/icons/facebook_red.svg");
}

.header .meta-top .menu li.instagram {
  background: url("../gfx/icons/instagram_grey.svg");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 14px 12px;
}

.header .meta-top .menu li.instagram:hover {
  background-image: url("../gfx/icons/instagram_red.svg");
}

.header .meta-top .menu a {
  color: #666;
  line-height: 1.25rem;
  padding: 0.7rem 0.85rem;
  min-width: 44px;
  text-transform: uppercase;
}

.header .meta-top .menu a:hover {
  color: #c41732;
}

.header .logo {
  float: left;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header .menu-icon {
  width: 40px;
  height: 24px;
  float: right;
  top: 23px;
}

.header .menu-icon:after {
  box-shadow: 0 11px 0 #9c1523, 0 22px 0 #9c1523;
}

.header .cta {
  padding-top: 24px;
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
}

.header .cta .menu {
  float: right;
}

.header .cta li {
  font-size: 0.875rem;
}

.header .cta li a {
  padding: 0.9375rem 1rem;
}

.header .cta li.phone a {
  padding-right: 31px;
  position: relative;
  color: #616c77;
}

.header .cta li.phone a:hover {
  color: #9c1523;
}

.header .cta li.phone a:after {
  content: '';
  background: url("../gfx/icons/phone_bubble_red.svg");
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

.header .cta li.mail {
  padding-left: 10px;
}

@media screen and (min-width: 64em) {
  .header .cta li.mail {
    padding-left: 30px;
  }
}

.header .cta li.mail a {
  padding-right: 33px;
  position: relative;
  color: #616c77;
}

.header .cta li.mail a:hover {
  color: #9c1523;
}

.header .cta li.mail a:after {
  content: '';
  background: url("../gfx/icons/mail_red.svg");
  background-repeat: no-repeat;
  width: 23px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.header .cta li.donation {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  padding-left: 26px;
  font-size: 0.875rem;
}

@media screen and (min-width: 64em) {
  .header .cta li.donation {
    padding-left: 46px;
  }
}

.header .cta li.donation a {
  padding-right: 50px;
  background: #c41732;
  color: #fff;
  position: relative;
}

.header .cta li.donation a:hover {
  background: #9c1523;
}

.header .cta li.donation a:after {
  content: '';
  background: url("../gfx/icons/heart_white.svg");
  background-repeat: no-repeat;
  width: 19px;
  height: 18px;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -9px;
}

.header #navigation {
  background: #616c77;
  position: relative;
}

.header #navigation .main {
  background: none;
}

.header #navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.header #navigation ul {
  width: 100%;
  display: table;
}

.header #navigation ul::before, .header #navigation ul::after {
  content: ' ';
  display: table;
}

.header #navigation ul::after {
  clear: both;
}

.header #navigation ul li {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header #navigation ul li > a {
  color: #fff;
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
}

.header #navigation ul li.active > a {
  background: #fff;
  color: #9c1523;
}

.header #navigation ul li ul {
  display: none;
  float: none;
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  padding: 35px 0 10px 0;
  background-color: transparent;
  z-index: 10;
}

.header #navigation ul li ul > li {
  padding: 0 0 0 18px;
  width: 24%;
  float: left;
  text-align: left;
  display: list-item;
}

.header #navigation ul li ul > li:nth-child(4n+1) {
  clear: both;
  float: left;
}

.header #navigation ul li ul > li a {
  color: #9c1523;
  font-weight: 700;
  font-size: 0.875rem;
  display: block;
}

.header #navigation ul li ul > li a:not(.no-cont) {
  padding-bottom: 30px;
}

.header #navigation ul li ul > li a:not(.no-cont):hover {
  color: #768491;
}

.header #navigation ul li ul > li a.no-cont {
  cursor: default;
  color: #666;
}

.header #navigation ul li ul > li a.no-cont:after {
  background: url("../gfx/icons/pfeil_l_red.svg");
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
  position: absolute;
  margin-left: 10px;
  margin-top: 3px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.header #navigation ul li ul > li a.active {
  background: transparent;
}

.header #navigation ul li ul > li ul {
  display: block;
  position: relative;
  top: 0;
  padding: 20px 5px 20px 0;
}

.header #navigation ul li ul > li ul li {
  float: none;
  width: 100%;
  padding: 0 30px 0 0;
  margin-bottom: 21px;
}

.header #navigation ul li ul > li ul li a {
  float: none;
  display: block;
  border-bottom: none;
  font: normal 0.875rem Arial, Verdana, Helvetica, sans-serif;
}

.header #navigation ul li ul > li ul li a:hover {
  color: #768491;
}

.header #navigation ul li ul > li ul li a:not(.no-cont) {
  padding-bottom: 0;
}

.header #navigation ul li:hover > ul {
  display: block;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(1, 1, 1, 0.4);
  -moz-box-shadow: 0px 3px 0px 0px rgba(1, 1, 1, 0.4);
  box-shadow: 0px 3px 0px 0px rgba(1, 1, 1, 0.4);
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABdwAAAMgCAIAAAC21zdrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDEzQjY3OEI2MkZDMTFFNjk5ODJCMjZBQ0NBNUE3Q0QiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDEzQjY3OEE2MkZDMTFFNjk5ODJCMjZBQ0NBNUE3Q0QiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTEzNDUxNEQ2MkY5MTFFNjk4RjI5OENCM0JERjVCRjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTEzNDUxNEU2MkY5MTFFNjk4RjI5OENCM0JERjVCRjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6hNuYYAAAY80lEQVR42uzd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");
  background-size: 100%;
  background-position: 0 20px;
  padding-bottom: 0;
  background-repeat: no-repeat;
  border-bottom: solid 20px #fff;
}

.header #navigation ul li:hover > ul ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
  background: none;
  padding-bottom: 20px;
}

.header #navigation > .max-wrapper {
  position: relative;
}

.header #navigation > .max-wrapper > ul > li {
  padding: 7px 0 0 0;
}

.header #navigation > .max-wrapper > ul > li > a {
  display: block;
  text-align: center;
  padding: 2px 0 10px 0;
}

.header #navigation > .max-wrapper > ul > li.active > a {
  background: transparent;
  color: #fff;
}

.header #navigation > .max-wrapper > ul > li:hover > a {
  color: #9c1523;
  background: #fff;
}

.header #mobile-nav {
  right: 0;
  z-index: 0;
  width: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header #mobile-nav.open {
  visibility: visible;
  opacity: 1;
  z-index: 3;
  transition-delay: 0s, 0s, 0.3s;
}

.header #mobile-nav > ul {
  background: #616c77;
}

.header #mobile-nav > ul li {
  border-bottom: solid 1px #fff;
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
}

.header #mobile-nav > ul li a {
  display: block;
  color: #fff;
  padding: 22px 9px;
}

.header #mobile-nav > ul li ul {
  padding: 0 10px;
  background: #fff;
  margin: 0;
}

.header #mobile-nav > ul li ul li {
  background: #fff;
  border-color: #e9ebed;
  font-size: 0.875rem;
  font-weight: 700;
}

.header #mobile-nav > ul li ul li:first-child {
  border-top: solid 1px #e9ebed;
}

.header #mobile-nav > ul li ul li:last-child {
  border-bottom: none;
}

.header #mobile-nav > ul li ul li a {
  color: #9c1523;
  padding: 19px 9px 19px 0;
}

.header #mobile-nav > ul li ul li a.no-cont span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNCNEMyQzlBNkRDRjExRTY4NDYzOEFBMDlEQkQxNzVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNCNEMyQzlCNkRDRjExRTY4NDYzOEFBMDlEQkQxNzVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0I0QzJDOTg2RENGMTFFNjg0NjM4QUEwOURCRDE3NUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0I0QzJDOTk2RENGMTFFNjg0NjM4QUEwOURCRDE3NUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4O7t1LAAAAVElEQVR42mKcK6H2nwEIkp7fZGQgAsyTVAerZ0IXIEYTWCOyTfg0I8uB9DChOxObZnRNKE7FpRmbJhBg/P//P07TkQF64DERUoBLjImQ6biiCSDAAIVYMSxp5s+CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  position: absolute;
  margin-left: 15px;
  margin-top: 2px;
}

.header #mobile-nav > ul li ul li .is-accordion-submenu {
  display: block;
}

.header #mobile-nav > ul li ul li ul {
  padding: 0 20px;
}

.header #mobile-nav > ul li ul li ul li {
  border-bottom: none;
}

.header #mobile-nav > ul li ul li ul li:first-child {
  border-top: none;
}

.header #mobile-nav > ul li ul li ul li a {
  color: #768491;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 15px 0;
}

.header #mobile-nav > ul li ul li ul li:first-child a {
  padding-top: 10px;
}

.header #mobile-nav > ul li ul li ul li:last-child a {
  padding-bottom: 28px;
}

.header #mobile-nav > ul li ul li[aria-expanded="true"] a.no-cont span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRGMUFBQUQyNkRDRjExRTY5OTg1RTRBNjAxQjVDRkVDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRGMUFBQUQzNkRDRjExRTY5OTg1RTRBNjAxQjVDRkVDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REYxQUFBRDA2RENGMTFFNjk5ODVFNEE2MDFCNUNGRUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REYxQUFBRDE2RENGMTFFNjk5ODVFNEE2MDFCNUNGRUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz40wqwuAAAATklEQVR42mL8//8/AzYwT1IdLJH0/CYjNnkmfJrQ2Xg1YlOITYwJlwKQE5Gdia6ZCZcmbGxkNUz4NOHTzDhXQg2vJlxeYSJWE7oagAADAEV8MKC4P0MvAAAAAElFTkSuQmCC");
}

.header #mobile-nav > ul > li:first-child {
  border-top: solid 1px #616c77;
}

.header #mobile-nav > ul > li:first-child > a {
  padding: 21px 9px;
}

.header #mobile-nav > ul > li:last-child {
  border-bottom: solid 1px #616c77;
}

.header #mobile-nav > ul .is-accordion-submenu-parent > a {
  position: relative;
}

.header #mobile-nav > ul .is-accordion-submenu-parent > a:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkExRjMyQUYxNTAxQzExRTY4REIxQjc4OEYyRDkyNDRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkExRjMyQUYyNTAxQzExRTY4REIxQjc4OEYyRDkyNDRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTFGMzJBRUY1MDFDMTFFNjhEQjFCNzg4RjJEOTI0NEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTFGMzJBRjA1MDFDMTFFNjhEQjFCNzg4RjJEOTI0NEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6BSak/AAAAkElEQVR42mL4////LiDOB2IGCjHIjF0gRsF/CMigwLAcqBn5MIFaIP4HxPFkGJYA1VsB4iNLNJBhaDxUTwNMDF0BKYZiGIbNQGRDY0g1DJeBINwNxH+BOACLXBBUrh2bXnxemgTEf9AMDYCKTcKlj1A4IRtK0DBiDEQ2lKBhIMwINpUwmAXEv4E4m5BCgAADAJQHfeUjbNb3AAAAAElFTkSuQmCC");
  display: block;
  width: 20px;
  height: 11px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.header #mobile-nav > ul .is-accordion-submenu-parent[aria-expanded='true'] > a {
  color: #9c1523;
  background: #fff;
}

.header #mobile-nav > ul .is-accordion-submenu-parent[aria-expanded='true'] > a:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjExNDM2NkM1MDFDMTFFNjkwMDZBQzk3NUQ1NkQ3NzMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjExNDM2NkI1MDFDMTFFNjkwMDZBQzk3NUQ1NkQ3NzMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEFEN0VFMTc1MDFDMTFFNjlFRTlBNDQ1MURGODdCMzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEFEN0VFMTg1MDFDMTFFNjlFRTlBNDQ1MURGODdCMzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Tt7yZAAAAs0lEQVR42mL8//8/AyEwV0xlFpD6nfzqTjYhtUxEGDYJSCUBcTqUTb6BUAOygDgEirMIGgryMjY8R1R5EhD/AeIAJLEAqNgkXPpwGdYNxH+RDUOSC4LKtRNlIFBhAxD/A+IYPK6Ph6ppwGsgkmHxuAwjZChZhuEzFCZRS6phSIYmQPVWgPiMQEYBMLL7gTgTmHBnMJABgEkpB0hNBuICUDr0AjHINQwEgHqngMwAYm+AAAMAXYdNTZlkZ2EAAAAASUVORK5CYII=");
}

.header #mobile-nav > ul .is-accordion-submenu-parent[aria-expanded='true'] .is-accordion-submenu-parent a:after {
  content: '';
}

.header #mobile-nav .search {
  background: #e0e0e0;
  padding: 10px;
}

.header #mobile-nav .search input {
  background: #fff;
  padding-right: 50px;
  height: 45px;
  margin: 0;
}

.header #mobile-nav .search .button {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: none;
  margin: 0;
  width: 45px;
  height: 45px;
  padding: 0;
}

.header #mobile-nav .search .button:after {
  content: url("../gfx/icons/lupe_white.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
  left: 13px;
}

.header #mobile-nav .lang {
  background: #fff;
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
  border-bottom: solid 1px #e7e9eb;
}

.header #mobile-nav .lang ul {
  width: 100%;
  display: table;
}

.header #mobile-nav .lang ul li {
  display: table-cell;
  border-right: solid 1px #e7e9eb;
}

.header #mobile-nav .lang ul li:last-child {
  border-right: none;
}

.header #mobile-nav .lang a {
  color: #666;
  text-align: center;
  text-transform: uppercase;
}

.header #mobile-nav .lang a:hover {
  color: #c41732;
}

.main {
  padding-bottom: 20px;
  background: #e0e0e0;
  position: relative;
}

.start .main {
  background: #fff;
}

.all-dark .main {
  background: #616c77;
}

h1 {
  margin-bottom: 1px;
}

h1 span {
  color: #fff;
  background: #c41732;
  display: inline-block;
  padding: 6px 18px 7px;
}

.subline01 {
  margin-bottom: 34px;
}

.subline01 span {
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
  color: #fff;
  background: #7e1014;
  font-size: 1.375rem;
  display: inline-block;
  padding: 4px 18px 5px;
}

.subline02,
h4 {
  font-family: "museo-slab", Times, serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
  color: #9c1523;
  margin-bottom: 20px;
}

a.dl-link {
  padding: 9px 10px 10px 60px;
  min-height: 44px;
  position: relative;
  display: block;
  text-decoration: none;
  border: solid 1px #c77a82;
}

a.dl-link + a.dl-link {
  margin-top: 10px;
}

a.dl-link:before {
  content: '';
  background: url("../gfx/icons/download_red.svg");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -1px;
  margin-left: -1px;
}

.pager a, .pager button {
  display: block;
  position: relative;
  float: left;
  width: 50px;
  height: 30px;
}

.pager a.prev, .pager button.prev {
  background: #c41732;
}

.pager a.prev:after, .pager button.prev:after {
  content: url("../gfx/arrow11x20-left.png");
  position: absolute;
  width: 11px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -5px;
}

.pager a.next, .pager button.next {
  background: #7e1014;
}

.pager a.next:after, .pager button.next:after {
  content: url("../gfx/arrow11x20-right.png");
  position: absolute;
  width: 11px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -5px;
}

.main-links {
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
}

.main-links a {
  display: table;
  width: 100%;
  position: relative;
  height: 60px;
  font-size: 1.125rem;
  padding-right: 50px;
  color: #fff;
}

.main-links a:after {
  content: url("../gfx/arrow20x37-right.png");
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -18px;
}

.main-links a:hover:after {
  right: 7px;
}

.main-links a .text {
  vertical-align: middle;
  display: table-cell;
}

.main-links a .text .not {
  display: none;
}

.main-links a .icon {
  width: 70px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.main-links a .icon img {
  width: 28px;
}

.main-links a.advice {
  background: #c41732;
}

.main-links a.offer {
  background: #9c1523;
}

.main-links a.donate {
  background: #7e1014;
}

@media screen and (min-width: 40em) {
  .main-links {
    background: #7e1014;
  }
  .main-links a {
    width: 33%;
    display: inline-table;
    min-height: 74px;
  }
  .main-links a.donate {
    width: 34%;
  }
  .main-links a .text .not {
    display: inline-block;
  }
  .main-links a .text .break {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .main-links a {
    display: table;
    width: 100%;
    height: 160px;
    font-size: 1.375rem;
    padding-right: 70px;
  }
  .main-links a:after {
    content: url("../gfx/arrow34x62white.png");
    right: 15px;
    margin-top: -31px;
  }
  .main-links a .text {
    width: 50%;
  }
  .main-links a .icon {
    width: 50%;
    max-height: 100%;
  }
  .main-links a.advice img {
    width: 53px;
  }
  .main-links a.offer img {
    width: 58px;
  }
  .main-links a.donate {
    width: 100%;
  }
  .main-links a.donate img {
    width: 50px;
  }
}

.contact-banner {
  text-align: center;
  padding: 32px 0 16px 0;
}

.contact-banner .break {
  display: block;
}

.contact-banner .text {
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: #9c1523;
}

.contact-banner .phone {
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
  font-size: 2.1875rem;
  color: #9c1523;
}

@media screen and (min-width: 40em) {
  .contact-banner .break {
    display: inline;
  }
  .contact-banner .text {
    font-size: 1.375rem;
  }
  .contact-banner .phone {
    font-size: 4.6875rem;
  }
}

.teaser-row {
  padding: 30px 0 0 0;
}

.teaser-row + .teaser-row {
  padding-top: 0;
}

.teaser-row .teaser {
  background: #fff;
  margin-bottom: 30px;
}

@media screen and (min-width: 40em) {
  .teaser-row .teaser {
    margin-bottom: 0;
  }
}

.teaser-row .teaser figure {
  margin: 0;
  position: relative;
}

.teaser-row .teaser .content {
  position: relative;
}

.teaser-row .teaser .headlines {
  position: absolute;
  bottom: 12px;
  left: 12px;
  margin-right: 10px;
}

.teaser-row .teaser .headlines h3 {
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
  color: #fff;
  background: #7e1014;
  font-size: 1.125rem;
  padding: 3px 10px;
  margin-bottom: 0;
  float: left;
  clear: left;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .teaser-row .teaser .headlines {
    padding-top: 20px;
    position: relative;
    bottom: auto;
    left: auto;
    margin-right: 0;
  }
  .teaser-row .teaser .headlines h3 {
    font-weight: 700;
    color: #9c1523;
    background: transparent;
    float: none;
    padding: 3px 20px;
  }
  .teaser-row .teaser .headlines h3 + h3 {
    margin-top: -6px;
  }
}

@media screen and (min-width: 64em) {
  .teaser-row .teaser .headlines h3 {
    font-size: 1.125rem;
  }
}

.teaser-row .teaser p {
  color: #9c1523;
  padding: 10px 20px;
  margin-bottom: 0;
}

.teaser-row .teaser a {
  padding: 0 20px 10px 20px;
  display: inline-block;
  font-weight: bold;
}

.teaser-row .teaser.horizontal {
  margin-bottom: 30px;
}

.teaser-row .teaser.horizontal > .row {
  margin: 0;
}

.teaser-row .teaser.horizontal figure {
  width: 100%;
}

@media screen and (min-width: 50em) {
  .teaser-row .teaser.horizontal figure {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 75em) {
  .teaser-row .teaser.horizontal figure {
    width: 60%;
  }
}

.teaser-row .teaser.horizontal .content {
  padding-top: 20px;
}

@media screen and (min-width: 50em) {
  .teaser-row .teaser.horizontal .content {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 75em) {
  .teaser-row .teaser.horizontal .content {
    width: 39%;
  }
  .teaser-row .teaser.horizontal .content .content {
    width: 100%;
  }
}

.teaser-row .teaser.horizontal .headlines {
  position: relative;
  bottom: auto;
  left: 12px;
  padding-top: 0;
  margin-right: 10px;
}

.teaser-row .teaser.horizontal .headlines h3 {
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff;
  background: #7e1014;
  padding: 3px 10px;
  margin-bottom: 0;
  float: left;
  clear: left;
}

.teaser-row .teaser.horizontal .headlines h3 + h3 {
  margin-top: 0;
}

.teaser-row .teaser.horizontal .headlines h3 {
  margin-bottom: 1px;
}

@media screen and (min-width: 75em) {
  .teaser-row .teaser.horizontal {
    margin-bottom: 0;
  }
}

.news-list {
  overflow: hidden;
  height: 344px;
}

.news-list .item {
  position: relative;
}

.news-list .news-detail {
  position: absolute;
  bottom: 0;
}

.news-list h3 {
  font-size: 1.125rem;
  color: #fff;
  background: #7e1014;
  padding: 3px 10px;
  margin-bottom: 0;
  display: inline-block;
}

.news-list h3 a {
  text-decoration: none;
  color: #fff;
}

.news-list .pager {
  float: right;
  margin-bottom: 20px;
}

.news-list .item {
  margin-bottom: 36px;
}

.news-list .item::before, .news-list .item::after {
  content: ' ';
  display: table;
}

.news-list .item::after {
  clear: both;
}

.news-list .item:last-child {
  margin-bottom: 0;
}

.news-list .item img {
  float: left;
}

.news-list .item .date {
  float: left;
  color: #fff;
  width: 74px;
  margin-right: 10px;
}

.news-list .item .date span {
  background: #c41732;
  vertical-align: middle;
  text-align: center;
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 37px;
  height: 37px;
  display: block;
}

.news-list .item .date span + span {
  background: #9c1523;
}

.news-list .item p {
  color: #e0e0e0;
  font-size: 0.875rem;
  line-height: 1.4285;
  padding-right: 10px;
  margin-bottom: 0;
  margin-top: -2px;
}

h2.single {
  font-size: 1.875rem;
  color: #9c1523;
}

.breadcrumbs li:not(:last-child):after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAALCAYAAAC3ZUeVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkZCRkJFNjc0RTg0MTFFNkE4RDQ4RkJBOTIxQUE5OEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkZCRkJFNjY0RTg0MTFFNkE4RDQ4RkJBOTIxQUE5OEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUZDNTc0REE0RTg0MTFFNkI4MEFFNTEzMzgxQjcyODgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUZDNTc0REI0RTg0MTFFNkI4MEFFNTEzMzgxQjcyODgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz70P6GvAAAAgElEQVR42mJMzCnfw8DA4AzEQUC8HogZmIC4Aoj/A3ELELPABM8A8Wog1gLieJggCFQD8W8gbgRiTpjgHSCeA8TSQJwHEwSBGVA6DVkwA0rPhAmqAnEKED8B4skwQZBzWIG4AYi/gwRNgDgUiK8B8UKYkzqAmBGIa4D4D0gQIMAAJZsVWtk+EvYAAAAASUVORK5CYII=");
  margin: 0 0.45rem;
  position: relative;
  top: 1px;
}

.breadcrumbs li a.no-cont {
  cursor: default;
}

.breadcrumbs li a.no-cont:hover {
  text-decoration: none;
}

.breadcrumbs li .main {
  background: transparent;
}

.container {
  background: #fff;
}

.all-dark .container {
  background: transparent;
}

.row .container {
  margin: 0;
}

.container > .row {
  padding-bottom: 30px;
}

.container a {
  text-decoration: underline;
}

.container a.dl-link {
  text-decoration: none;
}

.container .content-item {
  padding: 0 20px;
  margin: 15px 0;
}

.all-dark .container .content-item {
  padding: 0;
}

.container .intro {
  font-weight: bold;
}

.container ol,
.container ul {
  margin-left: 0;
}

.container ol li,
.container ul li {
  list-style: none;
  position: relative;
  padding: 0 0 10px 20px;
}

.container .bulletpoint ul li:before {
  border-radius: 3.5px;
  background: #fff;
}

.container ul li:before {
  content: '';
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  position: absolute;
  display: inline-block;
  background: #9c1523;
}

.container ol li {
  counter-increment: item;
}

.container ol li:before {
  content: counter(item) ".";
  color: #9c1523;
  font-family: "museo-slab", Times, serif;
  font-weight: 700;
  font-size: 0.8125rem;
  top: 3px;
  left: 0;
  position: absolute;
}

.container .quote q {
  font-size: 1.25rem;
  line-height: 1.65;
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
  color: #9c1523;
}

.container .quote q:before, .container .quote q:after {
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 700;
}

.container .info-row + .info-row {
  margin-top: 15px;
}

.container .info-row .subline02 {
  padding-top: 0;
}

.container .info-row p {
  margin-bottom: 0;
  line-height: 1.375;
}

.container .image-text-right {
  margin-bottom: 30px;
}

.container .image-text-right .image {
  margin-bottom: 20px;
}

.container .image-text-right .text {
  padding-left: calc(0.625rem + 20px);
  padding-right: calc(0.625rem + 20px);
}

@media screen and (min-width: 40em) {
  .container .image-text-right .image {
    margin-bottom: 0;
  }
  .container .image-text-right .text {
    padding-left: calc(0.9375rem);
    padding-right: calc(0.9375rem + 20px);
  }
}

.container .image-text-left {
  margin-bottom: 30px;
}

.container .image-text-left .image {
  margin-bottom: 20px;
}

.container .image-text-left .text {
  padding-left: calc(0.625rem + 20px);
  padding-right: calc(0.625rem + 20px);
}

@media screen and (min-width: 40em) {
  .container .image-text-left .image {
    margin-bottom: 0;
  }
  .container .image-text-left .text {
    padding-left: calc(0.9375rem + 20px);
    padding-right: calc(0.9375rem);
  }
}

@media screen and (max-width: 39.9375em) {
  .container table thead {
    display: none;
  }
  .container table tfoot {
    display: none;
  }
  .container table tr,
  .container table th,
  .container table td {
    display: block;
  }
  .container table td {
    border-top: 0;
  }
}

.container table tr:first-child td {
  color: #fff;
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
  background: #7e1014;
  border-top: solid 1px #9c1523;
  border-right: solid 1px #7e1014;
  border-left: solid 1px #7e1014;
  border-bottom-color: #7e1014;
}

.container table tr:first-child td:first-child {
  background: #7e1014;
  border-bottom-color: #7e1014;
  border-right: solid 1px #7e1014;
}

.container table tr td:first-child {
  background: #c41732;
  border-right-color: #c41732;
  color: #fff;
  font-size: 0.875rem;
  font-family: "museo-slab", Times, serif;
  font-weight: 700;
}

.container table tr td {
  color: #768491;
  font-size: 0.8125rem;
  padding: 15px 20px;
  border-bottom: solid 1px #c41732;
  border-left: solid 1px #c41732;
  border-right: solid 1px #e9ebed;
}

@media screen and (max-width: 63.9375em) {
  .container table tr td {
    border-right-color: #c41732;
    border-left: solid 1px #c41732;
  }
}

.container table tr td:last-child {
  border-right-color: #c41732;
}

.container .box-teaser {
  border: solid 1px #c77a82;
  position: relative;
  padding: 17px 10px 9px 60px;
}

.container .box-teaser p {
  margin-bottom: 10px;
}

.container .box-teaser.account:before {
  content: '';
  background-color: #c41732;
  background-image: url("../gfx/icons/heart_white.svg");
  background-repeat: no-repeat;
  background-size: 21px 20px;
  background-position: 11px 12px;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -1px;
  margin-left: -1px;
}

.container .image-full {
  position: relative;
  padding-bottom: 0;
}

.container .image-full .headlines {
  margin: 15px 0;
}

@media screen and (min-width: 40em) {
  .container .image-full .headlines {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0.9375rem;
  }
}

.download-teaser > div {
  margin-bottom: 20px;
}

.download-teaser > div .inner {
  position: relative;
  padding-bottom: 60px;
  background: #fff;
  color: #9c1523;
}

.download-teaser > div .inner::before, .download-teaser > div .inner::after {
  content: ' ';
  display: table;
}

.download-teaser > div .inner::after {
  clear: both;
}

.download-teaser > div img {
  float: left;
  margin-right: 24px;
}

.download-teaser > div h4 {
  font-size: 1.125rem;
  padding: 27px 20px 0 20px;
}

.download-teaser > div p {
  padding: 0 20px;
}

.download-teaser > div.columns:last-child:not(:first-child) {
  float: left;
}

.download-teaser > div a {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 60px 12px 0;
}

.download-teaser > div a:after {
  content: '';
  background: url("../gfx/icons/download_red.svg");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: -1px;
  margin-left: -1px;
}

img.centered {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 15px;
}

.marginal-right {
  background: #616c77;
  color: #fff;
}

.all-dark .marginal-right {
  background: #fff;
  color: #768491;
}

.marginal-right .item {
  padding: 18px 20px 10px;
  font-size: 0.8125rem;
  border-bottom: solid 1px #fff;
}

.marginal-right .item:last-of-type {
  border: none;
}

.marginal-right .item h5 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px;
}

.marginal-right .item a {
  color: #fff;
}

.marginal-right .custom-logo {
  padding: 5px;
  max-width: 270px;
}

.marginal-right .custom-logo .shape {
  background: #fff;
  margin: 0;
  padding: 5px;
}

.marginal-right .custom-logo .shape img {
  width: 100%;
  height: auto;
}

.slider-home {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 480px;
  overflow: hidden;
  visibility: hidden;
}

.slider-home .item .inner img {
  height: 480px;
  max-width: none;
  width: auto;
  cursor: move;
}

.slider-home .headlines {
  position: absolute;
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
  color: #fff;
  top: 180px;
  left: 15px;
}

.slider-home .headlines .key {
  background: #c41732;
  padding: 5px 13px;
  font-size: 1.3125rem;
  line-height: 30px;
  float: left;
  clear: left;
  margin-bottom: 1px;
  max-width: 28%;
}

@media screen and (min-width: 30em) {
  .slider-home .headlines .key {
    font-size: 1.875rem;
    line-height: 38px;
    max-width: 40%;
  }
}

@media screen and (min-width: 40em) {
  .slider-home .headlines .key {
    max-width: 56%;
  }
}

@media screen and (min-width: 64em) {
  .slider-home .headlines .key {
    max-width: 51%;
  }
}

@media screen and (min-width: 75em) {
  .slider-home .headlines .key {
    max-width: 62%;
  }
}

.slider-home .headlines .sub {
  background: #7e1014;
  font-size: 1.125rem;
  float: left;
  clear: left;
  padding: 10px;
  max-width: 28%;
}

@media screen and (min-width: 30em) {
  .slider-home .headlines .sub {
    max-width: 43%;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 40em) {
  .slider-home .headlines .sub {
    max-width: 59%;
  }
}

@media screen and (min-width: 64em) {
  .slider-home .headlines .sub {
    max-width: 55%;
  }
}

@media screen and (min-width: 75em) {
  .slider-home .headlines .sub {
    max-width: 66%;
  }
}

.slider-home .headlines .sub a {
  color: #fff;
}

.slider-home .jssorb01 {
  bottom: 27px;
  right: 16px;
  position: absolute;
}

.slider-home .jssorb01 div {
  width: 10px;
  height: 10px;
  background: #897e79;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}

.slider-home .jssorb01 div.av {
  background: #9c1523;
}

#gallery01 > .columns {
  width: auto;
  position: relative;
}

#gallery01 > .columns .pager {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

#gallery01 > .columns .pager .orbit-previous, #gallery01 > .columns .pager .orbit-next {
  top: auto;
  -ms-transform: none;
  transform: none;
  padding: 0;
}

#gallery01 .orbit-container {
  width: 770px;
  margin-bottom: 10px;
}

#gallery01 .orbit-container:focus {
  outline: none;
}

#gallery01 .orbit-container .orbit-caption {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 20px;
}

#gallery01 .orbit-container .orbit-caption p {
  margin: 0;
}

#gallery01 .orbit-bullets {
  width: 370px;
  margin: 0;
  text-align: left;
}

#gallery01 .orbit-bullets button {
  display: block;
  width: 100%;
  max-width: 85px;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 0;
  position: relative;
  border: solid 1px #fff;
}

#gallery01 .orbit-bullets button.is-active {
  border-color: #7e1014;
}

#gallery01 .orbit-bullets button.is-active:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(196, 23, 50, 0.3);
  cursor: default;
}

#gallery01 .orbit-bullets button:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 76em) {
  #gallery01 > .columns {
    width: 100%;
  }
  #gallery01 .orbit-container {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
  }
  #gallery01 .orbit-bullets {
    width: 100%;
    margin-left: 0.41667%;
    margin-right: 0.41667%;
  }
  #gallery01 .orbit-bullets button {
    width: 9.16667%;
    max-width: 200px;
    margin-right: 0.83333%;
    margin-bottom: 0.83333%;
  }
  #gallery01 .orbit-bullets button img {
    display: block;
    width: 100%;
  }
  #gallery01 .orbit-bullets button:nth-child(4n) {
    margin-right: 0.83333%;
  }
  #gallery01 .orbit-bullets button:nth-child(10n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  #gallery01 .orbit-container .orbit-caption {
    position: relative;
  }
  #gallery01 .orbit-bullets button {
    width: 19.16667%;
  }
  #gallery01 .orbit-bullets button:nth-child(10n) {
    margin-right: 0.83333%;
  }
  #gallery01 .orbit-bullets button:nth-child(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 26em) {
  #gallery01 .orbit-bullets button {
    width: 24.16667%;
  }
  #gallery01 .orbit-bullets button:nth-child(5n) {
    margin-right: 0.83333%;
  }
  #gallery01 .orbit-bullets button:nth-child(4n) {
    margin-right: 0;
  }
}

.footer {
  background: #474e54;
  font-size: 0.875rem;
  color: #e0e0e0;
  position: relative;
}

.footer .wrapper {
  padding-top: 15px;
}

@media screen and (min-width: 40em) {
  .footer .wrapper {
    padding-top: 40px;
  }
}

.footer .row {
  position: relative;
  padding-bottom: 10px;
}

@media screen and (min-width: 40em) {
  .footer .row {
    padding-bottom: 20px;
  }
}

.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .email-single-button {
  padding-top: 30px;
}

.footer .email-single-button .button {
  line-height: inherit;
  font-size: inherit;
  padding: 0.5rem;
  border: none;
  width: 200px;
  height: 2.375rem;
  text-decoration: none;
}

.footer .email-single-button .button.fr {
  width: 280px;
}

.footer .email-single-button .button:after {
  content: '';
  background: url(../gfx/arrow11x20-right.png) top left no-repeat;
  display: block;
  float: right;
  width: 11px;
  height: 20px;
}

.footer .email-single-button .button:hover {
  background-color: #7e1014;
  text-decoration: none;
}

.footer form {
  padding-top: 30px;
}

.footer form .input-group {
  max-width: 285px;
}

.footer form .button {
  line-height: inherit;
  font-size: inherit;
  padding: 0.5rem;
  border: none;
  width: 50px;
  height: 2.375rem;
  background: #c41732 url(../gfx/arrow11x20-right.png) 19px 8px no-repeat;
}

.footer form .button:hover {
  background-color: #7e1014;
}

.footer h4 {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 16px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

.footer ul {
  margin: 0;
  list-style-type: none;
}

.footer ul li {
  margin-bottom: 12px;
}

.footer .links,
.footer .contact,
.footer .social {
  padding-top: 20px;
}

.footer .contact div {
  padding-left: 25px;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-position: 0 2px;
}

.footer .contact div.address {
  background-image: url("../gfx/icons/loc_white.svg");
  background-size: 12px 19px;
}

.footer .contact div.numbers {
  background-image: url("../gfx/icons/phone_white.svg");
  background-size: 17px 17px;
}

.footer .contact div.mail {
  background-image: url("../gfx/icons/mail_white.svg");
  background-size: 14px 10px;
  background-position: 0 5px;
}

.footer .contact a {
  color: #e0e0e0;
}

.footer .footer-navi li {
  text-align: center;
}

@media screen and (min-width: 40em) {
  .footer .footer-navi li {
    text-align: left;
  }
}

.footer .social {
  position: relative;
}

.footer .social div {
  padding-left: 25px;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.footer .social div.fb {
  padding: 30px 0;
  width: 50%;
  float: left;
  border-top: solid 1px #616c77;
  border-bottom: solid 1px #616c77;
}

.footer .social div.fb a {
  color: #e0e0e0;
  background-image: url("../gfx/icons/facebook_white.svg");
  background-size: 10px 22px;
  background-repeat: no-repeat;
  background-position: 16px 10px;
  height: 44px;
  width: 44px;
  margin: 0 auto;
  display: block;
  border: solid 1px #fff;
}

@media screen and (min-width: 40em) {
  .footer .social div.fb {
    padding: 0;
    border: none;
    margin-bottom: 12px;
    width: 100%;
    float: none;
  }
  .footer .social div.fb a {
    height: 22px;
    width: auto;
    padding-left: 36px;
    display: inline-block;
    border: none;
    margin: 0;
    background-size: 9px 18px;
    background-position: 0 0;
  }
}

.footer .social div.insta {
  padding: 30px 0;
  width: 50%;
  float: left;
  border-top: solid 1px #616c77;
  border-bottom: solid 1px #616c77;
}

.footer .social div.insta a {
  color: #e0e0e0;
  background-image: url("../gfx/icons/instagram_white.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 8px 8px;
  height: 44px;
  width: 44px;
  margin: 0 auto;
  display: block;
  border: solid 1px #fff;
}

@media screen and (min-width: 40em) {
  .footer .social div.insta {
    padding: 0;
    border: none;
    width: 100%;
    float: none;
  }
  .footer .social div.insta a {
    height: 22px;
    width: auto;
    padding-left: 36px;
    display: inline-block;
    border: none;
    margin: 0;
    background-size: 16px 16px;
    background-position: 0 2px;
  }
}

.footer .social div.legal {
  padding-left: 0;
  font-size: 0.6875rem;
  color: #f3f3f3;
  margin-bottom: 0;
  clear: left;
}

@media screen and (min-width: 40em) {
  .footer .social div.legal {
    position: absolute;
    bottom: 2px;
  }
}

.footer #toTop {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 60px;
  height: 30px;
  cursor: pointer;
  background: #c41732 url("../gfx/arrow-top.png") 20px 9px no-repeat;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.terminuebersicht form {
  padding-top: 40px;
}

.terminuebersicht form .select2-container--default {
  margin-bottom: 10px;
}

.terminuebersicht form .select2-container--default .select2-selection--single {
  background: #c41732;
  border: none;
  border-radius: 0;
  height: 40px;
}

.terminuebersicht form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
  font-size: 1rem;
  padding-top: 6px;
}

.terminuebersicht form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 20px;
  height: 11px;
  border: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEVDMENDOEM2MkM4MTFFNkFBOTdCQTcwQUY3RTQwMkYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEVDMENDOEI2MkM4MTFFNkFBOTdCQTcwQUY3RTQwMkYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NURDRjNFMTc2MkM4MTFFNjkxMUJERTQxOUM5M0M5MkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NURDRjNFMTg2MkM4MTFFNjkxMUJERTQxOUM5M0M5MkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5JMRX3AAAAoElEQVR42mL4////diD2A2IGCjHIjO0gRjQQf6fQUD+oGdEwgUQg/gnEXmQY5g3VCzKDAVkiE4i/ArETCYY5QfVkwsTQFZBiKIZh2AwE4VIg/gbElngMs4SqKUOXw6WhAog/ArE5FjlzqFwFNr34vFSNxVCYYdW49BEKpw4gfgPEulD8FirGQK6BMENfQ3EHIfWMYFMJg4lQOp+QQoAAAwCnn3jQEAKjvAAAAABJRU5ErkJggg==") 0 0 no-repeat;
  margin-left: -17px;
  margin-top: 1px;
}

.terminuebersicht form .select2-container--default.select2-container--open .select2-selection--single {
  background: #fff;
}

.terminuebersicht form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #c41732;
}

.terminuebersicht form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzQ3OUI2NDc2MkM4MTFFNkJGQjhCOEQ4MEFGMzRCQkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzQ3OUI2NDY2MkM4MTFFNkJGQjhCOEQ4MEFGMzRCQkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NURDRjNFMTc2MkM4MTFFNjkxMUJERTQxOUM5M0M5MkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NURDRjNFMTg2MkM4MTFFNjkxMUJERTQxOUM5M0M5MkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4EgH38AAAA0UlEQVR42mI8KmvGQASYCKXzCSlkIcKwDiCOgrK/A3EFJQaCDEsFYgcofz+UriDHwGogzgRiNyC+DBXzBuJdQPwZiFtJMRDkgjKoYSeRxE9CxUCG/oX6gKCBIIPqgNgZzTBkQz2AeC/U0G58BoK8WA/EPkB8HE9wHIeq2QzEX4B4OjYDQYb1ALEvEO8jIvb3QdVuhvKnIxuYCMQTgDiISMOQDQ0F4vVA/AOI54MMjAbiaVCJrQykg21QvSuB+BcTkIgB4nAg3sRAPtgENSMGIMAAypssfmi5IqEAAAAASUVORK5CYII=");
}

.terminuebersicht form select.month + .select2-container--default .select2-selection--single {
  background: #7e1014;
}

.terminuebersicht form select.month + .select2-container--default.select2-container--open .select2-selection--single {
  background: #fff;
}

.terminuebersicht form select.month + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #7e1014;
}

.terminuebersicht form select.month + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDAzQTI4OTk2MkM5MTFFNjhEMjBENzVFNDMxQjVGMzkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDAzQTI4OTg2MkM5MTFFNjhEMjBENzVFNDMxQjVGMzkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NURDRjNFMTc2MkM4MTFFNjkxMUJERTQxOUM5M0M5MkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NURDRjNFMTg2MkM4MTFFNjkxMUJERTQxOUM5M0M5MkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz68t9dnAAAA0UlEQVR42mKsExBhIAJMhNL5hBSyEGFYBxBHQdnfgbiCEgNBhqUCsQOUvx9KV5BjYDUQZwKxGxBfhop5A/EuIP4MxK2kGAhyQRnUsJNI4iehYiBD/0J9QNBAkEF1QOyMZhiyoR5AvBdqaDc+A0FerAdiHyA+jic4jkPVbAbiL0A8HZuBIMN6gNgXiPcREfv7oGo3Q/nTkQ1MBOIJQBxEpGHIhoYC8Xog/gHE80EGRgPxNKjEVgbSwTao3pVA/IsJSMQAcTgQb2IgH2yCmhEDEGAAMKEsCJwANf0AAAAASUVORK5CYII=");
}

.terminuebersicht .termine .termin {
  background: #fff;
  margin: 0 0 10px 0;
  color: #9C1523;
}

.terminuebersicht .termine .termin .left-content {
  padding-left: 18px;
  padding-top: 32px;
  border-right: 1px solid #ebebeb;
}

.terminuebersicht .termine .termin .left-content strong {
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625;
}

.terminuebersicht .termine .termin .left-content strong span {
  font-weight: 700;
  text-transform: uppercase;
}

.terminuebersicht .termine .termin .left-content small {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.8125rem;
  display: block;
  color: #616c77;
  line-height: 1.538;
  padding-top: 10px;
}

.terminuebersicht .termine .termin .right-content {
  padding-top: 21px;
  padding-left: 22px;
  padding-bottom: 31px;
}

.terminuebersicht .termine .termin .right-content small, .terminuebersicht .termine .termin .right-content strong {
  display: block;
}

.terminuebersicht .termine .termin .right-content small {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.875rem;
  color: #616c77;
  margin-bottom: 23px;
}

.terminuebersicht .termine .termin .right-content strong {
  font-family: "museo-slab", Times, serif;
  font-weight: 700;
  font-size: 1.125rem;
  padding-bottom: 8px;
}

.terminuebersicht .termine .termin .right-content p {
  margin-bottom: 10px;
}

.terminuebersicht .termine .termin .right-content a {
  font-weight: bold;
  text-decoration: none;
}

.terminuebersicht .termine .termin .right-content a:hover {
  text-decoration: underline;
}

.terminuebersicht .termine .pagination a {
  font-family: "museo-slab", Times, serif;
  font-size: 0.8125rem;
  display: block;
  position: relative;
  float: left;
  width: 50px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.terminuebersicht .termine .pagination a:hover, .terminuebersicht .termine .pagination a.active {
  background: #c41732;
}

.terminuebersicht .termine .pagination a.prev {
  background: #7e1014;
}

.terminuebersicht .termine .pagination a.prev:after {
  content: url("../gfx/arrow11x20-left.png");
  position: absolute;
  width: 11px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -5px;
}

.terminuebersicht .termine .pagination a.next {
  background: #7e1014;
}

.terminuebersicht .termine .pagination a.next:after {
  content: url("../gfx/arrow11x20-right.png");
  position: absolute;
  width: 11px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -5px;
}

.terminuebersicht .termine .pagination a.next:hover {
  background: #c41732;
}

.termin-detail .info {
  display: block;
  padding-bottom: 20px;
}

.select2-container--open .select2-search--dropdown {
  display: none;
}

.select2-container--open .select2-results__options li {
  background: #fff;
  font-size: 0.8125rem;
  color: #768491;
}

.all-dark .marginal-right.visual-block {
  background: #c41732;
  color: #fff;
}

.infobox {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  color: #ffffff;
}

.infobox .infobox-wrapper {
  width: 90%;
  padding: 26px 5% 28px 5%;
}

.infobox .infobox-wrapper.row {
  max-width: 100%;
}

.infobox .infobox-wrapper .infobox-content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 17px;
  color: #ffffff;
  padding: 7.5px 0;
}

.infobox .infobox-wrapper .infobox-content p a {
  color: #ea4f60;
  text-decoration: underline;
}

.infobox .infobox-wrapper .infobox-content p a:hover {
  color: #ea4f60;
  text-decoration: underline;
}

.infobox .infobox-wrapper .infobox-control .infobox-button {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #ffffff;
  line-height: 18px;
  padding: 16px;
  border: 1px solid #fff;
}

.infobox .infobox-wrapper .infobox-control .infobox-button:hover {
  cursor: pointer;
}

.infobox .infobox-wrapper .infobox-control .infobox-button:last-child {
  margin-right: 10px;
}

.searchResult h4 {
  font-family: "museo-slab", Times, serif;
  font-size: 18px;
  color: #9c1523;
}

.searchResult a {
  text-decoration: none;
}

.searchResult .top {
  margin: 10px 0;
  border-bottom: 1px solid #9C1523;
}

.searchResult .result {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #BCBCBC;
}

.searchResult input, .searchResult input:focus {
  border: 1px solid #e7e9eb;
  background: #e7e9eb;
  color: #616c77;
  display: inline;
  width: 50%;
  height: 44px;
  margin-bottom: 40px;
}

.searchResult button {
  transition: none;
  position: relative;
  display: inline-block;
  border: none;
  top: 3px;
  right: 5px;
  padding: 10px;
  margin-top: 8px;
  width: 44px;
  height: 44px;
  background: #c41732 url("../gfx/icons/lupe_white.svg") 12px no-repeat;
  background-size: 20px;
}

.searchResult .highlight {
  color: #9c1523;
}

.news .visual-block {
  background: #c41732;
  color: #fff;
}

.news .content-item .date {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.875rem;
  color: #616c77;
  margin-bottom: 23px;
}

.news .content-item .image {
  padding: 10px 0;
}

.news .headlines {
  margin-bottom: 40px;
}

.news .detail .headlines {
  margin-bottom: 0px;
}

.news .intro {
  margin-bottom: 30px;
}

.news .news-items .news-item {
  background: #fff;
  margin: 0 0 10px 0;
  color: #9C1523;
}

.news .news-items .news-item .left-content {
  padding: 0;
  margin: 0;
}

.news .news-items .news-item .right-content {
  padding-top: 21px;
  padding-bottom: 31px;
  padding-left: 0;
}

.news .news-items .news-item .right-content small, .news .news-items .news-item .right-content strong {
  display: block;
}

.news .news-items .news-item .right-content small {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.875rem;
  color: #616c77;
  margin-bottom: 23px;
}

.news .news-items .news-item .right-content strong {
  font-family: "museo-slab", Times, serif;
  border-right: 1px solid #ebebeb;
  font-weight: 700;
  font-size: 1.125rem;
  padding-bottom: 8px;
}

.news .news-items .news-item .right-content p {
  margin-bottom: 10px;
}

.news .news-items .news-item .right-content a {
  font-weight: bold;
  text-decoration: none;
}

.news .news-items .news-item .right-content a:hover {
  text-decoration: underline;
}

.news .news-items .pagination a {
  font-family: "museo-slab", Times, serif;
  font-size: 0.8125rem;
  display: block;
  position: relative;
  float: left;
  width: 50px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.news .news-items .pagination a:hover, .news .news-items .pagination a.active {
  background: #c41732;
}

.news .news-items .pagination a.prev {
  background: #7e1014;
}

.news .news-items .pagination a.prev:after {
  content: url("../gfx/arrow11x20-left.png");
  position: absolute;
  width: 11px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -5px;
}

.news .news-items .pagination a.next {
  background: #7e1014;
}

.news .news-items .pagination a.next:after {
  content: url("../gfx/arrow11x20-right.png");
  position: absolute;
  width: 11px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -5px;
}

.news .news-items .pagination a.next:hover {
  background: #c41732;
}

.archive {
  background: #fff;
  color: #9C1523;
  margin-bottom: 30px;
}

.archive .headline {
  border-bottom: 1px solid #ebebeb;
  padding: 15px;
  font-family: "museo-slab", Times, serif;
  font-weight: 300;
}

.archive ul {
  padding: 15px;
  margin: 0;
  list-style-type: none;
}

.archive ul li {
  margin: 0;
  padding: 10px 0;
}

.archive ul li:before {
  display: none;
}

.archive ul li.subline {
  font-family: "museo-slab", Times, serif;
  font-weight: 700;
  padding: 0;
}

.archive ul li a {
  text-decoration: none;
  color: #616c77;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.875rem;
}

.contacts {
  margin-bottom: 30px;
}

.contacts .contacts-headline h4 {
  color: #fff;
}

.contacts .contacts-list .contact {
  background: #fff;
  margin-bottom: 19px;
}

.contacts .contacts-list .contact .content-right {
  margin-top: 32px;
}

@media screen and (min-width: 40em) {
  .contacts .contacts-list .contact .content-right {
    padding-left: 0;
  }
}

.contacts .contacts-list .contact .content-right strong {
  display: block;
}

.contacts .contacts-list .contact .content-right p {
  color: #9c1523;
  margin-bottom: 0;
}

.contacts .contacts-list .contact .content-right img {
  max-width: 200px;
}

.newsletter h2 {
  font-size: 1rem;
}

.newsletter table {
  font-size: 0.875rem;
}

.newsletter table a {
  font-size: 0.875rem;
}

.newsletter table td {
  background: none !important;
  border: 0 !important;
}

.newsletter table td label {
  color: #666 !important;
}

.newsletter button {
  background-color: #c41732 !important;
}

.orbit ul li:before {
  background: none;
}
