/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://use.typekit.net/rxg1pjy.css");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
[class*="icon-"] {
  background-image: url('../media/images/icons/icons.svg');
  background-repeat: no-repeat;
}
[class*="icon-"][class*="-nav-show"] {
  display: block;
  -webkit-background-size: 160px 40px;
  -moz-background-size: 160px 40px;
  -o-background-size: 160px 40px;
  background-size: 160px 40px;
  background-position: -80px 0px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.nav-open [class*="icon-"][class*="-nav-show"] {
  display: block;
  -webkit-background-size: 160px 40px;
  -moz-background-size: 160px 40px;
  -o-background-size: 160px 40px;
  background-size: 160px 40px;
  background-position: -120px 0px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
[class*="icon-"][class*="-nav-hide"] {
  display: block;
  -webkit-background-size: 160px 40px;
  -moz-background-size: 160px 40px;
  -o-background-size: 160px 40px;
  background-size: 160px 40px;
  background-position: -120px 0px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
[class*="icon-"][class*="-arrow-right"] {
  display: block;
  -webkit-background-size: 56px 14px;
  -moz-background-size: 56px 14px;
  -o-background-size: 56px 14px;
  background-size: 56px 14px;
  background-position: 0px 0px;
  width: 14px;
  height: 14px;
  overflow: hidden;
}
[class*="icon-"][class*="-arrow-right-dark"] {
  display: block;
  -webkit-background-size: 56px 14px;
  -moz-background-size: 56px 14px;
  -o-background-size: 56px 14px;
  background-size: 56px 14px;
  background-position: -14px 0px;
  width: 14px;
  height: 14px;
  overflow: hidden;
}
[class*="icon-"][class*="-arrow-down"] {
  display: block;
  -webkit-background-size: 120px 30px;
  -moz-background-size: 120px 30px;
  -o-background-size: 120px 30px;
  background-size: 120px 30px;
  background-position: 0px 0px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
[class*="icon-"][class*="-arrow-down-dark"] {
  display: block;
  -webkit-background-size: 120px 30px;
  -moz-background-size: 120px 30px;
  -o-background-size: 120px 30px;
  background-size: 120px 30px;
  background-position: -30px 0px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
[class*="icon-"][class*="-arrow-up"] {
  display: block;
  -webkit-background-size: 120px 30px;
  -moz-background-size: 120px 30px;
  -o-background-size: 120px 30px;
  background-size: 120px 30px;
  background-position: 0px 0px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
[class*="icon-"][class*="-arrow-up-dark"] {
  display: block;
  -webkit-background-size: 120px 30px;
  -moz-background-size: 120px 30px;
  -o-background-size: 120px 30px;
  background-size: 120px 30px;
  background-position: -30px 0px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
[class*="icon-"][class*="-arrow-left"] {
  display: block;
  -webkit-background-size: 56px 14px;
  -moz-background-size: 56px 14px;
  -o-background-size: 56px 14px;
  background-size: 56px 14px;
  background-position: 0px 0px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
[class*="icon-"][class*="-arrow-left-dark"] {
  display: block;
  -webkit-background-size: 56px 14px;
  -moz-background-size: 56px 14px;
  -o-background-size: 56px 14px;
  background-size: 56px 14px;
  background-position: -14px 0px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
* {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-width: 303px;
}
body {
  overflow-x: hidden;
}
.tablet-only,
.tablet-only-inline,
.tablet-plus,
.tablet-plus-inline,
.desktop-only,
.desktop-only-inline {
  display: none !important;
}
#wrapper {
  height: 100%;
  width: 100%;
}
#page-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding-top: 140px;
}
.inner {
  width: 100%;
  padding: 10px;
}
hr {
  height: 2px;
  background-color: #262626;
  margin: 8px 0px;
  border: none;
}
.hr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  flex-basis: 100%;
  align-items: center;
  margin: 8px 0px;
}
.hr:after,
.hr:before {
  content: "";
  flex-grow: 1;
  background-color: #262626;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}
.clear {
  clear: both;
}
.notext {
  text-indent: -999em;
  overflow: hidden;
}
.hidden {
  display: none;
}
h1,
h2,
h3,
h4 {
  font-family: ff-meta-web-pro, sans-serif;
  font-weight: 500;
}
p,
a,
a:visited,
span,
li,
i,
b,
strong,
input,
label,
select,
option,
legend,
th,
td {
  font-family: ff-meta-web-pro, sans-serif;
  font-weight: 500;
}
b,
strong {
  font-weight: 700;
}
i {
  font-style: italic;
}
a,
a:visited {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0);
}
picture,
img {
  line-height: 0;
}
video {
  width: 100% !important;
  height: auto !important;
}
iframe {
  border: 0;
  display: block;
  max-width: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.embed-container iframe,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*::selection {
  background: #0090d6;
  fill: #0090d6;
  color: #FFFFFF;
  text-shadow: none;
}
*::-moz-selection {
  background: #0090d6;
  fill: #0090d6;
  color: #FFFFFF;
  text-shadow: none;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
a.fancybox {
  display: inline-block !important;
}
.fancybox-container .fancybox-bg {
  background-color: #000;
}
.fancybox-container .fancybox-slide .fancybox-image-wrap {
  border: 1.5px solid #FFFFFF;
}
.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}
.flexslider {
  position: relative;
  overflow: auto;
}
.flexslider ul.slides {
  padding-left: 0 !important;
}
.flexslider .flex-control-nav {
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 8;
}
.flexslider .flex-control-nav li {
  display: inline-block;
}
.flexslider .flex-control-nav li a {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  text-indent: -999em;
  overflow: hidden;
}
.flexslider .flex-control-nav li a.flex-active {
  background-color: #FFFFFF;
}
.flexslider .flex-control-nav li a:hover {
  background-color: #0090d6;
}
.flexslider .flex-direction-nav {
  display: none;
}
body.fancybox-active {
  overflow: visible !important;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.search-bar {
  position: relative;
}
.search-bar form fieldset {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.search-bar label.left {
  display: none;
}
.search-bar input[type="text"] {
  border: none;
  padding: 3px 10px;
  width: 125px;
  font-size: 12px;
  line-height: 20px;
}
.search-bar input.action {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  border-radius: 6px;
  margin: 0;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
}
.search-bar input.action:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../media/images/icons/icons.svg');
  background-repeat: no-repeat;
  display: block;
  -webkit-background-size: 48px 12px;
  -moz-background-size: 48px 12px;
  -o-background-size: 48px 12px;
  background-size: 48px 12px;
  background-position: -12px 0px;
  width: 12px;
  height: 12px;
  overflow: hidden;
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 101;
}
#header p,
#header span,
#header li,
#header i,
#header b,
#header strong,
#header input,
#header label,
#header select,
#header option,
#header legend,
#header th,
#header td {
  color: #262626;
  font-size: 14px;
  line-height: 18px;
}
#header a,
#header a:visited {
  color: #0090d6;
  font-size: 14px;
  line-height: 18px;
}
#header a:hover,
#header a:visited:hover,
#header a:active,
#header a:visited:active {
  color: #0090d6;
}
#header ul {
  padding: 0;
}
#header ul li {
  list-style: none;
}
#header .header-wrap {
  background-color: #FFFFFF;
  width: 100%;
  z-index: 90;
}
#header .header-wrap > .inner {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
#header .brand {
  display: inline-block;
  float: left;
  max-width: 60%;
}
#header .brand img {
  width: 220px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#header .header-actions,
#header nav.primary {
  left: -100%;
  width: 100%;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
#header .header-actions {
  position: absolute;
  top: 110px;
  padding: 10px;
  overflow: hidden;
  z-index: 110;
  background-color: #FFFFFF;
}
#header .header-actions .header-links {
  float: right;
  padding: 4px 35px 3px 20px;
}
#header .header-actions .search-bar {
  float: right;
}
#header .header-actions .search-bar input[type="text"] {
  background-color: #e6e6e6;
  border-radius: 6px;
}
#header .nav-button {
  position: absolute;
  top: 14px;
  right: 10px;
  height: 60px;
  width: 60px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
