/* ==========================================================================
   Getting it all together
   ========================================================================== */
/*! 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;
}
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* set everything to "box-sizing:border-box" –
 * the Grid won't work otherwise
 */
* {
  box-sizing: border-box;
}
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/* Clearfix as a mixin: */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
  }
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  .featherlight-swipe-aware .featherlight-next,
  .featherlight-swipe-aware .featherlight-previous {
    display: none;
  }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous,
  .featherlight-loading .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'FontAwesome';
  src: url('/custom/frontend/fonts/fontawesome-webfont.eot');
  src: url('/custom/frontend/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/custom/frontend/fonts/fontawesome-webfont.woff') format('woff'), url('/custom/frontend/fonts/fontawesome-webfont.ttf') format('truetype'), url('/custom/frontend/fonts/fontawesome-webfont.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
  position: absolute;
  top: 60%;
  width: 100%;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: -40px 0 0;
  position: absolute;
  bottom: 0;
  z-index: 10;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  line-height: 1.9;
  display: inline-block;
  content: "";
  position: relative;
  height: 100%;
  width: 100%;
  color: #fff;
  background: url(/img/prev-handler.svg) no-repeat center;
}
.flex-direction-nav a.flex-next:before {
  background-image: url(/img/next-handler.svg);
}
.flex-direction-nav .flex-prev {
  left: 0px;
}
.flex-direction-nav .flex-next {
  right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  z-index: 3;
  position: relative;
  bottom: -36px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #ff9900;
}
.flex-control-paging li a.flex-active {
  background: #ff9900;
  border-color: #ff9900;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.slides {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.flex-carousel-item {
  display: flex;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.flex-carousel-caption {
  width: 100%;
}
.flex-carousel-caption__text {
  height: 60vh;
  min-height: 28em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .flex-carousel-caption__text {
    height: auto;
    min-height: 18em;
  }
}
@media (max-width: 767px) {
  .flexslider {
    margin-bottom: 0;
  }
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  .flex-control-nav {
    bottom: -32px;
  }
  .flex-control-paging li a {
    width: 13px;
    height: 13px;
  }
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 21, 2011 */
@font-face {
  font-family: 'CandaraBoldItalic';
  src: url('/fonts/candaraz-webfont.eot');
  src: url('/fonts/candaraz-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/candaraz-webfont.woff') format('woff'), url('/fonts/candaraz-webfont.ttf') format('truetype'), url('/fonts/candaraz-webfont.svg#CandaraBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CandaraItalic';
  src: url('/fonts/candarai-webfont.eot');
  src: url('/fonts/candarai-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/candarai-webfont.woff') format('woff'), url('/fonts/candarai-webfont.ttf') format('truetype'), url('/fonts/candarai-webfont.svg#CandaraItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CandaraBold';
  src: url('/fonts/candarab-webfont.eot');
  src: url('/fonts/candarab-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/candarab-webfont.woff') format('woff'), url('/fonts/candarab-webfont.ttf') format('truetype'), url('/fonts/candarab-webfont.svg#CandaraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CandaraRegular';
  src: url('/fonts/candara-webfont.eot');
  src: url('/fonts/candara-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/candara-webfont.woff') format('woff'), url('/fonts/candara-webfont.ttf') format('truetype'), url('/fonts/candara-webfont.svg#CandaraRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* EOF fonts */
body,
html {
  overflow-x: hidden;
}
body {
  background: #D9C6B6;
}
.wrapper {
  margin: 0;
  padding: 0;
}
section,
main {
  position: relative;
}
main {
  margin-bottom: 1em;
}
a.anchor {
  position: absolute;
  top: -70px;
}
.content {
  padding: 0;
  margin: 0;
}
.way-trigger {
  height: 1px;
  width: 1px;
  position: absolute;
  top: 2px;
  left: 0;
}
/* Typografic rules
============================================================== */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'CandaraRegular', Arial, sans-serif;
}
@media (max-width: 1200px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
}
a {
  text-decoration: none;
}
h1 {
  font: 700 4.5em/1.2em 'CandaraBold', Arial, sans-serif;
  color: #000000;
  padding: 2.2em 1em 0 1em;
  margin: 0;
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.8em;
    padding-top: 3em;
  }
}
h2 {
  font: normal 1.6em/1.2em 'CandaraBold', Arial, sans-serif;
  color: #004D29;
  padding: 0 0 0.8em;
  margin: 1em 0 0;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.6em;
  }
}
h3 {
  font: 700 1.3em/1.6em 'CandaraBold', Arial, sans-serif;
  color: #000000;
  padding: 0;
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.1em;
  }
}
h4 {
  font: 700 1.2em/1.6em 'CandaraBold', Arial, sans-serif;
  color: #000000;
  margin-top: 2.4em;
  margin-bottom: 0;
  padding-bottom: 0;
}
p {
  font: normal 1em/1.6em 'CandaraRegular', Arial, sans-serif;
  margin: 17px 0 20px;
  color: #3c3c3c;
}
strong {
  font-family: 'CandaraBold', Arial, sans-serif;
}
.intro {
  text-align: center;
}
dl {
  display: flex;
  flex-direction: row;
  padding: 0.2em 0;
  margin: 0;
  vertical-align: text-top;
  border-bottom: 1px solid #3c3c3c;
}
dl dd,
dl dt {
  font: 1em/1.4 'CandaraRegular', Arial, sans-serif;
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 0;
}
dl dd {
  font-weight: 600;
  color: #3c3c3c;
  text-align: right;
}
dl dd span {
  font-weight: 400;
}
ul {
  margin-top: 0;
}
li {
  color: #3c3c3c;
  padding: 3px 0 3px 0px;
}
figure {
  margin: 0;
  padding: 0;
}
a span.btn {
  text-decoration: none;
}
.btn {
  background: #ff9900;
  color: #000000;
  border-radius: 4px;
  padding: 12px 24px;
  font: 700 1.1em/1.4em 'CandaraBold', Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  align-items: center;
  margin-top: 2em;
  width: fit-content;
}
.btn:hover {
  transition: all 0.15s ease-out;
  color: #000;
  background: #e68a00;
  color: #fff;
  text-decoration: none;
}
.btn svg {
  margin-right: 0.5em;
}
ul.teaser-boxen {
  display: none;
}
@media (min-width: 768px) {
  ul.teaser-boxen {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  ul.teaser-boxen li {
    flex: 0 0 24.3%;
    margin: 1px;
    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  ul.teaser-boxen a {
    background: #ff9900;
    color: #fff;
    text-align: center;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
  }
  ul.teaser-boxen a:hover {
    opacity: 0.9;
  }
  ul.teaser-boxen a h3 {
    color: #000000;
    margin: 0;
    padding: 0;
  }
  ul.teaser-boxen a p {
    font-size: 0.9em;
    color: #000000;
    margin: 0;
    padding: 0;
  }
  ul.teaser-boxen a.nav-item-active {
    background: #ff9900;
    opacity: 0.5;
  }
  ul.teaser-boxen a.nav-item-active h3,
  ul.teaser-boxen a.nav-item-active p {
    opacity: 0;
  }
}
.content-pane {
  display: block;
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.content-pane:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .content-pane:after {
    position: fixed;
    bottom: 89px;
    top: auto;
    background-size: 180%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
.content-pane.pane-visible {
  display: block;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.pane__inner {
  position: relative;
  z-index: 2;
  padding-top: 10em;
  padding-bottom: 3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .pane__inner {
    padding-top: 8em;
    padding-bottom: 0em;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.content-pane__organisation:after {
  background-image: url(/files/images/medium/Thema_Termiten.jpg);
}
@media (min-width: 768px) {
  .content-pane__organisation:after {
    background-image: url(/files/images/large/Thema_Termiten.jpg);
  }
}
.content-pane__prozesse:after {
  background-image: url(/files/images/medium/Thema_Fels.jpg);
}
@media (min-width: 768px) {
  .content-pane__prozesse:after {
    background-image: url(/files/images/large/Thema_Fels.jpg);
  }
}
.content-pane__technologie:after {
  background-image: url(/files/images/medium/Thema_Baum.jpg);
}
@media (min-width: 768px) {
  .content-pane__technologie:after {
    background-image: url(/files/images/large/Thema_Baum.jpg);
  }
}
.content-pane__projekte:after {
  background-image: url(/files/images/medium/Thema_Lorbeeren.jpg);
}
@media (min-width: 768px) {
  .content-pane__projekte:after {
    background-image: url(/files/images/large/Thema_Lorbeeren.jpg);
  }
}
.content-pane__intro {
  position: relative;
  z-index: 4;
}
.content-pane__intro:after {
  display: none;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
  transition: all 0.2s;
  padding: 0 3em;
  z-index: 100;
}
.sticky,
.subsite header {
  position: fixed;
  top: 0;
  background: #D9C6B6;
  z-index: 100;
}
.subsite {
  margin-top: 5em;
}
.header-inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.logo-color-change a {
  display: block;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.logo-color-change a img,
.logo-color-change a svg {
  margin: 1.6em 0;
  width: 320px;
  height: 111px;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .subnavi,
  .social {
    display: none;
  }
  .sticky .logo-color-change a,
  .subsite header .logo-color-change a {
    color: #A4D600;
  }
  .sticky .logo-color-change a img,
  .subsite header .logo-color-change a img,
  .sticky .logo-color-change a svg,
  .subsite header .logo-color-change a svg {
    margin: 0.5em 0;
    width: 200px;
    height: 67px;
  }
  .sticky .logo-color-change a #type,
  .subsite header .logo-color-change a #type {
    opacity: 0;
  }
}
.header-inner {
  margin: 0;
  padding: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
}
nav#navi {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.2s;
}
ul.main-navi {
  text-align: right;
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
  overflow: hidden;
}
ul.main-navi li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.main-navi li a {
  padding: 1em 1.6em 0.5em 0;
  margin: 0;
  color: #000000;
  display: inline-block;
  font: 700 0.95em/1.4 'CandaraRegular', Arial, sans-serif;
  text-decoration: none;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
ul.main-navi li a:hover {
  color: #ff9900;
  transition: all 0.15s ease-out;
}
ul.main-navi li a.nav-item.nav-item-active {
  color: #ff9900;
}
@media (max-width: 767px) {
  .header {
    padding: 0;
  }
  .logo-color-change a svg {
    width: 200px;
    height: 60px;
    margin: 0.8em 0;
  }
  .header-inner {
    flex-direction: row-reverse;
  }
  .nav-inner {
    width: 100%;
  }
  ul.main-navi {
    display: none;
  }
  .social {
    display: none;
  }
  ul.subnavi {
    display: block;
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul.subnavi li {
    display: inline-block;
  }
  ul.subnavi li a {
    display: block;
    padding: 0 0.2em 0.2em 0;
    color: #000000;
  }
}
/* Footer
============================================================== */
footer {
  padding: 1em 0 1em;
  position: relative;
  margin-top: 6em;
  /* anchor link */
}
footer h3,
footer h3:after,
footer h3 strong,
footer h3 strong:after {
  font-size: 1.1em;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
footer ul {
  margin: 1.6em 0 1.6em;
}
footer ul li {
  color: #A4D600 !important;
  font-weight: bold;
}
footer p,
footer a {
  margin-top: 8px;
  color: #ffffff;
}
footer small {
  display: block;
  padding: 0;
  margin: 0.7em 0 0 0;
  color: #fff;
  font: 0.8em/1.4 'CandaraRegular', Arial, sans-serif;
}
footer a {
  text-decoration: underline;
}
footer .logo-footer {
  width: 164px;
  height: 59px;
  color: #ffffff;
  margin: 2em 0 2em;
}
footer a.anchorlink {
  text-align: center;
  font: 0.7em/1 'CandaraRegular', Arial, sans-serif;
  display: block;
  margin: 5px 0 0 0px;
  color: #efefef;
  border: 2px solid #999;
  padding: 0 6px 14px 6px;
  position: relative;
  border-radius: 5px;
}
footer a.anchorlink i {
  font-size: 3em;
  display: block;
}
footer a.anchorlink:hover {
  color: #A4D600;
}
footer .footer-lower {
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
footer .footer-lower p {
  margin: 0.5em 0 0.5em;
  color: #898989;
}
footer .footer-lower nav {
  font-size: 0.8em;
}
footer .footer-lower nav a {
  color: #000000;
  display: inline-block;
  margin-right: 1.5em;
  padding: 1em 0;
  text-decoration: none;
}
footer .footer-lower .social {
  text-align: right;
}
footer .footer-lower .social a {
  margin: 1em 0.3em 1em 1em;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .footer-lower .social {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .footer-lower .social a {
    margin: 1em 1em 1em 0.2em;
  }
}
@media (min-width: 767px) {
  footer a.anchorlink {
    position: absolute;
  }
}
/* End footer */
@media (max-width: 767px) {
  footer {
    margin-top: 4em;
  }
  footer .footer-lower {
    padding-bottom: 6em;
  }
}
.ir {
  text-indent: -100000px;
}
#socMed {
  margin: 0;
  padding: 1em 0 0 0;
}
a.socMedIcon {
  width: 30px;
  height: 30px;
  margin: 0 0 0 5px;
  background: url(/img/socMedSprite-white.png) no-repeat;
  float: right;
}
a.socMedIcon,
a.xing {
  background-position: 0 0;
}
a.xing:hover {
  background-position: 0 -30px;
}
a.facebook {
  background-position: -34px 0;
}
a.facebook:hover {
  background-position: -34px -30px;
}
a.twitter {
  background-position: -68px 0;
}
a.twitter:hover {
  background-position: -68px -30px;
}
a.linkedin {
  background-position: -102px 0;
}
a.linkedin:hover {
  background-position: -102px -30px;
}
a.youtube {
  background-position: -136px 0;
}
a.youtube:hover {
  background-position: -136px -30px;
}
@media (max-width: 767px) {
  #socMed {
    text-align: center;
  }
  #socMed a.socMedIcon {
    float: none;
    display: inline-block;
  }
  .footer-support {
    text-align: center;
  }
}
.mobile-fixed-navi-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .mobile-fixed-navi-wrapper {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .mobile-fixed-navi-wrapper .mobile-fixed-navi__scroll-icon-wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(217, 198, 182, 0) 0%, #d9c6b6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(217, 198, 182, 0) 0%, #d9c6b6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(217, 198, 182, 0) 0%, #d9c6b6 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='fade(@beige,0%)', endColorstr='fade(@beige, 100%)', GradientType=0);
    /* IE6-9 */
  }
  .mobile-fixed-navi-wrapper .mobile-fixed-navi__scroll-icon a {
    display: block;
    width: 100%;
    padding: 2.3em 0 0.6em;
    margin: 0;
    text-align: center;
  }
  .mobile-fixed-navi-wrapper ul.mobile-fixed-navi {
    background: #D9C6B6;
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0 15px;
    margin: 0;
  }
  .mobile-fixed-navi-wrapper ul.mobile-fixed-navi li {
    flex: 1 0 auto;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .mobile-fixed-navi-wrapper ul.mobile-fixed-navi li a {
    display: block;
    margin-top: 0.5em;
    padding: 0.8em 0.5em 1em;
    color: #000000;
    font: bold 1em/1.6 'CandaraRegular', Arial, sans-serif;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .mobile-fixed-navi-wrapper ul.mobile-fixed-navi li a.nav-item-active {
    color: #ff9900;
  }
}
body {
  padding: 0;
  margin: 0;
}
body.banner-visible footer {
  padding-bottom: 7em;
}
.cwb {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 99999;
  font-family: Helvetica, Arial, sans-serif;
  display: none;
}
.cwb-wrapper {
  padding: 15px;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cwb-text {
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 15px;
}
.cwb-text p {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
}
.cwb-text h1 {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin: 10px 0;
  padding: 0;
}
.cwb-button {
  width: 180px;
  flex-shrink: 0;
}
.cwb-button button {
  border: 1px solid #fff;
  margin: 7px 0;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: transparent;
}
.cwb-button button:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 768px) {
  body.banner-visible footer {
    padding-bottom: 14em;
  }
  .cwb-wrapper {
    flex-direction: column;
  }
  .cwb-text {
    padding-right: 0;
  }
  .cwb-text p {
    font-size: 12px;
  }
  .cwb-text h1 {
    font-size: 16px;
  }
  .cwb-button {
    width: 180px;
    flex-shrink: 0;
  }
  .cwb-button button {
    font-size: 14px;
  }
}
/*
    don't show cookie banner (user acknoledged already)
    add ".cookies-accepted" class to body
    */
.cwb-cookies-accepted .cwb {
  display: none;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=main.css.map */