@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/********* CUSTOM FONT SETTINGS ************/
.top-bar .menu:not(.submenu) a, .off-canvas ul.menu li, body h3, strong, .button, .lang.in-offcanvas a, .entry-subtitle, .traiteur-banner p, footer, footer a {
  font-family: 'Metropolis Semibold', Arial, sans-serif; }

.lang a, .entry-title, .titlebanner .entry-desc, .grid-item .gericht-title, .grid-item .gericht-gal-wrapper a, .kacheln-desc, .title-foto-text-wrapper .text ul:first-of-type, .traiteur-beratung-content-innerwrapper a {
  font-family: 'Metropolis Bold', Arial, sans-serif; }

.custom-bullet li {
  font-family: 'Metropolis Light', Arial, sans-serif; }

@font-face {
  font-family: "Metropolis Bold";
  src: url("../fonts/Metropolis-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "Metropolis SemiBold";
  src: url("../fonts/Metropolis-SemiBold.woff2") format("woff2"); }

@font-face {
  font-family: "Metropolis Light";
  src: url("../fonts/Metropolis-Light.woff2") format("woff2"); }

@font-face {
  font-family: "Metropolis Regular";
  src: url("../fonts/Metropolis-Regular.woff2") format("woff2"); }

/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

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

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

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

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Metropolis Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: #5D5E66;
  background: #F7F7F7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

select {
  width: 100%;
  border-radius: 0.3125rem; }

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0.3125rem;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.5rem;
        margin-right: -0.5rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-left: -1rem;
        margin-right: -1rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 75em) {
    .column, .columns {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
  width: 6.25%; }

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

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

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

.small-2 {
  width: 12.5%; }

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

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

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

.small-3 {
  width: 18.75%; }

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

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

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

.small-4 {
  width: 25%; }

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

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

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

.small-5 {
  width: 31.25%; }

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

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

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

.small-6 {
  width: 37.5%; }

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

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

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

.small-7 {
  width: 43.75%; }

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

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

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

.small-8 {
  width: 50%; }

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

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

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

.small-9 {
  width: 56.25%; }

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

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

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

.small-10 {
  width: 62.5%; }

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

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

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

.small-11 {
  width: 68.75%; }

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

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

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

.small-12 {
  width: 75%; }

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

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

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

.small-13 {
  width: 81.25%; }

.small-push-13 {
  position: relative;
  left: 81.25%; }

.small-pull-13 {
  position: relative;
  left: -81.25%; }

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

.small-14 {
  width: 87.5%; }

.small-push-14 {
  position: relative;
  left: 87.5%; }

.small-pull-14 {
  position: relative;
  left: -87.5%; }

.small-offset-13 {
  margin-left: 81.25%; }

.small-15 {
  width: 93.75%; }

.small-push-15 {
  position: relative;
  left: 93.75%; }

.small-pull-15 {
  position: relative;
  left: -93.75%; }

.small-offset-14 {
  margin-left: 87.5%; }

.small-16 {
  width: 100%; }

.small-offset-15 {
  margin-left: 93.75%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 6.25%; }
  .medium-push-1 {
    position: relative;
    left: 6.25%; }
  .medium-pull-1 {
    position: relative;
    left: -6.25%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 12.5%; }
  .medium-push-2 {
    position: relative;
    left: 12.5%; }
  .medium-pull-2 {
    position: relative;
    left: -12.5%; }
  .medium-offset-1 {
    margin-left: 6.25%; }
  .medium-3 {
    width: 18.75%; }
  .medium-push-3 {
    position: relative;
    left: 18.75%; }
  .medium-pull-3 {
    position: relative;
    left: -18.75%; }
  .medium-offset-2 {
    margin-left: 12.5%; }
  .medium-4 {
    width: 25%; }
  .medium-push-4 {
    position: relative;
    left: 25%; }
  .medium-pull-4 {
    position: relative;
    left: -25%; }
  .medium-offset-3 {
    margin-left: 18.75%; }
  .medium-5 {
    width: 31.25%; }
  .medium-push-5 {
    position: relative;
    left: 31.25%; }
  .medium-pull-5 {
    position: relative;
    left: -31.25%; }
  .medium-offset-4 {
    margin-left: 25%; }
  .medium-6 {
    width: 37.5%; }
  .medium-push-6 {
    position: relative;
    left: 37.5%; }
  .medium-pull-6 {
    position: relative;
    left: -37.5%; }
  .medium-offset-5 {
    margin-left: 31.25%; }
  .medium-7 {
    width: 43.75%; }
  .medium-push-7 {
    position: relative;
    left: 43.75%; }
  .medium-pull-7 {
    position: relative;
    left: -43.75%; }
  .medium-offset-6 {
    margin-left: 37.5%; }
  .medium-8 {
    width: 50%; }
  .medium-push-8 {
    position: relative;
    left: 50%; }
  .medium-pull-8 {
    position: relative;
    left: -50%; }
  .medium-offset-7 {
    margin-left: 43.75%; }
  .medium-9 {
    width: 56.25%; }
  .medium-push-9 {
    position: relative;
    left: 56.25%; }
  .medium-pull-9 {
    position: relative;
    left: -56.25%; }
  .medium-offset-8 {
    margin-left: 50%; }
  .medium-10 {
    width: 62.5%; }
  .medium-push-10 {
    position: relative;
    left: 62.5%; }
  .medium-pull-10 {
    position: relative;
    left: -62.5%; }
  .medium-offset-9 {
    margin-left: 56.25%; }
  .medium-11 {
    width: 68.75%; }
  .medium-push-11 {
    position: relative;
    left: 68.75%; }
  .medium-pull-11 {
    position: relative;
    left: -68.75%; }
  .medium-offset-10 {
    margin-left: 62.5%; }
  .medium-12 {
    width: 75%; }
  .medium-push-12 {
    position: relative;
    left: 75%; }
  .medium-pull-12 {
    position: relative;
    left: -75%; }
  .medium-offset-11 {
    margin-left: 68.75%; }
  .medium-13 {
    width: 81.25%; }
  .medium-push-13 {
    position: relative;
    left: 81.25%; }
  .medium-pull-13 {
    position: relative;
    left: -81.25%; }
  .medium-offset-12 {
    margin-left: 75%; }
  .medium-14 {
    width: 87.5%; }
  .medium-push-14 {
    position: relative;
    left: 87.5%; }
  .medium-pull-14 {
    position: relative;
    left: -87.5%; }
  .medium-offset-13 {
    margin-left: 81.25%; }
  .medium-15 {
    width: 93.75%; }
  .medium-push-15 {
    position: relative;
    left: 93.75%; }
  .medium-pull-15 {
    position: relative;
    left: -93.75%; }
  .medium-offset-14 {
    margin-left: 87.5%; }
  .medium-16 {
    width: 100%; }
  .medium-offset-15 {
    margin-left: 93.75%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 6.25%; }
  .large-push-1 {
    position: relative;
    left: 6.25%; }
  .large-pull-1 {
    position: relative;
    left: -6.25%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 12.5%; }
  .large-push-2 {
    position: relative;
    left: 12.5%; }
  .large-pull-2 {
    position: relative;
    left: -12.5%; }
  .large-offset-1 {
    margin-left: 6.25%; }
  .large-3 {
    width: 18.75%; }
  .large-push-3 {
    position: relative;
    left: 18.75%; }
  .large-pull-3 {
    position: relative;
    left: -18.75%; }
  .large-offset-2 {
    margin-left: 12.5%; }
  .large-4 {
    width: 25%; }
  .large-push-4 {
    position: relative;
    left: 25%; }
  .large-pull-4 {
    position: relative;
    left: -25%; }
  .large-offset-3 {
    margin-left: 18.75%; }
  .large-5 {
    width: 31.25%; }
  .large-push-5 {
    position: relative;
    left: 31.25%; }
  .large-pull-5 {
    position: relative;
    left: -31.25%; }
  .large-offset-4 {
    margin-left: 25%; }
  .large-6 {
    width: 37.5%; }
  .large-push-6 {
    position: relative;
    left: 37.5%; }
  .large-pull-6 {
    position: relative;
    left: -37.5%; }
  .large-offset-5 {
    margin-left: 31.25%; }
  .large-7 {
    width: 43.75%; }
  .large-push-7 {
    position: relative;
    left: 43.75%; }
  .large-pull-7 {
    position: relative;
    left: -43.75%; }
  .large-offset-6 {
    margin-left: 37.5%; }
  .large-8 {
    width: 50%; }
  .large-push-8 {
    position: relative;
    left: 50%; }
  .large-pull-8 {
    position: relative;
    left: -50%; }
  .large-offset-7 {
    margin-left: 43.75%; }
  .large-9 {
    width: 56.25%; }
  .large-push-9 {
    position: relative;
    left: 56.25%; }
  .large-pull-9 {
    position: relative;
    left: -56.25%; }
  .large-offset-8 {
    margin-left: 50%; }
  .large-10 {
    width: 62.5%; }
  .large-push-10 {
    position: relative;
    left: 62.5%; }
  .large-pull-10 {
    position: relative;
    left: -62.5%; }
  .large-offset-9 {
    margin-left: 56.25%; }
  .large-11 {
    width: 68.75%; }
  .large-push-11 {
    position: relative;
    left: 68.75%; }
  .large-pull-11 {
    position: relative;
    left: -68.75%; }
  .large-offset-10 {
    margin-left: 62.5%; }
  .large-12 {
    width: 75%; }
  .large-push-12 {
    position: relative;
    left: 75%; }
  .large-pull-12 {
    position: relative;
    left: -75%; }
  .large-offset-11 {
    margin-left: 68.75%; }
  .large-13 {
    width: 81.25%; }
  .large-push-13 {
    position: relative;
    left: 81.25%; }
  .large-pull-13 {
    position: relative;
    left: -81.25%; }
  .large-offset-12 {
    margin-left: 75%; }
  .large-14 {
    width: 87.5%; }
  .large-push-14 {
    position: relative;
    left: 87.5%; }
  .large-pull-14 {
    position: relative;
    left: -87.5%; }
  .large-offset-13 {
    margin-left: 81.25%; }
  .large-15 {
    width: 93.75%; }
  .large-push-15 {
    position: relative;
    left: 93.75%; }
  .large-pull-15 {
    position: relative;
    left: -93.75%; }
  .large-offset-14 {
    margin-left: 87.5%; }
  .large-16 {
    width: 100%; }
  .large-offset-15 {
    margin-left: 93.75%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 6.25%; }
  .xlarge-push-1 {
    position: relative;
    left: 6.25%; }
  .xlarge-pull-1 {
    position: relative;
    left: -6.25%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 12.5%; }
  .xlarge-push-2 {
    position: relative;
    left: 12.5%; }
  .xlarge-pull-2 {
    position: relative;
    left: -12.5%; }
  .xlarge-offset-1 {
    margin-left: 6.25%; }
  .xlarge-3 {
    width: 18.75%; }
  .xlarge-push-3 {
    position: relative;
    left: 18.75%; }
  .xlarge-pull-3 {
    position: relative;
    left: -18.75%; }
  .xlarge-offset-2 {
    margin-left: 12.5%; }
  .xlarge-4 {
    width: 25%; }
  .xlarge-push-4 {
    position: relative;
    left: 25%; }
  .xlarge-pull-4 {
    position: relative;
    left: -25%; }
  .xlarge-offset-3 {
    margin-left: 18.75%; }
  .xlarge-5 {
    width: 31.25%; }
  .xlarge-push-5 {
    position: relative;
    left: 31.25%; }
  .xlarge-pull-5 {
    position: relative;
    left: -31.25%; }
  .xlarge-offset-4 {
    margin-left: 25%; }
  .xlarge-6 {
    width: 37.5%; }
  .xlarge-push-6 {
    position: relative;
    left: 37.5%; }
  .xlarge-pull-6 {
    position: relative;
    left: -37.5%; }
  .xlarge-offset-5 {
    margin-left: 31.25%; }
  .xlarge-7 {
    width: 43.75%; }
  .xlarge-push-7 {
    position: relative;
    left: 43.75%; }
  .xlarge-pull-7 {
    position: relative;
    left: -43.75%; }
  .xlarge-offset-6 {
    margin-left: 37.5%; }
  .xlarge-8 {
    width: 50%; }
  .xlarge-push-8 {
    position: relative;
    left: 50%; }
  .xlarge-pull-8 {
    position: relative;
    left: -50%; }
  .xlarge-offset-7 {
    margin-left: 43.75%; }
  .xlarge-9 {
    width: 56.25%; }
  .xlarge-push-9 {
    position: relative;
    left: 56.25%; }
  .xlarge-pull-9 {
    position: relative;
    left: -56.25%; }
  .xlarge-offset-8 {
    margin-left: 50%; }
  .xlarge-10 {
    width: 62.5%; }
  .xlarge-push-10 {
    position: relative;
    left: 62.5%; }
  .xlarge-pull-10 {
    position: relative;
    left: -62.5%; }
  .xlarge-offset-9 {
    margin-left: 56.25%; }
  .xlarge-11 {
    width: 68.75%; }
  .xlarge-push-11 {
    position: relative;
    left: 68.75%; }
  .xlarge-pull-11 {
    position: relative;
    left: -68.75%; }
  .xlarge-offset-10 {
    margin-left: 62.5%; }
  .xlarge-12 {
    width: 75%; }
  .xlarge-push-12 {
    position: relative;
    left: 75%; }
  .xlarge-pull-12 {
    position: relative;
    left: -75%; }
  .xlarge-offset-11 {
    margin-left: 68.75%; }
  .xlarge-13 {
    width: 81.25%; }
  .xlarge-push-13 {
    position: relative;
    left: 81.25%; }
  .xlarge-pull-13 {
    position: relative;
    left: -81.25%; }
  .xlarge-offset-12 {
    margin-left: 75%; }
  .xlarge-14 {
    width: 87.5%; }
  .xlarge-push-14 {
    position: relative;
    left: 87.5%; }
  .xlarge-pull-14 {
    position: relative;
    left: -87.5%; }
  .xlarge-offset-13 {
    margin-left: 81.25%; }
  .xlarge-15 {
    width: 93.75%; }
  .xlarge-push-15 {
    position: relative;
    left: 93.75%; }
  .xlarge-pull-15 {
    position: relative;
    left: -93.75%; }
  .xlarge-offset-14 {
    margin-left: 87.5%; }
  .xlarge-16 {
    width: 100%; }
  .xlarge-offset-15 {
    margin-left: 93.75%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem; }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 6.25%; }
  .xxlarge-push-1 {
    position: relative;
    left: 6.25%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -6.25%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 12.5%; }
  .xxlarge-push-2 {
    position: relative;
    left: 12.5%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -12.5%; }
  .xxlarge-offset-1 {
    margin-left: 6.25%; }
  .xxlarge-3 {
    width: 18.75%; }
  .xxlarge-push-3 {
    position: relative;
    left: 18.75%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -18.75%; }
  .xxlarge-offset-2 {
    margin-left: 12.5%; }
  .xxlarge-4 {
    width: 25%; }
  .xxlarge-push-4 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-3 {
    margin-left: 18.75%; }
  .xxlarge-5 {
    width: 31.25%; }
  .xxlarge-push-5 {
    position: relative;
    left: 31.25%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -31.25%; }
  .xxlarge-offset-4 {
    margin-left: 25%; }
  .xxlarge-6 {
    width: 37.5%; }
  .xxlarge-push-6 {
    position: relative;
    left: 37.5%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -37.5%; }
  .xxlarge-offset-5 {
    margin-left: 31.25%; }
  .xxlarge-7 {
    width: 43.75%; }
  .xxlarge-push-7 {
    position: relative;
    left: 43.75%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -43.75%; }
  .xxlarge-offset-6 {
    margin-left: 37.5%; }
  .xxlarge-8 {
    width: 50%; }
  .xxlarge-push-8 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-7 {
    margin-left: 43.75%; }
  .xxlarge-9 {
    width: 56.25%; }
  .xxlarge-push-9 {
    position: relative;
    left: 56.25%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -56.25%; }
  .xxlarge-offset-8 {
    margin-left: 50%; }
  .xxlarge-10 {
    width: 62.5%; }
  .xxlarge-push-10 {
    position: relative;
    left: 62.5%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -62.5%; }
  .xxlarge-offset-9 {
    margin-left: 56.25%; }
  .xxlarge-11 {
    width: 68.75%; }
  .xxlarge-push-11 {
    position: relative;
    left: 68.75%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -68.75%; }
  .xxlarge-offset-10 {
    margin-left: 62.5%; }
  .xxlarge-12 {
    width: 75%; }
  .xxlarge-push-12 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-12 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-11 {
    margin-left: 68.75%; }
  .xxlarge-13 {
    width: 81.25%; }
  .xxlarge-push-13 {
    position: relative;
    left: 81.25%; }
  .xxlarge-pull-13 {
    position: relative;
    left: -81.25%; }
  .xxlarge-offset-12 {
    margin-left: 75%; }
  .xxlarge-14 {
    width: 87.5%; }
  .xxlarge-push-14 {
    position: relative;
    left: 87.5%; }
  .xxlarge-pull-14 {
    position: relative;
    left: -87.5%; }
  .xxlarge-offset-13 {
    margin-left: 81.25%; }
  .xxlarge-15 {
    width: 93.75%; }
  .xxlarge-push-15 {
    position: relative;
    left: 93.75%; }
  .xxlarge-pull-15 {
    position: relative;
    left: -93.75%; }
  .xxlarge-offset-14 {
    margin-left: 87.5%; }
  .xxlarge-16 {
    width: 100%; }
  .xxlarge-offset-15 {
    margin-left: 93.75%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem; }
  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

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