#header nav.primary {
  position: absolute;
  bottom: 0;
  top: 60px;
  height: calc(100vh - 60px);
  padding: 100px 0 40px;
  background-color: #FFFFFF;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
#header nav.primary .dropup-toggle {
  width: 44px;
  height: 44px;
  float: right;
  margin: -10px -10px 0 0;
  z-index: 1;
  border-left: 1px solid #FFFFFF;
  padding: 7px;
}
#header nav.primary p,
#header nav.primary a,
#header nav.primary a:visited {
  color: #262626;
  line-height: 24px;
  display: block;
  padding: 10px 10px;
  cursor: pointer;
  height: 44px;
  border-bottom: 1px solid #FFFFFF;
}
#header nav.primary p:hover,
#header nav.primary a:hover,
#header nav.primary a:visited:hover {
  color: #FFFFFF !important;
  background-color: #0090d6 !important;
}
#header nav.primary li {
  list-style: none;
}
#header nav.primary li .icon-arrow-right-dark {
  float: left;
  display: none;
  margin: 6px 0px;
}
#header nav.primary li.current > p,
#header nav.primary li.section > p,
#header nav.primary li.current > a,
#header nav.primary li.section > a,
#header nav.primary li.current > a:visited,
#header nav.primary li.section > a:visited {
  color: #0090d6;
}
#header nav.primary li.current > p > .icon-arrow-right-dark,
#header nav.primary li.section > p > .icon-arrow-right-dark,
#header nav.primary li.current > a > .icon-arrow-right-dark,
#header nav.primary li.section > a > .icon-arrow-right-dark,
#header nav.primary li.current > a:visited > .icon-arrow-right-dark,
#header nav.primary li.section > a:visited > .icon-arrow-right-dark {
  display: block;
}
#header nav.primary li.current > p:hover > .icon-arrow-right-dark,
#header nav.primary li.section > p:hover > .icon-arrow-right-dark,
#header nav.primary li.current > a:hover > .icon-arrow-right-dark,
#header nav.primary li.section > a:hover > .icon-arrow-right-dark,
#header nav.primary li.current > a:visited:hover > .icon-arrow-right-dark,
#header nav.primary li.section > a:visited:hover > .icon-arrow-right-dark {
  display: block;
  -webkit-background-size: 56px 14px;
  -moz-background-size: 56px 14px;
  -o-background-size: 56px 14px;
  background-size: 56px 14px;
  background-position: 0px 0px;
  width: 14px;
  height: 14px;
  overflow: hidden;
}
#header nav.primary li.open > ul {
  max-height: 800px !important;
  overflow-y: auto;
}
#header nav.primary ul.level-1 > li {
  background-color: #dfedf8;
}
#header nav.primary ul.level-1 > li ul {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
#header nav.primary ul.level-2 .inner {
  padding: 0;
}
#header nav.primary ul.level-2 .inner > li {
  background-color: #e6e6e6;
}
#header nav.primary ul.level-2 .inner > li p,
#header nav.primary ul.level-2 .inner > li a {
  padding-left: 20px;
}
#header nav.primary ul.level-3 > li {
  background-color: #FFFFFF;
}
#header nav.primary ul.level-3 > li p,
#header nav.primary ul.level-3 > li a {
  padding-left: 40px;
}
#header nav.language {
  display: none;
}
#header .bg-cover {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  background-color: #111;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#header.sticky .header-wrap > .inner {
  padding: 10px;
}
#header.sticky .brand img {
  max-width: 100px;
}
#header.sticky > .inner {
  height: 60px;
}
#header.sticky .nav-button {
  top: 0;
}
body.nav-open {
  overflow-y: hidden;
}
body.nav-open #header nav.primary,
body.nav-open #header .header-actions {
  left: 0;
}
body.nav-open .bg-cover {
  display: block;
  opacity: 0.6;
  pointer-events: auto;
}
#content {
  background-color: #F4F1E9;
}
#content h1,
#content h2,
#content h3,
#content h4 {
  color: #0090d6;
  font-weight: 700;
}
#content h1 {
  font-size: 30px;
  line-height: 42px;
}
#content h2,
#content h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px;
}
#content h4 {
  font-size: 18px;
  line-height: 26px;
  color: #262626;
  margin-bottom: 5px;
}
#content p,
#content span,
#content li,
#content i,
#content b,
#content strong,
#content input,
#content label,
#content select,
#content option,
#content legend,
#content th,
#content td {
  color: #262626;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
