/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  font-family: sans-serif;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
button, input, select, textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

#cookie-law-bar {
  line-height: 1.5;
}


/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
q:before, q:after {
  content: '';
  content: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure, form {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

meta.foundation-version {
  font-family: "/5.5.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 73.125rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

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

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

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

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

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

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

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

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* @import "foundation/components/accordion";
 @import "foundation/components/alert-boxes";
 */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 #FFFFFF;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  background: transparent;
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #FFFFFF;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  .orbit-timer {
    display: none;
  }

  .orbit-next, .orbit-prev {
    display: none;
  }

  .orbit-bullets {
    display: none;
  }
}
/*@import "foundation/components/breadcrumbs";
@import "foundation/components/button-groups";
@import "foundation/components/buttons";
@import "foundation/components/clearing";
@import "foundation/components/dropdown";
@import "foundation/components/dropdown-buttons";
@import "foundation/components/flex-video";
@import "foundation/components/forms";
@import "foundation/components/icon-bar";
@import "foundation/components/inline-lists";
@import "foundation/components/joyride";
@import "foundation/components/keystrokes";
@import "foundation/components/labels";
@import "foundation/components/magellan";
@import "foundation/components/orbit";
@import "foundation/components/pagination";
@import "foundation/components/panels";
@import "foundation/components/pricing-tables";
@import "foundation/components/progress-bars";
@import "foundation/components/range-slider";
@import "foundation/components/reveal";
@import "foundation/components/side-nav";
@import "foundation/components/split-buttons";
@import "foundation/components/sub-nav";
@import "foundation/components/switches";
@import "foundation/components/tables";
@import "foundation/components/tabs";
@import "foundation/components/thumbs";
@import "foundation/components/tooltips";
@import "foundation/components/top-bar";
@import "foundation/components/type";
@import "foundation/components/offcanvas";
@import "foundation/components/visibility";*/
/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  /*-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 );
  box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 );*/
}

/* ACTIVITY INDICATION */
#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}

#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  margin: -1.25em 0 0 -1.25em;
  /* 20 */
  /*-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 );
  box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 );*/
}

#imagelightbox-loading div {
  width: 1.25em;
  /* 20 */
  height: 1.25em;
  /* 20 */
  background-color: #fff;
  -webkit-animation: imagelightbox-loading .5s ease infinite;
  animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: .5;
    -webkit-transform: scale(0.75);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .5;
    transform: scale(0.75);
  }
}
/* OVERLAY */
#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* "CLOSE" BUTTON */
#imagelightbox-close {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  /* 40 */
  right: 2.5em;
  /* 40 */
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  border: none;
}

#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: #111;
}

#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}

#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* CAPTION */
#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #666;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
  /* 10 */
}

/* NAVIGATION */
#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  /* 60 */
  padding: 0.313em;
  /* 5 */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#imagelightbox-nav button {
  width: 1em;
  /* 20 */
  height: 1em;
  /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em;
  /* 5 */
}

#imagelightbox-nav button.active {
  background-color: #fff;
}

/* ARROWS */
.imagelightbox-arrow {
  width: 3.75em;
  /* 60 */
  height: 7.5em;
  /* 120 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  /* 60 */
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.75);
}

.imagelightbox-arrow:active {
  background-color: #111;
}

.imagelightbox-arrow-left {
  left: 2.5em;
  /* 40 */
}

.imagelightbox-arrow-right {
  right: 2.5em;
  /* 40 */
}

.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: '';
  display: inline-block;
  margin-bottom: -0.125em;
  /* 2 */
}

.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em;
  /* 5 */
}

