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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

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

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.0625em)/";
  width: 40.0625em;
}

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  font-size: 16px;
}

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

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,
.mqa-display img,
.mqa-display embed,
.mqa-display 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 {
  margin: 0 auto;
  max-width: 61.25rem;
  width: 100%;
}
.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 {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

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

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.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.625rem;
    padding-right: 0.625rem;
    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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

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

  .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.625rem;
    padding-right: 0.625rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .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.625rem;
    padding-right: 0.625rem;
    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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

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

  .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.625rem;
    padding-right: 0.625rem;
    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: 64em) {
  .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.625rem;
    padding-right: 0.625rem;
    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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

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

  .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.625rem;
    padding-right: 0.625rem;
    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;
  }
}
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: .8;
  }

  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3;
  }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: .4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: .8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }

  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-family: "Open Sans", "sans-serif";
  font-size: 13px;
  line-height: 18px;
}
.datepicker.dropdown-menu th {
  padding: 4px 5px;
}
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
.datepicker table {
  border: 0;
  margin: 0;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datepicker td.active.day {
  background: #2ba6cb;
}
.datepicker td.active.year {
  background: #2ba6cb;
}
.datepicker td.old {
  color: #999;
}
.datepicker td.new {
  color: #999;
}
.datepicker td span.active {
  background: #2ba6cb;
}
.datepicker td.day.disabled {
  color: #eee;
}
.datepicker th.active.day {
  background: #2ba6cb;
}
.datepicker th.active.year {
  background: #2ba6cb;
}
.datepicker th.date-switch {
  width: 145px;
}
.datepicker th span.active {
  background: #2ba6cb;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker-dropdown::before {
  display: none;
}

.datepicker-dropdown::after {
  display: none;
}

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

.table-striped .datepicker table tr td {
  background-color: transparent;
}
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fff;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 61.25rem;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    top: 6.25rem;
  }
}
.reveal-modal.radius {
  border-radius: 3px;
}
.reveal-modal.round {
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 61.25rem;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 61.25rem;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 61.25rem;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 61.25rem;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 61.25rem;
    right: 0;
    width: 95%;
  }
}
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 61.25rem;
    right: 0;
    width: 100%;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #999999;
  color: #fff;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 2rem;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #909090;
}
.tabs dd.active a,
.tabs .tab-title.active a {
  background-color: #4e4e4e;
  color: #fff;
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 2.5rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.625rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.625rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.625rem;
}

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }

  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

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

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

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

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

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

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

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

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

  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

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

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}
@media not print {
  .show-for-print {
    display: none !important;
  }
}
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

$icon-home-group: ('icon-home', $icon-home, $icon-home-2x, );

