@charset "UTF-8";
@font-face {
  font-family: 'Purista';
  src: url("/template/assets/komafonts/purista_bold-webfont.eot");
  src: url("/template/assets/komafonts/purista_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/template/assets/komafonts/purista_bold-webfont.woff") format("woff"), local("☺");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Purista';
  src: url("/template/assets/komafonts/purista_light-webfont.eot");
  src: url("/template/assets/komafonts/purista_light-webfont.eot?#iefix") format("embedded-opentype"), url("/template/assets/komafonts/purista_light-webfont.woff") format("woff"), local("☺");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Purista';
  src: url("/template/assets/komafonts/purista_medium-webfont.eot");
  src: url("/template/assets/komafonts/purista_medium-webfont.eot?#iefix") format("embedded-opentype"), url("/template/assets/komafonts/purista_medium-webfont.woff") format("woff"), local("☺");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Purista';
  src: url("/template/assets/komafonts/purista_semibold-webfont.eot");
  src: url("/template/assets/komafonts/purista_semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/template/assets/komafonts/purista_semibold-webfont.woff") format("woff"), local("☺");
  font-weight: 600;
  font-style: normal; }

/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  opacity: 0;
  transition-property: opacity; }

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

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

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

.hinge-in-from-top.mui-enter {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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); } }

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

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

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

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

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

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

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
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: 87.5%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -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: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

#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: 3px;
  line-height: 1; }

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

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

.row {
  max-width: 85.7142857143rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-left: -0.7142857143rem;
    margin-right: -0.7142857143rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -1.0714285714rem;
        margin-right: -1.0714285714rem; } }
    @media screen and (min-width: 64em) {
      .row .row {
        margin-left: -1.4285714286rem;
        margin-right: -1.4285714286rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
  flex: 1 1 0px; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 1.0714285714rem;
      padding-right: 1.0714285714rem; } }
  @media screen and (min-width: 64em) {
    .column, .columns {
      padding-left: 1.4285714286rem;
      padding-right: 1.4285714286rem; } }

.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 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

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

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

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

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

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

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

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

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

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

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

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

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

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

.row.medium-unstack .column, .row.medium-unstack .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack .column, .row.medium-unstack .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

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

.row.large-unstack .column, .row.large-unstack .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack .column, .row.large-unstack .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem; } }

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

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

.row.align-center {
  justify-content: center; }

.row.align-justify {
  justify-content: space-between; }

.row.align-spaced {
  justify-content: space-around; }

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

.column.align-top, .align-top.columns {
  align-self: flex-start; }

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

.column.align-bottom, .align-bottom.columns {
  align-self: flex-end; }

.row.align-middle {
  align-items: center; }

.column.align-middle, .align-middle.columns {
  align-self: center; }

.row.align-stretch {
  align-items: stretch; }

.column.align-stretch, .align-stretch.columns {
  align-self: stretch; }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Purista;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.7142857143rem; }

h2 {
  font-size: 1.4285714286rem; }

h3 {
  font-size: 1.3571428571rem; }

h4 {
  font-size: 1.2857142857rem; }

h5 {
  font-size: 1.2142857143rem; }

h6 {
  font-size: 1.1428571429rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3.4285714286rem; }
  h2 {
    font-size: 2.8571428571rem; }
  h3 {
    font-size: 2.2142857143rem; }
  h4 {
    font-size: 1.7857142857rem; }
  h5 {
    font-size: 1.4285714286rem; }
  h6 {
    font-size: 1.1428571429rem; } }

a {
  color: #c20e1a;
  text-decoration: underline;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #000; }
  a img {
    border: 0; }

hr {
  max-width: 85.7142857143rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.4285714286rem 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.6428571429rem 1.4285714286rem 0 1.3571428571rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.9285714286rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

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

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

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    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: 3px;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #c20e1a;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #a50c16;
    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: #c20e1a;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #9b0b15;
      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.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #c20e1a;
    color: #c20e1a; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #61070d;
      color: #61070d; }
    .button.hollow.primary {
      border: 1px solid #c20e1a;
      color: #c20e1a; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #61070d;
        color: #61070d; }
    .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.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe 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.2em; }

[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: 3.4285714286rem;
  padding: 0.7857142857rem;
  border: 1px solid transparent;
  margin: 0 0 1.5714285714rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.1428571429rem;
  color: #0a0a0a;
  background-color: #ecf0ec;
  box-shadow: none;
  border-radius: 3px;
  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 #b5bbb4;
    background-color: #f2f2f2;
    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:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 1.1428571429rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1.5714285714rem;
    padding: 0.8571428571rem 0; }

.help-text {
  margin-top: -0.7857142857rem;
  font-size: 0.9285714286rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.5714285714rem; }
  .input-group > :first-child {
    border-radius: 3px 0 0 3px; }
  .input-group > :last-child > * {
    border-radius: 0 3px 3px 0; }

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

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: white;
  color: #b5bbb4;
  border: 1px solid #b5bbb4;
  white-space: nowrap; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

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

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

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

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

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.4285714286rem;
  margin: 1.2857142857rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.2142857143rem;
    margin: 0;
    margin-left: -0.2142857143rem; }

select {
  height: 3.4285714286rem;
  padding: 0.7857142857rem;
  border: 1px solid transparent;
  margin: 0 0 1.5714285714rem;
  font-size: 1.1428571429rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 3px;
  -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%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @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: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.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.7857142857rem;
  margin-bottom: 1.5714285714rem;
  font-size: 0.8571428571rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) 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; } }

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

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  border-radius: 3px;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1rem 1rem;
  line-height: 1;
  font-size: 0.8571428571rem;
  color: #b5bbb4;
  position: relative;
  border-bottom: 1px solid #f2f2f2; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #f8f8f8; }
  .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-bottom: 1px solid #f2f2f2;
  background-color: #fefefe; }

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

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #c20e1a;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #434343;
    font-size: 0.8571428571rem;
    cursor: default; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #434343; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #434343; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    background-color: #c20e1a;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #9b0b15;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        border-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fcd5d7; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  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: #0a0a0a; }

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

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  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 #c20e1a;
    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 #c20e1a 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: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 3px;
  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; }

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

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

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto; }