.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em;
  /* 5 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 41.25em) {
  #container {
    width: 100%;
  }

  #imagelightbox-close {
    top: 1.25em;
    /* 20 */
    right: 1.25em;
    /* 20 */
  }

  #imagelightbox-nav {
    bottom: 1.25em;
    /* 20 */
  }

  .imagelightbox-arrow {
    width: 2.5em;
    /* 40 */
    height: 3.75em;
    /* 60 */
    margin-top: -2.75em;
    /* 30 */
  }

  .imagelightbox-arrow-left {
    left: 1.25em;
    /* 20 */
  }

  .imagelightbox-arrow-right {
    right: 1.25em;
    /* 20 */
  }
}
@media only screen and (max-width: 20em) {
  .imagelightbox-arrow-left {
    left: 0;
  }

  .imagelightbox-arrow-right {
    right: 0;
  }
}
/* Setup */
/* Colors */
/*$darksalmon:		#edb7bc;*/
/* * * * * * * * * * * * * * * * * * * * * * */
/* Slideshow */
/*$slideDelay: .15s;*/
/* Grid Sizes */
/* * * * * * * * * * * * * * * * * * * * * * */
/* Styles */
/* Timing */
/*
	@include vendors(transition, all $duration $type);
	@include vendors(transition-delay, $delay);
*/
/* Fonts */
/* Font Presets */
/* Spaces */
/* Burger Menu */
/* Functions */
/* Calculates Size without Margin */
/* * * * * * * * * * * * * * * * * * * * * * */
a, a:hover, a:active, a:visited {
  text-decoration: none;
  /*color: $dark;*/
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, a:hover:hover, a:active:hover, a:visited:hover {
  color: #333333;
  opacity: 0.4;
}

/* Burger Menu */
.mobile-menu {
  position: fixed;
  z-index: 9998;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  top: -2.5rem;
  right: 1.25rem;
  width: 30px;
  height: 22px;
}
.mobile-menu .bar {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #000000;
  margin-left: 0;
  margin-top: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.mobile-menu .bar.middle {
  top: 1px;
}
.mobile-menu .bar.top {
  top: -6.5px;
}
.mobile-menu .bar.bottom {
  top: 8px;
}
.mobile-menu.close .bar.top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.mobile-menu.close .bar.middle {
  opacity: 0;
  /*margin-left: - ($burgerWidth / 3);*/
}
.mobile-menu.close .bar.bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

/* End Burger Menu */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Signika Negative", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #333333;
  font-family: "Signika Negative", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.025em;
  font-weight: 300;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/*.page-wrap{
	width: 1024px;
	margin:auto auto;
}*/
.js .page-wrap {
  opacity: 0;
}

h1,
h2,
.big {
  font-family: "Signika Negative", sans-serif;
  font-size: 2.375rem;
  line-height: 1.875rem;
  letter-spacing: 0.025em;
  font-weight: 300;
  line-height: 2.8125rem;
}

.middle {
  font-family: "Signika Negative", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
  font-weight: 300;
}

.small {
  font-family: "Signika Negative", sans-serif;
  font-size: 13pt;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
}

h1,
h2 {
  text-transform: uppercase;
}

strong {
  font-weight: 400;
}

/**
* Navigation
*/
nav {
  width: 100%;
  height: 4.375rem;
  display: inline-block;
  position: fixed;
  z-index: 999;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

#navigation-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4.375rem;
  z-index: 999;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  padding-top: 0.875rem;
}
#navigation-wrap.hide {
  top: -4.375rem;
}
#navigation-wrap a, #navigation-wrap a:hover, #navigation-wrap a:active, #navigation-wrap a:visited {
  color: #333333;
}
#navigation-wrap .shadow {
  position: absolute;
  bottom: 0;
  margin-bottom: -93px;
}
#navigation-wrap .left {
  float: left;
}
#navigation-wrap .left .logo {
  margin-left: 0.3125rem;
  z-index: 9999999;
  position: absolute;
}
#navigation-wrap .right {
  float: left;
}
#navigation-wrap .right.mobile-visible {
  /*display:inline-block;*/
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9990;
  position: fixed;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  top: 0 !important;
  bottom: 0;
  overflow-y: scroll;
}
#navigation-wrap .right.mobile-visible ul#navigation {
  width: 100%;
  padding-left: 0;
}
#navigation-wrap .right.mobile-visible ul#navigation li {
  width: 100%;
  font-family: "Signika Negative", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
  font-weight: 300;
  line-height: 2.375rem;
  position: relative;
}
#navigation-wrap ul {
  list-style: none;
  margin-top: 0.375rem;
}
#navigation-wrap ul li {
  list-style: none;
  float: left;
  padding: 0 0.875rem;
  padding-bottom: 10px;
  border-bottom: 0px solid #ffffff;
  border-bottom: 0px solid rgba(255, 255, 255, 0);
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
#navigation-wrap ul li.open-sub-menu, #navigation-wrap ul li:hover {
  border-bottom: 22px solid #71e5b8;
}
#navigation-wrap ul li.open-sub-menu .sub-menu, #navigation-wrap ul li:hover .sub-menu {
  max-height: 800px;
  opacity: 1;
}
#navigation-wrap .sub-menu {
  position: absolute;
  top: 4.8125rem;
  margin: -0.9375rem;
  margin-left: -1rem;
  padding: 0;
  z-index: 9999999;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, max-height 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, max-height 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out, max-height 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, max-height 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, max-height 0.2s ease-in-out;
}
#navigation-wrap .sub-menu li {
  font-family: "Signika Negative", sans-serif;
  font-size: 13pt;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-weight: 300;
  float: inherit;
  text-align: left;
  margin: 0.125rem;
  background: #ffffff;
  width: 16.875rem;
  text-transform: none;
  position: relative;
  border: none;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0.875rem;
  /*
  &:first-child {
  	background: rgb(216,216,216);
  	background: -moz-linear-gradient(top, rgb(216,216,216) 0%, rgb(255,255,255) 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(216,216,216)), color-stop(100%,rgb(255,255,255)));
  	background: -webkit-linear-gradient(top, rgb(216,216,216) 0%,rgb(255,255,255) 100%);
  	background: -o-linear-gradient(top, rgb(216,216,216) 0%,rgb(255,255,255) 100%);
  	background: -ms-linear-gradient(top, rgb(216,216,216) 0%,rgb(255,255,255) 100%);
  	background: linear-gradient(to bottom, rgb(216,216,216) 0%,rgb(255,255,255) 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=0 );
  }*/
}
#navigation-wrap .sub-menu li a {
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
#navigation-wrap .sub-menu li.open-sub-menu, #navigation-wrap .sub-menu li:hover {
  background: #71e5b8;
  border: none;
}
#navigation-wrap .sub-menu li.open-sub-menu a,
#navigation-wrap .sub-menu li.open-sub-menu a:hover, #navigation-wrap .sub-menu li:hover a,
#navigation-wrap .sub-menu li:hover a:hover {
  color: #333333;
  opacity: 1;
}
#navigation-wrap .sub-menu:hover {
  overflow: inherit;
}
#navigation-wrap .sub-menu.level-2 {
  right: -16.5625rem;
  position: absolute;
  top: 0.8125rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#navigation-wrap .sub-menu:hover {
  /*.level-2 {
  	overflow:hidden;
  	max-height: 0;
  }*/
}
#navigation-wrap .sub-menu:hover .sub-menu {
  overflow: hidden;
  max-height: 0;
}
#navigation-wrap .sub-menu:hover li:hover .level-2,
#navigation-wrap .sub-menu:hover li:hover .sub-menu {
  opacity: 1;
  max-height: 800px;
}
#navigation-wrap .sub-menu .sub-menu {
  /*right:rem-calc(-265);*/
  right: -16.3125rem;
  padding-left: 0.9375rem;
  position: absolute;
  top: 0.8125rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.admin-bar #navigation-wrap {
  top: 2rem;
}

/**
* Slideshow
*/
.slideshow-row .flag-text {
  font-family: "Signika Negative", sans-serif;
  font-size: 3.625rem;
  line-height: 4.3125rem;
  letter-spacing: 0.025em;
  font-weight: 300;
  background: #71e5b8;
  color: #ffffff;
  padding: 1.25rem;
}
.slideshow-row .flag {
  position: absolute;
  left: -2.1875rem;
  top: 3.75rem;
  z-index: 9990;
  display: none;
  /*@include vendors(transition, all $duration $type);*/
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.slideshow-row .flag .flag-fold {
  margin-top: -0.0625rem;
}
.slideshow-row .flag.middle {
  top: 50%;
  margin-top: -7.5rem;
}
.slideshow-row .flag.middle .flag-fold {
  margin-top: -0.1875rem;
}
.slideshow-row .flag.bottom {
  top: 75%;
  margin-top: -7.5rem;
}

.row {
  position: relative;
  z-index: 5;
}
.row a, .row a:hover, .row a:active, .row a:visited {
  color: #217e84;
}

/**
* Footer
*/
#footer {
	background-color: #71e5b8;
  width: 100%;
  /*color: #ffffff;*/
	color: #000;
  font-family: "Signika Negative", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.025em;
  font-weight: 300;
  /*ul{
  	list-style:none;
  	display:inline-block;
  	margin:0;
  	padding:0;
  	li {
  		list-style:none;
  		display: inline-block;
  		margin: 0 ($space-1)/3;
  		padding:0;
  	}
  }*/
}
#footer .inner-footer {
  padding: 1.875rem 0;
}
#footer a, #footer a:hover, #footer a:active, #footer a:visited {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer a:hover, #footer a:hover:hover, #footer a:active:hover, #footer a:visited:hover {
  color: #000;
  opacity: 0.4;
}
#footer .col {
  float: left;
  margin: 0 1.25rem;
}
#footer .col.text-col {
  min-width: 13.75rem;
}
#footer.fixed {
  position: fixed;
  bottom: 0;
}
#footer .image-col {
  padding-top: 20px;
  /*clear: both;*/
  width: 80%;
  float: right;
}
#footer .image-col .image-link-wrap {
  min-height: 70px;
  display: inline-block;
  margin: 15px 30px;
}
#footer .image-col .logo-link {
  /*float: right;*/
}
#footer .image-col .logo-link img {
  /*width: 70%;*/
  width: 70px;
  height: auto;
}