#content a,
#content a:visited {
  color: #004d72;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
#content a:hover,
#content a:visited:hover,
#content a:active,
#content a:visited:active {
  color: #0090d6;
}
#content input[type="submit"],
#content .button,
#content a.button,
#content .button-wrap a {
  display: inline-block;
  padding: 0px 30px;
  margin: 20px 0 0;
  cursor: pointer;
  text-align: center;
  word-break: break-all;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 40px;
  line-height: 40px;
  border-radius: 18px;
  background-color: #004d72;
  border: 1px solid #004d72;
  color: #FFFFFF;
}
#content input[type="submit"]:hover,
#content .button:hover,
#content a.button:hover,
#content .button-wrap a:hover,
#content input[type="submit"].active,
#content .button.active,
#content a.button.active,
#content .button-wrap a.active,
#content input[type="submit"].current,
#content .button.current,
#content a.button.current,
#content .button-wrap a.current {
  color: #262626;
  background-color: transparent;
}
#content ul {
  padding-left: 20px;
}
#content form fieldset,
#content form .form-step {
  border: none;
  padding: 0;
}
#content form fieldset label,
#content form .form-step label {
  display: none !important;
}
#content form fieldset div.field,
#content form .form-step div.field {
  margin: 0 0 10px;
}
#content form fieldset div.field .message.required,
#content form .form-step div.field .message.required,
#content form fieldset div.field .message.validation,
#content form .form-step div.field .message.validation,
#content form fieldset div.field .message.error,
#content form .form-step div.field .message.error {
  color: #ff3333;
}
#content form fieldset input,
#content form .form-step input,
#content form fieldset select,
#content form .form-step select,
#content form fieldset textarea,
#content form .form-step textarea {
  width: 100%;
  max-width: 100%;
  padding: 5px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  border-radius: 18px;
  height: 40px;
}
#content form fieldset textarea,
#content form .form-step textarea {
  height: auto;
}
#content form fieldset .optionset ul,
#content form .form-step .optionset ul,
#content form fieldset .checkboxset ul,
#content form .form-step .checkboxset ul {
  padding: 0;
}
#content form fieldset .optionset ul li,
#content form .form-step .optionset ul li,
#content form fieldset .checkboxset ul li,
#content form .form-step .checkboxset ul li {
  list-style: none;
}
#content form fieldset input[type="checkbox"],
#content form .form-step input[type="checkbox"] {
  display: none;
}
#content form fieldset input[type="checkbox"] + label,
#content form .form-step input[type="checkbox"] + label {
  display: block !important;
}
#content form fieldset input[type="checkbox"] + label:before,
#content form .form-step input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 10px 0px 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #262626;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content form fieldset input[type="checkbox"]:checked + label:before,
#content form .form-step input[type="checkbox"]:checked + label:before {
  background-color: #0090d6;
  border: 1px solid #0090d6;
}
#content .page-image img {
  width: 100%;
}
#content .page-banner {
  position: relative;
  max-height: 600px;
}
#content .page-banner img {
  width: 100%;
}
#content .page-banner .inner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#content .page-banner .page-banner-cover {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#content .page-banner .page-banner-cover h1 {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
#content .page-banner .page-banner-cover h2,
#content .page-banner .page-banner-cover h2 p,
#content .page-banner .page-banner-cover h2 i,
#content .page-banner .page-banner-cover h2 b,
#content .page-banner .page-banner-cover h2 strong {
  font-size: 30px;
  line-height: 42px;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: -1.4px;
}
#content .page-banner .page-banner-cover h2 b,
#content .page-banner .page-banner-cover h2 strong {
  font-weight: 700;
}
#content .page-banner .news-ticker {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  max-width: 300px;
  padding: 20px;
  background-color: #004d72;
}
#content .page-banner .news-ticker .news-post {
  margin-top: 15px;
}
#content .page-banner .news-ticker h4 {
  margin-bottom: 0;
}
#content .page-banner .news-ticker h4,
#content .page-banner .news-ticker p,
#content .page-banner .news-ticker a,
#content .page-banner .news-ticker a:visited,
#content .page-banner .news-ticker h4 > span,
#content .page-banner .news-ticker p > span,
#content .page-banner .news-ticker a > span,
#content .page-banner .news-ticker a:visited > span {
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
#content .page-banner .news-ticker h4:hover,
#content .page-banner .news-ticker p:hover,
#content .page-banner .news-ticker a:hover,
#content .page-banner .news-ticker a:visited:hover,
#content .page-banner .news-ticker h4 > span:hover,
#content .page-banner .news-ticker p > span:hover,
#content .page-banner .news-ticker a > span:hover,
#content .page-banner .news-ticker a:visited > span:hover {
  color: #FFFFFF;
}
#content .content-lead {
  margin-top: 30px;
}
#content .content-elements .element.vis__custom__textblock .article-image.top img,
#content .content-elements .element.vis__custom__textblock .article-image.bottom img {
  margin: 20px 0;
}
#content .content-elements .element.vis__custom__textblock .article-image.right img,
#content .content-elements .element.vis__custom__textblock .article-image.left img {
  margin: 20px 0;
}
#content .content-elements .element.vis__custom__teaserblock > .inner {
  padding-top: 10px;
}
#content .content-elements .element.vis__custom__teaserblock .teaser-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
#content .content-elements .element.vis__custom__teaserblock .teaser-wrap a {
  text-decoration: none;
}
#content .content-elements .element.vis__custom__teaserblock .teaser-wrap:hover .teaser-cover {
  background: transparent;
}
#content .content-elements .element.vis__custom__teaserblock .teaser-cover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
#content .content-elements .element.vis__custom__teaserblock .teaser-cover .teaser-content {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#content .content-elements .element.vis__custom__teaserblock .teaser-cover .teaser-content h2,
#content .content-elements .element.vis__custom__teaserblock .teaser-cover .teaser-content h3,
#content .content-elements .element.vis__custom__teaserblock .teaser-cover .teaser-content h4,
#content .content-elements .element.vis__custom__teaserblock .teaser-cover .teaser-content p {
  color: #FFFFFF;
}
#content .content-elements .element.vis__custom__statementblock p,
#content .content-elements .element.vis__custom__statementblock a,
#content .content-elements .element.vis__custom__statementblock span,
#content .content-elements .element.vis__custom__statementblock i,
#content .content-elements .element.vis__custom__statementblock b,
#content .content-elements .element.vis__custom__statementblock strong,
#content .content-elements .element.vis__custom__statementblock h2,
#content .content-elements .element.vis__custom__statementblock h3,
#content .content-elements .element.vis__custom__statementblock h4 {
  font-style: italic;
  font-size: 24px;
  line-height: 36px;
  color: #AFA588;
  padding: 0;
}
#content .content-elements .element.vis__custom__statementblock h2,
#content .content-elements .element.vis__custom__statementblock h3,
#content .content-elements .element.vis__custom__statementblock h4,
#content .content-elements .element.vis__custom__statementblock b,
#content .content-elements .element.vis__custom__statementblock a,
#content .content-elements .element.vis__custom__statementblock strong {
  font-weight: 700;
}
#content .content-elements .element.vis__custom__contactblock {
  background-color: #dfedf8;
  margin-top: 10px;
  margin-bottom: 45px;
}
#content .content-elements .element.vis__custom__contactblock .inner {
  position: relative;
}
#content .content-elements .element.vis__custom__contactblock .inner main {
  margin-bottom: 60px;
}
#content .content-elements .element.vis__custom__contactblock .inner img.bubble {
  position: absolute;
  bottom: -20px;
  width: 80px;
  max-width: 25%;
  z-index: 10;
}
#content .content-elements .element.vis__custom__contactblock .inner .portrait {
  position: absolute;
  bottom: -20px;
  left: 70px;
  max-width: 25%;
  padding: 0 20px 0 0;
  z-index: 9;
}
#content .content-elements .element.vis__custom__contactblock .inner .portrait img {
  width: 80px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#content .content-elements .element.vis__custom__contactblock:last-of-type {
  margin-bottom: 0;
}
#content .content-elements .element.vis__custom__contactblock:last-of-type > .inner {
  margin-bottom: 0;
}
#content .content-elements .element.vis__custom__teamblock .team {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .content-elements .element.vis__custom__teamblock .team .member {
  margin-bottom: 20px;
}
#content .content-elements .element.vis__custom__teamblock .team .member img {
  margin-bottom: 10px;
  max-width: 80%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#content .content-elements .element.vis__custom__galleryblock .inner {
  padding-left: 0;
  padding-right: 0;
}
#content .content-elements .element.vis__custom__galleryblock .gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .content-elements .element.vis__custom__galleryblock .gallery .image {
  width: 50%;
  padding: 0 10px 20px;
}
#content .content-elements .element.vis__custom__accordionblock > .inner {
  padding: 10px;
}
#content .content-elements .element.vis__custom__accordionblock .accordion {
  padding-bottom: 10px;
}
#content .accordion {
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #262626;
}
#content .accordion .element {
  margin: 0;
}
#content .accordion.open .accordion-toggle.open {
  display: none;
}
#content .accordion.open .accordion-toggle.close {
  display: block;
}
#content .accordion .accordion-header {
  position: relative;
}
#content .accordion .accordion-header-wrap {
  width: 75%;
  padding: 10px 10px 10px 0;
}
#content .accordion .accordion-toggle {
  top: 25%;
  margin-top: -18px;
  width: 25%;
  position: absolute;
  right: 10px;
  padding: 0 20px;
  line-height: 36px;
  max-width: 80px;
}
#content .accordion .accordion-toggle.open {
  font-size: 14px;
  display: block;
}
#content .accordion .accordion-toggle.close {
  font-size: 36px;
  display: none;
  line-height: 30px;
}
#content .accordion .factsheet {
  position: absolute;
  top: calc(25% + 60px);
  margin-top: -18px;
  right: 10px;
  padding: 0 20px;
  line-height: 36px;
  font-size: 14px;
}
#content .accordion .accordion-content {
  display: none;
}
#content .accordion .accordion-content .element {
  margin-left: -10px;
  width: calc(100% + 20px);
}
.ContactPage #content .googlemap-holder #content {
  background-color: white;
}
.ContactPage #content .googlemap-holder,
.ContactPage #content .googlemap-holder > div {
  height: 360px !important;
  width: 100% !important;
}
.ContactPage #content .googlemap-holder a,
.ContactPage #content .googlemap-holder a:visited,
.ContactPage #content .googlemap-holder a:hover,
.ContactPage #content .googlemap-holder p,
.ContactPage #content .googlemap-holder span,
.ContactPage #content .googlemap-holder i,
.ContactPage #content .googlemap-holder b,
.ContactPage #content .googlemap-holder strong {
  color: #262626;
  font-size: unset;
  line-height: unset;
}
.ContactPage #content .googlemap-markers,
.ContactPage #content .googlemap-descriptions {
  display: none;
}
#footer {
  width: 100%;
  position: relative;
  background-color: #e6e6e6;
}
#footer p,
#footer span,
#footer li,
#footer i,
#footer b,
#footer strong,
#footer input,
#footer label,
#footer select,
#footer option,
#footer legend,
#footer th,
#footer td {
  color: #262626;
  font-size: 14px;
  line-height: 18px;
}
#footer a,
#footer a:visited {
  color: #262626;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