.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-menu.vertical > li .is-dropdown-submenu {
    top: 0;
    left: 100%; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #c20e1a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 0.8428571429rem;
    right: 5px; }
  .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #c20e1a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #c20e1a;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
    right: 0;
    left: auto; }
  .is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
    left: 0;
    right: auto; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1.1428571429rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 3px;
  background: #c20e1a;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .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.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.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 {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .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; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .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 {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

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

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

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%;
  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: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

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

.off-canvas {
  position: absolute;
  background: #434343;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -385px;
    top: 0;
    width: 385px; }
    .is-open-left {
      transform: translateX(385px); }
  .off-canvas.position-right {
    right: -385px;
    top: 0;
    width: 385px; }
    .is-open-right {
      transform: translateX(-385px); }

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

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

.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: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [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(10, 10, 10, 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: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 1rem;
    margin-right: 0.0714285714rem;
    border-radius: 3px;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.2142857143rem 0.7142857143rem;
    border-radius: 3px; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.2142857143rem 0.7142857143rem;
    background: #c20e1a;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.2142857143rem 0.7142857143rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.2142857143rem 0.7142857143rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px; }
  .progress.primary .progress-meter {
    background-color: #c20e1a; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #c20e1a;
  border-radius: 3px; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 3px; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #c20e1a;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 3px; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #a50c16; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

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

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 7.1428571429rem auto 0;
  background-color: #fefefe;
  border-radius: 3px;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 85.7142857143rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 85.7142857143rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 85.7142857143rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 85.7142857143rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 1rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 3px;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 3px; }
  input:checked ~ .switch-paddle {
    background: #c20e1a; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.7142857143rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.8571428571rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1.1428571429rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem; }

@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 tr:hover {
  background-color: #f9f9f9; }

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

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .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: #c20e1a; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #b80d19; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #c20e1a; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

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

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

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

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 3px;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(194, 14, 26, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  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.5rem; }

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

.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: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.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: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

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

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 3px; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    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: #0a0a0a 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 #0a0a0a;
    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 #0a0a0a 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: white; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-title {
    width: 100%; }
  .stacked-for-small .top-bar-right {
    width: 100%; }
  .stacked-for-small .top-bar-left {
    width: 100%; } }

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

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

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-bar-title {
    width: 100%; }
  .top-bar-right {
    width: 100%; }
  .top-bar-left {
    width: 100%; } }

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

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

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

.slide-in-down.mui-enter {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  opacity: 0;
  transition-property: opacity; }

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

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

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

.hinge-in-from-top.mui-enter {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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); } }

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

/* custom overrides */
.debug {
  outline: 1px solid crimson; }

.mm-pad-row {
  padding-top: 20px;
  padding-bottom: 20px; }

.mm-pad-top {
  padding-top: 50px; }

.mm-pad-bottom {
  padding-bottom: 50px; }

.mm-pad-half {
  padding-top: 25px;
  padding-bottom: 25px; }

.mm-pad-top-half {
  padding-top: 25px; }

.mm-pad-bottom-half {
  padding-bottom: 25px; }

.mm-pad-tiny {
  padding-top: 6px;
  padding-bottom: 6px; }

.mm-pad-top-tiny {
  padding-top: 6px; }

.mm-pad-bottom-tiny {
  padding-bottom: 6px; }

.mm-mgr-top {
  margin-top: 50px; }

.mm-mgr-bottom {
  margin-bottom: 50px; }

.mm-mgr-bottom-half {
  margin-bottom: 25px; }

.mm-mgr-bottom-tiny {
  margin-bottom: 6px; }

.mm-no-space {
  margin: 0 0;
  padding: 0 0; }

.s-hollow {
  display: inline-block;
  padding: 0.2em 0.7em;
  border: 2px solid black;
  margin-bottom: 100px; }