/**
* Module
*/
/****** Headline ******/
.headline {
  text-align: center;
  padding-top: 0.9375rem;
}

/****** Sub ******/
.sub {
  font-family: "Signika Negative", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #217e84;
  margin: 1.375rem 0;
}

/****** Spacer ******/
.spacer {
  height: 4.375rem;
  /*height:rem-calc(75);*/
}

/****** Separator ******/
.separator {
  margin-bottom: 6.125rem;
  margin-top: 4.0625rem;
}
.separator.no-margin {
  margin-bottom: 0;
  margin-top: 0.07813rem;
}

/****** Page-Links  ******/
.page-links {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-links .page-link {
  /*width:20%;*/
  width: 22%;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: inherit;
  /*float: left;*/
  margin-bottom: 1.875rem;
}
.page-links .page-link .image {
  margin-bottom: 1.875rem;
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}
.page-links .page-link .label {
  font-family: "Signika Negative", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
  font-weight: 300;
  text-transform: uppercase;
  /*margin-bottom:rem-calc(30);*/
  margin-bottom: 1.25rem;
}
.page-links .page-link .description {
  font-family: "Signika Negative", sans-serif;
  font-size: 13pt;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1rem;
}

/****** Jobs  ******/
/*.valign-center {
    position: relative;
    top: 25%;
    > .columns {
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
    }
  }*/
/*
.valign-middle {
    display: table;
}

.valign-middle .columns {
    display: table-cell;
    vertical-align: middle;
}

.valign-middle .columns,
.valign-middle [class*="column"] + [class*="column"]:last-child {
    float: none;
}*/
.image-wrap {
  position: relative;
  margin-bottom: 2.5rem;
}
.image-wrap .image-bottom,
.image-wrap .image-left {
  position: absolute;
}
.image-wrap .image-bottom {
  bottom: -2.3125rem;
  right: 2.625rem;
  width: 100%;
  height: 2.3125rem;
  /*left: rem-calc(20);*/
}
.image-wrap .image-left {
  left: -2.5rem;
  bottom: -0.0625rem;
  height: 50%;
  min-height: 9.375rem;
  width: 2.5rem;
}

.jobs {
  margin-bottom: 6.125rem;
  margin-top: 4.0625rem;
  /*border:1px solid #f0c;*/
}
.jobs .job {
  min-height: 12.5rem;
  /*border:1px solid #f0c;*/
  /*background: rgba(#fc0,0.2);*/
}
.jobs .job .job-image-outer {
  display: table-cell;
  vertical-align: middle;
}
.jobs .job .description {
  /*padding-left: rem-calc(20);*/
}
.jobs .job .description h2 {
  font-family: "Signika Negative", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
}
.jobs .job .description p {
  font-family: "Signika Negative", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.025em;
  font-weight: 300;
}
.jobs .job-separator img {
  height: 2px;
  width: 100%;
  margin: 3.75rem 0;
}
.jobs .job-separator:last-child {
  display: none;
}

/****** End Jobs  ******/
/****** Team  ******/
.team {
  	/*min-height: rem-calc(450);
  
  	margin-bottom:rem-calc(98);
  	margin-top:rem-calc(65); */
  margin-bottom: 2.125rem;
  margin-top: 1.0625rem;
  text-align: center;
}
.team .team-member {
  display: inline-block;
  position: relative;
  /*height: rem-calc(425);*/
  max-width: 10%;
}
.team .team-member .name {
  position: absolute;
  bottom: 0;
  margin-bottom: -2.8125rem;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  z-index: 999;
}
.team .team-member .name h3 {
  font-family: "Signika Negative", sans-serif;
  font-size: 13pt;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 1.875rem;
  padding-bottom: 0.9375rem;
  line-height: 1.0625rem;
  white-space: nowrap;
  display: inline-block;
  text-align: left;
}
.team .team-member .name .flag {
  position: absolute;
  bottom: 0;
  left: 0;
}
.team .team-member:hover .name {
  opacity: 1;
}

/****** Image - Text ******/
.image-text-row {
  /*margin-bottom:rem-calc(98);*/
  margin-top: 4.0625rem;
}
.image-text-row .image-wrap {
  margin-right: 2.5rem;
}
.image-text-row p.first {
  margin-top: 0;
}

/****** Anchor ******/
.anchor {
  overflow: hidden;
  height: 0px;
}

/******  ******/
input:focus,
textarea:focus {
  outline: none;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

/*
input:focus,
textarea:focus{
	outline:none;
	outline-style:none;
	box-shadow:none;
	border-color:transparent;
}*/
/****** Contact ******/
#kontakt {
  width: 100%;
  padding-top: 1.25rem;
  /*background: #f0c;*/
}
#kontakt .map {
  position: relative;
  top: -5.625rem;
  padding-left: 133px;
  padding-top: 90px;
  padding-bottom: 87px;
  /*width: 50%;*/
  width: 37.5rem;
  display: inline-block;
}
#kontakt .map .google-maps {
  /*margin-left: 133px;
  margin-top: 90px;*/
}
#kontakt .map .hand {
  position: absolute;
}
#kontakt .map .hand.tl {
  top: 0;
  left: 0;
}
#kontakt .map .hand.l {
  top: 90px;
  left: 0;
}
#kontakt .map .hand.tlo {
  top: 90px;
  left: 133px;
}
#kontakt .map .hand.b {
  bottom: 0px;
  left: 189px;
}
#kontakt .map .hand.bo {
  bottom: 94px;
  left: 333px;
}
#kontakt .address {
  width: 18.75rem;
  display: inline-block;
  margin: 0 2.5rem;
  padding-top: 5.625rem;
}
#kontakt .address h2 {
  font-family: "Signika Negative", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
  font-weight: 300;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  color: #217e84;
  margin: 0;
  padding: 0;
}
#kontakt .address p.small {
  font-family: "Signika Negative", sans-serif;
  font-size: 13pt;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-size: 11pt;
  line-height: 13pt;
  font-weight: 300;
}
#kontakt .contact-form {
  /*float: right;*/
  width: 36.875rem;
  display: inline-block;
  float: right;
  position: relative;
}
#kontakt .contact-form .contact-flag {
  position: absolute;
  right: 0;
  top: -86px;
}
#kontakt .contact-form label {
  font-family: "Signika Negative", sans-serif;
  font-size: 13pt;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
  /*color: #707173;*/
	color: #000;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