p {
  font-size: inherit;
  line-height: 1.4;
  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: "Metropolis Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #951414;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #999999;
    line-height: 0; }

h1 {
  font-size: 1.5625rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.125rem; }

h4 {
  font-size: 1.0625rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.1875rem; }
  h2 {
    font-size: 1.875rem; }
  h3 {
    font-size: 1.625rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #3E2C31;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #951414; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #999999; }
  blockquote, blockquote p {
    line-height: 1.4;
    color: #5D5E66; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #5D5E66; }
  cite:before {
    content: '\2014 \0020'; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !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 #5D5E66;
    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;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.75em;
  margin: 0 0 1rem 0;
  font-size: 0.8rem;
  background-color: #3E2C31;
  color: #FFFFFF; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #951414;
    color: #FFFFFF; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 0.9rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #951414;
    color: #FFFFFF; }
    .button.primary:hover, .button.primary:focus {
      background-color: #771010;
      color: #FFFFFF; }
  .button.secondary {
    background-color: #3E2C31;
    color: #FFFFFF; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #322327;
      color: #FFFFFF; }
  .button.alt {
    background-color: #4BB400;
    color: #FFFFFF; }
    .button.alt:hover, .button.alt:focus {
      background-color: #3c9000;
      color: #FFFFFF; }
  .button.success {
    background-color: #3adb76;
    color: #FFFFFF; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #FFFFFF; }
  .button.warning {
    background-color: #ffae00;
    color: #FFFFFF; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #FFFFFF; }
  .button.alert {
    background-color: #ec5840;
    color: #FFFFFF; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #FFFFFF; }
  .button.hollow {
    border: 1px solid #951414;
    color: #951414; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #4b0a0a;
      color: #4b0a0a; }
    .button.hollow.primary {
      border: 1px solid #951414;
      color: #951414; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #4b0a0a;
        color: #4b0a0a; }
    .button.hollow.secondary {
      border: 1px solid #3E2C31;
      color: #3E2C31; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #1f1619;
        color: #1f1619; }
    .button.hollow.alt {
      border: 1px solid #4BB400;
      color: #4BB400; }
      .button.hollow.alt:hover, .button.hollow.alt:focus {
        border-color: #265a00;
        color: #265a00; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #951414;
      color: #FFFFFF; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #951414;
        color: #FFFFFF; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #3E2C31;
        color: #FFFFFF; }
    .button.disabled.alt, .button[disabled].alt {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alt:hover, .button.disabled.alt:focus, .button[disabled].alt:hover, .button[disabled].alt:focus {
        background-color: #4BB400;
        color: #FFFFFF; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #FFFFFF; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #FFFFFF; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #FFFFFF; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #FFFFFF transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 0.75em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #999999;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -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 #5D5E66;
    background-color: #FFFFFF;
    outline: none;
    -webkit-box-shadow: 0 0 5px #999999;
            box-shadow: 0 0 5px #999999;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999; }

input::placeholder,
textarea::placeholder {
  color: #999999; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fieldset {
  border: 1px solid #999999;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #F7F7F7;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #999999;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  -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>");
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  background-position: right -1rem center;
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #C8C8C8;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

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

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

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

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

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

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

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #3E2C31;
  position: relative;
  border: 0px solid #C8C8C8;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0.3125rem 0.3125rem;
    border-bottom: 0px solid #C8C8C8; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: transparent; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 0px solid #C8C8C8;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #3E2C31; }
  :last-child > .accordion-content:last-child {
    border-bottom: 0px solid #C8C8C8; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 0.9rem; }
  .button-group.expanded {
    margin-right: -10px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 10px);
      margin-right: 10px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -60px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 10px);
      margin-right: 10px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -60px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 10px);
      margin-right: 10px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -60px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 10px);
      margin-right: 10px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -60px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 10px);
      margin-right: 10px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -60px; }
  .button-group.primary .button {
    background-color: #951414;
    color: #FFFFFF; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #771010;
      color: #FFFFFF; }
  .button-group.secondary .button {
    background-color: #3E2C31;
    color: #FFFFFF; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #322327;
      color: #FFFFFF; }
  .button-group.alt .button {
    background-color: #4BB400;
    color: #FFFFFF; }
    .button-group.alt .button:hover, .button-group.alt .button:focus {
      background-color: #3c9000;
      color: #FFFFFF; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #FFFFFF; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #FFFFFF; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #FFFFFF; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #FFFFFF; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #FFFFFF; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #FFFFFF; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

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

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

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #FFFFFF;
  border: 0px solid #999999; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  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; }

html,
body {
  height: 100%; }

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

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-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: #F7F7F7;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
          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(255, 255, 255, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }

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

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

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0.3125rem;
    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.1875rem 0.625rem;
    border-radius: 0.3125rem; }
    .pagination a:hover,
    .pagination button:hover {
      background: #C8C8C8; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #951414;
    color: #FFFFFF;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #999999;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

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

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

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 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; }

.title-bar {
  background: transparent;
  color: #951414;
  padding: 0rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

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

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

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

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #FFFFFF; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

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

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-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; }

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

.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;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #5D5E66;
    -webkit-box-shadow: 0 7px 0 #5D5E66, 0 14px 0 #5D5E66;
            box-shadow: 0 7px 0 #5D5E66, 0 14px 0 #5D5E66; }

body .off-canvas ul.menu .current-page-ancestor,
body .off-canvas ul.menu .current-page-parent,
body .off-canvas ul.menu .current_page_item > a,
body .off-canvas ul.menu a:hover {
  background: #FFFFFF;
  color: #951414; }

.off-canvas-wrapper {
  background: #951414; }

.top-bar .menu:not(.submenu) {
  margin: 0; }
  .top-bar .menu:not(.submenu) li {
    display: inline-block;
    margin: 1.5625rem 0.625rem; }
    @media screen and (min-width: 64em) {
      .top-bar .menu:not(.submenu) li {
        margin: 1.5625rem 0.9375rem; } }
  .top-bar .menu:not(.submenu) a {
    color: #676767;
    text-transform: uppercase;
    font-size: 0.9375rem;
    display: block;
    line-height: 1.5; }
  .top-bar .menu:not(.submenu) .current-menu-item a:not([href*="#"]),
  .top-bar .menu:not(.submenu) a:hover {
    color: #951414;
    border-bottom: 2px solid #951414; }

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

.mobile-bar {
  position: relative; }
  .mobile-bar .title-bar {
    z-index: 150;
    height: 3.75rem; }
  .mobile-bar .title-bar-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 16px; }
  .mobile-bar .logo {
    width: 5.625rem;
    margin-left: 16px; }
  .mobile-bar .menu-icon:hover::after {
    background: #951414;
    -webkit-box-shadow: 0 7px 0 #951414, 0 14px 0 #951414;
            box-shadow: 0 7px 0 #951414, 0 14px 0 #951414; }

.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

/********* HEADER DEFAULTS *********/
/********* GRID DEFAULTS *********/
.block-grid .columns {
  padding: 4px; }
  @media screen and (min-width: 40em) {
    .block-grid .columns {
      padding: 5.33333px; } }

/********* TYPO DEFAULTS *********/
.custom-bullet {
  list-style-type: none;
  margin-left: 0; }
  .custom-bullet li {
    padding: 0.3125rem 0 0.3125rem 1.5625rem;
    position: relative; }
    .custom-bullet li:before {
      width: 0.375rem;
      height: 0.625rem;
      content: "";
      position: absolute;
      top: 0.8125rem;
      left: 0;
      background: url("../images/arrow_green.svg") center center no-repeat; }

/********* DEFAULT NAV SETTINGS *********/
.off-canvas .open {
  display: block !important; }

.off-canvas ul.menu {
  text-transform: uppercase;
  margin: 0;
  padding: 0; }
  .off-canvas ul.menu li {
    list-style-type: none; }
  .off-canvas ul.menu a {
    color: #FFFFFF;
    padding: 0.83333rem 1.5rem;
    line-height: 1.3;
    display: block;
    font-size: 0.875rem; }
  .off-canvas ul.menu:not(.nested) > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .off-canvas ul.menu .nested {
    margin: 0 0 0.5rem 0;
    display: none; }
    .off-canvas ul.menu .nested a {
      text-transform: none;
      padding: 0.33333rem 0.5rem 0.33333rem 2rem; }
    .off-canvas ul.menu .nested li.current-menu-item a {
      color: #3E2C31; }
  .off-canvas ul.menu a:hover,
  .off-canvas ul.menu .current-page-ancestor,
  .off-canvas ul.menu .current_page_item > a,
  .off-canvas ul.menu .current-page-parent {
    background: #0072AE; }

.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .2s;
  transition: background .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
          box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

#single-gmap {
  height: 15.625rem;
  width: 100%; }

/**** TYPO *****/
strong {
  color: #676767;
  font-weight: normal; }

ul:not(.menu) {
  margin-left: 0;
  list-style-type: none; }
  ul:not(.menu) li {
    padding: 0.1875rem 0 0.1875rem 1.5625rem;
    position: relative; }
    ul:not(.menu) li:before {
      content: "";
      background: url("../images/arrow_gray.svg") center center no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      width: 0.625rem;
      height: 0.625rem;
      position: absolute;
      display: block;
      left: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.button {
  text-transform: uppercase;
  font-size: 0.9375rem;
  margin-bottom: 0; }
  .button:hover {
    background-color: #951414; }
  .button.inverted {
    background: #FFFFFF;
    color: #951414; }
    .button.inverted:hover {
      color: #FFFFFF;
      background: #951414; }

/******** GENERAL ************/
.logo {
  position: absolute;
  z-index: 200; }
  @media screen and (max-width: 74.9375em) {
    .logo {
      left: 16px; } }

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .lang a {
    width: 1.875rem;
    height: 1.875rem;
    background: #3E2C31;
    border-radius: 2000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 0.75rem; }
    .lang a:hover {
      background: #951414; }
  .lang.in-offcanvas {
    margin-top: 32px; }
    .lang.in-offcanvas a {
      background: white;
      color: #3E2C31;
      font-size: 0.8125rem;
      width: 2.5rem;
      height: 2.5rem; }
      .lang.in-offcanvas a:hover {
        background: #3E2C31;
        color: #FFFFFF; }

.kopfbild-wrapper {
  min-height: 12.5rem;
  background: center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative; }
  @media screen and (min-width: 40em) {
    .kopfbild-wrapper {
      min-height: 20.5rem; } }
  @media screen and (min-width: 64em) {
    .kopfbild-wrapper {
      min-height: 18.75rem; } }
  .kopfbild-wrapper .overlay {
    background: rgba(62, 44, 49, 0.3);
    position: absolute;
    height: 100%;
    width: 100%; }

.entry-subtitle {
  font-size: 0.875rem; }
  @media screen and (min-width: 40em) {
    .entry-subtitle {
      font-size: 1.0625rem; } }
  .entry-subtitle span {
    position: relative; }
    .entry-subtitle span:after, .entry-subtitle span:before {
      content: "";
      width: 1.25rem;
      height: 0.125rem;
      background: #676767;
      position: absolute;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .entry-subtitle span:before {
      left: -1.875rem; }
    .entry-subtitle span:after {
      right: -1.875rem; }

.entry-title {
  font-size: 1.5625rem;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 16px; }
  @media screen and (min-width: 40em) {
    .entry-title {
      font-size: 2.1875rem; } }

.titlebanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #951414 url("../images/gatz_pattern2.jpg");
  padding: 48px 0; }
  .titlebanner div {
    color: #FFFFFF; }
  .titlebanner .entry-subtitle span:before,
  .titlebanner .entry-subtitle span:after {
    background: #FFFFFF; }
  .titlebanner .entry-title {
    line-height: 1.1; }
  .titlebanner.has-kacheln {
    padding-bottom: 6.25rem; }
  .titlebanner .entry-desc {
    margin: 48px auto 32px auto;
    max-width: 46.875rem; }
    .titlebanner .entry-desc p {
      line-height: 1.6; }

.white-section {
  background: #FFFFFF;
  padding: 48px 0; }
  @media screen and (min-width: 40em) {
    .white-section {
      padding: 48px 0; } }
  .white-section .entry-title {
    color: #951414; }

.default-editor-wrapper:has(.aligncenter) {
  text-align: center; }

.default-editor-wrapper a {
  display: inline-block; }

.default-editor-wrapper img.aligncenter {
  display: inline-block;
  margin: 10px; }

/***** MASONRY / KACHELN *****/
.kachel-outer-wrapper {
  margin-top: -4.6875rem; }
  .kachel-outer-wrapper:not(.is-masonry) {
    padding-bottom: 32px; }
    @media screen and (min-width: 40em) {
      .kachel-outer-wrapper:not(.is-masonry) {
        padding-bottom: 48px; } }

.grid-item {
  padding: 16px 8px; }
  @media screen and (min-width: 64em) {
    .grid-item {
      padding: 16px; } }
  .grid-item .inner-grid-wrapper {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(62, 44, 49, 0.25);
            box-shadow: 0px 0px 10px rgba(62, 44, 49, 0.25); }
  .grid-item .holder {
    background: center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    min-height: 11.25rem; }
    @media screen and (min-width: 64em) {
      .grid-item .holder {
        min-height: 13.75rem; } }
  .grid-item .inner-holder {
    padding: 24px 16px; }
    @media screen and (min-width: 40em) {
      .grid-item .inner-holder {
        padding: 32px; } }
  .grid-item .title {
    margin-bottom: 16px; }
    .grid-item .title h3 {
      line-height: 1.1; }
  .grid-item .desc {
    text-align: center; }
  .grid-item .button-wrapper {
    padding-top: 32px; }
  .grid-item .gericht-item {
    padding: 0.5rem 0; }
    .grid-item .gericht-item:not(:last-of-type) {
      border-bottom: 1px solid #F7F7F7; }
  .grid-item .gericht-gal-wrapper a {
    color: #951414; }
    .grid-item .gericht-gal-wrapper a:hover {
      color: #3E2C31; }

@media screen and (min-width: 64em) {
  .js-masonry .grid-item {
    width: 33.333333%; } }

.kacheln-desc {
  margin: 24px auto;
  padding: 0 16px;
  max-width: 46.875rem;
  text-align: center; }
  .kacheln-desc p {
    line-height: 1.6; }

/***** EINDRÜCKE *****/
.eindruecke-wrapper {
  background: #FFFFFF;
  padding: 48px 0; }
  @media screen and (min-width: 40em) {
    .eindruecke-wrapper {
      padding: 64px 0; } }
  .eindruecke-wrapper .entry-title {
    color: #951414; }

.gallery-wrapper {
  margin-top: 48px; }
  @media screen and (min-width: 40em) {
    .gallery-wrapper {
      margin-top: 64px; } }
  .gallery-wrapper a img {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .gallery-wrapper a:hover img {
    opacity: 0.85; }

/***** GMAP WRAPPER *****/
#single-gmap {
  min-height: 25rem; }

/**** TITEL FOTO TEXT ****/
@media screen and (min-width: 40em) {
  .title-foto-text-wrapper .row > .columns:not(.text) {
    padding-left: 0; } }

@media screen and (max-width: 39.9375em) {
  .title-foto-text-wrapper .foto-text {
    margin: 32px 0; } }

@media screen and (min-width: 64em) {
  .title-foto-text-wrapper .foto-text {
    margin: 64px 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .title-foto-text-wrapper .foto {
    margin: 48px 0 0 0; } }

@media screen and (max-width: 39.9375em) {
  .title-foto-text-wrapper .text {
    padding: 32px 8px 0 8px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .title-foto-text-wrapper .text {
    padding: 48px 8px; } }

.title-foto-text-wrapper .text ul:first-of-type {
  font-size: 1rem;
  color: #3E2C31;
  list-style-type: none;
  margin: 0 0 1.875rem 0; }
  @media screen and (min-width: 40em) {
    .title-foto-text-wrapper .text ul:first-of-type {
      font-size: 1.125rem; } }
  .title-foto-text-wrapper .text ul:first-of-type li {
    padding: 0.1875rem 0 0.1875rem 1.5625rem;
    position: relative; }
    .title-foto-text-wrapper .text ul:first-of-type li:before {
      content: "";
      background: url("../images/arrow_red.svg") center center no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      width: 0.625rem;
      height: 0.625rem;
      position: absolute;
      display: block;
      left: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

/********* FRONT PAGE ************/
.home .white-section {
  padding-bottom: 0; }

@media screen and (max-width: 39.9375em) {
  .home .header-slider {
    height: 18.125rem !important; } }

.home .header-slider .cycle-pager {
  position: absolute;
  z-index: 200;
  bottom: 0.375rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 3.4375rem;
  color: #FFFFFF; }
  @media screen and (min-width: 40em) {
    .home .header-slider .cycle-pager {
      bottom: 16px; } }
  .home .header-slider .cycle-pager:hover {
    cursor: pointer; }
  .home .header-slider .cycle-pager .cycle-pager-active {
    color: #951414; }

.home .header-slider .slide {
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

@media screen and (min-width: 40em) {
  .home .title-foto-text-wrapper > .row {
    background: #FFFFFF url("../images/logo_bg.png") top 0rem right -4.875rem no-repeat; } }

.home .fotofooter-wrapper .columns {
  height: 14.5rem;
  background: center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  @media screen and (min-width: 40em) {
    .home .fotofooter-wrapper .columns {
      height: 12.5rem; } }

.home .wochenmenu-wrapper {
  background: #3E2C31 url("../images/wochenmenu_bg.jpg");
  color: #FFFFFF;
  padding: 64px 0; }
  .home .wochenmenu-wrapper span:after,
  .home .wochenmenu-wrapper span:before {
    background: #FFFFFF; }
  @media screen and (min-width: 40em) {
    .home .wochenmenu-wrapper > .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .home .wochenmenu-wrapper .entry-title {
      text-transform: none;
      margin: 0; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .home .wochenmenu-wrapper .centered-content-wrapper {
      padding: 48px 0; }
    .home .wochenmenu-wrapper .menu-foto {
      -ms-flex-item-align: end;
          align-self: flex-end; } }
  @media screen and (max-width: 39.9375em) {
    .home .wochenmenu-wrapper .centered-content-wrapper {
      padding: 32px 0 16px 0; }
    .home .wochenmenu-wrapper .entry-title {
      font-size: 1.25rem;
      text-transform: uppercase; }
    .home .wochenmenu-wrapper p {
      line-height: 1.5;
      font-size: 0.9375rem;
      font-family: "Metropolis SemiBold", Arial, sans-serif;
      padding: 0 16px; } }
  .home .wochenmenu-wrapper p {
    margin: 32px 0 48px 0; }

/********* TRAITEUR PAGE SPECIALS ************/
.page-id-17 .foto-text {
  margin-bottom: 0; }

.page-id-17 .text {
  padding-bottom: 0; }

.traiteur-banner-wrapper {
  background: #FFFFFF; }

.traiteur-banner {
  background: #951414 url("../images/gatz_pattern2.jpg"); }
  .traiteur-banner, .traiteur-banner h3 {
    color: #FFFFFF; }
  .traiteur-banner .traiteur-banner-content {
    padding: 16px; }
    @media screen and (min-width: 40em) {
      .traiteur-banner .traiteur-banner-content {
        padding: 32px; } }
  .traiteur-banner p {
    font-size: 0.9375rem;
    margin-bottom: 1.5625rem; }
    @media screen and (min-width: 40em) {
      .traiteur-banner p {
        font-size: 1.0625rem; } }
  .traiteur-banner .button:hover {
    background: #3E2C31; }
  @media screen and (max-width: 39.9375em) {
    .traiteur-banner .traiteur-banner-img {
      display: none; } }
  @media screen and (min-width: 40em) {
    .traiteur-banner .traiteur-banner-img {
      padding-top: 16px; } }

.traiteur-kontakt-wrapper {
  background: #FFFFFF; }
  @media screen and (max-width: 39.9375em) {
    .traiteur-kontakt-wrapper {
      padding: 32px; } }

@media screen and (min-width: 40em) {
  .traiteur-kontakt .columns {
    padding: 32px 0; } }

.traiteur-beratung-content-innerwrapper {
  position: relative; }
  @media screen and (min-width: 40em) {
    .traiteur-beratung-content-innerwrapper {
      float: right; } }
  .traiteur-beratung-content-innerwrapper:before {
    content: "";
    width: 3.8125rem;
    height: 3.75rem;
    background: url("../images/icon_tel.png") center center no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    margin-left: -4.6875rem; }
    @media screen and (max-width: 63.9375em) {
      .traiteur-beratung-content-innerwrapper:before {
        display: none; } }
  .traiteur-beratung-content-innerwrapper strong, .traiteur-beratung-content-innerwrapper a {
    color: #951414; }
  .traiteur-beratung-content-innerwrapper strong {
    font-size: 0.9375rem; }
  .traiteur-beratung-content-innerwrapper a {
    font-size: 1.5625rem;
    line-height: 1; }
    .traiteur-beratung-content-innerwrapper a:hover {
      color: #3E2C31; }

.traiteur-icons-wrapper {
  padding: 32px 0 0 0; }
  .traiteur-icons-wrapper .traiteur-icons-innerwrapper ul {
    text-align: center; }
  .traiteur-icons-wrapper .traiteur-icons-innerwrapper li {
    display: inline-block;
    margin: 0 16px; }
    .traiteur-icons-wrapper .traiteur-icons-innerwrapper li:before {
      display: none; }
    @media screen and (max-width: 39.9375em) {
      .traiteur-icons-wrapper .traiteur-icons-innerwrapper li {
        width: 100%; } }
  .traiteur-icons-wrapper .icon-img {
    height: 5.125rem;
    width: 6.5rem;
    margin: auto;
    background: center center no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    margin-bottom: 0.9375rem; }
    @media screen and (max-width: 39.9375em) {
      .traiteur-icons-wrapper .icon-img {
        float: left;
        margin-right: 1.25rem; } }
  @media screen and (max-width: 39.9375em) {
    .traiteur-icons-wrapper .icon-txt {
      padding-top: 0.9375rem; } }

/******************* FOOTER **********************/
footer {
  background-color: #951414; }
  @media screen and (max-width: 39.9375em) {
    footer {
      padding: 16px 0; } }
  @media screen and (min-width: 40em) {
    footer .columns {
      padding: 16px 8px; } }
  footer ul {
    list-style-type: none;
    margin: 0; }
  footer, footer a {
    color: #FFFFFF;
    font-size: 0.8125rem; }
    footer:hover, footer a:hover {
      color: #FFFFFF;
      text-decoration: underline; }
  footer .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  footer .footer-menu a {
    margin-right: 16px; }
  @media screen and (max-width: 39.9375em) {
    footer .footer-fb {
      margin-top: 0.3125rem; } }
  footer .footer-fb a {
    position: relative;
    padding-left: 1.875rem;
    display: inline-block;
    line-height: 1.5; }
    footer .footer-fb a:before {
      content: "";
      width: 1.375rem;
      height: 1.375rem;
      position: absolute;
      background: url("../images/icon-fb.svg") center center no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      left: 0; }

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