#footer a:hover,
#footer a:visited:hover,
#footer a:active,
#footer a:visited:active {
  color: #0090d6;
}
#footer .inner {
  padding-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  justify-content: space-between;
}
#footer .essentials {
  margin-top: auto;
}
@media only screen and (min-width: 720px) {
  .mobile-only {
    display: none !important;
  }
  .tablet-only,
  .tablet-plus {
    display: block !important;
  }
  .tablet-only-inline,
  .tablet-plus-inline {
    display: inline-block !important;
  }
  .inner {
    max-width: 1080px;
    padding: 20px;
    margin: 0 auto;
  }
  #header p,
  #header span,
  #header li,
  #header i,
  #header b,
  #header strong,
  #header input,
  #header label,
  #header select,
  #header option,
  #header legend,
  #header th,
  #header td {
    font-size: 14px;
    line-height: 18px;
  }
  #header a,
  #header a:visited {
    font-size: 14px;
    line-height: 18px;
  }
  #content h1 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 20px;
  }
  #content h2,
  #content h3 {
    font-size: 30px;
    line-height: 42px;
    margin: 0 0 20px;
  }
  #content h4 {
    font-size: 18px;
    line-height: 26px;
  }
  #content p,
  #content span,
  #content li,
  #content i,
  #content b,
  #content strong,
  #content input,
  #content label,
  #content select,
  #content option,
  #content legend,
  #content th,
  #content td {
    font-size: 18px;
    line-height: 26px;
  }
  #content a,
  #content a:visited {
    font-size: 18px;
    line-height: 26px;
  }
  #content input[type="submit"],
  #content .button,
  #content a.button,
  #content .button-wrap a {
    margin: 30px 0 0;
  }
  #content form fieldset,
  #content form .form-step {
    margin: 0 0 0 -10px;
    width: calc(100% + 20px);
  }
  #content form fieldset div.field,
  #content form .form-step div.field {
    padding: 10px;
    display: inline-block;
    width: 50%;
    float: left;
  }
  #content .page-banner .page-banner-cover h1 {
    font-size: 18px;
    line-height: 26px;
  }
  #content .page-banner .page-banner-cover h2,
  #content .page-banner .page-banner-cover h2 p,
  #content .page-banner .page-banner-cover h2 i,
  #content .page-banner .page-banner-cover h2 b,
  #content .page-banner .page-banner-cover h2 strong {
    font-size: 42px;
    line-height: 54px;
  }
  #content .page-banner .news-ticker {
    right: 20px;
    bottom: -30px;
    width: auto;
    max-width: 300px;
  }
  #content .page-banner .news-ticker h4 {
    margin-bottom: 10px;
  }
  #content .content-lead {
    margin-top: 45px;
  }
  #content .content-elements .element.vis__custom__teaserblock > .inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  #content .content-elements .element.vis__custom__teaserblock .teasers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content .content-elements .element.vis__custom__teaserblock .teaser {
    padding: 20px;
    width: 50%;
  }
  #content .content-elements .element.vis__custom__textblock .multicolumn {
    column-count: 2;
  }
  #content .content-elements .element.vis__custom__statementblock p,
  #content .content-elements .element.vis__custom__statementblock h4 {
    font-size: 30px;
    line-height: 42px;
  }
  #content .content-elements .element.vis__custom__contactblock {
    margin-top: 30px;
  }
  #content .content-elements .element.vis__custom__contactblock .inner main {
    margin: 20px 0;
  }
  #content .content-elements .element.vis__custom__contactblock .inner img.bubble {
    top: -20px;
    width: 200px;
  }
  #content .content-elements .element.vis__custom__contactblock .inner .portrait {
    top: -20px;
    left: 180px;
  }
  #content .content-elements .element.vis__custom__contactblock .inner .portrait img {
    width: 200px;
  }
  #content .content-elements .element.vis__custom__contactblock .inner.personal main {
    width: 50%;
    margin-left: 50%;
  }
  #content .content-elements .element.vis__custom__contactblock .inner.personal .portrait {
    padding: 0 20px 0 0;
  }
  #content .content-elements .element.vis__custom__contactblock .inner.global main {
    width: 75%;
    margin-left: 25%;
  }
  #content .content-elements .element.vis__custom__contactblock .inner.global img.bubble {
    padding: 0 20px 0 0;
  }
  #content .content-elements .element.vis__custom__teamblock .inner {
    padding-left: 5px;
    padding-right: 5px;
  }
  #content .content-elements .element.vis__custom__teamblock .team {
    justify-content: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content .content-elements .element.vis__custom__teamblock .team .member {
    padding: 20px 15px;
    width: 50%;
  }
  #content .content-elements .element.vis__custom__teamblock .team .member img {
    margin-bottom: 20px;
  }
  #content .content-elements .element.vis__custom__galleryblock .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content .content-elements .element.vis__custom__galleryblock .gallery .image {
    width: 33.33333%;
    padding: 0 10px 20px;
  }
  #content .content-elements .element.vis__custom__accordionblock > .inner {
    padding: 20px;
  }
  #content .content-elements .element.vis__custom__accordionblock .accordion {
    padding-bottom: 20px;
  }
  #content .accordion .accordion-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
  }
  #content .accordion .accordion-image {
    width: 33%;
    padding-right: 10px;
  }
  #content .accordion .accordion-header-wrap {
    padding: 20px 10px 20px 0;
    width: 50%;
  }
  #content .accordion .accordion-toggle {
    width: 10%;
    right: 20px;
  }
  #content .accordion .factsheet {
    right: 20px;
  }
  #content .accordion .accordion-content .element {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .ContactPage #content .googlemap-holder,
  .ContactPage #content .googlemap-holder > div {
    height: 460px !important;
  }
  .ContactPage #content .googlemap-holder a,
  .ContactPage #content .googlemap-holder a:visited,
  .ContactPage #content .googlemap-holder a:hover,
  .ContactPage #content .googlemap-holder p,
  .ContactPage #content .googlemap-holder span,
  .ContactPage #content .googlemap-holder i,
  .ContactPage #content .googlemap-holder b,
  .ContactPage #content .googlemap-holder strong {
    font-size: unset;
    line-height: unset;
  }
  #footer p,
  #footer span,
  #footer li,
  #footer i,
  #footer b,
  #footer strong,
  #footer input,
  #footer label,
  #footer select,
  #footer option,
  #footer legend,
  #footer th,
  #footer td {
    font-size: 14px;
    line-height: 18px;
  }
  #footer a,
  #footer a:visited {
    font-size: 14px;
    line-height: 18px;
  }
  #footer a:hover,
  #footer a:visited:hover,
  #footer a:active,
  #footer a:visited:active {
    color: #262626;
  }
}
@media only screen and (min-width: 1080px) {
  .mobile-only,
  .tablet-only,
  .tablet-minus {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
  .desktop-only-inline {
    display: inline-block !important;
  }
  #header p,
  #header span,
  #header li,
  #header i,
  #header b,
  #header strong,
  #header input,
  #header label,
  #header select,
  #header option,
  #header legend,
  #header th,
  #header td {
    font-size: 16px;
    line-height: 16px;
  }
  #header a,
  #header a:visited {
    font-size: 16px;
    line-height: 16px;
  }
  #header > .header-wrap > .inner {
    height: 110px;
    padding: 5px 20px 0 !important;
  }
  #header .mobile-wrap {
    display: inline-block;
    max-width: 25%;
  }
  #header .brand {
    padding: 20px 0;
    max-width: 25%;
  }
  #header .header-actions,
  #header nav.primary {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  #header .header-actions {
    position: relative;
    display: inline-block;
    left: unset;
    top: 0;
    width: 70%;
    float: right;
    padding: 8px 0;
    max-height: 40px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header .header-actions a,
  #header .header-actions p,
  #header .header-actions span,
  #header .header-actions li,
  #header .header-actions i,
  #header .header-actions b,
  #header .header-actions strong,
  #header .header-actions input,
  #header .header-actions label,
  #header .header-actions select,
  #header .header-actions option,
  #header .header-actions legend,
  #header .header-actions th,
  #header .header-actions td {
    font-size: 14px;
    line-height: 18px;
  }
  #header nav.primary {
    display: inline-block;
    position: static;
    left: auto;
    top: 0;
    width: 70%;
    float: right;
    z-index: 1;
    padding: 0;
    height: auto;
    background-color: transparent;
    overflow: visible;
  }
  #header nav.primary p,
  #header nav.primary a,
  #header nav.primary a:visited {
    border: none;
  }
  #header nav.primary li {
    background: none;
  }
  #header nav.primary li.current > p > .icon-arrow-right-dark,
  #header nav.primary li.section > p > .icon-arrow-right-dark,
  #header nav.primary li.current:hover > p > .icon-arrow-right-dark,
  #header nav.primary li.section:hover > p > .icon-arrow-right-dark,
  #header nav.primary li.current > a > .icon-arrow-right-dark,
  #header nav.primary li.section > a > .icon-arrow-right-dark,
  #header nav.primary li.current:hover > a > .icon-arrow-right-dark,
  #header nav.primary li.section:hover > a > .icon-arrow-right-dark,
  #header nav.primary li.current > a:visited > .icon-arrow-right-dark,
  #header nav.primary li.section > a:visited > .icon-arrow-right-dark,
  #header nav.primary li.current:hover > a:visited > .icon-arrow-right-dark,
  #header nav.primary li.section:hover > a:visited > .icon-arrow-right-dark {
    display: block;
    -webkit-background-size: 56px 14px;
    -moz-background-size: 56px 14px;
    -o-background-size: 56px 14px;
    background-size: 56px 14px;
    background-position: -14px 0px;
    width: 14px;
    height: 14px;
    overflow: hidden;
  }
  #header nav.primary ul.level-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    justify-content: flex-end;
    margin-right: -20px;
  }
  #header nav.primary ul.level-1 > li {
    display: inline-block;
    background-color: transparent;
  }
  #header nav.primary ul.level-1 > li > p,
  #header nav.primary ul.level-1 > li > a {
    font-weight: 700;
    height: auto;
    display: block;
    padding: 27px 24px 43px;
  }
  #header nav.primary ul.level-1 > li > p:hover,
  #header nav.primary ul.level-1 > li > a:hover {
    color: #0090d6 !important;
    background-color: #FFFFFF !important;
  }
  #header nav.primary ul.level-1 > li.open > ul.level-2 {
    max-height: 0 !important;
  }
  #header nav.primary ul.level-1 > li:hover ul.level-2 {
    max-height: 470px !important;
  }
  #header nav.primary ul.level-2 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 470px;
    background-color: #0090d6;
  }
  #header nav.primary ul.level-2 li.current > p > .icon-arrow-right-dark,
  #header nav.primary ul.level-2 li.section > p > .icon-arrow-right-dark,
  #header nav.primary ul.level-2 li.current > a > .icon-arrow-right-dark,
  #header nav.primary ul.level-2 li.section > a > .icon-arrow-right-dark {
    display: block;
    -webkit-background-size: 56px 14px;
    -moz-background-size: 56px 14px;
    -o-background-size: 56px 14px;
    background-size: 56px 14px;
    background-position: 0px 0px;
    width: 14px;
    height: 14px;
    overflow: hidden;
  }
  #header nav.primary ul.level-2 .inner {
    height: 100%;
    padding: 30px 0 60px !important;
    background-color: transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #header nav.primary ul.level-2 .inner > li {
    width: 25%;
  }
  #header nav.primary ul.level-2 .inner > li > p,
  #header nav.primary ul.level-2 .inner > li > a {
    font-weight: 700;
    margin: 10px 20px 2px;
    padding: 10px 0;
    border-bottom: 1px solid #FFFFFF;
  }
  #header nav.primary ul.level-2 li {
    background-color: transparent !important;
  }
  #header nav.primary ul.level-2 p,
  #header nav.primary ul.level-2 a {
    background-color: transparent !important;
    color: #FFFFFF !important;
  }
  #header nav.primary ul.level-3 {
    overflow: visible !important;
  }
  #header nav.primary ul.level-3 > li p,
  #header nav.primary ul.level-3 > li a {
    font-size: 14px;
    padding: 2px 20px;
    line-height: 24px;
    height: auto;
  }
  #header nav.primary ul.level-3 > li.current > p > .icon-arrow-right-dark,
  #header nav.primary ul.level-3 > li.section > p > .icon-arrow-right-dark,
  #header nav.primary ul.level-3 > li.current > a > .icon-arrow-right-dark,
  #header nav.primary ul.level-3 > li.section > a > .icon-arrow-right-dark {
    margin-top: 8px;
    display: block;
    -webkit-background-size: 40px 10px;
    -moz-background-size: 40px 10px;
    -o-background-size: 40px 10px;
    background-size: 40px 10px;
    background-position: 0px 0px;
    width: 10px;
    height: 10px;
    overflow: hidden;
  }
  #header.sticky .brand img {
    opacity: 0;
  }
  #header.sticky .header-wrap > .inner {
    height: 60px;
    padding: 20px;
  }
  #header.sticky .header-actions {
    max-height: 0;
    padding: 0;
  }
  #header.sticky nav.primary ul.level-1 > li > p,
  #header.sticky nav.primary ul.level-1 > li > a {
    padding: 20px 24px 10px;
  }
  #content h1 {
    font-size: 48px;
    line-height: 54px;
  }
  #content h2,
  #content h3 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 40px;
  }
  #content h4 {
    font-size: 18px;
    line-height: 26px;
  }
  #content p,
  #content span,
  #content li,
  #content i,
  #content b,
  #content strong,
  #content input,
  #content label,
  #content select,
  #content option,
  #content legend,
  #content th,
  #content td {
    font-size: 18px;
    line-height: 26px;
  }
  #content a,
  #content a:visited {
    font-size: 18px;
    line-height: 26px;
  }
  #content input[type="submit"],
  #content .button,
  #content a.button,
  #content .button-wrap a {
    margin: 50px 0 0;
  }
  #content .page-banner .page-banner-cover {
    top: 30%;
  }
  #content .page-banner .page-banner-cover h1 {
    font-size: 18px;
    line-height: 26px;
  }
  #content .page-banner .page-banner-cover h2,
  #content .page-banner .page-banner-cover h2 p,
  #content .page-banner .page-banner-cover h2 i,
  #content .page-banner .page-banner-cover h2 b,
  #content .page-banner .page-banner-cover h2 strong {
    font-size: 60px;
    line-height: 70px;
  }
  #content .page-banner .news-ticker {
    bottom: -55px;
  }
  #content .content-lead {
    margin-top: 60px;
  }
  #content .content-elements .element > .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #content .content-elements .element.vis__custom__embedblock {
    margin-bottom: 50px;
  }
  #content .content-elements .element.vis__custom__videoblock {
    margin-bottom: 50px;
  }
  #content .content-elements .element.vis__custom__textblock .inner {
    overflow: hidden;
  }
  #content .content-elements .element.vis__custom__textblock .left,
  #content .content-elements .element.vis__custom__textblock .right {
    display: inline-block;
    width: 50%;
  }
  #content .content-elements .element.vis__custom__textblock .right {
    padding-left: 20px;
    float: right;
  }
  #content .content-elements .element.vis__custom__textblock .article-image.right img,
  #content .content-elements .element.vis__custom__textblock .article-image.left img {
    margin: 0 0 20px;
    margin-top: -80px;
  }
  #content .content-elements .element.vis__custom__teaserblock > .inner {
    padding-top: 20px;
  }
  #content .content-elements .element.vis__custom__teaserblock .teaser {
    width: 25%;
  }
  #content .content-elements .element.vis__custom__teaserblock .teaser-wrap:after {
    display: block;
    content: '';
    height: 0;
    padding-bottom: 75% !important;
  }
  #content .content-elements .element.vis__custom__teaserblock .teaser-wrap img {
    position: absolute;
    min-width: 1000%;
    min-height: 1000%;
    width: unset;
    max-width: 1000%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.101);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.101);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.101);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.101);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -ms-filter: brightness(80%);
    -o-filter: brightness(80%);
    filter: brightness(80%);
  }
  #content .content-elements .element.vis__custom__teaserblock .teaser-wrap:hover img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.11);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.11);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.11);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.11);
  }
  #content .content-elements .element.vis__custom__contactblock {
    margin-top: 45px;
    margin-bottom: 65px;
  }
  #content .content-elements .element.vis__custom__contactblock > .inner {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  #content .content-elements .element.vis__custom__statementblock p,
  #content .content-elements .element.vis__custom__statementblock h4 {
    font-size: 36px;
    line-height: 42px;
  }
  #content .content-elements .element.vis__custom__teamblock .team .member {
    width: 33.33333%;
  }
  #content .content-elements .element.vis__custom__galleryblock .inner {
    padding-left: 5px;
    padding-right: 5px;
  }
  #content .content-elements .element.vis__custom__galleryblock .gallery .image {
    width: 25%;
    padding: 0 15px 20px;
  }
  #content .content-elements .element.vis__custom__imageblock img {
    margin: 0;
  }
  #content .content-elements .element.vis__custom__accordionblock > .inner {
    padding: 20px;
  }
  #content .content-elements .element.vis__custom__accordionblock .accordion {
    padding-bottom: 20px;
  }
  #content .accordion .accordion-image {
    width: 25%;
    padding-right: 20px;
  }
  #content .accordion .accordion-header-wrap {
    padding: 20px 10px 20px 0;
    width: 60%;
  }
  .ContactPage #content .googlemap-holder,
  .ContactPage #content .googlemap-holder > div {
    height: 470px !important;
  }
  .ContactPage #content .googlemap-holder a,
  .ContactPage #content .googlemap-holder a:visited,
  .ContactPage #content .googlemap-holder a:hover,
  .ContactPage #content .googlemap-holder p,
  .ContactPage #content .googlemap-holder span,
  .ContactPage #content .googlemap-holder i,
  .ContactPage #content .googlemap-holder b,
  .ContactPage #content .googlemap-holder strong {
    font-size: unset;
    line-height: unset;
  }
  #footer p,
  #footer span,
  #footer li,
  #footer i,
  #footer b,
  #footer strong,
  #footer input,
  #footer label,
  #footer select,
  #footer option,
  #footer legend,
  #footer th,
  #footer td {
    font-size: 14px;
    line-height: 18px;
  }
  #footer a,
  #footer a:visited {
    font-size: 14px;
    line-height: 18px;
  }
  #footer > .inner {
    padding-top: 35px;
    display: block;
  }
  #footer .footer-links {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .nav-section {
    width: 20%;
    padding: 0 20px 0 0;
  }
  #footer .nav-section > a {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
  }
  #footer .footer-contact {
    width: 20%;
  }
  #footer .essentials {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    justify-content: space-between;
  }
  #footer .essentials a {
    display: inline-block;
    padding-right: 15px;
  }
  #footer .essentials .search-bar {
    width: 20%;
  }
}
@media print {
  #navigation {
    display: none !important;
  }
}