#kontakt .contact-form input,
#kontakt .contact-form textarea {
  border: none;
  /*background: #dff8f5;*/
	background: white;
  padding: 0.5rem 1.125rem;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
	border: 1px solid black;
}
#kontakt .contact-form input:focus,
#kontakt .contact-form textarea:focus {
  background: #ffffff;
}
#kontakt .contact-form input[type="submit"] {
  background: #5adccb;
  /*color: #ffffff;*/
	color: #000;
  text-transform: uppercase;
  border: none;
  font-family: "Signika Negative", sans-serif;
  font-size: 13pt;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-size: 0.8125rem;
  padding: 0.5rem 1.125rem;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}
#kontakt .contact-form input[type="submit"]:hover {
  background: #dff8f5;
  color: #5adccb;
}
#kontakt .contact-form textarea {
  height: 7em;
}
#kontakt .contact-form #ninja_forms_field_17_div_wrap {
  margin: 0;
}
#kontakt .contact-form #ninja_forms_form_8_wrap {
  width: 23.4375rem;
  background: #9ce8e0;
  padding: 1.5625rem;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
  margin-top: 90px;
  min-height: 18.75rem;
}
#kontakt .contact-form #ninja_forms_field_14_div_wrap,
#kontakt .contact-form #ninja_forms_field_15_div_wrap {
  display: inline-block;
  width: 9.375rem;
}
#kontakt .contact-form #ninja_forms_field_14_div_wrap {
  margin-right: 1.25rem;
}

/*label {*/
#ninja_forms_field_6_label,
#ninja_forms_field_7_label,
#ninja_forms_field_8_label,
#ninja_forms_field_11_label,
#ninja_forms_field_12_label,
#ninja_forms_field_13_label {
  font-family: "Signika Negative", sans-serif;
  font-size: 13pt;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-size: 1.5625rem;
  font-weight: 300;
  padding: 0.5rem 1.125rem;
  padding-left: 0;
  padding-right: 0.625rem;
}

input {
  background: #daf8ed;
  /*border: none;*/
	border: 1px solid #000;
  padding: 0.5rem 1.125rem;
  font-family: "Signika Negative", sans-serif;
  font-size: 13pt;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-weight: 300;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}
input:focus {
  background: #dff8f5;
  /*color: $darkaqua;*/
}

input[type="submit"] {
  background: #5adccb;
  /*color: #ffffff;*/
	color: black;
  text-transform: uppercase;
  border: none;
  font-family: "Signika Negative", sans-serif;
  font-size: 13pt;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-weight: 300;
  font-size: 0.8125rem;
  padding: 0.5rem 1.125rem;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}
input[type="submit"]:hover {
  background: #daf8ed;
  color: #5adccb;
}

/******  ******/
/****** CHEF Flag ******/
.chefs {
  display: inline-block;
  width: 25.875rem;
  height: 33.875rem;
  background: url(../img/chef-flag.jpg);
  background-repeat: no-repeat;
  margin-top: -11.25rem;
  position: absolute;
  right: 0;
  z-index: 1;
}
.chefs .cm {
  position: absolute;
  text-align: center;
  color: #217e84;
  width: 11.25rem;
}
.chefs .cm.first {
  top: 2.625rem;
  left: 2rem;
}
.chefs .cm.second {
  top: 4.6875rem;
  left: 11.5rem;
}

/****** END CHEF Flag ******/
/****** ZAHN-SPRITE ******/
.zahn {
  width: 87px;
  height: 156px;
  position: absolute;
  left: 0;
  top: 0.75rem;
  background: url(../img/zahn-bg.png);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.zahn.hidden {
  opacity: 0;
}
.zahn .sprite {
  position: absolute;
  left: -20px;
  top: 7px;
  -webkit-transform: scale(0.72);
  -moz-transform: scale(0.72);
  -ms-transform: scale(0.72);
  -o-transform: scale(0.72);
  transform: scale(0.72);
  width: 88px;
  height: 140px;
  background: url(../img/zahn-sprite-90.png);
  background-repeat: no-repeat;
}

/****** END ZAHN-SPRITE ******/
/****** Contact Flag ******/
#contact-flag {
  width: 167px;
  height: 78px;
  position: fixed;
  background: url(../img/contact-flag.png);
  z-index: 998;
  left: 0;
  top: 300px;
  padding: 15px 16px;
}
#contact-flag a {
  margin-right: 15px;
}

/******  ******/
/****** Appointment ******/
/*#ninja_forms_field_6_div_wrap,
#ninja_forms_field_7_div_wrap
#ninja_forms_field_8_div_wrap 
{
	float: left;
}

#ninja_forms_field_11_div_wrap{
	float: left;
}*/
#ninja_forms_field_6_div_wrap,
#ninja_forms_field_7_div_wrap,
#ninja_forms_field_11_div_wrap
 {
  float: left;
  width: 33%;
}
#ninja_forms_field_6_div_wrap label,
#ninja_forms_field_7_div_wrap label,
#ninja_forms_field_11_div_wrap
label {
  float: left;
}

#ninja_forms_field_8_label {
  float: left;
}

