/* Minification failed. Returning unminified contents.
(4377,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* External libraries
=========================================== */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  background-color: #fff;
  /* epi fix */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
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;
}
/**
 * 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 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Type
=========================================== */
/*

    
*/
/* Columns
=========================================== */
/*

    # How to
    
        #Columns(req1; req2; req3; req4; opt1);
        
        req1 = required | number of columns
        req2 = required | screen size class prefix; narrow, medium and wide are recommended
        req3 = required | max width of parent where columns exist, e.g. a wrapper (%, em or px works)
        req4 = required | gutters between columns
        opt1 = optional | set margins clockwise; defaults to 0; one value for both top/bottom
    
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Common
=========================================== */
/* Site
=========================================== */
/* Site max width */
/* 1200px */
/* Breakpoints */
/* Typography
=========================================== */
/* Font families */
/* Font color */
/* Color
=========================================== */
/* Backgrounds */
/* block backgrunds */
/* Colors */
/* Borders
=========================================== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media  screen and (min-width: 40em), print {
  .Teaser .column {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}
@media  screen and (min-width: 66em), print {
  .Teaser .column {
    padding-left: 0.7375em;
    padding-right: 0.7375em;
  }
}
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
}
.row.Grid-fullWhite::before,
.row.Grid-fullWhite::after {
  content: none;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen, print {
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    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%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .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,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
@media only screen and (min-width: 40.063em), print {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    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%;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .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,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .push-0 {
    left: 0%;
    right: auto;
  }
  .pull-0 {
    right: 0%;
    left: auto;
  }
  .push-1 {
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    left: 25%;
    right: auto;
  }
  .pull-3 {
    right: 25%;
    left: auto;
  }
  .push-4 {
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    left: 50%;
    right: auto;
  }
  .pull-6 {
    right: 50%;
    left: auto;
  }
  .push-7 {
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    left: 75%;
    right: auto;
  }
  .pull-9 {
    right: 75%;
    left: auto;
  }
  .push-10 {
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .row .row {
    width: auto;
    margin-left: -1.9375em;
    margin-right: -1.9375em;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.9375em;
    /*padding-right: 1.9375em;*/
    padding-right: 0;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .large-push-0 {
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    right: 91.66667%;
    left: auto;
  }
  /*.column,
  .columns {
    position: relative;
    padding-left: 1.9375em;
    padding-right: 1.9375em;
    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,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .push-0 {
    left: 0%;
    right: auto;
  }
  .pull-0 {
    right: 0%;
    left: auto;
  }
  .push-1 {
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    left: 25%;
    right: auto;
  }
  .pull-3 {
    right: 25%;
    left: auto;
  }
  .push-4 {
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    left: 50%;
    right: auto;
  }
  .pull-6 {
    right: 50%;
    left: auto;
  }
  .push-7 {
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    left: 75%;
    right: auto;
  }
  .pull-9 {
    right: 75%;
    left: auto;
  }
  .push-10 {
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
@media only screen, print {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.medium-9.u-PullRight {
  float: right;
}
#mainContent {
  clear: both;
}
/* About
=========================================== */
/*


*/
/* Primary context
=========================================== */
/* Typography */
body {
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  font-family: Arial, "Lucida Grande", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "futura-pt";
  margin-top: 0;
  line-height: 1.1;
}
h1 {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: futura-pt-condensed, arial;
  color: #333333;
}
h2,
h2 a {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #333333;
}
h3 {
  margin: 0 0 12px;
}
h4 {
  font-size: 14px;
  font-size: 0.875rem;
}
p,
ol {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: sans-serif;
  line-height: 1.5;
  color: #666;
}
.caption {
  font-size: 12px;
  font-size: 0.75rem;
}
strong {
  color: #333;
}
.Banner strong {
  color: inherit;
}
.Preamble {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #EAEEF0;
  font-weight: 400;
  font-family: "futura-pt", arial, sans-serif;
  padding-bottom: 20px;
  color: #666;
}
footer p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #89969B;
  margin: 0;
}
footer h4 {
  color: #A9B2B6;
}
footer .list a {
  color: #A9B2B6;
}
blockquote p {
  line-height: .7;
}
blockquote:before {
  content: "” ";
  float: left;
  margin: 27px 0 0 -65px;
  padding-right: 10px;
}
/* Links */
a {
  text-decoration: none;
  color: #77a778;
  font-size: 14px;
  font-size: 0.875rem;
}
a:hover,
a p:hover {
  color: #444;
}
a + a.readMore {
  display: block;
}
.Show-more {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  display: block;
}
/* epi/article typo */
h2 {
  color: #333;
  font-size: 21px;
  font-size: 1.3125rem;
}
h3 {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #333;
}
h4 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
small {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}
.Headline {
  margin-bottom: 30px;
}
.Headline--light {
  color: #BFCCD1;
}
.Headline--divider {
  border-bottom: 1px solid #C8D4D8;
}
.Headline--border {
  border-bottom: 1px solid #C8D4D8;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-top: 14px;
}
.More {
  text-align: center;
  display: block;
  text-decoration: underline;
}
/*   */
/* Media queries
=========================================== */
@media  screen and (min-width: 66em), print {
  h1 {
    font-size: 52px;
    font-size: 3.25rem;
  }
  .Preamble {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
/* About
=========================================== */
/*

    # Includes
    
    

*/
/* Content
=========================================== */
/*  */
.u-container {
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.u-wrapper {
  max-width: 75em;
  margin: 0 auto;
  background: #ccc;
}
/* Clearfix h4xx0r */
.u-cf {
  zoom: 1;
}
.u-cf:before,
.u-cf:after {
  content: "";
  display: table;
}
.u-cf:after {
  clear: both;
}
/* Text */
.u-textCenter {
  text-align: center;
}
.u-textLeft {
  text-align: left;
}
.u-textRight {
  text-align: right;
}
.u-textTruncate {
  max-width: 100%;
  /* Ensure that the node has a maximum width after which truncation can occur */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor nodes */
}
.u-textUppercase {
  text-transform: uppercase;
}
.u-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Floats */
.u-pullLeft {
  float: left;
}
.u-pullRight {
  float: right;
}
.u-displayInlineBlock {
  display: inline-block !important;
}
.u-block {
  display: block;
}
.u-noBorder {
  border: none !important;
}
/* show on wide screens */
.u-wideScreen {
  display: none!important;
}
.u-center {
  margin: 0 auto;
}
.u-smallScreen {
  display: block!important;
}
.u-overflowHidden {
  overflow: hidden;
}
.u-offPosition {
  position: static;
}
.u-altBackground {
  background-image: none;
  background: #F2F4F5;
}
.u-positionStatic {
  position: static!important;
}
.u-noHeight {
  height: auto!important;
}
.u-marginBottom {
  margin-bottom: 30px;
}
.u-marginTop {
  margin-top: 30px;
}
.u-marginTsm {
  margin-top: 10px;
}
.u-marginBsm {
  margin-bottom: 10px!important;
}
.u-marginTz {
  margin-top: 0!important;
}
.u-paddingTz {
  padding-top: 0 !important;
}
/**/
.u-underline {
  text-decoration: underline;
}
/* Media queries
=========================================== */
@media  screen and (min-width: 66em), print {
  .u-wideScreen {
    display: block!important;
  }
  .u-smallScreen {
    display: none!important;
  }
}
@media  screen and (min-width: 40em), print {
  .u-stateUnderline:hover {
    cursor: pointer;
  }
  .u-stateUnderline:hover .u-stateUnderline-item {
    text-decoration: underline;
  }
}
/* Ajax loader
=========================================== */
.ajaxLoader {
  display: none;
  float: right;
  margin-right: 5px;
}
.u-paddingRight {
  padding-right: 1em;
}
.u-marginBottomZero {
  margin-bottom: 0;
}
.u-sizeFull {
  width: 100% !important;
}
.u-alignBottom {
  vertical-align: bottom;
}
.u-alignTop {
  vertical-align: top;
}
.u-columnSmall {
  width: 3em;
}
/* Text colors
=========================================== */
.u-colorBlue {
  color: #24AEEF !important;
}
body {
  -webkit-backface-visibility: hidden;
}
body.Startpage {
  background-image: none;
}
header {
  border-bottom: 4px solid #C8D4D8;
  background: #fff;
}
footer {
  background: #fff;
}
.Content-info {
  border-top: 4px solid #C8D4D8;
  padding: 40px 0;
}
.Content-primary {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 4px solid #eaeef0;
}
@media  screen and (min-width: 40em), print {
  .Content-primary {
    padding-right: 1.9375em !important;
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.Content-primary img {
  border-radius: 10px;
}
.Content-primary img.noroundedcorners {
  border-radius: 0;
}
.Content-secondary {
  background: #F2F4F5;
  padding: 20px 0 20px 0;
}
.Content-secondary .row {
  margin-bottom: 20px;
}
@media  screen and (min-width: 40em), print {
  .Content-secondary {
    padding: 70px 0 80px 0;
  }
  .Content-secondary .row {
    margin-bottom: 40px;
  }
}
.block img {
  border-radius: 18px;
}
img {
  max-width: 100%;
}
.Intro-Image,
.Intro-Image img {
  border-radius: 20px;
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.row.Teaser {
  margin-bottom: 40px;
}
.NotFound {
  background: #fff;
  padding: 100px 0;
  text-align: center;
}
.NotFound a {
  font-size: 21px;
  font-size: 1.3125rem;
}
.NotFound p {
  margin-bottom: 50px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #666;
}
/* columns */
hr {
  height: 1px;
  border: none;
  color: #EAEEF0;
  background-color: #EAEEF0;
  margin: 40px 0;
}
.Image-holder {
  margin-bottom: 20px;
}
.Image-holder figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 10px;
}
.section {
  margin-bottom: 40px;
}
.Logo-secondary {
  float: left;
  margin: 0 20px 50px 0;
  width: 43%;
}
.Logo-stamp {
  margin: 1em auto;
  display: block;
}
footer .medium-3 {
  margin-top: 20px;
}
.Startpage {
  background: #F5F7F8;
}
.loading {
  background-image: url(/Assets/Images/ajax-loader.gif);
  height: 32px;
  width: 32px;
  text-indent: -999em;
}
.hide {
  display: none;
}
@media  screen and (min-width: 66em), print {
  body {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d�0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #ffffff 58%, #f2f4f5 37%);
    background-image: -moz-linear-gradient(left, #ffffff 58%, #f2f4f5 37%);
    background-image: -o-linear-gradient(left, #ffffff 58%, #f2f4f5 37%);
    background-image: linear-gradient(to right, #ffffff 58%, #f2f4f5 37%);
  }
  footer .medium-3 {
    margin-top: 0;
  }
  .Logo-secondary {
    width: 100%;
    margin: 0;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .Content-secondary,
  .Content-primary {
    height: auto !important;
  }
}
/* Components
=========================================== */
.Skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}
.Skip:active,
.Skip:focus,
.Skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}
.Banner-panel {
  border-top: 1px solid #E9EEEF;
}
.Banner-panel .row {
  position: relative;
  height: 52px;
  width: 100%;
}
.Banner-panel--disclaimer {
  padding: 1.25em 0;
}
.Banner-panel--disclaimer img {
  margin: 0;
}
.Logo {
  float: left;
  height: 25px;
  margin: 15px 0 0 0;
  max-width: 75%;
  width: 30%;
}
@media  screen and (min-width: 40em), print {
  .Logo {
    width: auto;
  }
}
@media  screen and (min-width: 66em), print {
  .Logo {
    margin: 15px 0 0 0;
    max-width: none;
    height: auto;
  }
  .Banner-panel .row {
    position: relative;
    height: auto;
  }
}
@media  screen and (min-width: 66em), print {
  .NavigationSecondary {
    float: left;
    padding: 11px 0;
    background: none!important;
  }
  .NavigationSecondary li {
    float: left;
    margin-right: 20px;
  }
  .NavigationSecondary li a {
    color: #B8B8B8;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0;
  }
  .NavigationSecondary li a:hover {
    color: #444;
  }
}
.Personal .Service {
  width: auto;
  text-align: center;
}
.Personal .Service a {
  font-weight: bold;
  color: #535353;
}
.Personal .Service a:hover {
  color: #444;
}
.Personal .Dropdown-panel {
  right: 0;
}
.Personal li[data-state="is-expanded"] {
  background: #E9EEEF;
}
@media  screen and (min-width: 66em), print {
  .Personal {
    float: right;
  }
  .Personal li {
    float: left;
    padding: 11px 0 11px 20px;
  }
  .Personal li a {
    color: #B8B8B8;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.Navigation-button {
  font-size: 16px;
  font-size: 1rem;
  color: #555;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2025%2025%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20%3E%0A%20%20%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22circle-%3A-navDropIcon%22%20%20transform%3D%22translate%282.000000%2C%202.000000%29%22%20stroke%3D%22%23C8D4D8%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.5%2C21%20C16.2989902%2C21%2021%2C16.2989902%2021%2C10.5%20C21%2C4.70100984%2016.2989902%2C0%2010.5%2C0%20C4.70100984%2C0%200%2C4.70100984%200%2C10.5%20C0%2C16.2989902%204.70100984%2C21%2010.5%2C21%20Z%22%20id%3D%22Oval-1%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.5%2C7.5%20L10.5%2C13.5%20L16.5%2C7.5%22%20id%3D%22Path-88%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
  padding-right: 1em;
  margin-right: 3.1em;
  padding-left: 1em;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center right;
  float: left;
  width: auto;
  height: auto;
  font-family: "futura-pt", arial, sans-serif;
  padding-top: 14px;
  border-left: 1px solid #C8D4D8;
  height: 52px;
}
.no-item-image .Navigation-group {
  margin: 0 auto;
  width: 100%;
}
.no-item-image .Navigation-group:first-child {
  border: 0;
}
.no-item-image .Navigation-group li {
  border-top: 1px solid #e9eeef;
  margin: 0 2%;
  vertical-align: middle;
  width: 20%;
}
.no-item-image .Navigation-group li:nth-child(1),
.no-item-image .Navigation-group li:nth-child(2),
.no-item-image .Navigation-group li:nth-child(3),
.no-item-image .Navigation-group li:nth-child(4) {
  border: 0;
  padding: 12px 0 18px;
}
.no-item-image .Navigation-group li p {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "futura-pt", arial, sans-serif;
  line-height: 1.2;
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 14px;
}
.no-item-image .Navigation-group li.Navigation-group--alignTop {
  vertical-align: top;
}
.no-item-image .on-page-list-navigation .Navigation-group {
  padding-left: 0;
}
.no-item-image .on-page-list-navigation .Navigation-group li {
  width: 28.935%;
  margin: 0 2%;
}
.no-item-image .Navigation-subgroup,
.Navigation-subgroup {
  margin-top: .5em;
}
.no-item-image li.Navigation-subgroupItem,
.Navigation-subgroupItem {
  margin: 0;
  padding: .25em 0 .25em 1em !important;
  width: 100%;
}
.no-item-image li.Navigation-subgroupItem:before,
.Navigation-subgroupItem:before {
  content: "-";
  position: relative;
  top: -1px;
}
.no-item-image li.Navigation-subgroupItem a,
.Navigation-subgroupItem a {
  color: #333;
}
@media  screen and (min-width: 66em), print {
  .Navigation-primary li[data-state=is-expanded] .Dropdown-handle {
    color: #24AEEF;
  }
  .Navigation-primary > li:hover .Dropdown-handle,
  .Navigation-primary > li.is-active .Dropdown-handle {
    color: #24AEEF;
  }
  .Navigation-primary {
    float: right;
  }
  .Navigation-primary > li {
    float: left;
    padding-right: 15px;
  }
  .Navigation-primary > li:hover {
    background: #f2f4f5;
  }
  .Navigation-primary > li > a {
    font-size: 23px;
    font-size: 1.4375rem;
    color: #333;
    padding: 28px 10px 28px 20px;
    border-left: 1px solid #E9EEEF;
    display: block;
    font-family: "futura-pt", arial, sans-serif;
  }
  .Navigation-primary .Dropdown-panel a:hover,
  .Navigation-group a:hover p {
    color: #24AEEF;
  }
  .Navigation-group a:hover .icon-list {
    background-image: url(data:image/svg+xml;base64,Cjxzdmcgdmlld0JveD0iMCAwIDkgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiA+CiAgICAgICAgPHBhdGggZD0iTTIsMS41IEw2LjUsNiBMMiwxMC41IiBpZD0iUGF0aC00MSIgc3Ryb2tlPSIjMjRBRUVGIiBzdHJva2Utd2lkdGg9IjMiID48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==);
  }
  .Navigation-group p {
    display: block;
  }
  .Navigation-group li {
    padding: 0 0.4%;
    display: inline-block;
    width: 16.6667%;
    margin-bottom: 0px;
  }
  .Navigation-group li img {
    display: block;
    border-radius: 10px;
    width: 100%;
  }
  .Navigation-group li img:hover {
    opacity: 0.7;
  }
  .Navigation-group li p {
    color: #333;
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 2px;
    margin-top: 4px;
    padding-left: 14px;
    line-height: 1.2;
  }
  .item-image .Navigation-group li {
    width: 16.3%;
    min-height: 115px;
    vertical-align: top;
  }
}
@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}
@keyframes slide {
  100% {
    left: 0;
  }
}
.Search-trigger {
  height: 52px;
  width: 54px;
  background-color: #C8D4D8;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 18px;
}
.Search-panel {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 52px;
  background: #C8D4D8;
  width: 100%;
  padding: 24px 30px;
  display: none;
}
.Search-panel .icon-search {
  display: none;
}
.Search[data-state=is-visible] {
  display: block;
}
.Search[data-state=is-visible] .Search-panel {
  width: 100%;
  left: 0;
  display: block;
}
@media  screen and (min-width: 66em), print {
  .Search[data-state=is-visible] .Search-panel {
    width: 100%;
    right: 0;
    display: block;
    left: auto;
  }
  .Search[data-state=is-visible] .Search-panel .icon-search {
    display: block;
    margin: 4px 0 0 0;
  }
  .Search-panel {
    position: absolute;
    top: 0px;
    z-index: 2;
    right: -274px;
    background: #C8D4D8;
    width: 274px;
  }
  .Search-panel .icon-search {
    text-indent: -999em;
    width: 25px;
    height: 30px;
    float: left;
    left: 20px;
    top: 0px;
    position: relative;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2026%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20%3E%0A%20%20%20%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Oval-11-+-Rectangle-64%22%20%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.6905514%2C11.8977726%20C20.6905514%2C7.79092342%2017.3612927%2C4.46166472%2013.2544435%2C4.46166472%20C9.14759436%2C4.46166472%205.81833567%2C7.79092342%205.81833567%2C11.8977726%20C5.81833567%2C16.0046218%209.14759436%2C19.3338805%2013.2544435%2C19.3338805%20C17.3612927%2C19.3338805%2020.6905514%2C16.0046218%2020.6905514%2C11.8977726%20Z%20M5.20953733%2C20.6635066%20C2.84117301%2C18.4887461%201.35667095%2C15.3666214%201.35667095%2C11.8977726%20C1.35667095%2C5.32681391%206.68348486%2C0%2013.2544435%2C0%20C19.8254022%2C0%2025.1522161%2C5.32681391%2025.1522161%2C11.8977726%20C25.1522161%2C18.4687313%2019.8254022%2C23.7955452%2013.2544435%2C23.7955452%20C12.2671736%2C23.7955452%2011.3079894%2C23.6752961%2010.3907382%2C23.4486452%20L5.43700009%2C32.0287712%20L0.345099096%2C29.0889608%20L5.20953733%2C20.6635066%20Z%22%20id%3D%22Oval-11%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
    background-repeat: no-repeat;
  }
  .Search {
    height: 80px;
    width: 86px;
    position: relative;
    right: auto;
    top: auto;
    float: right;
    padding-top: 24px;
    z-index: 2;
  }
  .Search-trigger {
    width: 86px;
    height: 86px;
    padding-top: 26px;
  }
  .Search[data-state=is-visible] {
    overflow: visible;
  }
  .Search[data-state=is-visible] .Search-panel {
    width: 274px;
    right: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
}
.Jumbotron {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 60px;
}
.Jumbotron-headline {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  display: block;
  font-family: "futura-pt-condensed", arial, sans-serif;
  color: #fff;
}
.lang-ja .Jumbotron-headlineText {
  max-width: 50%;
  display: inline-block;
  font-family: "futura-pt-condensed", arial, sans-serif;
}
.lang-ja .Jumbotron-link {
  font-size: 26px;
  font-size: 1.625rem;
}
.Jumbotron-link {
  color: #fff;
  font-weight: 700;
  text-shadow: none;
  font-family: "futura-pt-condensed", arial, sans-serif;
  font-style: normal;
  background: rgba(0, 0, 0, 0.47);
  border-radius: 9px;
  padding: 5px 10px 8px 10px;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
.Jumbotron-item {
  display: none;
}
.Jumbotron-trigger {
  display: block;
  margin-top: 20px;
}
.Jumbotron-container {
  z-index: 40;
  position: relative;
}
.Jumbotron-panel {
  display: none;
  z-index: 9999;
}
@media  screen and (min-width: 40em), print {
  .Jumbotron {
    min-height: 300px;
  }
  .Jumbotron-headline {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .Jumbotron-link {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media  screen and (min-width: 66em), print {
  .Jumbotron {
    height: 500px;
    padding-top: 240px;
  }
  .Jumbotron-panel.is-active {
    display: block;
  }
  .Jumbotron-headline {
    font-size: 64px;
    font-size: 4rem;
  }
  .Jumbotron-trigger.u-isHidden {
    display: inline-block;
  }
  .Jumbotron-holder {
    position: relative;
    z-index: 95;
  }
  .Jumbotron-item {
    width: 5.4em;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: -48%;
    right: -50%;
    display: inline-block;
  }
  .u-isHidden {
    animation: fadeout 4s;
    -moz-animation: fadeout 4s;
    -webkit-animation: fadeout 4s;
    -o-animation: fadeout 4s;
    opacity: 0;
  }
  .is-Animated {
    animation: fadeout 2s;
    -moz-animation: fadeout 2s;
    -webkit-animation: fadeout 2s;
    -o-animation: fadeout 2s;
    opacity: 0;
  }
  .no-cssanimations .Jumbotron .u-isHidden {
    opacity: 1;
  }
  .u-isShown {
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    opacity: 1;
  }
  .Jumbotron-panel.u-isShownDelay {
    animation: fadein 8s;
    -moz-animation: fadein 8s;
    -webkit-animation: fadein 8s;
    -o-animation: fadein 8s;
    opacity: 0;
  }
  .Jumbotron .icon-white {
    background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgdmlld0JveD0iMCAwIDI4IDQzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgCiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBkPSJNMjcuODk0Nzc5NCwyMS40NTAyMjYxIEwyNC42NzI1MDI4LDE4LjIyNzk0OTQgTDYuNDQ0NTUzMzMsMS40MjEwODU0N2UtMTQgTDEuMTM2ODY4MzhlLTEzLDYuNDQ0NTUzMzMgTDE1LjI4NTcxNDEsMjEuNDUwMjI1OCBMMS4xMzY4NjgzOGUtMTMsMzYuNDU1ODk4OSBMNi40NDQ1NTMzMyw0Mi45MDA0NTIyIEwyNC42NzI1MDI4LDI0LjY3MjUwMjgiICBmaWxsLW9wYWNpdHk9IjAuOTk4MTMzMDQyIiBmaWxsPSIjRkZGRkZGIiA+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=') /*../../Images/whiteArrow.svg*/ no-repeat right;
    width: 28px;
    height: 32px;
    display: inline-block;
  }
  .Jumbotron-link:hover > .js-Jumbotron-title .icon-white {
    background: url('data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgdmlld0JveD0iMCAwIDI4IDQzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgCiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBkPSJNMjcuODk0Nzc5NCwyMS40NTAyMjYxIEwyNC42NzI1MDI4LDE4LjIyNzk0OTQgTDYuNDQ0NTUzMzMsMS40MjEwODU0N2UtMTQgTDEuMTM2ODY4MzhlLTEzLDYuNDQ0NTUzMzMgTDE1LjI4NTcxNDEsMjEuNDUwMjI1OCBMMS4xMzY4NjgzOGUtMTMsMzYuNDU1ODk4OSBMNi40NDQ1NTMzMyw0Mi45MDA0NTIyIEwyNC42NzI1MDI4LDI0LjY3MjUwMjgiICBmaWxsLW9wYWNpdHk9IjAuOTk4MTMzMDQyIiBmaWxsPSIjQzhENEQ4IiA+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=') /*../../Images/grayArrow.svg*/ no-repeat right;
  }
  .Jumbotron-trigger .icon-white {
    width: 42px;
    height: 48px;
    position: relative;
    right: -10px;
    top: 8px;
  }
  .Jumbotron-link {
    padding: 10px 50px 13px 20px;
    display: block;
    height: 68px;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .Jumbotron-link:hover {
    color: #C8D4D8;
  }
  .Jumbotron-link .icon-white {
    position: relative;
    top: 6px;
  }
  .Jumbotron-trigger .Jumbotron-link {
    height: 108px;
    padding: 14px 35px;
  }
  .Jumbotron-trigger a {
    font-size: 64px;
    font-size: 4rem;
    padding: 20px 10px 26px 10px;
  }
  .Jumbotron-trigger {
    position: static;
    width: auto;
    margin: 0;
  }
  .Jumbotron-panel {
    text-align: center;
    padding: 10px 20px;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    z-index: 80;
    display: none;
    text-transform: uppercase;
  }
  .Jumbotron-panel p {
    display: inline;
    color: #CFCFCF;
    font-weight: 300;
    text-shadow: none;
    font-family: "futura-pt", arial, sans-serif;
    border-radius: 9px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.47);
  }
  .Jumbotron-panel p a {
    display: inline;
    padding: 0 3px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    background: none;
  }
  .Jumbotron-highlights [data-panel="0"] {
    top: -78px;
  }
  .Jumbotron-highlights [data-panel="1"] {
    top: -148px;
  }
  .Jumbotron-highlights [data-panel="2"] {
    top: -218px;
  }
  .Jumbotron-highlights [data-panel="3"] {
    top: 102px;
  }
  .Jumbotron-highlights [data-panel="4"] {
    top: 172px;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  /* Firefox */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  /* Safari and Chrome */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeout {
  /* Opera */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  /* Firefox */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.flexslider {
  overflow: hidden;
}
.flexslider .overlay-content {
  max-height: 340px;
}
.flexslider img {
  max-height: 380px;
}
.flexslider .slides {
  padding-left: 0;
  margin-top: 0;
  max-height: 500px;
  overflow: hidden;
}
.flexslider .slide-overlay {
  display: none;
}
.flexslider .slide-overlay h1 {
  font-weight: normal;
}
.flexslider .slide-overlay p {
  font-size: 16px;
  font-size: 1rem;
}
.flexslider-controls {
  z-index: 10;
  display: block;
  position: relative;
  top: -25px;
}
.flexslider-controls .flex-control-nav {
  padding-left: 0;
}
.flexslider-controls li.column {
  float: left;
  margin-bottom: 0px;
}
.flexslider-controls li.column * {
  color: #ccc;
}
.flexslider-controls li.column a {
  text-decoration: none;
}
.flexslider-controls li.column.flex-active .clickable {
  z-index: 10;
  height: 100%;
  width: 100%;
}
.flexslider-controls li.column.flex-active .Teaser-item .Teaser-date,
.flexslider-controls li.column.flex-active .Teaser-item .Teaser-tag,
.flexslider-controls li.column.flex-active .Teaser-item .Acc-handle {
  color: #333;
}
.flexslider-controls li.column .clickable {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
}
.flexslider-controls li.column .Teaser-item {
  min-height: 0;
  box-shadow: 0;
  -webkit-box-shadow: 0;
  padding-top: 4px;
  padding-bottom: 0;
}
.flexslider-controls li.column .Teaser-item .Teaser-tag {
  display: inline-block;
  margin-bottom: 0;
}
.flexslider-controls li.column .Teaser-item .Teaser-date {
  float: right;
  position: static;
}
.flexslider-controls li.column .Teaser-item .Acc-handle {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: sans-serif;
  font-weight: normal;
  margin: 10px 0;
  line-height: 1.25em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.flexslider-controls li.column .Teaser-item .Acc-handle.u-noBorder {
  border: none;
}
.flexslider-controls li.column .Teaser-item:hover {
  cursor: pointer;
}
.flexslider-controls.singleItem {
  display: block;
}
.flexslider-controls .flex-control-nav {
  margin-bottom: 0px;
}
@media  screen and (min-width: 40em), print {
  .flexslider-controls {
    top: -26px;
  }
  .flexslider-controls li.column {
    margin-bottom: 20px;
  }
  .flexslider-controls li.column .clickable {
    display: block;
  }
  .flexslider-controls li.column.flex-active .Teaser-item {
    border-top: 10px solid #24AEEF;
  }
  .flexslider-controls li.column.flex-active .Teaser-item .Acc-handle {
    color: #24AEEF;
  }
  .flexslider-controls li.column .Teaser-item {
    min-height: 210px;
    border-top: 10px solid #DDE4E7;
    border-radius: 5px;
    /*padding: 20px 10px;*/
  }
  .flexslider-controls li.column .Teaser-item .Acc-handle {
    font-size: 32px;
    font-size: 2rem;
    font-family: 'futura-pt';
    font-weight: bold;
    margin: 12px 0px 6px;
    border-bottom: none;
    padding-bottom: 0;
    line-height: 1.1em;
  }
  .flexslider-controls.singleItem {
    display: none;
  }
  .flexslider img {
    width: 100%;
    max-height: 390px;
  }
  .flexslider .slide-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 430px;
    max-width: 1200px;
    margin: auto;
    padding-left: 0.7375em;
    padding-right: 0.7375em;
  }
  .flexslider .overlay-content {
    width: 52%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2em;
    padding: 2%;
    position: relative;
    top: 7%;
    max-height: 320px;
    max-width: 480px;
  }
  .flexslider .overlay-content p,
  .flexslider .overlay-content h1,
  .flexslider .overlay-content a {
    color: #fff;
  }
  .flexslider .overlay-content p {
    font-family: "futura-pt";
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
  }
  .flexslider .overlay-content .cta {
    border-top: 4px solid #dfdfdf;
    padding-top: 15px;
    margin-top: 10px;
    position: relative;
    bottom: 10%;
    text-align: right;
    width: 100%;
  }
  .flexslider .overlay-content .cta * {
    display: inline-block;
    vertical-align: middle;
  }
  .flexslider .overlay-content .cta a {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'futura-pt';
    font-weight: bold;
    text-transform: uppercase;
  }
  .icon-white {
    background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgdmlld0JveD0iMCAwIDI4IDQzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgCiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBkPSJNMjcuODk0Nzc5NCwyMS40NTAyMjYxIEwyNC42NzI1MDI4LDE4LjIyNzk0OTQgTDYuNDQ0NTUzMzMsMS40MjEwODU0N2UtMTQgTDEuMTM2ODY4MzhlLTEzLDYuNDQ0NTUzMzMgTDE1LjI4NTcxNDEsMjEuNDUwMjI1OCBMMS4xMzY4NjgzOGUtMTMsMzYuNDU1ODk4OSBMNi40NDQ1NTMzMyw0Mi45MDA0NTIyIEwyNC42NzI1MDI4LDI0LjY3MjUwMjgiICBmaWxsLW9wYWNpdHk9IjAuOTk4MTMzMDQyIiBmaWxsPSIjRkZGRkZGIiA+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=') /*../../Images/whiteArrow.svg*/ no-repeat right;
    width: 28px;
    height: 32px;
    display: inline-block;
  }
  .flex-control-nav.row.Teaser {
    margin-bottom: 0px;
  }
}
@media  screen and (min-width: 66em), print {
  .flexslider .overlay-content {
    width: 40%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2em;
    padding: 4%;
    position: relative;
    top: 7%;
    max-height: none;
    height: 100%;
    max-width: none;
  }
  .flexslider .overlay-content .cta {
    position: absolute;
    width: 80%;
  }
  .flexslider img {
    max-height: none;
  }
}
@media only screen and (max-width: 640px) {
  .flexslider-controls li.column {
    float: left;
    margin-bottom: 0px;
  }
  .flexslider-controls li.column:last-child h3.Acc-handle {
    border: none !important;
  }
  .flexslider-controls li.column:first-child .Teaser-item {
    border-top: 5px solid #24AEEF;
  }
  .flexslider-controls li.column .Teaser-item {
    border: none;
  }
  .flexslider-controls li.column .Teaser-item .Acc-handle {
    line-height: 1.5em;
  }
}
.List {
  margin: 0;
  list-style-type: none;
}
.List li {
  padding: 10px 0px;
  border-top: 1px solid #E9EEEF;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
}
.List li:first-child {
  border: 0;
}
.List a {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  padding-right: 20px;
  display: block;
}
.List ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.List.List--Highlight {
  margin: 0 0 20px 20px;
  padding: 0;
}
.List.List--Highlight li {
  list-style-image: url(/Assets/Images/bullit.png);
  font-size: 21px;
  font-size: 1.3125rem;
  padding-left: 15px;
  margin: 0;
  font-family: "futura-pt", arial, sans-serif;
}
.List.List--Highlight li a {
  font-size: 21px;
  font-size: 1.3125rem;
  padding-left: 30px;
  margin: 0;
  font-family: "futura-pt", arial, sans-serif;
}
.List.List--Highlight-Slim {
  padding-left: 0;
}
.List.List--Highlight-Slim li {
  background: url('/Assets/Images/Icons/png/bullit_new.png') no-repeat 0 12px;
  list-style-type: none;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #eee;
  list-style-position: inside;
  padding: 8px 0px 8px 22px;
  color: #666;
}
.List.List--Highlight-Slim li:first-child {
  border-top: 0;
}
.List.List--Highlight-Slim li a {
  font-size: 21px;
  font-family: "futura-pt", arial, sans-serif;
}
.List--Alphabetical {
  list-style-type: lower-alpha;
}
.List--date {
  margin: 0;
  padding: 0;
}
.List--date li {
  padding: 0;
}
.List--date a {
  color: #555;
  position: relative;
  padding: 10px 0;
  background-image: none;
  text-decoration: none;
}
.List--date a p {
  width: 70%;
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #77a778;
  text-decoration: underline;
}
.List--date a p:hover {
  color: #444;
}
.List--Button {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.List--Button li {
  border: 0;
  display: inline;
}
.List--Button li a {
  background-image: none;
}
.List--Column {
  margin-left: -10%;
  width: 110%;
}
.List--Column li {
  width: 45%;
  float: left;
  margin-left: 5%;
}
.List--Column li:nth-child(2) {
  border: 0;
}
.List.List-noIcon a {
  padding-left: 0;
  background-image: none;
}
.List--border ul,
.List--border {
  border-top: 1px solid #E9EEEF;
  border-bottom: 1px solid #E9EEEF;
  padding-left: 0;
}
.Accordion-panel .List--bold a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "futura-pt", arial, sans-serif;
  color: #666;
  background-size: 10px 17px;
}
.List--lang li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 28%;
  margin: 0 2% 5px 2%;
  border: 0;
  padding: 0;
}
.List--lang li a {
  padding-left: 0;
  padding-right: 0;
  background-image: none;
  color: #899BA3;
}
.List--lang li:nth-child(1),
.List--lang li:nth-child(2),
.List--lang li:nth-child(3) {
  border: 0;
}
.List--editContacts {
  padding: 0;
}
.List--editContacts li {
  padding: 0 0 5px 0;
}
.List--editContacts ul {
  padding-left: 10px;
}
.List--editContacts ul li {
  margin: 0;
  padding: 0;
}
.List--noPadding {
  padding: 0;
}
.Download {
  background: #F2F4F5;
  /*padding:20px;
    margin-bottom:40px;*/
}
.Download-panel {
  overflow: hidden;
  padding: 5px;
}
.Download-panel:nth-child(odd) {
  background: #FFF;
}
.Download--images {
  width: 49%;
  display: inline-block;
  background: none!important;
}
.Download--images a {
  display: inline-block;
  vertical-align: top;
  clear: both;
}
.Download-item {
  text-decoration: underline;
}
.Download-size {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}
.Download-desc {
  clear: both;
}
.Download-desc p {
  margin: 0;
}
.List--Highlight li {
  list-style-image: url(/Assets/Images/bullit.png);
  margin: 0;
  font-size: 21px;
  font-family: "futura-pt", arial, sans-serif;
  padding: 10px 0px;
  border-top: 1px solid #e9eeef;
  color: #666;
}
.List--Highlight li a {
  font-size: 21px;
  font-family: "futura-pt", arial, sans-serif;
  color: #666;
}
.List--Highlight-Slim,
.TextContent ul {
  padding-left: 0;
}
.List--Highlight-Slim li,
.TextContent ul li {
  background: url('/Assets/Images/Icons/png/bullit_new.png') no-repeat 0 12px;
  list-style-type: none;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #eee;
  list-style-position: inside;
  padding: 8px 0px 8px 22px;
  color: #666;
}
.List--Highlight-Slim li:first-child {
  border-top: 0;
}
.List--Highlight-Slim li a {
  font-size: 21px;
  font-family: "futura-pt", arial, sans-serif;
}
h3.centeredHeadline {
  text-align: center;
  color: #BFCCD1;
  text-transform: uppercase;
  font-size: 14px;
}
.List .List--inlineLink {
  background: none;
  display: inline;
  padding: 0;
}
.List.List--teaserContacts p,
.List.List--teaserContacts a {
  font-size: 14px;
  font-size: 0.875rem;
}
.List.List--teaserContacts h2 {
  margin-bottom: 20px;
}
.Link {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  padding: 0 20px 0 0px;
  display: inline-block;
}
.u-borderTop {
  border-top: 1px solid #E5E5E5;
  padding-top: 20px;
  margin-top: 20px;
  clear: both;
}
.List--teaserGrid.Adaptive li {
  height: auto;
}
.List--teaserGrid.Adaptive li:nth-child(2n+1) {
  clear: left;
}
.List--nav {
  background: #fff;
  border: 0;
}
.List--teaserGrid {
  margin-left: -2%;
  padding: 0;
  width: 104%;
  margin-bottom: 40px;
}
.List--teaserGrid li {
  padding: 5% 0;
  margin: 0 2%;
  width: 100%;
  background: none;
  overflow: hidden;
}
.List--teaserGrid li.block {
  background: none !important;
  padding: 5% 0 !important;
}
.List--teaserGrid img {
  float: left;
  margin-right: 20px;
  border-radius: 10px;
}
.List--teaserGrid .List-imgContainer {
  width: 30%;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.List--teaserGrid .List-imgContainer img {
  float: none;
  max-width: 100%;
  margin-right: 0;
}
.List--teaserGrid p,
.List--teaserGrid h2 {
  margin: 0;
}
.List--teaserGrid p {
  font-size: 12px;
  font-size: 0.75rem;
}
.List--teaserGrid .teaserGrid-panel {
  padding-right: 1em;
}
@media  screen and (min-width: 40em), print {
  .List--teaserGrid .teaserGrid-panel {
    width: 62%;
    float: left;
  }
}
.News-item-image img {
  margin-bottom: 20px;
  width: 100%;
}
.Disclaimer ol {
  padding-left: 2em;
}
.Disclaimer ol li {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: sans-serif;
  line-height: 1.5;
  color: #666;
  margin-bottom: 8px;
}
@media  screen and (min-width: 56.25em), print {
  .List--teaserGrid li {
    display: inline-block;
    width: 45%;
    padding: 2% 0;
    vertical-align: top;
    float: none!important;
  }
  .List--teaserGrid li.block {
    background: none !important;
    padding: 2% 0 !important;
  }
  .List--teaserGrid img {
    margin-bottom: 20px;
  }
  .List--teaserGrid li:nth-child(2) {
    border: 0;
  }
  .News-item-image {
    margin-bottom: 0;
    width: 25%;
    float: left;
    padding-right: 2%;
  }
  .News-item-image img {
    width: auto;
  }
  .News-item {
    width: 75%;
    float: left;
    /*padding-left:2%;*/
  }
  .Teaser-item .Acc-panel .List--date {
    /* aligning see more links on startpage */
    min-height: 166px;
  }
}
.Dropdown {
  position: relative;
}
.Dropdown[data-state=is-expanded] .Dropdown-panel {
  visibility: visible;
}
.Dropdown[data-state=is-collapsed] .Dropdown-panel {
  visibility: hidden;
}
.Dropdown-handle {
  cursor: pointer;
}
.Dropdown-panel {
  background: #fff;
  visibility: hidden;
  position: absolute;
  z-index: 100;
  top: 105%;
  min-width: 100%;
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
/* Together with other components */
.Dropdown.with-Navigation {
  position: static;
}
.Dropdown.with-Navigation .Dropdown-panel {
  height: auto;
  min-height: 100px;
  min-width: 0;
  width: 100%;
  padding: 40px 5%;
  background: #fff;
  left: 50%;
  margin: 0 0 0 -50%;
}
.Dropdown.with-NavigationSecondary .Dropdown-panel {
  min-height: 100px;
  min-width: 200px;
  padding: 10px 10px 20px;
  background: #fff;
}
.Dropdown.with-NavigationNarrow {
  position: static;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.Dropdown.with-NavigationNarrow .Dropdown-panel {
  left: 0;
  min-height: 100px;
  width: 100%;
  background: #fff;
}
.Dropdown.with-NavigationNarrow .Dropdown-panel label {
  margin: 15px 0 5px;
  display: block;
  text-align: center;
}
.Dropdown.with-NavigationNarrow .Dropdown-panel input {
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  padding: 8px 4px;
  border: 1px solid #aaa;
  outline: none;
  margin: 0 auto;
  display: block;
}
[data-state=is-collapsed] > .Dropdown-panel {
  visibility: hidden;
}
.Personal .Dropdown-panel {
  width: 420px;
  padding: 20px;
}
.Content-secondary .Teaser-item,
.Login {
  background: #fff;
  padding: 20px 5%;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border-top: 5px solid #C8D4D8;
  /* White rounded shadow: */
  margin-top: 0;
  /*border-left: 1px solid  @backgroundAlt;
        border-right: 1px solid  @backgroundAlt;*/
  border-bottom: 1px solid #C8D4D8;
}
.Teaser a {
  color: #77A778;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}
.Teaser a:hover {
  color: #444;
}
.Teaser p > a {
  display: inline;
}
.Teaser img {
  border-radius: 10px;
}
.Teaser h3 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
}
.Teaser p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 6px 0;
}
.Teaser .Teaser-item,
.Teaser .Content-secondary .Teaser-item {
  background: #fff;
  padding: 20px 5%;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border-top: 5px solid #DDE4E7;
  border-left: 1px solid  #DDE4E7;
  border-right: 1px solid #DDE4E7;
  border-bottom: 1px solid #DDE4E7;
}
.Teaser .Teaser-date {
  position: absolute;
  right: 0;
  top: 13px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #777;
  text-transform: uppercase;
}
.medium-5 .Teaser {
  margin-bottom: 20px;
}
.block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  /*margin-top:20px;*/
}
.Teaser-stock a {
  color: #000;
}
.Teaser-stock .icon-stock {
  display: inline-block;
  height: 35px;
  width: 45px;
  margin-right: 10px;
  background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDIuOSAyOCINCgkgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDIuOSAyODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0I4RTk4NjtmaWxsLW9wYWNpdHk6MC45OTgxO30NCjwvc3R5bGU+DQo8ZyBpZD0iUGFnZS0xIj4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEuMywwbC0zLjIsMy4yTDAsMjEuNkw2LjUsMjhsMTQuOS0xNS40bDE1LjEsMTUuMmw2LjQtNi41TDI0LjYsMy4yIi8+DQo8L2c+DQo8L3N2Zz4=') no-repeat right;
}
.Teaser-stock .icon-stock.is-negativeValue {
  background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDIuOSAyOCINCgkgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDIuOSAyODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0YyMTQxNDtmaWxsLW9wYWNpdHk6MC45OTgxO30NCjwvc3R5bGU+DQo8ZyBpZD0iUGFnZS0xIj4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEuNiwyOGwzLjItMy4yTDQyLjksNi40TDM2LjQsMEwyMS41LDE1LjRMNi40LDAuMkwwLDYuN2wxOC4zLDE4LjEiLz4NCjwvZz4NCjwvc3ZnPg==') no-repeat right;
}
.Teaser-stock #percent {
  display: block;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
}
.Teaser-stock #percent img {
  margin-right: 10px;
}
.Teaser-noBg {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.Teaser-contact .Headline {
  color: #8fa2a9;
  margin-bottom: 1em;
}
.Teaser-contact h5 {
  color: #8fa2a9;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}
.Teaser-contact h2 {
  margin-bottom: 0.5em;
}
.Teaser-mainColumn {
  padding-bottom: 25px;
}
.Teaser-mainColumn .block.column {
  padding-left: 0;
}
@media  screen and (min-width: 66em), print {
  .Teaser-mainColumn {
    padding-top: 25px;
  }
  .Teaser h3 {
    margin: 12px 0 6px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .Startpage .Teaser-item {
    min-height: 285px;
  }
  .Teaser .column {
    margin-bottom: 20px;
  }
}
input[type=text],
input[type=email],
input[type=password],
textarea {
  border-radius: 3px;
  border: 1px solid #C8D4D8;
  font-size: 14px;
  font-size: 0.875rem;
  color: #C8D4D8;
  width: 100%;
  font-style: italic;
  padding: 10px 5%;
  margin-bottom: 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  color: #777;
  font-style: normal;
  border-color: #777;
}
.Label-panel {
  position: relative;
}
.Label-panel textarea {
  padding: 30px 0 0 10px;
  -moz-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}
.Label-panel textarea:focus,
.Label-panel textarea.hasValue {
  padding-top: 1em;
}
.Label-panel label {
  position: absolute;
  top: 12px;
  left: 10px;
  letter-spacing: 1px;
  color: #929CA0;
  font-family: "futura-pt", arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Label-panel label.is-floating {
  top: -0.5em;
  background: #fff;
  font-size: 0.7em;
}
input[type=search] {
  border-radius: 28px;
  border: none;
  color: #555;
  padding: 10px;
  font-style: italic;
  width: 92.5%;
  margin: 0 auto;
}
input[type=search]::-webkit-input-placeholder {
  color: #555;
}
input[type=search]:-moz-placeholder {
  color: #555;
}
input[type=search]::-moz-placeholder {
  color: #555;
}
input[type=search]:-ms-input-placeholder {
  color: #555;
}
.Select {
  font-family: "futura-pt", arial, sans-serif;
  width: auto;
  display: inline-block;
  padding-right: 30px;
  border-radius: 3px;
  overflow: hidden;
  font-size: 13px;
  font-size: 0.8125rem;
  border: 1px solid #E6E9EA;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: 98% center;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2025%2025%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20%3E%0A%20%20%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22circle-%3A-navDropIcon%22%20%20transform%3D%22translate%282.000000%2C%202.000000%29%22%20stroke%3D%22%23C8D4D8%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.5%2C21%20C16.2989902%2C21%2021%2C16.2989902%2021%2C10.5%20C21%2C4.70100984%2016.2989902%2C0%2010.5%2C0%20C4.70100984%2C0%200%2C4.70100984%200%2C10.5%20C0%2C16.2989902%204.70100984%2C21%2010.5%2C21%20Z%22%20id%3D%22Oval-1%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.5%2C7.5%20L10.5%2C13.5%20L16.5%2C7.5%22%20id%3D%22Path-88%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
}
.Select select {
  padding: 5px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.Select select:focus {
  outline: none;
}
@media  screen and (min-width: 66em), print {
  input[type=search] {
    width: 140px;
    float: left;
    margin-right: 10px;
  }
}
.field-validation-error {
  color: #444;
  font-size: 11px;
  font-size: 0.6875rem;
  background: url(/Assets/Images/error.png) no-repeat top left;
  padding: 5px 0px 5px 25px;
  display: block;
  margin-bottom: 8px;
}
.input-validation-error {
  color: #D0021B !important;
  border-color: #D0021B !important;
  outline: 0 !important;
}
.Contact-add a {
  padding-right: 5px;
}
/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url("/Assets/Styles/images/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}
div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
  outline: 0;
}
div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
  margin: 0;
  padding: 0;
}
.highContrastDetect {
  background: url("/Assets/Styles/images/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px;
}
/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("/Assets/Styles/images/bg-input.png") repeat-x 0 0;
  outline: 0;
}
input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
  background: url("/Assets/Styles/images/bg-input-focus.png") repeat-x 0 0;
}
/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* Select */
div.selector {
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #C8D4D8;
  width: 242px;
  padding: 0px 10px 0px 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
div.selector span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-position: right center;
  background-repeat: no-repeat;
  height: 42px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 42px;
  background-size: 25px 38px;
  padding-right: 15px;
  cursor: pointer;
  width: 100%;
  display: block;
  background-image: url(data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMzhweCIgdmlld0JveD0iMCAwIDI1IDM4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgPgogICAgICAgIDxwYXRoIGQ9Ik0yMy4zNDI4NTcxLDE2IEwxNy4xNzE0Mjg2LDIyLjE3MTQyODYgTDExLDE2IiBpZD0iUGF0aC00MSIgc3Ryb2tlPSIjQjJDM0M5IiBzdHJva2Utd2lkdGg9IjMiID48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTAuNSwwLjUgTDAuNDk5OTk4NDI2LDM3LjQ5MDY5MzciIGlkPSJQYXRoLTc3IiBzdHJva2U9IiNDOEQ0RDgiID48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==);
}
div.selector.fixedWidth {
  width: 190px;
}
div.selector.fixedWidth span {
  width: 155px;
}
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 38px;
  top: 2px;
  left: 0px;
  width: 100%;
  cursor: pointer;
}
/* Checkbox */
div.checker {
  position: relative;
}
div.checker,
div.checker span,
div.checker input {
  width: 19px;
  height: 19px;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px;
}
div.checker span.checked {
  background-position: -76px -260px;
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
div.checker.active span {
  background-position: -19px -260px;
}
div.checker.active span.checked {
  background-position: -95px -260px;
}
div.checker.hover span,
div.checker.focus span {
  background-position: -38px -260px;
}
div.checker.hover span.checked,
div.checker.focus span.checked {
  background-position: -114px -260px;
}
div.checker.hover.active span,
div.checker.focus.active span {
  background-position: -57px -260px;
}
div.checker.hover.active span.checked,
div.checker.focus.active span.checked {
  background-position: -133px -260px;
}
div.checker.disabled,
div.checker.disabled.active {
  background-position: -152px -260px;
}
div.checker.disabled span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}
/* Radio */
div.radio {
  position: relative;
}
div.radio,
div.radio span,
div.radio input {
  width: 18px;
  height: 18px;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -279px;
}
div.radio span.checked {
  background-position: -72px -279px;
}
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
div.radio.active span {
  background-position: -18px -18px -279px;
}
div.radio.active span.checked {
  background-position: -90px -279px;
}
div.radio.hover span,
div.radio.focus span {
  background-position: -36px -36px -279px;
}
div.radio.hover span.checked,
div.radio.focus span.checked {
  background-position: -108px -279px;
}
div.radio.hover.active span,
div.radio.focus.active span {
  background-position: -54px -279px;
}
div.radio.hover.active span.checked,
div.radio.focus.active span.checked {
  background-position: -126px -279px;
}
div.radio.disabled span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}
div.radio.disabled span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}
/* Select */
div.selector {
  font-size: 12px;
}
div.selector span {
  color: #666;
  text-shadow: 0 1px 0 white;
}
div.selector select {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
div.selector.disabled span,
div.selector.disabled.active span {
  color: #bbb;
}
/* Checker */
div.checker {
  margin-right: 5px;
}
/* Radio */
div.radio {
  margin-right: 3px;
}
/* xforms crap */
.Xforms {
  width: 100%;
}
.Xforms td,
.Xforms tr,
.Xforms th,
.Xforms table tr {
  background: none !important;
  padding: 0;
}
.Xforms .customXforms label {
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  white-space: nowrap;
}
.Xforms .customXforms fieldset label {
  position: relative;
}
.Xforms .customXforms fieldset {
  margin-bottom: 20px;
}
.Xforms label {
  letter-spacing: 1px;
  color: #929CA0;
  font-family: "futura-pt", arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
}
.Xforms fieldset {
  border: 0;
}
.Xforms td {
  position: relative;
}
/* antis*am */
.userEmail {
  position: absolute !important;
  left: -10000px !important;
}
#extranetRegistration ul,
#newsletterSub ul {
  list-style-type: none;
  padding-left: 0;
}
#extranetRegistration input[type="checkbox"],
#newsletterSub input[type="checkbox"] {
  display: none;
}
#extranetRegistration input[type="checkbox"] + label,
#newsletterSub input[type="checkbox"] + label {
  font-size: 0.875rem;
  font-family: sans-serif;
  line-height: 1.5;
  color: #666;
}
#extranetRegistration input[type="checkbox"] + label:before,
#newsletterSub input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -6px 4px 0 0;
  vertical-align: middle;
  background: url('/Assets/Images/checkbox.svg') 0 0 no-repeat;
  cursor: pointer;
  text-indent: -9999999px;
}
#extranetRegistration input[type="checkbox"]:checked + label:before,
#newsletterSub input[type="checkbox"]:checked + label:before {
  background: url('/Assets/Images/checkbox.svg'), url('/Assets/Images/checkmark.svg') 0 0 no-repeat;
}
#newsletterSub .inputGroup {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 12px 0;
  border-radius: 5px;
  align-items: center;
}
@media  screen and (min-width: 40em), print {
  #newsletterSub .inputGroup {
    display: flex;
  }
}
#newsletterSub .inputGroup.field-error {
  color: #D0021B;
  border: 1px solid #D0021b;
}
#newsletterSub .inputGroup label {
  display: inline-block;
  margin-right: 10px;
  color: #C8D4D8;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 12px;
  font-size: 0.75rem;
}
#newsletterSub .inputGroup label.error {
  /*display:none !important;*/
  color: #D0021B;
  /*@media @SmallScreen {
					display:inline-block !important;
				}*/
}
#newsletterSub .inputGroup input {
  display: inline-block;
  border: none;
  padding: 0;
  width: auto;
  margin: 0;
  color: #777;
  font-style: normal;
  font-weight: bold;
  flex-grow: 100;
}
#newsletterSub .inputGroup input:focus {
  outline: none;
}
#newsletterSub .inputGroup .field-validation-error {
  height: 25px;
}
#newsletterSub .input-validation-error input[type="checkbox"] + label:before {
  background: url('/Assets/Images/checkbox_error.svg') 0 0 no-repeat;
}
/*Epiforms*/
.EPiServerForms .Form__Element {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  margin-bottom: 20px;
}
.EPiServerForms .Form__Element label {
  width: 100%;
  margin-right: 0.54%;
  display: inline-block;
  vertical-align: top;
}
@media  screen and (min-width: 66em), print {
  .EPiServerForms .Form__Element label {
    width: 29%;
  }
}
.EPiServerForms .Form__Element input,
.EPiServerForms .Form__Element textarea {
  width: 100% !important;
  display: inline-block;
  padding: 10px 2%;
}
@media  screen and (min-width: 66em), print {
  .EPiServerForms .Form__Element input,
  .EPiServerForms .Form__Element textarea {
    width: 70% !important;
  }
}
@media  screen and (min-width: 66em), print {
  .EPiServerForms .Form__Element input[type="file"] {
    width: auto !important;
    background-color: none;
  }
}
.EPiServerForms .Form__Description {
  margin-bottom: 20px;
}
.EPiServerForms .Form__Element button,
.EPiServerForms .Form__Element input[type=submit],
.EPiServerForms .Form__Element input[type=reset] {
  border-radius: 3px;
  background: #B2C3C9;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.29);
  letter-spacing: 1px;
  font-family: "futura-pt", arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  width: auto !important;
  margin-right: 20px;
}
.EPiServerForms .Form__Element button:hover,
.EPiServerForms .Form__Element input[type=submit]:hover,
.EPiServerForms .Form__Element input[type=reset]:hover {
  background: #8B989D;
}
.EPiServerForms .Form__Element .FormChoice {
  width: 100%;
  display: table;
}
.EPiServerForms .Form__Element .FormChoice label,
.EPiServerForms .Form__Element .FormChoice input,
.EPiServerForms .Form__Element .FormChoice textarea {
  width: auto;
  margin: 0;
  display: inline-block !important;
}
.EPiServerForms .Form__Element .FormChoice .Form__Element__Caption {
  display: inline-block;
  width: 100%;
}
@media  screen and (min-width: 66em), print {
  .EPiServerForms .Form__Element .FormChoice .Form__Element__Caption {
    width: 30%;
    display: table-cell;
  }
}
.EPiServerForms .Form__Element .FormChoice > label {
  width: auto;
  margin-right: 15px;
  margin-bottom: 5px;
}
.EPiServerForms .Form__Element .FormChoice .FormChoice__Input {
  width: 15px !important;
}
.EPiServerForms .Form__Element.FormCaptcha {
  overflow: hidden;
}
.EPiServerForms .Form__Element.FormCaptcha input {
  float: right;
}
.EPiServerForms .Form__Element.FormCaptcha .FormCaptcha__Image {
  margin: 15px 0;
}
@media  screen and (min-width: 66em), print {
  .EPiServerForms .Form__Element.FormCaptcha .FormCaptcha__Image {
    margin-top: 0;
  }
}
.EPiServerForms .Form__Element.FormCaptcha button {
  margin-top: 10px;
}
.EPiServerForms .FormRange > span {
  display: inline-block;
  width: 100%;
  position: relative;
}
@media  screen and (min-width: 66em), print {
  .EPiServerForms .FormRange > span {
    width: 70%;
  }
}
.EPiServerForms .FormRange > span input {
  width: 100% !important;
  margin: 0 0 20px;
  padding: 0;
}
.EPiServerForms .FormRange > span .FormRange__Min {
  position: absolute;
  left: 0;
  bottom: 0px;
}
.EPiServerForms .FormRange > span .FormRange__Max {
  position: absolute;
  right: 0;
  bottom: 0px;
}
.EPiServerForms .Form__MainBody {
  margin: 20px 0;
}
.EPiServerForms .Form__Warning__Message {
  font-size: 14px;
  color: #D0021B;
}
.Contact-form button,
.Contact-form input[type=submit] {
  border-radius: 3px;
  background: #87C088;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.29);
  letter-spacing: 1px;
  font-family: "futura-pt", arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
}
.Contact-form--opened .Contact-message {
  display: block !important;
}
.Contact-form--opened textarea {
  max-width: 100%;
}
.Contact-form--success {
  margin-bottom: 40px;
}
#loginForm .Label-panel label {
  position: static;
}
#toggleForm {
  transition: all ease-in-out 0.3s;
  width: 100%;
  top: calc(100% - 10px);
  position: fixed;
  background: #fff;
  z-index: 99;
}
#toggleForm .input {
  width: 100%;
  margin-bottom: 15px;
}
#toggleForm textarea {
  width: 100%;
  max-width: 100%;
  min-height: 85px;
}
#toggleForm.is-active {
  top: auto;
  bottom: 0;
}
#toggleForm #toggleForm-trigger {
  width: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  transition: all 0.5s;
  background-color: #87C088;
  z-index: 99;
}
#toggleForm #toggleForm-trigger::before {
  content: "";
  display: block;
  background: url('/Assets/Images/Icons/icon_pen.svg') 100% 100% no-repeat;
  height: 34px;
  width: 34px;
  float: left;
}
#toggleForm #toggleForm-trigger span {
  display: block;
  float: left;
  color: #fff;
  text-align: center;
  font-family: "futura-pt";
  line-height: 1em;
  letter-spacing: 1px;
  font-weight: 500;
  top: 10px;
  position: relative;
  left: 10px;
}
#toggleForm #toggleForm-close {
  display: block;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  left: 30px;
  bottom: 30px;
  color: #8B989D;
}
@media  screen and (min-width: 66em), print {
  @keyframes formTrigger {
    50% {
      left: -148px;
    }
    70% {
      left: -148px;
    }
    100% {
      left: -65px;
    }
  }
  @keyframes formTrigger--left {
    50% {
      right: -148px;
    }
    70% {
      right: -148px;
    }
    100% {
      right: -65px;
    }
  }
  #toggleForm {
    width: 565px;
    right: -565px;
    bottom: auto;
    top: 15%;
  }
  #toggleForm #toggleForm-trigger {
    width: 149px;
    left: -65px;
    top: 45px;
    border-radius: 5px 0px 0px 5px;
    border-top: 1px solid #87C088;
    border-left: 1px solid #87C088;
    border-bottom: 1px solid #87C088;
    animation-name: formTrigger;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 6s;
    animation-iteration-count: 1;
    background-position: 10px 50%;
    z-index: 0;
  }
  #toggleForm #toggleForm-trigger:hover {
    cursor: pointer;
    animation-play-state: paused;
    left: -148px;
  }
  #toggleForm #toggleForm-trigger::before {
    position: absolute;
    left: 15px;
    float: none;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #toggleForm #toggleForm-trigger span {
    float: right;
    width: 75px;
    position: static;
    line-height: normal;
  }
  #toggleForm #toggleForm-close:hover {
    text-decoration: underline;
  }
  #toggleForm.is-active {
    right: 0;
    bottom: auto;
    top: 15%;
  }
  #toggleForm.is-active #toggleForm-trigger {
    left: -148px;
    animation-play-state: paused;
  }
  #toggleForm.toggleForm--left {
    left: -565px;
    right: auto;
  }
  #toggleForm.toggleForm--left #toggleForm-trigger {
    right: -65px;
    left: auto;
    background: url('/Assets/Images/Icons/icon_pen.svg') #87C088 95px 50% no-repeat;
    background-size: 40px;
    border-radius: 0px 5px 5px 0px;
    animation-name: formTrigger;
  }
  #toggleForm.toggleForm--left #toggleForm-trigger span {
    float: left;
  }
  #toggleForm.toggleForm--left #toggleForm-trigger:hover {
    left: auto;
    right: -148px;
  }
  #toggleForm.toggleForm--left.is-active {
    right: auto;
    left: 0;
  }
  #toggleForm.toggleForm--left.is-active #toggleForm-trigger {
    right: -148px;
    animation-play-state: paused;
  }
}
.Button,
.Xforms input[type=submit] {
  border-radius: 3px;
  background: #B2C3C9;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.29);
  letter-spacing: 1px;
  font-family: "futura-pt", arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.Button:hover,
.Xforms input[type=submit]:hover {
  background: #8B989D;
}
.Button:focus,
.Xforms input[type=submit]:focus,
.Button:active,
.Xforms input[type=submit]:active {
  background: rgba(178, 195, 201, 0.5);
}
.Button--Secondary {
  background: #FFFFFF;
  border: 1px solid #E6E9EA;
  color: #8B989D;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase;
}
.Button--Secondary:hover {
  background: #FFFFFF;
}
.Button--Secondary:focus,
.Button--Secondary:active {
  background: #FFFFFF;
}
.Button--cta {
  background-color: darkseagreen;
  color: #fff;
}
.Button--disabled {
  opacity: 0.5;
  cursor: default !important;
}
.Button--disabled:hover {
  background-color: #B2C3C9;
}
.Button--Tag {
  border-radius: 15px;
  background: #B2C3C9;
  letter-spacing: 1px;
  font-family: Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  border: 0;
  padding: 5px 15px;
  margin: 2px 0;
  display: inline-block;
  text-decoration: none;
  height: 100%;
  outline: none;
}
.Button--Tag:hover {
  background: #8B989D;
}
.Button--Tag.selected {
  background: #24AEEF;
}
.Events-panel {
  border-bottom: 1px solid #E5E5E5;
}
.Events-panel:first-child {
  border-top: 1px solid #E5E5E5;
}
.Content-primary .Events--large .Events-date {
  width: 20%;
}
.Content-primary .Events--large .Events-info {
  width: 80%;
}
.Events-info p,
.Events-info a {
  font-size: 11px;
  font-size: 0.6875rem;
}
.Events-date {
  width: 25%;
  float: left;
  text-align: center;
}
.Events-date p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #333;
  margin: 0;
  line-height: 1;
  padding-top: 10px;
  display: inline-block;
  font-family: "futura-pt", arial, sans-serif;
}
.Events-date p span {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-family: Arial, "Lucida Grande", sans-serif;
  display: block;
  color: #777;
  font-weight: normal;
}
.Events-date p:only-child {
  font-size: 28px;
  font-size: 1.75rem;
}
.Events-date .u-divider {
  color: #000;
  display: inline-block;
  padding: 0;
  position: relative;
  top: -15px;
  margin: 0 2px;
}
.Events-info {
  float: left;
  width: 75%;
  padding: 12px;
  border-left: 1px solid #E5E5E5;
}
.Events-info p {
  color: #999;
  margin: 0;
}
.Events-info a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: sans-serif;
}
.Events-info a:hover {
  color: #444;
}
.Events-info .Events-time {
  padding-left: 0;
}
.Events h2 {
  font-weight: 400;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.Events-time {
  display: inline;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  padding-left: 4px;
  padding-top: 0;
}
.Events--large {
  margin-bottom: 40px;
}
.Events-article {
  text-align: center;
  border: 1px solid #E5E5E5;
  border-width: 1px 0;
  padding: 10px 0 20px 0;
}
.Events-article .Events-date {
  width: auto;
  float: none;
}
.EventSidebar.Accordion-panel {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.EventSidebar.Accordion-panel .Events-info {
  border: 0;
  padding: 10px 20px;
  width: 100%;
}
.EventSidebar.Accordion-panel h2 {
  font-weight: 700;
  padding: 0 20px 0 15px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20%20viewBox%3D%220%200%209%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20%3E%0A%20%20%20%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2%2C1.5%20L6.5%2C6%20L2%2C10.5%22%20id%3D%22Path-41%22%20stroke%3D%22%238F999D%22%20stroke-width%3D%223%22%20%3E%3C/path%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 9px 12px;
  background-position: left 8px;
}
.EventSidebar.Accordion-panel .Events-time {
  padding-left: 17px;
}
.EventSidebar.Accordion-panel .Show-more {
  font-weight: bold;
  text-decoration: underline;
  text-align: right;
  border-bottom: 4px solid #D5D9DB;
  padding: 10px 0;
  display: block;
}
@media  screen and (min-width: 40em), print {
  .Events-info p,
  .Events-info a {
    font-size: 10px;
    font-size: 0.625rem;
    white-space: nowrap;
  }
}
@media  screen and (min-width: 66em), print {
  .Events-info p,
  .Events-info a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .Content-primary .Events--large .Events-date {
    width: 10%;
  }
  .Content-primary .Events--large .Events-info {
    width: 90%;
  }
}
.Navigation-headline {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  font-family: "futura-pt", arial, sans-serif;
  color: #555;
  border-bottom: 4px solid #D5D9DB;
  display: block;
  padding: 0 20px 5px 20px;
}
.Navigation-headline + .Navigation-Tree {
  border-bottom: 4px solid #D5D9DB;
}
.Navigation-Tree {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.Navigation-Tree li {
  border-top: 1px solid #D7DBDD ;
}
.Navigation-Tree li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #555;
  padding: 10px 20px;
  display: block;
}
.Navigation-Tree li a:hover {
  color: #24AEEF;
}
.Navigation-Tree li:first-child {
  border: 0;
}
.Navigation-Tree li a.is-active {
  color: #24AEEF;
}
.Navigation-Tree ul {
  margin: 0 0 10px 20px;
  padding: 0;
}
.Navigation-Tree ul li {
  border: 0;
  padding: 5px 0;
}
.Navigation-Tree ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%207%2011%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22circle-%3A-small-arrow%22%20%20transform%3D%22translate%283.500000%2C%205.500000%29%20rotate%28-90.000000%29%20translate%28-3.500000%2C%20-5.500000%29%20translate%28-4.000000%2C%20-2.000000%29%22%20stroke%3D%22%234C4C4C%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.57142857%2C5.3474026%20L7.85714286%2C9.62532468%20L12.1428571%2C5.3474026%22%20id%3D%22Path-88%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: left center;
  margin-left: 20px;
  padding: 0px 20px;
}
.Navigation-Tree ul li .is-active,
.Navigation-Tree ul li a:hover {
  background-image: url(data:image/svg+xml;base64,Cjxzdmcgdmlld0JveD0iMCAwIDkgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiA+CiAgICAgICAgPHBhdGggZD0iTTIsMS41IEw2LjUsNiBMMiwxMC41IiBpZD0iUGF0aC00MSIgc3Ryb2tlPSIjMjRBRUVGIiBzdHJva2Utd2lkdGg9IjMiID48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==);
  color: #24AEEF;
}
.Share-headline {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "futura-pt", arial, sans-serif;
  color: #555;
  border-bottom: 4px solid #D5D9DB;
  display: block;
  margin-top: 20px;
  padding: 0 20px 5px 0px;
}
.Share-headline + .Share-list {
  border-bottom: 4px solid #D5D9DB;
}
.Share-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.Share-list li {
  border-top: 1px solid #D7DBDD;
}
.Share-list li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #555;
  padding: 10px 0px;
  display: block;
}
.Share-list li a:hover {
  color: #24AEEF;
}
.Share-list li:first-child {
  border: 0;
}
.Share-link:before {
  color: #B2C3C9;
  font-size: 1.5em;
  vertical-align: top;
  line-height: 0.7em !important;
  margin-right: 0.3em !important;
}
/* Component
=========================================== */
.Accordion {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.Accordion ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Accordion-handle {
  border-radius: 5px;
  background: #FFFFFF;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  font-size: 21px;
  font-size: 1.3125rem;
  text-transform: none;
  display: block;
  padding: 14px 20px 14px 14px;
  margin: 1px 0 0 0;
  cursor: pointer;
  font-weight: normal;
  color: #555;
}
.Accordion-panel {
  background: #EAEEF0;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
.Accordion-panel .Accordion-item {
  border-top: 1px solid #D7DBDD;
  padding: 10px 8%;
}
.Accordion-panel .Accordion-item:first-child {
  border-top: 4px solid rgba(191, 204, 209, 0.45);
}
.Accordion-panel h3 {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
}
.Accordion-panel p {
  font-size: 12px;
  font-size: 0.75rem;
}
.Accordion-panel a {
  color: #879093;
  font-size: 12px;
  font-size: 0.75rem;
}
.Product-item {
  border-top: 1px solid #D7DBDD;
  padding: 20px 0;
}
.Product-item img {
  width: 25%;
  float: left;
  margin-right: 5%;
}
.Product-panel {
  width: 70%;
  float: left;
}
.Product-panel h4 {
  margin: 0;
}
.Product-panel p {
  margin: 0;
}
.Product-panel a {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: underline;
  color: #879093;
  font-weight: bold;
}
.Accordion-item li:first-child .Product-item {
  border: 0;
}
.Accordion--RemoveAccordionStyle .Accordion-handle {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #BFCCD1;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  border-top: 1px solid #EAEEF0;
  border-radius: 0;
}
.Accordion--RemoveAccordionStyle .Accordion-handle:first-child {
  border-top: 0;
}
.Accordion--RemoveAccordionStyle .Accordion-panel {
  background-color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.Accordion--RemoveAccordionStyle .Accordion-panel .News-date {
  padding-left: 0;
}
.Show-all {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
  color: #879093;
  font-weight: bold;
  text-align: center;
}
/* accoridon only small screens */
.Acc-handle {
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  outline: 0;
}
.Acc-panel,
.Acc .List,
.Startpage .Acc-custom p {
  overflow: hidden;
}
/*.js .Acc-panel, .js .Acc .List, .Startpage .Acc-custom p {
  max-height: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0;
}*/
.Acc .List {
  border-bottom: 1px solid #C8D4D8;
}
.Acc h4 {
  margin: 0;
  padding: 10px 0;
}
.Accordion--RemoveAccordionStyle .icon-navigation {
  display: none;
}
@media (max-width: 40em) {
  .js .Startpage .Acc-custom h3 {
    margin: 0;
  }
}
@media (max-width: 40.063em) {
  .Acc-panel,
  .Acc .List,
  .Startpage .Acc-custom p {
    max-height: 40em;
    margin-top: 10px;
  }
}
@media (max-width: 40em) {
  .js .Startpage .Acc-custom h3 {
    margin: 0;
  }
}
@media  screen and (min-width: 40em), print {
  /*.Accordion-handle {
		.font-size(12);
	}*/
  .Acc-handle {
    margin-bottom: 10px;
  }
}
@media  screen and (min-width: 66em), print {
  .Accordion--RemoveAccordionStyle .Accordion-handle {
    border: none;
    font-size: 21px;
    font-size: 1.3125rem;
    color: #000;
  }
  .Accordion--RemoveAccordionStyle .Accordion-handle:hover {
    cursor: default;
  }
}
@media only screen and (min-width: 40.063em) {
  .Acc-handle {
    cursor: default;
  }
  .Acc .List {
    border: 0;
  }
  .js .Acc-panel,
  .js .Acc .List,
  .Startpage .Acc-custom p {
    max-height: 40em;
  }
  .js .Acc-panel,
  .js .Acc-panel.is-active,
  .js .Acc .List.is-active,
  .js .Acc .List,
  .js .Acc-custom p,
  .js .Acc-custom p.is-active {
    max-height: none;
    margin-top: 0;
  }
  .Startpage .Acc-custom p {
    margin-top: 6px;
  }
}
/* Media queries
=========================================== */
@media screen and (max-width: 640px) {
  .Accordion--RemoveAccordionStyle {
    border-radius: 5px;
    border-top: 5px solid #DDE4E7;
    border-left: 1px solid #DDE4E7;
    border-right: 1px solid #DDE4E7;
    border-bottom: 1px solid #DDE4E7;
    padding: 0 1em;
    margin-top: 15px !important;
  }
  .Accordion--RemoveAccordionStyle .Accordion-handle {
    color: #24AEEF;
    padding: 14px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .Accordion--RemoveAccordionStyle .icon-navigation {
    float: right;
    display: block;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2025%2025%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20%3E%0A%20%20%20%20%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22circle-%3A-navDropIcon--active%22%20%20transform%3D%22translate%282.000000%2C%202.000000%29%22%20stroke%3D%22%2324AEEF%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.5%2C21%20C16.2989902%2C21%2021%2C16.2989902%2021%2C10.5%20C21%2C4.70100984%2016.2989902%2C0%2010.5%2C0%20C4.70100984%2C0%200%2C4.70100984%200%2C10.5%20C0%2C16.2989902%204.70100984%2C21%2010.5%2C21%20Z%22%20id%3D%22Oval-1%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.5%2C7.5%20L10.5%2C13.5%20L16.5%2C7.5%22%20id%3D%22Path-88%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
  }
  .Accordion--RemoveAccordionStyle .Accordion-handle.is-active .icon-navigation {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
  }
}
.Well {
  background: #F2F4F5;
  border-top: 4px solid #EAEEF0;
  padding: 20px 0;
  margin-bottom: 40px;
}
.Well.noborder {
  border: none;
}
.Well h2 {
  margin: 0;
}
.Well p {
  color: #666;
  line-height: 1.6;
}
.Well .Well {
  padding: 0;
  border: 0;
  margin: 0 -35px;
}
.Well .Well .medium-9 {
  width: 100%;
  padding: 0;
}
.Well--xforms {
  padding: 20px;
}
.Well--offset .Number {
  left: -20px;
  right: auto;
}
.Number {
  position: absolute;
  top: -40px;
  right: -20px;
  border: 10px solid rgba(203, 209, 212, 0.15);
  border-radius: 34px;
  height: 74px;
  width: 74px;
  background: #FFFFFF;
}
.Number p {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.Content-secondary .Well .row {
  margin-bottom: 0;
}
/* About
=========================================== */
/*

    .Tab
    .Tab-handles (grouping)
    .Tab-handle 
    .Tab-panels (grouping)
    .Tab-panel 
        

*/
/* Component
=========================================== */
.Tab {
  margin: 40px 0;
}
.Tab-handles {
  padding: 0;
  margin: 0 0 -2px 0;
  list-style-type: none;
}
.Tab-handle {
  border-right: 1px solid #EAEEF0;
  border-top: 1px solid #EAEEF0;
  padding: 32px 20px 14px 20px;
  position: relative;
  float: left;
  cursor: pointer;
  bottom: -2px;
  font-size: 12px;
  font-size: 0.75rem;
}
.Tab-handle[data-state*="is-active"] {
  background: #F2F4F5;
  border-top: 4px #EAEEF0 solid;
  padding: 34px 21px 12px 25px;
  bottom: -2px;
  border-right: 0;
  left: -5px;
  margin-right: -5px;
}
.Tab-handle[data-state*="is-active"]:first-child {
  left: 0;
  padding-left: 20px;
  margin-right: 0;
}
.Tab-handle[data-state*="is-active"] span {
  position: relative;
  top: -4px;
}
.Tab-panels {
  border-top: 4px #EAEEF0 solid;
  padding: 20px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 10px 10px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 10px 10px;
  background-clip: padding-box;
  background: #F2F4F5;
}
.Tab-panel {
  display: none;
}
.Tab-panel[data-state*="is-active"] {
  display: block;
}
.News {
  margin-bottom: 40px;
}
.News h2 {
  font-weight: 400;
  margin-bottom: 10px;
}
.News .News-panel:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.News-panel {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding-top: 20px;
}
.News-date {
  display: inline;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  padding-left: 4px;
}
.Read-more,
.List .Read-more {
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
  color: #77A778;
  background: none;
  padding: 0;
}
.Product-filter {
  border-bottom: 3px solid #EAEEF0;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.Case-container {
  padding: 0 0.937em;
}
.Case,
.Industry {
  position: relative;
  margin-bottom: 20px;
  max-height: 420px;
  border-radius: 18px;
  overflow: hidden;
}
.Industry {
  margin-bottom: 0;
}
.Case-image,
.Industry-image {
  position: relative;
  border-radius: 18px;
  width: 100%;
}
.Case-panel,
.Industry-panel {
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  right: 0;
  left: 0;
  text-align: center;
}
.Case-panel h1,
.Industry-panel h1 {
  border-radius: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 10px 30px 18px;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
}
.Case-panel h2,
.Industry-panel h2 {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
.Case-panel h2 span,
.Industry-panel h2 span {
  font-weight: normal;
}
.Case-panel span,
.Industry-panel span {
  color: #fff;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 5px;
}
.Case-panel span:hover,
.Industry-panel span:hover {
  color: #fff;
}
.Case-details {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 10px 30px;
  border-radius: 18px;
  clear: both;
  max-width: 90%;
}
.Case-details {
  display: none;
}
.Case-item {
  margin-bottom: 20px;
}
.Case-item img {
  width: 100%;
}
.Case-item a.mainLink {
  text-decoration: none;
}
@media  screen and (min-width: 66em), print {
  .Case-panel h1,
  .Industry-panel h1 {
    font-size: 52px;
    font-size: 3.25rem;
  }
  .Case-panel,
  .Industry-panel {
    bottom: 30px;
  }
  .Case-details {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px 30px;
    border-radius: 18px;
    clear: both;
    max-width: 90%;
  }
}
.Gallery {
  margin-bottom: 40px;
}
.Gallery-thumbnails {
  list-style-type: none;
  border-radius: 10px;
  padding: 0;
  margin: 0;
}
.Gallery-thumbnails li {
  float: left;
  margin: 2px;
}
.Gallery-thumbnails img {
  vertical-align: middle;
  max-height: 90%;
  margin-top: 5%;
  border-radius: 0;
}
.Gallery-thumbnails img:hover {
  opacity: 0.8;
}
.Gallery-panel {
  height: 195px;
  line-height: 195px;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 4px #dddddd inset;
  -moz-box-shadow: 0px 0px 4px #dddddd inset;
  box-shadow: 0px 0px 4px #dddddd inset;
  border: 1px solid #eee;
  text-align: center;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.Gallery-panel.is-expanded {
  height: 400px;
}
.Gallery-panel.is-expanded .Gallery-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.Gallery-thumbnail {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  width: 62px;
  height: 62px;
  cursor: pointer;
  padding: 2px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px #dddddd inset;
  -moz-box-shadow: 0px 0px 2px #dddddd inset;
  box-shadow: 0px 0px 2px #dddddd inset;
  border: 1px solid #eee;
  vertical-align: middle;
}
.Gallery-image {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  padding: 5px;
  max-height: 100%;
}
#toggleView .icon-plus {
  display: none;
}
@media  screen and (min-width: 40em), print {
  #toggleView {
    cursor: pointer;
  }
  #toggleView .icon-plus {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
  }
  #toggleView.is-expanded .icon-plus {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2021%2021%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20%20%3E%0A%20%20%20%20%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cfilter%20x%3D%22-50%25%22%20y%3D%22-50%25%22%20width%3D%22200%25%22%20height%3D%22200%25%22%20filterUnits%3D%22objectBoundingBox%22%20id%3D%22filter-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeOffset%20dx%3D%220%22%20dy%3D%221%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter1%22%3E%3C/feOffset%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%220.5%22%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22%3E%3C/feGaussianBlur%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%20%20%200%200%200%200%200%20%20%200%200%200%200%200%20%200%200%200%200.7%200%22%20in%3D%22shadowBlurOuter1%22%20type%3D%22matrix%22%20result%3D%22shadowMatrixOuter1%22%3E%3C/feColorMatrix%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeMerge%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CfeMergeNode%20in%3D%22shadowMatrixOuter1%22%3E%3C/feMergeNode%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CfeMergeNode%20in%3D%22SourceGraphic%22%3E%3C/feMergeNode%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/feMerge%3E%0A%20%20%20%20%20%20%20%20%3C/filter%3E%0A%20%20%20%20%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22help-%3A-help%22%20%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-47%22%20fill%3D%22%23B3C3C9%22%20%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%3E%3C/circle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.51757812%2C11.6884766%20L5.51757812%2C10.1708984%20L14.6230469%2C10.1708984%20L14.6230469%2C11.6884766%20L5.51757812%2C11.6884766%20Z%22%20id%3D%22-%22%20fill%3D%22%23FFFFFF%22%20filter%3D%22url%28%23filter-1%29%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
  }
}
.medium-4.Gallery-view.is-expanded,
.medium-5.Gallery-view.is-expanded {
  width: calc(100% + 1.875em);
}
@media  screen and (min-width: 66em), print {
  .medium-4.Gallery-view.is-expanded,
  .medium-5.Gallery-view.is-expanded {
    padding-right: 1.9375em;
  }
}
.Gallery-view.is-expanded .Gallery {
  margin-bottom: 0;
}
#video-view {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.class-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.class-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 0;
}
.popup {
  background: url(/Assets/Images/Icons/videoPlaceholder.png) center center no-repeat;
  display: block;
  height: 57px;
  width: 57px;
}
.Casestudyteaser .Casestudyteaser-item {
  position: relative;
  margin-bottom: 5px;
}
.Casestudyteaser .Casestudyteaser-item a:hover,
.Casestudyteaser .Casestudyteaser-item p:hover {
  color: #fff;
}
.Casestudyteaser img {
  border-radius: 8px;
  position: relative;
  width: 100%;
}
.Casestudyteaser p {
  position: absolute;
  bottom: 15px;
  right: 20px;
  border-radius: 6px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.61);
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "futura-pt-condensed", arial, sans-serif;
  margin: 0 auto;
  max-width: 89%;
}
@media  screen and (min-width: 66em), print {
  .Casestudyteaser p {
    font-size: 20px;
    font-size: 1.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
#Map,
.mapCanvas {
  height: 400px;
  margin-bottom: 40px;
}
#Map img,
.mapCanvas img {
  max-width: none;
}
.Contact {
  margin-bottom: 40px;
}
.Contact h2 {
  border-bottom: 1px solid #EAEEF0;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.Contact h4 {
  margin: 20px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.Contact p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.Contact a {
  text-decoration: underline;
}
.Contact .Intro {
  margin-top: 20px;
}
.Contact-filter {
  list-style-type: none;
  margin: 15px 0 20px 0;
  padding: 8px 0;
  text-align: center;
  overflow: hidden;
}
.Contact-filter li {
  display: inline-block;
  float: left;
}
.Contact-filter li a {
  display: block;
  color: #899BA3;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 30px;
  border-left: 1px solid #c8d4d8;
  border-bottom: 4px solid #c8d4d8;
  outline: 0;
  border-top: 4px solid transparent;
}
.Contact-filter li a.active {
  border-bottom: none;
  border-top: 4px solid #c8d4d8;
  background: #fff;
  border-bottom: 4px solid #fff;
}
.Contact-item p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 10px 0;
}
.Contact-item ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
}
.Contact-item ul li a {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 370px) {
  .Contact-filter li a {
    padding: 10px 22px;
  }
}
table {
  width: 100%;
}
table td,
table th {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  padding: 10px;
}
table th {
  color: #000;
}
table tr:nth-child(odd) {
  background: #FFF;
}
.Table tr {
  background: none !important;
}
.Table tr th {
  color: #555;
}
.Table tr td,
.Table tr th {
  border-bottom: 1px solid #C8D4D8;
  padding: 15px 5px;
}
.Table-wrapper {
  position: relative;
  overflow: auto;
}
.Table-responsive {
  max-width: 740px;
  overflow: auto;
  padding-bottom: 10px;
  /*td:nth-child(2),th:nth-child(2) {
		background-color:#fafafa;
	}*/
}
.Table-responsive:after {
  content: "";
  position: fixed;
  height: 97%;
  width: 2px;
  top: 0;
  right: 0;
  box-shadow: 16px 0px 15px rgba(0, 0, 0, 0.5);
}
@media  screen and (min-width: 40em), print {
  .Table-responsive:after {
    content: none;
  }
}
.Breadcrumb {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  margin-top: -0.8em;
  margin-bottom: 0.5em;
}
@media  screen and (min-width: 40em), print {
  .Breadcrumb {
    margin-top: -2.8em;
  }
}
.Breadcrumb li {
  display: inline-block;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  padding-right: 10px;
  margin-right: 10px;
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iM3B4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDMgNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiA+CgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgPgogICAgICAgIDx0ZXh0IGlkPSJUZXh0IiAgZm9udC1mYW1pbHk9IkhlbHZldGljYSBOZXVlIiBmb250LXNpemU9IjEyIiBmb250LXdlaWdodD0ibm9ybWFsIiBmaWxsPSIjODc4Nzg3Ij4KICAgICAgICAgICAgPHRzcGFuIHg9IjAiIHk9IjYiPuKAujwvdHNwYW4+CiAgICAgICAgPC90ZXh0PgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 6px 6px;
}
.Breadcrumb:first-child {
  color: #999;
}
.Breadcrumb a {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
}
.Breadcrumb li:last-child {
  background: none;
}
.Breadcrumb li:first-child + li + li {
  max-width: 190px;
}
.Breadcrumb li:first-child + li + li + li {
  max-width: 130px;
}
.Content-primary .Breadcrumb li {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iM3B4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDMgNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiA+CgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgPgogICAgICAgIDx0ZXh0IGlkPSJUZXh0IiAgZm9udC1mYW1pbHk9IkhlbHZldGljYSBOZXVlIiBmb250LXNpemU9IjEyIiBmb250LXdlaWdodD0ibm9ybWFsIiBmaWxsPSIjODc4Nzg3Ij4KICAgICAgICAgICAgPHRzcGFuIHg9IjAiIHk9IjYiPuKAujwvdHNwYW4+CiAgICAgICAgPC90ZXh0PgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 6px 6px;
  list-style-type: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  border-top: 0;
  list-style-position: outside;
  padding: 0 10px 0 0;
  color: #666;
}
.Content-primary .Breadcrumb li:last-child {
  background: none;
}
.Chart {
  background: #F5F7F8;
  padding: 20px;
  margin-bottom: 40px;
}
.Chart h4 {
  float: left;
  width: 42%;
  height: 25px;
  padding-top: 5px;
  padding-bottom: 0;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  border-top: 1px solid #fff;
}
.Chart h4 a {
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0 0 20px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20%20viewBox%3D%220%200%209%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20%3E%0A%20%20%20%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2%2C1.5%20L6.5%2C6%20L2%2C10.5%22%20id%3D%22Path-41%22%20stroke%3D%22%238F999D%22%20stroke-width%3D%223%22%20%3E%3C/path%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 9px 12px;
  background-position: 0 8px;
}
.Chart .Chart-container {
  float: left;
  height: 30px;
  width: 57%;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  background: #fff;
}
.Chart .Chart-bar {
  border-radius: 10px;
  background: #87C088;
  height: 14px;
  top: 8px;
  cursor: pointer;
  position: relative;
}
.Chart .Chart-item {
  width: 10%;
  border-left: 2px solid #fff;
  padding: 5px 0;
  float: left;
}
.Chart .Chart-container div:first-child {
  border: 0;
}
.Chart .Chart-panel:nth-child(even) .Chart-container {
  background: #F5F7F8;
}
.Chart .Chart-panel:nth-last-child(2) .Chart-container {
  border-bottom: 2px solid #fff;
}
.Chart-value {
  display: none;
}
@media  screen and (min-width: 66em), print {
  .Chart-value {
    display: block;
    color: #999;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .Chart-value .Chart-container {
    background: #F5F7F8;
    border-left: 2px none;
    border-right: 2px none;
  }
  .Chart-value .Chart-container .Chart-item {
    border-left: 2px none;
    text-align: right;
  }
  .Chart-value .Prefix {
    padding: 5px 0;
    float: left;
    width: 42%;
    text-align: right;
    font-weight: bold;
  }
}
.Chart-handler {
  background: #fff ;
  text-align: center;
  position: absolute;
  right: -20px;
  top: -52px;
  z-index: 14;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.Chart-handler p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  padding: 15px;
}
.Chart-handler .Chart-button {
  background: url(/Assets/Images/tooltip.png) no-repeat 0 0;
  width: 29px;
  height: 24px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -13px;
  margin: auto;
}
.Chart-handler[data-state=is-hidden] {
  display: none;
}
.Chart-handler[data-state=is-visible] {
  display: block;
}
.Contact-form {
  position: relative;
  background: #fff;
  padding: 20px 5%;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border-top: 5px solid #C8D4D8;
  margin-top: 0;
  border-bottom: 1px solid #C8D4D8;
}
.Contact-form h3 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: none;
}
.Contact-form p {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
}
.Contact-form .Intro p {
  font-size: 14px;
  font-size: 0.875rem;
}
.js .Contact-message {
  display: none;
}
.Contact-add {
  margin-top: 8px;
  font-size: 12px;
  font-size: 0.75rem;
}
.Contact-add a {
  text-decoration: underline;
}
.Contact-form-image {
  display: none;
}
.article {
  position: relative;
}
.Stick.vis {
  position: absolute;
  bottom: 40px;
}
.Stick.out,
.Stick {
  position: fixed;
  bottom: 20px;
  width: 332px;
}
#mainContent {
  position: relative;
}
@media  screen and (min-width: 56.25em), print {
  .Contact-form-image {
    position: absolute;
    right: 0px;
    top: -25px;
    display: block;
  }
}
.Nodes {
  width: 70%;
  float: left;
  padding: 40px;
}
.Navigation-group {
  background: #fff;
  border-top: 1px solid #eee;
}
.Nodes-panel .Navigation-group li {
  float: none;
  width: 100%;
}
.Dropdown.with-Navigation .Nodes-panel {
  padding: 0;
  background: #F2F4F5;
  height: auto;
}
.Nodes-item strong {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #666;
  margin-bottom: 10px;
}
.Nodes-item .Nodes-headline:hover {
  background-image: none!important;
}
.Nodes-panel .Nodes-item .List {
  padding: 0;
  background: none;
  width: 100%;
}
.Nodes-panel .Nodes-item .List a {
  color: #333;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 14px;
}
.Nodes-panel .Nodes-item .List li {
  border-top: 1px#DBDDDD solid ;
}
.Nodes-panel .List--navigation {
  width: 30%;
  float: left;
  background: #fff;
  padding: 40px 0;
  height: 100%;
  margin-top: 0!important;
}
.Nodes-panel .List a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}
.Nodes-panel .List {
  border-bottom: 1px#DBDDDD solid ;
  margin-top: 10px;
}
.Nodes-panel .List li {
  border-top: 1px#DBDDDD solid ;
}
.Nodes-panel .List--navigation li {
  padding: 0 40px 0 60px;
  border: 0;
}
.Nodes-panel .List--navigation li a {
  font-family: "futura-pt", arial, sans-serif;
}
.Nodes-panel .List--navigation li:first-child a {
  border: 0;
}
.Nodes-panel .List--navigation a {
  border-top: 1px#DBDDDD solid ;
  padding-left: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.Nodes-panel .List li:hover a {
  color: #24AEEF;
}
.Nodes-panel .List--navigation li.current a {
  border: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}
.Nodes-panel .List--navigation li.current + li a {
  border: 0;
}
.Nodes-item {
  width: 28%;
  margin: 0 2% 40px 2%;
  display: none;
  vertical-align: top;
}
.Nodes-panel .Intro {
  padding: 40px;
  float: left;
}
.Nodes-panel .List--navigation .current {
  background: #F2F4F5;
}
.Nodes-panel .List--navigation .current a {
  color: #24AEEF;
}
#cookieCheckerOverlay {
  padding: 20px;
  background: #C8D4D8;
}
#cookieCheckerOverlay p {
  width: 60%;
  float: left;
  color: #777;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}