.bg-primary {
  background-color: #c20e1a; }

.bg-primary-dark {
  background-color: #960e19; }

.bg-white {
  background-color: white; }

.bg-grey-light {
  background-color: #f2f2f2; }

.c-primary {
  color: #c20e1a; }

.c-primary-dark {
  color: #960e19; }

.c-white {
  color: white; }

.c-grey-light {
  color: #f2f2f2; }

.c-grey-mid {
  color: #434343; }

.c-ui-mid {
  color: #b5bbb4; }

.bg-ui-mid {
  color: #b5bbb4; }

.f-headline {
  font-family: Purista; }

.f-body {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.f-up {
  text-transform: uppercase; }

.f-600 {
  font-weight: 600; }

.f-800 {
  font-weight: 800; }

.f-400 {
  font-weight: 400; }

.f-200 {
  font-weight: 200; }

.f-xxxl {
  font-size: 38px;
  line-height: 1.32em; }
  .f-xxxl:after, .f-xxxl:before {
    font-size: 38px;
    line-height: 1.32em; }
  @media screen and (min-width: 64em) {
    .f-xxxl {
      font-size: 50px;
      line-height: 1.32em; }
      .f-xxxl:after, .f-xxxl:before {
        font-size: 38px;
        line-height: 1.32em; } }

.f-pad-xxxl {
  padding-bottom: 3em; }
  @media screen and (min-width: 64em) {
    .f-pad-xxxl {
      padding-bottom: 3em; } }

.f-xxl {
  font-size: 28px;
  line-height: 1.32em; }
  .f-xxl:after, .f-xxl:before {
    font-size: 28px;
    line-height: 1.32em; }
  @media screen and (min-width: 64em) {
    .f-xxl {
      font-size: 28px;
      line-height: 1.32em; }
      .f-xxl:after, .f-xxl:before {
        font-size: 28px;
        line-height: 1.32em; } }

.f-pad-xxl {
  padding-bottom: 2em; }
  @media screen and (min-width: 64em) {
    .f-pad-xxl {
      padding-bottom: 2em; } }

.f-xl {
  font-size: 20px;
  line-height: 1.32em; }
  .f-xl:after, .f-xl:before {
    font-size: 20px;
    line-height: 1.32em; }
  @media screen and (min-width: 64em) {
    .f-xl {
      font-size: 20px;
      line-height: 1.32em; }
      .f-xl:after, .f-xl:before {
        font-size: 20px;
        line-height: 1.32em; } }

.f-pad-xl {
  padding-bottom: 2em; }
  @media screen and (min-width: 64em) {
    .f-pad-xl {
      padding-bottom: 2em; } }

.f-l {
  font-size: 18px;
  line-height: 1.2em; }
  .f-l:after, .f-l:before {
    font-size: 18px;
    line-height: 1.2em; }
  @media screen and (min-width: 64em) {
    .f-l {
      font-size: 18px;
      line-height: 1.2em; }
      .f-l:after, .f-l:before {
        font-size: 18px;
        line-height: 1.2em; } }

.f-pad-l {
  padding-bottom: 1.5em; }
  @media screen and (min-width: 64em) {
    .f-pad-l {
      padding-bottom: 1.5em; } }

.f-m {
  font-size: 16px;
  line-height: 1.2em; }
  .f-m:after, .f-m:before {
    font-size: 16px;
    line-height: 1.2em; }
  @media screen and (min-width: 64em) {
    .f-m {
      font-size: 16px;
      line-height: 1.2em; }
      .f-m:after, .f-m:before {
        font-size: 16px;
        line-height: 1.2em; } }

.f-pad-m {
  padding-bottom: 1em; }
  @media screen and (min-width: 64em) {
    .f-pad-m {
      padding-bottom: 1em; } }

.f-s {
  font-size: 14px;
  line-height: 1.2em; }
  .f-s:after, .f-s:before {
    font-size: 14px;
    line-height: 1.2em; }
  @media screen and (min-width: 64em) {
    .f-s {
      font-size: 14px;
      line-height: 1.2em; }
      .f-s:after, .f-s:before {
        font-size: 14px;
        line-height: 1.2em; } }

.f-pad-s {
  padding-bottom: 0.7em; }
  @media screen and (min-width: 64em) {
    .f-pad-s {
      padding-bottom: 0.7em; } }

.f-xs {
  font-size: 12px;
  line-height: 1.2em; }
  .f-xs:after, .f-xs:before {
    font-size: 12px;
    line-height: 1.2em; }
  @media screen and (min-width: 64em) {
    .f-xs {
      font-size: 12px;
      line-height: 1.2em; }
      .f-xs:after, .f-xs:before {
        font-size: 12px;
        line-height: 1.2em; } }

.f-pad-xs {
  padding-bottom: 0.5em; }
  @media screen and (min-width: 64em) {
    .f-pad-xs {
      padding-bottom: 0.5em; } }

.f-xxs {
  font-size: 10px;
  line-height: 1.5em; }
  .f-xxs:after, .f-xxs:before {
    font-size: 10px;
    line-height: 1.5em; }
  @media screen and (min-width: 64em) {
    .f-xxs {
      font-size: 10px;
      line-height: 1.5em; }
      .f-xxs:after, .f-xxs:before {
        font-size: 10px;
        line-height: 1.5em; } }

.f-pad-xxs {
  padding-bottom: 0.25em; }
  @media screen and (min-width: 64em) {
    .f-pad-xxs {
      padding-bottom: 0.25em; } }

input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #858585;
  position: relative;
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  transition: all .3s linear;
  display: inline-block;
  margin-bottom: 0; }

input[type="checkbox"]:checked {
  background-color: transparent;
  background-image: url("/template/assets/checkbox-checked.png");
  background-size: cover; }
  input[type="checkbox"]:checked.mm-inverted {
    background-color: transparent;
    background-image: url("/template/assets/checkbox-checked-inverted.png");
    background-size: cover; }

input[type="checkbox"]:focus {
  outline: 0 none;
  box-shadow: none; }

.form-validation input:focus:required:invalid {
  background-color: #fcd3d6;
  border: 1px solid #c20e1a; }

label a {
  color: inherit;
  text-decoration: underline; }

.m-header {
  height: 900px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .m-header .row {
    width: 100%; }
  .m-header a,
  .m-header label {
    color: white; }

.m-header-anchors {
  display: flex;
  flex-direction: row;
  color: white;
  align-items: center;
  justify-content: center;
  align-content: center; }
  .m-header-anchors .m-item {
    padding: 0 20px; }
    .m-header-anchors .m-item.mm-button {
      padding: 0;
      width: 110px;
      height: auto; }

.m-section_footer a,
.m-section_copyright a {
  color: rgba(255, 255, 255, 0.8); }
  .m-section_footer a:hover,
  .m-section_copyright a:hover {
    color: white; }

.m-section_footer {
  padding: 50px 0;
  padding-bottom: 30px; }

.m-section_copyright {
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.7); }

.m-section_footer-first-line {
  padding-bottom: 60px; }
  .m-section_footer-first-line .fa {
    padding-left: 14px; }

.off-canvas {
  border-right: 1px solid #3b3b3b; }
  .off-canvas * {
    outline: none;
    color: #858585; }
  .off-canvas a:hover {
    color: white; }
    .off-canvas a:hover .fa {
      color: white; }
  .off-canvas.position-left {
    position: fixed;
    overflow: hidden;
    z-index: 10;
    top: 0;
    bottom: 0;
    transform: translateX(0);
    transition: transform 0.5s ease; }
    .off-canvas.position-left.is-open {
      transform: translateX(385px);
      transition: transform 0.5s ease; }
    .off-canvas.position-left .row {
      width: 100%; }
    .off-canvas.position-left .row .row {
      width: auto; }
  .off-canvas .menu-icon {
    vertical-align: inherit;
    height: 20px; }
    .off-canvas .menu-icon:hover {
      color: white; }
    .off-canvas .menu-icon:after {
      display: none; }

.off-canvas-content {
  box-shadow: none; }

.off-canvas-scroll-content {
  overflow: auto;
  height: 100%; }

.off-canvas-item--headline {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.13em;
  color: #f2f2f2; }

.off-canvas-item--icon {
  font-size: 32px;
  color: #f2f2f2;
  text-align: right;
  margin-top: -.16em; }

.off-canvas-item {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  padding: 16px 16px;
  border-top: 1px dotted #858585; }
  .off-canvas-item.is-section {
    border-top: 1px solid #858585; }
  .off-canvas-item:first-of-type {
    border-bottom: none; }
  .off-canvas-item:last-of-type {
    padding-bottom: 300px; }
  .off-canvas-item:hover:not(.disabled) {
    background-color: #484848; }
    .off-canvas-item:hover:not(.disabled) * {
      color: white; }
  .off-canvas-item.disabled {
    pointer-events: none; }
    .off-canvas-item.disabled * {
      color: #5d5d5d; }

.off-canvas-header,
.off-canvas-footer {
  font-family: Purista;
  background-color: #434343;
  height: 76px;
  border-bottom: 1px solid #434343;
  padding-left: 20px;
  padding-right: 20px; }

.off-canvas-header {
  font-weight: 600;
  font-size: 1.7142857143rem; }

.off-canvas-footer {
  position: fixed;
  bottom: 0;
  background-color: #434343; }
  .off-canvas-footer div:first-of-type {
    border-right: 1px solid #434343; }
  .off-canvas-footer .fa {
    margin-right: 10px; }
  .off-canvas-footer:before {
    pointer-events: none;
    display: block;
    height: 200px;
    top: -200px;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(180deg, rgba(67, 67, 67, 0), #434343);
    position: absolute; }

.top-bar-koma {
  height: 77px;
  padding: 0;
  border-bottom: 1px solid #b5bbb4;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  background-color: white; }
  .top-bar-koma .menu
.menu a {
    color: #858585; }
  .top-bar-koma .menu > li {
    padding: 21px;
    height: 76px; }
  .top-bar-koma .menu > li > a {
    padding: 0; }
  .top-bar-koma .menu-icon::after {
    color: #858585; }
  .top-bar-koma .menu-square {
    width: 77px; }
    .top-bar-koma .menu-square button {
      border-radius: 0; }
  .top-bar-koma .top-bar--left {
    height: 76px; }
    .top-bar-koma .top-bar--left .has-border {
      border-right: 1px solid #b5bbb4; }
  .top-bar-koma .top-bar--right {
    height: 76px; }
    .top-bar-koma .top-bar--right .has-border {
      border-left: 1px solid #b5bbb4; }
  .top-bar-koma .menu-logo {
    min-width: 210px;
    flex-shrink: 2;
    background-image: url("/template/assets/logo-koma.svg");
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (min-width: 64em) {
      .top-bar-koma .menu-logo {
        min-width: 300px;
        background-image: url("/template/assets/logo-koma-wide.svg"); } }
    .top-bar-koma .menu-logo a {
      display: block;
      width: 100%;
      height: 100%; }
  .top-bar-koma .menu-links {
    flex-shrink: 0; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .top-bar-koma .menu-text span {
      display: none; } }

.m-breadcrumbs {
  background-color: #ecf0ec;
  max-height: 42px;
  padding: 13px;
  padding-left: 22px;
  padding-right: 22px;
  color: #434343; }
  .m-breadcrumbs .breadcrumbs li:not(:last-child)::after {
    color: #434343; }
  .m-breadcrumbs .breadcrumbs a {
    text-decoration: underline; }
  .m-breadcrumbs.mm-over {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #f8f8f8; }
    .m-breadcrumbs.mm-over .breadcrumbs li {
      color: #f8f8f8;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
    .m-breadcrumbs.mm-over .breadcrumbs li:not(:last-child)::after {
      color: #f8f8f8; }
    .m-breadcrumbs.mm-over .breadcrumbs a {
      text-decoration: underline;
      color: #f8f8f8; }

.dot-params li {
  padding: 0 10px; }

.dot-params i {
  background-color: #434343;
  color: #f8f8f8;
  font-size: 0.8571428571rem;
  vertical-align: text-bottom;
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  text-transform: lowercase;
  line-height: 16px;
  font-style: normal;
  margin-right: 4px; }
  .dot-params i + span {
    font-size: 1.1428571429rem;
    line-height: 16px; }

.box-params li {
  margin-right: 8px;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  margin-bottom: 6px;
  background-color: white; }

.box-params i {
  background-color: #434343;
  color: #f8f8f8;
  display: inline-block;
  text-align: center;
  font-style: normal;
  min-width: 24px;
  padding-left: 4px;
  padding-right: 4px; }

.box-params span {
  padding-left: 4px;
  padding-right: 4px; }

.box-params i, .box-params span {
  font-size: 12px;
  line-height: 22px; }

.box-params .tag {
  background-color: transparent; }

.tech-spec li {
  padding: 4px;
  border-top: 1px solid #858585; }
  .tech-spec li:last-child {
    border-bottom: 1px solid #858585; }
  .tech-spec li > div {
    display: flex;
    flex-direction: row;
    align-content: space-between; }

.tech-spec li span {
  display: block;
  flex: 1; }

.menu-download {
  border-top: 2px solid #858585;
  border-bottom: 2px solid #858585; }
  .menu-download .header {
    background-color: #ecf0ec;
    padding: 10px; }
  .menu-download li {
    border-bottom: 1px solid #ecf0ec;
    padding: 10px;
    line-height: 1; }
    .menu-download li:last-child {
      border-bottom: none; }
  .menu-download li > a {
    padding: 0; }
    .menu-download li > a:hover {
      text-decoration: underline; }
  .menu-download li > a > i {
    color: #858585;
    margin-right: 8px; }

.menu .disabled {
  pointer-events: none;
  color: #b5bbb4; }
  .menu .disabled a {
    color: #b5bbb4; }

.menu.align-right-flex {
  display: flex;
  justify-content: flex-end; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .menu-subsections {
    margin-left: -20px;
    margin-right: -20px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .menu-subsections {
    margin-left: -20px;
    margin-right: -20px; } }

.menu-subsections h3 {
  padding-left: 20px;
  padding-right: 20px; }

.menu-subsections .menu-item {
  border-bottom: 1px solid #858585;
  color: #b5bbb4;
  border-bottom: 1px solid #b5bbb4;
  display: flex;
  font-size: 24px;
  font-family: 'Purista';
  font-weight: 800; }
  .menu-subsections .menu-item:first-of-type {
    border-top: 1px solid #b5bbb4; }
  .menu-subsections .menu-item a {
    display: block;
    width: 100%;
    color: #434343;
    text-decoration: none;
    padding: 20px; }
    .menu-subsections .menu-item a:hover {
      color: #c20e1a; }
  .menu-subsections .menu-item .icon {
    flex-shrink: 100;
    min-width: 80px;
    text-align: center;
    border-left: 1px solid #b5bbb4; }
  .menu-subsections .menu-item.empty-content .title {
    opacity: 0.6; }

.menu.dropdown.menu-language {
  min-width: 120px; }
  .menu.dropdown.menu-language a {
    text-decoration: none; }
    .menu.dropdown.menu-language a:hover {
      color: #ee1523; }
  .menu.dropdown.menu-language a:after {
    display: none; }
  .menu.dropdown.menu-language .is-dropdown-submenu-parent > a {
    min-width: 120px;
    text-decoration: none; }
  .menu.dropdown.menu-language .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 0.8em;
    position: relative; }
  .menu.dropdown.menu-language .submenu {
    background-color: transparent;
    border-left: none;
    border-right: none; }
  .menu.dropdown.menu-language.menu:not(.vertical) .is-dropdown-submenu.first-sub {
    min-width: 120px; }

.koma-content .accordion-title:before {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  display: block;
  top: 0;
  bottom: 0;
  height: 24px;
  margin: auto; }

.m-tabs .tabs {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  border: none;
  border-bottom: 1px solid black; }

.m-tabs .tabs-title, .m-tabs .tabs-title a {
  font-family: Purista;
  font-size: 20px;
  text-decoration: none;
  background-color: #ecf0ec; }

.m-tabs .tabs-title {
  max-width: 480px;
  float: none;
  flex: 1;
  text-align: center;
  border-bottom: transparent;
  border-top: 1px solid black;
  border-left: 1px solid black; }
  .m-tabs .tabs-title:last-of-type {
    border-right: 1px solid black; }
  .m-tabs .tabs-title a {
    padding: 30px;
    color: #000; }
  .m-tabs .tabs-title .fa {
    color: #c20e1a; }

.m-tabs .tabs-title.is-active a {
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  background-color: white; }

.m-tabs .tabs-content {
  border: none; }

.m-block.mm-side {
  padding: 20px; }
  .m-block.mm-side h2 {
    padding-bottom: .4em; }
  .m-block.mm-side ul {
    margin-left: 0; }
  .m-block.mm-side li {
    list-style: none; }

.m-block.mm-bottom {
  font-size: 20px; }
  .m-block.mm-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .m-block.mm-bottom li:before {
    font-family: Purista;
    font-weight: 800;
    color: #c20e1a;
    content: "\2192";
    margin-right: 1em; }

.m-block li {
  margin-bottom: .8em; }

.m-gallery--item {
  cursor: pointer;
  margin-bottom: 24px; }

.m-gallery--image {
  width: 100%;
  height: auto; }

.m-gallery--headline {
  background-color: #fff;
  font-weight: 600;
  padding: 0.3em 0.5em; }

.m-info .m-info--headline {
  border-top: 2px solid #858585;
  padding-top: .8em;
  margin-bottom: .8em; }

.m-schema ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
  font-size: 16px; }

.m-schema ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 8px 2.6em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 2px 6px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */ }
  .m-schema ol > li:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    top: -2px;
    left: -2.6em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    /* Some space between the number and the content in browsers that support
               generated content but not positioning it (Camino 2 is one example) */
    margin-right: 10px;
    padding: 4px;
    color: #fff;
    background: #4a90e2;
    font-weight: bold;
    text-align: center; }

.m-schema li ol,
.m-schema li ul {
  margin-top: 6px; }

.m-schema ol ol li:last-child {
  margin-bottom: 0; }

.m-schema .row {
  position: relative; }

.mm-closed[closable] [closable-content] {
  display: none; }

.owl-obsah {
  position: relative;
  margin-bottom: 40px; }
  .owl-obsah .owl-controls {
    position: absolute;
    margin: 0;
    bottom: -40px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%); }
  .owl-obsah .next,
  .owl-obsah .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    text-align: center;
    background-color: rgba(248, 248, 248, 0.6);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-weight: 800;
    cursor: pointer; }
    .owl-obsah .next:hover,
    .owl-obsah .prev:hover {
      background-color: rgba(248, 248, 248, 0.9); }
  .owl-obsah .next {
    right: 20px; }
  .owl-obsah .prev {
    left: 20px; }
  .owl-obsah .owl-obsah-owl img {
    width: 100%;
    height: auto; }
  .owl-obsah .owl-item {
    border-right: 10px solid transparent; }

#katalogModal .close-button {
  z-index: 10000; }

.m-katalog li {
  border-bottom: 1px solid #ecf0ec;
  font-family: Purista;
  font-weight: 600; }

.m-katalog .menu > li > a {
  padding: 2em; }

.m-katalog .is-drilldown {
  width: 100% !important;
  height: 100% !important; }

.m-katalog .m-katalog--item {
  display: flex; }

.m-katalog .m-katalog--item-link,
.m-katalog .m-katalog--item-content,
.m-katalog .m-katalog--item-next {
  padding: 1em;
  font-size: 18px; }

.m-katalog .m-katalog--item-link {
  flex-grow: 10; }

.m-katalog .m-katalog--item-content,
.m-katalog .m-katalog--item-next {
  min-width: 100px;
  text-align: center;
  border-left: 1px solid #ecf0ec; }

.m-katalog .m-katalog--item-next {
  display: none; }

.m-katalog .is-drilldown-submenu-parent > .m-katalog--item > .m-katalog--item-next {
  display: block;
  cursor: pointer; }

.m-product-list .m-product-list-item {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .m-product-list .m-product-list-item h1 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 0; }
    .m-product-list .m-product-list-item h1 a {
      color: #000; }
  .m-product-list .m-product-list-item a {
    color: #434343;
    text-decoration: none; }
    .m-product-list .m-product-list-item a:hover {
      color: #c20e1a; }

.m-product-list .m-product-list--center-wrapper {
  padding-top: 10px;
  padding-bottom: 10px; }

.m-product-list .m-product-list--line-top {
  min-height: 50px; }

.m-product-list .m-product-list-item--image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .m-product-list .m-product-list-item--image a {
    width: 100%;
    height: 100%;
    display: block; }

.m-product-list.mm-list .m-product-list-item {
  margin-bottom: 2px; }
  .m-product-list.mm-list .m-product-list-item > .row {
    background-color: #ecf0ec; }
  .m-product-list.mm-list .m-product-list-item .ignore-gutter {
    padding-left: 0; }

.m-product-list.mm-list .m-product-list-item--image {
  width: 100%;
  height: 100px; }

.m-product-list.mm-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .m-product-list.mm-card .mm-pad-card {
    padding: 16px 16px; }
  .m-product-list.mm-card .m-product-list-item {
    background-color: #ecf0ec;
    margin-bottom: 30px;
    min-height: 426px; }
    @media screen and (min-width: 64em) {
      .m-product-list.mm-card .m-product-list-item {
        margin-bottom: 40px; } }
  .m-product-list.mm-card .menu {
    min-height: 64px; }
    .m-product-list.mm-card .menu.dot-params {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-content: flex-start;
      margin-right: -8px;
      margin-left: -8px; }
      .m-product-list.mm-card .menu.dot-params > li {
        padding-bottom: 4px;
        padding-left: 8px;
        padding-right: 8px; }
    .m-product-list.mm-card .menu.box-params > li {
      margin-bottom: 10px; }
  .m-product-list.mm-card .m-product-list-item--image {
    width: 100%;
    height: 171px; }

.drill-down {
  position: relative;
  height: 100%;
  background-color: #858585;
  color: #434343; }

.drill-reveal {
  padding: 0;
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 5000; }
  .drill-reveal .close-button {
    z-index: 100;
    color: white; }

.drill-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: calc(100% - 70px); }

.drill-level {
  background-color: #858585;
  color: #434343;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: all 0.3s ease-out;
  border-top: 1px solid #b5bbb4; }
  .drill-level a {
    display: block;
    width: 100%;
    padding: 20px 20px;
    color: #434343;
    text-decoration: none; }
    .drill-level a:hover {
      color: white; }

.drill-hidden {
  transition: all 0.3s ease-out;
  transform: translateX(100%); }

.drill-next {
  display: none;
  padding: 20px 20px;
  color: #434343; }
  .drill-next:hover {
    color: white; }

.drill-title {
  flex-grow: 5; }

.drill-next,
.drill-icon {
  min-width: 100px;
  text-align: center;
  border-left: 1px solid #b5bbb4;
  cursor: pointer;
  font-size: 33.6px;
  line-height: 1; }

.drill-item {
  border-bottom: 1px solid #b5bbb4;
  display: flex;
  font-size: 24px;
  font-family: "Purista";
  font-weight: 800; }
  .drill-item.drill-has-childs .drill-next {
    display: block; }
  .drill-item.drill-empty-content .drill-title {
    opacity: 0.6; }

.drill-controls {
  padding: 30px 20px;
  font-size: 24px;
  font-family: "Purista";
  color: #b5bbb4;
  display: flex;
  align-content: center;
  height: 100px; }

.drill-back-button {
  height: 100%;
  margin-right: 20px; }
  .drill-back-button .button {
    transition: none;
    margin-bottom: 0;
    padding: 0;
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    padding-left: 8px;
    padding-right: 16px;
    background-color: white;
    font-size: 16px;
    color: black; }
  .drill-back-button .drill-back-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 16px solid white;
    margin-bottom: 0; }
  .drill-back-button:hover .button {
    transition: none;
    background-color: #c20e1a;
    color: white; }
  .drill-back-button:hover .drill-back-arrow {
    transition: none;
    border-right: 16px solid #c20e1a; }

.drill-hist-button {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer; }
  .drill-hist-button:after {
    content: ">";
    display: inline-block;
    margin-left: 10px; }
  .drill-hist-button:hover {
    color: white; }
    .drill-hist-button:hover:after {
      color: #b5bbb4; }
  .drill-hist-button:last-of-type {
    color: #c20e1a; }
    .drill-hist-button:last-of-type:after {
      display: none; }

.m-body-copy > * {
  margin-left: calc(8.3% + 20px);
  margin-right: calc(8.3% + 20px);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }
  .m-body-copy > *:first-child {
    margin-top: 0; }

.m-body-copy h2, .m-body-copy h3, .m-body-copy h4, .m-body-copy h5, .m-body-copy h6 {
  margin-bottom: 30px;
  margin-top: 2.1em;
  font-weight: 800;
  font-size: 32px; }

.m-body-copy h1, .m-body-copy h2 {
  font-size: 22px;
  margin-bottom: 30px; }

.m-body-copy h3 {
  font-size: 18px;
  margin-bottom: 22px; }

.m-body-copy h4 {
  font-size: 16px;
  margin-bottom: 22px; }

.m-body-copy h5 {
  font-size: 16px;
  margin-bottom: 22px; }

.m-body-copy h6 {
  font-size: 16px;
  margin-bottom: 22px; }

.m-body-copy p, .m-body-copy ul, .m-body-copy ol, .m-body-copy img {
  margin-top: 1.4em; }

.m-body-copy ul > li, .m-body-copy ol > li {
  margin-left: 24px;
  padding: 0; }
  .m-body-copy ul > li li, .m-body-copy ol > li li {
    margin-left: 0px; }
  .m-body-copy ul > li ul,
  .m-body-copy ul > li ol, .m-body-copy ol > li ul,
  .m-body-copy ol > li ol {
    margin-top: 0; }

.m-body-copy img {
  max-width: calc(100% - 16.6% - 40px); }

.m-body-copy > table,
.m-body-copy > blockquote,
.m-body-copy > figure {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
  margin-top: 50px; }
  .m-body-copy > table img,
  .m-body-copy > blockquote img,
  .m-body-copy > figure img {
    width: 100%;
    max-width: none;
    margin: 0; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .m-body-copy > table,
    .m-body-copy > blockquote,
    .m-body-copy > figure {
      margin-left: -20px;
      margin-right: -20px; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .m-body-copy > table,
    .m-body-copy > blockquote,
    .m-body-copy > figure {
      margin-left: -20px;
      margin-right: -20px; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .m-body-copy > table {
    width: calc(100% + 40px); } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .m-body-copy > table {
    width: calc(100% + 40px); } }

.m-body-copy figure figcaption {
  color: #858585;
  padding-top: 0.8em;
  font-size: 14px;
  font-style: italic; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .m-body-copy figure figcaption {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .m-body-copy figure figcaption {
      padding-left: 20px;
      padding-right: 20px; } }
  .m-body-copy figure figcaption a {
    color: #434343;
    text-decoration: underline; }
  .m-body-copy figure figcaption strong {
    color: #434343; }

.m-body-copy table {
  border-top: 2px solid #c20e1a;
  border-bottom: 2px solid #c20e1a;
  font-size: 16px; }
  .m-body-copy table th,
  .m-body-copy table td,
  .m-body-copy table tbody th,
  .m-body-copy table tbody td {
    padding: 0.4em 0.5em;
    vertical-align: top; }
  .m-body-copy table th,
  .m-body-copy table tbody th {
    vertical-align: middle;
    background-color: #b5bbb4;
    border-right: 2px solid #ecf0ec; }

.m-body-copy > blockquote {
  font-family: Purista;
  font-style: italic;
  padding: 20px 28px;
  color: #c20e1a;
  background-color: #ecf0ec;
  font-size: 24px;
  border-left: 5px solid #c20e1a; }

.m-body-copy ol {
  counter-reset: li;
  /* Initiate a counter */
  padding-left: 0;
  /* Remove the default left padding */
  font-size: 16px;
  font-weight: 400; }

.m-body-copy ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 4px 1.6em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 2px 6px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */ }
  .m-body-copy ol > li:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    left: -1.6em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    /* Some space between the number and the content in browsers that support
               generated content but not positioning it (Camino 2 is one example) */
    margin-right: 10px;
    color: #fff;
    background: black;
    text-align: center;
    border-radius: 50%; }

.m-body-copy li ol,
.m-body-copy li ul {
  margin-top: 6px; }

.m-body-copy ol ol li:last-child {
  margin-bottom: 0; }

.m-body-copy code, .m-body-copy pre {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.1428571429rem 0.3571428571rem 0.0714285714rem;
  font-size: 14px; }

.m-body-copy pre {
  margin-top: 0.4em;
  margin-bottom: 0.6em;
  padding: 0.3em; }

.m-toolbar {
  background-color: #858585;
  border-bottom: 1px solid #b5bbb4;
  font-size: 14px;
  color: #fff; }
  .m-toolbar a {
    text-decoration: none;
    color: #fff; }
  .m-toolbar .bound .column:first-child, .m-toolbar .bound .columns:first-child {
    padding-left: 0 !important; }
  .m-toolbar .bound .column:last-child, .m-toolbar .bound .columns:last-child {
    padding-right: 0 !important; }

.m-toolbar--item {
  display: flex;
  max-height: 48px;
  line-height: 48px; }

.m-toolbar--button {
  min-width: 48px;
  line-height: 48px;
  border-left: 1px solid #b5bbb4;
  display: block;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }
  .m-toolbar--button:hover {
    color: #c20e1a; }
  .m-toolbar--button:last-of-type {
    border-right: 1px solid #b5bbb4; }
  .m-toolbar--button.is-disabled {
    color: #b5bbb4; }
    .m-toolbar--button.is-disabled:hover {
      color: #b5bbb4; }
  .m-toolbar--button.mm-filter-button {
    background-image: url("/template/assets/filter-arrow-high.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto 48px;
    background-position: right center;
    width: 110px;
    padding-right: 20px;
    border: none;
    color: #fff;
    margin-right: 16px; }
    .m-toolbar--button.mm-filter-button:hover {
      color: #c20e1a; }

.m-koma-filter {
  background-color: #858585;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  height: 100%;
  overflow: auto;
  padding-bottom: 100px; }
  .m-koma-filter input, .m-koma-filter select {
    margin-bottom: 0;
    height: 40px; }
  .m-koma-filter select {
    background-image: url("/template/assets/arrow-down.png");
    background-size: 16px 9px;
    background-position: right center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding: 0 10px; }
  .m-koma-filter .is-disabled {
    opacity: .2;
    pointer-events: none; }

.m-koma-filter--section-close {
  background-image: url("/template/assets/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
  display: block;
  float: right; }

.m-koma-filter--section {
  border-bottom: 1px solid #b5bbb4; }
  .m-koma-filter--section.is-closed .m-koma-filter--section-close {
    transform: rotate(0deg);
    transition: transform 0.2s ease; }
  .m-koma-filter--section.is-closed .m-koma-filter--section-content {
    display: none; }

.m-koma-filter--section-header {
  padding: 20px 20px; }

.m-koma-filter--section-content {
  padding: 10px 20px;
  padding-top: 0; }

.m-koma-filter--section-header {
  font-size: 18px;
  font-weight: 600; }
  .m-koma-filter--section-header.mm-inline * {
    display: inline-block;
    margin-right: 20px; }

.m-koma-filter--results-label {
  color: black;
  font-size: 18px;
  font-weight: 400; }

.m-koma-filter--label {
  font-size: 18px;
  font-weight: 600; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .m-koma-filter--label {
      font-size: 14px; } }

.m-koma-filter--field {
  padding-top: 10px;
  padding-bottom: 10px; }

.m-koma-filter--range-row {
  display: flex;
  align-items: center;
  flex-direction: row; }

.m-koma-filter--range-slider {
  padding-left: 20px;
  padding-right: 20px;
  flex-grow: 100; }

.m-koma-filter--range-min,
.m-koma-filter--range-max {
  color: black;
  min-width: 50px;
  text-align: center;
  font-size: 16px; }

.m-koma-filter--cloud label {
  background-color: white;
  color: black;
  margin: 0;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 0px 8px;
  vertical-align: middle;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer; }
  .m-koma-filter--cloud label.is-checked {
    background-color: #00d70c;
    color: white; }

.m-koma-filter--cloud input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #858585;
  position: relative;
  margin: 0;
  vertical-align: text-top;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  transition: all .3s linear;
  display: none; }

.m-koma-filter--cloud input[type="checkbox"]:checked {
  background-color: #c20e1a;
  background-image: url("/template/assets/checkbox-checked.png");
  background-size: cover; }
  .m-koma-filter--cloud input[type="checkbox"]:checked.mm-inverted {
    background-color: transparent;
    background-image: url("/template/assets/checkbox-checked-inverted.png");
    background-size: cover; }

.m-koma-filter--cloud input[type="checkbox"]:focus {
  outline: 0 none;
  box-shadow: none; }

.is-disabled .m-koma-filter--cloud label.is-checked {
  background-color: white;
  color: black; }

/*! angularjs-slider - v2.10.4 -
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> -
 https://github.com/angular-slider/angularjs-slider -
 2016-03-28 */
rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

rzslider[disabled] {
  cursor: not-allowed; }

rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #434343; }

rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap; }

rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0; }

rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box; }

rzslider .rz-bar-wrapper.rz-draggable {
  cursor: move; }

rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #434343;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

rzslider .rz-bar.rz-selection {
  z-index: 2;
  background: #ecf0ec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #ecf0ec;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 3px; }

rzslider .rz-pointer:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  content: '';
  color: #000; }

rzslider .rz-pointer.rz-active {
  z-index: 4; }

rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #000;
  cursor: default; }

rzslider .rz-bubble.rz-selection {
  top: 16px; }

rzslider .rz-bubble.rz-limit {
  color: #000; }

.m-koma-filter--range-slider rzslider .rz-pointer-min:after {
  content: 'OD'; }

.m-koma-filter--range-slider rzslider .rz-pointer-max:after {
  content: 'DO'; }

.m-koma-filter--range-slider rzslider .rz-bubble {
  display: none; }

rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  padding: 0 11px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

rzslider .rz-ticks .rz-tick {
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  background: #434343;
  border-radius: 50%; }

rzslider .rz-ticks .rz-tick.rz-selected {
  background: #ecf0ec; }

rzslider .rz-ticks .rz-tick .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0); }

rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline; }

rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0; }

rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px; }

rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%; }

rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important; }

rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px; }

rzslider.rz-vertical .rz-bubble.rz-selection {
  top: auto;
  left: 16px !important; }

rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
  padding: 11px 0;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

rzslider.rz-vertical .rz-ticks .rz-tick {
  vertical-align: middle; }

rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-value {
  top: auto;
  right: -30px;
  transform: translate(0, -28%); }

.grow {
  flex: 2 0 0; }

.m-section {
  padding-top: 100px;
  padding-bottom: 100px; }

.button {
  font-family: Purista;
  font-weight: 600; }

.image-progress {
  width: 67px;
  margin-bottom: 50px; }

.scroll-lock {
  overflow: hidden; }
  .scroll-lock.touch {
    position: fixed;
    overflow: hidden; }

.m-header-image {
  position: relative;
  z-index: 0; }

.m-header-image--button {
  position: absolute;
  bottom: 30px;
  right: 30px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .m-header-image--button .fa {
    vertical-align: middle; }
  .m-header-image--button span {
    margin-left: 10px; }

.m-header--bgimage {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative; }

.mm-negative-offset {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  background-color: white;
  padding-top: 25px; }

.m-souvisejici-item {
  margin-bottom: 25px;
  font-size: 18px; }
  .m-souvisejici-item img {
    width: 100%;
    height: auto; }
  .m-souvisejici-item a {
    text-decoration: none;
    color: #000; }
    .m-souvisejici-item a:hover {
      color: #c20e1a; }
  .m-souvisejici-item .mm-underline {
    text-decoration: underline; }
  .m-souvisejici-item .icon {
    padding: 0;
    font-family: 'Purista';
    font-size: 24px;
    font-weight: 800;
    text-decoration: none !important; }

.mm-inverted-link-colors a {
  color: #434343; }
  .mm-inverted-link-colors a:hover {
    color: #c20e1a; }

.mm-link-notunderline a {
  text-decoration: none; }
  .mm-link-notunderline a:hover {
    text-decoration: none; }

a.button {
  text-decoration: none; }

.m-oznameni article {
  border-top: 1px solid #ecf0ec; }
  .m-oznameni article:last-child {
    border-bottom: 1px solid #ecf0ec; }

.fa-inline {
  vertical-align: middle;
  font-size: 1.8em;
  padding-right: .5em; }

.tag {
  display: inline-block;
  border-radius: 4px;
  padding: 2px 8px;
  line-height: 1em;
  border: 1px solid #434343;
  color: #434343;
  font-size: 12px;
  vertical-align: text-bottom; }

.m-dokumentace > ul {
  margin: 0; }
  .m-dokumentace > ul > li {
    font-size: 16px;
    margin-bottom: 60px;
    list-style: none;
    color: #000;
    font-weight: bold; }
    .m-dokumentace > ul > li > a {
      color: #c20e1a;
      text-decoration: underline; }
      .m-dokumentace > ul > li > a:hover {
        color: #000; }
    .m-dokumentace > ul > li > ul {
      margin-top: 30px;
      list-style: none;
      padding: 0; }
    .m-dokumentace > ul > li ul, .m-dokumentace > ul > li li {
      border: none;
      font-size: 16px;
      font-family: Purista;
      font-weight: 400;
      margin-bottom: 1em; }
    .m-dokumentace > ul > li li {
      margin-left: 20px; }
      .m-dokumentace > ul > li li:before {
        content: "→";
        margin: 0 .6em;
        color: #c20e1a; }

table {
  border: none;
  border-top: 2px solid #c20e1a;
  border-bottom: 2px solid #c20e1a;
  font-size: 16px; }
  table tbody, table thead {
    border: none; }
  table th,
  table td,
  table tbody th,
  table tbody td {
    padding: 0.4em 0.5em;
    vertical-align: top; }
  table th,
  table tbody th {
    vertical-align: middle;
    background-color: #b5bbb4;
    border-right: 2px solid #ecf0ec; }
    table th:last-child,
    table tbody th:last-child {
      border: none; }

ul.mm-double-spacing li {
  margin-bottom: 1em; }

.m-header-pwd,
.m-header-pwd a {
  color: #b5bbb4; }

.m-header-errmsg,
.m-header-errmsg a {
  font-size: 14px; }

.pswp__bg {
  background-color: #f2f2f2; }

.pswp__top-bar,
.pswp__caption {
  background-color: transparent; }

.pswp__counter,
.pswp__caption,
.pswp__caption__center,
button.pswp__button {
  color: #000; }

[closable-close-button] i {
  cursor: pointer;
  transform: rotate(180deg);
  transition: transform 0.2s; }

.mm-closed [closable-close-button] i {
  transform: rotate(0deg);
  transition: transform 0.2s; }

.language-align {
  display: flex;
  justify-content: flex-end; }

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