.ninja-forms-cont .ninja-forms-form-wrap .list-checkbox-wrap ul label,
.ninja-forms-cont .ninja-forms-form-wrap .list-radio-wrap ul label {
  font-weight: 300;
}

/*#ninja_forms_field_11_options_span {
	ul {
		li {
			clear:both;
		}
	}
}*/
/*#ninja_forms_field_11_options_span*/
#ninja_forms_field_11_div_wrap,
#ninja_forms_field_12_div_wrap,
#ninja_forms_field_13_div_wrap {
  float: left;
  width: 33%;
  /*display: inline-block;
  clear: both;*/
}
#ninja_forms_field_11_div_wrap ul li,
#ninja_forms_field_12_div_wrap ul li,
#ninja_forms_field_13_div_wrap ul li {
  clear: both;
}

#ninja_forms_field_13_div_wrap ul {
  clear: both;
}

#ninja_forms_field_9_div_wrap {
  clear: both;
  float: right;
}

/******  ******/
/****** Flag ******/
.label.with-flag {
  position: relative;
  background: #71e5b8;
  color: #ffffff;
  display: inline-block;
  max-height: 74px;
  height: 74px;
  margin-bottom: 4.375rem;
}
.label.with-flag h2 {
  height: 74px;
  line-height: 1rem !important;
  font-family: "Signika Negative", sans-serif;
  font-size: 2.375rem;
  line-height: 1.875rem;
  letter-spacing: 0.025em;
  font-weight: 300;
  text-transform: uppercase;
	color: black;
}
.label.with-flag .right-cut {
  position: absolute;
  right: -37px;
  top: 0;
}

/******  ******/
/******************************************
******* Slideshow *************************
******************************************/
.slider {
  text-align: center;
  position: relative;
}
.slider .slider-inner {
  padding: 0 2.5rem;
  box-sizing: border-box;
  position: relative;
}
.slider .slider-assets {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 84%;
}
.slider .slider-assets .slider-gradient {
  width: 100%;
  height: 3.3125rem;
  /*margin-top: 44.5%;*/
  position: relative;
  bottom: 0;
}
.slider .slide-item {
  position: relative;
  width: 100%;
  /* desired width */
  max-width: 74.9375rem;
  display: inline-block;
  text-align: right;
}
.slider .slide-item:before {
  content: "";
  display: block;
  padding-top: 56.380316931%;
  margin: auto auto;
}
.slider .slide-item .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background: #fC0;*/
}
.slider .slide-item .slide-content .content-image .image-switch {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  opacity: 0;
}
.slider .slide-item .slide-content .content-image .image-switch.active {
  opacity: 1;
}
.slider .slide-item .slide-content .content-image .image-switch img {
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 94% 85%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 94% 85%, 0% 100%);
  -ms-clip-path: polygon(0% 0%, 100% 0%, 94% 85%, 0% 100%);
  -o-clip-path: polygon(0% 0%, 100% 0%, 94% 85%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 94% 85%, 0% 100%);
}
.slider .slide-item .slide-content .slide-title {
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  opacity: 0;
  width: 100%;
}
.slider .slide-item .slide-content .slide-title.active {
  opacity: 1;
}
.slider .slide-item .slide-content .slide-title .text {
  position: absolute;
  left: 2.625rem;
  max-width: 34.375rem;
  background: rgba(255, 255, 255, 0.82);
  padding: 1.25rem 1.875rem;
  text-align: left;
  z-index: 2;
}
.slider .slide-item .slide-content .slide-title.top .text {
  /*bottom: rem-calc(-190);*/
  top: 5.625rem;
}
.slider .slide-item .slide-content .slide-title.middle .text {
  display: none;
}
.slider .slide-item .slide-content .slide-title.bottom .text {
  bottom: 100px;
}
.slider .slide-item .slide-content .overlay-assets {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: right;
}
.slider .slide-item .slide-content .overlay-assets .slideshow-overlay-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 85%;
  z-index: 3;
}
.slider .slide-item .slide-content .overlay-assets .slideshow-overlay-bottom {
  position: relative;
  z-index: 4;
  margin-top: 47.9%;
}
.slider .slide-item .slide-content .overlay-assets .slideshow-overlay-fold {
  position: relative;
  z-index: 4;
  margin-top: 0;
}
.slider .slide-item .slide-content .overlay-assets .slideshow-overlay-left {
  position: absolute;
  width: 122px;
  height: 62px;
  z-index: 4;
  left: -121px;
  bottom: 0px;
}
.slider .slide-item .slide-content .slide-title {
  position: absolute;
  /*left: rem-calc(-43);*/
  left: -2.625rem;
  top: 10%;
  z-index: 5;
}
.slider .slide-item .slide-content .slide-title.middle {
  top: 35%;
}
.slider .slide-item .slide-content .slide-title.bottom {
  /*top: 70%;*/
  bottom: 10%;
  top: inherit;
}
.slider .slide-item .slide-content .slide-title .slide-title-text {
  font-family: "Signika Negative", sans-serif;
  font-size: 3.625rem;
  line-height: 4.3125rem;
  letter-spacing: 0.025em;
  font-weight: 300;
  float: left;
  background: #71e5b8;
  /*color: #ffffff;*/
	color: #000;
  padding: 1.25rem;
  position: relative;
  z-index: 7;
}
.slider .slide-item .slide-content .slide-title .slide-flag-fold {
  position: absolute;
  left: 0;
  bottom: -1.6875rem;
  z-index: 9990;
}