#cookieCheckerOverlay a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
  color: #777;
}
#cookieCheckerOverlay .closeInfo {
  float: right;
}
.SearchResult-item {
  border-bottom: 1px solid #C8D4D8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.SearchResult-item p {
  font-size: 12px;
  font-size: 0.75rem;
}
.SearchResult-headline {
  font-family: "futura-pt", arial, sans-serif;
  font-weight: 500;
}
.SearchResult--breadcrumb {
  margin: 0 0  0 20px;
  float: left;
  padding: 0;
}
.SearchResult--breadcrumb li {
  display: inline-block;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  padding-right: 10px;
}
.SearchResult--breadcrumb:first-child {
  color: #999;
}
.SearchResult--breadcrumb li:last-child a {
  background: none;
}
.SearchResult--breadcrumb a {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iM3B4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDMgNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiA+CgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgPgogICAgICAgIDx0ZXh0IGlkPSJUZXh0IiAgZm9udC1mYW1pbHk9IkhlbHZldGljYSBOZXVlIiBmb250LXNpemU9IjEyIiBmb250LXdlaWdodD0ibm9ybWFsIiBmaWxsPSIjODc4Nzg3Ij4KICAgICAgICAgICAgPHRzcGFuIHg9IjAiIHk9IjYiPuKAujwvdHNwYW4+CiAgICAgICAgPC90ZXh0PgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 10px;
}
.SearchResult-category {
  color: #AFB6B9;
  padding: 2px 10px;
  border: 1px solid #AFB6B9;
  border-width: 1px 1px 3px 1px;
  float: left;
  margin: 0;
}
.SearchSidebar {
  margin-bottom: 20px;
  padding: 40px 30px;
  background: #C8D4D8;
  width: 100%;
}
.SearchSidebar input[type="search"] {
  width: 75%;
}
.SearchSidebar .icon-search {
  width: 25px;
  height: 32px;
  background-repeat: no-repeat;
}
.Search-hits {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background: #C8D4D8;
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}
.autocomplete-w1 {
  background: url(/Assets/Styles/components/img/shadow.png) no-repeat bottom right;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 6px 0 0 6px;
  /* IE6 fix: */
  _background: none;
  _margin: 1px 0 0 0;
}
.autocomplete {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  text-align: left;
  max-height: 350px;
  overflow: auto;
  margin: -6px 6px 6px -6px;
  /* IE6 specific: */
  _height: 350px;
  _margin: 0;
  _overflow-x: hidden;
}
.autocomplete .selected {
  background: #F0F0F0;
}
.autocomplete div {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete strong {
  font-weight: normal;
  color: #3399FF;
}
.autocomplete-suggestions {
  overflow: auto;
  border: 1px solid #CBD3DD;
  background: #FFF;
}
.autocomplete-suggestion {
  padding: 2px 10px;
  font-family: sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
.autocomplete-selected {
  background: #E9EEEF;
}
.Spinner {
  background: url(/Assets/Images/ajax-loader.gif) no-repeat top left;
  position: absolute;
  right: 10px;
  top: 2px;
  height: 33px;
  width: 33px;
  display: none;
}
.stickit {
  position: fixed;
  bottom: 40px;
  max-width: 335px;
}
.stickem-ghost {
  background: transparent;
  min-height: 10px;
}
.stickit-end {
  bottom: 40px;
  position: absolute;
  left: 1.9375em;
}
.Extranet-panel {
  background: #C8D4D8;
  padding: 0;
}
.Extranet-navigation {
  width: 100%;
}
.Extranet-navigation ul {
  float: right;
  margin-right: -20px;
}
.Extranet-navigation li {
  float: left;
  padding: 15px 20px;
  position: relative;
}
.Extranet-navigation li:hover {
  background: #fff;
}
.Extranet-navigation strong {
  padding-left: 5px;
}
.Extranet-navigation .Dropdown-panel {
  width: 400px;
  padding: 30px 30px 40px 30px;
  left: -317px;
}
.Extranet-navigation a,
.Extranet-navigation li {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
}
.Extranet-header {
  padding: 20px 0 30px 0;
}
.Extranet-header h3 {
  font-weight: normal;
  font-family: "futura-pt", arial, sans-serif;
  color: #666;
  display: inline-block;
  margin-left: 50px;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: none;
  font-size: 21px;
  font-size: 1.3125rem;
}
.Extranet-header .Extranet-back {
  margin-top: 20px;
  color: #666;
}
.DownloadList {
  margin-bottom: 40px;
}
.DownloadList-header {
  border-bottom: 1px solid #C8D4D8;
  padding-bottom: 5px;
}
.DownloadList-panel {
  padding: 5px 0;
  border-bottom: 1px solid #C8D4D8;
  margin-bottom: 0;
}
.DownloadList-panel p {
  margin: 0;
  color: #aeb6b8;
}
.DownloadList-panel a {
  text-decoration: underline;
  margin-top: 5px;
  display: block;
}
.DownloadList-panel .medium-3 p {
  color: #666;
  margin-top: 5px;
}
.DownloadList-file {
  border: 1px solid #C8D4D8;
  border-bottom: 3px solid #C8D4D8;
  padding: 2px 0;
  text-align: center;
}
.DownloadList-file--pdf {
  border-bottom: 3px solid #d93d1c;
}
.DownloadList-file--doc,
.DownloadList-file--docx {
  border-bottom: 3px solid #119ADA;
}
.DownloadList-file--ppt,
.DownloadList-file--pptx {
  border-bottom: 3px solid #D04424;
}
.DownloadList-file--xlsx,
.DownloadList-file--xls {
  border-bottom: 3px solid #79a975;
}
.Document ul {
  padding-left: 0;
}
.Document li {
  list-style-type: none;
  padding: 5px 0;
}
.Document a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGFnZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyOCAzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjggMzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM5M0NGOTQ7fQ0KPC9zdHlsZT4NCjxwYXRoIGlkPSJTaGFwZS1Db3B5LTMiIGNsYXNzPSJzdDAiIGQ9Ik0yNi43LDhDMjYsNywyNSw1LjksMjQsNC44Yy0xLjEtMS4xLTIuMi0yLTMuMS0yLjdjLTEuNi0xLjItMi40LTEuMy0yLjgtMS4zSDIuNQ0KCUMxLjEsMC44LDAsMS45LDAsMy4zdjI3YzAsMS40LDEuMSwyLjUsMi41LDIuNWgyM2MxLjQsMCwyLjUtMS4xLDIuNS0yLjVWMTAuOEMyOCwxMC40LDI3LjksOS42LDI2LjcsOEwyNi43LDh6IE0yMi41LDYuMw0KCWMxLDEsMS43LDEuOCwyLjMsMi41SDIwVjRDMjAuNyw0LjUsMjEuNiw1LjMsMjIuNSw2LjNMMjIuNSw2LjN6IE0yNiwzMC4zYzAsMC4zLTAuMiwwLjUtMC41LDAuNWgtMjNjLTAuMywwLTAuNS0wLjItMC41LTAuNXYtMjcNCglDMiwzLDIuMiwyLjgsMi41LDIuOEgxOHY3YzAsMC42LDAuNCwxLDEsMWg3VjMwLjNMMjYsMzAuM3oiLz4NCjwvc3ZnPg0K');
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  padding-left: 25px;
}
.Login-html {
  height: 100%;
}
.Login-html body {
  min-height: 100%;
}
.Login {
  margin-top: 40px;
}
@media  screen and (min-width: 40em), print {
  .Login {
    margin-top: 15em;
  }
}
.Login-mobile {
  width: 90%;
  margin: 0 auto;
}
.Login-mobile input {
  -webkit-appearance: none;
  margin-bottom: 20px!important;
  display: block!important;
}
.Login-mobile label {
  position: static!important;
  text-align: left!important;
}
.List.List-noIcon .icon-link,
.icon-link {
  width: 25px;
  height: 25px;
  background-size: auto auto;
  position: absolute;
  right: 15px;
  top: 8px;
}
.icon-back,
.List.List-noIcon .icon-back {
  background-image: url(data:image/svg+xml;base64,CjxzdmcgIHZpZXdCb3g9IjAgMCAxMCAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiA+CgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTIuOTAwMTQ2NDgsMTMuNjQyODIyMyBMOC45MDAxNDY0OCw3LjY0MjgyMjI3IEwyLjkwMDE0NjQ4LDEuNjQyODIyMjciIGlkPSJQYXRoLTg4IiBzdHJva2U9IiNDOEQ0RDgiIHN0cm9rZS13aWR0aD0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS45MDAxNDYsIDcuNjQyODIyKSByb3RhdGUoLTE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtNS45MDAxNDYsIC03LjY0MjgyMikgIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 0 4px;
  margin-left: 20px;
}
/* v4 */
.icon-list {
  display: inline-block;
  width: 9px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -14px;
}
.Nodes-panel .List li:hover .icon-list,
.Link:hover .icon-list,
.Nodes-panel .List--navigation .current .icon-list {
  background-image: url(data:image/svg+xml;base64,Cjxzdmcgdmlld0JveD0iMCAwIDkgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiA+CiAgICAgICAgPHBhdGggZD0iTTIsMS41IEw2LjUsNiBMMiwxMC41IiBpZD0iUGF0aC00MSIgc3Ryb2tlPSIjMjRBRUVGIiBzdHJva2Utd2lkdGg9IjMiID48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==);
}
.icon-list--large {
  width: 12px;
  height: 18px;
  margin-left: -17px;
}
.icon-service {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}
.icon-search {
  width: 17px;
  height: 21px;
  display: inline-block;
  text-indent: -999em;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.icon-navigation {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: -10px;
}
.icon-plus {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.Accordion-handle.is-active .icon-plus {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2021%2021%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20%20%3E%0A%20%20%20%20%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cfilter%20x%3D%22-50%25%22%20y%3D%22-50%25%22%20width%3D%22200%25%22%20height%3D%22200%25%22%20filterUnits%3D%22objectBoundingBox%22%20id%3D%22filter-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeOffset%20dx%3D%220%22%20dy%3D%221%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter1%22%3E%3C/feOffset%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%220.5%22%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22%3E%3C/feGaussianBlur%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%20values%3D%220%200%200%200%200%20%20%200%200%200%200%200%20%20%200%200%200%200%200%20%200%200%200%200.7%200%22%20in%3D%22shadowBlurOuter1%22%20type%3D%22matrix%22%20result%3D%22shadowMatrixOuter1%22%3E%3C/feColorMatrix%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeMerge%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CfeMergeNode%20in%3D%22shadowMatrixOuter1%22%3E%3C/feMergeNode%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CfeMergeNode%20in%3D%22SourceGraphic%22%3E%3C/feMergeNode%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/feMerge%3E%0A%20%20%20%20%20%20%20%20%3C/filter%3E%0A%20%20%20%20%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22help-%3A-help%22%20%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-47%22%20fill%3D%22%23B3C3C9%22%20%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%3E%3C/circle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.51757812%2C11.6884766%20L5.51757812%2C10.1708984%20L14.6230469%2C10.1708984%20L14.6230469%2C11.6884766%20L5.51757812%2C11.6884766%20Z%22%20id%3D%22-%22%20fill%3D%22%23FFFFFF%22%20filter%3D%22url%28%23filter-1%29%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
}
.Navigation-primary a:hover .icon-navigation,
.Navigation-primary li[data-state=is-expanded] .icon-navigation,
.Navigation-primary li.is-active .icon-navigation {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2025%2025%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20%3E%0A%20%20%20%20%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22circle-%3A-navDropIcon--active%22%20%20transform%3D%22translate%282.000000%2C%202.000000%29%22%20stroke%3D%22%2324AEEF%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.5%2C21%20C16.2989902%2C21%2021%2C16.2989902%2021%2C10.5%20C21%2C4.70100984%2016.2989902%2C0%2010.5%2C0%20C4.70100984%2C0%200%2C4.70100984%200%2C10.5%20C0%2C16.2989902%204.70100984%2C21%2010.5%2C21%20Z%22%20id%3D%22Oval-1%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.5%2C7.5%20L10.5%2C13.5%20L16.5%2C7.5%22%20id%3D%22Path-88%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
}
@media  screen and (min-width: 66em), print {
  .icon-search {
    width: 25px;
    height: 30px;
    position: relative;
    top: 2px;
    right: -2px;
  }
}
/* Fontello icons */
@font-face {
  font-family: 'fontello';
  src: url('/Assets/fonts/fontello.eot?22501825');
  src: url('/Assets/fonts/fontello.eot?22501825#iefix') format('embedded-opentype'), url('/Assets/fonts/fontello.svg?22501825#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('data:application/octet-stream;base64,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') format('woff'), url('data:application/octet-stream;base64,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') format('truetype');
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?22501825#fontello') format('svg');
  }
}
*/
.Icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.Icon--facebook:before {
  content: '\e800';
}
/* '' */
.Icon--twitter:before {
  content: '\e801';
}
/* '' */
.Icon--youtube:before {
  content: '\e802';
}
/* '' */
.Icon--linkedin:before {
  content: '\e803';
}
/* '' */
.rssLink {
  background: url('/Assets/Images/Icons/iconmonstr-rss-icon.svg') 0 0 no-repeat;
  display: inline-block;
  float: left;
  color: #666;
  padding: 3px 0 0 22px;
  margin: -3px -100% 0 0;
}
@media  screen and (min-width: 40em), print {
  .rssLink {
    margin: -3px 0 0 0;
  }
}
.NavigationNarrow {
  list-style-type: none;
  float: left;
  margin: 0;
}
.NavigationSubmarine-handle > a {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #555;
  font-family: "futura-pt", arial, sans-serif;
  padding: 10px 20px;
  border-bottom: 1px solid #C8D4D8;
  width: 100%;
}
.NavigationSubmarine {
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}
.NavigationSubmarine ul {
  margin: 0;
  list-style-type: none;
  position: relative;
  display: none;
  width: 100%;
}
.NavigationSubmarine li {
  padding: 2px 0;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
}
.NavigationSubmarine li:last-child a {
  border: 0;
}
.NavigationSubmarine > ul {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out,-moz-transform 0.5s ease-out,-o-transform 0.5s ease-out,transform 0.5s ease-out;
  width: 100%;
  background: #fff;
  display: block;
}
.NavigationSubmarine > ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.NavigationSubmarine > ul ul a {
  padding-left: 20px!important;
}
.NavigationSubmarine > ul ul li {
  padding: 10px 0;
}
.NavigationSubmarine > ul ul li:first-child a {
  padding-left: 10px;
}
.NavigationSubmarine [data-state=is-active] > ul {
  display: block;
}
.NavigationSubmarine .Secondary {
  float: none;
}
.NavigationSubmarine-handle {
  position: relative;
}
.NavigationSubmarine-handle .NavigationSubmarine-dive {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  right: 16px;
  top: 6px;
  display: block;
  height: 20px;
  width: 20px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  background: #ccc;
  padding: 0;
}
.NavigationSubmarine-handle > a {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "futura-pt", arial, sans-serif;
  color: #555;
}
.NavigationSecondary {
  background: #F5F7F8;
}
.NavigationSecondary a {
  padding-left: 20px;
  background: none;
}
.Secondary .icon-list {
  float: right;
}
.Secondary h3 {
  padding: 10px 0 0 20px;
}
.Language-panel {
  overflow: hidden;
  margin-top: 10px;
  display: none;
}
.Language-panel ul {
  overflow: hidden;
  padding: 10px;
}
.icon-list.u-rotated {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Language-panel.u-isVisible {
  display: block;
}
.lang-ko,
.lang-zh-TW {
  font-family: Arial!important;
  text-align: justify!important;
}
.lang-ko p,
.lang-zh-TW p {
  font-family: Arial!important;
  text-align: justify!important;
}
.lang-ko .Preamble,
.lang-zh-TW .Preamble {
  font-family: Arial;
  color: #333;
  line-height: 1.7;
  text-align: justify;
}
.lang-ko h1,
.lang-zh-TW h1,
.lang-ko h2,
.lang-zh-TW h2,
.lang-ko h3,
.lang-zh-TW h3,
.lang-ko h4,
.lang-zh-TW h4,
.lang-ko h5,
.lang-zh-TW h5 {
  font-family: Arial!important;
}
.lang-ko .u-textCenter,
.lang-zh-TW .u-textCenter {
  font-family: Arial!important;
  text-align: left!important;
}
.lang-ko .Headline--light,
.lang-zh-TW .Headline--light {
  font-family: Arial!important;
  margin-left: 30px!important;
}
.lang-ko .List.List--Highlight li,
.lang-zh-TW .List.List--Highlight li {
  font-family: Arial!important;
}
.lang-ko .Jumbotron-link,
.lang-zh-TW .Jumbotron-link {
  font-family: Arial!important;
}
.lang-ko .Navigation-primary > li > a,
.lang-zh-TW .Navigation-primary > li > a {
  font-family: Arial!important;
}
.lang-ja {
  font-family: "MS ゴシック" !important;
  text-align: justify !important;
}
.lang-ja p {
  font-family: "MS ゴシック" !important;
  text-align: justify !important;
}
.lang-ja .Preamble {
  font-family: "MS ゴシック";
  color: #333;
  line-height: 1.7;
  text-align: justify;
}
.lang-ja h1,
.lang-ja h2,
.lang-ja h3,
.lang-ja h4,
.lang-ja h5 {
  font-family: "MS ゴシック" !important;
}
.lang-ja .u-textCenter {
  font-family: "MS ゴシック" !important;
  text-align: left !important;
}
.lang-ja .Headline--light {
  font-family: "MS ゴシック" !important;
  margin-left: 30px !important;
}
.lang-ja .List.List--Highlight li {
  font-family: "MS ゴシック" !important;
}
.lang-ja .Jumbotron-link {
  font-family: "MS ゴシック" !important;
}
.lang-ja .Navigation-primary > li > a {
  font-family: "MS ゴシック" !important;
}
/*
    Component that should be used for all areas where CMS editors can fill in text using TinyMCE. 
    - Component will correct styling of UL lists.
*/
.TextContent ul {
  overflow: auto;
}
.TextContent ul li > p:first-of-type {
  margin-top: 0;
}
.TextContent ul li > p:last-of-type {
  margin-bottom: 0;
}
.ProductPicker {
  border-top: 1px solid #E9EEEF;
  border-bottom: 1px solid #E9EEEF;
  margin-bottom: 1em;
  padding: 0.7em 0;
  vertical-align: middle;
  overflow: hidden;
}
@media  screen and (min-width: 66em), print {
  .ProductPicker select {
    width: 40%;
  }
}
.ProductPicker .selector {
  margin-bottom: 0;
  display: inline-block;
}
@media  screen and (min-width: 66em), print {
  .ProductPicker .selector {
    float: right;
  }
}
.ProductPicker-heading {
  float: left;
  margin-bottom: 0;
  padding-right: 1em;
  margin: 1em 0;
  line-height: 1.4em;
  vertical-align: middle;
}
@media  screen and (min-width: 66em), print {
  .ProductPicker-heading {
    max-width: 50%;
  }
}
.Embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.Embed iframe,
.Embed object,
.Embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.FilterPanel {
  border-top: 1px solid #E9EEEF;
  border-bottom: 1px solid #E9EEEF;
  margin-bottom: 1em;
  padding: 1em 0;
  vertical-align: middle;
  overflow: hidden;
}
.FilterPanel .selector {
  margin-bottom: 0;
}
.on-page-list-navigation.Document-categories ul.Navigation-group li {
  width: 100%;
  list-style-type: none;
  padding: 12px 0 18px;
  border-bottom: 1px solid #e9eeef;
  border-top: 0;
}
.FilterBig {
  display: none;
  position: relative;
  float: left;
  width: 100%;
}
.FilterBig.FilterBig-mobile {
  display: block;
  background-color: #c7d3d7;
}
.FilterBig.FilterBig-mobile .Filter-DropdownList {
  margin: 0;
  width: 100%;
}
.FilterBig.FilterBig-mobile .Filter-DropdownList li.Dropdown {
  padding: 10px;
  border-bottom: 1px solid #666;
  width: 100%;
}
.FilterBig.FilterBig-mobile .Filter-DropdownList li.Dropdown .Dropdown-handle {
  width: 100%;
}
.FilterBig.FilterBig-mobile .Filter-DropdownList li.Dropdown .Dropdown-handle .icon-navigation {
  float: right;
}
.FilterBig.FilterBig-mobile .Tab {
  margin: 0;
}
.FilterBig.FilterBig-mobile .Tab .Tab-handles {
  width: 100%;
}
.FilterBig.FilterBig-mobile .Tab .Tab-handles .Tab-handle {
  width: 50%;
  border: 0;
  position: static;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
}
.FilterBig.FilterBig-mobile .Tab .Tab-handles .Tab-handle span {
  position: static;
  color: #fff;
  font-size: 16px;
}
.FilterBig.FilterBig-mobile .Tab .Tab-handles .Tab-handle[data-state="is-active"] span {
  color: #a19d9d;
}
.FilterBig.FilterBig-mobile .Tab .Tab-panels {
  background: transparent;
  float: left;
  width: 100%;
  border-top-width: 2px;
}
.FilterBig.FilterBig-mobile .Tab .Dropdown:last-child {
  border: none;
}
.FilterBig.FilterBig-mobile .Tab .Dropdown[data-state="is-expanded"] .Dropdown-panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  float: left;
  padding: 15px 0;
}
.FilterBig.FilterBig-mobile .Tab .Dropdown[data-state="is-expanded"] .Filter-tags li {
  margin: 0.8em 0.5em;
}
.FilterBig.FilterBig-mobile .Filter-selectedItems {
  border-top: none;
  width: 100%;
}
.FilterBig.FilterBig-mobile .Filter-selectedItems ul {
  width: 100%;
}
.FilterBig.FilterBig-mobile .Filter-selectedItems ul li {
  float: left;
  margin-bottom: 5px;
}
.FilterBig.FilterBig-mobile .Filter-selectedItems ul li:first-child {
  padding: 0;
  background: transparent;
  border: none;
  cursor: default;
}
.FilterBig.FilterBig-mobile .Filter-selectedItems ul li:first-child span::before {
  content: "";
  display: none !important;
}
.FilterBig.FilterBig-mobile .SearchSidebar {
  padding: 0;
  margin: 10px 0;
}
.FilterBig.FilterBig-mobile .SearchSidebar .icon-search {
  position: relative;
  top: 10px;
}
.FilterBig.FilterBig-mobile button {
  background-color: #10adf2;
  margin-bottom: 10px;
}
.FilterBig.FilterBig-mobile .Dropdown-panel .js-applyFilter {
  float: right;
  margin: 15px 10px 0 0;
}
.FilterBig ul {
  padding-left: 0;
  list-style-type: none;
  float: left;
}
.FilterBig .Filter-DropdownList li {
  float: left;
  position: static;
  margin-right: 2rem;
}
.FilterBig .Filter-DropdownList li:last-child {
  margin-right: 0;
}
.FilterBig .Filter-DropdownList li .Dropdown-handle {
  color: #666;
}
.FilterBig .Filter-DropdownList li .icon-navigation {
  right: -5px;
}
.FilterBig .Filter-DropdownList a.is-filtered {
  color: #24AEEF;
}
.FilterBig .Filter-DropdownList a.is-filtered .icon-navigation {
  background: url('data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2025%2025%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20%3E%0A%20%20%20%20%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22circle-%3A-navDropIcon--active%22%20%20transform%3D%22translate%282.000000%2C%202.000000%29%22%20stroke%3D%22%2324AEEF%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.5%2C21%20C16.2989902%2C21%2021%2C16.2989902%2021%2C10.5%20C21%2C4.70100984%2016.2989902%2C0%2010.5%2C0%20C4.70100984%2C0%200%2C4.70100984%200%2C10.5%20C0%2C16.2989902%204.70100984%2C21%2010.5%2C21%20Z%22%20id%3D%22Oval-1%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.5%2C7.5%20L10.5%2C13.5%20L16.5%2C7.5%22%20id%3D%22Path-88%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
}
.FilterBig .Filter-DropdownList li[data-state="is-expanded"] .icon-navigation {
  transform: rotate(180deg);
  background: url('data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2025%2025%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20%3E%0A%20%20%20%20%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22circle-%3A-navDropIcon--active%22%20%20transform%3D%22translate%282.000000%2C%202.000000%29%22%20stroke%3D%22%2324AEEF%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.5%2C21%20C16.2989902%2C21%2021%2C16.2989902%2021%2C10.5%20C21%2C4.70100984%2016.2989902%2C0%2010.5%2C0%20C4.70100984%2C0%200%2C4.70100984%200%2C10.5%20C0%2C16.2989902%204.70100984%2C21%2010.5%2C21%20Z%22%20id%3D%22Oval-1%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.5%2C7.5%20L10.5%2C13.5%20L16.5%2C7.5%22%20id%3D%22Path-88%22%20%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
}
.FilterBig .Filter-DropdownList li[data-state="is-expanded"] .Dropdown-handle {
  color: #24AEEF;
}
.FilterBig .Dropdown-panel {
  left: 0;
  padding: 20px;
  background-color: #C8D4D8;
  top: 100%;
}
.FilterBig .Dropdown-panel .Filter-tags li {
  right: 0.5rem;
  margin: 0 0.5rem 1rem;
}
.FilterBig .Dropdown-panel .Filter-tags span {
  padding: 5px 15px;
  border-radius: 1em;
  background-color: #94a3a7;
  color: #fff;
  cursor: pointer;
  display: inline;
}
.FilterBig .Dropdown-panel .Filter-tags span.is-selected {
  background-color: #10adf2;
}
.FilterBig .Dropdown-panel .Filter-tags span.is-deactivated {
  background-color: #c5c9cc;
  color: #a19d9d;
  cursor: default;
}
.FilterBig .Filter-selectedItems {
  float: left;
  width: 100%;
  border-top: 1px solid #666;
}
.FilterBig .Filter-selectedItems > * {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.FilterBig .Filter-selectedItems span {
  margin-right: 6px;
}
.FilterBig .Filter-selectedItems ul {
  width: 60%;
}
.FilterBig .Filter-selectedItems ul li {
  margin: 0.25em;
  background-color: #fff;
  padding: 5px 15px;
  border: 1px solid #666;
  position: relative;
  cursor: pointer;
  color: #a19d9d;
  font-size: 13px;
  font-size: 0.8125rem;
}
.FilterBig .Filter-selectedItems ul li span:before {
  content: "x";
  display: block;
  position: absolute;
  top: 4px;
  right: 5px;
  color: #000;
}
.FilterBig .Filter-selectedItems button {
  text-align: right;
  background-color: #10adf2;
}
.FilterBig .Filter-selectedItems button:hover {
  background-color: #1099dd;
}
.mobile-filter-trigger {
  display: none;
  color: #94a3a7;
  margin-bottom: 10px;
  float: left;
}
.filter-resultsList {
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #94a3a7;
}
.filter-resultsList-mobile {
  display: block;
  border-bottom: 1px solid #c7d3d7;
  margin-bottom: 10px;
}
.filter-resultsList-desktop {
  display: none;
}
.list-results {
  float: left;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
}
.list-results ul {
  list-style-type: none;
  padding-left: 0;
}
.list-results ul li {
  margin-right: 0.5em;
  margin-top: 0.5em;
  background-color: #fff;
  padding: 0.25em 0.5em;
  border: 1px solid #666;
  position: relative;
  cursor: pointer;
  color: #a19d9d;
  float: left;
}
.list-results .list-result {
  float: left;
  margin: 10px 0 20px;
  padding-bottom: 25px;
  border-bottom: 2px solid #c7d3d7;
}
.list-results .list-tags {
  max-width: 75%;
}
.list-results button {
  display: none;
}
.list-results .Button {
  background-color: #10adf2;
}
.list-results .Button:hover {
  color: #fff;
  background-color: #1099dd;
}
@media  screen and (min-width: 66em), print {
  .FilterBig {
    display: block;
  }
  .FilterBig.FilterBig-mobile {
    display: none !important;
  }
  .on-page-list-navigation.Document-categories ul.Navigation-group li {
    width: 28.935%;
  }
  .filter-resultsList-mobile {
    display: none;
  }
  .filter-resultsList-desktop {
    display: block;
    border-top: 1px solid #c7d3d7;
  }
  .mobile-filter-trigger {
    display: none;
  }
  .Filter-selectedItems {
    padding-top: 15px;
    margin-top: 5px;
  }
  .list-results button {
    display: block;
    float: right;
    background-color: #10adf2;
  }
}
.Reports {
  margin-bottom: 15px;
}
.Report-panel {
  border-bottom: 1px solid #E5E5E5;
}
.Report-panel:first-child {
  border-top: 1px solid #E5E5E5;
}
.Report-icon {
  width: 20%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.Report-icon .icon-doc {
  padding: 10px 14px;
}
.Report-icon .u-divider {
  color: #000;
  display: inline-block;
  padding: 0;
  position: relative;
  top: -15px;
  margin: 0 2px;
}
.Report-content {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
  padding: 12px;
  border-left: 1px solid #E5E5E5;
}
.Report-content ul {
  list-style-type: none;
  padding-left: 0;
  margin: 5px 0;
}
.Report-content .date {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  color: #999;
  font-weight: normal;
  margin-bottom: 8px;
}
.Report-content a {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
}
.Report-content .Report-documentList {
  list-style-type: disc;
  margin-left: 2.5em;
  color: #77a778;
}
.Report-content .Report-documentList li {
  margin: 5px 0;
}
.Report-content .Report-documentList a {
  padding: 5px 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #77a778;
}
@media  screen and (min-width: 66em), print {
  .Report-icon {
    width: 10%;
  }
  .Report-content {
    width: 89%;
  }
  .Report-content a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .Report-content .Report-documentList a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#info {
  padding-bottom: 10px;
}
#info .cisioncolumn label {
  display: inline-block;
  margin: 5px 0;
  font-weight: 500;
}
#info input {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
#horisontal-ticker th img {
  width: 20px;
}
@media only screen and (max-width: 60.063em) {
  #horisontal-ticker th img {
    height: 15px;
    width: 15px;
    max-width: none;
  }
}
@media only screen and (max-width: 40.063em) {
  #horisontal-ticker {
    display: block;
    overflow: auto;
    margin-bottom: 20px;
  }
}
.Disclaimer {
  margin-top: 50px;
}
.Disclaimer .Teaser {
  max-width: 500px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.Disclaimer .selector {
  width: 100% !important;
}
.Disclaimer .selector span {
  width: auto !important;
}
.Disclaimer input,
.Disclaimer select,
.Disclaimer textarea {
  font-size: 16px !important;
}
.Disclaimer .input-validation-error {
  color: #444 !important;
}
.Disclaimer .validation-summary-errors {
  color: #444;
  font-size: 11px;
  font-size: .6875rem;
  background: url(/Assets/Images/error.png) no-repeat top left;
  padding: 5px 0 5px 25px;
  display: block;
  margin: 0;
}
.Disclaimer .validation-summary-errors ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.Disclaimer button {
  padding-right: 55px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOSAxMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KDQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgPg0KICAgICAgICA8cGF0aCBkPSJNMiwxLjUgTDYuNSw2IEwyLDEwLjUiIGlkPSJQYXRoLTQxIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMyIgPjwvcGF0aD4NCiAgICA8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 16px;
  margin-bottom: 15px;
}
.Disclaimer button:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOSAxMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KDQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgPg0KICAgICAgICA8cGF0aCBkPSJNMiwxLjUgTDYuNSw2IEwyLDEwLjUiIGlkPSJQYXRoLTQxIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMyIgPjwvcGF0aD4NCiAgICA8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 16px;
}
@media  screen and (min-width: 66em), print {
  .Disclaimer {
    margin-top: 150px;
  }
  .Disclaimer input,
  .Disclaimer select,
  .Disclaimer textarea {
    font-size: 14px !important;
  }
}