.icon-home {
  @include retina-sprite($icon-home-group);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
The `retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in SCSS

@include retina-sprites($retina-groups);
*/
/* ----------------------------------------
   BEGIN: base styles
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(245, 239, 231, 0.1);
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 1.5em;
}

p {
  margin: 1em 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.button-link {
  display: inline-block;
  min-height: 44px;
  line-height: 1.5;
  width: 270px;
  padding: 10px 19px;
  border: 1px solid #cd071e;
  background-color: transparent;
  color: #cd071e;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.button-link + .button-link {
  margin-left: 14px;
}
.button-link--autow {
  width: auto;
}

iframe {
  border: 0;
}

.divider--line {
  height: 0;
  border: 0 none;
  border-top: 1px solid #cccccc;
  margin-top: 1px;
}

.divider--content {
  margin: 18px 0;
  height: 0;
  border: 0 none;
  border-top: 1px solid #cccccc;
}

.noscroll {
  overflow: hidden;
}

/*
   END: base styles
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: grid overrides
*/
.grid-col > * {
  margin-bottom: 1.25rem;
}
.grid-col > .row {
  margin-bottom: 0;
}
.grid-col > .row > .columns {
  margin-bottom: 1.25rem;
}

/*
   END: grid overrides
   ---------------------------------------- */
.page__indent {
  max-width: 799px;
  margin: 0 auto 0 auto;
}
@media only screen and (min-width: 64em) {
  .page__indent {
    margin-top: -60px;
  }
}
.page__indent .header-teaser-text {
  padding: 7px 30px 0 30px;
}

@media only screen and (min-width: 40.0625em) {
  .page__indent__inner {
    padding: 0 30px;
  }
}
/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-clickable {
  cursor: pointer;
}

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #05f;
  background: white;
  opacity: 0.5;
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.leaflet-bar a, .leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}

.leaflet-touch .leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom: none;
}

/* zoom control */
.leaflet-control-zoom-in {
  font: bold 18px 'Lucida Console', Monaco, monospace;
}

.leaflet-control-zoom-out {
  font: bold 22px 'Lucida Console', Monaco, monospace;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
  line-height: 30px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 28px;
  line-height: 30px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
  background: #f8f8f9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  color: black;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  text-shadow: 1px 1px 1px #fff;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow: hidden;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 4px solid rgba(0, 0, 0, 0.3);
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-editing-icon {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

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

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

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

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

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

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

.fancybox-inner {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

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

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

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

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

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

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

/* 
   END: base
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: atoms
*/
/* ----------------------------------------
   BEGIN: buttons base
*/
.btn {
  font-size: 1.125rem;
  margin: 0.5em 0;
  line-height: 1.5;
  padding: 0.362em 0.555em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  border: 0;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition-duration: 0.07s;
  -o-transition-duration: 0.07s;
  -webkit-transition-duration: 0.07s;
  transition-duration: 0.07s;
}

.btn--std,
a.btn--std {
  background-color: #cd071e;
  color: #fff;
  font-weight: 400;
}
.btn--std:hover,
a.btn--std:hover {
  background-color: #b4061a;
}

/*
   END: buttons base
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: button modifiers
*/
.btn--block {
  display: block;
  padding-left: 0.35em;
  padding-right: 0.35em;
  margin-right: auto;
  margin-left: auto;
}

/*
   END: button modifiers
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: button with label
*/
.btn-label-wrap {
  font-size: 0;
  display: inline-block;
}

.btn--label {
  color: #cccccc;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}
.btn--label:hover {
  color: #cccccc;
  background-color: #fff;
}
.btn--label + .btn {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 40em) {
  .btn-label-wrap {
    max-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .btn--label,
  .btn--label + .btn {
    display: block;
  }
}
/*
   END: button with label
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: variables
*/
/*
   END: variables
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: standard input wrap
*/
/*
   END: standard input wrap
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: input type text
*/
input[type="text"],
input[type="password"] {
  outline: none;
}

.std-input {
  border: 1px solid #e1e1e1;
  padding: 0.25em 0.625em;
  height: 2.5em;
  line-height: 2;
  background-color: #fbfbfb;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.std-input:focus {
  background-color: #f6f6f6;
}
.field-error .std-input {
  border-color: #cd071e;
}

.std-input--block {
  width: 100%;
}

.errorField {
  color: #cd071e;
  font-weight: bold;
  margin-bottom: 10px;
}
.errorField:before {
  content: ' - ';
}

.field-error .captcha {
  border: 1px solid #cd071e;
}

/*
   END: input type text
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: submit
*/
.std-submit {
  font-size: 1.25rem;
  padding: 0.25em 0.555em;
  text-align: center;
  display: inline-block;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  border: 0;
  cursor: pointer;
  background-color: #828282;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition-duration: 0.07s;
  -o-transition-duration: 0.07s;
  -webkit-transition-duration: 0.07s;
  transition-duration: 0.07s;
}
.std-submit:hover {
  background-color: #bfbfbf;
}
.std-submit input[type="submit"] {
  border: 0;
  padding: 0;
  color: inherit;
  background-color: transparent;
  text-align: center;
  width: 100%;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.std-submit--block {
  width: 100%;
  display: block;
}

/*
   END: submit
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: standard label
*/
.std-label {
  font-size: 1rem;
  display: block;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.field-error .std-label {
  color: #cd071e;
}

.std-label--big {
  font-size: 1em;
  line-height: 1.2;
}

.std-label--inline {
  display: inline-block;
  margin-right: 0.625em;
}
input + .std-label--inline {
  margin-left: 0.25em;
}

/*
   END: standard label
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: select dropdown
*/
.std-select {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
}
.std-select select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
  cursor: pointer;
  color: #333333;
}
.std-select:after {
  content: '';
  width: 13px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 0.625em;
  margin-top: -3px;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat -51px -100px;
}

.std-select--color1 {
  background-color: #cccccc;
  color: #fff;
}
.std-select--color1:after {
  background-position: -51px -110px;
}

/*
   END: select dropdown
   ---------------------------------------- */
/* ----------------------------------------
  BEGIN: textarea
*/
textarea {
  outline: none;
}

.std-textarea {
  height: 170px;
  width: 100%;
  line-height: 1.5;
}

/*
  END: input type text
  ---------------------------------------- */
/* ----------------------------------------
   BEGIN: radio buttons
*/
.std-radio__input-wrap {
  display: inline-block;
  position: relative;
  width: 1.25em;
  height: 1.25em;
  vertical-align: middle;
}
.std-radio__input-wrap input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.std-radio__input-wrap + .std-label {
  margin-left: 0.25em;
}

.std-radio__fakeinput {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.std-radio__fakeinput:after {
  content: '';
  position: absolute;
  top: 0.25em;
  bottom: 0.25em;
  left: 0.25em;
  right: 0.25em;
  background-color: #828282;
  visibility: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.std-radio__fakeinput.active:after {
  visibility: visible;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

/*
   END: radio buttons
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: checkbox
*/
.std-checkbox {
  position: relative;
  padding-left: 1.875rem;
}

.std-checkbox__input-wrap {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  vertical-align: middle;
}
.std-checkbox__input-wrap input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.std-checkbox__fakeinput {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.std-checkbox__fakeinput:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 11px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat 0 -150px;
  visibility: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.std-checkbox__fakeinput.active:after {
  visibility: visible;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

/*
   END: checkbox
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: form-small-text
*/
.form-small-text {
  font-size: 0.8125rem;
}
.form-small-text p {
  margin: 0.5em 0;
}

/*
   END: form-small-text
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: form-divider
*/
.form-divider {
  margin: 1.25rem 0;
  border-top: 1px solid #e1e1e1;
}

/*
   END: form-divider
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: datepicker
*/
.datepicker .fi-arrow-left,
.datepicker .fi-arrow-right {
  display: block;
  width: 10px;
  height: 18px;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat 0 0;
}
.datepicker .fi-arrow-left {
  float: right;
  background-position: -100px -100px;
}
.datepicker .fi-arrow-right {
  background-position: -110px -100px;
}
.datepicker td, .datepicker th {
  background-color: transparent;
  font-weight: 400;
  font-size: 1rem;
}
.datepicker.dropdown-menu {
  padding: 0;
  z-index: 10001 !important;
  background-color: #fbfbfb;
}
.datepicker.dropdown-menu th {
  padding: 8px 7px;
}
.datepicker.dropdown-menu th.date-switch {
  color: #cccccc;
}
.datepicker.dropdown-menu td {
  padding: 8px 7px;
}
.datepicker td:first-child, .datepicker th.dow:first-child {
  padding-left: 10px;
}
.datepicker td:last-child, .datepicker th.dow:last-child {
  padding-right: 10px;
}
.datepicker td {
  border: 5px solid transparent;
}
.datepicker td.day {
  color: #333333;
}
.datepicker td.day.disabled {
  color: #d4d4d4;
}
.datepicker td.day.active {
  background-color: #cccccc;
  color: #fff;
}
.datepicker td .month.disabled {
  color: #d4d4d4;
}
.datepicker td .month.active {
  background-color: #cccccc;
  color: #fff;
}
.datepicker td.new {
  color: #666666;
}
.datepicker tbody tr td {
  border-top: 0;
  border-bottom: 0;
}
.datepicker thead tr {
  border-bottom: 1px solid #ebebeb;
}
.datepicker .disabled {
  cursor: default;
}

/*
   END: datepicker
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: standard headers
*/
.std-header {
  line-height: 1.5;
  margin: 1em 0 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.std-header + * {
  margin-top: 0.1em;
}

/*
   END: standard headers
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: Standard header level 1
*/
.std-header--lvlone {
  font-size: 1.5rem;
  line-height: 1.333;
  margin: 0 0 0.2em;
}

@media only screen and (min-width: 64em) {
  .std-header--lvlone {
    line-height: 1.5;
    font-size: 2.125rem;
  }
}
/*
   END: Standard header level 1
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: Standard header level 2
*/
.std-header--lvltwo {
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0.7em 0 0.5em;
}

@media only screen and (min-width: 40.0625em) {
  .std-header--lvltwo {
    font-size: 1.5rem;
    margin-bottom: 0.3em;
  }
}
/*
   END: Standard header level 2
   ---------------------------------------- */
/* ----------------------------------------
  BEGIN: Standard header level 3
*/
.std-header--lvlthree {
  font-size: 1rem;
  line-height: 1.375;
  margin: 0.7em 0 0.5em;
}

@media only screen and (min-width: 40.0625em) {
  .std-header--lvlthree {
    font-size: 1.125rem;
    margin-bottom: 0.3em;
  }
}
/*
  END: Standard header level 3
  ---------------------------------------- */
/* ----------------------------------------
  BEGIN: Standard header level 5
*/
.std-header--lvlfive {
  font-size: 1rem;
  line-height: 1.375;
  margin: 0.7em 0 0.8em;
}

/*
  END: Standard header level 5
  ---------------------------------------- */
/* ----------------------------------------
   BEGIN: module-header
*/
.module-header {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 1rem 0;
  padding-left: 17px;
  font-size: 1.5rem;
  line-height: 31px;
  color: #333333;
  position: relative;
}
.module-header:before {
  content: '';
  position: absolute;
  display: block;
  top: 0.24em;
  left: 0;
  height: 0.8125em;
  width: 0.25em;
  background-color: #cd071e;
}

.module-header__icon {
  vertical-align: middle;
  width: 1.166667em;
  height: auto;
  margin: -8px 5px 0 0;
}

@media only screen and (min-width: 40.0625em) {
  .module-header {
    font-size: 2.125rem;
    line-height: 42px;
  }
}
.module-header--white .module-header__text {
  color: #fff;
}

/*
   END: module-header
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: module text
*/
.module-text {
  color: #828282;
  margin-bottom: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}
.module-text > *:first-child {
  margin-top: 0.5em;
}
.module-text > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.0625em) {
  .module-text {
    margin-bottom: 30px;
    font-size: 1rem;
  }
}
/*
   END: module text
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: "read more" link
*/
.read-more {
  color: #cccccc;
  font-size: 0.8125rem;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.read-more:before {
  content: '';
  display: inline-block;
  border: 0.40625rem solid transparent;
  border-left-color: #cccccc;
}
.read-more:hover {
  text-decoration: underline;
  color: #bfbfbf;
}
.read-more:hover:before {
  border-left-color: #bfbfbf;
}

.read-more--block {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  .read-more.read-more--big {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64em) {
  .read-more {
    font-size: 0.875rem;
  }
}
/*
   END: "read more" link
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: anchor links
*/
.anchorlink {
  position: relative;
  bottom: 60px;
  left: 0;
  width: 0px;
  height: 0px;
  display: block;
  visibility: hidden;
}

/*
   END: anchor links
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: section (base)
*/
.section {
  padding: 30px 0 30px;
  background-color: #fff;
}
.section > .row > .columns {
  margin-bottom: 1.25rem;
}
.section > .row > .grid-col {
  margin-bottom: 0;
}
.section + .ce {
  margin-top: 2.5rem;
}

.section--noheader {
  padding: 60px 0 40px;
}

/*
   END: section (base)
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: content toggler
*/
.content-toggler {
  cursor: pointer;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat -1px -163px;
  width: 36px;
  height: 14px;
  background-size: 760px auto;
  margin: 1em auto 0.8em;
}
.content-toggler.toggle-active {
  background-position: -37px -163px;
}
.csstransforms3d .content-toggler.toggle-active {
  background-position: 0px -163px;
}

.content-toggler--cetoggler {
  display: none;
}
.content-toggler--cetoggler.show-toggler {
  display: block;
}

.content-toggler--theme1 {
  background-position: -1px -147px;
}
.content-toggler--theme1.toggle-active {
  background-position: -37px -147px;
}
.csstransforms3d .content-toggler--theme1.toggle-active {
  background-position: -1px -147px;
}

.csstransforms3d .content-toggler {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.csstransforms3d .content-toggler.toggle-active {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.csstransforms3d .content-toggler--cetoggler {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.csstransforms3d .content-toggler--cetoggler.toggle-active {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.has-toggler {
  max-height: 130px;
  overflow-y: hidden;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.has-toggler.toggle-active {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  max-height: 10000px;
}
.has-toggler .ce:last-child,
.has-toggler .ce:last-child p:last-child {
  margin-bottom: 0;
}

.has-toggler__inner {
  position: relative;
}
.has-toggler__inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.toggle-active .has-toggler__inner:after {
  top: 100%;
}
.csstransforms3d .toggle-active .has-toggler__inner:after {
  top: 130px;
  -moz-transform: translate3d(0, 120%, 0);
  -webkit-transform: translate3d(0, 120%, 0);
  transform: translate3d(0, 120%, 0);
}

@media only screen and (max-width: 40em) {
  .has-toggler-small-only {
    max-height: 130px;
    overflow-y: hidden;
  }
  .has-toggler-small-only.toggle-active {
    max-height: none;
  }
}
/*
   END: content toggler
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: accordion toggler
*/
.acc-toggler {
  cursor: pointer;
  padding: 10px 60px 10px 20px;
  position: relative;
  background: #fff;
}
.acc-toggler .std-header {
  margin: 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}
.acc-toggler:before {
  content: '';
  display: block;
  width: 45px;
  height: 25px;
  position: absolute;
  top: 18px;
  right: 14px;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat -50px -200px;
}
.csstransforms3d .acc-toggler:before {
  -moz-transition-property: background-position;
  -o-transition-property: background-position;
  -webkit-transition-property: background-position;
  transition-property: background-position;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.acc-toggler.acc-hide:before {
  background-position: 0 -200px;
}
@media only screen and (min-width: 40.0625em) {
  .acc-toggler {
    padding-right: 50px;
  }
}

.acc-content {
  overflow: hidden;
  max-height: 10000px;
  border-top: 10px solid transparent;
}
.acc-content.acc-hide {
  max-height: 0;
}
@media only screen and (min-width: 40.0625em) {
  .acc-content {
    padding-left: 50px;
  }
}

.csstransforms3d .acc-content-ce.acc-hide {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-delay: 0.42s;
  -o-transition-delay: 0.42s;
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}
.acc-content-ce > *:first-child {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.csstransforms3d .acc-content-ce.acc-hide > *:first-child {
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/*
   END: accordion toggler
   ---------------------------------------- */
/*
    This file contains various atoms which do not
    really belong in individual files
*/
/*
   END: atoms
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: molecules
*/
/* ----------------------------------------
BEGIN: swipe
*/
.swiper {
  font-size: 0;
  position: relative;
  overflow: hidden;
  clear: both;
}
.swiper.single {
  padding-bottom: 0;
}
.swiper.single .swiper__pagination,
.swiper.single .swiper__navwrap {
  display: none;
}

.swiper__outer {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.swiper__inner {
  position: relative;
  z-index: 1;
  overflow: visible;
  font-size: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.swiper__slide {
  display: inline-block;
  width: 100%;
  white-space: normal;
  vertical-align: top;
  font-size: 1rem;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper__slide-inner {
  position: relative;
}

.swiper__pagination {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
.swiper__pagination li {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  border: 2px solid #828282;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.swiper__pagination .active {
  background: #828282;
}

.swiper__navwrap {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 50%;
  height: 0;
}

.swiper__navwrap-inner {
  height: 0;
}

.swiper__nav {
  cursor: pointer;
  background: url('../img/svg-sprite.svg?1513680618');
}

.swiper__nav--prev {
  float: left;
}

.swiper__nav--next {
  float: right;
}

.csstransforms .swiper__slide {
  -moz-transition-property: "opacity";
  -o-transition-property: "opacity";
  -webkit-transition-property: "opacity";
  transition-property: "opacity";
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.csstransforms .swiper__slide.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*
END: swipe
---------------------------------------- */
/* ----------------------------------------
   BEGIN: teaser description
*/
/*
    The teaser description is added as
    molecule, to enable using it seperately from a teaser, fx in a slider:
    In this case only the images
    slide, but the description remains fixed
*/
.teaser-desc {
  font-size: 0.875rem;
  line-height: 1.4286;
  white-space: normal;
}
.teaser-desc p {
  margin: 0 0 15px 0;
}

.teaser-desc__label {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
  padding: 0.25em;
  font-weight: 600;
}

@media only screen and (min-width: 40.0625em) {
  .teaser-desc {
    width: 100%;
    padding: 0.625em;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.75);
  }
  .teaser-desc .std-header {
    margin-top: 0;
  }
  .teaser--hover .teaser-desc {
    padding: 0;
    background: none;
  }
  .teaser--hover .teaser-desc .std-header {
    margin: 0;
    padding: 12px 20px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: rgba(78, 78, 78, 0.8);
  }
  .teaser--hover .teaser-desc .std-header + * {
    margin: 0;
  }
}
/*
   END: teaser description
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: icon list
*/
.clean-list {
  padding: 0;
  list-style-type: none;
}

.icon-label {
  font-size: 1rem;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
.icon-label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat 0 0;
}
.icon-label:hover:before {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.icon-label--type1 {
  font-size: 1rem;
}

.icon-label--address {
  margin: 0;
  padding-left: 25px;
}
.icon-label--address:before {
  width: 16px;
  height: 22px;
  background-position: 0 -75px;
}

.icon-label--phone:before {
  width: 22px;
  height: 21px;
  background-position: -125px -125px;
}
.icon-label--phone.icon-label--dark:before {
  background-position: -125px -150px;
}

.icon-label--mail:before {
  top: 6px;
  width: 22px;
  height: 15px;
  background-position: -100px -125px;
}
.icon-label--mail.icon-label--dark:before {
  background-position: -100px -150px;
}

.icon-label--web:before {
  background-position: -150px -125px;
}

.icon-label--product:before {
  width: 18px;
  background-position: -175px -125px;
}

.icon-label--download:before {
  background-position: -225px -125px;
}

.icon-label--fax:before {
  top: 2px;
  width: 22px;
  height: 22px;
  background-position: -225px -10px;
}

/*
   END: icon list
   ---------------------------------------- */
/*
   END: molecules
   ---------------------------------------- */
/* ----------------------------------------
  BEGIN: organisms
*/
/* ----------------------------------------
   BEGIN: cookie-text
*/
.cookie-text {
  position: relative;
  z-index: 11;
  font-size: 0.8125rem;
  padding: 1.25rem 0 0.625rem;
  background-color: #f5efe7;
}
.cookie-text .btn {
  float: right;
  margin-top: 0;
  margin-left: 0.9375rem;
  min-width: 50px;
}
.minimized .cookie-text {
  display: none;
}

/*
   END: cookie-text
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: header
*/
.header {
  min-height: 44px;
  position: relative;
  z-index: 10001;
}
@media only screen and (min-width: 64em) {
  .header {
    min-height: 93px;
  }
}

.header__inner {
  background-color: #828282;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.main-nav-wrap {
  position: relative;
  z-index: 10;
  background-color: #828282;
}

.disclaimer {
  position: absolute;
  top: 50px;
  width: 200px;
}
@media screen and (min-width: 1024px) {
  .disclaimer {
    width: 300px;
    top: 130px;
    padding: 0;
    left: 90px;
  }
}

@media screen and (max-width: 580px) {
  .disclaimer {
    top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .minimized .disclaimer {
    top: 73px;
  }
}

@media only screen and (min-width: 40.0625em) {
  .header__inner {
    width: 100%;
    max-width: 1600px;
    z-index: 10;
    top: 0;
    position: fixed;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .header__inner.minimized {
    top: -40px;
  }
  .header__inner.minimized .header__logo {
    width: 180px;
  }
}
.header__logo {
  width: 150px;
  position: absolute;
  top: 5px;
  left: 0.625rem;
  z-index: 2;
}
.header__logo a {
  display: block;
}
.header__logo img {
  width: 100%;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.header__logo a img.img-loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (min-width: 40.0625em) {
  .header__logo {
    width: 173px;
    top: 2px;
  }
}
@media only screen and (min-width: 64em) {
  .header__logo {
    width: 280px;
    left: 50%;
    margin-left: -480px;
    top: 21px;
  }
}
.minimized .header__logo {
  bottom: 0;
  top: auto;
}
.header__logo span.slogan {
  font-size: 12px;
  text-align: center;
  color: #fff;
  display: none;
  line-height: 30px;
  font-weight: 600;
}
.header__logo span.slogan img {
  width: 50%;
}
.header__logo span.slogan img.img-loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (min-width: 64em) {
  .header__logo span.slogan {
    display: block;
  }
}
.minimized .header__logo span.slogan {
  display: none;
}

.menutoggle {
  float: right;
  width: 30px;
  height: 41px;
  margin: 3px 10px 0 0;
}
.menutoggle .menutoggle__line {
  background-color: #fff;
  height: 5px;
  margin: 6px 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.active .menutoggle .menutoggle__line {
  background-color: #999999;
}

.csstransforms3d .menutoggle.active .menutoggle__line--first {
  -moz-transform: translate3d(0px, 11px, 0) rotate(45deg);
  -ms-transform: translate3d(0px, 11px, 0) rotate(45deg);
  -webkit-transform: translate3d(0px, 11px, 0) rotate(45deg);
  transform: translate3d(0px, 11px, 0) rotate(45deg);
}
.csstransforms3d .menutoggle.active .menutoggle__line--middle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate3d(100px, 0, 0);
  -ms-transform: translate3d(100px, 0, 0);
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.csstransforms3d .menutoggle.active .menutoggle__line--last {
  -moz-transform: rotate(-45deg) translate3d(8px, -7px, 0);
  -ms-transform: rotate(-45deg) translate3d(8px, -7px, 0);
  -webkit-transform: rotate(-45deg) translate3d(8px, -7px, 0);
  transform: rotate(-45deg) translate3d(8px, -7px, 0);
}

/*
   END: header
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: desktop meta-nav
*/
.desktop-metanav {
  float: right;
  padding: 5px 10px 5px 0;
  font-size: 0.875rem;
}

.desktop-metanav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 20px;
  position: relative;
  left: 0;
}
.desktop-metanav__list.search-active li:not(.desktop-metanav__list-item--search) {
  left: -180px;
}
.csstransforms3d .desktop-metanav__list.search-active li:not(.desktop-metanav__list-item--search) {
  left: 0;
  -moz-transform: translate3d(-180px, 0, 0);
  -ms-transform: translate3d(-180px, 0, 0);
  -webkit-transform: translate3d(-180px, 0, 0);
  transform: translate3d(-180px, 0, 0);
}

.desktop-metanav__list-item {
  margin-left: 15px;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  position: relative;
  color: #fff;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.desktop-metanav__itemlink {
  display: inline-block;
  cursor: pointer;
  color: #fff;
}
.desktop-metanav__itemlink.active {
  text-decoration: underline;
}

.desktop-metanav__itemlink--search {
  width: 22px;
  height: 22px;
  text-indent: -10000px;
  overflow: hidden;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat -51px -75px;
  position: relative;
}
.desktop-metanav__itemlink--search.active {
  visibility: hidden;
}
.minimized .desktop-metanav__itemlink--search {
  top: 40px;
  z-index: 1;
}

.desktop-metanav__searchform {
  display: none;
  width: 195px;
  position: absolute;
  z-index: 1;
  right: -7px;
  top: -2px;
}
.desktop-metanav__searchform input[type="text"] {
  width: 100%;
  color: #777;
}
.desktop-metanav__searchform input[type="submit"] {
  position: absolute;
  right: 4px;
  top: 50%;
  height: 25px;
  width: 25px;
  margin-top: -11px;
  border: 0;
  background-color: #fff;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat -75px -75px;
}
.search-active .desktop-metanav__searchform {
  display: block;
}

.csstransforms3d .desktop-metanav__searchform {
  display: block;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

.csstransforms3d .search-active .desktop-metanav__searchform {
  display: block;
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

/*
   END: desktop meta-nav
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: desktop nav
*/
.desktop-nav {
  float: right;
  position: relative;
  height: 53px;
  clear: both;
}
.minimized .desktop-nav {
  height: 33px;
}

.desktop-nav__list {
  list-style-type: none;
  position: absolute;
  bottom: 14px;
  right: 10px;
  width: 48.75rem;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 0;
}
.minimized .desktop-nav__list {
  padding-right: 30px;
  bottom: 0;
}

.desktop-nav__list-item {
  display: inline-block;
  position: relative;
  z-index: 11;
  margin: 0;
}
.desktop-nav__list-item:first-child {
  margin-left: 0;
}
.desktop-nav__list-item.active {
  background-color: #4e4e4e;
}
.desktop-nav__list-item:hover {
  background-color: #4e4e4e;
}

.desktop-nav__link {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 0px 14px;
  line-height: 49px;
  text-transform: uppercase;
}
.minimized .desktop-nav__link {
  line-height: 33px;
}

.desktop-nav__sublist-wrap {
  z-index: 1;
  top: 100%;
  position: absolute;
  left: 0px;
  width: 278px;
  display: none;
}
.desktop-nav__list-item:hover .desktop-nav__sublist-wrap {
  display: block;
}
.desktop-nav__list-item:last-child .desktop-nav__sublist-wrap {
  left: auto;
  right: 0;
}

.desktop-nav__sublist {
  text-align: left;
  font-size: 0.875rem;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  background-color: #4e4e4e;
}

.desktop-nav__sublist-item:hover, .desktop-nav__sublist-item.active {
  background-color: #828282;
}

.desktop-nav__sublist-link {
  padding: 0 14px;
  line-height: 37px;
  display: block;
  font-size: 18px;
  color: #fff;
}

/*
   END: desktop nav
   ---------------------------------------- */
/*
   BEGIN: headercontact
   ---------------------------------------- */
.headercontact {
  display: none;
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 1000;
  width: 52px;
  height: 158px;
  overflow: hidden;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
  border: 2px solid transparent;
  border-right: 0 none;
}

@media (min-width: 1065px) {
  .headercontact {
    display: block;
  }
}
.headercontact .headercontact_element {
  color: #fff;
  white-space: nowrap;
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}

.headercontact .headercontact_element:hover {
  text-decoration: underline;
}

.headercontact .headercontact_element:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: #cd071e url('../img/svg-sprite.svg?1513680618') no-repeat 0 0;
}

.headercontact .headercontact_element--phone:after {
  top: 0;
  background-position: -292px -15px;
}

.headercontact .headercontact_element--mail:after {
  background-position: -298px -72px;
  top: 52px;
}

.headercontact .headercontact_element--engie:after {
  top: 104px;
  background-position: -205px -198px;
}

.headercontact:hover {
  width: 305px;
  background: #828282;
  border-color: #fff;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}

.headercontact:hover .headercontact_element {
  width: 305px;
  padding-left: 15px;
}

.headercontact:hover .headercontact_element--phone,
.headercontact:hover .headercontact_element--phone:after {
  border-bottom: 2px solid #fff;
  height: 52px;
}

.headercontact:hover .headercontact_element--mail,
.headercontact:hover .headercontact_element--mail:after {
  border-bottom: 2px solid #fff;
  height: 52px;
}

/*
   END: headercontact
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: vars
*/
/*
   END: vars
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: mobile nav
*/
.mobile-nav-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: none;
}
.mobile-nav-overlay.active {
  display: block;
}

.mobile-nav {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  margin-left: -250px;
  background-color: #fff;
  overflow: hidden;
  padding: 60px 0 60px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.mobile-nav.active {
  margin-left: 0px;
  -moz-box-shadow: 30px 0 60px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 30px 0 60px rgba(0, 0, 0, 0.3);
  box-shadow: 30px 0 60px rgba(0, 0, 0, 0.3);
}

.csstransforms3d .mobile-nav {
  margin-left: 0px;
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.csstransforms3d .mobile-nav.active {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mobile-nav__inner {
  position: relative;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  width: 280px;
}

.mobile-nav__list {
  width: 100%;
  max-width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.125rem;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  opacity: 0;
}
.mobile-nav__list.active {
  left: -250px;
}
.mobile-nav__list .mobile-nav__list {
  left: 100%;
  top: 0;
  display: none;
}
.mobile-nav__list .mobile-nav__list.active {
  left: 0;
}
.mobile-nav.active .mobile-nav__list {
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

.csstransforms3d .mobile-nav__list.active {
  left: 0;
  margin-right: -250px;
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.csstransforms3d .mobile-nav__list .mobile-nav__list {
  left: 100%;
}

.mobile-nav__list-item {
  border-bottom: 2px solid #f7f6f6;
}
.mobile-nav__list-item:first-child {
  border-top: 2px solid #f7f6f6;
}
.mobile-nav__list-item:active {
  background-color: #ccc;
}

.mobile-nav__list-item--current {
  font-weight: 600;
}

.mobile-nav__list-item--active > .mobile-nav__list {
  display: block;
}

.mobile-nav__sublink {
  padding: 10px 45px 10px 20px;
  display: block;
  color: #828282;
  position: relative;
}
.mobile-nav__list--sub .mobile-nav__sublink {
  padding-left: 40px;
}
.mobile-nav__sublink.active {
  background-color: #ebebeb;
  font-weight: 600;
}

.mobile-nav__list-item--hassub > .mobile-nav__sublink:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -6px;
  background-image: url(../img/sprite.png);
  background-position: -11px 0px;
  width: 7px;
  height: 13px;
}

.mobile-nav__list--sub .mobile-nav__sublink--header {
  padding-left: 16px;
  font-weight: 600;
}

.mobile-nav__sublink--back,
.mobile-nav__list--sub .mobile-nav__sublink--back {
  padding-left: 30px;
}
.mobile-nav__sublink--back:after,
.mobile-nav__list--sub .mobile-nav__sublink--back:after {
  display: none;
}
.mobile-nav__sublink--back:before,
.mobile-nav__list--sub .mobile-nav__sublink--back:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -6px;
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 7px;
  height: 13px;
}

.mobile-nav__top {
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
}

.mobile-nav__searchform {
  position: relative;
  margin: 12px 0;
}
.mobile-nav__searchform:after {
  content: '';
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -11px;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat -75px -75px;
}

.mobile-nav__search-input {
  border-color: #cccccc;
  width: 100%;
  padding-right: 40px;
}

.mobile-nav__search-submit {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
}

.mobile-nav__bottom {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  opacity: 0;
}
.mobile-nav.active .mobile-nav__bottom {
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

/*
   END: mobile nav
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: subnav desktop
*/
.desktop-subnav {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.desktop-subnav__list {
  list-style-type: none;
  position: absolute;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

.desktop-subnav__item {
  float: left;
  margin-left: 6px;
  text-align: center;
  border-top: 3px solid transparent;
}
.desktop-subnav__item:first-child {
  margin-left: 0;
}
.desktop-subnav__item.active {
  border-color: #fff;
}

.desktop-subnav__link {
  display: block;
  width: 9.6875em;
  height: 2.5em;
  padding: 0 0.625em;
  background-color: #f5efe7;
}
.active .desktop-subnav__link {
  background-color: #fff;
}
.desktop-subnav__link:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -0.26em;
}

.desktop-subnav__link__inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  font-size: 0.9375em;
}

/*
   END: subnav desktop
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: breadcrumb
*/
.breadcrumb {
  margin: 1.25rem 1.25rem 0 -1.9375rem;
}

.page__indent__inner .breadcrumb {
  margin: 0 1.25rem 0 0;
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  list-style-type: none;
}

.breadcrumb__item {
  display: inline-block;
  padding: 0;
}
.breadcrumb__item:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  vertical-align: middle;
  margin: 0 3px;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat -75px -101px;
}
.breadcrumb__item:last-child a {
  font-weight: 700;
}
.breadcrumb__item:first-child:before {
  display: none;
}

.breadcrumb__link {
  vertical-align: middle;
}

/*
   END: breadcrumb
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: main footer
*/
.footer {
  background-color: #828282;
  color: #fff;
  padding: 50px 0 0 0;
}
.footer p {
  margin: 0;
}

.footer-contact__phone {
  font-size: 1.8125rem;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #333333;
  margin-bottom: 0.5em;
  display: block;
  cursor: default !important;
}

.footer-contact__address {
  font-size: 0.875rem;
}
.footer-contact__address a {
  color: #cccccc;
}
.footer-contact__address a:hover {
  color: #bfbfbf;
  text-decoration: underline;
}

.footer-col {
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}
@media only screen and (min-width: 40.0625em) {
  .footer-col {
    text-align: left;
    max-width: none;
    margin: 0;
  }
}

.footer-group {
  margin-bottom: 0.625rem;
}

.footer-text {
  font-size: 1rem;
  padding-left: 25px;
}

.footer-map {
  padding-top: 87%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 50% -50%;
  background-size: cover;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

@media only screen and (min-width: 40.0625em) {
  .footer__col--first {
    padding-right: 1.25em;
  }
}
@media only screen and (min-width: 64em) {
  .footer__col--middle {
    padding: 0 25px 0 10px;
  }

  .footer__col--last {
    padding-left: 30px;
  }
}
/*
   END: main footer
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: footer top
*/
.footer-newsletter {
  font-size: 0.875rem;
}

@media only screen and (min-width: 40.0625em) {
  .footer-newsletter {
    font-size: 1rem;
  }
}
/*
   END: footer top
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: footer bottom
*/
.footer-logo {
  max-width: 256px;
  margin: 0 auto 20px;
}
.footer-logo span.slogan {
  font-size: 12px;
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  font-weight: 600;
}
.footer-logo span.slogan img {
  width: 50%;
}
@media only screen and (min-width: 40.0625em) {
  .footer-logo {
    margin: 0;
  }
}

.footer-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  .footer-nav {
    text-align: left;
  }
}

.footer-nav__item {
  display: inline-block;
  padding: 0 12px;
  text-transform: uppercase;
}
.footer-nav__item:first-child {
  padding-left: 0;
}

.footer-nav__link {
  color: #fff;
}
.footer-nav__link:hover {
  text-decoration: underline;
}

.footer .to-top {
  display: block;
  margin: 30px auto 0 auto;
  width: 60px;
  height: 60px;
  background: #cd071e;
  position: relative;
}
.footer .to-top:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 9px;
  width: 42px;
  height: 22px;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat -102px -1px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/*
   END: footer bottom
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: header teaser slider
*/
.swiper__pagination--header {
  position: absolute;
  left: 0;
  top: 10px;
  padding-top: 70.3125%;
  z-index: 0;
}

.swiper__navwrap--header {
  margin-top: -34px;
}
.swiper__navwrap--header .swiper__nav {
  width: 25px;
  height: 68px;
}
.swiper__navwrap--header .swiper__nav--next {
  background-position: -26px 0;
}

@media only screen and (min-width: 40.0625em) {
  .swiper__pagination--header {
    padding-top: 0;
    bottom: 20px;
    top: auto;
    z-index: 1;
  }
}
@media only screen and (min-width: 64em) {
  .swiper__pagination--header {
    bottom: 40px;
  }
}
/*
   END: header teaser slider
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: header teaser
*/
.header-teaser {
  position: relative;
}
.header-teaser .std-header {
  margin: 0;
}

.header-teaser__img {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 42.55319149%;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.header-teaser__img.not-unveiled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-image: none !important;
}
.header-teaser__img img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.header-teaser__img img.img-loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.header-teaser-textwrap {
  font-size: 0.875rem;
}

.header-teaser-text p {
  margin: 0 0 20px 0;
  line-height: 23px;
}

@media only screen and (max-width: 40em) {
  .header-teaser-text {
    background-color: transparent !important;
  }

  .swiper--header .header-teaser-textwrap {
    margin-top: 38px;
  }

  .header-slider--detailpage .header-teaser-textwrap {
    background-color: #f5efe7;
    padding-top: 0.625rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  .header-teaser__img {
    padding-top: 37.5%;
  }

  .header-teaser-textwrap {
    position: absolute;
    bottom: 0.625rem;
    width: 100%;
    font-size: 1rem;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .sliding .header-teaser-textwrap {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  .header-teaser-textwrap--incontent {
    max-width: 60rem;
    position: static;
  }

  .header-teaser-text {
    padding: 8px 30px 12px;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
@media only screen and (min-width: 64em) {
  .header-teaser-text {
    padding-bottom: 30px;
  }

  .header-teaser__img {
    padding-top: 450px;
  }
  .header-teaser--small .header-teaser__img {
    padding-top: 390px;
  }

  .header-teaser-textwrap {
    bottom: 30px;
    font-size: 1.125rem;
  }
}
/*
   END: header teaser
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: header teaser with subnav below
*/
@media only screen and (max-width: 40em) {
  .header-teaser__mobile-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .header-teaser--subnav .header-teaser-textwrap {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 40.0625em) {
  .header-teaser-text--white {
    color: #fff;
  }
  .header-teaser-text--white a {
    color: inherit;
  }
  .header-teaser-text--white a:before {
    border-left-color: #fff;
  }
}
@media only screen and (min-width: 64em) {
  .header-teaser--subnav .header-teaser-textwrap {
    bottom: 70px;
  }
}
/*
   END: header teaser with subnav below
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: tab-slider
*/
.tab-slider {
  overflow: hidden;
  border: 1px solid #cccccc;
}

.tab-slider__slide {
  width: 532px;
  position: relative;
  float: left;
  z-index: 1;
  margin-right: -465px;
  overflow: hidden;
  background-color: #fff;
  left: 0;
  border-left: 4px solid #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tab-slider__slide:first-child {
  border-left: 0;
}
.csstransforms3d .tab-slider__slide {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tab-slider__slide .teaser__img {
  height: 300px;
  padding-top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.tab-slider__slide.active ~ .tab-slider__slide {
  left: 48.4375%;
}
.csstransforms3d .tab-slider__slide.active ~ .tab-slider__slide {
  left: 0;
  -moz-transform: translate3d(465px, 0, 0);
  -webkit-transform: translate3d(465px, 0, 0);
  transform: translate3d(465px, 0, 0);
}
.tab-slider__slide.active .teaser__img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.tab-slider--2 .tab-slider__slide {
  width: 709px;
}

.tab-slider--3 .tab-slider__slide {
  width: 627px;
}

.tab-slider--4 .tab-slider__slide {
  width: 585px;
}

.tab-slider--5 .tab-slider__slide {
  width: 561px;
}

.tab-slider--6 .tab-slider__slide {
  width: 544px;
}

.tab-slider--7 .tab-slider__slide {
  width: 534px;
}

.tab-slider__slide__inner {
  position: relative;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  left: -42%;
}
.csstransforms3d .tab-slider__slide__inner {
  left: 0;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transform: translate3d(-231px, 0, 0);
  -webkit-transform: translate3d(-231px, 0, 0);
  transform: translate3d(-231px, 0, 0);
}
.tab-slider__slide.active .tab-slider__slide__inner {
  left: 0;
}
.csstransforms3d .tab-slider__slide.active .tab-slider__slide__inner {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*
   END: tab-slider
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: tab slider type2
*/
.tab-slider--type2 .tab-slider__slide {
  margin-right: -192px;
}
.tab-slider--type2 .tab-slider__slide.active ~ .tab-slider__slide {
  left: 192px;
}
.csstransforms3d .tab-slider--type2 .tab-slider__slide.active ~ .tab-slider__slide {
  left: 0;
  -moz-transform: translate3d(192px, 0, 0);
  -webkit-transform: translate3d(192px, 0, 0);
  transform: translate3d(192px, 0, 0);
}
.tab-slider--type2 .tab-slider__slide__inner {
  left: 91px;
}
.csstransforms3d .tab-slider--type2 .tab-slider__slide__inner {
  left: 0;
  -moz-transform: translate3d(-91px, 0, 0);
  -webkit-transform: translate3d(-91px, 0, 0);
  transform: translate3d(-91px, 0, 0);
}

.tab-slider--type2.tab-slider--2 .tab-slider__slide {
  width: 575px;
}
.tab-slider--type2.tab-slider--3 .tab-slider__slide {
  width: 447px;
}
.tab-slider--type2.tab-slider--4 .tab-slider__slide {
  width: 383px;
}
.tab-slider--type2.tab-slider--5 .tab-slider__slide {
  width: 344px;
}
.tab-slider--type2.tab-slider--6 .tab-slider__slide {
  width: 319px;
}
.tab-slider--type2.tab-slider--7 .tab-slider__slide {
  width: 300px;
}

/*
   END: tab slider type2
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: tab slider description
*/
.tab-slider-desc {
  background-color: #fff;
  min-height: 150px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.tab-slider-desc__prev,
.tab-slider-desc__next {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -22px;
  z-index: 1;
  width: 25px;
  height: 45px;
  overflow: hidden;
  text-indent: -1000px;
  cursor: pointer;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat -75px 0;
}

.tab-slider-desc__next {
  left: auto;
  right: 10px;
  background-position: -50px 0;
}

.tab-slider-desc__header {
  font-weight: 300;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 2.25rem;
}

.tab-slider-desc__content {
  text-align: center;
  padding: 20px 50px;
  position: absolute;
  top: -100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity transform;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.tab-slider-desc__content.active {
  position: static;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.csstransforms3d .tab-slider-desc__content {
  -moz-transform: translate3d(0, -30px, 0);
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.csstransforms3d .tab-slider-desc__content.active {
  top: 50%;
  width: 100%;
  position: absolute;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/*
   END: tab slider description
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: teaser (base styles)
*/
.teaser {
  overflow: hidden;
}

.teaser__inner {
  position: relative;
}

.teaser__imgwrap {
  position: relative;
}

.teaser__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  background: #fff url('../img/spinner.gif?1513680618') no-repeat center center;
  background-size: 60px 60px;
  padding-top: 48.23151%;
}
.teaser__img.img-loaded {
  background-image: none;
  background-color: transparent;
}
.teaser__img img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 101%;
  max-width: 101%;
  height: auto;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.teaser__img img.img-loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.teaser__vidlinks {
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.teaser__vidlinks .teaser-desc--std {
  position: static;
  text-align: left;
}

.teaser__vidlinks__link {
  width: 73px;
  height: 73px;
  display: inline-block;
  background-color: red;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat 0 0;
}

.teaser__vidlinks__link--play {
  background-position: 0 -175px;
}

.teaser__vidlinks__link--info {
  background-position: -75px -175px;
}

.teaser--hover .teaser-desc-hover {
  display: block;
  height: 100%;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
}
.teaser--hover .teaser-desc-hover p:last-child {
  margin-bottom: 5px;
}
@media only screen and (min-width: 64em) {
  .teaser--hover:hover .teaser-desc {
    height: 100%;
  }
  .teaser--hover:hover .teaser-desc .std-header {
    font-size: 1rem;
  }
}
.teaser--hover:hover .teaser-desc-hover {
  display: block;
}
@media only screen and (min-width: 64em) {
  .teaser--hover .teaser-desc-hover {
    display: none;
  }
}

/*
   END: teaser (base styles)
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: standard teaser
*/
.teaser--std .teaser__img {
  padding-top: 47.78325123%;
}
@media only screen and (min-width: 40.0625em) {
  .teaser--std .teaser__img {
    padding-top: 60.52303861%;
  }
}
@media only screen and (min-width: 64em) {
  .teaser--std .teaser__img {
    padding-top: 66.66666%;
  }
}

/*
   END: standard teaser
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: standard teaser in slider
*/
@media only screen and (max-width: 40em) {
  .swiper--teaser-std .teaser-desc--std {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 40.0625em) {
  .swiper__navwrap--teaser-std, .swiper__navwrap--teaser-wide {
    margin-top: -25px;
  }
  .swiper__navwrap--teaser-std .swiper__navwrap-inner, .swiper__navwrap--teaser-wide .swiper__navwrap-inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .swiper__navwrap--teaser-std .swiper__nav, .swiper__navwrap--teaser-wide .swiper__nav {
    width: 17px;
    height: 50px;
    background-size: 360px auto;
  }
  .swiper__navwrap--teaser-std .swiper__nav--next, .swiper__navwrap--teaser-wide .swiper__nav--next {
    background-position: -18px 0;
  }
}

.swiper__pagination--teaser-std, .swiper__pagination--teaser-wide {
  position: absolute;
  left: 0;
  top: 10px;
  padding-top: 66.66666%;
  z-index: 0;
}
@media only screen and (min-width: 40.0625em) {
  .swiper__pagination--teaser-std, .swiper__pagination--teaser-wide {
    display: none;
  }
}

/*
   END: standard teaser in slider
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: wide teaser
*/
.teaser--wide {
  margin-bottom: 1.25rem;
}
.teaser--wide .teaser__img {
  padding-top: 34.375%;
}

.teaser-desc--wide.toggle-active {
  position: relative;
}

.teaser-desc--wide__inner {
  max-height: 80px;
  overflow: hidden;
  padding: 0 1.25rem;
}
.teaser-desc--wide__inner.toggle-active {
  max-height: none;
}

@media only screen and (min-width: 40.0625em) {
  .teaser--wide .content-toggler,
  .swiper--teaser-wide .content-toggler {
    margin: 0.5em auto;
  }

  .teaser-desc--wide__inner {
    max-height: 40px;
  }
}
@media only screen and (min-width: 64em) {
  .teaser-desc--wide__inner {
    max-height: 70px;
  }
}
@media only screen and (max-width: 40em) {
  .swiper--teaser-wide .teaser-desc--wide {
    padding-top: 20px;
  }
}
.swiper--teaser-wide .teaser--wide {
  margin: 0;
}

.swiper__pagination--teaser-wide {
  padding-top: 34.375%;
}

/*
   END: wide teaser
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: teaser type 1
*/
.teaser--type1 .teaser__inner {
  border: 1px solid #ccc;
}
.teaser--type1 .toggler-plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
.no-touch .teaser--type1 .toggler-plus {
  display: none;
}
.teaser--type1 .teaser-desc {
  position: relative;
  padding: 0.625rem 0.625rem 0.625rem 1.75rem;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.teaser--type1 .teaser-desc p {
  margin: 0;
}
.teaser--type1 .teaser-desc .std-header {
  margin-bottom: 0;
}
.teaser--type1 .teaser-desc:before {
  content: '';
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  width: 3px;
  height: 16px;
  background-color: #cd071e;
}
.teaser--type1 .teaser-desc.teaser-desc--link {
  padding-bottom: 4.5rem;
}
.teaser--type1 .teaser-desc.teaser-desc--link p.content-link {
  position: absolute;
  bottom: 40px;
}
.teaser--type1 .teaser-desc__label {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  top: auto;
  background: rgba(102, 102, 102, 0.9);
  font-size: 18px;
  max-width: 95%;
  font-weight: bold;
  color: #fff;
  padding: 0.15em 0.625em 0.15em 1.25em;
  text-transform: uppercase;
  margin: 0;
}
.teaser--type1 .teaser__img {
  padding-top: 48.23151%;
}
.teaser--type1 .teaser__img img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.teaser--type1 .teaser__img img:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.touch .teaser--type1.teaser--type1--hover .teaser-desc {
  padding-right: 50px;
}
.teaser--type1.active .teaser-desc, .no-touch .teaser--type1.teaser--type1--hover:hover .teaser-desc {
  top: 100%;
  visibility: hidden;
}
.csstransforms3d .teaser--type1.active .teaser-desc, .no-touch.csstransforms3d .teaser--type1.teaser--type1--hover:hover .teaser-desc {
  visibility: visible;
  top: auto;
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.teaser--type1 .teaser-desc-secondary {
  color: #23479b;
  min-height: 90px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  max-height: 100%;
  min-height: 99px;
  display: none;
}
.teaser--type1.active .teaser-desc-secondary, .no-touch .teaser--type1:hover .teaser-desc-secondary {
  display: block;
}
.teaser--type1 .teaser-desc-secondary__logo {
  max-width: 260px;
  max-height: 60px;
  display: block;
  margin: 10px 0;
}

@media only screen and (min-width: 64em) {
  .teaser--type1 .teaser-desc-secondary {
    height: 100%;
    padding-bottom: 36px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .teaser--type1 .teaser-desc-secondary__logo {
    margin-bottom: 30px;
    margin: 0 auto;
  }
  .teaser--type1 .teaser-desc-secondary__logo--square {
    max-width: 100px;
    max-height: 100px;
  }
  .teaser--type1 .read-more {
    font-size: 1.125rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
  }
}
.teaser--type1.teaser--career .teaser-desc:before {
  display: none;
}
.teaser--type1.teaser--career h3.std-header {
  position: relative;
  margin-bottom: 5px;
}
.teaser--type1.teaser--career h3.std-header:before {
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  left: -13px;
  width: 3px;
  height: 16px;
  background-color: #cd071e;
}
.teaser--type1.teaser--career h3.std-header a:hover {
  text-decoration: underline;
}

/*
   END: teaser type 1
   ---------------------------------------- */
/* ----------------------------------------
  BEGIN: teaser type 3
*/
.teaser-desc--type3 {
  background-color: transparent;
  text-align: center;
  padding-top: 50px;
  color: #333333;
  position: relative;
}

.teaser--type3__headerwrap {
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 100%;
  color: #fff;
  background-color: rgba(130, 130, 130, 0.9);
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.active .teaser--type3__headerwrap {
  background-color: rgba(78, 78, 78, 0.9);
}
.teaser--type3__headerwrap .teaser--type3__headericon {
  min-width: 0;
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
}
.teaser--type3__headerwrap .teaser--type3__headericon--active {
  display: none;
}

.teaser--type3__header {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 40.0625em) {
  .teaser--type3__header {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.3125rem;
  }
}

.teaser--type3__header--hasicon {
  padding-left: 70px;
}

.active .teaser--type3__headericon {
  display: none;
}

.active .teaser--type3__headericon--active {
  display: inline;
}

.tab-slider__slide .teaser--type3__headerwrap {
  color: transparent;
}
.tab-slider__slide.active .teaser--type3__headerwrap {
  color: #fff;
}
.tab-slider__slide .teaser--type3__headericon {
  left: 50%;
  margin-left: -20px;
}
.tab-slider__slide.active .teaser--type3__headericon {
  left: 10px;
  margin-left: 0;
}

.swiper__pagination--teaser-type3 {
  position: absolute;
  top: 20px;
  z-index: 1;
  margin-top: 48.23151%;
}

/*
  END: teaser type 3
  ---------------------------------------- */
/* ----------------------------------------
  BEGIN: news teaser
*/
.news-teaser {
  margin-bottom: 25px;
}
.module-bgcolor-1 .news-teaser {
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
}
.news-teaser.is-last {
  padding-bottom: 0;
  border-bottom: 0 none;
}
.news-teaser.press {
  margin-bottom: 0;
}
.news-teaser .news-type {
  font-size: 16px;
  margin-top: -16px;
}
.news-teaser h2 {
  font-size: 21px;
  margin: 0 0 10px 0;
}
.news-teaser p {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.news-teaser__textwrap {
  padding: 0.625rem;
}
@media only screen and (max-width: 40em) {
  .news-teaser__textwrap {
    border-top: 1px solid #ccc;
  }
}

/* ----------------------------------------
  END: news teaser
*/
/* ----------------------------------------
   BEGIN: roundel teaser
*/
.roundel-teaser {
  text-align: center;
  margin: 15px auto 15px;
  max-width: 14.375rem;
}

.roundel-teaser__img {
  padding-top: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.roundel-teaser__img.not-unveiled {
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.roundel-teaser__header {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #cccccc;
  font-weight: 400;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  margin: 0.5em 0 0.3em;
}

@media only screen and (max-width: 40em) {
  .roundel-teaser__text {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  .roundel-teaser__header {
    font-size: 1.625rem;
  }
}
/*
   END: roundel teaser
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: events list compact
*/
.e-list-compact {
  background-color: #f5efe7;
  padding: 0.6125em;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.e-list-compact__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-right: 35px;
  position: relative;
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.e-list-compact__item {
  padding: 0.6125em;
  border-top: 1px solid #fff;
}
.e-list-compact__item:first-child {
  border: 0;
}

.e-list-compact__item-header {
  margin: 0;
}

.e-list-compact__item-desc {
  font-size: 0.875rem;
}

.e-list-compact__shadow {
  position: relative;
  z-index: 1;
  height: 15px;
}

.e-list-compact__shadow--top {
  margin-bottom: -15px;
  -moz-box-shadow: inset 0 10px 8px #f5efe7;
  -webkit-box-shadow: inset 0 10px 8px #f5efe7;
  box-shadow: inset 0 10px 8px #f5efe7;
}

.e-list-compact__shadow--bottom {
  margin-top: -15px;
  -moz-box-shadow: inset 0 -10px 8px #f5efe7;
  -webkit-box-shadow: inset 0 -10px 8px #f5efe7;
  box-shadow: inset 0 -10px 8px #f5efe7;
}

@media only screen and (min-width: 64em) {
  .e-list-compact {
    height: 477px;
  }

  .e-list-compact__list {
    max-height: 401px;
    height: 401px;
  }
}
/*
   END: events list compact
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: std form
*/
.std-form {
  margin: 0 0 6.25rem;
}

/*
   END: std form
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: booking form
*/
.booking-form-badge {
  display: none;
}

@media only screen and (min-width: 64em) {
  .booking-form-badge {
    display: block;
    position: absolute;
    bottom: 100%;
    right: 86px;
    z-index: 1;
  }
}
/*
   END: booking form
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: date list
*/
.date-list__entry {
  clear: both;
}

.date-list__date {
  margin-bottom: 0.9375rem;
  padding: 0.4375rem;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  background-color: #828282;
}

/*
   END: date list
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: pagination
*/
.std-pagination {
  display: inline-block;
  list-style-type: none;
  font-size: 1.125rem;
  padding: 0;
  margin: 0;
}

.std-pagination__item {
  float: left;
  width: 2.5em;
  margin: 0 5px;
  height: 1.88889em;
  line-height: 1.88889em;
  overflow: hidden;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  background-color: #cccccc;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.std-pagination__item a {
  display: block;
}
.std-pagination__item.active {
  background-color: #828282;
}
.std-pagination__item.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.std-pagination__item.inactive a {
  cursor: default;
}
.std-pagination__item:not([class*="active"]):hover {
  background-color: #bfbfbf;
}

.std-pagination__item--arrow {
  line-height: 1.55556em;
}
.std-pagination__item--arrow a {
  font-size: 1.72222em;
}

@media only screen and (min-width: 40.0625em) {
  .std-pagination {
    font-size: 1.3125rem;
  }
}
/*
   END: pagination
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: sliding pane
*/
.pane {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background-color: #fff;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.pane--left {
  left: -100%;
}
.pane--left.active {
  left: 0;
}
.csstransforms3d .pane--left {
  left: 0;
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.pane--right {
  right: -100%;
}
.pane--right.active {
  right: 0;
}
.csstransforms3d .pane--right {
  right: 0;
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.pane--top {
  top: -100%;
}
.pane--top.active {
  top: 0;
}
.csstransforms3d .pane--top {
  top: 0;
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.pane--bottom {
  bottom: -100%;
}
.pane--bottom.active {
  bottom: 0;
}
.csstransforms3d .pane--bottom {
  bottom: 0;
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.csstransforms3d .pane.active {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*
   END: sliding pane
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: leaflet map container
*/
.map-wrapper {
  position: relative;
}
.map-wrapper .service-infobox {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  color: #333;
  padding: 9px 10px;
  margin: 0 auto 20px;
  text-align: center;
}
.map-wrapper .service-infobox img {
  float: left;
  display: none;
}
.map-wrapper .service-infobox__text {
  font-size: 30px;
  line-height: 34px;
  display: inline-block;
}
.map-wrapper .service-infobox__text strong {
  font-size: 21px;
  line-height: 22px;
}
.map-wrapper .service-infobox .content-link {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 40.0625em) {
  .map-wrapper .service-infobox {
    text-align: left;
    min-width: 362px;
  }
  .map-wrapper .service-infobox img {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .map-wrapper .service-infobox {
    float: right;
    margin: -70px 0 20px;
  }
}

.map {
  height: 100%;
  background-color: #e6e6e6;
  clear: both;
}
@media only screen and (min-width: 64em) {
  .map {
    height: 560px;
  }
}
.map--desktop {
  border: 1px solid #ccc;
}

.map-wrap {
  display: block;
  height: auto;
  position: static;
  margin-bottom: 1.25rem;
}
.csstransforms3d .map-wrap {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pane .map-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.map__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 30px 0 10px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 85%;
  z-index: 10001;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 -8px 19px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.map__nav .btn {
  margin-top: 0;
  font-size: 1rem;
}
.map__nav .btn.active {
  background: #333;
}

.map__nav-item {
  display: none;
  padding-right: 30px;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.map__nav-item.active {
  display: block;
  overflow: auto;
  padding-bottom: 30px;
}

.leaflet-control-container {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.map__close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  z-index: 1000;
  font-size: 1rem;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*
   END: leaflet map container
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: legend
*/
.map-legend-list {
  list-style-type: none;
  padding-left: 0;
  font-size: 0.875rem;
}
.map-legend-list li {
  position: relative;
  padding-left: 1.3125em;
  margin-bottom: 0.8em;
  cursor: pointer;
}
.map-legend-list li.active {
  font-weight: 700;
}

.map-legend-list__marker {
  background: url('../img/svg-sprite.svg?1513680618') no-repeat -126px -75px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 22px;
}

/*
   END: legend
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: map-logos
*/
.map-logo {
  width: 120px;
  margin: 0.625rem 1.25rem 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.map-logo__no-image {
  position: relative;
  padding-left: 1.3125em;
  font-size: 0.875rem;
}
.map-logo__no-image.active {
  font-weight: 700;
}

/*
   END: map-logos
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: map markers
*/
.map-marker {
  display: none;
}

.leaflet-popup-content {
  font-size: 0.875rem;
}
.leaflet-popup-content h3,
.leaflet-popup-content p {
  margin: 0 0 10px 0;
}
.leaflet-popup-content h5 {
  margin: 0 0 5px 0;
}
.leaflet-popup-content .content-link a {
  color: #fff;
  text-decoration: underline;
}
.leaflet-popup-content .content-link a:hover {
  text-decoration: none;
}
.leaflet-popup-content .content-link a:before {
  display: none;
}

.leaflet-popup-content-wrapper {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.8);
}

.leaflet-container a {
  color: #cccccc;
}
.leaflet-container a.leaflet-popup-close-button {
  color: #333;
  border-radius: 10px;
  background: #fff;
  top: 4px;
  right: 4px;
  padding: 0;
  width: 16px;
  height: 16px;
}

/*
   END: map markers
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: modal base
*/
.reveal-modal {
  position: fixed;
  top: 0% !important;
  opacity: 1 !important;
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: 10003;
  border: 0;
  outline: none;
}
.reveal-modal.open {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.reveal-modal .close-reveal-modal {
  right: 1.875rem;
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    top: 2% !important;
  }
}
.reveal-modal-bg {
  z-index: 10002;
}

/*
   END: modal base
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: video modal
*/
.video-wrap {
  padding-top: 56.25%;
  height: 0;
  margin: 1.25rem auto 0 auto;
  position: relative;
}
.video-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slider .slick-dots {
  display: block;
  bottom: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.slider .slick-dots li {
  display: inline-block;
  padding-left: 5px;
}
.slider .slick-dots button {
  outline: none;
  height: 15px;
  width: 15px;
  padding: 0;
  background-color: #999999;
  color: #999999;
  height: 15px;
  width: 15px;
  border-radius: 150px;
}
.slider .slick-dots .slick-active button {
  background-color: #cd071e;
  color: #cd071e;
}

.slider_caption {
  margin: 0 auto;
  max-width: 60rem;
  position: relative;
  text-align: center;
}

.slider--reference .slick-arrow {
  position: absolute;
  padding: 0;
  top: 75px;
  z-index: 1;
  margin: 0;
  background-color: #cd071e;
  background-repeat: no-repeat;
  height: 70px;
  width: 50px;
  background-size: 30%;
  background-position: center center;
  outline: none;
}
.slider--reference .slick-arrow:before {
  display: none;
}
.slider--reference .slick-prev {
  left: -10px;
  background-image: url(../img/slider-arrow-left.png);
}
.slider--reference .slick-next {
  right: -10px;
  background-image: url(../img/slider-arrow-right.png);
}
.slider--reference img {
  margin: 0 auto;
}
.slider--reference .slick-slide {
  outline: none;
}
.slider--reference .slider_caption {
  padding: 0 10px;
  margin: 10px auto 0 auto;
  font-size: 14px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif?1513680617') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  color: #23479b;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ----------------------------------------
   BEGIN: products
*/
.product-list-item {
  margin-bottom: 60px;
}
.product-list-item:last-child {
  margin-bottom: 0;
}
.product-list-item h2 {
  margin: 5px 0 10px 0;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
  line-height: 31.5px;
}
@media only screen and (min-width: 64em) {
  .product-list-item h2 {
    margin-top: -8px;
  }
}
.product-list-item p {
  margin: 0 0 10px 0;
}
.product-list-item .categories {
  margin-top: 15px;
  font-size: 12px;
  text-transform: uppercase;
}
.product-list-item .categories a {
  text-decoration: underline;
}
.product-list-item .product-image {
  position: relative;
}
.product-list-item .product-image .unique {
  position: absolute;
  top: 13px;
  left: 11px;
}

/*
   END: products
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: info container
*/
.info-container {
  background: #e6e6e6;
  padding: 25px;
  margin-top: 5px !important;
}
.info-container.info-container--white {
  background: #fff;
}

/*
   END: info container
   ---------------------------------------- */
.tx-solr {
  margin-bottom: 20px;
}
.tx-solr .search_results_element {
  margin-bottom: 15px;
}
.tx-solr .search_results_element h2 {
  font-size: 21px;
  margin: 0 0 10px 0;
}
.tx-solr hr {
  max-width: 980px;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 1.25rem auto;
}
.tx-solr .button-link {
  min-height: 40px;
  padding: 7px 19px;
}

.survey-wrapper {
  display: none;
}
.survey-wrapper.active {
  display: block;
}
.survey-wrapper .survey-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.survey-wrapper .survey {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -350px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5000;
  width: 700px;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  color: #4e4e4e;
}
.survey-wrapper .survey .survey--content {
  padding: 18px;
}
.survey-wrapper .survey .survey--header .survey--header__title {
  box-sizing: border-box;
  width: 330px;
  height: 150px;
  background: #23479b;
  float: left;
  font-size: 36px;
  color: #fff;
  padding: 20px;
}
.survey-wrapper .survey .survey--header img {
  float: right;
}
.survey-wrapper .survey .box-module {
  padding: 0;
  margin: 0;
}
.survey-wrapper .button-wrap {
  margin-top: 10px;
}
.survey-wrapper .button {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  color: #fff;
  font-size: 30px;
  background: #23479b;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.survey-wrapper .button:hover {
  text-decoration: none;
  background: #1a3471;
}
.survey-wrapper .arrow-link {
  display: block;
  font-size: 14px;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  position: relative;
  margin-left: 43px;
  cursor: pointer;
}
.survey-wrapper .arrow-link:hover {
  text-decoration: underline;
}

.splash-page-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999999;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
}

.splash-page-content {
  position: relative;
  max-width: 60rem;
  background: #fff;
  margin: 25vh auto;
  border: 4px solid #212121;
  padding: 40px;
}
.splash-page-content p {
  margin-top: 0;
}
.splash-page-content .columns--extra {
  padding: 0 48px;
}
.splash-page-content .slider--main {
  margin-bottom: 30px;
}
.splash-page-content .slider--main .slider_caption--main {
  bottom: 10px;
  text-align: left;
}
.splash-page-content .slider--main .slider_captionwrap {
  padding: 0 0 0 10px;
  max-width: none;
}
.splash-page-content .logo-splash-page {
  margin-bottom: 40px;
}
.splash-page-content .logo-splash-page + .logo-splash-page {
  margin-left: 40px;
}
.splash-page-content .logo-splash-page img {
  max-width: 300px;
  height: auto;
}
.splash-page-content .close-splash-page {
  background: #828282;
  width: 55px;
  height: 55px;
  cursor: pointer;
  margin-bottom: 40px;
  position: relative;
  transition: background 0.3s ease-in-out;
}
.splash-page-content .close-splash-page:before, .splash-page-content .close-splash-page:after {
  content: "";
  background: #fff;
  height: 40px;
  width: 4px;
  display: block;
  top: 50%;
  left: 27.5px;
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: background 0.3s ease-in-out;
}
.splash-page-content .close-splash-page:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.splash-page-content .close-splash-page:hover {
  background: #333333;
}
.splash-page-content .close-splash-page:hover:before, .splash-page-content .close-splash-page:hover:after {
  background: #fff;
}

/*
  END: organisms
  ---------------------------------------- */
.ce {
  margin-bottom: 1rem;
}
.ce .btn {
  margin-top: 1em;
  margin-bottom´: 1em;
}
.ce > .row:first-child > .columns > *:first-child, .ce > *:first-child {
  margin-top: 0;
}
.ce .font-small {
  font-size: 0.8125rem;
}

@media only screen and (max-width: 40em) {
  .ce {
    font-size: 0.875rem;
  }
}
/* ----------------------------------------
   BEGIN: ce-group
*/
.ce-group .ce {
  margin-bottom: 0.625rem;
}

/*
   END: ce-group
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: header
*/
.ce-header {
  margin-bottom: 1.25rem;
}

/*
   END: header
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: text
*/
.content-text > *:first-child {
  margin-top: 0;
}
.content-text > *:last-child {
  margin-bottom: 0.5em;
}
.content-text ul {
  list-style: none;
  padding: 0 0 0 1em;
  margin-top: 0;
}
.content-text ul li:before {
  content: "\00BB";
  padding-right: 0.3125em;
  margin-left: -0.9375em;
}
.content-text ul li a {
  text-decoration: underline;
}
.content-text ul li a:hover {
  text-decoration: none;
}

/*
   END: text
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: links
*/
.content-link a:not(.button-link) {
  text-decoration: none;
  color: #cd071e;
  font-weight: bold;
}
.content-link a:not(.button-link):hover {
  text-decoration: underline;
}
.content-link a:not(.button-link):before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url("../img/svg-sprite.svg?1468568578") no-repeat -150px -97px;
  margin-right: 4px;
}

.content-link a.mail {
  color: #333333;
  text-decoration: underline;
  font-weight: normal;
}
.content-link a.mail:hover {
  text-decoration: none;
}
.content-link a.mail:before {
  background-position: -306px -150px;
  width: 16px;
  height: 11px;
  margin-right: 6px;
}

.news-link .ce {
  margin: 0;
}
.news-link a.button-link {
  display: block;
  line-height: 1;
  width: auto;
  padding: 0;
  border: 0 none;
  text-transform: none;
  text-align: left;
  text-decoration: none;
  color: #cd071e;
  font-weight: bold;
}
.news-link a.button-link + .button-link {
  margin-left: 0;
}
.news-link a.button-link:hover {
  text-decoration: underline;
}
.news-link a.button-link:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url("../img/svg-sprite.svg?1468568578") no-repeat -150px -97px;
  margin-right: 4px;
}

/*
   END: links
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: image
*/
.content-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40.0625em) {
  .ce-text-image--intext-left .content-image {
    float: left;
    width: 325px;
    margin: 0 1.25rem 1.25rem 0;
  }
  .ce-text-image--intext-right .content-image {
    float: right;
    width: 325px;
    margin: 0 0 1.25rem 1.25rem;
  }
}

.content-image__img {
  position: relative;
}

.content-image__img--video {
  cursor: pointer;
}
.content-image__img--video:after {
  content: '';
  display: block;
  position: absolute;
  width: 110px;
  height: 110px;
  left: 50%;
  top: 50%;
  margin: -55px 0 0 -55px;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat 0 -200px;
  opacity: 0.9;
}

.content-image__img--ratio {
  padding-top: 66.66666%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.content-image__img--ratio img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: block;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.content-image__img--ratio img.img-loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*
   END: image
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: ce image swiper
*/
.swiper--stdimage {
  padding-bottom: 10px;
}
.swiper--stdimage .ce {
  margin-top: 0;
  margin-bottom: 0;
}
.swiper--stdimage .content-image {
  margin-bottom: 0;
}

.swiper__pagination--stdimage {
  padding: 10px 0;
}

.swiper__navwrap--stdimage {
  margin-top: -34px;
  padding: 0 10px;
}
.swiper__navwrap--stdimage .swiper__nav {
  width: 25px;
  height: 68px;
}
.swiper__navwrap--stdimage .swiper__nav--next {
  background-position: -26px 0;
}

/*
   END: ce image swiper
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: ce table
*/
.ce-table table {
  table-layout: fixed;
  width: 100%;
  text-align: left;
}
.ce-table table.large-up-l-m30 {
  max-width: 930px;
}
.ce-table td, .ce-table th {
  padding: 6px 10px;
}
.ce-table tr {
  border-bottom: 1px solid #999999;
}
.ce-table tr:first-child {
  border-top: 0;
}
.ce-table th {
  background-color: #828282;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-align: left;
}
.ce-table th:empty {
  padding-top: 4px;
  padding-bottom: 4px;
}
.ce-table tfoot {
  font-size: 0.8125rem;
}
.ce-table tfoot td {
  padding: 20px 0 0;
}
.ce-table tfoot tr {
  border: 0;
}

.ce-table--onbg tr {
  border-bottom-color: #fff;
}
.ce-table--onbg th {
  background-color: #fff;
}

/*
   END: ce table
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: content-list
*/
.content-list {
  list-style-type: none;
  padding-left: 0;
}
.content-list li {
  position: relative;
  padding-left: 1.3125em;
  margin-bottom: 0.8em;
}
.content-list li a {
  font-weight: inherit;
  color: inherit;
}
.content-list li a:hover {
  color: #bfbfbf;
  text-decoration: underline;
}
.content-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.4375em;
  left: 0;
  width: 0.75em;
  height: 0.75em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #828282;
}

/*
   END: content-list
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: tabs
*/
.tabs {
  padding: 0;
}
.tabs .tab-title {
  width: 16.66667%;
  border-right: 2px solid #fff;
}
.tabs .tab-title:last-child {
  border-right: 0 none;
}
.tabs .tab-title a {
  padding: 0 1rem;
  height: 3.75rem;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  outline: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tabs.tabs--5 .tab-title {
  width: 20%;
}

.tabs-content {
  background-color: #e6e6e6;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 64em) {
  .tabs-content {
    padding: 2.5625rem 3.0625rem;
  }
}

.medium-tabs .input-wrap {
  position: relative;
  width: 300px;
  left: 50%;
  margin: 15px 0 15px -150px;
}

/*
   END: tabs
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: layout
*/
.page {
  max-width: 1600px;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/*
   END: layout
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: background-images lazyload
*/
.not-unveiled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-image: none !important;
}

/*
   END: background-images lazyload
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: deprecated browser message
*/
.old-browser-overlay,
.old-browser-msg {
  display: none;
}

.lt-ie9 body, .lt-ie9 html {
  overflow: hidden;
}
.lt-ie9 .old-browser-overlay {
  display: block;
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.lt-ie9 .old-browser-msg {
  display: block;
  border: 1px solid #ccc;
  padding: 30px;
  max-width: 500px;
  margin: 100px auto;
  color: #000;
}

/*
   END: deprecated browser message
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: modals base
*/
.reveal-modal {
  padding-top: 60px;
}
.reveal-modal .close-reveal-modal {
  color: #cccccc;
  font-size: 3.75rem;
}

/*
   END: modals base
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: lightbox
*/
.clearing-thumbs__zoom {
  height: 30px;
  width: 30px;
  background-color: #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  float: right;
  margin: 10px 0 0;
}
.clearing-thumbs__zoom:after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat -101px -75px;
}

.clearing-thumbs--single {
  padding: 0;
  margin: 0;
}
.clearing-thumbs--single li {
  width: 100%;
}
.clearing-thumbs--single .clearing-thumbs__link {
  position: relative;
  display: block;
}

.clearing-assembled {
  z-index: 10010;
}
.clearing-assembled .visible-img img {
  width: auto;
}

.clearing-blackout {
  background-color: #fff;
}
.clearing-blackout .clearing-container .visible-img {
  background-color: transparent;
}
.clearing-blackout .carousel {
  display: none;
}
.clearing-blackout .clearing-caption {
  background-color: rgba(255, 255, 255, 0.75);
  color: #333333;
}
.clearing-blackout .clearing-close {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 3.75rem;
}
.clearing-blackout .clearing-close:hover {
  text-decoration: none;
}
.clearing-blackout .clearing-main__arrow {
  border: 0;
  width: 17px;
  height: 50px;
  background: url('../img/svg-sprite.svg?1513680618') no-repeat 0 0;
  background-size: 360px auto;
  right: 0;
  left: auto;
}
.clearing-blackout .clearing-main-next .clearing-main__arrow {
  background-position: -18px 0;
  left: 0;
}
.clearing-blackout .clearing-main-prev.disabled,
.clearing-blackout .clearing-main-next.disabled {
  display: none;
}

.clearing-assembled .clearing-container .visible-img {
  height: 100%;
}

/*
   END: lightbox
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: static
*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
.font-white {
  color: #fff;
}

.text-bold {
  font-weight: bold;
}

.no-scroll {
  overflow: hidden;
}

.noselect, .btn, .acc-toggler {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fl-clear {
  clear: both;
}

ul.no-bullet {
  list-style-type: none;
  padding-left: 0;
}

.ovfl-ellips {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ----------------------------------------
   BEGIN: margin helpers
*/
.tb-m10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.tb-m20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.t-m10 {
  margin-top: 0.625rem;
}

.b-m10 {
  margin-bottom: 0.625rem;
}

.t-m20 {
  margin-top: 1.25rem;
}

.b-m20 {
  margin-bottom: 1.25rem;
}

.t-m30 {
  margin-top: 1.875rem;
}

.b-m30 {
  margin-bottom: 1.875rem;
}

.t-m40 {
  margin-top: 2.5rem;
}

.b-m40 {
  margin-bottom: 2.5rem;
}

.t-m50 {
  margin-top: 3.125rem;
}

.b-m50 {
  margin-bottom: 3.125rem;
}

.t-m60 {
  margin-top: 3.75rem;
}

.b-m60 {
  margin-bottom: 3.75rem;
}

.t-m70 {
  margin-top: 4.375rem;
}

.b-m70 {
  margin-bottom: 4.375rem;
}

.t-m80 {
  margin-top: 5rem;
}

.b-m80 {
  margin-bottom: 5rem;
}

.t-m90 {
  margin-top: 5.625rem;
}

.b-m90 {
  margin-bottom: 5.625rem;
}

.t-m100 {
  margin-top: 6.25rem;
}

.b-m100 {
  margin-bottom: 6.25rem;
}

@media only screen and (max-width: 40em) {
  .small-t-m0 {
    margin-top: 0;
  }

  .small-b-m0 {
    margin-bottom: 0;
  }

  .small-t-m10 {
    margin-top: 0.625rem;
  }

  .small-b-m10 {
    margin-bottom: 0.625rem;
  }

  .small-t-m20 {
    margin-top: 1.25rem;
  }

  .small-b-m20 {
    margin-bottom: 1.25rem;
  }

  .small-t-m30 {
    margin-top: 1.875rem;
  }

  .small-b-m30 {
    margin-bottom: 1.875rem;
  }

  .small-t-m40 {
    margin-top: 2.5rem;
  }

  .small-b-m40 {
    margin-bottom: 2.5rem;
  }

  .small-t-m50 {
    margin-top: 3.125rem;
  }

  .small-b-m50 {
    margin-bottom: 3.125rem;
  }

  .small-t-m60 {
    margin-top: 3.75rem;
  }

  .small-b-m60 {
    margin-bottom: 3.75rem;
  }

  .small-t-m70 {
    margin-top: 4.375rem;
  }

  .small-b-m70 {
    margin-bottom: 4.375rem;
  }

  .small-t-m80 {
    margin-top: 5rem;
  }

  .small-b-m80 {
    margin-bottom: 5rem;
  }

  .small-t-m90 {
    margin-top: 5.625rem;
  }

  .small-b-m90 {
    margin-bottom: 5.625rem;
  }

  .small-t-m100 {
    margin-top: 6.25rem;
  }

  .small-b-m100 {
    margin-bottom: 6.25rem;
  }

  .small-l-m0 {
    margin-left: 0;
  }

  .small-r-m0 {
    margin-right: 0;
  }

  .small-l-m10 {
    margin-left: 0.625rem;
  }

  .small-r-m10 {
    margin-right: 0.625rem;
  }

  .small-l-m20 {
    margin-left: 1.25rem;
  }

  .small-r-m20 {
    margin-right: 1.25rem;
  }

  .small-l-m30 {
    margin-left: 1.875rem;
  }

  .small-r-m30 {
    margin-right: 1.875rem;
  }

  .small-l-m40 {
    margin-left: 2.5rem;
  }

  .small-r-m40 {
    margin-right: 2.5rem;
  }

  .small-l-m50 {
    margin-left: 3.125rem;
  }

  .small-r-m50 {
    margin-right: 3.125rem;
  }

  .small-l-m60 {
    margin-left: 3.75rem;
  }

  .small-r-m60 {
    margin-right: 3.75rem;
  }

  .small-l-m70 {
    margin-left: 4.375rem;
  }

  .small-r-m70 {
    margin-right: 4.375rem;
  }

  .small-l-m80 {
    margin-left: 5rem;
  }

  .small-r-m80 {
    margin-right: 5rem;
  }

  .small-l-m90 {
    margin-left: 5.625rem;
  }

  .small-r-m90 {
    margin-right: 5.625rem;
  }

  .small-l-m100 {
    margin-left: 6.25rem;
  }

  .small-r-m100 {
    margin-right: 6.25rem;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 63.9375em) {
  .medium-t-m0 {
    margin-top: 0;
  }

  .medium-b-m0 {
    margin-bottom: 0;
  }

  .medium-t-m10 {
    margin-top: 0.625rem;
  }

  .medium-b-m10 {
    margin-bottom: 0.625rem;
  }

  .medium-t-m20 {
    margin-top: 1.25rem;
  }

  .medium-b-m20 {
    margin-bottom: 1.25rem;
  }

  .medium-t-m30 {
    margin-top: 1.875rem;
  }

  .medium-b-m30 {
    margin-bottom: 1.875rem;
  }

  .medium-t-m40 {
    margin-top: 2.5rem;
  }

  .medium-b-m40 {
    margin-bottom: 2.5rem;
  }

  .medium-t-m50 {
    margin-top: 3.125rem;
  }

  .medium-b-m50 {
    margin-bottom: 3.125rem;
  }

  .medium-t-m60 {
    margin-top: 3.75rem;
  }

  .medium-b-m60 {
    margin-bottom: 3.75rem;
  }

  .medium-t-m70 {
    margin-top: 4.375rem;
  }

  .medium-b-m70 {
    margin-bottom: 4.375rem;
  }

  .medium-t-m80 {
    margin-top: 5rem;
  }

  .medium-b-m80 {
    margin-bottom: 5rem;
  }

  .medium-t-m90 {
    margin-top: 5.625rem;
  }

  .medium-b-m90 {
    margin-bottom: 5.625rem;
  }

  .medium-t-m100 {
    margin-top: 6.25rem;
  }

  .medium-b-m100 {
    margin-bottom: 6.25rem;
  }

  .medium-l-m0 {
    margin-left: 0;
  }

  .medium-r-m0 {
    margin-right: 0;
  }

  .medium-l-m10 {
    margin-left: 0.625rem;
  }

  .medium-r-m10 {
    margin-right: 0.625rem;
  }

  .medium-l-m20 {
    margin-left: 1.25rem;
  }

  .medium-r-m20 {
    margin-right: 1.25rem;
  }

  .medium-l-m30 {
    margin-left: 1.875rem;
  }

  .medium-r-m30 {
    margin-right: 1.875rem;
  }

  .medium-l-m40 {
    margin-left: 2.5rem;
  }

  .medium-r-m40 {
    margin-right: 2.5rem;
  }

  .medium-l-m50 {
    margin-left: 3.125rem;
  }

  .medium-r-m50 {
    margin-right: 3.125rem;
  }

  .medium-l-m60 {
    margin-left: 3.75rem;
  }

  .medium-r-m60 {
    margin-right: 3.75rem;
  }

  .medium-l-m70 {
    margin-left: 4.375rem;
  }

  .medium-r-m70 {
    margin-right: 4.375rem;
  }

  .medium-l-m80 {
    margin-left: 5rem;
  }

  .medium-r-m80 {
    margin-right: 5rem;
  }

  .medium-l-m90 {
    margin-left: 5.625rem;
  }

  .medium-r-m90 {
    margin-right: 5.625rem;
  }

  .medium-l-m100 {
    margin-left: 6.25rem;
  }

  .medium-r-m100 {
    margin-right: 6.25rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 90em) {
  .large-t-m0 {
    margin-top: 0;
  }

  .large-b-m0 {
    margin-bottom: 0;
  }

  .large-t-m10 {
    margin-top: 0.625rem;
  }

  .large-b-m10 {
    margin-bottom: 0.625rem;
  }

  .large-t-m20 {
    margin-top: 1.25rem;
  }

  .large-b-m20 {
    margin-bottom: 1.25rem;
  }

  .large-t-m30 {
    margin-top: 1.875rem;
  }

  .large-b-m30 {
    margin-bottom: 1.875rem;
  }

  .large-t-m40 {
    margin-top: 2.5rem;
  }

  .large-b-m40 {
    margin-bottom: 2.5rem;
  }

  .large-t-m50 {
    margin-top: 3.125rem;
  }

  .large-b-m50 {
    margin-bottom: 3.125rem;
  }

  .large-t-m60 {
    margin-top: 3.75rem;
  }

  .large-b-m60 {
    margin-bottom: 3.75rem;
  }

  .large-t-m70 {
    margin-top: 4.375rem;
  }

  .large-b-m70 {
    margin-bottom: 4.375rem;
  }

  .large-t-m80 {
    margin-top: 5rem;
  }

  .large-b-m80 {
    margin-bottom: 5rem;
  }

  .large-t-m90 {
    margin-top: 5.625rem;
  }

  .large-b-m90 {
    margin-bottom: 5.625rem;
  }

  .large-t-m100 {
    margin-top: 6.25rem;
  }

  .large-b-m100 {
    margin-bottom: 6.25rem;
  }

  .large-l-m0 {
    margin-left: 0;
  }

  .large-r-m0 {
    margin-right: 0;
  }

  .large-l-m10 {
    margin-left: 0.625rem;
  }

  .large-r-m10 {
    margin-right: 0.625rem;
  }

  .large-l-m20 {
    margin-left: 1.25rem;
  }

  .large-r-m20 {
    margin-right: 1.25rem;
  }

  .large-l-m30 {
    margin-left: 1.875rem;
  }

  .large-r-m30 {
    margin-right: 1.875rem;
  }

  .large-l-m40 {
    margin-left: 2.5rem;
  }

  .large-r-m40 {
    margin-right: 2.5rem;
  }

  .large-l-m50 {
    margin-left: 3.125rem;
  }

  .large-r-m50 {
    margin-right: 3.125rem;
  }

  .large-l-m60 {
    margin-left: 3.75rem;
  }

  .large-r-m60 {
    margin-right: 3.75rem;
  }

  .large-l-m70 {
    margin-left: 4.375rem;
  }

  .large-r-m70 {
    margin-right: 4.375rem;
  }

  .large-l-m80 {
    margin-left: 5rem;
  }

  .large-r-m80 {
    margin-right: 5rem;
  }

  .large-l-m90 {
    margin-left: 5.625rem;
  }

  .large-r-m90 {
    margin-right: 5.625rem;
  }

  .large-l-m100 {
    margin-left: 6.25rem;
  }

  .large-r-m100 {
    margin-right: 6.25rem;
  }
}
@media only screen {
  .small-up-t-m0 {
    margin-top: 0;
  }

  .small-up-b-m0 {
    margin-bottom: 0;
  }

  .small-up-t-m10 {
    margin-top: 0.625rem;
  }

  .small-up-b-m10 {
    margin-bottom: 0.625rem;
  }

  .small-up-t-m20 {
    margin-top: 1.25rem;
  }

  .small-up-b-m20 {
    margin-bottom: 1.25rem;
  }

  .small-up-t-m30 {
    margin-top: 1.875rem;
  }

  .small-up-b-m30 {
    margin-bottom: 1.875rem;
  }

  .small-up-t-m40 {
    margin-top: 2.5rem;
  }

  .small-up-b-m40 {
    margin-bottom: 2.5rem;
  }

  .small-up-t-m50 {
    margin-top: 3.125rem;
  }

  .small-up-b-m50 {
    margin-bottom: 3.125rem;
  }

  .small-up-t-m60 {
    margin-top: 3.75rem;
  }

  .small-up-b-m60 {
    margin-bottom: 3.75rem;
  }

  .small-up-t-m70 {
    margin-top: 4.375rem;
  }

  .small-up-b-m70 {
    margin-bottom: 4.375rem;
  }

  .small-up-t-m80 {
    margin-top: 5rem;
  }

  .small-up-b-m80 {
    margin-bottom: 5rem;
  }

  .small-up-t-m90 {
    margin-top: 5.625rem;
  }

  .small-up-b-m90 {
    margin-bottom: 5.625rem;
  }

  .small-up-t-m100 {
    margin-top: 6.25rem;
  }

  .small-up-b-m100 {
    margin-bottom: 6.25rem;
  }

  .small-up-l-m0 {
    margin-left: 0;
  }

  .small-up-r-m0 {
    margin-right: 0;
  }

  .small-up-l-m10 {
    margin-left: 0.625rem;
  }

  .small-up-r-m10 {
    margin-right: 0.625rem;
  }

  .small-up-l-m20 {
    margin-left: 1.25rem;
  }

  .small-up-r-m20 {
    margin-right: 1.25rem;
  }

  .small-up-l-m30 {
    margin-left: 1.875rem;
  }

  .small-up-r-m30 {
    margin-right: 1.875rem;
  }

  .small-up-l-m40 {
    margin-left: 2.5rem;
  }

  .small-up-r-m40 {
    margin-right: 2.5rem;
  }

  .small-up-l-m50 {
    margin-left: 3.125rem;
  }

  .small-up-r-m50 {
    margin-right: 3.125rem;
  }

  .small-up-l-m60 {
    margin-left: 3.75rem;
  }

  .small-up-r-m60 {
    margin-right: 3.75rem;
  }

  .small-up-l-m70 {
    margin-left: 4.375rem;
  }

  .small-up-r-m70 {
    margin-right: 4.375rem;
  }

  .small-up-l-m80 {
    margin-left: 5rem;
  }

  .small-up-r-m80 {
    margin-right: 5rem;
  }

  .small-up-l-m90 {
    margin-left: 5.625rem;
  }

  .small-up-r-m90 {
    margin-right: 5.625rem;
  }

  .small-up-l-m100 {
    margin-left: 6.25rem;
  }

  .small-up-r-m100 {
    margin-right: 6.25rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-up-t-m0 {
    margin-top: 0;
  }

  .medium-up-b-m0 {
    margin-bottom: 0;
  }

  .medium-up-t-m10 {
    margin-top: 0.625rem;
  }

  .medium-up-b-m10 {
    margin-bottom: 0.625rem;
  }

  .medium-up-t-m20 {
    margin-top: 1.25rem;
  }

  .medium-up-b-m20 {
    margin-bottom: 1.25rem;
  }

  .medium-up-t-m30 {
    margin-top: 1.875rem;
  }

  .medium-up-b-m30 {
    margin-bottom: 1.875rem;
  }

  .medium-up-t-m40 {
    margin-top: 2.5rem;
  }

  .medium-up-b-m40 {
    margin-bottom: 2.5rem;
  }

  .medium-up-t-m50 {
    margin-top: 3.125rem;
  }

  .medium-up-b-m50 {
    margin-bottom: 3.125rem;
  }

  .medium-up-t-m60 {
    margin-top: 3.75rem;
  }

  .medium-up-b-m60 {
    margin-bottom: 3.75rem;
  }

  .medium-up-t-m70 {
    margin-top: 4.375rem;
  }

  .medium-up-b-m70 {
    margin-bottom: 4.375rem;
  }

  .medium-up-t-m80 {
    margin-top: 5rem;
  }

  .medium-up-b-m80 {
    margin-bottom: 5rem;
  }

  .medium-up-t-m90 {
    margin-top: 5.625rem;
  }

  .medium-up-b-m90 {
    margin-bottom: 5.625rem;
  }

  .medium-up-t-m100 {
    margin-top: 6.25rem;
  }

  .medium-up-b-m100 {
    margin-bottom: 6.25rem;
  }

  .medium-up-l-m0 {
    margin-left: 0;
  }

  .medium-up-r-m0 {
    margin-right: 0;
  }

  .medium-up-l-m10 {
    margin-left: 0.625rem;
  }

  .medium-up-r-m10 {
    margin-right: 0.625rem;
  }

  .medium-up-l-m20 {
    margin-left: 1.25rem;
  }

  .medium-up-r-m20 {
    margin-right: 1.25rem;
  }

  .medium-up-l-m30 {
    margin-left: 1.875rem;
  }

  .medium-up-r-m30 {
    margin-right: 1.875rem;
  }

  .medium-up-l-m40 {
    margin-left: 2.5rem;
  }

  .medium-up-r-m40 {
    margin-right: 2.5rem;
  }

  .medium-up-l-m50 {
    margin-left: 3.125rem;
  }

  .medium-up-r-m50 {
    margin-right: 3.125rem;
  }

  .medium-up-l-m60 {
    margin-left: 3.75rem;
  }

  .medium-up-r-m60 {
    margin-right: 3.75rem;
  }

  .medium-up-l-m70 {
    margin-left: 4.375rem;
  }

  .medium-up-r-m70 {
    margin-right: 4.375rem;
  }

  .medium-up-l-m80 {
    margin-left: 5rem;
  }

  .medium-up-r-m80 {
    margin-right: 5rem;
  }

  .medium-up-l-m90 {
    margin-left: 5.625rem;
  }

  .medium-up-r-m90 {
    margin-right: 5.625rem;
  }

  .medium-up-l-m100 {
    margin-left: 6.25rem;
  }

  .medium-up-r-m100 {
    margin-right: 6.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .large-up-t-m0 {
    margin-top: 0;
  }

  .large-up-b-m0 {
    margin-bottom: 0;
  }

  .large-up-t-m10 {
    margin-top: 0.625rem;
  }

  .large-up-b-m10 {
    margin-bottom: 0.625rem;
  }

  .large-up-t-m20 {
    margin-top: 1.25rem;
  }

  .large-up-b-m20 {
    margin-bottom: 1.25rem;
  }

  .large-up-t-m30 {
    margin-top: 1.875rem;
  }

  .large-up-b-m30 {
    margin-bottom: 1.875rem;
  }

  .large-up-t-m40 {
    margin-top: 2.5rem;
  }

  .large-up-b-m40 {
    margin-bottom: 2.5rem;
  }

  .large-up-t-m50 {
    margin-top: 3.125rem;
  }

  .large-up-b-m50 {
    margin-bottom: 3.125rem;
  }

  .large-up-t-m60 {
    margin-top: 3.75rem;
  }

  .large-up-b-m60 {
    margin-bottom: 3.75rem;
  }

  .large-up-t-m70 {
    margin-top: 4.375rem;
  }

  .large-up-b-m70 {
    margin-bottom: 4.375rem;
  }

  .large-up-t-m80 {
    margin-top: 5rem;
  }

  .large-up-b-m80 {
    margin-bottom: 5rem;
  }

  .large-up-t-m90 {
    margin-top: 5.625rem;
  }

  .large-up-b-m90 {
    margin-bottom: 5.625rem;
  }

  .large-up-t-m100 {
    margin-top: 6.25rem;
  }

  .large-up-b-m100 {
    margin-bottom: 6.25rem;
  }

  .large-up-l-m0 {
    margin-left: 0;
  }

  .large-up-r-m0 {
    margin-right: 0;
  }

  .large-up-l-m10 {
    margin-left: 0.625rem;
  }

  .large-up-r-m10 {
    margin-right: 0.625rem;
  }

  .large-up-l-m20 {
    margin-left: 1.25rem;
  }

  .large-up-r-m20 {
    margin-right: 1.25rem;
  }

  .large-up-l-m30 {
    margin-left: 1.875rem;
  }

  .large-up-r-m30 {
    margin-right: 1.875rem;
  }

  .large-up-l-m40 {
    margin-left: 2.5rem;
  }

  .large-up-r-m40 {
    margin-right: 2.5rem;
  }

  .large-up-l-m50 {
    margin-left: 3.125rem;
  }

  .large-up-r-m50 {
    margin-right: 3.125rem;
  }

  .large-up-l-m60 {
    margin-left: 3.75rem;
  }

  .large-up-r-m60 {
    margin-right: 3.75rem;
  }

  .large-up-l-m70 {
    margin-left: 4.375rem;
  }

  .large-up-r-m70 {
    margin-right: 4.375rem;
  }

  .large-up-l-m80 {
    margin-left: 5rem;
  }

  .large-up-r-m80 {
    margin-right: 5rem;
  }

  .large-up-l-m90 {
    margin-left: 5.625rem;
  }

  .large-up-r-m90 {
    margin-right: 5.625rem;
  }

  .large-up-l-m100 {
    margin-left: 6.25rem;
  }

  .large-up-r-m100 {
    margin-right: 6.25rem;
  }
}
.l-m10 {
  margin-left: 10px;
}

.l-m20 {
  margin-left: 10px;
}

.l-m30 {
  margin-left: 10px;
}

/*
   END: margin helpers
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: alignment helpers
*/
.ta-left {
  text-align: left;
}

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

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

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

@media only screen and (max-width: 40em) {
  .small-center {
    text-align: center;
  }

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

  .small-right {
    text-align: right;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 63.9375em) {
  .medium-center {
    text-align: center;
  }

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

  .medium-right {
    text-align: right;
  }
}
@media only screen and (min-width: 64em) and (max-width: 90em) {
  .large-center {
    text-align: center;
  }

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

  .large-right {
    text-align: right;
  }
}
@media only screen {
  .small-up-center {
    text-align: center;
  }

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

  .small-up-right {
    text-align: right;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-up-center {
    text-align: center;
  }

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

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

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

  .large-up-right {
    text-align: right;
  }
}
/*
   END: alignment helpers
   ---------------------------------------- */
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
   END: static
   ---------------------------------------- */