/******************************************
******* End Slideshow *********************
******************************************/
@media only screen and (max-width: 1580px) {
  #kontakt .contact-form {
    overflow: hidden;
    width: 440px;
  }
  #kontakt .contact-form .contact-flag {
    right: -150px;
  }

  .chefs {
    display: inline-block;
    height: 30rem;
    width: 25rem;
    left: 50%;
    margin-left: -12.5rem;
    background: none;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    margin-top: 0;
  }
  .chefs .cm {
    position: relative;
  }
  .chefs .cm.first, .chefs .cm.second {
    display: inline-block;
    top: 0;
    left: 0;
    margin: 0;
  }
  .chefs .cm.first {
    float: left;
  }
  .chefs .cm.first img {
    margin-bottom: 0.625rem;
  }
  .chefs .cm.second {
    float: right;
  }

  	/*.chefs {
  		display: inline-block;
  		width: 100%;
  		height: rem-calc(480);
  		background: none;
  		background-repeat: no-repeat;
  		margin-top: 0;
  		position: relative;
  
  		.cm {
  			position: absolute;
  			&.first {
  			    left: 50%;
  			    top: 0;
  			    margin-left: -25%;
  			}
  			&.second {
  				left: 50%;
  			    top: 0;
  			    margin-left: 6%;
  			}
  		}
  	}*/
}
@media only screen and (max-width: 1425px) {
  #kontakt .contact-form {
    overflow: hidden;
    width: 400px;
  }
  #kontakt .contact-form .contact-flag {
    right: -190px;
  }
}
@media only screen and (max-width: 1385px) {
  #kontakt .contact-form {
    /*display: none;*/
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 31.25rem;
    background: #9ce8e0;
    text-align: center;
  }
  #kontakt .contact-form .contact-flag {
    display: none;
  }
  #kontakt .contact-form .ninja-forms-cont {
    text-align: left;
    position: initial;
    display: inline-block;
  }
  #kontakt .contact-form #ninja_forms_form_8_wrap {
    margin: 2.8125rem 0;
  }
  #kontakt .contact-wrap {
    max-width: 62.5rem;
    margin: auto auto;
    padding-bottom: 26.25rem;
  }
}
@media only screen and (max-width: 1156px) {
  #footer ul {
    float: left;
    margin: 0 1.25rem;
  }
  #footer ul li {
    display: inherit;
  }
}
@media only screen and (max-width: 1240px) {
  .slideshow-flag .flag-text {
    /*padding: rem-calc(10);*/
    margin-left: 2.1875rem;
    /*@include font_middle();*/
  }

  .row .medium-6 p br {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  #navigation-wrap .extra {
    display: none;
  }

  #contact-flag {
    display: none;
  }
}
@media only screen and (max-width: 1025px) {
  h1,
  h2,
  .big {
    font-family: "Signika Negative", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0.025em;
    font-weight: 300;
    /*line-height: rem-calc(45);*/
  }

  .middle {
    font-family: "Signika Negative", sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    letter-spacing: 0.025em;
    font-weight: normal;
  }

  .small {
    font-family: "Signika Negative", sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    letter-spacing: 0.025em;
    font-weight: normal;
  }

  	/*h1,
  	h2 {
  		text-transform: uppercase;
  	}
  
  	strong {
  		font-weight: 400;
  	}*/
  .image-text-row,
  .two-row-text {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider .slide-item .slide-content .slide-title .slide-title-text {
    font-size: 2.1875rem;
    line-height: 1.875rem;
  }

  .slider .slide-item .slide-content .slide-title.top .text {
    top: 3.4375rem;
  }

  .slider .slide-item .slide-content .slide-title.bottom .text {
    bottom: 3.4375rem;
  }

  .page-links {
    margin-top: 1.875rem;
  }
  .page-links .page-link .label {
    font-family: "Signika Negative", sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    letter-spacing: 0.025em;
    font-weight: normal;
    font-weight: 300;
  }
}
@media only screen and (max-width: 990px) {
  #kontakt .contact-wrap {
    text-align: center;
  }
  #kontakt .contact-wrap .address {
    margin-top: 5rem;
    text-align: left;
  }
}
@media only screen and (max-width: 985px) {
  #kontakt .contact-wrap .map {
    top: 0;
    padding-left: 6.5rem;
  }
  #kontakt .contact-wrap .address {
    margin-top: 0;
  }
}
@media only screen and (max-width: 950px) {
  .page-links .page-link .label {
    font-family: "Signika Negative", sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    letter-spacing: 0.025em;
    font-weight: normal;
    font-weight: 300;
  }

  /*.ninja_forms_form_6_all_fields_wrap {*/
  #ninja_forms_form_6_all_fields_wrap {
    width: 27.5rem;
    margin: auto auto;
    margin-bottom: 1.25rem;
  }

  #ninja_forms_field_6_div_wrap,
  #ninja_forms_field_7_div_wrap,
  #ninja_forms_field_11_div_wrap,
  #ninja_forms_field_12_div_wrap,
  #ninja_forms_field_13_div_wrap {
    float: left;
    width: 100%;
    padding-bottom: 1.25rem;
  }

  #ninja_forms_field_11_label {
    margin-top: 2.5rem;
  }

  .ninja-forms-form-wrap input,
  .ninja-forms-form-wrap textarea {
    float: right;
    width: 80%;
  }

  .field-wrap.label-left .ninja-forms-field,
  .field-wrap.label-left .ninja-forms-star-rating-control {
    width: 18.75rem;
  }

  /*}*/
}
@media only screen and (max-width: 918px) {
  #footer .col {
    width: 27%;
    margin-bottom: 25px;
  }
  #footer .col:first-child {
    width: 95%;
  }
  #footer .col.image-col {
    padding-top: 20px;
    /*clear: both;*/
    width: 100%;
    float: left;
  }
  #footer .col.image-col .image-link-wrap {
    margin-left: 0px;
    margin-right: 30px;
  }
  #footer .col.image-col .logo-link {
    /*float: right;*/
  }
  #footer .col.image-col .logo-link img {
    /*width: 70%;*/
    width: 70px;
    height: auto;
  }
}
@media only screen and (max-width: 910px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }

  #navigation-wrap .left {
    float: left !important;
    background: #ffffff;
    width: 80%;
    height: 60px;
    z-index: 9999;
    position: relative;
    top: -15px;
    padding-top: 15px;
  }
  #navigation-wrap .right {
    display: none;
  }
  #navigation-wrap .mobile-menu {
    top: 1.25rem;
    opacity: 1;
  }
  #navigation-wrap .mobile-visible #menu-navigation {
    padding: 0 2.5rem;
  }
  #navigation-wrap .mobile-visible #menu-navigation ul.sub-menu {
    position: relative;
    display: inline-block;
    padding: 0;
    top: 0;
    padding-top: 0.625rem;
    margin-left: 0;
    float: left;
  }
  #navigation-wrap .mobile-visible #menu-navigation ul.sub-menu li {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  #navigation-wrap .mobile-visible #menu-navigation .menu-item-has-children:hover .sub-menu {
    /*	display: inline-block;
    	position: static;
    	overflow: initial;
    	*/
    /*.sub-menu {
    	position: static;
    }*/
  }
  #navigation-wrap .mobile-visible #menu-navigation .menu-item-has-children:hover .sub-menu a {
    margin-left: 0.625rem;
  }
  #navigation-wrap .mobile-visible #menu-navigation .menu-item-has-children:hover .sub-menu .menu-item-has-children .sub-menu {
    display: none;
  }
  #navigation-wrap .mobile-visible #menu-navigation .menu-item-has-children:hover .sub-menu .menu-item-has-children .sub-menu a {
    margin-left: 1.25rem;
  }
  #navigation-wrap .mobile-visible #menu-navigation .menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
    display: inline-block;
    position: static;
  }
  #navigation-wrap ul li.open-sub-menu,
  #navigation-wrap ul li:hover {
    border-bottom: none;
  }

  .menu-item-has-children .menu-item-has-children:hover .sub-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .team .team-member {
    max-width: 20%;
    margin-bottom: 20px;
  }

  .row .small-12 br,
  .sub br {
    display: none;
  }

  .zahn {
    display: none;
  }

  .slider .slide-item .slide-content .slide-title .slide-title-text {
    font-family: "Signika Negative", sans-serif;
    font-size: 2.375rem;
    line-height: 1.875rem;
    letter-spacing: 0.025em;
    font-weight: 300;
    padding: 1.25rem;
  }
  .slider .slide-item .slide-content .slide-title.bottom {
    bottom: 20%;
  }
}
@media only screen and (max-width: 845px) {
  #kontakt .contact-wrap .map {
    /*display:none !important;*/
  }

  .team {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .team .team-member {
    max-width: 33%;
  }
}
@media only screen and (max-width: 700px) {
  .page-links {
    text-align: center;
  }
  .page-links .page-link {
    display: inline-block;
    float: initial;
    width: 33%;
  }
  .page-links .page-link .label {
    font-family: "Signika Negative", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0.025em;
    font-weight: 300;
  }

  .slideshow-flag .flag-text {
    padding: 0.625rem;
    font-family: "Signika Negative", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0.025em;
    font-weight: 300;
  }

  .separator {
    margin-bottom: 2.8125rem;
    margin-top: 2.1875rem;
  }
  .separator.no-margin {
    margin-bottom: 0;
    margin-top: 0.07813rem;
  }
  .separator img {
    height: 3.125rem;
  }
}
@media only screen and (max-width: 650px) {
  .jobs .row.job {
    text-align: center;
  }
  .jobs .row.job .small-11,
  .jobs .row.job .job-image-outer,
  .jobs .row.job .description {
    width: 100% !important;
    display: inline-block;
    text-align: center;
  }

  .team .team-member {
    max-width: 33%;
  }
  .team .team-member .name {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #kontakt .contact-wrap .map {
    padding-left: 0;
    width: 100%;
    padding-bottom: 0;
  }
  #kontakt .contact-wrap .map .hand {
    display: none;
  }
  #kontakt .contact-wrap iframe {
    max-width: 100%;
  }
  #kontakt ul li label {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 550px) {
  body {
    /*font-size: rem-calc(14);
    line-height: rem-calc(20);*/
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .sub {
    font-family: "Signika Negative", sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    letter-spacing: 0.025em;
    font-weight: normal;
    font-weight: 300;
  }

  .slider .slide-item .slide-content .text {
    display: none;
  }

  .page-links .page-link {
    display: table;
    float: initial;
    width: 100%;
    /*margin:0 rem-cac(15);*/
    margin: 0;
  }
  .page-links .page-link .label {
    display: table-cell;
    font-family: "Signika Negative", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0.025em;
    font-weight: 300;
    float: left;
    padding-top: 0.3125rem;
  }
  .page-links .page-link .label br {
    display: none;
  }
  .page-links .page-link .image {
    display: table-cell;
    width: 40px;
    float: left;
    margin-top: 1.25rem;
  }
  .page-links .page-link .label,
  .page-links .page-link .image {
    margin-bottom: 0.625rem;
  }

  .page-links .page-link {
    display: block;
    clear: both;
    width: 70%;
    margin: auto auto;
  }
  .page-links .page-link .image {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-links .page-link .label {
    font-family: "Signika Negative", sans-serif;
    font-size: 13pt;
    line-height: 18pt;
    letter-spacing: 0.025em;
    font-weight: normal;
    font-size: 1.0625rem;
    font-weight: 300;
    /*padding-top: 15px;*/
    margin-top: -12px;
  }

  .team .team-member {
    max-width: 33%;
    margin-bottom: 20px;
  }

  .slider .slide-item .slide-content .slide-title .slide-title-text {
    font-family: "Signika Negative", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0.025em;
    font-weight: 300;
    padding: 0.625rem;
  }

  #footer .col {
    width: 60%;
    margin-bottom: 25px;
  }
}
pre {
  font-family: "Signika Negative", sans-serif;
  font-size: 13pt;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  margin-left: 200px;
  margin-top: 70px;
}

.custom-checkbox-input {
  padding-left: 25px;
  cursor: pointer;
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  /*right:40px;*/
  z-index: 1;
  margin-top: 4px;
  margin-left: -25px;
  /*top: 3px;*/
  background: url("../img/assets/inactive/radio-button.jpg") no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.custom-checkbox.selected,
.checkbox-button:hover .custom-checkbox.selected {
  background: url("../img/assets/active/radio-button.jpg") no-repeat;
}

.checkbox-button:hover .custom-checkbox {
  background: url("../img/assets/hover/radio-button.jpg") no-repeat;
}

.custom-checkbox.selected input[type="checkbox"] {
  position: absolute;
}

.custom-checkbox input[type="checkbox"] {
  margin: 1px;
  /*position: absolute;*/
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  /* CSS hacks for older browsers */
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

/*.orbit-bullets-container {
	display: none;
}*/
.orbit-timer {
  display: none;
}

.slideshow-row {
  /*position: relative;*/
}
.slideshow-row .slideshow-layer-top {
  position: absolute;
}
.slideshow-row .slideshow-gradient {
  width: 100%;
  height: 3.3125rem;
  background: url("../img/slideshow-gradient-bottom.jpg") repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  top: 39.375rem;
  /*.slideshow-gradient-bottom {
  	width: 100%;
  	height: rem-calc(53);
  }*/
}

.slide .slide-text {
  display: none;
}
.slide .slide-image {
  /*mask: url("../img/svg/clipping.svg");*/
  /*clip-path: url("../img/svg/clipping.svg");*/
  /*clip-path: url("#clipping");*/
  /*@include vendors(clip-path, polygon(1126.7px,575.3px 2px,679px 2px,0px 119px));*/
  /*@include vendors(clip-path, polygon(0px 1126.7px, 146.5px 207px, 147px 141.2px, 0px 0px));*/
  /*@include vendors(clip-path, polygon(0px 0px, 1199px 0px, 128px 573px, 0px 676px));*/
  /*@include vendors(clip-path, polygon(0px 0px, 1199px 0px, 1077px 553px, 0px 671px));*/
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 94% 85%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 94% 85%, 0% 100%);
  -ms-clip-path: polygon(0% 0%, 100% 0%, 94% 85%, 0% 100%);
  -o-clip-path: polygon(0% 0%, 100% 0%, 94% 85%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 94% 85%, 0% 100%);
  /*@include vendors(mask-image, url("../img/svg/clipping.jpg") );*/
}
.slide .slideshow-overlay {
  position: absolute;
  z-index: 999;
  bottom: 0;
}
.slide .slideshow-overlay .slideshow-overlay-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

#imagelightbox {
  position: fixed;
  z-index: 999999;
  -ms-touch-action: none;
  touch-action: none;
}

/* Costum Form */
.ninja-forms-required-items,
.ninja-forms-req-symbol
 {
  display: none;
}

.ninja-forms-response-msg,
.ninja-forms-required-items {
  font-family: "Signika Negative", sans-serif;
  font-size: 13pt;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 1.125rem;
  line-height: 1.375rem;
}
.ninja-forms-response-msg.visible,
.ninja-forms-required-items.visible {
  margin-top: 10px;
  color: #e9abb1;
  background: #ffffff;
  padding: 10px 15px;
  position: relative;
  top: -25px;
  display: inline-block !important;
  border: 2px solid #fceff1;
}

.ninja-forms-field-error {
  font-family: "Signika Negative", sans-serif;
  font-size: 13pt;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-size: 0.6875rem;
  display: none;
}
.ninja-forms-field-error p {
  margin: 0.25rem 0;
}

#kontakt {
  /*.contact-form {*/
  /*}*/
}
#kontakt .field-wrap.ninja-forms-error {
  /*label {
  	font-weight: bold;
  }*/
}
#kontakt .field-wrap.ninja-forms-error .ninja-forms-req {
  border: 2px solid #ffffff;
  /*background: #ffffff;*/
  background: #fceff1;
}
#kontakt .field-wrap .ninja-form-error {
  /*border: 2px solid #ffffff;*/
  background: #fceff1;
}
#kontakt .ninja-forms-field-error.visible-error {
  display: block;
}
#kontakt .success-msg {
  font-family: "Signika Negative", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
#kontakt .row .success-msg {
  color: #333333;
}

/*
.ninja-forms-error {
	.ninja-forms-req {
		border: 1px solid red;
	}

}*/
/*.privacy {
	&.ninja-form-error {
		background: #ff00cc;
	}
}*/
#kontakt .contact-form .privacy-text p {
  letter-spacing: 0.025em;
  font-size: 11pt;
  line-height: 13pt;
  font-weight: 300;
  margin-bottom: 5px;
  color: #707173;
}
#kontakt .contact-form .privacy-wrap label {
  letter-spacing: 0.025em;
  font-size: 11pt;
  line-height: 13pt;
  text-transform: none;
  font-weight: 300;
  color: #333333;
  cursor: pointer;
}
#kontakt .contact-form .privacy-wrap.form-error {
  background: #FFF;
  padding-left: 5px;
  border: 2px solid #fceff1;
}
#kontakt .contact-form .privacy-wrap.form-error label {
  color: #e9abb1;
}

#ninja_forms_form_6_all_fields_wrap .privacy-text {
  clear: both;
  float: left;
}
#ninja_forms_form_6_all_fields_wrap .privacy-text p {
  margin: 0;
}
#ninja_forms_form_6_all_fields_wrap .privacy-wrap {
  float: left;
  width: 100%;
}
#ninja_forms_form_6_all_fields_wrap .privacy-wrap input {
  margin-right: 0px;
}
#ninja_forms_form_6_all_fields_wrap .privacy-wrap label {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.025em;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#ninja_forms_form_6_all_fields_wrap .privacy-wrap.form-error label {
  color: #e9abb1;
}

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


/* fix for update: kontakt */

#nf-form-8-cont .nf-form-fields-required{
  display: none;
}

#nf-form-8-cont {
  width: 23.4375rem;
  background: #9ce8e0;
  padding: 1.5625rem;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
  margin-top: 90px;
  min-height: 18.75rem;
}

@media only screen and (max-width: 1385px) {
  #nf-form-8-cont {
      text-align: left;
      position: initial;
      display: inline-block;

      width: 80%;
  }
}





/* fix for update */

#kontakt {
  --cell-width: 340px;
}

#kontakt .nf-form-fields-required {
  display: none;
}


#kontakt nf-field .label-left .nf-field-label {
  width: initial;
}

#kontakt .large-centered nf-field {
  float: left;
  box-sizing: border-box;
  margin-left:20px;
  margin-right:20px;
}

.form-name,
.form-mail,
.form-phone,
.form-kind,
.form-day,
.form-time,
.form-agree {
  width: var(--cell-width);
}

#kontakt .large-centered .nf-field-label label{
  font-family: "Signika Negative", sans-serif;
  line-height: 18pt;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-size: 1.5625rem;
  font-weight: 300;
  padding: 0.5rem 1.125rem;
  padding-left: 0;
  padding-right: 0.625rem;
}


#kontakt ul li label {
  line-height: 25px;
}

#kontakt .large-centered .nf-field-label label#nf-label-field-21 {
  font-size: 18px;
  line-height: 12px;
}



@media only screen and (max-width: 1385px) {

  #kontakt nf-field .label-left .nf-field-label {
    width: 120px;
    text-align: left;
  }

  #kontakt #nf-field-13-wrap .nf-field-label{
    width: 100%;
  }

  #kontakt .nf-form-content,
  #kontakt nf-fields-wrap {
    margin: auto;
    width: 60vw;

  }

  #kontakt {
    --cell-width: 60vw;
  }

  #nf-form-6-cont {
    margin-top: 200px;
  }

  .label.with-flag {
    top: 190px;
  }

  #kontakt .large-centered nf-field {
    float: none;
  }
}